@charset "UTF-8";
[class*="row"] {
  padding: 0;
  margin: 0; }

input.form-control[readonly] {
  background-color: #f9f9f4 !important; }

[class*="col-"] {
  padding: 0;
  margin: 0; }

[class*="col"] {
  padding: 0;
  margin: 0; }

.h1, .h2, .h3, .h4, .h5, .h6 {
  padding: 0;
  margin: 0; }

input[type=checkbox] {
  display: none; }

input[type=checkbox] + label {
  display: inline-block;
  cursor: pointer;
  padding-left: 28px;
  background: url("/assets/images/check-round.png") no-repeat; }

input[type=checkbox]:checked + label {
  background-image: url("/assets/images/check-round-fill.png"); }
/* 헤더 첫번째 이미지를 바꿀경우 배경색 이미지에 맞게 */
#extra-ad {
  background: #D1D1D1;
}
#extra-ad .header-info {
  /* height: 100px; */
  height: 70px;
}
#extra-ad .headerclose {
  position: relative;
}
#extra-ad .header-info-close {
  position: absolute;
  width: 18px;
  height: 18px;
  right: 250px;
  left: 1930%;
  top: 25px;
  cursor: pointer;
  z-index: 9996;
}

#extra-ad .header-info-close::after {
  position: absolute;
  width: 1px;
  height: 25px;
  top: -2px;
  right: 8px;
  background: #999;
  content: "";
  transform: rotate(45deg);
}
#extra-ad .header-info-close::before {
  position: absolute;
  width: 25px;
  height: 1px;
  top: 10px;
  right: -4px;
  background: #999;
  content: "";
  transform: rotate(45deg);
}

/* 기간한정 상단 배너가 걸릴경우 */
.datebanner-header .header-info-close2 {
  position: absolute;
  right: 1px;
  top: 25px;
  cursor: pointer;
  z-index: 9996;
}

#extra-ad .header-info-close2::after {
  position: absolute;
  width: 1px;
  height: 25px;
  top: -2px;
  right: 8px;
  background: #999;
  content: "";
  transform: rotate(45deg);
}
#extra-ad .header-info-close2::before {
  position: absolute;
  width: 25px;
  height: 1px;
  top: 10px;
  right: -4px;
  background: #999;
  content: "";
  transform: rotate(45deg);
}

/* 메인 팝업창 */
.main-pop {margin:0 auto; max-width:800px; inset: 45px auto auto 421px; display:none;}

.main-pop .layerBox {
  position:fixed;
  margin-top: 1rem;
  margin-left: -14rem;
  /* left:37.8%;
  top:50%;
  transform:translate(-50%, -50%); */
  background:#fff;
  z-index: 1050;

  box-shadow: 3px 3px 2px rgb(0 0 0 / 20%);
  /* box-shadow: 1px 2px 1px 4px rgb(0 0 0 / 20%); */
}
/* 이미지위에있을경우 */
.main-pop .ontheimg-popclose {
  position: absolute;
  bottom: 6px;
  right: 13px;
  display: flex;
  align-items: center;
  z-index: 2;
}

.ontheimg-popclose label p {
  color: #000000;
  margin-top: -1px;
}

.ontheimg-popclose p a {
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ontheimg-popclose p i{
  font-size: 16px;
  margin-right: 5px;
}
/*  */

.main-closepopup {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 37px;
  background-color: #fff;
}

.main-closepopup p{
  margin-right: 18px;
}

.main-closepopup p label{
  color: #000000;
}

.main-closepopup p a{
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-closepopup p i{
  font-size: 16px;
  margin-right: 5px;
}

.popup-inpopup-btn {
  position: absolute;
    background: #fff;
    width: 265px;
    height: 61px;
    bottom: 128px;
    left: 206px;
    opacity: 0;
}

/* FIXME: 메인배너 밑에 내용들 */
#step-info .wel-explain-box {
    display: flex;
    align-items: center;
    opacity: 0.8;
}

#step-info .wel-explain-box:hover {
    opacity: 1;
}

.wel-explain-box .wel-explain-title {
    font-size: 20px;
    font-weight: 700;
}

.wel-explain-box .wel-explain-subtitle {
    font-size: 13px;
    font-weight: 400;
}

section#best-product .hotproduct-box {
    margin-bottom: 90px;
}

.hotproduct-box .hot-img-border {
    border: 1px solid #fff;
    border-radius: 5px;
}

.hotproduct-box .hot-img-border:hover {
    border-color: #006cb7 !important;
    transition-duration: 1s;
}

#best-product .hotproduct-subtitlebox {
    padding: 15px 5px 0px 5px;
}

.hotproduct-subtitlebox .hotproduct-name {
    /* font-family:"KoddiUD 온고딕", sans-serif; */
    font-size: 18px;
}

.hotproduct-subtitlebox .hotproduct-offsetbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border: 1px solid #4BC0A0;
    border-radius: 5px;
    margin-top: 2px;
}

.hotproduct-subtitlebox .hotproduct-offsetbtn a {
    width: 18px;
    height: 18px;
    line-height: 16px;
    font-family: "Outfit Bold", "Outfit", sans-serif;
    color: #4BC0A0;
    font-weight: 700;
    font-size: 14px;
}

.hotproduct-subtitlebox .hotproduct-digitalbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border: 1px solid #33ACF0;
    border-radius: 5px;
    margin-top: 2px;
}

.hotproduct-subtitlebox .hotproduct-digitalbtn a {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-family: "Outfit Bold", "Outfit", sans-serif;
    color: #33ACF0;
    font-weight: 700;
    font-size: 12px;
}

section#best-product .hotexplain-text {
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    word-break: keep-all;
    margin-top: 5px;
}

/* FIXME: 메인배너 밑에 내용들 끝 ========== */

/* 메인리뷰show */
#mainreview-show-modal .modal-header {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  height: 60px;
  display: flex;
  align-items: center;
  border-bottom: none!important;
}

#mainreview-show-modal .modal-header .modal-title{
  display: flex;
  align-items: center;
  position: relative;
  font-size: 18px;
  font-weight: 500;
}

#mainreview-show-modal .modal-header .mainreview-show-modalclose{
  position: relative!important;
  top: 0px!important;
  right: 0px!important;
}

#mainreview-show-modal .modal-body {
  padding: 0px 18px 0px 18px;
}

.review-mainshow-header {
  height: 412px;
  border: 1px solid #dee2e6;
}

.review-mainshow-header .review-slick-slide {
  background-color: #eaeaf2;
}

.review-mainshow-header .review-slick-slide img {
  width: 410px;
  height: 410px;
  object-fit: scale-down;
}

.review-mainshow-header .slide-arrowbox {
  display: flex;
  justify-content: space-between;
  position: relative;
  bottom: 56%;
}

.review-mainshow-header .paginginfo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: 25.5%;
}

.review-mainshow-header .paginginfo {
  font-size: 14px;
  width: 40px;
  height: 25px;
  background: #fff;
  opacity: 70%;
  box-shadow: 0px 1px 6px 2px rgb(0 0 0 / 10%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
}

.reviewmainshow-content-box {
  width: 100%;
  margin: 10px 20px 20px 20px;
}

.reviewmainshow-content-box .review-middledot {
  font-size: 15px;
  font-weight: 500;
  color: #D6D6D6;
  margin-left: 10px;
  margin-right: 10px;
}

.reviewmainshow-content-box .review-userid {
  font-size: 13px;
}

.reviewmainshow-content-box .review-writedate {
  font-size: 13px;
}

.reviewmainshow-content-box .reviewmainshow-djson {
  font-size: 14px;
  margin-bottom: 15px;
}

.reviewmainshow-djson .review-goodsname {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}

.reviewmainshow-content-box .reviewlike-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.reviewmainshow-content-box .reviewlike {
  font-size: 12px;
  width: 60px;
  height: 26px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dee2e6;
  border-radius: 14px;
}

.reviewmainshow-content-box .reviewlike i {
  font-size: 14px !important;
  margin-right: 6px;
  margin-top: 2px;
}

.reviewmainshow-content-box .reviewmainshow-content {
  font-size: 14px;
  padding-bottom: 20px;
}

.reviewmainshow-content .user-content {
  word-break: break-all;
}

@media screen and (max-width: 1700px) {
  .top_slide_button {
    left: 85%!important;
    transform: translateX(-70%);
  }
  .header-info-close {
    left: 2140%!important;
  }
  #main-banner .slick-next {
    right: 8%!important;
  }
}
.top_slide_button {
  content: '';
  background-color: #ffffff;
  position: absolute;
  width: 80px;
  height: 30px;
  opacity: 0.5;
  border-radius: 32px;
  top: 20px;
  /* right: 382px; */
  left: 75%;
  z-index: 90;
}
.top_slide_button #prev{
  opacity: 0.5;
  left: 13px;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/assets/images/main/banner/desktop/icon_play_p.png);
  background-size: cover;
  cursor: pointer;
  transition: 0.3s;
  margin-top: -10px!important;

  top: 50%;
  z-index: 100;
}

.top_slide_button #next{
  opacity: 0.5;
  left: 50px;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/assets/images/main/banner/desktop/icon_play_n.png);
  background-size: cover;
  cursor: pointer;
  transition: 0.3s;
  margin-top: -10px!important;

  top: 50%;
  z-index: 100;
}

.top_slide_button .top-slide-pause{
  opacity: 0.5;
  position: absolute;
  z-index: 999;
  width: 20px;
  height: 20px;
  top: 5px;
  left: 32px;
  background-image: url(/assets/images/main/banner/desktop/icon_stop.png);
  background-size: cover;
  cursor: pointer;
  transition: 0.3s;
}

.top_slide_button .top-slide-play{
  opacity: 0.5;
  position: absolute;
  z-index: 999;
  width: 20px;
  height: 20px;
  top: 5px;
  left: 33px;
  background-image: url(/assets/images/main/banner/desktop/icon_play.png);
  background-size: cover;
  cursor: pointer;
  transition: 0.3s;
  display: none;
}

.ir_pm {
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

.top_slide_button .top_slide-pause.active {
  display: block;
}

.top_slide_button .top-slide-pause:hover {
  display: none; opacity:1; transition:.3s
}

.top_slide_button .top-slide-pause, .top_slide_button .top-slide-play {
  display: none;
}

.top_slide_button .top-slide-play.active, .top_slide_button .top-slide-pause.active {
  display:block;
}



#extra-ad img:hover {
  cursor: pointer;
}

#hbanner-control .control-left {
  width: 90%; }

#hbanner-control .control-right {
  width: 10%; }

#hbanner-control .control .item {
  text-align: center;
  border-left: 1px solid #ddd;
  padding: 16px 0; }

#hbanner-control .control .active {
  background: #f6f7fb; }

#hbanner-control .control-right .item:last-child {
  border-right: 1px solid #ddd; }

  #main-banner .slick-prev,
  #main-banner .slick-next {
    opacity: 20% !important;
    /* display: none; */
  }
  #main-banner .slick-prev:hover,
  #main-banner .slick-next:hover {
    opacity: 50% !important;
    background: #fff;
  }
  #main-banner .slick-prev:focus,
  #main-banner .slick-next:focus {
    background: #fff;
  }
  #main-banner .slick-prev {
    /* left: 15%; */
    left: 2%;
  }
  #main-banner .slick-next {
    /* right: 15%; */
    right: 7%;
  }
  @media screen and (max-width: 1450px) {
    #main-banner .slick-next {
      right: 9%!important;
    }
  }
#main-banner .slick-dots {
  bottom: 2.5%;
}

section.main-banner-holder {
  background: #fff;}
section.main-banner-holder.container-fluid {
  padding-left: 0;
}
section.main-banner-holder #main-banner {
    max-width: 1920px;
    margin: 0 auto; }
section.main-banner-holder .slick-dots li {
  margin: 0 3px;
}

section#best-product {
  margin-top: 60px;
}
section#best-product .hotproduct-title {
  margin: 10px 0 40px 0;
  padding: 10px;
  font-size: 24px;
  font-weight: 500;
}

.hotproduct-box .fa-comment-dots {
  transform: scaleX(-1);
  margin-right: 3px;
  color: #707070;
}

.hotproduct-box .rotate-arrow {
  margin-left: 3px;
  transition: transform .2s ease;
}

.rotate180 {
  transform: rotate(180deg);
}

section#best-product .hover-reviewbtn {
  cursor: pointer;
  font-size: 12px;
  /* display: flex;
  align-items: center; */
}

section#best-product .hover-reviewbtn:hover {
  text-decoration: underline;
}

section#best-product .hover-reviewbtn:hover .fa-comment-dots {
  color: #E37C35;
}

section#best-product .hotpay-text {
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  word-break: keep-all;
  margin-left: 5px;
  margin-top: 1px;
}

/*  */

/* 메인페이지 고객리뷰 */

.hotpd-reviewtable table {
  margin-bottom: 0px !important;
  border-bottom: 2px solid #dee2e6;
}

.hotpd-reviewtable tr td {
  padding: 5px 10px 5px 10px!important;
  text-align: center !important;
  vertical-align: middle !important;
  background-color: #F9F7F8;
}

.hotpd-reviewtable .review-first-img img {
  width: 60px;
  height: 60px;
}

#commonreview-list .hotpd-reviewtable {
  /* box-shadow: 0px 6px 4px -4px #dee2e6; */
}

#commonreview-list .first-sumnail {
  object-fit: scale-down;
  background-color: #eaeaf2;
}

#commonreview-list .if-multiple-imgicon {
  position: absolute;
  z-index: 100;
  top: 3px;
  right: 6px;
  width: 12px;
}

.commonreview-star-rating {
  width: 80px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.commonreview-star-rating input {
  display: none;
}

.commonreview-star-rating label {
  color: #ccc;
}

.commonreview-star-rating label .fa-star {
  font-size: 13px;
}

.commonreview-star-rating :checked~label {
  color: #FF5B59;
}

.hotpd-reviewtable .review-goods_name {
  font-size: 14px;
  font-weight: 500;
  min-width: 170px;
  text-align: left;
}

.hotpd-reviewtable .review-date {
  font-size: 13px;
  color: #A8A8A8;
  /* min-width: 70px; */
}

.hotpd-reviewtable .account-id {
  font-size: 13px;
  /* min-width: 60px; */
}

.hotpd-reviewtable .review-content-box {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.review-content-box .fa-image {
  font-size: 12px;
  margin-top: 2px;
}

.hotpd-reviewtable .review-contents {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 600px;
  font-size: 13px;
  text-align: left;
}

.hotpd-reviewtable .review-contents:hover {
  text-decoration: underline;
}

.hotpd-reviewtable .reviewlike-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hotpd-reviewtable .reviewlike {
  font-size: 12px;
  width: 60px;
  height: 26px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dee2e6;
  border-radius: 14px;
  background-color: #F9F7F8;
}

.hotpd-reviewtable .reviewlike i {
  font-size: 14px !important;
  margin-right: 6px;
  margin-top: 2px;
}

.reviewlike .active-color {
  color: #ff5b59;
}

/*  */
section#high-banner {
  margin: 0;
  background: #0eb2fa;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#high-banner .img {
  max-width: 1900px;
  margin: 0 auto;
}

section#middle-banner {
  margin: 100px 18px 100px 0px;
  /* background: #f4f4f4; */
  padding: 1rem;
  /* background: url('/assets/images/main/banner/desktop/realphoto-middlebanner.jpg?v=3') center center no-repeat; */
  height: 407px;
}
section#middle-banner #copy1 {
  margin-top: 80px;
  color: #434343;
  text-align: center;
  width: 28rem;
  font-size: 47px;
  font-weight: 500;
  line-height: 130%;
}
section#middle-banner #copy2 {
  margin-top: 15px;
  font-size: 19px;
  font-weight: 400;
  color:#434343;
  font-stretch: 120%;
  /* text-decoration: underline 13px #d8d9d4;
  text-underline-offset: -13px; */
  /* background: linear-gradient(#f4f4f4 70%, #d8d9d4 30%); */
}

section#middle-banner #link1 {
  margin-top: 40px;
  width: 18rem;
  color: #434343;
  font-size: 17px;
  border-color: #434343;
  padding: 0.5rem 0;
}

section#how-about .title {
  margin-bottom: 40px; }
section#how-about .more {
  width: 162px;
  height: 52px;
  line-height: 48px;
  margin: 60px auto 0;
  border: 1px solid #ddd;
  border-radius: 26px;
  text-align: center;
  position: relative; }
section#how-about .more a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 12px; }
section#how-about .more::before {
  position: absolute;
  width: 5px;
  height: 1px;
  top: 24px;
  right: 24px;
  background: #6c757d;
  content: "";
  transform: rotate(45deg);
  border-radius: 1px;
  z-index: 11; }
section#how-about .more::after {
  position: absolute;
  width: 1px;
  height: 5px;
  top: 22px;
  right: 23px;
  background: #6c757d;
  content: "";
  transform: rotate(45deg);
  border-radius: 1px;
  z-index: 11; }
section#how-about .container {
  padding-bottom: 100px;
}
#how-about-slide .slide .img {
  margin-bottom: 25px;
}
#how-about-slide .slide .title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
#how-about-slide .slick-list {
  margin: 0;
}
#how-about-slide .slick-slide {
  margin: 0 10px;
}

section#insta-customer {
  background: #f6f7fb;
}
section#insta-customer .container {
  padding: 100px 0;
}
section#insta-customer .container .title{
  font-size: 1.8rem;
}
section#insta-customer .container .row {
  margin: 44px 0;
}
section#insta-customer .more {
  font-size: 18px;
  font-weight: 600;
}
section#insta-customer .link {
  font-size: 18px;
}
section#insta-customer .slick-dots li{
  margin: 0 3px;
}
.container #insta-slide .slick-prev {
  left: -6.3%!important;
}
.container #insta-slide .slick-next {
  right: -5%!important;
}
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 60px;
  height: 60px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #6C757D;
  border: none;
  outline: none;
  background: #ffffff;
  box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  z-index: 10;
  opacity: 100%; }

.slick-disabled {
  opacity: 0; }

.slick-prev::after {
  position: absolute;
  width: 1px;
  height: 14px;
  top: 28px;
  right: 30px;
  background: #6C757D;
  content: "";
  transform: rotate(-45deg);
  border-radius: 1px;
  z-index: 11; }

.slick-prev::before {
  position: absolute;
  width: 14px;
  height: 1px;
  top: 25px;
  right: 24px;
  background: #6C757D;
  content: "";
  transform: rotate(-45deg);
  border-radius: 1px;
  z-index: 11; }

.slick-next::after {
  position: absolute;
  width: 1px;
  height: 14px;
  top: 28px;
  right: 30px;
  background: #6C757D;
  content: "";
  transform: rotate(45deg);
  border-radius: 1px;
  z-index: 11; }

.slick-next::before {
  position: absolute;
  width: 14px;
  height: 1px;
  top: 25px;
  right: 24px;
  background: #6C757D;
  content: "";
  transform: rotate(45deg);
  border-radius: 1px;
  z-index: 11; }

.main-responsive-img img{
  position: relative;
  left: 39.7%;
  transform: translateX(-40%);
  /* transform: translateZ(0); */
  display: flex;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .main-responsive-img img {
      left: 40%;
      transform: translateX(-40%);
  }
}
@media screen and (max-width: 992px) {
  .main-responsive-img img {
    left: 30%;
    transform: translateX(-30%);
  }
}

#quick-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 95px;
  height: 100vh;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
  z-index: 1025; }
  #quick-menu .grid {
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 95px;
    text-align: center;
    border-bottom: 1px solid #ced4da;
    cursor: pointer; }
  #quick-menu .active {
    background: #ff5b59; }
    #quick-menu .active i.fal {
      color: #fff; }
    #quick-menu .active div > p {
      color: #fff; }

.quick-submenu {
  position: fixed;
  top: 130px;
  right: -445px;
  width: 390px;
  height: 100vh;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2); }
  .quick-submenu #qm-mypage {
    z-index: 1019; }
  .quick-submenu #qm-mypage {
    z-index: 1019; }
  .quick-submenu #qm-cart {
    z-index: 1019; }
  .quick-submenu #qm-guide {
    z-index: 1019; }
  .quick-submenu #qm-customer {
    z-index: 1019; }

#step-info {
  margin-top: 50px !important;
}

.short-text {
  display: none;
}

/* 행사 모달창 */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1023; /* Sit on top */
  left: 0;
  top: 0;
  max-width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 0 auto;
  border: 1px solid #888;
  width: 1160px; /* Could be more or less, depending on screen size */
  display: flex; /* 아이폰에서 이미지 찌그러지짐 방지 */
}

/* The Close Button */
.modal .close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #666;
  font-size: 28px;
  font-weight: bold;
}

.modal .close:hover,
.modal .close:focus {
  color: #ccc;
  text-decoration: none;
  cursor: pointer;
}

#top-banner .slick-dots {
  bottom: 5px;
  right: -407px;
}


/* 데스크탑 CSS */
@media screen and (min-width: 1200px) {
  #hbanner-control {
    width: 1140px;
    margin: 0 auto;
  }
  section#best-product dl {
    margin-bottom: 2rem;
  }
}

/* 모바일 CSS */
@media screen and (max-width: 576px) {
  .mobile-none {
    display: none;
  }
  body, html {
    overflow-x: hidden;
  }

  body {
    padding-top: 131.5px;
    /* padding-top: 93.5px; */
  }

  /* 모바일 메인 팝업 */
  .main-pop .layerBox {
    top: 35%;
    width: 340px;
    height: 340px;
    left: 50%;
  }

  .main-closepopup {
    display: flex;
    justify-content: space-around;
    font-size: 12px;
  }

  .main-closepopup span {
    margin-right: 0px;
  }

  /* #header, */
  #pc-bg-empty {
    display:none;
  }

  #extra-ad .header-info {
    height: auto;
  }

  #extra-ad .headerclose {
    display: none;
  }
  #top-banner img {
    width: 100%;
  }

  section.main-banner-holder .slick-dots li {
    margin: -2px;
  }
/* 모바일일 경우 추가한 jqery인 wideModal이 먼저 스타일을 먹어 !important를 줌*/
  .modal-content {
    width: 100%!important;
  }

  #main-banner .banner {
    height: 250px !important;
  }
  #main-banner img {
    width: 100%;
  }

  #middle-banner img {
    width: 100%; }

  #hbanner-control {
    width: 100% !important; }

  #hbanner-control-holder {
    border: none; }

  #hbanner-control .control-right {
    width: 0%;
    display: none; }

  #hbanner-control .control-left {
    width: 100% !important; }

  #hbanner-control .control .item {
    font-size: 12px; }

  section.main-banner-holder {
    padding-left: 0;
    border-bottom: #dbe2ef solid 1px;
    margin-top: -3px;
  }

  #step-info .container {
    width: 100% !important;
  }

  section#step-info,
  section#best-product,
  section#how-about {
    margin: 0.5rem 1.2rem 0;
  }
  section#best-product .title,
  section#how-about .title,
  section#insta-customer .title {
    font-size: 1.3rem;
    font-weight: 500;
    margin: 0 0 1.5rem;
    padding: 10px;
  }
  section#insta-customer .title {
    padding-top: 30px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  section#insta-customer .title {
    text-align: left;
    font-size: 1.1rem;
  }

  section#best-product img {
      width: 92%;
  }
  section#best-product dl {
    margin:10px 0 0 0;
    text-align: left;
  }
  section#best-product dt {
    display: inline-block;
    margin-left: -2rem;
  }
  section#best-product .title-medium {
    margin-right: 20px;
  }
  section#best-product dd.short-text {
    display: inline;
    margin: -1rem;
    font-weight: 400;
    font-size: 1rem;
  }
  section#best-product dd.short-text.title-long {
    margin-left: 0rem;
    position: relative;
    top: -2rem;
  }
  section#best-product .short-text.vat {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2rem;
  }

  section#best-product .hover-reviewbtn {
    display: none;
  }

  section#middle-banner {
    margin: 0.5rem 0 2.5rem;
    background-size: 250%;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
  }
  section#middle-banner div {
    margin-top: 1rem;
  }
  section#middle-banner #copy1 {
    margin-top:auto;
    font-size: 1.8rem;
  }
  section#middle-banner #copy2 {
    margin-top: 2rem;
    font-size: 1rem;
  }
  section#middle-banner #copy2 span {
    font-size: 2rem;
  }

  section#how-about .container {
    padding-bottom: 50px;
  }
  section#how-about img {
    width: 101%;
  }
  #how-about-slide .slide .img {
    margin-bottom:0;
  }
  #how-about-slide .slide .title {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
  }

  .short-text {
    display: block;
  }

  .full-text {
    display: none;
  }

  .hotexplain-text {
    display: none;
  }

  section#best-product .hotpay-text {
    font-size: 1rem;
    font-weight: 400;
  }

  section#insta-customer .container {
    padding: 0 15px 35px;
  }
  section#insta-customer .container .row {
    margin: 34px 0 44px;
  }
  section#insta-customer #insta-slide img {
    width: 91%;
    border: #f6f7fb 1px solid;
    margin-left: 7px;
  }
  section#insta-customer .more {
    font-size: 16px;
    font-weight: 500;
    margin-top: 60px;
  }
  section#insta-customer .link {
    font-size: 16px;
    font-weight: normal;
  }
  section#insta-customer .slick-dots {
    bottom: -35px;
  }

  .nav-down {
    top: -38px !important;
    transition: all 0.2s ease-out;
  }
  .nav-up {
    top: 0 !important;
    transition: all 0.2s ease-in;
  }
}

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