@charset "UTF-8";
.caas-figure .caas-img-loader, .caas-figure .caas-img-container {
  padding: 10px 0 !important;
}

.w600 {
  font-weight: 600 !important;
}

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

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

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

.nonethis {
  display: none;
}

.caseblock {
  position: absolute;
  width: 100%;
  height: 100%;
}

@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);
  }
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.resultbox {
  background: #f9f9f9;
  border: solid 1px #657c9d;
  padding: 20px 20px 14px 20px;
  margin-bottom: 30px;
}
.resultbox span {
  display: inline-block;
  margin: 6px 10px 6px 0;
  padding: 10px;
  background: #f1f5f9;
}

.product__carousel {
  display: block;
  margin: 1em auto 3em;
}
.product__carousel a {
  display: block;
}
.product__carousel .gallery-top {
  margin-bottom: 5px;
  height: auto !important;
}
.product__carousel .gallery-top .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 0%;
}
.product__carousel .gallery-top .swiper-slide .videobox {
  position: relative;
  padding-bottom: 68%;
}
.product__carousel .gallery-top .swiper-slide .videobox iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.product__carousel .gallery-top .swiper-slide a .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 68%;
  cursor: auto !important;
}
.product__carousel .gallery-top .swiper-slide a .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;
}
.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;
}

main .bn {
  position: relative;
}
main .bn .imgbox {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 70%;
  padding-bottom: 26%;
  margin-left: 30%;
}
main .bn .imgbox 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;
  width: 30%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0C346B;
}
main .bn .textbox {
  position: absolute;
  width: 24%;
  bottom: 30%;
  margin-left: 6%;
  padding-bottom: 30px;
  border-bottom: solid 1px #fff;
}
main .bn .textbox span {
  font-size: 36px;
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
}
main .bn .textbox h2 {
  display: block;
  font-size: 28px;
  font-weight: 600;
  margin-top: 20px;
  position: relative;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
}

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

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

.container-100 {
  width: 100%;
}

.formimg .imgbox {
  padding-bottom: 69%;
  cursor: auto !important;
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
}
.formimg .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;
}

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

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

.frame {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.031372549);
  background: rgba(255, 255, 255, 0.8941176471);
  padding: 60px 60px;
}

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

.btn {
  font-size: 18px;
  letter-spacing: 2px;
  background: rgba(255, 255, 255, 0);
  border: solid 1px #0C346B;
  color: #0C346B;
  padding: 10px 40px 10px 20px;
  position: relative;
}
.btn::before {
  position: absolute;
  top: 50%;
  right: -30px;
  width: 50px;
  height: 1px;
  content: "";
  background: #0C346B;
  -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:hover {
  background: #0C346B;
  border: solid 1px #0C346B;
  color: #fff;
}
.btn:hover::before {
  width: 50px;
  right: -20px;
  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;
}

.btn01 {
  color: #FFF !important;
  background: #0C346B !important;
  border: solid 1px #0C346B !important;
  font-size: 18px !important;
  padding: 10px 40px;
}
.btn01:hover {
  background: #3F3B3A !important;
  border: solid 1px #3F3B3A !important;
  color: #FFF !important;
  font-size: 18px !important;
  border-radius: 30px !important;
  animation-name: upmove;
  animation-duration: 0.8s;
}

.btn_reset {
  color: #FFF;
  background: #B2B2B2;
  border-radius: 4px;
  font-size: 18px;
}
.btn_reset:hover {
  background: #0C346B;
}

.btn_submit {
  color: #FFF;
  background: #3F3B3A;
  font-size: 18px;
  border-radius: 4px;
}
.btn_submit:hover {
  background: #0C346B;
}

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

.color01 {
  color: #0C346B;
}

.color02 {
  color: #900007;
}

.color03 {
  color: #3F3B3A;
}

.color04 {
  color: #E4E4E4 !important;
}

.color_gray {
  color: #505050;
}

.color_w {
  color: #fff !important;
}

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

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

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

.push {
  padding-top: 120px;
}

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

.bg_w {
  position: relative;
}
.bg_w::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7294117647);
  right: auto;
  top: 0;
}

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

.bg_page {
  background-image: url("../img/page_bg.png");
}

.bg01 {
  position: relative;
}
.bg01::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/bg01.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  left: 0px;
  bottom: 0px;
}

.bg03 {
  background-image: url("../img/bg03.jpg");
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.bg_morepic {
  background: #EFEFEF;
}

.bg_gray, .bg_life {
  position: relative;
  height: 100%;
  background-image: url("../img/bg_gray.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg_life::after {
  position: absolute;
  content: "";
  width: 400px;
  height: 400px;
  background-image: url("../img/life-r.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bpttom;
  right: 0;
  bottom: 0;
}
.bg_life::before {
  position: absolute;
  content: "";
  width: 400px;
  height: 400px;
  background-image: url("../img/life-l.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  left: 0;
  top: 0;
}

.bgfff {
  background: #FFF;
}

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

.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 {
  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: flex;
  justify-content: 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.svg");
  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.svg");
  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;
}

/*大標*/
.title {
  margin: 60px 0;
}
.title h2 {
  font-size: 32px;
  color: #0C346B;
  letter-spacing: 2px;
  position: relative;
}
.title h2.line::before {
  content: "";
  background: #0C346B;
  width: calc(64% - 156px);
  height: 1px;
  right: 35%;
  bottom: calc(50% - 0.5px);
  position: absolute;
}
.title span {
  display: block;
  color: #ccc;
  letter-spacing: 2px;
  font-size: 50px;
  margin-bottom: 10px;
  position: relative;
}

.title2 p {
  border-top: 1px solid #ccc;
  padding: 50px 0 20px 0 !important;
  display: flex;
  font-size: 28px;
  font-weight: 600;
  color: #3F3B3A;
  letter-spacing: 1px;
}
.title2 p span {
  color: #E4E4E4;
  font-size: 26px;
}

.title_logo {
  margin: 0 0 30px 0;
}
.title_logo p {
  font-size: 28px;
  font-weight: 600;
  color: #3F3B3A;
}
.title_logo p i {
  color: #0C346B;
  margin-right: 10px;
}

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

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

.mapbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #F1F1F1;
  border-radius: 10px;
  padding: 15px 40px;
  margin-bottom: 30px;
}
.mapbox .leftbox h4 {
  font-size: 22px;
  font-weight: 600;
  color: #0C346B;
  margin-bottom: 20px;
}
.mapbox .leftbox p {
  color: #898989;
  line-height: 1.6;
  font-weight: 600;
}

.swiper-container .swiper-ur .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #0C346B;
  border-radius: 100px;
}
.swiper-container .swiper-ur .swiper-pagination-bullet-active {
  background: #0C346B;
  width: 60px;
}
.swiper-container .swiper-ur .swiper-pagination {
  text-align: center;
}

.projectbox_p {
  line-height: 2;
}

.swiper-wrapper .projectbox .textbox .centerbox {
  padding: 20px 20px 0 20px;
}

.projectbox {
  display: flex;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1254901961);
  margin-bottom: 40px;
}
.projectbox:hover .textbox {
  background: #0C346B;
}
.projectbox:hover .textbox .centerbox h3, .projectbox:hover .textbox .centerbox p, .projectbox:hover .textbox .centerbox .f18 {
  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;
}
.projectbox:hover .textbox .centerbox .more {
  color: #3F3B3A !important;
}
.projectbox:hover .textbox .centerbox .more::after {
  width: 135px;
  right: 5px;
  -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;
}
.projectbox .textbox {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 1;
  right: 0;
  top: 0;
}
.projectbox .textbox .centerbox {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  padding: 20px 40px 0 40px;
  width: 100%;
}
.projectbox .textbox .centerbox h3 {
  color: #3F3B3A;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  margin-bottom: 20px;
  font-size: 22px;
  -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;
}
.projectbox .textbox .centerbox .f18 {
  color: #898989;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 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;
}
.projectbox .textbox .centerbox .more {
  color: #3F3B3A;
  font-weight: 600;
  padding: 10px 15px;
  position: relative;
  text-align: right;
}
.projectbox .textbox .centerbox .more::after {
  content: "";
  position: absolute;
  background: #E4E4E4;
  width: 40px;
  height: 40px;
  right: 100px;
  bottom: calc(50% - 20px);
  border-radius: 50px;
  z-index: -1;
  -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;
}
.projectbox .imgbox {
  width: 60% !important;
  padding-bottom: 37%;
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
}
.projectbox .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;
}

.morepic .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 75%;
  margin-bottom: 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;
}
.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);
}

.life {
  margin-bottom: 30px;
}
.life .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 133%;
}
.life .imgbox:hover .colorbox {
  opacity: 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;
}
.life .imgbox:hover .sixbox {
  background-image: url("../img/six02.svg");
  animation-name: circle;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -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;
}
.life .imgbox:hover h3 {
  color: #0C346B;
}
.life .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;
}
.life .imgbox .colorbox {
  background: #3F3B3A;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  -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;
}
.life .imgbox .sixbox {
  background-image: url("../img/six01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  width: 60%;
  height: 44%;
  bottom: 28%;
  left: 20%;
  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;
}
.life .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: 3;
  font-weight: 600;
}

.swiper-client {
  position: relative;
}
.swiper-client .swiper-button-next {
  right: 10px;
}
.swiper-client .swiper-button-next::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 55px;
  background: url("../img/c_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.swiper-client .swiper-button-prev {
  left: 10px;
}
.swiper-client .swiper-button-prev::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 55px;
  background: url("../img/c_left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.servicebox {
  margin-bottom: 30px;
}
.servicebox:hover .info::before {
  width: 100%;
  left: 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;
}
.servicebox .bg_s {
  background: #E5DFD0;
  padding: 15px;
}
.servicebox .info {
  position: relative;
  background: #fff;
  padding: 30px 20px;
  text-align: center;
}
.servicebox .info img {
  width: 55px;
}
.servicebox .info p {
  margin-top: 12px;
  color: #3F3B3A;
  font-weight: 600;
  line-height: 1.5;
  font-size: 18px;
  height: 50px;
}
.servicebox .info::before {
  position: absolute;
  content: "";
  width: 30%;
  height: 3px;
  background: #6E540F;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  left: 35%;
  bottom: -1.5px;
  -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;
}

.team {
  background: #f5f5f5;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}
.team .imgbox {
  width: 120px;
}
.team .info {
  width: calc(100% - 140px);
  margin-left: 20px;
  padding: 10px 20px;
  position: relative;
  border-left: solid 4px #E5DFD0;
}
.team .info::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 25%;
  background: #3F3B3A;
  left: -4px;
  top: 0;
}
.team .info .name {
  font-size: 20px;
  color: #3F3B3A;
  font-weight: 600;
  margin-bottom: 15px;
}
.team .info .name span {
  font-size: 15px;
}
.team .info .text {
  color: #505050;
  font-size: 16px;
  line-height: 1.5;
}

.caselist {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  padding: 20px 40px;
  border-bottom: solid 1px #E4E4E4;
}
.caselist:hover .infobox .morebox {
  background: url("../img/casemore2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0px;
  -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;
}
.caselist:hover .infobox .textbox h4 {
  color: #0C346B;
  -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;
}
.caselist: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);
}
.caselist .infobox {
  width: 85%;
  padding-left: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.caselist .infobox .textbox {
  width: calc(100% - 100px);
}
.caselist .infobox .textbox span {
  padding: 6px 16px;
  color: #fff;
  background: #0C346B;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}
.caselist .infobox .textbox h4 {
  width: 100%;
  font-weight: 600;
  color: #3F3B3A;
  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;
}
.caselist .infobox .morebox {
  width: 48px;
  height: 48px;
  position: absolute;
  right: 20px;
  top: calc(50% - 24px);
  background: url("../img/casemore.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -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;
}
.caselist .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 11%;
  border-radius: 6px;
  width: 15% !important;
}
.caselist .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;
}

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

.casebox {
  margin-bottom: 60px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1882352941);
  padding: 20px;
  background: #fff;
  position: relative;
  border: solid 1px #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;
}
.casebox:hover {
  border: solid 1px #0C346B;
  -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;
}
.casebox:hover .f18 {
  color: #0C346B;
}
.casebox: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);
}
.casebox .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 50%;
}
.casebox .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;
}
.casebox .infobox {
  padding-top: 10px;
  line-height: 1.5;
}
.casebox .infobox .f18 {
  font-weight: 600 !important;
}
.casebox .infobox .add {
  position: relative;
  padding-left: 20px;
}
.casebox .infobox .add::before {
  position: absolute;
  content: "\e802";
  font-family: "fontello";
  font-size: 16px;
  left: 0;
  top: 0;
}
.casebox .infobox .tag {
  display: flex;
  flex-wrap: wrap;
}
.casebox .infobox .tag span {
  color: #fff;
  background: #898989;
  border-radius: 4px;
  padding: 2px 14px;
  margin: 4px 8px 4px 0;
  display: inline-block;
}

.education .casebox .imgbox {
  padding-bottom: 75% !important;
}
.education .casebox .infobox p {
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.gray_table {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.gray_table p {
  background: #F1F1F1;
  padding: 10px 8px;
  font-size: 16px;
  width: calc(50% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.floatbox {
  padding: 20px;
}
.floatbox .infobox {
  padding-top: 20px;
  line-height: 1.5;
}
.floatbox .infobox .f18 {
  font-weight: 600 !important;
}
.floatbox .infobox .add {
  position: relative;
  padding-left: 20px;
}
.floatbox .infobox .add::before {
  position: absolute;
  content: "\e802";
  font-family: "fontello";
  font-size: 16px;
  left: 0;
  top: 0;
}
.floatbox .infobox .tag {
  display: flex;
  flex-wrap: wrap;
}
.floatbox .infobox .tag span {
  color: #fff;
  background: #898989;
  border-radius: 4px;
  padding: 2px 14px;
  margin: 4px 8px 4px 0;
  display: inline-block;
}
.floatbox .videobox {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 56%;
}
.floatbox .videobox iframe {
  height: 100% !important;
  width: 100% !important;
  position: absolute;
}
.floatbox .whitebox {
  width: calc(33.333% - 10px);
  background: #fff;
  padding: 20px 10px;
  position: relative;
  border-radius: 6px;
}
.floatbox .whitebox::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #0C346B transparent;
  right: 0;
  bottom: 0;
}
.floatbox hr {
  background: #E4E4E4;
}
.floatbox .contact_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.floatbox .contact_list a {
  display: inline-block;
}
.floatbox .contact_list .tel_btn {
  display: flex;
  width: 220px;
  align-items: center;
  justify-content: center;
  background: #3F3B3A;
  height: 45px;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
}
.floatbox .contact_list img {
  width: 45px;
}

.case_detail {
  position: relative;
}

.otherbox {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 20px;
  position: relative;
  margin-bottom: 15px;
}
.otherbox:hover .more::before {
  width: 125px;
  right: -10px;
  -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;
}
.otherbox img {
  width: 120px;
  height: -moz-fit-content;
  height: fit-content;
}
.otherbox .textbox {
  width: calc(100% - 120px);
  padding-left: 20px;
}
.otherbox .more {
  position: relative;
  text-align: right;
  z-index: 0;
}
.otherbox .more::before {
  content: "";
  position: absolute;
  background: #E4E4E4;
  width: 40px;
  height: 40px;
  right: 75px;
  bottom: calc(50% - 20px);
  border-radius: 50px;
  z-index: -1;
  -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;
}

.videobox169 {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 56%;
}
.videobox169 iframe {
  height: 100% !important;
  width: 100% !important;
  position: absolute;
}

.news {
  margin-bottom: 60px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1882352941);
  padding: 10px;
  background: #fff;
  position: relative;
  -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::before {
  position: absolute;
  content: "";
  width: 20%;
  height: 3px;
  background: #0C346B;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  left: 40%;
  bottom: -1.5px;
  -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::before {
  width: 100%;
  left: 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;
}
.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);
}
.news .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 75%;
}
.news .imgbox img {
  height: 100%;
  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;
}
.news .infobox {
  text-align: center;
  padding: 20px 10px 0px 10px;
}
.news .infobox .day {
  color: #898989;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.news .infobox h4 {
  font-weight: 600 !important;
  color: #3F3B3A;
  line-height: 1.5;
  padding: 10px 0;
  min-height: 65px;
}

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

.goodcase {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: 100%;
  background: #fff;
  margin-bottom: 20px;
  box-shadow: 0px 0px 20px 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;
}
.goodcase:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1882352941);
  -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;
}
.goodcase:hover .rightbox {
  padding: 10px 20px 10px 40px;
  color: #0C346B;
  -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;
}
.goodcase .leftbox {
  background: #0C346B;
  min-height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.goodcase .rightbox {
  width: calc(100% - 80px);
  padding: 10px 30px;
  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;
}

.client {
  border: solid 3px #0C346B;
  margin: 10px 0 40px 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;
}
.client:hover {
  margin: 0px 0 30px 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;
}
.client: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);
}
.client .imgbox {
  padding-bottom: 75%;
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
}
.client .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;
}
.client .imgbox .textbox {
  padding: 16px 0;
  background: rgba(12, 52, 107, 0.8235294118);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.client .imgbox .textbox p {
  text-align: center;
  color: #fff;
  line-height: 1.5;
}

.news_title {
  padding-left: 20px;
  position: relative;
}
.news_title::before {
  content: "";
  background: #0C346B;
  width: 3px;
  height: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
}
.news_title p {
  font-size: 16px;
  color: #0C346B;
}
.news_title h3 {
  font-size: 22px;
  margin-top: 10px;
  color: #0C346B;
  line-height: 1.5;
}

.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: #0C346B;
  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: #898989;
  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: #898989;
}

.swiper-slide-thumb-active {
  border: solid 3px #898989;
  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: #898989 !important;
  border: solid 1px #898989 !important;
}

.contactbox {
  padding: 20px;
  background: #f5f5f5;
}
.contactbox p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin: 15px 0 15px 50px;
  position: relative;
}
.contactbox p::after {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  left: -50px;
  top: calc(50% - 17px);
}
.contactbox p.tel::after {
  background-image: url("../img/c-tel.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: #898989;
}
.rwd-table tbody tr {
  background: #E4E4E4;
}
.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: #898989;
}
.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 {
  padding: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  width: 100%;
}
ul.tabs li {
  float: left;
  margin: 0 10px;
  border: solid 1px #0C346B;
  cursor: pointer;
  padding: 10px 30px;
  font-size: 18px;
  background: #fff;
  color: #0C346B;
  overflow: hidden;
  position: relative;
  text-align: center;
}

ul.tabs li:hover {
  opacity: 0.8;
}
ul.tabs li.active {
  background: #0C346B;
  color: #fff;
}

@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: #E4E4E4;
  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 #E4E4E4;
  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 #898989;
  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: 1440px) {
  .otherbox .more::before {
    width: 25px;
    height: 25px;
    bottom: calc(50% - 12.5px);
  }
  .otherbox:hover .textbox .more::before {
    width: 105px;
    right: -5px;
  }
  .otherbox img {
    width: 90px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .otherbox .textbox {
    width: calc(100% - 90px);
    padding-left: 15px;
  }
  main .bn .textbox {
    bottom: 25%;
  }
  .life .imgbox .sixbox {
    width: 70%;
    height: 50%;
    bottom: 25%;
    left: 15%;
    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;
  }
  .client .imgbox .textbox {
    padding: 10px 0;
  }
  .projectbox .textbox .centerbox .f18 {
    margin-bottom: 20px;
  }
  .projectbox .textbox .centerbox h3 {
    margin-bottom: 12px;
    font-size: 20px;
  }
  .title_line .main_text {
    font-size: 20px;
  }
  .title {
    margin: 50px 0;
  }
  .title h2 {
    font-size: 28px;
  }
  .title span {
    font-size: 35px;
  }
}
@media screen and (max-width: 1200px) {
  .otherbox .more::before {
    right: 65px;
  }
  .otherbox:hover .textbox .more::before {
    width: 95px;
    right: -5px;
  }
  .gray_table p {
    width: 100%;
    margin-right: 0;
  }
  .casebox {
    margin-bottom: 40px;
  }
  .casebox .infobox .tag span {
    padding: 2px 8px;
    font-size: 14px;
  }
  .mapbox .leftbox h4 {
    font-size: 20px;
  }
  .caselist .infobox .morebox {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
  }
  .news {
    margin-bottom: 40px;
  }
  .title_logo {
    margin: 0 0 30px 0;
  }
  .title_logo p {
    font-size: 26px;
  }
  .title_logo p i {
    margin-right: 6px;
  }
  main .bn .textbox {
    bottom: 20%;
    padding-bottom: 24px;
  }
  main .bn .textbox span {
    font-size: 30px;
  }
  main .bn .textbox h2 {
    font-size: 25px;
    margin-top: 16px;
  }
  .projectbox .textbox .centerbox {
    padding: 15px 20px;
  }
  .projectbox:hover .textbox .centerbox .more::after {
    width: 115px;
    right: 5px;
  }
  .projectbox .textbox .centerbox h3 {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 1.5;
  }
  .projectbox .textbox .centerbox .more::after {
    content: "";
    position: absolute;
    background: #E4E4E4;
    width: 30px;
    height: 30px;
    right: 90px;
    bottom: calc(50% - 15px);
    border-radius: 50px;
    z-index: -1;
  }
  ul.tabs li {
    padding: 10px 20px;
    margin: 0 6px;
    font-size: 16px;
  }
  .btn01 {
    color: #FFF !important;
    background: #3F3B3A !important;
    border: solid 1px #3F3B3A !important;
    font-size: 16px !important;
  }
  .btn01:hover {
    background: #0C346B !important;
    border: solid 1px #0C346B !important;
    color: #FFF !important;
    font-size: 16px !important;
  }
  .title {
    margin: 40px 0;
  }
  .title h2 {
    font-size: 26px;
  }
  .title span {
    font-size: 32px;
  }
  .container-110 {
    width: 120%;
  }
  .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) {
  .case_detail .col-lg-5 {
    position: relative;
    right: auto;
  }
  main .bn .textbox {
    bottom: 20%;
    padding-bottom: 24px;
  }
  main .bn .textbox span {
    font-size: 26px;
  }
  main .bn .textbox h2 {
    font-size: 22px;
    margin-top: 16px;
  }
  .bg03, .bg_case {
    background-attachment: scroll;
  }
  .mapbox {
    padding: 20px;
    margin-bottom: 20px;
  }
  .mapbox .leftbox h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .mapbox .maps {
    margin-top: 15px;
  }
  .caselist {
    padding: 20px 20px;
  }
  .caselist .infobox {
    padding-left: 30px;
  }
  .top-alla {
    padding: 60px 0;
  }
  .projectbox {
    margin-bottom: 20px;
  }
  .frame {
    padding: 40px 40px;
  }
  .contactbox {
    margin-bottom: 40px;
  }
  .title_mark {
    padding: 8px 16px;
  }
  .title_mark h3 {
    font-size: 18px;
  }
  .news_title h3 {
    font-size: 20px;
  }
  .top-allb {
    padding: 5% 0;
  }
  .pt0 {
    padding-top: 0 !important;
  }
  .container-120 {
    width: 100%;
    max-width: 720px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .swiper-picbox .swiper-pagination {
    bottom: 30px !important;
    padding-right: 10px;
    display: flex;
    justify-content: flex-end;
  }
  .gallery-thumbs {
    margin: 0 5px !important;
  }
  .gallery-thumbs .swiper-slide {
    margin: 5px;
  }
}
@media screen and (max-width: 768px) {
  .title2 p {
    font-size: 22px;
  }
  .title2 p span {
    font-size: 20px;
  }
  .title_logo p {
    font-size: 22px;
  }
  main .bn .imgbox {
    width: 60%;
    padding-bottom: 24%;
    margin-left: 40%;
  }
  main .bn .page-title {
    width: 40%;
  }
  main .bn .textbox {
    width: 90%;
    margin-left: 4%;
    padding-bottom: 18px;
  }
  main .bn .textbox span {
    font-size: 22px;
    z-index: 2;
  }
  main .bn .textbox h2 {
    font-size: 18px;
    margin-top: 12px;
    z-index: 2;
  }
  .client {
    border: solid 3px #0C346B;
    margin: 10px 0 20px 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;
  }
  .client:hover {
    margin: 0px 0 30px 0;
  }
  .caselist {
    padding: 20px 0px 20px 20px;
  }
  .caselist:hover .infobox .morebox {
    right: 15px;
  }
  .caselist .infobox {
    padding-left: 20px;
  }
  .caselist .infobox .textbox {
    width: calc(100% - 80px);
  }
  .caselist .infobox .morebox {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    right: 24px;
  }
  .bg_life::after, .bg_life::before {
    width: 280px;
    height: 280px;
  }
  .banner {
    margin-top: 65px;
  }
  .banner .swiper-banner .swiper-slide a {
    width: 120%;
    margin-left: -10%;
  }
  .banner .swiper-banner .swiper-button-next, .banner .swiper-banner .swiper-button-prev {
    display: none;
  }
  .container-110 {
    max-width: 540px;
  }
  .btn_reset {
    color: #FFF;
    background: #B2B2B2;
    font-size: 16px;
  }
  .btn_submit {
    color: #FFF;
    background: #0C346B;
    font-size: 16px;
  }
  .bg_w::after {
    width: 100%;
    height: 100%;
    top: 0%;
  }
  .banner .swiper-banner .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .banner .swiper-banner .swiper-button-next::after {
    width: 26px;
    height: 35px;
    right: 6px;
  }
  .banner .swiper-banner .swiper-button-prev::after {
    width: 26px;
    height: 35px;
    left: 6px;
  }
  .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) {
  .f20 {
    font-size: 17px !important;
  }
  .top-alla {
    padding: 40px 0;
  }
  .news_title {
    margin-top: 12px;
  }
  .bg_life::after, .bg_life::before {
    width: 150px;
    height: 150px;
  }
  .frame {
    padding: 20px 20px;
  }
  .banner-all {
    padding-top: 64px;
  }
  .btn {
    letter-spacing: 0px;
  }
  .push {
    padding-top: 100px;
  }
  .top-member {
    padding: 40% 0 50px 0;
  }
  .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 #898989;
    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) {
  .resultbox span {
    margin: 4px 6px 6px 0;
    padding: 8px;
    background: #f1f5f9;
    font-size: 14px;
  }
  .otherbox img {
    width: 100px;
  }
  .otherbox .textbox {
    width: calc(100% - 100px);
    padding-left: 12px;
  }
  .title2 p {
    font-size: 20px;
  }
  .title2 p span {
    font-size: 18px;
  }
  .projectbox .textbox .centerbox .more {
    font-weight: 500;
  }
  main .bn .textbox span {
    font-size: 14px;
  }
  .caselist .imgbox {
    width: 20% !important;
    padding-bottom: 15%;
  }
  .caselist .infobox {
    width: 80%;
  }
  .caselist .infobox .textbox {
    width: calc(100% - 15px);
  }
  .caselist .infobox .morebox {
    display: none;
  }
  .goodcase .leftbox {
    height: 100%;
    min-height: auto;
    width: 60px;
    position: absolute;
  }
  .goodcase .rightbox {
    width: calc(100% - 60px);
    margin-left: 60px;
  }
  .projectbox {
    display: block;
  }
  .projectbox .textbox {
    width: 100%;
    position: relative;
  }
  .projectbox .textbox .centerbox .f18 {
    margin-bottom: 12px;
  }
  .projectbox .imgbox {
    width: 100% !important;
    padding-bottom: 62%;
  }
  .frame {
    padding: 15px;
  }
  .contactbox {
    padding: 10px;
  }
  .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);
  }
  .news .infobox h4 {
    min-height: auto;
  }
  ul.tabs {
    flex-wrap: wrap;
  }
  ul.tabs li {
    padding: 10px 10px;
    margin: 0 6px;
    font-size: 15px;
    width: calc(50% - 12px);
    margin-bottom: 10px;
  }
  .frame2 {
    background: rgba(112, 112, 112, 0.2901960784);
    padding: 16px;
  }
  .frame2 .insidebox {
    border: solid 1px #C7C7C7;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 480px) {
  main .bn .textbox {
    bottom: 16%;
    padding-bottom: 12px;
  }
  main .bn .textbox h2 {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 450px) {
  .floatbox .whitebox {
    width: 100%;
    padding: 15px 10px;
    margin-bottom: 10px;
  }
  .floatbox .contact_list {
    justify-content: center;
  }
  .floatbox .contact_list .tel_btn {
    width: 100%;
  }
  .life .imgbox .sixbox {
    width: 86%;
    height: 64%;
    bottom: 18%;
    left: 7%;
    z-index: 2;
  }
  .urbox .textbox .centerbox h3 {
    font-size: 18px;
  }
  .shop-btn .shop-btn-basket, .shop-btn .shop-btn-shop {
    padding: 8px 12px !important;
    font-size: 16px !important;
  }
}