@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@300;400;600;700;800&display=swap");
body {
  font-family: 'Open Sans', 'Noto Sans KR', sans-serif;
  letter-spacing: -0.03em; }
  body.hidden{
    overflow: hidden;
    width: 100%; 
    height: 100%; 
  }

a, input, textarea, button {
  font-family: 'Open Sans', 'Noto Sans KR', sans-serif;
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

a, button {
  cursor: pointer; }

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

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

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

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

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

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

.mt-60 {
  margin-top: 60px; }
.mb-20 {
  margin-bottom: 20px; }
.mb-30 {
  margin-bottom: 30px; }
    
.mb-60 {
  margin-bottom: 60px; }
.mb-110 {
  margin-bottom: 110px; }

/*---BUTTONS---*/
.btn-xl {
  width: 255px;
  height: 65px;
  font-size: 1.063rem;
  line-height: 63px;
  display: inline-block;
  border: solid 1px transparent;
  cursor: pointer;
  transition: .25s;
  text-align: center; }

.btn-lg {
  width: 185px;
  height: 65px;
  font-size: 1.063rem;
  line-height: 63px;
  display: inline-block;
  border: solid 1px transparent;
  cursor: pointer;
  transition: .25s;
  text-align: center; }

.btn-md {
  width: 175px;
  height: 52px;
  font-size: 1rem;
  line-height: 50px;
  display: inline-block;
  border: solid 1px transparent;
  cursor: pointer;
  transition: .25s;
  text-align: center; }


.btn-sm {
  width: 135px;
  height: 42px;
  font-size: 1rem;
  line-height: 40px;
  display: inline-block;
  border: solid 1px transparent;
  cursor: pointer;
  transition: .25s;
  text-align: center; }
.btn-sm-auto {
  width: auto;
  height: 42px;
  font-size: 1rem;
  line-height: 40px;
  display: inline-block;
  border: solid 1px transparent;
  cursor: pointer;
  transition: .25s;
  text-align: center; 
  padding: 0 20px;
}
.btn-xs {
  width: 95px;
  height: 32px;
  font-size: .875rem;
  font-weight: 300;
  line-height: 30px;
  display: inline-block;
  border: solid 1px transparent;
  cursor: pointer;
  transition: .25s;
  text-align: center; }

.btn-xs-auto {
  width: auto;
  height: 34px;
  font-size: .875rem;
  font-weight: 400;
  padding: 0 17px;
  display: inline-block;
  border: solid 1px transparent;
  cursor: pointer;
  transition: .25s;
  text-align: center;
  line-height: 32px;
}

.btn-xxs-auto {
  width: auto;
  height: 30px;
  font-size: .813rem;
  font-weight: 300;
  padding: 0 10px;
  display: inline-block;
  border: solid 1px transparent;
  cursor: pointer;
  transition: .25s;
  text-align: center; }

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

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

.btn-grey {
  background: #999;
  color: #fff; }

.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-border-none {
  color: #221e1f;
  border: solid 1px transparent;
  background: #fff; }

.btn-npay {
  color: #fff;
  background-color: #00c73c;
  background-position: 30px center;
  text-align: center; }
  .btn-npay::before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 24px;
    background: url("../../images/icons/npay_wh.png") no-repeat;
    margin-right: 5px;
    vertical-align: middle; }
.btn-noshow{
  display: none;
}
.chk-control {
  display: none; }

.chk-control + label {
  line-height: 50px;
  color: #222222;
  font-size: .938rem;
  font-weight: 300;
  position: relative;
  padding-left: 30px; }

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

.chk-control:checked + label::before {
  content: "\ed6e";
  color: #fff;
  font-family: 'icomoon';
  font-size: .85rem;
  line-height: 16px;
  border-color: #122eab;
  background: #122eab;
  text-align: center; }
  .input-group .chk-control + label {
    padding-right: 30px; }
.input-group .chk-control + label::before {
  border: solid 1px #959595;
  margin-right: 8px; }

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

.input-group .chk-label {
  padding-right: 30px; }

.radio-control {
  display: none; }

.radio-control + label {
  margin-right: 40px;
  padding-left: 25px;
  position: relative;
  line-height: 45px; }

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

.radio-control:checked + label::after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #103821;
  position: absolute;
  left: 4px;
  top: 6px; }

.input-control {
  width: 100%;
  height: 45px;
  border: none;
  border-bottom: solid 1px #e5e5e5;
  color: #222222;
  font-size: .938rem;
  font-weight: 300; }
  .input-control:disabled {
    background: #fff;  }
.input-control:focus {
  border-bottom: solid 1px #222222; }

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

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

.input-control::placeholder {
  color: #999999;
  font-size: .938rem;
  font-weight: 300; }

.text-control {
  width: 100%;
  height: 195px;
  border-bottom: solid 1px #e5e5e5;
  padding-top: 15px;
  color: #222222;
  font-size: .938rem; }
  .text-control:focus {
    border-bottom: solid 1px #222222; }
  .text-control::-moz-placeholder {
    color: #999999;
    font-size: .938rem;
    font-weight: 300; }
  .text-control:-ms-input-placeholder {
    color: #999999;
    font-size: .938rem;
    font-weight: 300; }
  .text-control::placeholder {
    color: #999999;
    font-size: .938rem;
    font-weight: 300; }

.file-control {
  display: none; }

.m-btn {
  display: none !important;
}
.m-banner {
  display: none !important;
}
.m-sort {
  display: none; }

.m-list {
  display: none; }

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

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

.m-ttl {
  display: none !important; }

.backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 10;
  display: none; }
.backdrop.wh{
  opacity: 0;
}
/*header*/
.header-wrap {
  width: 100%;
  min-width: 1280px;
  height: auto;
  padding: 0 68px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 8;
  border-bottom: solid 1px #e5e5e5;
  background: #fff; }

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

.logo {
  display: inline-block;
  width: 232px;
  height: auto;
  position: absolute;
  left: 0;
  top: 22px; }
  .logo img {
    display: inline-block;
    width: 100%; }

.gnb {
  display: inline-block;
  width: auto;
  height: auto; }
  .gnb > ul:after {
    content: "";
    display: table;
    clear: both; }
  .gnb > ul > li {
    float: left;
    width: auto;
    margin-right: 23px;
    padding: 0 20px;
    border-bottom: solid 3px transparent;
    position: relative;
    transition: .25s;
    cursor: pointer; }
    .gnb > ul > li:last-child {
      margin-right: 0; }
    .gnb > ul > li:hover {
      border-bottom: solid 3px #103821; }

.menu {
  font-size: 1.188rem;
  color: #000000;
  line-height: 98px;
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer; }

.subnav {
  position: fixed;
  top: 101px;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  text-align: center;
  display: none; }
  .subnav ul {
    display: inline-block;
    width: auto; }
    .subnav ul:after {
      content: "";
      display: table;
      clear: both; }
    .subnav ul li {
      float: left; }
      .subnav ul li:last-child {
        margin-right: 0; }

.sub-store {
  padding-top: 25px;
  padding-bottom: 20px;
  display: none; }
  .sub-store ul li {
    margin-right: 70px; }
    .sub-store ul li a {
      display: inline-block;
      padding-top: 50px;
      position: relative;
      font-size: .875rem; }
      .sub-store ul li a:hover::before {
        opacity: 1; }

.menu-all {
  width: 60px; }
  .menu-all::before {
    content: url("../../images/icons/icon_all.png");
    opacity: .7;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    transition: .25s; }

.menu-beauty {
  width: 45px; }
  .menu-beauty::before {
    content: url("../../images/icons/icon_beauty.png");
    opacity: .7;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    transition: .25s; }

.menu-life {
  width: 54px; }
  .menu-life::before {
    content: url("../../images/icons/icon_life.png");
    opacity: .7;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    transition: .25s; }

.menu-health {
  width: 45px; }
  .menu-health::before {
    content: url("../../images/icons/icon_health.png");
    opacity: .7;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    transition: .25s; }

.sub-text {
  padding-top: 20px;
  padding-bottom: 23px; }
  .sub-text ul li {
    margin-right: 55px; }
    .sub-text ul li a {
      font-size: 1rem;
      color: #000000;
      letter-spacing: -0.02rem;
      position: relative;
      transition: .25s; }
      .sub-text ul li a::after {
        content: '';
        width: 100%;
        height: 1px;
        background: #367651;
        position: absolute;
        left: 0;
        top: 23px;
        opacity: 0;
        transition: .3s; }
    .sub-text ul li:hover a {
      color: #367651; }
      .sub-text ul li:hover a::after {
        opacity: 1; }

.header-right {
  display: inline-block;
  height: auto;
  position: absolute;
  right: 45px;
  top: 30px; }
  .header-right .cart {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border: none;
    vertical-align: bottom;
    background: url("../../images/icons/product_bag_bk.svg") no-repeat;
    background-size: 22px;
    background-position: center center;
    position: relative;
    cursor: pointer; }
    .header-right .cart 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 .cart.mobile {
      display: none; }
  .header-right .search {
    width: 40px;
    height: 40px;
    border: none;
    vertical-align: bottom;
    background: url("../../images/icons/header_search_bk.svg") no-repeat;
    background-size: 22px;
    background-position: center center;
    cursor: pointer; }
  .header-right .util {
    display: inline-block;
    vertical-align: super;
    margin-bottom: 10px;
    margin-right: 25px; }
    .header-right .util:after {
      content: "";
      display: table;
      clear: both; }
    .header-right .util li {
      float: left;
      position: relative; }
      .header-right .util li a {
        font-size: .813rem;
        color: #777;
        padding: 5px 10px; }
      .header-right .util li::after {
        content: '';
        width: 1px;
        height: 15px;
        background: #777;
        position: absolute;
        right: 0;
        top: 2px; }
      .header-right .util li:last-child::after {
        display: none; }
      .header-right .util li .cupon {
        display: inline-block;
        width: 80px;
        position: absolute;
        top: 150%;
        left: 50%;
        transform: translateX(-50%);
        background: #3beab0;
        font-size: .75rem;
        color: #fff;
        padding: 8px 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; }
        .header-right .util li .cupon::after {
          content: '';
          width: 0;
          height: 0;
          border: 0 solid transparent;
          border-right-width: 5px;
          border-left-width: 5px;
          border-bottom: 5px solid #3beab0;
          position: absolute;
          top: -5px;
          left: 50%;
          margin-left: -2.5px; }

.btn-menu {
  width: 40px;
  height: 40px;
  border: none;
  position: absolute;
  right: -6px;
  top: 30px;
  background: url("../../images/icons/header_menu_bk.svg") no-repeat;
  background-size: 27px;
  background-position: center center; }

.search-wrap {
  width: 100%;
  min-width: 1280px;
  height: auto;
  z-index: 11;
  padding-top: 150px;
  padding-bottom: 130px;
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  display: none; }
  .search-wrap .close {
    width: 40px;
    height: 40px;
    background-color: transparent;
    background: url("../../images/icons/header_close_bk.svg") no-repeat;
    background-position: center center;
    background-size: 26px;
    border: none;
    position: absolute;
    right: 60px;
    top: 40px;
    cursor: pointer; }
  .search-wrap .box {
    width: 790px;
    height: auto;
    margin: 0 auto; }

.search-input {
  width: 100%;
  background-color: lavender;
  padding-right: 200px;
  padding-top: 15px;
  height: 65px;
  background: url("../../images/icons/header_search_bk.svg") no-repeat;
  background-size: 22px;
  background-position: 0 30px;
  position: relative; }
  .search-input input {
    width: 100%;
    height: 50px;
    border: none;
    background: transparent;
    border-bottom: solid 1px #000000;
    padding-left: 43px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    font-size: 1.125rem;
    color: #221e1f; }
    .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; }
  .search-input .del {
    right: 225px;
    width: 15px;
    height: 15px;
    top: 35px;
    background: url("../../images/icons/header_close_bk.svg") no-repeat;
    background-size: 13px;
    opacity: .6;
    transition: .2s;
    z-index: 2; }
    .search-input .del:hover {
      opacity: 1; }

.search-words {
  margin-top: 35px; }
  .search-words strong {
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
    letter-spacing: -0.03em; }
  .search-words a {
    padding: 0;
    padding-left: 10px;
    font-size: .938rem;
    font-weight: 300;
    color: #000000;
    background: transparent;
    border: none;
    cursor: pointer; }

.cart-preview-wrap {
  width: 520px;
  height: calc( 100vh - 100px);
  padding: 35px 60px;
  padding-bottom: 0;
  position: fixed;
  top: 100px;
  right: 0;
  background: #fff;
  border-top: solid 1px #e5e5e5;
  display: none;
  z-index: 11; }
  .cart-preview-wrap .heading {
    height: 45px;
    border-bottom: solid 3px #333333; }
    .cart-preview-wrap .heading strong {
      font-size: 1.125rem;
      font-weight: 400;
      letter-spacing: -0.04em; }
    .cart-preview-wrap .heading .close {
      width: 18px;
      height: 24px;
      float: right;
      border: none;
      background: url("../../images/icons/header_close_bk.svg") no-repeat;
      background-size: 100%;
      background-position: center center;
      opacity: .5; }
  .cart-preview-wrap .box-top {
    height: auto;
    max-height: calc( 100vh - 490px);
    overflow: auto; }
    .cart-preview-wrap .box-top .list ul li {
      display: table;
      border-bottom: solid 1px #eeeeee;
      height: 215px; }
      .cart-preview-wrap .box-top .list ul li:last-child {
        border-bottom: none; }
      .cart-preview-wrap .box-top .list ul li .thumb {
        display: table-cell;
        width: 145px;
        height: 215px;
        vertical-align: middle; }
        .cart-preview-wrap .box-top .list ul li .thumb img {
          display: block;
          max-width: 80%;
          max-height: 60%;
          margin: 0 auto; }
      .cart-preview-wrap .box-top .list ul li .info {
        padding-left: 25px;
        height: 100%;
        padding-top: 45px;
        position: relative; }
        .cart-preview-wrap .box-top .list ul li .info .title {
          font-size: 1rem;
          color: #000000;
          line-height: 1.3em;
          font-weight: 500;
          letter-spacing: -0.03em;
          word-break: keep-all; }
        .cart-preview-wrap .box-top .list ul li .info .price {
          width: 100%;
          margin-top: 12px; }
          .cart-preview-wrap .box-top .list ul li .info .price span {
            font-size: 0.813rem;
            color: #999999;
            text-decoration: line-through; }
          .cart-preview-wrap .box-top .list ul li .info .price .current {
            font-size: 1.125rem;
            color: #000000;
            text-decoration: none;
            margin-left: 2px; }
            .cart-preview-wrap .box-top .list ul li .info .price .current b {
              font-size: 1.188rem;
              padding-right: 5px; }
        .cart-preview-wrap .box-top .list ul li .info .underline {
          display: inline-block;
          width: auto;
          position: absolute;
          left: 25px;
          bottom: 60px;
          padding: 0;
          padding-bottom: 4px;
          font-size: .75rem;
          color: #999999;
          background: none;
          border: none; }
          .cart-preview-wrap .box-top .list ul li .info .underline::after {
            content: '';
            width: 100%;
            height: 1px;
            background: #999999;
            position: absolute;
            left: 0;
            bottom: 0; }
  .cart-preview-wrap .box-bottom {
    width: 100%;
    padding: 0 60px;
    padding-bottom: 35px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff; }
    .cart-preview-wrap .box-bottom .price {
      border-top: solid 1px #000;
      padding-top: 25px; }
      .cart-preview-wrap .box-bottom .price div {
        letter-spacing: -0.04em;
        margin-bottom: 10px; }
        .cart-preview-wrap .box-bottom .price div:after {
          content: "";
          display: table;
          clear: both; }
        .cart-preview-wrap .box-bottom .price div strong {
          float: left;
          font-size: 1rem;
          color: #000;
          font-weight: 400; }
        .cart-preview-wrap .box-bottom .price div span {
          float: right;
          font-size: 1rem;
          color: #ff3c00; 
          text-decoration: none;
        }
          .cart-preview-wrap .box-bottom .price div span b {
            font-size: 1.125rem;
            text-decoration: none;
           }
        .cart-preview-wrap .box-bottom .price div.shiping {
          margin-bottom: 28px; }
          .cart-preview-wrap .box-bottom .price div.shiping strong {
            float: left;
            font-size: .938rem;
            color: #666666;
            font-weight: 400; }
          .cart-preview-wrap .box-bottom .price div.shiping span {
            float: right;
            font-size: .938rem;
            color: #666666; }
    .cart-preview-wrap .box-bottom .btns {
      margin-bottom: 25px; }
      .cart-preview-wrap .box-bottom .btns:after {
        content: "";
        display: table;
        clear: both; }
      .cart-preview-wrap .box-bottom .btns a {
        width: calc( 50% - 5px); }
      .cart-preview-wrap .box-bottom .btns a:first-of-type {
        float: left; }
      .cart-preview-wrap .box-bottom .btns a:last-of-type {
        float: right; }
    .cart-preview-wrap .box-bottom .join {
      text-align: center; }
      .cart-preview-wrap .box-bottom .join span {
        display: block;
        font-size: .938rem;
        line-height: 1.3rem;
        margin-bottom: 10px;
        letter-spacing: -0.04em;
        color: #222; }
      .cart-preview-wrap .box-bottom .join .underline {
        display: inline-block;
        width: auto;
        height: 22px;
        font-size: .938rem;
        font-weight: 400;
        color: #ff3c00;
        position: relative; }
        .cart-preview-wrap .box-bottom .join .underline::after {
          content: '';
          width: 100%;
          height: 1px;
          background: #ff3c00;
          position: absolute;
          left: 0;
          bottom: 0; }

.slidenav-wrap {
  width: 580px;
  height: 100vh;
  min-height: 800px;
  overflow: auto;
  padding: 0 70px;
  position: absolute;
  padding-bottom: 70px;
  right: -580px;
  top: 0;
  background: #fff;
  transition: .3s ease-out; }
  .slidenav-wrap.open {
    z-index: 11;
    position: fixed;
    right: 0px;
    transition: .3s ease-out; }
  .slidenav-wrap .heading {
    width: 100%;
    height: 100px;
    background: url("../../images/icons/logo_symbol.svg") no-repeat;
    background-size: 50px 58px; 
    background-position: left center; }
    .slidenav-wrap .heading .close {
      width: 26px;
      height: 26px;
      padding: 0;
      border: none;
      background: url("../../images/icons/header_close_bk.svg") no-repeat;
      background-size: 100%;
      float: right;
      margin-top: 37px; }
  .slidenav-wrap .slidenav > ul {
    margin-top: 110px; }
    .slidenav-wrap .slidenav > ul > li {
      padding-bottom: 35px; }
      .slidenav-wrap .slidenav > ul > li .s-menu {
        display: inline-block;
        font-size: 1.375rem;
        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: 25px; }
          .slidenav-wrap .slidenav > ul > li .s-subnav li a {
            font-size: 1.125rem;
            color: #666666;
            font-weight: 300; }
  .slidenav-wrap .util {
    width: 100%;
    padding: 0 70px;
    padding-bottom: 70px;
    position: absolute;
    left: 0;
    bottom: 0; }
    .slidenav-wrap .util:after {
      content: "";
      display: table;
      clear: both; }
    .slidenav-wrap .util a {
      float: left;
      width: 50%;
      height: 65px;
      color: #221e1f;
      text-align: center;
      font-size: 1.125rem;
      line-height: 63px;
      border: solid 1px #d9d9d9;
      position: relative; }
      .slidenav-wrap .util a:nth-child(2) {
        border-left: none; }
      .slidenav-wrap .util a .cupon {
        display: inline-block;
        width: 80px;
        position: absolute;
        top: -70%;
        left: 50%;
        transform: translateX(-50%);
        background: #3beab0;
        font-size: .75rem;
        line-height: 1;
        color: #fff;
        padding: 8px 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-right-width: 5px;
          border-left-width: 5px;
          border-top: 5px solid #3beab0;
          position: absolute;
          bottom: -5px;
          left: 50%;
          margin-left: -2.5px; }
  .slidenav-wrap .social {
    display: none; }

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

.detail-left {
  display: none; }

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

.footer-cont {
  padding: 0 90px;
  padding-top: 60px;
  padding-bottom: 55px; }
  .footer-cont:after {
    content: "";
    display: table;
    clear: both; }
  .footer-cont .cont01 {
    float: left; }
  .footer-cont .cont02 {
    float: right; }

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

.footer-cont .cont-box {
  padding: 10px 0; }
  .footer-cont .cont-box .heading {
    position: relative; }
    .footer-cont .cont-box .heading strong {
      display: inline-block;
      font-size: 1rem;
      color: #fff;
      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: 72%; }
    .footer-cont.top .cont01:after {
      content: "";
      display: table;
      clear: both; }
    .footer-cont.top .cont01 .right {
      width: 57.5%;
      float: right;
      padding: 10px 50px;
      border-right: solid 1px #1a1a1a; }
      .footer-cont.top .cont01 .right .link {
        float: right;
        width: 20px;
        height: 20px;
        margin-right: -8px;
        background: url("../../images/icons/product_plus_wh.svg") no-repeat;
        background-size: 12px;
        background-position: center center; }
      .footer-cont.top .cont01 .right .noti li {
        margin-bottom: 5px; }
        .footer-cont.top .cont01 .right .noti li a {
          display: block;
          width: 100%;
          height: 100%; }
          .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: calc( 100% - 70px);
          text-overflow: ellipsis;
          white-space: nowrap;
          word-wrap: normal;
          overflow: hidden; }
          .footer-cont.top .cont01 .right .noti li span.date {
            float: right;
            width: 65px;
            text-align: right; }
    .footer-cont.top .cont01 .left {
      width: 42.5%;
      float: left;
      padding-right: 155px;
      border-right: solid 1px #1a1a1a;
      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;
        pointer-events: none; }
      .footer-cont.top .cont01 .left span {
        letter-spacing: -0.05em; }
      .footer-cont.top .cont01 .left .f-btns {
        display: inline-block;
        width: 95px;
        position: absolute;
        right: 50px;
        bottom: 0; }
        .footer-cont.top .cont01 .left .f-btns a {
          display: block;
          cursor: pointer;
          width: 100%;
          height: 30px;
          border: solid 1px #2a2a2a;
          font-size: 0.813rem;
          line-height: 2.154em;
          color: #b9b9b9;
          text-align: center;
          margin-bottom: 10px;
          letter-spacing: -0.03em; }
  .footer-cont.top .cont02 {
    width: 28%; }
    .footer-cont.top .cont02 .cont-box {
      padding: 10px 0;
      padding-left: 48px; }
      .footer-cont.top .cont02 .cont-box .f-link {
        margin-top: 18px; }

.footer-cont.bottom {
  padding-top: 40px;
  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 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 20px;
        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 {
      margin-bottom: 4px; }
      .footer-cont.bottom .cont01 .line span {
        display: inline-block;
        padding-right: 6px; }
      .footer-cont.bottom .cont01 .line:last-of-type {
        margin-bottom: 15px; }
    .footer-cont.bottom .cont01 .f-link-btn {
      font-size: 0.750rem;
      color: #999999;
      background: #3c3c3c;
      padding: 2px 5px; }
  .footer-cont.bottom .cont02 {
    display: inline-block;
    width: auto;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 35px; }
    .footer-cont.bottom .cont02 a {
      display: inline-block;
      width: 23px;
      height: 23px;
      margin-left: 4px; }
      .footer-cont.bottom .cont02 a.btn-insta {
        background: url("../../images/icons/social_insta.svg") no-repeat;
        background-size: 100%; }
      .footer-cont.bottom .cont02 a.btn-naver {
        background: url("../../images/icons/social_naverpay.svg") no-repeat;
        background-size: 100%; }

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

.wrap {
  width: 100%;
  min-width: 1280px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden; }

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

.container {
  width: 1456px;
  margin: 0 auto; }

.sub-contents {
  width: 100%;
  height: auto;
  margin-top: 100px;
  padding-top: 120px; }
  .sub-contents.pt-80 {
    padding-top: 80px; }
    .sub-contents.pt-0 {
      padding-top: 0px; }

.sub-container {
  width: 1280px;
  margin: 0 auto; }
  .sub-container:after {
    content: "";
    display: table;
    clear: both; }

.left {
  float: left; }

.right {
  float: right; }

.center {
  text-align: center; }

@media (max-width: 1488px) {
  .container {
    width: 100%;
    padding: 0 16px;
    min-width: 1280px; } }

@media (max-width: 1312px) {
  .sub-container {
    width: 100%;
    padding: 0 16px;
    min-width: 1280px; } }

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

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

.sub-layout > .left {
  width: 260px;
  padding-bottom: 200px; }

.sub-layout > .right {
  width: calc(100% - 260px);
  padding-bottom: 200px; }

.pt-30 {
  padding-top: 30px; }

/*---Quickmenu---*/
.quick-menus {
  width: 60px;
  height: auto;
  position: fixed;
  right: 70px;
  bottom: 20%;
  z-index: 3;
  display: none; }
@media (max-width: 1560px){
  .quick-menus{
    left: 1400px;
    right: none;
  }
}

  .quick-menus button, .quick-menus a {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    margin-bottom: 6px;
    position: relative; }
    .quick-menus .cart {
    background: url("../../images/icons/product_bag_wh.svg") no-repeat;
    background-position: center center;
    background-size: 23px;
    background-color: #222222; }
    .quick-menus .cart span {
      display: inline-block;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: #ff3c00;
      position: absolute;
      top: 15px;
      right: 10px;
      color: #fff;
      font-size: 11px;
      text-align: center;
      line-height: 18px; }
      .quick-menus .pay {
    background: url("../../images/icons/product_pay_wh.svg") no-repeat;
    background-position: center center;
    background-size: 28px;
    background-color: #222222; }
    .quick-menus .subscript {
    background: url("../../images/icons/subscript.svg") no-repeat;
    background-position: center center;
    background-size: 27px;
    background-color: #222222; }
    .quick-menus .npay {
    background: url("../../images/icons/social_naverpay_wh.svg") no-repeat;
    background-position: center center;
    background-size: 26px;
    background-color: #222222; }
    .quick-menus .scroll-top {
    border: solid 1px #9e9e9e;
    background: url("../../images/icons/scroll_top.png") no-repeat;
    background-color: #fff;
    background-position: center center;
    background-size: 20px;
    cursor: pointer; }
    .quick-menus .hover-btn::before {
    content: attr(data-info);
    display: inline-block;
    width: auto;
    height: 24px;
    position: absolute;
    font-size: 12.5px;
    font-weight: 400;
    color: #222222;
    font-family: 'Noto Sans KR';
    word-break: keep-all;
    border: solid 1px #bebebe;
    padding: 0 10px;
    line-height: 22px;
    background: #fff;
    left: -7px;
    top: 50%;
    transform: translate(-100%, -50%);
    z-index: 1;
    opacity: 0;
    transition: .2s; 
    pointer-events: none;
  }
    .quick-menus .hover-btn::after {
    content: url("../../images/icons/triangle.png");
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    opacity: 0;
    transition: .2s; }
    .quick-menus .hover-btn:hover::before, .quick-menus .hover-btn:hover::after {
    opacity: 1; 
    pointer-events: none;

  }

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

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

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

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

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

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

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

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

.rate-40::after {
  background: url("../../images/icons/rate_full.svg") no-repeat;
  background-size: cover;
  background-position: -18px 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: -72px center; }
  .rate-g.rate-10::after {
    background: url("../../images/icons/rate_full_g.svg") no-repeat;
    background-size: cover;
    background-position: -72px center; }
  .rate-g.rate-15::after {
    background: url("../../images/icons/rate_half_g.svg") no-repeat;
    background-size: cover;
    background-position: -54px center; }
  .rate-g.rate-20::after {
    background: url("../../images/icons/rate_full_g.svg") no-repeat;
    background-size: cover;
    background-position: -54px center; }
  .rate-g.rate-25::after {
    background: url("../../images/icons/rate_half_g.svg") no-repeat;
    background-size: cover;
    background-position: -36px center; }
  .rate-g.rate-30::after {
    background: url("../../images/icons/rate_full_g.svg") no-repeat;
    background-size: cover;
    background-position: -36px center; }
  .rate-g.rate-35::after {
    background: url("../../images/icons/rate_half_g.svg") no-repeat;
    background-size: cover;
    background-position: -18px center; }
  .rate-g.rate-40::after {
    background: url("../../images/icons/rate_full_g.svg") no-repeat;
    background-size: cover;
    background-position: -18px 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; }

/*---BADGE---*/
.mark {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #122eab;
  color: #fff;
  font-size: 2.9vw;
  font-weight: 500;
  text-align: center;
  line-height: 70px;
  position: absolute;
  left: 2.9vw;
  top: 2.9vw;
  z-index: 4; }

.badges-box {
  display: inline-block;
  width: auto; }

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

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

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

/*---share---*/
.share {
  width: 100%;
  text-align: right; }
  .share button {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: solid 1px #e5e5e5; }

/*---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 {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none; }
.modal.detail {
    z-index: 11; }
.modal.detail.open {
   position: fixed; }
.modal.open{
  display: block; 
}
.modal-content.common_modal{
  width: 560px;
  padding: 60px 40px 0 40px;
  
}
.common_modal .modal-header{
  border-bottom: solid 2px #000;
  position: relative; 
}
.common_modal .modal-title{
  color: #222222;
  font-weight: 500;
  font-size: 1.25rem;
  display: block;
  margin-bottom: 18px;
}
.common_modal .modal-header .btn_close{
  width: 24px; 
  height: 24px; 
  position: absolute; 
  top: -30px; 
  right: -10px; 
  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: 18px 20px;
 font-weight: 400;
 font-size: .938rem;
 height: 170px;
 resize: none;
 margin-top: 20px; 
  margin-bottom: 20px; 
}
.star_avg_ipt{
  padding: 30px 0; 
}
.star_avg_ipt::after{
  content: '';
  display: block; 
  clear: both;
}
.star_avg_ipt span{
  color: #222222; 
  font-size: 1rem;
}
#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: .875rem;
  font-weight: 300;
  margin-left: 15px; 
}
.clip_icon{
  display: inline-block;
  width: 75px; 
  height: 75px; 
  margin-right: 3px; 
  position: relative; 
}
.clip_icon img{
  max-width: 100%;
  position: relative; 
  z-index: 1;
}
.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; 
}
.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{
  position: absolute;
  width: 100px; 
  height: auto;
  max-height: 90vh; 
  z-index: 99;
  padding-bottom: 70px;
}
.modal-full .modal-header{
  width: 100%; 
  height: 0;
  position: relative; 
}
.modal-full .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;
  right: 40px;
  top: 40px;
  position: fixed !important; 
}
.modal-full .modal-body{
  
  width: 100%; 
  height: calc( 90vh - 100px );
  overflow-y: auto;
}
.modal-full .modal-body .img-box{
  width: 100%; 
  height: 100%;
  margin: 0 auto; 
  padding: 10px;
}
.modal-full .modal-body .img-box img{
  display: block; 
  width: auto;
  max-width: 100%; 
}
.modal-full .modal-footer{
  padding: 10px;
  position: absolute;
  bottom: 0;
  background: #fff;
  text-align: center;
  width: 100%;
}
.modal-sm {
  width: 440px; }
  .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 40px;
    padding-bottom: 35px;
    text-align: center; }
    .modal-sm .modal-body span {
      display: block;
      font-size: 1.125rem;
      line-height: 1.4rem;
      margin-bottom: 12px;
      letter-spacing: -0.04em;
      color: #222; }
    .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: 40px;
    padding-top: 0; }
    .modal-sm .modal-footer:after {
      content: "";
      display: table;
      clear: both; }
    .modal-sm .modal-footer .btn-md {
      float: left; }
      .modal-sm .modal-footer .btn-md:last-of-type {
        float: right; }
  .modal-sm.modal-del-user {
    width: 400px; }
    .modal-sm.modal-del-user .modal-body {
      padding-top: 195px;
      background: url("../../images/sub/emoji.png") no-repeat;
      background-position: center 10px; }
      .modal-sm.modal-del-user .modal-body .input-group {
        margin-top: 20px; }
        .modal-sm.modal-del-user .modal-body .input-group .chk-label {
          line-height: 1;
          color: #222222;
          font-size: .938rem;
          vertical-align: unset;
          font-weight: 300;
          padding-right: 0;
          text-align: left;
          display: inline-block; }
    .modal-sm.modal-del-user .modal-footer {
      text-align: center; }
      .modal-sm.modal-del-user .modal-footer .btn-md {
        width: 135px;
        float: none;
        margin: 0 3px; }
  .modal-sm.modify-adr {
    width: 520px; }
    .modal-sm.modify-adr .modal-footer {
      text-align: center; }
      .modal-sm.modify-adr .modal-footer .btn-md {
        width: 135px;
        float: none;
        margin: 0 3px; }

.modal-sm.modify-pro {
  width: 540px; 
  max-height: 96vw;
  overflow-y: auto;
}
.modal-table .list-item{
  position: relative; 
}   
.modal-table .list-item .info{
  position: relative; 
} 
.btn-toggle{
  display: none;
}
.btn-toggle+label{
  width: 80px; 
  height: 22px; 
  border: solid 1px #d5d5d5; 
  position: absolute; 
  right: 0; top: 0; 
  cursor: pointer;
}
.btn-toggle+label::before{
  content:'OFF';
  width: 40px; 
  height: 22px; 
  position: absolute; 
  left: 40px; 
  top: -1px; 
  background: #959595;
  color: #fff; 
  font-size: 0.688rem;
  line-height: 22px;
  text-align: center; 
  transition: .2s; 
}
.btn-toggle:checked+label::before{
  content:'ON';
  width: 40px; 
  height: 22px; 
  position: absolute; 
  left: 0; 
  top: -1px; 
  background: #0b6431;
  color: #fff; 
  font-size: 0.688rem;
  line-height: 22px;
  text-align: center; 
  transition: .3s; 
}
.modal-table .tr{
  padding: 20px 0;
}
.modal-table.top .list-item .thumb{
  width: 104px; 
  height: 104px;
}
.modal-table .list-item .info{
  padding-left: 20px;
  padding-right: 110px;
  vertical-align: top;
  position: relative;
}
.modal-table .list-item .info .label{
  display: inline;
  font-size: .913rem;
  padding-right: 0;
  color: #cdaa72; 
  position: relative; 
  top: -3px;
}
.modal-table .list-item .info strong{
  display: inline;
  font-size: .913rem;
  word-break: keep-all;
  position: relative; 
  top: -3px;
}
.modal-table .list-item .info span{
  font-size: 0.813rem;
  word-break: keep-all;
  color: #666666; 
  margin-top: 5px; 
  font-weight: 400;
}
.m-select .selectric{
  width: 77px; 
  height: 26px; 
}
.modal-table .list-item .info .m-select .selectric span{
  color: #666; 
  font-family: 'Noto Sans KR',sans-serif;
  font-weight: 300;
  line-height: 24px;
  margin: 0; 
  padding: 0 10px;
  top: 0;
}
.modal-table .list-item .info .m-select .selectric .button{
  width: 24px; 
  height: 24px; 
  background: #f7f7f7;
}
.modal-table .list-item .info .m-select .selectric .button::after{
  content:'';
  border: 4px solid transparent;
  border-top-color: #222;
  border-bottom: none;
}

.modal-table .list-item .info .m-select .selectric-items li{
  height: 24px; 
  line-height: 24px;
  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 .btn-md{
  width: 128px; 
  float: none; 
  margin: 0 4px;
}
.modal-lg {
  width: 1000px; }
  .modal-lg.photo {
    height: 500px;
    padding-left: 500px;
    position: relative; }

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

/*---selectric---*/
.selectric {
  width: 100%;
  height: 48px;
  border: solid 1px #d0d0d0;
  background: #fff;
  padding: 0; }
  .selectric .label {
    height: 46px;
    line-height: 46px;
    font-size: .938rem;
    color: #222222;
    padding: 0 20px;
    margin: 0; }
  .selectric .button {
    width: 46px;
    height: 46px;
    background-color: #fff; }
    .selectric .button::after {
      content: url("../../images/icons/angle_down.png");
      border: none; }

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

.input-group .selectric {
  height: 45px;
  border: none;
  border-bottom: solid 1px #e5e5e5;
  text-align: left; }
  .input-group .selectric .label {
    padding-left: 0;
    color: #999999;
    font-size: .938rem;
    font-weight: 300; }

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

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

.store-select .selectric {
  display: none; }

/*---ea count---*/
.ea-count {
  width: 124px;
  height: 34px;
  padding: 0 34px;
  position: relative; }
  .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;
    position: relative;
    z-index: 0; }
  .ea-count .ea-minus {
    position: absolute;
    width: 34px;
    height: 100%;
    border: solid 1px #d9d9d9;
    left: 0;
    top: 0;
    background: url("../../images/icons/minus_bk.png") no-repeat;
    background-size: 10px;
    background-position: center center;
    background-color: #fff;
    z-index: 1; }
  .ea-count .ea-plus {
    position: absolute;
    width: 34px;
    height: 100%;
    border: solid 1px #d9d9d9;
    right: 0;
    top: 0;
    background: url("../../images/icons/plus_bk.png") no-repeat;
    background-size: 13px;
    background-position: center center;
    background-color: #fff;
    z-index: 1; }

.dot {
  display: inline-block;
  min-width: calc( 100% - 7px);
  font-size: .875rem;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  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; }

.price {
  width: 100%; }
  .price span {
    font-size: 0.875rem;
    color: #999999;
    text-decoration: line-through; }
  .price .disc {
    font-size: 1.125rem;
    text-decoration: none;
    font-weight: 600;
    color: #ff3c00; }
  .price .current {
    font-size: 1rem;
    color: #000000;
    text-decoration: none; }
    .price .current b {
      font-size: 1.188rem;
      padding-right: 5px; }

.tools-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: .2s;
  opacity: 0; }
  .tools-box::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.43);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  .tools-box .tools-btn {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 2; }
    .tools-box .tools-btn button,
    .tools-box .tools-btn a {
      display: inline-block;
      width: 55px;
      height: 55px;
      border-radius: 50%;
      border: none;
      background-color: rgba(0, 0, 0, 0.6);
      cursor: pointer;
      margin-right: 5px; }
  .tools-box .btn-view {
    background: url("../../images/icons/product_plus_wh.svg") no-repeat;
    background-size: 22px;
    background-position: center center; }
  .tools-box .btn-pay {
    background: url("../../images/icons/product_pay_wh.svg") no-repeat;
    background-size: 32px;
    background-position: center center; }
  .tools-box .btn-cart {
    background: url("../../images/icons/product_bag_wh.svg") no-repeat;
    background-size: 23px;
    background-position: center center;
    margin-right: 0 !important; }

.share .kakao {
  background: url("../../images/icons/share_kakaotalk.svg") no-repeat;
  background-position: center center; }

.share .kakao-s {
  background: url("../../images/icons/share_kakaostory.svg") no-repeat;
  background-position: center center; }

.share .copy-url {
  background: url("../../images/icons/share_url.svg") no-repeat;
  background-position: center center; }

/*table item*/


.info-m{
  display: none; 
}
.list-item {
  width: 100%;
  display: table;
  margin-bottom: 30px; }
  .list-item:last-of-type {
    margin-bottom: 0; }
  .list-item .thumb {
    display: table-cell;
    width: 80px;
    height: 80px; }
    .list-item .thumb img {
      display: block;
      width: 100%; }
  .list-item .info {
    display: table-cell;
    width: auto;
    vertical-align: middle;
    padding-left: 30px;
    text-align: left; }
    .list-item .info span {
      color: #666666;
      font-size: 0.813rem;
      font-weight: 400; }
    .list-item .info .label {
      font-size: .875rem;
      color: #cdaa72;
      display: inline-block;
      margin-bottom: 10px;
      font-weight: 400; }
    .list-item .info strong {
      display: block;
      font-size: 1rem;
      font-weight: 400;
      color: #000;
      margin-bottom: 12px; }
    .list-item .info span {
      color: #999999;
      font-size: .875rem;
      font-weight: 300;
      padding-right: 6px; }
    .list-item .info .underline {
      margin-top: 0;
      color: #cdaa72; }
      .list-item .info .underline::after {
        background: #cdaa72; }

.my-nav .my-menu {
  padding-bottom: 30px; }
  .my-nav .my-menu .heading {
    margin-bottom: 25px; }
    .my-nav .my-menu .heading strong {
      display: inline-block;
      font-size: 1.125rem;
      font-weight: 400;
      color: #000000; }
    .my-nav .my-menu .heading h1 {
      font-size: 1.625rem;
      font-weight: 500;
      color: #222; }
      .my-nav .my-menu .inner{
        width: 100px;
      }
  .my-nav .my-menu .inner a {
    display: block;
    margin-bottom: 20px;
    font-size: .938rem;
    font-weight: 300;
    color: #666666; }
    .my-nav .my-menu .inner a.active {
      font-weight: 400;
      color: #222222; }
  .my-nav .my-menu .inner .cart {
    color: #000;
    margin-bottom: 10px; }
    .my-nav .my-menu .inner .cart span {
      display: inline-block;
      color: #fff;
      min-width: 20px;
      color: #fff;
      font-size: 0.813rem;
      font-weight: 500;
      line-height: 1;
      padding: 3.5px 6.5px;
      border-radius: 10px;
      background: #ff3c00;
      text-align: center;
      margin-left: 2px; }
  .my-nav .my-menu .inner .delivery {
    color: #000; }
    .my-nav .my-menu .inner .delivery span {
      display: inline-block;
      min-width: 20px;
      color: #fff;
      font-size: 0.813rem;
      font-weight: 500;
      line-height: 1;
      padding: 3.5px 6.5px;
      border-radius: 10px;
      background: #103821;
      text-align: center;
      margin-left: 2px; }

.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; }

.sub-ttl {
  text-align: center; }
  .sub-ttl h2 {
    font-size: 2.125rem;
    font-weight: 400;
    color: #000000; }

.sub-ttl {
  text-align: center;
  margin-bottom: 40px; }
  .sub-ttl h1, .sub-ttl h2 {
    font-size: 2.125rem;
    font-weight: 500;
    line-height: 1.400em;
    color: #000000;
    font-family: 'Noto Sans KR'; }
    .sub-ttl h1 .hide, .sub-ttl h2 .hide {
      font-size: 2.125rem;
      font-weight: 500;
      line-height: 1.400em;
      color: #000000; }
  .sub-ttl span {
    display: inline-block;
    margin-top: 18px;
    color: #666666;
    font-size: 1.125rem;
    font-family: 'Noto Sans KR';
    word-break: break-all;
    white-space: nowrap;
  }

.cont-header {
  margin-bottom: 20px;
  position: relative; }
  .cont-header:after {
    content: "";
    display: table;
    clear: both; }
  .cont-header .cont-ttl {
    color: #222222;
    font-weight: 500;
    font-size: 1.25rem;
    display: block; }
  .cont-header .cont-ttl > b {
    color: #cdaa72;
    font-weight: 500; }
  .cont-header .left span {
    font-size: .938rem;
    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: .875rem;
    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 {
    position: absolute;
    right: 0;
    top: 67px; }

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

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

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

.cont-footer span {
  color: #666666;
  font-size: .875rem;
  font-weight: 300; }

.main-ttl {
  text-align: center;
  margin-bottom: 75px; }
  .main-ttl h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 600px; }
  .main-ttl span {
    display: inline-block;
    margin-top: 10px;
    color: #666666;
    font-size: 1.125rem; }

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

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

.visual-wrap {
  width: 100%;
  height: 660px;
  position: relative;
  text-align: center; 
  overflow: hidden;
}

.visual-wrap .swiper-wrapper {
  width: 100%;
  height: 660px; }

.visaul-swiper {
  position: relative;
  z-index: 1; }

.visual-slide {
  width: 100%;
  height: 100%; }
  .visual-slide .visual-text {
    display: inline-block;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
    z-index: 2; }
    .visual-slide .visual-text h1 {
      color: #000000;
      display: block;
      font-size: 4.5rem;
      word-break: keep-all;
      margin-bottom: 30px; }
    .visual-slide .visual-text span {
      font-size: 1.25rem;
      line-height: 1.7em;
      display: inline-block; }
    .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; }

.visaul-swiper > .swiper-pagination-bullets {
  bottom: 40px; }

.visaul-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: .4; }
  .visaul-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff !important;
    opacity: 1; }


/* visual video*/
.visual-wrap.vdo .container{
  height: 100%;
  position: relative; 
  z-index: 1;
}

.visual-vdo{
  min-width: 100%; 
  height: 880px; 
  position: absolute; 
  left: 50%; 
  top: 50%; 
  transform: translate(-50%, -50%);
}
.visual-vdo video{
  min-width: 100%; 
}

.visual-vdo-text{
  position: absolute; 
  left: 0; top: 50%;
  transform: translateY(0%); 
  text-align: left;
}
@media (max-width: 1488px){
  .visual-vdo-text{
    left: 16px;
  }
}

.visual-vdo-text strong{
  font-size: 2.25rem;
  line-height: 1.5em;
  display: block; 
  color: #fff; 
  margin-bottom: 40px;
}
.visual-wrap.vdo .btn-lg{
  margin-right: 18px;
}

/*bestSeller*/
.section-bestSeller {
  padding-top: 110px;
  padding-bottom: 100px; }

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

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

.bs-swiper {
  width: 100%;
  height: 570px;
  overflow: hidden;
  margin-bottom: 80px;
  position: relative; }
  .bs-swiper .swiper-wrapper {
    z-index: 1; }
  .bs-swiper .bs-btn {
    z-index: 3; }
  .bs-swiper .badges-box {
    display: inline-block;
    width: 46px;
    height: auto;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 3; }
  .bs-swiper .bs-slide {
    width: calc( 25% - 18px );
    height: 570px;
    position: relative; }
    .bs-swiper .bs-slide .bs-item {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 1;
      text-align: center;
      pointer-events: none; }
      .bs-swiper .bs-slide .bs-item .thumb {
        width: 100%;
        height: 340px;
        position: relative;
        z-index: 1;
        vertical-align: bottom; }
        /*투명한 배경 이용시엔 html img tag 내 style="top:unset; bottom: 0; " 추가*/
        .bs-swiper .bs-slide .bs-item .thumb img {
          display: inline-block;
          position: absolute;
          max-width: 100%;
          left: 50%;
          top: 0;
          transform: translateX(-50%); }
      .bs-swiper .bs-slide .bs-item .info {
        width: 100%;
        height: 230px;
        padding: 35px 20px;
        position: relative; }
        .bs-swiper .bs-slide .bs-item .info .title {
          font-size: 1.188rem;
          color: #000000;
          line-height: 1.3em;
          font-weight: 500;
          letter-spacing: -0.05em;
          word-break: keep-all; }
        .bs-swiper .bs-slide .bs-item .info .desc {
          display: inline-block;
          font-size: .875rem;
          line-height: 1.3em;
          color: #444444;
          font-weight: 300;
          letter-spacing: -0.03em;
          margin-top: 10px;
          word-break: keep-all; }
        .bs-swiper .bs-slide .bs-item .info .rate-g {
          position: absolute;
          left: 30%;
          bottom: 68px;
          font-size: 0.875rem;
          color: #999999; }
        .bs-swiper .bs-slide .bs-item .info .price {
          width: 100%;
          position: absolute;
          left: 50%;
          bottom: 40px;
          transform: translateX(-50%); }
          .bs-swiper .bs-slide .bs-item .info .price span {
            font-size: 0.875rem;
            color: #999999;
            text-decoration: line-through; }
          .bs-swiper .bs-slide .bs-item .info .price .disc {
            font-size: 1.125rem;
            text-decoration: none;
            font-weight: 600;
            color: #ff3c00; }
          .bs-swiper .bs-slide .bs-item .info .price .current {
            font-size: 1rem;
            color: #000000;
            text-decoration: none; }
            .bs-swiper .bs-slide .bs-item .info .price .current b {
              font-size: 1.188rem;
              padding-right: 5px; }
      .bs-swiper .bs-slide .bs-item .mark {
        display: inline-block;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: #122eab;
        color: #fff;
        font-size: 1.625rem;
        font-weight: 500;
        text-align: center;
        line-height: 70px;
        position: absolute;
        left: 30px;
        top: 30px;
        z-index: 4;
        display: none; }
    .bs-swiper .bs-slide .tools-box {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2;
      transition: .2s;
      opacity: 0; }
      .bs-swiper .bs-slide .tools-box::after {
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.43);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1; }
      .bs-swiper .bs-slide .tools-box .tools-btn {
        width: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        z-index: 2; }
        .bs-swiper .bs-slide .tools-box .tools-btn button,
        .bs-swiper .bs-slide .tools-box .tools-btn a {
          display: inline-block;
          width: 55px;
          height: 55px;
          border-radius: 50%;
          border: none;
          background-color: rgba(0, 0, 0, 0.6);
          cursor: pointer;
          margin-right: 5px; }
      .bs-swiper .bs-slide .tools-box .btn-view {
        background: url("../../images/icons/product_plus_wh.svg") no-repeat;
        background-size: 22px;
        background-position: center center; }
      .bs-swiper .bs-slide .tools-box .btn-pay {
        background: url("../../images/icons/product_pay_wh.svg") no-repeat;
        background-size: 32px;
        background-position: center center; }
      .bs-swiper .bs-slide .tools-box .btn-cart {
        background: url("../../images/icons/product_bag_wh.svg") no-repeat;
        background-size: 23px;
        background-position: center center;
        margin-right: 0 !important; }
    .bs-swiper .bs-slide:hover .tools-box {
      opacity: 1; }

.bs-btn-prev {
  width: 50px;
  height: 50px;
  background: url("../../images/icons/arr_prev_circle.svg") no-repeat;
  background-size: 100%;
  opacity: 0.12;
  transition: .25s;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3; }
  .bs-btn-prev:hover {
    opacity: 1; }
  .bs-btn-prev::after {
    display: none; }

.bs-btn-next {
  width: 50px;
  height: 50px;
  background: url("../../images/icons/arr_next_circle.svg") no-repeat;
  background-size: 100%;
  opacity: 0.12;
  transition: .25s;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3; }
  .bs-btn-next:hover {
    opacity: 1; }
  .bs-btn-next::after {
    display: none; }

/*banner*/
.section-banner {
  padding: 0; }

.section-banner .container {
  width: 100%;
  max-width: 1840px;
  position: relative; }
  .section-banner .container h2 {
    width: 50px;
    height: auto;
    color: #97b8e6;
    font-size: 2.813rem;
    font-weight: 100;
    line-height: 1.4em;
    position: absolute;
    left: 65px;
    top: 140px;
    word-break: all;
    z-index: 3; }
    .section-banner .container h2::before {
      content: '';
      width: 2px;
      height: 50px;
      background: #97b8e6;
      position: absolute;
      top: -55px;
      left: 20px; }

.section-banner .banner-slide {
  width: 100%;
  height: 600px;
  position: relative;
  z-index: 1; }
  .section-banner .banner-slide .swiper-slide {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden; }
    .section-banner .banner-slide .swiper-slide img {
      display: block;
      min-width: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .section-banner .banner-slide .swiper-pagination {
    bottom: 30px; }
    .section-banner .banner-slide .swiper-pagination .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      background: transparent;
      border: solid 2px #fff;
      opacity: 1; }
      .section-banner .banner-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #fff; }

.section-banner .main-cont {
  display: inline-block;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center; }

.banner-box {
  display: inline-block;
  width: 400px;
  padding-top: 60px;
  padding-bottom: 40px;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2); }

.banner-ttl {
  color: #000000;
  font-size: 2.125rem;
  font-weight: 300;
  letter-spacing: -0.04em;
  margin-bottom: 45px; }

.point-lines {
  margin-bottom: 40px; }

.point-line {
  display: inline-block;
  width: auto;
  padding: 0 3px;
  margin-bottom: 18px;
  position: relative;
  font-size: 1.063rem; }
  .point-line::after {
    content: '';
    width: 100%;
    height: .7em;
    background: #3beab0;
    opacity: .55;
    position: absolute;
    left: 0;
    bottom: -3px;
    z-index: 1; }
  .point-line span {
    position: relative;
    z-index: 2;
    font-size: 1em;
    color: #444444; }

.delivery-link {
  display: inline-block;
  font-size: 1.188rem;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.04em;
  color: #ba9559;
  border-bottom: solid 1px #ba9559;
  position: relative;
  margin-left: 55px; }
  .delivery-link::before {
    content: url("../../images/icons/icon_calendar.png");
    position: absolute;
    left: -55px;
    top: 0; }

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

.br-swiper {
  width: 100%;
  height: 400px;
  position: relative; }
  .br-swiper .br-slide {
    width: 100%;
    height: 100%;
    background: #fff; }

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

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

.review {
  width: 100%;
  height: 372px; }
  .review:after {
    content: "";
    display: table;
    clear: both; }
  .review .left {
    width: calc( 50% - 80px);
    float: left;
    text-align: right;
    padding-right: 20px;
    padding-bottom: 10px;
    background: url("../../images/main/review_bg.png") no-repeat;
    background-size: auto;
    background-position: top right; }
  .review .right {
    width: calc( 50% + 20px);
    float: right;
    height: 100%;
    display: table; }

.review-img {
  display: inline-block;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  overflow: hidden; }
  .review-img img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%; 
    min-height: 100%;
  }

.review-txt {
  display: table-cell;
  vertical-align: middle; }
  .review-txt strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.125rem;
    font-weight: 400;
    color: #000000;
    margin-bottom: 33px; }
  .review-txt p {
    font-size: .938rem;
    line-height: 1.867em;
    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: .875rem;
    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: url("../../images/icons/icon_quotes01.png");
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle; }
  .review-txt .review-user {
    display: inline-block;
    margin-top: 22px;
    color: #000000;
    font-size: 0.906rem; }
  .review-txt .rate {
    margin-left: 10px; }

.review-cont .cont02 {
  margin-top: 150px; }

.item-left {
  width: 50%;
  height: auto;
  float: left;
  padding-right: 20px; }

.item-right {
  width: 50%;
  height: auto;
  float: left;
  padding-left: 20px; }

.rv-event {
  display: block;
  width: 100%;
  height: 300px;
  padding: 47px 37px;
  position: relative; }
  .rv-event-bg{
    position: absolute; 
    left: 0; top: 0;
    z-index: 0; 
    width: 100%; 
    height: 100%; 
  }
  .rv-event .title {
    font-size: 1.875rem;
    line-height: 1.333em;
    font-weight: 400;
    color: #fff; 
    position: relative; 
    z-index: 2;
  }
  .rv-event .date {
    position: absolute;
    left: 37px;
    bottom: 47px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    color: #fff; 
    z-index: 2;
  }
    .rv-event .date::before {
      content: '';
      width: 20px;
      height: 2px;
      background: #fff;
      position: absolute;
      top: -30px; }

/*insta*/
.insta-list {
  padding-top: 10px;
  width: 100%; }
  .insta-list ul:after {
    content: "";
    display: table;
    clear: both; }
  .insta-list ul li {
    width: calc( 20% - 4px);
    margin-right: 5px;
    float: left;
    overflow: hidden; }
    .insta-list ul li a {
      display: block;
      width: 100%;
      height: 100%;
      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 {
  padding-top: 100px;
  padding-bottom: 85px; }
  .section-benefit.mobile{
    display: none; 
  }
  .section-benefit .main-cont {
    width: 1280px;
    margin: 0 auto; }
    .section-benefit .main-cont:after {
      content: "";
      display: table;
      clear: both; }

.benefit-title {
  width: 192px;
  float: left;
  margin-top: 10px;
  padding-right: 40px;
}
  .benefit-title .underline {
    display: inline-block;
    height: auto;
    font-size: 1.25rem;
    line-height: 1.4em;
    position: relative;
    font-weight: 600;
    margin-top: 0; }
    .benefit-title .underline::after {
      content: '';
      width: 100%;
      height: 2px;
      background: #000000;
      position: absolute;
      left: 0;
      bottom: 0; }

.benefit-list {
  width: auto;
  padding: 0;
  text-align: center;
  float: left; }
  .benefit-list ul {
    display: inline-block;
    width: auto;
    height: 72px;
    text-align: left; }
    .benefit-list ul:after {
      content: "";
      display: table;
      clear: both; }
    .benefit-list ul li {
      width: 270px;
      height: 100%;
      float: left;
      padding-left: 132px;
      padding-right: 23px;
      padding-top: 17px;
      font-size: 1.063rem;
      line-height: 1.2em;
      color: #000000;
      position: relative; 
    }
  .benefit-list .swiper-pagination {
    display: none; }

.benefit01::before{
  content:'';
  width: 56px; height: 100%;
  background: url("../../images/icons/benefit_01.svg") no-repeat;
  background-size: contain; 
  background-position: left center;
  position: absolute; 
  left: 42px; top: -1px; 
}
.benefit02::before{
  content:'';
  width: 58px; height: 100%;
  background: url("../../images/icons/benefit_02.svg") no-repeat;
  background-size: contain; 
  background-position: left center;
  position: absolute; 
  left: 42px; top: -3px; 
}

.benefit03::before{
  content:'';
  width: 62px; height: 100%;
  background: url("../../images/icons/benefit_03.svg") no-repeat;
  background-size: contain; 
  background-position: left center;
  position: absolute; 
  left: 42px; top: -3px; 
}
.benefit04::before{
  content:'';
  width: 62px; height: 100%;
  background: url("../../images/icons/benefit_04.svg") no-repeat;
  background-size: contain; 
  background-position: left center;
  position: absolute; 
  left: 42px; top: -5px; 
}


/*common*/
#cs_notice {
  padding-bottom: 240px; }
#cs_notice_view{
  padding-bottom: 120px; 
}
.cont-body {
  margin-bottom: 20px; }

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

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

.sub-cont-half .cont-ttl {
  font-size: 1.125rem; }

.page-sort-list {
  display: inline-block;
  width: auto; }

.page-sort-list::after {
  content: '';
  display: block;
  clear: both; }

.page-sort-list > li {
  width: auto;
  float: left;
  padding: 0 12px;
  position: relative; }

.page-sort-list li::after {
  content: '';
  width: 1px;
  height: 15px;
  background: #e8e8e8;
  position: absolute;
  right: 0;
  top: 5px; }

.page-sort-list li:last-child::after {
  display: none; }

.page-sort-list > li > button ,
.page-sort-list > li > a{
  border: none;
  background: none;
  padding: 0;
  font-size: 1rem;
  color: #888888;
  transition: .2s; }

.page-sort-list > li:hover > button,
.page-sort-list > li:hover > a,
.page-sort-list > li.active > button,
.page-sort-list > li.active > a {
  color: #221e1f; }

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

#product-detail {
  padding-top: 50px;
  padding-bottom: 35px; }
  .sub-cont.center{
    text-align: center;
  }
.sub-cont:after {
  content: "";
  display: table;
  clear: both; }

.section-product {
  letter-spacing: -0.04em;
  padding-bottom: 140px;
  min-height: 720px; }
  .section-product .sub-cont {
    position: relative; }
    .section-product .sub-cont .product.left {
      width: 620px;
      background: #fff;
      position: absolute; }
    .section-product .sub-cont .product.right {
      width: 580px; }
  .section-product.fixed .sub-cont {
    padding-left: 620px; }
  .section-product.fixed .product.left {
    position: fixed;
    top: 150px;
    left: calc(50% - 640px);
    margin-left: 0; }
  .section-product .left {
    position: relative; }
    .section-product .left .gallery-top {
      width: 620px;
      height: 620px;
      margin-bottom: 30px;
      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 .thumb-gallery {
      position: relative; }
      .section-product .left .thumb-gallery .gallery-thumbs {
        width: 410px;
        margin: 0 auto; }
        .section-product .left .thumb-gallery .gallery-thumbs .swiper-slide {
          width: 70px;
          height: 70px;
          float: left;
          border: solid 1px #f2f2f2;
          padding: 4px;
          transition: .2s; }
          .section-product .left .thumb-gallery .gallery-thumbs .swiper-slide.swiper-slide-thumb-active, .section-product .left .thumb-gallery .gallery-thumbs .swiper-slide:hover {
            border-color: #221e1f; }
          .section-product .left .thumb-gallery .gallery-thumbs .swiper-slide img {
            display: block;
            width: 100%; }
      .section-product .left .thumb-gallery .thumb-button {
        width: 10px; }
        .section-product .left .thumb-gallery .thumb-button::after {
          display: none; }
        .section-product .left .thumb-gallery .thumb-button.swiper-button-next {
          right: 38px;
          background: url("../../images/icons/angle_right.png") no-repeat;
          background-size: 100%;
          background-position: center center;
          z-index: 3; }
        .section-product .left .thumb-gallery .thumb-button.swiper-button-prev {
          left: 38px;
          background: url("../../images/icons/angle_left.png") no-repeat;
          background-size: 100%;
          background-position: center center;
          z-index: 3; }
  .section-product .right .share {
    margin-bottom: 20px; }
  .section-product .right .badges-box {
    margin-bottom: 20px; }
  .section-product .right .pro-title {
    margin-bottom: 30px; }
    .section-product .right .pro-title .title {
      font-size: 1.625rem;
      color: #000000;
      font-weight: 500;
      display: block;
      margin-bottom: 15px; }
    .section-product .right .pro-title .desc {
      font-size: 1.063rem;
      color: #444444;
      font-weight: 300;
      display: block; }
    .section-product .right .pro-title .price {
      display: none; }
    .section-product .right .pro-title .rate {
      margin-top: 30px;
      color: #221e1f;
      font-size: .875rem; 
    font-weight: 600;}
    .section-product .right .pro-title .review {
      padding-left: 15px;
      color: #221e1f;
      font-size: .875rem; 
      font-weight: 500;}
      .section-product .right .pro-title .review span{
        font-weight: 600;}
  .section-product .right .pro-price {
    width: 100%;
    border-top: solid 2px #1f1f1f;
    border-bottom: solid 1px #e9e9e9;
    padding-top: 30px;
    margin-bottom: 15px; }
    .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;
      font-size: .938rem;
      color: #222222;
      font-weight: 300;
      margin-right: 100px; }
    .section-product .right .pro-price span {
      width: auto;
      float: left;
      font-size: .938rem;
      font-weight: 300;
      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-size: .875rem;
      color: #999999;
      text-decoration: line-through;
      vertical-align: bottom;
      font-weight: 400; }
      .section-product .right .pro-price .price span.current {
        font-size: 1rem;
        font-weight: 400;
        color: #000000;
        text-decoration: none;
        margin-top: -5px;
        padding-left: 5px; }
        .section-product .right .pro-price .price span.current b {
          padding: 0 5px;
          font-size: 1.25rem;
          vertical-align: bottom; }
    .section-product .right .pro-price .delivery .arrow {
      display: none; }
    .section-product .right .pro-price .dropdown-box {
      display: none; }
  .section-product .right .pro-pop {
    position: relative; }
    .section-product .right .pro-pop .pro-btns {
      margin-bottom: 20px;
      display: block; }
      .section-product .right .pro-pop .pro-btns:after {
        content: "";
        display: table;
        clear: both; }
      .section-product .right .pro-pop .pro-btns .shares {
        display: none; }
      .section-product .right .pro-pop .pro-btns .cart {
        float: left;
        width: 60px;
        height: 65px;
        border: solid 1px #999999;
        background: url("../../images/icons/product_subscript_bk.svg") no-repeat;
        background-size: 30px;
        background-position: center center;
        background-color: #fff; }
      .section-product .right .pro-pop .pro-btns .btn-lg {
        float: left;
        width: 254px;
        margin-left: 6px; }
  .section-product .right .pro-select {
    position: relative;
    margin-bottom: 30px; }
    .section-product .right .pro-select .selected-list {
      margin-top: 13px;
      background: #f4f4f4;
      border-bottom: solid 1px #e9e9e9; }
      .section-product .right .pro-select .selected-list .item {
        padding: 11px 20px; }
        .section-product .right .pro-select .selected-list .item:first-of-type {
          border-top: solid 1px #e9e9e9; }
        .section-product .right .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-select .selected-list .item > div:after {
          content: "";
          display: table;
          clear: both; }
        .section-product .right .pro-select .selected-list .item .right span {
          vertical-align: baseline;
          font-weight: 400;
          padding-right: 15px; }
          .section-product .right .pro-select .selected-list .item .right span b {
            font-weight: 700;
            padding-right: 3px; }
        .section-product .right .pro-select .selected-list .item .right .del {
          vertical-align: bottom;
          width: 20px;
          height: 20px;
          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-select .selected-list .ea-count {
        width: 124px;
        height: 34px;
        padding: 0 34px; }
        .section-product .right .pro-select .selected-list .ea-count button {
          width: 34px; }
  .section-product .right .pro-total {
    margin-bottom: 40px; }
    .section-product .right .pro-total:after {
      content: "";
      display: table;
      clear: both; }
    .section-product .right .pro-total strong {
      float: left;
      font-size: 1.063rem;
      font-weight: 400;
      color: #222222;
      margin-top: 11px; }
    .section-product .right .pro-total span {
      float: right;
      font-size: 1.125rem;
      color: #ff3300;
      vertical-align: baseline; }
      .section-product .right .pro-total span b {
        font-size: 2rem;
        padding-right: 3px;
        font-weight: 700; }
  .section-product .right .pro-btns.mobile {
    display: none; }

@media (max-width: 1280px) {
  .section-product.fixed .sub-cont .product.left {
    left: 16px; } }

.section-event {
  margin-bottom: 35px; 
  position: relative;
}
  .section-event .banner {
    width: 100%;
    height: 90px;}
    .section-event .banner-txt {
      display: inline-block;
      width: auto; 
      position: absolute; 
      left: 50%; top: 50%; 
      transform: translate(-50%, -50%);
      font-size: 1.438rem;
      line-height: 1.3em;
      color: #fff;
    }


.section-tab-btns {
  background: #fff; }
  .section-tab-btns.fixed {
    position: fixed;
    width: 100%;
    top: 101px;
    left: 0;
    margin-left: 0;
    z-index: 6; }
    .section-tab-btns.fixed .pro-tab {
      border-top: none;
      width: 1280px;
      margin: 0 auto; }
  .section-tab-btns .pro-tab {
    width: 100%;
    text-align: center;
    border-top: solid 1px #1f1f1f;
    border-bottom: solid 1px #e9e9e9; }
    .section-tab-btns .pro-tab a {
      display: inline-block;
      padding: 0 130px;
      line-height: 65px;
      font-size: 1.063em;
      color: #999999; }
      .section-tab-btns .pro-tab a.active {
        color: #000000; }

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

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

.section-info .box {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 55px 80px;
  background: #f3f3f3; }
  .section-info .box:after {
    content: "";
    display: table;
    clear: both; }
  .section-info .box strong {
    font-size: 1.375rem;
    font-weight: 400;
    color: #221e1f;
    margin-right: 10px; }
    .section-info .box strong b {
      font-weight: 400;
      color: #ff3c00; }
  .section-info .box span {
    font-size: .938rem;
    padding: 0 10px;
    color: #666666;
    position: relative; }
    .section-info .box span::after {
      content: '';
      width: 1px;
      height: 12px;
      background: #666666;
      position: absolute;
      right: 0;
      top: 5px; }
    .section-info .box span:first-of-type {
      padding-left: 0; }
    .section-info .box span:last-of-type::after {
      display: none; }
  .section-info .box button {
    display: none; }
  .section-info .box .rate {
    padding-left: 160px;
    position: relative; }
    .section-info .box .rate::before {
      content: '';
      width: 103px;
      height: 18px;
      position: absolute;
      left: 30px;
      top: 5px;
      background: url("../../images/icons/rate_all.svg") no-repeat; }
    .section-info .box .rate b {
      color: #221e1f;
      font-size: 1.75rem;
      font-weight: 600;
      padding-left: 160px;
      font-family: 'Montserrat', sans-serif; }

.section-info .review-btns {
  padding-bottom: 25px;
  border-bottom: solid 1px #1f1f1f; }
  .section-info .review-btns a {
    padding: 0 15px;
    font-size: 1rem;
    color: #999999;
    line-height: 1;
    position: relative;
    transition: .2s; }
    .section-info .review-btns a::after {
      content: '';
      width: 1px;
      height: 12px;
      background: #dcdcdc;
      position: absolute;
      right: 0;
      top: 5px; }
    .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 {
      padding-left: 125px;
      position: relative; }
      .section-info .review-list li.photo .thumb {
        width: 75px;
        height: 75px;
        position: absolute;
        left: -125px;
        top: 0;
        overflow: hidden; 
        cursor: pointer;
      }
        .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: 2;
          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%;
      padding-right: 50px;
      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: 30px;
        font-size: .875rem;
        color: #221e1f; }
      .section-info .review-list li .content strong {
        display: block;
        font-size: 1rem;
        color: #000;
        font-weight: 400;
        margin-bottom: 15px; }
      .section-info .review-list li .content .text {
        font-size: .875rem;
        font-weight: 300;
        line-height: 1.5rem;
        height: auto;
        max-height: 4.5rem;
        color: #666666;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-bottom: 30px; }
        .section-info .review-list li .content.open .text span{
          display: inline-block; 
          margin-bottom: 30px;
        }
      .section-info .review-list li .content .underline{
        position: absolute; 
        right: 0;
        top: 0;
        margin-top: 0;
        width: 100px;
        height: 100%;
        background: url("../../images/icons/angle_down.png")no-repeat;
        background-position: 77px center;
        color: transparent;
      
      }
      .section-info .review-list li .content.open .underline{
        transform: rotate(180deg);
        background-position: 17px center;
      }
      .section-info .review-list li .content .underline::after{
        display: none;
      }
      .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; }
      .section-info .review-list li .content .desc {
        font-size: .875rem; }
        .section-info .review-list li .content .desc span {
          display: inline-block;
          margin-right: 12px;
          font-weight: 300;
          color: #999999; }
      .section-info .review-list li .content.open .text {
        max-height: 100%;
        display: block;
        -webkit-line-clamp: none;
        -webkit-box-orient: vertical; }
  

.section-info .review-panel {
  padding-bottom: 105px; }
  .section-info .review-panel .pagination {
    margin-top: 50px; }
    .section-info .review-panel .pagination .btn-lg {
      display: none; }

.section-info .tb {
  width: 100%;
  border-top: solid 1px #1f1f1f;
  margin-bottom: 60px; }
  .section-info .tb .tr {
    width: 100%;
    display: table;
    height: auto;
    border-bottom: solid 1px #e9e9e9; }
    .section-info .tb .tr .th {
      display: table-cell;
      width: 200px;
      background: #f8f8f8;
      vertical-align: middle;
      font-size: .875rem;
      line-height: 1.929em;
      font-weight: 300;
      color: #000000;
      padding: 14px 20px; }
    .section-info .tb .tr .td {
      display: table-cell;
      width: calc( 100% - 200px);
      vertical-align: middle;
      padding: 14px 20px; }
      .section-info .tb .tr .td span {
        display: inline-block;
        min-width: calc( 100% - 7px);
        font-size: .875rem;
        font-family: 'Noto Sans KR', sans-serif;
        line-height: 1.929em;
        font-weight: 300;
        color: #666666; }
        .section-info .tb .tr .td span.dot::before {
          content: '';
          display: inline-block;
          width: 3px;
          height: 3px;
          background: #1f1f1f;
          margin-right: 7px;
          vertical-align: middle;
          margin-top: -3px; }

.section-subbestSeller {
  padding-top: 60px;
  margin-bottom: 65px; }
  .section-subbestSeller .inner {
    border-top: solid 1px #e9e9e9;
    position: relative; }
  .section-subbestSeller .sub-bs-swiper {
    padding-top: 45px;
    position: relative;
    top: -45px; }
    .section-subbestSeller .sub-bs-swiper .swiper-slide {
      width: 20%;
      padding-top: 30px;
      float: left; }
      .section-subbestSeller .sub-bs-swiper .swiper-slide .thumb {
        width: 100%;
        height: 250px;
        margin-bottom: 40px;
        position: relative; }
        .section-subbestSeller .sub-bs-swiper .swiper-slide .thumb img {
          display: inline-block;
          max-width: 100%;
          height: 100%;
          position: absolute;
          left: 50%;
          bottom: 0;
          transform: translateX(-50%); }
      .section-subbestSeller .sub-bs-swiper .swiper-slide .info {
        text-align: center; }
        .section-subbestSeller .sub-bs-swiper .swiper-slide .info .title {
          display: block;
          font-size: .938rem;
          line-height: 1.2em;
          color: #000;
          padding: 0 30px;
          font-weight: 300;
          word-break: keep-all;
          margin-bottom: 10px; }
      .section-subbestSeller .sub-bs-swiper .swiper-slide .tools-box {
        display: none; }
    .section-subbestSeller .sub-bs-swiper .bs-btn-next,
    .section-subbestSeller .sub-bs-swiper .bs-btn-prev {
      width: 35px;
      height: 35px;
      top: 0;
      margin-top: 0;
      transform: translateY(0); }
    .section-subbestSeller .sub-bs-swiper .bs-btn-prev {
      left: auto;
      right: 40px; }

.section-btn {
  padding-top: 60px;
  padding-bottom: 120px;
  text-align: center; }
  .section-btn button {
    margin: 0 3px; }

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

/*store*/
.section-sub-visual {
  position: relative;
  height: 500px; }
  .section-sub-visual .sub-container{
    width: auto; 
    display: inline-block; 
    position: absolute; 
    left: calc( 50% - 640px );
    z-index: 4;
    top: 50%; 
    transform: translateY(-50%);
  }

    .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;
      line-height: 1.54em;
      color: #fff; }

.cont-menu {
  padding: 0 24px;
  border-bottom: solid 1px #e1e1e1;
  position: relative; }
  .cont-menu .menu-tab {
    height: 70px;
    position: relative;
    z-index: 1; }
    .cont-menu .menu-tab .swiper-slide {
      text-align: center; }
      .cont-menu .menu-tab .swiper-slide a {
        font-size: 1.125rem;
        color: #000000;
        line-height: 70px;
        transition: .2s; }
        .cont-menu .menu-tab .swiper-slide a.active, .cont-menu .menu-tab .swiper-slide a:hover {
          color: #cdaa72; }
  .cont-menu .mn-btn-prev {
    width: 24px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: url("../../images/icons/arr_prev2.png") no-repeat;
    background-position: center center;
    margin-top: 0; }
    .cont-menu .mn-btn-prev::after {
      display: none; }
  .cont-menu .mn-btn-next {
    width: 24px;
    height: 70px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: url("../../images/icons/arr_next2.png") no-repeat;
    background-position: center center;
    margin-top: 0; }
    .cont-menu .mn-btn-next::after {
      display: none; }

#store {
  padding-bottom: 260px; }


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

.section-list .tool {
  padding-bottom: 20px;
  border-bottom: solid 1px #000000; }
  .section-list .tool:after {
    content: "";
    display: table;
    clear: both; }
  .section-list .tool .count {
    font-size: 1.25rem;
    color: #888888; }
    .section-list .tool .count b {
      padding: 0 5px;
      color: #221e1f;
      font-weight: 400; }
    .section-list .tool .count span {
      display: none; }
  .section-list .tool .page-sort-list:after {
    content: "";
    display: table;
    clear: both; }
  .section-list .tool .page-sort-list li {
    width: auto;
    float: left;
    padding: 0 12px;
    position: relative; }
    .section-list .tool .page-sort-list li::after {
      content: '';
      width: 1px;
      height: 15px;
      background: #e8e8e8;
      position: absolute;
      right: 0;
      top: 5px; }
    .section-list .tool .page-sort-list li:last-child {
      padding-right: 0; }
      .section-list .tool .page-sort-list li:last-child::after {
        display: none; }
    .section-list .tool .page-sort-list li button {
      border: none;
      background: none;
      padding: 0;
      font-size: 1rem;
      color: #888888;
      transition: .2s; }
    .section-list .tool .page-sort-list li:hover button,
    .section-list .tool .page-sort-list li.active button {
      color: #221e1f; }
  .section-list .tool .page-sort {
    display: none; }

.section-list .pro-list {
  padding-top: 20px; }
  .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( 25% - 15px);
      height: 465px;
      float: left;
      margin-right: 20px;
      margin-bottom: 45px;
      position: relative; }
      .section-list .pro-list ul li:nth-child(4n) {
        margin-right: 0; }
      .section-list .pro-list ul li .pro-item {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1; }
        .section-list .pro-list ul li .pro-item .thumb {
          width: 305px;
          height: 305px;
          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 .mark {
          width: 40px;
          height: 40px;
          line-height: 40px;
          left: 15px;
          top: 15px;
          font-size: 1rem; }
        .section-list .pro-list ul li .pro-item .info {
          width: 100%;
          height: 160px;
          padding: 25px 0;
          text-align: center;
          position: relative; }
          .section-list .pro-list ul li .pro-item .info .title {
            font-size: 1.125rem;
            color: #000000;
            line-height: 1.3em;
            font-weight: 500;
            letter-spacing: -0.03em;
            word-break: keep-all; }
          .section-list .pro-list ul li .pro-item .info .rate-g {
            position: absolute;
            left: 30%;
            bottom: 58px;
            font-size: 0.875rem;
            color: #999999; }
          .section-list .pro-list ul li .pro-item .info .price {
            width: 100%;
            position: absolute;
            left: 50%;
            bottom: 25px;
            transform: translateX(-50%); }
            .section-list .pro-list ul li .pro-item .info .price span {
              font-size: 0.875rem;
              color: #999999;
              text-decoration: line-through; }
            .section-list .pro-list ul li .pro-item .info .price .disc {
              font-size: 1.125rem;
              text-decoration: none;
              font-weight: 600;
              color: #ff3c00; }
            .section-list .pro-list ul li .pro-item .info .price .current {
              font-size: 1rem;
              color: #000000;
              text-decoration: none; }
              .section-list .pro-list ul li .pro-item .info .price .current b {
                font-size: 1.188rem;
                padding-right: 5px; }
      
  .section-list .pro-list .pagination {
    padding-top: 80px; }
    .section-list .pro-list .pagination .btn-lg {
      display: none; }

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

/* #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: 100px; }

/*cart*/
.steps {
  display: inline-block;
  width: auto;
  margin-bottom: 40px; }
  .steps:after {
    content: "";
    display: table;
    clear: both; }
  .steps li {
    width: 150px;
    height: 90px;
    padding-top: 75px;
    float: left;
    position: relative;
    text-align: center; }
    .steps li::before {
      content: '';
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #eeeeee;
      position: absolute;
      left: 45px;
      top: 0; }
    .steps li.step1::before {
      content: '';
      background: url("../../images/icons/product_bag_bk.svg") no-repeat;
      background-color: #eeeeee;
      background-size: 22px;
      background-position: center center; }
    .steps li.step2::before {
      content: '';
      background: url("../../images/icons/product_pay_bk.svg") no-repeat;
      background-color: #eeeeee;
      background-size: 28px;
      background-position: center center; }
    .steps li.step3::before {
      content: '';
      background: url("../../images/icons/product_delivery_bk.svg") no-repeat;
      background-color: #eeeeee;
      background-size: 27px;
      background-position: center center; }
    .steps li.step1.active::before {
      content: '';
      background: url("../../images/icons/product_bag_wh.svg") no-repeat;
      background-color: #221e1f;
      background-size: 22px;
      background-position: center center; }
    .steps li.step2.active::before {
      content: '';
      background: url("../../images/icons/product_pay_wh.svg") no-repeat;
      background-color: #221e1f;
      background-size: 28px;
      background-position: center center; }
    .steps li.step3.active::before {
      content: '';
      background: url("../../images/icons/product_delivery_wh.svg") no-repeat;
      background-color: #221e1f;
      background-size: 27px;
      background-position: center center; }
    .steps li::after {
      content: '';
      width: 8px;
      height: 16px;
      background: url("../../images/icons/arr_next.svg") no-repeat;
      background-size: 100%;
      position: absolute;
      right: 0;
      top: 22px;
      opacity: .2; }
    .steps li:last-child::after {
      display: none; }
    .steps li span {
      font-family: 'Montserrat', sans-serif;
      color: #999999;
      font-weight: 600; }
    .steps li.active span {
      color: #222222; }

.table-custom .table-body {
  margin-bottom: 20px; }

.table-custom .thead {
  width: 100%;
  height: 61px;
  background: #fafafa;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
  .table-custom .thead > span {
    display: none; }

.table-custom .tfoot {
  display: none; }

.table-custom .tr {
  display: table;
  width: 100%;
  border-bottom: solid 1px #e2e2e2; }
  .table-custom .tr .th, .table-custom .tr .td {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  .table-custom .tr .th {
    font-weight: 400; }

.cart-list {
  width: 100%; }
  .cart-list .td-2 {
    text-align: left;
    padding: 20px 0;
    padding-left: 10px; }
  .cart-list .th-1, .cart-list .td-1 {
    width: 60px; }
  .cart-list .th-1 span {
    display: none; }
  .cart-list .th-2, .cart-list .td-2 {
    width: 580px;
    display: table; }
    .cart-list .th-2 .thumb, .cart-list .td-2 .thumb {
      display: table-cell;
      width: 120px;
      height: 120px; }
      .cart-list .th-2 .thumb img, .cart-list .td-2 .thumb img {
        display: block;
        width: 100%; }
    .cart-list .th-2 .info, .cart-list .td-2 .info {
      display: table-cell;
      vertical-align: middle;
      padding-left: 30px;
      text-align: left; }
      .cart-list .th-2 .info strong, .cart-list .td-2 .info strong {
        display: block;
        font-size: 1rem;
        font-weight: 400;
        color: #000;
        margin-bottom: 12px; }
      .cart-list .th-2 .info span, .cart-list .td-2 .info span {
        color: #999999;
        font-size: .875rem;
        font-weight: 300;
        padding-right: 6px; }
      .cart-list .th-2 .info .underline, .cart-list .td-2 .info .underline {
        margin-top: 0;
        font-size: .875rem;
        color: #cdaa72; }
        .cart-list .th-2 .info .underline::after, .cart-list .td-2 .info .underline::after {
          background: #cdaa72; }
      .cart-list .th-2 .info .ea-box, .cart-list .td-2 .info .ea-box {
        min-width: 200px;
        margin-top: 20px; }
        .cart-list .th-2 .info .ea-box:after, .cart-list .td-2 .info .ea-box:after {
          content: "";
          display: table;
          clear: both; }
        .cart-list .th-2 .info .ea-box .ea-count, .cart-list .td-2 .info .ea-box .ea-count {
          float: left; }
        .cart-list .th-2 .info .ea-box .btn-del, .cart-list .td-2 .info .ea-box .btn-del {
          width: 64px;
          height: 34px;
          font-size: .875rem;
          font-weight: 300;
          line-height: 32px;
          border: solid 1px transparent;
          cursor: pointer;
          transition: .25s;
          text-align: center;
          margin-left: 8px;
          float: left; }
    .cart-list .th-2 .info-m, .cart-list .td-2 .info-m {
      display: none; }
  .cart-list .th-3,
  .cart-list .td-3 {
    width: 220px; }
    .cart-list .th-3 b,
    .cart-list .td-3 b {
      font-size: 1.125rem; }
  .cart-list .th-4,
  .cart-list .td-4 {
    width: 220px;
    padding: 0 50px; }
    .cart-list .th-4 span,
    .cart-list .td-4 span {
      display: inline-block; }
    .cart-list .th-4 .origin,
    .cart-list .td-4 .origin {
      font-size: 1rem;
      font-weight: 400;
      color: #999999;
      text-decoration: line-through; }
    .cart-list .th-4 .current,
    .cart-list .td-4 .current {
      font-size: 1.125rem;
      font-weight: 300;
      color: #ff3c00; }
      .cart-list .th-4 .current b,
      .cart-list .td-4 .current b {
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 1.7em;
        padding-right: 3px; }
  .cart-list .td-5 {
    width: calc( 100% - 1080px);
    padding: 0 30px; }
    .cart-list .td-5 button:first-of-type {
      margin-bottom: 5px; }

.price-table .tr {
  width: 100%; }
  .price-table .tr.tfoot {
    display: none; }

.price-table .th, .price-table .td {
  width: 25%;
  text-align: center; 
}

.price-table .th-4,
.price-table .td-4 {
  color: #ff3c00 !important; }

.price-table .td {
  height: 160px;
  position: relative; }
  .price-table .td span {
    font-size: 1.5rem;
    font-weight: 400; }
    .price-table .td span b {
      font-size: 1.625rem;
      font-weight: 700;
      padding-right: 5px; }
  .price-table .td::after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    background: #000000;
    color: #fff;
    font-family: 'icomoon';
    font-size: .85rem;
    position: absolute;
    right: 0;
    top: 50%;
    margin-left: 30px;
    transform: translateY(-50%); }
  .price-table .td.td-1::after {
    content: "\ed5b"; }
  .price-table .td.td-2::after {
    content: "\ed5a"; }
  .price-table .td.td-3::after {
    content: "\ed5b";
    line-height: 24px;
    background: transparent; }
  .price-table .td.td-3::before {
    content: "\ed5b";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 36px;
    background: #000;
    color: #fff;
    font-family: 'icomoon';
    font-size: .85rem;
    position: absolute;
    right: 0;
    top: 50%;
    margin-left: 30px;
    transform: translateY(-50%); }
  .price-table .td.td-4::after {
    display: none; }

.price-table .dot {
  margin-bottom: 10px; }

.price-table .input-group {
  padding-top: 30px;
  padding-bottom: 25px;
  text-align: center; }
  .price-table .input-group span {
    line-height: 45px;
    color: #222222;
    font-size: .938rem;
    vertical-align: middle;
    font-weight: 300; }

.sub-section .slide-cont {
  width: 1280px;
  margin: 0 auto; }
  .sub-section .slide-cont:after {
    content: "";
    display: table;
    clear: both; }

#cart .list-table .th-m {
  display: none; }
#cart .list-table .tr{
  padding: 0; 
}
#cart .list-table .thead.tr{
  height: 61px;
}
#cart .list-table .tr .th-1,
#cart .list-table .tr .td-1{
  width: 60px;
  text-align: left;
  padding-left: 20px;
}
#cart .list-table .tr .th-2,
#cart .list-table .tr .td-2{
  width: calc( 100% - 600px );
}
#cart .list-table .tr .th-3,
#cart .list-table .tr .td-3{
  width: 210px; 
  text-align: center;
}
#cart .list-table .tr .th-4,
#cart .list-table .tr .td-4{
  width: 245px; 
  text-align: center;
  padding: 0 70px;
}
#cart .list-table .tr .th-5,
#cart .list-table .tr .td-5{
  width: 185px; 
  text-align: center;
}
#cart .list-table .tr .td-5 .btn-dark{
  margin-bottom: 6px;
}
/*order*/
#order .origin {
  display: block; }

#order .list-table .tr {
  padding: 0; }
  #order .list-table .thead.tr {
    height: 61px;  
  }
  #order .list-table .tr .th-2, #order .list-table .tr .td-2 {
    width: calc( 100% - 444px);
    padding-left: 20px; }
  #order .list-table .tr .th-3, #order .list-table .tr .td-3 {
    width: 227px;
    text-align: center; }
  #order .list-table .tr .th-4, #order .list-table .tr .td-4 {
    width: 217px;
    text-align: center; }

.order-table {
  padding-top: 20px; }
  .order-table .input-tr {
    border-bottom: none;
    height: auto;
    margin-bottom: 8px; }
  .order-table .input-tr.border {
    border-bottom: solid 1px #e2e2e2;
  }
    .order-table .input-tr .th {
      width: 160px;
      height: 45px;
      text-align: left;
      vertical-align: top; }
      .order-table .input-tr .th span {
        font-size: .938rem;
        font-weight: 300;
        line-height: 45px;
        color: #666666; }
    .order-table .input-tr .td {
      width: calc( 100% - 160px);
      text-align: left; }
      .order-table .input-tr .td .input-line {
        min-height: 46px;
        margin-bottom: 8px; }
        .order-table .input-tr .td .input-line:last-of-type {
          margin-bottom:0; }
        .order-table .input-tr .td .input-line .dot {
          margin-top: 10px; }
          .order-table .input-tr .td .input-line .dot:first-of-type {
            margin-top: 15px; }
        .order-table .input-tr .td .input-line span {
          font-size: .875rem;
          font-weight: 300;
          color: #666666;
          vertical-align: bottom; }
      .order-table .input-tr .td .input-group {
        width: 370px;
        display: inline-block;
        vertical-align: bottom;
        margin-right: 6px; }
        .order-table .input-tr .td .input-group.mail-1, .order-table .input-tr .td .input-group.mail-2 {
          width: 170px; }
        .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.phone {
          width: 110px;
          margin-right: 16px; }
          .order-table .input-tr .td .input-group.phone.last {
            margin-right: 6px; }
        .order-table .input-tr .td .input-group.half {
          width: 750px; }
        .order-table .input-tr .td .input-group.full {
          width: 100%; }
          .order-table .input-tr .td .input-group.sns {
            width: 100%; 
            height: 40px !important;
          }
         .input-group.agree{
            text-align: center;
          }
        .order-table .input-tr .td .input-group .chk-control + label {
          margin-right: 8px; }
        .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: .938rem; }
          .order-table .tr .input-group .underline.open::before {
            content: '약관닫기'; }
      .order-table .tr .policy-box {
        width: 100%;
        height: 150px;
        overflow-y: auto;
        background: #f5f5f5;
        display: none; 
        padding: 22px 30px;
      }
.order-table .tr .policy-box .item{
  margin-bottom: 20px; 
}
.order-table .tr .policy-box .item strong{
  color: #222222; 
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.286em;
  display: block; 
  word-break: keep-all;
}
.order-table .tr .policy-box .item span{
  color: #666666; 
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.286em;
  display: block; 
  word-break: keep-all;
}
.order-table.pay{
  padding-top: 0;
}
.order-table.pay .tr {
  height: 80px; }

.order-table.pay .radio-box {
  display: inline-block;
  width: auto;
  margin-right: 60px;
  line-height: 80px; }
  .order-table.pay .radio-box span {
    font-size: 1rem;
    color: #222222;
    vertical-align: top;
    padding-left: 2px; }

.input-group.agree span {
  font-size: .938rem;
  color: #222222; }

/*order_done*/

#order_done .list-table .tr {
  padding: 0; }
  #order_done .list-table .tr.thead {
    height: 61px; }
  #order_done .list-table .tr .th-2, #order_done .list-table .tr .td-2 {
    width: calc( 100% - 444px);
    padding-left: 20px; }
  #order_done .list-table .tr .th-3, #order_done .list-table .tr .td-3 {
    width: 227px;
    text-align: center; }
  #order_done .list-table .tr .th-4, #order_done .list-table .tr .td-4 {
    width: 217px;
    text-align: center; }

.result-table .table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-top: solid 2px #000000; }
  .result-table .table th {
    width: 160px;
    height: 53px;
    border-right: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    background: #f5f5f5;
    font-size: .938rem;
    font-weight: 300;
    color: #666;
    text-align: left;
    padding-left: 20px; }
  .result-table .table td {
    height: 53px;
    border-bottom: solid 1px #e5e5e5;
    font-size: .938rem;
    font-weight: 300;
    color: #222;
    padding-left: 20px; }
    .result-table .table td .price {
      font-size: 1.125rem;
      color: #ff3c00; }
      .result-table .table td .price b {
        font-weight: 600;
        padding-right: 2px; }

/* subscript*/
#subscribe {
  padding-bottom: 120px; }

#subscribe .section-sub-visual {
  width: 100%;
  background: url("../../images/sub/delivery_visual.png");
  background-size: cover;
  background-position: center center; }
  #subscribe .section-sub-visual .btn-subscribe{
    display: block; 
    margin-top: 60px; 
  }
.section-subscribe-heading {
  padding: 100px 0;
  background: #f7f7f7;
  text-align: center; }
  .section-subscribe-heading .list {
    padding-top: 70px;
    padding-bottom: 70px;
    display: inline-block;
    width: auto; }
    .section-subscribe-heading .list:after {
      content: "";
      display: table;
      clear: both; }
    .section-subscribe-heading .list li {
      width: auto;
      float: left;
      margin-right: 120px; }
      .section-subscribe-heading .list li:last-child {
        margin-right: 0; }
      .section-subscribe-heading .list li::before {
        content: '';
        display: block;
        width: 100%;
        height: 160px; }
      .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: 120px; }
      .section-subscribe-heading .list li strong {
        display: block;
        font-size: 1.375rem;
        color: #010101;
        font-weight: 400;
        margin-bottom: 15px; }
      .section-subscribe-heading .list li span {
        display: block;
        font-size: 1rem;
        color: #444444;
        line-height: 1.625em;
        font-weight: 400; }
        .section-subscribe-heading .list li span b {
          font-size: .875rem;
          color: #f87300;
          display: block;
          font-weight: 400; }

.section-qna {
  padding-top: 85px;
  padding-bottom: 180px; }
  .section-qna:after {
    content: "";
    display: table;
    clear: both; }
  .section-qna .sub-ttl {
    width: 320px;
    float: left;
    text-align: left; }
  .section-qna .list {
    width: calc( 100% - 320px);
    float: left;
    padding-left: 110px; }
    .section-qna .list .item {
      width: 100%;
      height: auto;
      border-bottom: solid 1px #ececec; }
      .section-qna .list .item .heading {
        width: 100%;
        height: 62px;
        line-height: 61px;
        padding-left: 44px;
        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;
        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: 120px; }

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

.terms-list {
  display: inline-block;
  width: auto;
  padding-top: 30px;
  padding-bottom: 80px;
  text-align: center; }
  .terms-list:after {
    content: "";
    display: table;
    clear: both; }
  .terms-list .term {
    width: 178px;
    height: 178px;
    margin: 0 20px;
    border-radius: 50%;
    border: solid 1px #a6a6a6;
    float: left;
    position: relative;
    font-size: 1.25rem;
    color: #4a4a4a;
    opacity: .3;
    cursor: pointer;
    padding-top: 120px;
    transition: border-color .2s, opacity .2s; }
    .terms-list .term.selected, .terms-list .term:hover {
      border: solid 3px #3beab0;
      padding-top: 118px;
      opacity: 1;
      background-position: center 48px !important;
      color: #4a4a4a; }
    .terms-list .term.w-2 {
      background: url("../../images/icons/subscript_2week.svg") no-repeat;
      background-size: 50px;
      background-position: center 50px; }
    .terms-list .term.w-3 {
      background: url("../../images/icons/subscript_3week.svg") no-repeat;
      background-size: 50px;
      background-position: center 50px; }
    .terms-list .term.w-4 {
      background: url("../../images/icons/subscript_4week.svg") no-repeat;
      background-size: 50px;
      background-position: center 50px; }
    .terms-list .term.w-8 {
      background: url("../../images/icons/subscript_8week.svg") no-repeat;
      background-size: 50px;
      background-position: center 50px; }

    .section-amount-heading{
      padding-top: 150px;
    }
  .section-amount .sub-cont {
    padding-top: 40px; }
  .section-amount .term-table {
    border-top: solid 1px #e2e2e2; }
    .section-amount .term-table .tr {
      height: 120px;
      padding: 0 40px; }
    .section-amount .term-table .td-1 {
      width: calc( 100% - 337px);
      text-align: left; }
      .section-amount .term-table .td-1 strong {
        color: #222222;
        font-size: 1.125rem;
        font-weight: 400; }
    .section-amount .term-table .td-2 {
      width: 124px; }
    .section-amount .term-table .td-3 {
      width: 160px;
      text-align: right; }
      .section-amount .term-table .td-3 span {
        font-size: 1.25rem;
        color: #222; }
        .section-amount .term-table .td-3 span b {
          padding-right: 2px; }
    .section-amount .term-table .td-4 {
      width: 40px;
      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: 80px;
      padding: 0 80px;
      border-bottom: none;
      background: #f9f9f9; }
      .section-amount .term-table .tfoot .td-1 {
        text-align: right; }
      .section-amount .term-table .tfoot .td-2 {
        width: 160px;
        text-align: right; }
        .section-amount .term-table .tfoot .td-2 span {
          color: #ff4800;
          font-size: 1.625rem; }
          .section-amount .term-table .tfoot .td-2 span b {
            padding-right: 5px; }

#subscribe_terms .section-benefit {
  padding-top: 250px; }

#subscribe_list {
  padding-top: 120px; }

.subs-list {
  padding-bottom: 10px; }
  .subs-list:after {
    content: "";
    display: table;
    clear: both; }
  .subs-list li {
    width: calc( 50% - 20px);
    height: 170px;
    margin-right: 40px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-bottom: 30px; }
    .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: 100%;
  padding: 9px;
  padding-right: 149px;
  border: solid 1px #e9e9e9;
  position: relative;
  z-index: 1;
  display: table; }
  .border-item .thumb {
    width: 150px;
    height: 150px;
    display: table-cell;
    vertical-align: middle; }
    .border-item .thumb img {
      display: block;
      width: 100%; }
  .border-item .info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px; }
    .border-item .info strong {
      display: block;
      font-size: 1.125rem;
      line-height: 1.5rem;
      height: 3rem;
      font-weight: 400;
      color: #000;
      margin-top: 5px;
      margin-bottom: 30px;
      word-break: keep-all; }
  .border-item .select {
    width: 120px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    border-left: solid 1px #e9e9e9;
    position: absolute;
    right: 10px;
    top: 35px;
    text-align: center;
    padding: 0 20px; }
    .border-item .select .check {
      display: inline-block;
      width: 48px;
      height: 48px;
      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: 1.625rem;
        line-height: 48px;
        color: #fff; }
    .border-item .select span {
      display: inline-block;
      color: #444444;
      font-size: 0.813rem; }
  .border-item .tools-box {
    width: 150px;
    height: 150px;
    background: rgba(0, 0, 0, 0.43);
    position: absolute;
    left: 9px;
    top: 9px; }
  .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: 150px;
      text-align: center;
      color: #e0c59b;
      font-size: 1.375rem;
      font-weight: 400; }

.section-subscriptlist .btn-more i {
  margin-left: 5px;
  font-size: .875rem; }

.section-subscriptlist.bottom {
  margin-top: 100px; }
  .section-subscriptlist.bottom .pagination {
    padding-top: 0;
    margin-bottom: 40px; }

.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; }

/*cs*/
.page-tab-btns {
  width: 100%;
  height: 60px;
  position: relative;
  padding-left: 1px;
  padding-top: 40px; }
  .page-tab-btns:after {
    content: "";
    display: block;
    clear: both; }
  .page-tab-btns .btn {
    width: 33.4%;
    height: 62px;
    line-height: 60px;
    float: left;
    text-align: center;
    background: #f9f9f9;
    border: solid 1px #dadada;
    border-bottom: solid 1px #222222;
    position: relative;
    z-index: 1;
    margin-left: -1px;
    font-size: 1.063rem;
    color: #222;
    transition: .2s; }
    .page-tab-btns .btn.active {
      height: 62px;
      border: solid 1px #222222;
      border-bottom: none;
      background: #fff;
      z-index: 2; }
    .page-tab-btns .btn:hover {
      background: #fff; }

.section-panel {
  padding-top: 40px; }
  .section-panel .sub-search {
    padding: 18px 0;
    background: #f4f4f4;
    text-align: center;
    margin-bottom: 40px; }
    .section-panel .sub-search .search-group {
      display: inline-block;
      width: 577px;
      padding-right: 97px;
      position: relative; }
      .section-panel .sub-search .search-group input {
        width: 100%;
        height: 48px;
        border: solid 1px #d0d0d0;
        padding-left: 20px;
        font-size: .938rem;
        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: 87px;
        height: 48px;
        position: absolute;
        right: 0;
        top: 0; }

.list-table .tr {
  padding: 0 20px;
  height: 70px; }
  .list-table .tr.fix {
    background: #f5f9f8; }
    .list-table .tr.fix.title {
      background: #fff; }
    .list-table .tr.fix .td-1 {
      background: url("../../images/icons/speak.png") no-repeat;
      background-position: left center; }
  .list-table .tr .td {
    font-size: 1rem;
    color: #444444;
    font-weight: 300; }
    .list-table .tr .td a {
      font-size: 1rem;
      color: #444444;
      font-weight: 300; }
    .list-table .tr .td strong {
      font-size: 1rem;
      color: #444444;
      font-weight: 400; }
  .list-table .tr .td-1 {
    width: 80px;
    text-align: left; }
  .list-table .tr .td-2 {
    width: calc( 100% - 200px);
    text-align: left; }
  .list-table .tr .td-3 {
    width: 120px;
    text-align: right;
    letter-spacing: 0; }

.textInner {
  padding: 40px; }
  .textInner p {
    font-size: .938rem;
    color: #222222;
    line-height: 1.5rem;
    font-weight: 300; }

.page-nav {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222; }
  .page-nav .tr {
    height: 75px;
    border-bottom: none;
    padding: 0 40px; }
    .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 {
      text-align: left; }
    .page-nav .tr .td-1 {
      width: 105px;
      padding-left: 39px; }
#cs_faq {
  padding-bottom: 120px; 
}
.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: 70px;
      position: relative;
      cursor: pointer; }
      .faq-table .qa .tr.question::after {
        content: '\e9c9';
        font-family: 'icomoon';
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-60%);
        font-size: 1.25rem;
        font-weight: lighter;
        color: #dadada; }
      .faq-table .qa .tr.question .td-1 {
        width: 185px;
        padding-left: 40px;
        text-align: left;
        color: #222;
        font-size: 1rem; }
      .faq-table .qa .tr.question .td-2 {
        padding-left: 40px;
        height: 70px;
        text-align: left;
        position: relative;
        font-size: 1rem;
        font-weight: 300;
        color: #444444; }
        .faq-table .qa .tr.question .td-2::before {
          content: 'Q';
          width: 25px;
          height: 25px;
          border-radius: 50%;
          text-align: center;
          line-height: 23px;
          background: #1f1f1f;
          color: #fff;
          position: absolute;
          left: 0;
          font-size: .938rem;
          font-weight: 600; 
          margin-top: -4.5px;
        }
    .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 30px 30px 225px;
        background: #f8f8f8;
        position: relative;
        text-align: left;
        color: #222222;
        font-size: .938rem;
        line-height: 1.75em;
        font-weight: 300; }
        .faq-table .qa .tr.answer .td::before {
          content: 'A';
          width: 25px;
          height: 25px;
          border-radius: 50%;
          text-align: center;
          line-height: 23px;
          background: #70eec4;
          color: #fff;
          position: absolute;
          left: 185px;
          top: 35px;
          font-size: .938rem;
          font-weight: 600; }

.sub-noti {
  width: 100%;
  border: solid 1px #e8e8e8;
  padding: 35px 150px;
  margin-top: 120px; }
  .sub-noti:after {
    content: "";
    display: table;
    clear: both; }
  .sub-noti .left strong {
    display: block;
    margin-bottom: 15px;
    color: #222222;
    font-weight: 400; }
  .sub-noti .left span {
    font-size: .913rem;
    color: #999999;
    font-weight: 300;
    padding-left: 20px; }
  .sub-noti .left .call {
    padding-left: 0; }
    .sub-noti .left .call::before {
      content: '\ea82';
      display: inline-block;
      font-family: 'icomoon';
      color: #fff;
      font-size: .75em;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: #cccccc;
      text-align: center;
      line-height: 20px;
      margin-right: 10px;
      position: relative;
      top: -2px; }
    .sub-noti .left .call::after {
      content: '';
      width: 1px;
      height: 14px;
      display: inline-block;
      margin-left: 20px;
      background: #d9d9d9;
      vertical-align: middle; }
    .sub-noti .left .call b {
      font-weight: 400;
      color: #222;
      padding-left: 3px; }
  .sub-noti .right .btn-md {
    width: 139px;
    height: 48px;
    line-height: 46px;
    font-family: 'Noto Sans KR',sans-serif; }

#cs_qna_write {
  padding-top: 120px;
  padding-bottom: 240px; }
  #cs_qna_write .sub-noti {
    margin-top: 0;
    margin-bottom: 40px;
    padding: 35px 60px; }
    #cs_qna_write .sub-noti .left.qna {
      padding-left: 100px;
      background: url("../../images/icons/qna.png") no-repeat;
      background-position: left center; }
      #cs_qna_write .sub-noti .left.qna .dot {
        margin-bottom: 15px; }
        #cs_qna_write .sub-noti .left.qna .dot:last-of-type {
          margin-bottom: 0; }

#cs_qna_list {
  padding-bottom: 240px; }
  #cs_qna_list .m-search{
    display: none;
  }
  #cs_qna_list .sub-noti {
    margin-top: 0;
    margin-bottom: 30px;
    padding: 35px 60px; }
    #cs_qna_list .sub-noti .left.qna {
      width: calc( 100% - 145px);
      padding-left: 100px;
      background: url("../../images/icons/qna.png") no-repeat;
      background-position: left center; }
      #cs_qna_list .sub-noti .left.qna .dot {
        margin-bottom: 15px; }
        #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 {
  background: #fff;
  padding-right: 20px; }
  .qna-table .thead .th {
    color: #222;
    font-size: 1rem; }
  .qna-table .thead .th-1 {
    width: 180px;
    padding-left: 40px;
    text-align: left; }
  .qna-table .thead .th-2 {
    width: calc( 100% - 580px);
    text-align: center; }
  .qna-table .thead .th-3 {
    width: 246px;
    text-align: center; }
  .qna-table .thead .th-4 {
    width: 154px;
    text-align: center; }

.qna-table .qa {
  border-bottom: solid 1px #f1f1f1; }
  .qna-table .qa.open .tr.answer {
    height: auto;
    transition: .25s; }
  .qna-table .qa .tr {
    border-bottom: none;
    padding-right: 20px; }
    .qna-table .qa .tr.question {
      height: 70px;
      position: relative;
      cursor: pointer; }
      .qna-table .qa .tr.question .td-1 {
        width: 180px;
        padding-left: 40px;
        text-align: left;
        color: #222;
        font-size: 1rem; }
      .qna-table .qa .tr.question .td-2 {
        width: calc( 100% - 580px);
        text-align: left;
        font-size: 1rem;
        font-weight: 300;
        color: #444444; }
      .qna-table .qa .tr.question .td-3 {
        width: 246px;
        text-align: center;
        font-size: 1rem;
        font-weight: 300;
        color: #444444; }
      .qna-table .qa .tr.question .td-4 {
        width: 154px;
        text-align: center;
        font-size: 1rem;
        font-weight: 300;
        color: #444444; }
    .qna-table .qa .tr.answer {
      width: 100%;
      height: 0;
      overflow: hidden;
      transition: .25s;
      display: block; }
      .qna-table .qa .tr.answer .td-q {
        display: block;
        width: 100%;
        padding: 30px 30px 0 225px;
        background: #f8f8f8;
        position: relative;
        text-align: left;
        color: #222222;
        font-size: .938rem;
        line-height: 1.75em;
        font-weight: 300; }
        .qna-table .qa .tr.answer .td-q::before {
          content: 'Q';
          width: 25px;
          height: 25px;
          border-radius: 50%;
          text-align: center;
          line-height: 23px;
          background: #1f1f1f;
          color: #fff;
          position: absolute;
          left: 185px;
          top: 30px;
          font-size: .938rem;
          font-weight: 600; }
      .qna-table .qa .tr.answer .td-a {
        display: block;
        width: 100%;
        padding: 30px 30px 60px 225px;
        background: #f8f8f8;
        position: relative;
        text-align: left;
        color: #222222;
        font-size: .938rem;
        line-height: 1.75em;
        font-weight: 300; }
        .qna-table .qa .tr.answer .td-a::before {
          content: 'A';
          width: 25px;
          height: 25px;
          border-radius: 50%;
          text-align: center;
          line-height: 23px;
          background: #70eec4;
          color: #fff;
          position: absolute;
          left: 185px;
          top: 30px;
          font-size: .938rem;
          font-weight: 600; }

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

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

.file-noti {
  color: #999999;
  font-size: .875rem;
  font-weight: 300;
  padding-left: 15px; }

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

.bg-box {
  background: #f8f8f8;
  padding: 40px; }
  .bg-box .list {
    margin-bottom: 60px; }
    .bg-box .list .dot {
      margin-bottom: 10px; }
  .bg-box .contact {
    padding-left: 60px;
    position: relative; }
    .bg-box .contact::before {
      content: '\ea82';
      display: inline-block;
      width: 44px;
      height: 44px;
      font-family: 'icomoon';
      font-size: 1.375rem;
      color: #f8f8f8;
      background: #c7c7c7;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      line-height: 44px;
      text-align: center; }
    .bg-box .contact span {
      display: inline-block;
      width: 100%;
      padding: 5px 0;
      color: #888888;
      font-size: .875rem;
      font-weight: 300; }
      .bg-box .contact span b {
        font-weight: 400;
        color: #222; }

.top-table {
  padding: 10px 0; }
  .top-table .tr {
    border: none;
    height: 47px; }
    .top-table .tr .td {
      text-align: left; }
    .top-table .tr .td-1 {
      padding-left: 25px;
      width: 204px;
      line-height: 24px;
      font-size: .938rem;
      color: #222222; }
      .top-table .tr .td-1 .num {
        display: inline-block;
        color: #ffffff;
        background: #1f1f1f;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        margin-right: 10px;
        text-align: center;
        font-size: 0.813rem; }
    .top-table .tr .td-2 {
      line-height: 24px;
      font-size: .938rem;
      font-weight: 300;
      color: #444444; }

#event_list {
  padding-bottom: 240px; }
  #event_list .cont-header {
    margin-bottom: 40px; }
  #event_list .ev-list {
    width: 100%;
    padding-bottom: 15px; }
    #event_list .ev-list:after {
      content: "";
      display: table;
      clear: both; }
    #event_list .ev-list li {
      width: calc( (100% - 50px) /3);
      height: auto;
      margin-right: 25px;
      margin-bottom: 35px;
      float: left; }
      #event_list .ev-list li:nth-child(3n) {
        margin-right: 0; }
      #event_list .ev-list li a {
        display: block;
        width: 100%;
        height: auto; }
      #event_list .ev-list li .thumb {
        width: 100%;
        height: 245px; }
      #event_list .ev-list li .inner {
        background: #fff;
        padding: 23px 0; }
        #event_list .ev-list li .inner strong {
          display: block;
          margin-bottom: 20px;
          font-size: 1.5rem;
          font-weight: 400;
          color: #000; }
        #event_list .ev-list li .inner .date {
          font-size: 1rem;
          color: #cdaa72; }

#event {
  padding-top: 120px;
  padding-bottom: 240px; }
  #event .share {
    margin-top: 25px; }
    #event .share button{
      width: 50px; 
      height: 50px; 
      margin-left: 5px; 
    }

    #event .ev-ttl{
      font-size: 2rem; 
      color: #222222; 
      font-weight: 400;
    }
    #event .ev-sub{
      display: block;
      font-size: 1.125rem; 
      color: #444444; 
      font-weight: 300;
      margin-top: 10px;
      padding-bottom: 15px; 
    }
.event-box .img-box {
  width: 100%;
  height: auto; }
  .event-box .img-box img {
    display: block;
    width: 100%; }

.event-box .inner {
  padding: 35px 40px;
  padding-bottom: 55px; }
  .event-box .inner p {
    font-size: .938rem;
    color: #222222;
    font-weight: 300;
    line-height: 1.5rem; }
    .event-box .inner p .point {
      color: #ff9600; }
  .event-box .inner b {
    font-size: .938rem;
    color: #222222;
    font-weight: 400;
    line-height: 1.5rem; }


#event_win_list{
  padding-bottom: 240px;
}

#event_win_list .event-list .tr{
  height: 75px;
}
#event_win_list .event-list .tr .td-1{
  width: 160px;
  color: #32e4a9;
  font-size: 1rem;
  font-weight: 300;
}
#event_win_list .event-list .tr .td-2{
  width: calc( 100% - 320px);
  text-align: left;
  color: #444444; 
  font-size: 1rem;
  font-weight: 300;
}
#event_win_list .event-list .tr .td-3{
  width: 160px;
  color: #444444; 
  font-size: 1rem;
  font-weight: 300;
}
#event_win{
  padding-bottom: 240px; 
}
#event_win .event-list{
  margin-top: 40px;
}
#event_win .event-list.table-custom .thead{
  height: 84px;
  background: #fff; 
}
#event_win .event-list.table-custom .thead .th-1{
  width: calc( 100% - 160px );
  text-align: left; 
  padding-left: 40px; 
  font-size: 1.25rem;
  color: #222222; 

}
#event_win .event-list.table-custom .thead .th-2{
  width: 160px;
  color: #444444; 
  font-size: 1rem;
  font-weight: 300;
}
.check-list .tr {
  padding: 30px 0px; }

.check-list .th-1,
.check-list .td-1 {
  width: calc( 100% - 566px);
  padding-left: 20px; }

.check-list .th-2,
.check-list .td-2 {
  width: 138px; }

.check-list .th-3,
.check-list .td-3 {
  width: 158px; }

.check-list .th-4,
.check-list .td-4 {
  width: 270px; }
  .check-list .th-4 a,
  .check-list .td-4 a {
    color: #000000;
    font-weight: 600;
    text-decoration: underline; }
  .check-list .th-4 .tracking-num,
  .check-list .td-4 .tracking-num {
    display: block;
    margin-top: 18px;
    font-family: 'Noto Sans KR',sans-serif;
    font-size: .875rem;
    color: #666666; }
    .check-list .th-4 .tracking-num a,
    .check-list .td-4 .tracking-num a {
      color: #122eab;
      text-decoration: none; }

.check-list .td {
  font-size: .875rem;
  color: #666666; }

.invoice-table .tr {
  padding: 20px 0; }

.invoice-table .td-1 {
  width: calc( 100% - 550px);
  padding-left: 20px; }

.invoice-table .td-2 {
  width: 115px;
  font-size: .875rem;
  color: #0090ff; }

.invoice-table .td-3 {
  width: 165px;
  font-size: .875rem;
  color: #666666; }

.invoice-table .td-4 {
  width: 270px; }

.section-detail {
  margin-top: 80px; }

.invoice-detail .tr {
  display: block;
  padding: 27px 20px; }
  .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 {
    width: 160px;
    font-weight: 300;
    font-size: .938rem;
    color: #666666;
    text-align: left;
    vertical-align: top; }
  .invoice-detail .line .td {
    color: #221e1f;
    font-weight: 300;
    font-size: .938rem;
    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: 1.5rem;
      font-weight: 500;
      color: #ff3c00;
      vertical-align: top;
      line-height: 1; }

.grey-box {
  padding: 50px;
  background: #f7f7f7; }
  .grey-box:after {
    content: "";
    display: table;
    clear: both; }
  .grey-box .ord-num {
    font-size: 1.125rem; }
  .grey-box .ord-step {
    font-size: .938rem;
    color: #666666;
    padding-left: 14px; }
    .grey-box .ord-step::after {
      content: '\e9cb';
      display: inline-block;
      margin-left: 14px;
      font-family: 'icomoon'; }
    .grey-box .ord-step:last-of-type::after {
      display: none; }

.section-heading {
  margin-bottom: 40px;
  text-align: center; }

.section-heading-sub {
  margin-bottom: 80px; }

#mypage .sub-box .list:after {
  content: "";
  display: table;
  clear: both; }

#mypage .sub-box .list li {
  width: calc( (100% - 2px) / 3);
  margin-right: 1px;
  background: #f7f7f7;
  padding: 30px;
  text-align: center;
  float: left; }
  #mypage .sub-box .list li:last-child {
    margin-right: 0; }
  #mypage .sub-box .list li span {
    display: block;
    margin-bottom: 15px;
    font-size: .938rem;
    color: #222; }
  #mypage .sub-box .list li b {
    display: block;
    font-size: 1.625rem;
    color: #222; }

/*mypage - subscribe list*/


.terms-title{
  color: #222222;
  font-size: .875rem; 
  padding-left: 23px;
  position: relative;
  background: url(../../images/icons/payment_sm.png) no-repeat;
  background-position: left center;
  vertical-align: super;
  padding-right: 5px; 
}
.page-sort-list.terms-btns li{
  padding: 0; 
  margin-left: 4px; 
}
.page-sort-list.terms-btns li::after{
  display: none;
}
.page-sort-list.terms-btns li button{
  width: auto; 
  height: 24px;
  padding: 0 13px; 
  font-size: .813rem;
  color: #221e1f;
  line-height: 22px;  
  border: solid 1px #cccccc; 
  transition: .2s;
}
.page-sort-list.terms-btns li:hover button,
.page-sort-list.terms-btns li.active button{
  background: #221e1f;
  color: #fff; 
  border-color: #221e1f;
}
.subscribe-list:after {
  content: "";
  display: table;
  clear: both; }

.subscribe-list .item {
  width: calc( (100% - 41px) / 3);
  height: 645px;
  margin-right: 20px;
  border: solid 1px #ececec;
  float: left;
  margin-bottom: 20px;
  position: relative; }
  .subscribe-list .item:nth-child(3n) {
    margin-right: 0; }
  .subscribe-list .item .top {
    padding: 19px; }
    .subscribe-list .item .top .thumb {
      width: 100%;
      height: auto;
      position: relative; }
      .subscribe-list .item .top .thumb img {
        display: block;
        width: 100%;
        position: relative;
        z-index: 1; }

    .subscribe-list .item .top .info {
      padding-top: 30px;
      padding-bottom: 10px;
      text-align: center; }
      .subscribe-list .item .top .info strong {
        font-size: 1.125rem;
        line-height: 1.4em;
        font-weight: 400;
        display: block;
        margin-bottom: 12px;
        word-break: keep-all; }

  .subscribe-list .item .bottom {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px 20px;
    background: #f5f5f5;
    text-align: center; }
    .subscribe-list .item .bottom strong {
      font-size: 1.125rem;
      line-height: 1.4em;
      font-weight: 400;
      display: block;
      margin-bottom: 12px;
      word-break: keep-all; }
    .subscribe-list .item .bottom span {
      color: #666666;
      font-weight: 300;
      line-height: 1.625em;
      letter-spacing: -0.05em; }
    .subscribe-list .item .bottom .btn-box {
      margin-top: 26px; }
      .subscribe-list .item .bottom .btn-box .btn-xs {
        width: 114px; }
  .subscribe-list .item.add .subs-link {
    display: block;
    color: #444444;
    font-size: .875rem;
    font-weight: 300;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .subscribe-list .item.add .subs-link::before {
      content: '';
      display: block;
      width: 38px;
      height: 38px;
      background: url("../../images/icons/plus_lg.png") no-repeat;
      background-size: 100%;
      margin: 0 auto;
      margin-bottom: 20px; }

/*mypage - subscribe modify*/
.result-table.terms .table th {
  height: 72px;
  color: #222222;
  font-weight: 400; }

.result-table.terms .table td {
  height: 72px; }
.result-table.terms .btn-date{
  width: 104px;
  margin-left: 10px;
  position: relative; 
  vertical-align: middle;
}
.result-table.terms .td-date input{
  width: 1px; 
  height: 37px; 
  border: none; 
  background: transparent;
  margin-left: 11px;
  color: transparent;
}
.result-table.terms .td-date .inline-datepicker{
  display: inline-block;
  width: 1px; 
  height: 37px; 
  border: none; 
  background: transparent;
  margin-left: 11px;
  color: transparent;
}
.result-table.terms .table .radio-box{
  display: inline-block; 
  width: 78px;
}
.result-table.terms .table .radio-box .radio-control + label{
  margin: 0;
}
.result-table.terms .table .payment {
  padding-left: 23px;
  position: relative;
  background: url("../../images/icons/payment_sm.png") no-repeat;
  background-position: left center;
  margin-right: 20px;
  font-weight: 400; }
  .result-table.terms .table td.item-list{
    padding: 25px 20px;
  }
  .result-table.terms .table td.item-list .dot{
      font-size: .938rem;
      font-weight: 300;
      color: #222;
      width: 100%; 
      margin-bottom: 10px;
  }
  .result-table.terms .table td.item-list .dot::before{
    display: none;
  }
  .result-table.terms .table td.item-list .underline{
    margin-top: 20px; 
    height: 28px;
    background: transparent;
    color: #cdaa72;
  }
  .result-table.terms .table td.item-list .underline::after{
    background: #cdaa72;
  }
  
.modal .order-table .cart-list {
  padding-top: 25px; }

.modal .order-table .input-tr {
  border-bottom: none;
  height: auto;
  margin-bottom: 8px; }
  .modal .order-table .input-tr .th {
    width: 120px;
    height: 45px;
    text-align: left;
    vertical-align: top; }
    .modal .order-table .input-tr .th span {
      font-size: .938rem;
      font-weight: 300;
      line-height: 45px;
      color: #666666;
      margin-bottom: 0; }
  .modal .order-table .input-tr .td {
    width: calc( 100% - 120px);
    text-align: left; }
    .modal .order-table .input-tr .td .input-line {
      min-height: 46px;
      margin-bottom: 8px; }
      .modal .order-table .input-tr .td .input-line:last-of-type {
        margin-bottom: 0; }
      .modal .order-table .input-tr .td .input-line span {
        font-size: .875rem;
        font-weight: 300;
        color: #666666;
        vertical-align: bottom; }
    .modal .order-table .input-tr .td .input-group {
      width: 100%;
      display: inline-block;
      vertical-align: bottom;
      margin-right: 6px; }
      .modal .order-table .input-tr .td .input-group.m-input1 {
        width: 196px;
        float: left; }
      .modal .order-table .input-tr .td .input-group.m-btn1 {
        width: auto;
        float: right;
        margin-top: 10px;
        margin-right: 0; }
      .modal .order-table .input-tr .td .input-group.phone {
        width: 100px;
        margin-right: 16px; }
        .modal .order-table .input-tr .td .input-group.phone.last {
          margin-right: 0; }
        .modal .order-table .input-tr .td .input-group.phone:first-of-type {
          width: 80px; }
      .modal .order-table .input-tr .td .input-group.half {
        width: 750px; }
      .modal .order-table .input-tr .td .input-group.full {
        width: 100%; }
      .modal .order-table .input-tr .td .input-group .chk-control + label {
        margin-right: 8px;
        vertical-align: middle; }
      .modal .order-table .input-tr .td .input-group span {
        line-height: 45px;
        color: #222222;
        font-size: .938rem;
        vertical-align: middle;
        font-weight: 300; }

/*datepicker custom*/
.ui-widget-content{
  width: 360px;
  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: 360px !important;
  border: solid 1px #111111; 
  border-radius: 0;
  padding-top: 40px; 
  padding-left: 30px; 
  padding-right: 30px; 
}
.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;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color:transparent;
  border-color: transparent;
  color: inherit;
}
.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;
}
.daterangepicker .drp-buttons .btn{
  width: 130px; 
  margin: 0 5px;
  height: 50px !important;
  font-weight: 400;
  font-size: 1rem;
}
#mypage_modify .td.pw-hide{
  width: 100% !important; 
  display: none;
}

@-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: 50px;
  padding-bottom: 100px; }

.sign-cont {
  width: 480px;
  margin: 0 auto; }

  .sign-cont .sign-tab {
    width: 100%;
    height: 40px; }
    .sign-cont .sign-tab:after {
      content: "";
      display: table;
      clear: both; }
    .sign-cont .sign-tab .tab {
      width: 50%;
      height: 40px;
      border-bottom: solid 1px #e5e5e5;
      line-height: 1;
      float: left;
      text-align: center;
      font-size: 1.375rem;
      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: 35px 0; }
  .sign-cont .input-tr {
    margin-bottom: 30px; }
    .sign-cont .input-tr .th {
      width: 140px; }
    .sign-cont .input-tr .td .input-line {
      margin-bottom: 25px !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%;
    margin-top: 30px; }
  .sign-cont .sign-tool {
    padding-top: 40px;
    padding-bottom: 60px;
    text-align: center; }
    .sign-cont .sign-tool a {
      padding-left: 25px;
      font-size: 1.125rem; }
      .sign-cont .sign-tool a::after {
        content: '';
        width: 1px;
        height: 14px;
        background: #eeeeee;
        display: inline-block;
        margin-left: 25px; }
      .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: 1.250rem;
      font-weight: 400;
      display: block;
      margin-bottom: 40px; }
    .sign-cont .sign-sns a {
      display: inline-block;
      width: 145px;
      color: #444444;
      padding-top: 56px;
      font-size: 1rem; }
      .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: 40px;
    text-align: left; }
    .sign-cont .sign-bottom .dot {
      margin-bottom: 10px; }
      .sign-cont .input-tr .td .input-group.idNum-1, .sign-cont .input-tr .td .input-group.idNum-2 {
        width: calc( 50% - 12px ); 
        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: 30px; 
    top: 18px;
    color: #666666;
  }
  .sign-cont .input-tr .td .input-group.idNum-2::before {
    content: '-';
    position: absolute;
    left: -20px;
    bottom: 14px;
    font-size: .875rem;
    color: #222; }
  #signup .order-table .input-tr .th span.double-line{
    line-height: 1.4em;
    padding-top: 10px;
    display: inline-block;
    padding-right: 45px
  }
  .grey-box .sign-cont{
    width: 100%; 
    text-align: center;
    
  }
  .grey-box .sign-cont .sign-sns{
    border-top: none;
    padding-top: 5px; 
  }
  .grey-box .sign-cont .sign-sns strong{
    display: block;
    margin-bottom: 15px; 
  }
  .grey-box .sign-cont .sign-sns span{
    display: block;
    margin-bottom: 38px;
    font-size: .875rem;
    color: #666666; 
  }

/*brand*/
#brand .section-sub-visual{
  height: 660px;
}
.section-sub-visual .visual-cont h1:lang(en){
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.24em;
}
#brand .section-sub-visual .visual-cont span{
  opacity: .8;
}
.brand-section::after{
  content:'';
  display: block;
  clear: both; 
}

.brand-ttl{
  font-size: 3.125rem; 
  line-height: 1.280em;
  color: #333333;
  display: block; 
  margin-bottom: 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.brand-section span{
  color: #666666; 
  font-size: 1.125rem;
  line-height: 1.667em;
  display: block;
}
.brand-ttl b{
  color: #122eab; 
}
.brand-section01{
  padding: 150px 0; 
}
.brand-section01 .left{
  width: 560px; 
}
.brand-section01 .right{
  width: 580px; 
}

.point-box{
  margin-top: 115px; 
}
.point-box .point-line{
  line-height: 1.4em;
  display: inline-block;
}
.point-box .point-line strong{
  position: relative; 
  font-size: 1.2rem;
  z-index: 3;
  color: #1c265a;
}
.point-box .point-line::after{
  background: #62eec0;
}
.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: 120px;
  margin-right: 30px;
  padding-top: 85px; 
}
.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 5px;
}
.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: .938rem; 
  color: #000000; 
  font-weight: 400;
  line-height: 1.3em;
}
.brand-section02{
  padding-bottom: 135px; 
}
.brand-section02 .roll-banner{
  overflow: hidden;
  white-space: nowrap;
}
.brand-section02 .roll-banner img{
  margin-right: 50px;
}
.brand-section03{
  padding-top: 65px; 
  padding-bottom: 154px;
  position: relative; 
}
.brand-section03::before{
  content: url('../../images/sub/leaves_01.png');
  position: absolute; 
  top: 0; 
  left: -88px;
}
.brand-section03 .left{
  width: 580px;
  padding-left: 110px; 
  padding-top: 75px;
}
.brand-section03 .img-ani-box{
  text-align: right;
}
.attach-box-wrap{
  width: 560px;
  height: 755px; 
  background: url('../../images/sub/brand_life_img01.png')no-repeat;
  background-size:contain;
  background-position: center center;
}
.attach-box{
  width: 100%; 
  height: 100%; 
  overflow: hidden;
  background: url('../../images/sub/brand_life_img01_b.png');
  background-attachment: fixed;
  background-position-x: calc( 50vw + 70px );
  background-position-y: 100px;
  background-repeat: no-repeat;
  background-size: 560px; 
}
.attach-box img{
  display: none;
}
.brand-section04{
  padding-top: 90px;
  padding-bottom: 235px; 
  position: relative;
}
.brand-section04::before{
  content: url('../../images/sub/leaves_02.png');
  position: absolute; 
  top: 0; 
  right: 0;
}

.brand-section04 .left{
  width: 560px;
}
.brand-section04 .right{
  width: 580px;
  position: relative; 
}
.brand-section04 .right::after{
  content: url('../../images/sub/leaves_03.png');
  position: absolute; 
  bottom: -100px; 
  right: 0;
  z-index: 3;
}
.brand-banner{
  width: 100%; 
  height: 440px;
  background: url('../../images/sub/brand_banner.png')no-repeat; 
  background-position: center center;
  background-size: cover;
  position: relative; 
}
.brand-section05{
  position: absolute; 
  left: 50%; 
  top: 50%; 
  transform: translate(-50%, -50%);
  text-align: center;
}
.brand-section05 strong{
  font-family: 'Montserrat', sans-serif;
  font-size: 2.250rem; 
  font-weight: 600;
  color: #fff;
  display: inline-block; 
  margin-bottom: 30px; 
}
.brand-section05 span{
  font-size: 1.125rem; 
  color: #fff; 
  display: block; 
  margin-bottom: 55px; 
  font-weight: 300;
}
.img-ani-box{
  position: relative; 
  overflow: hidden;
}
.img-ani-box.w-390{
  width: 390px;
}
.ani-box{
  width: 100%; 
  height: 100%; 
  position: absolute; 
  left: 0; top: 0; 
  background: #fff; 
  z-index: 2;
}
[data-aos=slide-right]{
  transform: translate3d(0,0,0)
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate3d(100%,0,0)
}
