@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"); }

/* =======범용 기본 클래스========== */
@media screen and (min-width: 577px) {
  .pc-only_block {
  display: block !important;
  }

  .mobile-only_block {
    display: none !important;
  }

  .pc-only_flex {
    display: flex !important;
  }

  .mobile-only_flex {
    display: none !important;
  }
}

@media screen and (max-width: 576px) {
  .pc-only_block {
    display: none !important;
  }

  .mobile-only_block {
    display: block !important;
  }

  .pc-only_flex {
    display: none !important;
  }

  .mobile-only_flex {
    display: flex !important;
  }

  .pc-only_show {
    display: none !important;
  }

  .mb-width-90 {
    width: 90%;
  }

}

/* =======범용 기본 클래스 끝========== */

/* 헤더 첫번째 이미지를 바꿀경우 배경색 이미지에 맞게 */
#extra-ad {
  background: #000000;
}
#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 {
  position:absolute;
  margin:0 auto;
  margin-left: 35%;
  max-width:600px;
  inset: 15px auto auto auto;
  display: none;
  width: 100%;
}

.main-pop .layerBox {
  /* margin-left: -14rem; */
  /* margin-top: -45px; */
  /* margin-left: 30%; */
  /* left:37.8%;
  top:50%;
  transform:translate(-50%, -50%); */
  background:#fff;
  z-index: 1050;
  /* box-shadow: 3px 3px 2px 2px rgb(0 0 0 / 20%); */
  /* box-shadow: 1px 2px 1px 4px rgb(0 0 0 / 20%); */
  box-shadow: 0 0 50px rgb(0 0 0 / 50%);
}
/* 이미지위에있을경우 */
.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;
}

/* 메인리뷰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: 40px;
}
section#best-product .title {
  margin: 10px 0 40px 0;
  padding: 10px;
}

section#best-product .hotproduct-box {
  margin-bottom: 1.6rem;
}

section#best-product .subtitle {
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  display: flex;
  align-items: center;
}

.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: #1279bd;
}

section#best-product .hothoverbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section#best-product .hothoverbox .active {
  text-decoration: underline;
}

section#best-product .hothoverbox .active .fa-comment-dots {
  color: #1279bd;
}

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

section#best-product .hotexplain-text {
  font-size: 12px;
  /* font-weight: 300; */
  font-weight: 400;
  text-align: left;
  word-break: keep-all;
  margin-top: 10px;
}

/*  */

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

.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;
}
section#insta-customer #insta-slide img {
  width: 95%;
  max-width: 175px;
}
.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,
.main-responsive-img video {
    position: relative;
    display: flex;
    flex-shrink: 0;
}

/* 이미지 전용 */
.main-responsive-img img {
    left: 39.3%;
    transform: translateX(-39.7%);
}

/* 비디오 전용 */
.main-responsive-img video {
    left: 40%;
    transform: translateX(-40%);
}

@media screen and (max-width: 1200px) {
  .main-responsive-img img, .main-responsive-img video {
      left: 40%;
      transform: translateX(-40%);
  }
}
@media screen and (max-width: 992px) {
  .main-responsive-img img, .main-responsive-img video {
    left: 30%;
    transform: translateX(-30%);
  }
}

.hot-img-border {
  border: 1px solid #fff;
  width: 100%;
  max-width: 272px;
}
  .hot-img-border:hover {
    border-color: #006cb7 !important;
    transition-duration: 1s; }

#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;
}
#step-info .item .description {
  font-size: 12px;
  font-weight: 300;
}


.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: 15%;
    margin-left: -20rem;
    max-width: 360px;
    /* height: 340px; */
    left: 56%;
  }

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

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

  /* 이미지위에있을경우 */
  .main-pop .ontheimg-popclose {
    bottom: 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: 129px;
  }

  #step-info .container {
    width: 100% !important;
  }
  #step-info .container .item {
    margin: 20px 0 5px;
  }
  #step-info .item .next {
    margin-top: -30px;
  }

  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 .subtitle {
    font-size: 1.1rem;
    /* margin-left: 10px; */
    /* padding: 0px 10px 20px 0; */
    /* margin-bottom: 10px; */
  }
  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;
  }
}


#main-section001 .promo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background-color: #eef2f7;
  padding: 20px 10px;
  margin-bottom: 40px;
}

#main-section001 .promo-wrapper .v-bar {
  display: none;
}

#main-section001 .promo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#main-section001 .promo-wrapper .promo:last-of-type {
  display: none;
}


#main-section001 .promo-text {
  color: #333;
  font-size: 16px;
  padding-left:20px;
  text-align:left;
}


#main-section001 .circle-arrow {
  position: absolute;
  top:0;
  right: -40px;
  z-index: 2;
  /*margin-left: 10px;*/
  cursor: pointer;
}

#main-section001 .promo-btn {
  display: none;
  white-space: nowrap;
  border: 1px solid #0074d9;
  /*background: #fff;*/
  background-color: transparent;
  color: #0074d9;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 13px;
  margin-left: 10px;
  min-width: 140px;
}

/* 태블릿 이상 */
@media (min-width: 768px) {
  #main-section001 .promo-wrapper {
    flex-direction: row;
    margin: 40px 0;
  }

  #main-section001 .promo-wrapper .promo:last-of-type {
    display: flex;
  }

  #main-section001 .promo-wrapper .v-bar {
    display: block;
  }

  #main-section001 .promo-btn {
    display: inline-block;
  }

  #main-section001 .promo-text {
    color: #333;
    font-size: 18px;
    padding-left: 20px;
  }

  #main-section001 .circle-arrow {
    display: none;
  }

  #main-section001 .promo {
    flex: 1;
  }
}



#main-section002 .features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#main-section002 .feature {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 270px;
}

#main-section002 .feature h5 {
  display: none;
}

#main-section002 .feature-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  margin-right: 15px;
}

#main-section002 .feature-text h4 {
  margin: 0 0 5px 0;
  font-size: 15px;
  color: #333;
}

#main-section002 .feature-text p {
  margin: 0;
  font-size: 13px;
  color: #666;
}

/* 모바일 반응형 */
@media (max-width: 768px) {
  #main-section002 .features {
    padding: 0 20px;
    margin-bottom: 20px;
  }

  #main-section002 .features .v-bar:first-of-type,
  #main-section002 .features .v-bar:last-of-type {
    display: none;
  }

  #main-section002 .feature {
    flex-direction: column;
    text-align: center;
    min-width: 50px;
  }

  #main-section002 .feature h4 {
    display: none;
  }

  #main-section002 .feature h5 {
    display: block;
  }

  #main-section002 .feature p {
    display: none;
  }

  #main-section002 .feature-icon {
    margin: 0 0 10px 0;
  }
}


#quick-menu2 {
  position: fixed;
  top: 0;
  right: 0;
  width: 84px;
  height: 100vh;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  z-index: 1025;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#quick-menu2 .item {
  margin-bottom: 30px;
}

#quick-menu2 .item:nth-child(1) {
  margin-top: 30px;
}

#quick-menu2 .item .img {
  width: 38px; height: 38px; background-repeat: no-repeat; margin:0 auto;
}

#quick-menu2 .item .mypage {
  background-image: url('/data2/home/images/icon_mypage.png');
}

#quick-menu2 .item:hover .mypage {
  background-image: url('/data2/home/images/icon_mypage-o.png');
}

#quick-menu2 .item .cart {
  background-image: url('/data2/home/images/icon_cart.png');
}

#quick-menu2 .item:hover .cart {
  background-image: url('/data2/home/images/icon_cart-o.png');
}


#quick-menu2 .item .download {
  background-image: url('/data2/home/images/icon_download.png');
}

#quick-menu2 .item:hover .download {
  background-image: url('/data2/home/images/icon_download-o.png');
}

#quick-menu2 .item .customer {
  background-image: url('/data2/home/images/icon_customer.png');
}

#quick-menu2 .item:hover .customer {
  background-image: url('/data2/home/images/icon_customer-o.png');
}

#quick-menu2 .item .news {
  background-image: url('/data2/home/images/icon_news.png');
}

#quick-menu2 .item:hover .news {
  background-image: url('/data2/home/images/icon_news-o.png');
}

#quick-menu2 .item .event {
  background-image: url('/data2/home/images/icon_event.png');
}

#quick-menu2 .item:hover .event {
  background-image: url('/data2/home/images/icon_event-o.png');
}

#quick-menu2 .title {
  font-size: 12px;
}

#quick-menu2 .item:hover .title {
  color: #1289bd;
}

@media (max-width: 768px) {
  #quick-menu2 {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */

.slide_caption_box1 {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 388px;
  margin-bottom: 102px;
  z-index: 1900;
  width: 175px;
  height: 42px;
  line-height: 38px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}
.slide_caption_box2 {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 578px;
  margin-bottom: 102px;
  z-index: 1900;
  width: 175px;
  height: 42px;
  line-height: 38px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}
.slide_caption_box_video1 {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: 388px;
    margin-bottom: 102px;
    z-index: 1900;
    width: 175px;
    height: 42px;
    line-height: 38px;
}
.slide_caption_box_video2 {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: 578px;
    margin-bottom: 102px;
    z-index: 1900;
    width: 175px;
    height: 42px;
    line-height: 38px;
}
/* slide_caption_box3 모바일용 */
.slide_caption_box3 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1900;
  width: 100%;
  height: 100%;
}
.slide_caption, .slide_caption:hover {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  color: #eee;
  font-size: 1.7vh;
}
