@charset "UTF-8";
.font-weight {
  font-weight: 900;
}

.d-flexc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.frame {
  -webkit-box-shadow: 0px 0px 20px #00000030;
          box-shadow: 0px 0px 20px #00000030;
  background: #FFF;
  padding: 60px 60px;
}

.btn_reset {
  background: #ccc;
  border-radius: 8px;
  color: #fff !important;
}

.btn_reset:hover {
  background: #374F99;
}

.btn_submit {
  background: #000;
  border-radius: 8px;
  color: #fff !important;
}

.btn_submit:hover {
  background: #374F99;
}

.btn_back {
  background: #374F99;
  border-radius: 6px;
  color: #fff !important;
}

.btn_back:hover {
  background: #00274C;
}

.f18 {
  font-size: 18px !important;
}

.title h2 {
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #374F99;
  margin: 30px 0;
}

.title_line h2 {
  font-size: 24px;
  color: #374F99;
  font-weight: 600;
}

.title_line hr {
  background: #E8E8E8;
  height: 2px;
  position: relative;
}

.title_line hr::before {
  content: "";
  background: #374F99;
  width: 50px;
  height: 3px;
  left: 0;
  bottom: -1px;
  position: absolute;
}

.title_sort {
  margin-bottom: 15px;
}

.title_sort h2 {
  font-size: 22px;
  color: #374F99;
  font-weight: 600;
  margin-left: 20px;
  position: relative;
}

.title_sort h2::before {
  content: "";
  background: #374F99;
  width: 4px;
  height: 80%;
  left: -18px;
  bottom: 10%;
  border-radius: 10px;
  border: solid 1px #374F99;
  position: absolute;
}

.title_page .date {
  margin-bottom: 8px;
}

.title_page .date span {
  padding: 2px 10px;
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
  border: solid 1px #FFC02E;
  background: #FFC02E;
}

.title_page h4 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #cdcdcd;
}

.listbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-bottom: solid 1px #cdcdcd;
  padding: 16px 0;
  cursor: pointer;
}

.listbox:hover .btnbox .more {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  background: #94B5E1;
  border: solid 1px #94B5E1;
  color: #fff;
}

.listbox:hover .leftbox h4 {
  color: #374F99;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.listbox .btnbox {
  width: 200px;
  text-align: right;
}

.listbox .btnbox .more {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  padding: 6px 10px;
  border: solid 1px #707070;
  background: #F5F5F5;
  color: #707070;
  font-size: 16px;
  font-weight: 600;
  display: inline;
}

.listbox .leftbox {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  width: calc( 100% - 200px);
}

.listbox .leftbox .date {
  margin-bottom: 8px;
}

.listbox .leftbox .date span {
  padding: 2px 10px;
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
  border: solid 1px #FFC02E;
  background: #FFC02E;
}

.listbox .leftbox h4 {
  font-weight: 600;
}

.listbox .leftbox p {
  color: #B2B2B2;
  font-size: 16px;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/*BANNER */
.banner {
  margin: 0;
  padding: 0;
}

.banner .swiper-banner {
  width: 100%;
}

.banner .swiper-banner .swiper-slide {
  position: relative;
  overflow: hidden;
  height: auto;
}

.banner .swiper-banner .swiper-slide img {
  position: relative;
  overflow: hidden;
}

.banner .swiper-banner .swiper-slide a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
}

.banner .swiper-banner .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.banner .swiper-banner .swiper-button-next, .banner .swiper-banner .swiper-button-prev {
  color: #fff;
}

.banner .swiper-banner .swiper-button-next::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 50px;
  background: url("../img/rightbtn.png");
  background-repeat: no-repeat;
  background-size: contain;
  right: 10px;
}

.banner .swiper-banner .swiper-button-prev::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 50px;
  background: url("../img/leftbtn.png");
  background-repeat: no-repeat;
  background-size: contain;
  left: 10px;
}

.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #F1F1F1;
}

.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #374F99;
}

main .bn {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 18%;
}

main .bn img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

main .bn .page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  background: #ffffffc6;
  padding: 15px 50px;
}

main .bn .page-title h2 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #374F99;
}

.btn {
  background: transparent;
  border: solid 1px #374F99;
  color: #374F99;
  font-weight: 900;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  padding: 8px 15px;
}

.btn:hover {
  background: #374F99;
  color: #ffffff;
}

.btn01 {
  background: #374F99;
  border: solid 1px #374F99;
  color: #ffffff;
  font-weight: 900;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  padding: 8px 15px;
}

.btn01:hover {
  background: transparent;
  color: #374F99;
}

.btn_green {
  background: #38B2AC !important;
  border: solid 1px #38B2AC !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  padding: 8px 15px !important;
  border-radius: 5px !important;
}

.btn_green:hover {
  background: #707070 !important;
  border: solid 1px #707070 !important;
  color: #ffffff !important;
}

.btn_gray {
  background: #cdcdcd !important;
  border: solid 1px #cdcdcd !important;
  color: #000 !important;
  font-weight: 600 !important;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  padding: 8px 15px !important;
  border-radius: 5px !important;
}

.btn_gray:hover {
  background: #707070 !important;
  border: solid 1px #707070 !important;
  color: #ffffff !important;
}

.btn_blue {
  background: #3182CE !important;
  border: solid 1px #3182CE !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  padding: 8px 15px !important;
  border-radius: 5px !important;
}

.btn_blue:hover {
  background: #707070 !important;
  border: solid 1px #707070 !important;
  color: #ffffff !important;
}

.color01 {
  color: #707070;
}

.color02 {
  color: #B81B23 !important;
}

.color03 {
  color: #00B097;
}

.color04 {
  color: #2B6CB0;
}

.color05 {
  color: #b6b6b6;
}

.bg01 {
  background-attachment: fixed;
  background-position: center center;
  background-size: contain;
  background-repeat-x: no-repeat;
  background-image: url("../img/bg01.jpg");
}

.bg02 {
  background-size: contain;
  background-image: url("../img/bg02.jpg");
}

.top-member {
  padding: 10% 0;
}

.top-alla {
  padding: 5% 0;
}

.banner-all img {
  width: 100%;
}

.about-info .suptext {
  font-size: 16px;
  color: #94B5E1;
  position: relative;
  padding-left: 40px;
}

.about-info .suptext::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 30px;
  height: 1px;
  background: #94B5E1;
}

.index_about {
  margin: 0 20px;
  position: relative;
}

.index_about::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 45%;
  height: 35%;
  background: #374F99;
}

.index_about::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 20%;
  height: 15%;
  background: #ffffff00;
  border: solid 2px #FFC02E;
}

.index_about .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  cursor: auto;
  padding-bottom: 133%;
  z-index: 1;
}

.index_about .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.linkbox {
  margin: 15px 0;
}

.linkbox .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 50%;
}

.linkbox .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.linkbox .imgbox p {
  padding: 12px 4px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #374f99d1;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.linkbox .imgbox:hover img {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.contact-text {
  margin-top: 20px;
}

.contact-text li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.contact-text li i {
  width: 52px;
  height: 52px;
  border-radius: 52px;
  background: #94B5E1;
  color: #fff;
  line-height: 52px;
  text-align: center;
  font-size: 20px;
  margin-right: 15px;
}

.contact-text li i.icon-email {
  font-size: 15px;
  padding-right: 4px;
}

.contact-text li p span {
  display: block;
}

/*產品 */
.product__carousel {
  display: block;
  max-width: 700px;
}

.product__carousel a {
  display: block;
  margin-bottom: 15px;
}

.product__carousel .gallery-top {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  margin-bottom: 5px;
  height: 445px !important;
}

.product__carousel .gallery-top .swiper-slide {
  position: relative;
  overflow: hidden;
}

.product__carousel .gallery-top .swiper-slide a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
}

.product__carousel .gallery-top .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
  min-width: 100%;
  min-height: 100%;
}

.product__carousel .swiper-button-next.swiper-button-white, .product__carousel .swiper-button-prev.swiper-button-white {
  color: #cdcdcd;
}

.product__carousel .gallery-thumbs .swiper-slide {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.product__carousel .gallery-thumbs .swiper-slide img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 85px;
}

.product_d-money ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 20px;
}

.product_d-money ul li span {
  color: #374F99;
  width: 120px;
  font-weight: 900;
}

.product_d-money ul li iframe.line-it-button {
  margin-right: 10px;
}

.product_d-money ul li input {
  width: 220px;
  outline: none;
}

.rwd-table {
  width: 100%;
  margin-top: 5px;
}

.rwd-table tr {
  border-bottom: 1px dashed #374F99;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  padding-top: .5em;
}

.rwd-table td:last-child {
  padding-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) "";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}

.rwd-table th, .rwd-table td {
  text-align: left;
}

/* ------------------ */
/* ----- Design ----- */
/* ------------------ */
.totals {
  text-align: right;
  width: 100%;
  font-size: 30px;
  color: #EF857A;
  padding: 10px 0;
}

.totals span {
  font-size: 16px;
  margin-right: 10px;
  color: #000;
}

.rwd-table {
  color: White;
  overflow: hidden;
}

.rwd-table th, .rwd-table td {
  margin: .5em 1em;
}

.rwd-table th {
  color: #ffffff;
}

.rwd-table td:before {
  color: #000000;
}

.rwd-table thead th {
  background: #374F99;
}

.rwd-table tbody tr {
  background: #ffffff;
}

.rwd-table tbody tr td {
  color: #000000;
  text-align: center;
}

.rwd-table tbody tr td a {
  border-bottom: solid 1px;
}

.rwd-table tbody tr td button {
  border: solid 1px #000000;
}

.rwd-table tbody tr td button:hover {
  background: #374F99;
  color: #ffffff;
}

.rwd-table.rwd-table-order2 {
  border: solid 1px #000000;
}

.rwd-table.rwd-table-order2 thead {
  background: #000000;
}

.rwd-table.rwd-table-order2 tr {
  border: none;
}

.rwd-table.rwd-table-order2 tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img .rwd-table-order2-img-dox {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  margin: 5px  10px;
}

.rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img .rwd-table-order2-img-dox img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform .2s, -webkit-transform .2s;
}

.rwd-table.rwd-table-order2 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faress td:nth-child(1) {
  width: 60% !important;
  text-align: left;
}

.faress td:nth-child(2) {
  width: 20%;
}

.faress td:nth-child(3) {
  width: 20%;
}

.rwd-table.rwd-table-order3 tbody .fare td, .rwd-table.rwd-table-order3 tbody .total td {
  width: 44%;
}

.rwd-table.rwd-table-order2 tbody .fare td, .rwd-table.rwd-table-order2 tbody .total td {
  width: 46.5%;
}

.rwd-table.rwd-table-order2 tbody .fare td:nth-child(1), .rwd-table.rwd-table-order2 tbody .total td:nth-child(1) {
  text-align: left;
}

.rwd-table.rwd-table-order2 tbody .fare td:nth-child(2), .rwd-table.rwd-table-order2 tbody .total td:nth-child(2) {
  text-align: right;
}

.rwd-table.rwd-table-order2 tbody .fare {
  border-top: solid 1px #ebebeb;
}

.rwd-table.rwd-table-order2 tbody .total {
  background: #ebebeb;
}

.rwd-table.rwd-table-order2 tbody .total td {
  color: #b81b23;
  font-weight: bold;
}

.rwd-table.rwd-table-order3 th:nth-child(1), .rwd-table.rwd-table-order3 td:nth-child(1) {
  width: 60%;
}

.rwd-table.rwd-table-order3 th:nth-child(2), .rwd-table.rwd-table-order3 td:nth-child(2) {
  width: 20%;
}

.rwd-table.rwd-table-order3 th:nth-child(3), .rwd-table.rwd-table-order3 td:nth-child(3), .rwd-table.rwd-table-order3 th:nth-child(4), .rwd-table.rwd-table-order3 td:nth-child(4) {
  width: 10%;
}

.rwd-table.rwd-table-order3 td:nth-child(4) i {
  font-size: 25px;
}

.rwd-table.rwd-table-order3 td .shopify-buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px;
}

.rwd-table.rwd-table-order3 td .shopify-buy input.shopify-buy__quantity {
  width: calc( 100% - 80px);
  margin: 0 10px;
  text-align: center;
}

.rwd-table.rwd-table-order3 td .shopify-buy button {
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #000000;
  color: #ffffff;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
  .rwd-table thead th {
    text-align: center;
  }
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: 1em !important;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table.rwd-table-order2 th, .rwd-table.rwd-table-order2 td {
    display: table-cell;
    padding: 1em !important;
    margin: 0;
  }
  .rwd-table.rwd-table-order2 th:nth-child(1), .rwd-table.rwd-table-order2 td:nth-child(1) {
    width: 60%;
  }
  .rwd-table.rwd-table-order2 th:nth-child(2), .rwd-table.rwd-table-order2 td:nth-child(2), .rwd-table.rwd-table-order2 th:nth-child(3), .rwd-table.rwd-table-order2 td:nth-child(3) {
    width: 20%;
    text-align: center;
  }
  .rwd-table.rwd-table-order3 th:nth-child(1), .rwd-table.rwd-table-order3 td:nth-child(1) {
    width: 60%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(2), .rwd-table.rwd-table-order3 td:nth-child(2) {
    width: 20%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(3), .rwd-table.rwd-table-order3 td:nth-child(3), .rwd-table.rwd-table-order3 th:nth-child(4), .rwd-table.rwd-table-order3 td:nth-child(4) {
    width: 10%;
  }
}

.payment-methoda .payment-method-div:nth-child(2n) {
  background: #fff;
}

.payment-methoda .payment-method-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  background: #F2F2F2;
}

.payment-methoda .payment-method-div .payment-method-way {
  width: 200px;
}

.payment-methoda .payment-method-div .payment-method-way .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.payment-methoda .payment-method-div .payment-method-way .answer label, .payment-methoda .payment-method-div .payment-method-way .answer input {
  width: 100%;
}

.payment-methoda .payment-method-div .payment-method-way .answer label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 15px;
  cursor: pointer;
}

.payment-methoda .payment-method-div .payment-method-way .answer input {
  content: '';
  background: #fff;
  border: 2px solid #ccc;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}

.payment-methoda .payment-method-div .payment-method-text {
  width: calc( 100% - 200px);
}

@media screen and (max-width: 1440px) {
  .f18 {
    font-size: 16px !important;
  }
  .listbox .btnbox {
    width: 120px;
  }
  .listbox .btnbox .more {
    padding: 6px 10px;
    font-size: 14px;
  }
  .listbox .leftbox {
    width: calc( 100% - 120px);
  }
  .listbox .leftbox p {
    -webkit-line-clamp: 1;
  }
  .title_page h4 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1366px) {
  .frame {
    padding: 40px 40px;
  }
}

@media screen and (max-width: 1200px) {
  .title_page h4 {
    font-size: 20px;
  }
  .detail-pd {
    padding: 0 8% !important;
  }
}

@media screen and (max-width: 1024px) {
  .listbox .btnbox {
    width: 100px;
  }
  .listbox .leftbox {
    width: calc( 100% - 100px);
  }
  .title h2 {
    font-size: 22px;
    letter-spacing: 1px;
  }
  .title_line h2 {
    font-size: 22px;
    letter-spacing: 1px;
  }
  main .bn .page-title {
    padding: 10px 40px;
  }
  main .bn .page-title h2 {
    font-size: 24px;
  }
  .rwd-table.rwd-table-order3 tbody .fare td:last-child, .rwd-table.rwd-table-order3 tbody .total td:last-child {
    padding-right: 15% !important;
  }
}

@media screen and (max-width: 991px) {
  .bg01 {
    background-attachment: scroll !important;
  }
  .detail-pd {
    padding: 0 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .index_about {
    margin: 40px 6%;
  }
}

@media screen and (max-width: 667px) {
  .title_sort h2 {
    font-size: 20px;
  }
  main .bn .page-title {
    padding: 4px 20px;
  }
  main .bn .page-title h2 {
    font-size: 20px;
  }
  .frame {
    padding: 20px 20px;
  }
  /*BANNER */
  .banner .swiper-banner .swiper-button-next::after {
    width: 30px;
    height: 30px;
    right: 0px;
  }
  .banner .swiper-banner .swiper-button-prev::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    left: 0px;
  }
  .banner .swiper-banner .swiper-pagination {
    bottom: 6px;
  }
  .banner .swiper-banner .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

@media screen and (max-width: 575px) {
  main .bn {
    padding-bottom: 29%;
  }
  main .bn img {
    width: 160%;
  }
  .listbox {
    padding: 20px 0;
  }
  .listbox .btnbox {
    width: 100%;
  }
  .listbox .btnbox .more {
    display: block;
    text-align: center;
    margin-top: 10px;
    border: solid 1px #cdcdcd;
    font-weight: 400;
  }
  .listbox .leftbox {
    width: 100%;
  }
  .listbox .leftbox p {
    -webkit-line-clamp: 2;
    font-size: 14px;
  }
}
