/* AEM HEADER style 
  desktop : 0.0520833vw
  mobile : 0.1333333vw
*/
.bat-header {position: fixed;top: 0;left: 0;width: 100%;z-index: 11;}
/* AEM HEADER style End */
::-webkit-scrollbar {width: 0px;}
body {font-family: "Mont","Onemobile", "NotoSans", sans-serif !important;}
a {display: block;}
main {padding-top: 70px;background-color:#1D1D1D;}
.bat-hero {margin-top: 80px;}

.section__product .product__color li button.pro_aurora {
    background-image: url(https://www.myglo.com/content/dam/glo-kr/mcs/images/product/pro-aurora-out.png) !important;
}
.section__product .product__color li button.proplus_moss_green {
    background-image: url(/content/dam/glo-kr/mcs/images/event/hyperproplus/compare/dot_moss_green.png) !important;
}
.section__product .product__color li button.proplus_blue {
    background-image: url(/content/dam/glo-kr/mcs/images/event/hyperproplus/compare/dot_blue.png) !important;
}
.section__product .product__color li button.proplus_graphite {
    background-image: url(/content/dam/glo-kr/mcs/images/event/hyperproplus/compare/dot_graphite.png) !important;
}
.section__product .product__color li button.proplus_stella_silver {
    background-image: url(/content/dam/glo-kr/mcs/images/event/hyperproplus/compare/dot_stella_silver.png) !important;
}
@media screen and (max-width: 1024px) {
    .bat-hero {margin-top: 68px;}
}
@media screen and (max-width: 768px) {
    .bat-hero {margin-top: 100px;}
    .header {height: 0 !important;} /* 250304 Remove header whitespace  */
}
@media screen and (max-width: 768px) {
  main {padding-top: 30px;}
}
/* Body font Size */
.section__product {
  color: #2a2c2c;
  line-height: 1;
  text-align: center;
}
.section__product .product__name {
  /*font-size: 52px;*/
  font-size:2.7083vw;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  color:#ffffff;
}
.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: 50%;
}
.section__product .product__color {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section__product .product__color li {
  margin-right: 10px;
  position: relative;
  border-radius: 100%;
  background: #fff;
}
.section__product .product__color li button {
  display: block;
  width: 26.6px;
  height: 26.6px;
  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.plus_moss_green {
  background-image: url(/content/dam/glo-kr/mcs/images/event/hyperproplus/compare/dot_moss_green.png);
}
.section__product .product__color li button.plus_blue {
  background-image: url(/content/dam/glo-kr/mcs/images/event/hyperproplus/compare/dot_blue.png);
}
.section__product .product__color li button.plus_graphite {
  background-image: url(/content/dam/glo-kr/mcs/images/event/hyperproplus/compare/dot_graphite.png);
}
.section__product .product__color li button.plus_stella_silver {
  background-image: url(/content/dam/glo-kr/mcs/images/event/hyperproplus/compare/dot_stella_silver.png);
}

.section__product .product__color li button.pro_skyblue {
  background-image: url(/content/dam/glo-kr/mcs/images/event/hyperproplus/compare/dot_skyblue.png);
}
.section__product .product__color li button.pro_rubyblack {
  background-image: url(/content/dam/glo-kr/mcs/images/event/hyperproplus/compare/dot_rubyblack.png);
}
.section__product .product__color li button.pro_black {
  background-image: url(/content/dam/glo-kr/mcs/images/event/hyperproplus/compare/dot_black.png);
}
.section__product .product__color li button.pro_green {
  background-image: url(/content/dam/glo-kr/mcs/images/event/hyperproplus/compare/dot_green_out.png);
}
.section__product .product__color li button.pro_purple {
  background-image: url(/content/dam/glo-kr/mcs/images/event/hyperproplus/compare/dot_purple.png);
}
.section__product .product__color li button.pro_aurora {
  background-image: url(/content/dam/glo-kr/mcs/images/event/hyperproplus/compare/dot_aurora_out.png);
}

.section__product .product__color li.on button{
  width: 38px;
  height: 38px;
}
.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: #fe5000;
  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: #fe5000;
  font-size: 16px;
  letter-spacing: -0.02em;
  font-weight:700;
}
.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: #fe5000;
  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;
  color:#FFFFFF;
}
.section__product__info .product__info__lst .val.mode{
  max-height: 10.3734vw;
  min-height: 10.3734vw;
}
.section__product__info .product__info__lst .val .action img{
/*  max-height: 8.0208vw;
  min-height: 8.0208vw;*/
}
.section__product__info .product__info__lst .val .boost,
.section__product__info .product__info__lst .val .boost_b {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.section__product__info .product__info__lst .val .boost img{
  /*max-width: 6.75vw;
  min-width: 6.75vw;*/
}
.section__product__info .product__info__lst .val .boost_b img{
  width: 3.9161vw;
  height: 6.7708vw;
}
.section__product__info .product__info__lst .double p {
  line-height: 2.8;
}


.section__product .product__lst.pro{
  max-width: 1440px;
  padding: 0 104px;
}
.section__product .product__lst.pro .section__product__img{
  padding-bottom: 0;
}
.section__product__price.pro{
  background-color: #1D1D1D;
}
.section__product__price.pro .btn__buy{
  background-color: #fe5000;
  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 #FEFEFE;
  padding-bottom: 20px;
  text-align: left;
  color: #fe5000;
  font-weight: 700;
  margin-bottom: 65px;
}
.section__product__info.pro .product__info__lst .val{
  display: flex;
  justify-content: center;
  gap: 0 1.3542vw ;
}
.section__product__info.pro .product__info__lst .val p{
  font-weight: 500;
}
.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: 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: 50%;
    vertical-align: top;
    flex-shrink: 0;
  }
  .section__product .product__lst__item:last-child {
    margin: 0;
  }
  .section__product .product__name {
    font-size: min( 5.3333333333vw, 18px );
    margin: 0 0 min( 2.6666666667vw, 10px );
    color:#ffffff;
    /* [겹침 수정] 부모 .product__lst 의 white-space:nowrap 이 상속되어
       제목이 50% 컬럼 폭(375px 기준 약 172px)을 넘어가도 줄바꿈되지 않고
       옆 컬럼 제목과 겹쳤다(iOS 는 대체 폰트가 넓어 특히 두드러짐).
       제목에서만 nowrap 을 풀고, 어절 단위 줄바꿈 + 2줄 높이 고정으로
       좌우 컬럼의 이후 요소 위치가 어긋나지 않게 한다.
       line-height 는 .section__product 의 1 을 상속하므로 여기서 재지정. */
    white-space: normal;
    word-break: keep-all;
    line-height: 1.3;
    min-height: 2.6em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .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 button{
    width: 28px;
    height: 28px;
  }
  .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;
    justify-content: space-around;
  }
  .section__product__info.pro .product__info__lst .action img{
    height: min(30vw, 67px);
  }
  .section__product__info.pro .product__info__lst img{
    /*height: min(30vw, 32px);*/
  }
  .section__product__info.pro .product__info__lst{
    margin-bottom: 5.3333vw;
  }
  .section__product__info.pro .product__info__lst .category{
    margin-bottom: 5.3333vw;
  }

  .section__product__info.pro .product__info__lst .piw{
    color:#1d1d1d;
  }

  .section__product__info .product__info__lst .val .action img {
    max-height: none;
  }
  .section__product__info .product__info__lst .val.mode{
    min-height: 69.008vw;
  }
  .section__product__info .product__info__lst .val .boost img{
    max-width: 24.1093vw;
    /*height: min(30vw, 65px);*/
  }
  .section__product__info .product__info__lst .val .boost_b img{
    width: inherit;
    height: min(30vw, 85px);
  }
  .section__product__info.pro .product__info__lst .val figcaption{
    padding-top: 2.6667vw;
  }
  .section__product__info .product__info__lst .val .boost, 
  .section__product__info .product__info__lst .val .boost_b{
    gap: 2.6667vw 0;
  }
  .section__product__info .product__info__lst .val .boost_b figcaption{
    padding-top: 0;
  }
  .section__product__info.pro .product__info__lst .val figcaption{
    font-weight: 500;
  }
  .section__product__info.pro .product__info__lst .val .weight{
    width: 10.88vw;
    height: 3.7333vw;
  }
}