
@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:#FCFCFE; background-size: 100%; }

body, th, td, input { font-size: 100%; }
a { text-decoration: none; }
p { font-size: 1em; line-height: 1.5em; margin-bottom: 0.4em; color: #333; font-family: sans-serif; }
li { font-size: 1em; line-height: 1.5em; color: #333; font-family: sans-serif; }
h1, h2, h3, h4, h5, h6 { font-family: 'Noto Sans TC', sans-serif; }

h1 { font-size: 2.142em; line-height: 1.1333em; margin-bottom: .2666em; font-family: 'Noto Serif TC', serif;}
h2 { font-size: 1.714em; line-height: 1.1666em; margin-bottom: .4555em; font-family: 'Noto Serif TC', serif;}
h3 { font-size: 1.429em; line-height: 1.4em; margin-bottom: .4em; font-family: 'Noto Serif TC', serif;}
h4 { font-size: 1.143em; line-height: 1.5em; margin-bottom: .4555em; font-family: 'Noto Serif TC', serif;}
h5 { font-size: 1em; line-height: 1.5em; margin-bottom: .5em; font-family: 'Noto Serif TC', serif;}
h6 { font-size: 0.857em; line-height: 1.5em; margin-bottom: .4555em; text-transform: uppercase; font-family: 'Noto Serif TC', serif;}

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

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

/*---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: #1DAF88;}
.loading_box .icon{ width: 60px; margin-top: -200px;}
.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:800px; margin: auto; }
@media only screen and (min-width: 1921px) {
	.inner-width { max-width:1400px;}
	.txt-width { max-width:1000px;}
}
@media only screen and (max-width: 1280px) {
	.inner-width { margin: 0 40px;}
}
@media only screen and (max-width: 992px) {
	.txt-width { margin: 0 40px;}
}
@media only screen and (max-width: 576px) {
	.inner-width { 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;}
.more_bar.items>a{ margin: 0 4px;}
/*------*/

/*---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; font:500 40px/1.2em 'Noto Serif TC', serif; color: #1DAF88;}
.title_bar .sub_title{ position: relative; display: block; margin: 0; font:500 30px/1.2em 'Noto Serif TC', serif; color: #111;}
.title_bar .title b{ position: relative; color: #111; font:500 40px/1.2em 'Noto Serif TC', serif; letter-spacing: 0.2em;
	display: flex; align-items: center;
}
/* .title_bar .title b::after{ display: block; content: ''; width: 60px; height: 6px; background: #C5D83A; margin-left: 10px;} */
@media only screen and (max-width: 1200px) {
	
}
@media only screen and (max-width: 992px) {
	
}
/*---button---*/
.btns .btn_more{ margin: 5px;}
.btn_more{ position: relative; display: inline-block; color: #FFF; min-width: 120px; text-align: center; padding: 0 30px; border-radius: 20px; background: #1DAF88; border: solid 1px transparent; box-sizing: border-box; vertical-align: middle;
	font: 400 15px/38px 'Pridi', serif; letter-spacing: 1px;
	transition: 200ms ease;
}
.btn_more:hover, .btn_more:focus{ color: #1DAF88; border: solid 1px #1DAF88; 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.c1{ color: #FFF; background: transparent; border: solid 1px #FFF;}
	.btn_more.c1:hover, .btn_more.c2:focus{ color: #1DAF88; background: #FFF; }

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

.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; 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: #DF603C; color: #FFF;}
.btn_o.ed{ opacity: 0.4; cursor: default;}

.btn_o2{ position: relative; display: inline-block; font-size: 18px; color: #FFF; width: auto; padding: 0 20px; height: 40px; line-height: 40px; border-radius: 20px; text-align: center; background: #F67349; border: solid 1px transparent; margin: 0 0 4px 0;
	transition: 200ms ease;
}
.btn_o2 i{ position: absolute; top: 8px; left: 15px; font-size: 24px; }
.btn_o2 img{ position: absolute; top: 8px; left: 13px; width: 22px;}
.btn_o2 span{ font-size: 15px; display: inline-block; padding: 0 10px;}
.btn_o2.fb{ background: #385AAF;}
.btn_o2.google{ background: #DF603C; }
.btn_o2.line{ background: #0DB800; }
.btn_o2:hover{ background: #ff9774; color: #FFF;}
.btn_o2.fb:hover{ background: #4c73d7; color: #FFF;}
.btn_o2.google:hover{ background: #f76840; color: #FFF;}
.btn_o2.line:hover{ background: #12e303; 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;}

.send_bar{ position: relative; display: flex; padding: 20px 0; justify-content: space-around;}

.btn_send{ position: relative; display: inline-block; color: #FFF; min-width: 120px; text-align: center; padding: 0 20px; border-radius: 4px; background: #1DAF88; border: solid 1px transparent; box-sizing: border-box;
	font: 700 16px/40px 'Noto Sans TC', sans-serif;
	transition: 200ms ease;
}
.btn_send:hover, .btn_send:focus{ color: #1DAF88; border: solid 1px #1DAF88; background: #FFF;}
.btn_send.c1{ color: #FFF; background: #a4b521; border: solid 1px #a4b521; }
.btn_send.c1:hover, .btn_send.c1:focus{ color: #a4b521; border: solid 1px #a4b521; background: #FFF;}
.btn_send.c2{ color: #FFF; background: #999; border: solid 1px #999; }
.btn_send.c2:hover, .btn_send.c2:focus{ color: #999; border: solid 1px #999; background: #FFF;}
.btn_send.c3{ color: #FFF; background: #5c5c5c; border: solid 1px #5c5c5c; }
.btn_send.c3:hover, .btn_send.c3:focus{ color: #5c5c5c; border: solid 1px #5c5c5c; 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;}
/*------*/

/*add_bar*/
.add_bar{ position: absolute; top: -50px; right: 10px;}
.add_bar .item{ background: #1DAF88; padding: 0 30px; line-height: 40px; border-radius: 20px; color: #FFF; z-index: 100;}
.add_bar .item:hover{ background: #F74953;}

/*---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; padding: 10px; z-index: 10; display: flex; flex-wrap: wrap;}
.tag_list.tl{ position: absolute; top:0; left: 0;}
.tag_list.tr{ position: absolute; top:0; right: 0;}
.tag_list .item{ font-size: 14px; background: #F64953; padding: 0 8px; line-height: 24px; color: #FFF; border-radius: 4px; margin: 2px;}
.tag_list .item.c1{ background: #03CC9C;}
.tag_list .item.c2{ background: #F67349;}
.tag_list .item.c3{ background: #a03ce2;}
.tag_list .item.big{ font-size: 16px; line-height: 2em;}
/*------*/

/*---tag_menu---*/
.tag_menu{ position: relative; display: flex; flex-wrap: wrap;}
.tag_menu .item{ margin: 2px; background: #A8A8A8; color: #FFF; padding: 0 8px; line-height: 24px; font-size: 13px;}
.tag_menu a.item{ background: #B99F60; color: #FFF; border-radius: 4px;}
.tag_menu a.item:hover{ background: #e6c472;}
/*------*/

/*---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: -48px; right: 10px; width: 48px; height: 48px; line-height: 48px; text-align: center; background: #333333; border-radius: 24px; color: #FFF; font-size: 24px; z-index: 100;
	transition: 300ms ease;
}
.to_top:hover{ background: #1DAF88; color: #FFF;}
.to_top.ed{ bottom: 10px; }
@media only screen and (max-width: 576px) {
	.to_top.ed{ bottom: 90px; }
}
/*------*/

/*---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: -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;}
.share_bar a:hover{ background: #1DAF88; color: #FFF;}
/*------*/

/*---alert_box---*/
.alert_box{ position:fixed; top:-100%; left:0; width:100%; height:100%; overflow:auto; -webkit-overflow-scrolling: touch; opacity:0; z-index: 3000; pointer-events: none;
	transition: 500ms ease;
}
.alert_box.on{ top:0; opacity:1; }
.alert_box .txt{ position: absolute; width: 300px ; padding: 20px; z-index:10; box-sizing: border-box; color: #FFF; background: #1DAF88;
	top: 10px; right: 10px; border-radius: 10px;
}
.alert_box .fa{ font-size: 18px; margin-right: 10px;}
/*------*/

/*---filter_menu---*/
.filter_menu{ position: relative; margin-bottom: 40px;}
.filter_menu ul{ list-style: none; margin: 0; display: flex; flex-wrap: wrap; justify-content: center;}
.att_box .filter .list .item{ display: block; padding:0 20px; margin: 5px; color: #1DAF88; background: #FFF; border-radius: 4px; font: 500 15px/40px 'Noto sans TC', sans-serif; white-space: nowrap;
	transition: 300ms ease;
}
.att_box .filter .list .item:hover{ background: #999; color: #FFF;}
.att_box .filter .list .item.on{ background: #1DAF88; color: #FFF;}
.filter_menu .active a{ background: #1DAF88; 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: #1DAF88;
	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: 576px) {
	.filter_menu{ margin-bottom: 20px;}
}
/*------*/

.list .tag { position: absolute; top: 10px; left: 0; z-index: 100; display: flex; flex-wrap: wrap;}
	.list .tag .item { font-size: 14px; background: #1DAF88; color: #FFF; margin: 0; padding: 4px 8px; line-height: 1.2em;}


/*---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: #333;}
.pager_bar a.cur { color: #FFF; background: #1DAF88;}
.pager_bar p{ text-align: center; color: #CCC; font-size: 0.9em; margin: 0 0 10px 0;}
.pager_bar p strong{ color:#333}
/*------*/

/*---items---*/
.items { position: relative;}
/*------*/

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

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

@media only screen and (max-width: 1200px) {
	#content { padding-top: 120px;}
}
/* =============================================================================
   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: 160px; border-bottom: solid 1px #1DAF88;
	-webkit-backdrop-filter: blur(10px) saturate(150%);
	backdrop-filter: blur(20px) saturate(150%);
	transition: 300ms ease;
}
#header .inner-width{ display: flex; justify-content: center; flex-wrap: wrap; height: 160px;
	transition: 300ms ease;
}

/*---logo---*/
.logo { position: relative; flex: 0 0 100%; text-align: center; height: 88px; opacity: 1; margin: 15px 0 0;
	transition: 300ms ease;
}
.logo a { display: block;
	transition: 300ms ease;
}
/*------*/

/*---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>a{ position: relative; display: block; padding: 10px; font: 400 16px/20px 'Noto Serif TC', serif; color: #333; letter-spacing: 0.2em;
	transition: color 500ms ease;
}
.top_menu>ul>li>a:hover { color: #1DAF88;}

.top_menu>ul>li.on>a{ color: #1DAF88;}
.top_menu>ul>li.cur>a{ color: #1DAF88;}
.top_menu .submenu{ position: absolute; top: 40px; left: 0; background: rgba(102, 102, 102, 0.9); 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(255, 255, 255, 0.5)}
	.top_menu .submenu ul li:first-child { border-top: none;}
	.top_menu .submenu a{ position: relative; display: block; text-align: center; color: #FFF; padding: 10px 1em; line-height: 24px; margin:0; font-size: 15px;
		transition: 500ms ease;
	}
	.top_menu .submenu a:hover, .top_menu ul.submenu a:focus{ background: #1DAF88; color: #FFF;}
/*------*/

/*---nav---*/
.nav{ display: flex; list-style:none; margin:0; box-sizing: border-box; position: absolute; top: 10px; right: 10px;
	transition: top 300ms ease;
}
.nav>li{ position: relative;}
.nav>li>a{ position: relative; display: flex; width: 40px; height: 40px; line-height: 40px; border: solid 1px transparent; border-radius: 20px; margin: 0 2px; transition: 300ms ease; font-size: 22px; justify-content: center; align-items: center; color: #1DAF88;}
.nav>li>a img{ width: 24px; }
.nav>li>a span{ display: none;}
.nav>li>a:hover, .nav>li>a.on{ border: solid 1px #1DAF88;}
.nav>li>a.sm { width: auto; padding: 0 10px; margin: 0px;}
.nav>li>a.sm span{ display: inline-block; font-size: 15px; color: #454545;}
.nav>li>a.sm i{ font-size: 24px; padding: 0 5px 0 0;}
.nav>li>a b{ display: block; position: absolute; bottom: -5px; right: 14px; font-size: 12px; width: 20px; height: 20px; line-height: 20px; text-align: center; border-radius: 10px;
	animation: moveicon linear 1s infinite;
}
@keyframes moveicon{
	0% { transform: translateY(-1px) scale(1, 1);}
	50% { transform:  translateY(1px) scale(1, 0.9);}
	100% { transform: translateY(-1px) scale(1, 1);}
}
/*------*/

/*ed*/
#header.ed::before { height: 60px; background: rgba(255, 255, 255, 0.9); box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);}
#header.ed .logo { height: 0; overflow: hidden; margin: 0; opacity: 0;}
#header.ed .inner-width{  height: 60px;}

@media only screen and (max-width: 1200px) {
	#header::before { height: 120px;}
	#header .inner-width { height: 120px; margin: 0;}
	
	/*menu_btn*/
	.menu_btn{ position: absolute; top:5px; left:0; display:block; width:50px; height:50px; z-index:3000; cursor: pointer;} 
	.menu_btn>div{ position:absolute; width:50px; height:4px; background: #1DAF88; 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: -100%; width:200px;  z-index:100; height: 100%; box-sizing: border-box; letter-spacing: 0.1em; overflow: auto; background: #1DAF88;
		transition: left 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 #FFF; }
	.top_menu>ul>li:first-child{ border: none;}
	.top_menu>ul>li+li{ border-left: 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:hover { color: #FFF;}
	.top_menu>ul>li.cur>a { 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>ul>li>a.cur {color: #FFF; border: none;}
	.top_menu.on{ left: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%; max-height: 100%; height: 100%; background: none; padding-bottom: 20px;
		transition:none;
	}
	.top_menu .submenu ul { border-bottom: none; }
	.top_menu .on .submenu{ max-height: 100%; height: 100%;}
	.top_menu .submenu ul li { border-top: none;}
	.top_menu .submenu ul li a{ padding: 5px 0 5px 30px; text-align: left;}
}
@media only screen and (max-width: 576px) {
	.logo {  margin: 50px 0 0;}
	.logo a img {  width: 120px;}
}


/* =============================================================================
   HEADER END
   ========================================================================== */


/* =============================================================================
   FOOTER
   ========================================================================== */
#footer { position:relative; padding: 40px; background: #1DAF88 url(../images/banner_bg1.jpg) no-repeat fixed; background-size: cover; z-index: 200; }
#footer .info{ position: relative; text-align: center; color: #FFF; padding-bottom: 20px; margin-bottom: 20px; border-bottom: solid 1px #FFF;}
#footer .info h4{  font: 400 24px/1.4em 'Noto Serif TC', serif; margin-bottom: 20px; letter-spacing: 1px;}
#footer .info p{ font-size: 16px; color: #FFF; margin: 0 0 1em 0;}
#footer .copyright { color: #FFF; text-align: center; font: 16px/20px sans-serif; display: flex; flex-wrap: wrap; justify-content: space-around; padding: 20px;}
@media only screen and (max-width: 992px) {
	#footer { padding: 20px;  }
	#footer>.inner-width{ flex-wrap: wrap;}
	#footer .copyright span{ padding: 0 10px;  font-size: 14px;}
	#footer .copyright span b{ display: block; margin-bottom: 10px;}
	#footer .info{ text-align: center;}
}
@media only screen and (max-width: 576px) {
	#footer .info{ padding-bottom: 10px; margin-bottom: 10px; }
	#footer .copyright span b{ display: inline; margin-bottom: 0;}
	#footer .copyright span{ flex: 0 0 100%; font-size: 12px;}
}
   /* =============================================================================
	  FOOTER END
	  ========================================================================== */


/*---cover_banner---*/
.cover_banner{ position: relative; overflow: hidden;}
.cover_banner .bg{ position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.cover_banner .inner-width{ display: flex;flex-wrap: wrap;}
.cover_banner .men{ flex: 0 0 50%; height: 742px; display: flex; justify-content: flex-end; padding: 80px 0 0 0;}
.cover_banner .men .exp{ position: absolute; bottom: 30px; display: flex; list-style: none; margin: 40px 0;}
.cover_banner .men .exp li{ padding: 0 10px; border: solid 1px #FFF; margin: 5px; font: 400 18px/40px 'Noto Serif TC', serif; color: #FFF;}
.cover_banner .txt{ flex: 0 0 50%; height: 742px; display: flex; flex-direction: column; justify-content: center;}
.cover_banner .txt h1{ margin: 0 0 20px; text-align: center;}
.cover_banner .txt h1 img{ max-width: 100%;}
.cover_banner .txt .list{ display: flex; flex-wrap: wrap;}
.cover_banner .txt .list a{ position: relative; flex: 0 0 calc(100% / 2 - 20px); border: solid 1px #FFF; margin: 10px; border-radius: 10px; color: #FFF;
	transition: 200ms ease;
}
.cover_banner .txt .list a::before{ display: block; position: absolute; bottom: 5px; right: 25px; opacity: 0;
	font-family: "FontAwesome"; content: "\f0a9";
	font-size: 20px;
    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);
}
.cover_banner .txt .list a:hover{ background: #9CCE30; border: solid 1px #9CCE30; transform: scale(1.05);}
.cover_banner .txt .list a:hover::before{ opacity: 1; right: 5px;}
.cover_banner .txt .list a .item{ padding: 20px; text-align: center;}
.cover_banner .txt .list .item .num{ font: 700 80px/1.2em 'Inter', sans-serif;}
.cover_banner .txt .list .item .name{ font: 400 24px/1.2em 'Noto Serif TC', serif;}
.cover_banner .txt .list a:nth-child(3){ flex: 0 0 calc(100% - 20px); display: flex;}
.cover_banner .txt .list a:nth-child(3) .item{ flex: 0 0 calc(100% / 2 - 20px); margin: 10px;}
@media only screen and (max-width: 1200px) {
	.cover_banner .txt .list .item .num{ font: 700 50px/1.2em 'Inter', sans-serif;}
	.cover_banner .txt .list .item .name{ font: 400 20px/1.2em 'Noto Serif TC', serif;}
}
@media only screen and (max-width: 992px) {
	.cover_banner .men{ flex: 0 0 40%; height: auto;  justify-content: center; align-items: flex-end;}
	.cover_banner .men img{ width: 100%; }
	.cover_banner .txt{ flex: 0 0 60%; height: auto; }
	.cover_banner .txt .list .item .num{ font: 700 40px/1.2em 'Inter', sans-serif;}
	.cover_banner .txt .list .item .name{ font: 400 20px/1.2em 'Noto Serif TC', serif;}
	.cover_banner .men .exp{ flex-wrap: wrap;}
	.cover_banner .men .exp li{ flex:0 0 100%; font: 400 16px/40px 'Noto Serif TC', serif; text-align: center;}

	.cover_banner .txt .list .item .num{ font: 700 40px/1.2em 'Inter', sans-serif;}
	
	.cover_banner .txt .list a{ flex: 0 0 calc(100% - 20px); flex-wrap: wrap;}
	.cover_banner .txt .list a:nth-child(3){ padding: 10px 0;}
	.cover_banner .txt .list a:nth-child(3) .item{ padding: 5px;}
}
@media only screen and (max-width: 576px) {
	.cover_banner .txt{ flex: 0 0 100%; }
	.cover_banner{ padding: 40px 0 0 0; }
	.cover_banner .men{ flex: 0 0 100%; padding-top: 0; justify-content: center; align-items: flex-end;}
	.cover_banner .men img{ width: 80%; }
	.cover_banner .men .exp{ bottom: 80px;}
}
/*------*/

/*---links_box---*/
.links_box{ position: relative; height: auto; padding: 60px 0; overflow: hidden;}
.links_box .bg{ position: absolute; top: 0; left: 0; width: 100%; height: 60%; background: url(../images/banner_bg4.jpg); background-size: cover; background-attachment: fixed;}
.links_box .txt{ color: #FFF; text-align: right;}
.links_box .list{ display: flex; margin-top: 30px;}
.links_box .list>a{ flex: 0 0 calc(100%/4 - 20px); text-align: center; margin: 10px; padding: 20px; background: #0FC99C; border-radius: 10px; border: solid 1px #FFF;
	transition: 200ms ease;
}
.links_box .list>a:nth-child(2n){ background: #9CCE30; }
.links_box .list>a .pic{ margin-top: -50px; margin-bottom: 20px;
	transition: 200ms ease;
}
.links_box .list>a .name{ font: 400 34px/1.2em 'Noto Serif TC', serif; color: #FFF; }
.links_box .list>a:hover{ transform: scale(1.05);}
.links_box .list>a:hover .pic{ transform: scale(1.1);}
@media only screen and (max-width: 992px) {
	.links_box{ padding: 40px 0 0 0; }
	.links_box .list>a .name{ font: 400 24px/1.2em 'Noto Serif TC', serif; }
	.links_box .list{ overflow: auto; padding-top: 40px; margin: 0 -40px;}

	.links_box .list>a:first-child{ margin-left: 40px;}
	.links_box .list:last-child{flex:0 0 calc(70% + 20px );padding-right:40px;}
	
}
@media only screen and (max-width: 576px) {
	.links_box .list{ margin: 0 -20px;}
	.links_box .list>a{ flex: 0 0 calc(70%);}
	.links_box .list>a:first-child{ margin-left: 30px;}
	.links_box .list:last-child{flex:0 0 calc(70% + 20px );padding-right:20px;}

	
}

/*------*/

/*---about_banner---*/
.about_banner{ position: relative; padding: 40px 0 0 0; overflow: hidden;}
.about_banner .bg{ position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.about_banner .inner-width{ display: flex; flex-wrap: wrap; flex-direction: row-reverse;}
.about_banner .men2{ flex: 0 0 50%; height: 650px; display: flex; justify-content: center; transform: translateY(200px);}
.about_banner .men2 img{ max-width: 100%; }
.about_banner .txt{ flex: 0 0 50%; height: 650px; display: flex; flex-direction: column; justify-content: center;}
.about_banner .txt h2{ margin: 0 0 40px; font: 400 60px/1.2em 'Noto Serif TC', serif; color: #FFF;}
.about_banner .txt ol{ margin-bottom: 40px;}
.about_banner .txt li{ color: #FFF;}
.about_banner .txt .title{ font: 400 24px/1.2em 'Noto Sans TC', sans-serif; color: #FFF; margin-bottom: 20px;}
.about_banner .txt .title span{ display: block; font-size: 16px;}
.about_banner .txt p{ margin-bottom: 20px; color:#FFF;  font-size: 18px;}
.about_banner .txt p span{ display: block; font-size: 16px;}
.about_banner .txt .exp{ display: flex; list-style: none; margin: 40px 0 40px -5px;}
.about_banner .txt .exp li{ padding: 0 10px; border: solid 1px #FFF; margin: 5px; font: 400 18px/40px 'Noto Serif TC', serif; color: #FFF;}

.about_banner.page .men2{ transform: translateY(100px);}

@media only screen and (max-width: 992px) {
	.about_banner .men2{ flex: 0 0 50%; height: auto; justify-content: center; align-items: flex-end;}
	.about_banner .men2 img{ width: 100%; }
	.about_banner .txt{ flex: 0 0 50%; height: 500px; }
}
@media only screen and (max-width: 576px) {
	.about_banner{ padding: 40px 0 0 0; }
	.about_banner .txt h2{ font: 400 50px/1.2em 'Noto Serif TC', serif; }
	.about_banner .men2{ flex: 0 0 100%; height: auto; justify-content: center; align-items: flex-end;}
	.about_banner .men2 img{ width: 80%; }
	.about_banner .txt{ flex: 0 0 100%; height: auto;}
}
/*------*/

/*---page_banner---*/
.page_banner{ position: relative; height: 340px; overflow: hidden;}
.page_banner .pic{ position: relative; height: 100%;}
.page_banner .txt{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; text-align: center; display: flex; flex-direction: column; justify-content: center;}
.page_banner .txt .title{ font: 400 40px/1.2em 'Noto Serif TC', serif; color: #FFF; margin-bottom: 10px; letter-spacing: 0.1em;}
.page_banner .txt .con{ font:400 16px/1.2em 'Noto Sans TC', sans-serif; color: #FFF; }
.page_banner .cover{ position: absolute; right: 10%; bottom: 0; z-index: 1; width: 180px;}
.page_banner .cover img{ display: block; max-width: 100%;}

@media only screen and (max-width: 992px) {
	.page_banner .cover{ display: none;}
}

/*------*/

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

/*---news_box---*/
.news_box{ position: relative; height: auto; padding: 80px 0; overflow: hidden;}
	.news_box .list { position: relative; }
	.news_box .list ul { list-style: none; display: flex; flex-wrap: wrap; margin: 0 -10px;}
	.news_box .list ul li{ position: relative; display: block; flex: 0 0 calc(100% / 3);}
	.news_box .list li a { display: block; overflow: hidden; margin:10px; transform: translateZ(0); background: #FFF;
		transition: 500ms ease;	
	}
	.news_box .list li a .pic{ padding-bottom: 75%;}
	
	.news_box .list li a .txt{ position: relative; padding: 20px; background: #FFF;
		transition: 500ms ease;	
	}
	.news_box .list li a .txt .date{ display: block; font-size: 15px; font-weight: 700; color: #1DAF88; line-height: 2em; }
	.news_box .list 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 li a .txt p{ font-size: 15px; line-height: 1.5em; height: auto; overflow: visible;}
	.news_box .list 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 li a:hover .txt { background: #1DAF88; box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);}
	.news_box .list li a:hover .pic{ transform: scale(1.1); }
	.news_box .list li a:hover .date{ color: #FFF; }
	.news_box .list li a:hover .title{ color: #FFF; }
	.news_box .list li a:hover .con{ color: #FFF; }
	.news_box .list_hor { position: relative; }
	.news_box .list_hor ul { list-style: none; margin: 0;}
	.news_box .list_hor ul li{ position: relative; display: block; border-bottom: solid 1px #CCC;}
	.news_box .list_hor .item{ display: flex; padding: 10px;}
	.news_box .list_hor .item .pic{ flex: 0 0 60px; height: 60px; margin-right: 20px;}
	.news_box .list_hor .item .txt{ display: flex; }
	.news_box .list_hor .item .txt .date{ flex: 0 0 45px; color: #1DAF88; font-size: 14px; line-height: 16px; font-weight: 700; display: flex; flex-direction: column; justify-content: center; margin-right: 20px;}
	.news_box .list_hor .item .txt .date b{ display: block; font-size: 16px;}
	.news_box .list_hor .item .txt .date span{ display: block; font-size: 14px;}
	.news_box .list_hor .item .txt .title{ color: #333; font-size: 16px; display: flex; flex-direction: column; justify-content: center;}
	.news_box .list_hor .item:hover{ background: #f2f2f2;}
	.news_box .list_hor .item.page .txt{ flex-wrap: wrap;}
	.news_box .list_hor .item.page .txt .date{ flex: 0 0 100%;}
	.news_box .list.video li a .pic{ padding-bottom: 56.25%;}

@media only screen and (max-width: 992px) {
	.news_box{ padding: 40px 0;}
	.news_box .list ul li{ flex: 0 0 calc(100% / 2);}
}
@media only screen and (max-width: 576px) {
	.news_box .list ul li{ flex: 0 0 calc(100% / 1);}
	.news_box .more_bar.pos_right { position: relative; padding: 20px 0; text-align: right;}
}
/*------*/


/*---view_list---*/
.view_list{ text-align: center; padding: 100px 0 60px;}
.view_list h3{ margin: 0 0 40px; font: 400 60px/1.2em 'Noto Serif TC', serif; color: #111;}
.view_list p{  font: 400 24px/1.8em 'Noto Serif TC', serif; color: #333;}
@media only screen and (max-width: 992px) {
	.view_list{ padding: 40px 0;}
}
@media only screen and (max-width: 576px) {
	.view_list h3{ margin: 0 0 20px; font: 400 40px/1.2em 'Noto Serif TC', serif;}
	.view_list p{  font: 400 18px/1.8em 'Noto Serif TC', serif; }
}
/*------*/

/*---ser_box---*/
.ser_box{ position: relative; padding: 40px 0; z-index: 2;}
.ser_box .list{ max-width: 1000px; margin: 0 auto 40px;}
.ser_box .list+.list{ border-top: solid 1px #CCC; padding-top: 40px;}
.ser_box .list .item_title{ position: relative; margin-bottom: 20px;}
.ser_box .list .item_title .title{ display: flex; margin-bottom: 10px;}
.ser_box .list .item_title .title .name{ font-size: 14px; color: #1DAF88; margin-right: 20px;}
.ser_box .list .item_title .title .info{ font-size: 14px; color: #666; margin-right: 20px;}
.ser_box .list .item_title .con{ font-size: 18px; color: #333; }

.ser_box .list ul{ position: relative; display: flex; flex-flow: wrap; list-style: none; justify-content: left; margin: 0 -20px; }
.ser_box .list ul li{ position: relative; flex: 0 0 calc(100% / 3 - 40px); margin: 20px;
	transition: 200ms ease;
}
.ser_box .list li .item { position: relative; display: block; background: #FFF;}
.ser_box .list li .item .pic{ width: 100%; height: 0; padding: 0 0 75% 0; margin: 0; overflow: hidden;
	transition: opacity 500ms ease, transform 500ms ease;
}
.ser_box .list li .item .txt{ box-sizing: border-box; padding: 20px; }	
.ser_box .list li .item .txt .title{ font-size: 1rem; line-height: 1.5rem; margin-bottom: 10px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow: hidden; color: #222;}
.ser_box .list li .item .txt .btns{ display: flex; justify-content: space-between; padding: 20px 0 0;}


.ser_box .list li:hover { transform: scale(1.02);}
.ser_box .list li:hover .item .pic{ transform: scale(1.02); box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}
@media only screen and (max-width: 1200px) {
	.ser_box .list ul li{ flex: 0 0 calc(100% / 3 - 40px);}
}
@media only screen and (max-width: 992px) {
	.ser_box .list ul li{ flex: 0 0 calc(100% / 2 - 40px);}
}
@media only screen and (max-width: 576px) {
	.ser_box .list ul{  margin: 0; }
	.ser_box .list ul li{ flex: 0 0 100%; margin: 0 0 30px 0;}
}
/*------*/

/*---msg_box---*/
.msg_box{ position: relative; padding: 40px 0; z-index: 2;}
.msg_box .list{ max-width: 1000px; margin: 0 auto 40px;}
.msg_box .list ul{ position: relative; display: flex; flex-flow: wrap; list-style: none; justify-content: left; margin: 0 -20px; }
.msg_box .list ul li{ position: relative; flex: 0 0 calc(100% / 4 - 40px); margin: 20px;
	transition: 200ms ease;
}
.msg_box .list li .item { position: relative; display: block; background: #CAF0E6; box-shadow: 2px 4px 10px rgba(20, 20, 20, 0.2);}
.msg_box .list li:nth-child(8n) .item{ transform: rotate(-2deg);}
.msg_box .list li:nth-child(8n-1) .item{ transform: rotate(3deg);}
.msg_box .list li:nth-child(8n-2) .item{ transform: rotate(-2deg);}
.msg_box .list li:nth-child(8n-3) .item{ transform: rotate(3deg);}
.msg_box .list li:nth-child(8n-4) .item{ transform: rotate(2deg);}
.msg_box .list li:nth-child(8n-5) .item{ transform: rotate(-3deg);}
.msg_box .list li:nth-child(8n-6) .item{ transform: rotate(3deg);}
.msg_box .list li:nth-child(8n-7) .item{ transform: rotate(-4deg);}
.msg_box .list li .item .title{ box-sizing: border-box; padding: 0 10px; font-size: 15px; height: 40px; line-height: 40px; color: #333; background: rgba(0, 0, 0, 0.1);}	
.msg_box .list li .item .txt{ box-sizing: border-box; padding: 10px; }	
.msg_box .list li .item .txt .msg{ 
	height: 150px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:5; overflow: hidden; color: #333;
	font: 400 16px/30px 'Noto Serif TC', serif;
}
.msg_box .list li .item .txt .name{ text-align: right; height: 38px; padding-top: 18px; font-weight: 700;}
.msg_box .list li .item .txt .btns{ text-align: right; height: 38px; }
.msg_box .list li.clear .item { background: #FFF; border: solid 1px #1DAF88; transform: rotate(0deg); box-shadow: none;}
.msg_box .list li.clear .item .title { background: transparent;}
.msg_box .list li.clear:hover { transform: scale(1.02);}


@media only screen and (max-width: 992px) {
	.msg_box .list ul li{ flex: 0 0 calc(100% / 2 - 40px);}
}

@media only screen and (max-width: 576px) {
	.msg_box .list ul{  margin: 0; }
	.msg_box .list ul li{ flex: 0 0 100%; margin: 0 0 30px 0;}
}
/*------*/

/*---inner_box---*/
.inner_box{ position: relative; padding: 60px 0;}
.inner_box .cover{ position: relative; margin: 0 auto 20px; border-radius: 10px; overflow: hidden; }
.inner_box .cover img{ position: relative; display: block; width: 100%;}
.inner_box .date{ font:500 20px/1.4em 'Noto Sans TC', sans-serif; color: #1DAF88; margin: 0 0 20px;}
.inner_ad{ margin:40px 0; text-align: center;}
.inner_ad img{ max-width: 100%;}
.inner_box .edit .phoshow img{ border-radius: 10px; overflow: hidden;}
.inner_box .edit .phoshow figure{ display: none;}
.inner_box .edit blockquote { background: #1DAF88; padding: 20px 35px; font:500 24px/1.4em 'Noto Sans TC', sans-serif; color: #FFF; border: none; border-radius: 10px;
	width: calc(100% - var(--bs-gutter-x) );
	margin-right: calc(var(--bs-gutter-x) * .5);
    margin-left: calc(var(--bs-gutter-x) * .5);
}
.inner_box .edit p{ font: 400 18px/2em sans-serif; margin-bottom: 1em; text-align: justify;}
.inner_box .edit p strong{ color: #1DAF88;}
.inner_box a.video {  display: flex; justify-content: center; align-items: center;}
.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;}
.inner_box a.video .pic{ width: 100%; padding-bottom: 56.25%;}
@media only screen and (max-width: 992px) {
	.inner_box .edit blockquote { padding: 15px; font:500 22px/1.4em 'Noto Sans TC', sans-serif; text-align: justify;}
	.inner_box{ padding: 40px 0;}
	.tab_scroll{ overflow: auto;}
}
/*------*/

/*---att_box---*/
.att_box{ position: relative; padding: 40px 0;}
.att_box .btns{ position: relative; padding: 20px 0;}
.att_box .btns .name{ font-size: 12px; line-height: 12px; color: #666666; margin-bottom: 5px;}
.att_box .filter{ position: relative; padding: 10px 0;}
.att_box .filter .name{ font-size: 12px; line-height: 12px; color: #666666;}
.att_box .filter .list{ list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-start; margin: 0 -5px;}
.att_box .filter .list .item{ display: block; padding:0 10px; margin: 5px; color: #333333; background: #FFF; border-radius: 2px; font: 500 15px/40px 'Noto sans TC', sans-serif; white-space: nowrap; background: #f2f2f2;
	transition: 300ms ease;
}
.att_box .filter .list .item:hover{ background: #999; color: #FFF;}
.att_box .filter .list .item.on{ background: #1DAF88; color: #FFF;}
.att_box .search_bar{ position: relative; padding: 10px 0;}
.att_box .search_bar .name{ font-size: 12px; line-height: 12px; color: #666666; margin-bottom: 5px;}
.att_box .inner{ position: relative; padding: 30px 0;}
.att_box .inner .type_1{ color: #CE6F00;}
.att_box .inner .type_2{ color: #1DAF88;}
.att_box .inner table tbody tr{ cursor: pointer;}
@media only screen and (max-width: 576px) {
	.att_box .inner table thead{ display: none;}
	.att_box .inner table tbody tr{ display: block; margin: 10px; border: solid 1px #CCC; padding: 20px;}
	.att_box .inner table tbody td{ display: flex;}
	.att_box .inner table tbody td:last-child{ border: none;}
	.att_box .inner table tbody td::before{ content: attr(data-name)" : "; width: 100px; font-weight: 700;}
}
/*------*/

/*===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:520px; background:#FFF; margin:20vh auto; z-index:10; box-sizing: border-box; border-radius: 10px; overflow: hidden;}
.pop_box .txt.inner{ background:#FFF; margin:80px auto; box-shadow: 0 0 10px rgba(0,0,0,0.2); border-radius: 10px; overflow: hidden;}
.pop_box .txt.xl{ max-width: 1000px; margin: 80px 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:48px; text-align:center; z-index:10; opacity:0.7; margin: 20px auto; cursor: pointer;}
.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; width: 48px; height: 48px; background: rgba(0, 0, 0, 0.5); border-radius: 24px;}
.pop_box.on .close_btn.fixed{ top: 10px; right: 10px; }
.pop_box .close_btn img{ display: block; max-width:100%;}
.pop_box .close_btn:hover{ opacity:1;}
.pop_box .title{ background: #1DAF88; color: #FFF; text-align: center; font: 700 24px/90px 'Noto Sans TC', sans-serif;}
.pop_box .con{ padding: 30px;}
.pop_box .con p a{ color: #1DAF88;}

.pop_box .form-check a{ color: #1DAF88;}
.pop_box .form-check .form-check-input{ margin-top: 2px;}

.pop_box .view{ position: relative; display: flex; flex-wrap: wrap; padding: 20px;}
.pop_box .view .cover { position: relative; width: 100%;}
.pop_box .view .cover img{ display: block; width: 100%;}
.pop_box .view .cover .pro_cover{ border-radius: 20px; overflow: hidden;}
.pop_box .view .cover .pro_list { position: relative; margin: 10px 0;}
.pop_box .view .cover .pro_list .swiper-slide{ border: solid 2px #FFF; cursor: pointer; border-radius: 20px; overflow: hidden;}
.pop_box .view .cover .pro_list .swiper-slide-thumb-active{ border: solid 2px #1DAF88;}

.pop_box .view .info{ position: relative; padding: 20px; width: 100%; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center;}
.pop_box .view .info .name{ line-height: 1.2em; font: 500 20px/1.4em sans-serif; color: #333; margin: 0 0 10px 0; }
.pop_box .view .info .name b{ display: block;  font:700 30px/1.4em 'Noto Sans TC', sans-serif; color: #333; margin-bottom: 10px;}
.pop_box .view .info .name span{ display: block; font-size: 16px; color: #666;}
.pop_box .view .info .des_1{ padding: 10px; background: #f2f2f2; margin-bottom: 10px;}
.pop_box .view .info .des_1 ul{ margin-bottom: 0;}
.pop_box .view .info .des_1 li{ font:400 16px/1.7em 'Noto Sans TC', sans-serif; color: #333;}
.pop_box .view .info .des_2{ padding: 10px;}
.pop_box .view .info .des_2 p{ margin-bottom: 0; font-size: 15px; line-height: 1.5em; color: #666;}
.pop_box .view .info .price-s {  color: #999; padding: 20px 0;}
.pop_box .view .info .price{  color: #F67349; font: 700 30px/1.2em 'Inter', sans-serif; padding: 20px 0;}
.pop_box .view .info .price span{ display: block; font-size: 15px; line-height: 20px;}
.pop_box .view .mod_list{ position: relative; display: flex; flex-wrap: nowrap; padding: 20px 0 0 0;}
.pop_box .view .mod_list .item{ flex: 0 0 auto; margin-right: 30px;}
.pop_box .view .mod_list .item ul{ display: flex; list-style: none; margin: 0;}
.pop_box .view .mod_list .item a{ display: block; flex: 0 0 auto; width: 50px; height: 50px; padding: 6px; line-height: 18px; text-align: center; font-size: 16px; font-weight: 700; margin-right: 10px; background: #1DAF88; color: #FFF; border-radius: 10px;
	transition: 400ms ease;
}
.pop_box .txt.vi{ display: flex; align-items: center; height: calc(100vh - 120px);}
.pop_box .box{ display: block;}
.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 .comm_list{ position: relative;}
.pop_box .comm_list .item{ position: relative; display: flex; justify-content: space-between; font-size: 15px; cursor: pointer; }
.pop_box .comm_list .item:nth-child(even){ background: #EDEDED;}
.pop_box .comm_list .item:hover{ background: #1DAF88; color: #FFF;}
.pop_box .comm_list .item .name{ font-weight: 700; flex: 0 1 80px; padding: 10px;}
.pop_box .comm_list .item .tel{ flex: 0 1 80px; padding:10px;}
.pop_box .comm_list .item .add{ flex: 0 1 100%; padding:10px;}
.pop_box .comm_list .item .del{ flex: 0 0 32px; line-height: 32px; text-align: center; font-size: 24px; color: #A3A3A3; border-radius: 20px; margin: 6px;}
.pop_box .comm_list .item .del:hover{ color: #B71939; background: #FFF;}
@media only screen and (max-width: 992px) {
	.pop_box .txt.xl{ margin:60px 10px;}
	.pop_box .view .cover { width: 100%; }
	.pop_box .view .info { width: 100%;  padding: 20px 0;}
}
@media only screen and (max-width: 576px) {
	.pop_box .title{ font: 700 18px/70px 'Noto Sans TC', sans-serif;}
	.pop_box .con { padding: 20px;}
	.pop_box .join_list h3 { font-size: 14px;}
	.pop_box .join_list ul li .pic{ padding: 0 10px; height: 110px;}
	.pop_box .join_list ul li b{  font-size: 14px; margin-bottom: 5px;}
	.pop_box .join_list ul li span{  font-size: 16px; }
	.pop_box .txt.inner{ margin:60px 10px;}
	.pop_box .btn_send{ min-width: inherit;}
	.pop_box .comm_list .item{ flex-wrap: wrap; padding: 10px;}
	.pop_box .comm_list .item:hover{ background: #FFF; color: #000;}
	.pop_box .comm_list .item:hover:nth-child(even){ background: #EDEDED; color: #000;}
	.pop_box .comm_list .item .name{ flex: 0 1 80px; padding: 5px;}
	.pop_box .comm_list .item .tel{ flex: 1 1 calc( 100% - 80px); padding:5px;}
	.pop_box .comm_list .item .add{ flex: 0 1 100%; padding:5px;}
	.pop_box .comm_list .item .del{ flex: 0 0 32px;}
}
/*------*/

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

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

/*---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:0 -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.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{ 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;}
.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; }
}