
@charset "UTF-8";
/* =============================================================================
   BASIC
   ========================================================================== */
/*---DEFAULT---*/
html, body { height: 100%; -webkit-text-size-adjust: none; text-size-adjust: none;}
/* body { background:#FFF; background-size: 100%; cursor: url(../images/cursor_default.svg) 5 5, default; } */
body { background:#FFF; background-size: 100%; }
body.view::before{ content: ''; display: block; position: fixed; top: 0; left: 0; width: 50%; height: 100%; z-index: -1; background: #ECEDF2;}
body, th, td, input { font-size: 100%; }
a { text-decoration: none; }
p,li { font-size: 1em; line-height: 2em; color: #333; font-family: sans-serif; }


a:link, a:visited { text-decoration: none;
	/* cursor: url(../images/cursor_link.svg) 25 25, default; */
}
::selection { background: #000; color: #FFF;}
	/*SCROLL BAR*/
	body.pc::-webkit-scrollbar{ width:8px; }
	body.pc::-webkit-scrollbar-track{ background:#f1f1f1;}
	body.pc::-webkit-scrollbar-thumb{ background:#333; }
	body.pc::-webkit-scrollbar-thumb:hover{ background:#000; }

@media only screen and (max-width: 720px) {
	body.view::before{ display: none;}
	p,li { font-size: 14px; }
}
/*------*/

/*---custom-cursor---*/
body { cursor: none;}
a, label, input, textarea{ cursor: none;}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:none;}
.custom-cursor{position:fixed;opacity:0;pointer-events:none;mix-blend-mode:difference;width:50px;height:50px;border-radius:50%;background-color:white;transition:transform 350ms ease;transform:translate(-50%,-50%) scale(.2);z-index:9000;}
.custom-cursor--link{transform:translate(-50%,-50%) scale(1);}
.block{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;flex-direction:column;height:80vh;min-height:300px;}
.block--black{background-color:black;color:white;}
.block--white{background-color:white;color:black;}
.block__title,.block__link{color:currentColor;}
.block__title{margin-bottom:1em;font-size:4rem;font-weight:300;text-align:center;}
.block__link{padding:.5em;text-decoration:none;transition:letter-spacing 200ms ease;}
.block__link:hover{letter-spacing:.1em;}
@media only screen and (max-width: 720px) {
	.custom-cursor{ display: none;}
}

/*---IMG LOAD---*/
.imgLiquidCenter, .imgLiquidFill{ opacity: 0; transition: opacity 1000ms ease, transform 500ms ease; }
.imgLiquidCenter img, .imgLiquidFill img{ display: none;}
.imgLiquid_ready { opacity: 1; }
div.lazy{ opacity: 0; transition: opacity 1000ms ease, transform 500ms ease; }
div.lazy.imgLiquid_ready{ opacity: 1;}
img.lazy{ opacity: 0; transition: opacity 1000ms ease, transform 500ms ease; }
img.lazy.ed{ opacity: 1;}
/*------*/

/*---SCALE---*/
.mv_16by9 { position: relative; padding-bottom: 56.25%;}
.mv_16by9 iframe{  position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0;}
.mv_21by9 { position: relative; padding-bottom: 42.85%;}
.mv_21by9 iframe{  position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0;}
.mv_4by3 { position: relative; padding-bottom: 75%; margin-bottom: 30px;}
.mv_4by3 iframe{  position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0;}
.mv_1by1 { position: relative; padding-bottom: 100%; margin-bottom: 30px;}
.mv_1by1 iframe{  position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0;}
.item_16by9::before{ content: ''; display: block; padding-bottom: 56.25%;}
.item_4by3::before{ content: ''; display: block; padding-bottom: 75%;}
.item_1by1::before{ content: ''; display: block; padding-bottom: 100%;}
.item .s16by9::before{ display: block; content: ''; padding-bottom: 56.25%;}
.item .s4by3::before{ display: block; content: ''; padding-bottom: 75%;}
.item .s1by1::before{ display: block; content: ''; padding-bottom: 100%;}
/*------*/

/*---ELEMENT---*/
.ie { position: fixed; width: 60%; height: 80%; padding: 10% 20%; text-align: center; left: 0; top: 0; background: #f2f2f2; z-index: 9999; }
.ie .title { color: #333 !important; font-size: 2em; }
.ie p { text-align: center; color: #333 !important; font-size: 0.9375em; }
.ie a { color: #F36; }
/*------*/

/*---loading_box---*/
.loading_box{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; z-index: 9999;}
.loading_box::after{ display: block; content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1;  background: url(../images/loading.gif) no-repeat center center; background-size: 60px; }
.loading_box::before{ display: block; content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; background: #000;}
.loading_box .icon{ width: 60px; margin-top: -200px;}
.loading_box .icon img{ display: block; width: 100%;}
/*------*/

/*---other---*/
.link-red{ color: #C81737;}
.link-red:hover{ color: #e05567;}
/*------*/

/* =============================================================================
   BASIC END
   ========================================================================== */


/* =============================================================================
   MODULE
   ========================================================================== */
/*---page width---*/
.inner-width { position: relative; max-width:1200px; margin: auto;}
.txt-width { position: relative; max-width:1100px; margin: auto; }
@media only screen and (max-width: 1200px) {
	.inner-width { padding: 0 50px;}
	.txt-width { padding: 0 50px;}
}

@media only screen and (max-width: 720px) {
	.inner-width { padding: 0 25px;}
	.txt-width { padding: 0 25px;}
}

/*------*/

/*---more_bar---*/
.more_bar{ position: relative; z-index: 100; text-align: left;}
.more_bar.center{ text-align: center;}
.more_bar.right{ text-align: right;}
.more_bar.pos_right{ position: absolute; right: 0; top: 0; margin: 0;}
.more_bar.ad{ right: 320px;}
.more_bar .arr{ display: inline-block; margin: 0 20px;  vertical-align: middle; transition: 200ms ease; }
.more_bar .arr:hover{ opacity: 0.5;}
/*------*/


@font-face {
	font-family: SoukouMincho;
	src: url(../fonts/SoukouMincho.ttf);
}

/*---title_bar---*/
.title_bar{ position: relative; text-align: left; margin: 0; padding: 0;}
.title_bar.left{ text-align: left; }
.title_bar.right{ text-align: right; }
.title_bar.center{ text-align: center; }
.title_bar .title{ position: relative; display: block; color: #000; margin: 0;}
.title_bar .sub_title{  font:400 20px/1.8em 'Noto Sans TC', sans-serif; letter-spacing: 0.5em; }
.title_bar .con{  font:400 16px/1.8em 'Noto Sans TC', sans-serif; letter-spacing: 0.3em; }

.title_bar .title b{ display: inline-block; color: #000; font:800 56px/1.2em 'M PLUS Rounded 1c', sans-serif; letter-spacing: 0.1em; }
.title_bar .title span{ display: inline-block; color: #000; font:400 20px/1.2em 'Noto Sans TC', sans-serif; letter-spacing: 0.3em; }

.title_bar .title.sm b{ display: inline-block; color: #000; font:800 40px/1.2em 'M PLUS Rounded 1c', sans-serif; letter-spacing: 0.1em; }
.title_bar .title.sm span{ display: inline-block; color: #000; font:400 16px/1.2em 'Noto Sans TC', sans-serif; letter-spacing: 0.3em; }

.title_bar .title.big b { display: block; font:400 90px/1.1em 'SoukouMincho', serif; letter-spacing: 0.05em;}
.title_bar .title.big span{ display: block; font:400 20px/1.2em 'Noto Sans TC', sans-serif; letter-spacing: 0.3em; }

.title_bar .title.dblock b{ display: block; }
.title_bar .title.dblock span{ display: block; }


.title_bar .title.inline b{ display: inline-block; }
.title_bar .title.inline span{ display: inline-block; }


@media only screen and (max-width: 1200px) {

	.title_bar .title.big b{ font-size: 60px;}
	.title_bar .title.big span{ font-size: 16px;}

	.title_bar .title b{ font-size: 40px;}
	.title_bar .title span{ font-size: 16px;}
	.title_bar .con{ font-size: 14px;}
}
@media only screen and (max-width: 720px) {
	.title_bar .title.big b{ display: block; font-size: 50px;}
	.title_bar .title.big span{ display: block; }

	.title_bar .title b{ display: block; font-size: 30px;}
	.title_bar .title span{ display: block;}

	.title_bar .title.sm b{ font-size: 30px; }
	.title_bar .title.sm span{ font-size: 14px;}
	
}
/*---button---*/
.btn_more{ position: relative; display: inline-block; color: #FFF; min-width: 180px; text-align: center; padding: 0 30px; border-radius: 10px; background: #000; border: solid 1px transparent; box-sizing: border-box; vertical-align: middle;
	font: 500 18px/40px 'Inter', sans-serif; letter-spacing: 0.1em;
	transition: 200ms ease;
}
.btn_more:hover, .btn_more:focus{ color: #000; border: solid 1px #000; background: #FFF;}

.btn_more i.fa{ position: absolute; top: 0; right: 10px; line-height: 40px; font-size: 16px;}
.btn_more.ileft i.fa{ right: inherit; left: 10px; }

	.btn_more.c2{ color: #FFF; background: #000; border: solid 1px #FFF;}
	.btn_more.c2:hover, .btn_more.c2:focus{ color: #000; background: #FFF; }

	.btn_more.c3{ color: #000; background: transparent; border: solid 1px #000;}
	.btn_more.c3:hover, .btn_more.c3:focus{ color: #FFF; background: #000; }


.btn_more.sm{ font-size: 16px; min-width: 120px; line-height: 32px;}
.btn_more.sm i.fa{ line-height: 32px;}

.btns .btn_more{ margin: 5px;}

.btn_o{ position: relative; display: inline-block; font-size: 24px; color: #FFF; width: 48px; height: 48px; line-height: 48px; border-radius: 24px; text-align: center; background: #C29C60; border: solid 1px transparent; margin: 0 5px;}
.btn_o img{ display: inline-block; width: 24px; filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(162deg) brightness(101%) contrast(104%); margin-top: 10px; }
.btn_o.fb{ background: #385AAF;}
.btn_o.google{ background: #DF603C; }
.btn_o.line{ background: #0AB801;}
.btn_o.twitter{ background: #1EA1F2;}
.btn_o.apple{ background: #222; color: #FFF;}
.btn_o:hover{ background: #FFF; border: solid 1px #B71939; color: #B71939;}
.btn_o:hover img{ filter: invert(18%) sepia(39%) saturate(6013%) hue-rotate(334deg) brightness(85%) contrast(97%);}

.btn_o2{ position: relative; display: inline-block; font-size: 15px; color: #FFF; width: auto; padding: 0 20px; height: 48px; line-height: 48px; border-radius: 24px; text-align: center; background: #C29C60; border: solid 1px transparent;}
.btn_o2 + .btn_o2{ margin: 0 10px;}
.btn_o2 img{ display: inline-block; width: 24px; margin-top: 7px; }
.btn_o2 i{ font-size: 24px; vertical-align: middle;}
.btn_o2 span{ font-size: 15px; display: inline-block; padding: 0 10px;}
.btn_o2.fb{ background: #385AAF;}
.btn_o2.google{ background: #DF603C; }
.btn_o2:hover{ color: #FFF;}
.btn_o2.fb.on{ background: #385AAF; color: #FFF; border: solid 1px #385AAF;}
.btn_o2.google.on{ background: #DF603C; color: #FFF; border: solid 1px #DF603C;}
.btn_o2.fb.off{ background: #385AAF; color: #FFF; border: solid 1px #385AAF; opacity: 0.5;}
.btn_o2.google.off{ background: #DF603C; color: #FFF; border: solid 1px #DF603C; opacity: 0.5;}
.btn_o2.off:hover{ opacity: 1;}

.btn_send{ position: relative; display: inline-block; color: #FFF; min-width: 180px; text-align: center; padding: 0 20px; border-radius: 10px; background: #000; border: solid 1px transparent; box-sizing: border-box; vertical-align: middle;
	font: 500 18px/40px 'Inter', sans-serif; letter-spacing: 0.1em;
	transition: 200ms ease;
}
.btn_send:hover, .btn_send:focus{ color: #000; border: solid 1px #000; background: #FFF;}

.btn_send.c1{ color: #C29C60; background: #FFF; border: solid 1px #C29C60; }
.btn_send.c1:hover, .btn_send.c1:focus{ color: #FFF; border: solid 1px #B5091F; background: #B5091F;}

.btn_send i.fa{ position: absolute; top: 0; right: 10px; line-height: 40px; font-size: 16px;}
.btn_send.ileft i.fa{ right: inherit; left: 10px; }

.btn_send.disabled{ opacity: 0.2; cursor: default;}
.btn_send.sm{ line-height: 32px; padding: 0 20px; min-width: inherit; white-space: nowrap;}
.btn_send.sm i.fa{ line-height: 32px;}
.btn_send.left{ padding: 0 40px 0 20px; text-align: left;}

.btn_clear{ position: relative; display: inline-block; font-size: 1rem; color: #FFF; background: #666; font-weight: 500; line-height: 40px; padding: 0 20px; border-radius: 10px; border: solid 1px #666;
	transition: 200ms ease;
}
.btn_clear:hover, .btn_clear:focus{ color: #FFF; background: #999;}
.btn_clear i.fa{ margin: 0 0 0 2em;}
.btn_clear.disabled{ background: #CCC; cursor: default;}
.btn_clear.sm{ line-height: 32px; padding: 0 20px;}
.btn_clear.sm i.fa{ line-height: 32px;}

.btn_inline{ display: inline-block; color: #B94527;}
.btn_inline:hover{ color: #DF603C;}
/*------*/

/*---list element---*/
.list .pic{ position: relative;}
.list .pic_16by9 { position: relative; padding-bottom: 56.25%;}
.list .pic_4by3 { position: relative; padding-bottom: 75%;}
.list .pic_1by1 { position: relative; padding-bottom: 100%;}

.tag_list{ position:relative; z-index: 10;}
.tag_list.tr{ position: absolute; top:0; right: 0;}
.tag_list .item{ font-size: 14px; line-height: 1.6em; background: #C29C60; padding: 5px 10px; color: #FFF; border-radius: 4px; margin: 2px;}
.tag_list .item.big{ font-size: 16px; line-height: 2em;}
/*------*/

/*---to_inner---*/
.to_inner{ position: fixed; cursor: pointer; bottom: 20px; left: 50%; margin-left: -15px; width: 30px; height: 30px; line-height: 30px; text-align: center; color: #FFF; font-size: 24px; z-index: 10;
	transition: 300ms ease;
}
.to_inner img{ display: block; position: relative; width: 100%;
	transition: 300ms ease;
	-webkit-animation: bounce .4s  cubic-bezier(.5,.2,.8,.8) infinite alternate ;
	animation: bounce .4s  cubic-bezier(.5,.2,.8,.8) infinite alternate;
	-webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
	filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3))
}
.to_inner:hover img{ transform: scale(0.8); }
.to_inner.ed{ bottom: -60px; }
@keyframes bounce {
	0%{top:-5px;}
	100%{top:5px;}
} 
/*------*/

/*---to_top---*/
.to_top{ position: fixed; cursor: pointer; bottom: -40px; right: 10px; width: 40px; height: 40px; line-height: 38px; text-align: center; background: #000; border-radius: 20px; color: #FFF; font-size: 24px; z-index: 100;
	transition: 300ms ease;
}
.to_top:hover{ background: #333; color: #FFF;}
.to_top.ed{ bottom: 10px; }
/*------*/


/*---share_bar---*/
.share_bar{ position: relative; margin:20px 0 0; padding: 20px 0; text-align: left; border-top: solid 1px #CCC;}
.share_bar h5{ font-size: 15px; color: #666; margin: 0 0 4px 0;}
.share_bar a{ display: inline-block; color: #FFF; background: #666; text-align: center; margin: 2px; width: 32px; line-height: 32px; border-radius: 16px;}
.share_bar a i{ font-size: 1.25em; vertical-align: text-top; margin: -1px 0 0 0;}
.share_bar a.fb{ background: #3B5998;}
.share_bar a.tw{ background: #1EA2F2;}
.share_bar a.line{ background: #00B901;}
.share_bar a.line img{ width: 20px; vertical-align: text-top; margin: -1px 0 0 0;  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(162deg) brightness(101%) contrast(104%);}
.share_bar a:hover{ background: #1E66DB; color: #FFF;}
/*------*/

	.phoshow figure{ color: #666; font-size: 14px; padding: 10px;}
	.table>:not(caption)>*>* { border-bottom-color: #CCC;}

/* =============================================================================
   MODULE END
   ========================================================================== */

/* =============================================================================
   BLOCK
   ========================================================================== */
#wrapper { position: relative; z-index: 1; width: 100%; margin:auto; top:0; overflow:hidden;}
#content { position: relative; padding-top: 140px;}
#main_block{ position: relative; }

@media only screen and (max-width: 1200px) {
	#content { padding-top: 120px;}
}
@media only screen and (max-width: 720px) {
	#content { padding-top: 60px;}
}
/* =============================================================================
   BLOCK END
   ========================================================================== */

/* =============================================================================
   HEADER
   ========================================================================== */
#header { position:fixed; z-index:1000; width:100%; left:0; }
#header::before { position:absolute; display: block; content: ''; z-index:-1; width:100%; top:0; left:0; background: rgba(255, 255, 255, 1); height: 140px;
	-webkit-backdrop-filter: blur(10px) saturate(150%);
	backdrop-filter: blur(20px) saturate(150%);
	transition: 300ms ease;
}
#header .inner-width{ display: flex; justify-content: flex-end; align-items: flex-end; height: 120px;
	transition: 300ms ease;
}

/*---logo---*/
.logo { position: absolute; top: 40px; left: 10px; z-index: 1;
	transition: 300ms ease;
}
.logo a { display: block;}
.logo b { position: absolute; top: 0; display: block; height: 80px;
	transition: 300ms ease;
}
.logo b img { height: 100%; }
.logo span { position: absolute; top: 45px; left: 77px; display: block; height: 34px;
	transition: 300ms ease;
}
.logo span img { height: 100%; }
/*------*/

/*---top_menu---*/
.top_menu{ box-sizing: border-box; 
	transition: 300ms ease;
}
.top_menu ul{ display: block; list-style:none; margin:0; padding:0; width:100%; box-sizing: border-box;  text-align: right;}
.top_menu>ul>li{ position: relative; display: inline-block; }
.top_menu>ul>li>a{ position: relative; display: block; padding: 0 20px; font: 500 12px/20px 'M PLUS Rounded 1c', sans-serif; color: #000; letter-spacing: 0.2em;
	transition: color 500ms ease;
}
.top_menu>ul>li>a:hover { color: #666;}
/* .top_menu>ul>li>a.cur{ color: #000; cursor: url(../images/cursor_default.svg) 5 5, default;} */
.top_menu>ul>li>a.cur::before{ content: ''; display: block; width: 6px; height: 9px; background: url(../images/top_menu_cur.svg) no-repeat; position: absolute; top: -9px; left: 50%; margin-left: -3px;}
.top_menu>ul>li.on>a{ color: #666;}
/*------*/


/*ed*/
#header.ed::before { background: rgba(255, 255, 255, 0.9); height: 60px;}
#header.ed::after{ top: 60px;}
#header.ed .inner-width { height: 50px;}

#header.ed .logo { top: 15px; }
#header.ed .logo b{ opacity: 0; height: 34px;}
#header.ed .logo span{ top: 0; left: 0; }

@media only screen and (max-width: 1200px) {
	#header::before { height: 120px;}
	#header::after { top: 60px!important;}
	#header .inner-width { height: 100px; }
	#header .logo { top: 15px; left: 15px;}
	#header.ed .logo span{ top: 0; left: 30px; }
	.top_menu{ margin-right: -15px;}
	.top_menu>ul>li>a{ padding: 0 15px; }
}
@media only screen and (max-width: 720px) {
	#header::before { height: 60px !important;}
	#header .inner-width { height: 60px; }
	#header .logo { left: 20px;}
	#header .logo b{ display: none;}
	#header .logo span{ top: 0; left: 0; }
	#header.ed .logo span{ top: 0; left: 0; }

	/*menu_btn*/
	.menu_btn{ position: absolute; top:5px; right:20px; display:block; width:50px; height:50px; z-index:3000; cursor: pointer;} 
	.menu_btn>div{ position:absolute; width:50px; height:4px; background: #000; right:0; transition: 0.2s ease-in; }
	.menu_btn.on>div{ background: #FFF; left:10px;}
	.menu_btn .m1{ top:15px; width: 30px;}
	.menu_btn .m2{ top:24px; width: 30px;}
	.menu_btn .m3{ top:33px; width: 30px;}
	.menu_btn:hover .m1,.menu_btn:hover .m2,.menu_btn:hover .m3{ width:30px;}
	.menu_btn.on .m1{ top:25px; left: 20px; width: 30px; transform: rotateZ(45deg) }
	.menu_btn.on .m2{ opacity: 0; width:0; left:20px;}
	.menu_btn.on .m3{ top:25px; left: 20px; width: 30px; transform: rotateZ(-45deg); }

	.top_menu{ padding: 60px 10px 0; position:fixed; top:0 !important; left: initial; right:-100% !important; width:200px;  z-index:100; height: 100%; box-sizing: border-box; letter-spacing: 0.1em; overflow: auto; background: #000;
		transition: right 500ms ease;
	}
	.top_menu ul{  text-align: left;}
	.top_menu ul>li{ display: block; border-left:none; margin: 0;}
	.top_menu>ul>li { display: block; border-top: solid 1px #FFF; }
	.top_menu>ul>li:first-child{ border: none;}
	.top_menu>ul>li>a{ color:#FFF; margin: 5px 0; padding:10px 20px; line-height: 1.2em; font-size: 16px; }
	/* .top_menu>ul>li>a.cur::before{ background: url(../images/top_menu_cur_w.svg) no-repeat;top: 8px; left: 4px; margin-left: 0; width: 8px; height: 16px; background-size: 100% auto;} */
	.top_menu>ul>li>a.cur::before{ top: 8px; left: 4px; margin-left: 0; width: 8px; height: 16px; background-size: 100% auto;}
	.top_menu>ul>li>a:hover::before, .top_menu>ul>li.on>a::before, .top_menu>ul>li.cur>a::before { bottom: 0; }
	.top_menu>ul>li>a.cur {color: #FFF; border: none;}

	.top_menu.on{ right:0 !important; }
	.top_menu_mask{ display:block; position:fixed; top:0; left:100%;; width:100%; height:100%; z-index:0; opacity:0; background: rgba(0,0,0,0.8); transition: opacity 500ms ease-in; }
	.top_menu_mask.on{ left:0; opacity:1; z-index: 2;}
	
	.nav{ position: absolute; right: 60px; top: 14px; display: block;}
	.nav>li{ display: inline-block;}
	.nav>li>a{ width: 32px;}
	.nav>li>a.sm { width: 32px;}
	.nav>li>a.sm span {
		display: none;
	}
	.nav>li>a.sm i{font-size:24px;padding:0;}
	
	
}
/* =============================================================================
   HEADER END
   ========================================================================== */


/* =============================================================================
   FOOTER
   ========================================================================== */
#footer { position:relative; padding: 40px 0; background: #000; z-index: 200; }
#footer .copyright { color: #FFF; text-align: center; font: 500 15px/20px 'M PLUS Rounded 1c', sans-serif; letter-spacing: 0.1em;}
#footer .copyright a{ display: inline-block; color: #FFF; text-decoration: underline;}
#footer .attention {display: block; text-align: center; flex: 0 0 50%; padding: 0 0 20px 0;}
#footer .attention a{ display: inline-block; width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50%; font-size: 24px; color: #FFF;
	transition: 300ms ease;
}
#footer .attention a img{ display: inline-block; width: 24px; vertical-align: middle; margin-top: -4px;}
#footer .attention a:hover{ color: #000; background: #FFF;}
#footer .attention a img{ filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(162deg) brightness(101%) contrast(104%);}
#footer .attention a:hover img{ filter: invert(0%) sepia(7%) saturate(29%) hue-rotate(316deg) brightness(103%) contrast(106%); }

@media only screen and (max-width: 992px) {
	#footer>.inner-width{ flex-wrap: wrap;}
	#footer .copyright { flex: 0 0 100%; }
	#footer .attention { flex: 0 0 100%; padding: 0 0 20px 0;}
	#footer .info{ text-align: center;}
	#footer .attention { text-align: center;}
	#footer .copyright { text-align: center;}
}
@media only screen and (max-width: 576px) {
	#footer { padding: 30px 0 60px; }
}
   /* =============================================================================
	  FOOTER END
	  ========================================================================== */


/*---home_banner---*/
.home_banner{ position: relative; padding: 80px 0 40px;}
.home_banner>.inner-width{ display: flex; flex-flow: row-reverse; flex-wrap: wrap;}
.home_banner .cover{ position: relative; flex: 0 0 50%; 
	filter:grayscale(1);
	transition: opacity 500ms ease, filter 800ms ease;
}
.home_banner .cover::before{ content: ''; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 100;}
.home_banner .cover .pic{ position: relative; width: calc(100% + 50px); margin-left: -50px; overflow: hidden; background: #CCC;}
.home_banner .cover .pic::before{ content: ''; display: block; padding-bottom: 100%;}
.home_banner .cover .pic iframe{ z-index: 1; position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: 300%; height: auto; max-width: none; background-size: cover;
    transform: translateX(-50%) translateY(-50%);
	transition: 400ms ease;
}
.home_banner .cover .pic video { z-index: 1; position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; max-width: none; background-size: cover;
    transform: translateX(-50%) translateY(-50%);
	max-height: 100%;
}
.home_banner .cover:hover{
	filter:grayscale(0);
}
.home_banner .txt{ position: relative; flex: 0 0 50%; display: flex; align-items: center; z-index: 1;}
@media only screen and (max-width: 992px) {
	.home_banner{ padding: 80px 50px 40px;}
	.home_banner>.inner-width{ padding: 0;}
	.home_banner .cover{ flex: 0 1 calc(50% - 60px); }
	.home_banner .txt{ flex: 1 0 50%; }
}
@media only screen and (max-width: 720px) {
	.home_banner{ padding: 20px 25px;}
	.home_banner .cover{ flex: 0 0 100%; margin: 0;}
	.home_banner .cover .pic{ margin: 0; width: 100%;}
	.home_banner .txt{ flex: 1 0 100%; margin-top: -1em;}
}
/*------*/

/*---about_banner---*/
.about_banner{ position: relative; padding: 80px 0 40px;}
.about_banner>.inner-width{ max-width: 1920px; display: flex; flex-wrap: wrap;}
.about_banner .cover{ position: relative; flex: 0 0 50%;
	filter:grayscale(1);
	transition: opacity 500ms ease, filter 800ms ease;
}
.about_banner .cover .pic{ position: relative; overflow: hidden; background: #CCC;}
.about_banner .cover .pic::before{ content: ''; display: block; padding-bottom: 65%;}
.about_banner .cover:hover{
	filter:grayscale(0);
}
.about_banner .txt{ position: relative; flex: 0 0 50%; max-width: 600px; padding: 140px 40px 0;}
@media only screen and (max-width: 1200px) {
	.about_banner>.inner-width{ padding: 0;}
	.about_banner .cover .pic::before{ padding-bottom: 70%;}
	.about_banner .txt{ padding: 50px 40px 0;}
}
@media only screen and (max-width: 992px) {
	.about_banner .cover .pic::before{ padding-bottom: 90%;}
}
@media only screen and (max-width: 720px) {
	.about_banner{ padding: 20px 25px;}
	.about_banner .cover{  flex: 0 0 100%;}
	.about_banner .cover .pic{ margin: 0 0 20px -25px;}
	.about_banner .txt{ flex: 1 0 100%; padding: 20px 0 0;}
}
/*------*/


/*--ser_banner---*/
.ser_banner{ position: relative; padding: 80px 0 40px;}
.ser_banner>.inner-width{ max-width: 1920px; overflow:hidden ;}
.ser_banner .cover{ position: relative; display: flex; flex-wrap: wrap;}
.ser_banner .cover .pic{ position: relative; overflow: hidden; background: #CCC; flex: 0 0 25%;
	transition: opacity 500ms ease, filter 800ms ease;
}
.ser_banner .cover .pic::before{ content: ''; display: block; padding-bottom: 56.25%;}

.ser_banner .cover .pic:hover{
	filter:grayscale(1);
}
@media only screen and (max-width: 1200px) {
	.ser_banner .cover{ margin: 0 -50px;}
}
@media only screen and (max-width: 992px) {
	.ser_banner{ padding: 40px 0;}
	.ser_banner .cover .pic{ flex: 0 0 calc(100% / 3);}
}
@media only screen and (max-width: 720px) {
	.ser_banner{ padding: 20px 0;}
	.ser_banner .cover{ margin: 0 -25px;}
	.ser_banner .cover .pic{ flex: 0 0 50%;}
}
/*------*/

/*---serview_banner---*/
.serview_banner{ position: relative; padding: 0 0 40px;}
.serview_banner>.inner-width{ max-width: 1920px; display: flex; flex-wrap: nowrap;}
.serview_banner .cover{ position: relative; flex: 0 0 50%;  overflow: hidden;
	transition: opacity 500ms ease, filter 800ms ease;
}
.serview_banner .cover .pic{ position: relative; overflow: hidden; background: #CCC;}
.serview_banner .cover .pic::before{ content: ''; display: block; padding-bottom: 100%;}
.serview_banner .txt{ position: relative; flex: 0 1 50%; max-width: 600px; display: flex; align-items: center;}
.serview_banner .txt .title_bar{ padding: 0 40px;}
.serview_banner .txt .con{ margin: 50px 0;}
.serview_banner .txt p{ font-weight: 500; font-size: 18px; color: #000; margin: 20px 0;}
@media only screen and (max-width: 1200px) {
	.serview_banner>.inner-width{ padding: 0;}
	
}
@media only screen and (max-width: 992px) {
	.serview_banner{ padding: 0;}
	.serview_banner .cover .pic::before{ padding-bottom: 130%;}
	.serview_banner .txt p{ font-size: 16px;}
}
@media only screen and (max-width: 720px) {
	
	.serview_banner>.inner-width{ flex-wrap: wrap;}
	.serview_banner .cover{  flex: 0 0 100%;}
	.serview_banner .cover .pic::before{ padding-bottom: 100%;}
	.serview_banner .txt{ flex: 1 0 100%; padding: 40px 0 0;}
	.serview_banner .txt .con{ margin: 20px 0 0;}
}
/*------*/

/*---serview_banner---*/
.works_banner{ position: relative; padding: 0 0 40px;}
.works_banner>.inner-width{ max-width: 1920px; display: flex; flex-wrap: nowrap;}
.works_banner .cover{ position: relative; flex: 0 0 50%; overflow: hidden;
	transition: opacity 500ms ease, filter 800ms ease;
}
.works_banner .cover .pic{ position: relative; overflow: hidden; background: #CCC;}
.works_banner .cover .pic::before{ content: ''; display: block; padding-bottom: 80%;}
.works_banner .txt{ position: relative; flex: 0 1 50%; max-width: 600px; display: flex; align-items: center;}
.works_banner .txt .title_bar{ padding: 0 40px;}
.works_banner .txt .con{ margin: 50px 0;}
.works_banner .txt p{ font-weight: 500; font-size: 18px; color: #000; margin: 20px 0;}
@media only screen and (max-width: 1200px) {
	.works_banner>.inner-width{ padding: 0;}
	.works_banner .cover .pic::before{ padding-bottom: 100%;}
}
@media only screen and (max-width: 992px) {
	
	.works_banner .txt p{ font-size: 16px;}
}
@media only screen and (max-width: 720px) {
	.works_banner{ padding: 0;}
	.works_banner>.inner-width{ flex-wrap: wrap;}
	.works_banner .cover{  flex: 0 0 100%;}
	
	.works_banner .txt{ flex: 1 0 100%; padding: 40px 0 0;}
	.works_banner .txt .con{ margin: 20px 0 0;}
}
/*------*/

/*---about_box---*/
.about_box{ position: relative; padding:40px 10px;}
.about_box .txt{ width: 50%; padding:0 10px;}
.about_box.full .txt{ width: 100%;}
.about_box .txt .con{ display: flex; padding:20px 0; margin: 0 -20px; flex-wrap: wrap;}
.about_box .txt .con p{ font:300 13px/2.3em 'Noto Sans TC', sans-serif; color: #000; letter-spacing: 0.3em; flex: 0 0 50%; padding: 0 20px; margin: 0; text-align: justify;}
.about_box .txt .con li{ font: 400 16px/1.8em sans-serif; color: #000;}
.about_box .txt .con a.video{ display: block; width: 100%; padding: 20px;
	cursor: url(../images/cursor_video.svg) 40 40, pointer;
}
.about_box .txt .con a.video .pic{ width: 100%; display: flex; justify-content: center; align-items: center;}
.about_box .txt .con a.video .pic::before{ content: ''; display: block; padding-bottom: 56.35%;}
.about_box .txt .con a.video .pic::after{ display: block; position: absolute; color:#FFF; opacity: 1; z-index: 2; width: 48px; height: 48px; line-height: 48px; text-align: center; font-size: 48px;
	font-family: "FontAwesome"; content: "\f144";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	transition: 500ms ease-in-out;	
	text-shadow: 0 0 0 10px rgba(0,0,0,0.2);
}
.about_box .txt .con a.video:hover .pic::after{ opacity: 0.2;}
@media only screen and (max-width: 992px) {
	.about_box{ padding:40px 0;}
	.about_box .txt{ width: 100%; padding:0;}
	
}
@media only screen and (max-width: 720px) {
	.about_box{ padding:20px 0;}
	
	.about_box .txt .con{ margin: 0 ;}
	.about_box .txt .con p{ flex: 0 0 100%; padding: 0; }
	.about_box .txt .con p+p{ padding-top: 20px;}

	.about_box .txt .con a.video{  padding: 20px 0;}
}
/*------*/

/*---ser_box---*/
.ser_box{ position: relative; padding: 40px 0; margin: 0 auto; max-width: 1920px;}
.ser_box .txt.right{ position: relative; width: 50%; left: 50%; padding:0 10px; }


.ser_box .list .txt .con{ display: flex; padding:20px 0; margin: 0 -20px;}
.ser_box .list .txt .con p{ font:300 13px/2.3em 'Noto Sans TC', sans-serif; color: #000; letter-spacing: 0.3em; flex: 0 0 50%; padding: 0 20px; margin: 0; text-align: justify;}
.ser_box .list .txt .con li{ font: 400 16px/1.8em sans-serif; color: #000;}

.ser_box .list{ position: relative; padding: 40px 0 0;}
.ser_box .list>ul{ display: flex; list-style: none; margin: 0; flex-wrap: wrap;}
.ser_box .list>ul li{ flex: 0 0 50%;}
.ser_box .list>ul li a{ position: relative; display: block; padding-bottom: 60%; overflow: hidden; background: #000;
	cursor: url(../images/cursor_view.svg) 40 40, pointer;
}
.ser_box .list>ul li a .txt{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
.ser_box .list>ul li a .txt .title{ position: relative; text-align: center;}
.ser_box .list>ul li a .txt .title b{ display: block; color: #FFF; font:800 56px/1.2em 'M PLUS Rounded 1c', sans-serif; letter-spacing: 0.15em; }
.ser_box .list>ul li a .txt .title span{ display: block; color: #FFF; font:400 20px/1.2em 'Noto Sans TC', sans-serif; letter-spacing: 0.3em; }
.ser_box .list>ul li a .pic{ position: absolute; top: -100px; left: 0; width: 100%; height: calc(100% + 100px);}
.ser_box .list>ul li a:hover .pic{
	transform: scale(1.05);
}

.ser_box .item_list{ position: relative; padding: 40px 0 0;}
.ser_box .item_list>ul{ display: block; list-style: none; margin: 0; }
.ser_box .item_list>ul li{ display: block; margin: 0 0 80px 0;}
.ser_box .item_list>ul li .item{ display: flex; flex-wrap: wrap; margin: 0 0 20px 0;
	/* cursor: url(../images/cursor_view.svg) 40 40, pointer; */
}
.ser_box .item_list>ul li .item .pic{  flex: 0 0 calc(50% + 100px); margin: 0 -120px 0 20px;}
.ser_box .item_list>ul li .item .pic::before{ content: ''; display: block; padding-bottom: 56.25%;}
.ser_box .item_list>ul li .item .txt{  flex: 0 0 50%; padding: 20px 40px 0 14%;}

.ser_box .item_list>ul li:nth-child(2n-1) .item{ flex-direction: row-reverse;}
.ser_box .item_list>ul li:nth-child(2n) .item .pic{ margin: 0 20px 0 -120px ;}
.ser_box .item_list>ul li:nth-child(2n) .item .txt{ padding: 20px 14% 0 40px;}

.ser_box .item_list>ul li .item .more_bar{ display: none;}
.ser_box .item_list>ul li:nth-child(2) .item .more_bar{ display: block;}

.ser_box .item_list>ul li .item .txt .con { padding-top: 20px; font:400 14px/1.5em 'Noto Sans TC', sans-serif; color: #000; letter-spacing: 0.2em; text-align: justify;}
.ser_box .item_list>ul li .item .txt .tag { font:300 13px/1.5em 'Noto Sans TC', sans-serif; color: #666; letter-spacing: 0.2em; text-align: justify;}
/* .ser_box .item_list>ul li .item:hover .pic{
	transform: scale(1.02);
} */

.ser_box .item_list.view>ul li a { cursor: url(../images/cursor_more.svg) 40 40, pointer; }
.ser_box .item_list.view>ul li a .pic{ flex: 0 0 55%; margin: 0;}
.ser_box .item_list.view>ul li a .pic::before{ padding-bottom: 56.25%;}
.ser_box .item_list.view>ul li a .txt{  flex: 0 1 45%; padding: 0 40px 0 0; display: flex; align-items: center; flex-wrap: wrap;}
.ser_box .item_list.view>ul li a .txt .title_bar{ flex: 0 0 100%;}
.ser_box .item_list.view>ul li:nth-child(2n) a .txt{flex: 0 1 45%; padding: 0 0 0 40px;}
.ser_box .item_list.view>ul li:nth-child(2n) a .pic{ flex: 0 0 55%; margin: 0;}
.ser_box .item_list.view>ul li a:hover .pic{
	transform: scale(1);
}

.ser_box .pro_list{ position: relative; padding: 40px 0 80px;}
.ser_box .pro_list>ul{ display: flex; list-style: none; margin: 0 0 40px 0; flex-wrap: wrap;}
.ser_box .pro_list>ul li{ flex: 0 0 25%;}

.ser_box .pro_list .item { position: relative; display: block; color: #000;}
.ser_box .pro_list .item .txt{ display: flex; flex-direction: column; justify-content: center; min-height: 500px; margin: 0 20px; padding: 30px;}
.ser_box .pro_list .item .txt .num{ font:400 165px/1.1em 'SoukouMincho', serif; color: #f2f2f2; position: absolute; top: 25%; left: 0; width: 100%; text-align: center; z-index: -1;} 
.ser_box .pro_list .item .txt .title{ font: 800 25px/1.4em 'M PLUS Rounded 1c', sans-serif; letter-spacing: 0.1em; margin-bottom: 5px;}
.ser_box .pro_list .item .txt .con { padding-top: 20px; font:400 14px/1.5em 'Noto Sans TC', sans-serif; color: #000; letter-spacing: 0.2em; text-align: justify; margin-bottom: 1em;}
.ser_box .pro_list .item .txt .tag { font:300 13px/1.5em 'Noto Sans TC', sans-serif; color: #666; letter-spacing: 0.2em; text-align: justify;}

.ser_box .pro_list .item .hover{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; background: #f2f2f2; padding: 20px; border-radius: 20px; z-index: 1;
	transition: 500ms ease-in-out;	
}
.ser_box .pro_list .item .hover .num{ font:400 185px/1.1em 'SoukouMincho', serif; color: #FFF; position: absolute; top: 8%; left: 0; width: 100%; text-align: center; z-index: -1;} 
.ser_box .pro_list .item .hover .title{ font: 800 20px/1.1em 'M PLUS Rounded 1c', sans-serif; margin-bottom: 5px;}
.ser_box .pro_list .item .hover .sub_title{ font-size: 30px; text-align: center; line-height: 180px;}
.ser_box .pro_list .item .hover .con { padding: 20px; font:400 14px/1.5em 'Noto Sans TC', sans-serif; color: #000; letter-spacing: 0.2em; text-align: justify; }
.ser_box .pro_list .item .hover .tag { padding: 0 20px 20px; font:300 13px/1.5em 'Noto Sans TC', sans-serif; color: #666; letter-spacing: 0.2em; text-align: justify;}

.ser_box .pro_list .item:hover .hover{ opacity: 1;}

/*item_pics_list*/
.ser_box .item_pics_list{ position: relative; padding: 40px 0 0;}
.ser_box .item_pics_list>ul{ display: block; list-style: none; margin: 0; }
.ser_box .item_pics_list>ul>li{ display: block; margin: 0 0 80px 0;}
.ser_box .item_pics_list>ul>li .item{ display: block; flex-wrap: wrap; margin: 0;}
.ser_box .item_pics_list>ul>li .item .pics{ float: right; width: calc(50% + 50px); margin: 0 20px 0 0;}
.ser_box .item_pics_list>ul>li .item .pics ul{ display: block; list-style: none; margin: 0; }
.ser_box .item_pics_list>ul>li .item .txt{ float: left;width: calc(50% - 70px); padding: 40px; }
.ser_box .item_pics_list>ul>li .item .txt .con { padding-top: 20px; font:400 14px/1.5em 'Noto Sans TC', sans-serif; color: #000; letter-spacing: 0.2em; text-align: justify;}

.ser_box .item_pics_list>ul>li:nth-child(2n) .item .pics{ float: left;  margin: 0 0 0 20px;}
.ser_box .item_pics_list>ul>li:nth-child(2n) .item .txt{ float: right; }

@media only screen and (max-width: 1200px) {
	.ser_box .list>ul li a .txt .title b{ font-size: 40px; }
	.ser_box .list>ul li a .txt .title span{ font-size: 16px;}

	.ser_box .pro_list>ul li{ flex: 0 1 33%;}
	.ser_box .pro_list .item .txt .num{ font-size: 130px; top: 30%;} 
	.ser_box .pro_list .item .hover .num{ font-size: 130px; top: 15%;} 
}
@media only screen and (max-width: 992px) {
	.ser_box{ padding: 40px 0;}
	.ser_box .item_list>ul{ margin: 0 -20px;}
	.ser_box .item_list>ul li .item .pic{ flex: 0 0 calc(50% - 40px); margin: 0 20px; border-radius: 10px;}
	.ser_box .item_list>ul li .item .pic::before{ padding-bottom: 100%;}
	.ser_box .item_list>ul li:nth-child(2n) .item .pic{ flex: 0 0 calc(50% - 40px); margin: 0 20px;}
	.ser_box .item_list>ul li .item .txt{ padding: 20px;}
	.ser_box .item_list>ul li:nth-child(2n) .item .txt{ padding: 20px;}

	.ser_box .item_pics_list>ul>li{ margin: 0 0 40px 0;}
	.ser_box .item_pics_list>ul>li .item .pics{ width: calc(60% ); margin: 0;}
	.ser_box .item_pics_list>ul>li:nth-child(2n) .item .pics{ margin: 0;}
	.ser_box .item_pics_list>ul>li .item .txt{ width: calc(40% - 40px); padding: 20px 0;}

	.ser_box .pro_list>ul li{ flex: 0 1 50%;}
}
@media only screen and (max-width: 720px) {
	.ser_box{ padding:20px 0;}
	.ser_box .txt.right{ width: auto; left: inherit; padding:0; }
	.ser_box .list>ul li{ flex: 0 0 100%;}
	.ser_box .list>ul li a .txt .title b{ font-size: 30px; }

	.ser_box .item_list>ul{ margin: 0;}
	.ser_box .item_list>ul li .item .pic{ flex: 0 0 100%; margin: 0 0 10px 0;}
	.ser_box .item_list>ul li:nth-child(2n) .item .pic{ flex: 0 0 100%; margin: 0 0 20px 0;}
	.ser_box .item_list>ul li .item .txt{ flex: 0 0 100%; padding: 20px 0;}
	.ser_box .item_list>ul li:nth-child(2n) .item .txt{ flex: 0 0 100%; padding: 20px 0;}

	.ser_box .item_list.view>ul li a .pic{ flex: 0 0 100%;;}
	.ser_box .item_list.view>ul li a .pic::before{ padding-bottom: 60%;}
	.ser_box .item_list.view>ul li a .txt{ flex: 0 0 100%; padding: 20px 20px 0;}
	.ser_box .item_list.view>ul li:nth-child(2n) a .pic{ flex: 0 0 100%;}
	.ser_box .item_list.view>ul li:nth-child(2n) a .txt{ flex: 0 0 100%; padding: 20px;}

	.ser_box .item_pics_list>ul>li .item .pics{ width: auto; margin: 0 0 20px 0; float: none; }
	.ser_box .item_pics_list>ul>li:nth-child(2n) .item .pics{ width: auto; margin: 0 0 20px 0; float: none;}
	.ser_box .item_pics_list>ul>li .item .txt{ width: auto; margin: 0; float: none;}
	.ser_box .item_pics_list>ul>li:nth-child(2n) .item .txt{ width: auto; margin: 0; float: none;}

	.ser_box .pro_list>ul li{ flex: 0 1 50%;}
	.ser_box .pro_list .item .hover{ display: none;}
	.ser_box .pro_list .item .txt{ min-height: inherit; padding: 40px 0; margin: 20px 0;}
	.ser_box .pro_list .item .txt .num { font-size: 100px; top: 0;}
	.ser_box .pro_list .item .txt .title{ font-size: 18px;}

}
/*------*/

/*---works_box---*/
.works_box{ position: relative; padding:80px 10px 40px; background: #111;}
.works_box.page{ background: #000; padding-left: 0; padding-right: 0;}
.works_box .title_bar .title b{ color: #FFF;}
.works_box .title_bar .title span{ color: #FFF;}
.works_box .list{ position: relative; padding: 40px 0 0;}
.works_box .list>ul{ list-style: none; margin: 0 -40px; }
.works_box .list>ul li{ width: 50%; float: right;}
.works_box .list>ul li:nth-child(2){ padding-top: 20%;}
.works_box .list>ul li:nth-child(3){ margin-top: -20%;}
.works_box .list>ul li a{ display: block; margin: 40px; cursor: url(../images/cursor_view.svg) 40 40, pointer;}
.works_box .list>ul li a .pic { border-radius: 10px; border: solid 6px #E3E3E3;
	transition: opacity 1000ms ease, transform 500ms ease, filter 500ms ease;
	filter:grayscale(1);
}
.works_box .list>ul li a .pic::before{ display: block; content: ''; padding-bottom: 100%;}
.works_box .list>ul li a .txt{ padding: 20px; color: #FFF;}
.works_box .list>ul li a .txt .date{ font: 500 16px/20px 'M PLUS Rounded 1c', sans-serif; letter-spacing: 0.2em; margin-bottom: 5px;}
.works_box .list>ul li a .txt .title{ font:400 20px/1.2em 'Noto Sans TC', sans-serif; letter-spacing: 0.3em;}
.works_box .list a:hover .pic{
	filter:grayscale(0);
}
.works_box .more_bar{ padding: 20px 0;}


.filter_menu{ position: relative; padding: 80px 0 40px;}
.filter_menu>ul{ display: flex; margin: 0; list-style: none; justify-content: center;}
.filter_menu>ul>li{ flex: 1 1 1;}
.filter_menu>ul>li a{ display: block; padding: 10px; color: #707070; text-align: center; margin: 0 30px;
	transition: 300ms ease;
}
.filter_menu>ul>li a b{ display: block; font: 500 18px/20px 'M PLUS Rounded 1c', sans-serif; letter-spacing: 0.2em; margin-bottom: 10px; white-space:nowrap;}
.filter_menu>ul>li a span{ display: block; font:400 12px/1.2em 'Noto Sans TC', sans-serif; letter-spacing: 0.3em; white-space:nowrap;}
.filter_menu>ul>li a:hover{ color: #f2f2f2;}
.filter_menu>ul>li a.on{ border-bottom: solid 1px #FFF; color: #FFF; }


.works_box .page_list{ position: relative; padding: 40px 0 0; margin: 0 auto; max-width: 1920px;}
.works_box .page_list>ul{ list-style: none; margin: 0; display: flex; flex-wrap: wrap;}
.works_box .page_list>ul>li{ flex: 0 0 calc(100% / 3);}
.works_box .page_list>ul>li a{ position: relative; display: block;} 
.works_box .page_list>ul>li a .pic{ position: relative;}
.works_box .page_list>ul>li a .pic::before{ display: block; content: ''; padding-bottom: 75%; background: rgba(0, 0, 0, 0);
	transition: 300ms ease;
}
.works_box .page_list>ul>li a .txt{ position: absolute; bottom: 0; left: 0; padding: 20px; width: 100%; color: #FFF; opacity: 0;
	transition: 300ms ease;
}
.works_box .page_list>ul>li a .txt .type{ font: 500 20px/1.2em 'M PLUS Rounded 1c', sans-serif; letter-spacing: 0.2em; margin-bottom: 5px;}
.works_box .page_list>ul>li a .txt .title{ font:400 14px/1.2em 'Noto Sans TC', sans-serif; letter-spacing: 0.3em;}
.works_box .page_list>ul>li a:hover .pic::before{ background: rgba(0, 0, 0, 0.3);}
.works_box .page_list>ul>li a:hover .txt{ opacity: 1;}

.works_box .motion_list{ position: relative; padding: 40px 0 0;}
.works_box .motion_list ul{ display: block; list-style: none; margin: 0; }
.works_box .motion_list ul>li{ display: block; margin-bottom: 80px;}
.works_box .motion_list ul>li .item{ display: flex; margin: 0 -20px; flex-wrap: wrap;}
.works_box .motion_list ul>li:nth-child(2n) .item{ flex-flow: row-reverse;  flex-wrap: wrap;}
.works_box .motion_list ul>li .item .cover{ position: relative; flex: 0 0 calc(100% / 3 * 2 - 40px); margin: 20px;}
.works_box .motion_list ul>li .item .cover .pic{ width: 100%; padding-bottom: 56.25%;}
.works_box .motion_list ul>li .item .cover .video{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0;
	transition: 300ms ease;
}
.works_box .motion_list ul>li .item .cover:hover .video{ opacity: 1;}
.works_box .motion_list ul>li .item .txt{ flex: 0 0 calc(100% / 3 - 40px); margin: 20px; display: flex; align-items: center;}

.works_box .motion_list ul>li .item .scroll{ overflow: auto; display: flex; flex-wrap: nowrap; width: 100%;}
.works_box .motion_list ul>li .item .cover_sm { position: relative; flex: 0 0 calc(100% / 3 - 40px); margin: 20px; display: flex; }
.works_box .motion_list ul>li .item .cover_sm .pic{ width: 100%; padding-bottom: 56.25%;}
.works_box .motion_list ul>li .item .cover_sm .video{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0;
	transition: 300ms ease;
}
.works_box .motion_list ul>li .item .cover_sm:hover .video{ opacity: 1;}


.works_box .motion_yt_list{ position: relative; padding: 40px 0 0;}
.works_box .motion_yt_list ul{ display: flex; list-style: none; margin: 0 -20px; flex-wrap: wrap;}
.works_box .motion_yt_list ul>li{ display: block; margin-bottom: 80px; position: relative; flex: 0 0 calc(100% / 2 - 40px); margin: 20px;}
.works_box .motion_yt_list ul>li:nth-child(5n-2){ flex: 0 0 calc(100% / 3 - 40px);}
.works_box .motion_yt_list ul>li:nth-child(5n-1){ flex: 0 0 calc(100% / 3 - 40px);}
.works_box .motion_yt_list ul>li:nth-child(5n){ flex: 0 0 calc(100% / 3 - 40px);}
.works_box .motion_yt_list ul>li .item { display: block;}
.works_box .motion_yt_list ul>li .item .cover .pic{ width: 100%; padding-bottom: 56.25%;}
.works_box .motion_yt_list ul>li .item .txt{ position: absolute; padding: 10px; bottom: 0; left: 0; width: 100%; background: rgba(0, 0, 0, 0.3); color: #FFF; opacity: 0;
	transition: 300ms ease;
}
.works_box .motion_yt_list ul>li .item:hover .txt{ opacity: 1;}


@media only screen and (max-width: 992px) {
	.works_box{ padding: 80px 0 40px;}
	.works_box .list{ padding: 20px 0 0;}

	.filter_menu>ul>li a { margin: 0 10px; }

	.works_box .list>ul li a .txt{ padding: 20px 20px 0;}

	.works_box .page_list>ul>li{ flex: 0 0 calc(100% / 2);}
	.works_box .page_list>ul>li a .pic::before{ background: rgba(0, 0, 0, 0.3);}
	.works_box .page_list>ul>li a .txt{ opacity: 1;}

	.works_box .motion_list ul>li .item{ margin: 0 -10px;}
	.works_box .motion_list ul>li .item .cover{ flex: 0 0 calc(100% / 2 - 20px); margin: 10px;}
	.works_box .motion_list ul>li .item .txt{ flex: 0 0 calc(100% / 2 - 20px); margin: 10px; }
	.works_box .motion_list ul>li .item .cover_sm { flex: 0 0 calc(100% / 3 - 20px); margin: 10px; }

	.works_box .motion_yt_list ul{ margin: 0 -10px;}
	.works_box .motion_yt_list ul>li{ flex: 0 0 calc(100% / 2 - 20px); margin: 10px;}
	.works_box .motion_yt_list ul>li:nth-child(5n-2){ flex: 0 0 calc(100% / 3 - 20px);}
	.works_box .motion_yt_list ul>li:nth-child(5n-1){ flex: 0 0 calc(100% / 3 - 20px);}
	.works_box .motion_yt_list ul>li:nth-child(5n){ flex: 0 0 calc(100% / 3 - 20px);}
	.works_box .motion_yt_list ul>li .item .txt{ opacity: 1;}
}
@media only screen and (max-width: 720px) {
	
	.works_box .list{ padding: 20px 0 0;}
	.works_box .list>ul{ margin: 0;}
	.works_box .list>ul li{ width: auto; float: none; margin: 0 !important; padding: 0 !important;}
	.works_box .list>ul li a{ margin: 20px 0 40px; }
	.works_box .list>ul li a .txt .date{ font-size: 14px;}
	.works_box .list>ul li a .txt .title{ font-size: 16px;}

	.works_box .page_list>ul>li{ flex: 0 0 100%;}
	.filter_menu{ overflow: auto; padding: 40px 20px;}
	.filter_menu>ul{ justify-content: left;}
	.filter_menu>ul>li a{ padding: 10px 20px; margin: 0;}


	.works_box .motion_list ul>li .item .cover{ flex: 0 0 calc(100% - 20px);}
	.works_box .motion_list ul>li .item .txt{ flex: 0 0 calc(100% - 20px); }
	.works_box .motion_list ul>li .item .cover_sm { flex: 0 0 250px; }

	.works_box .motion_list ul>li .item .scroll{ margin: 0 -15px; padding: 0 15px; width: calc( 100% + 30px);}

	
	.works_box .motion_yt_list ul>li{ flex: 0 0 calc(100% - 20px); }
	.works_box .motion_yt_list ul>li:nth-child(5n-2){ flex: 0 0 calc(100% - 20px);}
	.works_box .motion_yt_list ul>li:nth-child(5n-1){ flex: 0 0 calc(100% - 20px);}
	.works_box .motion_yt_list ul>li:nth-child(5n){ flex: 0 0 calc(100% - 20px);}

	
}

/*------*/

/*---contact_box---*/
.contact_box{ position: relative; padding: 80px 0 40px; margin: 0 auto; }
.contact_box .txt{ position: relative; width: 50%; left: 50%; padding:0 10px; }
.contact_box .form{ padding: 40px 0 0;}
.contact_box .form p{ font:400 16px/1.5em 'Noto Sans TC', sans-serif; letter-spacing: 0.3em; color: #666; margin: 20px 0;}
.contact_box .form input{ background-color: #F3F3F3; }
.contact_box .form textarea{ background-color: #F3F3F3;}
.contact_box .form input:checked{ background-color: #000;}
.contact_box .form ::placeholder{ font-size: 15px; letter-spacing: 0.3em;}
.contact_box .form .send_bar{ text-align: right;}

@media only screen and (max-width: 720px) {
	.contact_box .txt{ width: auto; left: inherit; padding:0; }
	.contact_box{ padding: 40px 0;}
	.contact_box .form{ padding: 20px 0 0;}
	.contact_box .form p{ font-size: 15px; margin: 10px 0;}
	.contact_box .form .send_bar{ text-align: left;}
}

/*------*/

/*---team_box---*/
.team_box{ position: relative; padding: 40px 0; margin: 0 auto; }
.team_box .leader_list{ padding: 20px 60px;}
.team_box .leader_list>ul{ list-style: none; margin: 0; padding-top: 15%; display: flex; flex-wrap: wrap;}
.team_box .leader_list>ul li{  flex: 0 0 50%;}
.team_box .leader_list>ul li:nth-child(2n-1){ margin-top: -15%;}
.team_box .leader_list>ul li a{ display: block; margin: 40px 20px;
	filter:grayscale(1);
	transition: opacity 500ms ease, filter 800ms ease;
}
.team_box .leader_list>ul li a .pic{ position: relative; padding-bottom: 140%;}
.team_box .leader_list>ul li a .pic .info{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); color: #FFF; font-size: 14px; opacity: 0; padding: 1em 2em;
	backdrop-filter: blur(10px);
	display: flex; flex-direction: column; justify-content: center; text-align: center;
	transition: 500ms ease;
}
.team_box .leader_list>ul li a .pic .info .title{ font: 500 36px/40px 'M PLUS Rounded 1c', sans-serif; letter-spacing: 0.2em; color: #FFF; margin-bottom: 0.5em;}
.team_box .leader_list>ul li a .pic .info .con{ line-height: 2em;}

.team_box .leader_list>ul li a .txt{ padding: 10px 0;}
.team_box .leader_list>ul li a .txt .name { display: inline-block; border-bottom: solid 1px #FFF; padding: 5px 10px;}
.team_box .leader_list>ul li a .txt .name b { display: inline-block; font:400 20px/20px 'Noto Sans TC', sans-serif; letter-spacing: 0.3em; color: #FFF; margin-right: 10px;}
.team_box .leader_list>ul li a .txt .name span{ display: inline-block; font: 500 16px/20px 'M PLUS Rounded 1c', sans-serif; letter-spacing: 0.2em; color: #FFF; }
.team_box .leader_list>ul li a .txt .position { display: inline-block; padding: 10px;}
.team_box .leader_list>ul li a .txt .position b{ display: inline-block; font: 500 36px/40px 'M PLUS Rounded 1c', sans-serif; letter-spacing: 0.1em; color: #FFF; margin-right: 10px; }
.team_box .leader_list>ul li a .txt .position span { display: inline-block; font:400 20px/40px 'Noto Sans TC', sans-serif; letter-spacing: 0.3em; color: #FFF; }
/* .team_box .leader_list>ul li a:hover{
	filter:grayscale(0);
} */
.team_box .leader_list>ul li a:hover .pic .info{ opacity: 1;}

.team_box .list{ padding: 20px 20px 40px 20px;}
.team_box .list .title_bar{ padding: 0 0 20px 0;}
.team_box .list>ul{ list-style: none; margin: 0 -15px; padding: 0; display: flex; flex-wrap: wrap;}
.team_box .list>ul li{  flex: 0 0 calc(100% / 4);}
.team_box .list>ul li a{ display: block; margin: 15px;}
.team_box .list>ul li a .pic{ position: relative; padding-bottom: 100%;}
.team_box .list>ul li a .txt{ padding: 10px 0; text-align: center;}
.team_box .list>ul li a .txt .name {  font: 500 18px/1.2em 'M PLUS Rounded 1c', sans-serif; letter-spacing: 0.2em; color: #FFF; margin: 4px 0;}
.team_box .list>ul li a .txt .position { font:300 14px/1.2em 'Noto Sans TC', sans-serif; letter-spacing: 0.2em; color: #FFF; }
@media only screen and (max-width: 992px) {
	.team_box .list{ padding: 20px 0 40px;}
	.team_box .leader_list{ padding: 20px 0;}
	.team_box .list>ul{ flex-wrap: nowrap; overflow: auto; padding: 0 50px; margin: 0 -50px;}
	.team_box .list>ul li{  flex: 0 0 calc(90% / 2);}
}
@media only screen and (max-width: 720px) {
	.team_box .list{ padding: 20px 0;}
	.team_box .leader_list>ul{ margin: 0; padding-top: 0; }
	.team_box .leader_list>ul li{  flex: 0 0 100%;}
	.team_box .leader_list>ul li:nth-child(2n-1){ margin-top: 0;}
	.team_box .leader_list>ul li a{ display: block; margin: 0 0 20px;}
	.team_box .leader_list>ul li a .txt .position b{ font-size: 30px; }
	.team_box .list{ padding: 20px 0;}
	.team_box .list>ul{ padding: 0 40px; margin: 0 -50px;}
	.team_box .list>ul li{  flex: 0 0 calc(80%);}
	.team_box .list>ul li a{ display: block; margin: 10px;}
}
/*------*/


/*---pics_box---*/
.pics_box{ position: relative; padding: 0 0 120px 0; max-width: 1440px; margin: 0 auto;} 
.pics_box .list{ position: relative; display: flex; flex-wrap: wrap;}
.pics_box .list a{ position: relative; overflow: hidden; background: #CCC; flex: 0 0 25%; cursor: url(../images/cursor_zoom.svg) 40 40, pointer;
	transition: opacity 500ms ease, filter 800ms ease;
}
.pics_box .list a::before{ content: ''; display: block; padding-bottom: 100%;}

.pics_box .list a figure{ position: absolute; display: block; z-index: 1; bottom: 0; left: 0; width: 100%; box-sizing: border-box; background: rgba(0,0,0,0); color: #FFF; padding: 5px; text-align: center; opacity: 0; font-size: 0.9em;
	transition: 500ms ease-in-out;
}
.pics_box .list a img{ position: absolute; display: block !important; top: 50%; left: 50%; width: 0%; height: 0%;
	transition: 500ms ease-in-out;
}
.pics_box .list a::before{ content: ''; display: block; position: relative; color:#FFF; opacity: 0; z-index: 2; top: 0%; left:0%; width: 100%; padding-bottom: 100%; background: #333;
	transition: 500ms ease-in-out;	
}
.pics_box .list a::after{ display: block; position: absolute; color:#FFF; opacity: 0; z-index: 2; top: 50%; left:50%; margin: -16px 0 0 -16px ; width: 32px; height: 32px; line-height: 32px; text-align: center; font-size: 1.2em;
	font-family: "FontAwesome"; content: "\f00e";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	transition: 500ms ease-in-out;	
	text-shadow: 0 0 0 10px rgba(0,0,0,0.2);
}
.pics_box .list a:hover figure{ background: rgba(0,0,0,0.6); opacity: 1;}
.pics_box .list a:hover::before{ opacity: 0.4;}
.pics_box .list a:hover::after{ opacity:1;}
@media only screen and (max-width: 1200px) {
	.pics_box{ padding: 0 0 80px 0; } 
}
@media only screen and (max-width: 992px) {
	.pics_box>.inner-width{ padding: 0;}
	.pics_box .list a{ flex: 0 0 50%; }
}
@media only screen and (max-width: 720px) {
	.pics_box{ padding: 0 0 60px 0; } 
}
/*------*/


/*---inner_box---*/
.inner_box{ position: relative; padding: 60px 0;}
.inner_box .date{  font:500 1em/1.4em 'Noto Serif TC', serif; padding: 0 0 20px 0; margin-top: -5px; color: #B5091F;}
.inner_box table{min-width: 100%;}
.inner_box td .type{ position: relative; display: inline-block; font-size: 1rem; color: #FFF; text-align: center; line-height: 32px; padding: 0 10px; border-radius: 10px; background: #999; border: solid 1px transparent; box-sizing: border-box; vertical-align: middle;
	white-space: nowrap;
	transition: 200ms ease;
}
.inner_box td .type.booked{ background: #38BAC2;}
.inner_box td .type.checkin{ background: #FD6B62;}
.inner_box td .type.cancel{ background: #F36;}

.inner_box .cover{ position: relative; margin: 0 auto 20px; max-width: 300px; z-index: 100; text-align: center;}
.inner_box .cover.up{ margin: -100px auto -40px; }
.inner_box .cover .pic{ width: 100%; padding-bottom: 100%; border-radius: 50%;}
.inner_box .cover img{ position: relative; display: block; max-width: 100%;}

.inner_box table.animal{ position: relative; width: 100%;}
.inner_box table.animal th, .inner_box table.animal td{ border-bottom: solid 1px #f2f2f2; padding: 0.5em 15px; line-height: 1.4em; font-size:18px;}
.inner_box table.animal th{ width: 80px;}

.inner_box .tool_bar{ position: absolute; top: 30px; right: 20px;}
.inner_box .tool_bar a { display: inline-block; line-height: 32px; width: auto;  text-align: center; margin: 0 4px 0 0; padding: 0 20px; color: #FFF; font-size: 16px; border-radius: 16px;background: #C81737; 
	transition: 300ms ease;
}
.inner_box .tool_bar a:hover { color: #FFF; background: #C81737;
	transform: scale(1.04);
}
.inner_box .txt{ padding: 0 20px;}



.inner_box a.video {  display: flex; justify-content: center; align-items: center; cursor: url(../images/cursor_video.svg) 40 40, pointer;}
.inner_box a.video::before{ content: ''; display: block; padding-bottom: 56.35%;}
.inner_box a.video::after{ display: block; position: absolute; color:#FFF; opacity: 1; z-index: 2; width: 48px; height: 48px; line-height: 48px; text-align: center; font-size: 48px;
	font-family: "FontAwesome"; content: "\f144";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	transition: 500ms ease-in-out;	
	text-shadow: 0 0 0 10px rgba(0,0,0,0.2);
}
.inner_box a.video:hover::after{ opacity: 0.2;}

@media only screen and (max-width: 992px) {
	.inner_box{ padding: 40px 0;}
	.tab_scroll{ overflow: auto;}
}
@media only screen and (max-width: 576px) {
	.inner_box{ padding: 30px 0;}
	.inner_box>.inner-width { padding: 0 20px; }
}
/*------*/

/*===POPUP===*/
/*---pop_box---*/
.pop_box{ position:fixed; top:0%; left:0; width:100%; height:100%; overflow:auto; -webkit-overflow-scrolling: touch; z-index:1000;
	display: none;
}
.pop_box.on{ top:0; opacity:1;}
.pop_box .mask{  position: fixed; top:0%; left:0; width:100%; height:100%; z-index:1; background:rgba(0,0,0,.7); background-size: cover; opacity:1;
	transition: 800ms ease;
}
.pop_box .txt{ position: relative; max-width:600px; margin:20vh auto; z-index:10; box-sizing: border-box; }
.pop_box .txt.xl{ max-width: 1200px; margin: 60px auto;}
.pop_box .txt.sm{ max-width: 350px; padding: 40px 0; background: transparent; box-shadow: none; border: none;}

.pop_box .close_btn{ position: relative; width:24px; text-align:center; z-index:10; opacity:0.5; margin: 20px auto;}
.pop_box .close_btn.in{ position: absolute; top: 10px; right: 10px; margin: 0;}
.pop_box .close_btn.fixed{ position: fixed; top: -44px; right: -44px; margin: 0; padding: 10px; width: 44px; height: 44px; background: #000;}
.pop_box.on .close_btn.fixed{ top: 10px; right: 10px; opacity: 0.9;}
.pop_box .close_btn img{ display: block; max-width:100%;}
.pop_box .close_btn:hover{ opacity:1;}
.pop_box .checkbox-inline a{ color: #C81737;}

.pop_box .view{ position: relative; display: flex; flex-wrap: wrap;}
.pop_box .view .cover { flex: 0 0 50%; }
.pop_box .view .cover .pic::before{ display: block; position: relative; content: ''; padding-bottom: 100%;}
.pop_box .view .info{ position: relative; padding: 20px; flex: 0 0 50%;}
.pop_box .view .info .name{ line-height: 1.2em; font: 500 20px/1.8em sans-serif; color: #333; font-weight: 700;}
.pop_box .view .info .price{  color: #C29C60; font: 500 30px/1.2em 'Noto Serif TC', serif; margin-bottom: 20px;}

.pop_box .view .edit{ flex: 0 0 100%; }
.pop_box .view .menu{ text-align: center; font: 20px 'Quicksand', sans-serif; font-weight: 700; display: flex; flex-wrap: nowrap; justify-content: space-around; color: #C29C60;}
.pop_box .view .menu>div{ line-height: 40px; padding: 0 5px;}
.pop_box .view .calendar{ position: relative;}
.pop_box .view .calendar .week{ position: relative; display: flex; flex-wrap: wrap;}
.pop_box .view .calendar .week>div{ flex: 0 0 calc(100% / 7 - 4px); text-align: center; height: 48px; margin: 2px; font: 15px/48px 'Quicksand', sans-serif; border-radius: 5px;}
.pop_box .view .calendar .week.day>div{ background: rgba(255,255,255,0.3); box-sizing: border-box;}
.pop_box .view .calendar .week.day>div:hover{ border: solid 2px #ffba79; line-height: 44px; }
.pop_box .view .calendar .week.day>div.sel{ border: solid 2px #C29C60; line-height: 44px; }
.pop_box .view .calendar .week.day>div.ade{ background: #b4e7b3;}
.pop_box .view .calendar .week.day>div.has{ background: #fce189;}
.pop_box .view .calendar .week.day>div.full{ background: #e26862;}
.pop_box .view .calendar .week.day>div.old{ background: #CCC;}
.pop_box .view .calendar .week.day>div.now{ background: rgba(255, 214, 79, 0.6); border: solid 2px #e4b415; line-height: 44px; }

.pop_box .view .cover .pic_main{ position: relative;}
.pop_box .view .cover .pic_main .item{ position: relative;}
.pop_box .view .cover .pic_main img{ width: 100%;}
.pop_box .view .cover .pic_main a{ position: relative; display: block; overflow: hidden;}
.pop_box .view .cover .pic_main a::before{ position: relative; display: block; content: ''; padding-bottom: 100%; }
.pop_box .view .cover .pic_main a img{ display: block !important; opacity: 0 !important; z-index: 1; position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; max-width: 100%; background-size: cover; transform: translateX(-50%) translateY(-50%);}
.pop_box .view .cover .pic_list{ position: relative; margin: 5px -5px 0;}
.pop_box .view .cover .pic_list ul{ display: flex; flex-wrap: wrap; margin: 0; list-style: none;}
.pop_box .view .cover .pic_list li{ flex:0 1 25%;}
.pop_box .view .cover .pic_list .item{  margin:5px; opacity: 0.5; height: 50px; overflow: hidden;}
.pop_box .view .cover .pic_list .item::before{ position: relative; display: block; content: ''; padding-bottom: 100%; }
.pop_box .view .cover .pic_list .item.imgLiquid_ready{ height: auto;}
.pop_box .view .cover .pic_list .item:hover{ opacity: 0.8;}
.pop_box .view .cover .pic_list .item.on{ opacity: 1;}
.pop_box .view .cover .pic_list img{ display: block; max-width: 100%;}

.pop_box .box{ display: flex; align-items: center; height: calc(100vh - 120px);}
.pop_box .video { position: relative; width: 100%; }
.pop_box .video::before{ content: ''; display: block; padding-bottom: 56.25%;}
.pop_box .video iframe{ position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%;}

.pop_box .tip{ justify-content: center;}
.pop_box .tip>div{ font-size: 15px; padding: 4px 8px; margin: 2px; border-radius: 5px;}
.pop_box .tip>div.ade{ background: #b4e7b3;}
.pop_box .tip>div.has{ background: #fce189;}
.pop_box .tip>div.full{ background: #e26862;}
.pop_box .tip>div.old{ background: #CCC;}
.pop_box .tip a{ color: #FFF; text-decoration: underline;}


.pop_box .pro_view{ position: relative;}
.pop_box .pro_view img{ max-width: 100%;}

@media only screen and (max-width: 992px) {
	.pop_box .view .cover{ flex: 0 0 300px; height: 300px;}
	.pop_box .view .info{ flex: 0 0 calc(100% - 300px);}
}
@media only screen and (max-width: 576px) {
	.pop_box .view .cover{ flex: 0 0 100%; height: auto;}
	.pop_box .view .info{ flex: 0 0 100%; padding: 20px 0;}
	.pop_box .txt{ padding: 40px 25px; margin:60px auto;}
}
/*------*/

/* =============================================================================
   INNER LAYOUT
   ========================================================================== */

/*---EDITOR---*/
.edit img{ max-width: 100%; height: auto !important;}
.edit iframe{ max-width: 100%;}
.edit .text{ padding: 3rem;}

/*---text img---*/
.pic_br20{ display: block; overflow: hidden; border-radius: 20px;}
.pic_center{ display: block; max-width: 100%; margin: 0 auto 20px; padding: 0 0 20px 0; text-align: center; }
.pic_center img{ width: 100%; max-width: 500px; height: auto;}
.pic_center figure{ display: block; text-align: left; color: #333; padding: 10px;}
.pic_center.col2 { overflow: auto;}
.pic_center.col2 img{ width:calc(50% - 20px); max-width: none; margin: 0 10px; float: left;}
.pic_left{ display: block; float:left; margin: 0 40px 20px 0; max-width: 45%; }
.pic_left img{ display: block; width: 100%; height: auto;}
.pic_right{ display: block; float:right; margin: 0 0 20px 40px; max-width: 45%; }
.pic_right img{ display: block; width: 100%; height: auto;}
.pic_full{ display: block; max-width: 100%; margin: 0 auto 2em; text-align: center;}
.pic_full img{ width: 100%; max-width: 1600px; height: auto;}
.pic_full figure{ display: block; text-align: left; color: #333; padding: 10px;}
@media only screen and (max-width: 992px) {
	.edit .text{ padding: 2rem;}
}
@media only screen and (max-width: 720px) {
	.pic_right{ float:none; margin: 0 0 20px 0; max-width: 100%; width: 100%; }
	.pic_left{ float:none; margin: 0 0 20px 0; max-width: 100%; width: 100%; }
	.edit .text{ padding: 1rem;}
}

/*---pho_list---*/
.pho_list{ position: relative; margin:20px -10px; display: flex; flex-wrap: wrap;}
.pho_list a{ position: relative; flex: 0 0 calc( 100% / 3 - 20px); margin: 10px; overflow: hidden; background: #333; border-radius: 4px;}
.pho_list.col4 a{ flex: 0 0 calc( 100% / 4 - 20px); }
.pho_list a figure{ position: absolute; display: block; z-index: 1; bottom: 0; left: 0; width: 100%; box-sizing: border-box; background: rgba(0,0,0,0); color: #FFF; padding: 5px; text-align: center; opacity: 0; font-size: 0.9em;
	transition: 500ms ease-in-out;
}
.pho_list a img{ position: absolute; display: block !important; top: 50%; left: 50%; width: 0%; height: 0%;
	transition: 500ms ease-in-out;
}
.pho_list a::before{ content: ''; display: block; position: relative; color:#FFF; opacity: 0; z-index: 2; top: 0%; left:0%; width: 100%; padding-bottom: 100%; background: #333;
	transition: 500ms ease-in-out;	
}
.pho_list a::after{ display: block; position: absolute; color:#FFF; opacity: 0; z-index: 2; top: 50%; left:50%; margin: -16px 0 0 -16px ; width: 32px; height: 32px; line-height: 32px; text-align: center; font-size: 1.2em;
	font-family: "FontAwesome"; content: "\f00e";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	transition: 500ms ease-in-out;	
	text-shadow: 0 0 0 10px rgba(0,0,0,0.2);
}
.pho_list a:hover figure{ background: rgba(0,0,0,0.6); opacity: 1;}
.pho_list a:hover::before{ opacity: 0.4;}
.pho_list a:hover::after{ opacity:1;}
@media only screen and (max-width: 992px) {
	.pho_list{ margin: 20px;}
	.pho_list a{ position: relative; flex: 0 0 calc( 100% / 2 - 20px); }
	.pho_list.col4 a{ position: relative; flex: 0 0 calc( 100% / 2 - 20px); }
}

/*---blockquote---*/
blockquote{ background: #FFF; padding: 20px; border-left: 4px solid #CCC;}


/* =============================================================================
   INNER LAYOUT END
   ========================================================================== */

/*RWD*/
.desk-show { display: block !important;}
.mobile-show { display: none !important; }
.peload{ opacity:0; transition: opacity 2000ms 3000ms ease;}
.peload.ed{ opacity:1;}
.pehide.ed{ display:none;}
.phone_btn{ display: none;}
.mobile_menu{ display: none;}
@media only screen and (max-width: 992px) {
	.desk-show { display: none!important; }
	.mobile-show { display: block!important; }
}



/*BLACK*/

body.black { background:#000;}

body.black #header::before { background: rgba(0, 0, 0, 1);}
body.black #header.ed::before { background: rgba(0, 0, 0, 0.95);}

body.black .top_menu>ul>li>a{ color: #FFF;}
body.black .top_menu>ul>li>a:hover { color: #666;}
body.black .top_menu>ul>li>a.cur{ color: #FFF;}
body.black .top_menu>ul>li>a.cur::before{ background: url(../images/top_menu_cur_w.svg) no-repeat; }

body.black .top_menu>ul>li.on>a{ color: #666;}

body.black .title_bar { color: #FFF; }
body.black .title_bar .title{ color: #FFF; }
body.black .title_bar .sub_title{ color: #FFF; }
body.black .title_bar .title b{ color: #FFF; }
body.black .title_bar .title span{ color: #FFF; }

body.black .menu_btn>div { background: #FFF;}

body.black .edit { color: #FFF;}
body.black .edit p, body.black .edit li { color: #FFF;}