@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css');

section.main-section {
  width: 100%;
}

section.main-section:first-of-type {
  margin-top: 74px;
  position: relative;
}

section.main-section {
  letter-spacing: -0.02em;
}

section.main-section h2 {
  letter-spacing: 0;
}

section.main-section article {
  width: 1200px;
  margin: auto;
  padding: 140px 0;
}

section.main-section.news-section article {
  padding: 100px 0;
}

#main-slider article {
  color: #ffffff;
  padding: 210px 0;
  position: relative;
  padding-left: 22vw;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.slider-paging {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  bottom: 8vh;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 12px;
  line-height: 1.2;
}
.slider-paging p {
  font-weight: 500;
}

.slider-paging span {
  margin: 0 6px;
  width: 2px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.4);
}

section.main-section #main-slider article .content-area {
  display: inline-block;
  max-width: 550px;
}

section.main-section #main-slider .slick-slide {
  height: 650px;
}

section.main-section #main-slider article h4 {
  margin-bottom: 24px;
}

section.main-section #main-slider article h2 {
  margin-bottom: 24px;
}

section.main-section #main-slider article.careers p.body.regular {
  font-size: 2.4rem;
  font-weight: 500;
}

section.main-section #main-slider article p.body.regular {
  margin-bottom: 40px;
}

section.main-section p.label.large {
  color: #013fb6;
  margin-bottom: 12px;
}

.title-area .h3 {
  margin-bottom: 24px;
}

a.view-btn {
  height: 48px;
  padding: 0 24px;
  border-radius: 68px 68px;
  border: 1px solid #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

a.view-btn_black {
  height: 48px;
  padding: 0 24px;
  border-radius: 68px 68px;
  border: none;
  background-color: #1b1b1b;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.view-btn-circle {
  width: 44px;
  height: 44px;
  background-color: #1b1b1b;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.view-btn-circle::after {
  content: '';
  background-image: url('/img/btn-arrow.png');
  background-position: center;
  background-size: 20px 20px;
  display: block;
  width: 20px;
  height: 20px;
}

.main-slide-arrow {
  margin: auto;
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
}

.main-slide-arrow svg {
  width: 40px;
  height: 40px;
}

.slide {
  background-size: cover;
  background-position: center top;
}
.slide.carrer {
  background-image: url('/img/carrers-main2024.jpg');
  background-size: contain;
  background-position: center;
  background-color: #df4e53;
  cursor: pointer;
  padding: 0;
}
.slide.carrer a {
  width: 100%;
  height: 100%;
  display: block;
}
.slide.sport {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url('/img/2026/outdoorsports.webp');
  background-position: center 80%;
}

.slide.golf {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)),
    url('/img/2026/golf.webp');
}

.slide.women {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url('/img/2026/womenswear.webp');
}

.slide.men {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url('/img/2026/menswear.webp');
}

.slide.acc {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url('/img/2026/accessories.webp');
}

.slide.upcycle {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url('/img/2026/sustainable.webp');
}

.slide.on-off {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url('/img/2026/onoffretail.webp');
}

#news-slider.slick-slider {
  overflow: hidden;
}

#news-slider .slick-slide {
  height: auto;
  padding: 0 16px;
  margin-top: 40px;
}

#news-slider .slick-list {
  margin: 0 -16px !important;
  padding: 0 20% 0 0 !important;
}

.news-card {
  width: 100%;
  background-color: gray;
  background-position: center center;
  background-size: cover;
  background-repeat: repeat;
  border-radius: 32px;
}

.news-card:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.news-card-wrap h6 {
  margin-top: 24px;
}

.news-card-wrap p.bodysmall.number {
  margin-top: 1.2rem;
  color: #757575;
  font-weight: 400;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.button-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.news-slide-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.news-slide-arrow .arrow-wrap-left,
.news-slide-arrow .arrow-wrap-right {
  background-color: #1b1b1b;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.news-slide-arrow .arrow-wrap-right {
  margin-left: 12px;
}

.news-slide-arrow svg {
  width: 20px;
  height: 20px;
}

.news-slide-arrow svg path {
  stroke: #e2e2e2;
}

.news-slide-arrow .slick-disabled {
  background-color: #fafafa;
}

.news-slide-arrow .slick-disabled svg {
  stroke: #ffffff;
}

.brand-section .content-area {
  margin-top: 64px;
  display: flex;
  flex-wrap: wrap;
}

.brand-card-wide {
  width: 100%;
  margin-bottom: 32px;
  border-radius: 40px;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.brand-card-wide .embed-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  height: auto;
  max-width: 100%;
  background-image: url('/img/2026/card01.webp');
  background-size: cover;
}

.brand-card-wide .embed-container iframe,
.brand-card-wide .embed-container object,
.brand-card-wide .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.brand-card-wide-movie {
  width: 66.66%;
  overflow: hidden;
}

.brand-card-wide-text {
  width: 33.33%;
  padding: 40px;
  height: 100%;
  position: relative;
}
.brand-card-wide-text h4 {
  font-size: 2.4rem;
}
.brand-card-wide-text h6 {
  position: relative;
  display: inline-block;
  margin-bottom: 22px;
}

.brand-card-wide-text h6:after {
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -8px;
  left: 0;
  display: inline;
  background-color: #1b1b1b;
}

.brand-card {
  width: calc(33.33% - 21.3333333333px);
  border-radius: 32px;
  position: relative;
}

.brand-card:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.brand-card .view-btn-circle,
.brand-card-wide-text .view-btn_black {
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.brand-card .brand-card-inner {
  width: 100%;
  height: 100%;
  padding: 40px;
  position: absolute;
}

.brand-card:nth-of-type(2) {
  background-image: linear-gradient(to bottom, rgb(3 55 103) 0%, rgb(41 88 130 / 0%) 54%), url('/img/2026/card02.webp');
  background-color: #ff5a45;
  background-position: center;
  background-size: cover;
  color: white;
}

.brand-card:nth-of-type(3) {
  background-image: url('/img/2026/card03.webp');
  background-position: center;
  background-size: cover;
  margin-right: 32px;
  margin-left: 32px;
  background-color: #e1e1e1;
  color: #1b1b1b;
}

.brand-card:nth-of-type(4) {
  background-image: url('/img/2026/card04.webp');
  background-position: center;
  background-size: cover;
  background-color: #6f8489;
  color: white;
}

.brand-card-inner h6 {
  margin-bottom: 16px;
}

section.main-section.brand-section {
  background-color: #013fb6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

section.main-section.brand-section .title-area,
section.main-section.brand-section .title-area > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

section.main-section.brand-section p.label.large,
section.main-section.brand-section h3.h3 {
  color: #ffffff;
}

section.main-section:last-of-type {
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}

section.main-section:last-of-type article {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

section.main-section:last-of-type article .title-area {
  width: 33.33%;
}

section.main-section:last-of-type article .content-area {
  width: 66.66%;
  max-width: 600px;
}

section.main-section:last-of-type article .content-area .h4 {
  margin-bottom: 32px;
}

section.main-section:last-of-type article .content-area a {
  display: none;
}

section.main-section:last-of-type article:first-of-type {
  padding-bottom: 80px;
  border-bottom: 4px solid #1b1b1b;
}

section.main-section:last-of-type article:last-of-type {
  padding-top: 80px;
  padding-bottom: 0;
}

@media (max-width: 1024px) and (min-width: 767px) {
  body {
    zoom: 1 !important;
  }
}
@media (max-width: 800px) {
  section.main-section:first-of-type {
    margin-top: 0;
    position: relative;
  }
  /* .slide.men,
  .slide.women {
    background-position: center !important;
  }
  .slide.women {
    background-position: left !important;
  } */

  .slide.on-off {
    background-position: left !important;
  }
  .slide.carrer a {
    width: 100%;
    height: 100%;
  }
  #main-slider article.slide.carrer {
    display: none !important;
  }
  .slide.carrer {
    background-image: url('/img/carrers-2024.jpg');
    background-size: contain;
    background-position: center;
    background-color: #df4e53;
    cursor: pointer;
    padding: 0;
  }

  .slide.sport {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
      url('/img/2026/outdoorsportsm.webp');
  }

  .slide.golf {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)),
      url('/img/2026/golfm.webp');
  }

  .slide.women {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
      url('/img/2026/womenswearm.webp');
  }

  .slide.men {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
      url('/img/2026/menswearm.webp');
  }

  .slide.acc {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
      url('/img/2026/accessoriesm.webp');
  }

  .slide.upcycle {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
      url('/img/2026/sustainablem.webp');
  }

  .slide.on-off {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
      url('/img/2026/onoffretailm.webp');
  }

  section.main-section article,
  section.main-section.news-section article {
    width: 100%;
    padding: 60px 0;
  }

  #main-slider article {
    padding: 8vw;
    align-items: flex-start;
    padding-top: calc(43vh - 5.6rem);
  }

  #main-slider article.careers {
    padding-top: 33vh;
  }

  section.main-section #main-slider article h4 {
    margin-bottom: 16px;
  }

  section.main-section #main-slider article.careers p.body.regular {
    font-size: 1.8rem;
  }

  section.main-section #main-slider .slick-slide {
    margin-top: 5.6rem;
    height: calc(85vh - 5.6rem);
  }

  section.main-section #main-slider article .content-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 320px;
    margin: 0 auto;
  }

  .main-slide-arrow {
    width: 100%;
    top: 45.8vh;
    padding: 0 16px;
  }

  .main-slide-arrow svg {
    width: 32px;
    height: 32px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    padding: 6px;
  }

  section.main-section #main-slider article h2 {
    margin-bottom: 16px;
  }

  section.main-section #main-slider article p.body.regular {
    text-align: center;
    margin-bottom: 24px;
  }

  #news-slider .slick-list {
    margin: 0 !important;
    padding: 0 10% 0 10% !important;
  }

  #news-slider .slick-slide {
    padding: 0 8px;
    position: relative;
    margin-top: 32px;
  }

  .news-card {
    background-position: center top;
  }

  .news-card-wrap h6 {
    margin-top: 12px;
  }

  .news-card:after {
    padding-bottom: 75%;
  }

  a.view-btn,
  a.view-btn_black {
    height: 40px;
    padding: 0 20px;
    border-radius: 68px 68px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    font-size: 13px;
  }

  .news-slide-arrow {
    display: none;
  }

  .title-area {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 2rem;
  }

  .title-area .h3 {
    margin-bottom: 0;
  }

  .button-wrap {
    width: auto;
  }

  .brand-section .content-area {
    margin-top: 32px;
  }

  .brand-card-wide {
    flex-direction: column;
    border-radius: 26px;
    margin-bottom: 16px;
  }

  .brand-card-wide-movie {
    width: 100%;
    overflow: visible;
  }

  .brand-card-wide-text {
    width: 100%;
    padding: 24px;
  }
  .brand-card-wide-text h4 {
    font-size: 2rem;
  }
  .brand-card-wide .embed-container {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  section.main-section.brand-section article {
    padding: 60px 20px;
  }
  .brand-card:nth-of-type(2) {
    background-image: linear-gradient(to bottom, rgb(3 55 103) 0%, rgb(41 88 130 / 0%) 54%), url(/img/2026/card02.webp);
    background-color: #ff5a45;
  }

  .brand-card:nth-of-type(3) {
    background-image: url(/img/2026/card03.webp);
    background-color: #e1e1e1;
    color: #1b1b1b;
    margin-right: 0;
    margin-left: 0;
  }
  .brand-card:nth-of-type(4) {
    background-image: url(/img/2026/card04.webp);
    background-color: #6f8489;
    margin-bottom: 0;
  }
  .brand-card .view-btn-circle {
    bottom: 20px;
    left: 20px;
  }

  .brand-card-wide-text .view-btn_black {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 16px;
  }

  .brand-card:after {
    padding-bottom: 100%;
  }

  .brand-card .brand-card-inner {
    padding: 24px;
  }

  .view-btn-circle {
    width: 32px;
    height: 32px;
  }

  .view-btn-circle::after {
    width: 16px;
    height: 16px;
  }

  .brand-card {
    background-position: center !important;
    /* background-size: 75% !important; */
    width: 100%;
    margin-bottom: 16px;
  }

  section.main-section:last-of-type article {
    flex-direction: column;
  }

  section.main-section:last-of-type article .title-area {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }

  section.main-section:last-of-type article .title-area a {
    display: none;
  }

  section.main-section:last-of-type article .content-area {
    width: 100%;
    padding-top: 16px;
  }

  section.main-section:last-of-type article .content-area a {
    display: inline-flex;
    margin-top: 24px;
  }

  section.main-section:last-of-type article .content-area .h4 {
    margin-bottom: 24px;
  }

  section.main-section:last-of-type article:first-of-type {
    padding-bottom: 40px;
  }

  section.main-section:last-of-type article:last-of-type {
    padding-top: 40px;
  }
}

/*# sourceMappingURL=main.css.map */
