/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color: #90B44B;
/*	border: 1px solid rgba(0,0,0,1.00);*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--- navigation bar ---*/
.navbar {
  background:#EA5413;
}
.navbar-nav{
	font-family: 'Noto Sans TC', sans-serif;
	text-align: center;
}
.navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.nav-link,
.navbar-brand {
  color: #fff;
  cursor: pointer;
}
.navbar-nav a:hover{
	color: black;
}
.nav-link {
  margin-right: 1em !important;
}
.nav-link:hover {
  color: #EA5413;data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-collapse {
  justify-content: flex-end; //讓導覽列排至尾部(end)
}
/*--- navigation bar end---*/

/*--KV_title start--*/
.KV_outer{
	background-color: #FFFEED;
	width: 100%;
	text-align: center;
}
.KV_in{
	background-color: #FFFEED;
	text-align: center;
	margin: 0px auto;
/*	padding-top: 30px;*/
	width: 100%;
}

.bn{
	background-image: url("../images/index/bn_bg.png");
	background-repeat: repeat-x;
}

.title{
	width: 100%;
}
.title_img{
	max-width: 1000px;	
	margin: 0 auto;
}
.title_img img{
	padding-top: 10px;
	max-width: 80%;
	margin: 0 auto;
}
/*--KV_title edn--*/

/*--indexfilm start*/
.ttouter_essence{
	width: 100%;
	background-image: url("../images/index/bg_essence.svg");
	margin: 0 auto;
    text-align: center;
}
.ttin_essence{
	max-width: 400px;
	margin: 0 auto ;
	padding-top: 40px;	
}

.film_essence{
	width: 100%;
	background-color: #90B44B;
	padding-bottom: 40px;
}
.filmin_essence{
	max-width: 1000px;
	margin: 0 auto;
	display: block;
    padding-top: 22px;
}
.video{
    position: relative;
    width: 100%;
    height: 0;
	padding-bottom: 56.25%;
	border: 4px solid yellow;
	border-radius: 16px;
}
.video iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border-radius: 16px;
}

.footer2{
	background-color: #EA5413;
}

.copy2 {
    font-size: 14px;
    text-align: center;
/*	padding:20px 0;*/
    line-height: 1.2;
	background-color:#e95513;
	color:#FFF;	
	max-width: 1200px;
	margin: 0 auto;
}

.copy2 p{
	color: white;
	font-size: 14px;
	padding: 10px 0px;
	line-height: 1.5;
}

/* xs - Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.ttin_essence img{
		width: 50%;
}
	.ttin_essence{
		padding-top: 15px;
	}
	.ttouter_essence{
		background-size: cover;
	}
	.filmin_essence{
		padding-top: 12px;
	}
	.video{
	position: relative;
    width: 90%;
    height: 0;
    padding-bottom: 56.25%;
	margin: 0 auto;	
	}
	.bn img{
	width: 90%;
	}	
}

/* sm - Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
	.ttin_essence img{
		width: 75%;
}
	.ttin_essence{
		padding-top: 25px;
	}
	.filmin_essence{
		padding-top: 12px;
	}
	.video{
	position: relative;
    width: 90%;
    height: 0;
    padding-bottom: 56.25%;
	margin: 0 auto;	
	}
	.bn img{
	width: 90%;
	}	
}

/* md - Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
	.ttin_essence img{
		width: 80%;
}
	.ttin_essence{
		padding-top: 30px;
	}
	.video{
	position: relative;
    width: 90%;
    height: 0;
    padding-bottom: 56.25%;
	margin: 0 auto;	
	}
	.bn img{
	width: 90%;
	}	
}

/* lg - Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
	.ttin_essence img{
		width: 80%;	
}	
	.ttin_essence{
		padding-top: 35px;
	}
	.video{
	position: relative;
    width: 90%;
    height: 0;
    padding-bottom: 56.25%;
	margin: 0 auto;	
	}
	.bn img{
	width: 90%;
	}	
}

/* xl - Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.ttin_essence img{
		width: 80%;
}
	.video{
	position: relative;
    width: 90%;
    height: 0;
    padding-bottom: 56.25%;
	margin: 0 auto;	
	}
	.bn img{
	width: 90%;
	}
}
	