@charset "UTF-8";
.com__temp.brand__header {
  padding: 0;
  justify-content: center;
}

.brand--title {
  width: 100%;
  height: clamp(120px, 22vw, 270px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: clamp(8px, 1.3vw, 16px);
}
.brand--title strong {
  display: block;
  font-size: clamp(26px, 5vw, 60px);
  font-weight: 700;
  line-height: 120%;
  font-family: "Hanken Grotesk", sans-serif;
  font-optical-sizing: auto;
}
.brand--title span {
  display: block;
  font-size: clamp(24px, 3.5vw, 42px);
  font-weight: 400;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .brand--title span {
    font-weight: 600;
  }
  .brand--title img {
    max-width: 70%;
  }
  .brand--title img.vertical- {
    width: auto;
  }
  .brand--title img.vertical-64 {
    height: 64px;
  }
  .brand--title img.vertical-90 {
    height: 90px;
  }
  .brand--title.brand__yogurberry img {
    width: 198px;
    height: 51px;
    max-width: 100%;
  }
}

.healthfoodWrap {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 0;
  margin-top: clamp(92px, 6.3vw, 104px);
}

.brand__tab {
  position: sticky;
  left: 0;
  top: 20px;
  z-index: 9;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: clamp(20px, 3.3vw, 24px) 0;
}
.brand__tab ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.brand__tab ul li a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: clamp(40px, 3.5vw, 46px);
  padding: clamp(8px, 1vw, 10px) clamp(24px, 2.3vw, 30px);
  border: 1px solid #000;
  border-radius: clamp(20px, 1.7vw, 23px);
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(25px);
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 400;
  line-height: 100%;
  white-space: nowrap;
  backface-visibility: hidden; /* 안티앨리어싱 힌트 */
  will-change: transform;
}
.brand__tab ul li a:hover, .brand__tab ul li a.active {
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 1024px) {
  .brand__tab {
    overflow-x: auto;
    visibility: visible;
    justify-content: flex-start;
    padding-bottom: 8px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .brand__tab::-webkit-scrollbar {
    display: none;
  }
  .brand__tab ul li a:hover {
    color: #000000;
    background-color: rgba(255, 255, 255, 0.1);
  }
}

.brandPhoto .healthfood--bg {
  background-image: url("https://hurum19.cdn1.cafe24.com/assets/img/brand/bg_healthfood.jpg");
}
.brandPhoto .yogurberry--bg {
  background-image: url("https://hurum19.cdn1.cafe24.com/assets/img/brand/bg_yogurberry.jpg");
}
.brandPhoto .expert--bg {
  background-image: url("https://hurum19.cdn1.cafe24.com/assets/img/brand/bg_expert.jpg");
}
.brandPhoto .imyo--bg {
  background-image: url("https://hurum19.cdn1.cafe24.com/assets/img/brand/bg_imyo.jpg");
}
.brandPhoto .jeju--bg {
  background-image: url("https://hurum19.cdn1.cafe24.com/assets/img/brand/bg_jeju.jpg");
}

@media screen and (max-width: 767px) {
  .healthfoodWrap {
    padding: 0;
  }
  .brand__tab {
    overflow-x: auto;
    visibility: visible;
    justify-content: flex-start;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0 16px 8px;
  }
  .brand__tab.scrollx li:last-child {
    padding-right: 8px;
  }
  .healthfood__list {
    padding: 66px clamp(16px, 4.88vw, 50px) 0 clamp(16px, 4.88vw, 50px);
  }
}
.healthfood__list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(120px, 15.7vw, 260px);
  width: 100%;
  max-width: 1206px;
  padding-top: clamp(66px, 8.4vw, 140px);
}

.healthfood--item {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(24px, 2.7vw, 46px);
  width: 100%;
  max-width: 1206px;
  scroll-margin-top: 100px;
}
.healthfood--item .trigger {
  position: absolute;
  top: -80px;
  left: 0;
  width: 1px;
  height: 0;
  z-index: 9;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
.healthfood--item .health--item--header {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(16px, 2.1vw, 22px);
}
.healthfood--item .health--item--header h4 {
  font-size: clamp(26px, 3.6vw, 60px);
  font-weight: 700;
  line-height: 146%;
}
.healthfood--item .health--item--header span {
  display: block;
  font-size: clamp(26px, 2.1vw, 36px);
  font-weight: 600;
  line-height: 100%;
}
.healthfood--item .health--item--header p {
  font-size: clamp(14px, 1.5vw, 26px);
  font-weight: 400;
  line-height: 176%;
}
.healthfood--item .btn__wrap {
  padding: 18px 0 0 0;
}
.healthfood--item .brand__list--wrap {
  position: relative;
  width: 100%;
}
.healthfood--item .btn--absolute--prev {
  position: absolute;
  z-index: 1;
  width: 68px;
  height: 68px;
  top: -114px;
  right: 106px;
}
.healthfood--item .btn--absolute--next {
  position: absolute;
  z-index: 1;
  width: 68px;
  height: 68px;
  top: -114px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .healthfood--item .btn--absolute--prev {
    width: 42px;
    height: 42px;
    top: -64px;
    right: 64px;
  }
  .healthfood--item .btn--absolute--next {
    width: 42px;
    height: 42px;
    top: -64px;
    right: 0;
  }
}
@media screen and (max-width: 520px) {
  .healthfood--item .health--item--header {
    padding-bottom: 96px;
    gap: 4px;
  }
  .healthfood--item .health--item--header h4 {
    font-size: 26px;
  }
  .healthfood--item .health--item--header span {
    font-size: 26px;
  }
  .healthfood--item .health--item--header p {
    font-size: 14px;
    padding-top: 10px;
  }
  .healthfood--item .btn--absolute--prev {
    right: calc(64px + 4%);
  }
  .healthfood--item .btn--absolute--next {
    right: 4%;
  }
}

.brand__list {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.brand__list .swiper-slide {
  width: fit-content;
}
.brand__list .swiper-slide img {
  height: 600px;
}
.brand__list.fullWidth .swiper-slide {
  width: 100%;
}
@media screen and (min-width: 1320px) {
  .brand__list .swiper-slide img {
    height: 600px;
  }
  .brand__list .swiper-slide img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 1180px) {
  .brand__list .swiper-slide {
    height: 537px;
  }
}
@media screen and (max-width: 1024px) {
  .brand__list .swiper-slide {
    height: 460px;
  }
}
@media screen and (max-width: 820px) {
  .brand__list .swiper-slide {
    height: 368px;
  }
}
@media screen and (max-width: 768px) {
  .brand__list .swiper-slide {
    height: 345px;
  }
}
@media screen and (max-width: 640px) {
  .brand__list {
    width: 92% !important;
    overflow: visible !important;
  }
  .brand__list .swiper-slide {
    height: 288px;
  }
  .brand__list .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

#yogurberry__intro {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(88px, 10.4vw, 173px);
  max-width: 1920px;
  width: 100%;
  padding-bottom: clamp(54px, 22.5vw, 372px);
}
#yogurberry__intro picture {
  overflow: hidden;
  flex: 0 1 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: clamp(640px, 50.4vw, 1080px);
}
#yogurberry__intro picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#yogurberry__intro .yogurberry__intro--text {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(24px, 2.4vw, 40px);
}
#yogurberry__intro .yogurberry__intro--text p {
  font-size: clamp(14px, 2.1vw, 26px);
  font-weight: 400;
  line-height: 176%;
}
@media screen and (max-width: 767px) {
  #yogurberry__intro {
    flex-direction: column-reverse;
    gap: clamp(40px, 2.4vw, 64px);
    padding-bottom: 54px;
  }
  #yogurberry__intro picture {
    width: 100%;
    height: clamp(428px, 67.7vw, 520px);
  }
  #yogurberry__intro .yogurberry__intro--text {
    padding: 136px clamp(16px, 3.1vw, 24px) 40px;
    width: 100%;
  }
}

#yogurberry__history {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0;
  width: 100%;
}
#yogurberry__history h3 {
  width: 100%;
  padding-bottom: clamp(24px, 12.1vw, 200px);
  font-size: clamp(26px, 3.1vw, 52px);
  font-weight: 600;
  line-height: 146%;
}
#yogurberry__history h3 span {
  display: inline-block;
}
#yogurberry__history .yogurberry__history--info {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  gap: clamp(24px, 2.4vw, 54px);
  width: 100%;
  max-width: 900px;
}
#yogurberry__history .yogurberry__history--info p {
  font-size: clamp(14px, 2vw, 26px);
  font-weight: 300;
  line-height: 176%;
}
#yogurberry__history .yogurberry__history--info picture {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: clamp(288px, 42.4vw, 700px);
}
#yogurberry__history .yogurberry__history--info picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #yogurberry__history h3 {
    padding-bottom: 24px;
    font-size: 26px;
  }
  #yogurberry__history h3 span {
    display: block;
  }
  #yogurberry__history h3 br {
    display: none;
  }
  #yogurberry__history .yogurberry__history--info {
    gap: 56px;
  }
  #yogurberry__history .yogurberry__history--info p {
    font-size: 14px;
  }
  #yogurberry__history .yogurberry__history--info picture {
    align-self: flex-end;
    width: 70%;
    min-width: 240px;
    height: 288px;
  }
}

#yogurberry__store__list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(46px, 7.2vw, 120px);
  width: 100%;
}
#yogurberry__store__list .yogurberry__store__header {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(24px, 2.4vw, 40px);
  width: 100%;
}
#yogurberry__store__list .yogurberry__store__header h3 {
  font-size: clamp(26px, 3.1vw, 52px);
  font-weight: 600;
  line-height: 166%;
}
#yogurberry__store__list .yogurberry__store__header p {
  font-size: clamp(14px, 1.5vw, 26px);
  font-weight: 300;
  line-height: 176%;
}
#yogurberry__store__list .yogurberry__store__header p span {
  display: block;
}
#yogurberry__store__list .yogurberry__list {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  z-index: 9;
}
#yogurberry__store__list .yogurberry__list .swiper-wrapper {
  transition-timing-function: linear;
}
#yogurberry__store__list .yogurberry__list .swiper-slide {
  width: clamp(120px, 33.7vw, 346px);
}
@media screen and (max-width: 767px) {
  #yogurberry__store__list {
    gap: 46px;
  }
  #yogurberry__store__list .yogurberry__store__header {
    gap: 24px;
  }
  #yogurberry__store__list .yogurberry__store__header h3 {
    font-size: 26px;
  }
  #yogurberry__store__list .yogurberry__store__header p {
    font-size: 14px;
  }
  #yogurberry__store__list .yogurberry__store__header p span {
    display: inline;
  }
}
@media screen and (max-width: 520px) {
  #yogurberry__store__list .yogurberry__list {
    overflow: visible;
  }
  #yogurberry__store__list .yogurberry__list .swiper-slide {
    width: 120px;
  }
}

#yogurberry__rnd {
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(40px, 7.2vw, 120px);
  width: 100%;
  max-width: 1360px;
}
#yogurberry__rnd picture {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: clamp(232px, 58.7vw, 970px);
}
#yogurberry__rnd picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#yogurberry__rnd .yogurberry__rnd--info {
  padding-left: clamp(0px, 18.6vw, 308px);
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(24px, 2.4vw, 40px);
}
#yogurberry__rnd .yogurberry__rnd--info h3 {
  font-size: clamp(26px, 2.5vw, 42px);
  font-weight: 600;
  line-height: 166%;
}
#yogurberry__rnd .yogurberry__rnd--info p {
  max-width: 800px;
  width: 100%;
  font-size: clamp(14px, 1.5vw, 26px);
  font-weight: 300;
  line-height: 176%;
}
@media screen and (max-width: 1024px) {
  #yogurberry__rnd .yogurberry__rnd--info {
    padding-left: 0;
  }
}
@media screen and (max-width: 520px) {
  #yogurberry__rnd {
    gap: 40px;
  }
  #yogurberry__rnd picture {
    height: 232px;
  }
}

#yogurberry__vision {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: clamp(40px, 6.25vw, 120px);
  max-width: 1920px;
  width: 100%;
  padding: clamp(100px, 9.6vw, 160px) 0 clamp(50px, 7.2vw, 120px);
}
#yogurberry__vision .yogurberry__vision--info {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(24px, 2.4vw, 40px);
  padding-left: clamp(0px, 10.57vw, 203px);
}
#yogurberry__vision .yogurberry__vision--info h3 {
  font-size: clamp(26px, 3.1vw, 52px);
  font-weight: 600;
  line-height: 166%;
}
#yogurberry__vision .yogurberry__vision--info p {
  font-size: clamp(14px, 1.5vw, 26px);
  font-weight: 300;
  line-height: 176%;
}
#yogurberry__vision picture {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: clamp(400px, 40.2vw, 798px);
  height: clamp(287px, 52vw, 1000px);
}
#yogurberry__vision picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  #yogurberry__vision .yogurberry__vision--info {
    padding-left: clamp(16px, 4.88vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  #yogurberry__vision {
    gap: 30px;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 50px 0 28px;
  }
  #yogurberry__vision picture {
    align-self: flex-end;
    width: 70%;
    padding-right: clamp(16px, 3.1vw, 50px);
    min-width: 242px;
    height: clamp(287px, 67.7vw, 440px);
  }
}

/* expert */
.grayArea {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(36px, 3.9vw, 40px);
  width: 100%;
  height: 100vh;
  height: 100svh;
  height: var(--vh-real, 100svh);
  min-height: 768px;
  padding: clamp(16px, 11.6vw, 192px) clamp(16px, 12.3vw, 203px);
  background: url("https://hurum19.cdn1.cafe24.com/assets/img/brand/export_bg.jpg") no-repeat center center;
  background-size: cover;
}
.grayArea.expert {
  background-image: url("https://hurum19.cdn1.cafe24.com/assets/img/brand/export_bg2.jpg");
}
.grayArea h4 {
  width: 100%;
  max-width: 1024px;
  font-size: clamp(26px, 2.5vw, 42px);
  font-weight: 500;
  line-height: 176%;
}
.grayArea p {
  width: 100%;
  max-width: 1024px;
  font-size: clamp(26px, 2.1vw, 36px);
  font-weight: 400;
  line-height: 176%;
}
.grayArea span {
  display: block;
}
.grayArea .gray--btnWrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding-top: clamp(0px, 4.8vw, 80px);
}
.grayArea #grayAreaText1 span {
  display: inline-block;
  font-weight: 600;
}
.grayArea #grayAreaText1 span:first-child {
  display: block;
}
.grayArea #grayAreaText1 strong {
  font-weight: 500;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .grayArea {
    justify-content: center;
    padding: 0 clamp(16px, 4.88vw, 50px);
    min-height: 320px;
  }
  .grayArea h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 163%;
  }
  .grayArea p {
    font-size: 22px;
    font-weight: 600;
    line-height: 163%;
  }
  .grayArea span {
    display: inline;
  }
  .grayArea .gray--btnWrap {
    flex-direction: column;
    gap: 10px;
    padding-top: 0;
  }
  .grayArea #grayAreaText1 span, .grayArea #grayAreaText1 strong, .grayArea #grayAreaText2 span, .grayArea #grayAreaText2 strong {
    display: block;
    font-weight: 600;
  }
}

html[lang=en] .grayArea h4 {
  max-width: 100%;
  font-size: 36px;
  line-height: 150%;
}
html[lang=en] .grayArea p {
  max-width: 100%;
  font-size: 26px;
  line-height: 150%;
}

@media screen and (min-width: 768px) and (max-height: 860px) {
  html[lang=en] .grayArea .gray--btnWrap {
    padding-top: 44px;
  }
}
@media screen and (max-width: 767px) {
  html[lang=en] .grayArea h4 {
    font-size: 22px;
  }
  html[lang=en] .grayArea p {
    font-size: 22px;
  }
}
.brand__temp {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  max-width: 1920px;
  min-height: 1080px;
  padding: 120px 0;
}

#expertProduct {
  padding-top: clamp(90px, 9.7vw, 120px);
}

.brand__product {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 1206px;
  padding-bottom: clamp(32px, 5.8vw, 60px);
}
.brand__product .brand__product--header {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(18px, 3vw, 50px);
}
.brand__product .brand__product--header h4 {
  font-size: clamp(26px, 3.6vw, 60px);
  font-weight: 700;
  line-height: 146%;
}
.brand__product .brand__product--header p {
  font-size: clamp(14px, 1.5vw, 26px);
  font-weight: 400;
  line-height: 176%;
}
.brand__product .product__list {
  position: relative;
  width: clamp(440px, 49.7vw, 600px);
  height: clamp(440px, 49.7vw, 600px);
}
.brand__product .product__list .swiper-slide {
  width: clamp(440px, 49.7vw, 600px);
  height: clamp(440px, 49.7vw, 600px);
  transition: transform 0.3s ease;
}
.brand__product .product__list .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.833);
  transform-origin: bottom center;
}
.brand__product .product__list .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1300px) {
  .brand__product .product__list .swiper-slide:not(.swiper-slide-active) {
    transform: scale(1);
  }
}
.brand__product .btn--prduct--prev {
  position: absolute;
  z-index: 9;
  width: 68px;
  height: 68px;
  top: -100px;
  right: 106px;
}
.brand__product .btn--prduct--next {
  position: absolute;
  z-index: 9;
  width: 68px;
  height: 68px;
  top: -100px;
  right: 0;
}
.brand__product.pdb64 {
  padding-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .brand__product {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
    gap: 0;
  }
  .brand__product .brand__product--header {
    padding-bottom: 94px;
  }
  .brand__product .brand__product--header h4 {
    font-size: 26px;
  }
  .brand__product .brand__product--header p {
    font-size: 14px;
  }
  .brand__product .product__list {
    width: 100%;
    height: clamp(288px, 57.2vw, 440px);
  }
  .brand__product .product__list .swiper {
    overflow: visible;
  }
  .brand__product .product__list .swiper-slide {
    width: clamp(288px, 57.2vw, 440px);
    height: clamp(288px, 57.2vw, 440px);
  }
  .brand__product .btn--prduct--prev {
    width: 44px;
    height: 44px;
    top: -64px;
    right: 86px;
  }
  .brand__product .btn--prduct--next {
    width: 44px;
    height: 44px;
    top: -64px;
    right: 20px;
  }
}

#imyoProduct {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(120px, 29vw, 480px);
  width: 100%;
  padding-top: clamp(90px, 18vw, 300px);
}
#imyoProduct .com__temp {
  padding-top: 0;
  padding-bottom: 0;
}
#imyoProduct .brand__product {
  padding-bottom: 0;
}

#partnerWrap {
  width: 100%;
  height: 100vh;
  min-height: clamp(768px, 105.4vw, 1080px);
  justify-content: center;
  padding-top: 110px;
}
#partnerWrap .partner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(24px, 5.5vw, 92px);
  width: 100%;
}
#partnerWrap .partner h3 {
  font-size: clamp(26px, 3.6vw, 60px);
  font-weight: 700;
  line-height: 100%;
}
#partnerWrap .partner .partner__list {
  overflow: visible;
}
#partnerWrap .partner .partner__list .swiper-wrapper {
  pointer-events: none;
  transition-timing-function: linear;
}
#partnerWrap .partner .partner__list .swiper-slide {
  pointer-events: none;
  width: 250px;
  height: 250px;
}
#partnerWrap .partner .partner__list .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#partnerWrap .partner {
  /*
  .export_scroll_left {
      width: 100%;
      height: clamp(100px, 19.5vw, 250px);  // 1280
      background: url('https://hurum19.cdn1.cafe24.com/assets/img/brand/export_partner.png') repeat 0 0;
      background-size: auto 100%;
      -webkit-animation: bg-scrolling 40s infinite;
      animation: bg-scrolling 40s infinite; 
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
  }
  */
}
@media screen and (max-width: 767px) {
  #partnerWrap {
    height: auto;
    min-height: auto;
    justify-content: flex-start;
  }
  #partnerWrap .partner {
    gap: 24px;
    align-items: flex-start;
    padding: 0 clamp(16px, 4.88vw, 50px);
  }
  #partnerWrap .partner h3 {
    font-size: 26px;
  }
  #partnerWrap .partner .partner__list .swiper-slide {
    width: 100px;
    height: 100px;
  }
}

/* jeju */
.jeju__intro {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.jeju__intro picture {
  width: 100vw;
  height: 100vh;
  opacity: 0.2;
}
.jeju__intro picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} 
@media screen and (max-width: 767px) {
  .jeju__intro {
    overflow: hidden;
    max-height: 680px;
  }
  .jeju__intro picture {
    height: 100%;
  }
}
@media screen and (max-width: 520px) {
  .jeju__intro {
    max-height: 586px;
  }
}

.jeju__intro__title {
  position: absolute;
  padding: clamp(76px, 11.4vw, 220px) clamp(16px, 10.4vw, 200px);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
}
.jeju__intro__title picture {
  height: 100%;
}
.jeju__intro__title h5 {
  font-size: clamp(22px, 2.5vw, 42px);
  font-weight: 600;
  line-height: 171%;
  padding-bottom: clamp(24px, 0.6vw, 40px);
}
.jeju__intro__title p {
  font-size: clamp(22px, 2.1vw, 36px);
  font-weight: 400;
  line-height: 161%;
}
@media screen and (max-width: 767px) {
  .jeju__intro__title {
    padding: 76px 16px;
    gap: 32px;
  }
  .jeju__intro__title h5 {
    font-size: 22px;
    line-height: 171%;
    padding-bottom: 0;
  }
  .jeju__intro__title p {
    font-size: 22px;
    line-height: 163%;
  }
  .jeju__intro__title p span {
    display: block;
    font-weight: 600;
  }
  .jeju__intro__title p br {
    display: none;
  }
}

.jeju--wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1614px;
  padding: 30px clamp(16px, 4.88vw, 50px) 0 clamp(16px, 4.88vw, 50px);
}

.jeju--photo {
  position: relative;
  width: 100%;
  max-width: 1206px;
}
.jeju--photo .jeju--text {
  width: 100%;
  padding-bottom: clamp(40px, 19.3vw, 320px);
  font-size: clamp(22px, 2.5vw, 42px);
  font-weight: 400;
  line-height: 166%;
}
.jeju--photo .jeju--text span {
  display: inline;
}
.jeju--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jeju--photo .jeju--cookie {
  max-width: 1202px;
  width: 100%;
  height: clamp(300px, 48.2vw, 796px);
  overflow: hidden;
}
.jeju--photo .jeju--orange {
  width: clamp(172px, 36vw, 593px);
  height: clamp(244px, 44.6vw, 736px);
  overflow: hidden;
  transform: translateX(-153px) translateY(clamp(-40px, -5.8vw, -96px));
}
@media screen and (max-width: 1202px) {
  .jeju--photo .jeju--orange {
    transform: translateX(160%) translateY(clamp(-40px, -5.8vw, -96px));
  }
}
@media screen and (max-width: 767px) {
  .jeju--photo {
    padding-top: 74px;
  }
  .jeju--photo .jeju--text {
    padding-bottom: 40px;
    font-size: 22px;
    font-weight: 600;
  }
  .jeju--photo .jeju--text span {
    display: block;
  }
  .jeju--photo .jeju--text br {
    display: none;
  }
  .jeju--photo .jeju--orange {
    width: clamp(172px, 42.2vw, 593px);
    height: clamp(244px, 52.8vw, 736px);
    transform: translateX(120%) translateY(-40px);
  }
}

.jeju__title-com {
  font-size: clamp(24px, 3.15vw, 52px);
  font-weight: 600;
  line-height: 146%;
}
@media screen and (max-width: 767px) {
  .jeju__title-com {
    font-size: 24px;
    line-height: 150%;
  }
  .jeju__title-com span {
    display: block;
  }
}

.jeju__platform {
  gap: 8px;
  width: 100%;
  padding-top: clamp(100px, 12vw, 200px);
  padding-bottom: clamp(100px, 17.8vw, 294px);
}
.jeju__platform .jeju__platform-desc {
  font-size: clamp(14px, 2.5vw, 26px);
  font-weight: 400;
  line-height: 176%;
  text-align: center;
}
.jeju__platform ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-top: clamp(66px, 7.3vw, 75px);
}
.jeju__platform ul li {
  font-size: clamp(22px, 2.5vw, 42px);
  font-weight: 600;
  line-height: 100%;
}
.jeju__platform ul li.platform__item {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 25px;
  width: clamp(360px, 27.2vw, 450px);
  height: clamp(360px, 27.2vw, 450px);
  aspect-ratio: 1/1;
  padding: clamp(24px, 2.5vw, 42px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
}
.jeju__platform ul li.platform__item h6 {
  font-size: clamp(22px, 2.5vw, 36px);
  font-weight: 600;
  line-height: 161%;
}
.jeju__platform ul li.platform__item p {
  font-size: clamp(14px, 1.5vw, 26px);
  font-weight: 400;
  line-height: 176%;
}
.jeju__platform ul li.platform__item:nth-child(1) {
  background-image: url("https://hurum19.cdn1.cafe24.com/assets/img/brand/jeju_platform_bg1.jpg");
}
.jeju__platform ul li.platform__item:nth-child(3) {
  background-image: url("https://hurum19.cdn1.cafe24.com/assets/img/brand/jeju_platform_bg2.jpg");
}
.jeju__platform ul li.platform__item:nth-child(5) {
  background-image: url("https://hurum19.cdn1.cafe24.com/assets/img/brand/jeju_platform_bg3.jpg");
}
.jeju__platform ul li.platform__item:nth-child(5)::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .jeju__platform {
    align-items: flex-start;
    gap: 28px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .jeju__platform .jeju__platform-desc {
    font-size: 14px;
    line-height: 171%;
    text-align: left;
  }
  .jeju__platform .jeju__platform-desc span {
    display: block;
  }
  .jeju__platform ul {
    flex-direction: column;
    gap: 14px;
    margin-top: 38px;
  }
  .jeju__platform ul li {
    font-size: 24px;
  }
  .jeju__platform ul li.platform__item {
    padding: 18px;
    width: 208px;
    height: 212px;
    gap: 0;
  }
  .jeju__platform ul li.platform__item h6 {
    font-size: 16px;
    line-height: 212%;
  }
  .jeju__platform ul li.platform__item p {
    font-size: 14px;
    font-weight: 300;
    line-height: 171%;
  }
}

.jeju__product {
  width: 100%;
  padding-top: 0;
  gap: clamp(92px, 9.9vw, 164px);
}
.jeju__product .jeju__product__head {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(20px, 5.2vw, 40px);
  width: 100%;
}
.jeju__product .jeju__product__head p {
  font-size: clamp(14px, 2.18vw, 36px);
  font-weight: 400;
  line-height: 161%;
}
.jeju__product .jeju__product__head ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
}
.jeju__product .jeju__product__head ul li {
  position: relative;
  padding-left: 16px;
  font-size: clamp(14px, 2.5vw, 26px);
  font-weight: 600;
  line-height: 176%;
}
.jeju__product .jeju__product__head ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  .jeju__product .jeju__product__head {
    gap: 20px;
  }
  .jeju__product .jeju__product__head p {
    font-size: 14px;
  }
  .jeju__product .jeju__product__head p span {
    display: block;
  }
  .jeju__product .jeju__product__head p br {
    display: none;
  }
  .jeju__product .jeju__product__head ul li {
    padding-left: 12px;
    font-size: 14px;
    font-weight: 300;
    line-height: 171%;
  }
  .jeju__product .jeju__product__head ul li::before {
    content: "";
    width: 3px;
    height: 3px;
  }
}
.jeju__product .jeju__list {
  position: relative;
  overflow: visible;
  max-width: 1206px;
}
.jeju__product .jeju__list .swiper-wrapper {
  transition-timing-function: linear;
}
.jeju__product .jeju__list .swiper-slide {
  width: 100%;
  height: 100%;
}
.jeju__product .jeju__list .jeju__btn--wrap {
  position: absolute;
  top: -17%;
  right: 0;
  z-index: 9;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: clamp(22px, 4.9vw, 38px);
  width: max-content;
  height: 68px;
  transition: top 0.3s ease;
}
.jeju__product .jeju__list .jeju__btn--wrap .btn--jeju--prev {
  position: static;
  width: 68px;
  height: 68px;
}
.jeju__product .jeju__list .jeju__btn--wrap .btn--jeju--next {
  position: static;
  width: 68px;
  height: 68px;
}
@media screen and (max-width: 1202px) {
  .jeju__product .jeju__list {
    width: 92%;
  }
  .jeju__product .jeju__list .jeju__btn--wrap {
    top: -22%;
  }
}
@media screen and (max-width: 768px) {
  .jeju__product .jeju__list .jeju__btn--wrap {
    gap: 22px;
    top: -60px;
    height: 42px;
  }
  .jeju__product .jeju__list .jeju__btn--wrap .btn--jeju--prev, .jeju__product .jeju__list .jeju__btn--wrap .btn--jeju--next {
    width: 42px;
    height: 42px;
  }
}
@media screen and (max-width: 440px) {
  .jeju__product .jeju__list {
    width: 288px;
  }
  .jeju__product .jeju__list .swiper-slide {
    width: 288px;
    height: 288px;
  }
  .jeju__product .jeju__list .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.jeju__brand {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: clamp(48px, 7vw, 117px);
  width: 100%;
  max-width: 1920px;
  padding: clamp(108px, 13.2vw, 170px) 0 clamp(100px, 25vw, 320px);
}
.jeju__brand .jeju__brand__head {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(20px, 5.2vw, 40px);
  width: 100%;
  padding-right: 50px;
  padding-left: clamp(40px, 11.9vw, 230px);
}
.jeju__brand .jeju__brand__head h5 {
  font-size: clamp(24px, 3.15vw, 52px);
  font-weight: 600;
  line-height: 146%;
}
.jeju__brand .jeju__brand__head p {
  font-size: clamp(14px, 2.18vw, 36px);
  font-weight: 400;
  line-height: 161%;
}
.jeju__brand .jeju__brand__head ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
}
.jeju__brand .jeju__brand__head ul li {
  position: relative;
  padding-left: 16px;
  font-size: clamp(14px, 2.5vw, 26px);
  font-weight: 600;
  line-height: 176%;
}
.jeju__brand .jeju__brand__head ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000000;
}
.jeju__brand picture {
  position: relative;
  width: 44%;
  max-width: 750px;
  aspect-ratio: 750/850;
  /*height: 750px;*/
  padding: clamp(16px, 3vw, 50px);
}
.jeju__brand picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jeju__brand picture .overlap {
  position: absolute;
  bottom: -24px;
  right: 44%;
  width: clamp(195px, 27.8vw, 460px);
  height: auto;
  aspect-ratio: 460/275;
  transition: width 0.3s ease;
}
.jeju__brand.reverse {
  flex-direction: row-reverse;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 0;
}
.jeju__brand.reverse picture {
  max-width: 46%;
  height: clamp(750px, 78.3vw, 1000px);
  padding: 0;
}
.jeju__brand.reverse .jeju__brand__head {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .jeju__brand {
    padding: 108px 0 206px;
    gap: 48px;
  }
  .jeju__brand .jeju__brand__head {
    gap: 20px;
  }
  .jeju__brand .jeju__brand__head p {
    font-size: 14px;
  }
  .jeju__brand .jeju__brand__head p.mo span {
    display: block;
  }
  .jeju__brand .jeju__brand__head p.mo br {
    display: none;
  }
  .jeju__brand .jeju__brand__head ul li {
    padding-left: 12px;
    font-size: 14px;
    font-weight: 300;
    line-height: 171%;
  }
  .jeju__brand .jeju__brand__head ul li::before {
    content: "";
    width: 3px;
    height: 3px;
  }
  .jeju__brand.reverse picture {
    height: 440px;
  }
}
@media screen and (max-width: 1280px) {
  .jeju__brand .jeju__brand__head {
    padding-left: 50px;
  }
}
@media screen and (max-width: 640px) {
  .jeju__brand {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 48px;
  }
  .jeju__brand .jeju__brand__head {
    padding: 0 16px !important;
    width: 100%;
  }
  .jeju__brand picture {
    width: 100%;
    height: clamp(300px, 53vw, 340px);
    padding: 0 16px;
  }
  .jeju__brand picture .overlap {
    right: 0;
    bottom: -30%;
    width: 195px;
  }
  .jeju__brand.reverse {
    flex-direction: column;
  }
  .jeju__brand.reverse picture {
    width: 100%;
    max-width: 100%;
    height: 400px;
  }
}

.jeju__lifeStyle {
  width: 100%;
  padding: 0 clamp(16px, 6.5vw, 50px);
  height: clamp(640px, 48.4vw, 800px);
}
.jeju__lifeStyle .jeju__lifeStyle--inner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 5.2vw, 40px);
  width: 100%;
  height: 100%;
  background: url("https://hurum19.cdn1.cafe24.com/assets/img/brand/jeju_life_bg.jpg") no-repeat center center/cover;
}
.jeju__lifeStyle .jeju__lifeStyle--inner h5 {
  font-size: clamp(24px, 3.15vw, 52px);
  font-weight: 600;
  line-height: 146%;
  text-align: center;
  color: #fff;
}
.jeju__lifeStyle .jeju__lifeStyle--inner p {
  font-size: clamp(14px, 2.18vw, 36px);
  font-weight: 400;
  line-height: 161%;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .jeju__lifeStyle {
    padding: 0;
    height: 528px;
  }
  .jeju__lifeStyle .jeju__lifeStyle--inner {
    background-image: url("https://hurum19.cdn1.cafe24.com/assets/img/brand/jeju_life_bg_mo.jpg");
    gap: 20px;
  }
  .jeju__lifeStyle .jeju__lifeStyle--inner h5 {
    font-size: 24px;
    line-height: 150%;
  }
  .jeju__lifeStyle .jeju__lifeStyle--inner p {
    font-size: 14px;
    line-height: 171%;
  }
}