.profile__hurum {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 235px;
}
.profile__hurum .profile__title {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(20px, 2.9vw, 48px);
}
.profile__hurum .profile__title img {
  height: clamp(72px, 6.8vw, 100px);
}
.profile__hurum .profile__title span {
  display: block;
}
@media screen and (max-width: 767px) {
  .profile__hurum .profile__title img {
    height: 34px;
  }
}

.profile__message {
  overflow: hidden;
}
.profile__message .message--bg1 {
  background-image: url("https://hurum19.cdn1.cafe24.com/assets/img/about/profile_hurum.jpg");
}
.profile__message .message--bg2 {
  background-image: url("https://hurum19.cdn1.cafe24.com/assets/img/about/profile_img1.jpg");
}
.profile__message .message--bg3 {
  background-image: url("https://hurum19.cdn1.cafe24.com/assets/img/about/profile_img3.jpg");
}
@media screen and (max-width: 640px) {
  .profile__message .message--bg1 {
    background-image: url("https://hurum19.cdn1.cafe24.com/assets/img/about/profile_hurum_mo.jpg");
    background-position: center bottom !important;
  }
}

.messageItem {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 19;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(var(--vh) * 100);
  height: 100svh;
  background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}
.messageItem .bgimg {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.messageItem .bgimg::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  background-color: rgba(0, 0, 0, 0.65);
}
.messageItem .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  padding-left: clamp(16px, 12vw, 204px);
  font-size: clamp(22px, 2.3vw, 42px);
  font-weight: 600;
  line-height: 171%;
  color: #fff;
}
.messageItem .info span {
  display: block;
}
.messageItem#messageItem1 {
  z-index: 19;
}
.messageItem#messageItem2 {
  z-index: 29;
}
@media screen and (max-width: 767px) {
  .messageItem .info {
    justify-content: flex-start;
    top: 110px;
    padding: 0 clamp(16px, 4.88vw, 50px);
    transform: translateY(0);
  }
}
@media screen and (max-width: 520px) {
  .messageItem .info span {
    display: inline;
  }
}

.profile__ideology {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(100px, 23.8vw, 244px);
  width: 100%;
  padding-top: clamp(112px, 18.5vw, 190px);
}
.profile__ideology .profile__title {
  width: 100%;
  text-align: left;
  font-size: clamp(24px, 3.2vw, 42px);
  font-weight: 600;
  line-height: 171%;
  transition: all 0.2s;
}
.profile__ideology .profile__title span {
  display: block;
}
.profile__ideology .ideology__list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(44px, 10.8vw, 173px);
  width: 100%;
}
.profile__ideology .ideology__list li {
  max-width: 440px;
  width: 100%;
}
.profile__ideology .ideology__list li .subheading {
  padding-bottom: clamp(16px, 2.5vw, 26px);
}
.profile__ideology .ideology__list li p {
  font-size: clamp(14px, 2.1vw, 22px);
  font-weight: 400;
  line-height: 171%;
  padding-bottom: clamp(40px, 6.2vw, 64px);
}
.profile__ideology .ideology__list li picture {
  width: 100%;
  overflow: hidden;
}
.profile__ideology .ideology__list li picture img {
  width: 100%;
  object-fit: cover;
}
.profile__ideology .ideology__list li.vision {
  padding-top: clamp(120px, 15.3vw, 246px);
}
@media screen and (max-width: 1024px) {
  .profile__ideology {
    gap: 100px;
  }
  .profile__ideology .ideology__list {
    padding-left: 0;
    gap: 44px;
  }
}
@media screen and (max-width: 767px) {
  .profile__ideology {
    gap: 100px;
  }
  .profile__ideology .profile__title {
    font-size: 24px;
    line-height: 150%;
  }
  .profile__ideology .profile__title span {
    display: inline-block;
  }
  .profile__ideology .ideology__list {
    gap: 44px;
  }
  .profile__ideology .ideology__list li picture {
    height: 275px;
  }
  .profile__ideology .ideology__list li.vision {
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .profile__ideology .ideology__list {
    flex-direction: column;
    align-items: flex-end;
  }
  .profile__ideology .ideology__list li {
    width: 242px;
  }
}

.identity__list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(40px, 6vw, 97px);
  width: 100%;
  max-width: 1514px;
  padding: clamp(80px, 14.5vw, 240px) 0 clamp(340px, 61vw, 564px);
  transition: all 0.2s;
}
.identity__list li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 33%;
  max-width: 440px;
  height: clamp(480px, 44vw, 586px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: clamp(24px, 4vw, 52px);
  font-weight: 600;
  line-height: 100%;
  color: #fff;
}
.identity__list li.identity--item1 {
  transform: translateY(258px);
  background-image: url("https://hurum19.cdn1.cafe24.com/assets/img/about/identity_img1.jpg");
}
.identity__list li.identity--item2 {
  transform: translateY(0);
  background-image: url("https://hurum19.cdn1.cafe24.com/assets/img/about/identity_img2.jpg");
}
.identity__list li.identity--item3 {
  transform: translateY(483px);
  background-image: url("https://hurum19.cdn1.cafe24.com/assets/img/about/identity_img3.jpg");
}
@media screen and (max-width: 767px) {
  .identity__list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
    padding: 90px 16px 36px;
  }
  .identity__list li {
    width: 156px;
    height: 210px;
    max-width: auto;
  }
  .identity__list li.identity--item1 {
    transform: translateX(-86px) translateY(0);
    order: 2;
  }
  .identity__list li.identity--item2 {
    transform: translateY(0);
    order: 1;
  }
  .identity__list li.identity--item3 {
    transform: translateX(86px) translateY(0);
    order: 3;
  }
}

.profile__ci {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 42px;
  width: 100%;
}
.profile__ci .ci--title {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 42px;
  width: 100%;
}
.profile__ci .ci--title p {
  font-size: clamp(22px, 2.8vw, 36px);
  font-weight: 400;
  line-height: 160%;
}
.profile__ci .ci--title p span {
  display: block;
}
.profile__ci ul {
  width: 100%;
  padding: clamp(80px, 9.3vw, 150px) clamp(50px, 6.2vw, 100px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #EAEDF1;
  background-color: #FAFAFC;
}
.profile__ci ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  width: 50%;
}
.profile__ci ul li h4 {
  width: 100px;
  text-align: left;
}
.profile__ci ul li picture {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: calc(100% - 100px);
}
.profile__ci ul li:first-child {
  padding-right: clamp(40px, 5.3vw, 84px);
  border-right: 1px solid #EAEDF1;
}
.profile__ci ul li:last-child {
  padding-left: clamp(40px, 5.3vw, 84px);
}
@media screen and (max-width: 1024px) {
  .profile__ci .ci--title p span {
    display: inline;
  }
  .profile__ci ul {
    padding: 80px 50px;
  }
}
@media screen and (max-width: 767px) {
  .profile__ci ul {
    padding: 80px 0;
    flex-direction: column;
    gap: 120px;
  }
  .profile__ci ul li {
    flex-direction: column;
    gap: 40px;
    width: 189px;
  }
  .profile__ci ul li h4 {
    width: auto;
  }
  .profile__ci ul li picture {
    width: 100%;
  }
  .profile__ci ul li picture img {
    max-width: none;
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .profile__ci ul li:first-child, .profile__ci ul li:last-child {
    padding: 0;
    border: none;
  }
  .profile__ci ul li:last-child picture {
    height: 56px;
  }
}

@media screen and (min-width: 768px) {
  #gsapIntroWrap > li {
    height: 100vh;
    overflow: hidden;
    position: relative;
  }
}
.history {
  position: relative;
  padding-top: 100px;
}
.history > ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(100px, 21vw, 348px);
  width: 100%;
}
.history > ul > li {
  width: 100%;
}
.history > ul > li h3 {
  font-size: clamp(26px, 7.8vw, 80px);
  font-weight: 600;
  line-height: 115%;
  padding-bottom: clamp(18px, 7vw, 72px);
}
.history > ul > li h3 span {
  display: block;
}
.history > ul > li h4 {
  font-size: clamp(22px, 5vw, 52px);
  font-weight: 600;
  line-height: 146%;
}
.history > ul > li h4.mobile {
  display: none;
}
.history .history--item {
  width: 100%;
}
.history .history--item h4 {
  padding-bottom: clamp(32px, 3.5vw, 36px);
}
@media screen and (max-width: 1280px) {
  .history .history--item {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .history {
    padding-top: 0;
  }
  .history > ul > li .history--header {
    padding-top: 74px;
  }
  .history > ul > li h3 {
    font-size: 26px;
    padding-bottom: 18px;
  }
  .history > ul > li h4.mobile {
    display: block;
    font-size: 22px;
  }
  .history .history--item h4 {
    display: none;
  }
  .history .historyPhoto {
    display: none;
  }
  .history .history--header {
    width: 100%;
    padding-bottom: 34px;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 2;
  }
}

.history--contents {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(24px, 5.2vw, 86px);
  width: 100%;
}
.history--contents .historyPhoto {
  position: relative;
  width: clamp(240px, 42.5vw, 680px);
  height: 0;
  padding-bottom: clamp(240px, 42.5vw, 640px);
  overflow: hidden;
  flex-shrink: 0;
} 
.history--contents .historyPhoto img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left top;
}
.history--contents ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(24px, 6.6vw, 68px);
  width: calc(100% - clamp(264px, 42.5vw, 750px));
}
.history--contents ul h5 {
  padding-bottom: 10px;
  font-size: clamp(20px, 3.9vw, 40px);
  font-weight: 600;
  line-height: 100%;
}
.history--contents ul p {
  font-size: clamp(12px, 2.14vw, 22px);
  font-weight: 400;
  line-height: 172%;
}
.history--contents ul li.mobile {
  display: none;
}
.history--contents ul li.part {
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  .history--contents {
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
  }
  .history--contents .historyPhoto {
    width: 240px;
    padding-bottom: 240px;
  }
  .history--contents ul {
    gap: 24px;
    width: 100%;
    align-items: flex-end;
  }
  .history--contents ul li {
    width: 70%;
  }
  .history--contents ul li.part {
    padding-top: 4px;
  }
  .history--contents ul li.mobile {
    display: block;
    font-size: 26px;
    padding: 4px 0;
  }
  .history--contents ul li.mobile img.vertical {
    width: 70%;
  }
  .history--contents ul h5 {
    font-size: 20px;
    padding-bottom: 4px;
  }
  .history--contents ul p {
    font-size: 12px;
    font-weight: 400;
  }
}
@media screen and (max-width: 440px) {
  .history--contents {
    flex-direction: column;
    align-items: flex-end;
  }
  .history--contents .historyPhoto, .history--contents ul {
    width: 100%;
  }
  .history--contents ul > li {
    width: calc(100% - 86px);
  }
}

@media screen and (max-width: 767px) {
  .history__subheader {
    height: fit-content;
  }
}
.certify__import {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: clamp(120px, 17.5vw, 230px) 0 clamp(120px, 7.7vw, 130px);
}
.certify__import ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1206px;
}
.certify__import ul li {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  width: 33.3%;
  max-width: 280px;
}
.certify__import ul li picture {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  height: clamp(110px, 17vw, 130px);
}
.certify__import ul li picture img {
  width: auto;
  height: 100%;
}
.certify__import ul li h3 {
  padding-top: clamp(20px, 5.2vw, 42px);
  font-size: clamp(16px, 2.8vw, 22px);
  font-weight: 600;
  line-height: 181%;
}
.certify__import ul li p {
  font-size: clamp(12px, 2vw, 16px);
  font-weight: 400;
  line-height: 200%;
  text-align: center;
  color: #9AA5B2;
}
@media screen and (max-width: 1024px) {
  .certify__import {
    padding: 100px 0;
  }
  .certify__import ul {
    gap: 24px;
  }
}
@media screen and (max-width: 500px) {
  .certify__import ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 70px;
  }
  .certify__import ul li {
    width: 100%;
  }
  .certify__import ul li h3 {
    padding-top: 4px;
    font-size: 16px;
  }
  .certify__import ul li p {
    font-size: 12px;
  }
}

.certify--wrapper {
  width: 100%;
  max-width: 1614px;
  padding: 0 clamp(16px, 4.88vw, 50px);
}
@media screen and (max-width: 767px) {
  .certify--wrapper {
    padding: 0;
  }
}

.certify--list {
  width: 100%;
  padding: clamp(100px, 12vw, 160px) 50px;
  border: 1px solid #EAEDF1;
  background-color: #FAFAFC;
}
.certify--list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 152px 24px;
  width: 100%;
}
.certify--list ul li {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  width: calc(25% - 18px);
  text-align: center;
}
.certify--list ul li picture {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.certify--list ul li picture img {
  width: 195px;
}
.certify--list ul li h3 {
  padding-top: 28px;
  font-size: clamp(14px, 2.1vw, 22px);
  font-weight: 400;
  line-height: 172%;
}
.certify--list ul li p {
  font-size: clamp(12px, 1.5vw, 16px);
  font-weight: 400;
  line-height: 100%;
  color: #9AA5B2;
}
@media screen and (max-width: 1024px) {
  .certify--list {
    padding: 100px 40px;
  }
  .certify--list ul {
    gap: 120px 24px;
  }
  .certify--list ul li {
    width: calc(33.3% - 16px);
  }
}
@media screen and (max-width: 767px) {
  .certify--list {
    padding: 80px 20px;
  }
  .certify--list ul {
    gap: 60px 16px;
  }
  .certify--list ul li {
    width: calc(50% - 8px);
  }
  .certify--list ul li picture {
    width: 100px;
  }
  .certify--list ul li picture img {
    width: 100%;
  }
  .certify--list ul li h3 {
    padding-top: 18px;
    font-size: 12px;
    font-weight: 400;
    line-height: 166%;
  }
  .certify--list ul li p {
    font-size: 10px;
  }
}

.award--list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 80px clamp(20px, 2.5vw, 40px);
  width: 100%;
  padding-top: clamp(126px, 15.6vw, 250px);
}
.award--list li {
  width: calc(50% - clamp(10px, 1.25vw, 20px));
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}
.award--list li picture {
  width: 176px;
  height: 248px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.award--list li picture img {
  width: 100%;
  object-fit: fill;
}
.award--list li div h3 {
  font-size: clamp(14px, 2.14vw, 22px);
  font-weight: 400;
  line-height: 172%;
  padding-bottom: clamp(8px, 1.4vw, 12px);
}
.award--list li div p {
  font-size: clamp(12px, 1.5vw, 16px);
  font-weight: 400;
  line-height: 200%;
  color: #9AA5B2;
}
@media screen and (max-width: 767px) {
  .award--list {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 24px;
  }
  .award--list li {
    width: 100%;
    gap: 16px;
  }
  .award--list li picture {
    width: 100px;
    height: auto;
  }
  .award--list li div h3 {
    font-size: 12px;
    font-weight: 400;
    line-height: 166%;
  }
  .award--list li div p {
    font-size: 10px;
  }
}

.affiliate--logo {
  width: 100%;
  padding-top: clamp(20px, 3.8vw, 64px);
}
.affiliate--logo img {
  width: auto;
  height: clamp(44px, 6vw, 100px);
}

.affiliate--photo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  height: 100svh;
}
.affiliate--photo .affiliate--img {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  height: 100svh;
}
.affiliate--photo .affiliate--img img {
  width: 100vw;
  height: 100vh;
  height: 100svh;
  object-fit: cover;
}

.affiliate--infomation {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
  width: 100%;
  max-width: 1920px;
  padding: clamp(76px, 10.3vw, 170px) clamp(16px, 4.88vw, 50px) clamp(154px, 21vw, 345px);
}
.affiliate--infomation div {
  padding-left: clamp(86px, 8vw, 154px);
  transition: all 0.2s;
}
.affiliate--infomation div p {
  padding: 20px 0;
  font-size: clamp(16px, 2vw, 36px);
  font-weight: 400;
  line-height: 160%;
}
.affiliate--infomation div p span {
  display: inline-block;
}
.affiliate--infomation picture {
  overflow: hidden;
  width: clamp(242px, 35.1vw, 591px);
  height: clamp(280px, 43.8vw, 736px);
}
.affiliate--infomation picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1614px) {
  .affiliate--infomation div {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .affiliate--infomation {
    flex-direction: column;
    align-items: flex-start;
    padding: 66px 16px 154px;
  }
  .affiliate--infomation div {
    padding-left: 0;
  }
  .affiliate--infomation div p {
    padding: 10px 0;
    line-height: 176%;
  }
  .affiliate--infomation div p span {
    display: block;
  }
  .affiliate--infomation div p br {
    display: none;
  }
  .affiliate--infomation picture {
    width: 70vw;
    height: 80vw;
  }
}

.affiliate--brand {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 57px;
  width: 100%;
  padding-bottom: clamp(75px, 8vw, 130px);
}
.affiliate--brand .affiliate--brand--header {
  position: relative;
  width: 100%;
  max-width: 1306px;
  padding: 0 clamp(16px, 4.88vw, 50px);
}
.affiliate--brand .affiliate--brand--header h4 {
  padding: 26px 0 18px;
  font-size: clamp(22px, 4.1vw, 42px);
  font-weight: 600;
  line-height: 171%;
}
.affiliate--brand .affiliate--brand--header h4 span {
  display: inline-block;
}
.affiliate--brand .affiliate--brand--header .btn--absolute--prev, .affiliate--brand .affiliate--brand--header .btn--absolute--next {
  position: absolute;
  z-index: 9;
  width: 68px;
  height: 68px;
  bottom: 0;
  cursor: pointer;
}
.affiliate--brand .affiliate--brand--header .btn--absolute--prev {
  right: clamp(100px, 15.2vw, 156px);
}
.affiliate--brand .affiliate--brand--header .btn--absolute--next {
  right: clamp(36px, 4.88vw, 50px);
}
.affiliate--brand .affiliate--brand--header .affiliate--brand--logo.ng {
  width: 392px;
}
.affiliate--brand .affiliate--brand--header .affiliate--brand--logo.yu {
  width: 330px;
}
.affiliate--brand .affiliate--brand--header .affiliate--brand--logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.affiliate--brand .affiliate--list {
  width: 100%;
  position: relative;
  height: max-content;
  overflow: hidden;
}
.affiliate--brand .affiliate--list .swiper-slide {
  width: calc(100% - clamp(16px, 4.88vw, 50px));
  max-width: 1206px;
}
.affiliate--brand > p {
  width: 100%;
  max-width: 1306px;
  padding: 56px clamp(16px, 4.88vw, 50px) clamp(100px, 16vw, 148px);
  font-size: clamp(16px, 2.8vw, 36px);
  font-weight: 400;
  line-height: 170%;
}
.affiliate--brand > p span {
  display: inline;
}
.affiliate--brand .affiliate--feature {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(40px, 11.6vw, 116px) clamp(36px, 5.6vw, 72px);
  width: 100%;
  max-width: 1306px;
  padding: 0 clamp(16px, 4.88vw, 50px);
}
.affiliate--brand .affiliate--feature li {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  width: calc(50% - clamp(18px, 2.8vw, 36px));
}
.affiliate--brand .affiliate--feature li picture {
  width: 100%;
  height: clamp(120px, 11.2vw, 186px);
}
.affiliate--brand .affiliate--feature li picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.affiliate--brand .affiliate--feature li h5 {
  padding-top: 24px;
  font-size: clamp(16px, 2.18vw, 36px);
  font-weight: 600;
  line-height: 161%;
}
.affiliate--brand .affiliate--feature li p {
  font-size: clamp(14px, 1.5vw, 26px);
  font-weight: 400;
  line-height: 176%;
}
@media screen and (max-width: 1024px) {
  .affiliate--brand .affiliate--brand--header img {
    height: 64px;
  }
  .affiliate--brand .affiliate--brand--header .btn--absolute--prev, .affiliate--brand .affiliate--brand--header .btn--absolute--next {
    width: clamp(42px, 8.4vw, 56px);
    height: clamp(42px, 8.4vw, 56px);
  }
  .affiliate--brand .affiliate--brand--header .affiliate--brand--logo.ng {
    width: clamp(164px, 38.2vw, 392px);
  }
  .affiliate--brand .affiliate--brand--header .affiliate--brand--logo.yu {
    width: clamp(132px, 32.2vw, 330px);
  }
}
@media screen and (max-width: 767px) {
  .affiliate--brand > p {
    padding: 88px 16px 19px;
  }
  .affiliate--brand > p span {
    display: block;
  }
  .affiliate--brand > p br {
    display: none;
  }
  .affiliate--brand .affiliate--brand--header {
    padding-bottom: 38px;
  }
  .affiliate--brand .affiliate--brand--header h4 span {
    display: block;
  }
  .affiliate--brand .affiliate--brand--header h4 br {
    display: none;
  }
  .affiliate--brand .affiliate--brand--header img {
    height: clamp(44px, 8.4vw, 64px);
  }
  .affiliate--brand .affiliate--brand--header .btn--absolute--prev, .affiliate--brand .affiliate--brand--header .btn--absolute--next {
    bottom: -36px;
  }
  .affiliate--brand .affiliate--brand--header .affiliate--brand--logo.ng {
    width: 164px;
  }
  .affiliate--brand .affiliate--brand--header .affiliate--brand--logo.yu {
    width: 132px;
  }
  .affiliate--brand .affiliate--list {
    width: 100%;
    height: 288px;
  }
  .affiliate--brand .affiliate--list li.swiper-slide {
    width: calc(100% - 64px);
    min-width: 288px;
    height: 100%;
  }
  .affiliate--brand .affiliate--list li.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .affiliate--brand .affiliate--feature {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
    gap: 40px;
    width: 100%;
  }
  .affiliate--brand .affiliate--feature li {
    width: 80%;
  }
}

.brand__list {
  width: 100%;
  max-width: 1614px;
  padding: clamp(120px, 10.9vw, 180px) clamp(16px, 4.88vw, 50px) clamp(80px, 5.4vw, 90px);
}
.brand__list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(30px, 3.8vw, 64px);
  width: 100%;
}
.brand__list ul li {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: calc(50% - clamp(15px, 1.9vw, 32px));
}
.brand__list ul li picture {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: clamp(156px, 20vw, 350px);
  background-color: #FAFAFC;
  padding: 40px 80px;
}
.brand__list ul li p {
  padding-top: clamp(20px, 6.2vw, 62px);
  font-size: clamp(12px, 2.6vw, 22px);
  font-weight: 400;
  line-height: 172%;
}
.brand__list ul li h5 {
  padding-top: 8px;
  font-size: clamp(16px, 4vw, 36px);
  font-weight: 600;
  line-height: 161%;
}
@media screen and (max-width: 767px) {
  .brand__list ul {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 40px;
  }
  .brand__list ul li {
    width: 100%;
  }
  .brand__list ul picture {
    padding: 40px clamp(80px, 15.6vw, 120px);
  }
  .brand__list ul p {
    padding-top: 20px;
    font-size: 12px;
  }
  .brand__list ul h5 {
    font-weight: 500;
  }
}

.ybello__wrap {
  padding-top: clamp(100px, 16vw, 160px);
  padding-bottom: clamp(80px, 12vw, 120px);
  align-items: flex-start;
}
.ybello__wrap h3 {
  padding-bottom: clamp(24px, 3.3vw, 56px);
}
.ybello__wrap .ybello__list {
  overflow: visible;
  width: 100%;
}
.ybello__wrap .ybello__list li {
  width: 594px;
}
.ybello__wrap .ybello__list li picture {
  overflow: hidden;
  width: 100%;
  height: clamp(288px, 32vw, 384px);
}
.ybello__wrap .ybello__list li picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.ybello__wrap .ybello__list li p {
  padding-top: clamp(22px, 2.8vw, 44px);
  text-align: center;
  font-size: clamp(12px, 1.5vw, 20px);
  font-weight: 400;
  line-height: 134%;
  color: #9AA5B2;
}
.ybello__wrap .ybello__list li h4 {
  padding-top: clamp(7px, 1.4vw, 14px);
  text-align: center;
  font-size: clamp(16px, 4vw, 26px);
  font-weight: 600;
  line-height: 134%;
}
@media screen and (max-width: 1024px) {
  .ybello__wrap h3 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ybello__wrap .ybello__list {
    width: 94%;
  }
  .ybello__wrap .ybello__list li {
    width: 100%;
  }
  .ybello__wrap .ybello__list li picture {
    height: 288px;
  }
}

.brandPhoto .natureGarden--bg {
  background-image: url("https://hurum19.cdn1.cafe24.com/assets/img/about/natureGarden_product1.jpg");
}

.brandPhoto .yu--bg {
  background-image: url("https://hurum19.cdn1.cafe24.com/assets/img/about/yu_product1.jpg");
}

@media screen and (max-width: 767px) {
  .brandPhoto .natureGarden--bg {
    background-image: url("https://hurum19.cdn1.cafe24.com/assets/img/about/natureGarden_mobile.jpg");
  }
  .brandPhoto .yu--bg {
    background-image: url("https://hurum19.cdn1.cafe24.com/assets/img/about/yu_mobile.png");
  }
}
.location__temp {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(72px, 7.8vw, 80px);
  width: 100%;
  padding-bottom: clamp(70px, 10.9vw, 140px);
}

.location__header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  width: 100%;
}
.location__header h3 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(8px, 2.3vw, 16px);
  font-size: clamp(26px, 5vw, 52px);
  font-weight: 600;
  line-height: 100%;
}
.location__header h3 span {
  display: block;
  padding: 5px clamp(8px, 2.6vw, 20px);
  font-size: clamp(14px, 2.1vw, 22px);
  font-weight: 500;
  line-height: 172%;
  color: #9AA5B2;
  background-color: #FAFAFC;
  border-radius: 10px;
}
.location__header .location__app {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}
.location__header .location__app a {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #F0F0F0;
  border-radius: 22px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .location__header {
    gap: 16px;
  }
  .location__header h3 {
    font-size: 26px;
  }
  .location__header h3 span {
    font-size: 12px;
    padding: 4px;
    border-radius: 2px;
  }
  .location__header .location__app {
    gap: 16px;
  }
  .location__header .location__app a {
    border-radius: 12px;
  }
  .location__header .location__app a img {
    width: 40px;
  }
}

.location__info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
.location__info li {
  flex-basis: 20%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(12px, 2.3vw, 24px);
}
.location__info li h4 {
  font-size: clamp(12px, 2.1vw, 22px);
  font-weight: 600;
  line-height: 100%;
}
.location__info li p {
  font-size: clamp(14px, 2.5vw, 26px);
  font-weight: 400;
  line-height: 176%;
}
.location__info li:first-child {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .location__info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 26px;
  }
  .location__info li {
    gap: 8px;
  }
  .location__info li h4 {
    font-size: 12px;
  }
  .location__info li p {
    font-size: 14px;
  }
}

.loaction__map {
  width: 100%;
  height: 940px;
}

.loaction--top {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .loaction__map {
    height: 680px;
  }
}
@media screen and (max-width: 767px) {
  .loaction__map {
    height: 424px;
  }
  .loaction--top {
    overflow-x: auto;
    overflow-y: hidden;
    height: 40px;
  }
}