/* Body font Size */
.section__product {
  color: #2a2c2c;
  line-height: 1;
  text-align: center;
}
.section__product .product__name {
  font-size: 52px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}
.section__product .product__img {
  position: relative;
  width: 100%;
  padding: 100% 0 0;
  margin-bottom: 50px;
  overflow: hidden;
}
.section__product .product__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  opacity: 0;
  transition: all 0.2s;
}
.section__product .product__img img.active {
  opacity: 1;
}
.section__product .product__img__air img {
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 108%;
  height: 108%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%);
}
.section__product .product__img__slim img {
  max-width: 94%;
  max-height: 94%;
}
.section__product .product__lst {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.section__product .product__lst__item {
  width: 32.22%;
}
.section__product .product__color {
  display: flex;
  justify-content: center;
}
.section__product .product__color li {
  margin-right: 10px;
  position: relative;
  border: 2px solid #ffffff;
  border-radius: 100%;
  background: #fff;
}
.section__product .product__color li button {
  display: block;
  width: 38px;
  height: 38px;
  position: relative;
  z-index: 1;
  border-radius: 100%;
  font-size: 0;
  border: 1px solid #fff;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section__product .product__color li button.mintgreen {
  background-image: url(/content/dam/glo-jp/korea-images/brand-pages/images/2023/product/color_mintgreen.png);
}
.section__product .product__color li button.metalblack {
  background-image: url(/content/dam/glo-jp/korea-images/brand-pages/images/2023/product/color_metalblack.png);
}
.section__product .product__color li button.metalorange {
  background-image: url(/content/dam/glo-jp/korea-images/brand-pages/images/2023/product/color_metalorange.png);
}
.section__product .product__color li button.whitegold {
  background-image: url(/content/dam/glo-jp/korea-images/brand-pages/images/2023/product/color_whitegold.png);
}
.section__product .product__color li button.blackred {
  background-image: url(/content/dam/glo-jp/korea-images/brand-pages/images/2023/product/color_blackred.png);
}
.section__product .product__color li button.blue {
  background-image: url(/content/dam/glo-jp/korea-images/brand-pages/images/2023/product/color_blue.png);
}
.section__product .product__color li button.oceanblue {
  background-image: url(/content/dam/glo-jp/korea-images/brand-pages/images/2023/product/color_oceanblue.svg);
}
.section__product .product__color li button.aurorateal {
  background-image: url(/content/dam/glo-jp/korea-images/brand-pages/images/2023/product/color_aurorateal.svg);
}
.section__product .product__color li button.crisppurple {
  background-image: url(/content/dam/glo-jp/korea-images/brand-pages/images/2023/product/color_crisppurple.svg);
}
.section__product .product__color li button.rosegold {
  background-image: url(/content/dam/glo-jp/korea-images/brand-pages/images/2023/product/color_rosegold.svg);
}
.section__product .product__color li button.celestialnavy {
  background-image: url(/content/dam/glo-jp/korea-images/brand-pages/images/2023/product/color_celestialnavy.svg);
}
.section__product .product__color li button.pro_rubyblack {
  background-image: url(/content/dam/glo-jp/korea-images/brand-pages/images/2024/product/pro-ruby-black.png);
}
.section__product .product__color li button.pro_skyblue {
  background-image: url(/content/dam/glo-jp/korea-images/brand-pages/images/2024/product/pro-celestial-navy.png);
}
.section__product .product__color li button.pro_black {
  background-image: url(/content/dam/glo-jp/korea-images/brand-pages/images/2024/product/pro-crisp-purple.png);
}
.section__product .product__color li button.pro_green {
  background-image: url(/content/dam/glo-jp/korea-images/brand-pages/images/2024/product/pro-green.png);
}
.section__product .product__color li button.pro_puple {
  background-image: url(/content/dam/glo-jp/korea-images/brand-pages/images/2024/product/pro-aurora-teal.png);
}
.section__product .product__color li.on::before {
  content: "";
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  position: absolute;
  left: -2px;
  top: -2px;
  background: #2a2c2c;
  border-radius: 100%;
}
.section__product .product__color li:last-child {
  margin-right: 0;
}
.section__product__img {
  padding: 100px 0;
}
.section__product__price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  background: #f1f1f1;
  padding: 50px 0;
}
.section__product__price .product__lst {
  align-items: flex-end;
}
.section__product__price .txt {
  font-size: 26px;
  Line-height: 1.1;
  letter-spacing: -0.5px;
}
.section__product__price .txt_discount {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.8px;
  color: #e5451c;
  border: 1px solid #E5451C;
  padding: 7px 8px;
}
.section__product__price .non_coupon {
  display: block;
  height: 92px;
}
.section__product__price .origin_price {
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.4px;
  color: #999999;
  text-decoration: line-through;
  margin: 15px 0;
}
.section__product__price .origin_price strong {
  font-weight: 600;
}
.section__product__price .price {
  font-size: 40px;
  font-weight: 600;
  margin: 8px 0;
}
.section__product__price .price strong {
  font-size: 1.7em;
  font-weight: 600;
  vertical-align: text-bottom;
}
.section__product__price .btn__buy {
  display: block;
  background: #e5451c;
  width: 230px;
  height: 64px;
  margin: 0 auto 20px;
  border-radius: 150px;
  text-align: center;
  font-family: "NotoSans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff;
  line-height: 64px;
}
.section__product__price .link {
  color: #e5451c;
  font-size: 16px;
  letter-spacing: -0.02em;
}
.section__product__info {
  padding: 100px 0;
}
.section__product__info .product__lst {
  align-items: flex-start;
}
.section__product__info .product__info {
  width: 92%;
  max-width: 400px;
  margin: 0 auto;
}
.section__product__info .product__info__lst {
  text-align: center;
  border-bottom: 1px solid #333333;
  padding: 0 0 60px;
  margin: 0 0 60px;
}
.section__product__info .product__info__lst:nth-child(-n+2) .category {
  margin: 0 0 24px;
}
.section__product__info .product__info__lst:nth-child(-n+2) .val p {
  margin: 24px 0 0;
}
.section__product__info .product__info__lst:last-child {
  border-bottom: none;
  padding: 0;
  margin: 0;
}
.section__product__info .product__info__lst .category {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.4px;
  color: #E5451C;
  margin: 0 0 30px;
}
.section__product__info .product__info__lst .img_box1 {
  display: inline-flex;
  align-items: center;
  height: 50px;
  vertical-align: top;
}
.section__product__info .product__info__lst .img_box2 {
  display: inline-flex;
  align-items: center;
  height: 205px;
  vertical-align: top;
}
.section__product__info .product__info__lst img {
  max-height: 100%;
}
.section__product__info .product__info__lst .val {
  display: inline-block;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.03em;
}
.section__product__info .product__info__lst .double p {
  line-height: 2.8;
}



/* 프로 추가 */
.section__product .product__lst.pro{
  max-width: 1200px;
}
.section__product .product__lst__item{
  width: 50%;
}
.section__product .product__lst.pro .section__product__img{
  padding-bottom: 0;
}
.section__product__price.pro{
  background-color: #fff;
}
.section__product__price.pro .btn__buy{
  background-color: #F6714F;
  width: 230px;
  color: #000;
}
.section__product__info.pro .product__info{
  width: 100%;
  max-width: 100%;
}
.section__product__info.pro .product__info__lst{
  border-bottom: none;
  margin-bottom: 70px;
  padding-bottom: 0;
}
.section__product__info.pro .product__info__lst .category {
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
  text-align: left;
  color: #F6714F;
  font-weight: 700;
  margin-bottom: 65px;
}
.section__product__info.pro .product__info__lst .val{
  display: flex;
  justify-content: center;
  column-gap: 50px;
}
.section__product__info.pro .product__info__lst .val p{
  font-weight: 500;
}
.section__product__info.pro .product__info__lst img{
  height: 131px;
}
.section__product__info.pro .product__info__lst .val figcaption{
  font-weight: 700;
  padding-top: 30px;
}





@media screen and (max-width: 1560px) {
  .section__product .product__lst {
    width: 96%;
  }
}
@media screen and (max-width: 1280px) {
  .section__product .product__lst {
    width: 92%;
  }
  .section__product .product__name {
    font-size: 2.7vw;
    line-height: 1.3;
  }
  .section__product .product__img {
    margin: 0 0 2.7vw;
  }
  .section__product .product__color li {
    margin-right: 0.52vw;
  }
  .section__product .product__color li button {
    width: 2vw;
    height: 2vw;
  }
  .section__product .product__color li:last-child {
    margin-right: 0;
  }
  .section__product__img {
    padding: 5.2vw 0;
  }
  .section__product__price {
    padding: 2.7vw 0;
  }
  .section__product__price .txt {
    font-size: 1.46vw;
  }
  .section__product__price .txt_discount {
    font-size: 1.04vw;
    padding: 0.5vw;
    margin: 0;
  }
  .section__product__price .non_coupon {
    height: 5vw;
  }
  .section__product__price .origin_price {
    font-size: 1.25vw;
    margin: 0.75vw 0;
  }
  .section__product__price .price {
    font-size: 2.08vw;
    margin: 0.5vw 0;
  }
  .section__product__price .price strong {
    font-size: 3.54vw;
  }
  .section__product__price .btn__buy {
    width: 11.979vw;
    height: 3.33vw;
    margin: 0 auto 1.04vw;
    border-radius: 7.81vw;
    font-size: 1.25vw;
    line-height: 3.33vw;
  }
  .section__product__price .link {
    font-size: 0.83vw;
  }
  .section__product__info {
    padding: 5.2vw 0;
  }
  .section__product__info .product__info__lst {
    padding: 0 0 3vw;
    margin: 0 0 3vw;
  }
  .section__product__info .product__info__lst:nth-child(-n+2) .category {
    margin: 0 0 1.25vw;
  }
  .section__product__info .product__info__lst:nth-child(-n+2) .val p {
    margin: 1.25vw 0 0;
  }
  .section__product__info .product__info__lst .category {
    font-size: 1.04vw;
  }
  .section__product__info .product__info__lst .val {
    font-size: 1.45vw;
  }
  .section__product__info .product__info__lst .img_box1 {
    height: 2.75vw;
  }
  .section__product__info .product__info__lst .img_box2 {
    height: 10.67vw;
  }
}
@media screen and (max-width: 767px) {
  .section__product .product__lst {
    display: block;
    width: 100%;
    padding: 0 4%;
    white-space: nowrap;
    overflow-x: auto;
  }
  .section__product .product__lst__item {
    display: inline-block;
    width: 47.7%;
    margin: 0 2.4% 0 0;
    vertical-align: top;
  }
  .section__product .product__lst__item:last-child {
    margin: 0;
  }
  .section__product .product__name {
    font-size: min( 5.3333333333vw, 20px );
    margin: 0 0 min( 2.6666666667vw, 10px );
  }
  .section__product .product__color li {
    margin-right: min( 1.3333333333vw, 5px );
    border-width: 1px;
    background: none;
  }
  .section__product .product__color li button {
    width: min( 5.3333333333vw, 20px );
    height: min( 5.3333333333vw, 20px );
  }
  .section__product .product__color li.on::before {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
  }
  .section__product .product__color li:last-child {
    margin-right: 0;
  }
  .section__product__img {
    padding: min( 10.6666666667vw, 40px ) 0 min( 8.5333333333vw, 32px );
  }
  .section__product__price {
    padding: min( 8vw, 30px ) 0;
  }
  .section__product__price .txt {
    font-size: min( 3.2vw, 12px );
  }
  .section__product__price .txt_discount {
    padding: min( 1.3333333333vw, 5px ) min( 1.0666666667vw, 4px );
  }
  .section__product__price .non_coupon {
    height: min( 13.8666666667vw, 52px );
  }
  .section__product__price .origin_price {
    font-size: min( 3.7333333333vw, 14px );
    margin: min( 1.6vw, 6px ) 0;
    opacity: 0.5;
  }
  .section__product__price .price {
    margin-bottom: min( 4.2666666667vw, 16px );
    font-size: min( 5.3333333333vw, 20px );
  }
  .section__product__price .price strong {
    font-size: min( 9.6vw, 36px );
    letter-spacing: -0.02em;
  }
  .section__product__price .btn__buy {
    width: min( 24vw, 90px );
    height: min( 8vw, 30px );
    margin-bottom: min( 6.6666666667vw, 25px );
    border-radius: min( 20vw, 75px );
    line-height: min( 8vw, 30px );
    font-size: min( 3.2vw, 12px );
  }
  .section__product__price .link {
    font-size: min( 3.2vw, 12px );
  }
  .section__product__info {
    padding: min( 10.6666666667vw, 40px ) 0 min( 16vw, 60px );
  }
  .section__product__info .product__info {
    width: 100%;
  }
  .section__product__info .product__info__lst {
    padding: 0 0 min( 8.5333333333vw, 32px );
    margin: 0 0 min( 8.5333333333vw, 32px );
  }
  .section__product__info .product__info__lst:nth-child(-n+2) .category {
    margin: 0 0 min( 4.2666666667vw, 16px );
  }
  .section__product__info .product__info__lst:nth-child(-n+2) .val p {
    margin: min( 4.2666666667vw, 16px ) 0 0;
  }
  .section__product__info .product__info__lst .img_box1 {
    height: min( 5.3333333333vw, 20px );
  }
  .section__product__info .product__info__lst .img_box2 {
    height: min( 21.3333333333vw, 80px );
  }
  .section__product__info .product__info__lst .category {
    font-size: min( 3.2vw, 12px );
    margin: 0 0 min( 4.2666666667vw, 16px );
  }
  .section__product__info .product__info__lst .val {
    font-size: min( 4.2666666667vw, 16px );
  }

/* 프로 추가 */
  .section__product__price.pro .btn__buy{
    width: min(30vw, 113px);
    margin-bottom: 10px;
  }
  .section__product .product__lst.pro{
    display: flex;
    column-gap: 0;
    padding: 0 6.5%;
  }
  .section__product .product__lst__item.pro{
    width: 50%;
    margin: 0;
  }
  .section__product__info.pro .product__info__lst .category{
    padding-bottom: 10px;
  }
  .section__product__info.pro .product__info__lst .val {
    flex-direction: column;
    row-gap: 20px;
  }
  .section__product__info.pro .product__info__lst img{
    height: min(30vw, 64px);
  }
  .section__product__info.pro .product__info__lst{
    margin-bottom: 40px;
  }
  .section__product__info.pro .product__info__lst .category{
    margin-bottom: 40px;
  }
}