@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+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
* { margin: 0; padding: 0; }
*:focus { outline: none; }

body {margin: 0;background: var(--white);}
body ::selection {background: rgba(var(--black-rgb), .1);text-shadow: none;color: var(--info);}
body::-webkit-scrollbar { width: 5px; }
body::-webkit-scrollbar-track { background: rgba(var(--info-rgb), .3); }
body::-webkit-scrollbar-thumb { background: var(--primary); }

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: "Noto Sans TC",  sans-serif;font-size: 18px;color:  var(--info);}

ul , ol { list-style: none; }

fieldset { border: 0; }

input , button , select , textarea { padding: 5px 15px; width: calc(100% - 30px); border: 0; border-bottom: 1px var(--primary) solid; background: none; box-shadow: none; outline: none; font-size: 16px; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
select { padding: 10px 15px; width: 100%; color: var(--info); }

/* 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 */
.txt_clamp {overflow: hidden;height: 27px;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;margin: 10px 0 0;}
.d_inblock.txt_clamp { display: -webkit-inline-box; }
.atag_item {width: 100%;height: 100%;top: 0;left: 0;}
.nowrap_box {font-size: 0;}

/* btn */
.btn , .btn_outline {background-color: transparent;border: 1px solid transparent;border-radius: 2px;text-align: center;color: var(--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 */
#wrap{
}
.webBox { width: 100%; }
.webBox .pageh1 {position: absolute;top: 0;z-index: 1;}
.webBox .wrapper {z-index: 2;position: relative;background-color: #ffffff;background-image: url(/images/39/img-bg.jpg);}
.webBox .slick-slider { margin-bottom: 0; }
.webBox .wrapper_lines {width: 100vw;height: 100vh;top: 0;left: 0;z-index: 1;}
.webBox .wrapper_lines .center_box {height: 100vh;border: rgb(135 135 135 / 10%) solid;border-width: 0 1px;}



/* .slick-dots */
.webBox .slick-dots { position: relative; margin-top: 45px; bottom: 0; }
.webBox .slick-dots li { width: 10px; height: 10px; display: inline-flex; }

/* workframe */
.workframe, #subBox {margin: 0 auto;width: 90%;}


/* header */
header{z-index:999;transition:0.6s;display: flex;max-width: calc(100% - 200px);-ms-flex-align: end;align-items: center;display: -ms-flexbox;display: flex;position: relative;padding-top: 35px;padding-right: 100px;padding-left: 100px;justify-content: space-between;}
header #cis{z-index: 999;width: 140px;transition:0.6s;padding-top: 10px;padding-bottom: 10px;filter: contrast(0) brightness(200%);}
header.scroll #cis{
    filter: initial;
}
header #webmenu{display:flex;align-items:center;justify-content:space-between;flex-direction: row-reverse;width: 90%;}
header #menubtn{width: 60px;height: 60px;top: 0;right: 5px;z-index:999;-webkit-transition: all 0.5s;transition: all 0.5s;}
header #menubtn a{margin:auto;width: 28px;height: 20px;}
header #menubtn a span{position:absolute;width:100%;height: 1px;background: #5c5c5c;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 #webmenu nav >ul >li{}
header #webmenu nav >ul >li >p a{padding:14px 5px;font-size:16px;font-weight:400;letter-spacing:0.5px;font-family:'Poppins',sans-serif;text-transform:uppercase}
header #webmenu nav ul li b {top: calc((100% - 40px) / 2);right: 10px;position: absolute;padding-left: calc(100% - 14px);width: 35px;height: 41px;display: inline-block;text-align: center;line-height: 41px;cursor: pointer;}
header #webmenu nav ul li b i{color: #cccccc;}
header #webmenu nav >ul >li .subOption li >div a{padding:6px 10px;display:block}
header #webmenu #topicon{display:flex;align-items:center;justify-content:space-between;padding-right:80px}
header #webmenu #topicon a{padding:10px;display:flex;align-items:center}
header #webmenu #topicon a svg{width:22px;height:22px;fill:#fff}
header #webmenu #topicon a span{color:#fff;padding-left:10px;font-family:'Poppins',sans-serif;text-transform:uppercase}
header.scroll{opacity:1;transition:0.6s;padding-top: 0;padding-bottom: 0;}
header.scroll #cis{transition:0.6s;margin:0;}
header:before{-webkit-transition: all 0.5s;transition: all 0.5s;}
header.scroll:before{content:'';position:absolute;height: 100%;width:100%;top: 0px;left: 0;background: #ffffff;opacity:1;transition:0.6s;border-bottom:0px solid rgb(255 255 255 / 15%);-webkit-transition: all 0.5s;transition: all 0.5s;}
@keyframes slideIn{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
header.scroll #webmenu nav >ul >li >p a span{color: #000;}
header #webmenu nav >ul >li >p a span{color:#000;font-size: 18px;font-weight: 500;}
header #webmenu nav >ul >li >p a span.en{font-family:'Cormorant Garamond',serif;font-weight: 600;font-size: 16px;}
#topicon a{margin:10px auto;width:25px;height:25px;padding:15px;background-color: #c30d1c;text-align:center;border-radius:100%;flex-direction:column;display:flex;justify-content:center;align-items:center}
#topicon a.icon-ig{background:radial-gradient(circle at 33% 100%,#fed373 4%,#f15245 30%,#d92e7f 62%,#9b36b7 85%,#515ecf);display:flex;justify-content:center;align-items:center}
#topicon a.icon-line{background:#1fc32e}
#topicon a.icon-fb{background:#395697}
#topicon{font-size:25px;color:#fff;text-align:center;z-index:9999;position:fixed}
#topicon a i{font-size:21px;color:#fff;text-align:center;padding:0 4px}
#topicon a svg{width:25px;height:25px;fill:rgb(255 255 255)}
#topicon a img{width:auto}
#topicon{bottom: 30px;right:5px}
#topicon >div{margin:auto 0 24vh 0;width:59px}
#topicon{margin:auto 0 31vh 0;width:60px}


/* top_search */
#top_search {width: 100%;height: 100%;background: rgb(0 0 0 / 46%);z-index: 999;}
#top_search form {margin: auto;padding: 60px 50px;width: 500px;box-shadow: 0 0 10px rgba(var(--black-rgb), .2);background: rgb(35 35 35 / 83%);}
#top_search #close_search {padding: 10px 15px 15px;top: 0;right: 0;}
#top_search #close_search font {margin: 5px auto;width: 30px;height: 30px;}
#top_search #close_search font:before , #top_search #close_search font:after {position: absolute;width: 100%;height: 1px;background: var(--white);display: block;content: "";top: calc((100% - 1px) / 2);left: 0;}
#top_search #close_search font:after { width: 1px; height: 100%; top: 0; left:  calc((100% - 1px) / 2); }
#top_search #close_search span {font-family: 'Frank Ruhl Libre', serif;display: none;}
#top_search h3 {margin-bottom: 40px;font-weight: 300;font-size: 28px;color: #f9f9f9;}
#top_search p >input {padding: 5px 45px 5px 15px;width: calc(100% - 60px);background: none;border: 0;color: var(--black);background-color: var(--white);}
#top_search p >a { top: 4px; right: 10px; }
#top_search p >a svg { width: 25px; height: 25px; }

/* menubg */
#menubg { width: 100vw; height: 100vh; top: 0; left: 0; }
#menubg[data-type="1"] { background: rgba(var(--secondary-rgb), 0); z-index: -998; }
#menubg[data-type="2"] {background: rgba(var(--black-rgb), .4);z-index: 998;}

/* other_area */
#other_area { z-index: 5; }
#other_area .bg_fix { background: no-repeat 50% / cover; background-attachment: fixed; }
#other_area .bg_fix:before {position: absolute;width: 100%;height: 100%;background: #13557d;display: block;top: 0;left: 0;opacity: .8;content: "";}
#other_area #youtube_box { padding: 5vw 0 0; width: calc(100% - 430px); }
#other_area #playYoutu { background: rgba(var(--primary-rgb), .6); display: block; text-align: center; line-height: 97px; }
#other_area #playYoutu i { font-size: 37px; color: var(--white); }
#other_area #custom_box {margin: 140px auto;width: 100%;bottom: 0px;background: #ffffff00;}
#other_area #custom_box >ul { padding: 30px 50px; }
#other_area #custom_box >ul h3 {margin-bottom: 15px;padding-bottom: 10px;border-bottom: 1px rgba(var(--white-rgb), .2) solid;letter-spacing: 5px;font-weight: 400;font-size: 33px;text-align: center;line-height: 140%;}
#other_area #custom_box >ul article {letter-spacing: 2px;line-height: 210%;font-weight: 100;font-size: 15px;text-align: center;color: #fff;}
#other_area #picture_list { width: calc(100% - 430px); }
#other_area #picture_list img { margin: 15px; }

/* footer */
footer{z-index:5;background-color:#1c1c1c;padding:40px 0}
footer *{font-weight: 600;font-size: 18px;font-family:'Poppins',sans-serif;color:#c9c8c8}
.footerInfoBox{padding:30px 0;width: 400px;}
footer #f_left{display:flex;justify-content: flex-start;}
footer #f_left .tit{padding-bottom: 20px;width:100%;}
footer #f_left .tit b{position:relative;margin-right:10px;display:inline-block;font-weight:400;color:#fff;font-family:'Poppins',sans-serif;text-transform:uppercase;font-size:15px}
footer #f_left .tit b:after{position:absolute;width:100%;height:1px;background:#ffffff;display:block;left:0;bottom:-11px;content:""}
footer #f_left .tit font{color:#d4d4d4}
footer #f_right .tit{text-align:end;padding-bottom:10px;margin-bottom:20px}
footer #f_right .tit b{font-weight:400;color:#fff;font-family:'Poppins',sans-serif;text-transform:uppercase}
footer #f_right ul li{position:relative}
footer #f_right ul li:after{margin:0px 10px;display:inline-block;font-weight:100;background-color:#c8c8c870;width:1px;height:12px;content:""}
footer #f_right ul li:last-child:after{display:none}
footer #f_info{width:100%}
footer #f_nav{display:flex;padding-bottom:1.25rem;margin-bottom:1.25rem;border-bottom:1px solid rgb(255 255 255 / 15%);justify-content:space-around}
footer #f_nav a{margin:5px 10px;width: auto;}
footer #f_contact{display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;flex-direction:column;margin-left: 40px;}
footer #f_contact p{margin:0;display:flex;padding-bottom:5px}
footer #f_contact p font{line-height:140%;font-weight: 600;font-size: 18px;}
footer #f_contact p font.txt_primary_5{margin-right:10px;width: 130px;color:#bababa}
footer #f_other{padding:30px 0;border-width:1px 0;width: calc(100% - 450px);}
footer #copyright p,footer #copyright p a{color:#5b5b5b;font-size: 14px;}
footer #copyright p a{}
footer #copyright{display:flex;justify-content:flex-start;flex-direction: column;align-items: flex-start;margin-top: 30px;}


/* webSeo */
#webSeo { padding: 10px 0; white-space: nowrap; box-sizing: border-box; }
#webSeo .seo { padding-left: 100%; font-family: var(--font-family), sans-serif; font-weight: 100; font-size: 13px; color: var(--info); }

/* gotop */
#gotop { right: 10px; bottom: 20px; z-index: 2000; }
#gotop a { border: 1px var(--primary) solid; }
#gotop a:before { position: absolute; width: 30%; height: 30%; border: solid var(--primary); border-width: 1px 0 0 1px; display: block; top: calc((100% - 7px) / 2); left: calc((100% - 15px) / 2); content: ""; }

@-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); } }

.webBox #gotop a{width: 40px;height: 40px;}

#community{text-align:center;display: flex;align-items: center;width: 300px;flex-direction: row-reverse;justify-content: flex-end;margin-top: 30px;}
#community .social{}
#community .social li {display: inline-block;}
#community .social li + li {margin-left: 15px;}
#community .social a {position: relative;display: block;text-align: center;border-radius: 50%;line-height: 25px;transition: ease .3s;width: 30px;}
#community .social b {font-size: 12px;transition: all .3s ease-out;display: none;}
#community .social i {display: block;text-align: center;color: #969696;font-size: 25px;}



@media screen and (min-width: 1641px){
	footer .workframe {width: 80%;display: flex;align-items: flex-start;justify-content: space-between;}

}
@media screen and (max-width: 1640px){
	footer .workframe {width: 90%;display: flex;justify-content: space-between;}
}
@media screen and (min-width: 1560px){
#about_area .nowrap_box{width:1560px;}

}
@media screen and (max-width: 1560px){
	header{
    padding-right: 40px;
    padding-left: 40px;
    max-width: calc(100% - 80px);
    padding-top: 25px;
}
}
@media screen and (min-width: 1441px){
	#product_area .workframe, #book_area .workframe, #subBox {width: var(--width-xxl);}
	.workframe {width: var(--width-xl);margin: auto;}

}

@media screen and (max-width: 1366px){
	header{max-width: calc(100% - 60px);padding-right: 30px;padding-left: 30px;}
}
@media screen and (min-width: 1281px){
	.webBox .slick-dots li:hover:before { border-color: var(--primary); }
	header #webmenu nav ul li b { display: none; }
	header #webmenu nav ul li { position: relative; }
	header #webmenu nav ul li:hover { overflow: visible; }
	header #webmenu nav >ul >li >p a {padding: 0 15px 23px 15px;color: #fff;display: flex;flex-direction: column;align-items: center;}
	header #webmenu nav >ul >li >p a span{color:#fff}
	header #webmenu nav >ul >li >p a{position:relative;display:block;padding: 24px 73px;font-size: 15px;font-weight:300;/* width: 100%; *//* height: 20px; */text-align:center;overflow:hidden;}
	header #webmenu nav >ul >li >p a span{position:absolute;left:0;right:0;margin:auto;overflow:hidden;-webkit-transition:top 0.4s ease-out;transition:top 0.4s ease-out;text-align:center}
	header #webmenu nav >ul >li >p a span.en{top:50px}
	header #webmenu nav >ul >li >p a span.cn{top:16px}
	header #webmenu nav >ul >li >p a:hover span.en,header #webmenu nav >ul >li >p a span.cn{top: 10px;}
	header #webmenu nav >ul >li >p a span.en,header #webmenu nav >ul >li >p a:hover span.cn{top: -30px;}
	header #webmenu nav >ul >li >p a:hover span.cn{}
	header #webmenu nav >ul >li >p a:after {position: absolute;bottom: 0;left: 0;content: "";display: block;height: 1px;width: 0;z-index: -1;transition: 0.5s;background: rgb(255 255 255 / 80%);}
	header #webmenu nav >ul >li:hover >p a:after{transition: 0.5s;width: 100%;}
	header #webmenu nav >ul >li:hover >p a {color: #ffffff;text-shadow: 1px 1px 5px #ffffff78;}
	header #webmenu li .menu_body , header #webmenu li .menu_body .subOption li ul {width: 136px;left: calc(50% - 68px);z-index: 1;opacity: 0;}
	header #webmenu li .menu_body ul {-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);box-shadow: 0 0 10px rgb(0 0 0 / 10%);text-align: left;background-color: #efefef;}
	header #webmenu li .menu_body .subOption li ul { position: absolute; top: 0; left: -170px; }
	header #webmenu li .menu_body .subOption li >div a {display: block;padding: 10px;border-bottom: 1px solid #dadada;font-size: 18px;color: #666;background-color: #fff;word-wrap: break-word;}
	header #webmenu li .menu_body .subOption li >div a:hover {color: var(--white);background-color: var(--primary);}
	header #webmenu li:hover .menu_body , header #webmenu li .menu_body .subOption li:hover >ul { z-index: 10; opacity: 1; }
	footer #extra ul li:hover img { display: block; }
}

@media screen and (max-width: 1280px){
	.footerInfoBox{width: 300px;}
	footer #f_other{width:calc(100% - 330px)}
	header{border-bottom:0px solid rgb(255 255 255 / 15%);padding-top: 0;background-color: #fff;max-width: calc(100% - 40px);padding-right: 20px;padding-left: 20px;}
	header #cis{margin:0px 0;left: 0;top: 0;-webkit-filter: contrast(0) brightness(0%);filter: contrast(0) brightness(0%);width: 100px;}
	header #cis:before{display:none}
	header #webmenu{top: 0;width:350px;height:calc(100vh - -70px);background:#ffffff;box-shadow:0 20px 30px rgba(var(--black-rgb),.2);right:calc(-1 * var(--width-xs));z-index:997;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}
	header #webmenu nav{overflow-y:scroll;padding:70px 0px 0px 0px;height:auto;width:100%}
	header #webmenu #topicon{padding-right:0}
	header #webmenu #topicon a svg{fill:#434343}
	header #webmenu #topicon a span{color:#434343}
	header #webmenu nav::-webkit-scrollbar{width:0}
	header #webmenu nav >ul{margin-bottom:30px;margin-top:30px}
	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 .subOption .bo{position:relative}
	header #webmenu li .menu_body .sub2Option a{font-weight:300;color:var(--primary)}
	header #webmenu li .menu_body .sub3Option a{color:var(--complement)}
	header.scroll #webmenu{height:calc(100vh - 0px)}
	header #webmenu nav >ul >li >p a{color:#282828;text-align:center;display:flex;flex-direction:column;align-items:center;border-bottom:1px solid #0000001a}
	header #webmenu nav >ul >li >p a span.cn{color: #222222;}
	header #webmenu nav >ul >li{margin-left:0px;border-bottom:1px solid rgb(255 255 255 / 9%)}
	header.scroll:before{background:rgb(255 255 255 / 95%);transform:translate(0,0%) !important;height:60px}
	header:before{position:absolute;width:100%;height:100%;display:block;top:0;left:0;z-index:80;-webkit-transition:all .9s ease;-o-transition:all .9s ease;transition:all .9s ease;transform:translate(0,-150%);content:""}
	header #webmenu nav >ul >li .subOption li >div a{color:#737373}
	header #webmenu nav >ul >li .subOption li .sub2Title{display:inline-block;font-size:14px;font-weight:400}
	header #webmenu nav >ul >li .subOption li >div a{padding:12px 45px;text-align:center;border-bottom:1px solid rgb(0 0 0 / 5%)}
	header #webmenu nav >ul >li .subOption li >div p{background-color:#f7f7f7}
	footer #f_contact p font.txt_primary_5{width:100px}
	footer #f_contact{margin-left:20px;}
}
@media screen and (max-width: 1140px){
	footer .workframe{display:flex;flex-direction:column;align-items:center}
	footer .nowrap_box{display:flex;align-items:center}
	footer #f_nav{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}
	.footerInfoBox{width:100%;padding:30px 0 0}
	footer #f_other{padding:20px 0;width:calc(100% - 0px)}
	footer #f_contact,footer #f_contact p{display:flex;justify-content:flex-start;width:auto}
	#community,footer #copyright{display:flex;justify-content:center;width:100%}
	footer #copyright{display:flex;flex-direction:column;align-items:center}
	footer #f_left,footer #f_right{width:100%}
	footer #f_right .tit{text-align:left;margin:0 0 20px}
	footer #f_right ul{margin:0}
	footer #f_left{display:flex;flex-direction:column;align-items:flex-start}
	footer #f_contact{margin-bottom:40px}
	#flogo{margin:auto;text-align:center}
}
@media screen and (min-width: 1025px){
	header.scroll #topicon { height: 100vh; }
	header.scroll #topicon a svg{fill: rgb(255 255 255 / 84%);}
}
@media screen and (max-width: 1024px){
	#gotop{bottom:110px}
	footer #f_contact{margin-top:15px}
	footer{padding-bottom:0px;padding-top:20px}
}
@media screen and (max-width: 768px){
	#other_area #custom_box{bottom:0}
	#other_area #picture_list{width:100%}
	#f_info{width:200px}
	#album_list #community{width:auto}
	#community .social,#copyright{width:auto;margin-left:0;margin-right:0}
	#topicon{bottom:0px}
}
@media screen and (max-width: 760px){
	footer #extra { margin-top: 10px; }
	.webBox .wrapper_lines .center_box >div { border-width: 0 0 0 1px; }
}
@media screen and (max-width: 640px){
	#picture_box .workframe { width: 100%; }
}
@media screen and (max-width: 550px){
	header #webmenu , #other_area #youtube_box {width: 100%;}
	#top_search form { padding: 10vw 5vw; width: 80vw; }
	#top_search #close_search { padding: 10px 15px; border: 0; }
	#other_area #custom_box { margin: 30px auto; width: 100%; }
	#other_area #custom_box >ul { padding: 7vw; }
	footer #f_contact p font:first-child { margin-right: 10px; }
}