@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
*, button {
  box-sizing: border-box;
}
input, select, textarea {
  outline: 0;
}
*::after, *::before {
  box-sizing: border-box;
}
input[type=text], input[type=number], input[type=email], input[type=password], select, textarea {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
#shop-cart-product-img-modal {
  padding: 24px;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.5);
  overflow-y: auto;
}
#shop-cart-product-img-modal div {
  position: relative;
}
#shop-cart-product-img-modal div button {
  border: 0px;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  cursor: pointer;
}
#shop-cart-product-img-modal div picture {
  box-shadow: 0 0 2px #ccc;
  border: 10px solid #fff;
  border-radius: 10px;
  display: block;
  max-width: 100%;
}
#shop-cart-product-img-modal div picture img {
  display: block;
  max-width: 100%;
}
#shopping-car-modal {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  z-index: 5000;
  padding: 24px;
  max-height: 100vh;
  overflow-y: auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  /* 146.667% */
  letter-spacing: 0.6px;
  color: #0f0f0f;
}
#shopping-car-modal .modal-dialog {
  box-shadow: 0 0 2px #ccc;
  background-color: #fff;
  padding: 24px;
  border-radius: 30px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#shopping-car-modal .modal-dialog .modal-content .modal-header {
  position: relative;
  margin-bottom: 40px;
}
#shopping-car-modal .modal-dialog .modal-content .modal-header .modal-title {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  /* 128.571% */
  letter-spacing: 1.12px;
}
#shopping-car-modal .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 36px;
  width: 36px;
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
  font-size: 28px;
}
#shopping-car-modal .modal-dialog .modal-content .step {
  background-color: #F7F7F7;
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  padding: 16px 0;
}
#shopping-car-modal .modal-dialog .modal-content .step li {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  /* 146.667% */
  letter-spacing: 0.6px;
  color: #A3A3A3;
  width: 120px;
  margin: 0 10px;
}
#shopping-car-modal .modal-dialog .modal-content .step li i {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 48px;
  border: 1px solid #A3A3A3;
}
#shopping-car-modal .modal-dialog .modal-content .step li span {
  width: 100%;
}
#shopping-car-modal .modal-dialog .modal-content .step li.active i {
  border-color: #091D5B;
  background-color: #091D5B;
  color: #fff;
}
#shopping-car-modal .modal-dialog .modal-content .step li.active span {
  color: #091D5B;
}
#shopping-car-modal .modal-dialog .modal-content .step li:first-child:hover {
  cursor: pointer;
}
#shopping-car-modal .modal-dialog .modal-content .tab-content .tab-pane {
  display: none;
}
#shopping-car-modal .modal-dialog .modal-content .tab-content .tab-pane.active {
  display: block;
}
#shopping-car-modal .modal-dialog .modal-content .modal-body h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  /* 125% */
  letter-spacing: 0.96px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #0f0f0f;
}
#shopping-car-modal .modal-dialog .modal-content .modal-body h5 label {
  padding-left: 10px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.6px;
}
#shopping-car-modal .modal-dialog .modal-content .modal-body textarea {
  height: 300px;
  border: 1px solid #A3A3A3;
  padding: 11px 16px;
  width: 100%;
}
#shopping-car-modal .modal-dialog .modal-content .modal-body .table {
  margin-bottom: 24px;
}
#shopping-car-modal .modal-dialog .modal-content .modal-body .table .thead .tr .th {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.56px;
  color: #A3A3A3;
}
#shopping-car-modal .modal-dialog .modal-content .modal-body .table .thead .tr .th.count, #shopping-car-modal .modal-dialog .modal-content .modal-body .table .thead .tr .th.price {
  text-align: right;
}
#shopping-car-modal .modal-dialog .modal-content .modal-body .table .tbody .tr .td {
  vertical-align: middle;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px dotted #A3A3A3;
}
#shopping-car-modal .modal-dialog .modal-content .modal-body .table .tbody .tr .td .name {
  display: flex;
}
#shopping-car-modal .modal-dialog .modal-content .modal-body .table .tbody .tr .td .name picture {
  width: 65px;
  height: 65px;
  border: 1px solid #f1f1f1;
  padding: 1px;
  margin-right: 24px;
}
#shopping-car-modal .modal-dialog .modal-content .modal-body .table .tbody .tr .td .name picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#shopping-car-modal .modal-dialog .modal-content .modal-body .table .tbody .tr .td .name > div {
  width: calc(100% - 89px);
}
#shopping-car-modal .modal-dialog .modal-content .modal-body .table .tbody .tr .td .name > div span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  /* 146.667% */
  letter-spacing: 0.6px;
  margin-bottom: 8px;
}
#shopping-car-modal .modal-dialog .modal-content .modal-body .table .tbody .tr .td .name > div ul {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.56px;
  color: #A3A3A3;
}
#shopping-car-modal .modal-dialog .modal-content .modal-body .table .tbody .tr .td .name > div ul li {
  margin-bottom: 4px;
}
#shopping-car-modal .modal-dialog .modal-content .modal-body .table .tbody .tr .td .name > div ul.more {
  padding-top: 8px;
}
#shopping-car-modal .modal-dialog .modal-content .modal-body .table .tbody .tr .td .num {
  display: flex;
  border: 1px solid #A3A3A3;
  border-radius: 3px;
  overflow: hidden;
}
#shopping-car-modal .modal-dialog .modal-content .modal-body .table .tbody .tr .td .num button {
  border: 0px;
  padding: 0px;
  margin: 0px;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  width: 32px;
  height: 32px;
}
#shopping-car-modal .modal-dialog .modal-content .modal-body .table .tbody .tr .td .num div {
  text-align: center;
  width: 84px;
  height: 32px;
  line-height: 32px;
}
#shopping-car-modal .modal-dialog .modal-content .modal-body .table .tbody .tr .td.count, #shopping-car-modal .modal-dialog .modal-content .modal-body .table .tbody .tr .td.price {
  text-align: right;
}
#shopping-car-modal .modal-dialog .modal-content .modal-body .row .col-6 .order-info .form-group {
  margin-bottom: 24px;
}
#shopping-car-modal .modal-dialog .modal-content .modal-body .row .col-6 .order-info .form-group label {
  display: block;
  margin-bottom: 8px;
}
#shopping-car-modal .modal-dialog .modal-content .modal-body .row .col-6 .order-info .form-group select, #shopping-car-modal .modal-dialog .modal-content .modal-body .row .col-6 .order-info .form-group input {
  display: block;
  width: 100%;
  border: 1px solid #A3A3A3;
  padding: 11px 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.56px;
  color: #a3a3a3;
}
#shopping-car-modal .modal-dialog .modal-content .modal-body .row .col-6 .order-info .form-group.has-error label code {
  color: #a00;
}
#shopping-car-modal .modal-dialog .modal-content .modal-body .row .col-6 .order-info .form-group.has-error input, #shopping-car-modal .modal-dialog .modal-content .modal-body .row .col-6 .order-info .form-group.has-error select {
  border-color: #a00;
}
#shopping-car-modal .modal-dialog .modal-content .modal-body .order-info {
  margin-bottom: 24px;
}
#shopping-car-modal .modal-dialog .modal-content .modal-body .order-info .discount-list li {
  margin-bottom: 24px;
}
#shopping-car-modal .modal-dialog .modal-content .modal-body .order-info .discount-list li label {
  display: flex;
}
#shopping-car-modal .modal-dialog .modal-content .modal-body .order-info .discount-list li label input {
  display: none;
}
#shopping-car-modal .modal-dialog .modal-content .modal-body .order-info .discount-list li label span {
  padding: 12px;
}
#shopping-car-modal .modal-dialog .modal-content .modal-body .order-info .discount-list li label span.name {
  border: 1px solid #A3A3A3;
  margin-right: 10px;
  width: calc(100% - 80px);
}
#shopping-car-modal .modal-dialog .modal-content .modal-body .order-info .discount-list li label span.btn {
  width: 70px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #091D5B;
  color: #091D5B;
}
#shopping-car-modal .modal-dialog .modal-content .modal-body .order-info .discount-list li label:has(input:checked) span.btn {
  background-color: #091D5B;
  color: #fff;
}
#shopping-car-modal .modal-dialog .modal-content .modal-body .order-info .order-info dl {
  padding-bottom: 12px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
}
#shopping-car-modal .modal-dialog .modal-content .modal-body .order-info .order-info dl.sum {
  padding-top: 12px;
  border-bottom: 1px solid #A3A3A3;
  border-top: 1px solid #A3A3A3;
}
#shopping-car-modal .modal-dialog .modal-content .modal-body .order-info .order-info dl.sum dd {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  /* 125% */
  letter-spacing: 0.96px;
}
#shopping-car-modal .modal-dialog .modal-content .modal-body .order-info .order-detail dl {
  display: flex;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
#shopping-car-modal .modal-dialog .modal-content .modal-body .order-info .order-detail dl dt {
  width: 100px;
}
#shopping-car-modal .modal-dialog .modal-content .modal-footer button {
  display: block;
  padding: 14px 0;
  background-color: #091D5B;
  border: 0px;
  width: 100%;
  margin: 0px;
  color: #fff;
  cursor: pointer;
}
@media (min-width: 1448px) {
  #shopping-car-modal .modal-dialog {
    width: 1400px;
  }
}
@media (min-width: 768px) {
  #shopping-car-modal .modal-dialog .modal-content .modal-body .table {
    display: table;
    width: 100%;
  }
  #shopping-car-modal .modal-dialog .modal-content .modal-body .table .thead {
    display: table-header-group;
  }
  #shopping-car-modal .modal-dialog .modal-content .modal-body .table .thead .tr {
    display: table-row;
  }
  #shopping-car-modal .modal-dialog .modal-content .modal-body .table .thead .tr .th {
    display: table-cell;
    border-bottom: 1px dotted #A3A3A3;
    padding-bottom: 24px;
  }
  #shopping-car-modal .modal-dialog .modal-content .modal-body .table .thead .tr .th.name {
    width: 50%;
  }
  #shopping-car-modal .modal-dialog .modal-content .modal-body .table .thead .tr .th.remove {
    text-align: center;
    width: 56px;
    padding-left: 24px;
  }
  #shopping-car-modal .modal-dialog .modal-content .modal-body .table .thead .tr .th.num {
    width: 150px;
  }
  #shopping-car-modal .modal-dialog .modal-content .modal-body .table .tbody {
    display: table-row-group;
  }
  #shopping-car-modal .modal-dialog .modal-content .modal-body .table .tbody .tr {
    display: table-row;
  }
  #shopping-car-modal .modal-dialog .modal-content .modal-body .table .tbody .tr .td {
    display: table-cell;
  }
  #shopping-car-modal .modal-dialog .modal-content .modal-body .table .tbody .tr .td.remove {
    text-align: right;
  }
  #shopping-car-modal .modal-dialog .modal-content .modal-body .table .tbody .tr .td.remove button {
    border: 0px;
    margin: 0px;
    padding: 0px;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
    width: 32px;
    height: 32px;
  }
  #shopping-car-modal .modal-dialog .modal-content .row {
    display: flex;
  }
  #shopping-car-modal .modal-dialog .modal-content .row .col-6 {
    width: calc(50% - 24px);
  }
  #shopping-car-modal .modal-dialog .modal-content .row .col-6:nth-child(2n) {
    margin-left: 24px;
  }
  #shopping-car-modal .modal-dialog .modal-content .row .col-6:nth-child(2n + 1) {
    margin-right: 24px;
  }
}
#login-modal {
  max-height: 100vh;
  overflow-y: auto;
  position: fixed;
  top: 0px;
  z-index: 90000;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  filter: blur(0);
  display: flex;
  justify-content: center;
  padding: 24px;
  color: #0f0f0f;
}
#login-modal .modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 1200px) {
  #login-modal .modal-dialog {
    width: 1200px;
  }
}
#login-modal .modal-dialog .modal-content {
  box-shadow: 0 0 5px #ccc;
  border-bottom: 24px solid rgba(255, 255, 255, 0);
  padding: 24px;
  background-color: #fff;
  border-radius: 10px;
}
#login-modal .modal-dialog .modal-content .close {
  display: flex;
  justify-content: flex-end;
}
#login-modal .modal-dialog .modal-content .close button {
  border: 0;
  padding: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  width: 30px;
  height: 30px;
}
#login-modal .modal-dialog .modal-content .row .col span {
  color: #A3A3A3;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.6px;
}
#login-modal .modal-dialog .modal-content .tab-content .tab-pane {
  display: none;
}
#login-modal .modal-dialog .modal-content .tab-content .tab-pane.active {
  display: block;
}
#login-modal .modal-dialog .modal-content .tag-menu {
  display: flex;
  margin-bottom: 16px;
}
#login-modal .modal-dialog .modal-content .tag-menu li {
  margin-right: 10px;
}
#login-modal .modal-dialog .modal-content .tag-menu li a {
  color: #091D5B;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  /* 146.667% */
  letter-spacing: 0.6px;
}
#login-modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.88px;
  margin-bottom: 40px;
  color: #0f0f0f;
}
#login-modal .modal-dialog .modal-content .modal-body .form-group {
  margin-bottom: 16px;
}
#login-modal .modal-dialog .modal-content .modal-body .form-group label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  /* 146.667% */
  letter-spacing: 0.6px;
  color: #0f0f0f;
  margin-bottom: 16px;
}
#login-modal .modal-dialog .modal-content .modal-body .form-group input {
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  /* 146.667% */
  letter-spacing: 0.6px;
  color: #0f0f0f;
  padding: 12px 16px;
  border: 1px solid #0f0f0f;
}
#login-modal .modal-dialog .modal-content .modal-body .form-group.has-error label code {
  color: #a00;
}
#login-modal .modal-dialog .modal-content .modal-body .form-group.has-error input {
  border-color: #a00;
}
#login-modal .modal-dialog .modal-content .modal-body .form-button button {
  display: block;
  width: 100%;
  color: #fff;
  border: 1px solid #091D5B;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.56px;
  cursor: pointer;
  background-color: #091D5B;
  transition-duration: 0.5s;
  padding: 14px 0;
}
#login-modal .modal-dialog .modal-content .modal-body .form-button button:hover {
  background-color: #fff;
  color: #091D5B;
}
#login-modal .modal-dialog .modal-content .note {
  color: #a8a8a8;
}
#login-modal .modal-dialog .modal-content .note p {
  margin-bottom: 16px;
}
#login-modal .modal-dialog .modal-content .modal-footer {
  padding-top: 40px;
  padding-bottom: 40px;
}
#login-modal .modal-dialog .modal-content .modal-footer a {
  display: block;
  padding: 14px 0;
  color: #091D5B;
  border: #091D5B 1px solid;
  text-align: center;
  transition-duration: 0.5s;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.56px;
}
#login-modal .modal-dialog .modal-content .modal-footer a:hover {
  background-color: #091D5B;
  color: #fff;
}
#login-modal .modal-dialog .modal-content .socil-login {
  padding: 40px 0;
}
#login-modal .modal-dialog .modal-content .socil-login h5 {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  /* 146.667% */
  letter-spacing: 0.6px;
  margin-bottom: 16px;
}
#login-modal .modal-dialog .modal-content .socil-login ul {
  display: flex;
}
#login-modal .modal-dialog .modal-content .socil-login ul li {
  flex: 1;
  margin-right: 16px;
}
#login-modal .modal-dialog .modal-content .socil-login ul li:last-child {
  margin-right: 0;
}
#login-modal .modal-dialog .modal-content .socil-login ul li a, #login-modal .modal-dialog .modal-content .socil-login ul li button {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.56px;
  border: 0px;
  background-color: #fff;
  display: block;
  text-align: center;
  color: #fff;
  transition-duration: 0.5s;
  padding: 14px 0;
  width: 100%;
  cursor: pointer;
}
#login-modal .modal-dialog .modal-content .socil-login ul li a i, #login-modal .modal-dialog .modal-content .socil-login ul li button i {
  margin-right: 5px;
}
#login-modal .modal-dialog .modal-content .socil-login ul li a.line-login, #login-modal .modal-dialog .modal-content .socil-login ul li button.line-login {
  background-color: #21B94E;
  border: 1px solid #21B94E;
}
#login-modal .modal-dialog .modal-content .socil-login ul li a.line-login:hover, #login-modal .modal-dialog .modal-content .socil-login ul li button.line-login:hover {
  color: #21B94E;
  background-color: #fff;
}
#login-modal .modal-dialog .modal-content .socil-login ul li a.fb-login, #login-modal .modal-dialog .modal-content .socil-login ul li button.fb-login {
  background-color: #1877F2;
  border: 1px solid #1877F2;
}
#login-modal .modal-dialog .modal-content .socil-login ul li a.fb-login:hover, #login-modal .modal-dialog .modal-content .socil-login ul li button.fb-login:hover {
  color: #1877F2;
  background-color: #fff;
}
#login-modal .modal-dialog .modal-content .socil-login ul li a.google-login, #login-modal .modal-dialog .modal-content .socil-login ul li button.google-login {
  background-color: #DB4437;
  border: 1px solid #DB4437;
}
#login-modal .modal-dialog .modal-content .socil-login ul li a.google-login:hover, #login-modal .modal-dialog .modal-content .socil-login ul li button.google-login:hover {
  color: #DB4437;
  background-color: #fff;
}
@media (min-width: 768px) {
  #login-modal .modal-dialog .modal-content .row {
    display: flex;
  }
  #login-modal .modal-dialog .modal-content .row .col {
    width: 10%;
    text-align: center;
    position: relative;
  }
  #login-modal .modal-dialog .modal-content .row .col::after {
    content: " ";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    background-color: #A3A3A3;
  }
  #login-modal .modal-dialog .modal-content .row .col span {
    line-height: 70px;
    position: absolute;
    width: 100%;
    height: 70px;
    top: calc(50% - 35px);
    left: 0px;
    background-color: #fff;
    z-index: 1;
  }
  #login-modal .modal-dialog .modal-content .row .col-6 {
    width: 45%;
  }
  #login-modal .modal-dialog .modal-content .row .col-6:nth-child(2n) {
    padding-right: 24px;
  }
  #login-modal .modal-dialog .modal-content .row .col-6:nth-child(2n + 1) {
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  #login-modal .modal-dialog .modal-content .row .col {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
  }
  #login-modal .modal-dialog .modal-content .row .col::after {
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #A3A3A3;
    top: 50%;
    left: 0px;
    position: absolute;
  }
  #login-modal .modal-dialog .modal-content .row .col span {
    padding: 30px;
    background-color: #fff;
    position: relative;
    z-index: 1;
  }
}
html, body {
  font-family: "Noto Sans TC", "Heiti TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 146.667% */
  letter-spacing: 0.3px;
  color: #0f0f0f;
  background-color: #DCDCDC;
  /*
  @media(max-width:576px)
  {
    font-size:pxvw(15,390);
    line-height: pxvw(22,390);
    letter-spacing: pxvw(0.3,390);
  }
  */
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb li a {
  color: #646464;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  /* 146.154% */
  letter-spacing: 0.26px;
  transition: color 0.5s;
}
.breadcrumb li a:hover {
  color: #000;
}
.breadcrumb li::after {
  padding: 0 8px;
  content: "/";
}
.breadcrumb li:last-child a {
  color: #000;
}
.breadcrumb li:last-child::after {
  display: none;
}
*[role=link] {
  cursor: pointer;
}
.wrap {
  padding-right: 24px;
  padding-left: 24px;
}
@media (min-width: 1488px) {
  .wrap {
    padding-left: calc(50% - 720px);
    padding-right: calc(50% - 720px);
  }
}
picture.lazy {
  position: relative;
  display: block;
  width: 100%;
}
picture.lazy::before {
  content: " ";
  width: 100%;
  display: block;
}
picture.lazy img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.more-btn {
  display: flex;
}
.more-btn.center {
  justify-content: center;
}
.more-btn > a, .more-btn > span {
  position: relative;
  box-shadow: inset 0 0 0 #000;
  transition: box-shadow 0.5s;
  border: 1px solid #0f0f0f;
  color: #0f0f0f;
  transition: color 0.5s;
  border-radius: 100px;
  overflow: hidden;
}
.more-btn > a > span, .more-btn > span > span {
  padding: 8px 28px;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.more-btn > a::after, .more-btn > span::after {
  transition: 0.5s;
  box-shadow: 0 0 5px #000;
  transform: scale(0);
  content: " ";
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
}
.more-btn > a:hover, .more-btn > span:hover {
  color: #fff;
}
.more-btn > a:hover::after, .more-btn > span:hover::after {
  background-color: black;
  transform: scale(1);
}
#head #head-wrap {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  backdrop-filter: blur(2px);
  overflow: hidden;
}
#head #head-wrap #logo picture img {
  display: block;
  width: 90px;
  object-fit: contain;
  object-position: center;
}
#head #head-wrap .main-menu, #head #head-wrap .social-menu {
  transition: opacity 0.5s;
}
#head #head-wrap .main-menu li a, #head #head-wrap .social-menu li a {
  color: #0f0f0f;
  transition: color 0.5s;
}
#head #head-wrap .main-menu li a i, #head #head-wrap .social-menu li a i {
  font-size: 25px;
}
#head #head-wrap .main-menu li a:hover, #head #head-wrap .social-menu li a:hover {
  color: #646464;
}
@media (min-width: 980px) {
  #head {
    padding: 32px 24px;
  }
  #head #head-wrap {
    padding: 12px 40px;
    display: flex;
    align-items: center;
  }
  #head #head-wrap .main-menu {
    order: 0;
    flex: 1;
    display: flex;
    align-items: center;
  }
  #head #head-wrap .main-menu li {
    margin-right: 5%;
  }
  #head #head-wrap .main-menu li a {
    color: #646464;
  }
  #head #head-wrap .main-menu li a:hover {
    color: #0f0f0f;
  }
  #head #head-wrap #logo {
    order: 1;
  }
  #head #head-wrap #logo label {
    display: none;
  }
  #head #head-wrap .social-menu {
    order: 2;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #head #head-wrap .social-menu li {
    margin-left: 32px;
  }
  #head #head-wrap .social-menu li:first-child {
    margin-left: 0;
  }
  #head #head-wrap .social-menu li a {
    color: #646464;
    display: block;
  }
  #head #head-wrap .social-menu li a span {
    transition: background-color 0.5s;
    display: block;
    padding: 8px 24px;
    border-radius: 100px;
    background-color: #FFCD2A;
    color: #0f0f0f;
  }
  #head #head-wrap .social-menu li a:hover {
    color: #0f0f0f;
  }
  #head #head-wrap .social-menu li a:hover span {
    color: #0f0f0f;
    background-color: rgba(255, 205, 42, 0.6);
  }
}
@media (max-width: 979px) {
  #head {
    padding: 32px 24px;
  }
  #head #head-wrap {
    position: relative;
    padding: 12px 0;
  }
  #head #head-wrap #logo {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #head #head-wrap #logo label {
    position: absolute;
    right: 8px;
    top: calc(50% - 16px);
    cursor: pointer;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
  }
  #head #head-wrap #logo label input {
    display: none;
  }
  #head #head-wrap #logo label::after {
    font-family: "my-icon";
    content: "";
    font-weight: 900;
  }
  #head #head-wrap .main-menu {
    position: absolute;
    top: 100%;
    opacity: 0;
    padding-top: 36px;
  }
  #head #head-wrap .main-menu li {
    margin-bottom: 32px;
    text-align: center;
  }
  #head #head-wrap .main-menu li a {
    display: block;
  }
  #head #head-wrap .social-menu {
    opacity: 0;
    position: absolute;
    top: 100%;
    padding-bottom: 36px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #head #head-wrap .social-menu li {
    margin-right: 48px;
  }
  #head #head-wrap .social-menu li:last-child {
    margin-right: 0;
  }
  #head #head-wrap .social-menu li:has(span) {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 32px;
  }
  #head #head-wrap:has(#switch-main-menu:checked) #logo label::after {
    content: "";
  }
  #head #head-wrap:has(#switch-main-menu:checked) .main-menu, #head #head-wrap:has(#switch-main-menu:checked) .social-menu {
    opacity: 1;
    position: relative;
  }
}
#foot {
  padding-top: 96px;
  background-color: #F2F1F1;
  color: #333;
}
#foot .top {
  padding-top: 48px;
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid #E5E4E4;
}
#foot .top h4 {
  font-size: 36px;
  line-height: 52px;
  letter-spacing: 0.72px;
  margin-bottom: 24px;
}
#foot .top .description {
  margin-bottom: 24px;
  /*
      font-size: 15px;

      font-weight: 400;
      line-height: 22px; 
      letter-spacing: 0.3px;
      */
}
#foot .top .more {
  display: flex;
}
#foot .top .more a {
  font-size: 15px;
  line-height: 22px;
  /* 146.667% */
  letter-spacing: 0.3px;
  color: #333;
  padding: 8px 28px;
  border-radius: 100px;
  border: 1px solid #333;
  border-radius: 100px;
  transition: 0.5s;
}
#foot .top .more a:hover {
  color: #0f0f0f;
  background-color: #fff;
}
#foot .bottom {
  padding-bottom: 30px;
}
#foot .bottom .menu-list {
  display: flex;
  flex-wrap: wrap;
}
#foot .bottom .menu-list li a {
  color: #333;
  display: block;
  padding-right: 20px;
}
#foot .bottom > div ul.contact-list li {
  margin-bottom: 16px;
}
#foot .bottom > div ul.contact-list li a {
  color: #0f0f0f;
}
#foot .partner ul {
  display: flex;
}
#foot .partner ul li picture {
  display: block;
}
#foot .partner ul li picture img {
  display: block;
  object-fit: contain;
  object-position: center;
}
@media (min-width: 768px) {
  #foot .partner ul {
    flex-wrap: wrap;
  }
  #foot .partner ul li {
    margin: 0 10px 20px 10px;
    width: 130px;
  }
}
@media (max-width: 767px) {
  #foot .partner {
    overflow-x: auto;
  }
  #foot .partner li {
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  #foot .top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  #foot .bottom {
    display: flex;
    justify-content: space-between;
  }
}
#body section header {
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #0f0f0f;
  margin-bottom: 80px;
}
#body section header h1 {
  color: #0f0f0f;
  font-size: 36px;
  line-height: 52px;
  /* 144.444% */
  letter-spacing: 0.72px;
  margin-bottom: 24px;
}
#body section header p {
  max-width: 720px;
}
#body section #knowledge-menu {
  margin-bottom: 80px;
  overflow-y: auto;
  max-width: 100%;
}
#body section #knowledge-menu ul {
  display: flex;
}
#body section #knowledge-menu ul li {
  padding-right: 24px;
}
#body section #knowledge-menu ul li:last-child {
  padding-right: 0;
}
#body section #knowledge-menu ul li a {
  white-space: nowrap;
  display: block;
  background-color: #0f0f0f;
  color: #fff;
  padding: 8px 24px;
  border-radius: 100px;
}
#body section .article-list {
  display: flex;
  flex-wrap: wrap;
}
#body section .article-list article picture {
  overflow: hidden;
  border-radius: 4px;
  display: block;
  margin-bottom: 24px;
  position: relative;
  padding-top: 65%;
}
#body section .article-list article picture img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#body section .article-list article .info {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  line-height: 22px;
  /* 169.231% */
  letter-spacing: 0.26px;
}
#body section .article-list article .info a {
  color: #646464;
  background-color: #FFCD2A;
  padding: 4px 12px;
  border-radius: 100px;
}
#body section .article-list article .info time {
  color: #3D3A39;
}
#body section .article-list article h2 {
  padding: 12px 0;
}
#body section .article-list article h2 a {
  color: #0f0f0f;
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 27px;
}
@media (min-width: 768px) {
  #body section .article-list article {
    margin: 0 20px 40px 20px;
    width: calc((100% - 80px) / 3);
  }
  #body section .article-list article:nth-child(3n) {
    margin-right: 0;
  }
  #body section .article-list article:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #body section .article-list article {
    margin: 0 10px 20px 10px;
    width: calc(50% - 10px);
  }
  #body section .article-list article:nth-child(2n) {
    margin-right: 0;
  }
  #body section .article-list article:nth-child(2n + 1) {
    margin-left: 0;
  }
}
