@charset "UTF-8";
/*---FONTS---*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&family=Noto+Sans+KR:wght@100;300;400;500;700&family=Open+Sans:wght@400;600&display=swap");
body {
  font-family: 'Open Sans', 'Noto Sans KR', sans-serif;
  letter-spacing: -0.05em; }
body.hidden{
    overflow: hidden;
    width: 100%; 
    height: 100%; 
}
a, input, textarea, button {
  font-family: 'Open Sans', 'Noto Sans KR', sans-serif;
  letter-spacing: -0.04em;
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

a, button {
  cursor: pointer; }

button:focus, a:focus, input:focus, textarea:focus {
  outline: none; }

.ttl {
  font-family: 'Montserrat', sans-serif;
  color: #000000; }

.ml-10 {
  margin-left: 10px; }

.mr-10 {
  margin-right: 10px; }

.mt-10 {
  margin-top: 10px; }

.mb-10 {
  margin-bottom: 10px; }





  .info .price {
    display: inline-block;
    width: 100%;}
    .info .price span {
      font-size: 3.2vw;
      color: #999999;
      text-decoration: line-through; }
    .info .price .disc {
      font-size: 4.3vw;
      color: #ff3c00;
      text-decoration: none;
      font-weight: 600; }
    .info .price .current {
      font-size: 4vw;
      color: #000000;
      text-decoration: none; }
      .info .price .current b {
        font-size: 4.5vw;
        padding-right: 5px; }


/*---BUTTONS---*/
.btn-xl {
  width: 100%;
  height: 50px;
  font-size: 4vw;
  line-height: 43px;
  display: inline-block;
  border: solid 1px transparent;
  cursor: pointer;
  transition: .25s;
  text-align: center; }

.btn-lg {
  width: 40vw;
  height: 14vw;
  font-size: 4vw;
  line-height: 12vw;
  display: inline-block;
  border: none;
  cursor: pointer;
  transition: .25s;
  text-align: center; }

.btn-md {
  width: 175px;
  height: 45px;
  font-size: 3.7vw;
  line-height: 50px;
  display: inline-block;
  border: solid 1px transparent;
  cursor: pointer;
  transition: .25s;
  text-align: center; }
.btn-xs{
  display: inline-block;
  width: 80px;
  height: 30px;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
.btn-xs-auto,
.btn-xxs-auto {
  width: auto;
  height: 30px;
  font-size: 13px;
  font-weight: 400;
  padding: 0 10px;
  display: inline-block;
  border: solid 1px transparent;
  cursor: pointer;
  transition: .25s;
  text-align: center; 
  line-height: 28px;
}

.btn-green {
  background: #103821;
  color: #fff;
  border: solid 1px #103821; }

.btn-dark {
  background: #221e1f;
  color: #fff;
  border: solid 1px #221e1f; }

.btn-border-dark {
  background: #fff;
  color: #000;
  border: solid 1px #909090; }

.btn-border-grey {
  color: #221e1f;
  border: solid 1px #cccccc;
  background: #fff; }

.btn-border-green {
  color: #103821;
  border: solid 1px #103821;
  background: #fff; }
.btn-border-wh {
  color: #fff;
  border: solid 1px #fff;
  background: transparent; }
.btn-npay {
  color: #fff;
  background-color: #00c73c;
  background-position: 30px center;
  text-align: center; }
  .btn-npay::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 17px;
    background: url("../../images/icons/npay_wh.png") no-repeat;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 5px; }

.btn-noshow{
  position: absolute; 
  top: 28px; right: 20px; 
  width: 20px !important; 
  height: 20px!important; 
  background: url('../../images/icons/header_close_bk.svg')no-repeat;
  background-size: 100% 100%; 
  color: transparent;
}
.chk-control {
  display: none; }

.chk-control + label {
  font-size: 3.6vw;
  font-weight: 300;
  color: #222222;
  position: relative;
  padding-left: 30px;
  line-height: 25px;
  word-break: keep-all;
  text-align: left; }

.chk-control + label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border: solid 2px #d9d9d9;
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  vertical-align: sub; }

.chk-control:checked + label::before {
  border-color: #122eab;
  background: #122eab;
  content: "\ed6e";
  color: #fff;
  font-family: 'icomoon';
  font-size: .85rem;
  line-height: 18px; }

.input-group .chk-control + label::before {
  border: solid 1px #959595;
  vertical-align: sub;
  margin-right: 8px; }

.input-group .chk-control:checked + label::before {
  border-color: #221e1f;
  background: #221e1f;
  vertical-align: sub; }

.radio-control {
  display: none; }

.radio-control + label {
  position: relative;
  color: #222222;
  font-size: 3.5vw;
  font-weight: 300;
  padding-left: 30px; }

.radio-control + label::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: solid 1px #989898;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0; }

.radio-control:checked + label::after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #103821;
  position: absolute;
  left: 5px;
  top: 4.5px; }
.input-group .radio-control + label{
  line-height: 50px;
  margin-right: 30px; 
}
.input-control {
  width: 100%;
  height: 58px;
  border: none;
  border-bottom: solid 1px #e5e5e5;
  color: #222222;
  font-size: 3.6vw; }
.input-control:disabled{
  background: #fff; 
}
.input-control:focus {
  border-bottom: solid 1px #222222; }

.input-control::-moz-placeholder {
  color: #999999;
  font-size: 3.6vw;
  font-weight: 300; }

.input-control:-ms-input-placeholder {
  color: #999999;
  font-size: 3.6vw;
  font-weight: 300; }

.input-control::placeholder {
  color: #999999;
  font-size: 3.6vw;
  font-weight: 300; }
.file-control{
  display: none;
}
.text-control {
  width: 100%;
  height: 120px;
  border-bottom: solid 1px #e5e5e5;
  padding-top: 10px;
  color: #888888;
  font-size: 3.6vw; }
  .text-control::placeholder {
    color: #999999;
    font-size: 3.6vw;
    font-weight: 300; }
.m-no {
  display: none !important; }

/*---MAIN LAYOUT---*/
body {
  width: 100%; }

.wrap {
  width: 100%;
  position: relative; }

.main-section {
  width: 100%;
  height: auto;
  padding-top: 120px; }

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px; }

.sub-contents {
  width: 100%;
  height: auto;
  margin-top: 60px; }

.sub-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px; }

.left {
  float: left; }

.right {
  float: right; }

.open-panel .panel {
  display: none; }
  .open-panel .panel.active {
    display: block; }

/*---Quickmenu---*/
.quick-menus {
  width: 10.7vw;
  height: auto;
  position: fixed;
  right: 5.3vw;
  bottom: 17vw;
  z-index: 5;
  display: none; }
  .quick-menus a {
    display: none !important; }
  .quick-menus button {
    width: 10.7vw;
    height: 10.7vw;
    border-radius: 50%;
    border: none; }
  .quick-menus .scroll-top {
    background: url("../../images/icons/scroll_top_wh.png") no-repeat;
    background-color: #222222;
    background-position: center center;
    background-size: 4vw;
    cursor: pointer; }

/*---BADGE---*/
.mark {
  display: none;}

.badge {
  display: inline-block;
  width: 36px;
  height: 16px;
  font-size: .625rem;
  margin-bottom: 2px;
  line-height: 1.4em;
  text-align: center;
  vertical-align: top; }

.bdg-default {
  border: solid 1px #231f20;
  background: #fff;
  color: #231f20; }

.bdg-blue {
  background: #1e39b4;
  color: #fff; }

/*---modal---*/
.modal-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 19;
  display: none; }
  .content-modal-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 19;
    display: none; }
  .modal-content {
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    display: none; }
  .modal.open .modal-content {
    -webkit-animation: modalToTop .35s ease-in-out;
            animation: modalToTop .35s ease-in-out;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  
  
  .modal-full, 
  .modal-sm.modify-adr,
  .modal-sm.modify-pro,
  .modal-content.common_modal{
    position: absolute;
    width: 100% !important; 
    height: 100%; 
    z-index: 99;
    overflow-y: auto;
  }
  .modal-full .modal-header{
    width: 100%; 
    height: 0;
    position: relative; 
  }
  .modal-full .modal-header .modal-close {
    width: 20px;
    height: 20px;
    border: none;
    background: url("../../images/icons/header_close_bk.svg") no-repeat;
    background-size: 100%;
    float: right;
    right: 20px;
    top: 20px;
    position: absolute; 
  }
  .modal-full .modal-body{
    
    width: 100%; 
    height: calc( 100% - 50px );
  }
  .modal-full .modal-body .img-box{
    width: calc( 100% - 40px ); 
    height: 100%;
    margin: 0 auto; 
    padding: 100px 0;
  }
  .modal-full .modal-body .img-box img{
    display: block; 
    width: auto;
    max-width: 100%; 
  }

.modal-sm {
/*  width: 73.4vw; */
  width: 90vw;
}
  .modal-sm .modal-header {
    width: 100%;
    height: 60px;
    padding: 0 30px; }
    .modal-sm .modal-header .modal-close {
      width: 23px;
      height: 23px;
      border: none;
      background: url("../../images/icons/header_close_bk.svg") no-repeat;
      background-size: 100%;
      float: right;
      margin-top: 30px; }
  .modal-sm .modal-body {
    min-height: 98px;
    padding: 10px 8vw;
    padding-bottom: 35px;
    text-align: center; }
    .modal-sm .modal-body span {
      display: block;
      font-size: 1.125rem;
      line-height: 1.5rem;
      margin-bottom: 12px;
      letter-spacing: -0.04em;
      color: #222;
      word-break: keep-all; }
    .modal-sm .modal-body .underline {
      display: inline-block;
      width: auto;
      height: 24px;
      font-size: 1rem;
      font-weight: 400;
      color: #ff3c00;
      position: relative; }
      .modal-sm .modal-body .underline::after {
        content: '';
        width: 100%;
        height: 1px;
        background: #ff3c00;
        position: absolute;
        left: 0;
        bottom: 0; }
  .modal-sm .modal-footer {
    padding: 8vw;
    padding-top: 0; }
    .modal-sm .modal-footer.center{
      text-align: center; }
    .modal-sm .modal-footer a,
    .modal-sm .modal-footer button {
      width: 100%;
      margin-bottom: 10px; }


        .modal-sm.modal-del-user .modal-body {
          padding-top: 145px;
          background: url("../../images/sub/emoji.png") no-repeat;
          background-position: center 0; 
          background-size: 110px;
        }
        .modal-sm.modal-del-user .modal-body span{
          font-size: 3.7vw; 
        }
          .modal-sm.modal-del-user .modal-body .input-group {
            margin-top: 20px; }
        .modal-sm.modal-del-user .modal-footer {
          text-align: center; }
          .modal-sm.modal-del-user .modal-footer .btn-md {
            width: calc( 50% - 5px);
            height: 40px;
            line-height: 38px;
            float: left;
            margin-bottom: 20px;
          }
          .modal-sm.modal-del-user .modal-footer .btn-md:last-of-type {
            float: right;
          }

.modal-table .list-item{
  position: relative; 
  border-bottom: none;
  padding: 0; 
  text-align: left;
}   
.modal-table .list-item .info{
  position: relative; 
  display: table-cell !important
} 
.btn-toggle{
  display: none;
}
.btn-toggle+label{
  display: block;
  width: 60px; 
  height: 20px; 
  border: solid 1px #d5d5d5; 
  cursor: pointer;
  position: relative;
  margin-bottom: 8px;
}
.btn-toggle+label::before{
  content:'OFF';
  width: 30px; 
  height: 20px; 
  position: absolute; 
  left: 30px; 
  top: -1px; 
  background: #959595;
  color: #fff; 
  font-size: 0.688rem;
  line-height: 20px;
  text-align: center; 
  transition: .2s; 
}
.btn-toggle:checked+label::before{
  content:'ON';
  width: 30px; 
  height: 20px; 
  position: absolute; 
  left: 0; 
  top: -1px; 
  background: #0b6431;
  color: #fff; 
  font-size: 0.688rem;
  line-height: 20px;
  text-align: center; 
  transition: .3s; 
}
.modal-table .tr{
  padding: 15px 0;
}

.modal-table .list-item .info{
  padding-left: 20px;
  vertical-align: top;
  position: relative;
}
.modal-table .list-item .info .label{
  display: inline;
  font-size: 3.7vw;
  padding-right: 0;
  color: #cdaa72; 
}
.modal-table .list-item .info strong{
  display: inline;
  font-size: 3.7vw;
  word-break: keep-all;
  font-weight: 400;
}
.modal-table .list-item .info span{
  font-size: 3.2vw;
  word-break: keep-all;
  color: #666666; 
  margin-top: 5px; 
  font-weight: 400;
}
.m-select .selectric{
  width: 100px; 
  height: 32px;
}
.modal-table .list-item .info .m-select .selectric span{
  color: #222222; 
  line-height: 29px;
  font-family: 'Noto Sans KR',sans-serif;
}

.modal-table .list-item .info .m-select .selectric-items li{
  height: 31px; 
  line-height: 29px;
  color: #666; 
  font-family: 'Noto Sans KR',sans-serif;
  font-weight: 300;
  padding: 0 10px;
} 
.modal-sm.modify-pro .modal-body{
  padding-bottom: 0; 
}
.modal-sm.modify-pro .modal-footer{
  margin-bottom: 20px 
}
.modal-sm.modify-pro .modal-footer .btn-md{
  width: 118px; 
  height: 40px;
  line-height: 38px;
  float: none; 
  margin: 0 2px;
}


.common_modal{
  padding: 0 8vw; 
}

.common_modal .modal-header{
  position: relative; 
  margin-top: 70px; 
  border-bottom: solid 1px #000;
}
.common_modal .modal-title{
  color: #222222;
  font-weight: 400;
  font-size: 4vw;
  display: inline-block;
  line-height: 35px;
}
.common_modal .modal-header .btn_close{
  width: 24px; 
  height: 24px; 
  position: absolute; 
  top: -50px; 
  right: 0; 
  background: transparent;
}
.modal_ipt_area{
  margin-top: 0;
}
.modal_ipt_area .modal_ipt_box{
  border-top: solid 1px #e5e5e5; 
}
.modal_ipt_area textarea{
 width: 100%; 
 background: #f4f4f4;
 padding: 10px 14px;
 font-weight: 400;
 font-size: 3.5vw;
 height: 140px;
 resize: none;
 margin-top: 20px; 
  margin-bottom: 20px; 
}
.star_avg_ipt{
  padding: 20px 0; 
}

.star_avg_ipt::after{
  content: '';
  display: block; 
  clear: both;
}
.star_avg_ipt span{
  color: #222222; 
  font-size: 4vw;
}
#ipt_rate{
  padding-left: 10px; 
}
.star_avg_ipt_inner{
  display: inline-block; 
  width: auto;
}
#star_rate{
  width: 120px; 
  background: url('../../images/icons/rate_blank.svg')no-repeat;
  background-size: cover;
  background-position: 0px center; 
  height: 20px;
}
#star_rate.rate1{

  background: url("../../images/icons/rate_full.svg") no-repeat; 
  background-size: cover;
  background-position: -98px center; 
}
#star_rate.rate2{
  background: url("../../images/icons/rate_full.svg") no-repeat; 

  background-size: cover;
  background-position: -73.5px center; 
}
#star_rate.rate3{
  background: url("../../images/icons/rate_full.svg") no-repeat; 
  background-size: cover;
  background-position: -49px center; 
}
#star_rate.rate4{
  background: url("../../images/icons/rate_full.svg") no-repeat; 
  background-size: cover;
  background-position: -24.5px center; 
}
#star_rate.rate5{
  background: url("../../images/icons/rate_full.svg") no-repeat; 
  background-size: cover;
  background-position: 0 center; 
}
.star_radio{
  width: 20px; 
  height: 20px; 
  display: inline-block;
  margin-left: .8px;
  opacity: .5;
  cursor: pointer; 
}
.ipt_file_wrap,
.board_view_file{
  padding-top: 10px; 
}
.modal_ipt_box input[type="file"]{
  display: none;
}
.ipt_file_txt{
  color: #999999; 
  font-size: 3.4vw;
  font-weight: 300;
  margin-left: 10px; 
}
.clip_icon{
  display: inline-block;
  width: 75px; 
  height: 75px; 
  margin-right: 3px; 
  position: relative; 
}
.clip_icon img{
  position: absolute; 
  z-index: 1;
  display: block;
  min-width: 100%;
  max-height: 100%;
  left: 50%; 
  top: 50%; 
  transform: translate(-50%, -50%);
}
.clip_icon button{
  width: 24px; 
  height: 24px; 
  position: absolute; 
  right: 0; top: 0; 
  background: url('../../images/icons/header_close_wh.svg')no-repeat;
  background-size: 10px 10px;
  background-position: center center;
  background-color: #000; 
  opacity: .7;
  z-index: 2; 
}

.common_modal .btn_area{
  margin-top: 44px; 
  margin-bottom: 30px; 
  text-align: center;
}
.common_modal .btn_area button{
  width: 130px; 
  height: 52px; 
  text-align: center;
  line-height: 50px;
  font-size: 1rem;
  margin: 0 5px; 
}



















/*---Rate STARS---*/
.rate {
  display: inline-block;
  position: relative;
  padding-left: 72px;
  height: 10px; }

.rate::after {
  content: '';
  width: 61px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0; }
.rate-0::after {
    background: url("../../images/icons/rate_blank.svg") no-repeat;
    background-size: cover;
    background-position: -80% center; }
.rate-05::after {
  background: url("../../images/icons/rate_half.svg") no-repeat;
  background-size: cover;
  background-position: -80% center; }

.rate-10::after {
  background: url("../../images/icons/rate_full.svg") no-repeat;
  background-size: cover;
  background-position: -80% center; }

.rate-15::after {
  background: url("../../images/icons/rate_half.svg") no-repeat;
  background-size: cover;
  background-position: -60% center; }

.rate-20::after {
  background: url("../../images/icons/rate_full.svg") no-repeat;
  background-size: cover;
  background-position: -60% center; }

.rate-25::after {
  background: url("../../images/icons/rate_half.svg") no-repeat;
  background-size: cover;
  background-position: -40% center; }

.rate-30::after {
  background: url("../../images/icons/rate_full.svg") no-repeat;
  background-size: cover;
  background-position: -40% center; }

.rate-35::after {
  background: url("../../images/icons/rate_half.svg") no-repeat;
  background-size: cover;
  background-position: 21% center; }

.rate-40::after {
  background: url("../../images/icons/rate_full.svg") no-repeat;
  background-size: cover;
  background-position: 21% center; }

.rate-45::after {
  background: url("../../images/icons/rate_half.svg") no-repeat;
  background-size: cover;
  background-position: left center; }

.rate-50::after {
  background: url("../../images/icons/rate_full.svg") no-repeat;
  background-size: cover;
  background-position: left center; }

.rate-g {
  display: inline-block;
  position: relative;
  padding-left: 100px;
  height: 15px; }
  .rate-g::after {
    content: '';
    width: 90px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 0; }
  .rate-g.rate-05::after {
    background: url("../../images/icons/rate_half_g.svg") no-repeat;
    background-size: cover;
    background-position: -80% center; }
  .rate-g.rate-10::after {
    background: url("../../images/icons/rate_full_g.svg") no-repeat;
    background-size: cover;
    background-position: -80% center; }
  .rate-g.rate-15::after {
    background: url("../../images/icons/rate_half_g.svg") no-repeat;
    background-size: cover;
    background-position: -60% center; }
  .rate-g.rate-20::after {
    background: url("../../images/icons/rate_full_g.svg") no-repeat;
    background-size: cover;
    background-position: -60% center; }
  .rate-g.rate-25::after {
    background: url("../../images/icons/rate_half_g.svg") no-repeat;
    background-size: cover;
    background-position: -40% center; }
  .rate-g.rate-30::after {
    background: url("../../images/icons/rate_full_g.svg") no-repeat;
    background-size: cover;
    background-position: -40% center; }
  .rate-g.rate-35::after {
    background: url("../../images/icons/rate_half_g.svg") no-repeat;
    background-size: cover;
    background-position: -20% center; }
  .rate-g.rate-40::after {
    background: url("../../images/icons/rate_full_g.svg") no-repeat;
    background-size: cover;
    background-position: -20% center; }
  .rate-g.rate-45::after {
    background: url("../../images/icons/rate_half_g.svg") no-repeat;
    background-size: cover;
    background-position: left center; }
  .rate-g.rate-50::after {
    background: url("../../images/icons/rate_full_g.svg") no-repeat;
    background-size: cover;
    background-position: left center; }

/*---share---*/
.share {
  width: 100%;
  text-align: center; }
  .share button {
    display: inline-block;
    width: 12vw;
    height: 12vw;
    border-radius: 50%;
    margin: 0 2vw; }

.share.colored {
  margin-top: 40px; }
  .share.colored .kakao {
    background: url("../../images/icons/kakao_clr.png");
    background-size: 100%; }
  .share.colored .kakao-s {
    background: url("../../images/icons/kakao_s_clr.png");
    background-size: 100%; }
  .share.colored .copy-url {
    background: url("../../images/icons/url_clr.png");
    background-size: 100%; }

/*---selectric---*/
.selectric {
  width: 100%;
  height: 37px;
  border: solid 1px #d0d0d0;
  background: #fff;
  padding: 0; }
  .selectric .label {
    height: 35px;
    line-height: 35px;
    font-size: 3.5vw;
    color: #222222;
    padding: 0 12px;
    margin: 0; }
  .selectric .button {
    width: 20px;
    height: 35px;
    background-color: #fff; }
    .selectric .button::after {
      content: url("../../images/icons/angle_down.png");
      border: none; 
      top: -4px;
      right: 22px;
    
    }

.selectric-items {
  background: #fff;
  border: solid 1px #d0d0d0;
  border-top: none;
  box-shadow: none; }
  .selectric-items li {
    padding: 0 12px;
    height: 37px;
    line-height: 37px;
    font-size: 3.5vw;
    color: #222222; }
    .selectric-items li.highlighted, .selectric-items li:hover {
      background: #f9f9f9; }

.input-group .selectric {
  height: 58px;
  border: none;
  border-bottom: solid 1px #e5e5e5;
  text-align: left; }
  .input-group .selectric .label {
    height: 100%;
    padding-left: 0;
    color: #999999 !important;
    font-size: 3.5vw;
    font-weight: 300; }
  .input-group .selectric .button {
    width: 26px;
    height: 58px; }

.input-group .selectric-items li {
  text-align: left; }

.input-group .selectric-focus .selectric {
  border-color: #222; }

/*---ea count---*/
.ea-count {
  position: relative;
  width: 25.6vw;
  height: 7.2vw;
  padding: 0 7.2vw; }
  .ea-count input {
    height: 100%;
    width: 100%;
    border: solid 1px #d9d9d9;
    border-left: none;
    border-right: none;
    text-align: center;
    font-size: .875rem;
    color: #222;
    -webkit-appearance: none;
    border-radius: 0; }
  .ea-count .ea-minus {
    width: 7.2vw;
    height: 7.2vw;
    position: absolute;
    height: 100%;
    border: solid 1px #d9d9d9;
    left: 0;
    top: 0;
    background: url("../../images/icons/minus_bk.png") no-repeat;
    background-size: 8px;
    background-position: center center;
    background-color: #fff; }
  .ea-count .ea-plus {
    width: 7.2vw;
    height: 7.2vw;
    position: absolute;
    height: 100%;
    border: solid 1px #d9d9d9;
    right: 0;
    top: 0;
    background: url("../../images/icons/plus_bk.png") no-repeat;
    background-size: 9px;
    background-position: center center;
    background-color: #fff; }

.dot {
  display: inline-block;
  min-width: calc( 100% - 7px);
  font-size: 3.2vw;
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 1.6em;
  font-weight: 400;
  color: #666666;
  word-break: keep-all; }
  .dot::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #1f1f1f;
    margin-right: 7px;
    vertical-align: middle;
    margin-top: -3px; }

.require::after {
  content: '*';
  color: #ff3c00;
  display: inline-block;
  margin-left: 5px;
  font-size: .813rem;
  font-weight: 500;
  position: relative;
  top: -2px; }

.underline {
  display: inline-block;
  width: auto;
  height: 20px;
  font-size: .875rem;
  font-weight: 400;
  color: #000000;
  position: relative;
  margin-top: 35px; }
  .underline::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #000000;
    position: absolute;
    left: 0;
    bottom: 0; }

.pagination {
  text-align: center; }
  .pagination .m-list {
    display: inline-block;
    width: auto; }
    .pagination .m-list button {
      display: inline-block;
      width: 30px;
      height: 20px;
      border: none;
      background-color: #fff;
      margin-right: 2px;
      font-size: 4.5vw;
      line-height: 1;
      font-weight: 300;
      padding: 0;
      color: #221e1f;
      opacity: .5;
      transition: .2s;
      padding-bottom: 5px; }
      .pagination .m-list button.prev {
        background: url("../../images/icons/angle_left.png") no-repeat;
        background-position: center center; }
      .pagination .m-list button.next {
        background: url("../../images/icons/angle_right.png") no-repeat;
        background-position: center center; }
      .pagination .m-list button:hover, .pagination .m-list button.active {
        opacity: 1;
        text-decoration: underline; }

.backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 10;
  display: none; }

/*header*/
.header-wrap {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  padding: 0 16px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 6;
  border-bottom: solid 1px #e5e5e5;
  background: #fff; }

header {
  width: 100%;
  height: 60px;
  position: relative;
  text-align: center; }

.logo {
  display: inline-block;
  width: 40vw;
  height: 10vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  .logo img {
    display: inline-block;
    width: 100%;
    height: 100%; }

.gnb {
  display: none; }

.header-right {
  display: inline-block;
  height: auto;
  position: absolute;
  right: 0;
  top: 10px; }
  .header-right .cart {
    visibility: hidden; }
    .header-right .cart.mobile {
      float: right;
      width: 29.5px;
      height: 27.5px;
      border: none;
      vertical-align: bottom;
      background: url("../../images/icons/product_bag_bk.svg") no-repeat;
      background-size: 18px;
      background-position: left bottom;
      position: relative;
      margin-right: -10px;
      cursor: pointer;
      visibility: visible; }
      .header-right .cart.mobile span {
        display: inline-block;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        text-align: center;
        line-height: 18px;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 0.688rem;
        color: #fff;
        background: #ff3c00; }
  .header-right .search {
    float: right;
    width: 22px;
    height: 22px;
    border: none;
    vertical-align: bottom;
    background: url("../../images/icons/header_search_bk.svg") no-repeat;
    background-size: 20px;
    background-position: center bottom;
    margin-right: 16px;
    margin-top: 6px;
    cursor: pointer; }
  .header-right .util {
    display: none; }

.btn-menu {
  width: 21px;
  height: 20px;
  border: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../../images/icons/header_menu_bk.svg") no-repeat;
  background-size: 17.5px;
  background-position: center top; }

.search-wrap {
  width: 100%;
  height: auto;
  z-index: 3;
  padding: 30px 20px;
  padding-top: 60px;
  z-index: 11;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  display: none; }
  .search-wrap .close {
    width: 20px;
    height: 20px;
    background-color: transparent;
    background: url("../../images/icons/header_close_bk.svg") no-repeat;
    background-position: center center;
    background-size: 18px;
    border: none;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer; }
  .search-wrap .box {
    width: 100%;
    height: auto; }

.search-input {
  width: 100%;
  height: 50px;
  background-size: 22px;
  background-position: 0 30px;
  position: relative; }
  .search-input input {
    width: calc( 100% - 60px);
    height: 35px;
    border: none;
    background: transparent;
    border-radius: none;
    border-bottom: solid 1px #000000;
    padding-left: 15px;
    margin-top: 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    font-size: 4vw;
    color: #221e1f;
    border-radius: none; }
    .search-input input::-moz-placeholder {
      color: #999;
      font-weight: 300;
      letter-spacing: -0.03em; }
    .search-input input:-ms-input-placeholder {
      color: #999;
      font-weight: 300;
      letter-spacing: -0.03em; }
    .search-input input::placeholder {
      color: #999;
      font-weight: 300;
      letter-spacing: -0.03em; }
  .search-input button {
    position: absolute;
    right: 0;
    top: 0;
    width: 53px;
    height: 43px;
    background: url("../../images/icons/header_search_wh.svg") no-repeat;
    background-color: #000;
    background-size: 18px;
    background-position: center;
    color: transparent; }
  .search-input .del {
    right: 70px;
    width: 15px;
    height: 15px;
    top: 21px;
    background: url("../../images/icons/header_close_bk.svg") no-repeat;
    background-size: 11.5px;
    opacity: .6;
    transition: .2s;
    z-index: 2; }
    .search-input .del:hover {
      opacity: 1; }

.cart-preview-wrap {
  display: none !important; }

.search-words {
  margin-top: 30px; }
  .search-words strong {
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
    letter-spacing: -0.03em;
    display: block;
    margin-bottom: 15px; }
  .search-words a {
    display: inline-block;
    padding: 0;
    padding-right: 2vw;
    font-size: .938rem;
    font-weight: 300;
    color: #000000;
    background: transparent;
    border: none;
    line-height: 1.4em;
    cursor: pointer; }

.slidenav-wrap {
  width: 100%;
  height: 100vh;
  overflow: auto;
  padding: 40px 10.7vw;
  padding-bottom: 100px;
  position: absolute;
  left: -100%;
  top: 0;
  background: #fff;
  transition: .2s ease-out;
  opacity: 0; }
  .slidenav-wrap.open {
    z-index: 11;
    position: fixed;
    left: 0px;
    opacity: 1;
    transition: .2s ease-out; }
  .slidenav-wrap .heading {
    width: 100%;
    height: 40px; }
    .slidenav-wrap .heading .close {
      width: 5.3vw;
      height: 5.3vw;
      padding: 0;
      border: none;
      background: url("../../images/icons/header_close_bk.svg") no-repeat;
      background-size: 100%;
      float: right;
      margin-top: 0; }
  .slidenav-wrap .slidenav {
    position: relative;
    z-index: 1; }
    .slidenav-wrap .slidenav > ul {
      margin-top: 18.7vw; }
      .slidenav-wrap .slidenav > ul > li {
        padding-bottom: 7.5vw; }
        .slidenav-wrap .slidenav > ul > li .s-menu {
          display: inline-block;
          font-size: 4.8vw;
          line-height: 1;
          color: #000;
          border: none;
          background: none;
          padding: 0; }
        .slidenav-wrap .slidenav > ul > li .s-subnav {
          padding-left: 20px;
          margin-top: 35px;
          display: none; }
          .slidenav-wrap .slidenav > ul > li .s-subnav li {
            margin-bottom: 5.3vw; }
            .slidenav-wrap .slidenav > ul > li .s-subnav li a {
              font-size: 4.3vw;
              color: #666666;
              font-weight: 300; }
  .slidenav-wrap .util {
    width: 100%;
    height: 5vw;
    position: absolute;
    z-index: 2;
    top: 80px;
    left: 0;
    padding: 0 10.7vw; }
    .slidenav-wrap .util:after {
      content: "";
      display: table;
      clear: both; }
    .slidenav-wrap .util a {
      float: left;
      width: auto;
      height: 40px;
      color: #666666;
      text-align: center;
      font-size: 4.5vw;
      line-height: 1;
      position: relative;
      padding: 0 20px; }
      .slidenav-wrap .util a:first-of-type {
        padding-left: 0; }
        .slidenav-wrap .util a:first-of-type::after {
          content: '';
          width: 1px;
          height: 4vw;
          position: absolute;
          right: 0;
          top: .3vw;
          background: #ededed; }
      .slidenav-wrap .util a .cupon {
        display: inline-block;
        width: 80px;
        position: absolute;
        top: -2px;
        left: 140%;
        background: #3beab0;
        font-size: .75rem;
        line-height: 1;
        color: #fff;
        padding: 5px 0;
        text-align: center;
        word-break: keep-all;
        -webkit-animation: bounce 1.5s ease-in-out;
                animation: bounce 1.5s ease-in-out;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite; }
        .slidenav-wrap .util a .cupon::after {
          content: '';
          width: 0;
          height: 0;
          border: 0 solid transparent;
          border-top-width: 5px;
          border-bottom-width: 5px;
          border-right: 6px solid #3beab0;
          position: absolute;
          top: 50%;
          margin-top: -5px;
          left: -5px; }
  .slidenav-wrap .social {
    margin-top: 13.3vw; }
    .slidenav-wrap .social:after {
      content: "";
      display: table;
      clear: both; }
    .slidenav-wrap .social a {
      width: 6.7vw;
      height: 6.7vw;
      float: left;
      margin-right: 20px; }
      .slidenav-wrap .social a.insta {
        background: url("../../images/icons/social_insta_bk.svg") no-repeat;
        background-size: 4.7vw;
        background-position: left center; }
      .slidenav-wrap .social a.npay {
        background: url("../../images/icons/social_naverpay_bk.svg") no-repeat;
        background-size: 4.7vw;
        background-position: left center; }

@media (max-width: 1488px) {
  .header-wrap {
    padding: 0 16px;
    min-width: 1280px; } }

.detail-left {
  width: calc( 100% - 60px);
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 2;
  padding: 20px 0;
  text-align: left; }
  .detail-left .prev-page {
    display: inline-block;
    width: 24px;
    height: 20px;
    background: url("../../images/icons/arr_prev.svg") no-repeat;
    background-size: 10px;
    margin-right: 5px; }
  .detail-left .home {
    display: inline-block;
    width: 25px;
    height: 20px;
    background: url("../../images/icons/home.png") no-repeat;
    background-size: 23px; }
  .detail-left h1 {
    position: fixed;
    left: 50%;
    top: 20px;
    font-size: 4.5vw;
    font-weight: 500;
    transform: translateX(-50%);
    letter-spacing: -0.04em; }

.footer-wrap {
  background: #020202;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1; }
  .footer-wrap .container {
    padding: 0; }

.footer-cont {
  padding: 0; }
  .footer-cont .cont01,
  .footer-cont .cont02 {
    width: 100%; }

.f-link {
  display: inline-block;
  font-size: 0.813rem;
  color: #fff; }
  .f-link:hover {
    text-decoration: underline; }

.footer-cont .cont-box {
  border-bottom: solid 1px #1a1a1a;
  padding: 0 16px; }
  .footer-cont .cont-box .heading strong {
    display: inline-block;
    font-size: 1rem;
    color: #d9d9d9;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.03em;
    margin-bottom: 15px; }

.footer-cont.top {
  border-bottom: solid 1px #1a1a1a; }
  .footer-cont.top span {
    display: block;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 0.813rem;
    line-height: 1.538em;
    color: #888888;
    letter-spacing: -0.05em; }
  .footer-cont.top .cont01 {
    width: 100%; }
    .footer-cont.top .cont01 .right {
      width: 100%;
      position: relative; }
      .footer-cont.top .cont01 .right .heading {
        width: 100%;
        height: 50px;
        position: relative;
        left: 0;
        top: 0;
        padding: 0 4px;
        z-index: 1; }
        .footer-cont.top .cont01 .right .heading strong {
          display: inline-block;
          font-size: 1rem;
          color: #d9d9d9;
          font-weight: 400;
          line-height: 50px;
          letter-spacing: -0.03em;
          margin-bottom: 15px; }
      .footer-cont.top .cont01 .right .link {
        float: right;
        width: 20px;
        height: 50px;
        margin-right: -3px;
        background: url("../../images/icons/product_plus_wh.svg") no-repeat;
        background-size: 13px;
        background-position: center center;
        line-height: 50px; }
      .footer-cont.top .cont01 .right .noti {
        width: calc( 100% - 135px);
        position: absolute;
        left: 94px;
        top: 0;
        z-index: 2; }
        .footer-cont.top .cont01 .right .noti li {
          margin-bottom: 0;
          height: 50px;
          visibility: hidden; }
          .footer-cont.top .cont01 .right .noti li a {
            display: block;
            line-height: 50px;
            width: 100%;
            height: 100%; }
            .footer-cont.top .cont01 .right .noti li a span {
              color: #fff;
              line-height: 50px; }
            .footer-cont.top .cont01 .right .noti li a:after {
              content: "";
              display: table;
              clear: both; }
            .footer-cont.top .cont01 .right .noti li a:hover span {
              text-decoration: underline; }
          .footer-cont.top .cont01 .right .noti li span {
            float: left;
            width: 90%;
            text-overflow: ellipsis;
            white-space: nowrap;
            word-wrap: normal;
            overflow: hidden; }
            .footer-cont.top .cont01 .right .noti li span.date {
              display: none; }
          .footer-cont.top .cont01 .right .noti li:first-child {
            visibility: visible; }
    .footer-cont.top .cont01 .left {
      width: 100%;
      padding-top: 27px;
      padding-bottom: 27px;
      margin-bottom: 27px;
      position: relative; }
      .footer-cont.top .cont01 .left .phone {
        display: block;
        font-family: 'Noto Sans KR', sans-serif;
        font-size: 1.563rem;
        font-weight: 500;
        color: #fff;
        letter-spacing: -0.03rem;
        margin-bottom: 12px; }
      .footer-cont.top .cont01 .left span {
        letter-spacing: -0.05em; }
      .footer-cont.top .cont01 .left .f-btns {
        display: inline-block;
        width: 160px;
        position: absolute;
        right: 14px;
        top: 60px;
         z-index: 3}
        .footer-cont.top .cont01 .left .f-btns a {
          display: inline-block;
          cursor: pointer;
          width: 75px;
          height: 30px;
          border: solid 1px #2a2a2a;
          font-size: 0.813rem;
          line-height: 2.154em;
          color: #b9b9b9;
          text-align: center;
          margin-right: 5px;
          letter-spacing: -0.03em; }
          .footer-cont.top .cont01 .left .f-btns a:last-of-type {
            margin-right: 0; }
  .footer-cont.top .cont02 {
    width: 100%; }
    .footer-cont.top .cont02 .cont-box {
      padding-top: 27px;
      padding-bottom: 27px; }
      .footer-cont.top .cont02 .cont-box .f-link {
        margin-top: 18px; }

/*footer*/
.footer-cont.bottom {
  position: relative; }
  .footer-cont.bottom span {
    display: block;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 0.844rem;
    line-height: 1.538em;
    color: #666;
    letter-spacing: -0.05em; }
  .footer-cont.bottom .cont01 {
    width: 100%;
    position: relative;
    z-index: 1; }
    .footer-cont.bottom .cont01 .cont-box {
      padding-top: 37px;
      padding-bottoM: 37px; }
    .footer-cont.bottom .cont01 ul {
      margin-bottom: 35px; }
      .footer-cont.bottom .cont01 ul:after {
        content: "";
        display: table;
        clear: both; }
      .footer-cont.bottom .cont01 ul li {
        float: left;
        padding: 0 8px;
        position: relative; }
        .footer-cont.bottom .cont01 ul li:after {
          content: '';
          width: 1px;
          height: 12px;
          background: #2e2e2e;
          position: absolute;
          left: 0;
          top: 2px; }
        .footer-cont.bottom .cont01 ul li:first-child {
          padding-left: 0; }
          .footer-cont.bottom .cont01 ul li:first-child:after {
            display: none; }
    .footer-cont.bottom .cont01 .line span {
      display: inline-block;
      padding-right: 6px;
      padding-bottom: 4px; }
      .footer-cont.bottom .cont01 .line span.line-feed {
        display: block; }
    .footer-cont.bottom .cont01 .line:last-of-type {
      margin-bottom: 15px; }
    .footer-cont.bottom .cont01 .f-link-btn {
      display: inline-block;
      font-size: 0.750rem;
      color: #999999;
      background: #3c3c3c;
      padding: 4px 5px; }
  .footer-cont.bottom .cont02 {
    display: none; }

.wrap {
  min-width: 100%;
  overflow: hidden; }

.container {
  min-width: 100%; }

.backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 8;
  display: none; }

.main-ttl {
  text-align: center;
  margin-bottom: 13vw; }
  .main-ttl h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 8.3vw;
    font-weight: 600px; }
  .main-ttl span {
    display: inline-block;
    margin-top: 10px;
    color: #666666;
    font-size: 3.7vw;
    line-height: 1.4em;
    word-break: keep-all; }

.main-cont {
  width: 100%;
  padding: 0 4px; }
  .main-cont:after {
    content: "";
    display: table;
    clear: both; }

.cont-slide {
  padding: 0 0px;
  position: relative; }

/*visual*/
.section-visual {
  padding: 0;
  padding-top: 60px; }

.visual-wrap {
  width: 100%;
  height: 106.7vw;
  position: relative;
  text-align: center; }
  .visual-wrap .swiper-wrapper {
    width: 100%;
    height: 106.7vw; }

.visaul-swiper {
  position: relative;
  z-index: 1; }
  .visaul-swiper > .swiper-pagination-bullets {
    bottom: 4vw; }
  .visaul-swiper .swiper-pagination-bullet {
    width: 2.1vw;
    height: 2.1vw;
    opacity: .4; }
    .visaul-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #fff !important;
      opacity: 1; }

.visual-slide {
  width: 100%;
  height: 100%; }
  .visual-slide .visual-text {
    width: 100%;
    height: 100%;
    padding: 15.3vw 0;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 2; }
    .visual-slide .visual-text h1 {
      display: inline-block;
      width: 70.7vw;
      font-size: 10.1vw;
      word-break: keep-all;
      margin-bottom: 30px; }
    .visual-slide .visual-text span {
      display: block;
      font-size: 3.6vw;
      color: #000000;
      line-height: 1.7em;
      font-weight: 300;
      letter-spacing: -0.04em; }
    .visual-slide .visual-text .btn-visual {
      margin-top: 45px;
      background: transparent;
      border: solid 1px #221e1f;
      color: #221e1f; }
  .visual-slide.dark {
    color: #221e1f; }
    .visual-slide.dark .btn-visual {
      margin-top: 45px;
      background: transparent;
      border: solid 1px #221e1f;
      color: #221e1f; }
  .visual-slide.light h1,
  .visual-slide.light span {
    color: #fff; }
  .visual-slide.light .btn-visual {
    margin-top: 45px;
    background: transparent;
    border: solid 1px #fff;
    color: #fff; }

.visual-text {
  width: 100%;
  height: 100%;
  padding: 15.3vw 0;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 2; }
  .visual-text h1 {
    display: inline-block;
    width: 70.7vw;
    font-size: 10.1vw;
    word-break: keep-all;
    margin-bottom: 30px; }
  .visual-text span {
    display: block;
    font-size: 3.6vw;
    color: #000000;
    line-height: 1.7em;
    font-weight: 300;
    letter-spacing: -0.04em; }
  .visual-text .btn-visual {
    margin-top: 45px;
    background: transparent;
    border: solid 1px #221e1f;
    color: #221e1f; }
/* visual video*/
.visual-vdo{
  width: auto; 
  height: 100%; 
  position: absolute; 
  left: 50%; 
  top: 0; 
  transform:translateX(-50%)
}
.visual-vdo video{
  height: 100%;
}
.visual-vdo-text{
  width: 100%; 
  position: absolute; 
  left:0; top: 50%;
  transform: translateY( -50%); 
  text-align: center;
}
.visual-vdo-text strong{
  font-size: 6.1vw;
  line-height: 1.5em;
  display: block; 
  color: #fff; 
  margin-bottom: 40px;
}


/*bestSeller*/
.section-bestSeller {
  padding-top: 14.7vw;
  padding-bottom: 100px; }
  .section-bestSeller .container,
  .section-bestSeller .main-cont {
    padding-right: 0; }
  .section-bestSeller .main-ttl,
  .section-bestSeller .btn-green {
    margin-left: -20px; }

.section-bestSeller .main-cont {
  text-align: center; }

.bs-swiper {
  width: 100%;
  height: auto;
  margin-bottom: 80px;
  position: relative; }
  .bs-swiper .swiper-wrapper {
    z-index: 1; }
  .bs-swiper .bs-btn {
    z-index: 3; }

.bs-slide {
  width: 54.9vw;
  height: auto;
  position: relative; }
  .bs-slide .bs-item {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    text-align: left; }
    .bs-slide .bs-item .thumb {
      width: 54.9vw;
      height: 54.9vw;
      position: relative;
      z-index: 1;
      vertical-align: bottom;
      background-color: #f8f8f8; }
      .bs-slide .bs-item .thumb img {
        display: block;
        width: 100%; 
        height: 100%; 
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
    .bs-slide .bs-item .info {
      width: 100%;
      height: auto;
      min-height: 20vw;
      margin-top: 13.3vw;
      padding-right: 20px;
      position: relative; }
      .bs-slide .bs-item .info .title {
        display: inline-block;
        font-size: 4vw;
        color: #000000;
        line-height: 1.45em;
        font-weight: 400;
        letter-spacing: -0.03em;
        word-break: keep-all; }
      .bs-slide .bs-item .info .desc {
        display: none; }
      .bs-slide .bs-item .info .rate-g {
        display: none; }
      .bs-slide .bs-item .info .price {
        display: inline-block;
        width: 100%;
        margin-top: 4vw; }
        .bs-slide .bs-item .info .price span {
          font-size: 3.2vw;
          color: #999999;
          text-decoration: line-through; }
        .bs-slide .bs-item .info .price .disc {
          font-size: 4.3vw;
          color: #ff3c00;
          text-decoration: none;
          font-weight: 600; }
        .bs-slide .bs-item .info .price .current {
          font-size: 4vw;
          color: #000000;
          text-decoration: none; }
          .bs-slide .bs-item .info .price .current b {
            font-size: 4.5vw;
            padding-right: 5px; }
  .bs-slide .badges-box {
    display: inline-block;
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    top: 59.6vw;
    z-index: 3; }
    .bs-slide .badges-box .badge {
      display: inline-block;
      vertical-align: top; }
  .bs-slide .mark {
   display: none;
  }
  .bs-slide .tools-box {
    width: 100%;
    height: auto;
    z-index: 2;
    transition: .2s;
    opacity: 1;
    background: none !important; }
  .bs-slide .tools-btn {
    width: 100%;
    text-align: left;
    z-index: 2;
    margin-top: 6.6vw; }
    .bs-slide .tools-btn button {
      display: inline-block;
      width: 9.3vw;
      height: 8.7vw;
      border: none;
      cursor: pointer;
      margin-right: 5px;
      opacity: .4; }
  .bs-slide .btn-view {
    display: none; }
  .bs-slide .btn-pay {
    background: url("../../images/icons/product_pay_bk.svg") no-repeat;
    background-size: 6.8vw;
    background-position: left bottom; }
  .bs-slide .btn-cart {
    background: url("../../images/icons/product_bag_bk.svg") no-repeat;
    background-size: 5.5vw;
    background-position: center bottom;
    margin-right: 0 !important; }

.bs-slide:hover .tools-box {
  opacity: 1; }

.bs-btn-prev,
.bs-btn-next {
  display: none; }

/*banner*/
.section-banner {
  padding: 0;
  margin-top: 57.3vw;
  background: #dce5f0; }

.section-banner .container {
  position: relative; }

.section-banner h2 {
  width: 5vw;
  height: auto;
  color: #fff;
  font-size: 5.6vw;
  font-weight: 500;
  line-height: 1.4em;
  position: absolute;
  left: 10.6vw;
  top: -40vw;
  word-break: all;
  z-index: 4; }
  .section-banner h2::before {
    content: '';
    width: 1px;
    height: 25px;
    background: #fff;
    position: absolute;
    top: -35px;
    left: 45%; }

.section-banner .banner-slide {
  width: calc( 100vw - 48px);
  height: calc( 100vw - 48px);
  position: absolute;
  top: -57.3vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;}
  .section-banner .banner-slide .swiper-slide {
    height: calc( 100vw - 48px);
    height: calc( 100vw - 48px);
    position: relative;
    overflow: hidden; }
    .section-banner .banner-slide .swiper-slide img {
      display: block;
      height: calc( 100vw - 48px);
      position: absolute;
      right: -40%;
      top: 0; }
  .section-banner .banner-slide .swiper-pagination {
    bottom: 4vw; }
    .section-banner .banner-slide .swiper-pagination .swiper-pagination-bullet {
      width: 2.1vw;
      height: 2.1vw;
      background: transparent;
      border: solid 1px #fff;
      opacity: 1; }
      .section-banner .banner-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #fff; }

.section-banner .main-cont {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  padding-top: 32vw;
  text-align: center; }

.banner-box {
  display: inline-block;
  width: 100%;
  padding-top: 12.8vw;
  padding-bottom: 12.8vw;
  text-align: center; }

.banner-ttl {
  color: #000000;
  font-size: 6.9vw;
  line-height: 1.44em;
  font-weight: 400;
  letter-spacing: -0.04em;
  margin-bottom: 8.7vw;
  width: 37.3vw;
  display: inline-block;
  word-break: keep-all; }

.point-lines:after {
  content: "";
  display: table;
  clear: both; }

.point-line {
  width: 32.2%;
  height: 87px;
  float: right;
  display: table;
  position: relative;
  text-align: center;
  padding: 3vw;
  vertical-align: middle; }
  .point-line::after {
    content: '';
    width: 1px;
    height: 8vw;
    background: #c4d2e1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
  .point-line:last-of-type {
    width: 35.6%; }
  .point-line:first-of-type::after {
    display: none; }
  .point-line span {
    position: relative;
    z-index: 2;
    font-size: 3.7vw;
    line-height: 1.38em;
    color: #444444;
    word-break: keep-all;
    display: table-cell;
    vertical-align: middle; }

.delivery-link {
  display: inline-block;
  font-size: 3.73vw;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.04em;
  color: #ba9559;
  border-bottom: solid 1px #ba9559;
  position: relative;
  margin-top: 9.3vw; }
  .delivery-link::before {
    content: '';
    width: 14.8vw;
    height: 14.8vw;
    border-radius: 50%;
    background: url("../../images/icons/subscript.svg") no-repeat;
    background-color: #ba9559;
    background-position: center center;
    background-size: 8vw;
    display: block;
    margin: 0 auto;
    margin-bottom: 2.7vw; }

/*best review*/
.section-bestReview .cont:after {
  content: "";
  display: table;
  clear: both; }

.br-swiper {
  width: 100%;
  height: auto;
  position: relative; }

.br-slide {
  background: #fff;
  opacity: 0;
  padding-bottom: 1px; }

.br-btn-next {
  width: 12px;
  height: 35px;
  background: url("../../images/icons/arr_next.svg") no-repeat;
  background-size: contain;
  transition: .25s;
  position: absolute;
  right: 0;
  top: 34.7vw;
  transform: translateY(-50%);
  z-index: 3; }
  .br-btn-next:hover {
    opacity: 1; }
  .br-btn-next::after {
    display: none; }

.br-btn-prev {
  width: 12px;
  height: 35px;
  background: url("../../images/icons/arr_prev.svg") no-repeat;
  background-size: contain;
  transition: .25s;
  position: absolute;
  left: 0;
  top: 34.7vw;
  transform: translateY(-50%);
  z-index: 3; }
  .br-btn-prev:hover {
    opacity: 1; }
  .br-btn-prev::after {
    display: none; }

.review {
  width: 100%;
  height: auto; }
  .review:after {
    content: "";
    display: table;
    clear: both; }
  .review .left,
  .review .right {
    width: 100%;
    text-align: center; }

.review-img {
  display: inline-block;
  width: 69.3vw;
  height: 69.3vw;
  border-radius: 50%;
  overflow: hidden; }

  .review-img img {
    display: block;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
  }

.review-txt strong {
  display: inline-block;
  font-weight: 400;
  color: #000000;
  width: 66.7vw;
  margin-top: 5.9vw;
  margin-bottom: 4.5vw;
  line-height: 1.4em;
  font-size: 4.5vw; }

.review-txt p {
  font-size: 3.7vw;
  line-height: 1.7em;
  font-weight: 300;
  color: #444444;
  max-height: 5.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.review-txt .underline {
  display: inline-block;
  width: auto;
  height: 20px;
  font-size: 3.5vw;
  font-weight: 400;
  color: #000000;
  position: relative;
  margin-top: 35px; }
  .review-txt .underline::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #000000;
    position: absolute;
    left: 0;
    bottom: 0; }

.review-txt .quotes::before {
  content: '';
  width: 9.5vw;
  height: 7.3vw;
  background: url("../../images/icons/quote_mint.svg") no-repeat;
  background-size: 100%;
  display: block;
  margin-right: 15px;
  margin: 0 auto;
  margin-bottom: 5.4vw; }

.review-txt .review-user {
  display: block;
  color: #000000;
  font-size: 2.9vw;
  margin-top: 10.7vw;
  margin-bottom: 2.8vw; }

.review-cont .cont02 {
  margin-top: 20vw; }

.item-left,
.item-right {
  width: 100%;
  height: auto;
  margin-bottom: 20px; }

.rv-event {
  display: block;
  width: 100%;
  height: 40vw;
  padding: 5.3vw;
  position: relative; }
  .rv-event .title {
    font-size: 4.5vw;
    line-height: 1.333em;
    font-weight: 400;
    color: #fff; }
  .rv-event .date {
    position: absolute;
    left: 5.3vw;
    bottom: 5.3vw;
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5vw;
    color: #fff; }
    .rv-event .date::before {
      content: '';
      width: 4vws;
      height: 1.5px;
      background: #fff;
      position: absolute;
      top: -10px; }

.section-insta {
  padding-top: 16vw; }

.insta-list {
  width: 100%; }
  .insta-list ul:after {
    content: "";
    display: table;
    clear: both; }
  .insta-list ul li {
    width: calc( 50% - 10px);
    height: auto;
    margin-left: 10px;
    margin-bottom: 20px;
    float: left;
    overflow: hidden; }
    .insta-list ul li:first-child {
      width: 100%;
      margin-left: 0; }
    .insta-list ul li:nth-child(2n) {
      margin-right: 10px;
      margin-left: 0; }
    .insta-list ul li a {
      display: block;
      width: 100%;
      height: auto;
      position: relative; }
      .insta-list ul li a::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 2;
        opacity: 0;
        transition: .25s ease-in-out; }
      .insta-list ul li a img {
        display: block;
        width: 100%;
        position: relative;
        z-index: 1; }
      .insta-list ul li a:hover::after {
        opacity: 1; }
    .insta-list ul li:last-child {
      margin-right: 0; }

/*benefit*/
.section-benefit{
  display: none;
}
.section-benefit.mobile {
  display: block;
  padding-top: 12.7vw;
  padding-bottom: 85px; }

.benefit-title {
  width: 50vw;
  margin: 0 auto;
  text-align: center; }
  .benefit-title .underline {
    display: inline-block;
    font-size: 6.9vw;
    line-height: 1.4em;
    height: auto;
    position: relative;
    margin-top: 0; }
    .benefit-title .underline::after {
      content: '';
      width: 100%;
      height: 2px;
      background: #000000;
      position: absolute;
      left: 0;
      bottom: 0; }

.benefit-list {
  padding: 0;
  width: 64vw;
  height: 64vw;
  text-align: center;
  margin: 0 auto;
  margin-top: 10vw;
  position: relative; }
  .benefit-list ul {
    width: auto; }
    .benefit-list ul li {
      display: block;
      width: 64vw;
      height: 64vw;
      border-radius: 50%;
      padding-top: 34.7vw;
      color: #fff;
      font-size: 4.8vw;
      line-height: 1.45em; }
      .benefit-list ul li.benefit01 {
        background: url("../../images/icons/benefit_m_01.svg") no-repeat;
        background-position: center 11.3vw;
        background-size: 19.3vw;
        background-color: #000000; }
      .benefit-list ul li.benefit02 {
        background: url("../../images/icons/benefit_m_02.svg") no-repeat;
        background-position: center 11.3vw;
        background-size: 17.3vw;
        background-color: #000000; }
      .benefit-list ul li.benefit03 {
        background: url("../../images/icons/benefit_m_03.svg") no-repeat;
        background-position: center 11.3vw;
        background-size: 20.3vw;
        background-color: #000000; }
      .benefit-list ul li.benefit04 {
        background: url("../../images/icons/benefit_m_04.svg") no-repeat;
        background-position: center 11.3vw;
        background-size: 19.3vw;
        background-color: #000000; }
  .benefit-list .swiper-pagination {
    bottom: 5.3vw; }
  .benefit-list .swiper-pagination-bullet {
    background: #4d4d4d;
    opacity: 1; }
    .benefit-list .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #fff; }

.cont-header {
  position: relative;
  margin-bottom: 10px;
}
.cont-header .page-sort-list{
  display: none;
}
.cont-header .page-sort{
  min-width: 100px;
}
  .cont-header:after {
    content: "";
    display: block;
    clear: both; }
  .cont-header .cont-ttl {
    color: #222222;
    font-weight: 400;
    font-size: 4vw;
    line-height: 35px;
    display: inline-block; }
  .cont-header .cont-ttl > b {
    color: #cdaa72;
    font-weight: 500; }
  .cont-header .left span {
    font-size: 3.6vw;
    line-height: 35px;
    color: #444444; }
    .cont-header .left span b {
      color: #103821;
      font-family: 'Noto Sans KR';
      font-weight: 500; }
  .cont-header .noti {
    font-size: .813rem;
    color: #666666;
    vertical-align: bottom;
    margin-top: 6px; }
  .cont-header span.date {
    font-size: .925rem;
    color: #cdaa72;
    display: block;
    margin-bottom: 15px; }
  .cont-header .ttl-sub {
    font-size: 1.125rem;
    color: #444444;
    display: inline-block;
    margin-top: 18px;
    margin-bottom: 10px; }
  .cont-header .btn-newAddr {
    float: right; }

.cont-footer.center {
  text-align: center; }

.cont-footer .dot {
  margin-bottom: 10px; }

.cont-footer .pagination {
  padding-top: 40px; }

.cont-footer span {
  font-size:3.2vw;
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 1.6em;
  font-weight: 400;
  color: #666666;
  word-break: keep-all; }

.cont-footer button.ml-10 {
  display: block;
  margin-top: 10px;
  margin-left: 0 !important; }

.page-header .cont-header {
  border-bottom: solid 1px #e9e9e9;
  background: #fafafa;
  padding: 0 20px; 
  margin-bottom: 0; 
  height: 50px; 
  line-height: 50px;
}

.page-header .cont-body.border-thick {
  border: none; }

.sub-cont .heading {
  width: 100%;
  margin-bottom: 20px; }
  .sub-cont .heading:after {
    content: "";
    display: table;
    clear: both; }
  .sub-cont .heading h2 {
    font-size: 4.3vw;
    font-weight: 500;
    line-height: 1;
    color: #221e1f;
    float: left; }
  .sub-cont .heading button {
    float: right; }

.sub-cont:after {
  content: "";
  display: table;
  clear: both; }

.cont-body {
  margin-bottom: 20px; }

.cont-body.border {
  border-top: solid 1px #000; }

.cont-body.border-thick {
  border-top: solid 1px #000; }

.cont-header::after {
  content: '';
  display: block;
  clear: both; }

.cont-ttl {
  color: #222222;
  font-weight: 500;
  font-size: 4vw;
  display: block; }

.cont-ttl > b {
  color: #cdaa72;
  font-weight: 500; }

.sub-cont-half .cont-ttl {
  font-size: 3.7vw; }

.section-product {
  letter-spacing: -0.02em; }
  .section-product .sub-container {
    padding: 0; }
  .section-product .sub-cont .product.left {
    width: 100%;
    height: 96vw; }
  .section-product .sub-cont .product.right {
    width: 100%;
    padding-top: 8vw; }
  .section-product .left {
    position: relative; }
    .section-product .left .gallery-top {
      width: 100%;
      height: 100%;
      background: #f8f8f8;
      position: relative; }
      .section-product .left .gallery-top img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
      .section-product .left .gallery-top .swiper-pagination {
        bottom: 5.3vw; }
        .section-product .left .gallery-top .swiper-pagination .swiper-pagination-bullet {
          background: #000;
          opacity: .4; }
          .section-product .left .gallery-top .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            opacity: 1; }
    .section-product .left .thumb-gallery {
      display: none; }
  .section-product .right {
    padding: 0 20px; }
    .section-product .right .share {
      display: none; }
    .section-product .right .badges-box {
      margin-bottom: 20px; }
    .section-product .right .pro-title {
      margin-bottom: 30px; }
      .section-product .right .pro-title .title {
        font-size: 5.1vw;
        color: #000000;
        font-weight: 500;
        display: block;
        margin-bottom: 15px;
        line-height: 1.4}
      .section-product .right .pro-title .desc {
        display: none; }
      .section-product .right .pro-title .rate {
        display: inline-block;
        margin-bottom: 10.1vw;
        font-size: 3.5vw;
        font-weight: 600; }
      .section-product .right .pro-title .review {
        font-size: 3.5vw;
        font-weight: 500;
        padding-left: 13px; }
        .section-product .right .pro-title .review span{
          font-weight: 600; }
      .section-product .right .pro-title .price {
        display: block;
        font-size: 3.5vw;
        color: #000; }
        .section-product .right .pro-title .price .current {
          font-size: 4.8vw;
          padding-left: 4vw; }
          .section-product .right .pro-title .price .current b {
            font-size: 5.9vw;
            font-weight: 800; }
    .section-product .right .pro-price {
      width: 100%;
      border-top: solid 2px #1f1f1f;
      border-bottom: solid 1px #e9e9e9;
      padding-top: 30px;
      margin-bottom: 8vw; }
      .section-product .right .pro-price > div {
        margin-bottom: 18px; }
        .section-product .right .pro-price > div:after {
          content: "";
          display: table;
          clear: both; }
      .section-product .right .pro-price strong {
        float: left;
        width: 22vw;
        font-size: 3.6vw;
        color: #222222;
        font-weight: 400; }
      .section-product .right .pro-price span {
        float: left;
        font-size: 3.6vw;
        font-weight: 400;
        color: #222222;
        font-family: 'Noto Sans KR', sans-serif; }
      .section-product .right .pro-price .point {
        font-weight: inherit;
        color: #ff3c00; }
      .section-product .right .pro-price .price span {
        font-family: 'Open Sans', sans-serif;
        font-size: 3.2vw;
        color: #999999;
        text-decoration: line-through;
        vertical-align: bottom;
        font-weight: 400; }
        .section-product .right .pro-price .price span.current {
          font-family: 'Open Sans', sans-serif;
          font-size: 3.7vw;
          font-weight: 400;
          color: #000000;
          text-decoration: none;
          vertical-align: bottom;
          margin-top: -3px; }
          .section-product .right .pro-price .price span.current b {
            padding: 0 5px;
            font-size: 4vw;
            font-weight: 700;
            vertical-align: bottom; }
      .section-product .right .pro-price .delivery .arrow {
        width: 3.2vw;
        height: 13px;
        float: right;
        position: relative;
        background: transparent; }
        .section-product .right .pro-price .delivery .arrow::after {
          content: url("../../images/icons/angle_down.png");
          position: absolute;
          left: 0;
          top: -5px; }
        .section-product .right .pro-price .delivery .arrow.open::after {
          transform: rotate(180deg); }
      .section-product .right .pro-price .dropdown-box {
        display: none;
        padding: 2.5vw 4vw;
        background: #f3f3f3; }
        .section-product .right .pro-price .dropdown-box span {
          font-size: 2.9vw;
          letter-spacing: -0.03em; }
        .section-product .right .pro-price .dropdown-box .dot::before {
          margin-right: 3px; }
    .section-product .right .pro-pop {
      width: 100%;
      position: fixed;
      left: 0;
      bottom: -100%;
      background: #fff;
      z-index: 11;
      padding: 0 20px;
      padding-top: 8vw;
      padding-bottom: 20vw;
      opacity: 0;
      transition: .2s ease-in-out .05s; }
      .section-product .right .pro-pop.open {
        opacity: 1;
        bottom: 0; }
      .section-product .right .pro-pop .heading {
        margin-bottom: 8vw; }
        .section-product .right .pro-pop .heading:after {
          content: "";
          display: table;
          clear: both; }
        .section-product .right .pro-pop .heading strong {
          font-size: 4vw;
          color: #222222; }
        .section-product .right .pro-pop .heading .close {
          width: 4.9vw;
          height: 4.9vw;
          background: url(../../images/icons/header_close_bk.svg) no-repeat;
          background-size: 4.5vw;
          background-position: center center; }
      .section-product .right .pro-pop .pro-select {
        position: relative;
        margin-bottom: 4vw; }
        .section-product .right .pro-pop .pro-select .selected-list {
          margin-top: 13px;
          background: #f4f4f4;
          border-bottom: solid 1px #e9e9e9; }
          .section-product .right .pro-pop .pro-select .selected-list .item {
            padding: 10px 12px; }
            .section-product .right .pro-pop .pro-select .selected-list .item:first-of-type {
              border-top: solid 1px #e9e9e9; }
            .section-product .right .pro-pop .pro-select .selected-list .item strong {
              display: block;
              width: 100%;
              font-size: .875rem;
              font-weight: 400;
              color: #222222;
              margin-bottom: 12px;
              margin-top: 7px; }
            .section-product .right .pro-pop .pro-select .selected-list .item > div:after {
              content: "";
              display: table;
              clear: both; }
            .section-product .right .pro-pop .pro-select .selected-list .item .right {
              padding: 0; }
              .section-product .right .pro-pop .pro-select .selected-list .item .right span {
                vertical-align: baseline;
                font-weight: 400;
                font-size: 3.5vw;
                padding-right: 5px; }
                .section-product .right .pro-pop .pro-select .selected-list .item .right span b {
                  font-weight: 700;
                  padding-right: 3px;
                  font-size: 3.5vw; }
              .section-product .right .pro-pop .pro-select .selected-list .item .right .del {
                vertical-align: bottom;
                width: 20px;
                height: 17px;
                margin-top: 3px;
                background: none;
                padding: 0;
                border: none;
                background: url(../../images/icons/header_close_bk.svg) no-repeat;
                background-size: 12px;
                background-position: center center; }
          .section-product .right .pro-pop .pro-select .selected-list .ea-count {
            width: 95px;
            height: 25px;
            padding: 0 25px; }
            .section-product .right .pro-pop .pro-select .selected-list .ea-count button {
              width: 25px; }
      .section-product .right .pro-pop .pro-total:after {
        content: "";
        display: table;
        clear: both; }
      .section-product .right .pro-pop .pro-total strong {
        float: left;
        font-size: 4vw;
        font-weight: 400;
        color: #222222; }
      .section-product .right .pro-pop .pro-total span {
        float: right;
        font-size: 5.1vw;
        color: #ff3300;
        vertical-align: baseline; }
        .section-product .right .pro-pop .pro-total span b {
          font-size: 5.1vw;
          font-weight: 700; }
      .section-product .right .pro-pop .pro-btns {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #fff;
        border-top: solid 1px #e9e9e9;
        padding: 9px 16px; }
        .section-product .right .pro-pop .pro-btns:after {
          content: "";
          display: table;
          clear: both; }
      .section-product .right .pro-pop .pro-npay {
        margin-top: 20vw;
        width: 100%; }
    .section-product .right .pro-btns {
      width: 100%;
      height: 16vw;
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 7;
      background: #fff;
      border-top: solid 1px #e9e9e9;
      padding: 9px 16px; }
      .section-product .right .pro-btns:after {
        content: "";
        display: table;
        clear: both; }
      .section-product .right .pro-btns .shares {
        float: left;
        width: 8%;
        height: 10.77vw;
        margin-right: 5%;
        background: url("../../images/icons/share.svg") no-repeat;
        background-size: 5.9vw;
        background-position: center center; }
      .section-product .right .pro-btns .cart {
        float: left;
        width: 10%;
        height: 10.77vw;
        border: none;
        margin-right: 5%;
        background: url("../../images/icons/product_subscript_bk.svg") no-repeat;
        background-size: 6.8vw;
        background-position: center center;
        background-color: #fff; }
      .section-product .right .pro-btns .btn-lg {
        float: left;
        width: 35%;
        height: 10.77vw;
        line-height: 10.77vw;
        margin-left: 1%; }

.section-event {
  margin-bottom: 30px;
position: relative; }
  .section-event .sub-container {
    padding: 0; }
    .section-event .banner {
      width: 100%;
      height: 18.7vw; }
      .section-event .banner-txt {
        width: 100%;
        text-align: center;
        position: absolute; 
        left: 50%; 
        top: 50%; 
        transform: translate(-50%, -50%);
        font-size: 3.7vw;
        line-height: 1.4em;
        color: #fff; }
  

.section-tab-btns {
  background: #fff; }
  .section-tab-btns.fixed {
    width: 100%;
    position: fixed;
    top: 60px;
    left: 0;
    margin-left: 0;
    z-index: 7; }
  .section-tab-btns .sub-container {
    padding: 0; }
  .section-tab-btns .pro-tab {
    width: 100%;
    text-align: center;
    border-top: solid 1px #f6f6f6;
    border-bottom: solid 1px #e9e9e9; }
    .section-tab-btns .pro-tab:after {
      content: "";
      display: table;
      clear: both; }
    .section-tab-btns .pro-tab a {
      width: 33.3%;
      float: left;
      line-height: 16vw;
      font-size: 3.8vw;
      font-weight: 400;
      color: #999999; }
      .section-tab-btns .pro-tab a.active {
        color: #000000; }
      .section-tab-btns .pro-tab a span {
        display: none; }

.section-info .pro-panels > .panel {
  padding-top: 60px; }

.section-info .img-conents {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 80px; }
  .section-info .img-conents img {
    display: inline-block;
    width: auto;
    max-width: 100%; }

.section-info .box {
  margin-top: 5.3vw;
  margin-bottom: 6.8vw;
  padding: 8vw 5.3vw;
  background: #f3f3f3; }
  .section-info .box:after {
    content: "";
    display: table;
    clear: both; }
  .section-info .box .left {
    display: none; }
  .section-info .box .right {
    float: left; }
  .section-info .box strong {
    font-size: 3.2vw;
    font-weight: 400;
    color: #221e1f;
    margin-right: 10px;
    vertical-align: sub; }
    .section-info .box strong b {
      font-weight: 400;
      color: #ff3c00; }
  .section-info .box button {
    width: 22vw;
    height: 8vw;
    font-size: 3.2vw;
    color: #fff;
    float: right;
    background: #444444;
    margin-right: 10px; }
  .section-info .box .rate::after {
    top: 8px; }
  .section-info .box .rate b {
    color: #221e1f;
    font-size: 5.9vw;
    font-weight: 600;
    padding-left: .7vw;
    font-family: 'Montserrat', sans-serif;
    vertical-align: -webkit-baseline-middle; }

.section-info .review-btns {
  padding-bottom: 5.3vw;
  border-bottom: solid 1px #1f1f1f; }
  .section-info .review-btns:after {
    content: "";
    display: table;
    clear: both; }
  .section-info .review-btns a {
    float: left;
    padding: 0 12px;
    font-size: 3.5vw;
    color: #999999;
    line-height: 1;
    position: relative;
    transition: .2s; }
    .section-info .review-btns a::after {
      content: '';
      width: 1px;
      height: 3vw;
      background: #dcdcdc;
      position: absolute;
      right: 0;
      top: 1px; }
    .section-info .review-btns a:first-of-type {
      padding-left: 0; }
    .section-info .review-btns a:last-of-type::after {
      display: none; }
    .section-info .review-btns a:hover, .section-info .review-btns a.active {
      color: #000; }

.section-info .review-list {
  width: 100%; }
  .section-info .review-list li {
    padding: 30px 0;
    border-bottom: solid 1px #e5e5e5; }
    .section-info .review-list li.photo {
      position: relative; }
      .section-info .review-list li.photo .thumb {
        width: 20.3vw;
        height: 20.3vw;
        margin-bottom: 8.0vw;
        position: relative;
        overflow: hidden;
      }
        .section-info .review-list li.photo .thumb img {
          display: block;
          min-width: 100%;
          min-height: 100%;
          max-height: 100%;
          position: absolute;
          left: 50%; 
          top: 50%;
          transform: translate(-50%, -50%);
          z-index: 1; }
        .section-info .review-list li.photo .thumb span {
          position: absolute;
          z-index: 1;
          right: 0;
          bottom: 0;
          background: rgba(0, 0, 0, 0.7);
          color: #fff;
          font-size: .75rem;
          padding: 4px 6px; }
    .section-info .review-list li .content {
      width: 100%;
      position: relative;
      letter-spacing: -0.03em;
      position: relative; }
      .section-info .review-list li .content span {
        display: block; }
      .section-info .review-list li .content .rate {
        margin-bottom: 3.7vw;
        font-size: .875rem;
        color: #221e1f; }
      .section-info .review-list li .content strong {
        display: none; }
      .section-info .review-list li .content .text {
        font-size: 3.8vw;
        font-weight: 400;
        line-height: 1.5rem;
        height: auto;
        max-height: 4.5rem;
        color: #666666;
        
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-bottom: 30px; }
        .section-info .review-list li .content .text span {
          display: none; }
      .section-info .review-list li .content .underline {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 8vw;
        background: #fff;
        color: #666666;
        font-size: 3.7vw;
        padding-bottom: 5px; }
        .section-info .review-list li .content .underline::after {
          background: #666; }
      .section-info .review-list li .content .photos {
        margin-bottom: 30px;
        display: none; }
        .section-info .review-list li .content .photos img {
          display: block;
          margin-bottom: 10px;
          max-width: 100%; }
      .section-info .review-list li .content .desc {
        font-size: 3.2vw; }
        .section-info .review-list li .content .desc span {
          display: inline-block;
          margin-right: 12px;
          font-weight: 300;
          color: #222222; }
      .section-info .review-list li .content.open .text {
        max-height: 100%;
        display: block;
        -webkit-line-clamp: none;
        -webkit-box-orient: vertical; }
      .section-info .review-list li .content.open::after {
        transform: rotate(180deg); }

  .section-info .review-panel .pagination {
    margin-top: 13.3vw;
    text-align: center; }
    .section-info .review-panel .pagination .list {
      display: none; }

.section-info .panel-noti .sub-cont:first-of-type {
  border-bottom: solid 1px #e5e5e5; }

.section-info .panel-noti .sub-cont .btn-heading {
  margin-bottom: 0;
  height: 13.3vw; }
  .section-info .panel-noti .sub-cont .btn-heading:after {
    content: "";
    display: table;
    clear: both; }
  .section-info .panel-noti .sub-cont .btn-heading h2 {
    line-height: 13.3vw;
    float: left; }
  .section-info .panel-noti .sub-cont .btn-heading button {
    float: right;
    width: 5vw;
    height: 5vw;
    margin-top: 4.2vw;
    background: url("../../images/icons/plus_bk.png") no-repeat;
    background-size: 4vw;
    background-position: center center; }

.section-info .panel-noti .sub-cont .inner {
  padding-top: 15px;
  display: none; }

.section-info .panel-noti .sub-cont.open .btn-heading button {
  background: url("../../images/icons/minus_bk.png") no-repeat;
  background-size: 4vw;
  background-position: center center; }

.section-info .tb {
  width: 100%;
  margin-bottom: 10px; }
  .section-info .tb .tr {
    width: 100%;
    height: auto;
    margin-bottom: 20px; }
    .section-info .tb .tr .th {
      width: 100%;
      font-size: 3.5vw;
      line-height: 1.929em;
      font-weight: 400;
      color: #444444; }
    .section-info .tb .tr .td {
      width: 100%; }
      .section-info .tb .tr .td span {
        display: inline-block;
        min-width: calc( 100% - 7px);
        font-size: 3.3vw;
        font-family: 'Noto Sans KR', sans-serif;
        line-height: 1.583em;
        font-weight: 400;
        color: #666666; }

.section-subbestSeller {
  padding-top: 60px;
  padding-bottom: 26.7vw; }
  .section-subbestSeller .sub-container {
    padding-right: 0; }
  .section-subbestSeller .inner {
    position: relative; }
  .section-subbestSeller .sub-bs-swiper {
    padding-top: 45px;
    position: relative;
    top: -45px; }
    .section-subbestSeller .sub-bs-swiper .swiper-slide {
      width: 32.9vw;
      float: left; }
      .section-subbestSeller .sub-bs-swiper .swiper-slide .thumb {
        width: 100%;
        height: 40vw;
        margin-bottom: 40px;
        position: relative; }
        .section-subbestSeller .sub-bs-swiper .swiper-slide .thumb img {
          display: inline-block;
          width: 100%; 
          position: absolute;
          left: 50%;
          bottom: 0;
          transform: translateX(-50%); }
      .section-subbestSeller .sub-bs-swiper .swiper-slide .info {
        text-align: left;
        height: 16vw; }
        .section-subbestSeller .sub-bs-swiper .swiper-slide .info .title {
          display: block;
          font-size: 3.7vw;
          line-height: 1.4em;
          color: #000;
          font-weight: 400;
          word-break: keep-all;
          margin-bottom: 10px; }
      .section-subbestSeller .sub-bs-swiper .swiper-slide .tools-box {
        width: 100%;
        height: auto;
        z-index: 2;
        transition: .2s;
        opacity: 1;
        background: none !important; }
      .section-subbestSeller .sub-bs-swiper .swiper-slide .tools-btn {
        width: 100%;
        text-align: left;
        z-index: 2;
        margin-top: 6.9vw; }
        .section-subbestSeller .sub-bs-swiper .swiper-slide .tools-btn button {
          display: inline-block;
          width: 9.3vw;
          height: 8.7vw;
          border: none;
          cursor: pointer;
          margin-right: 5px;
          opacity: .4; }
      .section-subbestSeller .sub-bs-swiper .swiper-slide .btn-view {
        display: none; }
      .section-subbestSeller .sub-bs-swiper .swiper-slide .btn-pay {
        background: url("../../images/icons/product_pay_bk.svg") no-repeat;
        background-size: 6.8vw;
        background-position: left bottom; }
      .section-subbestSeller .sub-bs-swiper .swiper-slide .btn-cart {
        background: url("../../images/icons/product_bag_bk.svg") no-repeat;
        background-size: 5.5vw;
        background-position: center bottom;
        margin-right: 0 !important; }
    .section-subbestSeller .sub-bs-swiper .bs-btn-next,
    .section-subbestSeller .sub-bs-swiper .bs-btn-prev {
      display: none; }

.section-btn {
  display: none; }

@media (max-width: 1280px) {
  .section-product.fixed .product.left {
    left: 0; }
  .section-tab-btns.fixed {
    left: 0; } }

/*store*/
.section-sub-visual {
  position: relative;
  height: 150px; }
  .section-sub-visual .sub-container{
    display: inline-block;
      width: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 4;
  }
 
    .section-sub-visual .visual-cont h1 {
      width: auto;
      font-size: 4.625rem;
      color: #fff;
      margin-bottom: 40px; }
    .section-sub-visual .visual-cont span {
      font-size: 1.625rem;
      font-weight: 300;
      color: #fff; }


  .section-sub-visual .visual-cont {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 20px;
    text-align: left; }
    .section-sub-visual .visual-cont h1 {
      display: inline-block;
      width: auto;
      font-size: 7.7vw;
      color: #fff;
      margin-bottom: 3.5vw;
      font-weight: 500; }
    .section-sub-visual .visual-cont span {
      display: block;
      font-size: 3.8vw;
      font-weight: 400;
      line-height: 1.3em;
      color: #fff;
      opacity: .8; }
    .section-sub-visual .visual-cont .store-select {
      display: inline-block;
      opacity: 1;
      vertical-align: top;
      position: relative;
      margin-left: 11px; }
      .section-sub-visual .visual-cont .store-select::before {
        content: "\e9c9";
        color: #fff;
        font-family: 'icomoon';
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        line-height: 7.4vw; }
    .section-sub-visual .visual-cont .store-link {
      width: 6.9vw;
      height: 6.9vw;
      border-radius: 50%;
      border: solid 1px #898b8b;
      background: none;
      color: #fff;
      vertical-align: top;
      font-weight: bold;
      color: transparent;
      position: relative; }

.cont-menu {
  height: 51px;
  padding-left: 20px;
  border-bottom: solid 1px #e1e1e1;
  position: relative; }
  .cont-menu .menu-tab {
    height: 52px;
    position: relative;
    z-index: 1; }
    .cont-menu .menu-tab .swiper-slide {
      display: inline-block;
      width: auto;
      text-align: center; }
      .cont-menu .menu-tab .swiper-slide a {
        display: inline-block;
        width: auto;
        font-size: 3.9vw;
        color: #999999;
        line-height: 49px;
        transition: .2s; }
        .cont-menu .menu-tab .swiper-slide a.active {
          color: #000000;
          border-bottom: solid 2px #353535; }
  .cont-menu .mn-btn-prev,
  .cont-menu .mn-btn-next {
    display: none; }

#store {
  padding-bottom: 120px; }

#store .section-sub-visual {
  width: 100%;
  background: url("../../images/sub/store_visual.png");
  background-size: cover;
  background-position: center center; }


  .sub-visual-slide{
    width: 100%; 
    height: 100%; 
    position: absolute; 
    left: 0; top: 0; 
    z-index: 1;
  }
  .sub-visual-slide > .swiper-pagination-bullets{
    bottom: 10px;
  }
  .sub-visual-slide .swiper-pagination-bullet {
    opacity: .4;
  }
  .sub-visual-slide  .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #fff; 
    opacity: 1;
  }
.sub-section.section-bestSeller {
  padding-top: 13.3vw;
  padding-bottom: 0; }
  .sub-section.section-bestSeller .sub-container {
    padding-right: 0; }

.sub-ttl {
  text-align: center;
  margin-bottom: 10.7vw; }
  .sub-ttl h2 {
    font-size: 6.7vw;
    font-weight: 400;
    color: #000000;
    line-height: 8.8vw; }

.section-event .rv-event {
  width: 100%;
  height: 42.4vw;
  display: table;
  background-size: 129% !important;
  background-position: 0 top !important; 
  position: relative; 

}
.rv-event-bg{
  position: absolute; 
  left: 0; top: 0; 
  width: 100%; 
  height: 100%; 
  z-index: 1;
}
  .section-event .rv-event .title {
    font-size: 4.5vw;
    line-height: 1.333em;
    font-weight: 400;
    color: #fff;
    text-align: left;
    position: relative;
    z-index: 2; 
  }
  .section-event .rv-event .date {
    display: block;
    position: absolute;
    left: 5.3vw;
    bottom: 5.3vw;
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5vw;
    color: #fff; 
    z-index: 2;
  }

.section-list .tool:after {
  content: "";
  display: table;
  clear: both; }

.section-list .tool .count {
  font-size: 3.8vw;
  color: #888888;
  line-height: 35px; }
  .section-list .tool .count b {
    padding: 0 5px;
    color: #221e1f;
    font-weight: 400; }

.section-list .tool .page-sort-list {
  display: none; }

.section-list .tool .page-sort {
  width: 100px;
  display: inline-block; }

.section-list .pro-list {
  padding-top: 24px; }
  .section-list .pro-list ul {
    width: 100%; }
    .section-list .pro-list ul:after {
      content: "";
      display: table;
      clear: both; }
    .section-list .pro-list ul li {
      width: calc( 50% - 10px);
      height: auto;
      float: left;
      margin-right: 20px;
      margin-bottom: 8.0vw; }
      .section-list .pro-list ul li:nth-child(2n) {
        margin-right: 0; }
      .section-list .pro-list ul li .pro-item {
        display: block;
        width: 100%;
        height: 100%;
        position: relative; }
        .section-list .pro-list ul li .pro-item .thumb {
          width: 42vw;
          height: 42vw;
          z-index: 1;
          position: relative; 
        }
          .section-list .pro-list ul li .pro-item .thumb img {
            display: block;
            width: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 2; }
            .section-list .pro-list ul li .pro-item .thumb img.hover-img{
              display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    opacity: 0;
    transition: .2s;
            }
            /* .section-list .pro-list ul li .pro-item .thumb:hover img.hover-img{
              opacity: 1;
            } */
        .section-list .pro-list ul li .pro-item .info {
          width: 100%;
          height: auto;
          padding-top: 4.5vw;
          text-align: left;
          position: relative; }
          .section-list .pro-list ul li .pro-item .info .title {
            display: inline-block;
            font-size: 4vw;
            color: #000000;
            line-height: 1.45em;
            font-weight: 400;
            letter-spacing: -0.03em;
            word-break: keep-all; }
          .section-list .pro-list ul li .pro-item .info .rate-g {
            display: none; }
          .section-list .pro-list ul li .pro-item .info .price {
            display: inline-block;
            width: 100%;
            margin-top: 4vw; }
            .section-list .pro-list ul li .pro-item .info .price span {
              font-size: 3.2vw;
              color: #999999;
              text-decoration: line-through; }
            .section-list .pro-list ul li .pro-item .info .price .disc {
              display: none; }
            .section-list .pro-list ul li .pro-item .info .price .current {
              font-size: 4vw;
              color: #000000;
              text-decoration: none; }
              .section-list .pro-list ul li .pro-item .info .price .current b {
                font-size: 4.5vw;
                padding-right: 5px; }
      .section-list .pro-list ul li .tools-box {
        width: 100%;
        height: auto;
        z-index: 2;
        transition: .2s;
        opacity: 1;
        background: none !important; }
      .section-list .pro-list ul li .tools-btn {
        width: 100%;
        text-align: left;
        z-index: 2;
        margin-top: 5.6vw; }
        .section-list .pro-list ul li .tools-btn button {
          display: inline-block;
          width: 9.3vw;
          height: 8.7vw;
          border: none;
          cursor: pointer;
          margin-right: 5px;
          opacity: .4; }
      .section-list .pro-list ul li .btn-view {
        display: none; }
      .section-list .pro-list ul li .btn-pay {
        background: url("../../images/icons/product_pay_bk.svg") no-repeat;
        background-size: 6.8vw;
        background-position: left bottom; }
      .section-list .pro-list ul li .btn-cart {
        background: url("../../images/icons/product_bag_bk.svg") no-repeat;
        background-size: 5.5vw;
        background-position: center bottom;
        margin-right: 0 !important; }
  .section-list .pro-list .pagination {
    text-align: center;
    padding-top: 5vw; }
    .section-list .pro-list .pagination .list {
      display: none; }
    .section-list .pro-list .pagination .btn-lg {
      display: inline-block; }

#beauty,
#life,
#health {
  padding-bottom: 120px; }

#beauty .section-sub-visual {
  width: 100%;
  background: url("../../images/sub/beauty_visual.png");
  background-size: cover;
  background-position: center center; }

#beauty .section-list {
  padding-top: 13.3vw; }

/*cart*/
.sub-section.section-benefit {
  display: none; }

.sub-ttl {
  text-align: center;
  margin-bottom: 40px; }
  .sub-ttl h1, .sub-ttl h2 {
    font-weight: 500; }
  .sub-ttl span {
    display: inline-block;
    margin-top: 10px;
    color: #666666;
    font-size: 3.7vw; }

.section-cart-heading {
  display: none; }

.section-cartlist .sub-container {
  padding: 0; }

.table-custom {
  position: relative; }
  .table-custom .table-header {
    display: none; }
  .table-custom .table-body {
    margin-bottom: 20px; }
  .table-custom .thead {
    height: 50px;
    background: #fafafa;
    padding: 0 20px; }
  .table-custom .tr {
    display: block;
    width: 100%;
    border-bottom: solid 1px #e2e2e2; }
    .table-custom .tr .td {
      display: block;
      width: 100%;
      position: relative; }
    .table-custom .tr .th {
      font-weight: 400; }

.list-table {
  width: 100%;
  display: block; }
  .list-table .tbody {
    padding: 0 20px; }
  .list-table .tr {
    padding-top: 30px;
    padding-bottom: 30px; }
    .list-table .tr.thead {
      padding: 0 20px; }
      .list-table .tr.thead span {
        display: inline-block;
        width: auto;
        height: 50px;
        vertical-align: top;
        font-size: 4vw;
        line-height: 50px;
        padding-left: 5px;
        color: #222222; }
        .list-table .tr.thead span b {
          color: #cdaa72; }
    .list-table .tr .th-1 {
      display: inline-block;
      width: auto;
      height: 50px;
      position: relative; }
      .list-table .tr .th-1 label {
        margin-top: 14px; }
    .list-table .tr .th-2,
    .list-table .tr .th-3,
    .list-table .tr .th-4,
    .list-table .tr .th-5 {
      display: none; }
    .list-table .tr .td-1 {
      margin-bottom: 11px;
      height: 22px; }
      .list-table .tr .td-1 .del {
        width: 24px;
        height: 24px;
        border: none;
        background: url("../../images/icons/header_close_bk.svg") no-repeat;
        background-size: 4vw;
        background-position: center center;
        float: right;
        margin-right: -2px;
        opacity: .7; }
    .list-table .tr .td-2 {
      width: 100%;
      display: table;
      margin-bottom: 20px; }
      .list-table .tr .td-2 .thumb {
        display: table-cell;
        width: 21.3vw;
        height: 21.3vw; }
        .list-table .tr .td-2 .thumb img {
          display: block;
          width: 100%; }
      .list-table .tr .td-2 .info {
        display: none; }
      .list-table .tr .td-2 .info-m {
        display: table-cell;
        vertical-align: middle;
        padding-left: 4vw;
        padding-right: 3.3vw;
        text-align: left; }
        .list-table .tr .td-2 .info-m strong {
          display: block;
          font-size: 3.7vw;
          font-weight: 400;
          line-height: 1.35em;
          color: #000;
          margin-bottom: 10px;
          word-break: keep-all;
          letter-spacing: -0.03em; }
        .list-table .tr .td-2 .info-m span {
          color: #999999;
          font-size: 3.4vw;
          font-weight: 400;
          padding-right: 6px; }
        .list-table .tr .td-2 .info-m .price {
          display: block;
          margin-bottom: 17px; }
          .list-table .tr .td-2 .info-m .price .origin {
            text-decoration: line-through; }
          .list-table .tr .td-2 .info-m .price .current {
            color: #ff3c00;
            font-size: 4vw;
            font-weight: 400; }
            .list-table .tr .td-2 .info-m .price .current b {
              font-size: 4.5vw;
              font-weight: 700;
              padding-right: 1px; }
    .list-table .tr .td-3, .list-table .tr .td-4 {
      display: none; }
    .list-table .tr .td-5:after {
      content: "";
      display: table;
      clear: both; }
    .list-table .tr .td-5 button {
      width: calc( 50% - 5px);
      height: 45px; }
      .list-table .tr .td-5 button:first-of-type {
        float: left; }
      .list-table .tr .td-5 button:last-of-type {
        float: right; }
  .list-table .table-footer {
    display: none; }

.price-table .cart-list {
  background: #fafafa;
  padding: 20px; }
  .price-table .cart-list:after {
    content: "";
    display: table;
    clear: both; }

.price-table .thead {
  padding: 0; }

.price-table .tr {
  border-bottom: none;
  width: 50%;
  float: left;
  text-align: right; }
  .price-table .tr.thead {
    text-align: left; }
    .price-table .tr.thead .th {
      font-weight: 300; }
  .price-table .tr.tfoot {
    width: 100%;
    border-top: solid 1px #e2e2e2;
    margin-top: 5px;
    padding-top: 20px; }
    .price-table .tr.tfoot:after {
      content: "";
      display: table;
      clear: both; }
    .price-table .tr.tfoot .th {
      width: auto;
      float: left;
      font-size: 3.5vw;
      line-height: 4.5vw;
      margin-bottom: 0; }
    .price-table .tr.tfoot .td {
      width: auto;
      float: right;
      font-size: 4.5vw;
      color: #ff3c00;
      margin-bottom: 0; }
      .price-table .tr.tfoot .td b {
        font-weight: 700;
        padding-right: 5px; }

.price-table .th {
  font-size: 3.4vw;
  line-height: 3.5vw;
  margin-bottom: 13px;
  text-align: left; }

.price-table .td {
  font-size: 3.6vw;
  line-height: 1;
  position: relative;
  margin-bottom: 13px;
  height: auto; }
  .price-table .td .minus::before {
    content: "-";
    display: inline-block;
    font-size: 1em;
    margin-right: 5px; }
  .price-table .td .plus::before {
    content: "+";
    display: inline-block;
    font-size: 1em;
    margin-right: 5px; }

.price-table .dot {
  font-weight: 400; }

#cart .list-table .thead {
  display: table; }
  #cart .list-table .thead .th-1 {
    width: 30px;
    display: table-cell;
    vertical-align: middle; }
  #cart .list-table .thead .th-m {
    display: table-cell;
    width: calc( 100% - 30px);
    vertical-align: middle; }
    #cart .list-table .thead .th-m .cont-ttl {
      display: inline-block;
      line-height: 30px;
      margin-left: 5px; }
    #cart .list-table .thead .th-m .m-btn {
      margin: 0;
      float: right;
      width: 82px;
      height: 30px;
      font-size: 3.2vw; }

#cart .section-btn {
  display: block;
  padding-top: 50px;
  padding-bottom: 65px; }
  #cart .section-btn .sub-container:after {
    content: "";
    display: table;
    clear: both; }
  #cart .section-btn .no-mobile {
    display: none; }
  #cart .section-btn .btn-lg {
    width: calc( 50% - 5px);
    height: 45px;
    line-height: 43px; }
    #cart .section-btn .btn-lg.right-mobile {
      float: right; }
    #cart .section-btn .btn-lg.btn-npay {
      width: 100%;
      margin-top: 10px; }

#cart .section-carttotal {
  padding-top: 10px; }
  #cart .section-carttotal .border-thick {
    border: none; }

/*order*/
#order .list-table .tr {
  padding: 30px 0; }
  #order .list-table .tr.thead {
    padding: 0 20px; 
    height: 51px; 
  }
  #order .list-table .tr .td-2 {
    margin-bottom: 0; }

#order .input-group.agree span {
  font-size: 3.5vw;
  color: #222222;
  text-align: left;
  font-weight: 300; }

#order .mt-100 {
  margin-top: 40px; }

.order-table .cart-list {
  padding-top: 25px;
  width: 100%; }

.order-table .input-tr {
  border-bottom: none;
  height: auto;
  margin-bottom: 20px;
  position: relative; }
  .order-table .input-tr .th {
    width: 100%;
    height: 24px;
    text-align: left;
    vertical-align: top; }
    .order-table .input-tr .th span {
      font-size: 3.6vw;
      font-weight: 400;
      line-height: 24px;
      color: #888888; }
  .order-table .input-tr .td {
    width: 100%;
    text-align: left; }
    .order-table .input-tr .td:after {
      content: "";
      display: table;
      clear: both; }
    .order-table .input-tr .td .input-line .dot {
      margin-top: 0px; }
      .order-table .input-tr .td .input-line .dot:first-of-type {
        margin-top: 15px; }
    .order-table .input-tr .td .input-line .guidance{
      display: inline-block;
      min-width: 100%;
      font-size: 3.2vw;
      font-family: 'Noto Sans KR', sans-serif;
      line-height: 1.6em;
      font-weight: 400;
      color: #666666;
      word-break: keep-all;
    }
    .order-table .input-tr .td .input-group {
      width: 100%;
      float: left;
      vertical-align: bottom;
      margin-right: 10px; }
      .order-table .input-tr .td .input-group.m-top {
        display: inline-block;
        width: auto;
        height: 24px;
        position: absolute;
        right: 0;
        top: -36px; }
      .order-table .input-tr .td .input-group.mail-1, .order-table .input-tr .td .input-group.mail-2 {
        width: calc( 33% - 15px); }
      .order-table .input-tr .td .input-group.mail-2 {
        margin-left: 20px;
        position: relative; }
        .order-table .input-tr .td .input-group.mail-2::before {
          content: '@';
          position: absolute;
          left: -20px;
          bottom: 14px;
          font-size: .875rem;
          color: #222; }
      .order-table .input-tr .td .input-group.mail-3 {
        width: calc( 33.3% - 10px);
        float: right;
        margin: 0; }
      .order-table .input-tr .td .input-group.m-input1 {
        width: calc( 100% - 100px);
        margin: 0; }
      .order-table .input-tr .td .input-group.m-btn1 {
        width: 89px;
        height: 58px;
        padding-top: 14px;
        margin: 0;
        float: right;
        text-align: right; }
        .order-table .input-tr .td .input-group.m-btn1 button {
          width: 100%; }
      .order-table .input-tr .td .input-group.phone {
        width: calc( 33% - 29px);
        margin-right: 10px; }
        .order-table .input-tr .td .input-group.phone.last {
          margin-right: 0; }
      .order-table .input-tr .td .input-group.phone-btn, .order-table .input-tr .td .input-group.m-btn2 {
        width: 58px;
        margin: 0;
        float: right;
        height: 58px;
        padding-top: 14px;
        text-align: right; }
        .order-table .input-tr .td .input-group.phone-btn button, .order-table .input-tr .td .input-group.m-btn2 button {
          width: 100%; }
      .order-table .input-tr .td .input-group.phone-full {
        width: calc( 100% - 68px);
        margin-right: 10px; }
      .order-table .input-tr .td .input-group.m-input2 {
        width: calc( 100% - 68px); }
      .order-table .input-tr .td .input-group.half {
        width: 750px; }
      .order-table .input-tr .td .input-group.full {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px; }
      .order-table .input-tr .td .input-group .chk-control + label {
        margin-right: 8px;
        vertical-align: middle; }
      .order-table .input-tr .td .input-group span {
        line-height: 58px;
        color: #222222;
        font-size: 3.6vw;
        vertical-align: middle;
        font-weight: 300; }
      .order-table .input-tr .td .input-group .underline {
        float: right;
        width: 55px;
        margin-top: 17px;
        background: transparent; }
        .order-table .input-tr .td .input-group .underline::before {
          content: '약관열기';
          font-weight: 400;
          letter-spacing: -0.03em;
          font-size: 3.6vw; }
        .order-table .input-tr .td .input-group .underline.open::before {
          content: '약관닫기'; }
    .order-table .input-tr .td .policy-box {
      width: 100%;
      height: 150px;
      overflow-y: auto;
      background: #f5f5f5;
      display: none; }
  .order-table .input-tr .chk-control + label {
    line-height: 58px; }

.order-table.pay .cart-list {
  padding-top: 0; }

.order-table.pay .tr {
  height: auto;
  padding: 12px 0; }
  .order-table.pay .tr:after {
    content: "";
    display: table;
    clear: both; }

.order-table.pay .radio-box {
  float: left;
  width: 50%;
  line-height: 45px; }
  .order-table.pay .radio-box span {
    font-size: 3.6vw;
    color: #222222;
    vertical-align: top;
    padding-left: 2px;
    position: relative;
    top: -2px; }

#order .section-btn {
  display: block;
  margin-top: 50px;
  margin-bottom: 105px; }
  #order .section-btn .btn-lg {
    width: calc( 50% - 5px);
    height: 45px;
    line-height: 43px; }
    #order .section-btn .btn-lg.right-mobile {
      float: right; }

/*order_done*/
#order_done .mt-100 {
  margin-top: 40px; }
#order_done .list-table .tr {
  padding: 30px 0; }
  #order_done .list-table .tr.thead {
    padding: 0 20px; }
  #order_done .list-table .tr .td-2 {
    margin-bottom: 0; }


 .table-header {
    display: block;
    margin-bottom: 20px; }
    .result-table .table-header strong {
      font-size: 4.0vw;
      color: #222222;
      font-weight: 400; }
  .result-table .table-body {
    border-top: solid 1px #000000; }
  .result-table .table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; }
    .result-table .table th {
      width: 29vw;
      height: 53px;
      border-bottom: solid 1px #e5e5e5;
      background: #f5f5f5;
      font-size: 3.6vw;
      font-weight: 400;
      color: #666;
      text-align: left;
      padding-left: 10px; }
    .result-table .table td {
      height: 53px;
      border-bottom: solid 1px #e5e5e5;
      font-size: 3.6vw;
      font-weight: 400;
      color: #222;
      padding: 17px 10px;
      line-height: 1.6em;
      word-break: keep-all; }
      .result-table .table td .price {
        font-size: 4.3vw;
        color: #ff3c00; }
        .result-table .table td .price b {
          font-weight: 600;
          padding-right: 2px; }
      .result-table .table td .ml-10 {
        margin-top: 13px;
        margin-left: 0; }

#order_done .section-btn {
  display: block;
  margin-top: 50px;
  margin-bottom: 105px; }
  #order_done .section-btn .btn-lg {
    width: calc( 50% - 5px);
    height: 45px;
    line-height: 43px; }
    #order_done .section-btn .btn-lg.right-mobile {
      float: right; }

/* subscript*/
#subscribe {
  padding-bottom: 10.7vw; }

#subscribe .section-sub-visual {
  width: 100%;
  height: 340px !important;
  background: url("../../images/sub/delivery_m_visual.png");
  background-size: cover;
  background-position: center center; }
  #subscribe .section-sub-visual .btn-subscribe {
    width: auto;
    height: 45px;
    padding: 0 15px;
    background: none;
    color: #fff;
    border: solid 1px #fff;
    font-size: 3.8vw;
    margin-top: 8vw;
    line-height: 43px;
  }
#subscribe .section-event{
  padding: 0 20px;
}
#subscribe .section-event .rv-event{
  display: block;
  width: 100%;
  height: 40vw;
  padding: 5.3vw;
  position: relative;
  background-size: cover !important;
  background-position: center center !important;

}
#subscribe .section-event .rv-event .title{
  font-size: 4.5vw;
  line-height: 1.333em;
  font-weight: 400;
  color: #fff;
  text-align: left;
}
#subscribe .section-event .rv-event .date{
  display: block;
  position: absolute;
  left: 5.3vw;
  bottom: 5.3vw;
  font-family: 'Montserrat', sans-serif;
  font-size: 3.7vw;
  color: #fff;
}
.section-subscribe-heading {
  padding: 10.7vw 0;
  background: #f7f7f7;
  text-align: center; }
  .section-subscribe-heading .sub-ttl {
    padding: 0 50px; }
    .section-subscribe-heading .sub-ttl h2 {
      word-break: keep-all;
      line-height: 8.8vw;
      font-family: 'Noto Sans KR'; }
  .section-subscribe-heading .list {
    padding-top: 36px;
    padding-bottom: 70px; }
    .section-subscribe-heading .list li {
      width: 100%;
      margin-bottom: 70px; }
      .section-subscribe-heading .list li:last-child {
        margin-bottom: 0; }
      .section-subscribe-heading .list li::before {
        content: '';
        display: block;
        width: 100%;
        height: 145px; }
      .section-subscribe-heading .list li:nth-child(1)::before {
        background: url("../../images/icons/subscript_icon01.svg") no-repeat;
        background-position: center top;
        background-size: 120px; }
      .section-subscribe-heading .list li:nth-child(2)::before {
        background: url("../../images/icons/subscript_icon02.svg") no-repeat;
        background-position: center 10px;
        background-size: 120px; }
      .section-subscribe-heading .list li:nth-child(3)::before {
        background: url("../../images/icons/subscript_icon03.svg") no-repeat;
        background-position: center top;
        background-size: 130px; }
      .section-subscribe-heading .list li strong {
        display: block;
        font-size: 5.1vw;
        color: #010101;
        font-weight: 400;
        margin-bottom: 15px; }
      .section-subscribe-heading .list li span {
        display: block;
        font-size: 3.8vw;
        color: #444444;
        line-height: 6.4vw;
        font-weight: 400; }
        .section-subscribe-heading .list li span b {
          font-size: 3.2vw;
          color: #f87300;
          display: block;
          font-weight: 400; }

.section-qna {
  padding-top: 85px;
  padding-bottom: 120px; }
  .section-qna:after {
    content: "";
    display: table;
    clear: both; }
  .section-qna .sub-ttl {
    width: 100%; }
  .section-qna .list {
    width: 100%; }
    .section-qna .list .item {
      width: 100%;
      height: auto;
      border-bottom: solid 1px #ececec; }
      .section-qna .list .item .heading {
        width: 100%;
        height: 60px;
        line-height: 59px;
        padding-left: 44px;
        font-size: 3.8vw;
        color: #000000;
        position: relative;
        cursor: pointer; }
        .section-qna .list .item .heading::before {
          content: '';
          display: inline-block;
          width: 45px;
          height: 100%;
          background: url("../../images/icons/plus_bk.png") no-repeat;
          background-size: 15px;
          background-position: center center;
          position: absolute;
          left: 0;
          top: 0; }
      .section-qna .list .item .inner {
        padding-left: 44px;
        color: #666666;
        line-height: 28px;
        font-size: 3.6vw;
        max-height: 0;
        overflow: hidden;
        transition: .1s; }
      .section-qna .list .item.open .heading::before {
        background: url("../../images/icons/minus_bk.png") no-repeat;
        background-size: 15px;
        background-position: center center; }
      .section-qna .list .item.open .inner {
        max-height: 82px;
        overflow: hidden;
        transition: .3s;
        padding-bottom: 75px; }
    .section-qna .list .underline {
      margin-left: 44px;
      color: #ba9559; }
      .section-qna .list .underline::after {
        background: #ba9559; }

#subscribe_terms {
  padding-top: 10.7vw; }

.section-terms {
  text-align: center;
  padding-bottom: 60px; }

.terms-list {
  display: block;
  width: calc( 64.6vw + 40px);
  padding-top: 30px;
  padding-bottom: 40px;
  margin: 0 auto;
  text-align: center; }
  .terms-list:after {
    content: "";
    display: table;
    clear: both; }
  .terms-list .term {
    width: 32.3vw;
    height: 32.3vw;
    margin: 10px;
    border-radius: 50%;
    border: solid 1px #a6a6a6;
    float: left;
    position: relative;
    font-size: 4.0vw;
    color: #4a4a4a;
    opacity: .3;
    cursor: pointer;
    padding-top: 21.1vw;
    transition: border-color .2s, opacity .2s; }
    .terms-list .term.selected, .terms-list .term:hover {
      border: solid 3px #3beab0;
      padding-top: 20.5vw;
      opacity: 1;
      background-position: center 6.5vw !important;
      color: #4a4a4a; }
    .terms-list .term.w-2 {
      background: url("../../images/icons/subscript_2week.svg") no-repeat;
      background-size: 9.3vw;
      background-position: center 6.9vw; }
    .terms-list .term.w-3 {
      background: url("../../images/icons/subscript_3week.svg") no-repeat;
      background-size: 9.3vw;
      background-position: center 6.9vw; }
    .terms-list .term.w-4 {
      background: url("../../images/icons/subscript_4week.svg") no-repeat;
      background-size: 9.3vw;
      background-position: center 6.9vw; }
    .terms-list .term.w-8 {
      background: url("../../images/icons/subscript_8week.svg") no-repeat;
      background-size: 9.3vw;
      background-position: center 6.9vw; }

      .section-amount-heading{
        padding-top: 80px;
      }
  .section-amount .sub-cont {
    padding-top: 40px; }
  .section-amount .term-table {
    border-top: solid 1px #e2e2e2; }
    .section-amount .term-table .tr {
      padding: 15px 10px;
      position: relative; }
      .section-amount .term-table .tr:after {
        content: "";
        display: table;
        clear: both; }
    .section-amount .term-table .td-1 {
      width: 100%;
      float: left;
      margin-bottom: 15px;
      line-height: 7.2vw;
    }
/*
      .section-amount .term-table .tr:first-of-type .td-1{
        width: 100%;
        margin: 0px;
      }
*/
      .section-amount .term-table .td-1 strong {
        color: #222222;
        font-size: 3.7vw;
        font-weight: 400; }
    .section-amount .term-table .td-2 {
      width: auto;
      float: left; }
    .section-amount .term-table .td-3 {
      width: auto;
      float: right;
      margin-right: 25px; }
      .section-amount .term-table .td-3 span {
        font-size: 3.7vw;
        color: #222;
        line-height: 7.2vw; }
        .section-amount .term-table .td-3 span b {
          padding-right: 2px; }
    .section-amount .term-table .td-4 {
      width: 20px;
      position: absolute;
      right: 10px;
      bottom: 22px;
      text-align: right; }
      .section-amount .term-table .td-4 .del {
        width: 13px;
        height: 13px;
        background: url("../../images/icons/header_close_bk.svg");
        background-size: 100%; }
    .section-amount .term-table .tfoot {
      height: 60px;
      padding: 0 35px;
      border-bottom: none;
      background: #f9f9f9; }
      .section-amount .term-table .tfoot .td-1 {
        width: calc( 100% - 110px);
        text-align: right;
        line-height: 60px;
        vertical-align: middle;
        padding-right: 0; }
        .section-amount .term-table .tfoot .td-1 span {
          font-size: 3.6vw; }
      .section-amount .term-table .tfoot .td-2 {
        width: 110px;
        text-align: right;
        line-height: 60px;
        vertical-align: middle; }
        .section-amount .term-table .tfoot .td-2 span {
          color: #ff4800;
          font-size: 4.8vw; }
          .section-amount .term-table .tfoot .td-2 span b {
            padding-right: 5px; }

#subscribe_terms .section-btn {
  display: block;
  padding-top: 40px;
  padding-bottom: 75px; }
  #subscribe_terms .section-btn .m-btn {
    width: 100%; }

#subscribe_list {
  padding-top: 50px;
  padding-bottom: 110px; }
  #subscribe_list .page-sort-list {
    display: none; }
  #subscribe_list .m-sort {
    display: inline-block;
    width: 100px; }
  #subscribe_list .border,  #subscribe_list .border-thick {
    border: none; }
  #subscribe_list .section-btn {
    display: block; }

.subs-list {
  padding-bottom: 10px; }
  .subs-list:after {
    content: "";
    display: table;
    clear: both; }
  .subs-list li {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px; }
    .subs-list li:nth-child(2n) {
      margin-right: 0; }
    .subs-list li.subscribe::before {
      content: '정기배송';
      position: absolute;
      left: -25px;
      top: -6px;
      box-sizing: border-box;
      width: 80px;
      height: 40px;
      background: #cdaa72;
      color: #fff;
      font-size: 12px;
      text-align: center;
      padding-top: 24px;
      transform: rotate(-45deg);
      z-index: 2; }

.border-item {
  width: 100%;
  height: auto;
  padding: 9px;
  padding-right: 14.7vw;
  border: solid 1px #e9e9e9;
  position: relative;
  z-index: 1;
  display: table; }
  .border-item .thumb {
    width: 21.3vw;
    height: 21.3vw;
    display: table-cell;
    vertical-align: top; }
    .border-item .thumb img {
      display: block;
      width: 100%; }
  .border-item .info {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px; }
    .border-item .info strong {
      display: block;
      font-size: 3.6vw;
      line-height: 5.6vw;
      font-weight: 400;
      color: #000;
      margin-top: 5px;
      margin-bottom: 4vw;
      word-break: keep-all; }
    .border-item .info .disc {
      display: none; }
  .border-item .select {
    width: 14.7vw;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    border-left: solid 1px #e9e9e9;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    text-align: center; }
    .border-item .select .check {
      display: inline-block;
      width: 6.7vw;
      height: 6.7vw;
      border-radius: 50%;
      background: #dddddd;
      text-align: center;
      margin-top: 13px;
      margin-bottom: 10px; }
      .border-item .select .check.selected {
        background: #122eab; }
      .border-item .select .check i {
        font-size: 1rem;
        line-height: 6.7vw;
        color: #fff; }
    .border-item .select span {
      display: none; }
  .border-item .tools-box {
    width: 21.3vw;
    height: 21.3vw;
    background: rgba(0, 0, 0, 0.43);
    position: absolute;
    left: 8.5px;
    top: 8.5px;
    opacity: 0; }
    .border-item .tools-box .tools-btn {
      width: 100%;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      text-align: center;
      z-index: 2; }
    .border-item .tools-box .btn-view {
      display: inline-block;
      width: 6.7vw;
      height: 6.7vw;
      border-radius: 50%;
      border: none;
      cursor: pointer;
      background: url("../../images/icons/product_plus_wh.svg") no-repeat;
      background-color: rgba(0, 0, 0, 0.6);
      background-size: 3vw;
      background-position: center center; }
  .border-item:hover {
    border-color: #cdaa72; }
    .border-item:hover .tools-box {
      opacity: 1; }
  .border-item.soldout .tools-box {
    opacity: 1; }
    .border-item.soldout .tools-box button {
      display: none; }
    .border-item.soldout .tools-box::after {
      content: '일시품절';
      line-height: 21.3vw;
      text-align: center;
      color: #e0c59b;
      font-size: 3.2vw;
      font-weight: 400;
      display: inline-block;
      width: 100%; }

.section-subscriptlist .btn-more i {
  margin-left: 5px;
  font-size: .75rem;
   }
  .section-subscriptlist .btn-more i::before{
    font-size: .75rem;
  }
.section-subscriptlist.bottom {
  margin-top: 60px; }
  .section-subscriptlist.bottom .pagination {
    padding-top: 0;
    margin-bottom: 80px; }

.modal.detail .modal-close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 23px;
  height: 23px;
  border: none;
  background: url("../../images/icons/header_close_bk.svg") no-repeat;
  background-size: 100%; }

.modal.detail .modal-slide {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0; }
  .modal.detail .modal-slide .swiper-slide {
    width: 500px;
    height: 500px; }
    .modal.detail .modal-slide .swiper-slide img {
      display: block;
      width: 100%; }
  .modal.detail .modal-slide .swiper-button-next::after,
  .modal.detail .modal-slide .swiper-button-prev::after {
    color: #fff;
    font-size: 33px; }
  .modal.detail .modal-slide .swiper-pagination {
    bottom: 30px; }
    .modal.detail .modal-slide .swiper-pagination .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      background: #959595;
      opacity: 1; }
      .modal.detail .modal-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #221e1f; }

.modal.detail .modal-body {
  padding: 40px;
  padding-top: 60px; }
  .modal.detail .modal-body .badges-box {
    margin-bottom: 20px; }
  .modal.detail .modal-body .pro-title {
    margin-bottom: 30px; }
    .modal.detail .modal-body .pro-title .title {
      font-size: 1.5rem;
      color: #000000;
      font-weight: 500;
      display: block;
      margin-bottom: 15px; }
    .modal.detail .modal-body .pro-title .desc {
      font-size: 1rem;
      color: #444444;
      font-weight: 300;
      display: block; }
    .modal.detail .modal-body .pro-title .rate {
      margin-top: 30px;
      color: #221e1f;
      font-size: .875rem; }
    .modal.detail .modal-body .pro-title .review {
      padding-left: 15px;
      color: #221e1f;
      font-size: .875rem; }
  .modal.detail .modal-body .pro-price {
    width: 100%;
    border-top: solid 2px #1f1f1f;
    border-bottom: solid 1px #e9e9e9;
    padding-top: 20px;
    margin-bottom: 20px; }
    .modal.detail .modal-body .pro-price > div {
      margin-bottom: 16px; }
      .modal.detail .modal-body .pro-price > div:after {
        content: "";
        display: table;
        clear: both; }
    .modal.detail .modal-body .pro-price strong {
      float: left;
      font-size: .938rem;
      color: #222222;
      font-weight: 300;
      margin-right: 100px; }
    .modal.detail .modal-body .pro-price span {
      float: left;
      font-size: .938rem;
      font-weight: 300;
      color: #222222;
      font-family: 'Noto Sans KR', sans-serif; }
    .modal.detail .modal-body .pro-price .point {
      font-weight: inherit;
      color: #ff3c00; }
    .modal.detail .modal-body .pro-price .price span {
      font-size: .875rem;
      color: #999999;
      text-decoration: line-through;
      vertical-align: bottom;
      font-weight: 400;
      line-height: 1;
      margin-top: 5px; }
      .modal.detail .modal-body .pro-price .price span.disc {
        font-size: 1.125rem;
        text-decoration: none;
        font-weight: 600;
        color: #ff3c00;
        line-height: 19px;
        margin-top: 0; }
      .modal.detail .modal-body .pro-price .price span.current {
        font-size: 1.125rem;
        font-weight: 400;
        color: #000000;
        text-decoration: none;
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 0; }
        .modal.detail .modal-body .pro-price .price span.current b {
          padding: 0 5px;
          font-size: 1.25rem; }
    .modal.detail .modal-body .pro-price .delivery .arrow {
      display: none; }
  .modal.detail .modal-body .pro-btns {
    padding-top: 40px;
    display: block; }
    .modal.detail .modal-body .pro-btns:after {
      content: "";
      display: table;
      clear: both; }
    .modal.detail .modal-body .pro-btns .shares {
      display: none; }
    .modal.detail .modal-body .pro-btns .cart {
      float: left;
      width: 50px;
      height: 52px;
      border: solid 1px #999999;
      background: url("../../images/icons/product_bag_bk.svg") no-repeat;
      background-size: 22px;
      background-position: center center;
      background-color: #fff; }
    .modal.detail .modal-body .pro-btns .btn-md {
      float: left;
      width: 210px;
      margin-left: 10px; }
      .modal.detail .modal-body .pro-btns .btn-md.btn-npay {
        width: 140px; }

.hide {
  display: none !important; }

@-webkit-keyframes visualLeftSlide {
  0% {
    opacity: 0;
    transform: translateX(50px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes visualLeftSlide {
  0% {
    opacity: 0;
    transform: translateX(50px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes visualRightSlide {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-50px); } }

@keyframes visualRightSlide {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-50px); } }

@-webkit-keyframes modalToTop {
  0% {
    transform: translate(-50%, -40%);
    opacity: 0; }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1; } }

@keyframes modalToTop {
  0% {
    transform: translate(-50%, -40%);
    opacity: 0; }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1; } }

@-webkit-keyframes bounce {
  0% {
    transform: translate(-50%, 0); }
  15% {
    transform: translate(-50%, 3px); }
  30% {
    transform: translate(-50%, 0); }
  45% {
    transform: translate(-50%, 3px); }
  60% {
    transform: translate(-50%, 0); }
  100% {
    transform: translate(-50%, 0); } }

@keyframes bounce {
  0% {
    transform: translate(-50%, 0); }
  15% {
    transform: translate(-50%, 3px); }
  30% {
    transform: translate(-50%, 0); }
  45% {
    transform: translate(-50%, 3px); }
  60% {
    transform: translate(-50%, 0); }
  100% {
    transform: translate(-50%, 0); } }

/*signin*/
.section-sign {
  padding-top: 0;
  padding-bottom: 100px; }


  .sign-heading .sub-ttl .m-sub {
    display: block;
    font-size: 4vw;
    line-height: 5.6vw;
    color: #222222;
    font-weight: 300;
    padding: 0 15vw;
    word-break: keep-all;
    padding-top: 50px}
  

.sign-cont {
  width: 100%;
  margin: 0 auto; }
  .sign-cont .order-table {
    padding: 0;
    margin-top: 20px; }
  .sign-cont .sign-tab {
    width: 100%;
    height: 35px;
    padding-top: 50px;
  }
    .sign-cont .sign-tab:after {
      content: "";
      display: table;
      clear: both; }
    .sign-cont .sign-tab .tab {
      width: 50%;
      height: 35px;
      border-bottom: solid 1px #e5e5e5;
      line-height: 1;
      float: left;
      text-align: center;
      font-size: 4.3vw;
      color: #222222;
      font-weight: 300;
      transition: .3s; }
      .sign-cont .sign-tab .tab.active {
        border-bottom: solid 2px #000000;
        line-height: 1;
        font-weight: 400; }
      .sign-cont .sign-tab .tab:hover {
        font-weight: 400; }
  .sign-cont .sign-panel {
    padding-bottom: 35px; }
  .sign-cont .input-tr {
    margin-bottom: 0; }
    .sign-cont .input-tr .th {
      display: none; }
    .sign-cont .input-tr .td .input-line {
      margin-bottom: 0 !important; }
      .sign-cont .input-tr .td .input-line:last-of-type {
        margin-bottom: 0 !important; }
    .sign-cont .input-tr .td .input-group {
      width: 100%; }
  .sign-cont .btn-xl {
    width: 100%;
    height: 12vw;
    margin-top: 30px; }
  .sign-cont .sign-tool {
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center; }
    .sign-cont .sign-tool a {
      padding-left: 4.7vw;
      font-size: 3.7vw; }
      .sign-cont .sign-tool a::after {
        content: '';
        width: 1px;
        height: 14px;
        background: #eeeeee;
        display: inline-block;
        margin-left: 4.7vw; }
      .sign-cont .sign-tool a:last-of-type::after {
        background: #fff; }
  .sign-cont .sign-sns {
    padding-top: 40px;
    text-align: center;
    border-top: solid 1px #eeeeee; }
    .sign-cont .sign-sns strong {
      font-size: 4vw;
      font-weight: 500;
      display: block;
      margin-bottom: 40px; }
    .sign-cont .sign-sns a {
      display: inline-block;
      width: 27.7vw;
      color: #444444;
      padding-top: 56px;
      font-size: 3.3vw; }
      .sign-cont .sign-sns a.sign-nv {
        background: url("../../images/icons/sign_nv.png") no-repeat;
        background-position: center top; }
      .sign-cont .sign-sns a.sign-kakao {
        background: url("../../images/icons/sign_kko.png") no-repeat;
        background-position: center top; }
      .sign-cont .sign-sns a.sign-g {
        background: url("../../images/icons/sign_gg.png") no-repeat;
        background-position: center top; }
  .sign-cont .sign-bottom {
    padding-top: 20px;
    text-align: left; }
    .sign-cont .sign-bottom .dot {
      margin-bottom: 6px;
      font-weight: 300; }



      
/*cs*/
#cs_notice{
  padding-bottom: 80px;
}
#cs_notice_view{
  padding-bottom: 200px;
  position: relative; 
}

.sub-tab-section .sub-container,
.section-panel .sub-container{
  padding: 0; 
}
.section-panel .sub-cont{
  padding: 0 20px;
}
.page-tab-btns {
  width: 100%;
  height: 50px;
  position: relative;
  text-align: center;
  border-bottom: solid 1px #e9e9e9; 
 }
  .page-tab-btns:after {
    content: "";
    display: table;
    clear: both; }
  .page-tab-btns .btn {
    display: inline-block;
    width: auto;
    line-height: 49px;
    padding: 0  16px;
    position: relative;
    font-size: 3.9vw;
    font-weight: 500;
    color: #999999;
    transition: .2s; }
    .page-tab-btns .btn.active {
      color: #000 }
    .page-tab-btns .btn:hover {
      color: #000 }

  .section-panel .sub-search {
    padding: 24px 20px;
    background: #f4f4f4;
    text-align: center;
    margin-bottom: 30px; }
    .section-panel .sub-search .search-group {
      display: inline-block;
      width: 100%;
      padding-right: 85px;
      position: relative; }
      .section-panel .sub-search .search-group input {
        width: 100%;
        height: 40px;
        border: solid 1px #d0d0d0;
        padding-left: 20px;
        font-size: 3.5vw;
        color: #222222; }
        .section-panel .sub-search .search-group input::-moz-placeholder {
          font-size: .938rem;
          color: #999999; }
        .section-panel .sub-search .search-group input:-ms-input-placeholder {
          font-size: .938rem;
          color: #999999; }
        .section-panel .sub-search .search-group input::placeholder {
          font-size: .938rem;
          color: #999999; }
      .section-panel .sub-search .search-group button {
          width: 75px;
          height: 40px;
          position: absolute;
          right: 0;
          top: 0; 
          font-size: 3.5vw;
        }
.list-table.cs-table .tr{
  padding: 20px 15px; 
  height: auto;
}
.list-table.cs-table .tr .td{
  line-height: 1.5em;
  font-weight: 400;
}
.list-table.cs-table .tr .td-1{
  width: 20px;
  display: inline-block;
  margin: 0; 
  vertical-align: top;
  font-weight: 500;
  display: none;
}
.list-table.cs-table .tr .td-2{
  width: 100%;
  display: inline-block; 
  margin: 0; 
}
.list-table.cs-table .tr.fix{
  background: #f5f9f8;
}
.list-table.cs-table .tr.fix .td-1{
  display: inline-block;
  width: 20px; 
  height: 20px;
  background: url("../../images/icons/speak.png") no-repeat;
  background-size: 16px;
  background-position: left bottom;
}
.list-table.cs-table .tr .td-2{

  font-size: 3.9vw;
  line-height: 1.5em;
  color: #444444; 
}
.list-table.cs-table .tr.fix .td-2{
  width: calc( 100% - 25px );
  display: inline-block; 
  margin: 0; 
  font-size: 3.7vw;
  line-height: 1.5em;
  color: #222222; 
}
.list-table.cs-table .tr .td-3{
  width: 100%;
  display: inline-block; 
  color: #444444; 
  font-size: 3.7vw;
  font-weight: 500;
  margin-top: 6px;
}
#cs_notice .cont-footer .pagination .list,
#cs_faq .cont-footer .pagination .list{
  display: none;
} 

#cs_notice_view .sub-cont{
  padding: 0; 
}
#cs_notice_view .border-thick{
  border: none; 
}
#cs_notice_view .list-table.cs-table .tr.fix{
  background: #fff; 
}

#cs_notice_view .list-table.cs-table .tr.fix .td-1{
  display: inline-block;
  width: 20px; 
  height: 7.2vw;
  background: url("../../images/icons/speak.png") no-repeat;
  background-size: 16px;
  background-position: left center;
}
#cs_notice_view .list-table.cs-table .tr.fix .td-2{

  display: inline; 
  margin: 0; 
  font-size: 5.3vw;
  font-weight: 400;
  line-height: 7.2vw;
  color: #222222; 
}
#cs_notice_view .list-table.cs-table .tr.fix .td-2 strong{
  font-size: 5.3vw;
  font-weight: 400;
  line-height: 7.2vw;
  color: #222222; 
  padding-left: 5px;
  word-break: keep-all;
}
#cs_notice_view .list-table.cs-table .tr .td-3{
  width: 100%;
  display: inline-block; 
  color: #999999; 
  font-size: 3.2vw;
  font-weight: 600;
  margin-top: 10px;
}

.textInner {
  padding: 40px 20px; }
  .textInner p {
    font-size: 3.7vw;
    color: #222222;
    line-height: 1.5rem;
    font-weight: 300;
    word-break: keep-all;
  }

.page-nav {
  width: 100%;
  position: absolute; 
  bottom: 0; 
  border-top: solid 1px #222;
  border-bottom: solid 1px #222; }
  .page-nav .tr {
    height: 60px;
    border-bottom: none;
    padding: 0 20px; 
    display: table; 
  }
    .page-nav .tr:nth-of-type(2) {
      border-top: solid 1px #e9e9e9; }
    .page-nav .tr.next .td-1 {
      background: url("../../images/icons/page_angle_up.png") no-repeat;
      background-position: left center; }
    .page-nav .tr.prev .td-1 {
      background: url("../../images/icons/page_angle_down.png") no-repeat;
      background-position: left center; }
    .page-nav .tr .td {
      display: table-cell;
      vertical-align: middle;
      text-align: left; 
    }
    .page-nav .tr .td-1 {
      width: 50px;
      color: transparent
       }
       .page-nav .tr .td-2 {
      width: calc(100% - 50px);
      color: #444444; 
      font-size: 3.5vw; 
      line-height: 1.5em;

       }
#cs_faq {
  padding-bottom: 40px; 
}

#cs_faq .cont-header{
  margin-bottom: 5px;
}

.faq-table .qa {
  border-bottom: solid 1px #f1f1f1; }
  .faq-table .qa.open .tr.question::after {
    content: '\e9ca';
    color: #222222; }
  .faq-table .qa.open .tr.answer {
    height: auto;
    transition: .25s; }
    .faq-table .qa.open .tr.answer .td {
      min-height: 180px; }
  .faq-table .qa .tr {
    border-bottom: none; }
    .faq-table .qa .tr.question {
      height: auto;
      position: relative;
      cursor: pointer;
      padding: 20px 0; 
    }
      .faq-table .qa .tr.question::after {
        content: '\e9c9';
        font-family: 'icomoon';
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-60%);
        font-size: 1rem;
        font-weight: lighter;
        color: #222222; }
      .faq-table .qa .tr.question .td-1 {
        width: 100%;
        padding-left: 15px;
        margin-bottom: 15px;
        text-align: left;
        font-size: 3.7vw;
        color: #999999;
        font-weight: 300;
       }
      .faq-table .qa .tr.question .td-2 {
        padding-left: 15px;
        text-align: left;
        position: relative;
        font-size: 3.9vw;
        line-height: 1.6em;
        font-weight: 400;
        color: #222222; }

    .faq-table .qa .tr.answer {
      width: 100%;
      height: 0;
      overflow: hidden;
      transition: .25s;
      display: block; }
      .faq-table .qa .tr.answer .td {
        display: block;
        width: 100%;
        padding: 30px 20px;
        background: #f8f8f8;
        position: relative;
        text-align: left;
        color: #666666;
        font-size: 3.7vw;
        line-height: 1.75em;
        font-weight: 300; }
        

.sub-noti {
  width: calc( 100% - 40px );
  margin: 0 auto; 
  border: solid 1px #e8e8e8;
  padding: 30px;
  margin-top: 80px; }
  .sub-noti:after {
    content: "";
    display: table;
    clear: both; }
  .sub-noti .left strong {
    display: block;
    margin-bottom: 20px;
    color: #222222;
    font-family: 'Noto Sans KR',sans-serif;
    font-size: 3.9vw;
    font-weight: 500;
    line-height: 1.6em;
    padding-right: 9vw;
    word-break: keep-all;
    text-align: left;


  }
  .sub-noti .left span {
    display: block;
    margin-bottom: 8px;
    font-size: 3.5vw;
    color: #888888;
    font-weight: 400;
     }
  .sub-noti .left .call {
    padding-left: 0; }

    .sub-noti .left .call b {
      font-weight: 600;
      color: #222;
      padding-left: 3px; }
  .sub-noti .right {
    float: left; 
    margin-top: 20px;
  }
  .sub-noti .right .btn-md {
    width: 139px;
    height: 45px;
    line-height: 43px;
    font-family: 'Noto Sans KR',sans-serif; }

#cs_qna_write {
  padding-bottom: 80px;
}
  #cs_qna_write .sub-noti {
    padding: 0; 
    border: none;  
    margin-top: 0; 
    margin-bottom: 50px; }

      #cs_qna_write .sub-noti .left.qna .dot {
        display: inline-block;
        min-width: calc( 100% - 7px);
        font-size: 2.9vw;
        font-family: 'Noto Sans KR', sans-serif;
        line-height: 1.6em;
        font-weight: 400;
        color: #666666;
        word-break: keep-all; }
        #cs_qna_write .sub-noti .left.qna .dot:last-of-type {
          margin-bottom: 0; }
#cs_qna_write .btn-xs{
  margin-top: 10px; 
}
#cs_qna_write .section-btn{
  display: block; 
  padding-top: 40px;
}
#cs_qna_write .section-btn .btn-lg {
  width: calc( 50% - 5px);
  height: 45px;
  line-height: 43px;
}
#cs_qna_write .section-btn .btn-lg.right-mobile {
  float: right;
}

#cs_qna_write .phone.qna-phone{
  width: calc( 34% - 10px );

}
#cs_qna_write .phone.qna-phone.last{
  width: 32%;
  
}
#cs_qna_list {

  padding-bottom: 95px; }
  #cs_qna_list .sub-noti {
    padding: 0; 
    border: none;  
    margin-top: 0; 
    margin-bottom: 50px;
  }

  #cs_qna_list .sub-noti .left.qna .dot {
    display: inline-block;
    min-width: calc( 100% - 7px);
    font-size: 3.2vw;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1.6em;
    font-weight: 400;
    color: #666666;
    word-break: keep-all;
  }
  #cs_qna_list .sub-noti .left.qna .dot:last-of-type {
    margin-bottom: 0; 
  }
  #cs_qna_list .sub-noti .right .btn-md {
      margin-top: 15px;
  }


.qna-table .thead {
  display: none }

.qna-table .qa {
  height: auto;
  border-bottom: solid 1px #f1f1f1; }
  .qna-table .qa.open .tr.answer {
    height: auto;
    transition: .25s; }
    .qna-table .qa.open .tr.question::after {
      content: '\e9ca';
      color: #222222; }
  .qna-table .qa .tr {

    position: relative; 
    border-bottom: none;
    padding-right: 20px; }
    .qna-table .qa .tr.question {
      height: auto;
      position: relative;
      cursor: pointer;
      padding-left: 15px;
      padding-right: 35px; 
      padding-top: 42px; 
      padding-bottom :18px; 
    }
    .qna-table .qa .tr.question::after {
      content: '\e9c9';
      font-family: 'icomoon';
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-60%);
      font-size: 1rem;
      font-weight: lighter;
      color: #222222; }
      .qna-table .qa .tr.question .td-1 {
        display: inline;
        text-align: left;
        color: #222;
        font-size: 3.7vw ;
        line-height: 1.5em;

      }
      .qna-table .qa .tr.question .td-1::before{
        content:'[';
      }
      .qna-table .qa .tr.question .td-1::after{
        content:']';
      }
    
      .qna-table .qa .tr.question .td-2 {
        display: inline;
        text-align: left;
        font-size: 3.7vw;
        line-height: 1.5em;
        color: #222; }
      .qna-table .qa .tr.question .td-3 {
        width: auto;
        text-align: center;
        font-size: 3.2vw;
        font-weight: 300;
        color: #999999;
        position: absolute; 
        left: 15px; 
        top: 20px;
      }
      .qna-table .qa .tr.question .td-4 {
        width: 100%;
        padding-top: 10px; 
        font-size: 3.7vw;
        color: #222;}
    .qna-table .qa .tr.answer {
      width: 100%;
      height: 0;
      overflow: hidden;
      transition: .25s;
      display: block; 
      padding-right: 0; 
    }
      .qna-table .qa .tr.answer .td-q {
        display: none;
        }
    
      .qna-table .qa .tr.answer .td-a {
        display: block;
        width: 100%;
        padding: 30px 20px;
        background: #f8f8f8;
        position: relative;
        text-align: left;
        color: #666666;
        font-size: 3.7vw; 
        line-height: 1.75em;
        font-weight: 300; }


#cs_qna_list .pagination .list{
  display: none;
}

#cs_qna_write .order-table {
  border-bottom: solid 1px #e5e5e5; }

#cs_qna_write .order-table .input-tr {
  margin-bottom: 20px; }

.file-noti {
  display: block;

  margin-top: 10px; 
  font-size: 2.9vw;
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 1.6em;
  font-weight: 400;
  color: #666666;}

.sub-cont-half {
  width: calc( 50% - 30px); }

.bg-box {
  background: #f8f8f8;
  padding: 30px; }
  .bg-box .list {
    margin-bottom: 20px; }
    .bg-box .list .dot {
      margin-bottom: 5px; }
  .bg-box .contact {
    position: relative;
    padding-left: 50px;
  }
  .bg-box .contact::before {
    content: '\ea82';
    display: inline-block;
    width: 34px;
    height: 34px;
    font-family: 'icomoon';
    font-size: 1.125rem;
    color: #f8f8f8;
    background: #c7c7c7;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 34px;
    text-align: center;
}
    .bg-box .contact span {
        display: block;
        margin-bottom: 5px;
        font-size: 3.2vw;
        line-height: 1.4em;
        color: #888888;
        font-weight: 400;
    }
      .bg-box .contact span b {
        font-weight: 600;
        color: #222; }
#cs_qna{
  padding-bottom: 95px;
}


#cs_qna .sub-cont-half{
  display: block; 
  width: 100%; 
  float: none; 
}
#cs_qna .sub-cont-half.left{
  padding-top: 30px;
  margin-bottom: 30px;
}

  .top-table .tr{
    display: table;
    border-bottom: solid 1px #e2e2e2;
    padding: 20px 15px;
    padding-top: 40px;
    position: relative; 
  }
  .top-table .tr .td{
    display: table-cell;
    text-align: left; 
  
  }
  .top-table .tr .td-1{
    position: absolute; 
    left: 15px; 
    top: 15px;
    padding-left: 0; 
    line-height: 24px;
    font-size: 3.7vw;
    color: #222222;
    font-weight: 300;
  }
  
  .top-table .tr .td-1 .num{
   display: none;
  }

    .top-table .tr .td-2 {
      line-height: 24px;
      font-size:  3.7vw;
      color: #222222; }

#cs_qna .section-btn{
  display: block; 
  text-align: center;
  padding-top: 30px;
}
.sign-cont .input-tr .td .input-group.idNum-1, .sign-cont .input-tr .td .input-group.idNum-2 {
  width: calc( 50% - 10px );
  margin-right: 0;   
}
.sign-cont .input-tr .td .input-group.idNum-2 {
margin-left: 20px;
position: relative; }
.sign-cont .input-tr .td .input-group.idNum-2 span{
position: absolute;
left: 35px; 
top: 4px;
color: #666666;
}
.sign-cont .input-tr .td .input-group.idNum-2::before {
content: '-';
display: block; 
width: 20px; 
position: absolute;
left: -20px;
bottom: 14px;
font-size: .875rem;
text-align: center;
color: #222; }



#event_list {
  padding-bottom: 85px; }
/* 
  #event_list .page-sort-list {
    width: 100%;
    height: 50px;
    position: relative;
    text-align: center;
    border-bottom: solid 1px #e9e9e9; 
   }
   #event_list .page-sort-list:after {
      content: "";
      display: table;
      clear: both; }
      #event_list  .page-sort-list li {
      display: inline-block;
      width: auto;
      line-height: 49px;
      padding: 0 15px;
      position: relative;
      font-size: 3.7vw;
      font-weight: 500;
      color: #999999;
      transition: .2s; }
      #event_list    .page-sort-list li.active a{
        color: #000 }
      #event_list  .page-sort-list .btn:hover a{
        color: #000 }
   */

/*event list*/
.page-sort-list {
  width: 100%;
  height: 50px;
  position: relative;
  text-align: center;
  border-bottom: solid 1px #e9e9e9; 
}
.page-sort-list:after {
  content: "";
  display: table;
  clear: both; 
}
.page-sort-list li {
  display: inline-block;
  width: auto;
  line-height: 49px;
  padding: 0 15px;
  position: relative;
  font-size: 3.9vw;
  font-weight: 500;
  color: #999999;
  transition: .2s; 
}
.page-sort-list li.active a{
  color: #000 
}
.page-sort-list .btn:hover a{
  color: #000 
}
.ev-list {
  width: 100%;
  padding-top: 20px;
}
.ev-list:after {
  content: "";
  display: table;
  clear: both; }
.ev-list li {
  width: calc( (100% - 16px)/2);
  height: auto;
  margin-right: 16px;
  margin-bottom: 20px;
  float: left; }
.ev-list li:nth-child(2n) {
  margin-right: 0; }
.ev-list li a {
  display: block;
  width: 100%;
  height: auto; }
.ev-list li .thumb {
  width: 100%;
  height: auto; }
.ev-list li .thumb img{
    display: block;
    width: 100%; }
.ev-list li .inner {
  background: #fff;
  height: 85px;
  padding-top: 40px;
  position: relative;
}
.ev-list li .inner strong {
  display: block;
  margin-bottom: 20px;
  font-size: 3.8vw;
  line-height: 1.5em;
  font-weight: 500;
  word-break: keep-all;
  color: #000; }
.ev-list li .inner .date {
  font-size: 3.4vw;
  color: #cdaa72; 
  position: absolute; 
  top: 15px; 
  left: 0; 
}
#event_list .cont-footer .pagination{
  padding: 0;
}
/*event view*/

#event {
  padding-top: 45px;
}
#event .share {
  margin-top: 20px; 
}
#event .shares{
  width: 36px; 
  height: 36px; 
  margin-left: 5px;
  border: solid 1px #888;
  background: url("../../images/icons/share.svg") no-repeat;
  background-size: 4vw;
  opacity: .32;
  background-position: center center; 
}
#event .ev-date{
  margin-bottom: 0; 
}
#event .ev-ttl{
  font-size: 5.3vw; 
  color: #222222; 
  font-weight: 400;
  line-height: 1.5
}
#event .ev-sub{
  display: block;
  font-size: 3.8vw; 
  color: #444444; 
  font-weight: 300;
  margin-top: 5px;
  padding-bottom: 10px; 
}
.event-box .img-box {
  width: 100%;
  height: auto; 
}
.event-box .img-box img {
  display: block;
  width: 100%; 
}
.event-box .inner {
  padding: 30px 0;
}
.event-box .inner p {
  font-size: 3.7vw;
  color: #222222;
  font-weight: 300;
  line-height: 1.5rem; 
  word-break: keep-all;
}
.event-box .inner p .point {
  color: #ff9600; 
}
.event-box .inner b {
  font-size: 3.7vw;
  color: #222222;
  font-weight: 400;
  line-height: 1.5rem; 
}
.nav-list{
  padding-top: 75px; 
}
/*event win list*/

#event_win_list{
  padding-bottom: 140px;
}
#event_win_list .event-list.border-thick{
  border: none; 
}
#event_win_list .event-list .tr{
    padding: 20px 15px; 
}
#event_win_list .event-list .tr .td-1{
  display: inline;
  width: auto;
  color: #32e4a9;
  font-size: 3.7vw;
  font-weight: 300;
}
#event_win_list .event-list .tr .td-1::before{
  content:'[';
  display: inline;
  line-height: 1.4em;
  font-weight: 300;
  font-size: 3.7vw;
}
#event_win_list .event-list .tr .td-1::after{
  content:']';
  display: inline;
  font-weight: 300;
  font-size: 3.7vw;
}
#event_win_list .event-list .tr .td-2{
  display: inline;
  color: #444444; 
  font-size: 3.7vw;
  font-weight: 400;
  line-height: 1.4em;
  padding-left: 2px;
}
#event_win_list .event-list .tr .td-3{
  width: 100%;
  color: #444444; 
  font-size: 3.2vw;
  font-weight: 300;
  margin-top: 12px;
  letter-spacing: -0.01em;
}

/*event win view*/

#event_win{
    position: relative; 
    padding-bottom: 200px; 
}
#event_win .event-list{
  margin-top: 40px;
}
#event_win .event-list.table-custom .thead{
  padding-top: 50px;
  padding-bottom: 23px;
  height: auto; 
  background: #fff; 
}
#event_win .event-list.table-custom .thead .th-1{
  text-align: left; 
  font-size: 5.3vw;
  color: #222222; 
  line-height: 1.4em;
  word-break: keep-all;
}
#event_win .event-list.table-custom .thead .th-2{
  color: #999999; 
  font-size: 3.5vw;
  font-weight: 300;
  margin-top: 12px;
}
#event_win .sub-container{
  padding: 0; 
}
#event_win .event-box{
  padding: 0 20px;
}

/*mypage-visitor list*/
#my_visitor{
  position: relative; 
  padding-bottom: 300px; 
}
#my_visitor .section-event .rv-event{
  display: block;
  width: 100%;
  height: 40vw;
  padding: 5.3vw;
  position: relative;
  background-size: cover !important;
  background-position: center center !important;

}
#my_visitor .section-event{
  position: absolute; 
  width: 100%; 
  left: 0; bottom: 40px;
}
#my_visitor .section-event .sub-container{
  padding: 0 20px;
}
#my_visitor .section-event .rv-event .title{
  font-size: 4.5vw;
  line-height: 1.333em;
  font-weight: 400;
  color: #fff;
  text-align: left;
}
#my_visitor .section-event .rv-event .date{
  display: block;
  position: absolute;
  left: 5.3vw;
  bottom: 5.3vw;
  font-family: 'Montserrat', sans-serif;
  font-size: 3.5vw;
  color: #fff;
}
#my_visitor .section-list .sub-container{
  padding: 0; 
}
#my_visitor .table-custom.border-thick{
  padding: 0 20px;
  margin-top: 30px; 
  margin-bottom: 50px;
}

#my_visitor .table-custom .tr{
  border: none; 
  position: relative; 
  padding-top: 52px;
}

#my_visitor .table-custom .tr .td-2,
#my_visitor .table-custom .tr .td-3{
  display: none; 
}
#my_visitor .table-custom .tr .td-4{
  width: 100%; 
  height: 52px; 
  background: #fcfcfc;
  border-bottom: solid 1px #e9e9e9; 
  position: absolute; 
  padding-left: 12px; 
  left: 0; top: 0; 
  border-top: solid 1px #222222;
}
#my_visitor .table-custom .tr .td-4 a{
  font-size: 4vw; 
  font-weight: 600;
  line-height: 51px; 
}
#my_visitor .table-custom .tr .td-4 a::after{
  content: "\e9c3";
  font-family: 'icomoon';
  font-size: 4.4vw;
  padding-left: 8px; 
  vertical-align: bottom;
}
.list-item {
  width: 100%;
  display: table;
  padding: 20px 0;
  border-bottom: solid 1px #e2e2e2;
}

    .list-item .thumb img {
      display: block;
      width: 100%; }
  .list-item .thumb {
    display: table-cell;
    width: 21.3vw;
    height: 21.3vw; }

      .list-item .info{
        display: none;
      }
      .list-item .info-m {
        display: table-cell;
        vertical-align: middle;
        padding-left: 4vw;
        padding-right: 3.3vw;
        text-align: left; }
        .list-item .info-m strong {
          display: block;
          font-size: 3.7vw;
          font-weight: 400;
          line-height: 1.35em;
          color: #000;
          margin-bottom: 10px;
          word-break: keep-all;
          letter-spacing: -0.03em; }
          .list-item .info-m span {
          color: #999999;
          font-size: 3.2vw;
          font-weight: 400;
          padding-right: 6px; }
          .list-item .info-m .price {
          display: block;
          margin-bottom: 17px; }
          .list-item .info-m .price .origin {
            text-decoration: line-through; }
            .list-item .info-m .price .current {
            color: #ff3c00;
            font-size: 4vw;
            font-weight: 400; }
            .list-item .tr .td-1 .info-m .price .current b {
              font-size: 4.5vw;
              font-weight: 700;
              padding-right: 1px; }
              .list-item .info-m span.progress{
                display: block; 
                margin-top: 8px;
              }
#my_visitor .section-btn{
  display: block;
  padding: 0 4px;
}
#my_visitor .section-btn .btn-xl {
  width: calc( 50% - 5px);
  height: 45px;
  line-height: 43px;
}
#my_visitor .section-btn .btn-xl.right-mobile {
  float: right;
}

/*mypage-visitor view*/
#my_visitor_view{
  padding-bottom: 80px; 
}
.section-heading-sub{
  margin-bottom: 30px;
}
.section-heading-sub .sub-container{
  padding: 0; 
}
.section-heading-sub .grey-box{
  background: #f7f7f7; 
  padding: 30px 0;
  border-bottom: solid 1px #e9e9e9; 
  text-align: center;
}
.section-heading-sub .grey-box .left{
  display: inline-block; 
  float: none; 
  font-size: 4vw;
  font-weight: 600;
  margin-bottom: 20px;
}
.section-heading-sub .grey-box .right{
  display: inline-block; 
  float: none; 
}
.section-heading-sub .grey-box .ord-step{ 
  font-size: 3.2vw;
    color: #666666;
    padding-left: 7px;
}
.section-heading-sub .grey-box .ord-step::after {
  content: '\e9cb';
  display: inline-block;
  margin-left: 9px;
  font-family: 'icomoon';
}
.section-heading-sub .grey-box .ord-step:last-of-type::after{
  display: none;
}
#my_visitor_view .table-custom .table-body{
  border-top: solid 1px #222222;
}
#my_visitor_view .table-custom .tr{
  border-bottom: solid 1px #e9e9e9; 
}
#my_visitor_view .list-item{
  border-bottom: none;
}
#my_visitor_view  .list-item .info-m span.progress{
  color: #0090ff;
}
#my_visitor_view .table-custom .tr .td-2,
#my_visitor_view .table-custom .tr .td-3{
  display: none; 
}
#my_visitor_view .table-custom .tr .td-4{
  width: 100%;  
  margin-bottom: 20px;
}
#my_visitor_view .table-custom .tr .btn-xs{
  width: 100%; 
  height: 35px; 
  line-height: 32px;
  font-size: 3.2vw; 
}
#my_visitor_view .section-detail .sub-cont-half{
  float: none !important;
  width: 100%; 
}
.invoice-detail{
  margin-bottom: 40px; 
}
.invoice-detail .tr {
  display: block;
  padding: 20px 10px; }
  #my_visitor_view .table-custom.invoice-detail .tr:last-of-type {
    border-bottom: none; }

.invoice-detail .line {
  display: table;
  margin-bottom: 12px; }
  .invoice-detail .line:last-of-type {
    margin-bottom: 0; }
  .invoice-detail .line .th {
    display: table-cell !important;
    width: 30vw;
    font-weight: 300;
    font-size: 3.5vw;
    color: #888888;
    text-align: left;
    vertical-align: top; }
  .invoice-detail .line .td {
    display: table-cell !important;
    width: calc( 100% - 30vw);
    color: #221e1f;
    font-weight: 300;
    font-size: 3.5vw;
    text-align: left;
    line-height: 1.4em; }
    .invoice-detail .line .td.time {
      color: #999999; }
    .invoice-detail .line .td.origin {
      font-weight: 400; }
    .invoice-detail .line .td button {
      margin-bottom: 15px; }
  .invoice-detail .line.total {
    margin-top: 35px; }
    .invoice-detail .line.total .th {
      line-height: 1.5rem; }
    .invoice-detail .line.total .td {
      font-size: 4.3vw;
      font-weight: 500;
      color: #ff3c00;
      vertical-align: middle;
      line-height: 1; }
#my_visitor_view .section-btn{
  display: block; 
}
#my_visitor_view .section-btn .btn-xl {
  width: calc( 50% - 5px);
  height: 45px;
  line-height: 43px;
}
#my_visitor_view .section-btn .btn-xl.right-mobile {
  float: right;
}

/*my page*/

.sub-layout > .left {
  display: none;   
}
.sub-layout > .right {
  width: 100%; 
  float: none; 
}
/*mypage- menu*/
#mypage_menu{
  padding-bottom :140px;
}
#mypage_menu .section-heading-sub{
  margin-bottom: 0; 
}
#mypage_menu .sub-box{
  border-bottom: solid 1px #e9e9e9;
}
#mypage_menu .sub-box .list:after {
  content: "";
  display: table;
  clear: both; }
#mypage_menu .sub-box .list li {
  width: calc( (100% - 2px) / 3);
  margin-right: 1px;
  background: #f7f7f7;
  padding: 18px 0;
  text-align: center;
  float: left; }
#mypage_menu .sub-box .list li:last-child {
  margin-right: 0; }
#mypage_menu .sub-box .list li span {
  display: block;
  margin-bottom: 10px;
  font-size: 3.5vw;
  color: #222; }
#mypage_menu .sub-box .list li b {
  display: block;
  font-size: 5.6vw;
  color: #222; }

.my-nav .my-menu {
  margin-top: 48px;
}
.my-nav .my-menu .heading {
  border-bottom: solid 2px #000;
  padding-bottom: 15px; 
}
.my-nav .my-menu .heading strong {
  display: inline-block;
  font-size: 4.3vw;
  font-weight:600;
  color: #222222; 
}

.my-nav .my-menu .inner a {
  display: block;
  width: 100%; 
  height: 51px; 
  line-height: 50px;
  border-bottom: solid 1px #e9e9e9;
  font-size: 4vw;
  font-weight: 400;
  color: #666666; 
}
.my-nav .my-menu .inner a.active {
  font-weight: 400;
  color: #222222; 
}
  
.my-nav .my-menu-bottom {
  margin-top: 80px; 
}
.my-nav .my-menu-bottom b {
  display: block;
  color: #000000;
  font-size: 1.625rem;
  margin-bottom: 15px; 
}
.my-nav .my-menu-bottom span {
  display: block;
  color: #888888;
  font-size: 0.813rem;
  font-weight: 300;
  margin-bottom: 10px; 
}
.my-nav .my-menu-bottom .btn-md {
  width: 145px;
  margin-top: 15px; 
  line-height: 43px;
}

/*mypage list*/    

#mypage{
  padding-bottom: 110px;
}
#mypage .sub-container{
  padding: 0; 
}
#mypage .cont-header{
  margin-bottom: 80px;
  position: relative;
}
#mypage .cont-header .right{
  position: absolute; 
  top: 73px; 
  right: 20px; 
}
#mypage .cont-header .right .terms-title{
  position: absolute; 
  left: -20.5vw; top: 0;
  color: #222222;
  font-size: 3.5vw; 
  line-height: 35px;
  padding-left: 23px;
  background: url(../../images/icons/payment_sm.png) no-repeat;
  background-position: left center;
  vertical-align: super;
}
#mypage .cont-body{
  padding: 0 20px;
}
#mypage .table-custom .tr{
  border: none; 
  position: relative; 
  padding-top: 52px;
}
#mypage .table-custom .tr .td-2,
#mypage .table-custom .tr .td-3{
  display: none; 
}
#mypage .table-custom .tr .td-4{
  width: 100%; 
  height: 52px; 
  background: #fcfcfc;
  border-bottom: solid 1px #e9e9e9; 
  position: absolute; 
  padding-left: 12px; 
  left: 0; top: 0; 
  border-top: solid 1px #222222;
}
#mypage .table-custom .tr .td-4 a{
  font-size: 4vw; 
  font-weight: 600;
  line-height: 51px; 
}
#mypage .table-custom .tr .td-4 .tracking-num{
  display: none;
}
#mypage .table-custom .tr .td-4 a::after{
  content: "\e9c3";
  font-family: 'icomoon';
  font-size: 4.4vw;
  padding-left: 8px; 
  vertical-align: bottom;
}
#mypage .info-m .tracking-num{
  display: block; 
  margin-top: 8px;
  color: #666666; 
}

#mypage .info-m .tracking-num a{
  color: #122eab; 
} 

#mypage_view{
  padding-bottom: 146px;
}
#mypage_view .sub-container{
  padding: 0; 
}
#mypage_view .sub-cont{
  padding: 0 20px; 
}
#mypage_view .invoice-table .table-body{
  border-top: solid 1px #222222;
}
#mypage_view .invoice-table .tr{
  border-bottom: solid 1px #e9e9e9; 
}
#mypage_view .list-item{
  border-bottom: none;
}

#mypage_view .invoice-table .tr .td-2,
#mypage_view .invoice-table .tr .td-3{
  display: none; 
}
#mypage_view .invoice-table .tr .td-4{
  width: 100%;  
  margin-bottom: 20px;
}
#mypage_view .invoice-table .tr .btn-xs{
  width: 100%; 
  height: 35px; 
  line-height: 32px;
  font-size: 3.2vw; 
}

#mypage_view .section-btn{
  padding-top: 3px;
  display: block; 
  text-align: center;
  padding-top: 30px;
  
}
#mypage_view .section-btn .btn-xl{
  width: 43vw;
  height: 45px; 
  line-height: 43px;
}


/*mypage_subscribe_list*/ 
#mypage_subscribe{
  padding-bottom: 100px;
}
#mypage_subscribe .sub-container{
  padding: 0; 
}
#mypage_subscribe .cont-body{
  padding: 0 20px;
}

.subscribe-list{
  padding-top: 20px;
}
.subscribe-list .item{
  width: 100%; 
  border: solid 1px #ececec; 
  margin-bottom: 15px; 
}
.subscribe-list .item .top{
  padding: 20px;
}
.subscribe-list .item .top .thumb{
  width: 100%; 
  height: 150px;
  position: relative;
  overflow: hidden;
}
.subscribe-list .item .top .thumb img{
  display: block; 
  width: 100%; 
  position: relative; 
  left: 0; top: 50%; 
  transform: translateY(-50%);
}

.subscribe-list .item .top .info{
  padding-top: 25px;
  text-align: center;
}
.subscribe-list .item .top .info strong{
  display: inline-block;
  font-size: 4.5vw;
  line-height: 1.4em;
  font-weight: 400;
  word-break: keep-all;
  color: #000000;
  margin-bottom: 18px;
}
.subscribe-list .item .bottom{
  padding: 20px; 
  padding-top: 30px;
  background: #f5f5f5; 
  text-align: center;
}
.subscribe-list .item .bottom strong{
  font-size: 4.3vw;  
  font-weight: #221e1f;
  font-weight: 400;
  display: block;
  margin-bottom: 15px; 
}
.subscribe-list .item .bottom span{
  font-size: 3.7vw;
  color: #666666;
  line-height: 1.5em;
  font-weight: 300;
}
.subscribe-list .btn-box{
  margin-top: 20px;
}
.subscribe-list .btn-box .btn-xs {
  width: calc( 50% - 5px);
  height: 35px;
  line-height: 33px; 
}
.subscribe-list .btn-box .btn-xs.right-mobile {
  float: right; 
}
.subscribe-list .item.add {
  position: relative; 
  height: 100px;
}
.subscribe-list .item.add .subs-link {
  display: block;
  color: #999999;
  font-size: 2.9vw;
  font-weight: 300;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); 
}
.subscribe-list .item.add .subs-link::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url("../../images/icons/plus_lg.png") no-repeat;
  background-size: 100%;
  margin: 0 auto;
  margin-bottom: 10px; 
}
/*mypage_subscribe_view*/ 
#mypage_subscribe_view {
  padding-bottom: 100px;
}
#mypage_subscribe_view .sub-section{
  padding-top: 15px; 
}

#mypage_subscribe_view .result-table .table th{
  width: 28vw; 
  color: #888888;
}

#mypage_subscribe_view .td-radio::after{
  content:'';
  display: block; 
  clear: both;
}
#mypage_subscribe_view .radio-box{
  float: left;
  width: 23.7vw;
  line-height: 40px;
}
#mypage_subscribe_view .td-radio .payment {
  display:inline-block;
  padding-left: 23px;
  position: relative;
  background: url("../../images/icons/payment_sm.png") no-repeat;
  background-position: left center;
  margin-right: 20px;
  font-weight: 400; 
  margin-top: 5px;
}
#mypage_subscribe_view .section-btn{
  padding-top: 3px;
  display: block; 
  text-align: center;
  padding-top: 30px;
  
}
#mypage_subscribe_view .section-btn .btn-xl{
  width: 43vw;
  height: 45px; 
  line-height: 43px;
}

/*mypage modify*/   
#mypage_modify{
  padding-top: 20px;
  padding-bottom: 75px;
}
#mypage_modify .cont-header{
  margin-bottom: 0; 
  height: 55px; 
  line-height: 55px;
}
#mypage_modify .order-table .cart-list{
  padding-top: 20px
}
#mypage_modify .section-btn {
  display: block;
  margin-top: 20px;
  text-align: center; /*취소,확인 중 취소 주석처리로 인한 정렬 방식 변경*/
}
#mypage_modify .section-btn .btn-lg {
  width: calc( 50% - 5px);
  height: 45px;
  line-height: 43px; 
}
#mypage_modify .section-btn .btn-lg.right-mobile {
/*  float: right; */ /*취소,확인 중 취소 주석처리로 인한 정렬 방식 변경*/
}
#mypage_modify .td.pw-hide{
  width: 100% !important; 
  display: none;
}
#mypage_modify .td.pw-hide .m-right{
  padding-top: 10px; 
  text-align: right;
}
.result-table.terms .td-date{
  position: relative; 
}
.result-table.terms .td-date input{
  width: 1px; 
  height: 37px; 
  border: none; 
  background: transparent;
  margin-left: 11px;
  color: transparent;position: absolute; 
  left: 10px; top: 40px; 
}
/*datepicker custom*/
.ui-widget-content{
  width: 360px;
  max-width: 100%;
  border: solid 1px #111111;
  border-radius: 0;
  padding: 25px;
  padding-top: 40px;
  background: #fff; 
}
.ui-datepicker .ui-datepicker-header{
  padding: 0; 
  border: none; 
  background: none; 
  margin-bottom: 30px; 
}
.ui-datepicker .ui-datepicker-title{
  color: #222222; 
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: -0.03em;
}
.ui-widget-header .ui-icon{
  background-image: none;
}
.ui-datepicker .ui-datepicker-prev::before{
  content: '\e9c8';
  font-family: 'icomoon';
}
.ui-datepicker .ui-datepicker-next{
  text-align: right;
}
.ui-datepicker .ui-datepicker-next::before{
  content: '\e9cb';
  font-family: 'icomoon';
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
  display: none;
}

.ui-datepicker th{
  margin: 0; 
  font-size: .875rem;
  color: #666666; 
  font-weight: 400;
  padding: 0; 
  padding-bottom: 30px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
  background: transparent;
  font-weight: 300;
  color: #222222; 
  font-size: .875rem;
  text-align: center;
  letter-spacing: -0.03em;
  border: none; 
  padding: 8px 0;
}
.ui-state-default.ui-state-highlight,
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background: #3beab0;
  color: #fff; 
  border: none; 
}
.ui-datepicker .ui-datepicker-buttonpane{
  border-color: #e5e5e5;
  width: 100%; 
  padding: 15px;
  padding-top: 5px;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{
  display: none;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close{
  width: 128px; 
  height: 52px; 
  line-height: 50px;
  color: #fff; 
  background: #221e1f;
  border-color: #221e1f;
  display: inline-block;
  padding: 0; 
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button.btn-sm{
  width: 128px; 
  height: 52px; 
  line-height: 50px;
  padding: 0; 
  font-size: 1rem;
  font-weight: 400;
  float: left;
}
.ui-datepicker .ui-datepicker-buttonpane button.btn-sm:hover{
  background: #fff; 
}

.daterangepicker{
  width: 100% !important;
  top: 0 !important;
  border: solid 1px #fff; 
  border-radius: 0;
  padding-top: 80px; 
  padding-left: 30px; 
  padding-right: 30px; 
  margin-top: 0; 
}


.daterangepicker:before, .daterangepicker:after{
  display: none;
}
.drp-calendar.left.single{
  width: 100%; 
  max-width: 100%;
  padding: 0 !important; 
  margin-bottom: 10px;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td{
  font-size: .875rem; 
  color: #222222; 
  height: 28px; 
  line-height: 28px;
  border-radius: 0;
}

.daterangepicker .calendar-table th:hover{
  background: #fff; 
}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date{
  color: #999; 
}

.daterangepicker th.month,
.daterangepicker th.prev,
.daterangepicker th.next{
  padding-bottom: 25px; 
}

.daterangepicker th.month{
  color: #222222;
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.daterangepicker .calendar-table .next span{
  border: none;
}
.daterangepicker .calendar-table .next::after{
  content: '\e9cb';
  font-family: 'icomoon';
  float: right; 
  font-size: 1rem;
}
.daterangepicker .calendar-table .prev span{
  border: none;
}
.daterangepicker .calendar-table .prev::after{
  content: '\e9c8';
  font-family: 'icomoon';
  float: left; 
  font-size: 1rem;
}

.daterangepicker thead tr:last-of-type th{
  padding-bottom: 25px;
  color: #666666; 
  font-weight: 400;
}
.daterangepicker td.start-date.end-date{
  border-radius: 0;
} 
.daterangepicker td.active, .daterangepicker td.active:hover{
  color: #fff; 
  background: #3beab0;
}
.daterangepicker.show-calendar .drp-buttons{
  margin-top: 20px; 
  padding-top: 22px; 
  padding-bottom: 32px;
  text-align: center;
}
.daterangepicker.show-calendar .drp-buttons::after{
  content: ''; 
  display: block; 
  clear: both;
}
.daterangepicker .drp-buttons .btn{
  width: 115px; 
  margin: 0 5px;
  height: 40px !important;
  font-weight: 400;
  font-size: 3.5vw;

}


#signup{
  padding-bottom: 100px; 
}
#signup .section-heading-sub .sub-container{
  padding: 0
}
#signup .grey-box{
 background: #f7f7f7;  
 border-bottom: none; 
}
#signup .sign-cont .sign-sns{
  padding-top: 10px; 
  border-top: none;
}
#signup .sign-cont .sign-sns strong{
  display: block; 
  font-size: 4vw;
  margin-bottom: 15px; 
}
#signup .sign-cont .sign-sns span{
  display: block; 
  padding: 0 60px;
  font-size: 3.6vw;
  line-height: 1.4em;
  color: #666666; 
  word-break: keep-all;
  margin-bottom: 25px; 
}
.order-table .input-tr .td .input-group.sns{
  width: auto; 
}
.order-table .tr .policy-box {
  width: 100%;
  height: 150px;
  overflow-y: auto;
  background: #f5f5f5;
  display: none; 
  padding: 18px 22px;
}
.order-table .tr .policy-box .item{
margin-bottom: 20px; 
}
.order-table .tr .policy-box .item strong{
color: #222222; 
font-size: 3.2vw;
font-weight: 400;
line-height: 1.286em;
display: block; 
word-break: keep-all;
}
.order-table .tr .policy-box .item span{
color: #666666; 
font-size:  3.2vw;
font-weight: 400;
line-height: 1.286em;
display: block; 
word-break: keep-all;
}
.order-table .tr .input-group .underline{
  display: inline-block;
  width: 55px;
  margin-left: 17px;
  margin-top: 0;
  background: transparent;
  
}
.order-table .tr .input-group .underline::before {
  content: '약관열기';
  font-weight: 400;
  letter-spacing: -0.03em;
  font-size: 3.5vw;
}
.order-table .tr .input-group .underline.open::before {
  content: '약관닫기';
}
.underline::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 3.5vw;
}
#signup .section-btn{
  display: block; 
  padding-top: 30px;
}

.input-group.agree .chk-control + label{
  line-height: 1.7em;
  word-break: keep-all;
}
.order-table .input-tr.border{
  padding-bottom: 20px;
  border-bottom: solid 1px #e2e2e2;
}

/*brand*/
#brand .section-sub-visual{
  height: 106.7vw;
}
#brand .section-sub-visual .swiper-slide.first{
  background:url('../../images/sub/brand_visual01_m.png')no-repeat !important;
  background-size: cover !important; 
}
#brand .section-sub-visual .swiper-slide.second{
  background:url('../../images/sub/brand_visual02_m.png')no-repeat !important;
  background-size: cover !important; 
}
.section-sub-visual .visual-cont h1:lang(en){
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.24em;
}
 #brand .section-sub-visual .sub-container{
  height: auto;
  top: 0; 
  left: 50%;
  transform: translate(-50%, 0);
} 
#brand .section-sub-visual .visual-cont{
  top: 0; 
  transform: translateY(0);
  padding-top: 35px;
}


.brand-section01{
  padding: 10vw 0;
}
#brand .left,
#brand .right{
  width: 100%; 
  display: block;
  float: none; 
}
.img-ani-box img{
  display: block; 
  max-width: 100%;
}
.brand-ttl{
  font-size: 10.5vw; 
  line-height: 1.280em;
  color: #333333;
  display: block; 
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.brand-ttl b{
  color: #122eab; 
  font-weight: 700;
}
.brand-section span{
  color: #666666; 
  font-size: 3.9vw;
  line-height: 1.667em;
  display: block;
}

.point-box{
  margin-top: 75px; 
}
.point-box .point-line{
  width: 100%; 
  line-height: 1.4em;
  display: inline-block;
  padding: 0; 
  position: relative;
}
.point-box .point-line::after{
  content:'rr';
}
.point-box .point-line strong{
  position: relative; 
  font-size: 1.2rem;
  z-index: 3;
  color: #1c265a;
}

.point-box .point-line::after{
  content: '';
  width: 100%;
  height: .7em;
  background: #62eec0;
  opacity: .55;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: 1; 
}
.point-box ul{
  margin-top: 40px; 
}
.point-box ul::after{
  content:'';
  display: block;
  clear: both; 
}
.point-box ul li{
  float: left; 
  text-align: center;
  width: 50%;
  padding-top: 75px; 
  margin-bottom: 30px; 
}


.point-box ul li:nth-child(1){
  background: url('../../images/icons/brand_01.png')no-repeat; 
  background-position: center top;
}
.point-box ul li:nth-child(2){
  background: url('../../images/icons/brand_02.png')no-repeat; 
  background-position: center top;
}
.point-box ul li:nth-child(3){
  background: url('../../images/icons/brand_03.png')no-repeat; 
  background-position: center top;
}
.point-box ul li:last-child{
  background: url('../../images/icons/brand_04.png')no-repeat; 
  background-position: center top;
  margin-right: 0; 
}
.point-box ul li span{

  font-size: 3.8vw; 
  color: #555555; 
  font-weight: 400;
  line-height: 1.5em;
}

.brand-section02{
  padding-bottom: 65px; 
}
.brand-section02 .roll-banner{
  overflow: hidden;
  white-space: nowrap;
}
.brand-section02 .roll-banner img{
  margin-right: 50px;
  width: 550px;
}
.brand-section03 .left span{
  margin-bottom: 30px; 
}
.brand-section03 .left .img-ani-box{
  padding-top: 30px; 
}
.brand-section03 .attach-box{
  margin-top: 30px; 
}
.brand-section03 .attach-box img{
  display: block; 
  width: 100%; 
}

.brand-section04{
  padding: 120px 0; 
}
.brand-section04 .img-ani-box{
  padding-top: 30px;
}
.brand-section04 span{
  margin-bottom: 30px; 
}
.brand-banner{
  background: url('../../images/sub/brand_banner.png')no-repeat;
  background-size: cover;
  padding: 50px 0; 
  text-align: center;
}
.brand-banner .sub-container{
  padding: 0; 
}
.brand-section05 strong{
  font-size: 6.2vw;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #fff; 
  display: inline-block; 
  margin-bottom: 20px; 
}
.brand-section05 span{
  font-size: 3.9vw;
  color: #fff; 
  display: inline-block; 
  margin-bottom: 35px; 
}

.btn-sm-auto{
  width: 34.9vw;
  height: 12vw;
  font-size: 3.7vw;
  line-height: 12vw;
  display: inline-block;
  border: none;
  cursor: pointer;
  transition: .25s;
  text-align: center;
}
.btn-grey {
  background: #999;
  color: #fff; }