.head_wrap {position:fixed;
  width:100%;
  top:0;
  z-index:100;
  background:linear-gradient(180deg,rgba(0,0,0,0.2),rgba(255,255,255,0));
  transition:all 0.3s ease-in-out}

.head_wrap:hover {border-bottom:0;
  z-index:100}

.head .menu__wrapper {position:relative;
  z-index:1000}

.head .head_menu_wrap {display:flex;
  width:61%;
  justify-content:center}

.head_menu_wrap .head_menu {display:flex;
  align-items:center;
  margin:0 10px}

.head_menu_wrap .head_menu>li {position:relative;
  transition:all 0.2s ease-in}

.head_menu_wrap .head_menu>li:hover>a:after {position:absolute;
  content:"";
  left:50%;
  transition:all 0.2s ease-in;
  transform:translateX(-50%);
  width:7px;
  height:7px;
  background:#3D3D3D;
  top:0;
  border-radius:50%}

.head_menu_wrap .head_menu>li>a {padding:20px 25px;
  color:#fff;
  font-weight:500;
  transition:all 0.2s ease-in-out;
  position:relative;
  display:block}

.head_menu_wrap .head_menu>li:hover>a {color:#fff;
  transition:all 0.2s ease-in-out}

.head_menu_wrap .head_menu>li:hover .down_menu {}

.head_menu_wrap .head_menu .down_menu {display:none;
  top:100%;
  position:absolute;
  width:160px;
  padding:10px 0;
  left:50%;
  transform:translate(-50%);
  box-shadow:0px 0px 3px 0px rgba(0,0,0,0.10);
  background:#fff;
  z-index:9999}

.head_menu_wrap .head_menu .down_menu li>a {position:relative;
  padding:8px 5px;
  font-size:0.9em;
  display:inline-block;
  transition:all 0.3s ease}

.head_menu_wrap .head_menu .down_menu li>a:after {position:absolute;
  content:"";
  left:50%;
  transform:translateX(-50%);
  transition:all 0.2s ease-in;
  width:0;
  height:2px;
  background:#3D3D3D;
  bottom:0}

.head_menu_wrap .head_menu .down_menu li:hover>a {font-weight:500;
  color:#3D3D3D}

.head_menu_wrap .head_menu .down_menu li:hover>a:after {width:100%}

.menu__wrapper {display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center}

.menu__wrapper ul {width:50px;
  height:40px;
  transition:all 0.3s ease-in;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  cursor:pointer;
  z-index:1000}

.head_right_wrap .head_menu {display:flex;
  flex-direction:column;
  align-items:flex-start;
  padding-top:30px}

.head_right_wrap .head_menu>li {position:relative;
  transition:all 0.2s ease-in}

.head_right_wrap .head_menu>li:hover>a:after {}

.head_right_wrap .head_menu>li>a {color:#000;
  font-size:1.4em;
  padding:15px 20px;
  font-weight:500;
  transition:all 0.2s ease-in-out;
  position:relative;
  display:block}

.head_right_wrap .head_menu>li:hover>a {color:#3D3D3D;
  transition:all 0.2s ease-in-out}

.head_right_wrap .head_menu .down_menu {margin-left:30px;
  border-radius:0;
  width:300px;
  border:1px solid rgb(157 63 90 / 25%);
  background:#fff}

.head_right_wrap .head_menu .down_menu li>a {position:relative;
  font-weight:500;
  width:100%;
  padding:15px;
  text-align:center;
  font-size:1.1em;
  display:inline-block;
  transition:all 0.3s ease}

.head_right_wrap .head_menu .down_menu li>a:after {position:absolute;
  content:"";
  width:100%;
  height:1px;
  background:rgb(157 63 90 / 25%);
  bottom:0;
  left:0}

.head_right_wrap .head_menu .down_menu li:last-child>a:after {display:none}

.head_right_wrap .head_menu .down_menu li:hover>a {font-weight:500;
  color:#3D3D3D}

.head_right_wrap .head_menu .down_menu li:hover>a:after {width:100%}

.menu__wrapper>ul>li.color {background:#000}

.quick_menu_wrap {display:none}

.quick_menu_wrap_pc {position:fixed;
  width:100%;
  color:#fff;
  z-index:99999;
  display:block;
  bottom:0;
  left:0}

.quick_menu_wrap_pc .quick_menu_pc {position:absolute;
  right:40px;
  bottom:250px}

.quick_menu_wrap_pc .quick_menu_pc ul {background:#000;
  padding:10px;
  border-radius:15px}

.quick_menu_wrap_pc .quick_menu_pc ul li {position:relative}

.quick_menu_wrap_pc .quick_menu_pc ul li:last-child .quick-icon {border-bottom:none}

.quick_menu_wrap_pc .quick_menu_pc ul li a {display:flex;
  justify-content:space-between;
  align-items:center}

.quick_menu_wrap_pc .quick_menu_pc ul li a span {display:none;
  background:#6B6B6B;
  padding:8px;
  width:140px;
  position:absolute;
  right:65px;
  text-align:center;
  border-radius:50px;
  font-size:0.9em}

.quick_menu_wrap_pc .quick_menu_pc ul li:hover span {display:block}

.quick_menu_wrap_pc .quick_menu_pc ul li .quick-icon {border-bottom:1px solid rgba(255,255,255,0.3);
  display:block;
  width:45px;
  height:55px;
  background-position:50% 50%;
  background-size:60%;
  background-repeat:no-repeat}

@media screen and (max-width:760px){.head_wrap{padding:10px 0}}

@media screen and (max-width:760px){.head .head_menu_wrap{display:none}}

@media screen and (max-width:760px){.head_right_wrap .head_menu>li{width:100%}}

@media screen and (max-width:760px){.head_right_wrap .head_menu>li>a{padding:10px 15px;
  font-size:1.2em;
  padding-left:0}}

@media screen and (max-width:760px){.head_right_wrap .head_menu .down_menu{margin-left:0;
  width:100%;
  padding:0}}

@media screen and (max-width:760px){.head_right_wrap .head_menu .down_menu li>a{color:#424242;
  margin-bottom:0;
  font-size:0.9em;
  text-align:start;
  padding:12px 20px;
  font-weight:500}}

@media screen and (max-width:760px){.menu__wrapper ul{width:40px;
  height:40px}}

@media screen and (max-width:760px){.head_right_wrap .head_menu{padding-top:20px;
  margin-bottom:0px}}

@media screen and (max-width:760px){.quick_menu_wrap_pc{display:none}}

@media screen and (max-width:760px){.quick_menu_wrap{position:fixed;
  width:100%;
  background:rgba(69,69,69,0.9) !important;
  color:#fff;
  z-index:99999;
  display:block;
  bottom:0;
  left:0;
  box-shadow:0px 0px 5px 0px rgb(0,0,0,0.1)}}

@media screen and (max-width:760px){.quick_menu_wrap .quick_menu_m{padding:0 10px}}

@media screen and (max-width:760px){.quick_menu_wrap .quick_menu_m ul{gap:5px}}

@media screen and (max-width:760px){.quick_menu_wrap .quick_menu_m ul li{padding:15px 2px;
  margin-right:0px;
  width:23%}}

@media screen and (max-width:760px){.quick_menu_wrap .quick_menu_m ul li img{max-width:27px}}

@media screen and (max-width:760px){.quick_menu_wrap .quick_menu_m ul li:last-child{margin-right:0px}}

@media screen and (max-width:760px){.quick_menu_wrap .quick_menu_m ul li a{font-size:12px;
  font-weight:400;
  display:flex;
  justify-content:space-between;
  flex-direction:column;
  text-align:center;
  height:100%;
  align-items:center}}

@media screen and (max-width:760px){.quick_menu_wrap .quick_menu_m ul li a .q_text{margin-top:5px}}

.head_wrap {background:#fff !important;
  border-bottom:1px solid rgba(205,205,205,0.6) !important;
  box-shadow:none !important}

.head_menu_wrap .head_menu>li>a {color:var(--dn-dark) !important;
  font-size:15px !important;
  letter-spacing:0.12em !important;
  text-transform:uppercase !important;
  font-weight:500 !important;
  padding:26px 14px !important}

.head_menu_wrap .head_menu>li:hover>a {color:var(--dn-accent) !important}

.head_menu_wrap .head_menu .down_menu {background:#fff !important;
  border-top:2px solid var(--dn-accent) !important;
  border-radius:0 !important;
  box-shadow:0 8px 32px rgba(37,37,37,0.10) !important;
  padding:12px 0 !important;
  width:175px !important}

.head_menu_wrap .head_menu .down_menu li>a {font-size:12px !important;
  letter-spacing:0.05em !important;
  color:var(--dn-dark) !important;
  padding:9px 22px !important;
  display:block !important}

.head_menu_wrap .head_menu .down_menu li:hover>a {color:var(--dn-accent) !important}

@media screen and (max-width:600px){.head_right_wrap .head_menu .down_menu li>a{color:var(--dn-sub) !important;
  font-size:0.84em !important}}

@media screen and (max-width:760px){.head_wrap{background:#fff !important;
  border-bottom:1px solid var(--dn-border) !important}}

@media screen and (max-width:760px){.head_right_wrap .head_menu>li>a{display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  font-size:0.88em !important;
  letter-spacing:0.14em !important;
  text-transform:uppercase !important;
  color:var(--dn-dark) !important;
  font-weight:600 !important;
  border-bottom:1px solid rgba(29,29,29,0.10) !important;
  padding:20px 24px !important}}

@media screen and (max-width:760px){.head_right_wrap .head_menu>li>a::after{content:'›' !important;
  font-size:1.5em !important;
  font-weight:300 !important;
  color:var(--dn-bronze) !important;
  transition:transform 0.2s !important;
  line-height:1 !important}}

@media screen and (max-width:760px){.head_right_wrap .head_menu>li>a.click_menu_open::after{transform:rotate(90deg) !important}}

@media screen and (max-width:760px){.head_right_wrap .head_menu>li>a:hover{color:var(--dn-accent) !important}}

@media screen and (max-width:760px){.head_right_wrap .head_menu .down_menu{background:#F5F5F5 !important;
  border-top:none !important;
  border-left:2px solid var(--dn-bronze) !important;
  margin-left:0 !important}}

@media screen and (max-width:760px){.head_right_wrap .head_menu .down_menu li>a{color:var(--dn-sub) !important;
  font-size:0.83em !important;
  padding:12px 32px !important}}

@media screen and (max-width:760px){.head_right_wrap .head_menu .down_menu li>a::after{display:none !important}}

@media screen and (max-width:760px){.head_right_wrap .head_menu .down_menu li>a:hover{color:var(--dn-accent) !important}}

@media screen and (max-width:760px){.menu__wrapper.m-hamburger.active span:nth-child(1){transform:translateY(7px) rotate(45deg) !important}}

@media screen and (max-width:760px){.menu__wrapper.m-hamburger.active span:nth-child(2){opacity:0 !important;
  transform:scaleX(0) !important}}

@media screen and (max-width:760px){.menu__wrapper.m-hamburger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg) !important}}

@media screen and (max-width:768px){.quick_menu_wrap{background:rgba(29,29,29,0.92) !important}}

@media screen and (max-width:768px){.quick_menu_wrap .quick_menu_m ul{gap:0 !important;
  flex-wrap:nowrap !important}}

@media screen and (max-width:768px){.quick_menu_wrap .quick_menu_m ul li{padding:6px 0 !important;
  width:16.66% !important;
  margin:0 !important}}

@media screen and (max-width:768px){.quick_menu_wrap .quick_menu_m ul li .q_icon{width:22px !important;
  height:22px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important}}

@media screen and (max-width:768px){.quick_menu_wrap .quick_menu_m ul li .q_icon img{width:22px !important;
  max-width:22px !important;
  height:22px !important}}

@media screen and (max-width:768px){.quick_menu_wrap .quick_menu_m ul li .q_icon svg{width:22px !important;
  height:22px !important}}

@media screen and (max-width:768px){.quick_menu_wrap .quick_menu_m ul li a{font-size:8px !important;
  min-height:auto !important;
  color:#fff !important;
  letter-spacing:-0.3px !important}}

@media screen and (max-width:768px){.quick_menu_wrap .quick_menu_m ul li a .q_text{margin-top:2px !important;
  white-space:nowrap !important}}

@media screen and (max-width:768px){.quick_menu_wrap{padding-top:4px !important}}

.head_menu_wrap .head_menu>li>a {font-size:15px !important}

.head_menu_wrap .head_menu .down_menu li>a {font-size:12px !important}

.site-topbar__social {color:rgba(255,255,255,0.55);
  font-size:16px;
  padding:4px 6px;
  transition:color 0.2s;
  text-decoration:none}

.site-topbar__social:hover {color:#fff}

.head-cta-btn {padding:10px 22px !important;
  font-size:0.88em !important;
  background:var(--dn-accent) !important;
  border-color:var(--dn-accent) !important;
  color:#fff !important;
  white-space:nowrap;
  letter-spacing:0.10em !important;
  text-transform:uppercase !important;
  font-weight:600 !important}

.head-cta-btn:hover {background:#4F4F4F !important;
  border-color:#4F4F4F !important;
  color:#fff !important}

@media (max-width:760px){}

@media (min-width:761px){.head.head_after.dn-nav-wrap{display:grid !important;
  grid-template-columns:1fr auto 1fr !important;
  align-items:center !important;
  padding:0 28px !important;
  height:var(--dn-nav-ht) !important;
  width:100% !important;
  box-sizing:border-box !important;
  position:static !important}}

@media (min-width:761px){.dn-nav-left{display:flex !important;
  align-items:stretch !important;
  justify-content:flex-start !important;
  height:100% !important}}

@media (min-width:761px){.dn-nav-left ul.head_menu{display:flex !important;
  flex-wrap:nowrap !important;
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
  height:100% !important;
  align-items:stretch !important}}

@media (min-width:761px){.dn-nav-left .head_menu>li{position:relative !important;
  display:flex !important;
  align-items:center !important;
  flex-shrink:0 !important}}

@media (min-width:761px){.dn-nav-left .head_menu>li>a{color:var(--dn-dark) !important;
  font-size:clamp(0.58em,0.9vw,0.72em) !important;
  letter-spacing:0.08em !important;
  text-transform:uppercase !important;
  font-weight:500 !important;
  padding:0 clamp(6px,1vw,14px) !important;
  display:flex !important;
  align-items:center !important;
  height:100% !important;
  text-decoration:none !important;
  transition:color 0.2s !important;
  white-space:nowrap !important}}

@media (min-width:761px){.dn-nav-left .head_menu>li:hover>a{color:var(--dn-accent) !important}}

@media (min-width:761px){.dn-nav-left .down_menu{position:absolute !important;
  top:100% !important;
  left:0 !important;
  background:#fff !important;
  border-top:2px solid var(--dn-accent) !important;
  border-radius:0 !important;
  box-shadow:0 8px 32px rgba(29,29,29,0.12) !important;
  padding:10px 0 !important;
  width:175px !important;
  z-index:9999 !important;
  list-style:none !important;
  margin:0 !important}}

@media (min-width:761px){.dn-nav-left .down_menu li>a{font-size:0.79em !important;
  letter-spacing:0.05em !important;
  color:var(--dn-dark) !important;
  padding:9px 20px !important;
  display:block !important;
  text-decoration:none !important;
  transition:color 0.2s !important}}

@media (min-width:761px){.dn-nav-left .down_menu li:hover>a{color:var(--dn-accent) !important}}

@media (min-width:761px){.dn-nav-logo{display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  padding:0 20px !important}}

@media (min-width:761px){.dn-nav-logo a img{max-width:clamp(90px,10vw,140px) !important;
  width:auto !important;
  height:auto !important;
  padding:0 !important;
  object-fit:contain !important}}

@media (min-width:761px){.dn-nav-right{display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:12px !important;
  height:100% !important;
  flex-wrap:nowrap !important;
  flex-shrink:0 !important}}

@media (min-width:761px){.dn-nav-right .language_wrap,.dn-nav-right .dn-nav-auth,.dn-nav-right .head-cta-btn{flex-shrink:0 !important}}

@media (min-width:761px){.dn-nav-right .language_wrap{display:inline-flex !important;
  align-items:center !important;
  visibility:visible !important;
  opacity:1 !important}}

@media (min-width:761px){.dn-nav-right .language_wrap .language{display:inline-flex !important}}

@media (min-width:761px){.dn-nav-right .language_wrap{padding:0 !important;
  margin:0 !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  position:relative !important}}

@media (min-width:761px){.dn-nav-right .language_wrap .language{background:transparent !important;
  border:none !important;
  padding:6px 10px !important;
  border-radius:6px !important;
  min-width:0 !important;
  gap:5px !important;
  font-size:11.2px !important;
  font-weight:500 !important;
  color:var(--dn-sub,#6B6B6B) !important;
  letter-spacing:0.06em !important;
  white-space:nowrap !important;
  cursor:pointer;
  transition:background 0.2s,color 0.2s !important;
  text-transform:uppercase}}

@media (min-width:761px){.dn-nav-right .language_wrap .language:hover{background:rgba(100,100,100,0.06) !important;
  color:var(--dn-accent,#6B6B6B) !important;
  border:none !important}}

@media (min-width:761px){.dn-nav-right .language_wrap .language .globel.m{display:inline-flex !important;
  align-items:center !important;
  font-size:1em !important;
  margin:0 !important;
  color:inherit !important;
  line-height:1 !important}}

@media (min-width:761px){.dn-nav-right .language_wrap .language .globel.m i{color:inherit !important;
  font-size:1em !important}}

@media (min-width:761px){.dn-nav-right .language_wrap .language .pc,.dn-nav-right .language_wrap .language .img_countury{display:none !important}}

@media (min-width:761px){.dn-nav-right .language_wrap .language::before{content:"Language";
  display:inline-block;
  font-size:inherit !important;
  color:inherit !important;
  margin:0 !important;
  letter-spacing:inherit !important;
  font-weight:inherit !important}}

@media (min-width:761px){.dn-nav-right .language_wrap .language .arrow{display:inline-flex !important;
  visibility:visible !important;
  align-items:center !important;
  font-size:0.9em !important;
  color:inherit !important;
  opacity:0.7;
  transition:transform 0.2s !important}}

@media (min-width:761px){.dn-nav-right .language_wrap .language:hover .arrow{transform:translateY(1px);
  opacity:1}}

@media (min-width:761px){.dn-nav-right .language_wrap .language .arrow i{color:inherit !important;
  font-size:inherit !important}}

@media (min-width:761px){.dn-nav-right .language_wrap .select-ul{position:absolute !important;
  top:calc(100%+6px) !important;
  bottom:auto !important;
  right:0 !important;
  left:auto !important;
  min-width:150px !important;
  width:auto !important;
  margin:0 !important;
  padding:4px 0 !important;
  background:#fff !important;
  border:1px solid var(--dn-border,#E4E4E4) !important;
  border-radius:8px !important;
  box-shadow:0 12px 32px rgba(29,29,29,0.10),0 2px 6px rgba(29,29,29,0.04) !important;
  z-index:10000 !important;
  overflow:hidden !important}}

@media (min-width:761px){.dn-nav-right .language_wrap .select-ul li{border-top:none !important;
  list-style:none !important;
  margin:0 !important}}

@media (min-width:761px){.dn-nav-right .language_wrap .select-ul li a{padding:9px 16px !important;
  font-size:12.48px !important;
  color:var(--dn-dark,#1A1A1A) !important;
  gap:10px !important;
  display:flex !important;
  align-items:center !important;
  transition:background 0.15s,color 0.15s !important;
  letter-spacing:0.02em}}

@media (min-width:761px){.dn-nav-right .language_wrap .select-ul li a:hover{background:var(--dn-cream,#F8F8F8) !important;
  color:var(--dn-accent,#6B6B6B) !important}}

@media (min-width:761px){.dn-nav-right .language_wrap .select-ul li a span{color:inherit !important}}

@media (min-width:761px){.dn-nav-right .language_wrap .select-ul li a .img_countury{display:inline-block !important;
  width:18px !important;
  height:18px !important;
  border-radius:50% !important;
  flex-shrink:0 !important}}

@media (min-width:761px){.dn-nav-auth{display:flex !important;
  align-items:center;
  gap:6px;
  flex-shrink:0 !important}}

@media (min-width:761px){.dn-nav-auth__link{font-size:11.52px;
  color:var(--dn-sub) !important;
  text-decoration:none;
  letter-spacing:0.04em;
  cursor:pointer;
  transition:color 0.2s;
  white-space:nowrap}}

@media (min-width:761px){.dn-nav-auth__link:hover{color:var(--dn-accent) !important}}

@media (min-width:761px){.dn-nav-auth__sep{color:var(--dn-border);
  font-size:11.52px}}

@media (min-width:761px){.dn-nav-right .language_wrap{padding:0 !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  position:relative !important;
  height:auto !important}}

@media (min-width:761px){.dn-nav-right .select-ul{position:absolute !important;
  right:0 !important;
  left:auto !important;
  top:calc(100%+8px) !important;
  min-width:140px !important}}

@media (min-width:761px){.m-nav-actions{display:none !important}}

@media (max-width:760px){.head.head_after.dn-nav-wrap{display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  padding:0 12px !important;
  height:60px !important;
  position:relative !important}}

@media (max-width:760px){.dn-nav-left{display:none !important}}

@media (max-width:760px){.dn-nav-right{display:none !important}}

@media (max-width:760px){.dn-nav-logo{display:flex !important;
  align-items:center !important;
  position:static !important;
  left:auto !important;
  transform:none !important}}

@media (max-width:760px){.dn-nav-logo a img{max-width:88px !important;
  width:88px !important;
  height:auto !important;
  padding:0 !important}}

@media (max-width:760px){.m-nav-actions{display:flex !important;
  align-items:center !important;
  gap:2px !important;
  margin-left:auto !important;
  position:relative !important;
  z-index:1 !important}}

@media (max-width:760px){.m-nav-icon{display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:40px !important;
  height:40px !important;
  color:var(--dn-dark) !important;
  text-decoration:none !important;
  border-radius:6px !important;
  transition:background 0.2s !important}}

@media (max-width:760px){.m-nav-icon:hover{background:var(--dn-cream2) !important}}

@media (max-width:760px){.menu__wrapper.m-hamburger{display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  align-items:center !important;
  gap:5px !important;
  width:40px !important;
  height:40px !important;
  cursor:pointer !important;
  padding:8px !important;
  box-sizing:border-box !important;
  border-radius:6px !important;
  transition:background 0.2s !important}}

@media (max-width:760px){.menu__wrapper.m-hamburger:hover{background:var(--dn-cream2) !important}}

@media (max-width:760px){.menu__wrapper.m-hamburger span{display:block !important;
  width:22px !important;
  height:2px !important;
  background:var(--dn-dark) !important;
  border-radius:1px !important;
  transition:all 0.3s !important}}

.quick_menu_wrap_pc .quick_menu_pc ul {background:var(--dn-dark) !important}

.quick_menu_wrap_pc .quick_menu_pc ul li a span {background:var(--dn-accent) !important;
  color:#fff !important}

.quick_menu_wrap_pc .quick_menu_pc ul li:hover .quick-icon {background-color:var(--dn-bronze) !important;
  opacity:1}

@media (max-width:768px){.site-topbar__social{min-width:48px;
  min-height:48px;
  display:inline-flex !important;
  align-items:center;
  justify-content:center}}

@media (max-width:768px){.dn-nav-auth__link,.dn-nav-mobile a{min-height:48px;
  display:inline-flex;
  align-items:center}}

@media (max-width:768px){.quick_menu_m li a{min-height:48px}}

.head-cta-btn {background:#1A1A1A!important;
  color:#F5F5F5!important}

.dn-btn--filled:not(.head-cta-btn) {background:#1A1A1A!important;
  color:#F5F5F5!important}

body .quick_menu_wrap_pc .quick_menu_pc ul {background:rgba(41,41,41,.96)!important;
  border:1px solid rgba(238,238,238,.35)!important}

body .quick_menu_wrap_pc .quick_menu_pc ul li a:hover .quick-icon {transform:scale(1.18);
  filter:drop-shadow(0 0 5px rgba(238,238,238,.5));
  transition:.18s}

body .quick_menu_wrap_pc .quick_menu_pc .q-kakao {
  background-size:74% auto!important;
  background-repeat:no-repeat!important;
  background-position:center!important}

@media (min-width: 901px){.head_wrap .dn-nav-wrap .head_menu_wrap .head_menu > li > a{font-size:14.5px!important;
  padding:0 21px!important;
  letter-spacing:1.1px!important}}

@media (min-width: 901px){.head_wrap .dn-nav-wrap .head_menu_wrap .head_menu .down_menu{left:50%!important;
  right:auto!important;
  transform:translateX(-50%)!important;
  height:auto!important;
  min-height:0!important;
  overflow:visible!important;
  padding-top:10px!important;
  padding-bottom:14px!important}}

@media (min-width: 901px){.head_wrap .dn-nav-wrap .head_menu_wrap .head_menu .down_menu li > a{font-size:13.5px!important;
  line-height:1.9!important}}

@media (max-width:900px){.quick_menu_wrap{background:rgba(32,32,32,.96)!important}}

.dn-sub-hero__eyebrow,
	/* PC dropdown ============================================ */
	.dn-langswitch {position: relative;
   display: inline-flex;
   align-items: center;
   z-index: 1000;
  }

.dn-langswitch__btn {display: inline-flex;
   align-items: center;
   gap: 6px;
  
		min-height: 36px;
   padding: 0 12px;
  
		border: 1px solid rgba(76,76,76,0.18);
  
		border-radius: 999px;
  
		background: rgba(255,255,255,0.92);
  
		color: #0A0A0A;
  
		font-family: inherit;
   font-size: 12.5px;
   font-weight: 600;
  
		letter-spacing: 0.04em;
   line-height: 1;
  
		cursor: pointer;
  
		transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  }

.dn-langswitch__btn:hover,
	.dn-langswitch.is-open .dn-langswitch__btn {background: #fff;
  
		border-color: #4F4F4F;
  
		color: #4F4F4F;
  
		box-shadow: 0 4px 14px rgba(76,76,76,0.10);
  }

.dn-langswitch__icon {font-size: 15px;
   line-height: 1;
  }

.dn-langswitch__arrow {font-size: 15px;
   line-height: 1;
   transition: transform 0.2s ease;
   margin-left: 2px;
  }

.dn-langswitch.is-open .dn-langswitch__arrow {transform: rotate(180deg);
  }

.dn-langswitch__current {letter-spacing: 0.08em;
  }

.dn-langswitch__menu {position: absolute;
   top: calc(100% + 8px);
   right: 0;
  
		min-width: 140px;
   padding: 6px;
  
		margin: 0;
   list-style: none;
  
		border: 1px solid rgba(76,76,76,0.10);
  
		border-radius: 12px;
   background: #fff;
  
		box-shadow: 0 12px 30px rgba(31,31,31,0.12);
  
		opacity: 0;
   visibility: hidden;
   transform: translateY(-4px);
  
		transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  }

.dn-langswitch.is-open .dn-langswitch__menu {opacity: 1;
   visibility: visible;
   transform: translateY(0);
  }

.dn-langswitch__menu li {margin: 0;
   padding: 0;
  }

.dn-langswitch__menu a {display: flex;
   align-items: center;
   justify-content: space-between;
  
		min-height: 36px;
   padding: 0 12px;
  
		border-radius: 8px;
  
		color: #0A0A0A;
  
		font-size: 13px;
   font-weight: 500;
  
		text-decoration: none;
   white-space: nowrap;
  
		transition: background 0.15s ease, color 0.15s ease;
  }

.dn-langswitch__menu a:hover {background: rgba(76,76,76,0.06);
   color: #4F4F4F;
  }

.dn-langswitch__menu a.is-active {font-weight: 700;
   color: #4F4F4F;
   background: rgba(76,76,76,0.08);
  }

.dn-langswitch__menu a.is-active::after {content: '';
   width: 6px;
   height: 6px;
   border-radius: 50%;
  
		background: #4F4F4F;
   margin-left: 8px;
  }

/* Mobile chip group (in hamburger menu) ================== */
	.dn-langswitch--mobile {display: block;
   padding: 18px 22px;
  
		border-top: 1px solid rgba(205,205,205,0.6);
  
		margin-top: 8px;
  }


	.dn-langswitch--mobile .dn-langswitch__label {display: flex;
   align-items: center;
   gap: 4px;
  
		font-size: 17px;
   letter-spacing: -0.005em;
   font-weight: 600;
  
		color: #4F4F4F;
   margin-bottom: 10px;
  
		text-transform: uppercase;
  }

.dn-langswitch--mobile .dn-langswitch__label i {font-size: 17px;
  }

.dn-langswitch__chips {display: flex;
   flex-direction: column;
   gap: 4px;
  }

.dn-langswitch__chip {display: flex;
   align-items: center;
   justify-content: flex-start;
  
		min-height: 48px;
   padding: 12px 14px;
  
		border: none;
  
		border-radius: 0;
  
		color: #1A1A1A;
   font-size: 15px;
   font-weight: 500;
  
		text-decoration: none;
  
		background: transparent;
  
		transition: background 0.15s ease, color 0.15s ease;
  
		text-align: left;
  }

.dn-langswitch__chip:hover,
	.dn-langswitch__chip:focus-visible {background: rgba(76,76,76,0.05);
   color: #4F4F4F;
  }

.dn-langswitch__chip.is-active {background: #F5F5F5;
   color: #4F4F4F;
   font-weight: 700;
  }

.site-kakao-fab {position:fixed;
  right:20px;
  bottom:30px;
  z-index:99998;
  display:flex;
  align-items:center;
  gap:9px;
  background:#E4E4E4;
  color:#1A1A1A;
  padding:12px 18px 12px 15px;
  border-radius:999px;
  box-shadow:0 6px 22px rgba(0,0,0,.20);
  text-decoration:none;
  font-family:pretendard,'Noto Sans',sans-serif;
  -webkit-tap-highlight-color:transparent;
  animation:siteChatIn .5s ease both,siteChatBob 2.8s ease-in-out 1s infinite;
  }

.site-kakao-fab:hover,.site-kakao-fab:focus {color:#1A1A1A;
  filter:brightness(.97);
  }

.site-kakao-fab svg {display:block;
  flex:0 0 auto;
  }

.site-kakao-fab .wk-txt {display:flex;
  flex-direction:column;
  line-height:1.15;
  text-align:left;
  }

.site-kakao-fab .wk-txt b {font-size:14.5px;
  font-weight:700;
  letter-spacing:-.01em;
  }


			.site-kakao-fab .wk-short {display:none;
  }

.site-kakao-fab .wk-txt small {font-size:11px;
  font-weight:600;
  opacity:.72;
  letter-spacing:-.01em;
  }

.site-kakao-fab .wk-txt b {font-size:13.5px;
  }

.site-kakao-fab .wk-txt small {font-size:10.5px;
  }

.site-kakao-fab .wk-full {display:none;
  }

.site-kakao-fab .wk-short {display:inline;
  }


#site-lang-suggest {position:fixed;
  left:50%;
  bottom:var(--wls-bottom,18px);
  transform:translateX(-50%);
  z-index:100000;
  
  display:flex;
  align-items:center;
  gap:14px;
  max-width:calc(100vw - 28px);
  
  padding:13px 16px 13px 20px;
  border-radius:999px;
  background:#1A1A1A;
  color:#fff;
  
  box-shadow:0 10px 32px rgba(0,0,0,.24);
  font-size:14.5px;
  line-height:1.7;
  
  font-family:'Noto Sans Thai','Noto Sans KR',system-ui,sans-serif;
  
  opacity:0;
  transition:opacity .28s ease,transform .28s ease}

