@import url('/css/fontawesome-all.css');
@import url('/css/font-awesome.min.css');
@import url('/css/fontawesome.min.css');
@import url('/css/all.min.css');
@import url('/css/SeoJump.css');
@import url('/css/contentBuilder.css');
@import url('root.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&family=Jost: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..700;1,300..700&family=Cormorant:ital,wght@0,300..700;1,300..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

*, ::after, ::before { margin: 0; padding: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: all .2s linear; -moz-transition: all .2s linear; transition: all .2s linear; }
*:focus { outline:  none; }

body { margin: 0; }
body ::selection {background: #ad9c8f;text-shadow: none;color: #fff;}
body::-webkit-scrollbar { width: 5px; }
body::-webkit-scrollbar-track { background: #fff; }
body::-webkit-scrollbar-thumb { background: #969191; }
body::-webkit-scrollbar-thumb:hover { background: #201e46; }

header , footer , div , nav , article , hr , p , form , label , input , button , select , 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: 1.7; border-width: 0; font-family: var(--font-family), sans-serif; font-size: 16px; color: var(--info); }

h1, h2, h3, h4, h5, h6 { word-wrap: break-word; word-break: break-word; line-height: 1.7; font-family: var(--font-family), sans-serif; color: var(--info); }
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * { font-size: inherit; }
h1, .h1 { font-weight: bold; font-size: 2em; }
h2, .h2 { font-weight: bold; font-size: 1.5em; }
h3, .h3 { font-weight: bold; font-size: 1.17em; }
h4, .h4 { font-weight: bold; font-size: 1em; }
h5, .h5 { font-weight: bold; font-size: .83em; }
h6, .h6 { font-weight: bold; font-size: .67em; }

ul , ol { list-style: none; }

fieldset { border: 0; }
input , select , textarea { padding: .5em 1em; width: 100%; background-color: white; background-clip: padding-box; border: 1px solid var(--g_200); border-radius: .2em; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
select { background: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5l-6.5 7L1 5' stroke='%23000' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") white no-repeat calc(100% - .5em) 50% / auto .5em; }
button { background: none; border: 0; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; }
input::-webkit-outer-spin-button , input::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }
input[type=number] { -moz-appearance: textfield; }
input[type="password"] { font-family: auto; }
input[type="radio"] , input[type="checkbox"] { width: auto; -webkit-appearance: auto; -moz-appearance: auto; appearance: auto; }

/* img */
img { max-width: 100%; }
.img_cover { object-fit: cover; }
.img_contain { object-fit: contain; }

a , a:link , a:visited , a:hover { display: inline-block; text-decoration: none; white-space: pre-wrap; }

/* a.photo */
a.photo , .bgBox { overflow: hidden; background: no-repeat 50% / cover; display: block; }


/* general class set */
.txt_clamp { overflow: hidden; height: 1.5em; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.d_inblock.txt_clamp { display: -webkit-inline-box; }
.atag_item { width: 100%; height: 100%; top: 0; left: 0; }

/* 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; transition: none; }
.fancybox-infobar__body span { font-size: inherit; color: currentcolor; vertical-align: initial; }

/* webBox */
.webBox {position: relative;/* width: 100vw; *//* min-height: 100vh; */}
.webBox .pageh1 { position: absolute; top: 0; z-index: 1; }
.webBox .wrapper {position: relative;background: white;z-index: 2;overflow: hidden;}

/* workframe */
.workframe { margin: 0 auto; width: min(95vw, var(--width-xxl)); }
.workframe_s { margin: 0 auto; width: min(95vw, var(--width-xl)); }

#headBan{position:relative;z-index: 3;}

/* header */
header {position: sticky;padding: .8em 13vw;width: 100vw;background: rgb(255 255 255 / 80%);display: flex;justify-content: space-between;align-items: center;top: 0;left: 0;z-index: 999;margin-top: -90px;}
header #cis img{height: 65px;}
header #webmenu nav a {margin: 0 .5em;padding: .2em 1.5em;display: block;font-size: 17px;}
header #topbtns { display: flex; justify-content: flex-end; align-items: center; gap: .3em 1em; }
header #topbtns .btn { padding: .5em .2em; cursor: pointer; }
header #topbtns .btn svg { width: 22px; height: 25px; fill: var(--g_800); }
header #topbtns .dropdown { position: relative; }
header #topbtns .dropdown .dropdown_menu { position: absolute; width: 7em; display: flex; flex-direction: column; background: #fff; box-shadow: 0 0 10px #ccc; left: 50%; -webkit-transform: translate(-50%, -.5em); transform: translate(-50%, -.5em); opacity: 0; z-index: -1; pointer-events: none; }
header #topbtns .dropdown .dropdown_menu[data-type="1"] { -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); opacity: 1; z-index: 999; pointer-events: auto; }
header #topbtns .dropdown .member_list a { padding: .5em; border-bottom: 1px var(--g_200) solid; display: block; text-align: center; }
header #topbtns .dropdown .order_list { padding: 1em; width: 300px; right: 0; left: auto; -webkit-transform: translate(0, -.5em); transform: translate(0, -.5em); }
header #topbtns .dropdown .order_list[data-type="1"] { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
header #topbtns .dropdown .order_list tr >* { padding: .3em 0; border-bottom: 1px var(--g_200) dashed; text-align: center; font-size: 13px; }
header #topbtns .dropdown .order_list tr a { font-size: 1em; }
header #topbtns .dropdown .order_list tr .name { width: 6em; }
header #topbtns .dropdown .order_list tr .name a { margin-bottom: .1em; padding: 0 .5em; height: 1em; display: -webkit-box; line-height: 1; }
header #topbtns .dropdown .order_list tr .image { width: 30px; }
header #topbtns .dropdown .order_list tr .image img { width: 100%; aspect-ratio: 1/1; }
header #topbtns .dropdown .order_list tr .shape , header #topbtns .dropdown .order_list tr .total { width: 5em; }
header #topbtns .dropdown .order_list .btn { margin-top: 1em; padding: .3em .2em; background: var(--primary); display: block; text-align: center; color: white; }
header #topbtns .dropdown .order_list .order_empty { height: 4em; display: flex; justify-content: center; align-items: center; font-size: 13px; color: var(--g_500); }
header #topbtns #openshop { position: relative; }
header #topbtns #openshop b { position: absolute; width: 1.5em; height: 1.5em; background: var(--primary); border-radius: 50%; display: flex; justify-content: center; align-items: center; font-weight: 400; font-size: .7em; line-height: 1.3; color: white; top: .1em; left: 1.3em; }
header #topbtns #openshop font { display: inline-flex; color: var(--g_800); }
header #topbtns #openshop font:before { margin: 0 10px 0 13px; display: inline-block; color: var(--g_800); content: "/"; }

/* hSearch */
#hSearch { position: fixed; margin-top: 1.5em; padding: 0 1em; width: 240px; background-color: var(--g_100); box-shadow: 0 0 0.875rem 0 rgb(53 64 82 / 30%); display: flex; align-items: center; border-radius: 2em; right: -300px; opacity: 0; z-index: -1; }
#hSearch[data-type="2"] {right: 11vw;opacity: 1;z-index: 10;}
#hSearch input { margin-right: .5em; padding: .3em 0; background-color: var(--g_100); border: 0; }
#hSearch a { line-height: 1; }
#hSearch font { line-height: 1; }
#hSearch svg {width: 18px;height: 18px;fill: var(--g_charcoal);}

/* footer */
footer {padding-top: 60px;background: linear-gradient(90deg, #70c21f, #1d56a5);padding-bottom: inherit;}
footer *{font-size:15px;}
footer .workframe{display:flex;align-items:center;margin-bottom:40px;justify-content: space-between;}
footer #flogo{margin:0px 0%;text-align:center;width:15%}
footer #flogo a{display:flex;flex-direction:column;align-items:center;justify-content:center;width:170px;margin:0 auto}
footer .row{width:22%;display:inline-block;vertical-align:top;font-size:0}
footer #fnav{width: 25%;margin: 0;}
footer #fnav .copyright div{color:#4e5765}
footer .sitemap i{color:#fff}
footer #fnav a{width:30%;display:inline-block;color:#fdfdfd}
footer .QRbox{display:flex;width:20%;margin: 0 4%;}
footer .QRbox > div{display:flex;flex-direction:column}
footer .QRbox img{margin:0 8px}
footer #infoBox{margin:0 1%;width: 38%;}
footer #infoBox p{margin-bottom:5px}
footer #infoBox p a{color:#ffffff;vertical-align:top}
footer #infoBox p i{margin-right:5px;display:inline-block;color:#ffffff}
footer #infoBox p b{vertical-align:top;color:#fff;font-weight:300;}
footer #infoBox .links{margin:10px 0}
footer #community{margin:0;text-align:center;display:flex;justify-content:center}
footer #community a {width: 40px;height: 40px;border: 1px #ffffff59 solid;background: rgb(173 155 143 / .2);border-radius: 50%;text-align: center;line-height: 35px;color: #ffffff;margin: 0 5px;}
footer #infoBox .copyright >div { font-size: 12px; color: #535d66; }
footer #infoBox .copyright .text { color: #868686; }
footer #extrainfoBix ul li font { min-width: 55px; display: inline-block; font-size: 13px; color: #384048; }
footer #extrainfoBix ul li font * { font-size: 13px; color: #272525; }
footer #extrainfoBix ul li font:first-child { text-align: justify; text-justify: distribute-all-lines; text-align-last: justify; }
footer #extrainfoBix ul li font:last-child:before { margin: 0 10px; display: inline-block; font-size: 12px; color: #3f3f41; content: "/"; }
footer #extrainfoBix ul li b , footer #extrainfoBix ul li span { display: inline-block; vertical-align: middle; }
footer #extrainfoBix ul li a { position: relative; display: inline-block; }
footer #extrainfoBix ul li img { position: absolute; max-width: 150px; bottom: 100%; left: 0; z-index: 8; max-height: 150px; display: none; }

/* gotop */
#gotop {position: fixed;z-index: 2;right: 15px;bottom: 200px;-webkit-transform-origin: right bottom;-webkit-transform: rotate(-90deg);transform-origin: right bottom;transform: rotate(-90deg);padding: 0px 10px;mix-blend-mode: difference;}
#gotop a font {font-size: 14px;color: #7e7e7e;--text-opacity: 1;}
#gotop a:after {margin-left: 10px;width: 59px;height: 1px;background: #7e7e7e;display: inline-block;vertical-align: middle;content: "";--text-opacity: 1;}

/* webSeo */
#webSeo {position: relative;overflow: hidden;margin-top: 40px;padding: 10px 0;background: #bd8a60;}
#webSeo .js-marquee-wrapper * , #webSeo .js-marquee * , #webSeo .seo * {font-weight: 400;font-size: 13px;color: #ffffff;-webkit-transition: none;-moz-transition: none;-ms-transition: none;-o-transition: none;transition: none;}

/* phoneWrap */
.phoneWrap{display:none;}
.phoneWrap{position:fixed;width:100%;left:0;bottom:0;display:none;z-index:99999;}
.phoneWrap ul{overflow:hidden;}
.phoneWrap ul li{float:left;width:50%;background: #585755;}
.phoneWrap ul li a{padding:5px 0;display:block;color:#fff;font-size:14px;text-align:center;}
.phoneWrap ul li:nth-child(1) a{border-right: 1px rgb(255 255 255 / 16%) solid;}
.phoneWrap ul li:nth-child(2) a{border-left: 1px #716e69 solid;}


/* 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: #c5c5c5;}
#SeoStarRating font:nth-child(2) {font-size: 16px;color: #c5c5c5;}
#SeoStarRating font:last-child { color: #383838; }

.copyright *{display:flex;}
.copyright{display:flex;justify-content:center;background: #deefcf;color: #5b5a58;align-items: baseline;gap: 5px;padding: 5px 0;}
.copyright div{font-size:13px}
.copyright a{color: #484645;font-size:13px}

/* animation */
@-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 (max-width: 1680px) {
    header{padding: .8em 7vw;}
}
@media screen and (max-width: 1440px) {
    header{padding: .8em 2.5vw;}
}
@media screen and (min-width: 1281px) {
    #webmenu ul li p a{position:relative;display: inline-flex;overflow:hidden;justify-content: center;align-items: center;}
    #webmenu ul li p a .cn,#webmenu ul li p a .en{display:block;transition:opacity 0.3s ease,transform 0.3s ease;text-align: center;}
    #webmenu ul li p a .en{opacity:0;transform:translateY(10px);position:absolute;}
    #webmenu ul li p a .cn{opacity:1;transform:translateY(0)}
    #webmenu ul li:hover p a .en{opacity:1;transform:translateY(0)}
    #webmenu ul li:hover p a .cn{opacity:0;transform:translateY(-10px)}
    footer #infoBox .links a:hover{border-color:#b4a298}
    footer #extrainfoBix ul li a:hover img{display:block}
	header #webmenu { margin: 0 2%; width: 1%; flex: 1 1 auto; }
	header #webmenu nav >ul { display: flex; justify-content: center; align-items: center; }
	header #webmenu nav ul li { position: relative; }
	header #webmenu nav ul li b { display: none; }
	header #webmenu li .menu_body * { color: var(--g_700); }
	header #webmenu li .menu_body , header #webmenu li .subOption ul { position: absolute; width: 160px; right: calc((100% - 160px) / 2); z-index: -1; opacity: 0; pointer-events: none; }
	header #webmenu li .menu_body { -webkit-transform: translateY(30px); transform: translateY(30px); }
	header #webmenu li .menu_body ul { background: white; box-shadow: 0 0 2em .4em rgb(149 149 149 / 12%); }
	header #webmenu li .subOption li { overflow: hidden; }
	header #webmenu li .subOption li>div a { margin: 0; padding: .4em .6em; display: block; border-bottom: 1px rgba(0, 0, 0, .1) solid; }
	header #webmenu li .subOption .sub2Option , header #webmenu li .subOption .sub3Option { top: 0; right: -160px; -webkit-transform: translateX(-30px); transform: translateX(-30px); }
	header #webmenu li .subOption .sub4Option { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
	header #webmenu nav>ul>li:hover , header #webmenu li .subOption li:hover { overflow: visible; }
	header #webmenu nav>ul>li:hover .menu_body { -webkit-transform: translateY(0); transform: translateY(0); }
	header #webmenu li .subOption li:hover .sub2Option , header #webmenu li .subOption li:hover .sub3Option { -webkit-transform: translateX(0); transform: translateX(0); }
	header #webmenu li .subOption li:hover .sub4Option { -webkit-transform: translateY(0); transform: translateY(0); }
	header #webmenu nav>ul>li:hover .menu_body , header #webmenu li .subOption li:hover>ul { z-index: 2; opacity: 1; pointer-events: auto; }
	header #webmenu li:last-child .subOption .sub2Option , header #webmenu li:last-child .subOption .sub3Option { right: auto; left: -170px; }
	header #topbtns { min-width: 200px; }
	header #menu_btn { display: none; }
	header.scroll {box-shadow: 0 0 20px rgb(0 0 0 / 30%);position: fixed;right: 0;left: 0;top: 0;z-index: 1010;margin-top: 0;opacity: 1 !important;background: #fff;padding: .8em 5vw;}
	header #topbtns .dropdown .member_list a:hover { background: var(--primary); border-color: var(--primary); color: white; }
	header #topbtns .dropdown:hover .dropdown_menu[data-type="0"] { -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); opacity: 1; z-index: 999; pointer-events: auto; }
	header #topbtns .dropdown:hover .order_list[data-type="0"] { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
}
@media screen and (max-width: 1280px) {
    header{position: fixed;top: 0;margin: 0;}
	header #webmenu nav a { padding: .2em 0; }
	header #cis { margin-right: 5%; width: 1%; flex: 1 1 auto; }
	header #webmenu { overflow-y: scroll; position: fixed; padding: 120px 10vw 10vh; width: 100vw; height: 100vh; background: white; top: 0; left: 0; opacity: 0; z-index: 998; pointer-events: none; }
	header #webmenu::-webkit-scrollbar { width: 0; }
	header #webmenu nav { opacity: 0; -webkit-transform: translateY(-50px); transform: translateY(-50px); }
	header #webmenu nav a {margin: 0;padding: 14px 20px;border-bottom: 1px rgba(0, 0, 0, .1) solid;display: flex;justify-content: space-between;align-items: center;}
    header #webmenu nav a .en{color: #6d7789;font-size: 18px;}
	header #webmenu nav p , header #webmenu nav ul li .bo { position: relative; }
	header #webmenu nav b { position: absolute; width: 50px; height: 100%; display: flex; justify-content: center; align-items: center; top: 0; right: 0; }
	header #webmenu nav >ul { flex-direction: column; }
	header #webmenu li .menu_body , header #webmenu li .subOption ul { display: none; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
	header #webmenu li .menu_body ul { margin: 0 0 0 .5em; }
	header #webmenu nav .menu_body .subOption a { font-size: 16px; color: #6c6c6c; }
	header #webmenu[data-type="2"] { opacity: 1; pointer-events: auto; }
	header #webmenu[data-type="2"] nav { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: .2s; transition-delay: .2s; }
	header #menu_btn { margin-left: 10px; width: 25px; height: 25px; display: flex; flex-direction: column; justify-content: space-evenly; align-items: flex-end; transition: transform .35s ease, height .35s ease; z-index: 999; }
	header #menu_btn span { margin-bottom: 5px; width: 95%; height: 2px; background-color: #6b7478; display: block; transition: all .35s ease; }
	header #menu_btn span:nth-child(2) {width: 60%;}
	header #menu_btn span:last-child { margin-bottom: 0; }
	header #menu_btn[data-type="2"] span:nth-child(1) { -webkit-transform: translate(0, 10px) rotate(45deg); transform: translate(0, 10px) rotate(45deg); }
	header #menu_btn[data-type="2"] span:nth-child(2) { opacity: 0; }
	header #menu_btn[data-type="2"] span:nth-child(3) { -webkit-transform: translate(0, -8px) rotate(-45deg); transform: translate(0, -8px) rotate(-45deg); }
    footer .row{width:50%}
    footer #flogo,footer #fnav,footer #infoBox{margin-bottom:10px;width:100%}
    footer #fnav .sitemap{margin-bottom:10px;width:100%;padding:5px 5px}
    footer #fnav a{padding: 5px 15px 5px 0;width:auto}
    footer .workframe{display:flex;flex-wrap:wrap}
    footer #infoBox{margin:0;width:43%}
}
@media screen and (min-width: 1161px) {
}
@media screen and (max-width: 1400px) {
    header.scroll{padding:.8em 2.5vw;opacity: 1 !important;background: #fff;}
    header #webmenu nav a{margin:0}
}
@media screen and (max-width: 1160px) {
}
@media screen and (max-width: 768px) {
    footer #infoBox,footer .QRbox{width:100%}
    footer .QRbox img{width:111px}
    footer .row{width:100%}
    footer #infoBox p{margin:0 1% 10px;width:100%;display:inline-block}
    footer #infoBox .copyright >div{display:inline-block}
    footer #infoBox .copyright .text{margin-left:5px}
    footer #infoBox .links{text-align:center}
    footer{padding-bottom:34px;padding-top:40px}
    .phoneWrap{display:block}
}
@media screen and (max-width: 550px) {
	header #topbtns #openshop font { display: none; }
	header #topbtns .dropdown .order_list { position: fixed; }
}