@charset "UTF-8";
.pc {
  display: inline-block;
}

.mob {
  display: none !important;
}

.w100 {
  width: 100%;
}

.container-160 {
  width: 160%;
  margin-left: -30%;
}

.pc-open {
  display: block;
}

.mob-open {
  display: none;
}

section {
  z-index: 1;
  position: relative;
}

.dflexc {
  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 #00000020;
          box-shadow: 0px 0px 20px #00000020;
  background: #ffffffe4;
  padding: 40px 40px;
  border: solid 1px #E5E5E5;
}

.f18 {
  font-size: 18px;
  line-height: 30px;
}

.w150 {
  width: 150px !important;
}

.btn {
  background: #ffffff00;
  color: #001E6D;
  padding: 10px 30px 10px 40px;
  border: solid 1px #001E6D;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.btn i {
  margin: 0 8px 0 2px;
  font-size: 13px;
  padding-left: 4px;
  -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;
}

.btn:hover i {
  margin: 0 2px 0 8px;
  -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;
}

.btn01 {
  background: #001E6D;
  color: #FFF;
  padding: 10px 30px 10px 40px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.btn01 i {
  margin: 0 8px 0 2px;
  font-size: 13px;
  padding-left: 4px;
  -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;
}

.btn01:hover i {
  margin: 0 2px 0 8px;
  -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;
}

.btn02 {
  background: #001E6D !important;
  color: #FFF !important;
  font-size: 18px;
  border: none !important;
  border-radius: 0px !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;
}

.btn02:hover {
  background: #001E6D !important;
  color: #FFF !important;
  font-size: 18px;
  border: none !important;
  border-radius: 0px !important;
  background: #000 !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;
}

.btn04 {
  background: #FFF !important;
  color: #001E6D !important;
  font-size: 18px;
  border: solid 1px #001E6D !important;
  border-radius: 0px !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;
}

.btn04:hover {
  background: #000 !important;
  color: #FFF !important;
  font-size: 18px;
  border: solid 1px #000 !important;
  border-radius: 0px !important;
  background: #000;
  -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;
}

.btn03 {
  background: #707070 !important;
  color: #FFF !important;
  border: none !important;
  border-radius: 50px !important;
}

.btn03:hover {
  background: #000 !important;
  color: #FFF !important;
  border: none !important;
  border-radius: 50px !important;
}

.btn_back {
  background: #001E6D;
  color: #FFF;
  padding: 10px 40px 10px 30px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.btn_back i {
  margin: 0px 2px 0px 8px;
  font-size: 13px;
  padding-right: 4px;
  -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;
}

.btn_back:hover i {
  margin: 0px 8px 0px 2px;
  -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;
}

.reset {
  background: #b1b1b2 !important;
  color: #FFF;
  border: none !important;
  border-radius: 50px !important;
}

.reset:hover {
  background: #505050 !important;
}

.submit {
  background: #492F54 !important;
  color: #FFF;
  border: none !important;
  border-radius: 50px !important;
}

.submit:hover {
  background: #505050 !important;
}

.l-h {
  line-height: 26px;
}

.color01 {
  color: #001E6D;
}

.color02 {
  color: #b81b23;
}

.color03 {
  color: #acbde9;
}

.color_gray {
  color: #505050;
}

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

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

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

.top-allb {
  padding: 5% 0 8% 0;
}

.push {
  padding-top: 100px;
}

.bg01 {
  position: relative;
  background: url("../img/bg01.jpg");
  background-size: cover;
}

.bg02 {
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg_page {
  background-image: url("../img/page.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}

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

.maker {
  background: #001E6D;
  color: #ffffff;
  padding: 8px 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.col-12 .buttonbox .swiper-button-next, .col-12 .buttonbox .swiper-button-prev {
  top: 25px;
  background: #fff;
  border: solid 1px #001E6D;
  outline: none;
  border-radius: 0px;
  width: 40px;
  height: 40px;
  top: calc( 50% - 20px);
}

.col-12 .buttonbox .swiper-button-next:hover, .col-12 .buttonbox .swiper-button-prev:hover {
  background: #acbde9;
}

.col-12 .buttonbox .swiper-button-next:after, .col-12 .buttonbox .swiper-button-prev:after {
  font-size: 14px;
  font-weight: 400;
  color: #001E6D;
  font-family: 'fontello';
}

.col-12 .buttonbox .swiper-button-next:after {
  content: '\e81b' !important;
}

.col-12 .buttonbox .swiper-button-prev:after {
  content: '\e828' !important;
}

.col-12 .buttonbox .swiper-button-prev {
  left: 0px  !important;
  right: auto !important;
}

.col-12 .buttonbox .swiper-button-prev:hover {
  left: -4px !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;
}

.col-12 .buttonbox .swiper-button-next {
  left: auto  !important;
  right: 0px  !important;
}

.col-12 .buttonbox .swiper-button-next:hover {
  right: -4px !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;
}

.swiper-picbox .buttonbox {
  width: 100px;
  position: relative;
  margin: 0 auto;
}

.swiper-picbox .buttonbox .swiper-button-next, .swiper-picbox .buttonbox .swiper-button-prev {
  top: 25px;
  background: #fff;
  border: solid 1px #001E6D;
  outline: none;
  border-radius: 0px;
  width: 40px;
  height: 40px;
  top: calc( 50% - 20px);
}

.swiper-picbox .buttonbox .swiper-button-next:hover, .swiper-picbox .buttonbox .swiper-button-prev:hover {
  background: #acbde9;
}

.swiper-picbox .buttonbox .swiper-button-next:after, .swiper-picbox .buttonbox .swiper-button-prev:after {
  font-size: 14px;
  font-weight: 400;
  color: #001E6D;
  font-family: 'fontello';
}

.swiper-picbox .buttonbox .swiper-button-next:after {
  content: '\e81b' !important;
}

.swiper-picbox .buttonbox .swiper-button-prev:after {
  content: '\e828' !important;
}

.swiper-picbox .buttonbox .swiper-button-prev {
  left: 0px  !important;
  right: auto !important;
}

.swiper-picbox .buttonbox .swiper-button-prev:hover {
  left: -4px !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;
}

.swiper-picbox .buttonbox .swiper-button-next {
  left: auto  !important;
  right: 0px  !important;
}

.swiper-picbox .buttonbox .swiper-button-next:hover {
  right: -4px !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;
}

.fancybox-slide--current .ajax-box {
  width: 1000px !important;
  height: auto !important;
}

.fancybox-slide--current .ajax-box .ajax-box-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-image: url(../img/closeicon.svg);
  background-size: cover;
}

.fancybox-slide--current .detail-imgbox {
  margin-bottom: 20px;
}

.fancybox-slide--current .detail-imgbox img {
  width: 100%;
  border: solid 1px #B9B9B9;
}

.fancybox-slide--html .fancybox-close-small {
  color: #505050 !important;
  padding: 30px 40px 30px 40px !important;
}

.videobox {
  position: relative;
}

.videobox img {
  width: 100%;
}

.videobox .video-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.videobox::after {
  -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;
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background: url("../img/video.svg");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0px;
  right: 0px;
  top: calc( 50% - 40px);
  margin: 0 auto;
}

.videobox:hover::after {
  -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: 100px;
  height: 100px;
  top: calc( 50% - 50px);
}

.swiper-slide-next {
  opacity: 1 !important;
}

.swiper-picbox .swiper-wrapper .swiper-slide {
  opacity: 0.5;
  -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;
}

.swiper-picbox .swiper-wrapper .swiper-slide:hover {
  opacity: 1;
  -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;
}

.picturebox {
  margin-bottom: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: wrap;
      -ms-flex: wrap;
          flex: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, #ffffff), color-stop(2%, #001E6D), to(#001E6D));
  background-image: linear-gradient(90deg, #ffffff 1%, #001E6D 2%, #001E6D 100%);
}

.picturebox:hover .imgbox 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);
}

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

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

.picturebox .textbox {
  width: calc( 50% - 120px);
  color: #fff;
  padding: 60px;
}

.picturebox .textbox h4 {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: 600;
}

.picturebox .textbox p {
  font-size: 18px;
  line-height: 24px;
}

.picturebox .textbox .morebox {
  margin-top: 20px;
  font-weight: 600;
}

.iglink {
  display: inline-block;
  margin: 0 auto;
}

.iglink a {
  border-bottom: solid 1px #001E6D;
  color: #001E6D;
  font-size: 24px;
  font-weight: 600;
  padding: 6px;
}

.igbox {
  margin: 0 0 45px 0;
}

.igbox .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  cursor: auto !important;
}

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

.subscribe {
  background: #ffffffd0;
  padding: 80px;
}

.subscribe p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #001E6D;
  margin-bottom: 30px;
}

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

.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: 40px;
  height: 54px;
  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: 40px;
  height: 54px;
  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: transparent;
  border: solid 2px #b1b1b2;
}

.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  border: solid 2px #ffffff;
}

main .bn {
  position: relative;
  width: 100%;
}

main .bn img {
  width: 100%;
  position: relative;
}

main .bn .page-title {
  position: absolute;
  bottom: 20%;
  width: 100%;
  text-align: center;
  color: #fff;
  text-shadow: #00000096 0em 0em 0.3em;
}

main .bn .page-title h4 {
  font-size: 35px;
  font-weight: 600;
  margin: 20px 0;
}

main .bn .page-title P {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0;
}

.block02 {
  width: 100%;
  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;
}

.block02 .block-left .infobox, .block02 .block-right .infobox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
  z-index: 2;
  color: #fff;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  height: 90%;
  border: solid 1px #ffffff00;
  text-shadow: #000 0 0 0.3em;
  letter-spacing: 2px;
}

.block02 .block-left {
  position: relative;
  padding: 10px;
  width: 50%;
}

.block02 .block-left:hover .imgbox 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);
}

.block02 .block-left:hover .imgbox .infobox {
  -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;
  border: solid 1px #fff;
}

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

.block02 .block-left .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;
}

.block02 .block-right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block02 .block-right .block-bottom {
  position: relative;
  padding: 10px;
  width: 100%;
}

.block02 .block-right .block-bottom:hover .imgbox 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);
}

.block02 .block-right .block-bottom:hover .imgbox .infobox {
  -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;
  border: solid 1px #fff;
}

.block02 .block-right .block-bottom .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: calc( 56% - 10px);
}

.block02 .block-right .block-bottom .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;
}

.about-page {
  position: relative;
}

.about-page h2 {
  font-size: 30px;
}

.about-page::before {
  position: absolute;
  content: "";
  background: #E5E5E5;
  width: 25%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.about-page .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  margin: 50px 0;
  cursor: auto !important;
}

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

.introduction {
  position: relative;
  margin: 40px 0;
  width: 100%;
}

.introduction .text {
  max-width: 50%;
  padding: 40px;
  margin: 0 auto;
  position: relative;
}

.introduction .text::before {
  position: absolute;
  content: "";
  width: 74px;
  height: 53px;
  background: url("../img/introduction.svg");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 10px;
}

.introduction .text h4 {
  font-size: 25px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 30px;
  color: #001E6D;
}

.introduction .text p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  color: #001E6D;
}

.news {
  margin-bottom: 40px;
}

.news .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 75%;
  margin-bottom: 10px;
}

.news .imgbox .borderbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  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: 94%;
  height: 92%;
  border: solid 1px #ffffff00;
}

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

.news .infobox time {
  font-size: 16px;
  color: #001E6D;
}

.news .infobox h4 {
  margin-top: 6px;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  color: #001E6D;
}

.news .infobox p {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  line-height: 22px;
  color: #707070;
}

.news:hover .imgbox .borderbox {
  border: solid 1px #fff;
  -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;
}

.news:hover .imgbox img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  -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;
}

.swiper-craftsmanship .swiper-slide:nth-child(0n+1) {
  width: 50% !important;
  margin-left: 200px !important;
}

.swiper-craftsmanship .swiper-slide:nth-child(0n+1) .craftsmanship .imgbox {
  padding-bottom: 51.2% !important;
}

.swiper-craftsmanship .swiper-slide {
  width: 20% !important;
  margin-left: 40px !important;
}

.swiper-craftsmanship .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.swiper-craftsmanship .swiper-pagination-bullet-active {
  background: #001E6D;
}

.craftsmanship {
  margin-bottom: 40px;
}

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

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

.craftsmanship:hover .imgbox img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  -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;
}

.coupon {
  border: solid 1px #6e8cbd;
  background: #9bacc7;
  margin-bottom: 30px;
  width: 100%;
}

.coupon .infobox {
  background: #FFF;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;
}

.coupon .infobox .block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 45px;
  margin-bottom: 10px;
}

.coupon .infobox .block01 h3 {
  width: 65%;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.coupon .infobox .block01 .money {
  width: 35%;
  font-size: 25px;
  color: #001E6D;
  text-align: right;
}

.coupon .infobox .direction {
  min-height: 50px;
  color: #707070;
  line-height: 22px;
}

.coupon .infobox .numberbox {
  font-size: 30px;
  font-weight: 600;
  margin: 20px 0px;
}

.coupon .infobox .exp {
  border-top: solid 1px #ebebeb;
  color: #b1b1b2;
  padding: 10px 0 0 0;
  text-align: right;
}

.product {
  width: 100%;
  margin-bottom: 30px;
}

.product .img02 {
  padding-bottom: 0 !important;
}

.product:hover .img01 {
  padding-bottom: 0 !important;
}

.product:hover .img02 {
  padding-bottom: 100% !important;
}

.product:hover .cartbox {
  opacity: 1;
}

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

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

.product .infobox {
  width: 100%;
  padding: 14px 0px;
  position: relative;
}

.product .infobox p {
  font-size: 20px;
  font-weight: 600;
  color: #001E6D;
  text-align: center;
}

.product .infobox .money {
  margin-top: 10px;
  color: #707070;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product .infobox .money p {
  text-align: center;
  font-size: 20px;
  margin-right: 10px;
}



.product .cartbox {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 90%;
  background: #fff;
  padding: 8px 0;
  top: -50px;
  margin: 0 auto;
  right: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  color: #001E6D;
  font-size: 16px;
  font-weight: 600;
}

.product .cartbox a {
  color: #001E6D;
  font-size: 16px;
  font-weight: 600;
}

.product .cartbox:hover {
  -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: #001E6D;
  color: #fff;
}

.product .cartbox:hover a {
  color: #fff;
}

.quick_login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quick_login button {
  width: 32%;
  color: #fff;
  border-radius: 10px;
  font-size: 18px;
  padding: 12px 0;
}

.quick_login button.line {
  background: #00C300;
}

.quick_login button.fb {
  background: #3B5998;
}

.quick_login button.google {
  background: #E16322;
}

.quick_login button:nth-child(2n) {
  margin: 0 2%;
}

/*大標*/
.title, .titleS {
  text-align: center;
  margin: 60px 0 60px 0;
  z-index: 1;
}

.title h1, .title h2, .titleS h1, .titleS h2 {
  font-size: 34px;
  color: #001E6D;
  letter-spacing: 2px;
  position: relative;
  display: inline;
}

.title h1::before, .title h2::before, .titleS h1::before, .titleS h2::before {
  position: absolute;
  content: "";
  background: url(../img/title.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 31px;
  height: 24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -30px;
}

.titleS {
  text-align: left;
  margin: 0 0 30px 0;
}

.titleS h2::before {
  display: none;
}

.title03 {
  margin-bottom: 20px;
}

.title03 h2 {
  text-align: center;
  font-size: 30px;
  color: #001E6D;
  letter-spacing: 6px;
}

.title03 h2 span {
  letter-spacing: 0px;
  color: #707070;
  font-size: 28px;
  font-weight: 400;
  margin-top: 10px;
  display: block;
  position: relative;
}

.title03 h2 span::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background: #b1b1b2;
  left: 80px;
  top: 15px;
}

.title03 h2 span::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background: #b1b1b2;
  right: 80px;
  top: 15px;
}

.tilte01 h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #001E6D;
  color: #fff;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: 400;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tilte01 hr {
  margin: 0;
}

.title02 {
  border-bottom: 1px solid #B2B2B2;
}

.title02 p {
  padding: 0px 40px;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #B2B2B2;
  border-left: 1px solid #B2B2B2;
  border-right: 1px solid #B2B2B2;
  background-color: #E8E8E8;
  color: #000;
  font-size: 18px;
  display: inline-block;
}

.title_line hr, .title_line hr.contact, .title_line2 hr, .title_line2 hr.contact {
  background: #E8E8E8;
  height: 4px;
  position: relative;
}

.title_line hr::before, .title_line hr.contact::before, .title_line2 hr::before, .title_line2 hr.contact::before {
  content: "";
  background: #001E6D;
  width: 80px;
  height: 4px;
  left: 0;
  bottom: 0;
  position: absolute;
}

.title_line h3, .title_line2 h3 {
  font-size: 25px;
  padding-right: 5px;
}

.title_line h4, .title_line2 h4 {
  font-size: 20px;
}

.title_line2 hr, .title_line2 hr.contact {
  height: 2px;
}

.title_line2 hr::before, .title_line2 hr.contact::before {
  display: none;
}

.title_line2 h4 {
  color: #001E6D;
}

.news-date {
  border-bottom: solid 2px #ebebeb;
  padding-bottom: 10px;
}

.news-date time {
  color: #001E6D;
}

.news-date p {
  margin-top: 8px;
  font-weight: 600;
  font-size: 25px;
  color: #001E6D;
}

.actpage img {
  width: 100%;
}

.actpage p {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}

.actpage .act_btn {
  background: #492F54;
  color: #FFF;
  padding: 10px 20px 10px 20px;
  display: inline-block;
}

.actpage .act_btn p {
  margin: 0 20px;
  font-size: 18px;
  -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;
}

.actpage .act_btn:hover p {
  margin: 0 10px 0 30px;
  -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;
}

.designer {
  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%;
  background: #EAEAEA;
  margin-bottom: 30px;
}

.designer .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  cursor: auto !important;
  padding-bottom: 30%;
  width: 40%;
}

.designer .imgbox::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 100%;
  background: #e5e5e5d3;
  right: 0px;
  top: 0px;
}

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

.designer .infobox {
  width: 60%;
  padding: 20px 80px;
}

.designer .infobox h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.designer .infobox p {
  font-size: 18px;
  line-height: 30px;
  color: #505050;
  margin-bottom: 30px;
}

.experience {
  background: #F5F5F5;
  padding: 60px 60px;
  margin-top: -30px;
  margin-bottom: 30px;
  display: none;
}

.experience h3 {
  font-size: 22px;
  font-weight: 600px;
  color: #001E6D;
  margin-bottom: 30px;
}

.experience .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}

.experience .info .date {
  width: 150px;
  font-size: 18px;
  font-weight: 600;
}

.experience .info p {
  font-size: 18px;
  line-height: 26px;
  width: calc( 100% - 150px);
}

.product-text h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.product-text p {
  color: #001E6D;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.product-text span {
  text-decoration: line-through;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #001E6D;
}

.product-text hr {
  background: #b1b1b2;
}

.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 .share-line {
  position: relative;
}

.selectbox form select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.selectbox .shapebox {
  position: relative;
}

.selectbox .shapebox::after {
  content: '';
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  pointer-events: none;
  background-image: url(../img/s_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 11px;
  margin: auto;
}

.number-p .shopify-buy {
  margin: 0;
  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;
}

.number-p .shopify-buy button {
  background: #001E6D;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  padding: 0 0 4px 0;
  font-size: 25px;
  line-height: 14px;
}

.number-p .shopify-buy input[type="number"] {
  height: 30px;
  width: 60px;
  text-align: center;
  margin: 0 8px;
}

/*產品 */
.product__carousel {
  display: block;
  max-width: 700px;
  margin: 1em auto 3em;
}

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

.product__carousel .gallery-top {
  margin-bottom: 5px;
  height: 540px !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: #E6E6E6;
}

.product__carousel .gallery-thumbs .swiper-slide {
  position: relative;
  -webkit-transition: border .15s linear;
  transition: border .15s linear;
  border: 1px solid #E6E6E6;
  cursor: pointer;
  overflow: hidden;
  height: calc(100% - 2px);
  margin-top: 5px;
}

.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #001E6D !important;
}

.product__carousel .gallery-thumbs .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
}

.swiper-news, .swiper-product {
  padding-top: 60px  !important;
}

.swiper-news .swiper-button-next, .swiper-news .swiper-button-prev, .swiper-product .swiper-button-next, .swiper-product .swiper-button-prev {
  top: 25px;
  background: #001E6D;
  outline: none;
  border-radius: 3px;
  width: 30px;
  height: 30px;
}

.swiper-news .swiper-button-next:after, .swiper-news .swiper-button-prev:after, .swiper-product .swiper-button-next:after, .swiper-product .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}

.swiper-news .swiper-button-prev, .swiper-product .swiper-button-prev {
  left: auto;
  right: 50px;
  background: #001E6D;
}

.swiper-slide-thumb-active {
  border: solid 3px #001E6D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.products_detail-money .products_detail-money-text, .products_detail-money .products_detail-money-quantity {
  margin: 20px 0;
}

.products_detail-money .products_detail-money-text span {
  margin-right: 10px;
  font-size: 25px;
  font-weight: 600;
}

.products_detail-money .products_detail-money-quantity p {
  margin-right: 10px;
}

.shop-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
}

.shop-btn .shop-btn-basket, .shop-btn .shop-btn-shop {
  margin-right: 10px;
  text-align: center;
  font-size: 18px;
  width: 30%;
}

.shop-btn .shop-btn-basket a, .shop-btn .shop-btn-shop a {
  padding: 10px 30px;
  display: block;
  width: 100%;
}

.shop-btn .shop-btn-basket:hover, .shop-btn .shop-btn-shop:hover {
  background: #151515;
  border: solid 1px #151515;
}

.shop-btn .shop-btn-basket:hover a, .shop-btn .shop-btn-shop:hover a {
  color: #FFF;
}

.shop-btn .shop-btn-basket {
  background: #FFF;
  border: solid 1px #001E6D;
}

.shop-btn .shop-btn-basket a {
  color: #001E6D;
}

.shop-btn .shop-btn-shop {
  background: #001E6D;
  border: solid 1px #001E6D;
}

.shop-btn .shop-btn-shop a {
  color: #ffffff;
}

.contact .col-lg-5 {
  background: #001E6D;
  -webkit-box-shadow: 0px 0px 20px #00000020;
          box-shadow: 0px 0px 20px #00000020;
  position: relative;
  z-index: 2;
  padding: 0;
}

.contact .col-lg-5 .info-box {
  background: #fff;
  margin: 20px;
  padding: 30px;
}

.contact .col-lg-5 .info-box .title_line hr {
  background: #E8E8E8;
}

.contact .col-lg-5 .info-box .title_line hr::before {
  background: #001E6D;
}

.contact .col-lg-5 .info-box p {
  font-size: 17px;
  margin: 0 0 18px 40px;
  position: relative;
}

.contact .col-lg-5 .info-box p::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: calc( 50% - 15px);
  left: -40px;
  width: 30px;
  height: 30px;
}

.contact .col-lg-5 .info-box p.tel::after {
  background-image: url(../img/tel.svg);
}

.contact .col-lg-5 .info-box p.fax::after {
  background-image: url(../img/fax.svg);
}

.contact .col-lg-5 .info-box p.mail::after {
  background-image: url(../img/mail.svg);
}

.contact .col-lg-5 .info-box p.add::after {
  background-image: url(../img/add.svg);
}

.contact .form-box {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px #00000020;
          box-shadow: 0px 0px 20px #00000020;
  margin-left: -100px;
  padding: 100px 80px 100px 180px;
}

ul.tabs {
  margin: 0 auto;
  padding: 0 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: auto;
}

ul.tabs li {
  cursor: pointer;
  padding: 10px 30px;
  border-bottom: 2px solid #B2B2B2;
  color: #001E6D;
  font-size: 18px;
}

ul.tabs li:hover {
  border-bottom: 2px solid #001E6D;
}

ul.tabs li.active {
  border-bottom: 2px solid #001E6D;
}

.tab_container {
  width: 100%;
}

.tab_drawer_heading {
  display: none;
}

.Recipient-Information .text h4, .Subscriber-Information .text h4, .payment-method .text h4 {
  font-size: 18px;
  line-height: 22px;
}

@media screen and (max-width: 667px) {
  .pc {
    display: none !important;
  }
  .mob {
    display: block !important;
  }
  .order-center tr td {
    text-align: left !important;
  }
  .tab_drawer_heading {
    background-color: #ccc;
    color: #fff;
    border-top: 1px solid #333;
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .d_active {
    background-color: #666;
    color: #fff;
  }
  .title02 {
    border-bottom: 1px solid #B2B2B2;
  }
  .title02 p {
    padding: 0px 20px;
  }
}

.login-box {
  background: #ECE6DD;
  padding: 15px;
}

.login-box .login-boxs {
  border: solid 1px #001E6D;
  text-align: center;
  padding: 30px 15px;
}

.login-box .login-boxs img {
  margin-bottom: 15px;
}

.login-box .login-boxs p {
  margin-bottom: 20px;
  line-height: 30px;
  color: #505050;
}

.bar-graph, .bar-graph-text {
  width: 80%;
  margin: 0 auto;
}

.bar-graph {
  background: #ebebeb;
  height: 12px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-bottom: 10px;
  margin-top: 20px;
}

.bar-graph .bar-graph-bg {
  background: #001E6D;
  height: 12px;
  width: 33.33%;
}

.bar-graph .bar-graph-bg02 {
  width: 66.66%;
}

.bar-graph .bar-graph-bg03 {
  width: 100%;
}

.bar-graph-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bar-graph-text h2 {
  width: 33.33%;
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0 30px 0;
  text-align: center;
}

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

.payment-methoda .payment-method-div {
  border: solid 1px #ebebeb;
  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;
  padding: 10px 15px;
  font-size: 20px;
  background: #FFF;
}

.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;
  font-size: 18px;
}

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

.payment-methoda .payment-method-div .payment-method-way .answer label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  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);
  line-height: 22px;
}

.successfully-ordered-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0px 10px #00000030;
          box-shadow: 0px 0px 10px #00000030;
  background: #fff;
  margin: 40px auto;
  padding: 80px 30px;
}

.successfully-ordered-div .successfully-ordered-div-img {
  width: 150px;
  text-align: center;
}

.successfully-ordered-div .successfully-ordered-div-img img {
  width: 120px;
  height: 120px;
}

.successfully-ordered-div .successfully-ordered-div-text {
  width: calc( 100% - 150px);
  padding: 0 30px;
}

.successfully-ordered-div .successfully-ordered-div-text p {
  padding: 6px 0;
  font-size: 20px;
}

.order-center tr td {
  text-align: center;
}

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

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.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 ----- */
/* ------------------ */
.rwd-table {
  color: White;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px #0000001c;
          box-shadow: 0px 0px 10px #0000001c;
}

.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: #001E6D;
}

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

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

.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: #000000;
  color: #ffffff;
}

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

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

.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 img {
  width: 100px;
  height: 100px;
  margin: 5px  10px;
}

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

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

.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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.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 screen and (max-width: 1440px) {
  .introduction .text {
    max-width: 70%;
    margin: 0 auto;
    position: relative;
  }
  .contact .col-lg-5 .info-box {
    margin: 20px;
    padding: 30px;
  }
  .contact .form-box {
    margin-left: -100px;
    padding: 60px 40px 60px 140px;
  }
  .shop-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0;
  }
  .shop-btn .shop-btn-basket, .shop-btn .shop-btn-shop {
    margin-right: 10px;
    text-align: center;
    font-size: 18px;
    width: auto;
  }
  .designer .imgbox::after {
    width: 30px;
    height: 100%;
    right: 0px;
    top: 0px;
  }
  .designer .infobox {
    width: 60%;
    padding: 20px 40px;
  }
  .designer .infobox h4 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .designer .infobox p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .subscribe {
    background: #ffffffd0;
    padding: 60px 60px;
  }
  .subscribe p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #001E6D;
    margin-bottom: 30px;
  }
  .picturebox {
    margin-bottom: 60px;
  }
  .picturebox .textbox {
    width: calc( 50% - 80px);
    padding: 40px;
  }
  .picturebox .textbox h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .picturebox .textbox p {
    font-size: 16px;
    line-height: 22px;
  }
  .picturebox .textbox .morebox {
    margin-top: 20px;
  }
  .product .infobox {
    width: 100%;
    padding: 12px 0px;
    position: relative;
  }
  .product .infobox p {
    font-size: 18px;
  }
  .product .infobox .money {
    font-size: 16px;
    margin-top: 10px;
  }
  .product .cartbox {
    width: 90%;
    padding: 8px 0;
    top: -50px;
    font-size: 14px;
  }
  .product .cartbox a {
    font-size: 14px;
  }
  .block02 .block-left .infobox, .block02 .block-right .infobox {
    font-size: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .block02 .block-left .infobox, .block02 .block-right .infobox {
    font-size: 18px;
  }
  .coupon .infobox .block01 .money {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .designer .infobox .btn02 {
    font-size: 16px;
    padding: 8px 18px;
  }
  .picturebox {
    margin-bottom: 60px;
  }
  .picturebox .textbox {
    width: calc( 50% - 40px);
    padding: 20px;
  }
  .picturebox .textbox h4 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .picturebox .textbox p {
    font-size: 16px;
    line-height: 20px;
  }
  .picturebox .textbox .morebox {
    margin-top: 15px;
  }
  .Recipient-Information form.forms-group input:nth-child(1) {
    margin-top: 0px;
  }
  /*產品 */
  .product__carousel .gallery-top {
    height: 300px !important;
  }
  .rwd-table.rwd-table-order3 tbody .fare td:last-child, .rwd-table.rwd-table-order3 tbody .total td:last-child {
    padding-right: 17%  !important;
  }
}

@media screen and (max-width: 991px) {
  .bg02 {
    background-attachment: scroll;
    background-size: cover;
    background-position: left center;
  }
  .pc-open {
    display: none;
  }
  .mob-open {
    display: block;
  }
  .btn, .btn01 {
    padding: 8px 10px 8px 20px;
    font-size: 16px;
  }
  .btn_back {
    padding: 8px 20px 8px 10px;
    font-size: 16px;
  }
  .contact .col-lg-5 .info-box {
    margin: 20px;
    padding: 30px;
  }
  .contact .form-box {
    margin-left: 0px;
    padding: 40px 40px 40px 40px;
  }
  .introduction {
    position: relative;
    margin: 0;
    width: 100%;
  }
  .introduction .text {
    max-width: 100%;
    padding: 40px;
    margin: 0 auto;
    position: relative;
  }
  .introduction .text::before {
    width: 50px;
    left: 10px;
    top: 20px;
  }
  .introduction .text h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .introduction .text p {
    font-size: 16px;
  }
  .swiper-craftsmanship .swiper-slide:nth-child(0n+1) {
    width: 50% !important;
    margin-left: 120px !important;
  }
  .swiper-craftsmanship .swiper-slide:nth-child(0n+1) .craftsmanship .imgbox {
    padding-bottom: 51.2% !important;
  }
  .swiper-craftsmanship .swiper-slide {
    width: 20% !important;
    margin-left: 20px !important;
  }
  .designer .imgbox {
    padding-bottom: 30%;
    width: 40%;
  }
  .designer .imgbox::after {
    width: 20px;
    height: 100%;
    right: 0px;
    top: 0px;
  }
  .designer .infobox {
    width: 60%;
    padding: 12px 20px;
  }
  .designer .infobox h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .designer .infobox p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .experience {
    padding: 30px 30px;
    margin-top: -30px;
    display: none;
  }
  .experience h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .experience .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
  }
  .experience .info .date {
    width: 120px;
    font-size: 16px;
  }
  .experience .info p {
    font-size: 16px;
    line-height: 26px;
    width: calc( 100% - 120px);
  }
  .subscribe {
    background: #ffffffd0;
    padding: 40px 40px;
  }
  .subscribe p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .subscribe form.forms-group input {
    margin-top: 0;
  }
  /*大標*/
  .title, .titleS {
    text-align: center;
    margin: 30px 0 30px 0;
    z-index: 1;
  }
  .title h1, .title h2, .titleS h1, .titleS h2 {
    font-size: 30px;
    letter-spacing: 2px;
  }
  .title h1::before, .title h2::before, .titleS h1::before, .titleS h2::before {
    width: 31px;
    height: 24px;
    top: -30px;
  }
  .titleS {
    text-align: left !important;
  }
}

@media screen and (max-width: 768px) {
  .coupon .infobox .block01 h3 {
    width: 100%;
    margin-bottom: 10px;
  }
  .coupon .infobox .block01 .money {
    width: 100%;
  }
  .coupon .infobox .direction {
    min-height: 22px;
  }
  .about-page {
    position: relative;
  }
  .about-page h2 {
    font-size: 24px;
  }
  .about-page .imgbox {
    margin: 20px 0;
  }
  .about-page::before {
    width: 100%;
    height: 30%;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .designer .imgbox {
    padding-bottom: 76%;
    width: 100%;
  }
  .designer .imgbox::after {
    width: 100%;
    height: 20px;
    top: auto;
    bottom: 0;
  }
  .designer .infobox {
    width: 100%;
    padding: 12px 20px;
  }
  .designer .infobox h4 {
    font-size: 20px;
    margin: 10px 0;
  }
  .designer .infobox p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    -webkit-line-clamp: 20;
  }
  .swiper-craftsmanship .swiper-slide:nth-child(0n+1) {
    width: 50% !important;
    margin-left: 80px !important;
  }
  .swiper-craftsmanship .swiper-slide:nth-child(0n+1) .craftsmanship .imgbox {
    padding-bottom: 51.2% !important;
  }
  .swiper-craftsmanship .swiper-slide {
    width: 20% !important;
    margin-left: 20px !important;
  }
  .subscribe {
    padding: 30px;
  }
  .container-160 {
    width: 120%;
    margin-left: -10%;
  }
  .block02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block02 .block-left .infobox {
    width: 90%;
    height: 90%;
  }
  .block02 .block-left {
    position: relative;
    padding: 10px;
    width: 100%;
  }
  .block02 .block-left .imgbox {
    padding-bottom: 112%;
  }
  .block02 .block-right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block02 .block-right .infobox {
    height: 84%;
  }
  .block02 .block-right .block-bottom {
    position: relative;
    padding: 10px;
    width: 100%;
  }
  /*大標*/
  .title, .titleS {
    text-align: center;
    margin: 60px 0 30px 0;
    z-index: 1;
  }
  .title h1, .title h2, .titleS h1, .titleS h2 {
    font-size: 28px;
    letter-spacing: 2px;
  }
  .title h1::before, .title h2::before, .titleS h1::before, .titleS h2::before {
    width: 26px;
    top: -25px;
  }
  ul.tabs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    overflow-x: scroll;
  }
  ul.tabs li {
    display: block;
    min-width: 120px;
    text-align: center;
    padding: 10px 6px;
    font-size: 16px;
  }
  .Recipient-Information .text h4, .Subscriber-Information .text h4, .payment-method .text h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .rwd-table.rwd-table-order3 th:nth-child(1), .rwd-table.rwd-table-order3 td:nth-child(1) {
    width: 30%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(2), .rwd-table.rwd-table-order3 td:nth-child(2) {
    width: 39%;
  }
  .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: 15%;
  }
  .rwd-table.rwd-table-order3 tbody .fare td:last-child, .rwd-table.rwd-table-order3 tbody .total td:last-child {
    padding-right: 13.5%  !important;
  }
  .successfully-ordered-div {
    width: 80%;
    padding: 15px;
  }
  .successfully-ordered-div .successfully-ordered-div-img img {
    padding: 20px;
  }
  .successfully-ordered-div .successfully-ordered-div-img, .successfully-ordered-div .successfully-ordered-div-text {
    width: 100%;
  }
}

@media screen and (max-width: 667px) {
  .experience {
    padding: 15px 15px;
    margin-top: -30px;
    display: none;
  }
  .experience h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .experience .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
  }
  .experience .info .date {
    width: 100%;
    font-size: 16px;
    margin-bottom: 4px;
  }
  .experience .info p {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
  }
  .contact .col-lg-5 .info-box {
    margin: 15px;
    padding: 20px;
  }
  .contact .col-lg-5 .info-box p {
    margin: 0 0 12px 35px;
  }
  .contact .col-lg-5 .info-box p::after {
    top: calc( 50% - 8px);
    left: -32px;
    width: 23px;
    height: 23px;
  }
  .contact .form-box {
    margin-left: 0px;
    padding: 40px 20px 40px 20px;
  }
  .product .cartbox {
    top: -40px;
  }
  .f18 {
    font-size: 14px;
  }
  main .bn .page-title {
    bottom: 20%;
    width: 100%;
  }
  main .bn .page-title h4 {
    font-size: 26px;
    margin: 14px 0;
  }
  main .bn .page-title P {
    font-size: 16px;
    margin: 14px 0;
  }
  .container-160 {
    width: 100%;
    margin-left: 0%;
  }
  .swiper-picbox .swiper-wrapper .swiper-slide {
    opacity: 1;
  }
  .picturebox {
    margin-bottom: 60px;
  }
  .picturebox .textbox {
    width: calc( 50% - 40px);
    padding: 20px;
  }
  .picturebox .textbox h4 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .picturebox .textbox p {
    font-size: 14px;
    line-height: 18px;
  }
  .picturebox .textbox .morebox {
    margin-top: 10px;
    font-size: 14px;
  }
  .info-box h3 {
    font-size: 20px;
  }
  .info-box p {
    font-size: 16px;
  }
  .title_line hr::before {
    width: 80px;
  }
  .title_line h3 {
    font-size: 20px;
  }
  .title_line h4 {
    font-size: 20px;
    letter-spacing: 0;
  }
  .frame {
    -webkit-box-shadow: 0px 0px 10px #00000020;
            box-shadow: 0px 0px 10px #00000020;
    padding: 20px 20px;
  }
  .push {
    padding-top: 70px;
  }
  .top-member {
    padding: 40% 0 50px 0;
  }
  .news-date p {
    letter-spacing: 0px;
    font-size: 20px;
  }
  /*產品 */
  .product__carousel {
    display: none;
  }
  .products-img {
    display: block;
  }
  .payment-methoda .payment-method-div .payment-method-way, .payment-methoda .payment-method-div .payment-method-text {
    width: 100%;
  }
  .payment-methoda .payment-method-div .payment-method-way {
    border-bottom: solid 1px #707070;
    padding-bottom: 10px;
  }
  .payment-methoda .payment-method-div .payment-method-text {
    margin: 15px 0;
  }
}

@media (min-width: 667px) {
  .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: 55%;
  }
  .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: 22%;
    text-align: center;
  }
  .rwd-table.rwd-table-order3 th:nth-child(1), .rwd-table.rwd-table-order3 td:nth-child(1) {
    width: 45%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(2), .rwd-table.rwd-table-order3 td:nth-child(2) {
    width: 30%;
  }
  .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: 12%;
    text-align: center;
  }
}

@media screen and (max-width: 666px) {
  .rwd-table.rwd-table-order2 {
    border-collapse: inherit;
  }
  .rwd-table.rwd-table-order2 tbody tr td {
    width: 100%;
  }
  .rwd-table.rwd-table-order2 tbody .fare td, .rwd-table.rwd-table-order2 tbody .total td {
    width: 50%  !important;
    margin: 10px 0;
    padding: 0 10px;
  }
  .rwd-table.rwd-table-order2 tbody .fare td::before, .rwd-table.rwd-table-order2 tbody .total td::before {
    content: "";
    display: none;
  }
  .rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img img {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img p {
    width: 100%;
    font-size: 22px;
    font-weight: 600;
  }
  .rwd-table.rwd-table-order3 th, .rwd-table.rwd-table-order3 td {
    width: 100%  !important;
  }
  .rwd-table.rwd-table-order3 td .shopify-buy {
    margin: 10px 0;
  }
  .rwd-table.rwd-table-order2 tbody .fare td:last-child, .rwd-table.rwd-table-order2 tbody .total td:last-child {
    padding-right: 15px  !important;
  }
}

@media screen and (max-width: 575px) {
  main .bn .page-title {
    bottom: 12%;
  }
  main .bn .page-title h4 {
    font-size: 22px;
    margin: 8px 0;
  }
  main .bn .page-title p {
    margin: 8px 0;
  }
  .subscribe {
    padding: 20px;
  }
  .swiper-craftsmanship .swiper-slide:nth-child(0n+1) {
    width: 62.5% !important;
    margin-left: 40px !important;
  }
  .swiper-craftsmanship .swiper-slide:nth-child(0n+1) .craftsmanship .imgbox {
    padding-bottom: 51.2% !important;
  }
  .swiper-craftsmanship .swiper-slide {
    width: 25% !important;
    margin-left: 10px !important;
  }
  .col-12 .buttonbox .swiper-button-next, .col-12 .buttonbox .swiper-button-prev {
    top: 25px;
    width: 30px;
    height: 30px;
    top: calc( 50% - 15px);
  }
  .col-12 .buttonbox .swiper-button-prev {
    left: 10px  !important;
  }
  .col-12 .buttonbox .swiper-button-prev:hover {
    left: 4px !important;
  }
  .col-12 .buttonbox .swiper-button-next {
    right: 10px  !important;
  }
  .col-12 .buttonbox .swiper-button-next:hover {
    right: 4px !important;
  }
  .actpage p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .actpage p span {
    display: block;
  }
  .quick_login button {
    font-size: 16px;
    padding: 10px 0;
  }
}

@media screen and (max-width: 450px) {
  .quick_login button {
    font-size: 14px;
  }
  .successfully-ordered-div .successfully-ordered-div-text p {
    font-size: 16px;
  }
  .shop-btn .shop-btn-basket a, .shop-btn .shop-btn-shop a {
    padding: 10px 20px;
  }
  .info-box {
    padding: 20px 10px 20px 10px;
    line-height: 26px;
  }
  .coupon .infobox .numberbox {
    font-size: 24px;
  }
  .coupon .infobox .exp {
    font-size: 14px;
  }
}
