/* global */
body {
	font-family: "Noto Sans TC","微軟正黑體", "MicrosoftJhengHeiRegular", "sans-serif", "Arial", "Verdana";
    color: #ffffff;
	font-size: 30px;
	background: #f8f1e3;
	-webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
*, *:before, *:after {
    box-sizing: border-box;
}
*:focus { 
    outline: none; 
}
a {
    text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
}
img {
    vertical-align: bottom;
}
main {
	display: block;
	width: 800px;
	margin: auto;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.35);
	overflow: hidden;
	background: #e4a14a;
	position: relative;
}
.logo {
	margin: 40px;
	position: absolute;
	z-index: 1;
}
.menu_icon {
	position: absolute;
	right: 27px;
	top: 33px;
	z-index: 2;
}
p, .p {
	margin: 0;
    margin-bottom: 30px;
	line-height: 1.5;
}
.tl {
    text-align: left;
}
.tc {
    text-align: center;
}
.no_list {
	padding: 0;
	margin: 0;
	list-style: none;
}
/* menu */
.p_layout {
	width: 790px;
	margin: 0 auto 0;
	font-size: 66px;
	position: relative;
	text-align: center;
}
.mfp-container {
    padding: 0 5px;
}
.mfp-bg {
	background: #f2e7d1;
}
.mfp-close-btn-in .mfp-close {
	width: 93px;
	height: 93px;
	right: 50px;
	top: 50px;
	text-indent: -99999px;
	opacity: 1;
}
.mfp-close-btn-in .mfp-close:before {
	position: absolute;
	content: '';
	width: 9px;
	height: 129px;
	background: url(../img/btn-stick.png);
	background-size:100% 100%;
	left: -3px;
	top: -37px;
	transform: rotate(45deg);
	transform-origin: bottom;
	animation: act_left 1s;
}
.mfp-close-btn-in .mfp-close:after {
	position: absolute;
	content: '';
	width: 9px;
	height: 129px;
	background: url(../img/btn-stick.png);
	background-size:100% 100%;
	top: -37px;
	left: 88px;
	transform: rotate(-45deg);
	transform-origin: bottom;
	animation: act_right 1s;
}
@-webkit-keyframes act_left {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(45deg);
	}
} 
@keyframes act_left {
	0% {
		transform: rotate(0);
	}
     100% {
		transform: rotate(45deg);
	}
}
@-webkit-keyframes act_right {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(-45deg);
	}
} 
@keyframes act_right {
	0% {
		transform: rotate(0);
	}
     100% {
		transform: rotate(-45deg);
	}
}
#menu ul {
	background: url(../img/menu-bg.png);
	background-size: 100% 100%;
	height: 1250px;
}
#menu ul li{
	height: 415px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#menu a {
    display: block;
    position: relative;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
}
#menu a:hover {
	color: #fff;
}

/* kv */
.kv {
	background: url(../img/kv-img.jpg);
	height: 1426px;
	position: relative;
	overflow: hidden;
}

/* tab */
.tab_btn > * {
	max-width: 400px;
	cursor: pointer;
	display: inline-block !important;
}
.tab_btn .show {
	opacity: 1;
}
.tab_con > * {
	opacity: 0;
	transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
	display: none;
}
.tab_con > *.show {
	display: block;
}
.tab_con > *.fade {
	opacity: 1;
}
.tab1 {
    padding-top: 32px;
    /* background: #e5a149; */
}
.description {
    position: relative;
}
.description .T-tab {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    background: #f2edd7;
}
.description .T-tab li {
    height: 246px;
    width: 400px;
    position: relative;
}
.description .T-tab li:before {
    position: absolute;
    content: '';
}
.description .T-tab li.show {
    background-position: bottom;
}
.description .T-tab li:nth-of-type(1) {
    background-image: url(../img/tab-title-01.png);
}
.description .T-tab li:nth-of-type(2) {
    background-image: url(../img/tab-title-02.png);
}
.description .T-tab li.show:nth-of-type(1):before {
    background-image: url(../img/child-01.png);
    aspect-ratio: 201/135;
    width: 201px;
    top: -13px;
    right: -91px;
}
.description .T-tab li.show:nth-of-type(2):before {
    background-image: url(../img/child-02.png);
    aspect-ratio: 205/145;
    width: 205px;
    top: -17px;
    left: -104px;
}
.description .ac-content {
    margin: 0;
    padding: 0;
    list-style: none;
}
.video_wrap {
    position: relative;
    background: url(../img/img-01-4.jpg);
    height: 599px;
    padding-top: 98px;
    text-align: center;
}
.video_wrap iframe {
    width: 760px;
    height: 430px;
}
#pro {
    margin-top: -20px;
    background: #f2edd7;
}
.btn_wrap {
    padding: 50px 0 65px;
    text-align: center;
}