@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@-webkit-keyframes move1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes move1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes appearUp {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes appearUp {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes showUp {
  0% {
    top: 70%;
    opacity: 0;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}
@keyframes showUp {
  0% {
    top: 70%;
    opacity: 0;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}
@-webkit-keyframes showUpReverse {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
}
@keyframes showUpReverse {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
}
@-webkit-keyframes visualSlide {
  0% {
    left: 0;
    z-index: 1;
    opacity: 1;
  }
  25% {
    left: 0;
    z-index: 1;
    opacity: 1;
  }
  50% {
    left: -100%;
    z-index: 0;
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  75% {
    left: 100%;
    z-index: 0;
    opacity: 0;
  }
  76% {
    opacity: 1;
  }
  100% {
    left: 0;
    z-index: 1;
    opacity: 1;
  }
}
@keyframes visualSlide {
  0% {
    left: 0;
    z-index: 1;
    opacity: 1;
  }
  25% {
    left: 0;
    z-index: 1;
    opacity: 1;
  }
  50% {
    left: -100%;
    z-index: 0;
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  75% {
    left: 100%;
    z-index: 0;
    opacity: 0;
  }
  76% {
    opacity: 1;
  }
  100% {
    left: 0;
    z-index: 1;
    opacity: 1;
  }
}
@-webkit-keyframes visualSlide2 {
  0% {
    left: 100%;
    z-index: 0;
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  25% {
    left: 100%;
    z-index: 0;
    opacity: 1;
  }
  50% {
    left: 0;
    z-index: 1;
    opacity: 1;
  }
  75% {
    left: 0;
    z-index: 1;
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    left: -100%;
    z-index: 0;
    opacity: 0;
  }
}
@keyframes visualSlide2 {
  0% {
    left: 100%;
    z-index: 0;
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  25% {
    left: 100%;
    z-index: 0;
    opacity: 1;
  }
  50% {
    left: 0;
    z-index: 1;
    opacity: 1;
  }
  75% {
    left: 0;
    z-index: 1;
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    left: -100%;
    z-index: 0;
    opacity: 0;
  }
}
@-webkit-keyframes dropRotateY {
  0% {
    top: -50px;
    -webkit-transform: translateX(-50%) rotateY(0deg);
            transform: translateX(-50%) rotateY(0deg);
    opacity: 0;
  }
  30% {
    top: 0px;
  }
  100% {
    top: 0px;
    -webkit-transform: translateX(-50%) rotateY(360deg);
            transform: translateX(-50%) rotateY(360deg);
    opacity: 1;
  }
}
@keyframes dropRotateY {
  0% {
    top: -50px;
    -webkit-transform: translateX(-50%) rotateY(0deg);
            transform: translateX(-50%) rotateY(0deg);
    opacity: 0;
  }
  30% {
    top: 0px;
  }
  100% {
    top: 0px;
    -webkit-transform: translateX(-50%) rotateY(360deg);
            transform: translateX(-50%) rotateY(360deg);
    opacity: 1;
  }
}
@media (max-width: 768px) {
  @-webkit-keyframes dropRotateY {
    0% {
      top: -6.5104166667vw;
      -webkit-transform: translateX(-50%) rotateY(0deg);
              transform: translateX(-50%) rotateY(0deg);
      opacity: 0;
    }
    30% {
      top: 0px;
    }
    100% {
      top: 0px;
      -webkit-transform: translateX(-50%) rotateY(360deg);
              transform: translateX(-50%) rotateY(360deg);
      opacity: 1;
    }
  }
  @keyframes dropRotateY {
    0% {
      top: -6.5104166667vw;
      -webkit-transform: translateX(-50%) rotateY(0deg);
              transform: translateX(-50%) rotateY(0deg);
      opacity: 0;
    }
    30% {
      top: 0px;
    }
    100% {
      top: 0px;
      -webkit-transform: translateX(-50%) rotateY(360deg);
              transform: translateX(-50%) rotateY(360deg);
      opacity: 1;
    }
  }
}
* {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.section {
  margin: unset;
}

.section {
  position: relative;
}

.detail_page .contents_top {
  overflow: hidden;
  position: relative;
}
.detail_page .contents_top .banner {
  width: 100%;
  height: 88vh;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-filter: blur(6px);
          filter: blur(6px);
}
.detail_page .contents_top .banner::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: #000;
  opacity: 0.5;
}
.detail_page .contents_top .banner.video {
  -webkit-filter: unset;
          filter: unset;
  position: relative;
}
.detail_page .contents_top .banner.video video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.detail_page .contents_top .banner.video .btn_audio {
  position: absolute;
  top: 40px;
  right: 360px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  background: transparent;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: 0.6;
}
.detail_page .contents_top .banner.video .btn_audio img {
  width: 56px;
  height: 56px;
  display: none;
}
.detail_page .contents_top .banner.video .btn_audio.is_muted .icon_off {
  display: block;
}
.detail_page .contents_top .banner.video .btn_audio:not(.is_muted) .icon_on {
  display: block;
}
.detail_page .contents_top .banner {
  z-index: 0;
}
.detail_page .contents_top .banner::before {
  background: #000;
  opacity: 0.5;
}
.detail_page .contents_top .logo {
  font-size: 0;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-animation: 1s showUp forwards;
          animation: 1s showUp forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  z-index: 5;
  width: 300px;
  height: 240px;
}
.detail_page .contents_top .scroll_txt {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  display: block;
  position: fixed;
  bottom: 3vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  margin: 0 auto;
  opacity: 1;
}
.detail_page .contents_top .scroll_txt::before {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  left: 12px;
  width: 17px;
  height: 55px;
  background: url(../../../Images/Renewal_2025/scroll_arrow.png) no-repeat center/100%;
  -webkit-animation: move1 1.2s infinite ease-in-out;
          animation: move1 1.2s infinite ease-in-out;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.detail_page .contents_top.harumi .banner {
  background-image: url(../../../Images/Renewal_2025/harumi/harumi_bg.jpg);
}
.detail_page .contents_top.harumi .banner::before {
  background: rgba(255, 145, 0, 0.6);
}
.detail_page .contents_top.harumi .logo {
  background-image: url(../../../Images/Renewal_2025/logo/harumi.png);
}
.detail_page .contents_top.sangsang .banner {
  background-image: url(../../../Images/Renewal_2025/sangsang/sangsang_bg_pc.jpg);
}
.detail_page .contents_top.sangsang .banner::before {
  background: rgba(245, 190, 89, 0.6);
}
.detail_page .contents_top.sangsang .logo {
  background-image: url(../../../Images/Renewal_2025/logo/sangsang.png);
}
.detail_page .contents_top.just .banner {
  z-index: 0;
}
.detail_page .contents_top.just .banner::before {
  background: #FFB901;
  opacity: 0.6;
}
.detail_page .contents_top.just .logo {
  background-image: url(../../../Images/Renewal_2025/logo/just.png);
}
.detail_page .contents_top.cuisine .logo {
  background-image: url(../../../Images/Renewal_2025/logo/cuisine.png);
}
.detail_page .contents_top.dimsum .logo {
  background-image: url(../../../Images/Renewal_2025/logo/dimsum.png);
}
.detail_page .contents_top.baleun .logo {
  background-image: url(../../../Images/Renewal_2025/logo/baleun-eomug.png);
}
.detail_page .contents_top.theking .logo {
  background-image: url(../../../Images/Renewal_2025/logo/theking.png);
}
.detail_page .contents_top.gaesung .logo {
  background-image: url(../../../Images/Renewal_2025/logo/gaesung.png);
}
.detail_page .contents_top.coolpeace .logo {
  background-image: url(../../../Images/Renewal_2025/logo/coolpeace.png);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.detail_page .contents_top.grilly .logo {
  background-image: url(../../../Images/Renewal_2025/logo/grilly.png);
}
.detail_page .contents_top.richam .logo {
  background-image: url(../../../Images/Renewal_2025/logo/richam.png);
}
.detail_page .contents_top.yangban .logo {
  background-image: url(../../../Images/Renewal_2025/logo/yangban.png);
}
.detail_page .contents_top.bosunggreentea .banner {
  background-image: url(../../../Images/Renewal_2025/bosunggreentea/bosunggreentea_bg_pc.jpg);
}
.detail_page .contents_top.bosunggreentea .banner::before {
  background: rgba(0, 0, 0, 0.5);
}
.detail_page .contents_top.bosunggreentea .logo {
  background-image: url(../../../Images/Renewal_2025/logo/bosunggreentea.png);
}
.detail_page .contents_top.bosungblacktea .banner {
  background-image: url(../../../Images/Renewal_2025/bosungblacktea/bosungblacktea_bg_pc.jpg);
}
.detail_page .contents_top.bosungblacktea .banner::before {
  background: rgba(0, 0, 0, 0.6);
}
.detail_page .contents_top.bosungblacktea .logo {
  background-image: url(../../../Images/Renewal_2025/logo/bosungblacktea.png);
}
.detail_page .contents_top.gnc .logo {
  background-image: url(../../../Images/Renewal_2025/logo/gnc.png);
}
.detail_page .contents_top.alive .logo {
  background-image: url(../../../Images/Renewal_2025/logo/takealive.png);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.detail_page .contents_top.thebanchan .logo {
  background-image: url(../../../Images/Renewal_2025/logo/thebanchan.png);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.detail_page .contents_top.nutriplan .logo {
  background-image: url(../../../Images/Renewal_2025/logo/nutriplan.png);
}
.detail_page .contents_top.cheonjiin .logo {
  background-image: url(../../../Images/Renewal_2025/logo/cheonjiin.png);
}
.detail_page .inner {
  width: 1200px;
  margin: 0 auto;
}
.detail_page .txt_type1 {
  font-size: 60px;
  font-weight: 700;
  color: #111;
  text-align: center;
  letter-spacing: -0.6px;
  line-height: 66px;
}
.detail_page .txt_type1.wt {
  color: #ffffff;
}
.detail_page .txt_type2 {
  font-size: 40px;
  font-weight: 700;
  color: #111;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.6px;
}
.detail_page .txt_type2.wt {
  color: #ffffff;
}
.detail_page .txt_type2.fs50 {
  font-size: 50px;
}
.detail_page .txt_type3 {
  font-size: 24px;
  font-weight: 400;
  color: #111;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.6px;
  word-break: keep-all;
}
.detail_page .txt_type3.wt {
  color: #ffffff;
}
.detail_page .show {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.detail_page .show.rolling_img {
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
}

.active .show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.active .show.late1 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.active .show.late2 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.active .show.late3 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.active .show.late4 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.active .show.late5 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.active .show.late6 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.active .show.late7 {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.active .show.late8 {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}
.active .show.rolling_img {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

#section1 {
  padding-bottom: 150px;
  min-height: 500px;
}
#section1 .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  margin-bottom: 80px;
}
#section1 .txt span.br_pc {
  display: block;
}
#section1 .txt.n3 {
  margin-bottom: 0;
}
#section1 .txt.n2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#section1 .txt.n2 .txt_wrap {
  padding-left: 60px;
}
#section1 .txt .photo {
  width: 582px;
  height: 387px;
  display: block;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
}
#section1 .txt .photo img {
  width: 100%;
}
#section1 .txt .txt_wrap {
  max-width: 480px;
}
#section1 .txt .txt_wrap .txt_type2 {
  text-align: left;
  line-height: 1.4;
}
#section1 .txt .txt_wrap .txt_type3 {
  text-align: left;
  margin-top: 20px;
}
#section1 .contents_top.active ~ .inner .txt.n1 {
  padding-top: 100px;
}
#section1 .contents_top.active ~ .inner .txt.n1 .show {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#section1 .contents_top.active ~ .inner .txt.n1 .show.late1 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#section1 .contents_top.active ~ .inner .txt.n1 .show.late2 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#section1 .contents_top.active ~ .inner .txt.n1 .show.late3 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

#section2 {
  width: 100%;
  background: #EFEFEF;
  padding: 140px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#section2 .txt_type1 {
  margin-bottom: 20px;
}
#section2 .txt_type1 em {
  color: #00CBFF;
  line-height: 1.4;
}
#section2 .txt_type3 {
  font-size: 34px;
}
#section2 .history_flow {
  position: relative;
  width: 768px;
  height: 100%;
  margin: 80px auto 0;
}
#section2 .history_flow .long_line {
  width: 2px;
  background: #111111;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(10px);
          transform: translateX(-50%) translateY(10px);
}
#section2 .history_flow .long_line.harumi {
  height: 710px;
}
#section2 .history_flow .long_line.sangsang {
  height: 1235px;
}
#section2 .history_flow .long_line.just {
  height: 700px;
}
#section2 .history_flow .long_line.cuisine {
  height: 1740px;
}
#section2 .history_flow .long_line.dimsum {
  height: 1100px;
}
#section2 .history_flow .long_line.baleun {
  height: 1635px;
}
#section2 .history_flow .long_line.theking {
  height: 1025px;
}
#section2 .history_flow .long_line.gaesung {
  height: 1350px;
}
#section2 .history_flow .long_line.coolpeace {
  height: 1265px;
}
#section2 .history_flow .long_line.grilly {
  height: 1355px;
}
#section2 .history_flow .long_line.richam {
  height: 1930px;
}
#section2 .history_flow .long_line.yangban {
  height: 1755px;
}
#section2 .history_flow .long_line.bosunggreentea {
  height: 1115px;
}
#section2 .history_flow .long_line.bosungblacktea {
  height: 1045px;
}
#section2 .history_flow .long_line.gnc {
  height: 775px;
}
#section2 .history_flow .long_line.alive {
  height: 1133px;
}
#section2 .history_flow .long_line.thebanchan {
  height: 955px;
}
#section2 .history_flow .long_line.nutriplan {
  height: 1364px;
}
#section2 .history_flow .long_line.cheonjiin {
  height: 953px;
}
#section2 .history_flow .box {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  will-change: transform, opacity;
  font-size: 30px;
  font-weight: 400;
  color: #111;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 60px;
  letter-spacing: -0.6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#section2 .history_flow .box:last-of-type {
  margin-bottom: 0;
}
#section2 .history_flow .box .space {
  display: block;
  width: 150px;
}
#section2 .history_flow .box span {
  display: block;
  min-width: 400px;
}
#section2 .history_flow .box span small {
  font-size: 20px;
  display: block;
  margin-top: 8px;
}
#section2 .history_flow .box strong {
  display: block;
  font-size: 30px;
  font-weight: 600;
  color: #111;
  text-align: left;
  line-height: 1;
  margin-bottom: 8px;
  position: relative;
}
#section2 .history_flow .box strong::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #111111;
  position: absolute;
  border-radius: 50%;
  top: 10px;
}
#section2 .history_flow .box img {
  display: block;
  margin-top: 20px;
  max-width: 500px;
}
#section2 .history_flow .box.on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#section2 .history_flow .box.left {
  text-align: right;
  padding-right: 410px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#section2 .history_flow .box.left strong {
  text-align: right;
}
#section2 .history_flow .box.left strong::after {
  right: -32px;
}
#section2 .history_flow .box.right {
  text-align: left;
  padding-left: 410px;
}
#section2 .history_flow .box.right strong {
  text-align: left;
}
#section2 .history_flow .box.right strong::after {
  left: -32px;
}

#section3 {
  padding: 130px 0;
  overflow: hidden;
}
#section3 .marquee {
  overflow: hidden;
  width: 100%;
  margin-top: 80px;
}
#section3 .marquee.coolpeace .box strong {
  margin-top: 50px;
  font-size: 30px;
}
#section3 .marquee.coolpeace .box strong span {
  display: block;
  font-size: 22px;
  font-weight: 400;
  color: #7e7e7e;
  margin-bottom: 15px;
}
#section3 .marquee .marquee-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px; /* 간격 */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: default !important;
}
#section3 .marquee .box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  width: 320px;
}
#section3 .marquee .box .photo {
  width: 100%;
  display: block;
}
#section3 .marquee .box .photo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#section3 .marquee .box strong {
  display: block;
  font-size: 26px;
  font-weight: 700;
  color: #111;
  text-align: center;
  margin-top: 20px;
  letter-spacing: -0.6px;
}
#section3 .marquee .box .txt {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  color: #7E7E7E;
  text-align: left;
}
#section3.swiper_type {
  position: relative;
}
#section3.swiper_type .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#section3.swiper_type .txt_group {
  position: relative;
  width: 50%;
  padding-left: 18%;
  background: #fff;
  z-index: 2;
}
#section3.swiper_type .txt_group .txt_box {
  position: absolute;
  top: 120px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#section3.swiper_type .txt_group .txt_box.active {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#section3.swiper_type .txt_group .txt_box strong {
  line-height: 1.4;
}
#section3.swiper_type .txt_group .txt_box p {
  text-align: left;
  line-height: 1.5;
  margin-top: 30px;
}
#section3.swiper_type .txt_group .txt_box p .gray {
  display: block;
  color: #7E7E7E;
  margin-top: 12px;
}
#section3.swiper_type .txt_group .txt_box p .gray.moret {
  margin-top: 30px;
}
#section3.swiper_type .txt_group .txt_box .chip {
  display: inline-block;
  border: 1px solid #999999;
  border-radius: 60px;
  padding: 4px 12px;
  font-size: 18px;
  margin-right: 8px;
  margin-top: 12px;
  color: #7E7E7E;
}
#section3.swiper_type .txt_group .custom_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  position: absolute;
  bottom: 100px;
  z-index: 5;
}
#section3.swiper_type .txt_group .custom_pagination .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #AAAAAA;
  background: #fff;
}
#section3.swiper_type .txt_group .custom_pagination .dot.active {
  background: #111;
  border-color: #111;
}
#section3.swiper_type .txt_group .custom_pagination.thebanchan {
  bottom: 40px;
}
#section3.swiper_type .bigSwiper {
  margin-top: 80px;
  height: 500px;
  width: 900px;
  width: 50%;
}
#section3.swiper_type .bigSwiper .swiper-slide {
  width: 440px;
  height: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#section3.swiper_type .bigSwiper .swiper-slide > img {
  max-width: 100%;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
#section3.swiper_type .bigSwiper .swiper-slide .pr_img {
  height: 320px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#section3.swiper_type .bigSwiper .swiper-slide-active > img {
  -webkit-transform: scale(1.15) translateX(12%);
          transform: scale(1.15) translateX(12%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
#section3.swiper_type .bigSwiper .swiper-slide-active .pr_img {
  opacity: 1;
  position: absolute;
  top: 150px;
  left: -40px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#section3.swiper_type .bigSwiper .swiper-slide-active + .swiper-slide > img {
  -webkit-transform: scale(0.6) translateX(10%);
          transform: scale(0.6) translateX(10%);
}
#section3.swiper_type .bigSwiper .swiper-slide-active + .swiper-slide + .swiper-slide > img {
  -webkit-transform: scale(0.6) translateX(-45%);
          transform: scale(0.6) translateX(-45%);
}
#section3.full_circle .txt_group .custom_pagination {
  bottom: 80px;
}
#section3.full_circle .bigSwiper {
  padding-left: 50px;
}
#section3.full_circle .bigSwiper .swiper-slide-active > img {
  -webkit-transform: scale(1) translateX(12%);
          transform: scale(1) translateX(12%);
}

#section4 {
  padding: 130px 0;
  width: 100%;
}
#section4 .up_boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
}
#section4 .up_boxs .box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 376px;
  height: 470px;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: default;
}
#section4 .up_boxs .box .space {
  display: inline-block;
  width: 14px;
  display: none;
}
#section4 .up_boxs .box .space.n2 {
  width: 28px;
}
#section4 .up_boxs .box .space.n3 {
  width: 42px;
}
#section4 .up_boxs .box .space.n4 {
  width: 56px;
}
#section4 .up_boxs .box .space.n5 {
  width: 60px;
}
#section4 .up_boxs .box .space.n6 {
  width: 74px;
}
#section4 .up_boxs .box .space.n7 {
  width: 98px;
}
#section4 .up_boxs .box .space.n8 {
  width: 112px;
}
#section4 .up_boxs .box .space.n9 {
  width: 126px;
}
#section4 .up_boxs .box .space.n10 {
  width: 140px;
}
#section4 .up_boxs .box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
#section4 .up_boxs .box strong {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 44px;
  letter-spacing: -0.35px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#section4 .up_boxs .box p {
  opacity: 0;
  word-break: keep-all;
  font-size: 24px;
  font-weight: 400;
  color: #333;
  text-align: left;
  line-height: 40px;
  letter-spacing: -0.44px;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#section4 .up_boxs .box p em {
  font-weight: bold;
  display: block;
  margin-top: 10px;
}
#section4 .up_boxs .box.center p {
  text-align: center;
}
#section4 .up_boxs .box.dot p {
  padding-left: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#section4 .up_boxs .box.dot p span {
  display: block;
  padding-left: 20px;
  position: relative;
}
#section4 .up_boxs .box.dot p span::before {
  content: "•";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
#section4 .up_boxs .box.flip {
  -webkit-transition-delay: unset;
          transition-delay: unset;
  -webkit-transition: unset;
  transition: unset;
}
#section4 .up_boxs .box.flip strong {
  opacity: 0;
}
#section4 .up_boxs .box.flip::before {
  background: #ffffff;
  z-index: 0;
}
#section4 .up_boxs .box.flip p {
  opacity: 1;
  z-index: 2;
}
#section4.harumi {
  background: #FFD167;
}
#section4.harumi .up_boxs .box:nth-of-type(1) {
  background-image: url(../../../Images/Renewal_2025/harumi/point01.jpg);
}
#section4.harumi .up_boxs .box:nth-of-type(2) {
  background-image: url(../../../Images/Renewal_2025/harumi/point02.jpg);
}
#section4.harumi .up_boxs .box:nth-of-type(3) {
  background-image: url(../../../Images/Renewal_2025/harumi/point03.jpg);
}
#section4.sangsang {
  background: #F5BE59;
}
#section4.sangsang .up_boxs .box:nth-of-type(1) {
  background-image: url(../../../Images/Renewal_2025/sangsang/point01.jpg);
}
#section4.sangsang .up_boxs .box:nth-of-type(2) {
  background-image: url(../../../Images/Renewal_2025/sangsang/point02.jpg);
}
#section4.sangsang .up_boxs .box:nth-of-type(3) {
  background-image: url(../../../Images/Renewal_2025/sangsang/point03.jpg);
}
#section4.just {
  background: #FFB901;
}
#section4.just .up_boxs .box:nth-of-type(1) {
  background-image: url(../../../Images/Renewal_2025/just/point01.jpg);
}
#section4.just .up_boxs .box:nth-of-type(2) {
  background-image: url(../../../Images/Renewal_2025/just/point02.jpg);
}
#section4.just .up_boxs .box:nth-of-type(3) {
  background-image: url(../../../Images/Renewal_2025/just/point03.jpg);
}
#section4.cuisine {
  background: #f8bd1b;
}
#section4.cuisine .up_boxs .box:nth-of-type(1) {
  background-image: url(../../../Images/Renewal_2025/cuisine/point01.jpg);
}
#section4.cuisine .up_boxs .box:nth-of-type(2) {
  background-image: url(../../../Images/Renewal_2025/cuisine/point02.jpg);
}
#section4.cuisine .up_boxs .box:nth-of-type(3) {
  background-image: url(../../../Images/Renewal_2025/cuisine/point03.jpg);
}
#section4.dimsum {
  background: #111;
}
#section4.dimsum .up_boxs .box:nth-of-type(1) {
  background-image: url(../../../Images/Renewal_2025/dimsum/point01.jpg);
}
#section4.dimsum .up_boxs .box:nth-of-type(2) {
  background-image: url(../../../Images/Renewal_2025/dimsum/point02.jpg);
}
#section4.dimsum .up_boxs .box:nth-of-type(3) {
  background-image: url(../../../Images/Renewal_2025/dimsum/point03.jpg);
}
#section4.baleun {
  background: #F5BD73;
}
#section4.baleun .up_boxs .box:nth-of-type(1) {
  background-image: url(../../../Images/Renewal_2025/baleun/point01.jpg);
}
#section4.baleun .up_boxs .box:nth-of-type(2) {
  background-image: url(../../../Images/Renewal_2025/baleun/point02.jpg);
}
#section4.baleun .up_boxs .box:nth-of-type(3) {
  background-image: url(../../../Images/Renewal_2025/baleun/point03.jpg);
}
#section4.theking {
  background: #F8ABA1;
}
#section4.theking .up_boxs .box:nth-of-type(1) {
  background-image: url(../../../Images/Renewal_2025/theking/point01.jpg);
}
#section4.theking .up_boxs .box:nth-of-type(2) {
  background-image: url(../../../Images/Renewal_2025/theking/point02.jpg);
}
#section4.theking .up_boxs .box:nth-of-type(3) {
  background-image: url(../../../Images/Renewal_2025/theking/point03.jpg);
}
#section4.gaesung {
  background: #FFA028;
}
#section4.gaesung .up_boxs .box:nth-of-type(1) {
  background-image: url(../../../Images/Renewal_2025/gaesung/point01.jpg);
}
#section4.gaesung .up_boxs .box:nth-of-type(2) {
  background-image: url(../../../Images/Renewal_2025/gaesung/point02.jpg);
}
#section4.gaesung .up_boxs .box:nth-of-type(3) {
  background-image: url(../../../Images/Renewal_2025/gaesung/point03.jpg);
}
#section4.coolpeace {
  background: #FFBFBF;
}
#section4.coolpeace .up_boxs .box:nth-of-type(1) {
  background-image: url(../../../Images/Renewal_2025/coolpeace/point01.jpg);
}
#section4.coolpeace .up_boxs .box:nth-of-type(2) {
  background-image: url(../../../Images/Renewal_2025/coolpeace/point02.jpg);
}
#section4.coolpeace .up_boxs .box:nth-of-type(3) {
  background-image: url(../../../Images/Renewal_2025/coolpeace/point03.jpg);
}
#section4.grilly {
  background: #fbb901;
}
#section4.grilly .up_boxs .box:nth-of-type(1) {
  background-image: url(../../../Images/Renewal_2025/grilly/point01.jpg);
}
#section4.grilly .up_boxs .box:nth-of-type(2) {
  background-image: url(../../../Images/Renewal_2025/grilly/point02.jpg);
}
#section4.grilly .up_boxs .box:nth-of-type(3) {
  background-image: url(../../../Images/Renewal_2025/grilly/point03.jpg);
}
#section4.richam {
  background: #ffe20a;
}
#section4.richam .up_boxs .box:nth-of-type(1) {
  background-image: url(../../../Images/Renewal_2025/richam/point01.jpg);
}
#section4.richam .up_boxs .box:nth-of-type(2) {
  background-image: url(../../../Images/Renewal_2025/richam/point02.jpg);
}
#section4.richam .up_boxs .box:nth-of-type(3) {
  background-image: url(../../../Images/Renewal_2025/richam/point03.jpg);
}
#section4.yangban {
  background: #FBE9CC;
}
#section4.yangban .up_boxs .box:nth-of-type(1) {
  background-image: url(../../../Images/Renewal_2025/yangban/point01.jpg);
}
#section4.yangban .up_boxs .box:nth-of-type(2) {
  background-image: url(../../../Images/Renewal_2025/yangban/point02.jpg);
}
#section4.yangban .up_boxs .box:nth-of-type(3) {
  background-image: url(../../../Images/Renewal_2025/yangban/point03.jpg);
}
#section4.bosunggreentea {
  background: #C4DB99;
}
#section4.bosunggreentea .up_boxs .box:nth-of-type(1) {
  background-image: url(../../../Images/Renewal_2025/bosunggreentea/point01.jpg);
}
#section4.bosunggreentea .up_boxs .box:nth-of-type(2) {
  background-image: url(../../../Images/Renewal_2025/bosunggreentea/point02.jpg);
}
#section4.bosunggreentea .up_boxs .box:nth-of-type(3) {
  background-image: url(../../../Images/Renewal_2025/bosunggreentea/point03.jpg);
}
#section4.bosungblacktea {
  background: #ffdcdc;
}
#section4.bosungblacktea .up_boxs .box:nth-of-type(1) {
  background-image: url(../../../Images/Renewal_2025/bosungblacktea/point01.jpg);
}
#section4.bosungblacktea .up_boxs .box:nth-of-type(2) {
  background-image: url(../../../Images/Renewal_2025/bosungblacktea/point02.jpg);
}
#section4.bosungblacktea .up_boxs .box:nth-of-type(3) {
  background-image: url(../../../Images/Renewal_2025/bosungblacktea/point03.jpg);
}
#section4.gnc {
  background: #FFDBE0;
}
#section4.gnc .up_boxs .box:nth-of-type(1) {
  background-image: url(../../../Images/Renewal_2025/gnc/point01.jpg);
}
#section4.gnc .up_boxs .box:nth-of-type(2) {
  background-image: url(../../../Images/Renewal_2025/gnc/point02.jpg);
}
#section4.gnc .up_boxs .box:nth-of-type(3) {
  background-image: url(../../../Images/Renewal_2025/gnc/point03.jpg);
}
#section4.alive {
  background: #a1d9f3;
}
#section4.alive .up_boxs .box:nth-of-type(1) {
  background-image: url(../../../Images/Renewal_2025/alive/point01.jpg);
}
#section4.alive .up_boxs .box:nth-of-type(2) {
  background-image: url(../../../Images/Renewal_2025/alive/point02.jpg);
}
#section4.alive .up_boxs .box:nth-of-type(3) {
  background-image: url(../../../Images/Renewal_2025/alive/point03.jpg);
}
#section4.thebanchan {
  background: #ff7600;
}
#section4.thebanchan .up_boxs .box:nth-of-type(1) {
  background-image: url(../../../Images/Renewal_2025/thebanchan/point01.jpg);
}
#section4.thebanchan .up_boxs .box:nth-of-type(2) {
  background-image: url(../../../Images/Renewal_2025/thebanchan/point02.jpg);
}
#section4.thebanchan .up_boxs .box:nth-of-type(3) {
  background-image: url(../../../Images/Renewal_2025/thebanchan/point03.jpg);
}
#section4.nutriplan {
  background: #C5D6FB;
}
#section4.nutriplan .up_boxs .box:nth-of-type(1) {
  background-image: url(../../../Images/Renewal_2025/nutriplan/point01.jpg);
}
#section4.nutriplan .up_boxs .box:nth-of-type(2) {
  background-image: url(../../../Images/Renewal_2025/nutriplan/point02.jpg);
}
#section4.nutriplan .up_boxs .box:nth-of-type(3) {
  background-image: url(../../../Images/Renewal_2025/nutriplan/point03.jpg);
}
#section4.cheonjiin {
  background: #DE4D59;
}
#section4.cheonjiin .up_boxs .box:nth-of-type(1) {
  background-image: url(../../../Images/Renewal_2025/cheonjiin/point01.jpg);
}
#section4.cheonjiin .up_boxs .box:nth-of-type(2) {
  background-image: url(../../../Images/Renewal_2025/cheonjiin/point02.jpg);
}
#section4.cheonjiin .up_boxs .box:nth-of-type(3) {
  background-image: url(../../../Images/Renewal_2025/cheonjiin/point03.jpg);
}

#section5 {
  padding: 130px 0;
}
#section5 .pr_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-items: flex-start;
  gap: 30px;
  width: 960px;
  margin: 60px auto;
}
#section5 .pr_list .box {
  width: 216px;
  height: 216px;
  display: block;
  overflow: hidden;
  position: relative;
}
#section5 .pr_list .box .photo {
  display: block;
}
#section5 .pr_list .box .photo::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.0392156863);
}
#section5 .pr_list .box .photo img {
  width: 100%;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
}
#section5 .pr_list .box .name {
  display: block;
  position: absolute;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  line-height: 1.4;
  letter-spacing: -0.6px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  opacity: 0;
}
#section5 .pr_list .box:hover .name {
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#section5 .pr_list .box:hover .photo::before {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: rgba(0, 0, 0, 0.5019607843);
}

.more_btn {
  display: block;
  background: #ffffff;
  border: 1px solid #aaa;
  height: 60px;
  width: 400px;
  font-size: 18px;
  font-weight: 400;
  color: #222;
  text-align: center;
  line-height: 60px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  margin: 20px auto 0;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

@media (min-width: 768px) {
  .banner {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .detail_page .contents_top .banner.video .btn_audio:hover {
    opacity: 1;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .scroll_txt {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .detail_page .contents_top.active .banner {
    height: 320px;
    -webkit-filter: unset;
            filter: unset;
  }
  .detail_page .contents_top.active .scroll_txt {
    opacity: 0;
  }
  .more_btn:hover {
    background: #333;
    border-color: #333;
    color: #fff;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  #section4 .up_boxs .box.flip.sizedown p {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    text-align: center;
  }
  #section2 .history_flow .box.right.forpc {
    width: 790px;
  }
  #section4 .up_boxs .box.center p > span {
    font-size: 21px;
  }
  #section2 .history_flow .box span.br_mo {
    display: unset;
  }
  #section2 .history_flow .box span.except {
    min-width: 550px;
  }
  #section4 .up_boxs.gnc .box p, #section4 .up_boxs.alive .box p {
    padding: 0 20px;
  }
  .br_pc {
    display: block;
  }
}
.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 비율 (9/16*100) */
  height: 0;
  overflow: hidden;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (max-width: 768px) {
  .br_mo {
    display: block;
  }
  .br_pc {
    display: unset !important;
  }
  .detail_page .contents_top .banner {
    height: 52.0833333333vw;
    -webkit-filter: unset;
            filter: unset;
  }
  .detail_page .contents_top .banner.video .btn_audio {
    position: absolute;
    top: 5.46875vw;
    right: 5.46875vw;
    width: 8.8541666667vw;
    height: 8.8541666667vw;
    opacity: 0.8;
  }
  .detail_page .contents_top .banner.video .btn_audio img {
    width: 8.8541666667vw;
    height: 8.8541666667vw;
    display: none;
  }
  .detail_page .contents_top .logo {
    width: 39.0625vw;
    height: 31.25vw;
  }
  .detail_page .contents_top.harumi .banner {
    background-size: 150%;
  }
  .detail_page .contents_top.sangsang .banner {
    background-size: 150%;
  }
  .detail_page .contents_top .scroll_txt {
    display: none;
  }
  .detail_page .inner {
    width: 100%;
  }
  .detail_page .txt_type1 {
    font-size: 6.5104166667vw;
    font-weight: 700;
    color: #111;
    text-align: center;
    line-height: 9.765625vw;
    line-height: 8.59375vw;
  }
  .detail_page .txt_type2 {
    font-size: 5.46875vw;
    font-weight: 700;
    color: #111;
    text-align: center;
    line-height: 8.203125vw;
    line-height: 1;
    letter-spacing: -0.6px;
  }
  .detail_page .txt_type2.fs50 {
    font-size: 6.5104166667vw;
    line-height: 1.4;
  }
  .detail_page .txt_type3 {
    font-size: 4.1666666667vw;
    font-weight: 400;
    color: #111;
    text-align: center;
    line-height: 6.25vw;
    letter-spacing: -0.6px;
  }
  .detail_page .show {
    -webkit-transform: translateY(1.3020833333vw);
            transform: translateY(1.3020833333vw);
  }
  .detail_page .show.rolling_img {
    -webkit-transform: translateX(19.53125vw);
            transform: translateX(19.53125vw);
  }
  .active .show.late1 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .active .show.late2 {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .active .show.late3 {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .active .show.late4 {
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  .active .show.late5 {
    -webkit-transition-delay: 2s;
            transition-delay: 2s;
  }
  .active .show.late6 {
    -webkit-transition-delay: 2.4s;
            transition-delay: 2.4s;
  }
  .active .show.late7 {
    -webkit-transition-delay: 2.8s;
            transition-delay: 2.8s;
  }
  .active .show.late8 {
    -webkit-transition-delay: 3.2s;
            transition-delay: 3.2s;
  }
  .active .show.rolling_img {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  #section1 {
    padding-bottom: 19.53125vw;
  }
  #section1 .txt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    margin-bottom: 10.4166666667vw;
  }
  #section1 .txt .scroll_txt {
    display: none;
  }
  #section1 .txt span.br_pc {
    display: inline-block;
    margin-right: 1.3020833333vw;
  }
  #section1 .txt.n3 {
    margin-bottom: 0;
  }
  #section1 .txt.n2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #section1 .txt.n2 .txt_wrap {
    padding-left: unset;
  }
  #section1 .txt .photo {
    width: 87.5vw;
    height: 58.0729166667vw;
  }
  #section1 .txt .photo img {
    width: 100%;
  }
  #section1 .txt .txt_wrap {
    max-width: 87.5vw;
    margin-top: 6.5104166667vw;
    word-break: keep-all;
  }
  #section1 .txt .txt_wrap .txt_type2 {
    text-align: center;
  }
  #section1 .txt .txt_wrap .txt_type3 {
    text-align: center;
    width: 95%;
    margin: 5.2083333333vw auto 0;
  }
  #section1 .contents_top.active + .inner .txt.n1 {
    padding-top: 13.0208333333vw;
  }
  #section2 {
    background-size: 200%;
    padding: 18.2291666667vw 0;
  }
  #section2 .txt_type1 {
    font-size: 7.8125vw;
    margin-bottom: 3.125vw;
  }
  #section2 .txt_type1 img {
    width: 39.0625vw;
    height: 31.25vw;
  }
  #section2 .txt_type3 {
    font-size: 4.4270833333vw;
  }
  #section2 .slot-number {
    gap: 0.1302083333vw;
  }
  #section2 .slot-number span {
    min-width: 4.6875vw;
  }
  #section2 .history_flow {
    width: 100vw;
    margin: 10.4166666667vw auto 0;
  }
  #section2 .history_flow .long_line {
    width: 0.2604166667vw;
    height: 96%;
  }
  #section2 .history_flow .long_line ~ .box > .mobile {
    width: 18vw;
  }
  #section2 .history_flow .long_line.harumi {
    height: 73.5677083333vw;
  }
  #section2 .history_flow .long_line.sangsang {
    height: 145.1822916667vw;
  }
  #section2 .history_flow .long_line.just {
    height: 77.4739583333vw;
  }
  #section2 .history_flow .long_line.cuisine {
    height: 207.03125vw;
  }
  #section2 .history_flow .long_line.dimsum {
    height: 131.5104166667vw;
  }
  #section2 .history_flow .long_line.baleun {
    height: 190.7552083333vw;
  }
  #section2 .history_flow .long_line.theking {
    height: 129.8177083333vw;
  }
  #section2 .history_flow .long_line.gaesung {
    height: 151.6927083333vw;
  }
  #section2 .history_flow .long_line.coolpeace {
    height: 179.0364583333vw;
  }
  #section2 .history_flow .long_line.grilly {
    height: 150.1302083333vw;
  }
  #section2 .history_flow .long_line.richam {
    height: 257vw;
  }
  #section2 .history_flow .long_line.yangban {
    height: 209.375vw;
  }
  #section2 .history_flow .long_line.bosunggreentea {
    height: 135.4166666667vw;
  }
  #section2 .history_flow .long_line.bosungblacktea {
    height: 126vw;
  }
  #section2 .history_flow .long_line.gnc {
    height: 108.0729166667vw;
  }
  #section2 .history_flow .long_line.alive {
    height: 145.4427083333vw;
  }
  #section2 .history_flow .long_line.thebanchan {
    height: 136.0677083333vw;
  }
  #section2 .history_flow .long_line.nutriplan {
    height: 164.222vw;
  }
  #section2 .history_flow .long_line.cheonjiin {
    height: 116.5364583333vw;
  }
  #section2 .history_flow .box {
    font-size: 3.90625vw;
    font-weight: 400;
    color: #111;
    text-align: left;
    line-height: 5.859375vw;
    margin-bottom: 5.2083333333vw;
    letter-spacing: -0.6px;
  }
  #section2 .history_flow .box strong {
    display: block;
    font-size: 3.90625vw;
    font-weight: 600;
    color: #111;
    text-align: left;
    line-height: 5.859375vw;
    margin-bottom: 0.5208333333vw;
    width: 39.0625vw;
  }
  #section2 .history_flow .box strong::after {
    width: 1.5625vw;
    height: 1.5625vw;
    top: 1.3020833333vw;
  }
  #section2 .history_flow .box span {
    min-width: 39.0625vw;
    word-break: keep-all;
    line-height: 1.4;
  }
  #section2 .history_flow .box span small {
    font-size: 2.9947916667vw;
    margin-top: 1.0416666667vw;
  }
  #section2 .history_flow .box .space {
    width: unset !important;
  }
  #section2 .history_flow .box img {
    display: block;
    width: 39.0625vw;
    margin-top: 2.6041666667vw;
  }
  #section2 .history_flow .box img.height {
    width: unset;
    height: 21.875vw;
  }
  #section2 .history_flow .box img.height.sizeup {
    height: 32.5520833333vw;
  }
  #section2 .history_flow .box.left {
    padding-right: 53.3854166667vw;
  }
  #section2 .history_flow .box.left strong {
    margin-bottom: 1.3020833333vw;
  }
  #section2 .history_flow .box.left strong::after {
    right: -4.1666666667vw;
  }
  #section2 .history_flow .box.right {
    padding-left: 53.3854166667vw;
  }
  #section2 .history_flow .box.right strong::after {
    left: -4.1666666667vw;
  }
  #section3 {
    padding: 16.9270833333vw 0;
    overflow: hidden;
  }
  #section3 .marquee {
    margin-top: 10.4166666667vw;
  }
  #section3 .marquee.coolpeace .box strong {
    margin-top: 6.5104166667vw;
    font-size: 4.1666666667vw;
  }
  #section3 .marquee.coolpeace .box strong span {
    font-size: 3.125vw;
    margin-bottom: 1.3020833333vw;
  }
  #section3 .marquee .marquee-track {
    gap: 3.90625vw;
  }
  #section3 .marquee .box {
    width: 31.25vw;
  }
  #section3 .marquee .box .photo {
    width: 31.25vw;
    height: 26.3020833333vw;
  }
  #section3 .marquee .box .photo img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #section3 .marquee .box strong {
    font-size: 4.1666666667vw;
    font-weight: 600;
    color: #111;
    text-align: center;
    line-height: 6.25vw;
    letter-spacing: -0.6px;
    margin-top: 1.5625vw;
    word-break: keep-all;
  }
  #section3 .marquee .box .txt {
    margin-top: 0.78125vw;
    font-size: 3.6458333333vw;
    font-weight: 400;
    color: #7E7E7E;
    text-align: left;
    line-height: 5.46875vw;
  }
  #section3.swiper_type {
    padding-bottom: 65%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  #section3.swiper_type.thebanchan {
    padding-bottom: 80%;
  }
  #section3.swiper_type.cheonjiin {
    padding-bottom: 70%;
  }
  #section3.swiper_type::after {
    display: none;
  }
  #section3.swiper_type .flex_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #section3.swiper_type .txt_group {
    width: 100%;
    padding-left: unset;
  }
  #section3.swiper_type .txt_group .txt_box {
    width: 100%;
    top: 71.6145833333vw;
    left: 0;
    text-align: center;
  }
  #section3.swiper_type .txt_group .txt_box p {
    margin-top: 3.90625vw;
    text-align: center;
  }
  #section3.swiper_type .txt_group .txt_box p .gray {
    margin-top: 1.5625vw;
  }
  #section3.swiper_type .txt_group .txt_box p .gray.thebanchan {
    margin-top: 2.6041666667vw;
  }
  #section3.swiper_type .txt_group .txt_box p .gray.moret {
    margin-top: 1.5625vw;
  }
  #section3.swiper_type .txt_group .txt_box p .chip {
    display: inline-block;
    border: 1px solid #999999;
    border-radius: 7.8125vw;
    padding: 0.5208333333vw 2.0833333333vw;
    font-size: 3.6458333333vw;
    margin-right: 1.0416666667vw;
    margin-top: 2.0833333333vw;
    color: #7E7E7E;
  }
  #section3.swiper_type .txt_group .custom_pagination {
    -webkit-column-gap: 2.0833333333vw;
       -moz-column-gap: 2.0833333333vw;
            column-gap: 2.0833333333vw;
    bottom: unset;
    top: 122.3958333333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #section3.swiper_type .txt_group .custom_pagination .dot {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  #section3.swiper_type .txt_group .custom_pagination.thebanchan {
    bottom: unset;
    top: 138.0208333333vw;
  }
  #section3.swiper_type .txt_group .custom_pagination.cheonjiin {
    bottom: unset;
    top: 125vw;
  }
  #section3.swiper_type .bigSwiper {
    margin-top: 10.4166666667vw;
    height: 65.1041666667vw;
    width: 100%;
    float: unset;
    padding-left: 14.3229166667vw;
  }
  #section3.swiper_type .bigSwiper .swiper-slide {
    width: 57.2916666667vw;
    height: 57.2916666667vw;
  }
  #section3.swiper_type .bigSwiper .swiper-slide > img {
    -webkit-transform: scale(0.6) translateX(14%);
            transform: scale(0.6) translateX(14%);
  }
  #section3.swiper_type .bigSwiper .swiper-slide .pr_img {
    height: 41.6666666667vw;
  }
  #section3.swiper_type .bigSwiper .swiper-slide .pr_img > img {
    height: 100%;
  }
  #section3.swiper_type .bigSwiper .swiper-slide-active > img {
    -webkit-transform: scale(1.16) translateX(12%);
            transform: scale(1.16) translateX(12%);
  }
  #section3.swiper_type .bigSwiper .swiper-slide-active .pr_img {
    top: 19.53125vw;
    left: -2.6041666667vw;
  }
  #section3.swiper_type .bigSwiper .swiper-slide-active + .swiper-slide > img {
    -webkit-transform: scale(0.6) translateX(20%);
            transform: scale(0.6) translateX(20%);
  }
  #section3.swiper_type .bigSwiper .swiper-slide-active + .swiper-slide + .swiper-slide > img {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  #section3.swiper_type .bigSwiper.sizedown .swiper-slide-active > img {
    -webkit-transform: scale(1.05) translateX(12%);
            transform: scale(1.05) translateX(12%);
  }
  #section3.swiper_type.full_circle {
    padding-bottom: 80%;
  }
  #section3.swiper_type.full_circle .txt_group .txt_box {
    top: 80.7291666667vw;
  }
  #section3.swiper_type.full_circle .txt_group .custom_pagination {
    bottom: unset;
    top: 136.71875vw;
  }
  #section3.swiper_type.full_circle .bigSwiper .swiper-slide-active > img {
    -webkit-transform: scale(1) translateX(12%);
            transform: scale(1) translateX(12%);
  }
  #section3.nutriplan {
    padding-bottom: 13.0208333333vw;
  }
  #section4 {
    padding: 16.9270833333vw 0;
    width: 100%;
  }
  #section4 .up_boxs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 87.5vw;
    margin: 10.4166666667vw auto 0;
    row-gap: 6.25vw;
  }
  #section4 .up_boxs .box {
    width: 100%;
    height: 51.0416666667vw;
    border-radius: 1.3020833333vw;
  }
  #section4 .up_boxs .box strong {
    font-size: 5.2083333333vw;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 7.8125vw;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #section4 .up_boxs .box p {
    font-size: 4.6875vw;
    font-weight: 400;
    color: #333;
    text-align: left;
    line-height: 7.03125vw;
    position: absolute;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #section4 .up_boxs .box p em {
    display: inline-block;
    margin-right: 1.3020833333vw;
    margin-top: 1.3020833333vw;
  }
  #section4 .up_boxs .box.dot p {
    padding-left: 0;
  }
  #section4 .up_boxs .box.dot p span {
    padding-left: 2.6041666667vw;
    max-width: unset;
  }
  #section4.sangsang .box p, #section4.dimsumm .box p {
    text-align: left !important;
    font-size: 4.1666666667vw;
  }
  #section4.richam .box p, #section4.alive .box p, #section4.gnc .box p {
    font-size: 4.1666666667vw;
  }
  #section4.gnc .box p, #section4.alive .box p {
    padding: 0 2.6041666667vw;
  }
  #section5 {
    padding: 16.9270833333vw 0;
  }
  #section5 .pr_list {
    gap: 3.90625vw;
    width: 90.3645833333vw;
    margin: 7.8125vw auto;
  }
  #section5 .pr_list .box {
    width: 27.34375vw;
    height: 27.34375vw;
    position: relative;
    overflow: hidden;
  }
  #section5 .pr_list .box .photo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.0392156863);
  }
  #section5 .pr_list .box .photo img {
    width: 100%;
  }
  #section5 .pr_list .box .name {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    font-size: 3.125vw;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
    line-height: 4.6875vw;
  }
  #section5 .pr_list .box:hover .name {
    display: none;
  }
  #section5 .pr_list .box:hover .photo::before {
    background: rgba(0, 0, 0, 0.0392156863);
  }
  .more_btn {
    font-size: 3.6458333333vw;
    font-weight: 400;
    color: #222;
    text-align: center;
    line-height: 5.46875vw;
    width: 62.5vw;
    height: 10.4166666667vw;
    line-height: 10.4166666667vw;
  }
}