@charset "UTF-8";
/* =============================================================================
      ____    __  __  __  _____
    /\  _ _`\/\ \/\ \/\ \/ ____/
    \ \ \  \ \ \ \ \ \ \ \ \_____
     \ \ \  \ \ \ \ \ \ \ \_____ \
      \ \ \__\ \ \ \/  \/ / ____\ \
       \ \_____/\ \______/ /\_____/
        \/____/  \/_____/  \/____/
        
    Don't Worry Never Crash
   ========================================================================== */
/* =============================================================================
   BASIC
   ========================================================================== */
/*---DEFAULT---*/
html, body { height: 100%; -webkit-text-size-adjust: none; text-size-adjust: none;}
body { background:#FFF; }
body, th, td, input { font-size: 100%; }
a { text-decoration: none; }
p { font-size: 1em; line-height: 1.8em; margin-bottom: 1em; color: #333; }
li { font-size: 1em; line-height: 1.8em; color: #333; }
h1, h2, h3, h4, h5, h6 { font-family: sans-serif; }
h1 { font-size: 2.142em; line-height: 1.1333em; margin-bottom: .2666em; }
h2 { font-size: 1.714em; line-height: 1.1666em; margin-bottom: .4555em; }
h3 { font-size: 1.429em; line-height: 1.4em; margin-bottom: .4em; }
h4 { font-size: 1.143em; line-height: 1.5em; margin-bottom: .4555em; }
h5 { font-size: 1em; line-height: 1.5em; margin-bottom: .5em; }
h6 { font-size: 0.857em; line-height: 1.5em; margin-bottom: .4555em; text-transform: uppercase; }

a:link, a:visited { text-decoration: none;}
::selection { background: #333; color: #FFF;}
	/*SCROLL BAR*/
	body.pc::-webkit-scrollbar{ width:8px; }
	body.pc::-webkit-scrollbar-track{ background:#f1f1f1;}
	body.pc::-webkit-scrollbar-thumb{ background:#7f8d74; }
	body.pc::-webkit-scrollbar-thumb:hover{ background:#333; }

@media only screen and (max-width: 720px) {
	p,li { font-size: 15px; }
}
/*------*/

/*---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%; border-radius: 10px; overflow: hidden;}
.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: 100%; height: 100%; padding: 10% 20%; text-align: center; left: 0; top: 0; background: #f2f2f2; z-index: 9999; }
.ie .title { color: #333 !important; font-size: 2em; margin-bottom: 20px;}
.ie p { text-align: center; color: #333 !important; font-size: 0.95em; }
.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: linear-gradient(90deg, #D45314 3.33%, #FB8B54 100%);}
.loading_box .icon{ width: 40px; }
.loading_box .icon img{ display: block; width: 100%;}
/*------*/

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


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

/*---page width---*/
.inner-width { position: relative; max-width:1200px; margin: auto;}
.txt-width { position: relative; max-width:1000px; margin: auto; }
@media only screen and (max-width: 1280px) {
	.inner-width { max-width: calc(100% - 80px); margin: 0 40px;}
}
@media only screen and (max-width: 992px) {
	.txt-width { margin: 0 40px;}
}
@media only screen and (max-width: 576px) {
	.inner-width { max-width: calc(100% - 40px); margin: 0 20px;}
	.txt-width { margin: 0 20px;}
}
/*------*/

/*---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;}
@media only screen and (max-width: 576px) {
	.more_bar.pos_right{ position: relative; right: inherit; top: inherit; text-align: right;}
}
/*------*/

/*---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; margin: 0;}
.title_bar .title b{ color: #000;  font: 700 30px/1.3em 'Noto Sans TC', sans-serif; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:4; overflow: hidden; margin-bottom: 5px;}
.title_bar .title span{ display: block; color: #D45314; font: 400 16px/1.1em 'Noto Sans TC', sans-serif; }

.title_bar .sub_title{ color: #222222; font: 300 30px/1.2em 'Noto Sans TC', serif; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:1; overflow: hidden; }
.title_bar .con{ font:400 14px/1.4em sans-serif; color: #666; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow: hidden;}
.title_bar.w .title b{ color: #FFF; text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);}
.title_bar.w .title span{ color: #FFF; }
.title_bar.w .con{ color: #FFF; }
@media only screen and (max-width: 1200px) {
	.title_bar .title b{ font-size: 28px;}
}
@media only screen and (max-width: 992px) {
	.title_bar .title b{ font-size: 24px;}
	.title_bar .title span{ font-size: 15px;}
}
/*------*/

/*---button---*/
.btns .btn_more{ margin: 5px;}
.btn_more{ position: relative; display: inline-block; color: #FFF; min-width: 130px; text-align: center; padding: 0 30px; border-radius: 10px; background: #D45314; letter-spacing: 1px; border: solid 1px #D45314; box-sizing: border-box; vertical-align: middle;
	font: 500 16px/40px 'Monda', sans-serif; overflow: hidden;
	transition: 200ms ease;
}
.btn_more.left{ text-align: left;}
.btn_more.right{ text-align: right; }
.btn_more i.fa{ position: absolute; top: 0; right: 10px; line-height: 40px; font-size: 16px;
	transition: 200ms ease;
}
.btn_more.ileft i.fa{ right: inherit; left: 10px; }
.btn_more:hover, .btn_more:focus{ color: #FFF; border: solid 1px #fc2c10; background: #fc2c10; padding: 0 20px 0 40px;}
.btn_more:hover i, .btn_more:focus i{ right: 15px;}
.btn_more.c1{ background: transparent; color: #FFF; border: solid 1px #FFF;}
.btn_more.c1:hover, .btn_more.c1:focus{ color: #FFF; border: solid 1px #fc2c10; background: #fc2c10; padding: 0 20px 0 40px;}
.btn_more.c2{ background: transparent; color: #714D51; border: solid 1px #714D51;}
.btn_more.c2:hover, .btn_more.c2:focus{ color: #FFF; border: solid 1px #fc2c10; background: #fc2c10; padding: 0 20px 0 40px;}
.send_bar{ position: relative;}
.send_bar>*{ margin: 0 0 5px 0;}
.btn_send{ position: relative; display: inline-block; color: #FFF; min-width: 120px; line-height: 40px; text-align: center; padding: 0 20px; border-radius: 4px; background: #D45314; border: solid 1px transparent; box-sizing: border-box;
	font: 700 16px/40px 'Noto Sans TC', sans-serif;
	transition: 200ms ease;
}
.btn_send.s1{ line-height: 1.4em; padding: 8px 40px; border-radius: 20px; min-width: 200px;}
.btn_send:hover, .btn_send:focus{ color: #D45314; border: solid 1px #D45314; background: #FFF;}
.btn_send.c1{ color: #FFF; background: #6F6F6F; border: solid 1px #6F6F6F; }
.btn_send.c1:hover, .btn_send.c1:focus{ color: #6F6F6F; border: solid 1px #6F6F6F; background: #FFF;}
.btn_send.c2{ color: #FFF; background: #8E8E8E; border: solid 1px #8E8E8E; }
.btn_send.c2:hover, .btn_send.c2:focus{ color: #8E8E8E; border: solid 1px #8E8E8E; background: #FFF;}
.btn_send.c3{ color: #FFF; background: #FF4E63; border: solid 1px #FF4E63; }
.btn_send.c3:hover, .btn_send.c3:focus{ color: #FF4E63; border: solid 1px #FF4E63; background: #FFF;}
.btn_send.c4{ color: #FFF; background: #333; border: solid 1px #333; }
.btn_send.c4:hover, .btn_send.c4:focus{ color: #333; border: solid 1px #333; background: #FFF;}
.btn_send.c5{ color: #FFF; background: #6080BC; border: solid 1px #6080BC; }
.btn_send.c5:hover, .btn_send.c5:focus{ color: #6080BC; border: solid 1px #6080BC; background: #FFF;}
.btn_send.c6{ color: #FFF; background: #F67349; border: solid 1px #F67349; }
.btn_send.c6:hover, .btn_send.c6:focus{ color: #F67349; border: solid 1px #F67349; background: #FFF;}
.btn_send .gr{ display: flex; justify-content: center; align-items: center; height: 40px; }
.btn_send i.fa{ font-size: 24px; margin-left: 5px;}
.btn_send.ileft i.fa{ right: inherit; left: 10px; }
.btn_send.ed{ width: 40px; min-width: inherit; padding: 0; text-align: center;}
.btn_send.ed .gr span{ display: none;}
.btn_send.ed i.fa{ margin-left: 0;}
.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; display: flex; flex-wrap: wrap;}
.tag_list.postl{ position: absolute; top:0; left: 0; padding: 5px;}
.tag_list.postr{ position: absolute; top:0; right: 0; padding: 5px;}
.tag_list .item{ font-size: 13px; background: #666; padding: 0 8px; line-height: 20px; color: #FFF; border-radius: 4px; margin: 2px;}
.tag_list .item.c1{ background: #F64953;}
.tag_list .item.c2{ background: #F67349;}
.tag_list .item.c3{ background: #a03ce2;}
.tag_list .item.c4{ background: #dc8165;}
.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: 20px; width: 40px; height: 40px; line-height: 38px; text-align: center; background: #111; border-radius: 24px; color: #FFF; font-size: 16px; z-index: 100; border: solid 1px #FFF;
	transition: 300ms ease;
}
.to_top:hover{ background: #D45314; color: #FFF;}
.to_top.ed{ bottom: 20px; }
/*------*/

/*---pager_bar---*/
.pager_bar { padding: 20px 0; text-align: center; }
.pager_bar.right { text-align: right; }
.pager_bar.left { text-align: left; }
.pager_bar a { display: inline-block; line-height: 32px; width: 32px; text-align: center; margin: 0 4px 0 0; color: #333; font-size: 1em; border-radius: 15px; background: #FFF; vertical-align: text-top;
	transition: 300ms ease;
}
.pager_bar select { display: inline-block; line-height: 30px; vertical-align: text-top; padding: 0 30px; margin: 0 4px 0 0; border-radius: 15px;
	transition: 300ms ease;
}
.pager_bar a.arr { background: #FFF; font-size: 1.4em;}
.pager_bar a:hover { color: #FFF; background: #666;}  
.pager_bar a.cur { color: #FFF; background: #D45314;}
.pager_bar p{ text-align: center; color: #CCC; font-size: 0.9em; margin: 0 0 10px 0;}
.pager_bar p strong{ color:#333}
/*------*/

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

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

#nav{ position: fixed; top: 0; left: 0; width: 100%; background: #D45314; z-index: 1000;}
#nav .inner-width{ display: flex; height: 40px; justify-content: flex-end; padding: 0 10px;}
#nav a { color: #FFF; display: flex; align-items: center; height: 40px; font-size: 14px; padding: 0 10px;}
#nav a .icon{ margin-right: 5px; margin-top: 2px;}
#nav a img{ width: 20px; filter: invert(100%) sepia(0%) saturate(218%) hue-rotate(120deg) brightness(117%) contrast(100%); transform: translateY(-2px);}
#nav a i{ font-size: 22px;}
@media only screen and (max-width: 576px) {
	#nav .inner-width{ justify-content: center;}
}
/* =============================================================================
   HEADER
   ========================================================================== */
#header { position:fixed; z-index:1000; width: 100%; top: 40px; left:0; }
#header::before { position:absolute; display: block; content: ''; z-index:-1; width:100%; top:0; left:0; background: rgba(255, 255, 255, 0.8); height: 80px;
	-webkit-backdrop-filter: blur(10px) saturate(150%);
	backdrop-filter: blur(10px) saturate(150%);
	transition: 300ms ease;
}
#header .inner-width{ display: flex; justify-content: flex-end; align-items: center; height: 80px; 
	transition: 300ms ease;
}

/*---logo---*/
#header .logo { position: absolute; top: 15px; left: 0; z-index: 1;
	transition: 300ms ease;
}
#header .logo a { display: flex; align-items: center;}
#header .logo b { height: 50px; margin-right: 10px;
	transition: 300ms ease;
}
#header .logo b img { height: 100%; }
#header .logo .txt{ display: flex; align-items: center; flex-wrap: wrap;}
#header .logo .txt .name{ flex: 0 0 100%; font: 700 25px/1.2em 'Noto Sans TC', sans-serif; color: #222;}
#header .logo .txt .engname{ flex: 0 0 100%; font: 700 12px/1.2em 'Noto Sans TC', sans-serif; color: #219D89; letter-spacing: 0.25em;}
@media only screen and (max-width: 992px) {
	#header::before { height: 60px;}
	#header .inner-width{ height: 60px;}
	#header .logo{ top: 10px;}
	#header .logo b { height: 40px;}
}
/*------*/

/*---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{ display: flex; }
.top_menu>ul>li{ position: relative;}
.top_menu>ul>li+li{ border-left: solid 1px rgba(0, 0, 0, 0.1);}
.top_menu>ul>li>a{ position: relative; display: block; padding: 10px 20px; font: 700 16px/1.1em 'Noto Sans TC', sans-serif; color: #333; letter-spacing: 0.1em;
	transition: 500ms ease;
}
.top_menu>ul>li>a:hover { color: #D45314; }
.top_menu>ul>li.on>a{ color: #D45314; }
.top_menu>ul>li.cur>a{ color: #D45314; background: transparent; cursor: default;}

.top_menu .submenu{ position: absolute; top: 40px; left: 0; background: #FFF; min-width: 100%; overflow: hidden; max-height: 0; border-radius: 4px;
	transition: max-height 500ms ease-in-out;
}
	.top_menu .on .submenu{ max-height: 500px;}
	.top_menu .submenu ul li {  border-top: solid 1px rgba(0, 0, 0, 0.1)}
	.top_menu .submenu ul li:first-child { border-top: none;}
	.top_menu .submenu a{ position: relative; display: block; text-align: center; color: #333; padding: 10px 20px; line-height: 24px; margin:0; font-size: 14px; white-space: nowrap;
		transition: 500ms ease;
	}
	.top_menu .submenu a:hover, .top_menu ul.submenu a:focus{ background: #D45314; color: #FFF;}

/*------*/

@media only screen and (max-width: 1600px) {
	#header .inner-width{ max-width: 1200px;}
}

@media only screen and (max-width: 1200px) {
	.top_menu>ul>li>a{ padding: 10px; letter-spacing: 0; font-size: 15px;}
}

@media only screen and (max-width: 992px) {
	#header .inner-width{ margin: 0 10px;}

	/*menu_btn*/
	.menu_btn{ position: absolute; top:5px; right:0; display:block; width:50px; height:50px; z-index:3000; cursor: pointer;} 
	.menu_btn>div{ position:absolute; width:50px; height:2px; background: #333; right:10px; transition: 0.2s ease-in; }
	.menu_btn.on>div{ background: #FFF; }
	.menu_btn .m1{ top:15px; width: 30px;}
	.menu_btn .m2{ top:24px; width: 30px;}
	.menu_btn .m3{ top:33px; width: 30px;}
	.menu_btn.on .m1{ top:23px; right: 10px; width: 30px; transform: rotateZ(45deg) }
	.menu_btn.on .m2{ opacity: 0; width:0; right:10px;}
	.menu_btn.on .m3{ top:23px; right: 10px; width: 30px; transform: rotateZ(-45deg); }
	
	.top_menu{ padding: 60px 10px 40px; margin: 0; 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; background: #222;
		transition: right 500ms ease;
	}
	.top_menu ul{ display: block; text-align: left;}
	.top_menu>ul>li{ display: block; border-left:none; margin: 0; padding: 0;}
	.top_menu>ul>li { display: block; border-top: solid 1px rgba(255, 255, 255, 0.2); }
	.top_menu>ul>li:first-child{ border: none;}
	.top_menu>ul>li+li{ border-left: none;}
	.top_menu>ul>li>a{ padding:10px 20px; line-height: 1.2em; color: #FFF;}
	.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.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;}

	.top_menu>ul>li.submenuhead.on { height: auto; }
	.top_menu .submenu{ position: relative; top: inherit; left: inherit; right: inherit; width:100%; background: transparent; margin-bottom: 10px;
		transition: none;  max-height: 100%; height: 100%;
	}
	.top_menu .submenu ul { border-bottom: none; padding: 10px 0;}
	.top_menu .on .submenu{ max-height: 100%; height: 100%;}
	.top_menu .submenu ul li { border: none;}
	.top_menu .submenu li a{  padding: 5px 30px; color: #FFF; text-align: left;}
}
/* =============================================================================
   HEADER END
   ========================================================================== */


/* =============================================================================
   FOOTER
   ========================================================================== */
.attention { display: flex; justify-content: center; padding: 20px 0; background: #f1f1f1; flex-wrap: wrap;}
.attention a { display: flex; align-items: center; padding: 0 20px; white-space: nowrap;}
.attention a .icon{ position: relative; width: 48px; height: 48px; margin: 0 15px 0 0; display: flex; justify-content: center; align-items: center; background: #D45314; border-radius: 24px; color: #FFF;
	transition: 300ms ease;
}
.attention a .icon.line{ background: #00B901;}
.attention a .icon.fb{ background: #1773EA;}
.attention a img{ width: 24px; filter: invert(100%) sepia(0%) saturate(218%) hue-rotate(120deg) brightness(117%) contrast(100%); }
.attention a i{ font-size: 24px;}
.attention a span{ font: 700 18px/1.1em 'Noto Sans TC', sans-serif; color: #333;}
.attention a:hover .icon{ transform: translateY(-4px);}
@media only screen and (max-width: 576px) {
	.attention a { padding: 0 10px;}
	.attention a .icon{ width: 32px; height: 32px; margin: 0 5px 0 0; }
	.attention a img{ width: 18px; }
	.attention a i{ font-size: 18px;}
	.attention a span{ font: 700 14px/1.1em 'Noto Sans TC', sans-serif;}
}
#footer { position:relative; padding:  20px 0; z-index: 200; background: linear-gradient(108deg, #FB8B54 26.53%, #D45314 87.65%);}
#footer .copyright { color: #FFF; text-align: center; font: 500 12px/20px sans-serif; }
#footer .copyright a{ display: inline-block; color: #FFF; text-decoration: underline;}
#footer .info{ text-align: center; color: #FFF; margin: 20px 0;}
#footer .info .name{ font-size: 17px;}
#footer .info .con{ font-size: 14px;}
@media only screen and (max-width: 992px) {
	#footer.inx{ margin-top: 100px;}
	#footer>.inner-width{ flex-wrap: wrap;}
	#footer .copyright { flex: 0 0 100%; }
	#footer .attention { flex: 0 0 100%; padding: 0 0 20px 0;}
	#footer .attention { text-align: center;}
	#footer .copyright { text-align: center;}
}
@media only screen and (max-width: 576px) {
	#footer{ padding-top: 20px;}
	#footer.inx{ margin-top: 120px;}
	#footer .foot_menu { padding: 0;}
	#footer .foot_menu ul{ flex-wrap: wrap; padding:0 10px; margin: 0;}
	#footer .foot_menu ul li { flex: 0 0 calc(100% / 2);}
	#footer .foot_menu ul li a{ font-size: 14px; padding: 5px; margin: 5px; text-align: center;}
	#footer .copyright span{ display: block; font-size: 12px; line-height: 1.8em;}
}
   /* =============================================================================
	  FOOTER END
	  ========================================================================== */

/*---path---*/
#path{ position: relative; box-sizing: border-box; width: 100%; padding:2px 0; background:#54403a; color: #FFF; overflow: auto; 
	transition: 500ms ease;
}
#path.page{ padding-top: 60px;}
#path ul{ display: block; list-style: none; margin: 0 4px; padding: 0;}
#path li { display: inline-block; color: #FFF; font-size: 13px; }
#path li + li:before {  content: "/"; padding:0 5px; color: #FFF;}
#path li a{ color:#FFF; font-size: 13px;}
#path li a i{ font-size: 16px; margin-right: 5px;}
/*------*/

/*---filter_menu---*/
.filter_menu{ position: relative; margin-bottom: 20px;}
.filter_menu ul{ list-style: none; margin: 0; display: flex; flex-wrap: wrap; justify-content: center;}
.filter_menu a{ display: block; padding:0 30px; margin: 5px; color: #333; border-radius: 4px; font: 500 15px/40px sans-serif; white-space: nowrap; border: solid 1px #333;
	transition: background 300ms ease;
}
.filter_menu a:hover{ background: rgba(0, 0, 0, 0.3); color: #FFF;}
.filter_menu a.on{ background: #333; color: #FFF;}
.filter_menu .active a{ background: #dc8165; color: #FFF;}
.filter_menu .form-select {
	text-align: center;
	padding: 0 20px;
	-moz-padding-start: calc(0.75rem - 3px);
	font-size: 1rem;
	font-weight: 400;
	line-height: 40px;
	color: #FFF;
	background-color: #333;
	background-image: url(../images/sel_arr.svg);
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
	border: none;;
	border-radius: 4px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
@media only screen and (max-width: 992px) {
	.filter_menu a{ padding:0 15px;}
}
@media only screen and (max-width: 576px) {
	.filter_menu{ margin-bottom: 20px;}
}
/*------*/

/*---top_banner---*/
.top_banner { position: relative; height: calc(100vh - 40px); min-height: 700px; overflow: hidden;}
.top_banner .cover{ position:relative; top:0; left:0; width:100%; height:100%; z-index: 0;}
.top_banner .cover::before{ display: block; content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);
}
.top_banner img{ position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}
.top_banner .txt{ position:absolute; bottom:0; left:0; width:100% ;z-index: 100;
	background: linear-gradient(90deg, rgba(212, 83, 20, 0.80) 3.33%, rgba(251, 139, 84, 0.80) 100%);
	backdrop-filter: blur(5px);
	filter: blur(20px); opacity: 0;
	transform: translateX(200px);
	transition: 500ms ease;
}

.top_banner .txt .title{ padding: 80px 0; color: #FFF; }
.top_banner .txt .title b{ display: block; font: 700 50px/1.1em 'Noto Sans TC', sans-serif; margin-bottom: 20px; }
.top_banner .txt .title .con{ font-size: 14px; font-weight: 400; margin-bottom: 20px;}
.top_banner .swiper-slide-active .txt{
	filter: blur(0); opacity: 1;
	transform: translateX(0);
}
.top_banner .swiper-pagination { bottom: 20px;}
.top_banner .swiper-pagination-bullet{width:10px;height:10px;background:#FFF;opacity:.2;}
.top_banner .swiper-pagination-bullet-active{opacity:1;}
@media only screen and (max-width: 992px) {
	.top_banner { height: 50vh; }
	.top_banner .swiper-pagination { bottom: 10px;}
	.top_banner .txt .title{ padding: 40px 0; }
	.top_banner .txt .title b{ font-size: 40px; margin-bottom: 10px;}
}
@media only screen and (max-width: 576px) {
	.top_banner { height: 60vh; min-height: 400px; }
	.top_banner .txt .title{ padding: 20px 0; }
	.top_banner .txt .title b{ font-size: 24px;}
}
/*------*/

/*---page_banner---*/
.page_banner { position: relative; height: 600px; overflow: hidden;}
.page_banner .cover{ position:relative; top:0; left:0; width:100%; height:100%; z-index: 0;}
.page_banner img{ position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}
@media only screen and (max-width: 1920px) {
	.page_banner { height: 400px;}
}
@media only screen and (max-width: 992px) {
	.page_banner { height: 30vh; }	
}
/*------*/

/*---bg_box---*/
.bg_box{ position: relative; overflow: hidden;}
.bg_box.bc1{ background: #f2f2f2;}
.bg_box .bg{ position: absolute; z-index: -1; top: -200px; left: 0; width: 100%; height: calc(100% + 200px);}
.bg_box .bg .bg_item{ position: absolute; z-index: -1; top: 0; left: 0; width: 100%; height: 100%; }
/*------*/

/*---sol_box---*/
.sol_box{ position: relative; height: auto; padding: 60px 0; z-index: 100; }
.sol_box .list{ position: relative; display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -40px; overflow: hidden;}
.sol_box .list a{ position: relative; flex: 0 0 calc(100% / 4 - 80px); margin: 40px; text-align: center; overflow: hidden; border-radius: 20px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	transition: 300ms ease;
}
.sol_box .list a .pic{ position: relative; }
.sol_box .list a .pic::before{ display: block; content: ''; padding-bottom: 100%;}
.sol_box .list a .txt{ position: relative; z-index: 1; padding: 0.5rem; background: #FFF;}
.sol_box .list a .name{ color: #111; font-size: 20px; font-weight: 700; margin: 10px 0;
	display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:1; overflow: hidden;
}
.sol_box .list a .con{ font-size: 14px; color: #333;
	display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow: hidden;
}
.sol_box .list a:hover { transform: scale(1.02); }
.sol_box .list a:hover .pic_sw{ top: 20px;}
.sol_box .list.col3 a{ flex: 0 0 calc(100% / 3 - 80px); margin: 40px;}
.sol_box .list.col3 a .con{ -webkit-line-clamp:4;}
@media only screen and (max-width: 1200px) {
	.sol_box .list{ margin: 0 -20px;}
	.sol_box .list a{ flex: 0 0 calc(100% / 3 - 40px); margin: 20px;}
}
@media only screen and (max-width: 992px) {
	.sol_box .list{ margin: 0 -10px;}
	.sol_box .list.col3 a{ flex: 0 0 calc(100% / 3 - 20px); margin: 10px;}
	.sol_box .list a{ flex: 0 0 calc(100% /2 - 20px); margin: 10px;}
}
@media only screen and (max-width: 576px) {
	.sol_box .list.col3 a{ flex: 0 0 calc(100% /2 - 20px); margin: 10px;}
	.sol_box .list a{ flex: 0 0 calc(100% /2 - 20px); margin: 10px;}
	.sol_box .list a .name{ font-size: 16px;}
}
/*------*/

/*---ser_box---*/
.ser_box{ position: relative; height: auto; padding: 60px 0; z-index: 100; }
.ser_box .list{ position: relative; overflow: hidden; padding: 20px 0 40px;}
.ser_box .list a{ position: relative; border-radius: 30px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); overflow: hidden;
	transition: transform 300ms ease;
}
.ser_box .list a .pic{ position: relative; }
.ser_box .list a .pic::before{ display: block; content: ''; padding-bottom: 100%;}
.ser_box .list a .pic_sw::before{ display: block; content: ''; padding-bottom: 100%;}
.ser_box .list a .txt{ position: relative; z-index: 1; padding: 1rem; text-align: center; background: #FFF;}
.ser_box .list a .name{ color: #111; font-size: 20px; font-weight: 700; margin: 10px 0;
	display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:1; overflow: hidden;
}
.ser_box .list a:hover { transform: scale(1.02); }
.ser_box .list a:hover .pic_sw{ top: 20px;}
.ser_box .swiper-pagination-bullet{width:10px;height:10px;background:#D45314;opacity:.2;}
.ser_box .swiper-pagination-bullet-active{opacity:1;}
.ser_box .swiper-pagination { bottom: 0;}
@media only screen and (max-width: 576px) {
	.ser_box .list{ margin: 0 0 40px; overflow:visible;}
}

/*------*/

/*---news_box---*/
.news_box{ position: relative; height: auto; padding: 60px 0; z-index: 100; }
	.news_box .list{ position: relative; display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -10px;}
	.news_box .list a{ flex: 0 0 calc(100% / 4 - 20px); margin: 10px; overflow: hidden; border-radius: 20px;
		transition: transform 300ms ease;
	}
	.news_box .list a .pic{ position: relative;}
	.news_box .list a .pic::before{ display: block; content: ''; padding-bottom: 100%;}
	.news_box .list a .txt{ position: relative; z-index: 1; padding: 1rem; background: #FFF;}
	.news_box .list a .date{ color: #C80000; font-size: 14px; font-weight: 400; }
	.news_box .list a .name{ color: #111; font-size: 18px; font-weight: 700;
		display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:1; overflow: hidden;
	}
	.news_box .list a .con{ font-size: 14px; color: #333;
		display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:1; overflow: hidden;
	}
	.news_box .list a:hover { box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);}
	.news_box .list a:hover .pic { transform: scale(1.04); }


.news_box .list_sol { position: relative; }
.news_box .list_sol .tag { position: absolute; top: 10px; left: 0; z-index: 100; display: flex; flex-wrap: wrap;}
.news_box .list_sol .tag .item { font-size: 14px; background: #D45314; color: #FFF; margin: 0; padding: 4px 8px; line-height: 1.2em;}
	.news_box .list_sol ul { list-style: none; display: flex; flex-wrap: wrap; margin: 0 -10px; padding: 0;}
	.news_box .list_sol ul li{ position: relative; display: block; flex: 0 0 calc(100% / 3);}
	.news_box .list_sol li a { display: block; overflow: hidden; margin:10px; transform: translateZ(0); background: #FFF;
		transition: 500ms ease;	
	}
	.news_box .list_sol li a .pic{ padding-bottom: 75%;}
	
	.news_box .list_sol li a .txt{ position: relative; padding: 20px; background: #FFF;
		transition: 500ms ease;	
	}
	.news_box .list_sol li a .txt .date{ display: block; font-size: 15px; font-weight: 700; color: #D45314; line-height: 2em; }
	.news_box .list_sol li a .txt .title{  font: 500 18px/1.5em 'Noto Sans TC', sans-serif; color: #222; 
		display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow: hidden;
	}
	
	.news_box .list_sol li a .txt p{ font-size: 15px; line-height: 1.5em; height: auto; overflow: visible;}
	.news_box .list_sol li a .txt .con{ font-size: 15px; line-height: 1.5em; color: #666; 
		display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow: hidden;
	}
	.news_box .list_sol li a:hover .txt { background: #D45314; box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);}
	.news_box .list_sol li a:hover .pic{ transform: scale(1.1); }
	.news_box .list_sol li a:hover .date{ color: #FFF; }
	.news_box .list_sol li a:hover .title{ color: #FFF; }
	.news_box .list_sol li a:hover .con{ color: #FFF; }

@media only screen and (max-width: 1200px) {
	.news_box.page .list a{ flex: 0 0 calc(100% / 3 - 20px);}
}
@media only screen and (max-width: 992px) {
	.news_box .list a{ flex: 0 0 calc(100% / 2 - 20px);}
	.news_box.page .list a{ flex: 0 0 calc(100% / 2 - 20px);}
	.news_box .list_sol ul li{ flex: 0 0 calc(100% / 2);}
}
@media only screen and (max-width: 576px) {
	.news_box .list{ margin: 0;}
	.news_box .list a{ flex: 0 0 calc(100%);}
	.news_box.page .list a{ flex: 0 0 100%;}
	.news_box .list_sol ul li{ flex: 0 0 calc(100% / 1);}
}
/*------*/

/*---faq_box---*/
.faq_box { position: relative; padding: 60px 0;}
.faq_box .list { counter-reset: my-badass-counter my-badass-counter2;}
.faq_box .list .title { position: relative; display: block; font-size: 18px; color: #000; padding: 10px 40px 10px 80px; border-bottom: solid 1px #CCC; cursor: pointer;}
	.faq_box .list .title .tag{ display: inline-block; line-height: 20px; padding: 0 5px; margin: 0 5px; color: #FFF; background: #b50105; border-radius: 4px; font-size: 12px;}
	.faq_box .list .title.on { border: none; }
	.faq_box .list .title:hover { background: #f2f2f2; }
	.faq_box .list .title:after { position: absolute; top: 10px; right: 10px; font-size: 24px; color: #CCC; margin: 0 5px 0 0; content: "\f107"; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit;
		transition: 500ms ease
	}
	.faq_box .list .title.on:after { transform:rotate(180deg) }
	.faq_box .list .title:before { position: absolute; top: 2px; left: 10px; font:400 30px/1.4em 'Noto Sans TC', sans-serif; color: #222; content: 'Q' counter(my-badass-counter); counter-increment: my-badass-counter;}
.faq_box .list .txt { position: relative; font-size: 16px; color: #666; padding: 0 20px 0 80px; border-bottom: solid 1px #f2f2f2; overflow: hidden; max-height: 0; transition: 500ms linear; }
	.faq_box .list .txt:before { position: absolute; top: 5px; left: 10px; font:400 30px/1.4em 'Noto Sans TC', sans-serif; color: #e26862; content: 'A' counter(my-badass-counter2); counter-increment: my-badass-counter2; }
	.faq_box .list .txt.on { max-height: 3000px; padding: 10px 20px 20px 80px; }
	.faq_box .list .txt.on { border-bottom: solid 1px #CCC;}
	.faq_box .list .pic { overflow: hidden; border-radius: 20px;}
	.faq_box .list .pic img{ width: 100%;}
@media only screen and (max-width: 992px) {
	.faq_box { padding: 40px 0;}
}	
/*------*/

/*---join_box---*/
.join_box{ position: relative; padding: 5rem 0; background: #F1F1F1;}
.join_box .title{ position: relative; display: block; margin: 0 0 20px 0; text-align: center;}
.join_box .title b{ display: block; color: #000; font: 700 30px/1.1em 'Noto Sans TC', sans-serif; letter-spacing: 0.2m;}
.join_box .title span{ font-size: 40px; color: #D45314; }
.join_box .list { display: flex; max-width: 300px; justify-content: center; margin: 0 auto;}
.join_box .list a { font: 700 18px/1.1em 'Noto Sans TC', sans-serif; color: #333; padding: 0 20px; white-space: nowrap;}
.join_box .list a .icon{ position: relative; width: 48px; height: 48px; margin: 0 auto 15px; display: flex; justify-content: center; align-items: center; background: #D45314; border-radius: 24px; color: #FFF;
	transition: 300ms ease;
}
.join_box .list a .icon.line{ background: #00B901;}
.join_box .list a .icon.fb{ background: #1773EA;}
.join_box .list a img{ width: 24px; filter: invert(100%) sepia(0%) saturate(218%) hue-rotate(120deg) brightness(117%) contrast(100%); }
.join_box .list a i{ font-size: 24px;}
.join_box .list a:hover .icon{ transform: translateY(-4px);}
@media only screen and (max-width: 992px) {
	.join_box{ padding: 4rem 0; }
}
@media only screen and (max-width: 576px) {
	.join_box{ padding: 3rem 0;}
}
/*------*/

/*---inner_box---*/
.inner_box{ position: relative; padding: 5rem 0;}
.inner_box .pic { overflow: hidden; border-radius: 20px;}
.inner_box .pic img{ width: 100%;}
.inner_box .pic_s { max-width: 400px; margin: auto;}
.inner_box .pic_s img{ width: 100%;}
.inner_box .col-lg-6{ position: relative;}
.inner_box .cover { position: absolute; width:calc(100% - 40px); height:100%; border-radius: 20px;}
.inner_box .cover .pic_pos { position: absolute; width:100%; height:100%; border-radius: 20px;}
.inner_box .cover::before{ display: block; content: ''; position: absolute; width:100%; height:100%; border-radius: 20px; top: 10px; background: #D45314;
	transition: 1300ms ease;
}
.inner_box .pic_pos img{ width: 100%;}
@media only screen and (max-width: 992px) {
	.inner_box{ padding: 4rem 0; }
	.inner_box .cover { position: relative; width: 100%;}
	.inner_box .cover .pic_pos { position: relative;}
	.inner_box .cover .pic_pos::before{ display: block; content: ''; padding-bottom: 50%; }
}
@media only screen and (max-width: 576px) {
	.inner_box{ padding: 3rem 0;}
}
/*------*/

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

/*---EDITOR---*/
.edit img{ max-width: 100%; height: auto !important;}
.edit iframe{ max-width: 100%;}
.edit .text{ padding: 3rem;}
.edit h3{ display: block; color: #333; font: 700 20px/1.1em 'Noto Sans TC', sans-serif; letter-spacing: 0.1em; margin-bottom: 1rem;}
.edit h5{ display: block; color: #222; font: 400 16px/1.1em 'Noto Sans TC', sans-serif; letter-spacing: 0.1em; margin-bottom: 1rem;}

/*---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 a{ 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; }
.pic_2col{ position: relative; display: flex; margin: 0 -20px; padding: 0 10px;}
.pic_2col>a{ position: relative; display: block; flex: 0 1 50%; margin: 10px;}
.pic_2col>a img{ position: absolute; top: 0%; left: 0%; width: 100% !important; height: 100% !important; object-fit: cover;}
.pic_2col>a::before{ content: ''; display: block; padding-bottom: 75%;}
.pic_3col{ position: relative; display: flex; margin: 0 -20px; padding: 0 10px;}
.pic_3col>a{ position: relative; display: block; flex: 0 1 50%; margin: 10px;}
.pic_3col>a img{ position: absolute; top: 0%; left: 0%; width: 100% !important; height: 100% !important; object-fit: cover;}
.pic_3col>a::before{ content: ''; display: block; padding-bottom: 75%;}
@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;}
}
/*------*/

/*---share_bar---*/
.share_bar{ position: relative; display: flex; justify-content: center; margin: 0 -4px;}
.share_bar a{ color: #FFF; background: #666; text-align: center; display: flex; justify-content: center; align-items: center; font-size: 20px; width: 40px; height: 40px; border-radius: 4px; margin: 0 4px;}
.share_bar a i{ font-size: 1.25em; vertical-align: text-top; margin:0;}
.share_bar a img{ width: 20px; vertical-align: text-top;
	filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(255deg) brightness(114%) contrast(101%);
}
.share_bar a.fb{ background: #1773EA;}
.share_bar a.fb i{ margin:0 0 -2px 0;}
.share_bar a.tw{ background: #222;}
.share_bar a.line{ background: #00B901;}
.share_bar a.line img{ width: 20px; margin: -1px 0 0 0;}
.share_bar a:hover{ background: #D45314; color: #FFF;}
/*------*/

/*---pho_list---*/
.pho_list{ position: relative; margin:0 -10px; display: flex; flex-wrap: wrap;}
.pho_list a{ position: relative; display: block; 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; margin: 0;
	transition: 500ms ease-in-out;
}
.pho_list a img{ position: absolute; top: 0; left: 0; width: 100%; height: 100% !important; object-fit: cover; max-width: none;
	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.paper::before{ padding-bottom: 140%;}
.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 a{ position: relative; flex: 0 0 calc( 100% / 2 - 20px); }
	.pho_list.col4 a{ position: relative; flex: 0 0 calc( 100% / 2 - 20px); }
}

/*---links_bar---*/
.links_bar{ position: relative; line-height: 34px; margin: 6px 0;}
.links_bar .title{ display: inline-block;  color: #666; font-size: 16px; border-radius: 5px; background: #f2f2f2; padding: 0 10px; margin: 0 5px 0 0;}
.links_bar a{ display: inline-block;  color: #333; font-size: 14px; }
.links_bar .title::before{ margin-right: 5px;
	font-family: "FontAwesome"; font-weight: 900; content: "\f0c1";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.links_bar a:hover, .links_bar a:focus{ text-decoration: underline;}
@media only screen and (max-width: 992px) {
	.links_bar .title{ display: block;}
}
/*---downloads_bar---*/
.downloads_bar{ position: relative; line-height: 34px; margin: 6px 0;}
.downloads_bar .title{ display: inline-block;  color: #666; font-size: 16px; border-radius: 5px; background: #f2f2f2; padding: 0 10px; margin: 0 5px 0 0;}
.downloads_bar a{ display: inline-block;  color: #666; font-size: 14px; padding: 0 10px; border: solid 1px #CCC; margin: 0 10px 4px 0; border-radius: 4px;}
.downloads_bar .title::before{ margin-right: 5px;
	font-family: "FontAwesome"; font-weight: 900; content: "\f019";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.downloads_bar a:hover, .downloads_bar a:focus{ color: #111; border: solid 1px #000;}
@media only screen and (max-width: 992px) {
	.downloads_bar .title{ display: block;}
	.downloads_bar a{ margin: 10px 2px;}
}
/*---blockquote---*/
blockquote{ background: #FFF; padding: 20px; border-left: 4px solid #CCC;}

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

/*---RWD---*/
.desk-show { display: block !important;}
.desk-ib-show{ display: inline-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: 720px) {
	.desk-show { display: none!important; }
	.desk-ib-show{ display: none !important;}
	.mobile-show { display: block!important; }
}