@charset "utf-8";
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);

/*COMMON*/

.uniqlo {
  font-family: "NanumSquare", "UniqloPro", sans-serif !important;
}

.uniqlo .fw100 {
  font-weight: 100;
}

.uniqlo .fw200 {
  font-weight: 200 !important;
}

.uniqlo .fw300 {
  font-weight: 300;
}

.uniqlo .fw400 {
  font-weight: 400;
}

.uniqlo .fw500 {
  font-weight: 500;
}

.uniqlo .fw600 {
  font-weight: 600 !important;
}

.uniqlo .fw700 {
  font-weight: 700;
}

.uniqlo .fw800 {
  font-weight: 800 !important;
}

.uniqlo .fs30 {
  font-size: 30px;
}

.uniqlo .fs18 {
  font-size: 18px;
}

.uniqlo .fs20 {
  font-size: 20px;
}

.uniqlo .fs22 {
  font-size: 22px;
}

.uniqlo .fs26 {
  font-size: 26px;
}

.uniqlo .fw900 {
  font-weight: 900;
}

.uniqlo .mb0 {
  margin-bottom: 0 !important;
}

.uniqlo .mb10 {
  margin-bottom: 10px !important;
}

.uniqlo .clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.uniqlo .rel {
  position: relative;
}

.uniqlo .tac {
  text-align: center !important;
}

.uniqlo .white {
  color: #fff;
}

.uniqlo .txt_right {
  text-align: right;
}

.uniqlo .dis_block {
  display: block;
}

.uniqlo .dis_flex {
  display: flex;
  flex-wrap: wrap;
}

.uniqlo .align_fe {
  align-items: flex-end;
}

.uniqlo .abs {
  position: absolute;
}

.uniqlo .w50 {
  width: 50%;
}

.uniqlo .fs26 {
  font-size: 16px;
}

.uniqlo .fs45 {
  font-size: 18px;
}

.uniqlo .fs50 {
  font-size: 26pc;
}

.uniqlo .lh26 {
  line-height: 1.692em;
}

.uniqlo .lh30 {
  line-height: 1.667em;
}

.uniqlo .mt0 {
  margin-top: 0;
}

.uniqlo .mb0 {
  margin-bottom: 0 !important;
}

.uniqlo .mb10 {
  margin-bottom: 10px !important;
}

.uniqlo .mb15 {
  margin-bottom: 15px !important;
}

.uniqlo .mb20 {
  margin-bottom: 20px !important;
}

.uniqlo .mb30 {
  margin-bottom: 30px !important;
}

.uniqlo .bg_gray {
  background-color: #f2f4f9;
}

.uniqlo .bg_white {
  background-color: #fff;
}

.uniqlo .gray {
  color: #666;
}

.uniqlo .white {
  color: #fff;
}

.uniqlo .dark-gray {
  color: #333;
}

.order a,
.order h1,
.order h2,
.order h3,
.order h4,
.order li,
.order p,
.order sub,
.order b {
  font-family: "NanumSquare", "UniqloProRegular", sans-serif !important;
  letter-spacing: -0.025em;
}

.o-heroLead {
  font-size: 4.8vw;
  font-weight: 800;
}

.o-heroLead .gray {
  font-size: 3.4vw;
  font-weight: 700;
}

.pc-flex_item_text p {
  line-height: 1.8;
  font-size: 15px;
}

.contentList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
}

.contentList .number {
  color: #c6431d;
  font-family: UniqloPro Light, sans-serif;
  font-weight: 400;
  font-size: 30px;
}

.contentList_copy {
  font-size: 15px;
  line-height: 1.6;
  word-break: keep-all;
}

.contentList_sub {
  font-size: 12px;
  line-height: 1.6;
  color: #909090;
}

.contentList_title {
  font-size: 18px;
  font-weight: 700;
}

.getApp {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  gap: 14px;
  padding: 0 4vw;
}

.getApp span {
  width: 48%;
}

.download {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 813px) {
  .pc-flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pc-flex_item_img {
    width: 27%;
  }

  .pc-flex_item_text p {
    text-align: left;
  }

  .o-heroLead {
    font-size: 22px;
  }

  .o-heroLead .gray {
    font-size: 14px;
  }

  .contentList .contentList_item {
    width: calc((100% - 24px) / 3);
    padding-right: 2.8%;
    padding-left: 2.8%;
  }

  .getApp {
    padding: 0px;
  }

  .getApp span {
    width: 37%;
  }

  .download {
    width: 500px;
  }
}
