@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=Baskervville:ital,wght@0,400..700;1,400..700&family=Cormorant:ital,wght@0,300..700;1,300..700&family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&family=Noto+Serif+TC:wght@200..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::-webkit-scrollbar { width: 13px; }
body::-webkit-scrollbar-track { background: none; }
body::-webkit-scrollbar-thumb { border-radius: 8px; border: 4px solid transparent; background-clip: content-box; background-color: var(--g_200); }
body::-webkit-scrollbar-thumb:hover { background-color: var(--g_300); }

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-bottom: 1px solid #e3e3e3;border-radius: 0;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; }

/* 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: 100%;overflow: hidden;}
.webBox .wrapper { position: relative; background: white; z-index: 2; }

/* slick */
.webBox .slick-dotted.slick-slider { margin-bottom: 0; min-width: 100%; }
.webBox .slick-dotted .slick-track { min-width: 100%; }
.webBox .slick-dotted .slick-dots { bottom: 20px; }
.webBox .slick-dotted .slick-dots li { width: auto; height: auto; display: inline-flex; justify-content: center; align-items: center; }
.webBox .slick-dotted .slick-dots li button { width: 1em; height: 1em; background: var(--g_200); outline: 2px transparent solid; border-radius: 50%; }
.webBox .slick-dotted .slick-dots li.slick-active button { background: transparent; outline-color: var(--primary); }
.webBox .slick-dotted .slick-dots li button:before { content: ""; }

/* workframe */
.workframe {margin: 0 auto;width: min(90%, var(--width-xxl));}
.workframe_s {margin: 0 auto;width: min(90%, var(--width-xl));}

/* header */
header {position: fixed;padding: 15px 4% 15px 1%;width: 100%;display: flex;justify-content: space-between;align-items: center;top: 0;left: 0;z-index: 999;}
header #cis img{height: 50px;object-fit: contain;}
header #webmenu nav a {margin: 0 .5em;padding: .2em .5em;display: block;font-size: 17px;font-weight: 500;}
header #webmenu nav a:hover{color: var(--red);}
header #topbtns {display: flex;justify-content: flex-end;align-items: center;gap: .3em 0;}
header #topbtns .btn { padding: .5em .2em; cursor: pointer; }
header #topbtns .btn svg {width: 37px;height: 37px;fill: var(--g_800);}
header #topbtns .dropdown { position: relative; }
header #topbtns .dropdown.order{position:unset;}
header #topbtns .dropdown .dropdown_menu {position: absolute;width: 7em;display: flex;flex-direction: column;background: #fff;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: 27vw;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 .2em;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(--red);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;display: flex;align-items: center;height: 60px;padding: 0 .2em;}
header #topbtns #openshop b {width: 2em;aspect-ratio: 1/1;background: var(--red);border-radius: 50%;display: flex;justify-content: center;align-items: center;font-weight: 400;font-size: 0.7em;line-height: 1;color: white;margin-right: .5em;}
header #topbtns #openshop font { display: inline-flex; color: var(--g_800); }
header.scroll {background: #ffffff;}
header.scroll:after{content:'';position: absolute;width: 12%;height: 100%;background: var(--primary);right: 0;top: 0;z-index: 0;}

/* menu_btn */
header .btns_box{position:relative;justify-content:flex-end;align-items:center;z-index:1002}
header .btns_box a#openform{width:40px;height:40px;line-height:60px;border-radius:50%;text-align:center;position:relative;display:flex;align-items:center;justify-content:center}
header .btns_box font{width:0px;height:15px;background:#ffffff;display:block}
header .btns_box a#openform svg{width:18px;height:18px;fill:#fff}
header .btns_box a.lang_btn{padding:5px 15px;line-height:1;font-weight:300;font-size:18px;color:#fff;display:none}
header .btns_box font{font-size:17px;color:#fff;font-family:'Cardo',serif;background:#ffffff00;width:50px;line-height:100%}
#menu_btn .close-btn{width: 40px;height: 40px;text-align:center;position:relative;display:flex;align-items:center;justify-content:center;flex-direction: column;}
#menu_btn *{color: var(--info);font-size:12px;font-family: "Baskervville", serif;}
#menu_btn{text-align:center;position:relative;display:flex;align-items:center;justify-content:center;flex-direction: column;}
#menu_btn span{position:absolute;width:100%;height:1px;background: var(--info);display:block;top: calc(((100% - 1px) / 2) - 7px);left:0}
#menu_btn[data-type="1"] span:last-child{top: calc(((100% - 1px) / 2) + 10px);}
#menu_btn[data-type="1"] 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)}
#menu_btn span{transition:.4s cubic-bezier(.645,.045,.355,1)}
#menu_btn span:nth-child(2){top: 52%;}
header #menu_btn[data-type="2"] span:nth-child(1){transform: rotate(35deg);-webkit-transform: rotate(35deg);-moz-transform: rotate(35deg);-ms-transform: rotate(35deg);-o-transform: rotate(35deg);top: calc(((100% - 1px) / 2) - 0px);}
header #menu_btn[data-type="2"] span:last-child{transform: rotate(-35deg);-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);top: calc(((100% - 1px) / 2) - 0px);}
header.scroll #menu_btn{padding:0;color:rgb(230 230 230 / 0%)}
header #menu_btn[data-type="2"] font{color: #1f1f1f;}
header #menu_btn[data-type="2"] span:nth-child(2){width:0}
header #menu_btn[data-type="2"]  *{color: #414141;}

/* webmenu_mb */
header #webmenu_mb{position:fixed;background: url(/images/01/img-bn-bg.png) 100% 0;top:0;width: min(100% , 450px);height: 100vh;right: -2000px;z-index: 991;transition: 0.9s;-webkit-transition: all 0.8s ease-in-out;transition: all 0.8s ease-in-out;background-color: white;}
header #webmenu_mb nav li{opacity: 0;-webkit-transition: all 0.5s;transition: all 0.5s;}
header #webmenu_mb[data-type="2"] nav li{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);-webkit-animation:slideLeftAnimation 0.8s 0.6s ease-in-out both;animation:slideLeftAnimation 0.8s 0.6s ease-in-out both}
@keyframes slideLeftAnimation{0%{opacity:0;-webkit-transform:translateX(10px);transform:translateX(10px)}
100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}
}
#webmenu_mb .menu_info{overflow-y:scroll;height: calc(100% - 100px);padding: 100px 60px 0;}
#webmenu_mb .menu_info::-webkit-scrollbar{width:0}
#webmenu_mb .itemBox{max-width:290px;padding:25px 15px 10px;margin-bottom:30px;border-bottom:2px solid #6b6b6c}
#webmenu_mb nav a{display:flex;align-items:baseline;justify-content: center;font-size:18px;letter-spacing:0.5px;font-weight:400;flex-direction: row;padding: 20px 0;position: relative;border-bottom: 1px solid #a2a2a240;}
#webmenu_mb nav a font{color: #4e4e4e;font-weight: 500;line-height:150%;letter-spacing: 3px;font-size: 16px;}
#webmenu_mb nav a font.text_en{letter-spacing:0.5px;font-size: 22px;line-height: 100%;font-weight: 400;font-family: 'Oswald', sans-serif;position: relative;color: var(--primary);}
#webmenu_mb nav b{position:absolute;padding-left:calc(100% - 14px);width:35px;height:41px;display:inline-block;text-align:center;line-height:41px;top:calc((100% - 41px) / 2);left:-20px;cursor:pointer;display: none;}
#webmenu_mb nav li .menu_body,#webmenu_mb nav li .menu_body .subOption li ul{position:relative;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;display: none;}
#webmenu_mb nav li .menu_body ul{margin-bottom:10px;margin-top:0;display:flex;flex-direction:row;padding:0px 0px 0 10px}
#webmenu_mb nav li .menu_body ul li{position:relative;border-bottom:0px solid}
#webmenu_mb nav li .menu_body ul li::before{content:"";position:absolute;top:calc(50% - 7px);right:0;width:1px;height:18px;background-color:#ab9f89;z-index:1}
#webmenu_mb nav li .menu_body ul li:last-child::before{content:none}
#webmenu_mb nav li .menu_body .subOption .bo{position:relative}
#webmenu_mb nav li .menu_body .subOption a{padding:8px 10px 8px 10px;color:#ab9f89;border-bottom:0px solid #ffffff00;font-size:16px;font-weight:300}
#webmenu_mb nav li .menu_body .sub2Option a{padding:5px 35px 5px 10px;font-weight:300}
#webmenu_mb nav li .menu_body .sub3Option a{padding-right:5px;color:var(--red)}
#webmenu_mb .contact_box{padding:60px 0 20px}
#webmenu_mb[data-type="ios"] .contact_box{padding-bottom:15vh}
#webmenu_mb .contact_box h4{font-size:22px}
#webmenu_mb .contact_box p{display:flex;font-size:15px;color:var(--dark)}
#webmenu_mb .contact_box p *{font-size:15px;color:var(--dark)}
#webmenu_mb .menu_box ul{flex-direction: column;padding-bottom: 30px;display: flex;flex-wrap: wrap;width: 100%;}

/* menubg */
#menubg {width: 100%;height: 100vh;top: 0;left: 0;pointer-events: none;z-index: 990;opacity: 0;-webkit-transition: all 0.5s;transition: all 0.5s;}
#menubg[data-type="2"] {background: rgba(0, 0, 0, 0.7);opacity: 1;pointer-events: auto;}

/* hSearch */
#hSearch {position: fixed;padding: 0 1em;width: 27%;background-color: white;box-shadow: 0 0 0.875rem 0 rgb(53 64 82 / 10%);display: flex;align-items: center;right: -50%;opacity: 0;z-index: -1;top: 90px;}
#hSearch[data-type="2"] {right: 0;opacity: 1;z-index: 10;}
#hSearch input {margin-right: .5em;padding: 1.6em 0;border: 0;}
#hSearch a { line-height: 1; }
#hSearch font { line-height: 1; }
#hSearch svg {width: 32px;height: 32px;fill: var(--gray);}

/* footer */
footer{z-index:5;padding: 80px 0  20px;background: url(/images/01/img-bn-bg.png) 100% 0 no-repeat;background-size: cover;background-repeat: no-repeat;background-position: 50% 50%;}
footer .footerInfoBox{display: grid;grid-template-columns: 25% 1fr 35%;gap:  20px 20px;width: min(90%, 1440px);z-index: 2;}
footer *{font-weight:500;font-size: 15px;color: #3c3b3b;font-weight: 300;letter-spacing: 1.5px;}
footer .tit{margin-bottom: 30px;font-weight: 700;text-transform:uppercase;letter-spacing:0.5px;margin-left:5px;margin-right:5px;position:relative;letter-spacing: 3px;}
footer .tit::after{content:"";position:absolute;left:0;bottom: -10px;display:block;height:1px;width: 10px;background:#ffffff}
footer #f_nav{text-align:end;width: 100%;display: grid;grid-template-columns: 1fr 1.2fr 1fr;align-content: space-between;gap: 0;}
footer #f_nav .nowrap_box{display: flex;gap: 7px 10px;flex-direction: column;align-items: flex-start;}
footer #f_nav .nowrap_box p{font-weight:500;margin-bottom: 20px;}
footer #f_info{display: flex;flex-direction: column;align-items: flex-start;justify-content: space-between;}
footer #flogo img{height: 60px;object-fit: contain;}
footer #f_nav >a{transform: translateY(72px);}
footer #f_nav a{width:100%;margin: 0;}
footer a:hover{color: var(--primary);}
footer #f_contact p font{display: grid;align-items:center;justify-content:flex-start;width:auto;margin: 0;grid-template-columns: 80px 1fr;}
footer #f_contact p font,footer #f_contact p font a{line-height:190%;}
footer #f_contact p font span{color:rgb(255 255 255 / 50%);padding:0 10px}
footer #f_contact p font.txt_primary_5{margin-right:10px;width:80px}
footer #f_contact p font.txt_primary_5 svg{width:15px;height:15px;fill:#4e284a}
footer #f_contact p font img{display:flow;width:16px;height:16px}
footer #f_other{display:grid;grid-template-columns: 1fr;gap:20px 20px}
footer #f_other{}
footer #f_contact{padding:0 10px 0;width:auto}
footer #f_contact .LocaitonTxt{margin-top:30px}
footer .footerlinkBox{margin-top: 20px;width: min(90%, 1440px);}
footer #copyright{display: flex;justify-content: flex-end;gap: 2px;flex-direction: column;align-items: center;}
footer #copyright >div{display:flex;align-items: baseline;gap: 5px;margin-top: 10px;}
footer #copyright *{font-size:12px;font-weight: 200;letter-spacing: 0.5px;text-align: center;color: #777;vertical-align: baseline;}
footer #copyright p,footer #copyright p a{display: flex;justify-content: flex-end;align-items: center;}
#community{text-align:center;display: flex;align-items: center;flex-direction: row-reverse;justify-content: center;}
#community .social li {display: inline-block;}
#community .social li + li {margin-left: 20px;}
#community .social a {position: relative;display: block;font-size: 20px;text-align: center;border-radius: 50%;line-height: 25px;transition: ease .3s;width: 25px;}
#community .social b {font-size: 12px;transition: all .3s ease-out;display: none;}
#community .social svg {display: block;text-align: center;color: #ffffff;width: 18px;height: 18px;fill: #fff;}
#community_btn{text-align:center;margin-top: 40px;}
#community_btn .social{text-align:center;margin-top: 40px;display: grid;grid-template-columns: repeat(4, 1fr);gap: 25px;justify-items: start;}
#community_btn .social li {display: flex;flex-direction: column;justify-content: center;align-items: center;align-content: center;text-align: center;margin: auto;}
#community_btn .social li + li {}
#community_btn .social a {position: relative;}
#community_btn .social b {font-size: 12px;transition: all .3s ease-out;display: none;}
#community_btn .social svg {display: block;text-align: center;width: 22px;height: 22px;fill: #3c3b3b;}
#community_btn .social li:hover svg{fill:#dbdbdb}
#community_btn .social li:first-child svg{width: 30px;height: 30px;}

/* gotop */
.fofollow{position: fixed;display: flex;align-items: center;right: 15px;bottom: 20%;z-index: 9999;flex-direction: column;gap: 10px;}
.fofollow a{width: 50px;aspect-ratio: 1/1;background: var(--g_800);box-shadow: 0 0 .5em rgb(0 0 0 / 30%);display: flex;justify-content: center;align-items: center;border-radius: 50%;z-index: 9999;}
.fofollow a.gofb{background: #0866ff;}
.fofollow a.goline{background: var(--ok);}
.fofollow a.goig{background: linear-gradient(45deg, #feda75 0%, #fa7e1e 25%, #d62976 50%, #962fbf 75%, #4f5bd5 100%);}
.fofollow a.goyt{background: var(--red);}
.fofollow svg {width: 23px;height: 23px;fill: white;}

/* webSeo */
#webSeo { overflow: hidden; width: 100vw; margin-top: 2em; white-space: nowrap; box-sizing: border-box; }
#webSeo .seo { padding-left: 100%; font-weight: 100; line-height: 1; font-size: 13px; color: var(--g_400); -webkit-animation: marquee 100s linear infinite; animation: marquee 100s linear infinite; }

/* 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: 1280px) {
    header #topbtns .dropdown .order_list{width:50vw}
	header #webmenu nav a { padding: .2em 0; }
}
@media screen and (max-width: 1400px) {
    header #webmenu nav a{padding:.2em;margin: 0 .35em;}
}
@media screen and (min-width: 1161px) {
	header .btns_box {min-width: 12%;}
	header #topbtns .dropdown .member_list a:hover, header #topbtns .dropdown .translate_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); }
	header #webmenu {flex: 1  auto;}
    header #topbtns { min-width: 200px; }
	header #webmenu nav >ul {display: flex;justify-content: flex-start;align-items: center;padding-left: 6%;}
	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 #topbtns .dropdown .member_list a:hover {background: var(--red);border-color: var(--red);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); }
	#gotop:hover {background: var(--g_900);}
}
@media screen and (max-width: 1160px) {
    footer #f_info{display:flex;flex-direction: row;align-items: center;justify-content: space-between;grid-column: 1 / 3;margin-bottom: 20px;}
    #community_btn, #community_btn .social{margin:0;display: none;}
    footer .footerInfoBox{grid-template-columns:1fr 1fr}
    #hSearch{width:50%;transform: translateY(-5px);}
    header #topbtns{margin-right: 8%;}
	#menu_btn p{display:none}
	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: 10px 50px 8px 10px; border-bottom: 1px rgba(0, 0, 0, .1) solid; }
	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; }
}
@media screen and (max-width: 768px) {
    footer #f_contact{padding:0}
    footer .footerInfoBox{display:flex;flex-direction: column;}
    footer #flogo img{height: 50px;}
	footer #f_nav { margin: 1rem 0; width: 100%; }
	footer #f_nav a { margin-left: 0; }
}
@media screen and (max-width: 550px) {
	body{-webkit-text-size-adjust:100%;}
    #hSearch{width: 100%;transform: translateY(-10px);right: -100%;}
    header #topbtns .btn svg{width:30px;height: 30px;}
    header{padding: 10px 4%;}
    header #topbtns .btn{padding:0}
    header:after, header.scroll:after{content:'';position:absolute;width: 75px;height:100%;background: var(--primary);right:0;top:0;z-index:0}
	header #topbtns #openshop font { display: none; }
	header #topbtns .dropdown .order_list {position: fixed;width: 100vw;}
    header #topbtns .dropdown .order_list[data-type="1"]{transform: translate(0, 10px);}
	footer #f_contact p font{grid-template-columns: 55px 1fr;}
    footer{padding: 50px 0 30px;}
    footer #f_nav .nowrap_box{display:flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;margin-bottom: 25px;width: 100%;}
    footer #f_nav .nowrap_box:last-child{margin-bottom:0}
    footer #f_nav .nowrap_box p{width:100%;margin-bottom: 3px;}
    footer #f_nav a{width:auto}
    footer #f_nav >a{transform:unset;}
    footer #f_nav{display:flex;flex-direction: column;align-items: flex-start;}
}