@charset "UTF-8";
/* =============================================================================
      ____    __  __  __  _____
    /\  _ _`\/\ \/\ \/\ \/ ____/
    \ \ \  \ \ \ \ \ \ \ \ \_____
     \ \ \  \ \ \ \ \ \ \ \_____ \
      \ \ \__\ \ \ \/  \/ / ____\ \
       \ \_____/\ \______/ /\_____/
        \/____/  \/_____/  \/____/
        
    Don't Worry Never Crash
   ========================================================================== */
/* =============================================================================
   BASIC
   ========================================================================== */
:root {
	--main-color: #1E293B;
	--second-color: #1E3A8A;
	--third-color: #3C72DE;
	--fourth-color: #3d76e9;
	--bg-color: #E8F2F6;
	--c-black: #000;
	--c-dark: #333;
	--c-gray: #666;
	--c-gray-mid: #CCC;
	--c-gray-light: #F2F2F2;
	--c-white: #FFF;
}
.btn-primary {
    --bs-btn-bg: var( --main-color );
    --bs-btn-border-color: var( --main-color );
    --bs-btn-hover-bg: var(--fourth-color);
    --bs-btn-hover-border-color: var(--fourth-color);
    --bs-btn-active-bg: var(--fourth-color);
    --bs-btn-active-border-color: var(--fourth-color);
    --bs-btn-disabled-bg: var( --main-color );
    --bs-btn-disabled-border-color: var( --main-color );
}
/*---DEFAULT---*/ 
html, body { height: 100%; -webkit-text-size-adjust: none; text-size-adjust: none;}
body { background: var(--c-white);}
body, th, td, input { font-size: 100%; }
figure{ margin: 0;}
a { text-decoration: none; }
p { font-family: 'Google Sans', 'Noto Sans TC', sans-serif; font-size: 15px; line-height: 2em; margin-bottom: 1em; font-weight: 400; color: var(--c-gray);}
li { font-family: 'Google Sans', 'Noto Sans TC', sans-serif; font-size: 15px; line-height: 2em; font-weight: 400; color: var(--c-gray);}
q{ font-size: 14px; color: var(--c-gray-mid);}
h1, h2, h3, h4, h5, h6 { font-family: 'Google Sans', 'Noto Sans TC', sans-serif; font-weight: 600;}
h1 { font-size: 2.5em; line-height: 1.1333em; margin-bottom: .2666em; }
h2 { font-size: 1.429em; line-height: 1.4em; margin-bottom: .4555em; }
h3 { font-size: 1.143em; line-height: 1.5em; margin-bottom: .4em; color: var(--c-dark);}
h4 { font-size: 1em; line-height: 1.5em; margin-bottom: .4555em; color: var(--c-dark);}
h5 { font-size: 0.857em; line-height: 1.5em; margin-bottom: .4555em; color: var(--c-dark);}
h6 { font-size: 0.857em; line-height: 1.5em; margin-bottom: .4555em; color: var(--c-dark);}
a:link, a:visited { text-decoration: none;}
img{ pointer-events: none;}
::selection { background: var(--main-color); color: var(--c-white);}
.grecaptcha-badge{ display: none !important;}
	/*SCROLL BAR*/
	body.pc::-webkit-scrollbar{ width:8px; }
	body.pc::-webkit-scrollbar-track{ background:#000;}
	body.pc::-webkit-scrollbar-thumb{ background:var(--main-color); }
	body.pc::-webkit-scrollbar-thumb:hover{ background:var(--second-color); }
/*------*/

/*---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; background: var(--main-color);}
.loading_box::after{ display: block; content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2;  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; }
.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: 0 auto;}
.txt-width { position: relative; max-width:350px; margin: 0 auto;}
@media only screen and (max-width: 1280px) {
	.inner-width { max-width: calc(100% - 80px); margin: 0 auto;}
}
@media only screen and (max-width: 576px) {
	.inner-width { max-width: calc(100% - 40px); margin: 0 20px;}
}
@media only screen and (max-width: 430px) {
	.txt-width { max-width: calc(100% - 40px); margin: 0 20px;}
}
/*------*/

/*---title_bar---*/
.title_bar{ position: relative; text-align: left; margin: 0; padding: 0;}
.title_bar .title{ position: relative; display: inline-flex; flex-direction: column; padding: 0; margin: 0;}
.title_bar .title b{ display: inline-flex; max-width: fit-content; gap: 10px; align-items: center; font: 600 30px/1.4em 'Google Sans', 'Noto Sans TC', sans-serif; color: var(--c-dark); letter-spacing: 10%;}
.title_bar .title span{ display: inline-flex; max-width: fit-content; color: var(--c-dark); font: 700 16px/20px 'Google Sans', 'Noto Sans TC', sans-serif;}
.title_bar .date{ display: block; font: 600 14px/1.2em 'Google Sans', 'Noto Sans TC', sans-serif; color: var(--c-gray);}
.title_bar .sp{ position: relative; padding-left: 10px; font: 600 24px/1.1em 'Google Sans', 'Noto Sans TC', sans-serif; color: var(--c-dark);}
.title_bar .sp::before{ content: ''; display: block; position: absolute; top:0; left: 0; width: 4px; height: 1.2em; background: var(--fourth-color);}
.title_bar .sub_title{ position: relative; display: inline-flex; flex-direction: column; padding: 0; margin: 0; gap: 5px;}
.title_bar .sub_title b{ display: inline-flex; max-width: fit-content; gap: 10px; align-items: center; font: 500 22px/1em 'Google Sans', 'Noto Sans TC', sans-serif; color: var(--main-color);}
.title_bar .sub_title i{ font-size: 22px; color: var(--c-gray-mid); transition: 200ms ease; margin-top: -2px;}
.title_bar .sub_title:hover i{  transform: translateX(10px);}
@media only screen and (max-width: 992px) {
	.title_bar .title { font-size: 45px; line-height: 1em;}
	.title_bar .sub_title b{ font: 400 20px/1.1em 'Google Sans', 'Noto Sans TC', sans-serif; }
	.title_bar .sub_title span{ font: 400 14px/24px 'Google Sans', 'Noto Sans TC', sans-serif;}
}
/*------*/

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

/*---button---*/
.btn_more{ position: relative; display: inline-flex; color: var(--main-color); justify-content: center; align-items: center; padding: 20px; border-radius: 30px; background: var(--c-white); box-sizing: border-box; vertical-align: middle; gap: 10px; border: 0; width: 250px;
	font: 600 16px/20px 'Google Sans', sans-serif; overflow: hidden; white-space: nowrap;
	transition: 200ms ease;
}
.btn_more.s1{ background: var(--main-color); color: var(--c-white);}
.btn_more.s2{ background: var(--third-color); color: var(--c-white);}
.btn_more:hover, .btn_more:focus{ color: var(--c-white); background: var(--second-color); box-shadow: 0 8px 20px rgba(113, 133, 212, 0.25);}

.btn_base{ position: relative; display: flex; color: var(--c-white); justify-content: center; align-items: center;  padding: 0 20px; border-radius: 20px; background: var(--main-color); box-sizing: border-box; gap: 5px; border: 0;
	font: 500 14px/20px 'Google Sans', sans-serif; overflow: hidden; white-space: nowrap;
	transition: 200ms ease;
}
.btn_base:hover, .btn_base:focus{ filter: brightness(1.5);}

.btn_base_send{ position: relative; display: flex; color: var(--c-white); justify-content: space-between; align-items: center; padding: 10px 20px; border-radius: 10px; background: var(--main-color); box-sizing: border-box; gap: 5px; border: 0;
	font: 500 14px/20px 'Google Sans', sans-serif; overflow: hidden; white-space: nowrap;
	transition: 200ms ease;
}
.btn_base_send:hover, .btn_base_send:focus{ filter: brightness(1.5);}

.btn_forget{ position: relative; color: var(--c-gray); padding: 0 2px; text-decoration: underline !important;
	font: 500 12px/20px 'Google Sans', sans-serif; overflow: hidden; white-space: nowrap;
	transition: 200ms ease;
}

.btn_base_send.s1{ color: var(--main-color); background: var(--c-white); border: solid 1px var(--main-color);}
.btn_base_send:hover, .btn_base_send:focus{ color: var(--c-white); background: var(--main-color);}

.btn_base_send.s2{ background: var(--third-color); border: solid 1px var(--third-color);}
.btn_base_send.s2:hover, .btn_base_send.s2:focus{ color: var(--c-white); background: var(--fourth-color); border: solid 1px var(--fourth-color);}

.btn_send{ position: relative; display: flex; color: var(--c-white); justify-content: center; width: 100%; align-items: center; padding: 0 20px; border-radius: 4px; background: var(--main-color); box-sizing: border-box; vertical-align: middle; gap: 10px; border: 0;
	font: 600 16px/40px 'Google Sans', sans-serif; overflow: hidden; white-space: nowrap;
	transition: 200ms ease;
}
.btn_send:hover, .btn_send:focus{ color: var(--c-white); background: var(--second-color); box-shadow: 0 8px 20px rgba(113, 133, 212, 0.25);}
/*------*/

/*---to_top---*/
.to_top{ position: fixed; cursor: polato; bottom: -60px; right: 0; width: 50px; height: 50px; line-height: 50px; text-align: center; background: var(--main-color); border-radius: 30px 0 0 0; color: var(--c-white); font-size: 20px; z-index: 100; transition: 300ms ease;}
.to_top i{ transform: translateX(2px) translateY(2px);}
.to_top:hover{ background: var(--second-color); color: var(--c-white);}
.to_top.ed{ bottom: 0; }
@media only screen and (max-width: 992px) {
	.to_top i{ transform: translateX(0) translateY(0);}
}
/*------*/

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

/* =============================================================================
   BLOCK
   ========================================================================== */
#wrapper { position: relative; top: 0;  z-index: 1; width: 100%; margin: auto; overflow: hidden; }
#content { position: relative; }
@media only screen and (max-width: 992px) {
	#content.page{ padding-top: 60px;}
}

/* =============================================================================
   BLOCK END
   ========================================================================== */

/* =============================================================================
   HEADER
   ========================================================================== */
#header { position: fixed; z-index:1000; width: 100%; top: 0; left:0; }
#header::before{ display: block; content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 60px;
	background: linear-gradient(90deg, rgba(30, 41, 59, 0.9) 0%, rgba(24, 51, 94, 0.9) 100%);
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
}
#header .inner-width{ display: flex; justify-content: space-between; align-items: center; min-height: 60px;}

/*---logo---*/
#header .logo { position: relative;
	transition: 300ms ease;
}
#header .logo a { position: relative; display: flex; gap: 5px;}
#header .logo a img{ height: 24px;}
#header .logo a span{ font-size: 16px; color: var(--c-white);}

/*---member---*/
#header .member{ position: relative; flex: 0 0 auto; gap: 10px;}
#header .member .btn_sign{ display: inline-flex; color: #FFF; border: solid 1px var(--c-white); padding: 5px 10px; border-radius: 20px; font: 500 14px/20px 'Google Sans', 'Noto Sans TC', sans-serif;}
#header .member .btn_register{ display: inline-flex; color: #FFF; border: solid 1px var(--c-third); background: var(--third-color); padding: 5px 10px; border-radius: 20px; font: 500 14px/20px 'Google Sans', 'Noto Sans TC', sans-serif;}

/*---top_menu---*/
	.top_menu{ position: relative; flex: 1 1 auto;}
	.top_menu ul{ list-style:none; margin:0; box-sizing: border-box; display: flex; justify-content: center;}
	.top_menu>ul>li{ position: relative; }
	.top_menu>ul>li>a{ font: 500 14px/20px 'Google Sans', sans-serif; text-align: center; position:relative; display:block; color: var(--c-white); padding:0 20px; line-height: 40px; border-radius: 4px 4px 10px 4px;
		transition: 500ms ease;
	}	
	.top_menu .submenuhead>a{ cursor: context-menu;}
	.top_menu .submenu{ position: absolute; top: 40px; left: 0; background:var(--c-white); overflow: hidden; opacity: 0; pointer-events: none; max-height: 0; box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
		transition: 500ms ease;
	}
		.top_menu .on .submenu{ opacity: 1; pointer-events: all;  max-height: 500px;}
		.top_menu .submenu ul{ padding: 10px; flex-direction: column;}
		.top_menu .submenu ul>li{ display: block;}
		.top_menu .submenu ul>li + li{  border-top: solid 1px rgba(0, 0, 0, 0.1);}
		.top_menu .submenu a{ position: relative; display: block; color: var(--c-dark); padding: 10px 1em; line-height: 20px; margin:0; font-size: 14px; text-align: center; white-space:nowrap;
			transition: 500ms ease;
		}
@media only screen and (min-width: 993px) {
	.top_menu.is-fixed{ position: fixed; top: 0; left: 0; width: 100%;}
	.top_menu>ul>li>a:hover{ color: var(--main-color); background: var(--c-white);}
	.top_menu .submenu a:hover, .top_menu ul.submenu a:focus{ background: var(--main-color); color: var(--c-white);}
	.top_menu>ul>li.on>a{ color: var(--main-color); background: var(--c-white); border-radius: 10px 10px 0 0;}
	.top_menu>ul>li.cur>a{ color: var(--main-color); background: var(--c-white);}
}	

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


@media only screen and (max-width: 992px) {
	#header .inner-width{ margin-right: 70px;}
	#header .logo a span{ display: none;}
	/*MENU*/
	.menu_btn{ position: fixed; top:5px; right:10px; display:block; width:50px; height:50px; z-index:3000; cursor: pointer;} 
	.menu_btn>div{ position:absolute; width:24px; height:2px; background: var(--c-white); left:13px; transition: 0.2s ease-in; }
	.menu_btn.on>div{ background: var(--c-white);}
	.menu_btn .m1{ top:16px;}
	.menu_btn .m2{ top:24px;}
	.menu_btn .m3{ top:32px;}
	.menu_btn:hover .m1,.menu_btn:hover .m2,.menu_btn:hover .m3{ width:24px;}
	.menu_btn.on .m1{ top:24px; width: 24px; transform: rotateZ(45deg) }
	.menu_btn.on .m2{ opacity: 0; width:0; left:50%;}
	.menu_btn.on .m3{ top:24px; width: 24px; transform: rotateZ(-45deg); }

	.top_menu{ background: var(--main-color); 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; margin-right: 0;
		transition: 500ms ease-in;
		-webkit-backdrop-filter: blur(20px) saturate(150%);
		backdrop-filter: blur(20px) saturate(150%);
	}
	.top_menu ul{ list-style:none; margin:0; width:100%; display:block; box-sizing: border-box;}
	.top_menu ul>li{ display: block; border-left:none; float: none; margin: 0;}

	.top_menu>ul{ padding:70px 10px; transition: 500ms ease-in;}
	.top_menu>ul>li + li{ border-left:none;}
	.top_menu>ul>li { display: block; float: none; border-top: solid 1px rgba(255, 255, 255, 0.8);}
	.top_menu>ul>li:first-child{ border: none;}
	.top_menu>ul>li>a{ margin: 5px 0 0; padding:10px; line-height: 1.2em; text-align: left; font-size: 15px; color: var(--c-white) !important;}
	.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.submenuhead.on { height: auto; }
	.top_menu .submenu{ position: relative; top: 0; left: inherit; right: inherit; max-height: none; height: auto; overflow: auto; margin-bottom: 5px; box-shadow: none; opacity: 1; transform: scale(1); background: transparent; pointer-events: auto;}
	.top_menu .submenu ul { border-bottom: none; padding: 0;}
	.top_menu .submenu ul>li + li{  border-top: solid 1px rgba(255, 255, 255, 0.2);}
	.top_menu .submenu li a{ text-align: left; font-size: 14px; padding-left: 20px; color: var(--c-white);}
	.top_menu.on{ right:0 !important; }
	.top_menu_mask{ display:block; position:fixed; top:0; left:100%;; width:100%; height:100%; z-index:0; opacity:0; background: rgba(0,0,0,0.8); transition: opacity 500ms ease-in; }
	.top_menu_mask.on{ left:0; opacity:1; z-index: 2;}
}
/*------*/
/* =============================================================================
   HEADER END
   ========================================================================== */


/* =============================================================================
   FOOTER
   ========================================================================== */
#footer { background: url(../images/banner_bg1.png); padding: 60px 0;}
#footer .start{ padding: 40px 0; display: flex; justify-content: center; flex-direction: column; align-items: center;}
#footer .start .title{ color: var(--c-white); text-align: center; font: 500 34px/1.1em 'Google Sans','Noto Sans TC',sans-serif; letter-spacing: 10%; margin-bottom: 20px;}
#footer .copyright { text-align: center; font-size:12px; padding-top:20px; margin-top: 20px; color:var(--c-white); }
#footer .copyright a{ color: var(--main-color);}
.attention { display: flex;}
.attention a{ width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50%; font-size: 24px; color: var(--main-color); text-decoration: none !important;
	transition: 300ms ease;
}
.attention a>*{ text-decoration: none !important;}
.attention a:hover{ color: var(--c-white) !important; background: var(--main-color);}
@media only screen and (max-width: 576px) {
	#footer .fbox{ flex-direction: column; justify-content: center;}
	#footer .info .title{text-align: center;}
	#footer .info .con{ flex-direction: column; align-items: center;}
}
/* =============================================================================
	FOOTER END
	========================================================================== */

/*---top_banner---*/
.top_banner { position: relative; z-index: 10; overflow: hidden; }
.top_banner .pic{ display: block; position: relative; pointer-events: none; overflow: hidden;  height: 440px;}
.top_banner .pic img{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.top_banner .txt{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px; padding-top: 60px;}
.top_banner .txt .title{ font:italic 500 50px/1.1em 'Google Sans','Noto Sans TC',sans-serif; color: var(--c-white);}
.top_banner .txt .title span{ display: block; text-align: center;}
.top_banner .txt .con{ font: 500 20px/1.4em 'Google Sans','Noto Sans TC',sans-serif; letter-spacing: 2px; color: var(--c-white);}

@media only screen and (max-width: 992px) {
	.top_banner .txt .title{ font:italic 500 40px/1.1em 'Google Sans','Noto Sans TC',sans-serif; }
	.top_banner .txt .con{ font: 500 16px/1.4em 'Google Sans','Noto Sans TC',sans-serif; }
}
@media only screen and (max-width: 576px) {
	
}
/*------*/

/*---bg_box---*/
.bg_box{ position: relative; }
.bg_box .bg{ position: absolute; z-index: -2; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; background: var(--bg-color);}
.bg_box .bg .item { position: absolute; top:-30%; left: 0; width: 100%; height: 130%; }
.bg_box .bg .item img{ position: absolute; top: -0; left: 0; width: 100%; height: 100%; object-fit: cover;}
/*------*/

/*---intro_box---*/
.intro_box{ position: relative; padding: 5rem 0;}
.intro_box.bg1{ background: url(../images/box_bg1.png) #E8F2F6 no-repeat fixed; background-size: cover;}
.intro_box .desc p{ font:400 14px/24px 'Google Sans','Noto Sans TC',sans-serif;}
.intro_box .mt{ padding-top: 5rem;}
.intro_box .ad_list{ position: relative; display: flex; width: 100%;}
.intro_box .ad_list.vertical{
	flex-direction: column; align-items: center;
}
.intro_box .ad_list.horizontal{
	align-items: center; justify-content: center;
}
.intro_box .ad_list b{ font:400 15px/40px 'Google Sans','Noto Sans TC',sans-serif; border: solid 1px var(--c-black); width: 200px; text-align: center;}
.intro_box .ad_list.vertical span{ width: 1px; height: 20px; background-color: var(--c-black);}
.intro_box .ad_list.horizontal span{ width: 20px; height: 1px; background-color: var(--c-black);}

@media only screen and (max-width: 992px) {
	.intro_box{ padding: 4rem 0; }
	.intro_box .mt{ padding-top: 4rem;}
}
@media only screen and (max-width: 576px) {
	.intro_box{ padding: 3rem 0; }
	.intro_box .mt{ padding-top: 3rem;}
}
/*------*/

/*---about_box---*/
.about_box{ position: relative; padding: 5rem 0;}
.about_box .slide{ display: flex; border-radius: 20px; height: auto; overflow: hidden; flex-direction: row-reverse;}
.about_box .txt{ position: relative; flex: 1 1 auto; padding: 40px; gap: 40px; background: var(--c-white); display: flex; flex-direction: column; justify-content: space-between;}
.about_box .txt .num_bar{ display: flex; gap: 30px; font:400 20px/1.1em 'Google Sans','Noto Sans TC',sans-serif; color: var(--c-gray);}
.about_box .txt .num_bar .num{ font-weight: 700;}
.about_box .txt .num_bar b{ color: var(--c-black);}
.about_box .info_bar{ display: flex; flex-direction: column; gap: 40px;}
.about_box .info_bar .btn_bar{ display: flex; gap: 20px; flex-wrap: wrap;}
.about_box .info_bar .title{ font:700 40px/1.2em 'Google Sans','Noto Sans TC',sans-serif; }
.about_box .info_bar .title strong{ color: var(--third-color); font-weight: 600; white-space: nowrap;}
.about_box .info_bar span{ font:400 20px/1.6em 'Google Sans','Noto Sans TC',sans-serif; color: var(--c-dark); max-width: 520px;}
.about_box .pic{ position: relative; flex: 0 0 45%;}
.about_box .pic img{ object-fit: cover; width: 100%; height: 100%;}
.about_box .swiper,
.about_box .swiper-wrapper,
.about_box .swiper-slide{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform-style: preserve-3d;
}
.about_box .swiper-slide{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.about_box .list{ position: relative; display: flex; flex-wrap: wrap; gap: 40px;}
.about_box .list .item{ position: relative; flex: 0 0 calc( (100% - (40px * 3)) / 4); display: flex; gap: 10px; flex-direction: column; padding: 20px; border-radius: 20px;
	background: rgba(255, 255, 255, 0.7);
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
}
.about_box .list .item .icon{ display: flex; justify-content: center;}
.about_box .list .item .icon img{ display: block;}
.about_box .list .item .title{ font:500 20px/1.2em 'Google Sans','Noto Sans TC',sans-serif; color: var(--c-dark);}
.about_box .list .item .con{ font:400 14px/1.4em 'Google Sans','Noto Sans TC',sans-serif; color: var(--c-gray);}

@media only screen and (max-width: 992px) {
	.about_box{ padding: 4rem 0; }
	.about_box .slide{ flex-direction: column;}
	.about_box .pic{flex: 0 0 100%; aspect-ratio: 1 / 1; overflow: hidden;}
	.about_box .info_bar span{ max-width: inherit;}
	.about_box .info_bar .btn_bar{ justify-content: center;}
	.about_box .info_bar .title{ font-size: 32px;}
	.about_box .info_bar span{ font-size: 16px;}
	.about_box .list{ gap: 20px;}
	.about_box .list .item{ flex: 0 0 calc( (100% - 20px) / 2); }
}
@media only screen and (max-width: 576px) {
	.about_box{ padding: 3rem 0; }
	.about_box .info_bar .title{ font-size: 24px;}
	.about_box .info_bar span{ font-size: 14px;}
	.about_box .list .item{ flex: 0 0 100%; }
}
/*------*/

/*---case_box---*/
.case_box{ position: relative; padding: 5rem 0; }
.case_box .swiper-pagination { z-index: 100; }
.case_box .swiper-pagination-bullet{ background: var(--main-color); width: 10px; height: 10px; opacity: 0.5; transition: 300ms ease;}
.case_box .swiper-pagination-bullet-active{ width: 30px; border-radius: 5px; opacity: 1;}
.case_list{ position: relative; display: flex; gap: 40px; margin: 0; padding: 0; list-style: none; flex-wrap: wrap;}
.case_list ul{ list-style: none; margin: 0; padding: 0; display: flex;}
.case_list .item{ overflow: hidden;
	transition: transform 300ms ease;
}
.case_list.page .item{ flex: 0 0 calc( ( 100% - ( 40px * 2) ) / 3 );}
.case_list .item a{ position: relative; display: flex; flex-direction: column; }
.case_list .item .pic{ position: relative; display: block; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 10px;}
.case_list .item .pic img{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;
	transition: transform 300ms ease;
}
.case_list .item .txt{ position: relative; padding: 10px; display: flex; flex-direction: column; gap: 5px;}
.case_list .item .txt .title { margin: 0; color:var(--c-dark); display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:1; line-clamp:1; overflow: hidden; font: 600 16px/1.4em 'Google Sans', 'Noto Sans TC', sans-serif;}
.case_list .item .txt .con{ font: 400 14px/1.2em 'Google Sans', 'Noto Sans TC', sans-serif; color: var(--c-gray);}
.case_list .tag_list{ position: absolute; top: -36px; left: 10px;}
@media only screen and (min-width: 993px){
	.case_list .item:hover { transform: scale(1.05);}
	.case_list .item:hover .pic img { transform: scale(1.1);}
}
@media only screen and (max-width: 1400px) {
	.case_list{ margin-right: 50px;}
	.case_list.page{ margin-right: 0;}
}
@media only screen and (max-width: 992px) {
	.case_box{ padding: 4rem 0;}
	.case_list.page .item{ flex: 0 0 calc( ( 100% - 40px  ) / 2 );}
}
@media only screen and (max-width: 576px) {
	.case_box{ padding: 3rem 0;}
	.case_list.page .item{ flex: 0 0 100%;}
}

/*---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;}
.filter_menu a{ display: block; padding:0 30px; margin: 5px; color: var(--main-color); border-radius: 4px; font: 500 15px/40px sans-serif; white-space: nowrap; border: solid 1px var(--main-color);
	transition: background 300ms ease;
}
.filter_menu a:hover{ background: var(--fourth-color); color: var(--c-white);}
.filter_menu a.on{ background: var(--main-color); color: var(--c-white);}
.filter_menu .active a{ background: var(--main-color); color: var(--c-white);}
.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:  var(--main-color);;
	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;}
}
/*------*/

/*---faq_box---*/
.faq_box { position: relative; padding: 5rem 0;}
.faq_box .list { counter-reset: my-badass-counter my-badass-counter2;}
.faq_box .title { position: relative; display: block; font:400 18px/1.2em 'Google Sans', 'Noto Sans TC', sans-serif; color: var(--c-dark); padding: 20px 40px 20px 70px; border-bottom: solid 1px #CCC; cursor: pointer;}
	.faq_box .title .tag{ display: inline-block; line-height: 20px; padding: 0 5px; margin: 0 5px; color: #FFF; background: var(--main-color); border-radius: 4px; font-size: 12px;}
	.faq_box .title.on { border: none; background: transparent;}
	.faq_box .title:hover { background: #f2f2f2; }
	.faq_box .title:after { position: absolute; top: 20px; 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: 1000ms
	}
	.faq_box .title.on:after { transform:rotate(180deg) }
	.faq_box .title:before { position: absolute; top: 15px; left: 10px; font:700 24px/1.5em 'Google Sans', 'Noto Sans TC', sans-serif; color: var(--main-color); content: 'Q' counter(my-badass-counter); counter-increment: my-badass-counter;}
.faq_box .txt { position: relative; font:400 16px/1.6em 'Google Sans', 'Noto Sans TC', sans-serif; color: var(--c-gray); padding: 0 20px 0 70px; border-bottom: solid 1px var(--c-gray-light); overflow: hidden; max-height: 0; transition: 500ms linear; }
	.faq_box .txt:before { position: absolute; top: 10px; left: 10px; font:700 24px/1.4em 'Google Sans', 'Noto Sans TC', sans-serif; color: var(--third-color); content: 'A' counter(my-badass-counter2); counter-increment: my-badass-counter2; }
	.faq_box .txt.on { max-height: 2000px; padding: 10px 20px 20px 70px; }
	.faq_box .txt.on { border-bottom: solid 1px #CCC;}
@media only screen and (max-width: 992px) {
	.faq_box { padding: 4rem 0; }
}
@media only screen and (max-width: 576px) {
	.faq_box { padding: 3rem 0; }
}		
/*------*/

/*---inner_box---*/
.inner_box{ position: relative; padding: 5rem 0;}
.inner_box .desc{ display: flex; flex-direction: column; gap: 20px;}
.inner_box .desc a{ color: var(--main-color);}
.inner_box .desc h1,.inner_box .desc h2,.inner_box .desc h3,.inner_box .desc h4,.inner_box .desc h5,.inner_box .desc h6{ margin: 10px 0 0 0;}
.inner_box .desc .row>* h1,.inner_box .desc .row>*  h2,.inner_box .desc .row>*  h3,.inner_box .desc .row>*  h4,.inner_box .desc .row>*  h5,.inner_box .desc .row>*  h6{ margin: 10px 0 0 0;}
.inner_box .desc .row>* p,.inner_box .desc .row>* li{ margin-bottom: 20px;}
.inner_box .desc h3{ position: relative; padding-left: 10px;}
.inner_box .desc h3::before{ content: ''; display: block; position: absolute; top:0; left: 0; width: 4px; height: 1.4em; background: var(--fourth-color);}
.inner_box .desc h4{ position: relative; padding-left: 10px; color: var(--second-color);;}
.inner_box .desc h4::before{ content: ''; display: block; position: absolute; top:0; left: 0; width: 4px; height: 1.4em; background: var(--second-color);}
.inner_box .desc p{ font-size: 15px; letter-spacing: 5%; margin: 0;}
.inner_box .desc li{ font-size: 15px; letter-spacing: 5%; margin: 0;}
.inner_box .desc a{ text-decoration: underline;}
.inner_box .desc a>*{ text-decoration: underline;}
.inner_box .pic{ display: block; position: relative; aspect-ratio: 16 / 9; border-radius: 10px; overflow: hidden; }
.inner_box .pic img{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.inner_box .mv{ display: block; position: relative; aspect-ratio: 16 / 9; border-radius: 10px; overflow: hidden;}
.inner_box iframe{ position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important;}
.inner_box .cog{ padding: 20px; background: var(--c-gray-light); border-radius: 4px;}
.inner_box .cog ul{ margin: 0;}
.inner_box .cog ol{ margin: 0;}
.inner_box .cog li{ font-size: 14px;}
.inner_box .cog li a{ color: var(--c-gray); text-decoration: underline;}
.inner_box .info_list{ display: flex; gap: 10px;}
.inner_box .info_list a img{ height: 30px;}
@media only screen and (max-width: 992px) {
	.inner_box { padding: 4rem 0; }
}
@media only screen and (max-width: 576px) {
	.inner_box { padding: 3rem 0; }
}		
/*------*/

/*---tag_list---*/
.tag_list{ position: relative; display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0;}
.tag_list>*{ display: block; font: 500 12px/24px 'Google Sans', 'Noto Sans TC', sans-serif; padding: 2px 6px; background: var(--c-black); color: var(--c-white); border-radius: 4px;}
.tag_list.s1>*{ background: var(--second-color);}
.tag_list>*.link{ cursor: pointer;}
.tag_list.big>*{ font: 500 14px/1.2 'Google Sans', 'Noto Sans TC', sans-serif; padding: 5px 10px; border-radius: 6px;}
.tag_list.faq>*{  background-color: var(--fourth-color); }
/*------*/

/*---links_list---*/
.links_list{ position: relative; display: flex; flex-wrap: wrap; gap: 10px;}
.links_list a{ position: relative; display: flex; gap: 5px; font-size: 14px; line-height: 30px; color: var(--c-white); background: var(--fourth-color); border-radius: 10px; padding: 0 10px;}
.links_list a:hover{ background: var(--third-color);}
/*------*/

/*---share_list---*/
.share_list { position: relative; display: flex; gap: 10px; }
.share_list a{ flex: 0 0 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50%; font-size: 20px; color: #FFF; background: #CCC;
	transition: 300ms ease;
}
.share_list a img{ display: inline-block; width: 20px; vertical-align: middle; margin-top: -4px; filter: invert(100%) sepia(4%) saturate(163%) hue-rotate(85deg) brightness(116%) contrast(100%);}
.share_list a.fb{ background-color: #3966F9;}
.share_list a.line{ background-color: #4BB62A;}
.share_list a.x{ background-color: #222;}
/*------*/

@media only screen and (max-width: 992px) {
	.inner_box{ padding: 4rem 0; }
}
@media only screen and (max-width: 576px) {
	.inner_box{ padding: 3rem 0; }
}
/*------*/

/*---pager_bar---*/
.pager_bar { position: relative; display: flex; justify-content: center; gap: 4px;}
.pager_bar.right { text-align: right; }
.pager_bar.left { text-align: left; }
.pager_bar a { display: flex; justify-content: center; align-items: center; height: 32px; width: 32px; text-align: center; color: var(--c-gray); border-radius: 16px; font: 700 16px/31px 'Google Sans', sans-serif;
	transition: 300ms ease;
}
.pager_bar a.arr { font-size: 1.4em;}
.pager_bar a:hover { color: var(--c-white); background: var(--c-gray);}
.pager_bar a.cur { color: var(--c-white); background: var(--main-color);}
/*------*/

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

/*---EDITOR---*/
.edit p{ text-align: justify;}
.edit h1, .edit h2, .edit h3, .edit h4, .edit h5, .edit h6 { margin-bottom: 20px; color: var(--main-color);}
.edit img{ max-width: 100%; height: auto;}
.edit iframe{ max-width: 100%;}

/*---text img---*/
.pic_br20{ position: relative; display: block; overflow: hidden; border-radius: 20px; aspect-ratio: 1 / 1;}
.pic_br20 figure{ display: none;}
.pic_br20 img{ display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.pic_br20.s43 { aspect-ratio: 4 / 3;}
.pic_br20.s21 { aspect-ratio: 2 / 1;}
/*------*/

/*---video_item img---*/
.video_items{ display: block; position: relative; max-width: 800px; margin: 0 auto 20px;}
.video_item{ display: block; position: relative; width: 100%; border-radius: 20px; overflow: hidden; }
.video_item::before{ display: block; content: ''; padding-bottom: 56.25%;}
.video_item::after{ display: block; content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../images/icon_play.svg) rgba(0, 0, 0, 0.2) center center no-repeat;}
.video_item img{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
/*------*/


/*---pho_list---*/
.pho_list{ position: relative; display: flex; flex-wrap: wrap; gap: 30px;}
.pho_list a{ position: relative; flex: 0 0 calc((100% - (30px * 2)) / 3); overflow: hidden; background: var(--c-dark); border-radius: 10px !important; aspect-ratio: 1 / 1 !important;}
.pho_list.col4 a{ flex: 0 0 calc((100% - (30px * 3)) / 4); }
.pho_list a figure{ display: none;}
.pho_list a img{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;
	transition: 500ms ease-in-out;
}
.pho_list a::before{ content: ''; display: block; position: relative; color:var(--c-white); 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:var(--c-white); 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::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% - 30px ) / 2); }
	.pho_list.col4 a{ flex: 0 0 calc((100% - (30px * 2)) / 3); }
}
@media only screen and (max-width: 575px) {
	.pho_list{ gap: 20px;}
	.pho_list a{ position: relative; flex: 0 0 calc((100% - 20px ) / 2); }
	.pho_list.col4 a{ flex: 0 0 calc((100% - (20px * 1)) / 2); }
}
/*------*/

/*===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,.8); opacity:1; transition: 800ms ease;}
.pop_box .view{ position: absolute; top: 0; left: 0; width: 100vw; min-height: 100vh; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
.pop_box .close_btn{ position: absolute; top: 0; right: 0; z-index: 100; width: 50px; height: 50px; padding: 19px;
	transition: 200ms ease-in-out;	
}
 .pop_box .close_btn img{ display: block; width: 100%;}

	/*txt*/
	.pop_box .txt{ position: relative; width:350px; z-index:10; box-sizing: border-box; display: flex; flex-wrap: wrap; align-items: center; background: var(--c-white); padding: 60px 20px; border-radius: 20px;}
	.pop_box .txt.xl{ width:600px;}
	
	.pop_box .title{ font: 500 18px/1em 'Google Sans', 'Noto Sans TC', sans-serif; flex: 0 0 100%; text-align: center;}
	
	.pop_box .txt .con{ position: relative; flex: 0 0 100%; display: flex; flex-direction: column; gap: 10px;}
	.pop_box .txt .con p{  font-size: 14px; line-height: 1.6em; margin: 0;}

	.pop_box .or_line{display:flex;align-items:center;text-align:center;color:#666;font-size:14px;}
	.pop_box .or_line::before,.or_line::after{content:"";flex:1;height:1px;background:#ddd;}
	.pop_box .or_line span{margin:0 12px;}

	.pop_box .form-control{ font-size: 14px;}

	.pop_box .txt .con .tips{ font-size: 14px; font-weight: 500; margin-bottom: 20px; color: var(--c-dark);}
	.pop_box .txt .con .item_list{ position: relative; margin-bottom: 10px;}
	.pop_box .txt .con .item_list a{ color: #FFF;}
	.pop_box .txt .con .item_list .name{ font: 500 16px/1em 'Google Sans', 'Noto Sans TC', sans-serif; margin-bottom: 4px;}
	.pop_box .txt .con .item_list .tel{ font: 700 30px/1.2em 'Google Sans', 'Noto Sans TC', sans-serif; }
	.pop_box .txt .con .item_list .meat{ font: 500 20px/1.2em 'Google Sans', 'Noto Sans TC', sans-serif; }
	.pop_box .txt .con .talk{ font: 500 14px/1.6em 'Google Sans', 'Noto Sans TC', sans-serif; color: #FFF; margin-bottom: 20px;}
	.pop_box .txt .con .attention {  text-align: left; padding: 10px 0;}

@media only screen and (max-width: 1280px) {
	.pop_box .txt{ margin: 40px;}
}
@media only screen and (max-width: 576px) {
	.pop_box .txt{ margin: 20px; }
	.pop_box .txt .cover{ flex: 0 0 100%;}
	.pop_box .txt .con .item_list .meat{ font-size: 18px; }
}
/*------*/

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

/*---pswp-caption-conten---*/
.pswp__dynamic-caption{color:var(--c-white);position:absolute;width:100%;left:0;top:0;transition:opacity 120ms linear !important;}
.pswp-caption-content{display:none;}
.pswp__dynamic-caption a{color:var(--c-white);}
.pswp__dynamic-caption--faded{opacity:0 !important;}
.pswp__dynamic-caption--aside{width:auto;max-width:300px;padding:20px 15px 20px 20px;margin-top:70px;}
.pswp__dynamic-caption--below{width:auto;max-width:700px;padding:15px 0 0;}
.pswp__dynamic-caption--on-hor-edge{padding-left:15px;padding-right:15px;}
.pswp__dynamic-caption--mobile{width:100%;background:rgba(0,0,0,0.5);padding:10px 15px;right:0;bottom:0;top:auto !important;left:0 !important;}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .animate, .gsap-elm { animation: none !important; transition: none !important; }
}