@font-face {
  font-family: "AndesRounded";
  src: url(Latinotype-AndesRoundedLight.woff);
  font-weight: 400;
}
@font-face {
  font-family: "jf-openhuninn";
  src: url(jf-openhuninn-1.1.ttf);
  font-weight: 400;
}
body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  word-break: break-word;
  font-size: 16px;
  color: #646464;
  line-height: 1.8;
  font-family: 'Microsoft JhengHei';
}
body.scroll-lock {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #646464;
}
a:focus, a:hover, a:visited {
  text-decoration: none;
}

.fw-700 {
  font-weight: 700;
}

.cart-use-coupon-area {
  display: flex;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1320px) {
  .container {
    width: 1320px;
  }
}
@media screen and (min-width: 992px) {
  .container.detail-page-container {
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .container.detail-page-container {
    width: 1100px;
  }
}

.product-list-outer-container {
  padding: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .product-list-outer-container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 992px) {
  .product-list-outer-container {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1320px) {
  .product-list-outer-container {
    width: 1320px;
  }
}
@media screen and (min-width: 992px) {
  .product-list-outer-container.product-detail {
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .product-list-outer-container.product-detail {
    width: 1100px;
  }
}

.product-list-inner-container {
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .product-list-inner-container {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.price-fz {
  font-family: "AndesRounded", "Arial";
}

.alert_red, .alert-text {
  color: #F19DAE;
}

a.alert-text:hover, a.alert-text:focus {
  color: #F19DAE;
}
a.alert-text:hover {
  text-decoration: underline;
}

.text-info {
  color: #68c2d3;
}

a.text-info:hover, a.text-info:focus {
  color: #68c2d3;
}
a.text-info:hover {
  text-decoration: underline;
}

.text-desc {
  color: #cccccc;
}

.label-info {
  background-color: #68c2d3;
}

.bootbox.modal .modal-footer .btn {
  display: inline-block;
  width: auto;
  padding: 6px 24px;
}
.bootbox.modal .modal-footer .btn + .btn {
  margin-left: 5px;
}

.modal img {
  max-width: 100%;
}
.modal .photo-area {
  text-align: center;
  margin-bottom: 15px;
}
.modal-dialog {
  max-width: 100%;
  padding: 0;
}
.modal-dialog.form-modal .modal-content {
  border-radius: 20px;
  padding: 20px 30px;
}
@media screen and (min-width: 768px) {
  .modal-dialog.form-modal .modal-content {
    padding: 50px 70px;
  }
}
.modal-dialog.form-modal .modal-title {
  font-size: 24px;
  font-weight: bold;
}
.modal-dialog.form-modal .modal-header {
  padding: 0 0 10px 0;
  margin-bottom: 15px;
}
.modal-dialog.form-modal .modal-header .close {
  width: 27px;
  height: 27px;
  position: absolute;
  top: 30px;
  right: 30px;
  transform: rotate(45deg);
  opacity: 1;
  font-size: 0;
}
.modal-dialog.form-modal .modal-header .close:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 12px;
  width: 2px;
  height: 100%;
  background: #c4c4c4;
}
.modal-dialog.form-modal .modal-header .close:after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #c4c4c4;
}
.modal-dialog.form-modal .modal-body {
  padding: 0;
}
.modal-dialog.form-modal .modal-footer {
  padding-right: 0;
  padding-left: 0;
}
.modal-dialog .modal-footer .btn {
  display: inline-block;
  width: 80px;
  padding: 6px 0px;
}
.modal-dialog .modal-footer .btn + .btn {
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
  }
}

.datepicker-dropdown {
  min-width: 240px;
}
.datepicker-dropdown table {
  width: 100%;
}

.d-inline-block {
  display: inline-block;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

.btn:hover, .btn:active, .btn:focus {
  box-shadow: none;
}
.btn:hover:hover, .btn:hover:active, .btn:hover:focus, .btn:active:hover, .btn:active:active, .btn:active:focus, .btn:focus:hover, .btn:focus:active, .btn:focus:focus {
  box-shadow: none;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome and Opera */
}

.owl-carousel {
  visibility: hidden;
}
.owl-carousel.owl-loaded {
  visibility: visible;
}

.invisible {
  visibility: hidden !important;
}

.a-acceky {
  position: absolute;
  display: none;
  top: 0px;
  left: -10px;
  color: #d7d7d7;
  font-size: 14px;
}
.a-acceky:focus, .a-acceky:hover, .a-acceky:visited {
  color: #d7d7d7;
}
@media screen and (min-width: 992px) {
  .a-acceky {
    display: inline-block;
  }
}

.container, #index-news-area {
  position: relative;
}

#index-news-area #main {
  top: 3px;
  left: -18px;
}

#sitemap_center_area {
  top: 0px;
  left: -15px;
}

#breadcrumbs #main {
  top: 8px;
  left: 0px;
}

#foot_area {
  top: 37px;
  left: -1px;
}

footer.eng #foot_area {
  top: 45px;
  left: -1px;
}

@media print {
  header.webiste, footer.website, .mini-cart-area, .product-menu-area, .breadcrumbs, #mb-sidebar, .page-banner-area, .mb-header {
    display: none;
  }

  a:after {
    content: "" !important;
  }

  .minimenu-area, .orderlist-product .comment {
    display: none;
  }

  .print_hide {
    display: none;
  }
}
.two-btn-box .right-btn-area:after, .two-btn-box:after, .invoice-function-area:after, .current-bonus-point-area:after, .order-detail-top-area:after, .member-content-box .list-info .list-info-group:after, .member-signup-area .signup-title:after, .member-signup-area:after, .myaccout-dashboard-area:after, .content-box .cart-price-sum-area:after, .cart-extra-area .cart-extra-list-row:after, .cart-extra-area .cart-extra-list-title:after, .cart-extra-area:after, .cart-btn-area:after, .product-list-area .product-list.news-list:after, .product-list-area .product-list .content-area .group-buy-btn-area:after, #filter_modal .filter-area .search-box:after, .xs-filter-area:after, .product-list-title-area:after, .vcode-area:after, .common-form-area:after, .form-btn-area:after, .input-btn-box:after, .jump-page-box .bottom-link-area:after, .page-bottom-btn-area .page-btn-area:after, .icon-title:after, .detail-page-top-area:after, .template-list:after, .product-bottom-area .product-tab-area:after, .author-area:after, .share-box:after, .product-gift-carousel-area .product-gift-list .list-bottom-area:after, .product-gift-carousel-area .product-gift-list .gift-table-box .gift-t-cell:after, .product-gift-carousel-area .product-gift-list .gift-table-box:after, .product-top-area .bottom-cart-area .bottom-area .btn-area:after, .product-top-area .bottom-cart-area .top-area .qty-area:after, .product-top-area .bottom-cart-area .top-area:after, .product-top-area .photo-area .mini-photo-area:after, .product-top-area .table-box:after, .product-top-area:after, .article-area:after, .product-page-area:after, .page-area:after, .footer-bottom-area .container:after, .footer-middle-area .middle-right-area .unit-block:after, .footer-middle-area .middle-right-area:after, .footer-top-area:after, div.mb-header:after, .header-nav:after, header.website .lg-header-area .header-right-area:after, header.website .lg-header-area:after, .container:after, .product-list-outer-container:after, .product-list-inner-container:after {
  content: "";
  display: block;
  clear: both;
}

.detail-page-top-area .content-area .desc-area, .article-area, #tinymce {
  font-size: 15px;
}
.detail-page-top-area .content-area .desc-area iframe, .article-area iframe, #tinymce iframe {
  max-width: 100%;
  border: 0;
}
.detail-page-top-area .content-area .desc-area img, .article-area img, #tinymce img {
  height: auto;
  max-width: 100%;
}
.detail-page-top-area .content-area .desc-area h3, .article-area h3, #tinymce h3 {
  color: #646464;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.detail-page-top-area .content-area .desc-area h4, .article-area h4, #tinymce h4 {
  color: #646464;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.detail-page-top-area .content-area .desc-area h5, .article-area h5, #tinymce h5 {
  color: #F19DAE;
  font-size: 15px;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.detail-page-top-area .content-area .desc-area h6, .article-area h6, #tinymce h6 {
  color: #FBCA4D;
  font-size: 15px;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.detail-page-top-area .content-area .desc-area p, .article-area p, #tinymce p {
  margin: 0 0 25px 0;
  /*line-height: 1.6;*/
}
.detail-page-top-area .content-area .desc-area a, .article-area a, #tinymce a {
  color: #68c2d3;
}
.detail-page-top-area .content-area .desc-area a:hover, .article-area a:hover, #tinymce a:hover {
  text-decoration: underline;
}
.detail-page-top-area .content-area .desc-area ul, .article-area ul, #tinymce ul {
  padding: 0;
  list-style: none !important;
  color: #646464;
  margin-bottom: 15px;
}
.detail-page-top-area .content-area .desc-area ul > li, .article-area ul > li, #tinymce ul > li {
  padding-left: 22px;
  position: relative;
}
.detail-page-top-area .content-area .desc-area ul > li:before, .article-area ul > li:before, #tinymce ul > li:before {
  position: absolute;
  content: "";
  left: 2px;
  top: 9px;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #68c2d3;
  border-width: 5px 0 5px 8px;
}
.detail-page-top-area .content-area .desc-area ol, .article-area ol, #tinymce ol {
  padding: 0;
  list-style: none !important;
  counter-reset: ol-item;
  color: #646464;
  margin-bottom: 15px;
}
.detail-page-top-area .content-area .desc-area ol > li, .article-area ol > li, #tinymce ol > li {
  display: block;
  padding-left: 34px;
  position: relative;
}
.detail-page-top-area .content-area .desc-area ol > li:before, .article-area ol > li:before, #tinymce ol > li:before {
  position: absolute;
  text-align: right;
  left: -2px;
  top: 0;
  content: counter(ol-item) ".";
  counter-increment: ol-item;
  font-size: 15px;
  color: #68c2d3;
  display: inline-block;
  min-width: 22px;
}
.detail-page-top-area .content-area .desc-area table, .article-area table, #tinymce table {
  max-width: 100%;
  border-collapse: collapse;
}
.detail-page-top-area .content-area .desc-area table tr th, .article-area table tr th, #tinymce table tr th, .detail-page-top-area .content-area .desc-area table tr td, .article-area table tr td, #tinymce table tr td {
  font-family: "Microsoft JhengHei";
  border: #dcdcdc solid 1px;
  padding: 5px 5px;
  font-weight: normal;
  text-align: left;
  font-size: 16px;
}
@media screen and (min-width: 400px) {
  .detail-page-top-area .content-area .desc-area table tr th, .article-area table tr th, #tinymce table tr th, .detail-page-top-area .content-area .desc-area table tr td, .article-area table tr td, #tinymce table tr td {
    padding: 10px 15px;
  }
}
.detail-page-top-area .content-area .desc-area table tr th, .article-area table tr th, #tinymce table tr th {
  font-weight: bold;
  background-color: #F5F5F5;
}
.breadcrumbs {
  font-size: 13px;
  margin: 8px 0px 20px 0px;
  color: #9D9A98;
}
@media screen and (min-width: 992px) {
  .breadcrumbs {
    margin: 10px 0px 35px 0px;
  }
}
.breadcrumbs a {
  color: #FBCA4D;
}
.breadcrumbs span {
  color: #9D9A98;
}
.breadcrumbs.top-pull {
  margin-bottom: 22px;
}

.tag {
  display: inline-block;
  min-height: 22px;
  line-height: 22px;
  border-radius: 22px;
  color: #FFFFFF;
  font-size: 14px;
  text-align: left;
  margin-right: 4px;
  padding: 0 19px;
  vertical-align: middle;
}
.tag.static-tag {
  text-align: center;
  width: 80px;
  padding: 0;
}
.tag.static-tag.two-word {
  letter-spacing: 10px;
  padding-left: 12px;
}

#to-top {
  width: 40px;
  height: 40px;
  box-shadow: 0px 4px 15px rgba(94, 111, 151, 0.25);
  border-radius: 50%;
  background: #fff url("../img/btn/icon_gotop_normal_2x.png") center no-repeat;
  background-size: 20px auto;
  cursor: pointer;
  z-index: 3;
  text-align: center;
  display: none;
  position: fixed;
  right: 15px;
  bottom: 73px;
  font-size: 0;
}
@media screen and (min-width: 992px) {
  #to-top {
    right: calc(50% - 100%/2 + 27px);
  }
}
@media screen and (min-width: 1320px) {
  #to-top {
    right: calc(50% - 1320px/2 + 23px);
  }
}
.datepicker-dropdown {
  width: 300px;
}

input:focus, select:focus {
  outline: none !important;
}

a:focus, button:focus {
  outline: none !important;
}

.alert-red {
  color: red;
}

.acart-proportion-box {
  height: 0;
  position: relative;
}
.acart-proportion-box > .proportion-item {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.acart-proportion-box > .proportion-item--full {
  width: 100%;
  height: 100%;
}
.acart-proportion-box > .proportion-item--full > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.acart-proportion-box > iframe.proportion-item {
  width: 100%;
  height: 100%;
}
.acart-proportion-box.proportion-2-1 {
  padding-bottom: 50%;
}
.acart-proportion-box.proportion-3-4 {
  padding-bottom: 133.3333333333%;
}
.acart-proportion-box.proportion-4-3 {
  padding-bottom: 75%;
}
.acart-proportion-box.proportion-16-9 {
  padding-bottom: 56.25%;
}
.acart-proportion-box.proportion-5-4 {
  padding-bottom: 80%;
}
.acart-proportion-box.proportion-4-5 {
  padding-bottom: 125%;
}
.acart-proportion-box.proportion-1-1 {
  padding-bottom: 100%;
}

/*
=================================================================
(#m02-1hds) HEADER
=================================================================
*/
.fixed-height.is-sticky {
  z-index: 99 !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  background-color: #fff;
}

.fixed-height {
  height: 52px;
}
.fixed-height .container {
  height: 100%;
}
@media screen and (min-width: 992px) {
  .fixed-height {
    height: 130px;
  }
}

header.website {
  width: 100%;
  background-color: #fff;
  z-index: 99;
  position: relative;
  box-shadow: 0px 2px 15px rgba(94, 111, 151, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  box-shadow: none;
}
header.website h1 {
  margin: 0;
}
header.website .lg-header-area {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #fff;
  height: 76px;
  margin-top: 30px;
  border-radius: 60px;
  box-shadow: 0px 4px 15px rgba(94, 111, 151, 0.25);
}
@media screen and (min-width: 1320px) {
  header.website .lg-header-area {
    height: 90px;
    margin-top: 40px;
  }
}
header.website .lg-header-area .logo-area {
  float: left;
  margin-left: 30px;
  margin-top: 14px;
}
@media screen and (min-width: 1320px) {
  header.website .lg-header-area .logo-area {
    margin-top: 21px;
  }
}
header.website .lg-header-area .logo-area img {
  width: 185px;
}
header.website .lg-header-area .header-right-area {
  float: right;
  display: inline-block;
  margin-right: 8px;
  height: 100%;
}
@media screen and (min-width: 1320px) {
  header.website .lg-header-area .header-right-area {
    margin-right: 23px;
  }
}
header.website .lg-header-area .header-right-area nav {
  display: inline-block;
  float: left;
  margin-right: 72px;
}
header.website .lg-header-area .header-right-area .search-form-area {
  width: 40px;
  height: 40px;
  display: inline-block;
  float: left;
  margin-top: 19px;
  position: relative;
}
@media screen and (min-width: 1320px) {
  header.website .lg-header-area .header-right-area .search-form-area {
    margin-top: 26px;
  }
}
header.website .lg-header-area .header-right-area .search-form-area .search-btn {
  position: absolute;
  top: 2px;
  right: 6px;
  width: 35px;
  height: 35px;
  background: url("../img/header/header_search_off_2x.png") center no-repeat;
  background-size: 100%;
  font-size: 0;
  border: 0;
  z-index: 2;
}
header.website .lg-header-area .header-right-area .search-form-area input {
  width: 0;
  height: 40px;
  border-radius: 20px;
  border: 2px solid #68c2d3;
  padding: 1px 40px 1px 14px;
  position: absolute;
  top: 0;
  right: 0;
  transition: opacity 0.1s, width 1s;
  opacity: 0;
}
header.website .lg-header-area .header-right-area .search-form-area:hover .search-btn, header.website .lg-header-area .header-right-area .search-form-area.show .search-btn {
  background: url("../img/header/header_search_on_2x.png") center no-repeat;
  background-size: 100%;
}
header.website .lg-header-area .header-right-area .search-form-area:hover input, header.website .lg-header-area .header-right-area .search-form-area.show input {
  width: 370px;
  border: 2px solid #68c2d3;
  opacity: 1;
}
header.website .lg-header-area .header-right-area .header-btn-area {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 47px;
  margin-top: 19px;
}
@media screen and (min-width: 1320px) {
  header.website .lg-header-area .header-right-area .header-btn-area {
    margin-top: 26px;
  }
}
header.website .lg-header-area .header-right-area .header-btn-area .header-btn {
  display: inline-block;
  vertical-align: top;
  width: 35px;
  height: 35px;
}
header.website .lg-header-area .header-right-area .header-btn-area .header-btn.member {
  margin-left: 36px;
  background: url("../img/header/header_member_off_2x.png") center no-repeat;
  background-size: 100%;
}
header.website .lg-header-area .header-right-area .header-btn-area .header-btn.member.login {
  background: url("../img/header/header_member_on_2x.png") center no-repeat;
  background-size: 100%;
}
header.website .lg-header-area .header-right-area .cart-btn {
  position: relative;
  display: inline-block;
  float: left;
  margin-top: 8px;
  width: 60px;
  height: 60px;
  background: url("../img/header/header_cart_lg_2x.png") center no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 1320px) {
  header.website .lg-header-area .header-right-area .cart-btn {
    margin-top: 15px;
  }
}
header.website .lg-header-area .header-right-area .cart-btn .cart_cnt {
  display: block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #F19DAE;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: 8px;
}
header.website .lg-header-area .header-right-area .cart-btn .cart_cnt.two-char {
  padding-left: 3px;
}

.mini-cart-area {
  display: none;
}
.mini-cart-area .container {
  position: relative;
}
.mini-cart-area .mini-cart {
  position: absolute;
  width: 400px;
  top: -20px;
  right: 12px;
  background: #F5F5F5;
  box-shadow: 0px 4px 15px rgba(94, 111, 151, 0.25);
  border-radius: 0px 0px 10px 10px;
  z-index: 16;
  padding: 15px 15px 20px 15px;
  font-size: 14px;
  border-top: 2px solid #F19DAE;
}
@media screen and (min-width: 1320px) {
  .mini-cart-area .mini-cart {
    top: -27px;
    right: 80px;
  }
}
.mini-cart-area .mini-cart table {
  width: 100%;
}
.mini-cart-area .mini-cart table thead {
  font-size: 14px;
  font-weight: bold;
}
.mini-cart-area .mini-cart table tbody .product-img {
  position: relative;
  width: 62px;
  padding-left: 10px !important;
}
.mini-cart-area .mini-cart table tbody .product-img img {
  width: 62px;
  height: 62px;
}
.mini-cart-area .mini-cart table tbody .product-img .remove {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 20px;
  height: 20px;
  background: url("../img/btn/icon_cart_del_normal.png");
  background-size: 100%;
}
.mini-cart-area .mini-cart table tbody .product-img .remove:hover {
  background: url("../img/btn/icon_cart_del_hover.png");
  background-size: 100%;
}
.mini-cart-area .mini-cart table tbody .product-title {
  width: 200px;
}
.mini-cart-area .mini-cart table tbody .sumary-area th {
  padding-top: 20px;
}
.mini-cart-area .mini-cart table tbody .sumary-area th.amount, .mini-cart-area .mini-cart table tbody .sumary-area th .price-text {
  font-size: 16px;
  color: #68c2d3;
}
.mini-cart-area .mini-cart table tbody .sumary-area .btn {
  background-color: #F19DAE;
  border-color: #F19DAE;
  width: 120px;
  height: 30px;
  padding: 4px 0;
}
.mini-cart-area .mini-cart table tbody .sumary-area .btn:hover {
  background-color: #FBCA4D;
  border-color: #FBCA4D;
}
.mini-cart-area .mini-cart table .price-text {
  color: #68c2d3;
  font-family: "AndesRounded", "Arial";
}
.mini-cart-area .mini-cart table .amount {
  text-align: center;
}
.mini-cart-area .mini-cart table .price {
  text-align: right;
}
.mini-cart-area .mini-cart table tr.title th {
  padding-bottom: 12px;
}
.mini-cart-area .mini-cart table tr.list td {
  padding: 20px 0;
  vertical-align: top;
}
.mini-cart-area .mini-cart table tr.list.small-padding td {
  padding: 5px 0;
}
.mini-cart-area .mini-cart table tr.list.first-small-padding td {
  padding-top: 20px;
}
.mini-cart-area .mini-cart table tr.list.last-small-padding td {
  padding-bottom: 20px;
}
.mini-cart-area .mini-cart table tr.list .product-title {
  padding-left: 10px !important;
  line-height: 1.5;
}
.mini-cart-area .mini-cart table tr.list .product-title a:hover {
  color: #646464;
}
.mini-cart-area .mini-cart table tr.list:nth-child(2) td {
  padding-top: 0;
}
.mini-cart-area .mini-cart table tr.list:nth-child(2) td .remove {
  top: -10px;
}
.mini-cart-area .mini-cart table tr.list.border {
  border-bottom: 1px solid #c4c4c4;
}

.header-nav {
  list-style: none;
  margin: 0;
  height: 100%;
}
.header-nav .header-nav2 {
  display: none;
  padding: 0px;
  list-style: none;
}
.header-nav > li {
  float: left;
  position: relative;
  height: 100%;
}
.header-nav > li + li {
  margin-left: 40px;
}
.header-nav > li > a {
  display: block;
  font-size: 16px;
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
  color: #646464;
  padding: 25px 10px 23px;
}
@media screen and (min-width: 1320px) {
  .header-nav > li > a {
    padding: 31px 10px;
  }
}
.header-nav > li > a:focus ~ .header-nav2 {
  display: block;
}
.header-nav > li.open .header-nav2 {
  display: block;
}
.header-nav > li.open > a span, .header-nav > li:hover > a span, .header-nav > li.active > a span {
  position: relative;
}
.header-nav > li.open > a span:before, .header-nav > li:hover > a span:before, .header-nav > li.active > a span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: -10px;
  background-color: #FBCA4D;
  width: calc(100% + 20px);
  height: 2px;
  border-radius: 2px;
}
.header-nav > li:hover .header-nav2 {
  display: block;
}
.header-nav .header-nav2 {
  border-top: 2px solid #FBCA4D;
  position: absolute;
  top: calc(100% - 19px);
  left: 0;
  background: #F5F5F5;
  width: 180px;
  box-shadow: 0px 4px 15px rgba(94, 111, 151, 0.25);
  border-radius: 0px 0px 10px 10px;
}
@media screen and (min-width: 1320px) {
  .header-nav .header-nav2 {
    top: calc(100% - 27px);
  }
}
.header-nav .header-nav2 > li > a {
  position: relative;
  font-size: 16px;
  padding: 5px 20px;
  display: block;
  color: #646464;
}
.header-nav .header-nav2 > li > a:hover {
  color: #68c2d3;
}
.header-nav .header-nav2 > li > a:hover:after {
  display: block;
}
.header-nav .header-nav2 > li:first-child > a {
  padding-top: 18px;
}
.header-nav .header-nav2 > li:last-child > a {
  padding-bottom: 18px;
}

div.mb-header {
  position: relative;
  z-index: 1000;
  padding-right: 70px;
  height: 100%;
  box-shadow: 0px 2px 15px rgba(94, 111, 151, 0.2);
}
div.mb-header .mb-logo-area {
  padding-top: 8px;
  display: inline-block;
  padding-left: 16px;
}
div.mb-header .mb-logo-area img {
  vertical-align: middle;
  width: 136px;
  max-width: 100%;
  height: auto;
}
div.mb-header .button-area {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
div.mb-header .cart-btn {
  display: inline-block;
  float: right;
  width: 35px;
  height: 30px;
  background: url("../img/header/header_cart_xs_2x.png") center no-repeat;
  background-size: 100%;
  position: relative;
  margin-top: 12px;
}
div.mb-header .cart-btn .cart-cnt {
  position: absolute;
  top: -5px;
  right: -7px;
  background-color: #F19DAE;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
}
div.mb-header div.xs-menu {
  display: inline-block;
  height: 100%;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  background-size: 100%;
  background-position: 5px 50%;
  position: relative;
  padding: 0 20px;
  transition: 400ms padding ease-in-out;
}
div.mb-header div.xs-menu .icon-wrapper {
  display: inline-block;
  margin: 18px 0 0 0;
  width: 20px;
  height: 15px;
  position: relative;
  transition: 400ms width ease-in-out;
}
div.mb-header div.xs-menu .icon-wrapper span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #C4C4C4;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
}
div.mb-header div.xs-menu .icon-wrapper span:nth-child(1) {
  top: 0;
}
div.mb-header div.xs-menu .icon-wrapper span:nth-child(2) {
  top: 8px;
}
div.mb-header div.xs-menu .icon-wrapper span:nth-child(3) {
  top: 8px;
}
div.mb-header div.xs-menu .icon-wrapper span:nth-child(4) {
  top: 16px;
}
div.mb-header div.xs-menu.active {
  padding: 0 18px;
}
div.mb-header div.xs-menu.active .icon-wrapper {
  width: 27px;
}
div.mb-header div.xs-menu.active span:nth-child(1) {
  top: 7px;
  width: 0%;
  left: 50%;
}
div.mb-header div.xs-menu.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
div.mb-header div.xs-menu.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
div.mb-header div.xs-menu.active span:nth-child(4) {
  top: 14px;
  width: 0%;
  left: 50%;
}

header .main-area-quick-link {
  position: absolute;
  left: 15px;
  opacity: 0;
  color: #000;
}
header .main-area-quick-link:focus {
  opacity: 1;
}

div#mb-sidebar {
  display: none;
  position: fixed;
  width: 100%;
  top: -100%;
  z-index: 20;
  background: #fff;
  padding-bottom: 20px;
}
div#mb-sidebar .slimScrollDiv {
  width: 100%;
}
div#mb-sidebar.hidden-sidebar {
  display: block;
  top: -100%;
  -webkit-animation-name: hiddensidebar;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-duration: 0.5s;
  animation-name: hiddensidebar;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
}
div#mb-sidebar.show-sidebar {
  display: block;
  top: 50px;
  height: calc(100vh - 50px);
  -webkit-animation-name: showsidebar;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-duration: 0.5s;
  animation-name: showsidebar;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
}
@media screen and (min-width: 992px) {
  div#mb-sidebar {
    display: none;
  }
  div#mb-sidebar.show-sidebar {
    display: none;
  }
}
div#mb-sidebar .sidebar-top.english .dropdown {
  width: 100%;
}
div#mb-sidebar .sidebar-top.english .share-box {
  display: none;
}

@-webkit-keyframes hiddensidebar {
  0% {
    top: 50px;
  }
  100% {
    top: -100%;
  }
}
@-moz-keyframes hiddensidebar {
  0% {
    top: 50px;
  }
  100% {
    top: -100%;
  }
}
@-ms-keyframes hiddensidebar {
  0% {
    top: 50px;
  }
  100% {
    top: -100%;
  }
}
@keyframes hiddensidebar {
  0% {
    top: 50px;
  }
  100% {
    top: -100%;
  }
}
@-webkit-keyframes showsidebar {
  0% {
    top: -100%;
  }
  100% {
    top: 50px;
  }
}
@-moz-keyframes showsidebar {
  0% {
    top: -100%;
  }
  100% {
    top: 50px;
  }
}
@-ms-keyframes showsidebar {
  0% {
    top: -100%;
  }
  100% {
    top: 50px;
  }
}
@keyframes showsidebar {
  0% {
    top: -100%;
  }
  100% {
    top: 50px;
  }
}
div.sidebar-content {
  padding-bottom: 50px;
}
div.sidebar-content .search-area {
  padding: 20px 15px;
  border-bottom: 1px solid #dcdcdc;
}
div.sidebar-content .search-area .input-group {
  width: 100%;
  height: 40px;
}
div.sidebar-content .search-area .input-group input {
  padding: 0 50px 0 18px;
  width: 100%;
  border: 2px solid #68c2d3;
  border-radius: 5px;
  height: 40px;
  border-radius: 20px;
}
div.sidebar-content .search-area .input-group input::-webkit-input-placeholder {
  color: #BDBDBD;
}
div.sidebar-content .search-area .input-group input:-moz-placeholder {
  color: #BDBDBD;
}
div.sidebar-content .search-area .input-group input::-moz-placeholder {
  color: #BDBDBD;
}
div.sidebar-content .search-area .input-group input:-ms-input-placeholder {
  color: #BDBDBD;
}
div.sidebar-content .search-area .input-group .btn {
  width: 50px;
}
div.sidebar-content .search-area .input-group input, div.sidebar-content .search-area .input-group .btn {
  height: 100%;
}
div.sidebar-content .search-area .input-group .btn {
  color: transparent;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: url("../img/header/header_search_on_2x.png") center no-repeat;
  background-size: 35px;
}
div.sidebar-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
div.sidebar-content ul li a {
  display: block;
  padding: 13px 30px;
}
div.sidebar-content ul li a .sidebar-nav-icon {
  float: right;
  font-size: 22px;
  transition: all 0.5s;
}
div.sidebar-content ul li a.open {
  font-weight: bold;
}
div.sidebar-content ul li a.open .sidebar-nav-icon {
  transform: rotate(90deg);
}
div.sidebar-content ul li a.active {
  font-weight: bold;
}
div.sidebar-content ul li a.active ~ ul {
  display: block;
}
div.sidebar-content ul.layer-2 {
  background-color: #F5F5F5;
  border-top: 1px solid #FBCA4D;
  padding: 10px 0;
}
div.sidebar-content ul.layer-2 > li {
  position: relative;
}
div.sidebar-content ul.layer-2 > li > a {
  padding-left: 30px;
  position: relative;
  padding: 5px 30px;
}
div.sidebar-content ul.layer-2 > li > a .sidebar-nav-icon {
  font-size: 16px;
  position: absolute;
  top: 15px;
  right: 17px;
  transform-origin: center;
}
div.sidebar-content ul.layer-3 > li {
  position: relative;
}
div.sidebar-content ul.layer-3 > li > a {
  padding-left: 44px;
}
div.sidebar-content ul.layer-3 > li > a.active {
  color: #ca6f27;
}
div.sidebar-content ul.layer-1 > li {
  border-bottom: 1px solid #DCDCDC;
}
div.sidebar-content ul.layer-1 > li > a {
  font-size: 16px;
  background: #fff;
  color: #646464;
}
div.sidebar-content ul.layer-1 > li > a .sidebar-nav-icon {
  color: #D3D3D3;
}
div.sidebar-content ul.layer-1 > li > a:hover, div.sidebar-content ul.layer-1 > li > a.open {
  background: #F5F5F5;
}
div.sidebar-content ul.layer-2 > li {
  border-bottom: 1px solid #F5F5F5;
}
div.sidebar-content ul.layer-2 > li > a {
  font-size: 16px;
  background: #F5F5F5;
  color: #646464;
}
div.sidebar-content ul.layer-2 > li > a .sidebar-nav-icon {
  color: #f3964b;
}
div.sidebar-content ul.layer-2 > li > a:hover, div.sidebar-content ul.layer-2 > li > a.open {
  background: #F5F5F5;
  color: #68c2d3;
}
div.sidebar-content ul.layer-3 > li {
  border-bottom: 1px solid #fffad6;
}
div.sidebar-content ul.layer-3 > li > a {
  font-size: 15px;
  background: #FED796;
  color: #646464;
}
div.sidebar-content ul.layer-3 > li > a .sidebar-nav-icon {
  color: #f3964b;
}
div.sidebar-content ul.layer-3 > li > a:hover, div.sidebar-content ul.layer-3 > li > a.open {
  background: #FED796;
}
div.sidebar-content > ul {
  display: block;
}

/*
=================================================================
(#m02-2fts) FOOTER
=================================================================
*/
footer.website {
  position: relative;
}

.footer-top-area {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .footer-top-area {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
.footer-top-area .eng-title-area {
  font-size: 18px;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .footer-top-area .eng-title-area {
    font-size: 22px;
  }
}
.footer-top-area .ch-title-area {
  font-size: 22px;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: "jf-openhuninn";
}
@media screen and (min-width: 992px) {
  .footer-top-area .ch-title-area {
    font-size: 32px;
  }
}
.footer-top-area .intro-area {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .footer-top-area .intro-area {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .footer-top-area .intro-area {
    min-height: 72px;
  }
}
.footer-top-area .more-btn {
  display: inline-block;
  width: 120px;
  height: 33px;
  background-color: #fff;
  color: #9D9A98;
  font-size: 18px;
  border-radius: 20px;
  text-align: center;
  margin-top: 25px;
}
.footer-top-area .footer-top-box {
  padding: 30px 0 35px;
}
@media screen and (min-width: 992px) {
  .footer-top-area .footer-top-box {
    display: table-cell;
    width: 50%;
    padding: 75px 0 80px;
  }
}
.footer-top-area .footer-top-box .container {
  width: 100%;
}
.footer-top-area .footer-top-box.news {
  background-color: #68c2d3;
}
@media screen and (min-width: 992px) {
  .footer-top-area .footer-top-box.news .table-box {
    direction: rtl;
  }
  .footer-top-area .footer-top-box.news .table-box .table-cell.text {
    direction: ltr;
    text-align: left;
  }
  .footer-top-area .footer-top-box.news .table-box .table-cell.img {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1320px) {
  .footer-top-area .footer-top-box.news .container {
    padding-right: 100px;
  }
  .footer-top-area .footer-top-box.news .table-box .table-cell.img {
    padding-right: 50px;
  }
}
.footer-top-area .footer-top-box.contact {
  background-color: #FBCA4D;
}
@media screen and (min-width: 1320px) {
  .footer-top-area .footer-top-box.contact .container {
    padding-left: 100px;
  }
  .footer-top-area .footer-top-box.contact .table-box .table-cell.img {
    text-align: left;
  }
}
.footer-top-area .footer-top-box .table-box img {
  width: 170px;
  max-width: 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  .footer-top-area .footer-top-box .table-box img {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .footer-top-area .footer-top-box .table-box {
    display: table;
    table-layout: fixed;
    width: 708px;
    margin: auto;
  }
  .footer-top-area .footer-top-box .table-box .table-cell {
    display: table-cell;
    vertical-align: middle;
  }
  .footer-top-area .footer-top-box .table-box .table-cell.text {
    width: 240px;
  }
  .footer-top-area .footer-top-box .table-box .table-cell.img {
    text-align: right;
    padding-right: 100px;
  }
}
@media screen and (min-width: 992px) {
  .footer-top-area .footer-top-box .table-box {
    width: 100%;
  }
  .footer-top-area .footer-top-box .table-box .table-cell.img {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media screen and (min-width: 1320px) {
  .footer-top-area .footer-top-box .table-box .container {
    padding-left: 100px;
  }
  .footer-top-area .footer-top-box .table-box .table-cell.img {
    padding-left: 50px;
  }
}

.footer-middle-area {
  background-color: #A09B9B;
  padding: 40px 0 50px;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .footer-middle-area {
    padding: 75px 0 75px;
  }
}
@media screen and (min-width: 1320px) {
  .footer-middle-area {
    padding: 85px 0 75px;
  }
}
@media screen and (min-width: 768px) {
  .footer-middle-area .middle-table-box {
    width: 708px;
    margin: auto;
  }
}
@media screen and (min-width: 992px) {
  .footer-middle-area .middle-table-box {
    display: table;
    width: 100%;
  }
}
.footer-middle-area .middle-left-area {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .footer-middle-area .middle-left-area {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .footer-middle-area .middle-left-area {
    display: table-cell;
    width: 42%;
    vertical-align: middle;
  }
}
.footer-middle-area .middle-left-area img.footer-logo {
  width: 163px;
  height: auto;
}
@media screen and (min-width: 992px) {
  .footer-middle-area .middle-left-area img.footer-logo {
    width: 253px;
  }
}
@media screen and (min-width: 992px) {
  .footer-middle-area .middle-right-area {
    display: table-cell;
    vertical-align: middle;
    width: 58%;
  }
}
.footer-middle-area .middle-right-area .unit-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer-middle-area .middle-right-area .unit-block {
    display: block;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1320px) {
  .footer-middle-area .middle-right-area .unit-block {
    margin-bottom: 80px;
  }
}
.footer-middle-area .middle-right-area .unit-block .unit-box {
  float: left;
  width: 33.3333333333%;
  font-size: 16px;
  line-height: 2;
  padding-right: 10px;
}
.footer-middle-area .middle-right-area .unit-block .unit-box .unit-title {
  font-weight: bold;
  color: #fff;
}
.footer-middle-area .middle-right-area .unit-block .unit-box .unit {
  display: block;
  color: #E3E1E1;
}
.footer-middle-area .middle-right-area .unit-block .unit-box .unit:hover {
  color: #fff;
}
.footer-middle-area .middle-right-area .unit-block .unit-box .unit:hover span {
  display: inline-block;
  border-bottom: 1px solid #fff;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .footer-middle-area .middle-right-area .info-block {
    display: table;
    width: 100%;
  }
}
.footer-middle-area .middle-right-area .info-block .info-left-block {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .footer-middle-area .middle-right-area .info-block .info-left-block {
    display: table-cell;
    vertical-align: bottom;
    padding-right: 20px;
  }
}
.footer-middle-area .middle-right-area .info-block .info-left-block .info-box:last-child {
  margin-top: 25px;
}
@media screen and (min-width: 1320px) {
  .footer-middle-area .middle-right-area .info-block .info-left-block .info-box:last-child {
    margin-top: 35px;
  }
}
.footer-middle-area .middle-right-area .info-block .info-left-block .info-box .info a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer-middle-area .middle-right-area .info-block .info-right-block {
    display: table-cell;
    vertical-align: bottom;
    width: 150px;
  }
}
.footer-middle-area .middle-right-area .info-block .info-right-block .footer-btn-box {
  font-size: 0;
  height: 30px;
}
.footer-middle-area .middle-right-area .info-block .info-right-block .footer-btn-box .footer-btn {
  display: inline-block;
  width: 34px;
  height: 34px;
}
.footer-middle-area .middle-right-area .info-block .info-right-block .footer-btn-box .footer-btn.fb {
  background: url("../img/footer/footer_fb_icon_2x.png") center no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 992px) {
  .footer-middle-area .middle-right-area .info-block .info-right-block .footer-btn-box .footer-btn.fb:hover {
    background: url("../img/footer/footer_fb_icon_hover_2x.png") center no-repeat;
    background-size: 100%;
  }
}
.footer-middle-area .middle-right-area .info-block .info-right-block .footer-btn-box .footer-btn.line {
  margin-left: 24px;
  background: url("../img/footer/footer_line_icon_2x.png") center no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 992px) {
  .footer-middle-area .middle-right-area .info-block .info-right-block .footer-btn-box .footer-btn.line:hover {
    background: url("../img/footer/footer_line_icon_hover_2x.png") center no-repeat;
    background-size: 100%;
  }
}
.footer-middle-area .middle-right-area .info-block .info-right-block .footer-btn-box .footer-btn.ig {
  margin-left: 24px;
  background: url("../img/footer/footer_ig_icon_2x.png") center no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 992px) {
  .footer-middle-area .middle-right-area .info-block .info-right-block .footer-btn-box .footer-btn.ig:hover {
    background: url("../img/footer/footer_ig_icon_hover_2x.png") center no-repeat;
    background-size: 100%;
  }
}

.footer-bottom-area {
  background-color: #A09B9B;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  padding: 20px 0;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .footer-bottom-area {
    padding: 14px 0;
  }
}
@media screen and (min-width: 768px) {
  .footer-bottom-area .footer-bottom-box {
    width: 708px;
    margin: auto;
  }
}
@media screen and (min-width: 992px) {
  .footer-bottom-area .footer-bottom-box {
    width: 100%;
  }
}
.footer-bottom-area .cwlf-logo-area {
  margin-bottom: 20px;
}
.footer-bottom-area .cwlf-logo-area img {
  width: 124px;
  height: auto;
}
.footer-bottom-area .cwlf-logo-area .hover-img {
  display: none;
}
@media screen and (min-width: 992px) {
  .footer-bottom-area .cwlf-logo-area {
    float: right;
    margin-bottom: 0;
  }
}
.footer-bottom-area .cwlf-logo-area:hover .origin-img {
  display: none;
}
.footer-bottom-area .cwlf-logo-area:hover .hover-img {
  display: block;
}
@media screen and (min-width: 992px) {
  .footer-bottom-area .copyright-area {
    float: left;
    margin-top: 4px;
  }
}
.footer-bottom-area .copyright-area .copyright-info {
  text-align: center;
  color: #E3E1E1;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .footer-bottom-area .copyright-area .copyright-info {
    display: inline-block;
    font-size: 14px;
  }
  .footer-bottom-area .copyright-area .copyright-info.fnumber {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .footer-bottom-area .copyright-area .copyright-info {
    text-align: left;
  }
}
.footer-bottom-area .copyright-area .copyright-info a {
  color: #E3E1E1;
}
.footer-bottom-area .copyright-area .copyright-info a:hover {
  color: #fbca4d;
}

/*
=================================================================
(#m03mcs) MAIN CONTENT
=================================================================
*/
.btn {
  font-size: 15px;
  width: 100%;
  border-radius: 40px;
  color: #fff;
  /*
  &.btn-yellow{
  	background-color: map-get($website_main_color, '2');
  	&:hover{
  		background-color: map-get($website_main_color, '2');
  		color: #fff;
  	}
  }
  &.btn-red{
  	background-color: map-get($website_main_color, '3');
  	&:hover{
  		background-color: map-get($website_main_color, '3');
  		color: #fff;
  	}
  }
  &.btn-gray{
  	background-color: #C4C4C4;
  	&:hover{
  		background-color: #C4C4C4;
  		color: #fff;
  	}
  }
  */
}
.btn:focus {
  color: #fff;
}
.btn.btn-login {
  height: 40px;
  line-height: 1.8;
}
.btn.btn-submit, .btn.btn-primary {
  background-color: #68c2d3;
  border: 1px solid #68c2d3;
}
.btn.btn-submit:hover, .btn.btn-primary:hover {
  background-color: #FBCA4D;
  border: 1px solid #FBCA4D;
  color: #fff;
}
.btn.btn-cancel {
  background-color: #fff;
  color: #68c2d3;
  border: 1px solid #68c2d3;
}
.btn.btn-cancel:hover {
  background-color: #68c2d3;
  color: #fff;
}
.btn.btn-cart {
  font-size: 18px;
  height: 40px;
  background-color: #68c2d3;
  border: 1px solid #68c2d3;
}
.btn.btn-cart:hover {
  background-color: #FBCA4D;
  border: 1px solid #FBCA4D;
  color: #fff;
}
.btn.btn-cart span {
  position: relative;
  padding-left: 32px;
}
.btn.btn-cart span:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 24px;
  height: 20px;
  background: url("../img/btn/icon_addcart_on_2x.png") center no-repeat;
  background-size: 100%;
}
.btn.btn-trace {
  background-color: #fff;
  color: #646464;
  border: 1px solid #c4c4c4;
  font-size: 18px;
  height: 40px;
  padding: 7px 0;
}
.btn.btn-trace span {
  position: relative;
  padding-left: 32px;
}
.btn.btn-trace span:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 24px;
  height: 20px;
  background: url("../img/btn/icon_collect_off_2x.png") center no-repeat;
  background-size: 100%;
}
.btn.btn-trace:hover {
  border-color: #F19DAE;
  background-color: #F19DAE;
  color: #fff;
}
.btn.btn-trace:hover span:before {
  background: url("../img/btn/icon_collect_on_2x.png") center no-repeat;
  background-size: 100%;
}
.btn.btn-has-trace {
  background-color: #F19DAE;
  color: #fff;
  border: 1px solid #F19DAE;
  font-size: 18px;
  height: 40px;
  padding: 7px 0;
}
.btn.btn-has-trace span {
  position: relative;
  padding-left: 32px;
}
.btn.btn-has-trace span:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 24px;
  height: 20px;
  background: url("../img/btn/icon_collect_on_2x.png") center no-repeat;
  background-size: 100%;
}
.btn.btn-has-trace:hover {
  border-color: #c4c4c4;
  background-color: #fff;
  color: #646464;
}
.btn.btn-has-trace:hover span:before {
  background: url("../img/btn/icon_collect_off_2x.png") center no-repeat;
  background-size: 100%;
}
.btn.btn-soldout {
  background-color: #c4c4c4;
  border: #c4c4c4;
  font-size: 18px;
  padding: 7px 12px;
  height: 40px;
  cursor: auto;
}
.btn.btn-soldout:hover {
  background-color: #c4c4c4;
  border: #c4c4c4;
  color: #fff;
}
.btn.btn-notice {
  background-color: #F19DAE;
  color: #fff;
  border: 1px solid #F19DAE;
  font-size: 18px;
  height: 40px;
  padding: 7px 0;
}
.btn.member-btn-pink {
  font-size: 16px;
  color: #fff;
  background-color: #F19DAE;
  height: 30px;
  padding: 3px 0;
}
.btn.member-btn-pink:hover {
  color: #fff;
}
.btn.btn-info {
  background-color: #68c2d3;
  color: #fff;
}
.btn.btn-info:hover {
  color: #fff;
  background-color: #68c2d3;
  border-color: #68c2d3;
}

#page-container {
  overflow: hidden;
}

.main-area {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .main-area {
    background-color: #fafafa;
  }
}

.page-area {
  padding-bottom: 55px;
  padding-top: 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  .page-area {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding-top: 68px;
    padding-bottom: 100px;
  }
  .page-area:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/page/page_bg.png") top 0 left 50% no-repeat;
    background-size: 2200px auto;
  }
}
@media screen and (min-width: 1320px) {
  .page-area {
    padding-top: 86px;
  }
}
.page-area .page-right-area {
  position: relative;
}
@media screen and (min-width: 992px) {
  .page-area .page-right-area {
    display: table-cell;
    vertical-align: top;
    width: 100%;
  }
}
.page-area.top-pull {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .page-area.top-pull {
    margin-top: -120px;
  }
  .page-area.top-pull:before {
    top: 120px;
    height: calc(100% - 120px);
  }
}
@media screen and (min-width: 992px) {
  .page-area.top-pull {
    margin-top: -183px;
  }
  .page-area.top-pull:before {
    top: 183px;
    height: calc(100% - 183px);
  }
}

.page-title-area {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-title-area {
    margin-bottom: 25px;
  }
}
.page-title-area h2 {
  margin: 0;
  color: #FBCA4D;
  display: inline-block;
  font-size: 24px;
  font-family: "jf-openhuninn";
}
@media screen and (min-width: 992px) {
  .page-title-area h2 {
    font-size: 32px;
  }
}

@media screen and (min-width: 992px) {
  .product-page-area {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
}
.product-page-area .product-left-area {
  display: none;
  position: relative;
}
@media screen and (min-width: 992px) {
  .product-page-area .product-left-area {
    display: table-cell;
    vertical-align: top;
    width: 294px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1320px) {
  .product-page-area .product-left-area {
    padding-right: 48px;
  }
}
.product-page-area .product-right-area {
  position: relative;
}
@media screen and (min-width: 992px) {
  .product-page-area .product-right-area {
    display: table-cell;
    vertical-align: top;
    width: 100%;
  }
}

.page-banner-area {
  height: 43.9393939394vw;
  background: #DEE1E8 url("../img/page/banner_unit.png") center no-repeat;
  background-size: auto 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-banner-area:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    left: 147px;
    width: 48px;
    height: 41px;
    background: url("../img/page/banner_left_icon_2x.png") center no-repeat;
    background-size: 100%;
  }
}
@media screen and (min-width: 1320px) {
  .page-banner-area {
    height: 580px;
  }
}
.page-banner-area.product {
  background: #DEE1E8 url("../img/page/banner_product.png") center no-repeat;
  background-size: auto 100%;
}

#tinymce {
  padding: 0;
}

.article-area.article-basic {
  min-height: 0px;
}

.product-left-search-oueter-area {
  position: relative;
}
.product-left-search-oueter-area img.under-bg {
  width: 285px;
  height: auto;
  position: absolute;
  left: -17px;
  bottom: -24px;
}

.product-left-search-area {
  border-radius: 20px;
  box-shadow: 10px 20px 20px rgba(94, 111, 151, 0.2);
  padding: 40px 0;
  background-color: #fff;
  position: relative;
  width: 246px;
}
@media screen and (min-width: 1320px) {
  .product-left-search-area {
    padding: 58px 0;
  }
}
.product-left-search-area .product-left-search-box {
  width: 180px;
  margin: auto;
  position: relative;
}
.product-left-search-area .product-left-search-box .keyword-search-box {
  margin-bottom: 50px;
}
.product-left-search-area .product-left-search-box .keyword-search-box input {
  font-size: 16px;
  color: #bdbdbd;
  border: 2px solid #68c2d3;
  border-radius: 25px;
  padding-right: 30px;
  padding-top: 5px;
}
.product-left-search-area .product-left-search-box .keyword-search-box input:focus {
  border: 2px solid #FBCA4D;
}
.product-left-search-area .product-left-search-box .keyword-search-box input:focus ~ .keyword-search-btn {
  background: url("../img/btn/icon_search_select_2x.png") top 0px right 0pc no-repeat;
  background-size: 36px;
}
.product-left-search-area .product-left-search-box .keyword-search-box .keyword-search-btn {
  position: absolute;
  top: 3px;
  right: 1px;
  border: 0;
  width: 38px;
  height: 38px;
  background: url("../img/btn/icon_search_normal_2x.png") top 0px right 0pc no-repeat;
  background-size: 36px;
}
.product-left-search-area .product-left-search-box .search-box {
  padding-left: 8px;
}
.product-left-search-area .product-left-search-box .search-box .box-title {
  font-size: 18px;
  font-weight: bold;
  color: #9D9A98;
  margin-bottom: 5px;
}
.product-left-search-area .product-left-search-box .search-box .box-title.purple {
  color: #6F7EA2;
}
.product-left-search-area .product-left-search-box .search-box .box-title.red {
  color: #F19DAE;
}
.product-left-search-area .product-left-search-box .search-box .box-title.yellow {
  color: #FBCA4D;
}
.product-left-search-area .product-left-search-box .search-box .customize-checkbox-style, .product-left-search-area .product-left-search-box .search-box .customize-radio-style {
  display: block;
  margin: 0;
  font-size: 16px;
  color: #9D9A98;
}
.product-left-search-area .product-left-search-box .search-box .customize-checkbox-style .checkbox-btn, .product-left-search-area .product-left-search-box .search-box .customize-checkbox-style .radio-btn, .product-left-search-area .product-left-search-box .search-box .customize-radio-style .checkbox-btn, .product-left-search-area .product-left-search-box .search-box .customize-radio-style .radio-btn {
  top: 7px;
}
.product-left-search-area .product-left-search-box .search-box + .search-box {
  margin-top: 50px;
}
.product-left-search-area .product-left-search-box .search-box .more {
  display: block;
  font-size: 16px;
  color: #9D9A98;
  position: relative;
  padding-left: 30px;
  margin-top: 6px;
  cursor: pointer;
}
.product-left-search-area .product-left-search-box .search-box .more:before {
  content: "";
  display: block;
  width: 13px;
  height: 12px;
  position: absolute;
  top: 8px;
  left: 0;
  background: url("../img/product/icon_input_select_2x.png") center no-repeat;
  background-size: 100%;
}
.product-left-search-area .product-left-search-box .btn-area {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 0;
}
.product-left-search-area .product-left-search-box .btn-area .btn {
  display: inline-block;
  width: 85px;
  height: 40px;
  margin: auto;
}
.product-left-search-area .product-left-search-box .btn-area .btn + .btn {
  margin-left: 10px;
}
.product-left-search-area .img-area {
  text-align: center;
}
.product-left-search-area .img-area img {
  max-width: 100%;
  width: 220px;
  margin: auto;
}

.customize-input-area {
  display: inline-block;
  width: 100px;
  margin-right: 10px;
  position: relative;
}
.customize-input-area input {
  height: 30px !important;
  border-radius: 10px !important;
  text-align: center;
}
.customize-input-area .input-addon-btn.add-btn {
  position: absolute;
  top: 0px;
  right: 0px;
}
.customize-input-area .input-addon-btn.minus-btn {
  position: absolute;
  top: 0px;
  left: 0px;
}

.input-addon-btn {
  width: 40px;
  height: 100%;
  cursor: pointer;
}
.input-addon-btn.add-btn {
  background: url("../img/btn/icon_count_add_off_2_2x.png") center no-repeat;
  background-size: 10px;
}
@media screen and (min-width: 992px) {
  .input-addon-btn.add-btn:hover {
    background: url("../img/btn/icon_count_add_on_2_2x.png") center no-repeat;
    background-size: 10px;
  }
}
.input-addon-btn.minus-btn {
  background: url("../img/btn/icon_count_down_off_2_2x.png") center no-repeat;
  background-size: 10px;
}
@media screen and (min-width: 992px) {
  .input-addon-btn.minus-btn:hover {
    background: url("../img/btn/icon_count_down_on_2_2x.png") center no-repeat;
    background-size: 10px;
  }
}

.product-top-area {
  background-color: #fff;
  margin-bottom: 48px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .product-top-area {
    box-shadow: 10px 20px 20px rgba(94, 111, 151, 0.2);
    border-radius: 20px;
    padding: 20px;
    background-color: #fff;
  }
}
@media screen and (min-width: 992px) {
  .product-top-area {
    padding: 42px 36px;
  }
}
@media screen and (min-width: 1320px) {
  .product-top-area {
    padding: 60px 50px;
  }
}
@media screen and (min-width: 992px) {
  .product-top-area .bottom-cart-div {
    float: right;
    width: calc(100% - 480px);
  }
}
@media screen and (min-width: 1320px) {
  .product-top-area .bottom-cart-div {
    width: calc(100% - 535px);
  }
}
.product-top-area .table-box {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .product-top-area .table-box {
    margin-bottom: 0px;
  }
}
.product-top-area .table-box .t-cell {
  position: relative;
}
@media screen and (min-width: 768px) {
  .product-top-area .table-box .t-cell.left {
    float: left;
    padding-right: 20px;
    width: 370px;
  }
}
@media screen and (min-width: 992px) {
  .product-top-area .table-box .t-cell.left {
    padding-right: 32px;
    width: 480px;
  }
}
@media screen and (min-width: 1320px) {
  .product-top-area .table-box .t-cell.left {
    padding-right: 48px;
    width: 535px;
  }
}
.product-top-area .table-box .t-cell.right {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .product-top-area .table-box .t-cell.right {
    float: right;
    margin-top: 0;
    width: calc(100% - 370px);
  }
}
@media screen and (min-width: 992px) {
  .product-top-area .table-box .t-cell.right {
    width: calc(100% - 480px);
  }
}
@media screen and (min-width: 1320px) {
  .product-top-area .table-box .t-cell.right {
    width: calc(100% - 535px);
  }
}
@media screen and (min-width: 768px) {
  .product-top-area .table-box .t-cell.bottom-cart-cell {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .product-top-area .table-box .t-cell.bottom-cart-cell {
    float: right;
    width: calc(100% - 480px);
  }
}
@media screen and (min-width: 1320px) {
  .product-top-area .table-box .t-cell.bottom-cart-cell {
    width: calc(100% - 535px);
  }
}
.product-top-area .product-tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 30px;
  text-align: center;
  padding: 1px 0;
  color: #fff;
  z-index: 1;
}
.product-top-area .product-tag.tag-soldout {
  background-color: #E5E5E5;
  color: #BEBEBE;
}
.product-top-area .product-tag.tag-preorder {
  background-color: #6F7EA2;
}
.product-top-area .product-tag.tag-hot {
  background-color: #F19DAE;
}
.product-top-area .product-tag.tag-new {
  background-color: #FBCA4D;
}
.product-top-area .product-tag.tag-no-shipping {
  background-color: #68c2d3;
}
.product-top-area .show-swipe {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 60%;
  margin-left: -51px;
  margin-top: -20px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px 15px;
  font-size: 14px;
  cursor: pointer;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  /* Safari */
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
.product-top-area .show-swipe.show-button {
  visibility: visible;
  top: 50%;
}
.product-top-area .photo-area {
  text-align: center;
  position: relative;
}
.product-top-area .photo-area img {
  max-width: 100%;
  height: auto;
}
.product-top-area .photo-area #pd_photo_carousel .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.product-top-area .photo-area #pd_photo_carousel .owl-dots .owl-dot {
  display: inline-block;
  background: transparent;
  padding: 0 13px;
}
.product-top-area .photo-area #pd_photo_carousel .owl-dots .owl-dot + .owl-dot {
  margin-left: 10px;
}
.product-top-area .photo-area #pd_photo_carousel .owl-dots .owl-dot span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.3;
}
.product-top-area .photo-area #pd_photo_carousel .owl-dots .owl-dot.active span {
  opacity: 1;
}
.product-top-area .photo-area .main-photo-area {
  position: relative;
}
.product-top-area .photo-area .main-photo-area img {
  width: 420px;
}
.product-top-area .photo-area .mini-photo-area {
  display: none;
  text-align: left;
  margin: 10px 0px 0 0;
}
.product-top-area .photo-area .mini-photo-area .pd_small_img_box + .pd_small_img_box {
  margin-left: 10px;
}
.product-top-area .photo-area .mini-photo-area .pd_small_img_box {
  float: left;
  width: calc((100% - 20px - 1px) / 3);
  height: auto;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .product-top-area .photo-area .mini-photo-area {
    display: block;
  }
}
.product-top-area .product-number {
  font-size: 12px;
  color: #9D9A98;
  position: relative;
  padding-left: 18px;
}
.product-top-area .product-number:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 13px;
  height: 8px;
  background: url("../img/product/icon_product_number_2x.png") center no-repeat;
  background-size: 13px auto;
}
.product-top-area .product-number .share-box {
  position: absolute;
  bottom: 0;
  right: 0;
}
.product-top-area .product-number .ship-tag {
  background-color: #F19DAE;
  color: #FFF;
  display: inline-block;
  padding: 0 5px;
  margin-left: 3px;
}
.product-top-area .product-title {
  font-size: 22px;
  color: #646464;
  font-weight: bold;
}
.product-top-area .product-price-area {
  font-family: "AndesRounded", "Arial";
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .product-top-area .product-price-area {
    margin-bottom: 0;
  }
}
.product-top-area .product-price-area .price-area {
  display: inline-block;
}
.product-top-area .product-price-area .final-price {
  font-size: 22px;
  color: #68c2d3;
  margin-right: 24px;
  display: inline-block;
}
.product-top-area .product-price-area .origin-price {
  font-size: 16px;
  color: #bdbdbd;
  text-decoration: line-through;
  display: inline-block;
}
.product-top-area .product-price-range-area {
  font-size: 14px;
  color: #F19DAE;
}
.product-top-area .product-price-range-area .price-range {
  display: inline-block;
  position: relative;
}
.product-top-area .product-price-range-area .price-range + .price-range {
  margin-left: 5px;
  padding-left: 8px;
}
.product-top-area .product-price-range-area .price-range + .price-range:before {
  content: "|";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.product-top-area .product-preorder-intro-area {
  font-size: 14px;
  color: #9D9A98;
  line-height: 1.8;
  margin-top: 6px;
  padding-bottom: 6px;
}
.product-top-area .product-preorder-intro-area .date {
  color: #F19DAE;
  font-family: "AndesRounded", "Arial";
}
@media screen and (min-width: 768px) {
  .product-top-area .bottom-cart-area {
    border-top: 1px solid #dcdcdc;
    padding-top: 10px;
  }
}
.product-top-area .bottom-cart-area .word {
  font-size: 14px;
}
.product-top-area .bottom-cart-area .input-area {
  position: relative;
}
.product-top-area .bottom-cart-area .input-area .input-addon-btn {
  height: 40px;
}
.product-top-area .bottom-cart-area .input-area .input-addon-btn.add-btn {
  position: absolute;
  top: auto;
  bottom: 0px;
  right: 0px;
}
.product-top-area .bottom-cart-area .input-area .input-addon-btn.minus-btn {
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 0px;
}
.product-top-area .bottom-cart-area .top-area {
  margin-bottom: 15px;
}
.product-top-area .bottom-cart-area .top-area .spec-area {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .product-top-area .bottom-cart-area .top-area .spec-area {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 0;
  }
}
.product-top-area .bottom-cart-area .top-area .spec-area .select2-container {
  height: 40px;
  font-size: 14px;
  color: #646464;
  padding: 0;
}
.product-top-area .bottom-cart-area .top-area .spec-area .select2-container .select2-choice {
  color: #646464;
  height: 100%;
  border: 0;
  padding: 13px 0px 8px 11px;
  line-height: 1;
  background-position: top 15px right 12px;
}
.product-top-area .bottom-cart-area .top-area .qty-area {
  position: relative;
}
@media screen and (min-width: 768px) {
  .product-top-area .bottom-cart-area .top-area .qty-area {
    float: left;
    width: 50%;
    padding-left: 10px;
  }
}
.product-top-area .bottom-cart-area .top-area .qty-area .remaining-area {
  color: #F19DAE;
  font-size: 14px;
  text-align: right;
}
.product-top-area .bottom-cart-area .top-area .qty-area input {
  height: 40px;
  font-size: 14px;
  color: #646464;
  padding: 1px 40px;
}
.product-top-area .bottom-cart-area .top-area .qty-area.full-width {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .product-top-area .bottom-cart-area .bottom-area .btn-area .btn {
    float: left;
    display: inline-block;
  }
  .product-top-area .bottom-cart-area .bottom-area .btn-area .btn:not(.btn-full) {
    width: calc((100% - 30px) / 2);
  }
}
.product-top-area .bottom-cart-area .bottom-area .btn-area .btn + .btn {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .product-top-area .bottom-cart-area .bottom-area .btn-area .btn + .btn {
    margin-top: 0;
    margin-left: 30px;
  }
}
.product-top-area .bottom-cart-area .bottom-area .give-bonus-btn {
  height: 40px;
  font-size: 18px;
  border-radius: 20px;
  border: 0;
  background-color: #1877f2;
  color: #fff;
  width: 100%;
  margin-top: 15px;
}
.product-top-area .bottom-cart-area .bottom-area .give-bonus-btn:hover {
  background-color: #2370d4;
}
.product-top-area .bottom-cart-area.sm-bottom-cart-area {
  margin-top: 20px;
}
.product-top-area .bottom-cart-area.sm-bottom-cart-area .top-area .spec-area {
  width: calc((100% - 20px) / 2);
}
.product-top-area .bottom-cart-area.sm-bottom-cart-area .top-area .qty-area {
  width: calc((100% - 20px) / 2);
  margin-left: 20px;
}
.product-top-area .bottom-cart-area.sm-bottom-cart-area .top-area .qty-area.full-width {
  width: 100%;
  margin: 0;
}
.product-top-area .bottom-cart-area.sm-bottom-cart-area .bottom-area .btn-area .btn {
  width: calc((100% - 20px) / 2);
}
.product-top-area .bottom-cart-area.sm-bottom-cart-area .bottom-area .btn-area .btn + .btn {
  margin-left: 20px;
}

.product-gift-area.border-top {
  border-top: 1px solid #dcdcdc;
  padding-top: 10px;
}
.product-gift-area .product-gift-box {
  font-size: 14px;
}
.product-gift-area .product-gift-box .info-title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  margin-bottom: 5px;
  height: 30px;
  line-height: 30px;
}
.product-gift-area .product-gift-box .product-gift-label-area {
  display: inline-block;
  vertical-align: middle;
}
.product-gift-area .product-gift-box .product-gift-label-area .product-gift-label {
  display: inline-block;
  vertical-align: middle;
}
.product-gift-area .product-gift-box.certain-gift .product-gift-label {
  position: relative;
  padding-right: 34px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.product-gift-area .product-gift-box.certain-gift .product-gift-label .gift-modal-btn {
  cursor: pointer;
}
.product-gift-area .product-gift-box.certain-gift .product-gift-label .gift-modal-btn-img {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url("../img/btn/icon_giveaway_normal.png") center no-repeat;
  background-size: 100%;
  font-size: 0;
  vertical-align: middle;
  margin: 0;
  cursor: pointer;
}
.product-gift-area .product-gift-box.certain-gift .product-gift-label .gift-modal-btn-img:hover {
  background: url("../img/btn/icon_giveaway_hover.png") center no-repeat;
  background-size: 100%;
}
.product-gift-area .product-gift-box.normal-gift .product-gift-label {
  background-color: #6F7EA2;
  color: #fff;
  font-size: 14px;
  padding: 2px 38px 2px 15px;
  min-height: 30px;
  border-radius: 15px;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
}
.product-gift-area .product-gift-box.normal-gift .product-gift-label .close {
  width: 30px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  right: 4px;
  background: url("../img/btn/icon_search_del_normal_2x.png") center no-repeat;
  background-size: 12px auto;
  opacity: 0.7;
}
.product-gift-area .product-gift-box.normal-gift .product-gift-label:hover .close {
  opacity: 1;
}
.product-gift-area.buy-send-gift .gift-note {
  font-size: 15px;
  line-height: 1.3;
}
.product-gift-area.buy-send-gift .buy-send-gift-box {
  background-color: #f5f5f5;
  padding: 15px;
}
.product-gift-area.buy-send-gift .gift-item {
  display: flex;
  align-items: center;
}
.product-gift-area.buy-send-gift .gift-item + .gift-item {
  margin-top: 15px;
}
.product-gift-area.buy-send-gift .gift-item .gift-img {
  flex: 0 0 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  cursor: pointer;
  overflow: hidden;
}
.product-gift-area.buy-send-gift .gift-item .gift-img img {
  width: 100%;
  max-width: 70px;
}
.product-gift-area.buy-send-gift .gift-item .gift-content {
  flex: 1 1 auto;
}
.product-gift-area.buy-send-gift .gift-item .gift-content .gift-title {
  line-height: 1.3;
  margin-bottom: 5px;
}
.product-gift-area.buy-send-gift .gift-item .gift-content .select2-container .select2-choice {
  position: absolute;
}

.product-gift-carousel-area {
  background: #f5f5f5;
  margin-top: 5px;
  padding: 18px 0 22px 0;
}
@media screen and (min-width: 768px) {
  .product-gift-carousel-area {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .product-gift-carousel-area .product-gift-list {
    padding: 20px 20px;
  }
}
@media screen and (min-width: 992px) {
  .product-gift-carousel-area .product-gift-list {
    padding: 20px 36px;
  }
}
@media screen and (min-width: 768px) {
  .product-gift-carousel-area .product-gift-list .gift-table-box {
    width: 100%;
  }
}
.product-gift-carousel-area .product-gift-list .gift-table-box .gift-t-cell {
  position: relative;
}
.product-gift-carousel-area .product-gift-list .gift-table-box .gift-t-cell.right {
  margin-top: 15px;
}
.product-gift-carousel-area .product-gift-list .gift-table-box .gift-t-cell.bottom-area {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .product-gift-carousel-area .product-gift-list .gift-table-box .gift-t-cell.left {
    float: left;
    padding-right: 20px;
    width: 90px;
  }
  .product-gift-carousel-area .product-gift-list .gift-table-box .gift-t-cell.right {
    float: right;
    width: calc(100% - 90px);
    margin-top: 0;
  }
  .product-gift-carousel-area .product-gift-list .gift-table-box .gift-t-cell.bottom-area {
    float: none;
    width: 100%;
    margin-top: 0px;
  }
}
@media screen and (min-width: 992px) {
  .product-gift-carousel-area .product-gift-list .gift-table-box .gift-t-cell.left {
    width: 120px;
    margin-bottom: 0px;
  }
  .product-gift-carousel-area .product-gift-list .gift-table-box .gift-t-cell.right {
    float: right;
    width: calc(100% - 120px);
    margin-bottom: 0px;
  }
}
.product-gift-carousel-area .product-gift-list .list-bottom-area {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .product-gift-carousel-area .product-gift-list .list-bottom-area {
    margin-top: 0;
    float: right;
    width: calc(100% - 120px);
  }
}
.product-gift-carousel-area .product-gift-list .title-area {
  font-size: 16px;
  color: #646464 !important;
  line-height: 1.2;
  height: 38px;
  overflow: hidden;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .product-gift-carousel-area .product-gift-list .title-area {
    margin-bottom: 0;
  }
}
.product-gift-carousel-area .product-gift-list .title-area:hover {
  color: #646464;
}
.product-gift-carousel-area .product-gift-list .price-area .final-price {
  font-size: 16px;
  color: #68c2d3;
  margin-right: 20px;
  display: inline-block;
}
.product-gift-carousel-area .product-gift-list .price-area .origin-price {
  font-size: 16px;
  color: #bdbdbd;
  text-decoration: line-through;
  display: inline-block;
}
.product-gift-carousel-area .product-gift-list .list-bottom-area .input-area {
  float: left;
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
  position: relative;
}
.product-gift-carousel-area .product-gift-list .list-bottom-area .input-area input {
  height: 30px;
  border-radius: 15px;
}
.product-gift-carousel-area .product-gift-list .list-bottom-area .input-area .input-addon-btn.add-btn {
  position: absolute;
  width: 25px;
  top: 0px;
  right: 0px;
}
.product-gift-carousel-area .product-gift-list .list-bottom-area .input-area .input-addon-btn.minus-btn {
  position: absolute;
  width: 25px;
  top: 0px;
  left: 0px;
}
.product-gift-carousel-area .product-gift-list .list-bottom-area .btn-area.has-input {
  float: left;
  width: calc((100% - 10px) / 2);
}
.product-gift-carousel-area .product-gift-list .list-bottom-area .btn-area .btn {
  height: 30px;
  padding: 4px 0px;
  font-size: 14px;
}
.product-gift-carousel-area .product-gift-list .list-bottom-area .btn-area .btn.btn-selected {
  background-color: #FBCA4D;
  border-color: #FBCA4D;
}
.product-gift-carousel-area .product-gift-list .list-bottom-area .btn-area .btn.btn-disabled {
  background-color: #c4c4c4;
  border: #c4c4c4;
  cursor: auto;
}

#product-gift-carousel {
  padding-left: calc((100vw - 280px) / 2);
  padding-right: calc((100vw - 280px) / 2);
}
#product-gift-carousel .owl-stage-outer {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  #product-gift-carousel .owl-stage-outer {
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  #product-gift-carousel {
    padding-left: 0;
    padding-right: 0;
  }
}
#product-gift-carousel .owl-prev, #product-gift-carousel .owl-next {
  top: 123px;
}
@media screen and (min-width: 768px) {
  #product-gift-carousel .owl-prev, #product-gift-carousel .owl-next {
    top: 64px;
  }
}
@media screen and (min-width: 992px) {
  #product-gift-carousel .owl-prev, #product-gift-carousel .owl-next {
    top: 50px;
  }
}
#product-gift-carousel .owl-prev {
  left: 0;
}
@media screen and (min-width: 360px) {
  #product-gift-carousel .owl-prev {
    left: calc(50% - 156px);
  }
}
@media screen and (min-width: 768px) {
  #product-gift-carousel .owl-prev {
    left: -15px;
  }
}
@media screen and (min-width: 992px) {
  #product-gift-carousel .owl-prev {
    left: -20px;
  }
}
#product-gift-carousel .owl-next {
  right: 0;
}
@media screen and (min-width: 360px) {
  #product-gift-carousel .owl-next {
    right: calc(50% - 156px);
  }
}
@media screen and (min-width: 768px) {
  #product-gift-carousel .owl-next {
    right: -15px;
  }
}
@media screen and (min-width: 992px) {
  #product-gift-carousel .owl-next {
    right: -20px;
  }
}

.xs-product-content-area .xs-product-content + .xs-product-content {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .xs-product-content-area .xs-product-content + .xs-product-content {
    margin-top: 0;
  }
}
.xs-product-content-area .xs-product-content .content-title {
  display: inline-block;
  font-size: 20px;
  padding-right: 20px;
  border-bottom: 2px solid #FBCA4D;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .xs-product-content-area .xs-product-content .content-title {
    display: none;
  }
}
.related-item-area {
  margin-bottom: 10px;
}
.related-item-area .info-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 6px;
  margin-bottom: 24px;
}
.related-item-area .info-title span {
  display: inline-block;
  border-bottom: 2px solid #FBCA4D;
  padding-bottom: 6px;
}

.back-btn-area {
  text-align: center;
  margin-bottom: 70px;
}
.back-btn-area .btn {
  display: inline-block;
  width: auto;
  font-size: 16px;
  padding: 4px 48px;
}

.group-buy-bottom-area {
  font-size: 18px;
  text-align: center;
}
.group-buy-bottom-area .chosen {
  color: #F19DAE;
}
.group-buy-bottom-area .text {
  margin-bottom: 20px;
}
.group-buy-bottom-area .btn-area .btn {
  width: auto;
  padding: 6px 43px;
}

.common-detail-social-area {
  text-align: right;
  margin-top: 20px;
}

.share-box {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.share-box .share-btn {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: top;
  text-indent: -9999999px;
  font-size: 0;
}
.share-box .share-btn.facebook {
  background: url("../img/page/icon_fb_2x.png") no-repeat center;
  background-size: 100%;
}
.share-box .share-btn.line {
  background: url("../img/page/icon_line_2x.png") no-repeat center;
  background-size: 100%;
  margin-left: 5px;
}
.share-box .share-btn:hover {
  animation-name: share_btn_hover;
  animation-duration: 0.9s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes share_btn_hover {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.9);
  }
}
.author-area {
  margin-bottom: 25px;
}
.author-area .author-icon {
  width: 85px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.author-area .author {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 18px;
  font-weight: bold;
}

.product-notice-area {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.shipmen-notice {
  font-size: 16px;
  font-weight: bold;
  background-color: #F19DAE;
  padding: 4px 11px;
  border-radius: 15px;
  color: #fff !important;
}
.shipmen-notice:hover, .shipmen-notice:focus {
  color: #fff !important;
}

.product-bottom-area {
  margin-bottom: 45px;
}
.product-bottom-area .product-tab-area {
  margin-bottom: 26px;
  display: none;
}
@media screen and (min-width: 768px) {
  .product-bottom-area .product-tab-area {
    display: block;
  }
}
.product-bottom-area .product-tab-area .product-tab {
  float: left;
  font-size: 20px;
  display: inline-block;
  padding: 0 20px 12px;
  cursor: pointer;
  position: relative;
}
.product-bottom-area .product-tab-area .product-tab:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0px;
  border-bottom: 2px solid #FBCA4D;
  transition: width 0.5s;
}
@media screen and (min-width: 768px) {
  .product-bottom-area .product-tab-area .product-tab:hover:before, .product-bottom-area .product-tab-area .product-tab.active:before {
    width: 100%;
  }
}
.product-bottom-area .product-tab-area .product-tab + .product-tab {
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .product-bottom-area .tab-content-area {
    displayn: none;
  }
}

.product-comment-area {
  background-color: #D6EDF1;
  padding: 50px 0;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .product-comment-area {
    padding: 50px;
  }
}
.product-comment-area .comment-area-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 6px;
  margin-bottom: 24px;
}
.product-comment-area .comment-area-title span {
  display: inline-block;
  border-bottom: 2px solid #68c2d3;
  padding-bottom: 6px;
}
.product-comment-area #product_comment_carousel {
  padding-left: calc((100vw - 280px) / 2);
  padding-right: calc((100vw - 280px) / 2);
}
.product-comment-area #product_comment_carousel .owl-stage-outer {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .product-comment-area #product_comment_carousel .owl-stage-outer {
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .product-comment-area #product_comment_carousel {
    padding-left: 0;
    padding-right: 0;
  }
}
.product-comment-area #product_comment_carousel .owl-nav .owl-prev, .product-comment-area #product_comment_carousel .owl-nav .owl-next {
  top: 50%;
  transform: translateY(-50%) translateY(-26px);
}
@media screen and (min-width: 768px) {
  .product-comment-area #product_comment_carousel .owl-nav .owl-prev, .product-comment-area #product_comment_carousel .owl-nav .owl-next {
    top: 50%;
    transform: translateY(-50%) translateY(-26px);
  }
}
@media screen and (min-width: 768px) {
  .product-comment-area #product_comment_carousel .owl-nav .owl-prev {
    left: -70px;
  }
}
@media screen and (min-width: 768px) {
  .product-comment-area #product_comment_carousel .owl-nav .owl-next {
    right: -70px;
  }
}
.product-comment-area .comment-list {
  border-radius: 10px;
  background-color: #fff;
  padding: 10px;
}
.product-comment-area .comment-list .comment-media-area {
  border-radius: 7px;
  overflow: hidden;
}
.product-comment-area .comment-list .comment-content-area {
  padding: 6px 10px 10px 10px;
}
.product-comment-area .comment-list .comment-content-area .title-area {
  font-size: 18px;
}
.product-comment-area .comment-list .comment-content-area .desc-area {
  font-size: 16px;
  color: #bdbdbd;
  min-height: 54px;
}
.product-comment-area .comment-list .comment-content-area .date {
  font-size: 14px;
  color: #68c2d3;
}

.template-list {
  position: relative;
}
.template-list .media-area {
  text-align: center;
  position: relative;
}
.template-list .media-area img {
  max-width: 100%;
  margin: auto;
}
.template-list .content-area {
  position: relative;
  margin-top: 10px;
}
.template-list + .template-list {
  margin-top: 36px;
}
.template-list.bg-gray {
  background-color: #F2F3F5;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .template-list.bg-gray {
    padding: 25px;
  }
}
@media screen and (min-width: 992px) {
  .template-list.bg-gray {
    padding: 36px;
  }
}
@media screen and (min-width: 1320px) {
  .template-list.bg-gray {
    padding: 50px;
  }
}
@media screen and (min-width: 768px) {
  .template-list.type1 .media-area {
    float: left;
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .template-list.type1 .content-area {
    margin-top: 0;
    float: right;
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .template-list.type2 .media-area {
    float: right;
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .template-list.type2 .content-area {
    margin-top: 0;
    float: left;
    width: calc((100% - 30px) / 2);
  }
}
.detail-page-top-area {
  background-color: #fff;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .detail-page-top-area {
    border-radius: 20px;
    box-shadow: 10px 20px 20px rgba(94, 111, 151, 0.2);
    position: relative;
    padding: 20px;
    background-color: #fff;
  }
}
@media screen and (min-width: 992px) {
  .detail-page-top-area {
    padding: 42px 36px;
  }
}
@media screen and (min-width: 1320px) {
  .detail-page-top-area {
    padding: 60px 50px;
  }
}
.detail-page-top-area .media-area {
  position: relative;
}
@media screen and (min-width: 768px) {
  .detail-page-top-area .media-area {
    float: left;
    padding-right: 20px;
    width: 370px;
  }
}
@media screen and (min-width: 992px) {
  .detail-page-top-area .media-area {
    padding-right: 32px;
    width: 480px;
  }
}
@media screen and (min-width: 1320px) {
  .detail-page-top-area .media-area {
    padding-right: 48px;
    width: 535px;
  }
}
.detail-page-top-area .media-area .news-tag {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 30px;
  text-align: center;
  padding: 1px 0;
  color: #fff;
}
.detail-page-top-area .media-area .news-tag.tag-hot {
  background-color: #F19DAE;
}
.detail-page-top-area .media-area .news-tag.tag-top {
  background: #68c2d3;
}
.detail-page-top-area .content-area {
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .detail-page-top-area .content-area {
    float: right;
    margin-top: 0;
    width: calc(100% - 370px);
  }
}
@media screen and (min-width: 992px) {
  .detail-page-top-area .content-area {
    width: calc(100% - 480px);
  }
}
@media screen and (min-width: 1320px) {
  .detail-page-top-area .content-area {
    width: calc(100% - 535px);
  }
}
.detail-page-top-area .content-area .title-area {
  font-size: 22px;
  font-weight: bold;
}
.detail-page-top-area .content-area .desc-area {
  font-size: 16px;
  color: #9d9a98;
}
.detail-page-top-area .content-area .date-area {
  position: relative;
  color: #68c2d3;
  margin-bottom: 8px;
}
.detail-page-top-area .content-area .date-area .share-box {
  position: absolute;
  right: 0;
  bottom: 4px;
}

.detail-page-bottom-area {
  margin-bottom: 45px;
}

.content-line {
  border-top: 1px solid #DBDBDB;
  margin-top: 20px;
  margin-bottom: 20px;
}
.content-line.more-mb {
  margin-bottom: 35px;
}

.icon-title {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding-left: 38px;
  padding-bottom: 10px;
}
.icon-title .icon-img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}
.icon-title .title-text {
  display: inline-block;
  vertical-align: middle;
}
.icon-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 30px;
  height: 20px;
  background: url("../img/icon/icon_order_title_2x.png") center no-repeat;
  background-size: 100%;
}
.icon-title.border-bottom {
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 20px;
}
.icon-title.no-icon {
  padding-left: 0;
}
.icon-title.no-icon:before {
  display: none;
}
.icon-title .title-right-function-area {
  float: right;
}
.icon-title .title-right-function-area .btn {
  padding: 3px 10px;
}
.icon-title .title-right-function-area a:not(.btn):hover, .icon-title .title-right-function-area a:not(.btn):focus {
  color: #646464;
}

.white-bg-box.login-form .common-form-area {
  max-width: 460px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .white-bg-box {
    border-radius: 20px;
    box-shadow: 10px 20px 20px rgba(94, 111, 151, 0.2);
    position: relative;
    padding: 20px;
    z-index: 1;
    background-color: #fff;
  }
}
@media screen and (min-width: 992px) {
  .white-bg-box {
    padding: 42px 36px;
  }
  .white-bg-box.form-box {
    padding: 60px 66px;
  }
  .white-bg-box.form-box.contact-form {
    padding-bottom: 155px;
  }
}
@media screen and (min-width: 1320px) {
  .white-bg-box {
    padding: 60px 50px;
  }
  .white-bg-box.form-box {
    padding: 60px 95px;
  }
  .white-bg-box.login-form {
    padding: 60px 290px;
  }
}

.page-bottom-btn-area {
  padding-top: 20px;
  border-top: 1px solid #D7D7D7;
}
.page-bottom-btn-area .page-btn-area {
  position: static;
  right: 0;
  bottom: 0;
  float: none;
}
.page-bottom-btn-area .page-btn-area .back-btn {
  float: left;
  display: inline-block;
  width: auto;
  background-color: #787878;
  border-radius: 10px;
  font-size: 16px;
  padding: 5px 48px;
}
@media screen and (min-width: 500px) {
  .page-bottom-btn-area .page-btn-area .back-btn {
    padding: 5px 72px;
  }
}
.page-bottom-btn-area .page-btn-area .back-btn:hover {
  background-color: #6e6e6e;
  color: #fff;
}
.page-bottom-btn-area .page-btn-area .share-box {
  float: right;
}

.jump-page-box {
  text-align: center;
}
.jump-page-box .title-img-area {
  margin-bottom: 40px;
}
.jump-page-box .title-img-area img.success-img {
  width: 225px;
  max-width: 100%;
}
.jump-page-box .title-img-area img.page404-img {
  width: 270px;
  max-width: 100%;
}
.jump-page-box .text-area {
  font-size: 20px;
  margin-bottom: 30px;
}
.jump-page-box .bottom-link-area {
  font-size: 0;
}
.jump-page-box .bottom-link-area .left-area {
  font-size: 16px;
  width: 250px;
  margin: auto;
  margin-bottom: 56px;
}
.jump-page-box .bottom-link-area .left-area .btn {
  color: #fff;
}
.jump-page-box .bottom-link-area .left-area .btn.btn-blue {
  background-color: #68c2d3;
}
.jump-page-box .bottom-link-area .left-area .btn.btn-yellow {
  background-color: #FBCA4D;
}
.jump-page-box .bottom-link-area .left-area .btn.btn-red {
  background-color: #F19DAE;
}
.jump-page-box .bottom-link-area .left-area .btn + .btn {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .jump-page-box .bottom-link-area .left-area {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .jump-page-box .bottom-link-area .left-area {
    margin-right: 80px;
  }
}
@media screen and (min-width: 768px) {
  .jump-page-box .bottom-link-area .right-area {
    display: inline-block;
    vertical-align: middle;
  }
}
.jump-page-box .bottom-link-area .right-area .success-left-img {
  width: 410px;
  max-width: 100%;
}
.jump-page-box .bottom-link-area .right-area .page404-left-img {
  width: 465px;
  max-width: 100%;
}

.gsc-control-cse {
  padding: 0 !important;
  border: none !important;
}
.gsc-control-cse .gsc-input-box {
  border: 0;
  border-radius: 0;
}
.gsc-control-cse form.gsc-search-box {
  border: 1px solid rgba(0, 0, 0, 0);
  box-shadow: none;
  background: #e7e7e7;
  margin: 0;
  padding: 8px 12px;
}
.gsc-control-cse form.gsc-search-box td {
  padding: 0;
}
.gsc-control-cse form.gsc-search-box * {
  background: #e7e7e7;
}
.gsc-control-cse form.gsc-search-box input {
  padding-left: 15px !important;
  height: 33px !important;
  background-position: left 15px center !important;
}
.gsc-control-cse form.gsc-search-box .gsc-search-button-v2 {
  background-color: #8e8e8e;
  border: #8e8e8e;
  border-radius: 0;
  padding: 6px 27px;
  margin: 0;
}
.gsc-control-cse form.gsc-search-box .gsc-search-button-v2 * {
  background-color: #8e8e8e;
}
.gsc-control-cse form.gsc-search-box .gsc-search-button-v2:hover {
  background-color: #727272;
}
.gsc-control-cse form.gsc-search-box .gsc-search-button-v2:hover * {
  background-color: #727272;
}
.gsc-control-cse .gsc-orderby {
  white-space: nowrap;
}

.control-label {
  font-weight: normal;
  color: #646464;
  padding-top: 0;
  padding-bottom: 3px;
}

input.form-control, select.form-control, img.form-control, textarea.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  border: 1px solid #c4c4c4;
  color: #646464;
  font-size: 15px;
  box-shadow: none;
  padding-left: 12px;
  padding-right: 20px;
}
input.form-control:not(textarea), select.form-control:not(textarea), img.form-control:not(textarea), textarea.form-control:not(textarea) {
  height: 40px;
}
input.form-control[readonly], select.form-control[readonly], img.form-control[readonly], textarea.form-control[readonly] {
  background-color: #f5f5f5;
}
input.form-control::-webkit-input-placeholder, select.form-control::-webkit-input-placeholder, img.form-control::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder {
  font-size: 15px;
  color: #bdbdbd;
}
input.form-control:-moz-placeholder, select.form-control:-moz-placeholder, img.form-control:-moz-placeholder, textarea.form-control:-moz-placeholder {
  font-size: 15px;
  color: #bdbdbd;
}
input.form-control::-moz-placeholder, select.form-control::-moz-placeholder, img.form-control::-moz-placeholder, textarea.form-control::-moz-placeholder {
  font-size: 15px;
  color: #bdbdbd;
}
input.form-control:-ms-input-placeholder, select.form-control:-ms-input-placeholder, img.form-control:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {
  font-size: 15px;
  color: #bdbdbd;
}
input.form-control:focus, select.form-control:focus, img.form-control:focus, textarea.form-control:focus {
  box-shadow: none;
  border: 1px solid #68c2d3;
}
input.form-control.error, select.form-control.error, img.form-control.error, textarea.form-control.error {
  border-color: #F19DAE;
}

.select2-container.error {
  border-color: #F19DAE;
}

.select2-container {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #c4c4c4;
  font-size: 15px;
}
.select2-container .select2-choice {
  padding-top: 2px;
  padding-left: 15px;
  height: 40px;
  width: 100%;
  border: 0;
  background: #fff url("../img/btn/icon_input_select_normal_2x.png") top 15px right 15px no-repeat;
  background-size: 14px auto;
  color: #646464;
  font-weight: normal;
}
.select2-container .select2-choice .select2-arrow {
  display: none;
}
.select2-container.select2-dropdown-open {
  border-color: #68c2d3;
  border-radius: 10px 10px 0 0;
}
.select2-container.select2-dropdown-open .select2-choice {
  background: #fff url("../img/btn/icon_input_select_on_2x.png") top 15px right 15px no-repeat;
  background-size: 14px auto;
  border: 0;
}
.select2-container.select2-dropdown-open.select2-drop-above {
  border-radius: 0 0 10px 10px;
}
.select2-container.select2-dropdown-open.select2-drop-above .select2-choice {
  border: 0;
}

.select2-drop {
  border: 1px solid #68c2d3;
  border-radius: 0 0 10px 10px;
  font-size: 15px;
  color: #646464;
}
.select2-drop.select2-drop-above {
  border-bottom: 1px solid #68c2d3;
}
.select2-drop.sort-dropdown {
  font-size: 15px;
}
.select2-drop.spec-dropdown {
  font-size: 14px;
}

.select2-results .select2-highlighted {
  background-color: #fff;
  color: #68c2d3;
}

select.form-control::-ms-expand {
  display: none;
  /*IE*/
}

label.customize-radio-style {
  cursor: pointer;
  padding-right: 0 !important;
  padding-left: 28px;
  margin-right: 28px;
  position: relative;
  font-size: 16px;
  color: #646464;
  font-weight: normal;
}
label.customize-radio-style input[type=radio] {
  width: 0;
  opacity: 0;
}
label.customize-radio-style input[type=radio]:checked ~ .radio-btn {
  border-color: #68c2d3;
}
label.customize-radio-style input[type=radio]:checked ~ .radio-btn:after {
  transform: scale(1);
}
label.customize-radio-style input[type=radio]:disabled ~ .radio-btn {
  background: #ececec;
}
label.customize-radio-style .radio-btn {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BDBDBD;
  background-color: #fff;
}
label.customize-radio-style .radio-btn:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  background-color: #68c2d3;
  left: 2px;
  top: 2px;
  transform: scale(0);
}
label.customize-radio-style .radio-block {
  display: block;
}
label.customize-radio-style.price {
  font-family: "AndesRounded", "Arial";
}
label.customize-radio-style .radio-hint {
  display: block;
  font-size: 15px;
}
label.customize-radio-style .radio-hint:not(:empty) {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  label.customize-radio-style .radio-hint:not(:empty) {
    margin-top: 15px;
  }
}

label.customize-checkbox-style {
  cursor: pointer;
  padding-right: 0 !important;
  padding-left: 28px;
  margin-right: 28px;
  position: relative;
  font-size: 16px;
  color: #646464;
  font-weight: normal;
}
label.customize-checkbox-style input[type=checkbox] {
  width: 0;
  opacity: 0;
}
label.customize-checkbox-style input[type=checkbox]:checked ~ .checkbox-btn {
  border-color: #68c2d3;
}
label.customize-checkbox-style input[type=checkbox]:checked ~ .checkbox-btn:after {
  transform: scale(1);
}
label.customize-checkbox-style input[type=checkbox]:disabled ~ .checkbox-btn {
  background: #ececec;
}
label.customize-checkbox-style .checkbox-btn {
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #BDBDBD;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
}
label.customize-checkbox-style .checkbox-btn:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  background: #68c2d3 url("../img/btn/icon_checkbox_on_2x.png") right 1px bottom 1px no-repeat;
  background-size: 16px;
  left: 0px;
  top: 0px;
  transform: scale(0);
}
label.customize-checkbox-style .checkbox-btn:before {
  content: "";
  display: block;
  position: absolute;
}
label.customize-checkbox-style .group-buy-checkbox-btn {
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #BDBDBD;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
}
label.customize-checkbox-style .group-buy-checkbox-btn:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  background: #68c2d3 url("../img/btn/icon_checkbox_on_2x.png") right 1px bottom 1px no-repeat;
  background-size: 16px;
  left: 0px;
  top: 0px;
  transform: scale(0);
}
label.customize-checkbox-style .group-buy-checkbox-btn:before {
  content: "";
  display: block;
  position: absolute;
}
label.customize-checkbox-style .group-buy-checkbox-btn.checked {
  border-color: #68c2d3;
}
label.customize-checkbox-style .group-buy-checkbox-btn.checked:after {
  transform: scale(1);
}
label.customize-checkbox-style .checkbox-block {
  display: block;
}
label.customize-checkbox-style.price {
  font-family: "AndesRounded", "Arial";
}

.content-box .content-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .content-box .content-title {
    margin-bottom: 30px;
  }
}
.content-box .content-title .icon {
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.content-box .content-title .title-text {
  display: inline-block;
  vertical-align: middle;
}

.xs-mt {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .xs-mt {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .sm-mt {
    margin-top: 15px;
  }
}
@media screen and (min-width: 992px) {
  .sm-mt {
    margin-top: 0;
  }
}

.xs-mb {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .xs-mb {
    margin-top: 0;
  }
}

.input-btn-box .input-box {
  float: left;
  width: calc(100% - 55px);
}
.input-btn-box .input-box input {
  border-radius: 10px 0 0 10px;
  border-right: 0;
}
.input-btn-box .btn-box {
  float: left;
  width: 55px;
}
.input-btn-box .btn-box .btn {
  height: 40px;
  border-radius: 0px 10px 10px 0;
}

.add-common-checkbox-box {
  margin-top: 10px;
}

.form-note {
  font-size: 15px;
}

.form-seperate-line {
  border-top: 1px solid #dcdcdc;
  margin-top: 50px;
  margin-bottom: 30px;
}

.law-intro-box {
  border: 1px solid #dbdbdb;
  padding: 30px;
  margin-bottom: 10px;
  margin-top: 50px;
  max-height: 200px;
  overflow-y: scroll;
}

.form-btn-area {
  text-align: center;
  border-top: 1px solid #DBDBDB;
  padding-top: 40px;
  margin-top: 40px;
  font-size: 0;
}
.form-btn-area.no-border {
  border-top: 0;
  padding-top: 0;
}
.form-btn-area .btn {
  display: inline-block;
  width: calc((100% - 10px) / 2);
  height: 40px;
  font-size: 18px;
  margin: auto;
  padding: 7px 0;
}
@media screen and (min-width: 500px) {
  .form-btn-area .btn {
    float: none;
    width: 200px;
    display: inline-block;
  }
}
.form-btn-area .btn + .btn {
  margin-left: 10px;
}
@media screen and (min-width: 500px) {
  .form-btn-area .btn + .btn {
    margin-top: 0;
    margin-left: 30px;
  }
}
@media screen and (min-width: 992px) {
  .form-btn-area.contact .btn {
    float: left;
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (min-width: 992px) {
  .form-btn-area.contact .btn + .btn {
    margin-left: 20px;
  }
}

.common-form-area {
  position: relative;
}
.common-form-area .forget-pw {
  float: right;
}
.common-form-area .login-center-line {
  color: #9D9A98;
  font-size: 15px;
  position: relative;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.common-form-area .login-center-line span {
  padding: 0 35px;
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 1;
}
.common-form-area .login-center-line:before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  background-color: #DCDCDC;
  width: 100%;
  height: 1px;
}
.common-form-area .login-btn {
  height: 40px;
  margin-top: 15px;
}
.common-form-area .login-btn.btn-full {
  line-height: 1.8;
}
.common-form-area .quick-login-btn-area .quick-login-btn {
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 20px;
  border: 1px solid #C4C4C4;
  color: #646464;
  position: relative;
}
.common-form-area .quick-login-btn-area .quick-login-btn + .quick-login-btn {
  margin-top: 15px;
}
.common-form-area .quick-login-btn-area .quick-login-btn span {
  position: relative;
  padding-left: 40px;
}
.common-form-area .quick-login-btn-area .quick-login-btn span:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 30px;
  height: 30px;
}
.common-form-area .quick-login-btn-area .quick-login-btn.facebook span:before {
  background: url("../img/login/icon_facebook_2x.png") center no-repeat;
  background-size: 100%;
}
.common-form-area .quick-login-btn-area .quick-login-btn.google span:before {
  background: url("../img/login/icon_google_2x.png") center no-repeat;
  background-size: 100%;
}
.common-form-area img.contact-img {
  display: block;
  width: 270px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .common-form-area img.contact-img {
    position: absolute;
    right: 0;
    bottom: -65px;
  }
}

.vcode-area input {
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  width: calc(100% - 120px - 20px - 20px - 10px);
  display: inline-block;
}
.vcode-area img {
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 40px;
  border-radius: 10px;
  padding: 0;
  cursor: pointer;
  margin-left: 20px;
  margin-top: 0;
}
.vcode-area .refresh-img {
  float: left;
  display: inline-block;
  vertical-align: middle;
  margin-top: 9px;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url("../img/btn/icon_change_normal_2x.png") center no-repeat;
  background-size: 100%;
}
.vcode-area .refresh-img:hover {
  background: url("../img/btn/icon_change_hoverl_2x.png") center no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 599px) {
  .vcode-area.input-up-down input {
    width: 100%;
    margin-bottom: 10px;
  }
  .vcode-area.input-up-down img {
    margin-left: 0;
  }
}

.login-form-register-area {
  text-align: center;
}
.login-form-register-area .register-btn {
  width: 200px;
  font-size: 18px;
}
.login-form-register-area .login-form-register-text {
  color: #68c2d3;
}
.login-form-register-area .login-form-register-text:hover {
  color: #68c2d3;
}
.login-form-register-area.binding-area {
  margin-top: 40px;
}

.upload-file-box .pick-file {
  width: 60px;
  position: relative;
  height: 40px;
  background: #68c2d3;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  color: #fff;
  border: 0px;
  line-height: 40px;
  padding: 0;
  cursor: pointer;
}
.upload-file-box .pick-file:hover {
  background: #68c2d3;
}
.upload-file-box .pick-file input[type=file] {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  height: 34px;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: 100;
  cursor: pointer;
}
.upload-file-box .pick-file input[type=file]::-webkit-file-upload-button {
  /* chromes and blink button */
  cursor: pointer;
}

.edit-profile-img-group {
  position: relative;
}
@media screen and (min-width: 768px) {
  .edit-profile-img-group {
    padding-bottom: 82px;
  }
}
.edit-profile-img-group .edit-profile-img {
  display: none;
}
@media screen and (min-width: 768px) {
  .edit-profile-img-group .edit-profile-img {
    display: block;
    width: 270px;
    height: auto;
    position: absolute;
    bottom: 10px;
    right: calc(50% - 310px);
  }
}
@media screen and (min-width: 992px) {
  .edit-profile-img-group .edit-profile-img {
    right: 78px;
  }
}
@media screen and (min-width: 1320px) {
  .edit-profile-img-group .edit-profile-img {
    right: 100px;
  }
}

.select2-offscreen {
  left: 50% !important;
  transform: translateX(-50%);
}
.select2-offscreen:focus {
  left: 50% !important;
  transform: translateX(-50%);
}

.btn-note {
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
  color: #646464;
  font-weight: normal;
}

.label-note {
  display: flex;
  align-items: flex-end;
}
.label-note > span {
  font-size: 12px;
  color: #F19DAE;
  margin-left: auto;
  margin-bottom: 8px;
}

.home-kv-area {
  position: relative;
  height: 80.078125%;
}
.home-kv-area .kv-outer-box {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.home-kv-area .kv-left-icon {
  display: none;
}
@media screen and (min-width: 768px) {
  .home-kv-area .kv-left-icon {
    display: block;
    width: 70px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
}
@media screen and (min-width: 992px) {
  .home-kv-area .kv-left-icon {
    width: 98px;
  }
}
@media screen and (min-width: 1320px) {
  .home-kv-area .kv-left-icon {
    width: 140px;
  }
}
.home-kv-area .kv-right-icon {
  display: none;
}
@media screen and (min-width: 768px) {
  .home-kv-area .kv-right-icon {
    display: block;
    width: 270px;
    position: absolute;
    right: 0;
    bottom: -20px;
    z-index: 1;
  }
}
@media screen and (min-width: 992px) {
  .home-kv-area .kv-right-icon {
    width: 337.5px;
    bottom: -50px;
  }
}
@media screen and (min-width: 1320px) {
  .home-kv-area .kv-right-icon {
    width: 450px;
  }
}
@media screen and (min-width: 768px) {
  .home-kv-area {
    height: 58.3333333333vw;
  }
}
.home-kv-area .kv-img {
  position: relative;
  width: 100%;
  height: auto;
}
.home-kv-area .kv-img.for-sm {
  display: none;
}
@media screen and (min-width: 768px) {
  .home-kv-area .kv-img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .home-kv-area .kv-img.for-xs {
    display: none;
  }
  .home-kv-area .kv-img.for-sm {
    display: block;
  }
}
@media screen and (min-width: 1920px) {
  .home-kv-area .kv-img {
    width: 100vw;
    height: auto;
  }
}
@media screen and (min-width: 1320px) {
  .home-kv-area {
    height: 770px;
  }
}

.home-banner-area {
  background-color: #DEE1E8;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .home-banner-area {
    padding: 60px 0 20px 0;
  }
}
@media screen and (min-width: 992px) {
  .home-banner-area {
    padding: 75px 0 70px 0;
  }
}
@media screen and (min-width: 1320px) {
  .home-banner-area {
    padding: 100px 0 70px 0;
  }
}
.home-banner-area #home-banner-carousel {
  position: relative;
  width: 100%;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .home-banner-area #home-banner-carousel {
    padding-left: calc((100vw - 536px) / 2);
    padding-right: calc((100vw - 536px) / 2);
  }
}
@media screen and (min-width: 992px) {
  .home-banner-area #home-banner-carousel {
    margin: auto;
    padding-left: calc((100vw - 750px) / 2);
    padding-right: calc((100vw - 750px) / 2);
  }
}
@media screen and (min-width: 1320px) {
  .home-banner-area #home-banner-carousel {
    padding-left: calc((100vw - 1040px) / 2);
    padding-right: calc((100vw - 1040px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .home-banner-area #home-banner-carousel .owl-stage-outer {
    overflow: visible;
  }
}
.home-banner-area #home-banner-carousel .owl-item {
  transition: transform 0.5s;
}
@media screen and (min-width: 768px) {
  .home-banner-area #home-banner-carousel .owl-item:not(.active) {
    transform: scale(0.78);
  }
}
.home-banner-area #home-banner-carousel .owl-box {
  padding-bottom: 60%;
  width: 100%;
  margin: auto;
  border-radius: 20px;
  overflow: hidden;
}
.home-banner-area #home-banner-carousel .owl-box a {
  display: block;
}
.home-banner-area #home-banner-carousel .banner-img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-banner-area #home-banner-carousel .owl-prev, .home-banner-area #home-banner-carousel .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .home-banner-area #home-banner-carousel .owl-prev, .home-banner-area #home-banner-carousel .owl-next {
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 992px) {
  .home-banner-area #home-banner-carousel .owl-prev, .home-banner-area #home-banner-carousel .owl-next {
    width: 70px;
    height: 70px;
  }
}
.home-banner-area #home-banner-carousel .owl-prev {
  left: 15px;
}
@media screen and (min-width: 768px) {
  .home-banner-area #home-banner-carousel .owl-prev {
    left: calc(50% - 320px);
  }
}
@media screen and (min-width: 992px) {
  .home-banner-area #home-banner-carousel .owl-prev {
    left: calc(50% - 477px);
  }
}
@media screen and (min-width: 1320px) {
  .home-banner-area #home-banner-carousel .owl-prev {
    left: calc(50% - 622px);
  }
}
.home-banner-area #home-banner-carousel .owl-prev:hover {
  background: #fff url("../img/btn/icon_product_last_off_2x.png") center no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 992px) {
  .home-banner-area #home-banner-carousel .owl-prev:hover {
    background: #68c2d3 url("../img/btn/icon_product_last_on_2x.png") center no-repeat;
    background-size: 100% auto;
  }
}
.home-banner-area #home-banner-carousel .owl-next {
  right: 15px;
}
@media screen and (min-width: 768px) {
  .home-banner-area #home-banner-carousel .owl-next {
    right: calc(50% - 320px);
  }
}
@media screen and (min-width: 992px) {
  .home-banner-area #home-banner-carousel .owl-next {
    right: calc(50% - 477px);
  }
}
@media screen and (min-width: 1320px) {
  .home-banner-area #home-banner-carousel .owl-next {
    right: calc(50% - 622px);
  }
}
.home-banner-area #home-banner-carousel .owl-next:hover {
  background: #fff url("../img/btn/icon_product_next_off_2x.png") center no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 992px) {
  .home-banner-area #home-banner-carousel .owl-next:hover {
    background: #68c2d3 url("../img/btn/icon_product_next_on_2x.png") center no-repeat;
    background-size: 100% auto;
  }
}

.banner-progress-bar-area {
  font-size: 0;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .banner-progress-bar-area {
    margin-top: 30px;
  }
}
.banner-progress-bar-area .progress-box {
  display: inline-block;
}
.banner-progress-bar-area .progressBar {
  width: 100%;
  height: 6px;
  background: rgba(130, 205, 219, 0.3);
  width: 138px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  margin: 0 15px;
}
.banner-progress-bar-area .progressBar .bar {
  width: 0%;
  max-width: 100%;
  height: 100%;
  background: #82cddb;
}
@media screen and (min-width: 768px) {
  .banner-progress-bar-area .progressBar {
    width: 152px;
  }
}
@media screen and (min-width: 992px) {
  .banner-progress-bar-area .progressBar {
    width: 285px;
  }
}
.banner-progress-bar-area .node {
  background-color: #F19DAE;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-family: "AndesRounded", "Arial";
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  font-size: 16px;
  padding-top: 1px;
}
@media screen and (min-width: 768px) {
  .banner-progress-bar-area .node {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .banner-progress-bar-area .node {
    width: 56px;
    height: 56px;
    font-size: 32px;
  }
}

.index-title-area {
  text-align: center;
  line-height: 1;
}
.index-title-area .sub-title {
  color: #FBCA4D;
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .index-title-area .sub-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .index-title-area .sub-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.index-title-area .main-title {
  color: #646464;
  font-family: "jf-openhuninn";
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .index-title-area .main-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .index-title-area .main-title {
    font-size: 40px;
  }
}

.index-story-area {
  overflow: hidden;
  position: relative;
  padding: 20px 0 35px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .index-story-area {
    padding: 160px 0 72px 0;
    background: url("../img/index/index_brand_bg.png") top -30px left 50% no-repeat;
    background-size: 1540px auto;
  }
}
@media screen and (min-width: 992px) {
  .index-story-area {
    padding: 90px 0 120px 0;
  }
}
@media screen and (min-width: 1320px) {
  .index-story-area {
    padding-top: 120px;
    background-size: 2200px auto;
  }
}
.index-story-area .index-title-area {
  text-align: left;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .index-story-area .index-title-area {
    margin-bottom: 35px;
  }
}
.index-story-area .index-title-area:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #68c2d3;
  height: 2px;
  width: 45px;
}
@media screen and (min-width: 768px) {
  .index-story-area .index-title-area:before {
    width: 62px;
  }
}
@media screen and (min-width: 992px) {
  .index-story-area .index-title-area:before {
    width: 75px;
  }
}
.index-story-area .story-box {
  display: inline-block;
  position: relative;
}
.index-story-area .story-box .story-right-icon {
  width: 90px;
  position: absolute;
  top: 32px;
  right: -35px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .index-story-area .story-box .story-right-icon {
    width: 126px;
    top: 4px;
    right: -60px;
  }
}
@media screen and (min-width: 1320px) {
  .index-story-area .story-box .story-right-icon {
    width: 180px;
    top: 40px;
    right: -81px;
  }
}
.index-story-area .story-box .media-bottom-icon {
  position: absolute;
  right: 52px;
  top: -12px;
  width: 40px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .index-story-area .story-box .media-bottom-icon {
    right: auto;
    top: 450px;
    left: 240px;
    width: 56px;
    z-index: 1;
  }
}
@media screen and (min-width: 992px) {
  .index-story-area .story-box .media-bottom-icon {
    top: 500px;
  }
}
@media screen and (min-width: 1320px) {
  .index-story-area .story-box .media-bottom-icon {
    left: 328px;
    top: 624px;
    width: 80px;
  }
}
@media screen and (min-width: 768px) {
  .index-story-area .story-box {
    padding-top: 42px;
    padding-left: 130px;
    width: 95%;
  }
}
@media screen and (min-width: 992px) {
  .index-story-area .story-box {
    width: 90%;
    padding-top: 68px;
    padding-left: 140px;
  }
}
@media screen and (min-width: 1320px) {
  .index-story-area .story-box {
    width: 1040px;
    padding-top: 90px;
    padding-left: 140px;
  }
}
.index-story-area .media-area {
  position: relative;
  z-index: 1;
  background-color: #F8EBCA;
  text-align: center;
  border-radius: 20px;
  padding: 30px;
}
.index-story-area .media-area img {
  width: 426px;
  max-width: 100%;
  height: auto;
}
.index-story-area .media-area .media-left-icon {
  width: 106.5px;
  position: absolute;
  bottom: 62px;
  left: -87px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .index-story-area .media-area .media-left-icon {
    width: 149.1px;
    bottom: 64px;
    left: -118px;
  }
}
@media screen and (min-width: 1320px) {
  .index-story-area .media-area .media-left-icon {
    width: 213px;
    bottom: 84px;
    left: -168px;
  }
}
@media screen and (min-width: 768px) {
  .index-story-area .media-area {
    box-shadow: 27px 20px 30px rgba(94, 111, 151, 0.2);
    padding: 35px 30px 35px;
    width: 366px;
    height: 470px;
    position: absolute;
    top: 0;
    left: 0px;
  }
}
@media screen and (min-width: 992px) {
  .index-story-area .media-area {
    width: 400px;
    height: 520px;
    padding: 55px 45px;
  }
}
@media screen and (min-width: 1320px) {
  .index-story-area .media-area {
    width: 507px;
    height: 650px;
  }
}
.index-story-area .content-area {
  text-align: left;
  margin: auto;
  padding: 25px 10px 0 10px;
  position: relative;
}
.index-story-area .content-area p {
  margin-bottom: 0;
}
.index-story-area .content-area p + p {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .index-story-area .content-area {
    padding: 42px 35px 42px 270px;
    border-radius: 20px;
    background: #F2F3F5;
  }
}
@media screen and (min-width: 992px) {
  .index-story-area .content-area {
    padding: 68px 50px 68px 308px;
  }
}
@media screen and (min-width: 1320px) {
  .index-story-area .content-area {
    padding: 90px 50px 90px 425px;
  }
}

.index-ad-area .row {
  margin: 0;
}
.index-ad-area .row [class*=col] {
  padding: 0;
}
.index-ad-area .index-ad-box {
  position: relative;
  overflow: hidden;
}
.index-ad-area .index-ad-box .acart-proportion-box {
  transition: transform 1s;
}
.index-ad-area .index-ad-box .text-area {
  position: absolute;
  bottom: 15px;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .index-ad-area .index-ad-box .text-area {
    bottom: 25px;
    left: 30px;
  }
}
@media screen and (min-width: 1320px) {
  .index-ad-area .index-ad-box .text-area {
    bottom: 50px;
    left: 50px;
  }
}
.index-ad-area .index-ad-box .text-area .main-title {
  color: #fff;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .index-ad-area .index-ad-box .text-area .main-title {
    margin-top: 5px;
    font-size: 24px;
  }
}
.index-ad-area .index-ad-box .text-area .sub-title {
  display: inline-block;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  padding: 0 21px;
  border-radius: 15px;
  background-color: #FBCA4D;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .index-ad-area .index-ad-box .text-area .sub-title {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}
.index-ad-area .index-ad-box:hover .acart-proportion-box {
  transform: scale(1.2);
}

.index-theme-area {
  padding-top: 50px;
}
.index-theme-area #home-theme-carousel {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .index-theme-area #home-theme-carousel {
    padding-bottom: 55px;
  }
}
@media screen and (min-width: 992px) {
  .index-theme-area #home-theme-carousel {
    padding: 0 70px;
    border-bottom: none;
  }
}
@media screen and (min-width: 1320px) {
  .index-theme-area #home-theme-carousel {
    padding: 0 0;
  }
}
.index-theme-area #home-theme-carousel .owl-nav {
  text-align: center;
}
.index-theme-area #home-theme-carousel .owl-prev, .index-theme-area #home-theme-carousel .owl-next {
  position: relative;
  top: auto;
  transform: none;
  margin: 0;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 992px) {
  .index-theme-area #home-theme-carousel .owl-prev, .index-theme-area #home-theme-carousel .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1320px) {
  .index-theme-area #home-theme-carousel .owl-prev, .index-theme-area #home-theme-carousel .owl-next {
    width: 70px;
    height: 70px;
  }
}
.index-theme-area #home-theme-carousel .owl-prev {
  left: auto;
}
@media screen and (min-width: 992px) {
  .index-theme-area #home-theme-carousel .owl-prev {
    left: 0;
  }
}
@media screen and (min-width: 1320px) {
  .index-theme-area #home-theme-carousel .owl-prev {
    left: -110px;
  }
}
.index-theme-area #home-theme-carousel .owl-prev:hover {
  background: #fff url("../img/btn/icon_product_last_off_2x.png") center no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 992px) {
  .index-theme-area #home-theme-carousel .owl-prev:hover {
    background: #68c2d3 url("../img/btn/icon_product_last_on_2x.png") center no-repeat;
    background-size: 100% auto;
  }
}
.index-theme-area #home-theme-carousel .owl-next {
  right: auto;
  margin-left: 60px;
}
@media screen and (min-width: 992px) {
  .index-theme-area #home-theme-carousel .owl-next {
    margin-left: 0;
    right: 0;
  }
}
@media screen and (min-width: 1320px) {
  .index-theme-area #home-theme-carousel .owl-next {
    right: -110px;
  }
}
.index-theme-area #home-theme-carousel .owl-next:hover {
  background: #fff url("../img/btn/icon_product_next_off_2x.png") center no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 992px) {
  .index-theme-area #home-theme-carousel .owl-next:hover {
    background: #68c2d3 url("../img/btn/icon_product_next_on_2x.png") center no-repeat;
    background-size: 100% auto;
  }
}
.index-theme-area .top-img {
  display: block;
  width: 160px;
  height: auto;
  max-width: 100%;
  margin: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .index-theme-area {
    padding-top: 68px;
    background: url("../img/index/index_theme_bg.png") top 50% left 50% no-repeat;
    background-size: 1540px auto;
  }
}
@media screen and (min-width: 992px) {
  .index-theme-area {
    padding-bottom: 0px;
    background-size: 2200px auto;
  }
}
.index-theme-area .theme-outer-box {
  position: relative;
}
@media screen and (min-width: 992px) {
  .index-theme-area .theme-outer-box {
    margin: auto;
  }
}
@media screen and (min-width: 1320px) {
  .index-theme-area .theme-outer-box {
    width: auto;
  }
}
.index-theme-area .theme-outer-box .theme-inner-box {
  font-size: 0;
  position: relative;
  padding-top: 30px;
}
@media screen and (min-width: 992px) {
  .index-theme-area .theme-outer-box .theme-inner-box {
    padding-top: 88px;
  }
}
.index-theme-area .theme-outer-box img {
  width: 100%;
  height: auto;
}
.index-theme-area .theme-outer-box .main-img-box {
  width: 50%;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 45px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 1320px) {
  .index-theme-area .theme-outer-box .main-img-box {
    width: 450px;
    margin-left: calc((100% - 180px - 450px - 250px) / 2);
    margin-right: calc((100% - 180px - 450px - 250px) / 2);
    padding-top: 0;
  }
}
.index-theme-area .theme-outer-box .left-sub-area {
  width: 18%;
  display: inline-block;
  vertical-align: top;
}
.index-theme-area .theme-outer-box .left-sub-area .sub-img-box + .sub-img-box {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .index-theme-area .theme-outer-box .left-sub-area .sub-img-box + .sub-img-box {
    margin-top: 22px;
  }
}
@media screen and (min-width: 1320px) {
  .index-theme-area .theme-outer-box .left-sub-area {
    width: 180px;
    padding-top: 40px;
  }
}
.index-theme-area .theme-outer-box .right-sub-area {
  width: 22%;
  display: inline-block;
  vertical-align: top;
}
.index-theme-area .theme-outer-box .right-sub-area .sub-img-box + .sub-img-box {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .index-theme-area .theme-outer-box .right-sub-area .sub-img-box + .sub-img-box {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1320px) {
  .index-theme-area .theme-outer-box .right-sub-area {
    width: 250px;
    padding-top: 80px;
  }
}
.index-theme-area .theme-outer-box .sub-img-box {
  width: 100%;
}
.index-theme-area .theme-outer-box .sub-img-box img {
  transition: transform 0.6s;
}
.index-theme-area .theme-outer-box .sub-img-box .text-area {
  color: #9D9A98;
  font-size: 14px;
  line-height: 1.3;
  margin-top: 15px;
}
.index-theme-area .theme-outer-box .sub-img-box .text-area .sub-title {
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .index-theme-area .theme-outer-box .sub-img-box .text-area {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .index-theme-area .theme-outer-box .sub-img-box:hover img {
    transform: translateY(-20px);
  }
}

.index-media-area {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .index-media-area {
    background: url("../img/index/index_description_bg.png") center no-repeat;
    background-size: 1540px auto;
  }
}
@media screen and (min-width: 992px) {
  .index-media-area {
    background-size: 2200px auto;
  }
}
@media screen and (min-width: 768px) {
  .index-media-area {
    padding: 50px 0 60px;
  }
}
@media screen and (min-width: 992px) {
  .index-media-area {
    padding: 96px 0 125px;
  }
}
.index-media-area .mt-30 {
  margin-top: 30px;
}
.index-media-area .top-img {
  display: block;
  width: 160px;
  height: auto;
  max-width: 100%;
  margin: auto;
  margin-bottom: 20px;
}
.index-media-area .intro-text {
  font-size: 18px;
  margin: 20px 0 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .index-media-area .intro-text {
    font-size: 22px;
    margin: 25px 0 50px;
  }
}
.index-media-area .media-box {
  position: relative;
  border-radius: 50px;
  border: 2px solid #68c2d3;
  padding: 30px;
  cursor: pointer;
}
.index-media-area .media-box .box-title {
  font-weight: bold;
  font-size: 24px;
  color: #68c2d3;
}
.index-media-area .media-box .box-desc {
  color: #9D9A98;
  font-size: 16px;
}
.index-media-area .media-box .box-desc.front-desc {
  font-weight: bold;
  font-size: 18px;
}
.index-media-area .media-box:before {
  content: "";
  display: block;
  position: absolute;
}
.index-media-area .take-action-area {
  text-align: center;
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .index-media-area .take-action-area {
    margin-top: 45px;
  }
}
@media screen and (min-width: 992px) {
  .index-media-area .take-action-area {
    margin-top: 65px;
  }
}
.index-media-area .take-action-area .title {
  font-size: 32px;
  color: #68c2d3;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .index-media-area .take-action-area .title {
    font-size: 40px;
  }
}
.index-media-area .take-action-area .btn {
  font-size: 20px;
  width: auto;
  height: 40px;
  background-color: #fff;
  color: #68c2d3;
  padding: 6px 19px;
}
.index-media-area .take-action-area .btn:hover {
  border-color: #68c2d3;
  background-color: #68c2d3;
  color: #fff;
}

.card-side {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 30px;
  backface-visibility: hidden;
  transition: transform 1s;
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
.card-side.front {
  border: 2px solid #68c2d3;
  background-color: #fff;
}
.card-side.back {
  transform: rotateY(180deg);
}
.card-side.back .box-title {
  color: #fff;
}
.card-side.back .box-desc {
  color: #fff;
}
.card-side.back.bg-blue {
  background-color: #68c2d3;
  border: 2px solid #68c2d3;
}
.card-side.back.bg-red {
  background-color: #F19DAE;
  border: 2px solid #F19DAE;
}
.card-side.back.bg-yellow {
  background-color: #FBCA4D;
  border: 2px solid #FBCA4D;
}

.xs-media-area {
  padding: 10px 25px;
  border: 2px solid #68c2d3;
  border-radius: 30px;
}
.xs-media-area .item {
  padding: 18px 0;
  position: relative;
}
.xs-media-area .item:before {
  content: "";
  display: block;
  position: absolute;
  top: 34px;
  right: 9px;
  width: 14px;
  height: 9px;
  background: url("../img/btn/icon_input_select_normal_2x.png") center no-repeat;
  background-size: 100%;
  transform: rotate(-90deg);
}
.xs-media-area .item + .item {
  border-top: 1px solid #DCDCDC;
}
.xs-media-area .item .title {
  font-size: 24px;
  font-weight: bold;
  color: #9D9A98;
  padding-left: 62px;
}
.xs-media-area .item .content {
  font-size: 16px;
  color: #9D9A98;
  display: none;
  margin-top: 20px;
}
.xs-media-area .item.life {
  background: url("../img/index/life_xs_2x.png") left 0px top 20px no-repeat;
  background-size: 40px auto;
}
.xs-media-area .item.education {
  background: url("../img/index/education_xs_2x.png") left 0px top 20px no-repeat;
  background-size: 40px auto;
}
.xs-media-area .item.rights {
  background: url("../img/index/rights_xs_2x.png") left 0px top 20px no-repeat;
  background-size: 40px auto;
}
.xs-media-area .item.service {
  background: url("../img/index/service_xs_2x.png") left 0px top 20px no-repeat;
  background-size: 40px auto;
}
.xs-media-area .item.tuition {
  background: url("../img/index/tuition_xs_2x.png") left 0px top 20px no-repeat;
  background-size: 40px auto;
}
.xs-media-area .item.organization {
  background: url("../img/index/organization_xs_2x.png") left 0px top 20px no-repeat;
  background-size: 40px auto;
}
.xs-media-area .item.active:before {
  background: url("../img/btn/icon_input_select_on_2x.png") center no-repeat;
  background-size: 100%;
  transform: rotate(0deg);
}
.xs-media-area .item.active .title {
  color: #68c2d3;
}
.xs-media-area .item.active .content {
  display: block;
}

.sm-media-area .media-box.idx-1, .sm-media-area .media-box.idx-4 {
  height: 328px;
}
.sm-media-area .media-box.idx-2, .sm-media-area .media-box.idx-3 {
  height: 436px;
}
.sm-media-area .media-box.idx-5, .sm-media-area .media-box.idx-6 {
  height: 360px;
}
.sm-media-area .media-box.idx-1 {
  padding-right: 290px;
}
.sm-media-area .media-box.idx-1:before {
  bottom: 60px;
  right: 35px;
  width: 230px;
  height: 204px;
  background: url("../img/index/life_lg_2x.png") center no-repeat;
  background-size: 100%;
}
.sm-media-area .media-box.idx-2:before {
  bottom: 26px;
  right: calc(50% - 105px);
  width: 210px;
  height: 155px;
  background: url("../img/index/education_lg_2x.png") center no-repeat;
  background-size: 100%;
}
.sm-media-area .media-box.idx-3:before {
  bottom: 26px;
  right: calc(50% - 112px);
  width: 225px;
  height: 140px;
  background: url("../img/index/rights_lg_2x.png") center no-repeat;
  background-size: 100%;
}
.sm-media-area .media-box.idx-4 {
  padding-right: 290px;
}
.sm-media-area .media-box.idx-4:before {
  bottom: 27px;
  right: 30px;
  width: 235.84px;
  height: 276.32px;
  background: url("../img/index/service_lg_2x.png") center no-repeat;
  background-size: 100%;
}
.sm-media-area .media-box.idx-6:before {
  bottom: 26px;
  right: calc(50% - 134px);
  width: 267px;
  height: 152px;
  background: url("../img/index/organization_lg_2x.png") center no-repeat;
  background-size: 100%;
}

@media screen and (min-width: 1320px) {
  .lg-media-area .lg-fixed-width {
    width: 356px;
  }
}
.lg-media-area .media-box {
  height: 327px;
  border: 0;
}
.lg-media-area .media-box.idx-4 {
  height: 683px;
}
.lg-media-area .media-box:hover .card-side.front {
  transform: rotateY(180deg);
}
.lg-media-area .media-box:hover .card-side.back {
  transform: rotateY(0);
}
.lg-media-area .media-box .card-side.front:before, .lg-media-area .media-box .card-side.back:before {
  content: "";
  display: block;
  position: absolute;
}
.lg-media-area .media-box.idx-1 .card-side.front {
  padding-right: 300px;
}
.lg-media-area .media-box.idx-1 .card-side.front:before {
  bottom: 60px;
  right: 35px;
  width: 230px;
  height: 204px;
  background: url("../img/index/life_lg_2x.png") center no-repeat;
  background-size: 100%;
}
.lg-media-area .media-box.idx-1 .card-side.back {
  padding-right: 200px;
}
.lg-media-area .media-box.idx-1 .card-side.back:before {
  top: calc(50% - 100px);
  right: 25px;
  width: 160px;
  height: 200px;
  background: url("../img/index/flower_right_2x.png") center no-repeat;
  background-size: 100%;
}
.lg-media-area .media-box.idx-2 .card-side.front:before {
  bottom: 26px;
  right: calc(50% - 105px);
  width: 210px;
  height: 155px;
  background: url("../img/index/education_lg_2x.png") center no-repeat;
  background-size: 100%;
}
.lg-media-area .media-box.idx-2 .card-side.back:before {
  top: calc(50% - 100px);
  right: 45px;
  width: 20 px;
  height: 55 px;
  background: url("../img/index/heart_down_2x.png") center no-repeat;
  background-size: 100%;
}
.lg-media-area .media-box.idx-3 .card-side.front:before {
  bottom: 26px;
  right: calc(50% - 112px);
  width: 225px;
  height: 140px;
  background: url("../img/index/rights_lg_2x.png") center no-repeat;
  background-size: 100%;
}
.lg-media-area .media-box.idx-3 .card-side.back:before {
  top: 18px;
  right: 48px;
  width: 51px;
  height: 45px;
  background: url("../img/index/heart_top_2x.png") center no-repeat;
  background-size: 100%;
}
.lg-media-area .media-box.idx-4 .card-side.front:before {
  bottom: 45px;
  right: calc(50% - 134px);
  width: 268px;
  height: 314px;
  background: url("../img/index/service_lg_2x.png") center no-repeat;
  background-size: 100%;
}
.lg-media-area .media-box.idx-4 .card-side.back:before {
  bottom: 48px;
  right: 46px;
  width: 180px;
  height: 225px;
  background: url("../img/index/flower_left_2x.png") center no-repeat;
  background-size: 100%;
}
.lg-media-area .media-box.idx-5 .card-side.front {
  padding-right: 285px;
}
.lg-media-area .media-box.idx-5 .card-side.front:before {
  bottom: 48px;
  right: 40px;
  width: 240px;
  height: 227px;
  background: url("../img/index/tuition_lg_2x.png") center no-repeat;
  background-size: 100%;
}
.lg-media-area .media-box.idx-5 .card-side.back {
  padding-right: 200px;
}
.lg-media-area .media-box.idx-5 .card-side.back:before {
  top: calc(50% - 100px);
  right: 25px;
  width: 160px;
  height: 200px;
  background: url("../img/index/flower_right_2x.png") center no-repeat;
  background-size: 100%;
}
.lg-media-area .media-box.idx-6 .card-side.front:before {
  bottom: 26px;
  right: calc(50% - 134px);
  width: 267px;
  height: 152px;
  background: url("../img/index/organization_lg_2x.png") center no-repeat;
  background-size: 100%;
}
.lg-media-area .media-box.idx-6 .card-side.back:before {
  bottom: 12px;
  right: 22px;
  width: 150px;
  height: 150px;
  background: url("../img/index/flower_right2_2x.png") center no-repeat;
  background-size: 100%;
}

.ellipsis-area {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.ellipsis-area.line-1 {
  -webkit-line-clamp: 1;
}
.ellipsis-area.line-2 {
  -webkit-line-clamp: 2;
}
.ellipsis-area.line-3 {
  -webkit-line-clamp: 3;
}
.ellipsis-area.line-4 {
  -webkit-line-clamp: 4;
}

.no-data {
  margin-top: 15px;
}

@media screen and (min-width: 992px) {
  .main-right-area .list-area {
    min-height: 200px;
  }
}

.product-page-box {
  margin: 35px 0px 42px 0px;
}
@media screen and (min-width: 992px) {
  .product-page-box {
    margin: 35px 0px 80px 0px;
  }
}
.product-page-box .pagination-area {
  margin: 0;
}

.pagination-area {
  text-align: center;
  margin: 35px 0px 35px 0px;
}
@media screen and (min-width: 992px) {
  .pagination-area {
    margin: 35px 0px 35px 0px;
  }
}
.pagination-area .pagination {
  margin: 0;
}
.pagination-area .pagination > li > span, .pagination-area .pagination > li > a {
  position: relative;
  border: none;
  background: none;
  color: #bdbdbd;
  font-size: 16px;
  margin: 0px 19px;
  padding: 4px 1px;
}
.pagination-area .pagination > li > a:hover {
  color: #000;
}
.pagination-area .pagination > li > a:hover:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FBCA4D;
}
.pagination-area .pagination > li > span.selected {
  color: #000;
}
.pagination-area .pagination > li > span.selected:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FBCA4D;
}

.recommend-area {
  margin-bottom: 48px;
}

#hot-product-list, .hot-product-list {
  padding-left: calc((100vw - 280px) / 2);
  padding-right: calc((100vw - 280px) / 2);
}
#hot-product-list .owl-stage-outer, .hot-product-list .owl-stage-outer {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  #hot-product-list .owl-stage-outer, .hot-product-list .owl-stage-outer {
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  #hot-product-list, .hot-product-list {
    padding-left: 0;
    padding-right: 0;
  }
}
#hot-product-list button.owl-prev, #hot-product-list button.owl-next, .hot-product-list button.owl-prev, .hot-product-list button.owl-next {
  top: 123px;
}

#product-ad-list {
  padding-left: calc((100vw - 315px) / 2);
  padding-right: calc((100vw - 315px) / 2);
}
#product-ad-list .owl-stage-outer {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  #product-ad-list .owl-stage-outer {
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  #product-ad-list {
    padding-left: 0;
    padding-right: 0;
  }
}
#product-ad-list button.owl-prev, #product-ad-list button.owl-next {
  top: 50%;
  transform: translateY(-50%);
}
#product-ad-list button.owl-prev {
  left: 0;
}
@media screen and (min-width: 360px) {
  #product-ad-list button.owl-prev {
    left: calc(50% - 172px);
  }
}
#product-ad-list button.owl-next {
  right: 0;
}
@media screen and (min-width: 360px) {
  #product-ad-list button.owl-next {
    right: calc(50% - 172px);
  }
}

.owl-carousel.nav-style {
  position: relative;
}
.owl-carousel.nav-style .owl-nav {
  margin: 0;
  font-size: 0;
}
.owl-carousel.nav-style button.owl-prev, .owl-carousel.nav-style button.owl-next {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  box-shadow: 0px 4px 15px rgba(94, 111, 151, 0.25);
}
@media screen and (min-width: 992px) {
  .owl-carousel.nav-style button.owl-prev, .owl-carousel.nav-style button.owl-next {
    width: 40px;
    height: 40px;
  }
}
.owl-carousel.nav-style button.owl-prev {
  left: calc(50% - 152px);
  background: #fff url("../img/btn/icon_product_last_off_2x.png") center no-repeat;
  background-size: 100% auto;
}
.owl-carousel.nav-style button.owl-prev:active {
  border: 1px solid #68c2d3;
  background: #68c2d3 url("../img/btn/icon_product_last_on_2x.png") center no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 992px) {
  .owl-carousel.nav-style button.owl-prev:hover {
    border: 1px solid #68c2d3;
    background: #68c2d3 url("../img/btn/icon_product_last_on_2x.png") center no-repeat;
    background-size: 100% auto;
  }
}
.owl-carousel.nav-style button.owl-next {
  right: calc(50% - 152px);
  background: #fff url("../img/btn/icon_product_next_off_2x.png") center no-repeat;
  background-size: 100% auto;
}
.owl-carousel.nav-style button.owl-next:active {
  border: 1px solid #68c2d3;
  background: #68c2d3 url("../img/btn/icon_product_next_on_2x.png") center no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 992px) {
  .owl-carousel.nav-style button.owl-next:hover {
    border: 1px solid #68c2d3;
    background: #68c2d3 url("../img/btn/icon_product_next_on_2x.png") center no-repeat;
    background-size: 100% auto;
  }
}

.filter-label-area {
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .filter-label-area {
    margin-bottom: 35px;
  }
}
.filter-label-area .filter-label {
  background-color: #6F7EA2;
  color: #fff;
  font-size: 14px;
  padding: 2px 38px 2px 15px;
  height: 30px;
  border-radius: 15px;
  display: inline-block;
  position: relative;
  margin-right: 5px;
  margin-bottom: 10px;
  word-break: break-all;
}
.filter-label-area .filter-label.purple {
  background-color: #6F7EA2;
}
.filter-label-area .filter-label.red {
  background-color: #F19DAE;
}
.filter-label-area .filter-label.yellow {
  background-color: #FBCA4D;
}
.filter-label-area .filter-label.blue {
  background-color: #68c2d3;
}
.filter-label-area .filter-label .close {
  width: 30px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  right: 4px;
  background: url("../img/btn/icon_search_del_hover_2x.png") center no-repeat;
  background-size: 12px auto;
  opacity: 0.7;
}
.filter-label-area .filter-label:hover .close {
  background: url("../img/btn/icon_search_del_hover_2x.png") center no-repeat;
  background-size: 12px auto;
  opacity: 1;
}
.filter-label-area .clean-all {
  display: inline-block;
  margin-left: 5px;
  color: #68C2D3;
  font-size: 15px;
}

.product-list-title-area {
  margin-bottom: 12px;
}
.product-list-title-area .product-list-title {
  font-size: 22px;
  color: #9D9A98;
  float: left;
  font-weight: bold;
}
.product-list-title-area .right-area {
  float: right;
  margin-top: 4px;
}
.product-list-title-area .right-area .sort-box .text {
  font-size: 15px;
  color: #646464;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.product-list-title-area .right-area .sort-box .select-box {
  width: 180px;
  display: inline-block;
}
.product-list-title-area .right-area .sort-box .select-box .select2-container {
  height: 32px;
  border-radius: 8px;
}
.product-list-title-area .right-area .sort-box .select-box .select2-container.select2-dropdown-open {
  border-radius: 8px 8px 0 0;
}
.product-list-title-area .right-area .sort-box .select-box .select2-container.select2-drop-above {
  border-radius: 0 0 8px 8px;
}
.product-list-title-area .right-area .sort-box .select-box .select2-container .select2-choice {
  height: 32px;
  padding-top: 0;
  line-height: 32px;
  background-position: top 11px right 15px;
}
.product-list-title-area .right-area .sort-box select {
  padding-left: 7px;
  background-color: #F5F5F5;
  font-size: 15px;
  color: #bdbdbd;
  border: 0;
  border-bottom: 1px solid #aeabaa;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #F5F5F5 url("../img/product/icon_input_select_2x.png") top 10px right 7px no-repeat;
  background-size: 13px auto;
}
.product-list-title-area .right-area .sort-box select::-ms-expand {
  display: none;
  /*IE*/
}
.product-list-title-area.recommend .product-list-title {
  text-align: center;
  float: none;
}
@media screen and (min-width: 768px) {
  .product-list-title-area.recommend .product-list-title {
    text-align: left;
  }
}

.xs-filter-area {
  margin-bottom: 20px;
}
.xs-filter-area .filter-area {
  float: left;
}
.xs-filter-area .sort-area {
  float: right;
}
.xs-filter-area .filter-sort-btn {
  width: 136px;
  height: 40px;
  border: 2px #646464 solid;
  border-radius: 10px;
  padding: 4px 8px;
  display: inline-block;
  color: #646464;
}
.xs-filter-area .filter-sort-btn:focus {
  color: #646464;
}
.xs-filter-area .filter-sort-btn.filter {
  border-color: #68c2d3;
  color: #68c2d3;
  background: url("../img/btn/icon_filter_select_2x.png") top 6px right 3px no-repeat;
  background-size: 24px;
}
.xs-filter-area .filter-sort-btn.sort {
  background: url("../img/btn/icon_sequence_normal_2x.png") top 6px right 3px no-repeat;
  background-size: 24px;
}

.filter-sort-modal .modal-title {
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0 20px 15px;
}
.filter-sort-modal .close-btn {
  width: 27px;
  height: 27px;
  position: absolute;
  top: 17px;
  right: 15px;
  transform: rotate(45deg);
}
.filter-sort-modal .close-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 12px;
  width: 2px;
  height: 100%;
  background: #c4c4c4;
}
.filter-sort-modal .close-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #c4c4c4;
}

#sort_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 100;
  display: none;
}
#sort_modal .top-area {
  border-bottom: 1px solid #DCDCDC;
}
#sort_modal .sort-list {
  height: calc(100vh - 63px);
  overflow-y: scroll;
}
#sort_modal .sort-list .sort-item {
  font-size: 16px;
  color: #646464;
  border-bottom: 1px solid #DCDCDC;
  display: block;
  padding: 13px 15px;
}
#sort_modal .sort-list .sort-item.selected {
  color: #68c2d3;
}

#filter_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 100;
  display: none;
}
#filter_modal .top-area {
  margin-bottom: 20px;
}
#filter_modal .keyword-search-box {
  padding: 0 15px;
  position: relative;
}
#filter_modal .keyword-search-box input {
  font-size: 16px;
  color: #bdbdbd;
  border: 2px solid #68c2d3;
  border-radius: 25px;
}
#filter_modal .keyword-search-box input:focus {
  border: 2px solid #FBCA4D;
}
#filter_modal .keyword-search-box input:focus ~ .keyword-search-btn {
  background: url("../img/btn/icon_search_select_2x.png") top 0px right 0pc no-repeat;
  background-size: 36px;
}
#filter_modal .keyword-search-box .keyword-search-btn {
  position: absolute;
  top: 3px;
  right: 19px;
  border: 0;
  width: 38px;
  height: 38px;
  background: url("../img/btn/icon_search_normal_2x.png") top 0px right 0pc no-repeat;
  background-size: 36px;
}
#filter_modal .filter-area {
  border-top: 1px solid #dcdcdc;
  padding: 30px 15px;
  padding-bottom: 120px;
  overflow-y: scroll;
  height: calc(100vh - 82px - 103px);
}
#filter_modal .filter-area .search-box .filter-title {
  font-size: 16px;
  font-weight: bold;
  color: #646464;
  margin-bottom: 6px;
}
#filter_modal .filter-area .search-box .filter-title.purple {
  color: #6F7EA2;
}
#filter_modal .filter-area .search-box .filter-title.red {
  color: #F19DAE;
}
#filter_modal .filter-area .search-box .filter-title.yellow {
  color: #FBCA4D;
}
#filter_modal .filter-area .search-box .customize-checkbox-style, #filter_modal .filter-area .search-box .customize-radio-style {
  float: left;
  color: #646464;
  width: calc((100% - 15px) / 2);
  margin-right: 0;
  vertical-align: top;
}
#filter_modal .filter-area .search-box .customize-checkbox-style:nth-child(odd), #filter_modal .filter-area .search-box .customize-radio-style:nth-child(odd) {
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  #filter_modal .filter-area .search-box .customize-checkbox-style, #filter_modal .filter-area .search-box .customize-radio-style {
    width: calc((100% - 45px) / 4);
    margin-right: 15px;
  }
  #filter_modal .filter-area .search-box .customize-checkbox-style:nth-child(4n+4), #filter_modal .filter-area .search-box .customize-radio-style:nth-child(4n+4) {
    margin-right: 0px;
  }
}
#filter_modal .filter-area .search-box .customize-checkbox-style .checkbox-btn, #filter_modal .filter-area .search-box .customize-checkbox-style .radio-btn, #filter_modal .filter-area .search-box .customize-radio-style .checkbox-btn, #filter_modal .filter-area .search-box .customize-radio-style .radio-btn {
  top: 7px;
}
#filter_modal .filter-area .search-box + .search-box {
  margin-top: 30px;
}
#filter_modal .btn-area {
  border-top: 1px solid #dcdcdc;
  text-align: center;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 30px;
  background-color: #fff;
  font-size: 0;
  text-align: center;
}
#filter_modal .btn-area .btn {
  display: inline-block;
  width: calc((100% - 20px) / 2);
  max-width: 200px;
  height: 30px;
  padding: 3px 0;
  font-size: 15px;
}
#filter_modal .btn-area .btn + .btn {
  margin-left: 20px;
}

.product-list-area .row {
  margin-left: -8px;
  margin-right: -8px;
}
@media screen and (min-width: 620px) {
  .product-list-area .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 992px) {
  .product-list-area .row {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media screen and (min-width: 1320px) {
  .product-list-area .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.product-list-area .row [class*=col] {
  margin-bottom: 36px;
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (min-width: 620px) {
  .product-list-area .row [class*=col] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 992px) {
  .product-list-area .row [class*=col] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 1320px) {
  .product-list-area .row [class*=col] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.product-list-area .row.news-row {
  margin-left: -15px;
  margin-right: -15px;
}
.product-list-area .row.news-row [class*=col] {
  margin-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .product-list-area .row.news-row [class*=col] {
    margin-bottom: 36px;
  }
}
.product-list-area .product-list a:hover .title-area {
  color: #68c2d3;
}
.product-list-area .product-list a:hover .acart-proportion-box {
  transform: scale(1.2);
}
.product-list-area .product-list .media-area {
  position: relative;
  overflow: hidden;
}
.product-list-area .product-list .media-area .acart-proportion-box {
  transition: transform 1s;
}
.product-list-area .product-list .media-area .product-tag {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 30px;
  text-align: center;
  padding: 1px 0;
  color: #fff;
}
.product-list-area .product-list .media-area .product-tag.tag-soldout {
  background-color: #E5E5E5;
  color: #BEBEBE;
}
.product-list-area .product-list .media-area .product-tag.tag-preorder {
  background-color: #6F7EA2;
}
.product-list-area .product-list .media-area .product-tag.tag-hot {
  background-color: #F19DAE;
}
.product-list-area .product-list .media-area .product-tag.tag-new {
  background-color: #FBCA4D;
}
.product-list-area .product-list .media-area .product-tag.tag-top {
  background: #68c2d3;
}
.product-list-area .product-list .content-area {
  margin-top: 15px;
}
.product-list-area .product-list .content-area .title-area {
  font-size: 16px;
  color: #646464;
  line-height: 24px;
  margin-bottom: 6px;
}
.product-list-area .product-list .content-area .price-area {
  font-size: 16px;
  color: #68c2d3;
  line-height: 1;
  font-family: "AndesRounded", "Arial";
}
.product-list-area .product-list .content-area .price-area .origin-price {
  color: #bdbdbd;
  text-decoration: line-through;
  display: inline-block;
}
.product-list-area .product-list .content-area .price-area .final-price {
  display: inline-block;
  margin-bottom: 6px;
  margin-right: 18px;
}
.product-list-area .product-list .content-area .date-area {
  font-size: 16px;
  color: #68c2d3;
  line-height: 1;
}
.product-list-area .product-list .content-area .group-buy-btn-area {
  margin-top: 4px;
}
.product-list-area .product-list .content-area .group-buy-btn-area .checkbox-area {
  float: left;
}
.product-list-area .product-list .content-area .group-buy-btn-area .checkbox-area .customize-checkbox-style {
  font-size: 14px;
  padding-left: 21px;
  margin-right: 0;
}
.product-list-area .product-list .content-area .group-buy-btn-area .qty-area {
  width: 50%;
  float: right;
}
.product-list-area .product-list .content-area .group-buy-btn-area .qty-area .word {
  display: inline-block;
  font-size: 14px;
}
.product-list-area .product-list .content-area .group-buy-btn-area .qty-area .customize-input-area {
  display: inline-block;
  margin-right: 0;
  width: 100%;
}
.product-list-area .product-list .content-area .group-buy-btn-area .qty-area .customize-input-area input {
  padding: 1px 25px;
}
.product-list-area .product-list .content-area .group-buy-btn-area .qty-area .customize-input-area .input-addon-btn {
  display: none;
  width: 25px;
}
@media screen and (min-width: 768px) {
  .product-list-area .product-list .content-area .group-buy-btn-area .qty-area .customize-input-area .input-addon-btn {
    display: block;
  }
}
.product-list-area .product-list .content-area .group-buy-btn-area .qty-area .customize-input-area .input-addon-btn.add-btn {
  top: 0px;
  right: 0px;
}
.product-list-area .product-list .content-area .group-buy-btn-area .qty-area .customize-input-area .input-addon-btn.minus-btn {
  top: 0px;
  left: 0px;
}
@media screen and (max-width: 767px) {
  .product-list-area .product-list.news-list .media-area {
    width: 165px;
    float: left;
  }
  .product-list-area .product-list.news-list .content-area {
    margin-top: 0;
    padding-left: 180px;
  }
}

.product-list-icon-area {
  text-align: center;
  margin-bottom: 40px;
}
.product-list-icon-area img {
  width: 410px;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.product-list-icon-area.no-match img {
  width: 666px;
}

.list-area {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-area ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.list-area .text-list.type-1 {
  border-bottom: 1px solid #DBDBDB;
  padding: 22px 0;
}
.list-area .text-list.type-1:first-child {
  border-top: 1px solid #DBDBDB;
}
.list-area .text-list.type-1 .title-area {
  font-size: 0;
  padding-right: 10px;
  cursor: pointer;
}
.list-area .text-list.type-1 .title-area .icon-box {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background: url("../img/faq/icon_faq_off_2x.png") center no-repeat;
  background-size: 100%;
  margin-right: 10px;
}
.list-area .text-list.type-1 .title-area .title-box {
  display: inline-block;
  width: calc(100% - 40px - 10px - 22px);
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .list-area .text-list.type-1 .title-area .title-box {
    padding-right: 30px;
  }
}
.list-area .text-list.type-1 .title-area .close-area {
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 13px;
  background: url("../img/faq/icon_faq_toopen_2x.png") center no-repeat;
  background-size: 22px auto;
  margin-top: 12px;
  transition: transform 0.5s;
}
.list-area .text-list.type-1 .content-area {
  padding: 0 10px;
  margin-top: 25px;
  font-size: 16px;
  display: none;
}
.list-area .text-list.type-1.active .title-area .icon-box {
  background: url("../img/faq/icon_faq_on_2x.png") center no-repeat;
  background-size: 100%;
}
.list-area .text-list.type-1.active .title-area .close-area {
  transform: rotate(180deg);
}
.list-area .text-list.type-1.active .content-area {
  display: block;
}

.cart-menu-area {
  font-size: 0;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .cart-menu-area {
    margin-bottom: 60px;
  }
}
.cart-menu-area .xs-text-area {
  font-size: 16px;
}
.cart-menu-area .cart-box {
  font-size: 16px;
  display: inline-block;
  position: relative;
  text-align: center;
  width: 25%;
}
@media screen and (min-width: 768px) {
  .cart-menu-area .cart-box {
    width: 202px;
  }
}
.cart-menu-area .cart-box .line {
  width: 100%;
  height: 2px;
  background-color: #C4C4C4;
  margin-top: 10px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .cart-menu-area .cart-box .line {
    margin-top: 28px;
    margin-bottom: 32px;
  }
}
.cart-menu-area .cart-box.step1 .cart-icon {
  width: 78px;
  height: 78px;
  background: url("../img/cart/cart_step1_off_2x.png") center no-repeat;
  background-size: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .cart-menu-area .cart-box.step1 .cart-icon {
    width: 156px;
    height: 156px;
  }
}
.cart-menu-area .cart-box.step1 .text-area {
  position: relative;
  display: none;
}
.cart-menu-area .cart-box.step1 .text-area span {
  position: relative;
  padding-left: 28px;
}
.cart-menu-area .cart-box.step1 .text-area span:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #9D9A98;
}
@media screen and (min-width: 768px) {
  .cart-menu-area .cart-box.step1 .text-area {
    display: block;
  }
}
.cart-menu-area .cart-box.step1.on .line {
  background-color: #68c2d3;
}
.cart-menu-area .cart-box.step1.on .cart-icon {
  background: url("../img/cart/cart_step1_on_2x.png");
  background-size: 100%;
}
.cart-menu-area .cart-box.step1.on .text-area span:before {
  background: url("../img/cart/icon_cart_step_on_2x.png") center no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .cart-menu-area .cart-box.step1.on {
    width: 202px;
  }
}
.cart-menu-area .cart-box.current {
  width: 50%;
}
.cart-menu-area .cart-box.current .cart-icon {
  width: 156px;
  height: 156px;
}
.cart-menu-area .cart-box.step2 .cart-icon {
  width: 78px;
  height: 78px;
  background: url("../img/cart/cart_step2_off_2x.png") center no-repeat;
  background-size: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .cart-menu-area .cart-box.step2 .cart-icon {
    width: 156px;
    height: 156px;
  }
}
.cart-menu-area .cart-box.step2 .text-area {
  position: relative;
  display: none;
}
.cart-menu-area .cart-box.step2 .text-area span {
  position: relative;
  padding-left: 28px;
}
.cart-menu-area .cart-box.step2 .text-area span:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #9D9A98;
}
@media screen and (min-width: 768px) {
  .cart-menu-area .cart-box.step2 .text-area {
    display: block;
  }
}
.cart-menu-area .cart-box.step2.on .line {
  background-color: #68c2d3;
}
.cart-menu-area .cart-box.step2.on .cart-icon {
  background: url("../img/cart/cart_step2_on_2x.png");
  background-size: 100%;
}
.cart-menu-area .cart-box.step2.on .text-area span:before {
  background: url("../img/cart/icon_cart_step_on_2x.png") center no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .cart-menu-area .cart-box.step2.on {
    width: 202px;
  }
}
.cart-menu-area .cart-box.current {
  width: 50%;
}
.cart-menu-area .cart-box.current .cart-icon {
  width: 156px;
  height: 156px;
}
.cart-menu-area .cart-box.step3 .cart-icon {
  width: 78px;
  height: 78px;
  background: url("../img/cart/cart_step3_off_2x.png") center no-repeat;
  background-size: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .cart-menu-area .cart-box.step3 .cart-icon {
    width: 156px;
    height: 156px;
  }
}
.cart-menu-area .cart-box.step3 .text-area {
  position: relative;
  display: none;
}
.cart-menu-area .cart-box.step3 .text-area span {
  position: relative;
  padding-left: 28px;
}
.cart-menu-area .cart-box.step3 .text-area span:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #9D9A98;
}
@media screen and (min-width: 768px) {
  .cart-menu-area .cart-box.step3 .text-area {
    display: block;
  }
}
.cart-menu-area .cart-box.step3.on .line {
  background-color: #68c2d3;
}
.cart-menu-area .cart-box.step3.on .cart-icon {
  background: url("../img/cart/cart_step3_on_2x.png");
  background-size: 100%;
}
.cart-menu-area .cart-box.step3.on .text-area span:before {
  background: url("../img/cart/icon_cart_step_on_2x.png") center no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .cart-menu-area .cart-box.step3.on {
    width: 202px;
  }
}
.cart-menu-area .cart-box.current {
  width: 50%;
}
.cart-menu-area .cart-box.current .cart-icon {
  width: 156px;
  height: 156px;
}

@media screen and (min-width: 768px) {
  .sm-text-right {
    text-align: right;
  }
}

.cart-product-area-title {
  font-size: 18px;
  font-weight: bold;
}

.cart-price-sum-area + .cart-product-area-title {
  margin-top: 20px;
}

.cart-product-list-title {
  background: #F5F5F5;
  font-size: 15px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .cart-product-list-title {
    margin-bottom: 25px;
  }
}
.cart-product-list-title .row {
  padding: 10px 15px !important;
  margin-left: -10px;
  margin-right: -10px;
}
.cart-product-list-title .row > div {
  padding: 0px 10px;
}

.cart-product-list .xs-symbol {
  color: #bdbdbd;
  font-size: 14px;
}
.cart-product-list .row {
  padding: 20px 15px;
  margin-left: 0;
  margin-right: 0;
}
.cart-product-list .row > div {
  padding: 0px;
}
.cart-product-list .row > .product-photo-area {
  padding: 0;
  margin-bottom: 15px;
}
.cart-product-list .row > .product-title-area {
  padding: 0 0 0 10px;
  margin-bottom: 15px;
}
.cart-product-list .product-photo-area {
  position: relative;
  padding: 0;
  width: 90px;
  display: inline-block;
}
.cart-product-list .product-photo-area .remove {
  position: absolute;
  top: -13px;
  left: -13px;
  width: 26px;
  height: 26px;
  background: url("../img/btn/icon_cart_del_normal.png") center no-repeat;
  background-size: 100%;
  z-index: 1;
}
.cart-product-list .product-title-area {
  width: calc(100% - 90px);
  display: inline-block;
}
.cart-product-list .product-title {
  font-size: 16px;
  display: inline-block;
  margin: 0 0 10px 0px;
  line-height: 1.6;
}
.cart-product-list .price-old {
  font-family: "AndesRounded", "Arial";
  text-decoration: line-through;
  color: #bdbdbd;
  font-size: 12px;
  display: block;
}
.cart-product-list .price-spec, .cart-product-list .price-sum, .cart-product-list .price {
  font-family: "AndesRounded", "Arial";
  color: #68c2d3;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .cart-product-list .price-spec, .cart-product-list .price-sum, .cart-product-list .price {
    font-size: 18px;
  }
}
.cart-product-list .product-num input {
  text-align: center;
}
.cart-product-list .product-num .customize-input-area {
  width: 70px;
  margin: auto;
  max-width: 100%;
}
.cart-product-list .customize-intro {
  color: #F19DAE;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.cart-product-list .customize_field {
  height: 30px;
}
.cart-product-list .customize_field::-webkit-input-placeholder {
  color: #bdbdbd;
}
.cart-product-list .customize_field:-moz-placeholder {
  color: #bdbdbd;
}
.cart-product-list .customize_field::-moz-placeholder {
  color: #bdbdbd;
}
.cart-product-list .customize_field:-ms-input-placeholder {
  color: #bdbdbd;
}

.prouct-note, .prouct-price, .prouct-num, .prouct-amount {
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  .cart-product-list .row {
    display: table;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding: 12px 13px;
    table-layout: fixed;
  }
  .cart-product-list .row > div {
    display: table-cell;
    vertical-align: top;
    float: none;
    width: 100%;
    padding: 0 10px;
  }
  .cart-product-list .row > div.product-photo-area {
    width: 90px;
    padding: 0 10px 0 0;
    display: table-cell;
  }
  .cart-product-list .row > div.product-title-area {
    display: table-cell;
    padding: 0;
  }
  .cart-product-list .row .hidden-xs, .cart-product-list .row .col-sm-1 {
    width: 100px;
  }
  .cart-product-list .row .w-80 {
    width: 80px;
  }
  .cart-product-list .row .product-note {
    width: 120px;
  }
  .cart-product-list .row .product-title {
    margin: 0px;
  }
  .cart-product-list .row .price-old {
    display: block;
  }
  .cart-product-list .row .product-price {
    width: 100px;
  }
}
@media screen and (min-width: 992px) {
  .cart-product-list .row > div.product-photo-area {
    width: 140px;
  }
}
.select-coupon-area {
  margin-bottom: 10px;
}

.cart-use-coupon-area {
  display: flex;
  gap: 10px;
}
.cart-use-coupon-area .btn {
  width: 90px;
}

.cart-price-sum-area {
  text-align: right;
}
.cart-price-sum-area .sum-title {
  font-size: 18px;
  display: inline-block;
  line-height: 30px;
  font-weight: bold;
}
.cart-price-sum-area .price {
  font-family: "AndesRounded", "Arial";
  font-size: 18px;
  font-weight: bold;
  color: #68c2d3;
  line-height: 30px;
  display: inline-block;
  width: 100px;
}
.cart-price-sum-area .price.alert-text {
  color: #F19DAE;
}
.cart-price-sum-area + .cart-product-list-title {
  margin-top: 30px;
}

.cart-btn-area {
  text-align: center;
  margin: 20px 0px 50px 0;
  font-size: 0;
}
.cart-btn-area .btn {
  display: inline-block;
  width: calc((100% - 10px) / 2);
  height: 40px;
  font-size: 18px;
  margin: auto;
  padding: 7px 0;
}
@media screen and (min-width: 500px) {
  .cart-btn-area .btn {
    float: none;
    width: 200px;
    display: inline-block;
  }
}
.cart-btn-area .btn + .btn {
  margin-left: 10px;
}
@media screen and (min-width: 500px) {
  .cart-btn-area .btn + .btn {
    margin-top: 0;
    margin-left: 30px;
  }
}

.choose-payment label {
  position: relative;
  padding-left: 40px;
  line-height: 30px;
}
.choose-payment label input {
  top: 50%;
  left: 30px;
  margin-top: -6.5px;
}
.choose-payment label.payment-creditcard {
  background: url(../img/page/cart/pic_credit.png) 30px 50% no-repeat;
  background-size: 50px;
  padding: 5px 10px 5px 90px;
  min-height: 73px;
  line-height: 1.5em;
}
.choose-payment label.payment-webatm {
  background: url(../img/page/cart/pic_atm.png) 30px 50% no-repeat;
  background-size: 50px;
  padding: 5px 10px 5px 90px;
  min-height: 73px;
  line-height: 1.5em;
}
.choose-payment .payment-title {
  display: block;
}
.choose-payment .ship-choose {
  display: block;
}
.choose-payment .ship-choose.cut {
  display: inline-block;
}
.choose-payment .ship-choose.pl0 {
  padding-left: 0;
}
.choose-payment .ship-choose-ps {
  color: #BC6663;
  margin-left: 40px;
}
.choose-payment .price {
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  color: #b1423e;
  line-height: 30px;
  text-align: center;
  margin: 0px 5px;
}
.choose-payment .form-control {
  display: inline-block;
  width: 50px;
}

@media screen and (min-width: 768px) {
  .sm-text-center {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .sm-text-right {
    text-align: right;
  }
}

.cart-extra-area {
  font-size: 15px;
}
.cart-extra-area.mini-top {
  margin-top: 0px;
}
.cart-extra-area.margin-bottom {
  margin-bottom: 20px;
}
.cart-extra-area .right-function-area {
  text-align: right;
  margin-bottom: 30px;
}
.cart-extra-area .right-function-area .btn {
  width: 180px;
}
.cart-extra-area .cart-extra-list-title {
  background-color: #F5F5F5;
}
.cart-extra-area .cart-extra-list-title [class*=col] {
  padding: 11px 10px;
}
.cart-extra-area .cart-extra-list-title > div {
  line-height: 1.6;
}
.cart-extra-area .cart-extra-list-row {
  padding: 20px 0px;
  line-height: 1.6;
  border-bottom: 1px solid #DCDCDC;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cart-extra-area .cart-extra-list-row {
    padding: 12px 0;
  }
}
.cart-extra-area .cart-extra-list-row.no-bt-line {
  border-bottom: 0;
}
.cart-extra-area .cart-extra-list-row .default-labal {
  display: inline-block;
  width: 50px;
  border-radius: 5px;
  background-color: #F19DAE;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.cart-extra-area .cart-extra-list-row .edit-btn {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("../img/btn/icon_member_edit_normal.png") center no-repeat;
  background-size: 100%;
}
.cart-extra-area .cart-extra-list-row .edit-btn:hover {
  background: url("../img/btn/icon_member_edit_hover.png") center no-repeat;
  background-size: 100%;
}
.cart-extra-area .cart-extra-list-row .delete-btn {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  background: url("../img/btn/icon_member_del_normal.png") center no-repeat;
  background-size: 100%;
}
.cart-extra-area .cart-extra-list-row .delete-btn:hover {
  background: url("../img/btn/icon_member_del_hover.png") center no-repeat;
  background-size: 100%;
}
.cart-extra-area .cart-extra-list-row .view-btn {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("../img/btn/icon_member_view_normal.png") center no-repeat;
  background-size: 100%;
}
.cart-extra-area .cart-extra-list-row .view-btn:hover {
  background: url("../img/btn/icon_member_view_hover.png") center no-repeat;
  background-size: 100%;
}
.cart-extra-area .cart-extra-list-row .comment-btn {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("../img/btn/icon_member_comment_normal.png") center no-repeat;
  background-size: 100%;
}
.cart-extra-area .cart-extra-list-row .comment-btn:hover {
  background: url("../img/btn/icon_member_comment_hover.png") center no-repeat;
  background-size: 100%;
}
.cart-extra-area .cart-extra-list-row .cant-comment-btn {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("../img/btn/icon_member_comment_cant.png") center no-repeat;
  background-size: 100%;
}
.cart-extra-area .cart-extra-list-row .cant-comment-btn:hover {
  background: url("../img/btn/icon_member_comment_cant.png") center no-repeat;
  background-size: 100%;
}
.cart-extra-area .cart-extra-list-row .xs-comment-area {
  position: absolute;
  top: 16px;
  right: 0;
}
.cart-extra-area .cart-extra-list-row .xs-comment-area .comment-btn, .cart-extra-area .cart-extra-list-row .xs-comment-area .cant-comment-btn {
  width: 30px;
  height: 30px;
}
.cart-extra-area .cart-extra-list-row div.xs-pr {
  padding-right: 35px;
}
@media screen and (min-width: 768px) {
  .cart-extra-area .cart-extra-list-row div.xs-pr {
    padding-right: 10px;
  }
}
.cart-extra-area .cart-extra-list-row [class*=col] {
  padding: 0 10px;
}
.cart-extra-area .cart-extra-list-row [class*=col] + [class*=col] {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .cart-extra-area .cart-extra-list-row [class*=col] + [class*=col] {
    margin-top: 0;
  }
}
.cart-extra-area .cart-extra-list-row [class*=col].xs-btn-col {
  margin-top: 10px;
}
.cart-extra-area .xs-btn-col .btn {
  display: inline-block;
  width: auto;
  padding: 2px 35px;
}
.cart-extra-area .xs-btn-col .btn + .btn {
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .cart-extra-area .xs-title {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .cart-extra-table-box {
    display: table;
    width: 100%;
  }
  .cart-extra-table-box .cart-extra-list-title, .cart-extra-table-box .cart-extra-list-row {
    display: table-row;
  }
  .cart-extra-table-box .cart-extra-list-title > div, .cart-extra-table-box .cart-extra-list-row > div {
    display: table-cell;
    width: auto;
    float: none;
    vertical-align: top;
    padding: 11px 5px !important;
  }
  .cart-extra-table-box .cart-extra-list-title > div.w-icon, .cart-extra-table-box .cart-extra-list-row > div.w-icon {
    width: 50px;
  }
  .cart-extra-table-box .cart-extra-list-title > div.w-date, .cart-extra-table-box .cart-extra-list-row > div.w-date {
    width: 110px;
  }
  .cart-extra-table-box .cart-extra-list-title > div.w-50, .cart-extra-table-box .cart-extra-list-row > div.w-50 {
    width: 50px;
  }
  .cart-extra-table-box .cart-extra-list-title > div.w-80, .cart-extra-table-box .cart-extra-list-row > div.w-80 {
    width: 80px;
  }
  .cart-extra-table-box .cart-extra-list-title > div.w-110, .cart-extra-table-box .cart-extra-list-row > div.w-110 {
    width: 110px;
  }
  .cart-extra-table-box .cart-extra-list-title > div.w-120, .cart-extra-table-box .cart-extra-list-row > div.w-120 {
    width: 120px;
  }
  .cart-extra-table-box .cart-extra-list-title > div.w-180, .cart-extra-table-box .cart-extra-list-row > div.w-180 {
    width: 180px;
  }
  .cart-extra-table-box .cart-extra-list-title > div.w-150, .cart-extra-table-box .cart-extra-list-row > div.w-150 {
    width: 150px;
  }
  .cart-extra-table-box .cart-extra-list-title > div.w-200, .cart-extra-table-box .cart-extra-list-row > div.w-200 {
    width: 200px;
  }
  .cart-extra-table-box .cart-extra-list-title.verticle-middle > div, .cart-extra-table-box .cart-extra-list-row.verticle-middle > div {
    vertical-align: middle;
  }
  .cart-extra-table-box .cart-extra-list-row > div {
    border-bottom: 1px solid #DCDCDC;
    padding: 10px 5px !important;
  }
}
@media screen and (min-width: 992px) {
  .cart-extra-table-box .cart-extra-list-title, .cart-extra-table-box .cart-extra-list-row {
    padding: 11px 10px !important;
  }
  .cart-extra-table-box .cart-extra-list-row {
    padding: 10px 10px !important;
  }
}

.bottom-function-area {
  margin-top: 30px;
  text-align: center;
}
.bottom-function-area .btn {
  display: block;
  width: 180px;
  margin: auto;
}
@media screen and (min-width: 500px) {
  .bottom-function-area .btn {
    display: inline-block;
  }
}
.bottom-function-area .btn + .btn {
  margin-top: 10px;
}
@media screen and (min-width: 500px) {
  .bottom-function-area .btn + .btn {
    margin-top: 0;
    margin-left: 5px;
  }
}

.cart-two-row-area {
  margin-top: 20px;
}
.cart-two-row-area .pc-block {
  display: none;
}
.cart-two-row-area .heart-point {
  text-align: left;
  padding-left: 10px;
}
.cart-two-row-area .heart-point .price {
  display: inline;
  margin: 0 5px;
}
.cart-two-row-area .pt20 {
  padding-top: 10px;
}
.cart-two-row-area .order-total {
  border-top: 1px solid #eccec9;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .cart-two-row-area {
    display: table;
    width: 100%;
  }
  .cart-two-row-area > .content-box {
    display: table-cell;
    width: 49%;
  }
  .cart-two-row-area > .content-box:first-child {
    margin-left: 15px;
  }
  .cart-two-row-area .pc-block {
    display: table-cell;
    width: 30px;
  }
}

.payment-shipment-area {
  border: 1px solid #bdbdbd;
  padding: 20px;
  margin-bottom: 50px;
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .payment-shipment-area {
    padding: 30px;
  }
}
.payment-shipment-area .customize-radio-style {
  display: block;
  margin: 0;
}
.payment-shipment-area .customize-radio-style + .customize-radio-style {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .payment-shipment-area .customize-radio-style + .customize-radio-style {
    margin-top: 25px;
  }
}
.payment-shipment-area .shipment-col {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .payment-shipment-area .shipment-col {
    margin-top: 0;
  }
}

.point-sum-area {
  margin-top: 30px;
}
.point-sum-area .price {
  display: inline;
}
.point-sum-area .cart-price-sum-area.heart-point {
  text-align: left;
  margin: 0;
  font-weight: normal;
  font-size: 16px;
}

.content-box .cart-price-sum-area .cart-sum-item {
  display: flex;
  justify-content: end;
}
.content-box .cart-price-sum-area .cart-sum-item + .cart-sum-item {
  margin-top: 5px;
}
.content-box.point .heart-point-input-box {
  display: inline-block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  vertical-align: middle;
  width: 160px;
  margin-left: 10px;
}
.content-box.point .heart-point-input-box input {
  width: 100%;
  padding-right: 70px;
  border-radius: 10px 0 0 10px;
}
.content-box.point .heart-point-input-box button {
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #F19DAE;
  color: #fff;
  border: 0;
  line-height: 1;
  padding: 0;
}
.content-box.point .customize-radio-style.no-mr {
  margin-right: 0;
}
.content-box.point .use-point-btn {
  float: right;
  width: 140px;
}
.content-box.order-total .cart-price-sum-area {
  margin-bottom: 0;
}

.content-box.purchase-intro {
  border: 1px solid #dbdbdb;
  padding: 20px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .content-box.purchase-intro {
    padding: 30px;
  }
}

.xs_member_menu_area {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .xs_member_menu_area {
    display: none;
  }
}

.myaccout-dashboard-area {
  display: none;
  margin-bottom: 40px;
}
.myaccout-dashboard-area .left-area {
  float: left;
}
.myaccout-dashboard-area .left-area .icon-area {
  display: inline-block;
  vertical-align: middle;
}
.myaccout-dashboard-area .left-area .icon-area .icon {
  width: 85px;
}
.myaccout-dashboard-area .left-area .member-info-area {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  line-height: 1;
}
.myaccout-dashboard-area .left-area .member-info-area .name {
  font-size: 22px;
  font-weight: bold;
  display: block;
  vertical-align: middle;
  margin-right: 10px;
}
.myaccout-dashboard-area .left-area .member-info-area .btn {
  display: block;
  vertical-align: middle;
  width: 65px;
  height: 30px;
  font-size: 16px;
  padding: 3px 12px;
}
.myaccout-dashboard-area .left-area .member-info-area .email {
  font-size: 14px;
  margin: 10px 0;
}
.myaccout-dashboard-area .right-area {
  float: right;
}
.myaccout-dashboard-area .right-area .order-info-area {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #68c2d3;
  border-radius: 20px;
  padding: 13px 25px;
  width: 320px;
  height: 120px;
  background: url("../img/member/img_order_area_2x.png") top 50% right 22px no-repeat;
  background-size: 66px auto;
}
.myaccout-dashboard-area .right-area .order-info-area .order-info-title {
  font-size: 22px;
  font-weight: bold;
  color: #68c2d3;
}
.myaccout-dashboard-area .right-area .order-info-area .order-info {
  font-size: 14px;
}
.myaccout-dashboard-area .right-area .order-info-area + .order-info-area {
  display: inline-block;
  margin-left: 5px;
}
@media screen and (min-width: 992px) {
  .myaccout-dashboard-area .right-area .order-info-area.two-item {
    width: 230px;
  }
}
@media screen and (min-width: 1320px) {
  .myaccout-dashboard-area .right-area .order-info-area.two-item {
    width: 270px;
  }
}
@media screen and (min-width: 992px) {
  .myaccout-dashboard-area {
    display: block;
  }
}

.member-menu-area {
  display: none;
  margin-bottom: 30px;
}
.member-menu-area .member-menu {
  display: inline-block;
  text-align: center;
}
.member-menu-area .member-menu a {
  font-size: 18px;
  display: inline-block;
  padding: 0 5px 10px 5px;
  position: relative;
}
.member-menu-area .member-menu a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #FBCA4D;
  width: 0;
  height: 2px;
  border-radius: 2px;
  transition: width 0.5s;
}
.member-menu-area .member-menu a:hover, .member-menu-area .member-menu a:focus {
  color: #646464;
}
.member-menu-area .member-menu.active a:before, .member-menu-area .member-menu:hover a:before {
  width: 100%;
}
.member-menu-area.six-item .member-menu + .member-menu {
  margin-left: calc((100% - 708px) / 5);
}
@media screen and (min-width: 992px) {
  .member-menu-area {
    display: flex;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}

.minimenu-area {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 15;
}
.minimenu-area.right {
  right: 15px;
  bottom: 15px;
  top: auto;
  margin-right: 0;
}
.minimenu-area .mini-menu-box {
  display: none;
}
.minimenu-area .gotop {
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .minimenu-area {
    right: 0;
    top: 418px;
    bottom: auto;
    margin-right: 0;
  }
  .minimenu-area .mini-menu-box {
    display: block;
  }
  .minimenu-area .gotop {
    padding: 10px;
  }
}
@media screen and (min-width: 992px) and (max-height: 800px) {
  .minimenu-area {
    top: auto;
    bottom: 100px;
  }
}
@media screen and (min-width: 992px) and (max-height: 360px) {
  .minimenu-area {
    display: none;
  }
}
@media screen and (min-width: 1140px) {
  .minimenu-area {
    top: 452px;
  }
}
@media screen and (min-width: 1366px) {
  .minimenu-area {
    right: 50%;
    margin-right: -615px;
  }
}
.minimenu-area .mini-menu-box {
  background-color: #ecb6b0;
  border: 1px solid #de9d94;
}
.minimenu-area .mini-menu-box li {
  cursor: pointer;
}
.minimenu-area .mini-menu-box ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 0;
}
.minimenu-area .mini-menu-box .mini-menu-icon-list > li {
  padding: 7px 10px;
  position: relative;
}
.minimenu-area .mini-menu-box .mini-menu-icon-list > li.selected, .minimenu-area .mini-menu-box .mini-menu-icon-list > li:hover {
  background-color: #f0c5c0;
}
.minimenu-area .mini-menu-box .mini-menu-icon-list > li.selected > ul li, .minimenu-area .mini-menu-box .mini-menu-icon-list > li:hover > ul li {
  background-color: #564540;
}
.minimenu-area .mini-menu-box .mini-menu-icon-list > li.selected > ul li a, .minimenu-area .mini-menu-box .mini-menu-icon-list > li:hover > ul li a {
  color: #fff;
}
.minimenu-area .mini-menu-box .mini-menu-icon-list > li:first-child .mini-menu-text-list li {
  border-top: 1px solid #de9d94;
}
.minimenu-area .mini-menu-box .mini-menu-icon-list > li:last-child .mini-menu-text-list li {
  border-bottom: 1px solid #de9d94;
}
.minimenu-area .mini-menu-box .mini-menu-text-list {
  display: none;
  font-size: 15px;
  background-color: #feeae8;
  position: absolute;
  top: 0;
  left: -151px;
}
.minimenu-area .mini-menu-box .mini-menu-text-list li {
  padding: 15px 20px;
  width: 150px;
  height: 52px;
  border-left: 1px solid #de9d94;
}
.minimenu-area .mini-menu-box .mini-menu-text-list li:hover {
  color: #fff;
  background-color: #564540;
}
.minimenu-area .mini-menu-box .mini-menu-icon-list:hover .mini-menu-text-list {
  display: block;
}

.member-dashboard-area {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .member-dashboard-area .col-xs-12.col-sm-6 {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .member-dashboard-area .row {
    display: table;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .member-dashboard-area .row > div {
    display: table-cell;
    float: none;
    vertical-align: top;
    padding: 20px 15px;
  }
  .member-dashboard-area .row > div.pc-left-line {
    border-left: 1px solid #E7E3E0;
  }
  .member-dashboard-area .row > div.pc-no-padding-left {
    padding: 20px 15px 20px 0px;
  }
  .member-dashboard-area .row > div:last-child {
    padding: 20px 0px 20px 15px;
  }
  .member-dashboard-area .col-xs-12.col-sm-6 {
    width: 33.333%;
  }
}
.member-dashboard-area .dashboard-info-area {
  background: url(../img/page/member/member_dotted-line_sm_2x.png) 0px 100% repeat-x;
  background-size: auto 6px;
  padding-bottom: 21px;
  margin-bottom: 15px;
}
.member-dashboard-area .dashboard-info-area .dashboard-info-title {
  text-indent: -9999px;
  margin: 0;
  background: url(../img/page/member/member_information_2x.png) no-repeat;
  background-size: 229px 96px;
  width: 229px;
  height: 96px;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .member-dashboard-area .dashboard-info-area .dashboard-info-title {
    background: url(../img/page/member/member_information_lg.png) no-repeat;
    width: 247px;
    height: 107px;
  }
}
.member-dashboard-area .dashboard-info-area .dashboard-info-content {
  font-size: 16px;
  color: #333;
  line-height: 1.5em;
}
.member-dashboard-area .dashboard-info-area .dashboard-info-content .inline-block {
  display: inline-block;
}
@media screen and (min-width: 580px) {
  .member-dashboard-area .dashboard-info-area {
    display: table;
    width: 100%;
  }
  .member-dashboard-area .dashboard-info-area .dashboard-info-title {
    display: table-cell;
    width: 50%;
  }
  .member-dashboard-area .dashboard-info-area .dashboard-info-content {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 992px) {
  .member-dashboard-area .dashboard-info-area {
    display: block;
    margin-bottom: 0px;
    padding-bottom: 15px;
    background: none;
  }
  .member-dashboard-area .dashboard-info-area .dashboard-info-title {
    display: block;
    width: 100%;
  }
  .member-dashboard-area .dashboard-info-area .dashboard-info-content {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 1320px) {
  .member-dashboard-area .dashboard-info-area .dashboard-info-content {
    margin-top: 30px;
  }
}
.member-dashboard-area .bonus-status-area {
  display: block;
  text-decoration: none;
  position: relative;
  background: url(../img/page/member/member_bonus_2x.png) 50% no-repeat;
  background-size: 241.6px 200.8px;
  height: 200.8px;
  padding: 100px 25px 0px 25px;
  margin-bottom: 36px;
  text-align: center;
}
.member-dashboard-area .bonus-status-area .bonus-amount {
  font-weight: bold;
  font-size: 36px;
  color: #d96f6c;
}
.member-dashboard-area .bonus-status-area:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: -15px;
  background: url(../img/page/member/member_dotted-line_sm_2x.png) 0px 100% repeat-x;
  background-size: auto 6px;
}
@media screen and (min-width: 600px) {
  .member-dashboard-area .bonus-status-area {
    margin-bottom: 0px;
  }
  .member-dashboard-area .bonus-status-area:after {
    display: none;
  }
}
@media screen and (min-width: 1320px) {
  .member-dashboard-area .bonus-status-area {
    background: url(../img/page/member/member_bonus_2x.png) no-repeat;
    background-size: 302px 251px;
    width: 302px;
    height: 251px;
    padding: 125px 25px 0px 25px;
  }
  .member-dashboard-area .bonus-status-area .bonus-amount {
    font-weight: bold;
    font-size: 36px;
    color: #d96f6c;
  }
}
.member-dashboard-area .order-blackboard-area {
  position: relative;
  padding: 0px 38px;
  max-width: 380px;
  margin: 0px auto;
}
.member-dashboard-area .order-blackboard-area .order-blackboard {
  position: relative;
  height: 200.8px;
  background: url(../img/page/member/member_board_02_2x.png) repeat-x;
  background-size: auto 100%;
  padding: 45px 0px 0px 0px;
}
.member-dashboard-area .order-blackboard-area .order-blackboard .blackboard-title {
  text-indent: -9999px;
  background: url(../img/page/member/myorder_fonts_2x.png) no-repeat;
  background-size: 117px 28px;
  width: 117px;
  height: 28px;
  margin: 0px 0px 10px 0px;
}
.member-dashboard-area .order-blackboard-area .order-blackboard .order-status-list {
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 35px;
}
.member-dashboard-area .order-blackboard-area .order-blackboard .order-status-list .amount {
  font-weight: bold;
  font-family: Arial;
  font-size: 20px;
  color: #fff000;
}
.member-dashboard-area .order-blackboard-area .order-blackboard .eraser {
  position: absolute;
  width: auto;
  height: 12%;
  left: -18px;
  bottom: 8%;
}
.member-dashboard-area .order-blackboard-area .order-blackboard .chalk {
  position: absolute;
  width: auto;
  height: 4%;
  right: 0px;
  bottom: 8%;
}
.member-dashboard-area .order-blackboard-area:before, .member-dashboard-area .order-blackboard-area:after {
  content: "";
  display: block;
  width: 38px;
  height: 100%;
  position: absolute;
  top: 0;
}
.member-dashboard-area .order-blackboard-area:before {
  left: 0px;
  background: url(../img/page/member/member_board_01_2x.png) 100% no-repeat;
  background-size: auto 100%;
}
.member-dashboard-area .order-blackboard-area:after {
  right: 0px;
  background: url(../img/page/member/member_board_03_2x.png) no-repeat;
  background-size: auto 100%;
}
@media screen and (min-width: 1320px) {
  .member-dashboard-area .order-blackboard-area {
    padding: 0px 43.27px;
  }
  .member-dashboard-area .order-blackboard-area .order-blackboard {
    height: 251px;
    padding: 45px 0px 0px 0px;
  }
  .member-dashboard-area .order-blackboard-area .order-blackboard .blackboard-title {
    margin: 0px 0px 25px 0px;
  }
  .member-dashboard-area .order-blackboard-area:before, .member-dashboard-area .order-blackboard-area:after {
    width: 43.27px;
  }
}

.member-menu-box-area {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.member-menu-box-area .member-menu-box {
  width: 100%;
  padding: 0px 15px;
}
.member-menu-box-area .member-menu-box .member-menu {
  min-height: 52px;
  margin: 5px 0;
}
.member-menu-box-area .member-menu-box .member-menu .member-title {
  display: block;
  padding: 18px 0 13px 60px;
  font-size: 15px;
}
.member-menu-box-area .member-menu-box:nth-child(1) .member-menu {
  background: url(../img/page/member/member_icon01_2x.png) 0 0 no-repeat;
  background-size: 52px;
}
.member-menu-box-area .member-menu-box:nth-child(2) .member-menu {
  background: url(../img/page/member/member_icon02_2x.png) 0 0 no-repeat;
  background-size: 52px;
}
.member-menu-box-area .member-menu-box:nth-child(3) .member-menu {
  background: url(../img/page/member/member_icon03_2x.png) 0 0 no-repeat;
  background-size: 52px;
}
.member-menu-box-area .member-menu-box:nth-child(4) .member-menu {
  background: url(../img/page/member/member_icon04_2x.png) 0 0 no-repeat;
  background-size: 52px;
}
.member-menu-box-area .member-menu-box:nth-child(5) .member-menu {
  background: url(../img/page/member/member_icon05_2x.png) 0 0 no-repeat;
  background-size: 52px;
}
.member-menu-box-area .member-menu-box:nth-child(6) .member-menu {
  background: url(../img/page/member/member_icon06_2x.png) 0 0 no-repeat;
  background-size: 52px;
}
.member-menu-box-area:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 500px) {
  .member-menu-box-area .member-menu-box {
    float: left;
    width: 50%;
  }
  .member-menu-box-area .member-menu-box .member-menu {
    margin: 15px 0;
  }
  .member-menu-box-area .member-menu-box .member-menu .member-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .member-menu-box-area .member-menu-box {
    width: 33.3333%;
  }
}
@media screen and (min-width: 992px) {
  .member-menu-box-area .member-menu-box {
    width: 25%;
  }
}

.member-orderlist-area .status-word {
  font-size: 13px;
  color: #fefefe;
  padding: 0px 3px 3px 3px;
  border-radius: 3px;
  margin-right: 3px;
}
.member-orderlist-area .status-word.brown, .member-orderlist-area .status-word.word1 {
  background-color: #b69a7f;
}
.member-orderlist-area .status-word.green, .member-orderlist-area .status-word.word2 {
  background-color: #aab35c;
}
.member-orderlist-area .status-word.orange, .member-orderlist-area .status-word.word3 {
  background-color: #e4a464;
}
.member-orderlist-area .status-word.gray {
  background-color: #d8d8d8;
}
.member-orderlist-area .member-orderlist-title {
  margin: 15px 0px;
}
.member-orderlist-area .member-orderlist-title:after {
  content: "";
  display: block;
  clear: both;
}
.member-orderlist-area .member-orderlist-title .member-title-text {
  font-size: 21px;
  color: #392e2b;
}
.member-orderlist-area .member-orderlist-title .order-status {
  margin-top: 10px;
  margin-left: 5px;
}
.member-orderlist-area .member-orderlist-title .order-status .not-shipped, .member-orderlist-area .member-orderlist-title .order-status .shipped {
  display: inline-block;
}
.member-orderlist-area .member-orderlist-title .order-status .not-shipped .status1, .member-orderlist-area .member-orderlist-title .order-status .shipped .status1 {
  font-size: 14px;
  color: #404040;
  margin-left: 0px;
}
.member-orderlist-area .member-orderlist-title .order-status .not-shipped .status-text, .member-orderlist-area .member-orderlist-title .order-status .shipped .status-text {
  font-size: 14px;
  color: #404040;
  margin-left: -4px;
}
.member-orderlist-area .orderlist-item {
  font-size: 15px;
  color: #404040;
  margin: 10px 5px 0 5px;
}
.member-orderlist-area .orderlist-item.orderlist-item-bg {
  background-color: #eee0d3;
  border-bottom: 1px solid #B69A7F;
}
.member-orderlist-area .orderlist-item .orderlist-box {
  padding: 10px 7px;
}
.member-orderlist-area .orderlist-item .orderlist-box .orderlist-number {
  color: #2d67a8;
}
.member-orderlist-area .xxs-hidden {
  display: none;
}
@media screen and (min-width: 480px) {
  .member-orderlist-area .member-orderlist-title {
    margin: 15px;
  }
  .member-orderlist-area .member-orderlist-title .status1 {
    margin-left: 10px;
  }
  .member-orderlist-area .xxs-hidden {
    display: block;
  }
}
@media screen and (min-width: 620px) {
  .member-orderlist-area .member-orderlist-title .order-status {
    float: right;
    margin-top: 0;
    margin-left: 0px;
  }
}
@media screen and (max-width: 480px) {
  .member-orderlist-area .col-xxs-6 {
    width: 50%;
  }
}

.order-list-area .order-list {
  border: 1px solid #B69A7F;
  border-top: none;
}
.order-list-area .order-list > div {
  padding: 5px 15px;
}
.order-list-area .order-list > div.text-center {
  text-align: left;
}
.order-list-area .order-list > div.order-no {
  background-color: #B69A7F;
}
.order-list-area .order-list > div.order-no a {
  color: #fff;
  display: block;
  position: relative;
}
.order-list-area .order-list > div.order-no a i {
  display: inline-block;
  float: right;
  margin-top: 4px;
}
.order-list-area .order-list > div.order-no a:hover {
  color: #fff;
}
.order-list-area .order-list > div.small {
  display: inline-block;
  margin: 10px 0px;
  padding: 5px;
}
.order-list-area .order-list > div.small.first {
  padding-left: 15px;
}
.order-list-area .order-list > div.small a {
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  background-color: #e6a79e;
}
.order-list-area .order-list > div a {
  color: #428bca;
}
.order-list-area .order-list > div a:hover {
  color: #2a6496;
}
.order-list-area .order-list.title {
  display: none;
}
.order-list-area .order-list + .order-list {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .order-list-area .order-list {
    display: table;
    width: 100%;
    border: none;
  }
  .order-list-area .order-list > div {
    width: 100px;
    display: table-cell;
    font-size: 14px;
    padding: 10px 5px;
  }
  .order-list-area .order-list > div.text-center {
    text-align: center;
  }
  .order-list-area .order-list > div.int-column {
    width: 60px;
    text-align: center;
    padding: 0px;
  }
  .order-list-area .order-list > div.order-no {
    background-color: transparent;
    width: 130px;
  }
  .order-list-area .order-list > div.order-no a {
    color: #428bca;
    display: inline-block;
  }
  .order-list-area .order-list > div.order-no a i {
    display: none;
  }
  .order-list-area .order-list > div.order-no a:hover {
    color: #2a6496;
  }
  .order-list-area .order-list > div.small {
    display: table-cell;
    width: 50px;
    margin: 0px;
    padding: 5px 5px;
  }
  .order-list-area .order-list > div.small.first {
    padding-left: 5px;
  }
  .order-list-area .order-list > div.small a {
    color: #428bca;
    padding: 0px;
    border-radius: 0px;
    background-color: transparent;
  }
  .order-list-area .order-list.title {
    display: table;
    background-color: #eee0d3;
    border-bottom: 1px solid #B69A7F;
  }
  .order-list-area .order-list + .order-list {
    margin-top: 0px;
    border-top: 1px dashed #e8d3be;
  }
}
@media screen and (min-width: 992px) {
  .order-list-area .order-list > div {
    padding: 10px 15px;
    font-size: 15px;
  }
  .order-list-area .order-list > div.order-no {
    width: 120px;
  }
}
@media screen and (min-width: 1320px) {
  .order-list-area .order-list > div.order-no {
    width: 140px;
  }
}

.member-btn-area .check-history {
  float: right;
}
.member-btn-area:after {
  content: "";
  display: block;
  clear: both;
}

/* Member Login */
.member-login-content {
  background: url(../img/page/member/member_login-pic.png) right bottom no-repeat;
  background-size: 75%;
  background-color: #FFF;
  padding-bottom: 120px;
}
@media screen and (min-width: 400px) {
  .member-login-content {
    background: url(../img/page/member/member_login-pic.png) right bottom no-repeat;
    background-size: 75%;
    background-color: #FFF;
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 600px) {
  .member-login-content {
    background: url(../img/page/member/member_login-pic.png) right bottom no-repeat;
    background-size: 60%;
    background-color: #FFF;
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 768px) {
  .member-login-content {
    background: url(../img/page/member/member_login-pic.png) right bottom no-repeat;
    background-color: #FFF;
    padding-bottom: 30px;
  }
}
.member-login-content .login-input-area {
  padding: 10px;
}
.member-login-content .login-input-area .form-group {
  margin-left: 0;
  margin-right: 0;
}
.member-login-content .login-input-area .form-group.password-extra {
  margin-top: 10px;
}
.member-login-content .login-input-area .form-group.password-extra a.text {
  padding-left: 10px;
}
.member-login-content .login-input-area .form-group .label-title {
  width: 110px;
  font-size: 16px;
  color: #574641;
  vertical-align: top;
}
.member-login-content .login-input-area .form-group .text {
  font-size: 16px;
  color: #574641;
}
.member-login-content .login-input-area .form-group .refresh_img {
  display: inline-block;
  cursor: pointer;
  padding: 5px;
}
.member-login-content .login-input-area .form-group .refresh_img span {
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .member-login-content {
    padding: 30px 55px;
  }
  .member-login-content .login-input-area {
    padding: 30px 20px;
  }
  .member-login-content .login-input-area .form-group {
    display: table;
    width: 100%;
    margin-bottom: 25px;
  }
  .member-login-content .login-input-area .form-group .label-title {
    display: table-cell;
  }
  .member-login-content .login-input-area .form-group .form-control {
    display: table-cell;
  }
  .member-login-content .login-input-area .form-group.password-extra {
    padding-left: 105px;
  }
}

/* Member Register */
.member-signup-area {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px;
}
.member-signup-area .signup-title {
  font-size: 18px;
  padding: 0;
  font-weight: bold;
  position: relative;
}
.member-signup-area .signup-title .btn-area {
  float: none;
  margin-top: 8px;
}
.member-signup-area .signup-title .btn-area > :not(:last-child) {
  margin-right: 10px;
}
@media screen and (min-width: 500px) {
  .member-signup-area .signup-title .btn-area {
    float: right;
    margin-top: 0;
  }
}
.member-signup-area .signup-title .solo-btn {
  float: right !important;
  width: 120px !important;
}
.member-signup-area .signup-title .btn {
  width: auto;
  padding: 4px 0px;
  width: calc((100% - 15px) / 2);
  display: inline-block;
}
@media screen and (min-width: 500px) {
  .member-signup-area .signup-title .btn {
    width: 120px;
  }
}
.member-signup-area .signup-title .form-control {
  width: calc((100% - 15px) / 2);
  display: inline-block;
}
@media screen and (min-width: 500px) {
  .member-signup-area .signup-title .form-control {
    width: 150px;
  }
}
.member-signup-area .signup-title.flex > span {
  margin-right: 20px;
}
.member-signup-area .signup-title.flex .flex-box {
  margin-top: 10px;
}
.member-signup-area .signup-title.flex .customize-checkbox-style {
  margin-top: 10px;
  margin-bottom: 0;
}
@media screen and (min-width: 500px) {
  .member-signup-area .signup-title.flex .flex-box {
    display: flex;
    align-items: center;
  }
  .member-signup-area .signup-title.flex .customize-checkbox-style {
    margin-top: 0;
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .member-signup-area .signup-title.flex {
    display: flex;
    align-items: center;
  }
  .member-signup-area .signup-title.flex .flex-box {
    margin-top: 0;
  }
}

.signup-input-area {
  margin-left: 0;
  margin-right: 0;
}
.signup-input-area .form-group .label-title {
  width: 120px;
  font-size: 16px;
  font-weight: normal;
  color: #574641;
}
.signup-input-area .form-group .form-control.medium {
  width: 180px;
}
.signup-input-area .form-group .form-control.short {
  width: 120px;
}
.signup-input-area .form-group .member-sex-block {
  display: inline-block;
  width: 100%;
  height: 30px;
}
.signup-input-area .form-group select + select {
  margin-top: 10px;
  margin-bottom: 10px;
}
.signup-input-area .form-group .inline-group {
  display: inline-block;
  margin: 10px 0 0 0;
}
@media screen and (min-width: 768px) {
  .signup-input-area .form-group .inline-group {
    margin: 0 0 0 10px;
  }
}
.signup-input-area .form-group .refreshcode {
  cursor: pointer;
  padding: 5px;
}
.signup-input-area .form-group .address-area {
  width: 180px;
}
.signup-input-area .form-group .address-area + .address-area {
  margin: 10px 0;
}
@media screen and (min-width: 768px) {
  .signup-input-area .form-group {
    display: table;
    width: 100%;
  }
  .signup-input-area .form-group .label-title {
    text-align: right;
    padding-right: 10px;
  }
  .signup-input-area .form-group .label-title, .signup-input-area .form-group .form-control, .signup-input-area .form-group .input-group-area {
    display: table-cell;
  }
  .signup-input-area .form-group .input-group-area {
    vertical-align: middle;
  }
  .signup-input-area .form-group select + select {
    margin: 10px;
  }
}
.signup-input-area .id-law {
  padding: 15px;
  height: 200px;
  overflow: auto;
  text-align: left;
  background-color: #f2ede9;
  border: 1px solid #d4c2b1;
}
.signup-input-area .agreeCheck {
  margin: 10px 0 30px 0;
  font-size: 14px;
}
.signup-input-area .agreeCheck input {
  margin-right: 5px;
}
.signup-input-area .btn-area {
  padding: 20px;
}
.signup-input-area .btn-area .margin-bottom {
  margin-bottom: 15px;
}
.signup-input-area .btn-area .btn {
  font-size: 18px;
}
.signup-input-area .btn-area .btn.pink {
  background-color: #D86F6C;
}
.signup-input-area .btn-area .btn.pink:hover {
  background-color: #CF514E;
}

/* order list status */
.xs-process-area {
  margin-top: 8px;
  border-bottom: 1px solid #DCDCDC;
  padding-left: 10px;
  padding-bottom: 12px;
  background: url("../img/btn/icon_input_select_normal_2x.png") top 11px right 5px no-repeat;
  background-size: 14px auto;
}
@media screen and (min-width: 992px) {
  .xs-process-area {
    display: none;
  }
}

.process_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 100;
  display: none;
}
.process_modal .top-area {
  border-bottom: 1px solid #DCDCDC;
}
.process_modal .process-list {
  height: calc(100vh - 63px);
  overflow-y: scroll;
}
.process_modal .process-list .process-item {
  font-size: 16px;
  color: #646464;
  border-bottom: 1px solid #DCDCDC;
  display: block;
  padding: 13px 15px;
  padding-left: 60px;
  position: relative;
  color: #68c2d3;
}
.process_modal .process-list .process-item .text {
  margin-right: 10px;
  display: inline-block;
}
.process_modal .process-list .process-item:nth-child(1):before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 15px;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/member/icon_shipment_step1_off_2x.png) center no-repeat;
  background-size: 100%;
  margin-right: 2px;
}
.process_modal .process-list .process-item:nth-child(2):before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 15px;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/member/icon_shipment_step2_off_2x.png) center no-repeat;
  background-size: 100%;
  margin-right: 2px;
}
.process_modal .process-list .process-item:nth-child(3):before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 15px;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/member/icon_shipment_step3_off_2x.png) center no-repeat;
  background-size: 100%;
  margin-right: 2px;
}
.process_modal .process-list .process-item:nth-child(4):before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 15px;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/member/icon_shipment_step4_off_2x.png) center no-repeat;
  background-size: 100%;
  margin-right: 2px;
}
.process_modal .process-list .process-item:nth-child(5):before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 15px;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/member/icon_shipment_step5_off_2x.png) center no-repeat;
  background-size: 100%;
  margin-right: 2px;
}
.process_modal .process-list .process-item:nth-child(1).selected:before {
  background: url(../img/member/icon_shipment_step1_on_2x.png) center no-repeat;
  background-size: 100%;
}
.process_modal .process-list .process-item:nth-child(2).selected:before {
  background: url(../img/member/icon_shipment_step2_on_2x.png) center no-repeat;
  background-size: 100%;
}
.process_modal .process-list .process-item:nth-child(3).selected:before {
  background: url(../img/member/icon_shipment_step3_on_2x.png) center no-repeat;
  background-size: 100%;
}
.process_modal .process-list .process-item:nth-child(4).selected:before {
  background: url(../img/member/icon_shipment_step4_on_2x.png) center no-repeat;
  background-size: 100%;
}
.process_modal .process-list .process-item:nth-child(5).selected:before {
  background: url(../img/member/icon_shipment_step5_on_2x.png) center no-repeat;
  background-size: 100%;
}
.process_modal .process-list.not-shipable .process-item:nth-child(3):before {
  background: url(../img/member/icon_shipment_step6_off_2x.png) center no-repeat;
  background-size: 100%;
}
.process_modal .process-list.not-shipable .process-item:nth-child(3).selected:before {
  background: url(../img/member/icon_shipment_step6_on_2x.png) center no-repeat;
  background-size: 100%;
}

.list-step {
  list-style: none;
  padding: 0;
  margin-top: 0px;
  display: none;
}
@media screen and (min-width: 992px) {
  .list-step {
    display: block;
  }
}
.list-step li {
  float: left;
  width: calc((100% - 20px) / 5);
  height: 102px;
  text-align: center;
  position: relative;
  border-radius: 20px;
  border: 1px solid #68c2d3;
}
.list-step li + li {
  margin-left: 5px;
}
.list-step li:nth-child(1) .icon {
  width: 45px;
  height: 45px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/member/icon_shipment_step1_on_2x.png) center no-repeat;
  background-size: 45px;
  margin-right: 2px;
}
.list-step li:nth-child(2) .icon {
  width: 45px;
  height: 45px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/member/icon_shipment_step2_on_2x.png) center no-repeat;
  background-size: 45px;
  margin-right: 2px;
}
.list-step li:nth-child(3) .icon {
  width: 45px;
  height: 45px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/member/icon_shipment_step3_on_2x.png) center no-repeat;
  background-size: 45px;
  margin-right: 2px;
}
.list-step li:nth-child(4) .icon {
  width: 45px;
  height: 45px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/member/icon_shipment_step4_on_2x.png) center no-repeat;
  background-size: 45px;
  margin-right: 2px;
}
.list-step li:nth-child(5) .icon {
  width: 45px;
  height: 45px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/member/icon_shipment_step5_on_2x.png) center no-repeat;
  background-size: 45px;
  margin-right: 2px;
}
.list-step li .table-box {
  display: table;
  width: 100%;
  height: 100%;
}
.list-step li .table-box .t-center-cell {
  display: table-cell;
  vertical-align: middle;
}
.list-step li .list-text {
  display: none;
  line-height: 1;
  vertical-align: middle;
  width: 72px;
  text-align: left;
}
.list-step li .list-text .list-title {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
  line-height: 1;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .list-step li .list-text {
    display: inline-block;
  }
}
.list-step li .list-time {
  font-size: 13px;
  line-height: 1.4;
  display: inline-block;
}
.list-step li:last-child:after {
  display: none;
}
.list-step li.wait {
  border-color: #C4C4C4;
}
.list-step li.wait:nth-child(1) .icon {
  background: url(../img/member/icon_shipment_step1_off_2x.png) center no-repeat;
  background-size: 45px;
}
.list-step li.wait:nth-child(2) .icon {
  background: url(../img/member/icon_shipment_step2_off_2x.png) center no-repeat;
  background-size: 45px;
}
.list-step li.wait:nth-child(3) .icon {
  background: url(../img/member/icon_shipment_step3_off_2x.png) center no-repeat;
  background-size: 45px;
}
.list-step li.wait:nth-child(4) .icon {
  background: url(../img/member/icon_shipment_step4_off_2x.png) center no-repeat;
  background-size: 45px;
}
.list-step li.wait:nth-child(5) .icon {
  background: url(../img/member/icon_shipment_step5_off_2x.png) center no-repeat;
  background-size: 45px;
}
.list-step.not-shipable li {
  width: calc((100% - 10px) / 3);
}
.list-step.not-shipable li:nth-child(3) .icon {
  background: url(../img/member/icon_shipment_step6_on_2x.png) center no-repeat;
  background-size: 45px;
}
.list-step.not-shipable li.wait:nth-child(3) .icon {
  background: url(../img/member/icon_shipment_step6_off_2x.png) cente no-repeat;
  background-size: 45px;
}
.list-step.not-shipable li .list-text .list-title {
  margin-top: 15px;
}
.list-step.not-shipable li .list-text .list-title.middle {
  margin: 30px 0px;
}
.list-step:after {
  content: "";
  display: block;
  clear: both;
}

/* order list status modal */
.modal-list-step {
  list-style: none;
  padding: 0;
  margin-top: 0px;
}
.modal-list-step li {
  display: table;
  width: 100%;
  height: 102px;
  padding: 10px 15px 10px 94px;
  position: relative;
}
.modal-list-step li:nth-child(1) {
  background: url(../img/page/member/member_process_icon01.png) 15px 10px #ecb6b0 no-repeat;
}
.modal-list-step li:nth-child(2) {
  background: url(../img/page/member/member_process_icon02.png) 15px 10px #ecb6b0 no-repeat;
}
.modal-list-step li:nth-child(3) {
  background: url(../img/page/member/member_process_icon03.png) 15px 10px #ecb6b0 no-repeat;
}
.modal-list-step li:nth-child(4) {
  background: url(../img/page/member/member_process_icon04.png) 15px 10px #ecb6b0 no-repeat;
}
.modal-list-step li:nth-child(5) {
  background: url(../img/page/member/member_process_icon05.png) 15px 10px #ecb6b0 no-repeat;
}
.modal-list-step li .list-text {
  display: table-cell;
  vertical-align: middle;
}
.modal-list-step li .list-text .list-title {
  display: block;
  margin-bottom: 10px;
}
.modal-list-step li.wait:nth-child(1) {
  background: url(../img/page/member/member_process_icon01-1.png) 15px 10px #eeeeee no-repeat;
}
.modal-list-step li.wait:nth-child(2) {
  background: url(../img/page/member/member_process_icon02-1.png) 15px 10px #eeeeee no-repeat;
}
.modal-list-step li.wait:nth-child(3) {
  background: url(../img/page/member/member_process_icon03-1.png) 15px 10px #eeeeee no-repeat;
}
.modal-list-step li.wait:nth-child(4) {
  background: url(../img/page/member/member_process_icon04-1.png) 15px 10px #eeeeee no-repeat;
}
.modal-list-step li.wait:nth-child(5) {
  background: url(../img/page/member/member_process_icon05-1.png) 15px 10px #eeeeee no-repeat;
}
.modal-list-step li + li {
  margin-top: 15px;
}
.modal-list-step:after {
  content: "";
  display: block;
  clear: both;
}

.list-status {
  display: inline-block;
  float: right;
  margin-top: 10px;
  font-size: 16px;
}
.list-status .status-title {
  color: #584641;
}
.list-status .status-box {
  display: inline-block;
  cursor: pointer;
}
.list-status .status-box .status-text {
  color: #b1423e;
}
.list-status .status-box .status-icon {
  color: #ea8276;
  font-size: 21px;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .list-status {
    display: none;
  }
}

.orderlist-title {
  background-color: #eee0d3;
  border-bottom: 1px solid #B69A7F;
  margin-bottom: 6px;
}
.orderlist-title > div {
  line-height: 35px;
}
.orderlist-title:after {
  content: "";
  display: block;
  clear: both;
}

.orderlist-product > div {
  padding-top: 6px;
  padding-bottom: 6px;
}
.orderlist-product:after {
  content: "";
  display: block;
  clear: both;
}
.orderlist-product .product-title {
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .orderlist-product .product-title {
    margin-bottom: 0px;
  }
}
.orderlist-product .price {
  font-family: Arial;
  color: #b1423e;
}
.orderlist-product .bigger {
  transform: scale(1.8);
}
.orderlist-product .btn-comment {
  background: #D96F6C;
  color: #fff;
  margin-top: 5px;
  padding: 5px 15px;
}
.orderlist-product .comment-icon {
  color: #bab9b9;
  transform: scale(1.8);
}
.orderlist-product .comment-icon.comment {
  color: #d96f6c;
}

.list-price-sum-area {
  margin-top: 6px;
  padding: 10px 10px;
  text-align: right;
}
.list-price-sum-area:after {
  content: "";
  display: block;
  clear: both;
}
.list-price-sum-area .sum-title {
  font-size: 15px;
  color: #404040;
  display: inline-block;
  line-height: 30px;
}
.list-price-sum-area .price {
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  color: #b1423e;
  line-height: 30px;
  display: inline-block;
}

#staus_Modal .list-step-rwd {
  list-style: none;
  padding: 0;
}
#staus_Modal .list-step-rwd li {
  width: 100%;
  height: 100px;
  padding: 20px 15px 20px 100px;
  position: relative;
}
#staus_Modal .list-step-rwd li:nth-child(1) {
  background: url(../img/page/member/member_process_icon01-1.png) 15px 10px #eeeeee no-repeat;
}
#staus_Modal .list-step-rwd li:nth-child(2) {
  background: url(../img/page/member/member_process_icon02-1.png) 15px 10px #eeeeee no-repeat;
}
#staus_Modal .list-step-rwd li:nth-child(3) {
  background: url(../img/page/member/member_process_icon03-1.png) 15px 10px #eeeeee no-repeat;
}
#staus_Modal .list-step-rwd li:nth-child(4) {
  background: url(../img/page/member/member_process_icon04-1.png) 15px 10px #eeeeee no-repeat;
}
#staus_Modal .list-step-rwd li:nth-child(5) {
  background: url(../img/page/member/member_process_icon05-1.png) 15px 10px #eeeeee no-repeat;
}
#staus_Modal .list-step-rwd li.done:nth-child(1) {
  background: url(../img/page/member/member_process_icon01.png) 15px 10px #ecb6b0 no-repeat;
}
#staus_Modal .list-step-rwd li.done:nth-child(2) {
  background: url(../img/page/member/member_process_icon02.png) 15px 10px #ecb6b0 no-repeat;
}
#staus_Modal .list-step-rwd li.done:nth-child(3) {
  background: url(../img/page/member/member_process_icon03.png) 15px 10px #ecb6b0 no-repeat;
}
#staus_Modal .list-step-rwd li.done:nth-child(4) {
  background: url(../img/page/member/member_process_icon04.png) 15px 10px #ecb6b0 no-repeat;
}
#staus_Modal .list-step-rwd li.done:nth-child(5) {
  background: url(../img/page/member/member_process_icon05.png) 15px 10px #ecb6b0 no-repeat;
}
#staus_Modal .list-step-rwd li .list-text {
  position: absolute;
  line-height: 30px;
}
#staus_Modal .list-step-rwd li .list-text span {
  display: block;
}
#staus_Modal .list-step-rwd li + li {
  margin-top: 10px;
}

#comment_Modal .comment-area {
  font-size: 15px;
}
#comment_Modal .comment-area .formGroup {
  display: table;
  margin-bottom: 20px;
}
#comment_Modal .comment-area .formGroup label, #comment_Modal .comment-area .formGroup input {
  display: table-cell;
}
#comment_Modal .comment-area .formGroup select {
  margin-bottom: 10px;
  width: 140px;
}
#comment_Modal .comment-area .formGroup img {
  vertical-align: top;
  border: 1px solid #ece2d9;
}
#comment_Modal .comment-area .formGroup textarea {
  resize: none;
}
#comment_Modal .comment-area .formGroup .product-title {
  width: 120px;
  text-align: right;
}
#comment_Modal .comment-area .btn-area {
  float: right;
  margin-right: 15px;
}

.member-content-box + .member-content-box {
  margin-top: 35px;
}
.member-content-box .list-info {
  font-size: 15px;
}
.member-content-box .list-info .list-info-group .list-info-title {
  float: left;
  display: block;
}
.member-content-box .list-info .list-info-group .list-info-text {
  display: block;
  padding-left: 80px;
}
.member-content-box .list-info .list-info-group .list-info-text .btn {
  width: auto;
  height: 30px;
  font-size: 16px;
  padding: 3px 10px;
  color: #fff;
  background-color: #68c2d3;
  border: 0;
}

.order-detail-top-area {
  background: #F5F5F5;
  padding: 12px 10px 12px 15px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .order-detail-top-area {
    text-align: left;
    padding: 8px 10px 8px 15px;
  }
}
.order-detail-top-area .left-area {
  font-size: 17px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .order-detail-top-area .left-area {
    float: left;
    margin-bottom: 0px;
  }
}
.order-detail-top-area .right-area {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .order-detail-top-area .right-area {
    float: right;
    margin-top: 0;
  }
}
.order-detail-top-area .right-area .function-btn-area .btn {
  width: auto;
  height: 30px;
  font-size: 16px;
  padding: 3px 10px;
  color: #fff;
}
.order-detail-top-area .right-area .function-btn-area .btn:hover {
  color: #fff;
}
.order-detail-top-area .right-area .function-btn-area .btn.btn-blue {
  background-color: #68c2d3;
}
.order-detail-top-area .right-area .function-btn-area .btn.btn-yellow {
  background-color: #FBCA4D;
}
.order-detail-top-area .right-area .function-btn-area .btn.btn-red {
  background-color: #F19DAE;
}
.order-detail-top-area .right-area .function-btn-area .btn + .btn {
  margin-left: 5px;
}

.pd-price-sum-area {
  text-align: right;
  margin-bottom: 5px;
  display: flex;
  justify-content: flex-end;
}
.pd-price-sum-area .word {
  display: inline-block;
  font-size: 15px;
}
.pd-price-sum-area .price {
  display: inline-block;
  font-family: "AndesRounded", "Arial";
  color: #68c2d3;
  font-size: 16px;
  width: 120px;
}
.pd-price-sum-area .price.alert-text {
  color: #F19DAE;
}

.current-bonus-point-area {
  margin-bottom: 10px;
  font-size: 0;
}
.current-bonus-point-area .left-area {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  width: calc(100% - 105px);
}
.current-bonus-point-area .right-area {
  display: inline-block;
  width: 105px;
  vertical-align: middle;
  font-size: 15px;
}

.invoice-function-area {
  padding-bottom: 18px;
  border-bottom: 1px solid #DBDBDB;
}
@media screen and (min-width: 768px) {
  .invoice-function-area .left-area {
    float: left;
    width: 150px;
  }
}
.invoice-function-area .right-area {
  margin-top: 10px;
}
.invoice-function-area .right-area .function-btn-area .btn {
  width: auto;
  height: 30px;
  font-size: 16px;
  padding: 3px 10px;
  color: #fff;
}
.invoice-function-area .right-area .function-btn-area .btn:hover {
  color: #fff;
}
.invoice-function-area .right-area .function-btn-area .btn.btn-blue {
  background-color: #68c2d3;
}
.invoice-function-area .right-area .function-btn-area .btn.btn-yellow {
  background-color: #FBCA4D;
}
.invoice-function-area .right-area .function-btn-area .btn.btn-red {
  background-color: #F19DAE;
}
.invoice-function-area .right-area .function-btn-area .btn + .btn {
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .invoice-function-area .right-area {
    float: right;
    margin-top: 0;
  }
}

.invoice-list {
  position: relative;
}
.invoice-list .list-cancel {
  width: auto;
  padding: 3px 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.member-profile-account-area {
  font-size: 18px;
  font-weight: bold;
  background-color: #f5f5f5;
  padding: 7px 15px 7px 15px;
  margin-bottom: 25px;
}

.two-btn-box .login-account {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 3px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .two-btn-box .login-account {
    width: calc(100% - 170px - 20px);
    margin-bottom: 0;
  }
}
.two-btn-box input {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .two-btn-box input {
    width: calc(100% - 170px - 20px);
    margin-bottom: 0;
  }
}
.two-btn-box .btn {
  float: left;
  width: calc((100% - 10px) / 2);
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .two-btn-box .btn {
    width: 85px;
    float: right;
  }
}
.two-btn-box .btn:last-child {
  margin-left: 10px;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .two-btn-box .btn:last-child {
    margin-right: 10px;
    margin-left: 0;
  }
}
.two-btn-box .btn:only-of-type {
  margin-left: 0;
  margin-right: 0;
}

/* Modal */
.verifymodal .modal .modal-dialog {
  margin: 0;
  padding: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
.verifymodal .modal .modal-dialog .modal-content {
  padding: 20px 20px 35px 20px;
}
@media screen and (min-width: 768px) {
  .verifymodal .modal .modal-dialog .modal-content {
    padding: 42px 35px 40px 35px;
  }
}
.verifymodal .modal .modal-dialog .modal-content .modal-header {
  position: relative;
  padding: 0 0 5px 0;
}
.verifymodal .modal .modal-dialog .modal-content .modal-body {
  padding: 20px 0 0 0;
}
.verifymodal .modal .modal-dialog .modal-content .modal-body .panel-body {
  padding: 0;
}
.verifymodal .modal .modal-dialog .modal-content .modal-footer {
  padding: 0;
  border-top: 0;
  padding-top: 25px;
  text-align: center;
}
.verifymodal .modal .modal-dialog .modal-content .modal-footer .modal-btn {
  font-size: 18px;
  width: calc((100% - 20px) / 2);
}
.verifymodal .modal .modal-dialog .modal-content .modal-footer .modal-btn + .btn {
  margin-left: 10px;
}

/* binding id */
.binding-left-area .form-btn-area .btn {
  width: 200px;
}

.register-switcher-wrapper {
  display: flex;
  justify-content: center;
  max-width: 350px;
  margin: 0 auto 40px;
  border-bottom: 1px solid #c4c4c4;
}
.register-switcher-wrapper .register-switcher {
  font-size: 20px;
  font-weight: 700;
  flex: 1;
  text-align: center;
  cursor: pointer;
}
.register-switcher-wrapper .register-switcher input {
  -webkit-appearance: none !important;
  margin: 0;
}
.register-switcher-wrapper .register-switcher > span {
  position: relative;
  padding-bottom: 10px;
}
.register-switcher-wrapper .register-switcher:focus {
  outline: none;
}
.register-switcher-wrapper .register-switcher:hover > span:after, .register-switcher-wrapper .register-switcher:focus > span:after, .register-switcher-wrapper .register-switcher.active > span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  width: calc(100% + 20px);
  height: 2px;
  background-color: #F19DAE;
}

.loading-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  color: #fff;
  z-index: 100;
  background: #fff;
}
.loading-page .wrapper {
  width: 200px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translate(0px, -120px);
  text-align: center;
}
.loading-page .wrapper span {
  font-family: "AndesRounded", "Arial";
  font-size: 20px;
  letter-spacing: 12px;
  color: #90644c;
  display: block;
  text-align: center;
  margin-top: 30px;
}
.loading-page .loading-img {
  width: 240px;
  max-width: 100%;
  height: auto;
  transform: translateX(-20px);
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 20px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #68c2d3;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
/*# sourceMappingURL=maps/base.css.map */
