@charset "UTF-8";
@import url(base.css);
@import url(animate.css);
@import url(font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600;900&family=Noto+Sans+TC:wght@500;700&display=swap');
/* =============================================================================
   BASIC
   ========================================================================== */
html, body { height: 100%;
 -webkit-text-size-adjust: none;
		 text-size-adjust: none;
}
body { background:#333333; }
body, th, td, input { font-size: 100%; }
a { text-decoration: none; }
h1 { font-size: 1.5em; font-family: sans-serif; margin: 0 0 1em; }
h2 { font-size: 1.4em; font-family: sans-serif; margin: 0 0 1em; }
h3 { font-size: 1.3em; font-family: sans-serif; margin: 0 0 0.6em; color: #333;}
h4 { font-size: 1.2em; font-family: sans-serif; margin: 0 0 0.6em; }
h5 { font-size: 1.2em; font-family: sans-serif; margin: 0 0 0.6em; }
h6 { font-size: 1.1em; font-family: sans-serif; margin: 0 0 0.6em; }
p,li { font-size: 1em; line-height: 1.8em; color: #333; font-family: sans-serif; }

a:link, a:visited { text-decoration: none; cursor: pointer; }
hr {  margin: 1.5em 0;}
a:link, a:visited { text-decoration: none; cursor: pointer;  }
::selection { background: #1D6F9E; color: #FFF;}

/*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;}
div.lazy.imgLiquid_ready{ opacity: 1;}

/*scale*/
.item_16by9 { position: relative; padding-bottom: 56.25%;}
.item_16by9 iframe{  position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0;}
.item_4by3 { position: relative; padding-bottom: 75%;}
.item_4by3 iframe{  position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0;}

.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; }

.text-ellipsis{ display: block; max-width: 100%; word-break:keep-all; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }

/*Package*/
.inner-width { position: relative; max-width:1200px; margin: auto;}
.txt-width { position: relative; max-width:1000px; margin: auto; }

/*more_bar*/
.more_bar{ position: relative; z-index: 100; text-align: left; margin: 30px 0 0;}
.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 .arr{ display: inline-block; margin: 0 20px;  vertical-align: middle; transition: 200ms ease; }
.more_bar .arr:hover{ opacity: 0.5;}

/*title_bar*/
.title_bar{ position: relative; text-align: center; margin: 0 0 50px 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: rgba(255, 255, 255, 0.1); font:700 100px/1.1em 'Inter', sans-serif; }
	.title_bar .title.c1{ color: rgba(0, 0, 0, 0.1);}
	.title_bar .menu{ position: relative; display: flex; justify-content: center; flex-wrap: wrap;}
	.title_bar .menu a{ color: #FFF; font-size: 1rem; padding: 10px;
		transition: background 200ms ease;
	}
	.title_bar .menu a:hover{ background: rgba(255, 255, 255, 0.1);}
	.title_bar .menu a.cur{ background: rgba(255, 255, 255, 0.2);}

	.title_bar .sub_title{ position: relative; display: block; color: #FFF; font:700 50px/1.1em 'Inter', sans-serif; }
	.title_bar .sm_title{ position: relative; display: block; color: #FFF; font:700 30px/1.1em 'Inter', sans-serif; }
	.title_bar .sm_title2{ position: relative; display: block; color: #FFF; font:700 20px/1.1em 'Inter', sans-serif; margin-top: 10px;}

/*tips_bar*/
	.tips_bar{ position: fixed; bottom: 0; left: 0; width: 100%; box-sizing: border-box; text-align: center; z-index: 4000; cursor: pointer; height: 60px; padding: 15px; background: rgba(0,0,0,0.9); color: #FFF;}
	.tips_bar:hover{ color:#FFF;}
	.tips_bar .box{ width: calc(100% - 50px); margin: 0; border: solid 1px #CCC; box-sizing: border-box; padding: 0 20px; border-radius: 5px; float: left; text-align: left;  letter-spacing: 0.2em; height: 30px;  line-height: 30px; font-size: 14px;}
	.tips_bar .box.c2{ background: none; }
	.tips_bar i{ width: 40px; height: 40px; font-size: 24px; float: right;}
	.tips_bar .desk_max{ max-width: 400px; margin: auto;}
	.tips_bar .box textarea{ width: 100%;border: none; padding: 0; margin: 0; background: none; color: #FFF; font-size: 15px; resize : none; cursor: pointer;}
	.tips_bar .box textarea:focus {
		outline: none !important;
		border: none;
		box-shadow:none;
	}
	
	
	.ball {
		position: absolute;
		top: -4em;
		left: calc(50% - 160px);
		background: #fff;
		width: 15px;
		height: 15px;
		border-radius: 100%;
		margin: auto;
	}
	.bouncing-ball {
		animation: bounce .4s  cubic-bezier(.5,.2,.8,.8) infinite alternate;
		-webkit-animation: bounce .4s  cubic-bezier(.5,.2,.8,.8) infinite alternate ;
	}
	
	@keyframes bounce {
		0% {
			top: -4em;
			transform: scale(1, 1);
		}
		10% {
			transform: scale(1, 1.1);
		}
		90% {
			transform: scale(0.8, 1.3);
		}
		95% {
			transform: scale(1.2, 0.8);
		}
		100% {
			top: 0em;
			transform: scale(1.2, 0.6);
		}
	}
	@media only screen and (max-width: 720px) {
		.tips_bar .box{ font-size: 12px;}
	}


/*button*/
.btn_more{ position: relative; display: inline-block; font:500 18px/40px 'Inter', sans-serif; color: #FFF; min-width: 160px; text-align: center; padding: 0 20px; border-radius: 4px; background: #222; border: solid 1px #222; box-sizing: border-box; vertical-align: middle;
	transition: 200ms ease;
}
.btn_more:hover, .btn_more:focus{ color: #222; border: solid 1px #222; background: #FFF;}
.btn_more i.fa{ position: absolute; top: 0; right: 15px; line-height: 40px;}
.btn_more.left{ text-align: left;}
.btn_more.right{ text-align: right;}
.btn_more.full{ width: 100%;}

/*COLOR*/
.btn_more.c1{ color: #FFF; background: transparent; border: solid 1px #FFF;}
.btn_more.c1:hover, .btn_more.c1:focus{ color: #1D6F9E; background: #FFF;}

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

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

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

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

.btn_more.left{ padding: 0 40px 0 20px; text-align: left;}
.btn_more.sm{ line-height: 32px; padding: 0 20px;}
.btn_more.sm i.fa{ line-height: 32px;}

.tag_bar{ position: relative; display: flex; flex-wrap: wrap; margin: 2px -2px;}
.tag_bar.center{ justify-content: center;}

.tag_bar .item{ color: #FFF; font-size: 14px; margin: 2px; padding: 0 8px; background: #2C2C2C; border-radius: 2px;}

.tag_bar.link .item{ background: #1D6F9E;}

@media only screen and (max-width: 992px) {
	.title_bar .title{ font:700 50px/1.1em 'Inter', sans-serif; }
	.title_bar .menu a{ padding: 10px 5px; }

}

/*PAGER*/
.pager_bar { padding: 20px 0; text-align: center; border-top: solid 1px #666; margin-top: 20px;}
.pager_bar.right { text-align: right; }
.pager_bar.left { text-align: left; }
.pager_bar a { display: inline-block; line-height: 30px; width: 30px; text-align: center; margin: 0 2px 0 0; color: #A8A8A8; font-size: 1em; vertical-align: text-top; border: solid 1px transparent;
	transition: color 300ms ease;
}


.pager_bar a.arr { width: auto; padding: 0 10px;}
.pager_bar a:hover, .pager_bar a.cur { color: #008FBC; border: solid 1px #008FBC; margin: 0 2px 0 0;}
.pager_bar p{ text-align: center; color: #666; font-size: 0.9em; margin: 0 0 10px 0;}
.pager_bar p strong{ color:#333}

.pager_bar a.back { color: #008FBC; width: auto; padding: 0 30px; border: solid 1px #008FBC;}
.pager_bar a.back:hover { color: #008FBC; background: #FFF;}
/* =============================================================================
   BASIC END
   ========================================================================== */
 

/*BLOCK*/
#wrapper { position: relative; z-index: 1; width: 100%; margin:auto; top:0; overflow:hidden;}
#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(44, 44, 44, 0.8);
	transition: 500ms ease;
	-webkit-backdrop-filter: blur(10px) saturate(150%);
	backdrop-filter: blur(10px) saturate(150%);

	height: 70px;
}
#header>.inner-width{ display: flex; flex-wrap: nowrap; justify-content:space-between;}

#content { position: relative; padding-top: 70px;}
#content>.inner-width{ display: flex; flex-wrap: wrap; justify-content: space-between;}
#content>.inner-width .title_bar{ flex: 0 0 100%;}

#footer { position:relative; z-index: 1; background: url(../images/bg_footer.jpg) center center no-repeat #262626; background-attachment: fixed; background-size: cover; padding: 80px 0;}
#footer .info { position: relative; margin: auto; padding: 0 0 10px 0; text-align: center; font-size: 0.9rem; color: #FFF;}
#footer .info .cover{ display: inline-block; margin-bottom: 30px;}
#footer .info .cover img{ display: inline-block;}

#footer .copyright { position: relative; margin: auto; text-align: center; font-size: 0.8rem; color: #FFF;}
#footer .copyright a{ color: #FFF; font-weight: 700;}

#footer .to_top{ position: fixed; cursor: pointer; bottom: -40px; right: 10px; width: 40px; height: 40px; line-height: 38px; text-align: center; background: #1D6F9E; border-radius: 20px; color: #FFF; font-size: 24px;
	transition: 300ms ease; z-index: 100;
}
#footer .to_top:hover{ background: #333;}
#footer .to_top.ed{ bottom: 10px; }
@media only screen and (max-width: 992px) {
	#footer .info { padding: 20px;}
	#footer .copyright{ padding: 20px;}
	
}

/*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%;}


/**logo**/
.logo { padding:12px 0; margin: 0; box-sizing: border-box; flex: 0 0 auto; }
.logo img { max-width: 66px; vertical-align: middle; }
.logo span { display: none; }

/*top_menu*/
.top_menu{ box-sizing: border-box; z-index: 2; flex: 0 0 auto; margin: 0;
	transition: 500ms ease;
}
	.top_menu ul{ list-style:none; margin:0; box-sizing: border-box; text-align: center;}
	.top_menu>ul>li{ position: relative; display: inline-block;}
	.top_menu>ul>li>a{ position:relative; display:block; font-size: 1rem; font-weight: 400; color:#FFF; padding:0 10px; line-height: 50px; margin: 10px 0;
		transition: 500ms ease;
	}
	.top_menu>ul>li>a::before{
		position: absolute; bottom: -2px; left: 0%; display: block; content: ''; width: 0%; height: 4px; background: #FFF;
		transition: 500ms ease;
	}
	.top_menu>ul>li>a.social{ padding: 0 10px;}
	.top_menu>ul>li>a i{ font-size: 20px; vertical-align: middle;}
	.top_menu>ul>li.on>a::before{ left: 10%; width: 80%; }
	.top_menu>ul>li>a:hover::before, .top_menu>ul>li>a.cur::before{ left: 10%; width: 80%; background: #1D6F9E;}
	
/*ED*/
#header.ed::before { background: rgba(44, 44, 44, 0.7); }

@media only screen and (max-width: 992px) {
	#header>.inner-width{ display: block; }
	.logo { padding:15px 0; margin: 0 0 0 10px; }
}

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

/*BANNER*/
/*---top_banner---*/
.top_banner { position: relative; width: 100%; padding: 0; margin: 0 auto; overflow: hidden; z-index: 0; background: #222;}
.top_banner ul{ list-style: none; margin: 0 auto; overflow: visible;}
.top_banner li{ position: relative; display: block;}
.top_banner .item{ position: relative; display: block; height: 35vmax;}
.top_banner .pic{ display: block; position: absolute; top: 0; left: 0;  width: 100%; height: 100%; z-index: 0; overflow: hidden;
	transition: opacity 800ms ease;
}
.top_banner .pic::before { position:absolute; display: block; content: ''; z-index:1; width:100%; height: 100%; top:0; left:0; background: rgba(0, 0, 0, 0.4);}


.top_banner .inner-width{ position: relative; height: 35vmax; max-width: 1200px; margin: auto; display: flex; justify-content: center; align-items: center;}
.top_banner .txt{  margin: 0; padding: 40px; text-align: center; z-index: 1;}
.top_banner .txt .title{ position: relative; display: inline-block; font: 600 40px/1.2em 'Inter', 'Noto Sans TC', sans-serif; color: #FFF; margin: 0 0 10px 0;
	top: 30px;
	opacity: 0;
	transition: opacity 500ms 400ms ease-in, top 500ms 400ms ease-in;
}
.top_banner .txt .title::before{ position: absolute; display: block; content: ''; width: 104px; height: 15px; right: 0; top: -20px; background: url(../images/top_banner_icon.svg) no-repeat;}

.top_banner .txt .con{ position: relative; font: 400 18px/1.2em sans-serif; color: #FFF; margin: 0; line-height: 1.5em;
	display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow: hidden;
	top: 30px;
	opacity: 0;
	transition: opacity 500ms 600ms ease-in, top 500ms 600ms ease-in;
}


.top_banner .owl-carousel .owl-stage-outer { overflow: visible;}
.top_banner .owl-item .cloned .item:focus { outline: none; }
.owl-theme .owl-dots{ position: absolute; bottom: 10px;}
.owl-theme .owl-dots .owl-dot span { background: #FFF; transform: scale(0.8);}
.owl-theme .owl-dots .owl-dot.active span { background: #FFF; transform: scale(1);}
.top_banner .active .txt .title{ top:0; opacity: 1;}
.top_banner .active .txt .sub_title{ top:0; opacity: 1;}
.top_banner .active .txt .con{ top:0; opacity: 1;}
.top_banner .active .pic::before{ opacity: 1;}

@media only screen and (max-width: 720px) {
	.top_banner .item{ height: 400px;}
	.top_banner .inner-width{ height: 400px;}
}

/*---page_banner---*/
.page_banner { position: relative; width: 100%; padding: 0; margin: 0 auto; overflow: hidden; z-index: 0; height: 320px; }
.page_banner .item .pic{ position: absolute; top: 0; left: 0; width: 100%; height: 320px; display: block;
	transition: opacity 800ms ease-in-out;
}
.page_banner.works .item .pic::before{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; content: ''; z-index: 1;
	background: rgba(34, 34, 34, 0.5);
	backdrop-filter: blur(20px);
}
.page_banner .txt { position: absolute; top: 0; left: 0; text-align: center; width: 100%; height: 200px; z-index: 100; display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
.page_banner .txt.works { padding: 80px 0 0 0; z-index: 100; display: block; }
.page_banner .txt.page{ height: 320px;}
.page_banner .txt .title{  font: 700 100px/1.2em 'inter', sans-serif; color: rgba(255, 255, 255, 0.4); flex: 0 0 100%;
	word-break:keep-all; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.page_banner .txt .sub_title{ position: relative; display: block; color: #FFF; font:700 1.5rem/1.1em 'Inter', sans-serif; }
	.page_banner .txt .sub_title .date{ position: relative; display: block; color: #FFF; font:700 1.2rem/1.1em 'Inter', sans-serif; margin-bottom: 20px;}

.page_banner .menu{ position: relative; display: flex; justify-content: center; flex-wrap: wrap;}
	.page_banner .menu a{ color: #FFF; font-size: 1rem; padding: 10px;
		transition: background 200ms ease;
	}
	.page_banner .menu a:hover{ background: rgba(255, 255, 255, 0.1);}
	.page_banner .menu a.cur{ background: rgba(255, 255, 255, 0.2);}

@media only screen and (max-width: 992px) {
	
}
@media only screen and (max-width: 720px) {
	
	.page_banner .txt .title{  font: 700 40px/1.2em 'inter', sans-serif; }
}

/*------*/


/*bg_box*/
.bg_box{ background: #D4D4D4;}
.bg_box2{ background: #303538;}
.bg_box3{ background: #1D6F9E;}
.bg_box4{ background: #1D6F9E url(../images/box_bg_2.jpg) no-repeat; background-attachment: fixed; background-size: cover;}

/*---works_box---*/
.works_box{ position: relative; padding: 40px 0;}
.works_box.inx{ padding: 60px 0 0; background: url(../images/box_bg_1.png); background-size: cover;}
.works_box.inx .title_bar{ flex: 0 0 100%;}

.works_box .list_big>ul{ display: flex; flex-wrap: wrap; margin: 0; list-style: none;}
	.works_box .list_big li{ position: relative; flex: 0 0 calc(100% / 3);}
	.works_box .list_big li::before{ display: block; content: ''; padding: 0 0 100% 0;}
	.works_box .list_big a .pic{ position: absolute; width: 100%; height: 100%; top: 0; left: 0;}
	.works_box .list_big a .txt{ position: absolute; width: calc(100% - 40px); height: calc(100% - 40px); top: 20px; left: 20px; padding: 50px; opacity: 0;
		background: rgba(29, 111, 158, 0.6);
		backdrop-filter: blur(20px);
		display: flex; flex-direction: column; justify-content: center;
		transition: opacity 500ms ease-in-out;
	}
	.works_box .list_big a .txt .name{ font: 700 30px/1.4em 'Inter', 'Noto Sans TC', sans-serif; padding: 20px 0; border-bottom: solid 1px #FFF; max-width: 400px; color: #FFF; text-align: center; margin: 20px auto;}
	.works_box .list_big a .txt .con{ font: 400 15px/1.4em sans-serif; max-width: 400px; color: #FFF; text-align: center; margin: 20px auto;
		display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow: hidden;
	}
	.works_box .list_big a:hover .txt{ opacity: 1;}


.works_box .list>ul{ display: flex; flex-wrap: wrap; list-style: none; margin: 0 -10px;}
	.works_box .list li{ position: relative; flex: 0 0 calc(100% / 3 - 20px); margin: 10px;}
	.works_box .list a { display: block;
		transition: background 500ms ease-in-out;
	}
	.works_box .list a .pic{  width: 100%; }
	.works_box .list a .pic::before{ display: block; content: ''; padding: 0 0 56.25% 0;}
	.works_box .list a .txt{ padding: 10px;}
	.works_box .list a .txt .name{ font: 500 16px/1.4em 'Inter', 'Noto Sans TC', sans-serif; color: #FFF;}
	.works_box .list a:hover{ background: #1D6F9E;}


@media only screen and (max-width: 1199px) {
	.works_box .list_big a .txt .name{ font: 700 20px/1.4em 'Inter', 'Noto Sans TC', sans-serif; padding: 10px 0; margin: 10px auto;}
	.works_box .list_big a .txt .con{ margin: 10px auto;}
}
@media only screen and (max-width: 992px) {
	.works_box .list_big li{ flex: 0 0 calc(100% / 2);}
	.works_box .list_big.s2 li{ position: relative; flex: 0 0 calc(100% / 3);}
	.works_box .list_big.s2 a .txt{ padding: 20px;}
	.works_box .list_big.s2 a .txt .name{ font: 700 16px/1.4em 'Inter', 'Noto Sans TC', sans-serif; padding: 5px 0; margin: 5px auto;
		display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow: hidden;
	}
	.works_box .list_big.s2 a .txt .con{ margin: 5px auto;}
	.works_box .list li{ flex: 0 0 calc(100% / 2 - 20px); }
}
@media only screen and (max-width: 720px) {
	.works_box .list_big li{ flex: 0 0 100%;}
	.works_box .list_big.s2 li{ flex: 0 0 100%;}
	.works_box .list_big.s2 a .txt{ padding: 20px;}
	.works_box .list_big a .txt{ padding: 20px;}
	.works_box .list li{ flex: 0 0 calc(100% - 20px); }
}
/*------*/


/*---about_box---*/
.about_box{ position: relative; padding: 40px 0;}
.about_box.inx{ padding: 80px 0 60px;}
.about_box .cover img{ display: block; max-width: 580px; margin: 0 auto 20px;}
.about_box .txt p{ color: #FFF;}


@media only screen and (max-width: 992px) {
	.about_box .cover img{ max-width: 100%;}
}
/*------*/

/*---news_box---*/
.news_box{ position: relative; padding: 40px 0; margin-top: -140px;}
.news_box.inx{ padding: 80px 0 60px; margin: 0;}
.news_box .list{ position: relative;}
.news_box .list ul{ position: relative; display: flex; margin: 0 -10px; list-style: none; flex-wrap: wrap; }
.news_box .list ul li{ flex: 0 0 calc(100% / 3 - 20px); margin: 10px;}

.news_box .list .item{ position: relative;}
.news_box .list .item .pic{ border-radius: 5px;}
.news_box .list .item .date{ position: absolute; top: 20px; left: 0; background: #0088BD; color: #FFF; padding: 10px; border-radius: 0 5px 5px 0; z-index: 1; font-size: 13px; line-height: 1.1em;}
.news_box .list .item .txt{ padding: 10px;}
.news_box .list .item .txt .name{ font-size: 1rem; color: #FFF;
	display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow: hidden;
}
.news_box .list .item:hover .pic{ transform: scale(1.02);}
@media only screen and (max-width: 992px) {
	.news_box .list ul li{ flex: 0 0 calc(100% / 2 - 20px);}
}
@media only screen and (max-width: 720px) {
	.news_box .list ul li{ flex: 0 0 calc(100% - 20px);}
}
/*------*/

/*---contact_box---*/
.contact_box{ position: relative; padding: 40px 0;}
.contact_box.inx{ padding: 60px 0}
.contact_box .forms{ max-width: 304px;}
.contact_box .forms.full{ max-width: 100%;}
.contact_box .forms input{ width: 100%; background: #4B4B4B; color: #FFF; border-color: #4B4B4B;}
.contact_box .forms input::placeholder{ color: #f2f2f2;}
.contact_box .forms textarea{ width: 100%; height: 8rem; background: #4B4B4B; color: #FFF; border-color: #4B4B4B;}
.contact_box p{ color: #FFF;}

@media only screen and (max-width: 992px) {
	.contact_box .forms{ max-width: 100%;}
}
/*------*/

/*---par_box---*/
.par_box{ position: relative; padding: 40px 0;}

.par_box .list{ position: relative;}
.par_box .list ul{ position: relative; display: flex; margin: 0 -20px; list-style: none; flex-wrap: wrap; }
.par_box .list ul li{ flex: 0 0 calc(100% / 6 - 40px); margin: 10px 20px; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.par_box .list .item{ width: 100%; display: block; padding-bottom: 50%;}

@media only screen and (max-width: 992px) {
	.par_box .list ul li{ flex: 0 0 calc(100% / 4 - 40px);}
}
@media only screen and (max-width: 720px) {
	.par_box .list ul li{ flex: 0 0 calc(100% / 3 - 20px); margin: 10px;}
}
/*------*/

.inner_box{ position: relative; padding: 5vmax 0;}

.inner_box.faq .edit .item_q{ position: relative; display: block; font-size: 24px; padding-left: 40px;} 
.inner_box.faq .edit .item_q:before {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    font-size: 30px;
    color: #FFF;
    content: 'Q';
}
.inner_box.faq .edit .item_a{ position: relative; display: block; font-size: 15px; padding-left: 40px; color:#CCC;} 
.inner_box.faq .edit .item_a:before {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    font-size: 30px;
    color: #FFF;
    content: 'A';
}

/*EDITOR*/
.edit img{ max-width: 100%; height: auto !important;}
.edit iframe{ max-width: 100%;}
.edit h2{ font-size: 1.5rem; color: #1D6F9E;}

/*COLOR*/
.edit h3{ position: relative; font-weight: 700; font-size: 1.8rem; color: #FFF; margin-bottom: 20px;}
.edit h4{ position: relative; display: block; color: #FFF; font-size: 1.3rem;}
.edit h5{ font-size: 1.2rem;}
.edit h6{ font-size: 1.1rem; color: #FFF;}
.edit i{ color:#FFF;}
.edit a{ color:#13acd2;}
.edit p{ margin-bottom: 1em; color: #f2f2f2; text-align: justify;}
.edit li{ color: #f2f2f2;}
.edit strong{ color:#13acd2; }

/*text img*/
.pic_center{ display: block; max-width: 100%; margin: 0 auto 20px; padding: 0 0 20px 0; text-align: center; border-bottom: #CCC 4px solid;}
.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%; border-bottom: #CCC 4px solid;}
.pic_left img{ display: block; width: 100%; height: auto;}
.pic_right{ display: block; float:right; margin: 0 0 20px 40px; max-width: 45%; border-bottom: #CCC 4px solid;}
.pic_right img{ display: block; width: 100%; height: auto;}
.pic_full{ display: block; max-width: 100%; margin: 0 auto 20px;}
.pic_full img{ width: 100%; height: auto;}
.pic_full figure{ display: block; text-align: left; color: #333; padding: 10px;}

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

}
@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%; }
}

.pho_list{ position: relative; margin: 0 -10px; display: flex; flex-wrap: wrap;}
.pho_list a{ position: relative; flex: 0 0 calc(100%/4 - 20px); margin: 10px; overflow: hidden; background: #333;}
.pho_list.col6 a{ flex: 0 0 calc(100%/6 - 20px); }
.pho_list a figure{ display: none;}
.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{ display: block; content: ''; background: #333; opacity: 0; z-index: 1; width: 100%; padding: 0 0 100% 0;
	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"; font-weight: 900; 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::before{ opacity: 0.4;}
.pho_list a:hover::after{ opacity:1;}

@media only screen and (max-width: 992px) {
	.pho_list.col6 a{ flex: 0 0 calc(100%/3 - 20px); }
}

@media only screen and (max-width: 720px) {
	.pho_list a{ flex: 0 0 calc(100%/2 - 20px); }
	.pho_list.col6 a{ flex: 0 0 calc(100%/2 - 20px); }
}

.share_bar{ position: relative; 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.ld{ background: #0B66C2;}
.share_bar a.line{ background: #00B901;}
.share_bar a.line img{ width: 22px; vertical-align: text-top; margin: -1px 0 0 0;}
.share_bar a:hover{ background: #1E66DB; color: #FFF;}

blockquote{ background: #FFF; padding: 20px; border-left: 4px solid #1D6F9E;}
blockquote.s1{ box-sizing: border-box; background: #FFF; color:#333; border-radius: 20px; margin: 20px auto 60px; padding: 20px 40px; quotes:"\201C""\201D""\2018""\2019"; border: none; }
blockquote.s1:before, blockquote.s1:after{ font-size:3em; color:#1D6F9E; line-height:.01em; vertical-align:-0.5em;}
blockquote.s1:before{ content:open-quote; top: 20px; float: left; position: relative; margin-left:-0.5em;}
blockquote.s1:after{ float: right; position: relative; content:close-quote; margin-right:-0.5em;}
blockquote.s1 ol{margin:.2em;padding:0}
blockquote.s1 li{margin:.2em;padding:0}

/*RWD*/
.desk-show { display: block !important;}
.mobile-show { display: none !important; }
.peload{ opacity:0; transition: opacity 700ms ease-in-out;}
.peload.ed{ opacity:1;}
.pehide.ed{ display:none;}
.phone_btn{ display: none;}
.mobile_menu{ display: none;}

@media only screen and (max-width: 1199px) {
	.inner-width { margin: 0 20px; }
}

@media only screen and (max-width: 992px) {
	.desk-show { display: none!important; }
	.mobile-show { display: block!important; }
	a:focus { outline: none; }
	.txt-width { padding: 0 20px;}
	blockquote.s1 { margin: 10px auto 20px; }

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

	.top_menu{ background: #1D6F9E; position:fixed; top:0 !important; left: initial; right:-100% !important; width:240px;  z-index:100; height: 100%; box-sizing: border-box; letter-spacing: 0.1em; overflow: auto;
		transition: 500ms ease-in;
		-webkit-backdrop-filter: blur(20px) saturate(150%);
		backdrop-filter: blur(20px) saturate(150%);
	}
	.top_menu ul{ list-style:none; margin:0; padding:60; width:100%; display:block; box-sizing: border-box; transition: 500ms ease-in;}
	.top_menu>ul{ padding:60px 10px; }
	.top_menu ul>li{ display: block; border-left:none; float: none; margin: 0;}
	.top_menu>ul>li { display: block; float: none; border-top: solid 1px #666;}
	.top_menu>ul>li:first-child{ border: none;}
	.top_menu>ul>li>a{ margin: 5px 0; padding:10px; line-height: 1.2em; }
	.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.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;}

	#header { height: auto; overflow: visible;}
	#header:before {
		-webkit-backdrop-filter: blur(20px) saturate(150%);
		backdrop-filter: blur(20px) saturate(150%);
	}
	#header .logo img { max-height: 40px; max-width: inherit;}
	#header .logo span { font-size: 16px;}
	#header .top_menu{ top: 10px; margin: 0;}
	.tab_list{ display: none;}
}

@media only screen and (max-width: 720px) {
	blockquote { padding: 10px;}
	blockquote.s1{ font-size: 0.95em;}
}