@charset "UTF-8";
.w600 {
  font-weight: 600 !important;
}

.f16 {
  font-size: 16px !important;
}

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

.f20 {
  font-size: 20px !important;
}

.w100 {
  width: 100%;
}

.location {
  display: inline-block;
  background: #d1e2e8;
  padding: 6px 7px 6px 6px;
  border-radius: 6px;
  color: #2850A2;
  font-size: 24px;
  font-weight: 600;
}

hr.news_line {
  background: #2850A2;
  height: 1px;
}

.hp_before {
  position: relative;
}
.hp_before::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 30%;
  background-image: url("../img/hp_before.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  left: 0px;
  top: 0px;
}

.section_l, .section_r {
  position: relative;
}
.section_l::before, .section_r::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 20%;
  background-image: url("../img/section_bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  left: 0px;
  bottom: 0px;
}

.section_r::before {
  background-position: right bottom !important;
  right: 0px !important;
  left: auto !important;
  bottom: -12% !important;
}

@keyframes oxxo5 {
  0% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  50% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@keyframes oxxo {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.15);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes oxxo2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes oxxo3 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes oxxo4 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes btnmove {
  15% {
    transform: translateX(5px);
  }
  40% {
    transform: translateX(-5px);
  }
  65% {
    transform: translateX(2px);
  }
  85% {
    transform: translateX(-2px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes upmove {
  15% {
    transform: translateY(5px);
  }
  40% {
    transform: translateY(-5px);
  }
  65% {
    transform: translateY(2px);
  }
  85% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(0px);
  }
}
main .bn {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 25.8%;
}
main .bn img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
main .bn .page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.2705882353) 0em 0em 0.4em;
  color: #fff;
  padding: 20px 20px;
}
main .bn .page-title span {
  font-size: 45px;
  position: relative;
  font-weight: 600;
  letter-spacing: 2px;
}
main .bn .page-title h2 {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  position: relative;
  font-weight: 600;
}

.img100 {
  width: 100%;
}

.d-flexc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.container-110 {
  width: 110%;
  margin-left: 10%;
}

.container-100 {
  width: 100% !important;
}

.container-92 {
  width: 92%;
  margin-left: 4%;
}

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

.mb4 {
  margin-bottom: 4%;
}

.min-w300 {
  min-width: 300px;
}

.up {
  z-index: 2;
  position: relative;
}

.frame {
  background: #fff;
  padding: 40px 40px;
}

.frame2 {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.0862745098);
  background: #fff;
  padding: 60px 100px;
}

.frame_link {
  background: #F2F2F2;
  padding: 40px 40px;
}
.frame_link .news-date {
  border: none;
}

.frame_title {
  background: #101010;
  padding: 15px 60px;
  display: flex;
  align-items: center;
}
.frame_title a {
  border: solid 1px #fff;
  padding: 8px 20px;
  color: #fff;
  font-size: 18px;
}
.frame_title a:hover {
  background: #44403F;
}
.frame_title h2 {
  font-weight: 600;
  font-size: 22px;
  color: #fff;
}

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

.btn {
  font-size: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0);
  border: solid 1px #2850A2;
  color: #2850A2;
  padding: 10px 20px 10px 20px;
  position: relative;
}
.btn:hover {
  background: #2850A2;
  border: solid 1px #2850A2;
  color: #fff;
}

.btn_back {
  font-size: 18px;
  border-radius: 8px;
  background: #ffffff;
  border: solid 1px #2850A2;
  color: #2850A2;
  padding: 10px 20px 10px 10px;
  position: relative;
}
.btn_back i {
  margin: 0 2px 0 8px;
}
.btn_back:hover {
  background: #2850A2;
  border: solid 1px #2850A2;
  color: #fff;
  animation-name: btnmove;
  animation-duration: 1s;
}
.btn_back:hover i {
  margin: 0 7px 0 3px;
}

.btn_reset {
  color: #FFF;
  background: #B2B2B2;
  font-size: 16px;
  border-radius: 6px;
}
.btn_reset:hover {
  background: #44403F;
}

.btn_submit {
  color: #FFF;
  background: #2850A2;
  font-size: 16px;
  border-radius: 6px;
}
.btn_submit:hover {
  background: #44403F;
}

.btn_forms {
  position: relative;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  margin: 20px auto;
  border-radius: 60px;
  font-size: 35px;
  font-weight: 600;
  padding: 40px 40px;
  color: #2850A2;
  border: solid 3px #98C4EB;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn_forms img {
  width: 65px;
  margin-right: 20px;
}
.btn_forms:hover {
  background: #2850A2;
  margin: 10px auto 30px auto;
  color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn_forms::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background: #c4cfe5;
  left: 10px;
  top: 10px;
  z-index: -1;
}

.sale_num {
  background: #101010;
  color: #fff;
  padding: 10px 16px;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 1px;
}

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

.color01 {
  color: #2850A2;
}

.color02 {
  color: #ff000d;
}

.color03 {
  color: #101010;
}

.color04 {
  color: #44403F;
}

.color_gray {
  color: #505050;
}

.color_w {
  color: #fff !important;
}

.bg_day {
  background: #F4F7FB;
  padding: 10px;
}

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

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

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

.push {
  padding-top: 120px;
}

.box {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1411764706);
  background: #FFF;
}

.bg {
  background-image: url("../img/bg.jpg");
  position: relative;
}

.bg_detail {
  background-image: linear-gradient(180deg, #F4F7FB 0%, #fff 100%);
}

.bg_blue, .bg_blue2, .bg_blue3 {
  position: relative;
}
.bg_blue::after, .bg_blue2::after, .bg_blue3::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 500px;
  background: #F4F7FB;
  left: 0;
  bottom: 0;
}

.bg_blue2::after {
  height: 200px;
}

.bg_blue3::after {
  height: 415px;
}

.bg_page {
  background-image: url("../img/bg_page.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  right: 0px;
  top: 0px;
}

.bg_news {
  position: relative;
}
.bg_news::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 100%;
  background-image: url("../img/bg_news.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  right: 0px;
  top: 0px;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.bg01 {
  background-image: url("../img/bg01.jpg");
  background-repeat: no-repeat;
  position: relative;
}

.bgfff {
  background: #FFF;
}

.bg_gray {
  background: #F5F5F5;
}

.bg_about {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/bg02.jpg");
}

.index_news .newsbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.index_news .newsbox .time {
  width: 120px;
  margin-top: 4px;
  font-size: 16px;
  color: #6B6B6B;
}
.index_news .newsbox h3 {
  width: calc(100% - 160px);
  font-size: 18px;
  color: #6B6B6B;
  line-height: 1.5;
}
.index_news .newsbox:hover {
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.index_news .newsbox:hover .time, .index_news .newsbox:hover h3 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  color: #2850A2;
}
.index_news .imgbox {
  padding-bottom: 63%;
  border-radius: 20px;
  width: 95% !important;
  cursor: auto !important;
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
}
.index_news .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.index_news .newsbg {
  background: #F2F0F1;
  border-radius: 20px;
  padding: 20px 0;
  position: relative;
}
.index_news .newsbg::before {
  position: absolute;
  content: "";
  width: 250px;
  height: 270px;
  background-image: url("../img/news_before.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.1;
  left: 20px;
  top: 20px;
}

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

.maker {
  background: #2850A2;
  color: #ffffff;
  padding: 8px 25px;
  width: -moz-fit-content;
  width: fit-content;
}

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

/*BANNER */
.banner {
  margin: 0;
  padding: 0;
}
.banner .swiper-banner {
  width: 100%;
}
.banner .swiper-banner .swiper-slide {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 44%;
}
.banner .swiper-banner .swiper-slide img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.banner .swiper-banner .swiper-button-next, .banner .swiper-banner .swiper-button-prev {
  color: #fff !important;
}
.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: transparent;
  border: solid 2px #b1b1b2 !important;
}
.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  border: solid 2px #ffffff !important;
}

/*大標*/
.title {
  margin: 60px 0;
}
.title h2 {
  font-size: 25px;
  color: #2850A2;
  position: relative;
}
.title span {
  display: block;
  color: #2850A2;
  letter-spacing: 2px;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}

.title_line hr {
  background: #F2F0F1;
  height: 3px;
  position: relative;
}
.title_line hr::before {
  content: "";
  background: #2850A2;
  width: 100px;
  height: 3px;
  left: 0;
  bottom: 0;
  position: absolute;
}
.title_line .main_text {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #2850A2;
}

.title_mark {
  display: inline-block;
  padding: 10px 20px;
  background: #E5DFD0;
}
.title_mark h3 {
  font-size: 20px;
  font-weight: 600;
  color: #101010;
}

.swiper-news .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #2850A2;
}
.swiper-news .swiper-pagination-bullet-active {
  background: #2850A2;
}
.swiper-news .swiper-pagination {
  text-align: center;
  bottom: 0px !important;
}

.urbox {
  display: flex;
  align-items: flex-end;
}
.urbox:hover .imgbox img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%) scale(1.1);
}
.urbox .textbox {
  width: calc(50% + 30px);
  background: rgba(255, 255, 255, 0.8901960784);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1254901961);
  position: absolute;
  height: 80%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 1;
  left: 0;
  bottom: 0;
}
.urbox .textbox .centerbox {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  padding: 20px 40px;
}
.urbox .textbox .centerbox h3 {
  color: #101010;
  font-weight: 600;
  position: relative;
  margin-bottom: 40px;
  font-size: 22px;
}
.urbox .textbox .centerbox h3::after {
  content: "";
  background: #101010;
  width: 100px;
  height: 2px;
  left: 0;
  bottom: -20px;
  position: absolute;
}
.urbox .textbox .centerbox p {
  color: #6B6B6B;
  font-weight: 600;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.urbox .imgbox {
  width: 50% !important;
  margin-left: 50% !important;
  padding-bottom: 31%;
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
}
.urbox .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.progressbox {
  padding: 20px;
  margin-bottom: 40px;
  border: solid 1px #F2F0F1;
  background: #F5F5F5;
}
.progressbox:hover {
  border: solid 1px #44403F;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.progressbox:hover .imgbox img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%) scale(1.1);
}
.progressbox:hover .more {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background: #E5DFD0;
}
.progressbox .imgbox {
  padding-bottom: 74%;
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
}
.progressbox .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.progressbox h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #101010;
  min-height: 52px;
  margin: 15px 0;
  text-align: center;
}
.progressbox .more {
  background: #F2F0F1;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #101010;
  padding: 12px 4px;
}

.homeinfo {
  background: #F5F5F5;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1254901961);
  display: flex;
}
.homeinfo:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.homeinfo:hover .info {
  color: #101010;
}
.homeinfo:hover .icon {
  background: #101010;
}
.homeinfo .info {
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  width: calc(100% - 60px);
  margin-left: 60px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.homeinfo .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 60px;
  background: #44403F;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.homeinfo .icon i {
  color: #fff;
  font-size: 25px;
}

.progress_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: solid 1px #44403F;
}
.progress_list .daybox {
  width: 40%;
}
.progress_list .infobox {
  width: 60%;
}
.progress_list h3 {
  font-size: 18px;
  color: #fff;
  padding: 10px;
  background: #44403F;
}
.progress_list p {
  padding: 20px 35px;
  font-size: 18px;
}

.project_box .col-xl-3:first-child a .project::after {
  display: none;
}

.project_box .col-xl-3:nth-child(4n+1) a .project::after {
  display: none;
}

.project {
  position: relative;
  width: 94%;
  margin-bottom: 30px;
}
.project::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url("../img/left-arrow.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  bottom: 10px;
  left: -40px;
}
.project::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: #101010;
}
.project .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  cursor: auto;
  padding-bottom: 56%;
}
.project .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.project .infobox {
  padding: 10px 0px 0px 20px;
  color: #fff;
  position: relative;
}
.project .infobox .date {
  font-size: 16px;
  margin-bottom: 6px;
}
.project .infobox p {
  font-size: 18px;
  line-height: 24px;
  min-height: 48px;
}
.project:hover img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%) scale(1.1);
}

.swiper-picbox .swiper-slide-active {
  opacity: 1 !important;
}
.swiper-picbox .swiper-slide {
  opacity: 0.5;
}

.swiper-picbox .swiper-pagination {
  bottom: 20px !important;
}
.swiper-picbox .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #fff;
  opacity: 0.8;
}
.swiper-picbox .swiper-pagination .swiper-pagination-bullet-active {
  background: #2850A2;
}

.morepic .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 70%;
  border-radius: 10px;
}
.morepic .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  height: 100%;
}
.morepic .imgbox:hover img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%) scale(1.1);
}

.boxcenter {
  display: inline-block;
}

.block01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.block01 .greenline {
  position: relative;
  margin-top: 4%;
  width: 45%;
}
.block01 .greenline::after {
  content: "";
  background: #2850A2;
  width: 20px;
  position: absolute;
  height: 50%;
  right: auto;
  left: -20px;
  bottom: 25%;
}
.block01 .greenline .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  cursor: auto;
  padding-bottom: 66%;
}
.block01 .greenline .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.block01 .greenline .imgbox:hover img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%) scale(1.1);
}
.block01 .textbox {
  padding: 10px 6% 10px 5%;
  width: 55%;
  display: flex;
  justify-content: center;
}
.block01 .textbox p {
  font-size: 20px;
  color: #101010;
  line-height: 40px;
}

.share-buttonbox .swiper-button-next::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/h_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: -50px !important;
  top: calc(50% - 55px) !important;
}
.share-buttonbox .swiper-button-prev::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/h_left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  left: -50px !important;
  top: calc(50% - 55px) !important;
}

.sharebox {
  margin-bottom: 60px;
}
.sharebox h3 {
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.sharebox .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 64%;
  border-radius: 20px;
}
.sharebox .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.sharebox:hover h3 {
  color: #2850A2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.sharebox:hover .imgbox img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%) scale(1.1);
}

.places {
  margin-bottom: 60px;
}
.places .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 134%;
  border-radius: 20px;
}
.places .imgbox:hover .colorbox {
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.places .imgbox:hover h3 {
  bottom: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.places .imgbox:hover p {
  opacity: 1;
  top: calc(50% + 20px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.places .imgbox:hover img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%) scale(1.1);
}
.places .imgbox img {
  width: 215% !important;
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.places .imgbox .colorbox {
  background: #000;
  opacity: 0.3;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.places .imgbox h3 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 60px;
  bottom: calc(50% - 30px);
  left: 10%;
  color: #fff;
  z-index: 2;
  font-weight: 600;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.places .imgbox p {
  border-top: solid 1px #fff;
  opacity: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  left: 20%;
  top: calc(50% + 0px);
  z-index: 2;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  padding: 15px 0 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.schedulepage .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 62%;
  cursor: auto;
  border-radius: 20px;
}
.schedulepage .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.schedulebox .schedule:nth-child(2n) .infobox {
  left: 0;
  right: auto;
}
.schedulebox .schedule:nth-child(2n) .imgbox {
  margin-left: 40%;
}

.schedule {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}
.schedule:hover .morebox {
  background: #2850A2;
  color: #fff;
}
.schedule:hover .infobox {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.0862745098);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.schedule:hover .imgbox {
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.schedule:hover .imgbox img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%) scale(1.1);
}
.schedule .infobox {
  position: absolute;
  width: 45%;
  min-height: 80%;
  background: #fff;
  padding: 30px 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  z-index: 1;
  right: 0;
}
.schedule .infobox p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.schedule .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  width: 60%;
  padding-bottom: 37%;
}
.schedule .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.schedule .morebox {
  padding: 12px 20px;
  border-radius: 8px;
  color: #2850A2;
  display: inline-block;
  position: absolute;
  bottom: 30px;
}
.schedule .iconbox span {
  display: inline-block;
}
.schedule .iconbox i {
  color: #2850A2;
}

.aboutbox .infobox {
  padding: 0px 2%;
}
.aboutbox .infobox p {
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 30px;
}
.aboutbox .imgbox {
  padding-bottom: 67%;
  border-radius: 10px;
  margin-left: 40px;
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
}
.aboutbox .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.aboutbox .imgbox:hover img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%) scale(1.1);
}

.service {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.service .servicebox {
  width: 20%;
  text-align: center;
  margin-bottom: 30px;
}
.service .servicebox .step {
  font-weight: 600;
  margin-bottom: 10px;
  color: #2850A2;
}
.service .servicebox .iconbox {
  position: relative;
  margin: 0 10px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service .servicebox .iconbox::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 0;
  top: 0;
}
.service .servicebox .iconbox img {
  width: 60%;
  position: relative;
  margin: 24%;
}

.product {
  margin-bottom: 50px;
}
.product p {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  margin: 10px 0;
}
.product .money {
  color: #101010;
  font-size: 16px;
  position: relative;
  padding-left: 30px;
}
.product .money::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 100%;
  background: url("../img/cart.svg");
  background-repeat: no-repeat;
  background-size: contain;
  left: 2px;
  top: 0px;
}
.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;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product:hover .imgbox img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%) scale(1.1);
}

.case {
  margin-bottom: 100px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.case::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 70px;
  border-color: transparent transparent #101010 transparent;
}
.case::before {
  content: "+";
  position: absolute;
  right: 10px;
  bottom: 7px;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  z-index: 2;
}
.case:hover::after {
  border-color: transparent transparent #2850A2 transparent;
}
.case:hover .infobox {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2666666667);
}
.case:hover .imgbox img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%) scale(1.1);
}
.case .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 23.5%;
  margin-bottom: 40px;
  width: 35%;
  z-index: 2;
}
.case .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.case .infobox {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1882352941);
  background: #fff;
  width: 70%;
  height: calc(100% - 40px);
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.case .infobox .textbox {
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px 20px 20px 15%;
  width: calc(100% - 70px);
  position: relative;
}
.case .infobox .textbox h3 {
  font-size: 28px;
  color: #101010;
  width: 100%;
  letter-spacing: 1px;
  position: relative;
  margin-top: 15px;
}
.case .infobox .textbox h3::after {
  content: "";
  position: absolute;
  left: 0px;
  top: -15px;
  width: 30px;
  height: 2px;
  background: #2850A2;
}
.case .infobox .textbox p {
  color: #101010;
  font-size: 18px;
  line-height: 32px;
  margin-top: 20px;
  letter-spacing: 1px;
  width: 100%;
}

.work {
  margin-bottom: 120px;
}
.work:hover .infobox {
  margin-top: -50px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2666666667);
}
.work:hover .imgbox img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%) scale(1.1);
}
.work .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 133%;
}
.work .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.work .infobox {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1882352941);
  background: #fff;
  width: 80%;
  margin-top: -30px;
  position: absolute;
  right: 15px;
  min-height: 80px;
  display: flex;
  flex-wrap: wrap;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.work .infobox .arrowbox {
  width: 45px;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
.work .infobox .textbox {
  padding: 20px 0px 20px 20px;
  width: calc(100% - 45px);
}
.work .infobox .textbox h3 {
  font-size: 20px;
  color: #101010;
  width: 100%;
  letter-spacing: 1px;
}
.work .infobox .textbox p {
  color: #101010;
  font-size: 16px;
  margin-top: 8px;
  letter-spacing: 1px;
  width: 100%;
}

.swiper-news .swiper-button-next::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/h_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: -10px;
}
.swiper-news .swiper-button-prev::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/h_left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  left: -10px;
}

.swiper-news .news {
  margin: 0px 20px 30px 20px;
}

.news {
  margin-bottom: 60px;
}
.news .infobox {
  padding: 0 10px;
}
.news .infobox .time {
  color: #2850A2;
  margin-top: 12px;
}
.news .infobox h3 {
  font-weight: 600;
  line-height: 1.5;
  color: #2850A2;
  margin-top: 6px;
}
.news .infobox .text {
  color: #44403F;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.news .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 75%;
  border-radius: 10px;
}
.news .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.news:hover .infobox .text {
  color: #2850A2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.news:hover .imgbox img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%) scale(1.1);
}

.indexabout {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.indexabout::before {
  position: absolute;
  content: "";
  width: 54px;
  height: 90%;
  background: url("../img/text.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: 8%;
  top: 0px;
}
.indexabout .imgbox {
  width: 45% !important;
  cursor: auto !important;
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 30%;
}
.indexabout .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.indexabout .infobox {
  width: 35%;
  padding: 0 40px 30px 40px;
}
.indexabout .infobox p {
  margin: 30px 0;
  color: #fff;
  line-height: 30px;
  font-size: 18px;
}

.news_title span {
  font-size: 16px;
  color: #fff;
  background: #2850A2;
  padding: 10px 20px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 12px;
}
.news_title h3 {
  line-height: 1.5;
}
.news_title hr {
  background: #F2F0F1 !important;
  height: 2px;
}

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

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

.number-p .shopify-buy {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.number-p .shopify-buy button {
  background: #2850A2;
  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;
}

.gallery-thumbs {
  margin: 0 15px !important;
}
.gallery-thumbs .swiper-slide {
  position: relative;
  overflow: hidden;
  margin: 10px;
}
.gallery-thumbs .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.gallery-thumbs .swiper-slide.swiper-slide-visible {
  opacity: 0.6;
  cursor: pointer;
}
.gallery-thumbs .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-product, .swiper-product2 {
  padding-top: 60px !important;
}
.swiper-product .swiper-button-next, .swiper-product .swiper-button-prev, .swiper-product2 .swiper-button-next, .swiper-product2 .swiper-button-prev {
  top: 25px;
  background: #6B6B6B;
  outline: none;
  border-radius: 3px;
  width: 30px;
  height: 30px;
}
.swiper-product .swiper-button-next:after, .swiper-product .swiper-button-prev:after, .swiper-product2 .swiper-button-next:after, .swiper-product2 .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}
.swiper-product .swiper-button-prev, .swiper-product2 .swiper-button-prev {
  left: auto;
  right: 50px;
  background: #6B6B6B;
}

.swiper-slide-thumb-active {
  border: solid 3px #6B6B6B;
  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;
}
.products_detail-money .products_detail-money-quantity p {
  margin-right: 10px;
}

.shop-btn {
  display: flex;
  margin: 30px 0;
}
.shop-btn .shop-btn-basket, .shop-btn .shop-btn-shop {
  padding: 8px 30px !important;
  margin-right: 10px !important;
  text-align: center !important;
  font-size: 20px !important;
  color: #FFF !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.shop-btn .shop-btn-basket:hover, .shop-btn .shop-btn-shop:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background: #b1b1b2 !important;
  border: solid 1px #b1b1b2 !important;
  color: #000 !important;
}
.shop-btn .shop-btn-basket {
  background: #272727 !important;
  border: solid 1px #fff !important;
}
.shop-btn .shop-btn-shop {
  background: #6B6B6B !important;
  border: solid 1px #6B6B6B !important;
}

.history_page .historybox:nth-child(even) {
  margin-left: calc(50% + 80px);
}
.history_page .historybox:nth-child(even)::after {
  transform: rotate(180deg);
  right: auto;
  left: -93px;
}

.history_page {
  position: relative;
}
.history_page::before {
  content: "";
  position: absolute;
  background: #F2F0F1;
  width: 4px;
  height: 100%;
  top: 0;
  right: calc(50% - 2px);
  z-index: -1;
}
.history_page .historybox {
  position: relative;
  background: #F5F5F5;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1882352941);
  padding: 20px 40px;
  border-radius: 10px;
  border-top: solid 15px #44403F;
  width: calc(50% - 80px);
  margin-bottom: 20px;
}
.history_page .historybox::after {
  position: absolute;
  content: "";
  width: 160px;
  height: 24px;
  background-image: url("../img/boxline_page.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  right: -95px;
  top: calc(50% - 12px);
  z-index: -1;
}
.history_page .historybox::before {
  position: absolute;
  content: "";
  width: 123px;
  height: 194px;
  max-height: 75%;
  background-image: url("../img/house.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  right: 20px;
  bottom: 0px;
}
.history_page .historybox .yearbox p {
  font-size: 30px;
  color: #101010;
  font-weight: 600;
}
.history_page .historybox .yearbox p span {
  font-size: 22px;
}
.history_page .historybox h4 {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  margin-top: 10px;
}

.contactbox p {
  font-size: 18px;
  color: #44403F;
  line-height: 1.6;
  margin: 15px 0 15px 46px;
  position: relative;
}
.contactbox p::after {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  left: -46px;
  top: calc(50% - 17px);
}
.contactbox p.tel::after {
  background-image: url("../img/c-tel.svg");
}
.contactbox p.fax::after {
  background-image: url("../img/c-fax.svg");
}
.contactbox p.email::after {
  background-image: url("../img/c-email.svg");
}
.contactbox p.add::after {
  background-image: url("../img/c-add.svg");
}

@media screen and (max-width: 480px) {
  .order-center tr td {
    text-align: left !important;
  }
}
.order-center tr td {
  text-align: center;
}

.rwd-table {
  width: 100%;
  margin-top: 5px;
}
.rwd-table tr {
  border-bottom: 1px solid #ddd;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: 0.5em;
}
.rwd-table td:last-child {
  padding-bottom: 0.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;
}
.rwd-table th, .rwd-table td {
  margin: 0.5em 1em;
}
.rwd-table th {
  color: #ffffff;
}
.rwd-table td:before {
  color: #000000;
}
.rwd-table thead th {
  background: #6B6B6B;
}
.rwd-table tbody tr {
  background: #F2F0F1;
}
.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: #6B6B6B;
}
.rwd-table.rwd-table-order2 tr {
  border: none;
}
.rwd-table.rwd-table-order2 tbody tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img {
  display: flex;
  flex-wrap: wrap;
  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: flex;
  flex-wrap: wrap;
  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 #cbcbcb;
}
.rwd-table.rwd-table-order2 tbody .total {
  background: #cbcbcb;
}
.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: 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: flex;
  align-items: center;
  justify-content: center;
}

ul.tabs, ul.tabs2, ul.tabs3, ul.tabs_news {
  margin: 0 auto;
  padding: 0 0 20px 0;
  display: flex;
  justify-content: center;
  overflow-x: auto;
}
ul.tabs li, ul.tabs2 li, ul.tabs3 li, ul.tabs_news li {
  cursor: pointer;
  padding: 10px 20px;
  border-bottom: 2px solid #ccc;
  font-size: 20px;
  font-weight: 600;
}
ul.tabs li:hover, ul.tabs2 li:hover, ul.tabs3 li:hover, ul.tabs_news li:hover {
  color: #2850A2;
  border-bottom: 2px solid #2850A2;
}
ul.tabs li.active, ul.tabs2 li.active, ul.tabs3 li.active, ul.tabs_news li.active {
  color: #2850A2;
  border-bottom: 2px solid #2850A2;
}

.tab_container {
  width: 100%;
}

.tab_drawer_heading {
  display: none;
}

@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: 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;
  }
}
.bar-graph, .bar-graph-text {
  width: 80%;
  margin: 0 auto;
}

.bar-graph {
  background: #505050;
  height: 12px;
  box-sizing: content-box;
  margin-bottom: 10px;
  margin-top: 20px;
}
.bar-graph .bar-graph-bg {
  background: #b1b1b2;
  height: 12px;
  width: 33.33%;
}
.bar-graph .bar-graph-bg02 {
  width: 66.66%;
}
.bar-graph .bar-graph-bg03 {
  width: 100%;
}

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

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

.payment-methoda .payment-method-div {
  border: solid 1px #F2F0F1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 15px;
  font-size: 20px;
  background: #ebebeb;
}
.payment-methoda .payment-method-div .payment-method-way {
  width: 200px;
}
.payment-methoda .payment-method-div .payment-method-way .answer {
  display: flex;
  align-items: center;
}
.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);
}

.successfully-ordered-div {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  border: solid 1px #6B6B6B;
  background: #272727;
  margin: 40px auto;
  padding: 80px 60px;
}
.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;
  color: #fff;
}

@media screen and (max-width: 1680px) {
  .schedule .infobox {
    min-height: 85%;
  }
}
@media screen and (max-width: 1440px) {
  .schedule .infobox {
    padding: 20px 30px;
  }
  .schedule .infobox p {
    -webkit-line-clamp: 3;
  }
  .schedule .morebox {
    bottom: 20px;
    padding: 10px 16px;
  }
  .places {
    margin-bottom: 60px;
  }
  .places .imgbox:hover h3 {
    bottom: 50%;
  }
  .places .imgbox:hover p {
    top: calc(50% + 20px);
  }
  .places .imgbox h3 {
    width: 80%;
    height: 60px;
    bottom: calc(50% - 30px);
    left: 10%;
    font-size: 20px;
  }
  .places .imgbox p {
    width: 80%;
    left: 10%;
    top: calc(50% + 0px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-size: 16px;
    padding: 15px 0 0 0;
  }
  .location {
    font-size: 20px;
  }
  .title_line .main_text {
    font-size: 20px;
  }
  /*大標*/
  .title {
    margin: 50px 0;
  }
  .title h2 {
    font-size: 23px;
  }
  .title span {
    letter-spacing: 2px;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .frame2 {
    padding: 40px 60px;
  }
  .schedule .infobox {
    padding: 20px 30px;
  }
  .schedule .infobox p {
    -webkit-line-clamp: 2;
  }
  .bg_page .sharebox {
    margin-bottom: 40px;
  }
  .bg_page .sharebox h3 {
    margin-top: 10px;
  }
  .btn {
    font-size: 16px;
  }
  .btn_back {
    font-size: 16px;
  }
  .news {
    margin-bottom: 40px;
  }
  .places .imgbox p {
    -webkit-line-clamp: 4;
  }
  .index_news .imgbox {
    margin-left: 5%;
  }
  .index_news .newsbox h3 {
    width: calc(100% - 125px);
  }
  .contactbox p {
    margin: 15px 0 15px 40px;
    position: relative;
  }
  .contactbox p::after {
    width: 30px;
    height: 30px;
    left: -40px;
    top: calc(50% - 15px);
  }
  main .bn .page-title span {
    font-size: 35px;
  }
  main .bn .page-title h2 {
    font-size: 17px;
    margin-top: 10px;
  }
  ul.tabs li, ul.tabs2 li, ul.tabs3 li, ul.tabs_news li {
    font-size: 18px;
  }
  .btn01 {
    color: #FFF !important;
    background: #101010 !important;
    border: solid 1px #101010 !important;
    font-size: 16px !important;
  }
  .btn01:hover {
    background: #2850A2 !important;
    border: solid 1px #2850A2 !important;
    color: #FFF !important;
    font-size: 16px !important;
  }
  .hp_before::before {
    height: 50%;
  }
  .history {
    margin: 35px 15px 0 15px;
  }
  .container-110 {
    width: 120%;
  }
  .rooma .roombox .textbox .info p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .f16 {
    font-size: 14px !important;
  }
  .f18 {
    font-size: 16px !important;
  }
  .f20 {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 1024px) {
  .Recipient-Information form.forms-group input:nth-child(1) {
    margin-top: 0px;
  }
  .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) {
  .btn_forms {
    margin: 20px auto;
    border-radius: 50px;
    font-size: 30px;
    font-weight: 600;
    padding: 30px 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  .btn_forms img {
    width: 55px;
    margin-right: 20px;
  }
  .btn_forms:hover {
    margin: 10px auto 30px auto;
  }
  .btn_forms::after {
    border-radius: 50px;
  }
  .schedule .infobox {
    padding: 20px 20px;
    position: absolute;
    width: 55%;
  }
  .index_news .imgbox {
    margin-left: 0;
    width: 100% !important;
  }
  .index_news .newsbox {
    padding: 12px 20px;
  }
  .aboutbox .infobox {
    padding: 0px 2%;
  }
  .aboutbox .infobox p {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .aboutbox .imgbox {
    padding-bottom: 67%;
    margin-left: 0px;
  }
  .frame {
    padding: 30px 30px;
  }
  .contactbox {
    margin-bottom: 40px;
  }
  .title_mark {
    padding: 8px 16px;
  }
  .title_mark h3 {
    font-size: 18px;
  }
  .news_title span {
    padding: 6px 12px;
  }
  .section_l::before, .section_r::before {
    width: 45%;
  }
  .top-allb {
    padding: 5% 0;
  }
  .pt0 {
    padding-top: 0 !important;
  }
  .bg02_991 {
    background: #EFEADC;
  }
  .ai_start {
    align-items: start !important;
  }
  .spaceimg {
    margin: 30px 0 40px 0;
  }
  .spacebox {
    width: calc(25% - 10px);
    margin: 0 5px 20px;
  }
  .container-90 {
    width: 100%;
  }
  .container-90L {
    width: 100%;
    max-width: 720px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .bg03::after {
    display: none;
  }
  .container-110 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 720px;
  }
  .swiper-picbox .swiper-pagination {
    bottom: 30px !important;
    padding-right: 10px;
    display: flex;
    justify-content: flex-end;
  }
  .rooma {
    padding: 0px 16px 60px 0;
  }
  .gallery-thumbs {
    margin: 0 5px !important;
  }
  .gallery-thumbs .swiper-slide {
    margin: 5px;
  }
  .frame_title a {
    padding: 6px 16px;
    font-size: 18px;
  }
  .frame_title a:hover {
    background: #44403F;
    border: solid 1px #44403F;
  }
  .frame_title h2 {
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .frame2 {
    padding: 30px 40px;
  }
  .schedulebox .schedule:nth-child(2n) .infobox {
    right: 0;
    left: auto;
  }
  .schedulebox .schedule:nth-child(2n) .imgbox {
    margin-left: 0;
  }
  .schedule {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .schedule .infobox {
    position: relative;
    padding: 20px 10px;
  }
  .schedule .infobox p {
    -webkit-line-clamp: 3;
  }
  .schedule .morebox {
    position: relative;
    bottom: 0;
  }
  .schedule .infobox, .schedule .imgbox {
    width: 100%;
  }
  .schedule .imgbox {
    padding-bottom: 61%;
  }
  .service {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
  }
  .service .servicebox {
    width: 33.33333%;
  }
  ul.tabs, ul.tabs2, ul.tabs3 {
    overflow-x: scroll;
  }
  ul.tabs li, ul.tabs2 li, ul.tabs3 li {
    display: block;
    min-width: 95px;
    text-align: center;
    padding: 10px 6px;
    font-size: 16px;
  }
  .container-110 {
    max-width: 540px;
  }
  .container-90L {
    max-width: 540px;
  }
  main .bn {
    position: relative;
    display: block;
    overflow: hidden;
    height: auto;
    width: auto;
    padding: 0;
  }
  main .bn img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    transform: none;
    top: auto;
    left: auto;
    position: relative;
    height: 220px;
  }
  .frame_title {
    padding: 20px 40px;
  }
  .Subscriber-Information .text h4, .Recipient-Information .text h4, .payment-method .text h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .indexabout {
    display: block;
  }
  .indexabout::before {
    width: 54px;
    height: 90%;
    right: 1%;
    top: 0px;
  }
  .indexabout .imgbox {
    width: 90% !important;
    cursor: auto !important;
    padding-bottom: 61%;
  }
  .indexabout .infobox {
    width: 90%;
    padding: 0 20px 30px 20px;
  }
  .indexabout p {
    margin: 30px 0 10px 0;
    color: #fff;
    line-height: 26px;
  }
  .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) {
  .btn_forms {
    margin: 20px auto;
    border-radius: 40px;
    font-size: 24px;
    font-weight: 600;
    padding: 20px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  .btn_forms img {
    width: 35px;
    margin-right: 10px;
  }
  .btn_forms:hover {
    margin: 10px auto 30px auto;
  }
  .btn_forms::after {
    border-radius: 40px;
  }
  .title {
    margin: 40px 0;
  }
  .title h2 {
    font-size: 23px;
  }
  .title span {
    letter-spacing: 1px;
    font-size: 30px;
    margin-bottom: 10px;
  }
  main .bn .page-title h2 {
    font-size: 15px;
  }
  main .bn .page-title span {
    font-size: 30px;
  }
  .frame_title {
    padding: 16px 20px;
  }
  .frame_title h3 {
    letter-spacing: 0px;
  }
  .frame_title a {
    font-size: 16px;
    padding: 6px 10px;
  }
  .frame {
    padding: 20px 20px;
  }
  .banner-all {
    padding-top: 64px;
  }
  .btn {
    letter-spacing: 0px;
  }
  .product {
    margin-bottom: 30px;
  }
  .push {
    padding-top: 100px;
  }
  .top-member {
    padding: 40% 0 50px 0;
  }
  .work-date h3 {
    font-size: 20px;
  }
  .work-date p {
    font-size: 16px;
  }
  .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 #6B6B6B;
    padding-bottom: 10px;
  }
  .payment-methoda .payment-method-div .payment-method-text {
    margin: 15px 0;
  }
}
@media screen and (max-width: 479px) {
  .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: 25px;
  }
  .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) {
  .bg_blue3 .service::before {
    bottom: 12%;
  }
  .service::before {
    position: absolute;
    content: "";
    width: 180px;
    height: 180px;
    background-image: url("../img/go.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: 0px;
    bottom: 6%;
    opacity: 0.3;
  }
  .frame2 {
    padding: 30px 15px;
  }
  .top-alla {
    padding: 40px 0;
  }
  ul.tabs, ul.tabs2, ul.tabs3 {
    justify-content: start;
  }
  .share-buttonbox {
    position: absolute;
    bottom: -12px;
    left: 50%;
  }
  .share-buttonbox .swiper-button-next::after {
    right: -55px !important;
  }
  .share-buttonbox .swiper-button-prev::after {
    left: -55px !important;
  }
  .service {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: start;
  }
  .service .servicebox {
    width: 50%;
    margin-bottom: 20px;
  }
  .service .servicebox .iconbox {
    margin: 0 10px 0px 10px;
  }
  .service .servicebox .step {
    margin-bottom: 6px;
  }
  .index_news .newsbox {
    display: block;
    padding: 10px 10px;
  }
  .index_news .newsbox h3 {
    width: 100%;
    margin-top: 6px;
  }
  .frame {
    padding: 15px;
  }
  .contactbox p {
    margin: 15px 0 15px 30px;
    position: relative;
    font-size: 15px;
  }
  .contactbox p::after {
    width: 26px;
    height: 26px;
    left: -30px;
    top: calc(50% - 13px);
  }
}
@media screen and (max-width: 450px) {
  main .bn .page-title span {
    font-size: 27px;
  }
  .shop-btn .shop-btn-basket, .shop-btn .shop-btn-shop {
    padding: 8px 12px !important;
    font-size: 16px !important;
  }
}