@import url('/css/fontawesome-all.css');
@import url('/css/font-awesome.min.css');
@import url('/css/fontawesome.min.css');
@import url('/css/SeoJump.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Sans:wght@400;700&family=Noto+Serif+SC:wght@200;300;400;500;600&family=Noto+Serif+TC:wght@200;300;400;500;600&family=Noto+Serif:wght@400;700&family=Frank+Ruhl+Libre:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&display=swap');

* { margin: 0; padding: 0; }
*:focus { outline: none; }

body { margin: 0; }
body ::selection { background: var(--bs-primary); text-shadow: none; color: var(--bs-white); }
body::-webkit-scrollbar { width: 5px; }
body::-webkit-scrollbar-track { background: var(--bs-secondary); }
body::-webkit-scrollbar-thumb { background: var(--bs-keyword); }

header, footer, div, nav, article, h2, h3, h4, h5, h6, hr, p, form, label, input, textarea, ul, li, img, svg, span, font, strong, b, a, i {text-align: left;vertical-align: middle;word-wrap: break-word;word-break: break-word;line-height: 170%;border-width: 0;font-family: var(--bs-font), sans-serif;font-size: 15px;color:  var(--bs-info);}

ul , ol { list-style: none; }

fieldset { border: 0; }

input , button , select , textarea { padding: 5px 15px; width: calc(100% - 32px); border: 1px #ccc solid; border-radius: 5px; box-shadow: none; outline: none; font-size: 16px; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
select { padding: 10px 15px; width: 100%; }

/* img */
img { max-width: 100%; }
.img_cover { width: 100%; object-fit: cover; }
.img_contain { width: 100%; object-fit: contain; }

a , a:link , a:visited , a:hover { text-decoration: none; white-space: pre-wrap; }

/* general class set */
.fixed_box {position: fixed;}
.box_relat , .box_relat >* { position: relative; }
.abso_box { position: absolute; z-index: 4; }
.box_relat .abso_tag { position: absolute; width: 100%; height: 100%; z-index: 5; }
.text-clamp { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; }
.d-inkink-block.text-clamp { display: -webkit-inline-box; }
.nowrap_box { font-size: 0; }

/* btn */
.btn , .btn_outline { padding: 2px 10px; background-color: transparent; border: 1px solid transparent; border-radius: 2px; text-align: center; color: var(--bs-info); }

/* badge  */
.badge { padding: 2px 10px; box-shadow: none; }
.badge_lighten { padding: 0 4px; min-width: 22px; border-radius: 3px; font-weight: 400; text-align: center; font-size: 12px; vertical-align: text-bottom; }

/* photo,bgBox */
a.photo , .bgBox { overflow: hidden; background: no-repeat 50% / cover; display: block; }

/* fancybox */
[class^="fancybox-"] , [class^="fancybox-"] * , .slick-track , .fa , .fas , .fa:before , .fas:before , .fa:after , .fas:after , .trans_none_box { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }

/* webBox */
.webBox { overflow: hidden; width: 100%; }
.webBox .pageh1 { position: absolute; top: 0; z-index: 1; }
.webBox .wrapper { position: relative; background: var(--bs-white); z-index: 2; }
.webBox .slick-slider { margin-bottom: 0; }

/* workframe */
.workframe { margin: 0 auto; width: 90%; font-size: 0; z-index: 1; }

/* header */
header {width: 100%;background: var(--bs-white);box-shadow: 0 0 30px rgb(0 1 1 / 12%);z-index: 1000;}
header #menubtn {width: 70px;height: 66px;background: var(--bs-secondary);top: 0;right: 0;}
header #menubtn a { margin: auto; width: 30px; height: 25px; }
header #menubtn a span { position: absolute; width: 100%; height: 2px; background: var(--bs-white); display: block; top: 0; right: 0; }
header #menubtn[data-type="1"] a span { transition: transform .4s cubic-bezier(.215,.61,.355,1),opacity .4s cubic-bezier(.215,.61,.355,1), -webkit-transform .4s cubic-bezier(.215,.61,.355,1); }
header #menubtn[data-type="1"] a span:nth-child(2) { top: calc(50% - .5px); }
header #menubtn[data-type="1"] a span:nth-child(3) { top: calc(100% - 1px); }
header #menubtn[data-type="2"] a span { transition: .4s cubic-bezier(.645,.045,.355,1); }
header #menubtn[data-type="2"] a span:nth-child(1) , header #menubtn[data-type="2"] a span:nth-child(3) { top: 50%; }
header #menubtn[data-type="2"] a span:nth-child(2) { opacity: 0; }
header #cis img {height: 64px;padding: 5px 0;}
header #webmenu .top_btn , header #webmenu nav ul {text-align: right;}
header #webmenu .top_btn a {border-radius: 5px;font-size: 14px;letter-spacing: 1.5px;}
header #webmenu .top_btn a.badge.yellow{background: #f69fa0;border-color: rgb(251 237 237);color: #ffffff;display: none;}
header #webmenu .top_btn a.badge.green{background: rgb(40 152 236);border-color: rgb(137 204 255);color: #ffffff;display: none;}
header #webmenu nav >ul >li {margin: 5px 0px 0px 10px;}
header #webmenu nav >ul >li >p a {font-size: 16px;letter-spacing: 1.5px;padding: 5px 10px;}
header #webmenu nav >ul >li .subOption li >div a {padding: 10px 45px 10px 10px;display: block;border-bottom: 1px #e6e6e6 solid;background: #fefefe;}
header #search_box { background: var(--bs-secondary); color: var(--bs-white); cursor: pointer; }
header #search_box >div { margin: auto; }
header #search_box svg { margin-right: 5px; width: 35px; height: 35px; fill: var(--bs-white); }
header #search_box span {line-height: 140%;color: #fff;}
header #search_box span:last-child {letter-spacing: 2px;font-weight: 100;font-size: 15px;color: var(--bs-secondary);}
header .keyword_list {padding: 1px 7% 5px;background: var(--bs-light);border-top: 5px var(--bs-secondary) solid;color: var(--bs-darkgray);}
header .keyword_list a , header .keyword_list span {color: var(--bs-keyword);font-size: 14px;}

/* top_search*/
#top_search {padding-bottom: 20vh;width: 100vw;height: 80vh;background: rgb(0 0 0 / 50%);z-index: 998;}
#top_search form { margin: auto; width: 500px; background: var(--bs-white); }
#top_search form h3 { padding: 10px 30px; font-weight: 400; font-size: 20px; }
#top_search form p { margin: 30px 30px 40px; text-align: center; }
#top_search form p .btn { margin: 0 10px; color: #ffffff;}

/* footer */
footer { background: var(--bs-darkwhite); }
footer * { font-size: 14px; font-weight: 300; color: var(--bs-info); }
footer .d-inline-block:last-child >div { text-align: right; }
footer .d-inline-block:last-child >div a img{
    width: 280px;
}
footer #footer_info { padding: 30px 0 15px; }
footer #footer_info .title {font-family: 'Cardo', serif;font-weight: 500;font-size: 20px;color: var(--bs-darkgray);}
footer #footer_nav { width: 250px; }
footer #footer_nav a { margin-top: 15px; }
footer #footer_contact { margin-top: 10px; }
footer #footer_contact li { margin-top: 5px; }
footer #footer_contact li font:first-child { font-weight: 400; color: var(--bs-darkgray); }
footer #footer_contact li font:first-child:after { margin: 0 10px; display: inline-block; content: "|"; }
footer #footer_follow { margin-top: 30px; padding: 20px 10px; }
footer #footer_follow:before , footer #footer_follow:after { position: absolute; width: 295px; height: 1px; background: var(--bs-info); display: block; top: 0; right: 0; content: ""; }
footer #footer_follow:after { background: var(--bs-gray); top: auto; bottom: 0; }
footer #footer_follow .title { margin-right: 15px; }
footer #footer_follow a { margin-left: 5px; width: 35px; height: 35px; border: 1px var(--bs-gray) solid; border-radius: 50%; text-align: center; line-height: 31px; color: var(--bs-info); }
footer #footer_follow a i { font-size: 16px; }
footer .copyright { padding: 10px; background: var(--bs-lightgray); border-top: 1px var(--bs-gray) solid; }

/* service_side */
#service_side { height: 90vh; right: 25px; bottom: 0; z-index: 999; }
#service_side >div {margin: auto;position: relative;}
#service_side ul li {padding: 5px 10px;}
#service_side ul li svg { margin: auto; width: 36px; height: 35px; }
#service_side ul li font { margin-top: 5px; text-align: center; font-weight: 300; font-size: 13px; }
#service_side .sidebtn a { margin: 10px auto 0; width: 50px; height: 50px; background: #11b23f; border-radius: 50%; text-align: center; line-height: 48px; }
#service_side .sidebtn a svg { width: 60%; height: 60%; }
#service_side #gotop { background: var(--bs-primary); }
#service_side #gotop svg { width: 16px; height: 17px; fill: var(--bs-white); }
#service_side #fb_btn { background: #0081ff; line-height: 47px; }

/* webSeo */
#webSeo { position: relative; overflow: hidden; padding: 10px 0; white-space: nowrap; box-sizing: border-box; }
#webSeo .seo { padding-left: 100%; font-weight: 100; font-size: 13px; color: var(--bs-info); }

/* SeoStarRating */
#SeoStarRating font { margin-right: 5px; display: inline-block; vertical-align: bottom; }
#SeoStarRating font:first-child { line-height: 130%; font-weight: bold; font-size: 18px; color: #FF9800; }
#SeoStarRating font:nth-child(2) { font-size: 16px; color: #FF9800; }
#SeoStarRating font:last-child { color: #383838; }

@-webkit-keyframes marquee { 0% { -webkit-transform: translate(0, 0); } 100% { -webkit-transform: translate(-100%, 0); } }
@keyframes marquee { 0% { transform: translate(0, 0); } 100% { transform: translate(-100%, 0); } }

@media screen and (min-width: 1501px){
	.workframe { width: 1440px; }
}
@media screen and (max-width: 1500px){
	#service_side {height: auto;display: block;bottom: 10px;}
}
@media screen and (max-width: 1500px) and (min-width: 1025px){
	footer #footer_info { padding-right: 80px; width: calc(90% - 80px); }
}
@media screen and (min-width: 1281px){
	header .workframe { margin: 0 0 0 auto; width: 95%; }
	header #search_box { width: 180px; height: 100%; top: 0; right: 0; }
	header #menubtn , header #webmenu nav ul li b { display: none; }
	header #cis {width: 300px;}
	header #webmenu {position: relative;padding: 16px 190px 16px 0;width: calc(100% - 490px);}
	header #webmenu nav ul li { overflow: hidden; }
	header #webmenu nav ul li:hover {overflow: visible;}
	header #webmenu li .menu_body .subOption >li:hover{
    background-color: #e86e15;
}
header #webmenu li .menu_body .subOption >li:hover a {
    color: #ffffff;
    background-color: #e86e15;
}
	header #webmenu li .menu_body , header #webmenu li .menu_body .subOption li ul {width: 170px;z-index: 1;opacity: 0;}
	header #webmenu li .menu_body ul {background: rgb(255 255 255);box-shadow: 0 0 15px rgb(0 0 0 / 6%);}
	header #webmenu li .menu_body .subOption li ul { position: absolute; top: 0; left: -170px; }
	header #webmenu li .menu_body .subOption li >div a {padding: 10px 12px;display: block;color: #424242;border-bottom: 1px solid rgb(189 189 189 / 28%);}
	header #webmenu li:hover .menu_body , header #webmenu li .menu_body .subOption li:hover >ul {z-index: 10;opacity: 1;box-shadow: 0 0 20px rgb(0 0 0 / 10%);}
}
@media screen and (max-width: 1280px){
	header , #top_search {z-index: 100;}
	header #cis {padding: 0px 0;display: block;}
	header #webmenu {position: fixed;overflow-x: scroll;width: 100vw;height: 0;background: #fff;top: 75px;left: 0;z-index: 10;}
	header #search_box font{
    background-color: rgb(255 241 232);
    padding: 5px 20px;
}
	header #search_box span {
    line-height: 140%;
    color: var(--bs-secondary);
    text-align: center;
}
	header #webmenu[data-type="2"] { height: calc(100vh - 75px); }
	header #webmenu .top_btn {margin: 15px 15px 5px;text-align: right;}
	header #webmenu nav { padding-bottom: 10vh; }
	header #webmenu nav >ul >li {margin: 0 15px;display: block;border-bottom: 1px #e6e6e6 solid;}
	header #webmenu nav >ul >li >p a { padding: 15px 45px 15px 10px; display: block; }
	header #webmenu nav ul li b { position: absolute; width: 35px; height: 30px; display: inline-block; text-align: center; line-height: 27px; top: calc((100% - 30px) / 2); right: 0; }
	header #webmenu li .menu_body , header #webmenu li .menu_body .subOption li ul { position: relative; display: none; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
	header #webmenu li .menu_body ul {margin-left: 0px;}
	header #webmenu li .menu_body .subOption .bo { position: relative; }
	header #webmenu li .menu_body .sub2Option a { font-weight: 300; color: var(--bs-darkgray); }
	header #webmenu li .menu_body .sub3Option a { color: var(--bs-keyword); }
	header #search_box {position: relative;margin-left: 0;display: flex;background: none;}
	header #search_box svg { display: none; }
header #cis {width: 200px;}
	header #cis img {padding: 0;}
}
@media screen and (min-width: 1025px){
	#ufolinebtn{
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 999999999;
}
    #ufolinebtn .ghplu{
    padding: 14px 14px;
    background-color: #444444;
    border-radius: 50%;
    color: aliceblue;
}
    #service_side ul.action {margin: 10px 5px 0px;background: var(--bs-white);border: 1px #e5e5e5 solid;border-radius: 100px;box-shadow: 0 0 10px rgb(0 1 1 / 8%);height: 130px;overflow: auto;width: 100%;display: flex;flex-direction: column;justify-content: center;}
    #service_side ul{width:0;height:0;display: none;}
/* 整個捲軸 */
::-webkit-scrollbar { width: 2px;}
/* 捲軸的軌道 */
::-webkit-scrollbar-track { background: #fff0; }
/*捲軸尚未滑到的軌道*/
::-webkit-scrollbar-track-piece{ background: #fff0; }
/* 滑動的區塊 */
::-webkit-scrollbar-thumb { background: rgb(212 212 212); }
/* 滑鼠移到滑動的區塊上 */
::-webkit-scrollbar-thumb:hover { background: #aaa; }

    #service_side ul li {/* border-bottom: 1px #e5e5e5 solid; */padding: 10px 10px 10px;}
    #service_side .sidebtn {margin-top: 20px;}
	#service_side #gotop { margin: 0 auto 20px; width: 40px; height: 40px; line-height: 35px; }
}
@media screen and (max-width: 1024px){
	#f_explore , footer #footer_logo { width: 280px; }
	#f_contact { width: calc(100% - 280px); }
	#f_follow { margin-top: 20px; width: 100%; font-size: 0; }
	footer .d-inline-block:last-child >div { display: inline-block; text-align: left; }
	footer #footer_follow { margin-top: 0; padding: 0; }
	footer #footer_follow:before , footer #footer_follow:after { width: 0; }
	footer .copyright { padding-bottom: 75px; }
	#service_side {width: 100%;right: 0;bottom: 0;position: fixed;}
	#ufolinebtn{
    display: none;
}
	#service_side ul li {width: calc(100% / 2);display: inline-block;}
	#service_side .sidebtn { position: fixed; right: 20px; bottom: 110px; }
	#service_side .sidebtn a { box-shadow: 0 0 10px rgb(0 0 0 / 20%); }
#ufolinebtn i{display: none;}
}
@media screen and (max-width: 768px){
	#service_side ul li font { font-size: 12px; }
.fixed_box {
    /* position: initial; */
}
}
@media screen and (max-width: 767px){
	#top_search form { width: 90%; }
	#f_explore , footer #footer_nav , #f_contact { margin-bottom: 10px; width: 100%; }
	footer #footer_nav a { margin: 5px 0; }
	footer #footer_logo { display: none; }
	#service_side ul li { padding: 10px 0; }
	#service_side ul li font { display: none; }
}
@media screen and (max-width: 480px){
	header #cis img {height: 50px;padding: 5px 0;}
	header #menubtn { width: 60px; height: 60px; }
	header #webmenu { top: 65px; }
	header #webmenu[data-type="2"] { padding-bottom: 10px; }
	footer #footer_nav a { margin: 5px; width: calc((100% / 3) - 10px); }
	footer .copyright { padding-bottom: 15vw; }
	#service_side ul li svg { width: 9vw; height: 9vw; }
}
@media screen and (max-width: 400px){
	footer #footer_nav a { width: calc(50% - 10px); }
}