@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=Arimo:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Unbounded:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..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-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") transparent 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;overflow: hidden;}
.webBox .wrapper {position: relative;background: #f8f4ef;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(90vw, var(--width-xxl));}
.workframe_s { margin: 0 auto; width: min(95vw, var(--width-xl)); }

/* news_area */
#news_area{padding: 5px 0;position: relative;z-index: 2;background-color: var(--primary);}
#news_area .list_box{margin:0}
#news_area li .h3 {color: var(--light);height: 25px;font-size: 15px;text-align: center;font-weight: 400;font-family: "Noto Serif TC", serif;letter-spacing: 2px;}

/* tophead */
#tophead{position: fixed;z-index: 999;top: 0;}

/* header */
header {padding: .8em 3vw;width: 100vw;display: grid;justify-content: space-between;align-items: center;grid-template-columns: 300px 1fr;position: relative;}
header.scroll { background: var(--white); transform: translate(0,10px); -webkit-transform: translate(0,0px); padding: .5em 3vw; }
header #cis img{height:66px;object-fit: contain;width: auto;filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.5)) drop-shadow(0 3px 8px rgba(0, 0, 0, 0.2));}
header #cis a { position: relative; display: inline-flex; align-items: center; z-index: 1; }
header.scroll #cis img { filter: drop-shadow(0 1px 1px rgba(0,0,0,0.0)) drop-shadow(0 3px 8px rgba(0,0,0,0.00)); }
header #leftmenu {position:relative;z-index:999}
header #leftmenu #toggleLeftMenu { width: 30px; aspect-ratio: 1/1; display: flex; align-items: center; justify-content: center; gap: 8px; flex-direction: column; position: relative; }
header #leftmenu #toggleLeftMenu span { width: 30px; height: 2px; background: #5f5f5f; display: block; transition: all .3s ease; transform-origin: center; }
header #leftmenu #toggleLeftMenu.open span:first-child { position: absolute; transform: rotate(45deg); width: 30px; }
header #leftmenu #toggleLeftMenu.open span:last-child { position: absolute; transform: rotate(-45deg); width: 30px; }
header #webmenu nav a {margin: 0 .5em;padding: 1.4em .35em;display: block;font-size: 17px;color: var(--primary);font-weight: 600;font-family: "Noto Serif TC", serif;}
header #webmenu nav a:hover{color: var(--third);}
header #topbtns {display: flex;justify-content: flex-end;align-items: center;gap: .3em .5em;}
header #topbtns .btn {padding: 0;cursor: pointer;border: 0;width: 40px;aspect-ratio: 1 / 1;background: var(--green);display: flex;flex-direction: column;justify-content: center;align-items: center;border-radius: 50%;}
header #topbtns .btn svg {width: 30px;height: 30px;fill: #ffffff;}
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;font-size: 15px;}
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(--third);display: block;text-align: center;color: white;width: 100%;aspect-ratio: auto;border-radius: 0;}
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(--orange);border-radius: 50%;display: flex;justify-content: center;align-items: center;font-weight: 400;font-size: .7em;line-height: 1.3;color: white;top: -.2em;left: 1.7em;}
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: "/"; }




.global-nav { position: fixed; top: 0; left: 0; width: 22vw; min-width: 320px; height: 100vh; padding: 150px 3.2vw 56px; background: linear-gradient(180deg,rgba(248,244,236,.98) 0%,rgba(239,231,216,.94) 100%); z-index: 20; box-sizing: border-box; overflow-y: auto; transition: all .45s cubic-bezier(.22,1,.36,1); box-shadow: 18px 0 48px rgba(31,41,36,.08); border-right: 1px solid rgba(63,86,63,.12); backdrop-filter: blur(16px); }
.global-nav::after { content: ""; position: absolute; left: 3vw; bottom: 38px; width: 56px; height: 1px; background: var(--gradient-gold); opacity: .72; pointer-events: none; }
.global-nav__menu { position: relative; z-index: 2; display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
.global-nav li { position: relative; margin: 0; padding: 0; }
.global-nav li a { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 62px; padding: 18px 0 18px 30px; color: rgba(37,48,42,.76); font-family: var(--font-family); font-size: 18px; font-weight: 600; line-height: 1.5; letter-spacing: .12em; border-bottom: 1px solid rgba(63,86,63,.12); transition: color .35s ease,padding .35s ease,border-color .35s ease,background .35s ease; }
.global-nav li a::before { content: ""; position: absolute; left: 14px; top: 50%; width: 7px; height: 7px; border-radius: 50%; background: var(--third); transform: translateY(-50%) scale(.65); opacity: .36; transition: all .35s ease; }
.global-nav li a::after { content: ""; width: 28px; height: 28px; margin-left: 18px; border-radius: 50%; opacity: 0; transform: translateX(-8px) scale(.82); transition: all .35s cubic-bezier(.22,1,.36,1); }
.global-nav li a:hover { color: var(--primary); padding-left: 40px; border-color: rgba(63,86,63,.22); background: linear-gradient(90deg,rgba(255,255,255,.48) 0%,rgba(255,255,255,0) 72%); }
.global-nav li a:hover::before { width: 6px; height: 6px; background: var(--primary); opacity: 1; transform: translateY(-50%) scale(1); box-shadow: 0 0 0 6px rgba(63,86,63,.08); }
.global-nav li a:hover::after { opacity: 1; transform: translateX(0) scale(1); }
.global-nav li a span { position: relative; z-index: 2; }
.global-nav li.current a,.global-nav li.active a { color: var(--primary); padding-left: 34px; border-color: rgba(63,86,63,.24); }
.global-nav li.current a::before,.global-nav li.active a::before { width: 10px; height: 10px; background: var(--primary); opacity: 1; transform: translateY(-50%) scale(1); box-shadow: 0 0 0 8px rgba(63,86,63,.08); }
.global-nav li.current a::after,.global-nav li.active a::after { opacity: 1; transform: translateX(0) scale(1); }

/* hSearch */
#hSearch {position: fixed;padding: 0 1em;width: 15vw;background-color: white;box-shadow: 0 0 0.875rem 0 rgb(171 171 171 / 30%);display: flex;align-items: center;border-radius: 0;right: -300px;opacity: 0;z-index: -1;top: 100px;border-radius: 20px;}
#hSearch[data-type="2"] {opacity: 1;z-index: 10;right: 20px;}
#hSearch input {margin-right: .5em;padding: 1.2em 0;border: 0;font-size: 15px;}
#hSearch a { line-height: 1; }
#hSearch font { line-height: 1; }
#hSearch svg {width: 37px;height: 37px;fill: #b3b3b2;}

/* footer */
footer { position: relative; }
footer::before { position: absolute; width: 100%; height: 60%; background: linear-gradient(to top,rgb(0 0 0/0%) 0%,#f5efe3 90%); top: 0; left: 0; z-index: 1; content: ""; }
footer::after { position: absolute; width: 100%; height: 90%; bottom: 0; left: 0; z-index: 0; content: ""; background: radial-gradient(circle,rgb(0 0 0/8%) 0%,rgb(0 0 0/35%) 50%,rgb(0 0 0/0%) 100%); filter: blur(12px); }
#earthFooterArea { position: relative; padding: 74px 20px 26px; color: rgba(255,255,255,0.88); overflow: hidden; z-index: 3; }
.earth-footer-bg { position: absolute; bottom: 0px; inset: 0; background-size: cover; background-position: bottom; background-repeat: no-repeat; }
.earth-footer-bg video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border: 0; opacity: 1; filter: brightness(1) saturate(1); transform: none; }
#earthFooterArea .earth-footer-cta { position: relative; z-index: 2; max-width: 1360px; margin: 0 auto 76px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; }
#earthFooterArea .earth-footer-cta-title { font-size: 38px; line-height: 1.4; font-weight: 700; letter-spacing: 0.1em; color: var(--info); text-shadow: 0 1px 16px rgba(255,255,255,0.72); }
#earthFooterArea .earth-footer-cta-desc { margin-top: 10px; font-family: var(--font-sans); font-size: 20px; line-height: 1.7; font-weight: 500; letter-spacing: 0.06em; color: #575757; text-shadow: 0 1px 14px rgba(255,255,255,0.8); }
#earthFooterArea .earth-footer-cta-btns { display: flex; align-items: center; gap: 24px; }
#earthFooterArea .earth-footer-btn-primary * { color: #fff; }
#earthFooterArea .earth-footer-btn { min-width: 230px; min-height: 66px; padding: 0 34px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; font-family: var(--font-sans); font-size: 18px; font-weight: 700; letter-spacing: 0.06em; text-decoration: none; transition: all 0.35s ease; box-sizing: border-box; }
#earthFooterArea .earth-footer-btn i { font-size: 16px; transition: transform 0.35s ease; }
#earthFooterArea .earth-footer-btn:hover i { transform: translateX(6px); }
#earthFooterArea .earth-footer-btn-primary { background: var(--primary); color: var(--white); border: 1px solid var(--primary); box-shadow: 0 16px 36px rgba(63,86,63,0.22); }
#earthFooterArea .earth-footer-btn-primary:hover { background: #314731; border-color: #314731; transform: translateY(-3px); }
#earthFooterArea .earth-footer-btn-light { background: rgba(255,255,255,0.72); color: var(--info); border: 1px solid rgba(185,154,99,0.34); box-shadow: 0 14px 30px rgba(31,41,36,0.08); backdrop-filter: blur(8px); }
#earthFooterArea .earth-footer-btn-light:hover { background: rgba(255,255,255,0.92); transform: translateY(-3px); }
#earthFooterArea .earth-footer-main { position: relative; z-index: 2; max-width: 1360px; margin: 0 auto; display: grid; grid-template-columns: 1.3fr 1.45fr 1fr; gap: 72px; align-items: start; }
#earthFooterArea #f_logo { display: inline-flex; align-items: center; }
#earthFooterArea #f_logo img { width: 220px; max-width: 100%; display: block; }
#earthFooterArea .earth-footer-brand-text { margin-top: 24px; font-size: 17px; line-height: 2; font-weight: 500; letter-spacing: 0.05em; color: rgba(255,255,255,0.78); }
#earthFooterArea .earth-footer-social { display: flex; align-items: center; gap: 14px; margin-top: 28px; }
#earthFooterArea .earth-footer-social a { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.4); display: inline-flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.86); text-decoration: none; font-size: 20px; transition: all 0.35s ease; }
#earthFooterArea .earth-footer-social a:hover { background: rgba(255,255,255,0.2); color: var(--white); transform: translateY(-3px); }
#earthFooterArea .earth-footer-nav { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 42px; }
#earthFooterArea .earth-footer-col-title { margin-bottom: 22px; font-size: 20px; line-height: 1.4; font-weight: 700; letter-spacing: 0.12em; color: rgba(255,255,255,0.92); }
#earthFooterArea .earth-footer-col a { display: block; width: fit-content; margin-bottom: 16px; font-family: var(--font-sans); font-size: 17px; line-height: 1.4; font-weight: 500; letter-spacing: 0.06em; color: rgba(255,255,255,0.74); text-decoration: none; transition: all 0.3s ease; }
#earthFooterArea .earth-footer-col a:hover { color: var(--white); transform: translateX(4px); }
#earthFooterArea .earth-footer-contact { position: relative; padding-left: 46px; }
#earthFooterArea .earth-footer-contact *,#earthFooterArea .earth-footer-social * { color: rgba(255,255,255,0.88); }
#earthFooterArea .earth-footer-contact::before { content: ""; position: absolute; left: 0; top: 48px; bottom: 8px; width: 1px; background: linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0.38) 48%,rgba(255,255,255,0) 100%); }
#earthFooterArea .earth-footer-contact-item { align-items: center; gap: 12px; margin-bottom: 18px; font-family: var(--font-sans); font-size: 17px; line-height: 1.5; font-weight: 500; letter-spacing: 0.04em; color: rgba(255,255,255,0.76); }
#earthFooterArea .earth-footer-contact-item i { width: 34px; height: 34px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.82); font-size: 17px; }
#earthFooterArea .earth-footer-bottom { position: relative; z-index: 2; max-width: 1360px; margin: 40px auto 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.16); display: flex; align-items: center; justify-content: center; gap: 42px; color: rgba(255,255,255,0.66); }
#earthFooterArea .earth-footer-bottom * { font-size: 13px; line-height: 1.5; font-weight: 500; letter-spacing: 0.04em; color: #fff; }
#earthFooterArea .earth-footer-policy { display: flex; align-items: center; gap: 26px; }
#earthFooterArea .earth-footer-policy a { color: rgba(255,255,255,0.66); text-decoration: none; transition: color 0.3s ease; }
#earthFooterArea .earth-footer-policy a:hover { color: var(--white); }

@media (max-width:1180px) {
  footer::before { height: 100%; background: linear-gradient(to top,rgb(0 0 0/0%) 0%,#f5efe3 80%); }
  footer::after { background: linear-gradient(to bottom,rgb(0 0 0/0%) 0%,#f5efe3 80%); height: 100%; filter: blur(0px); }
  #earthFooterArea .earth-footer-cta-title { font-size: 28px; }
  #earthFooterArea { padding: 64px 18px 24px; }
  #earthFooterArea .earth-footer-col-title,#earthFooterArea .earth-footer-col a,#earthFooterArea .earth-footer-brand-text,#earthFooterArea .earth-footer-contact *,#earthFooterArea .earth-footer-social *,#earthFooterArea .earth-footer-bottom *,#earthFooterArea .earth-footer-policy a { color: var(--coffee); }
  #earthFooterArea .earth-footer-social a { border: 1px solid rgb(121 85 72/22%); }
  #earthFooterArea .earth-footer-bottom { border-top: 1px solid rgb(121 85 72/22%); margin: 10px auto 0; }
  #earthFooterArea .earth-footer-cta { grid-template-columns: 1fr; text-align: center; gap: 28px; margin-bottom: 60px; }
  #earthFooterArea .earth-footer-cta-btns { justify-content: center; }
  #earthFooterArea .earth-footer-main { grid-template-columns: 1fr 1fr; gap: 48px; }
  #earthFooterArea .earth-footer-contact { grid-column: span 2; padding-left: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 24px; }
  #earthFooterArea .earth-footer-contact::before { display: none; }
  #earthFooterArea .earth-footer-contact .earth-footer-col-title { grid-column: span 2; }
}
@media (max-width:768px) {
  #earthFooterArea {padding: 52px 30px 22px;}
  #earthFooterArea .earth-footer-bg { background-position: center bottom; }
  #earthFooterArea .earth-footer-mask { background: linear-gradient(180deg,rgba(248,244,236,0.16) 0%,rgba(31,41,36,0.42) 36%,rgba(31,41,36,0.72) 100%),linear-gradient(90deg,rgba(31,41,36,0.52) 0%,rgba(31,41,36,0.42) 100%); }
  #earthFooterArea .earth-footer-cta { margin-bottom: 42px; }
  #earthFooterArea .earth-footer-cta-title { font-size: 26px; line-height: 1.55; }
  #earthFooterArea .earth-footer-cta-desc { font-size: 15px; }
  #earthFooterArea .earth-footer-cta-btns { flex-direction: column; gap: 14px; }
  #earthFooterArea .earth-footer-btn { width: 100%; min-width: 0; min-height: 54px; font-size: 15px; }
  #earthFooterArea .earth-footer-main { grid-template-columns: 1fr; gap: 34px; }
  #earthFooterArea .earth-footer-logo img { width: 164px; }
  #earthFooterArea .earth-footer-brand-text { font-size: 14px; line-height: 1.85; }
  #earthFooterArea .earth-footer-social a { width: 38px; height: 38px; font-size: 17px; border: 1px solid rgb(121 85 72/22%); color: var(--coffee); }
  #earthFooterArea .earth-footer-nav { grid-template-columns: 1fr; gap: 26px; display: none; }
  #earthFooterArea .earth-footer-col-title { margin-bottom: 14px; font-size: 18px; }
  #earthFooterArea .earth-footer-col a { margin-bottom: 12px; font-size: 15px; }
  #earthFooterArea .earth-footer-contact { grid-column: auto; grid-template-columns: 1fr; }
  #earthFooterArea .earth-footer-contact .earth-footer-col-title { grid-column: auto; }
  #earthFooterArea .earth-footer-contact-item { font-size: 14px; }
  #earthFooterArea .earth-footer-bottom { margin-top: 36px; flex-direction: column; gap: 12px; font-size: 13px; text-align: center; border-top: 1px solid rgb(42 42 42/16%); margin: 20px auto 0; }
  #earthFooterArea .earth-footer-policy { gap: 18px; }
}



/* 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; }

/* gotop */
.follow{position:fixed;right: 1vw;bottom: 5vh;z-index: 9999;display: flex;flex-direction: column;align-items: center;gap: 10px;}
.follow a, .follow button{width: 53px;aspect-ratio: 1/1;background: var(--third);display: flex;justify-content: center;align-items: center;border-radius: 50%;}
.follow a.fb{background: var(--green);}
.follow a.ig{/* background: var(--red); */}
#gotop {/* background: var(--third); */opacity: 0;}
#gotop[data-type="1"] { opacity: 1; }
.follow svg {width: 38%;aspect-ratio: 1/1;fill: white;}


.deco_earth { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; margin-bottom: 4px; transform-origin: center; animation: earthButterflyFloat 4.8s ease-in-out infinite; }
.deco_earth img { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: contain; transform-origin: center; filter: drop-shadow(0 8px 14px rgba(185,154,99,.22)); animation: earthButterflyWing 1.85s ease-in-out infinite; }
.deco_earth:hover { animation-duration: 3.2s; }
.deco_earth:hover img { animation-duration: 1.15s; filter: drop-shadow(0 10px 18px rgba(185,154,99,.32)); }
@keyframes earthButterflyFloat {
  0% { transform: translate3d(0,0,0) rotate(-2deg); }
  22% { transform: translate3d(8px,-7px,0) rotate(4deg); }
  46% { transform: translate3d(-4px,-13px,0) rotate(-3deg); }
  68% { transform: translate3d(6px,-5px,0) rotate(3deg); }
  100% { transform: translate3d(0,0,0) rotate(-2deg); }
}
@keyframes earthButterflyWing {
  0% { transform: scaleX(1) scaleY(1) rotate(0deg); }
  18% { transform: scaleX(.9) scaleY(1.08) rotate(-2deg); }
  36% { transform: scaleX(1.08) scaleY(.94) rotate(2deg); }
  54% { transform: scaleX(.92) scaleY(1.06) rotate(-1deg); }
  72% { transform: scaleX(1.04) scaleY(.96) rotate(1deg); }
  100% { transform: scaleX(1) scaleY(1) rotate(0deg); }
}
@keyframes earthButterflyAura {
  0% { opacity: 0; transform: translate(-50%,-50%) scale(.55); }
  22% { opacity: .42; }
  100% { opacity: 0; transform: translate(-50%,-50%) scale(1.28); }
}


/* 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: 1400px) {
    .global-nav__menu{gap: 0;}
    .global-nav{overflow-y:scroll}
}
@media screen and (max-width: 1280px) {
    #hSearch{width: 30vw;}
    .global-nav{width: 35vw;}
	header #webmenu nav a { padding: .2em 0; }
}
@media screen and (min-width: 1161px) {
	header #leftmenu { display: none; }
	header #webmenu {width: 1%;flex: 1 1 auto;}
	header #webmenu nav >ul {display: flex;justify-content: flex-end;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: 150px;left: 0;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%);padding: .4em 0;}
	header #webmenu li .subOption li { overflow: hidden; }
	header #webmenu li .subOption li>div a {margin: 0;padding: .4em 1em;display: block;}
	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 #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); }
	.follow a:hover {opacity: .8;}
	header::before { content: ""; position: absolute; top: 0; left: 0; width: 540px; height: 100px; pointer-events: none; background: radial-gradient(ellipse at left top,rgb(24 49 34/41%) 0%,rgb(24 49 34/9%) 48%,transparent 75%); z-index: -2; }
	header.scroll::before { height: 0; }
}
@media screen and (max-width: 1160px) {
	header { grid-template-columns: 70px 300px 1fr; }
	.global-nav { width: 45vw; }
	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; }
	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; display: none; }
	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%; background-color: var(--primary); }
	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); }
}
@media screen and (max-width: 768px) {
    footer .business_info .fo_nav{display:flex;flex-direction: row;gap: 10px 22px;flex-wrap: wrap;}
    footer .business_info{display:flex;flex-direction: column;gap: 20px;}
	footer .workframe {grid-template-columns: 1fr;gap: 30px;}
    #hSearch{width: 50vw;}
	footer #f_nav { margin: 1rem 0; width: 100%; }
	footer #f_nav a { margin-left: 0; }
}
@media screen and (max-width: 550px) {
	#news_area li .h3 { font-size: 12px; height: auto; }
	header #cis img { height: 50px; }
	.global-nav {width: 100%;padding: 110px 5% 50px;}
	#hSearch { width: 80vw; top: 105px; }
	header { grid-template-columns: 50px 180px 1fr; padding: .6em 3vw; }
	header #topbtns #openshop font { display: none; }
	header #topbtns .dropdown .order_list { position: fixed; }
	footer #f_info { grid-template-columns: repeat(2,1fr); }
}