﻿* {
  margin: 0;
  padding: 0;
  font-family: 'Pretendard', sans-serif;
}

@font-face {
    font-family: 'Impact';
    src: url('/static/font/Impact.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dream Orphans';
    src: url('/static/font/Dream Orphans.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dream Orphans';
    src: url('/static/font/Dream Orphans Bd.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dream Orphans';
    src: url('/static/font/Dream Orphans It.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Dream Orphans';
    src: url('/static/font/Dream Orphans Bd It.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GmarketSans';
    src: url('/static/font/GmarketSansTTFLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GmarketSans';
    src: url('/static/font/GmarketSansTTFMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GmarketSans';
    src: url('/static/font/GmarketSansTTFBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.pretendard-text {
  font-family: 'Pretendard', sans-serif;
  font-weight: 400 !important;
}

.impact-text {
  font-family: "Impact", "Arial Black", sans-serif;
  text-transform: uppercase;
}

.dream-orphans-text {
  font-family: 'Dream Orphans', sans-serif;
}

.gmarket-text {
  font-family: 'GmarketSans', sans-serif;
}

.gmarket-bold-text {
  font-family: 'GmarketSans', sans-serif;
  font-weight: 700;
}

.acumin-pro-extra-condensed {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.tborder{ border:1px solid #000000;}
.sub-coment{
  font-size: 16px;
}
header .header_normal{
  position: fixed;
  height: 85px;
  width: 100%;
  z-index: 3;
  padding: 15px 0px 0px 0px;
  transition: 0.4s;
}

/* header */
.main_header_wrap{
  position: fixed;
  z-index: 1000;
  transition: 0.4s;
}

.org_header{
  height: auto;
}

header .header_container {
  /* width: 100%; */
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.header_container {
  position: relative;
  display: block;
}

header .inline-section {
  position: relative;
  display: table;
  width: 100%;
  border-collapse: collapse;
}

header .inline-section .inline-section-wrap {
  position: relative;
  display: block;
  width: 100% !important;
  
}

.inline-col-group{
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

header .inline-section .inline-col-group {
  vertical-align: middle;
}

header .inline-section .inline-col-group {
  padding-top:  0px;
  padding-bottom: 0px;
  height: 80px;
}


.inline-col-group-mobile{
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

header .inline-section .inline-col-group-mobile {
  vertical-align: middle;
}

header .inline-section .inline-col-group-mobile {
  padding-top:  20px;
  padding-bottom: 0px;
  height: 50px;
}

header .inline-section .inline-col-group-left {
  vertical-align: middle;
}

header .inline-section .inline-col-group-left {
  text-align: right;
}

.inline-col{
  vertical-align: middle;
  position: relative;
  display: inline-block;
}

.widget .logo .text-inline{
  text-align: left;
}

.main_body_sys{
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /*fire fox*/
}
.main_body_sys::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}

.main_body_sys .widget{
  margin: 0;
}

.widget{
  position: relative;
  display: block;
  box-sizing: border-box;
}

.widget .logo{
  text-align: center;
}

header img.default-logo{
  max-width: 100%;
  position: absolute;
  opacity: 1;
  z-index: 1;
}

img {
  vertical-align: middle;
}

.normal_logo {
  position: absolute;
  top: 0;
  transition: 0.4s;
}
header.scrolled img.normal_logo {
  opacity: 0;
}

.scroll_logo {
  opacity: 0;
  position: static;
}

header.scrolled img.scroll_logo {
  opacity: 1;
}


header .header_mobile .mobile-header-bg-color{
  background-color: rgba(255, 255, 255, 0.0);
  transition: 0.4s;
}

header.scrolled .header_mobile .mobile-header-bg-color{
  background-color: rgba(255, 255, 255, 1);
}

header .header_mobile .inline-inside{
  padding-left: 20px !important;
  padding-right: 20px !important;
}


header .header_mobile .inline-inside-submenu{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* @media (min-width: 768px) {
  .new_header_overlay .fixed_transform {
      -webkit-transition-property: color, background, border-color;
      transition-property: color, background, border-color;
      transition-duration: 0.3s;
      transition-timing-function: ease-out;
  }
} */




header .header_mobile i.icon-global{
  font-family: 'simple-line-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}






body {
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  
}

/* 배경 이미지 설정 */
.background-container {
  background: url('../img/01_Main/01_main_top_01.jpg')
    no-repeat center center;
  background-size: cover;
  width: 100%;
  position: relative;
  color: #fff;
}

.background-container-company {
  background: url('../img/01_Main/04_main_company.png')
    no-repeat center center;
  background-size: cover;
  width: 100%;
  position: relative;
  color: #fff;
}

/* 오버레이 스타일 */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.dropbtn {
  background-color: transparent;
  color: white;
  border: none;
  cursor: pointer;
  transition: 0.4s;
}

header .dropbtn:hover, .dropbtn:focus {
  color: #ff592a;
}

header.scrolled .dropbtn{
  color: #ff592a;
  transition: 0.4s;
}

header.scrolled .dropbtn:hover{
  color: #565656;
}


.dropbtn-3 {
  background-color: transparent;
  color: white;
  border: none;
  cursor: pointer;
  transition: 0.4s;
}

header .dropbtn-3:hover, .dropbtn:focus {
  color: #ff592a;
}

header.scrolled .dropbtn-3{
  color: #ff592a;
  transition: 0.4s;
}

header.scrolled .dropbtn-3:hover{
  color: #565656;
}



.dropbtn-2 {
  background-color: transparent;
  color: white;
  border: none;
  cursor: pointer;
  transition: 0.4s;
}


.dropdown {
  float: right;
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 150px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  right: 0;
  z-index: 1;
  margin-top: 20px;
  border-radius: 3%;
  
}

.dropdown-content a {
  color: rgb(126, 126, 126) !important;
  padding: 10px 20px 10px 0px;
  margin-left: 15px;
  text-decoration: none;
  display: block;
  text-align-last:left !important;
}

.dropdown-content a:first-child{
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.dropdown a:hover {color: #000000 !important;}




.dropdown-content2 {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 150px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  margin-left: 20px;
  z-index: 1;
  border-radius: 3%;
  top: auto;
  bottom: 100%;
  
  
}

.dropdown-content2 a {
  color: rgb(126, 126, 126) !important;
  padding: 10px 20px 10px 0px;
  margin-left: 15px;
  text-decoration: none;
  display: block;
  text-align-last:left !important;
}

.dropdown-content2 a:first-child{
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.dropdown-content-3 {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 150px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  right: 0;
  z-index: 1;
  margin-top: 20px;
  border-radius: 3%;
  
}

.dropdown-content-3 a {
  color: rgb(126, 126, 126) !important;
  padding: 10px 20px 10px 0px;
  margin-left: 15px;
  text-decoration: none;
  display: block;
  text-align-last:left !important;
}

.dropdown-content-3 a:first-child{
  border-bottom: 1px solid rgba(0,0,0,0.1);
}


.slide_open .navbar-toggle.close.slide-close {
  opacity: 1;
  left: 310px;
  top: 9px;
}

.bts, .btb, .btm, .btl, .fab {
  display: inline-block;
  font: normal normal normal 14px / 1 "Black Tie";
  font-family: 'Black Tie' !important;
  font-size: inherit;
  vertical-align: -14.28571429%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.navbar-toggle.close.slide-close {
  position: fixed;
  left: -99999px;
  top: 0;
  padding: 8px;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  text-shadow: none;
  opacity: 0;
  font-size: 16px;
  z-index: 1100;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity = 20);
  opacity: .2;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* 스크롤 시 헤더 스타일 */
header.scrolled .header_normal{
  background: #fff;
  height: 85px;
  color: #ff592a;
  border-bottom: 1px solid rgba(255, 89, 42, 0.5);
}




header.scrolled .header_normal img.default-logo {
  opacity: 0;
}

header img.scrolled-logo {
  position: absolute;
  opacity: 0;
  z-index: 2;
}

header.scrolled .header_normal img.scrolled-logo {
  opacity: 1;
}

/* 내비게이션 스타일 */

nav ul {
  list-style: none;
  width: 100%;
  text-align: right !important;
  align-items: center;
  font-size: 14px;
}

nav ul.menu > li {
  display: inline;
  margin-left: 60px;
  position: relative;
  padding-bottom: 20px;
}


/* main slider */
.container11 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: grab;
}

.container11 .slider {
    display: flex;
    flex-shrink: 0;
    transform: translate(0);
    width: 100%;
    height: 100%;
    color: #ffffff;
  }
.container11 .slider .slide {
  user-select: none;
  min-width: 100%;
  height: 100%;
}

.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.5rem;
}

.container11_mo {
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: grab;
}

.container11_mo .slider_mo {
    display: flex;
    flex-shrink: 0;
    transform: translate(0);
    width: 100%;
    height: 100%;
    color: #ffffff;
  }
.container11_mo .slider_mo .slide_mo {
  user-select: none;
  min-width: 100%;
  height: 100%;
}

.slide_mo {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.5rem;
}

.container11 .slider_main {
    display: flex;
    flex-shrink: 0;
    transform: translate(0);
    width: 100%;
    height: 100%;
    color: #ffffff;
  }

.slide_main {
  user-select: none;
  min-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.5rem;
}


.slider.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* main slider end */

/* header nav > ul > li > ul {position: absolute; width: 160px; height: 128px; top: 60px; background-color: #fff; display: none;}
header nav > ul > li > ul > li >a {padding: 8px 20px; display: block; font-size: 12px; transition: all ease 0.3s;} */
/* header nav > ul > li > ul > li:hover .submenu {display: block;} */

nav .menu > li.product-select:hover > ul.submenu {visibility:visible; display: block; opacity: 1;}

nav .menu > li.product-select > ul.submenu {
  visibility: hidden;
  display: block;
  opacity: 0;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}

/* nav .menu > li.language-select:hover > ul.lang-submenu {
  visibility:visible; 
  display: block; 
  opacity: 1;
} */

/* nav .menu > li.language-select > ul.lang-submenu {
  transform: translateY(0px); 
  text-align: left;
  visibility: hidden;
  display: block;
  opacity: 0;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
} */

/* .lang-submenu-show{
  display: block;
} */
.lang-submenu-show{
  display: block;
  visibility: visible;
  opacity: 1;
}

nav .lang-submenu {
  position: absolute;
  min-width: 100px; 
  min-height: 60px; 
  /* top: 100%; */
  z-index: 1;
  right: 0px;
  background-color: #f5f5f5;
  color: #595959; 
  text-align: left;
  overflow: auto;
}

nav .lang-submenu a {
  padding: 8px 20px; 
  display: block; 
  font-size: 12px; 
  transition: all ease 0.3s;
}

nav ul.menu > li.language-select > ul.lang-submenu > li:hover a {
  color: #000;
}

nav .submenu {
  display: none; 
  position: absolute;
  min-width: 160px; 
  min-height: 128px; 
  top: 140%;
  z-index: 1000;
  left: 0px;
  background-color: #f5f5f5;
  color: #E85C0D; 
  text-align: left;
}

nav .submenu a {
  padding: 8px 20px; 
  display: block; 
  font-size: 12px; 
  transition: all ease 0.3s;
}

nav ul.menu > li.product-select > ul.submenu > li:hover a {
  background-color: #E85C0D; 
  color: #fff;
}

.main_header_wrap .dropdown-submenu{
  position: relative;
  text-align: left;
}

.inline-blocked {
  display: inline-block;
}

.inline_global_dropdown a {
  display: inline-block;
  width: 100%;
}

.dropdown{
  position: relative;
}
/* 
nav ul.menu > li.language-select:hover a.dropdown-toggle span i.arrow{
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  top: 50%;
  margin-left: 10px;
  margin-top: 0;
  opacity: 1;
  border-top-color: #ff592a;
  margin-top: -2px;
  margin-left: 5px;
  vertical-align: middle;
}

nav ul.menu > li.language-select a.dropdown-toggle span i.arrow{
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  top: 50%;
  margin-left: 10px;
  margin-top: 0;
  transition: 0.4s;
  border-top-color: #fff;
  margin-top: -2px;
  margin-left: 5px;
  vertical-align: middle;
} */

.arrow{
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  top: 50%;
  margin-left: 10px;
  margin-top: 0;
  border-top-color: #fff;
  margin-top: -2px;
  margin-left: 5px;
  vertical-align: middle;
  transition: 0.4s;
}

.arrow:hover{
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  top: 50%;
  margin-left: 10px;
  margin-top: 0;
  border-top-color: #727272;
  margin-top: -2px;
  margin-left: 5px;
  vertical-align: middle;
  transition: 0.4s;
}

header.scrolled .arrow{
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  top: 50%;
  margin-left: 10px;
  margin-top: 0;
  border-top-color: #ff592a;
  margin-top: -2px;
  margin-left: 5px;
  vertical-align: middle;
}


nav a {
  /* color: #ffffff; */
  transition: 0.4s;
}

header.scrolled .header_normal nav li a {
  color: #ff592a;
}

/* 마우스 오버 시 글자 색상 */
header:not(.scrolled) nav ul.menu > li:hover a {
  color: #ff592a;
}

header:not(.scrolled) nav ul.menu > li.language-select:hover a {
  color: #565656;
}

header.scrolled nav li:hover a {
  color: #565656;
}

header .header_normal .select-label {
  color: #ffffff !important;
}

header .header_normal .select-label .lang-btn:hover{
  color: #727272 !important;
  && .arrow{
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    top: 50%;
    margin-left: 10px;
    margin-top: 0;
    border-top-color: #727272;
    margin-top: -2px;
    margin-left: 5px;
    vertical-align: middle;
    transition: 0.4s;
  }
}

/* header .header_normal .select-label .dropdown-toggle:hover {
  color: #727272 !important;
} */


header.scrolled span.select-label {
  color: #000000;

}

header.scrolled nav li a.com {
  border-bottom: solid 2px #ff592a !important;
}

/* 드롭다운 메뉴 스타일 */
/* .select-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 10;
} */
/* 
.select-dropdown a {
  display: block;
  padding: 10px;
  color: #000;
  text-decoration: none;
} */

/* .select-dropdown a:hover {
  background: #f1f1f1;
} */

.language-select,
.product-select {
  cursor: pointer;
}

.language-select .select-label {
  background: #ffffff00;
  border-radius: 4px;
  position: relative;
}

.language-select .select-dropdown {
  width: 100px;
}

.language-select .select-dropdown, .product-select .select-dropdown {
  display: none;
  position: absolute;
  background-color: white;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  min-width: 120px;
  width: 100%;
  z-index: 1;
}

.language-select:hover .select-dropdown , .product-select:hover .select-dropdown {
  display: block;
  transition: 1s;
}

.language-select .select-dropdown a, .product-select .select-dropdown a {
  display: block;
  padding: 12px 16px;
  color: black;
  text-decoration: none;
}

.language-select .select-dropdown a:hover, .product-select .select-dropdown a:hover {
  background-color: #f1f1f1;
}



/* 메인 콘텐츠 스타일 */
main {
  flex: 1;
  /* margin-top: 200px; */
}

main .container {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 20px;
}

/* 인트로 섹션 스타일 */
.intro {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  height: 495px;
  padding-top: 150px;
  position: relative;
  z-index: 2;
  color: #fff;
}

div.text {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}


.intro h2 {
  font-size: 48px;
  margin-bottom: 5px;
  line-height: 60px;
}

.intro p {
  margin-top: 10px;
}

/* 인트로 섹션 스타일 */
.intro2 {
  margin-bottom: 20px;
  position: relative;
  padding: 210px 15px 60px 15px;
  z-index: 2;
  color: #fff;
}

.intro2 h2 {
  font-size: 48px;
  margin-bottom: 5px;
}

.intro2 p {
  margin-top: 10px;
}

.intro3 {
  position: relative;
  padding: 200px 15px 60px 15px;
  z-index: 2;
  color: #fff;
}

.intro3 h2 {
  font-size: 48px;
  margin-bottom: 5px;
}

.intro3 p {
  margin-top: 10px;
}


/* 콘텐츠 섹션 스타일 */
.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  /* margin-top: 120px; */
}

.content-item {
  background: #fff;
  width: 100%;
  height: 100%;
  padding-top:120px;
  padding-bottom: 120px;
}

.content-item2 {
  background: #fff;
  width: 100%;
  height: 100%;
  padding-top:60px;
  padding-bottom: 60px;
}

.product-eng,
.product-han {
  text-align: center;
  font-size: 48px;
}

.product-eng {
  font-weight: 900;
}

.product-han {
  font-weight: 100;
  margin-bottom: 60px;
}


/* main page carousel */

.section_wrap {
  position: relative;
}

.visual_section.full_screen_show{
  overflow: hidden;
}

.pk-carousel.pk-loaded {
  display: block;
}

.pk-carousel {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.pk-carousel {
  display: none;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.pk-carousel .pk-stage-outer {
  position: relative;
  overflow-x: hidden;
  /* -webkit-transform: translate3d(0, 0, 0); */
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  /* cursor: grab; */
}

.pk-carousel .pk-stage {
  position: relative;
}

.pk-carousel .pk-item {
  position: relative;
  min-height: 1px;
  /* float: left; */
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.holder {
  position: relative;
}

.new_header_overlay .section_first .visual_section .pk-theme .item .op,
.new_header_overlay_mobile .mobile_section_first .visual_section .pk-theme .item .op {
  height: 100vh;
}

.visual_section .pk-theme .item .op,
.visual_section.fullpage_on .item .op{
  background-color: rgba(0, 0, 0, 0.3);
  zoom: 1;
  z-index: 999;
  height: 100%;
  width: 100%;
}

.visual_section .pk-theme .item .op:nth-child(n){
  filter: none;
}

.new_header_overlay .section_first .visual_section .header-content,
.page_ready .visual_section{
  height: 100%;;
}

.visual_section .header-content {
  height: 100vh;
  display: table;
  width: 100%;
  color: #fff;
  overflow: hidden;
}

.doz_sys .visual_section .header-content{
  margin: 0 auto;
}

.visual_section .header-content .text{
  vertical-align: middle;
}

.visual_section .header-content .text {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.fr-view {
  word-wrap: break-word;
}

.visual_section .pk-controlls {
  margin: 0 auto;
}

.visual_section .pk-dots {
  position: absolute;
  z-index: 20;
  bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pk-theme .pk-dots .pk-dot {
  display: inline-block;
  zoom: 1;
}

.pk-theme .pk-dots .pk-dot {
    display: inline-block;
    zoom: 1;
}

.pk-prev,.pk-next,.pk-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pk-theme .pk-dots .pk-dot.active span,
.paging_type_dot02 .pk-theme .pk-dots .pk-dot.active span,
.paging_type_line .pk-theme .pk-dots .pk-dot.active span {
  background-color: #fff;
}

.paging_type_dot02 .pk-theme .pk-dots .pk-dot span,
.paging_type_big_dot .pk-theme .pk-dots .pk-dot span,
.paging_type_line .pk-theme .pk-dots .pk-dot span {
  border-color: #fff !important;
  background: #fff !important;
}

.doz_sys .paging_type_line .pk-dots .pk-dot span {
  width: 28px !important;
  height: 4px !important;
  margin: 5px 7px !important;
  border-radius: 0;
}

.doz_sys .paging_type_dot02 .pk-dots .pk-dot.active span,
.doz_sys .paging_type_line .pk-dots .pk-dot.active span {
  background: #212121 !important;
  opacity: 1;
  border-color: #212121 !important;
}

.pk-theme .pk-dots .pk-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  border-width: 1px;
  border-style: solid;
  border-color: #eee;
  display: block;
  -webkit-backface-visibility: visible;
  border-radius: 30px;
}


.visual_section .pk-dots {
  position: absolute;
  z-index: 20;
  bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}



/* 상품 그리드 스타일 */
.product-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.product-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}


.product-item {
  background: #fff;
  padding: 10px 0;
  /* width: 320px; */
  text-align: center;
}

.product-grid-4 .product-item img {
  width: 100%;
  height: auto;
  max-width: 320px;
  margin-bottom: 10px;
}

.product-grid-3 .product-item img.list-page {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.product-item h4 {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 100;
}

a > .product-item {
  color: #000;
}

a {
  text-decoration: none;
}

.background-image-section {
  position: relative;
  width: 100%;
}

.fixed-bg {
  position: fixed; 
  top: 0;       
  left: 0;      
  width: 100%;  
  height: 100vh; 
  background-image: url('../img/01_Main/04_main_company.png');
  opacity: 0.6;
  background-size: cover;             
  background-position: center center; 
  transform: translateZ(0);
  will-change: transform;
}

.fixed-bg-main {
  position: fixed; 
  top: 0;       
  left: 0;      
  width: 100%;  
  height: 100vh;
  z-index: -1000;
  background-image: url('../img/01_Main/04_main_company.png');
  opacity: 0.6;
  background-size: cover;             
  background-position: center center; 
  transform: translateZ(0);
  will-change: transform;
}

.background-image-section .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/01_Main/04_main_company.png')
    no-repeat center center;
  background-size: cover;
  z-index: 1;
}

.background-image-section .bg-product-img-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/03_Product/02_powder/powder_top_intro.jpg')
    no-repeat center center;
  background-size: cover;
  z-index: 1;
  filter:brightness(65%);
}
.background-image-section .bg-product-img-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/03_Product/01_chewseries/chew_top_intro.jpg')
    no-repeat center center;
  background-size: cover;
  z-index: 1;
}
.background-image-section .bg-product-img-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/03_Product/04_shining/shining_mid_intro.jpg')
    no-repeat center center;
  background-size: cover;
  z-index: 1;
}

.background-image-section .content-box {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

/* 버튼 스타일 */
.content-btn {
  width: 118px;
  height: 39px;
  font-size: 12px;
  background-color: transparent;
  border: solid 1px #fff;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

.content-btn:hover {
  width: 118px;
  height: 39px;
  font-size: 12px;
  background-color: #ffffff;
  border: solid 1px #fff;
  color: #828282;
}
.company-btn {
  cursor: pointer;
  width: 118px;
  height: 39px;
  font-size: 12px;
  background-color: transparent;
  border: solid 1px #fff;
  color: #fff;
  transition: 0.4s;
}
.company-btn:hover {
  background-color: #ff592a;
  color: #fff;
  border: none;
}
.prne_btn{
  transition: 0.4s;
}

.prne_btn:hover{
  background-color: #f5f4f485;
}

/* 푸터 스타일 */
footer {
  display: flex;
  flex-direction: column;
  z-index: 2;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  color: #fff;
  font-size: 13px;
}

footer .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-item {
  text-align: left;
  max-width: 500px;
}

.footer-logo {
  max-width: 193px;
  height: auto;
}

.mobile-lang-select{
  color: #ffffff;
  transition: 0.4s;
}

.mobile-menu-select{
  color: #ffffff;
  transition: 0.4s;
}

.mobile-menu-btn{
  font-size: 13px;
  padding:8px 0px 8px 0px;
}

.mobile-menu-btn-margin-right{
  margin-right: 15px;
}
header.scrolled .mobile-menu-btn a{
  color: #ff592a;
  
}

.mobile-menu-btn a{
  color: #ffffff;
  transition: 0.4s;
  
}

.mobile-lang-select:hover{
  color: #696969 ;
}

header.scrolled .header_mobile .mobile-lang-select{
  color: #ff592a ;
}

header.scrolled .header_mobile .mobile-menu-select{
  color: #ff592a ;
}
.select-border-bottom{
  border-bottom: 2px solid #ffffff;
  transition: 0.4s;
}

header.scrolled .select-border-bottom{
  border-bottom: 2px solid #ff592a;
  transition: 0.4s;
}


header.scrolled .mobile-submenu-border-bottom{
  border-bottom:1px solid rgba(255,89,42, 0.3) ;
}

.mobile-submenu-border-bottom{
  border-bottom:1px solid rgba(255, 255, 255, 0.3) ;
}

.mobile-submenue-padding{
  padding-left: 20px; 
  padding-right: 20px;
}

.footer-background{
  background-color: #212121;
}

/* carousel css */


.line{
  
  background-color: silver;
  /* border: 3px solid silver; */
  margin: 20px auto;
  /* 딱 div 길이만큼 선을 만들려면 */
  box-sizing: border-box;
}

.target{
  /* width: 200px; */
  border: 3px solid navy;
  transition: 0.3s
  /* transform: translateX(200px); */
}

.product-list-btn{
  padding: 6px 20px; 
  margin-top: 12px; 
  border: none; 
  background-color: #ff592a;
  color:#ffffff;
  cursor: pointer;
  transition: 0.4s;
}

.product-list-btn:hover{
  background-color: #565656;
  color:#ffffff;
}

/* mobile slide menu */


/* slide menu  */
.mobile_slide_menu_container {
  position: fixed;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  width: 0;
  right: 0;
  z-index: 9999;
}

.mobile_slide_menu_container .slide_menu_backdrop {
  background: #000;
  opacity: .6;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
}


.mobile_slide_menu_container .mobile_slide_menu.animation {
  -webkit-transition: transform 300ms ease 0s;
  transition: transform 300ms ease 0s;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.mobile_slide_menu_container.slide_open .mobile_slide_menu {
  background: #fff;
  -webkit-transform: translate3d(300px, 0px, 0px);
  transform: translate3d(300px, 0px, 0px);
  overflow-y: auto;
}



.mobile_slide_menu_container .mobile_slide_menu {
  left: -300px;
  -webkit-transition: none;
  -webkit-transform: none;
  transition: none;
  transform: none;
  background: #fff;
}

.mobile_slide_menu {
  min-width: 0;
  width: 300px;
  height: 100%;
  position: absolute;
  padding-left: 0;
  z-index: 1500;
  top: 0;
  left: 0;
  margin: 0;
  webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: transform 300ms ease 0s;
  transform: translate3d(-300px, 0px, 0px);
}

.mobile_slide_menu .navbar-nav {
  margin: 0;
}

.mobile_slide_menu .navbar-nav {
  min-width: 0;
  width: 100%;
  /* height: 100%; */
  margin: 0;
}

.nav-mo {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.mobile_slide_menu_container.slide_open .im-mobile-slide-footer {
  display: flex;
  flex-direction: column;
}

.im-mobile-slide-footer {
  width: 100%;
  display: none;
  position: fixed;
  bottom: 0;
  background: #fff;
}

.slide_open .viewport-nav.mobile {
  display: block;
}

.viewport-nav.mobile {
  display: none;
  padding: 0 0 12px 0;
  height: 100%;
  position: relative;
  overflow-y: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}

.viewport-nav.mobile li, .viewport-nav.mobile ul {
  list-style: none;
  padding: 0;
}

.viewport-nav.mobile li.depth-01 > a {
    padding: 13px 50px 14px 20px;
}

.viewport-nav.mobile li a {
  position: relative;
  outline: 0;
  border: none;
  margin: 0;
  padding: 8px 50px 8px 20px;
  font-size: 13px;
  line-height: 1;
  display: block;
  background: transparent;
}

.viewport-nav.mobile li a {
    position: relative;
    outline: 0;
    border: none;
    margin: 0;
    padding: 8px 50px 8px 20px;
    font-size: 13px;
    line-height: 1;
    display: block;
    background: transparent;
}
.mobile_slide_menu_container .viewport-nav.mobile li a.active-real {
  background: #3e4a2f;
  color: #ffffff;
}
.mobile_slide_menu_container .viewport-nav.mobile li li:last-child a,
.mobile_slide_menu_container .viewport-nav.mobile li li li:last-child a, 
.mobile_slide_menu_container .viewport-nav.mobile li > ul.collapse,
.mobile_slide_menu_container .viewport-nav.mobile li li > ul.collapse,
.mobile_slide_menu_container .viewport-nav.mobile li > ul.collapsing[aria-expanded=false],
.mobile_slide_menu_container .viewport-nav.mobile li li > ul.collapsing[aria-expanded=false] {
  margin-bottom: 0;
}

.mobile_slide_menu_container .viewport-nav.mobile li > ul,
.mobile_slide_menu_container .viewport-nav.mobile li > ul.collapse.in{
  margin-bottom: 14px;
}

.viewport-nav.mobile ul {
  overflow: hidden;
}

.viewport-nav.mobile ul {
  
  padding: 0;
}

.viewport-nav ul {
  list-style: none;
  padding: 0;
}

.viewport-nav.mobile li li a {
  padding-left: 30px;
}

.dropup {
  position: relative;
}

.im-globe .btn {
  border: 0;
  text-align: left;
  padding: 15px 20px;
  border-radius: 0;
  background: none;
  font-weight: normal;
  letter-spacing: normal;
}

.im-globe .dropdown-toggle {
  width: 100%;
  text-align: left;
}

button.btn-flat, .btn-flat {
  background-color: transparent !important;
  border-color: transparent !important;
}

.btn {
  font-size: 12px;
}

.viewport-nav.mobile li a.has_child.open > .toggle-btn:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}


.mt120 {
  margin-top: 120px;
}


/* product-detail-page */

.detail_wrap{
  padding: 120px 0px 20px; 
  margin-bottom: 30px;
  text-align: left; 
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}


@media (min-width: 992px) {
  .header_mobile{
    display: none;
  }
  .mobile-content-section{
    display: none;
  }

  .mobile-content-carousel-section{
    display: none;
  }
  .mobile-footer{
    display: none;
  }

  footer.footer-padding{
    padding: 120px 0 60px; 
  }
  .pc-select-product-hide{
    display: none;
  }

  .footer-background{
    background-color: transparent;
  }

  /* main carosel 반응형 */
  .doz_sys.new_header_overlay > .section_first.pc_section.visual_section,
  .doz_sys.new_header_overlay > .section_first.pc_section.scroll-to-fixed-fixed{
    padding-top: 0 !important;
  }

  .doz_sys.new_header_overlay > .section_first.pc_section,
  .doz_sys.new_header_overlay > section > .section_first.pc_section:not(.visual_section),
  .doz_sys.new_header_overlay.section_fixed_disable > .section_first.pc_section.scroll-to-fixed-fixed,
  .doz_sys.new_header_overlay #doz_header_wrap + .section_first.pc_section.visual_section .op,
  .doz_sys.new_header_overlay #doz_header_wrap ~ .section_first.pc_section.visual_section .op,
  .doz_sys.new_header_overlay #doz_header_wrap ~ .one_page_section .section_first.pc_section.visual_section .op,
  .doz_sys.header_overlay .widget.board .grid_ignore.bg_on,
  .doz_sys.new_header_overlay > .section_first.pc_section .repeat_icon{
    padding-top: 102px !important;
  }

  .visual_section .header-content {
    /* max-width: 1400px; */
    padding-right: 15px;
    padding-left: 15px;
  }


  /* .content .pc-content-section .mobile-content-title-font{
    font-size: 48px;
  }

  .content .pc-content-section .mobile-content-sub-font{
    font-size: 48px;
  }

  .content .pc-content-section .mobile-content-sub2-font{
    font-size: 48px;
  } */

}

/* mobile 보기 */
@media (max-width: 991px) {
  .detail_wrap{
    padding: 60px 0px 0px;
  }
  .company-info{
    font-size: 28px;
  }
  .content-item {
    padding-top:60px;
  }
  .sub-coment{
    font-size: 14px;
  }
  .header_normal{
    display: none;
  }
  .pc-content-section{
    display: none;
  }
  .pc-content-carosel-section{
    display: none;
  }
  
  .mobile-select-product-hide{
    display: none;
  }
  /* .content .pc-content-section .mobile-content-title-font{
    font-size: 26px;
  } */
  .pc-footer{
    display: none;
  }
  footer.footer-padding{
    padding: 40px 0px 40px 0px; 
  }

  .intro2 {
    margin-bottom: 20px;
    position: relative;
    padding: 210px 15px 30px 15px;
    z-index: 2;
    color: #fff;
  }

  .intro3 {
    position: relative;
    padding: 150px 15px 30px 15px;
    z-index: 2;
    color: #fff;
  }

  .new_header_overlay_mobile #doz_header {
    position: absolute !important;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 91;
  }
  
  header .container,
  .nav-div {
    flex-direction: column;
    align-items: flex-start;
  }

  nav ul {
    text-align: left;
    padding-left: 0;
  }

  nav li {
    margin-left: 20px;
  }

  .intro {
    padding-top: 100px;
  }

  .intro-text{
    padding-left: 15px;
    padding-top: 140px;
  }
  .mt120{
    margin-top: 60px;
  }

  .product-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .intro h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .intro h2.korean-coment{
    margin-top: 15px;
  }
  .navbar-toggle.close.slide-close {
    display: block;
  }

}

@media (max-width: 766px) {
  .mobile-submenue-padding{
    padding-left: 20px; 
    padding-right: 20px; 
  }
  .mobile-menu-btn{
    padding:12px 0px 12px 0px;
  }
  .product-grid {
    grid-template-columns: (2, 1fr);
  }


  .product-eng,
  .product-han {
    font-size: 36px; 
  }
}

/* New redesigned page styles */
@font-face {
  font-family: "Dream Orphans";
  src: url("/static/font/Dream Orphans.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #fff;
  color: #101010;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.main-page {
  overflow-x: hidden;
  background: #fff;
}

.top-strip {
  height: 22px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .06em;
}

.main-header {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 85px;
  border-bottom: 1px solid rgba(255,255,255,.35);
  color: #fff;
  transition: background .2s ease, border-color .2s ease, color .2s ease, top .2s ease;
}

.main-header.is-scrolled,
.main-header:has(.nav-dropdown:hover) {
  position: fixed;
  background: #fff;
  color: #111;
  border-bottom-color: #e2e2e2;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

.main-header.is-scrolled {
  top: 0;
}

.main-header:has(.nav-dropdown:hover) {
  top: 0px;
}

.main-header.is-scrolled:has(.nav-dropdown:hover) {
  top: 0;
}

.header-inner {
  width: min(1160px, calc(100% - 40px));
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 88px;
}

.brand {
  display: flex;
  align-items: center;
  line-height: 0;
}

.brand-logo {
  display: block;
  width: 60px;
  max-width: 100%;
  height: auto;
}

.brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ff522f;
  border: 2px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
}

.header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  height: 100%;
  margin: auto;
  font-size: 15px;
  font-weight: 400;
}

.nav-dropdown {
  height: 100%;
  display: flex;
  align-items: center;
}

.nav-dropdown-link {
  display: inline-flex;
  align-items: center;
  height: 100%;
}

.nav-dropdown-panel {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100vw;
  min-height: 330px;
  transform: translateX(-50%);
  background: #fff;
  color: #161616;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #d8d8d8;
  box-shadow: 0 14px 28px rgba(0,0,0,.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, visibility .18s ease;
}

.nav-dropdown:hover .nav-dropdown-panel,
.nav-dropdown:focus-within .nav-dropdown-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.nav-dropdown-inner {
  width: min(1160px, calc(100% - 56px));
  margin: 0 auto;
  padding: 48px 0 42px;
  display: grid;
  grid-template-columns: 1fr 540px;
  gap: 74px;
  align-items: start;
}

.dropdown-category {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  color: #c8c8c8;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}

.dropdown-category a {
  transition: color .16s ease;
}

.dropdown-category a:hover {
  color: #111;
}

.dropdown-category .dropdown-title {
  margin-bottom: 18px;
  color: #151515;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.02em;
}

.dropdown-featured {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.dropdown-product {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #555;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
}

.dropdown-product img {
  box-sizing: border-box;
  width: 90%;
  aspect-ratio: 4 / 5.6;
  object-fit: contain;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 18px 24px 14px;
}

.dropdown-product .badge {
  position: absolute;
  top: 0;
  left: 5%;
  z-index: 1;
  min-width: 44px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}

.dropdown-product .badge.best {
  background: #ff522f;
}

.dropdown-product .badge.new {
  background: #111;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.header-action-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
}

.action-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 50%;
  z-index: 30;
  min-width: 90px;
  padding: 9px 0;
  transform: translateX(50%) translateY(-4px);
  background: #fff;
  color: #222;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

.header-action-dropdown.is-open .action-menu,
.header-action-dropdown:focus-within .action-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(50%) translateY(0);
}

@media (hover: hover) and (pointer: fine) {
  .header-action-dropdown:hover .action-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(50%) translateY(0);
  }
}

.action-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  color: #555;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
}

.action-menu a:hover {
  color: #111;
}

.language-menu {
  min-width: 64px;
}

.language-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  line-height: 0;
  border: 0;
  padding: 8px 12px;
  background: transparent;
  cursor: pointer;
}

.mobile-menu-icon {
  display: none;
}

.mobile-nav-drawer {
  display: none;
}

.shop-pill {
  min-width: 58px;
  height: 22px;
  border: 0;
  border-radius: 999px;
  background: #ff522f;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
}

.globe {
  width: 22px;
  height: 22px;
  display: block;
  object-fit: contain;
}

.globe-dark {
  display: none;
}

.main-header.is-scrolled .globe-light,
.main-header:has(.nav-dropdown:hover) .globe-light {
  display: none;
}

.main-header.is-scrolled .globe-dark,
.main-header:has(.nav-dropdown:hover) .globe-dark {
  display: block;
}

.main-header.is-scrolled .chevron,
.main-header:has(.nav-dropdown:hover) .chevron {
  border-top-color: #111;
}

.chevron {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
}

.hero {
  position: relative;
  height: 100vh;
  min-height: 660px;
  background: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 150px 24px 92px;
  overflow: hidden;
}

.hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  touch-action: pan-y;
}

.hero-track {
  width: 100%;
  height: 100%;
  display: flex;
  transition: transform .8s ease;
  will-change: transform;
}

.hero-slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(0,0,0,.08), rgba(0,0,0,.12)),
    radial-gradient(circle at 50% 53%, rgba(255,255,255,.05), rgba(0,0,0,.08));
}

.hero-copy {
  position: relative;
  z-index: 1;
  pointer-events: none;
  color: #fff;
  text-shadow: 0 3px 8px rgba(0,0,0,.35);
  transform: translateY(38px);
}

.hero-title {
  margin: 0;
  font-size: 100px;
  line-height: 0.9;
  font-weight: 100;
  letter-spacing: 0;
}

.hero-subtitle {
  margin: 14px 0 10px;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1;
  font-weight: 400;
}

.hero-desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
}

.hero-dermatest {
  position: absolute;
  right: clamp(24px, 5vw, 64px);
  bottom: clamp(24px, 5vw, 54px);
  z-index: 2;
  width: clamp(44px, 5vw, 72px);
  height: auto;
  display: block;
}

.hero-dermatest.is-hidden {
  display: none;
}

.hero.is-pet-chew > .hero-dermatest {
  display: none;
}

.category-banners {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 118px 0 104px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.category-card {
  position: relative;
  min-height: 350px;
  overflow: hidden;
  background: #e7e7e7;
  display: grid;
  grid-template-columns: 42% 58%;
  align-items: stretch;
}

.category-card.petcare {
  background: url('/static/img/01_Main/03_main_middle_01.jpg') right bottom / cover no-repeat;
  color: #111;
}

.category-card.supplement {
  background: url('/static/img/01_Main/03_main_middle_02.jpg') right center / cover no-repeat;
  color: #111;
}

.category-text {
  position: relative;
  z-index: 2;
  padding: 42px 0 34px 38px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.category-title {
  margin: 0;
  font-size: 24px;
  line-height: 1;
  font-weight: 100;
}

.category-sub {
  width: max-content;
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.35;
}

.category-copy {
  margin: 32px 0 0;
  font-size: 15px;
  line-height: 1.65;
}

.petcare .category-copy {
  max-width: 162px;
}

.supplement .category-copy {
  max-width: 148px;
}

.view-button {
  margin-top: auto;
  min-width: 108px;
  height: 31px;
  border: 1px solid #fff;
  border-radius: 999px;
  background: transparent;
  font-size: 10px;
  font-weight: 900;
  color: #fff;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.category-card .view-button {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.category-card.petcare .category-visual,
.category-card.supplement .category-visual {
  display: none;
}

.category-card.petcare,
.category-card.supplement {
  grid-template-columns: 1fr;
}

.category-card .view-button:hover,
.category-card .view-button:focus-visible {
  color: #111;
  background: #fff;
  border-color: #fff;
}

.story .view-button:hover,
.story .view-button:focus-visible {
  color: #111;
  background: #fff;
  border-color: #fff;
}

.category-visual {
  position: relative;
  min-height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 24px 28px 18px 0;
}

.category-visual.products {
  gap: 10px;
}

.category-visual.products img {
  max-height: 162px;
  max-width: 26%;
  object-fit: contain;
}

.category-visual.pets {
  overflow: hidden;
  background: linear-gradient(90deg, transparent 0 22%, rgba(255,255,255,.28) 22% 100%);
}

.category-pets-image {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  object-position: center;
}

.product-line {
  width: 95%;
  margin: auto;
  padding: 0 0 132px;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  gap: 82px;
  margin: 0px 16px 32px 0px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(36px, 4vw, 55px);
  line-height: .9;
  font-weight: 400;
  letter-spacing: 0;
}

.product-tabs {
  display: flex;
  gap: 76px;
  padding-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
}
.product-tabs a { 
  font-family: 'GmarketSans', sans-serif;
  font-weight: 400;
}

.product-tabs a.is-active,
.product-tabs a:active,
.product-tabs a:hover,
.product-tabs a:focus {
  color: #ff522f;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.product-row {
  display: flex;
  gap: 8px;
  padding-bottom: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  scrollbar-color: #d9d9d9 #f2f2f2;
  scrollbar-width: thin;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch; /* iOS 관성 스크롤 */
  overscroll-behavior-x: contain;
}

.product-row.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.product-row.is-dragging .product-card {
  pointer-events: none;
}

.product-row::-webkit-scrollbar {
  height: 8px;
}

.product-row::-webkit-scrollbar-track {
  background: #f2f2f2;
}

.product-row::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 999px;
}

.product-card {
  position: relative;
  flex: 0 0 calc((95vw - 24px) / 4);
  width: calc((95vw - 24px) / 4);
  height: calc((95vw - 24px) / 4);
  background-color: #fbf5df;
  background-image:
    linear-gradient(#ff522f, #ff522f),
    linear-gradient(#ff522f, #ff522f),
    linear-gradient(#ff522f, #ff522f),
    linear-gradient(#ff522f, #ff522f);
  background-position:
    left top,
    right top,
    right bottom,
    left bottom;
  background-repeat: no-repeat;
  background-size:
    0 2px,
    2px 0,
    0 2px,
    2px 0;
  border: 1px solid transparent;
  padding: 26px 22px 22px;
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  overflow: hidden;
  transition: transform 0.2s ease;
}

.product-card[data-category="shining"] {
  background-color: #faf5dd;
}

.product-card[data-category="puppy"] {
  background-color: #ffe3ba;
}

.product-card[data-category="shining"]::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 56px;
  height: 56px;
  background: url('/static/img/01_Main/dermatest.png') center center / contain no-repeat;
  pointer-events: none;
}

.product-card:hover {
  animation: productBorderDraw 0.84s linear forwards;
}

@keyframes productBorderDraw {
  0% {
    background-size:
      0 2px,
      2px 0,
      0 2px,
      2px 0;
  }
  25% {
    background-size:
      100% 2px,
      2px 0,
      0 2px,
      2px 0;
  }
  50% {
    background-size:
      100% 2px,
      2px 100%,
      0 2px,
      2px 0;
  }
  75% {
    background-size:
      100% 2px,
      2px 100%,
      100% 2px,
      2px 0;
  }
  100% {
    background-size:
      100% 2px,
      2px 100%,
      100% 2px,
      2px 100%;
  }
}

.product-card.is-hidden {
  display: none;
}

.product-image {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.product-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-name {
  margin: auto 0 4px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 900;
}

.product-desc {
  margin: 0;
  font-size: 12px;
  line-height: 1.35;
}

.product-arrow {
  position: absolute;
  right: 22px;
  bottom: 20px;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  line-height: 1;
}

.story {
  position: relative;
  min-height: 480px;
  background: #4f4137;
  color: #fff;
  overflow: hidden;
}

.story-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 82%;
}

.story::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.35) 45%, rgba(0,0,0,.05));
}

.story-inner {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 40px));
  min-height: 640px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.story-copy {
  width: min(510px, 100%);
  padding-top: 28px;
}

.story h2 {
  margin: 0 0 28px;
  font-size: 58px;
  font-weight: 400;
  line-height: 1;
}

.story p {
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 400;
}

.site-footer {
  background: #c93f23;
  color: #fff;
  padding: 54px 0 58px;
}

.footer-inner {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1.3fr .8fr;
  gap: 64px;
}

.footer-logo {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  line-height: 0;
}

.footer-logo img {
  width: 60px;
  max-width: 100%;
  height: auto;
  display: block;
}

.footer-title {
  margin: 0 0 18px;
  font-size: 13px;
  font-weight: 1000;
}

.footer-text {
  margin: 0;
  font-size: 12px;
  line-height: 1.75;
}

.socials {
  display: flex;
  gap: 13px;
}

.socials a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(127, 35, 24, .44);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.socials img {
  width: 20px;
  height: 20px;
  display: block;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .main-page {
    padding-top: 75px;
  }
  
  .top-strip {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 123;
    width: 100%;
    height: 20px;
    font-size: 9px;
    letter-spacing: 0;
  }

  .main-header,
  .main-header.is-scrolled,
  .main-header:has(.nav-dropdown:hover),
  .main-header.is-scrolled:has(.nav-dropdown:hover) {
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 120;
    width: 100%;
    height: 75px;
    background: #fff;
    color: #111;
    border-bottom: 0;
    box-shadow: none;
  }

  .header-inner,
  .story-inner,
  .footer-inner {
    width: calc(100% - 28px);
  }

  .header-inner {
    grid-template-columns: 22px 1fr auto;
    gap: 12px;
  }

  .header-nav {
    display: none;
    gap: 70px;
  }

  .mobile-menu-icon {
    display: block;
    width: 18px;
    height: 12px;
    padding: 0;
    border: 0;
    border-top: 1.5px solid #111;
    border-bottom: 1.5px solid #111;
    background: transparent;
    position: relative;
    cursor: pointer;
  }

  .mobile-menu-icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    border-top: 1.5px solid #111;
    transform: translateY(-50%);
  }

  .main-header.menu-open {
    z-index: 124;
    max-height: none;
    overflow: visible;
  }

  .main-header.menu-open .header-inner {
    width: calc(100% - 28px);
    height: 100%;
    margin: 0 auto;
    grid-template-columns: 22px 1fr auto;
  }

  .main-header.menu-open .header-actions {
    display: flex;
    position: static;
    z-index: auto;
    width: auto;
    height: auto;
    padding-right: 0;
    background: transparent;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
  }

  .main-header.menu-open .mobile-menu-icon {
    width: 17px;
    height: 17px;
    border: 0;
  }

  .main-header.menu-open .mobile-menu-icon::before,
  .main-header.menu-open .mobile-menu-icon::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 17px;
    border-top: 1.5px solid #111;
  }

  .main-header.menu-open .mobile-menu-icon::before {
    transform: rotate(45deg);
  }

  .main-header.menu-open .mobile-menu-icon::after {
    transform: rotate(-45deg);
  }

  .main-header.menu-open .mobile-nav-drawer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: min(70%, 420px);
    height: max-content;
    max-height: 100dvh;
    padding: 0 0 56px;
    background: #fff;
    border-right: 1px solid #ececec;
    box-shadow: none;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  .mobile-drawer-top {
    position: sticky;
    top: 0;
    z-index: 3;
    display: grid;
    grid-template-columns: 22px 1fr;
    align-items: center;
    gap: 12px;
    min-height: 75px;
    padding: 0 14px;
    background: #fff;
    box-sizing: border-box;
  }

  .mobile-drawer-close {
    width: 17px;
    height: 17px;
    padding: 0;
    border: 0;
    background: transparent;
    position: relative;
    cursor: pointer;
  }

  .mobile-drawer-close::before,
  .mobile-drawer-close::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 17px;
    border-top: 1.5px solid #111;
  }

  .mobile-drawer-close::before {
    transform: rotate(45deg);
  }

  .mobile-drawer-close::after {
    transform: rotate(-45deg);
  }

  .mobile-drawer-brand {
    display: inline-flex;
    align-items: center;
  }

  .mobile-drawer-brand .normal-logo {
    display: block;
    width: 55px;
    height: auto;
  }

  .mobile-nav-drawer nav {
    width: calc(100% - 96px);
    margin: 36px auto 0;
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .mobile-nav-group {
    display: grid;
    grid-template-columns: 1fr 16px;
    align-items: center;
  }

  .mobile-nav-main {
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    text-align: left;
  }

  .mobile-nav-toggle {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .mobile-nav-caret,
  .mobile-nav-toggle::after {
    width: 9px;
    height: 9px;
    border-right: 1.5px solid #8f8f8f;
    border-bottom: 1.5px solid #8f8f8f;
    transform: rotate(45deg);
    justify-self: end;
  }

  .mobile-nav-toggle::after {
    content: "";
    display: block;
    grid-column: 2;
    grid-row: 1;
    transform: rotate(225deg);
  }

  .mobile-nav-group .mobile-nav-toggle {
    display: grid;
    grid-template-columns: 1fr 16px;
    grid-column: 1 / -1;
    align-items: center;
  }

  .mobile-nav-group:not(.is-open) .mobile-nav-sub {
    display: none;
  }

  .mobile-nav-group:not(.is-open) .mobile-nav-toggle::after {
    transform: rotate(45deg);
  }

  .mobile-nav-sub {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-top: 26px;
  }

  .mobile-nav-sub a {
    color: #3a3a3a;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
  }

  .brand {
    color: #111;
  }

  .brand-logo {
    width: 55px;
  }

  .header-actions {
    gap: 16px;
  }

  .shop-pill {
    min-width: 36px;
    height: 20px;
    padding: 0 12px;
    border: 1px solid #4a4a4a;
    background: #fff;
    color: #2f2f2f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,.08);
  }

  .globe {
    width: 24px;
    height: 24px;
  }

  .header-actions .globe-light {
    display: none;
  }

  .header-actions .globe-dark {
    display: block;
  }

  .chevron {
    border-top-color: #111;
    border-left-width: 3.5px;
    border-right-width: 3.5px;
    border-top-width: 5px;
  }

  .hero {
    height: calc(100vh - 48px);
  }
  .hero-copy {
    margin-bottom: 68px;
  }

  .category-banners {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .product-tabs {
    width: 100%;
    gap: 24px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .product-row {
    gap: 12px;
    padding-bottom: 12px;
  }

  .product-card {
    flex-basis: calc((100% - 12px) / 2);
    width: calc((100% - 12px) / 2);
    height: min(340px, calc((100vw - 44px) / 2));
    background-image: none;
    border-color: transparent;
    padding: 22px 18px 18px;
  }

  .product-card:hover {
    animation: none;
  }

  .product-card[data-category="shining"]::after {
    top: 14px;
    right: 14px;
    width: 46px;
    height: 46px;
  }

  .product-image {
    margin-bottom: 14px;
  }

  .product-image img {
    max-width: 86%;
  }

  .product-name {
    font-size: 14px;
    line-height: 1.25;
  }

  .product-desc {
    padding-right: 26px;
    font-size: 11px;
    line-height: 1.35;
  }

  .product-arrow {
    right: 16px;
    bottom: 16px;
  }

  .story p {
    max-width: 420px;
  }

  .socials {
    justify-content: center;
  }

  .footer-logo {
    justify-content: center;
    margin: 0 auto 12px;
  }
}

@media (min-width: 900px) and (max-width: 1024px) {
  .category-banners {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .product-row {
    gap: 8px;
  }

  .product-card {
    flex-basis: calc((100% - 24px) / 4);
    width: calc((100% - 24px) / 4);
    height: calc((100vw - 52px) / 4);
    padding: 18px 14px 16px;
  }

  .product-card[data-category="shining"]::after {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
  }

  .product-image {
    margin-bottom: 10px;
  }

  .product-image img {
    max-width: 82%;
  }

  .product-name {
    font-size: 12px;
  }

  .product-desc {
    padding-right: 20px;
    font-size: 10px;
  }

  .product-arrow {
    right: 12px;
    bottom: 12px;
  }

  .socials {
    justify-content: center;
  }

  .footer-logo {
    justify-content: center;
    margin: 0 auto 12px;
  }
}

@media (max-width: 560px) {
  .main-page {
    padding-top: 65px;
  }

  .top-strip {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 123;
    width: 100%;
    height: 20px;
    font-size: 9px;
    letter-spacing: 0;
  }

  .main-header,
  .main-header.is-scrolled,
  .main-header:has(.nav-dropdown:hover),
  .main-header.is-scrolled:has(.nav-dropdown:hover) {
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 120;
    width: 100%;
    height: 65px;
    background: #fff;
    color: #111;
    border-bottom: 0;
    box-shadow: none;
  }

  .header-inner,
  .story-inner,
  .footer-inner {
    width: calc(100% - 28px);
  }

  .header-inner {
    grid-template-columns: 22px 1fr auto;
    gap: 12px;
  }

  .mobile-menu-icon {
    display: block;
    width: 18px;
    height: 12px;
    padding: 0;
    border: 0;
    border-top: 1.5px solid #111;
    border-bottom: 1.5px solid #111;
    background: transparent;
    position: relative;
    cursor: pointer;
  }

  .mobile-menu-icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    border-top: 1.5px solid #111;
    transform: translateY(-50%);
  }

  .main-header.menu-open {
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 124;
    width: 100%;
    height: 65px;
    max-height: none;
    border-bottom: 0;
    box-shadow: none;
    overflow: visible;
  }

  .main-header.menu-open .header-inner {
    width: calc(100% - 28px);
    height: 100%;
    margin: 0 auto;
    grid-template-columns: 22px 1fr auto;
  }

  .main-header.menu-open .header-actions {
    display: flex;
    position: static;
    z-index: auto;
    width: auto;
    height: auto;
    padding-right: 0;
    background: transparent;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
  }

  .main-header.menu-open .mobile-menu-icon {
    width: 17px;
    height: 17px;
    border: 0;
  }

  .main-header.menu-open .mobile-menu-icon::before,
  .main-header.menu-open .mobile-menu-icon::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 17px;
    border-top: 1.5px solid #111;
  }

  .main-header.menu-open .mobile-menu-icon::before {
    transform: rotate(45deg);
  }

  .main-header.menu-open .mobile-menu-icon::after {
    transform: rotate(-45deg);
  }

  .main-header.menu-open .mobile-nav-drawer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 70%;
    height: max-content;
    max-height: 100dvh;
    padding: 0 0 56px;
    background: #fff;
    border-right: 1px solid #ececec;
    box-shadow: none;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  .mobile-drawer-top {
    position: sticky;
    top: 0;
    z-index: 3;
    display: grid;
    grid-template-columns: 22px 1fr;
    align-items: center;
    gap: 12px;
    min-height: 65px;
    padding: 0 14px;
    background: #fff;
    box-sizing: border-box;
  }

  .mobile-drawer-close {
    width: 17px;
    height: 17px;
    padding: 0;
    border: 0;
    background: transparent;
    position: relative;
    cursor: pointer;
  }

  .mobile-drawer-close::before,
  .mobile-drawer-close::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 17px;
    border-top: 1.5px solid #111;
  }

  .mobile-drawer-close::before {
    transform: rotate(45deg);
  }

  .mobile-drawer-close::after {
    transform: rotate(-45deg);
  }

  .mobile-drawer-brand {
    display: inline-flex;
    align-items: center;
  }

  .mobile-drawer-brand .normal-logo {
    display: block;
    width: 45px;
    height: auto;
  }

  .main-header.menu-open + .hero {
    margin-top: 0;
  }

  .mobile-nav-drawer nav {
    width: calc(100% - 96px);
    margin: 36px auto 0;
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .mobile-nav-group {
    display: grid;
    grid-template-columns: 1fr 16px;
    align-items: center;
  }

  .mobile-nav-main {
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    text-align: left;
  }

  .mobile-nav-toggle {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .mobile-nav-caret,
  .mobile-nav-toggle::after {
    width: 9px;
    height: 9px;
    border-right: 1.5px solid #8f8f8f;
    border-bottom: 1.5px solid #8f8f8f;
    transform: rotate(45deg);
    justify-self: end;
  }

  .mobile-nav-toggle::after {
    content: "";
    display: block;
    grid-column: 2;
    grid-row: 1;
    transform: rotate(225deg);
  }

  .mobile-nav-group .mobile-nav-toggle {
    display: grid;
    grid-template-columns: 1fr 16px;
    grid-column: 1 / -1;
    align-items: center;
  }

  .mobile-nav-group:not(.is-open) .mobile-nav-sub {
    display: none;
  }

  .mobile-nav-group:not(.is-open) .mobile-nav-toggle::after {
    transform: rotate(45deg);
  }

  .mobile-nav-sub {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-top: 26px;
  }

  .mobile-nav-sub a {
    color: #3a3a3a;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
  }

  .brand {
    color: #111;
  }

  .brand-logo {
    width: 45px;
  }

  .brand-mark {
    width: 25px;
    height: 25px;
    font-size: 9px;
    border-color: #ff522f;
  }

  .header-actions {
    gap: 16px;
  }

  .shop-pill {
    min-width: 36px;
    height: 20px;
    padding: 0 12px;
    border: 1px solid #4a4a4a;
    background: #fff;
    color: #2f2f2f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -.01em;
    box-shadow: 0 1px 2px rgba(0,0,0,.08);
  }

  .globe {
    width: 24px;
    height: 24px;
  }

  .header-actions .globe-light {
    display: none;
  }

  .header-actions .globe-dark {
    display: block;
  }

  .chevron {
    border-top-color: #111;
    border-left-width: 3.5px;
    border-right-width: 3.5px;
    border-top-width: 5px;
  }

  .hero {
    height: calc(100vh - 280px);
    min-height: 466px;
    align-items: flex-start;
    padding: 76px 18px 0;
    background-position: center top;
    background-size: cover;
  }

  .hero-copy {
    transform: none;
    width: min(280px, 100%);
    margin: 12px auto 0;
  }

  .hero-dermatest {
    right: 20px;
    bottom: 24px;
    width: 42px;
  }

  .hero-title {
    font-size: 44px;
    line-height: 1.05;
    text-align: center;
  }

  .hero-subtitle {
    margin: 12px auto 14px;
    width: 230px;
    font-size: 19px;
    line-height: 1.05;
  }

  .hero-desc {
    font-size: 10px;
    line-height: 1.55;
  }

  .category-banners {
    padding: 50px 0 46px;
    gap: 14px;
  }

  .category-card {
    grid-template-columns: 1fr;
    min-height: 202px;
  }

  .category-text {
    padding: 38px 0 20px 24px;
  }

  .category-visual {
    min-height: 0;
    padding: 0 16px 17px 8px;
    justify-content: flex-end;
  }

  .category-card.petcare {
    display: grid;
    grid-template-columns: 1fr;
  }

  .category-sub {
    margin-top: 0;
    font-size: 10px;
  }

  .category-title {
    margin-top: 4px;
    font-size: 16px;
  }

  .category-copy {
    margin-top: 8px;
    font-size: 10px;
    line-height: 1.45;
  }

  .category-visual.products {
    grid-column: 2 / 3;
    grid-row: 1;
    gap: 4px;
    align-items: flex-end;
  }

  .category-visual.products img {
    max-height: 118px;
    max-width: 23%;
  }

  .view-button {
    min-width: 78px;
    height: 25px;
    font-size: 8px;
  }

  .petcare .view-button {
    margin-top: auto;
  }

  .category-card.supplement {
    min-height: 202px;
    grid-template-columns: 1fr;
  }

  .supplement .category-text {
    padding: 26px 0 22px 24px;
  }

  .supplement .category-title {
    font-size: 17px;
    line-height: 1.08;
  }

  .supplement .category-copy {
    margin-top: 22px;
  }

  .category-visual.pets {
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.16));
  }

  .pet-shape {
    display: none;
  }

  .product-line {
    padding-bottom: 56px;
  }

  .section-heading {
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    text-align: center;
  }

  .section-heading h2 {
    font-size: 34px;
    line-height: 1;
  }

  .petcare .category-copy {
    max-width: 110px;
  }

  .supplement .category-copy {
    max-width: 120px;
  }

  .product-tabs {
    justify-content: center;
    gap: 28px;
    width: 100%;
    padding-bottom: 0;
    overflow: visible;
    font-size: 11px;
  }

  .product-row {
    gap: 4px;
    padding-bottom: 10px;
  }

  .product-card {
    flex-basis: calc((95vw - 4px) / 2);
    width: calc((95vw - 4px) / 2);
    height: calc((95vw - 4px) / 2);
    background-image: none;
    border-color: transparent;
    padding: 11px 9px 9px;
  }

  .product-card:hover {
    animation: none;
  }

  .product-card.is-active {
    border-color: transparent;
  }

  .product-image img {
    max-width: 76%;
    max-height: 100%;
  }

  .product-name {
    font-size: 7px;
    line-height: 1.2;
  }

  .product-desc {
    font-size: 7px;
  }

  .product-arrow {
    right: 7px;
    bottom: 8px;
    width: 11px;
    height: 11px;
    font-size: 8px;
  }

  .story {
    min-height: 548px;
  }

  .story-image {
    object-position: 100% 80%;
  }

  .story-inner {
    min-height: 548px;
    align-items: flex-start;
  }

  .story-copy {
    width: 100%;
    padding-top: 86px;
  }

  .story h2 {
    margin-bottom: 24px;
    font-size: 42px;
  }

  .story p {
    margin-bottom: 28px;
    font-size: 10px;
    line-height: 1.7;
  }

  .story .view-button {
    color: #fff;
  }

  .site-footer {
    padding: 42px 0 48px;
    text-align: center;
  }

  .footer-inner {
    gap: 32px;
  }

  .footer-logo {
    justify-content: center;
    margin: 0 auto 12px;
  }

  .footer-logo img {
    width: 60px;
  }

  .footer-title {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .footer-text {
    font-size: 9px;
    line-height: 1.7;
  }

  .socials {
    justify-content: center;
  }

  .socials span {
    width: 47px;
    height: 47px;
  }
}


