@import url(reset-min.css);
@import url(flickity.css);
@import url(jquery-ui.css);
@chartset "UTF-8";
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto; }

b, strong {
  font-weight: 700; }

em {
  font-style: italic; }

s {
  text-decoration: line-through; }

a.logout {
  cursor: pointer; }

button {
  font-family: inherit; }

@media (min-width: 768px) {
  .onlym {
    display: none; } }
@media (max-width: 767px) {
  .onlym {
    display: block; } }

@media (min-width: 768px) {
  .onlyl {
    display: block; } }
@media (max-width: 767px) {
  .onlyl {
    display: none; } }

@media (max-width: 1280px) {
  .hidden-tablet {
    display: none; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none; } }

html {
  overflow-y: scroll; }

body {
  position: relative;
  min-width: 375px;
  color: #1b1b1e;
  font-family: 'Montserrat', 'Noto Sans TC', -apple-system, 'Microsoft JhengHei', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  word-break: break-word;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none; }

.text-center {
  text-align: center; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: url(../images/rolling.svg) no-repeat;
  -o-background-size: 58px;
  background-size: 58px;
  background-position: center;
  background-color: #fff; }

header .top {
  background: #333; }
  header .top ul {
    max-width: 1570px;
    color: #fff;
    text-align: right;
    padding: 15px 20px;
    margin: 0 auto; }
    header .top ul li {
      display: inline-block;
      line-height: 24px;
      font-size: 16px;
      vertical-align: middle;
      margin-left: 26px; }
      header .top ul li:nth-child(2) {
        margin-left: 0;
        padding-left: 0; }
      header .top ul li.left {
        float: left;
        font-size: 14px; }
        header .top ul li.left img {
          display: inline-block;
          width: 18px;
          margin-right: 3px; }
    header .top ul img {
      display: block; }
  header .top .cart-btn {
    position: relative; }
    header .top .cart-btn .num {
      display: none;
      position: absolute;
      top: 10px;
      right: -5px;
      width: 15px;
      height: 15px;
      line-height: 15px;
      font-size: 12px;
      color: #1b1b1e;
      background: #fff;
      border-radius: 50%;
      text-align: center; }
header .logo {
  display: block;
  width: 213px;
  margin: 0 auto; }
header .center {
  display: flex;
  max-width: 1920px;
  align-items: center;
  padding: 12px 4.6%;
  margin: 0 auto; }
  header .center > div {
    flex: 0 0 33.3%; }
header .side {
  text-align: right;
  align-self: end; }
header .news {
  display: inline-block;
  background: url(../images/news.svg) no-repeat;
  -o-background-size: 28px;
  background-size: 28px;
  background-position: center left;
  padding-left: 35px; }
header .search-wrapper {
  margin-bottom: 48px; }
header .input {
  height: 40px;
  background: #d3d3d3;
  border: none;
  outline: none;
  border-radius: 12px;
  padding: 0 8px; }
header .btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/search-btn.svg) no-repeat;
  -o-background-size: 28px;
  background-size: 28px;
  background-position: center;
  cursor: pointer;
  vertical-align: middle;
  border: none;
  outline: none; }
header .menu {
  color: #fff;
  background: #000;
  text-align: center;
  padding: 0 15px; }
  header .menu > ul > li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    padding: 10px 0;
    margin-right: 2.18%; }
    header .menu > ul > li:last-child {
      margin-right: 0; }
    header .menu > ul > li > a {
      display: block; }
    header .menu > ul > li small {
      display: block; }
      @media (max-width: 1280px) {
        header .menu > ul > li small {
          width: calc(100% - 50px);
          margin: 0 auto 0 0; } }
  header .menu .child {
    display: none;
    position: absolute;
    top: 60px;
    z-index: 1;
    width: 180px;
    background: #000;
    text-align: left; }
    header .menu .child li {
      display: block;
      border-bottom: rgba(255, 255, 255, 0.8) solid 1px; }
      header .menu .child li:last-child {
        border-bottom: 0; }
    header .menu .child a {
      display: block;
      padding: 17px 1.5em; }
  header .menu .bottom {
    display: none; }
header .category {
  display: none; }

.header-carousel {
  width: 43%;
  max-width: 245px; }
  .header-carousel .cell {
    width: 100%; }
  .header-carousel img {
    display: block;
    width: 100%; }

.sidebar {
  position: fixed;
  top: 50%;
  right: 15px;
  z-index: 2;
  transform: translateY(-50%); }
  .sidebar .inner {
    width: 78px;
    background: #fff;
    border-radius: 15px;
    border: #1b1b1e solid 2px;
    text-align: center;
    padding: 16px 0 5px; }
  .sidebar p {
    font-size: 14px;
    margin-bottom: 15px; }
  .sidebar img {
    display: block;
    max-width: 40%;
    margin: 0 auto 10px; }
  .sidebar .hide-l {
    display: none !important; }

.credits {
  background: #f1f4f8;
  padding: 50px 0 45px; }
  .credits .inner {
    max-width: 1865px;
    padding: 0 15px;
    margin: 0 auto; }
  .credits.index {
    padding-top: 100px;
    margin-bottom: 60px; }

[data-credit], [data-prod] {
  cursor: pointer; }

.section-title {
  text-align: center;
  margin-bottom: 40px; }
  .section-title .title {
    font-size: 30px;
    font-weight: 700; }
  .section-title .link {
    float: right;
    margin-top: -1.6em; }
  .section-title .left {
    float: left;
    margin-top: -2em; }

.credits-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 14px; }
  .credits-wrapper .list {
    width: calc(20% - 11.2px);
    margin-bottom: 60px; }
  .credits-wrapper .img-wrapper {
    aspect-ratio: 71 / 93;
    margin-bottom: 10px; }
  .credits-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .credits-wrapper .text {
    font-size: 16px;
    text-align: center; }
    @media (max-width: 767px) {
      .credits-wrapper .text {
        font-size: 14px; } }

.product .inner {
  max-width: 1920px;
  padding: 0 9.1% 80px;
  margin: 0 auto; }

.pills {
  text-align: center;
  margin-bottom: 30px; }
  .pills li {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle;
    border-bottom: transparent solid 1px;
    padding-bottom: 0.1em;
    margin-right: 46px;
    margin-bottom: 1em; }
    .pills li:last-child {
      margin-right: 0; }
    .pills li.active {
      border-bottom-color: #1b1b1e; }
    @media (max-width: 767px) {
      .pills li {
        font-size: 14px; } }

.product-wrapper .list {
  display: inline-block;
  width: 19%;
  vertical-align: top;
  margin-bottom: 95px;
  margin-right: calc(1.25% - 6px); }
  .product-wrapper .list:nth-child(5n) {
    margin-right: 0; }
.product-wrapper .img-wrapper {
  position: relative;
  margin-bottom: 10px; }
  .product-wrapper .img-wrapper .badge-list {
    position: absolute;
    bottom: 6px; }
.product-wrapper .text-wrapper {
  text-align: center; }
.product-wrapper .type {
  color: #7f8080;
  font-size: 12px;
  margin-bottom: 6px; }
.product-wrapper .title {
  color: #1c1c1f;
  font-size: 16px;
  font-weight: 500; }
.product-wrapper .subtitle {
  color: #7f8080;
  font-size: 14px; }
.product-wrapper .price-block {
  color: #7f8080;
  font-size: 12px;
  margin-top: 15px; }
.product-wrapper .price {
  color: #1c1c1f;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px; }
  .product-wrapper .price:last-child {
    margin-bottom: 10px; }

@media (min-width: 1025px) {
  .index ~ .product .product-wrapper .list:nth-child(6) {
    display: none; } }

.badge-list {
  width: 100%;
  text-align: center; }
  .badge-list .badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    vertical-align: top;
    transform: scale(0.95);
    padding: 2px 5px;
    margin-right: 5px; }
    .badge-list .badge:last-child {
      margin-right: 0; }
    .badge-list .badge.blue {
      color: #2c4b91;
      background: #f0f6fc; }
    .badge-list .badge.red {
      color: #eb5b38;
      background: #fef2ef; }
    .badge-list .badge.grey {
      color: #555656;
      background: #f0f0f0; }

.tab-content {
  display: none; }

.index-banner {
  margin-bottom: 100px; }
  .index-banner img {
    width: 100%; }

footer {
  color: #8b8b8b;
  background: #000;
  font-family: "Noto Sans TC", -apple-system, "Microsoft JhengHei", sans-serif; }
  footer .inner {
    max-width: 1630px;
    text-align: center;
    padding: 90px 15px 110px;
    margin: 0 auto; }
  footer .logo {
    margin-bottom: 6px; }
  footer .detail {
    display: inline-block;
    text-align: left;
    margin-right: 6%; }
  footer .contact {
    display: inline-block;
    width: 36%;
    vertical-align: top;
    text-align: left; }
    footer .contact .sec1 {
      display: inline-block;
      vertical-align: top;
      margin-right: 16.9%; }
    footer .contact .sec2 {
      display: inline-block;
      vertical-align: top; }
  footer p {
    line-height: 1.6em;
    font-size: 15px; }
  footer .contact-title {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px; }
  footer .icon {
    margin-top: 30px; }
    footer .icon img {
      max-width: 50px;
      width: 21%;
      margin-right: 5%; }
    footer .icon a:last-child img {
      margin-right: 0; }
  @media (max-width: 1330px) and (min-width: 1025px) {
    footer .contact {
      width: 40%; }
      footer .contact .sec1 {
        margin-bottom: 60px; } }
  @media (max-width: 1024px) and (min-width: 768px) {
    footer .inner {
      padding: 60px 15px; }
    footer .contact .sec1 {
      margin-bottom: 60px; }
    footer .icon img {
      max-width: 40px; } }

.lightbox-outer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: rgba(89, 87, 87, 0.5); }
  .lightbox-outer .inner {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: auto;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px; }
  .lightbox-outer .close {
    width: 30px;
    height: 30px;
    background: url(../images/close.svg) no-repeat;
    -o-background-size: 18px;
    background-size: 18px;
    background-position: center;
    cursor: pointer;
    margin: 0 0 10px auto; }
  .lightbox-outer .content-box {
    background: #fff; }
  .lightbox-outer .credit-lightbox {
    width: 64.3%;
    max-width: 1000px;
    padding: 15px 1.9% 24px 1.9%; }
    .lightbox-outer .credit-lightbox .info {
      display: inline-block;
      width: calc(56% - 6px);
      font-size: 18px;
      font-family: "Noto Sans TC", -apple-system, "Microsoft JhengHei", sans-serif;
      vertical-align: top;
      padding-right: 1em; }
    .lightbox-outer .credit-lightbox .img-wrapper {
      display: inline-block;
      width: 44%;
      vertical-align: top; }
    .lightbox-outer .credit-lightbox .title {
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 50px; }
    .lightbox-outer .credit-lightbox .subtitle {
      font-weight: 600; }
      .lightbox-outer .credit-lightbox .subtitle + p {
        margin-bottom: 2.5vw; }
    .lightbox-outer .credit-lightbox a {
      color: #727171;
      border-bottom: #727171 solid 1px; }
    .lightbox-outer .credit-lightbox .credit-main {
      width: 100%;
      margin-bottom: 10px; }
      .lightbox-outer .credit-lightbox .credit-main .cell {
        width: 100%; }
      .lightbox-outer .credit-lightbox .credit-main img {
        width: 100%; }
    .lightbox-outer .credit-lightbox .credit-nav {
      width: auto;
      overflow-x: auto; }
      .lightbox-outer .credit-lightbox .credit-nav .cell {
        display: inline-block;
        width: 21%;
        margin-right: 8px; }
  .lightbox-outer .prod-lightbox {
    max-width: 390px;
    width: 70%;
    height: calc(100vh - 220px);
    overflow: auto;
    scrollbar-gutter: stable both-edges;
    padding: 15px 24px 45px 24px; }
    .lightbox-outer .prod-lightbox::-webkit-scrollbar {
      width: 12px; }
    .lightbox-outer .prod-lightbox::-webkit-scrollbar-track {
      background: #d3d3d3; }
    .lightbox-outer .prod-lightbox::-webkit-scrollbar-thumb {
      background: #1b1b1e; }
    .lightbox-outer .prod-lightbox .close {
      margin-right: -8px; }
    .lightbox-outer .prod-lightbox .prod-carousel {
      width: 262px;
      margin: 0 auto; }
      .lightbox-outer .prod-lightbox .prod-carousel .cell {
        width: 100%; }
      @media (max-width: 767px) {
        .lightbox-outer .prod-lightbox .prod-carousel {
          max-width: 77%; } }
    .lightbox-outer .prod-lightbox .cart {
      position: relative;
      width: 30px;
      height: 30px;
      background: url(../images/cart-dark.png) no-repeat;
      -o-background-size: contain;
      background-size: contain;
      background-position: center;
      cursor: pointer;
      margin: 0 0 20px auto; }
      .lightbox-outer .prod-lightbox .cart .num {
        display: none;
        position: absolute;
        top: 18px;
        right: -5px;
        width: 15px;
        height: 15px;
        font-size: 12px;
        color: #fff;
        background: #1b1b1e;
        border-radius: 50%;
        text-align: center; }
    .lightbox-outer .prod-lightbox .title {
      color: #1b1b1e;
      font-size: 18px;
      margin-bottom: 3px; }
    .lightbox-outer .prod-lightbox .type {
      color: #868686;
      font-size: 15px;
      margin-bottom: 3px; }
    .lightbox-outer .prod-lightbox .subtitle {
      color: #868686;
      font-size: 15px;
      margin-bottom: 16px; }
    .lightbox-outer .prod-lightbox .price-block {
      font-size: 18px;
      color: #808080;
      margin-bottom: 30px; }
    .lightbox-outer .prod-lightbox .price {
      color: #1b1b1e;
      margin-bottom: 10px; }
    .lightbox-outer .prod-lightbox .tab-pills {
      border-bottom: #1b1b1e solid 1px; }
      .lightbox-outer .prod-lightbox .tab-pills > div {
        float: left;
        font-size: 16px;
        border: #1b1b1e solid 1px;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        border-bottom: 0;
        cursor: pointer;
        padding: 2px 12px;
        margin-right: -1px; }
        .lightbox-outer .prod-lightbox .tab-pills > div.active {
          color: #fff;
          background: #1b1b1e; }
      .lightbox-outer .prod-lightbox .tab-pills:after {
        content: '';
        display: block;
        clear: both; }
  .lightbox-outer .normal-lightbox {
    max-width: 590px;
    width: 70%;
    font-size: 21px;
    text-align: center;
    padding: 35px 24px 120px; }
    .lightbox-outer .normal-lightbox .title {
      font-size: clamp(32px, 2vw, 40px);
      font-weight: 600;
      margin-bottom: 1em; }
    .lightbox-outer .normal-lightbox p {
      color: #808080; }
  .lightbox-outer .policy-lightbox {
    width: 74%;
    max-width: 1415px;
    line-height: 1.5em;
    font-size: 16px;
    border-radius: 20px;
    padding: 60px 4%; }
    .lightbox-outer .policy-lightbox .title {
      font-size: 22px;
      font-weight: 600;
      text-align: center;
      margin-bottom: 2em; }
    .lightbox-outer .policy-lightbox h3 {
      font-size: 20px;
      font-weight: 600;
      text-align: center;
      margin-bottom: 1em; }
  .lightbox-outer.send .close {
    margin: 0 20px 80px auto; }

.popup-tab-content {
  display: none;
  line-height: 1.5em;
  font-size: 16px;
  padding-top: 16px; }
  .popup-tab-content h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0.5em; }
  .popup-tab-content h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0.5em; }
  .popup-tab-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0.5em; }
  .popup-tab-content ul {
    padding-left: 1.2em;
    margin-bottom: 0.5em; }
    .popup-tab-content ul li {
      list-style-type: disc; }
  .popup-tab-content ol {
    padding-left: 1.2em;
    margin-bottom: 0.5em; }
    .popup-tab-content ol li {
      list-style-type: decimal; }
  .popup-tab-content table tr:nth-child(odd) {
    background: #dfdfdf; }
  .popup-tab-content table td {
    padding: 8px 10px; }
  .popup-tab-content iframe {
    max-width: 100%; }

.page-title {
  text-align: center;
  margin-bottom: 50px; }
  .page-title .title {
    font-size: clamp(32px, 2vw, 40px);
    font-weight: 600; }

.main-struc .inner {
  padding: 145px 15px 120px; }

.login-wrapper {
  max-width: 528px;
  margin: 0 auto; }
  .login-wrapper .icon {
    display: block;
    width: 136px;
    margin: 0 auto 110px; }
  .login-wrapper .btn-group {
    margin-top: 150px; }

.form-input input {
  width: 100%;
  font-size: 16px;
  border: #1b1b1e solid 1px;
  border-radius: 6px;
  outline: none;
  padding: 16px; }
  .form-input input[readonly] {
    /*background: #dfdfdf;*/ }
.form-input select {
  color: #fff;
  background: url(../images/select-arrow.svg) no-repeat;
  -o-background-size: 8px;
  background-size: 8px;
  background-position: center right 20px;
  background-color: #1b1b1e;
  border-radius: 32px;
  appearance: none;
  padding: 10px 40px 10px 30px; }
.form-input textarea {
  width: 100%;
  font-size: 16px;
  border: #1b1b1e solid 1px;
  border-radius: 6px;
  outline: none;
  resize: none;
  padding: 20px 16px; }
.form-input.mb {
  margin-bottom: 36px; }

label.error {
  display: none;
  color: #ff0000; }

.forget-psw {
  text-align: right;
  margin: 12px 0 48px; }
  .forget-psw a {
    color: #808080;
    font-size: 16px; }

.form-checkbox input[type="checkbox"], .form-checkbox input[type="radio"] {
  display: none; }
  .form-checkbox input[type="checkbox"] + label:not(.error), .form-checkbox input[type="radio"] + label:not(.error) {
    min-height: 22px;
    color: #808080;
    font-size: 16px;
    background: url(../images/checkbox.svg) no-repeat;
    -o-background-size: 22px;
    background-size: 22px;
    background-position: center left;
    cursor: pointer;
    padding: 2px 0 2px 27px; }
  .form-checkbox input[type="checkbox"]:checked + label, .form-checkbox input[type="radio"]:checked + label {
    background-image: url(../images/checkbox-check.svg); }

.btn-group {
  display: inline-block;
  color: #1b1b1e;
  background: #d3d3d3;
  border-radius: 42px; }
  .btn-group .btn {
    display: inline-block;
    font-size: 20px;
    background: transparent;
    border: none;
    outline: none;
    vertical-align: middle;
    cursor: pointer;
    padding: 7px 40px; }
    .btn-group .btn.active {
      color: #fff;
      background: #1b1b1e;
      border-radius: 42px; }

.signup-wrapper {
  max-width: 860px;
  margin: 0 auto; }
  .signup-wrapper .icon {
    display: block;
    width: 136px;
    margin: 0 auto 110px; }
  .signup-wrapper .section-title {
    text-align: left;
    border-bottom: #808080 solid 1px;
    padding-bottom: 20px; }

.input-group {
  display: flex;
  align-items: flex-start;
  margin-bottom: 65px; }
  .signup-wrapper .input-group {
    flex-wrap: wrap; }
  .input-group .form-group-title {
    width: 7em;
    font-size: 18px;
    padding-top: 0.5em; }
    .input-group .form-group-title span {
      color: #ff0000; }
  .input-group .form-input {
    flex-grow: 1; }
  .input-group .form-text {
    font-size: clamp(20px, 1.4vw, 24px);
    flex-grow: 1;
    padding-top: 0.3em; }
  .input-group .tips {
    width: 100%;
    line-height: 1.7em;
    color: #868686;
    font-size: 16px;
    padding-top: 6px;
    padding-left: 8em; }
  .input-group select {
    font-size: clamp(18px, 1.3vw, 20px);
    margin-right: 30px; }
    .input-group select:last-child {
      margin-right: 0; }
  .input-group .btn {
    color: #fff;
    background: #1b1b1e;
    font-size: clamp(18px, 1.3vw, 20px);
    border: none;
    border-radius: 32px;
    cursor: pointer;
    padding: 10px 40px; }
    .input-group .btn[disabled] {
      background: #999;
      cursor: no-drop; }
  .input-group .with-btn {
    flex-grow: 1; }
    .input-group .with-btn .form-input {
      margin-bottom: 30px; }
      .input-group .with-btn .form-input input {
        width: 60%;
        margin-right: 20px; }
        .input-group .with-btn .form-input input+div:not([class]){
          display: inline;
        }
    .input-group .with-btn .error {
      margin: -25px 0px 25px; }

.policy-block {
  width: 66.7%;
  line-height: 1.5em;
  font-size: clamp(16px, 1vw, 20px);
  margin: 0 auto 60px; }
  .policy-block .btn {
    display: inline-block;
    font-size: 16px;
    color: #1b1b1e;
    background: #d3d3d3;
    border-radius: 32px;
    cursor: pointer;
    padding: 10px 30px;
    margin-bottom: 60px; }
  .policy-block .error {
    display: none;
    color: #ff0000; }

.member-wrapper {
  display: flex;
  max-width: 980px;
  font-size: clamp(20px, 1.3vw, 26px);
  gap: 27%;
  justify-content: center;
  text-align: center;
  padding: 220px 15px 400px;
  margin: 0 auto; }
  .member-wrapper img {
    display: block;
    height: 135px;
    margin: 0 auto 50px; }

.prod-struc {
  padding-top: 60px;
  padding-bottom: 50px; }
  .prod-struc .pills {
    margin-bottom: 0; }

.pager {
  text-align: center;
  margin-top: 100px; }
  .pager li {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #a0a0a0;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: top;
    margin: 0 8px; }
    .pager li.active {
      color: #1b1b1e; }
    .pager li a {
      display: block;
      height: 100%;
      text-align: center;
      cursor: pointer; }
    .pager li.first {
      background-image: url(../images/pager-first.svg);
      background-size: 10px; }
    .pager li.last {
      background-image: url(../images/pager-last.svg);
      background-size: 10px; }
    .pager li.prev {
      background-image: url(../images/pager-prev.svg);
      background-size: 7px; }
    .pager li.next {
      background-image: url(../images/pager-next.svg);
      background-size: 7px; }

.shopping-list-wrapper {
  max-width: 1445px;
  padding-bottom: 80px;
  margin: 0 auto; }
  .shopping-list-wrapper .list {
    border-bottom: rgba(0, 0, 0, 0.1) solid 1px; }
    .shopping-list-wrapper .list:last-child {
      border-bottom: 0; }
  .shopping-list-wrapper .title {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    border-bottom: #1b1b1e solid 2px;
    padding-bottom: 25px; }
  .shopping-list-wrapper .toggle-title {
    cursor: pointer;
    padding: 36px 0; }
    .shopping-list-wrapper .toggle-title > div {
      display: inline-block;
      vertical-align: middle; }
      .shopping-list-wrapper .toggle-title > div:first-child {
        width: 19.3%;
        padding-left: 3%; }
      .shopping-list-wrapper .toggle-title > div:nth-child(2) {
        width: 67%; }
      .shopping-list-wrapper .toggle-title > div:nth-child(3) {
        width: calc(13.7% - 12px); }
  .shopping-list-wrapper .status span {
    display: inline-block;
    font-size: 18px;
    border-radius: 32px;
    border-width: 2px;
    border-style: solid;
    padding: 0.3em 1.6em; }
  .shopping-list-wrapper .status.check span {
    color: #1b1b1e;
    border-color: #1b1b1e; }
  .shopping-list-wrapper .status.done span {
    color: #fff;
    background: #1b1b1e;
    border-color: #1b1b1e; }
  .shopping-list-wrapper .status.cancel span {
    color: #1b1b1e;
    background: #a0a0a0;
    border-color: #a0a0a0; }
  .shopping-list-wrapper .status.progress span {
    color: #fff;
    background: #e4801e;
    border-color: #e4801e; }
  .shopping-list-wrapper .number {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 24px; }
  .shopping-list-wrapper .date {
    font-size: 16px; }
  .shopping-list-wrapper .more {
    font-size: 18px; }
  .shopping-list-wrapper .toggle-content {
    display: none;
    padding-top: 30px;
    padding-bottom: 100px; }
  .shopping-list-wrapper .info-content {
    width: 49%;
    margin-bottom: 40px; }
    .shopping-list-wrapper .info-content td {
      padding: 12px; }
      .shopping-list-wrapper .info-content td:first-child {
        width: 58%;
        font-size: 18px; }
      .shopping-list-wrapper .info-content td:last-child {
        font-size: 16px; }
  .shopping-list-wrapper .prod-content {
    width: 68.2%;
    font-size: 18px;
    text-align: center; }
    .shopping-list-wrapper .prod-content thead {
      font-size: 18px;
      border-bottom: rgba(0, 0, 0, 0.1) solid 1px; }
      .shopping-list-wrapper .prod-content thead td {
        padding-bottom: 4px; }
    .shopping-list-wrapper .prod-content td {
      padding: 1em; }
      .shopping-list-wrapper .prod-content td:first-child {
        width: 58%; }
  .shopping-list-wrapper .form-checkbox {
    margin-bottom: 100px; }
    .shopping-list-wrapper .form-checkbox .error {
      display: none;
      color: #ff0000; }

.cart-list {
  width: 100%;
  font-size: 16px;
  text-align: center;
  margin-bottom: 100px; }
  .cart-list tr {
    border-bottom: rgba(0, 0, 0, 0.3) solid 1px; }
  .cart-list td {
    padding: 30px 0; }
    .cart-list td:first-child {
      width: 65%;
      text-align: left;
      padding-left: 6%;
      padding-right: 1.7%; }
    .cart-list td:last-child {
      width: 5.5%;
      padding-right: 2.9%; }
    .cart-list td.total {
      text-align: right;
      padding-right: calc(5.5% + 30px); }
  .cart-list thead td {
    min-width: 3em;
    padding: 8px 1.7%; }
    .cart-list thead td:first-child {
      padding-left: calc(6% + 138px + 1em); }
  .cart-list tbody tr:last-child {
    border-bottom: 0; }
  .cart-list .img-wrapper {
    display: inline-block;
    width: 138px;
    border: rgba(0, 0, 0, 0.1) solid 1px;
    vertical-align: middle; }
  .cart-list img {
    display: block; }
  .cart-list .text-wrapper {
    display: inline-block;
    vertical-align: middle;
    padding-left: 1em; }
  .cart-list .del {
    width: 20px;
    height: 20px;
    background: url(../images/cart-del.svg) no-repeat;
    -o-background-size: 12px;
    background-size: 12px;
    background-position: center;
    cursor: pointer; }
  .cart-list .form-input select {
    background-size: 5px;
    background-position: center right 16px;
    padding: 5px 35px 5px 25px; }
  .cart-list .add-item {
    position: relative; }
    .cart-list .add-item td {
      text-align: center; }

.prod-select-wrapper {
  display: none;
  position: absolute;
  left: 50%;
  z-index: 3;
  width: 45%;
  max-width: 660px;
  border: #868686 solid 2px;
  transform: translateX(-50%) translateY(30px); }
  .prod-select-wrapper .head {
    font-size: clamp(20px, 1.3vw, 25px);
    color: #fff;
    background: #1b1b1e;
    text-align: center;
    padding: 18px 15px; }
  .prod-select-wrapper .prev {
    float: left;
    width: 50px;
    height: 50px;
    background: url(../images/prev.svg) no-repeat;
    -o-background-size: 15px;
    background-size: 15px;
    background-position: center;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    margin: -10px -50px 0 0; }
    .prod-select-wrapper .prev.show {
      opacity: 1;
      pointer-events: initial; }
  .prod-select-wrapper .content {
    max-height: calc(100vh - 200px);
    min-height: 200px;
    background: #fff;
    overflow: auto; }
    .prod-select-wrapper .content::-webkit-scrollbar {
      width: 12px; }
    .prod-select-wrapper .content::-webkit-scrollbar-track {
      background: #d3d3d3; }
    .prod-select-wrapper .content::-webkit-scrollbar-thumb {
      background: #1b1b1e; }
  .prod-select-wrapper .catelog {
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s; }
    .prod-select-wrapper .catelog li {
      display: block;
      font-size: clamp(16px, 0.9vw, 19px);
      border-bottom: rgba(27, 27, 30, 0.3) solid 1px;
      cursor: pointer;
      text-align: left;
      padding: 12px 4.8%; }
      .prod-select-wrapper .catelog li:last-child {
        border-bottom: 0; }
    .prod-select-wrapper .catelog.hide {
      opacity: 0;
      transform: translateX(-20px); }
  .prod-select-wrapper .prod-wrapper {
    display: none;
    opacity: 0;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s; }
    .prod-select-wrapper .prod-wrapper .item {
      border-bottom: rgba(27, 27, 30, 0.3) solid 1px;
      padding: 14px 4.8%; }
      .prod-select-wrapper .prod-wrapper .item:last-child {
        border-bottom: 0; }
    .prod-select-wrapper .prod-wrapper.show {
      display: block;
      opacity: 1; }
  .prod-select-wrapper .img {
    display: inline-block;
    width: 15.5%;
    vertical-align: middle;
    margin-right: 10px; }
  .prod-select-wrapper .text {
    display: inline-block;
    width: 63%;
    font-size: clamp(16px, 1vw, 20px);
    text-align: left;
    vertical-align: middle;
    margin-right: 10px; }
  .prod-select-wrapper .item-title {
    margin-bottom: 5px; }
  .prod-select-wrapper .add {
    display: inline-block;
    width: calc(20.5% - 32px);
    height: 30px;
    background: url(../images/cart-dark.png) no-repeat;
    -o-background-size: 30px;
    background-size: 30px;
    background-position: center;
    cursor: pointer; }

.cart-form {
  padding: 72px 4% 110px; }
  .cart-form .input-group {
    margin-bottom: 20px; }
    .cart-form .input-group .with-btn .form-input input {
      width: 9em; }
  .cart-form .form-input input {
    border-radius: 12px;
    padding: 12px 16px; }
  .cart-form .form-input select {
    background-position: center right 16px;
    padding: 6px 35px 6px 25px; }
  .cart-form .form-input textarea {
    border-radius: 12px; }
  .cart-form .two {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px; }
    .cart-form .two > div:first-child {
      width: 60%;
      padding-right: 10%; }
    .cart-form .two > div:last-child {
      width: 40%; }
  .cart-form .confirm {
    display: flex; }
  .cart-form .confirm-table {
    width: 30%;
    font-size: clamp(20px, 1.3vw, 25px);
    text-align: right;
    margin: 0 0 0 auto; }
    .cart-form .confirm-table td {
      padding-bottom: 1.2em; }

.cart-tips {
  padding-top: 40px;
  margin-bottom: 135px; }
  .cart-tips > div {
    display: inline-block;
    width: calc(50% - 3px);
    vertical-align: top; }
    .cart-tips > div:first-child {
      padding-right: 4%; }
  .cart-tips .tips-list {
    margin-bottom: 2em; }
  .cart-tips .img-wrapper {
    display: inline-block;
    width: 46px;
    vertical-align: middle;
    margin-right: 4%; }
  .cart-tips .text-wrapper {
    display: inline-block;
    width: calc(96% - 52px);
    vertical-align: middle; }
  .cart-tips .tips-title {
    font-size: clamp(18px, 1.3vw, 22px);
    font-weight: 600;
    margin-bottom: 0.8em; }
  .cart-tips p {
    font-size: clamp(16px, 1vw, 18px); }

.done-wrapper {
  max-width: 680px;
  margin: 0 auto; }
  .done-wrapper .icon {
    display: block;
    width: 254px;
    margin: 0 auto 150px; }

.done-text {
  margin-bottom: 220px; }
  .done-text li {
    display: block;
    font-size: 20px;
    background: url(../images/alert-icon.svg) no-repeat;
    -o-background-size: 27px;
    background-size: 27px;
    background-position: center left;
    padding-left: 40px;
    margin-bottom: 1.5em; }

.about-struc .banner img {
  width: 100%; }
.about-struc .page-title {
  padding-bottom: 95px; }
.about-struc .credits {
  background: #fff;
  padding-top: 0;
  padding-bottom: 80px; }

.about-nav {
  width: 100%;
  font-size: clamp(16px, 1vw, 20px);
  border-bottom: rgba(27, 27, 30, 0.3) solid 1px;
  text-align: center;
  margin-bottom: 75px; }
  .about-nav li {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 2%;
    margin-bottom: -1px; }
    .about-nav li a {
      display: block;
      border-bottom: transparent solid 1px;
      padding: 15px 10px; }
      .about-nav li a.active {
        border-bottom-color: #1b1b1e; }
    .about-nav li:last-child {
      margin-right: 0; }

.news-inner {
  padding: 0 15px 130px; }

.news-wrapper {
  max-width: 1588px;
  margin: 0 auto; }
  .news-wrapper .list {
    border-bottom: rgba(27, 27, 30, 0.3) solid 1px; }
    .news-wrapper .list:nth-child(n+11) {
      display: none; }
  .news-wrapper .toggle-title {
    display: flex;
    cursor: pointer;
    padding: 18px 0; }
    .news-wrapper .toggle-title > div {
      font-size: 18px;
      padding-left: 9.1%;
      padding-right: 9.1%; }
      .news-wrapper .toggle-title > div:first-child {
        min-width: calc(108px + 18.2%);
        font-feature-settings: "tnum"; }
    .news-wrapper .toggle-title.active {
      color: #fff;
      background: #1b1b1e;
      border-radius: 32px; }
  .news-wrapper .toggle-content {
    display: none;
    line-height: 1.5em;
    font-size: 16px;
    padding: 24px 16.3% 80px; }
    .news-wrapper .toggle-content h2 {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 0.5em; }
    .news-wrapper .toggle-content h3 {
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 0.5em; }
    .news-wrapper .toggle-content h4 {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 0.5em; }
    .news-wrapper .toggle-content ul {
      padding-left: 1.2em;
      margin-bottom: 0.5em; }
      .news-wrapper .toggle-content ul li {
        list-style-type: disc; }
    .news-wrapper .toggle-content ol {
      padding-left: 1.2em;
      margin-bottom: 0.5em; }
      .news-wrapper .toggle-content ol li {
        list-style-type: decimal; }
    .news-wrapper .toggle-content table tr:nth-child(odd) {
      background: #dfdfdf; }
    .news-wrapper .toggle-content table td {
      padding: 8px 10px; }
    .news-wrapper .toggle-content iframe {
      max-width: 100%; }
  .news-wrapper .bottom-img {
    width: 166.2%;
    max-width: 100vw;
    transform: translateX(-50%);
    margin-left: 50%; }

blockquote {
  border-left: #333 solid 10px;
  padding: 20px;
  margin-bottom: 60px; }

.three-col {
  display: flex;
  gap: 10px;
  margin-bottom: 20px; }

.two-col {
  display: flex;
  gap: 10px;
  margin-bottom: 20px; }

.about-tab {
  display: none;
  padding: 0 15px; }

.about-inner {
  max-width: 1440px;
  padding-bottom: 80px;
  margin: 0 auto; }
  .about-inner .page-title {
    border-bottom: rgba(27, 27, 30, 0.3) solid 1px; }
  .about-inner .pills {
    margin-bottom: 140px; }
  .about-inner .toggle-title {
    font-size: 18px;
    background: url(../images/plus.svg) no-repeat;
    -o-background-size: 22px;
    background-size: 22px;
    background-position: right top 42px;
    padding: 36px 64px 36px 10px; }
    .about-inner .toggle-title.active {
      background-image: url(../images/minus.svg);
      background-position: right top 50px; }
  .about-inner .toggle-content {
    display: none;
    font-size: clamp(16px, 1vw, 20px);
    padding-left: 15px;
    padding-bottom: 30px; }
  .about-inner .tab-content {
    padding-bottom: 80px; }
    .about-inner .tab-content .item {
      border-bottom: #1b1b1e solid 2px; }
      .about-inner .tab-content .item:first-child {
        border-top: #1b1b1e solid 2px; }

.about-policy {
  max-height: 70vh;
  line-height: 1.5em;
  font-size: clamp(16px, 1vw, 20px);
  overflow: auto;
  padding: 0 4%; }
  .about-policy::-webkit-scrollbar {
    width: 12px; }
  .about-policy::-webkit-scrollbar-track {
    background: #d3d3d3; }
  .about-policy::-webkit-scrollbar-thumb {
    background: #1b1b1e; }
  .about-policy h3 {
    font-size: clamp(22px, 1.6vw, 28px);
    text-align: center;
    margin-bottom: 1em; }

.about-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .about-flex.sec1 {
    align-items: flex-start;
    margin-bottom: 195px; }
    .about-flex.sec1 > div:first-child {
      width: 41%; }
    .about-flex.sec1 > div:last-child {
      width: 59%;
      padding-left: 50px; }
  .about-flex.sec2 {
    padding-bottom: 80px; }
    .about-flex.sec2 > div:first-child {
      width: 64%;
      padding-right: 6%; }
    .about-flex.sec2 > div:last-child {
      width: 36%; }
    .about-flex.sec2 h3 {
      font-size: clamp(24px, 2vw, 40px);
      font-weight: 600;
      border-bottom: rgba(27, 27, 30, 0.3) solid 1px;
      padding-bottom: 8px;
      margin-bottom: 12px; }
    .about-flex.sec2 p {
      font-weight: 400;
      margin-bottom: 18%; }
      .about-flex.sec2 p:last-child {
        margin-bottom: 0; }
      @media (max-width: 1000px) and (min-width: 768px) {
        .about-flex.sec2 p {
          margin-bottom: 10%; } }
  .about-flex.sec3 {
    line-height: 1.2em;
    font-size: clamp(16px, 1.3vw, 20px);
    margin-bottom: 200px; }
    .about-flex.sec3 small {
      font-size: clamp(16px, 1vw, 20px); }
    .about-flex.sec3 > div:first-child {
      width: 49.3%;
      padding-right: 6%; }
    .about-flex.sec3 > div:last-child {
      width: 50.6%; }
  .about-flex p {
    line-height: 1.5em;
    font-size: clamp(14px, 1vw, 20px);
    font-weight: 600; }

.map {
  position: relative;
  padding-top: 55.8%; }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.phone-tips {
  display: block;
  cursor: pointer; }
  .phone-tips img {
    margin-bottom: -1px; }

.main-carousel-wrapper {
  background: #000; }

.main-carousel {
  max-width: 900px;
  margin: 0 auto; }
  .main-carousel .cell {
    width: 100%; }
  .main-carousel img {
    display: block; }

@media (max-width: 1280px) {
  header .top {
    background: #fff; }
    header .top ul {
      color: #1b1b1e;
      text-align: center;
      padding: 14px 12px; }
      header .top ul li {
        font-size: clamp(12px, 3vw, 14px);
        padding: 0 0 0 0.8em;
        margin: 0; }
        header .top ul li:after {
          content: '';
          display: inline-block;
          width: 1px;
          height: 1em;
          background: #1b1b1e;
          vertical-align: middle;
          margin-left: 1em; }
        header .top ul li.left {
          float: none; }
        header .top ul li:nth-child(2) {
          padding-left: 0.8em; }
        header .top ul li:last-child:after {
          display: none; }
        header .top ul li.hidden-tablet {
          display: none; }
      header .top ul img {
        width: 16px; }
    header .top .cart-btn .num {
      color: #fff;
      background: #1b1b1e;
      transform: scale(0.8); }
  header .menu-btn {
    width: 50px;
    height: 50px;
    background: url(../images/menu-btn.svg) no-repeat;
    -o-background-size: 16px;
    background-size: 16px;
    background-position: center;
    cursor: pointer; }
  header .logo {
    width: 72%;
    max-width: 140px; }
  header .news {
    display: none; }
  header .search-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    background: rgba(89, 87, 87, 0.5); }
  header .search-form {
    width: 90%;
    max-width: 600px;
    background: #fff;
    text-align: center;
    padding: 15px 15px 80px;
    margin: 20% auto 0; }
    header .search-form .close {
      width: 40px;
      height: 40px;
      background: url(../images/close.svg) no-repeat;
      -o-background-size: 18px;
      background-size: 18px;
      background-position: center;
      cursor: pointer;
      margin: 0 0 60px auto; }
  header input {
    width: calc(100% - 60px);
    max-width: 480px; }
  header .search-btn {
    width: 25px;
    height: 25px;
    background: url(../images/search-btn.svg) no-repeat;
    -o-background-size: 18px;
    background-size: 18px;
    background-position: center;
    cursor: pointer;
    transform: rotate(270deg);
    margin: 0 0 0 auto; }
  header .side {
    align-self: center; }
  header .menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    background: url(../images/search-btn.svg) no-repeat;
    -o-background-size: 18px;
    background-size: 18px;
    background-position: center;
    width: 100%;
    height: 100%;
    color: #1b1b1e;
    background: rgba(89, 87, 87, 0.5);
    text-align: left;
    padding: 0; }
    header .menu ul {
      width: 82%;
      max-width: 250px;
      max-height: 100vh;
      max-height: 100dvh;
      background: #fff;
      overflow: auto; }
      header .menu ul li {
        display: block;
        height: auto;
        font-size: clamp(12px, 3vw, 15px);
        padding: 0.8em 0.5em 0.8em 1em;
        margin: 0; }
        header .menu ul li a {
          display: inline; }
        header .menu ul li.close {
          width: 28px;
          height: 28px;
          background: url(../images/close.svg) no-repeat;
          -o-background-size: 12px;
          background-size: 12px;
          background-position: center;
          cursor: pointer;
          margin: 0 0.5em 0.5em auto; }
      header .menu ul::-webkit-scrollbar {
        width: 10px; }
      header .menu ul::-webkit-scrollbar-track {
        background: #d3d3d3; }
      header .menu ul::-webkit-scrollbar-thumb {
        background: #1b1b1e; }
    header .menu .child-btn {
      float: right;
      width: 25px;
      height: 25px;
      background: url(../images/menu-nav-btn.svg) no-repeat;
      -o-background-size: 6px;
      background-size: 6px;
      background-position: center;
      cursor: pointer;
      transition: all 0.3s;
      -ms-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      margin-top: -28px; }
      header .menu .child-btn.active {
        transform: rotate(90deg); }
    header .menu .child {
      position: static;
      width: auto;
      background: #fff;
      padding-top: 0.5em; }
      header .menu .child a {
        padding: 0; }
    header .menu .bottom {
      display: block;
      padding-top: 1.5em; }
      header .menu .bottom ul li {
        padding-left: 0; }
        header .menu .bottom ul li a {
          display: block;
          min-height: 1.1em;
          background-position: center left;
          background-repeat: no-repeat;
          padding-left: 30px; }
  header .category {
    display: flex;
    width: calc(100% + 3px);
    flex-wrap: wrap;
    margin-top: 20px; }
    header .category > div {
      width: 25%;
      font-size: 12px;
      text-align: center;
      border: #bdbdbd solid 1px;
      padding: 4px 0 6px 0;
      margin: 0 -1px -1px 0; }
      header .category > div:nth-child(4n+1) {
        border-left: 0; }
      header .category > div:nth-child(4n) {
        border-right: 0; }
    header .category img {
      display: block;
      width: 32%;
      margin-bottom: 2px; }
    header .category small {
      display: block;
      transform: scale(0.9); }

  .header-carousel {
    display: none; } }
@media (max-width: 1024px) {
  .sidebar {
    right: 5px;
    top: initial;
    bottom: 60px;
    transform: none; }
    .sidebar .hide-s {
      display: none !important; }
    .sidebar .hide-l {
      display: block !important; }
    .sidebar .inner {
      width: auto;
      background: transparent;
      border: none;
      padding: 0; }
    .sidebar .back-top {
      cursor: pointer; }

  .section-title .title {
    font-size: clamp(20px, 2.7vw, 28px); }
  .section-title .link {
    font-size: 15px;
    margin-top: -1.4em; }
  .section-title .left {
    font-size: 15px; }

  .page-title .title {
    font-size: clamp(20px, 2.7vw, 28px); }

  .credits-wrapper {
    gap: 7px; }
    .credits-wrapper .list {
      width: calc(33.33% - 4.66px);
      margin-bottom: 30px; }
      .index .credits-wrapper .list:nth-child(4) {
        display: none; }
      .index .credits-wrapper .list:nth-child(5) {
        display: none; }

  .credits {
    padding: 30px 0 20px; }

  .pills li {
    margin-right: 1em;
    margin-bottom: 0.8em; }
    .pills li.active a {
      padding-top: 0.1em;
      padding-bottom: 0.1em; }

  .product .inner {
    padding-left: 15px;
    padding-right: 15px; }

  .product-wrapper .list {
    width: calc(33.33% - 4.66px);
    margin-right: 1px;
    margin-bottom: 40px; }
    .product-wrapper .list:nth-child(3n) {
      margin-right: 0; }
    .product-wrapper .list:nth-child(5n) {
      margin-right: 1px; }
    .product-wrapper .list:nth-child(15n) {
      margin-right: 0; }
  .product-wrapper .title {
    font-size: clamp(12px, 2vw, 16px); }
  .product-wrapper .price {
    font-size: clamp(12px, 2vw, 16px); }

  .lightbox-outer .close {
    width: 24px;
    height: 24px;
    background-size: 12px; }
  .lightbox-outer .credit-lightbox {
    width: 97%;
    padding: 8px 1.9% 10px 2.5%; }
    .lightbox-outer .credit-lightbox .info {
      font-size: clamp(12px, 2vw, 16px); }
    .lightbox-outer .credit-lightbox .title {
      font-size: clamp(15px, 2vw, 18px); }
    .lightbox-outer .credit-lightbox .credit-main {
      margin-bottom: 4px; }
  .lightbox-outer .prod-lightbox {
    width: 77.3%; }
    .lightbox-outer .prod-lightbox .type {
      font-size: clamp(12px, 2vw, 16px); }
    .lightbox-outer .prod-lightbox .title {
      font-size: clamp(15px, 2vw, 18px); }
    .lightbox-outer .prod-lightbox .subtitle {
      font-size: clamp(12px, 2vw, 16px); }
    .lightbox-outer .prod-lightbox .price-block {
      font-size: clamp(12px, 2vw, 16px); }
    .lightbox-outer .prod-lightbox .tab-pills > div {
      font-size: clamp(12px, 2vw, 16px);
      padding-left: 6px;
      padding-right: 6px; }
    .lightbox-outer .prod-lightbox .cart {
      background-size: 22px; }
  .lightbox-outer .normal-lightbox {
    font-size: clamp(12px, 2vw, 16px);
    padding: 22px 20px 108px; }
    .lightbox-outer .normal-lightbox .title {
      font-size: clamp(20px, 2.7vw, 28px); }
  .lightbox-outer.send .close {
    margin: 0 0 60px auto; }
  .lightbox-outer .policy-lightbox {
    width: 96%;
    font-size: clamp(12px, 2vw, 16px);
    border-radius: 14px;
    padding: 14px 4% 22px; }
    .lightbox-outer .policy-lightbox .title {
      font-size: clamp(18px, 2.7vw, 28px); }

  .popup-tab-content {
    font-size: clamp(12px, 1.8vw, 16px); }
    .popup-tab-content h2 {
      font-size: clamp(18px, 2.1vw, 22px); }
    .popup-tab-content h3 {
      font-size: clamp(16px, 1.9vw, 20px); }
    .popup-tab-content h4 {
      font-size: clamp(14px, 1.7vw, 18px); }

  .prod-struc .pills {
    margin-bottom: 40px; }

  .pager {
    margin-top: 50px; }
    .pager li {
      width: 24px;
      height: 24px;
      font-size: 18px; }
      .pager li.first {
        background-size: 12px; }
      .pager li.prev {
        background-size: 8px; }
      .pager li.next {
        background-size: 8px; }
      .pager li.last {
        background-size: 12px; }

  .form-input input {
    font-size: clamp(12px, 2vw, 16px); }
  .form-input select {
    font-size: clamp(12px, 2vw, 16px);
    background-size: 7px;
    background-position: center right 15px;
    padding: 7px 30px 7px 18px;
    margin-right: 13px; }

  .forget-psw a {
    font-size: clamp(12px, 2vw, 16px); }

  .form-checkbox input[type="checkbox"] + label {
    min-height: 22px;
    font-size: clamp(12px, 2vw, 16px);
    background-size: 16px;
    padding-left: 22px; }

  .btn-group .btn {
    font-size: clamp(12px, 2.3vw, 24px); }

  .member-wrapper {
    gap: 21%; }

  .input-group .form-group-title {
    font-size: clamp(12px, 1.8vw, 16px); }
    .cart-form .input-group .form-group-title {
      font-size: clamp(12px, 1.8vw, 16px); }
  .input-group .form-text {
    font-size: clamp(12px, 1.8vw, 16px); }
  .input-group .btn {
    font-size: clamp(12px, 1.8vw, 16px);
    padding: 7px 16px; }
  .input-group .tips {
    font-size: clamp(12px, 1.8vw, 16px);
    padding-left: 7em; }

  .policy-block {
    font-size: clamp(12px, 1.6vw, 16px); }
    .policy-block .btn {
      font-size: clamp(12px, 1.6vw, 16px);
      padding: 7px 16px; }

  .shopping-list-wrapper .title {
    font-size: clamp(16px, 1.9vw, 20px); }
  .shopping-list-wrapper .status span {
    font-size: clamp(12px, 1.9vw, 16px);
    padding-left: 1.4em;
    padding-right: 1.4em; }
  .shopping-list-wrapper .number {
    font-size: clamp(12px, 1.9vw, 16px);
    margin-bottom: 12px; }
  .shopping-list-wrapper .date {
    font-size: clamp(12px, 1.9vw, 16px); }
  .shopping-list-wrapper .more {
    font-size: clamp(12px, 1.9vw, 16px); }
  .shopping-list-wrapper .toggle-title > div:first-child {
    width: 29.3%; }
  .shopping-list-wrapper .toggle-title > div:nth-child(2) {
    width: 57%; }
  .shopping-list-wrapper .toggle-title > div:nth-child(3) {
    width: calc(13.7% - 12px); }
  .shopping-list-wrapper .info-content td:first-child {
    font-size: clamp(12px, 1.9vw, 16px); }
  .shopping-list-wrapper .info-content td:last-child {
    font-size: clamp(12px, 1.9vw, 16px); }
  .shopping-list-wrapper .prod-content {
    font-size: clamp(12px, 1.9vw, 16px); }
    .shopping-list-wrapper .prod-content thead {
      font-size: clamp(12px, 1.9vw, 16px); }

  .cart-list {
    font-size: clamp(12px, 2vw, 16px); }
    .cart-list td:first-child {
      width: 62%;
      padding-left: 3%; }
    .cart-list td:last-child {
      padding-right: 0; }
    .cart-list .form-input select {
      background-size: 6px;
      background-position: center right 13px;
      padding: 3px 25px 3px 15px; }
    .cart-list .img-wrapper {
      width: 24%; }
    .cart-list .text-wrapper {
      max-width: calc(76% - 6px); }

  .cart-form .form-input input {
    font-size: clamp(12px, 1.8vw, 16px); }
  .cart-form .confirm-table {
    font-size: clamp(12px, 2vw, 16px); }

  .prod-select-wrapper {
    width: 80%; }

  .done-wrapper {
    text-align: center; }
    .done-wrapper .icon {
      width: 28%;
      margin-bottom: 50px; }

  .done-text {
    display: inline-block;
    margin-bottom: 80px; }
    .done-text li {
      font-size: clamp(12px, 2vw, 20px);
      background-size: 1em;
      text-align: left;
      padding-left: 1.5em; }

  .about-nav {
    font-size: clamp(12px, 1.5vw, 16px);
    white-space: nowrap;
    overflow: auto;
    overflow-y: hidden; }
    .about-nav li a {
      border-width: 2px; }

  .news-wrapper .toggle-content {
    font-size: clamp(12px, 1.8vw, 16px); }
    .news-wrapper .toggle-content h2 {
      font-size: clamp(18px, 2.1vw, 22px); }
    .news-wrapper .toggle-content h3 {
      font-size: clamp(16px, 1.9vw, 20px); }
    .news-wrapper .toggle-content h4 {
      font-size: clamp(14px, 1.7vw, 18px); }

  .about-inner .pills {
    margin-bottom: 80px; }
  .about-inner .toggle-title {
    font-size: clamp(13px, 1.5vw, 16px);
    background-size: 14px;
    background-position: right 20px top 24px;
    padding: 20px 64px 20px 10px; }
    .about-inner .toggle-title.active {
      background-position: right 20px top 30px; }
  .about-inner .toggle-content {
    font-size: clamp(13px, 1.5vw, 16px); } }
@media (max-width: 1024px) and (min-width: 768px) {
  .member-wrapper {
    padding: 120px 15px 200px; }
    .member-wrapper img {
      height: 110px; }

  .form-input input {
    padding: 12px 16px; }

  .signup-wrapper {
    padding: 0 5%; }

  .news-wrapper .toggle-title {
    padding: 10px 0; }
    .news-wrapper .toggle-title > div {
      font-size: 16px; }
      .news-wrapper .toggle-title > div:first-child {
        min-width: calc(100px + 18.2%); } }
@media (max-width: 767px) {
  header .top ul li {
    line-height: initial; }
  header .center > div {
    flex-shrink: 1; }
    header .center > div:nth-child(2) {
      flex: 0 0 52%; }

  .section-title {
    margin-bottom: 20px; }

  .badge-list .badge {
    transform: scale(0.8);
    padding: 1px 2px;
    margin-right: 0; }

  .product-wrapper .subtitle {
    font-size: 12px; }

  .product .inner {
    padding-bottom: 50px; }

  footer .inner {
    flex-wrap: wrap;
    padding: 45px 20px 60px; }
  footer .detail {
    display: block;
    margin-right: 0;
    margin-bottom: 30px; }
  footer .contact {
    display: block;
    width: 100%; }
    footer .contact .sec1 {
      display: block;
      margin-right: 0;
      margin-bottom: 40px; }
    footer .contact .sec2 {
      display: block; }
  footer p {
    line-height: 1.6em;
    font-size: 12px; }
  footer .align {
    margin-left: 0.5em; }
  footer .logo {
    width: 90px; }
  footer .contact-title {
    font-size: 13px; }
  footer .icon {
    display: none; }

  .sidebar {
    right: 10px; }
    .sidebar img {
      max-width: 28px; }

  .pager li {
    width: 20px;
    height: 20px;
    font-size: 14px;
    margin: 0 8px; }
    .pager li.first {
      background-size: 10px; }
    .pager li.prev {
      background-size: 6px; }
    .pager li.next {
      background-size: 6px; }
    .pager li.last {
      background-size: 10px; }

  .form-input input {
    padding: 8px 16px; }
  .form-input.mb {
    margin-bottom: 16px; }

  .main-struc .inner {
    padding-top: 85px; }

  .login-wrapper {
    max-width: 76%; }
    .login-wrapper .icon {
      width: 28%;
      margin: 0 auto 70px; }
    .login-wrapper .btn-group {
      margin-top: 100px; }

  .btn-group .btn {
    padding: 7px 32px; }

  label.error {
    font-size: 12px; }

  .member-wrapper {
    font-size: clamp(12px, 2vw, 16px);
    gap: 14%;
    padding: 30px 15px 0px; }
    .member-wrapper img {
      height: 70px;
      margin-bottom: 20px; }

  .signup-wrapper {
    max-width: 84%; }
    .signup-wrapper .icon {
      width: 28%;
      margin: 0 auto 70px; }

  .input-group {
    flex-wrap: wrap;
    margin-bottom: 30px; }
    .input-group .form-input {
      flex: 0 0 100%;
      padding-top: 12px; }
    .input-group .with-btn {
      flex: 0 0 100%;
      padding-top: 12px; }
      .input-group .with-btn .form-input {
        margin-bottom: 4px; }
        .input-group .with-btn .form-input input {
          width: calc(100% - 106px);
          margin-right: 15px; }
      .input-group .with-btn .error{
        margin-top: 0;
        margin-bottom: 10px;
      }
    .input-group .tips {
      padding-left: 0; }

  .policy-block {
    width: 84%; }

  .shopping-list-wrapper {
    max-width: initial;
    width: calc(100% + 30px);
    padding-bottom: 0;
    margin-left: -15px; }
    .shopping-list-wrapper .toggle-title {
      padding: 22px 0; }
    .shopping-list-wrapper .toggle-content {
      padding-bottom: 60px; }
    .shopping-list-wrapper .info-content {
      width: 68%; }
      .shopping-list-wrapper .info-content td {
        padding: 5px 0; }
        .shopping-list-wrapper .info-content td:first-child {
          width: 52%; }
    .shopping-list-wrapper .prod-content {
      width: 86%; }
      .shopping-list-wrapper .prod-content thead td {
        padding-bottom: 8px; }
      .shopping-list-wrapper .prod-content td {
        padding: 0.5em; }
    .shopping-list-wrapper .form-checkbox {
      margin-bottom: 40px; }

  .cart-list thead {
    display: none; }
  .cart-list .del {
    background-size: 9px; }
  .cart-list td:last-child {
    width: 8.5%; }
  .cart-list td.total {
    padding-right: 8.5%; }

  .cart-form {
    padding: 40px 6% 60px; }
    .cart-form .form-input input {
      font-size: clamp(12px, 2vw, 16px);
      padding: 8px 16px; }
    .cart-form .input-group .with-btn {
      flex: 0 0 calc(100% - 7em);
      padding-top: 0; }
      .cart-form .input-group .with-btn .form-input {
        padding-top: 0; }
        .cart-form .input-group .with-btn .form-input input {
          width: 10em; }
        .cart-form .input-group .with-btn .form-input select {
          background-size: 6px;
          background-position: center right 10px;
          padding: 3px 25px 3px 15px; }
    .cart-form .two {
      margin-bottom: 20px; }
      .cart-form .two > div:first-child {
        width: 100%;
        padding-right: 0; }
      .cart-form .two > div:last-child {
        width: 100%; }

  .cart-tips {
    padding: 40px 7% 0;
    margin-bottom: 50px; }
    .cart-tips > div {
      display: block;
      width: 100%; }
      .cart-tips > div:first-child {
        padding-right: 0; }
    .cart-tips .tips-title {
      font-size: 14px;
      margin-bottom: 0.4em; }
    .cart-tips p {
      font-size: 12px; }
    .cart-tips .img-wrapper {
      width: 24px; }

  .prod-select-wrapper .head {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px; }
  .prod-select-wrapper .catelog li {
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px; }
  .prod-select-wrapper .text {
    font-size: 12px; }
  .prod-select-wrapper .add {
    background-size: 16px; }
  .prod-select-wrapper .prev {
    width: 38px;
    height: 38px;
    background-size: 10px;
    margin-right: -38px; }

  .about-struc .banner img {
    height: 106px;
    object-fit: cover; }
  .about-struc .page-title {
    padding-bottom: 45px;
    margin-bottom: 10px; }

  .about-nav {
    margin-bottom: 50px; }
    .about-nav li a {
      padding: 12px 8px; }

  .news-wrapper .toggle-title {
    padding: 8px 0; }
    .news-wrapper .toggle-title > div {
      font-size: 12px;
      padding-left: 4%;
      padding-right: 4%; }
      .news-wrapper .toggle-title > div:first-child {
        min-width: calc(72px + 8%); }
  .news-wrapper .toggle-content {
    padding: 24px 0 40px; }

  .three-col {
    gap: 7px;
    flex-wrap: wrap; }
    .three-col > div {
      flex: 0 0 calc(50% - 3.5px); }

  .about-policy {
    line-height: 2.5em;
    font-size: 12px; }

  .about-flex p {
    font-size: 12px; }
  .about-flex.sec1 {
    font-size: 12px;
    padding-top: 10px;
    margin-bottom: 60px; }
    .about-flex.sec1 > div:first-child {
      width: 100%;
      padding: 0 14%;
      margin-bottom: 15px; }
    .about-flex.sec1 > div:last-child {
      width: 100%;
      padding: 0 6%; }
  .about-flex.sec2 > div:first-child {
    width: 100%;
    padding: 0 6%;
    margin-bottom: 50px; }
  .about-flex.sec2 > div:last-child {
    width: 100%;
    padding: 0 14%; }
  .about-flex.sec2 h3 {
    font-size: 16px;
    text-align: center; }
  .about-flex.sec3 {
    font-size: 14px;
    padding-top: 10px;
    margin-bottom: 40px; }
    .about-flex.sec3 small {
      font-size: 14px; }
    .about-flex.sec3 > div:first-child {
      width: 100%;
      order: 2;
      padding: 0 8%; }
    .about-flex.sec3 > div:last-child {
      width: 100%;
      order: 1;
      padding: 0 5%;
      margin-bottom: 20px; }

  .phone-tips {
    font-size: 12px;
    margin-top: 10px; }
    .phone-tips img {
      width: 12px; } }

/*# sourceMappingURL=style.css.map */
