@charset "UTF-8";
@keyframes shake {
  16.65% {
    transform: translateX(6px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(3px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bigsmall {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes circlemove {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes circlemove2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes circleupdown {
  0% {
    transform: translateY(-5px);
  }
  25% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  75% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-5px);
  }
}
.discount_bg section {
  background: rgba(255, 255, 255, 0);
}
.discount_bg .inner-page {
  background: rgba(255, 255, 255, 0);
  padding: 20px 0;
}
.discount_bg .inner-page .inner-page-text {
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .discount_bg .inner-page {
    top: -350%;
  }
}
.discount_bg .cloud {
  background-image: url(../img/discount_banner.jpg);
  background-attachment: fixed;
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 575px) {
  .discount_bg .inner-page-text {
    top: -300%;
  }
}

.all-btn a:hover {
  color: #fff;
}

.block_dd04 .all-btn, .block_dd03 .all-btn {
  animation-name: shake;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

article section {
  background: rgba(255, 255, 255, 0);
}

.pbpt6 {
  padding: 6% 0;
}
@media screen and (max-width: 991px) {
  .pbpt6 {
    padding: 12% 0px;
  }
}

.container-80 {
  max-width: 80% !important;
  z-index: 1;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .container-80 {
    max-width: 90% !important;
  }
}

.container-90 {
  max-width: 90% !important;
  z-index: 1;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  .container-90 {
    max-width: 100% !important;
  }
}

.container-100 {
  max-width: 100% !important;
  z-index: 1;
  position: relative;
}

.over_hidden {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  position: relative;
}

.d-flexj {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

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

@media screen and (max-width: 991px) {
  .d-ilblock991 {
    display: inline-block;
  }
}

.f18 {
  font-size: 18px !important;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .f18 {
    font-size: 16px !important;
  }
}

.f20 {
  font-size: 20px !important;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .f20 {
    font-size: 18px !important;
  }
}

.f22 {
  font-size: 22px !important;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .f22 {
    font-size: 20px !important;
  }
}

.f25 {
  font-size: 25px !important;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .f25 {
    font-size: 22px !important;
  }
}

.f32 {
  font-size: 32px !important;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .f32 {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 991px) {
  .f32 {
    font-size: 26px !important;
  }
}
@media screen and (max-width: 450px) {
  .f32 {
    font-size: 24px !important;
  }
}

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

.l-h18 {
  line-height: 1.8 !important;
}

.l-h20 {
  line-height: 2 !important;
}

.shadow_no {
  box-shadow: none !important;
}

.text-left {
  text-align: left !important;
}

.bg_main {
  background-image: url("../img/bg_main.jpg");
  background-repeat: repeat;
  background-size: cover;
}

.bg_no {
  background: rgba(255, 255, 255, 0) !important;
}

.border_no {
  border-bottom: none !important;
}

.discount_title {
  margin: 30px 0 60px;
}
@media screen and (max-width: 575px) {
  .discount_title {
    margin: 25px 0 40px;
  }
}
.discount_title .text_en {
  font-size: 60px;
  letter-spacing: 6px;
  font-weight: bold;
  color: #fff;
  background: #0766aa;
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px transparent;
}
@media screen and (max-width: 991px) {
  .discount_title .text_en {
    font-size: 40px;
  }
}
@media screen and (max-width: 667px) {
  .discount_title .text_en {
    font-size: 32px;
  }
}
.discount_title .text_tw {
  font-weight: bold;
  letter-spacing: 4px;
}

.block01 {
  position: relative;
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .block01 {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .block01 {
    width: 100%;
    margin: 0 auto;
  }
}
.block01::before {
  position: absolute;
  content: "";
  background: url("../img/block01_before.svg") !important;
  background-position: bottom left !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 15px;
  height: 280px;
  left: -15%;
  bottom: 30%;
  animation-name: circleupdown;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 1440px) {
  .block01::before {
    width: 12px;
    height: 200px;
    left: -10%;
  }
}
@media screen and (max-width: 1200px) {
  .block01::before {
    bottom: 15%;
  }
}
@media screen and (max-width: 991px) {
  .block01::before {
    left: -3%;
    bottom: -10%;
  }
}
@media screen and (max-width: 575px) {
  .block01::before {
    left: 0%;
    bottom: -8%;
  }
}
.block01 .textbox {
  padding: 20px 20px 20px 0;
}
@media screen and (max-width: 991px) {
  .block01 .textbox {
    padding: 20px;
  }
}
@media screen and (max-width: 667px) {
  .block01 .textbox {
    padding: 20px 0;
  }
}
.block01 .textbox h2 {
  font-size: 32px;
  line-height: 1.8;
}
@media screen and (max-width: 1440px) {
  .block01 .textbox h2 {
    font-size: 28px;
    line-height: 1.6;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1200px) {
  .block01 .textbox h2 {
    font-size: 25px;
  }
}
.block01 .textbox p {
  padding-right: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .block01 .textbox p {
    margin-top: 15px;
    padding-right: 0px;
  }
}
.block01 .imgbox {
  position: relative;
}
.block01 .imgbox img {
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  width: calc(100% - 30px);
  margin-bottom: 30px;
  margin-left: 20px;
}
@media screen and (max-width: 1200px) {
  .block01 .imgbox img {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
@media screen and (max-width: 575px) {
  .block01 .imgbox img {
    margin-bottom: 15px;
  }
}
.block01 .imgbox::after {
  position: absolute;
  content: "";
  background: #0766aa;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  width: 50%;
  height: 50%;
  right: -20px;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .block01 .imgbox::after {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
@media screen and (max-width: 575px) {
  .block01 .imgbox::after {
    right: -6px;
  }
}

.scroll_bg {
  position: relative;
}
.scroll_bg::before {
  position: absolute;
  content: "";
  background: url("../img/scroll_bg.svg") !important;
  background-position: bottom left !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 15%;
  height: 256px;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1440px) {
  .scroll_bg::before {
    width: 12%;
  }
}
@media screen and (max-width: 991px) {
  .scroll_bg::before {
    width: 14%;
    bottom: -20%;
  }
}
@media screen and (max-width: 575px) {
  .scroll_bg::before {
    bottom: -12%;
  }
}

.block_plan {
  position: relative;
  margin-top: -10%;
  background: url("../img/block_plan.png");
  background-position: bottom center;
  background-size: auto;
}

.group_b {
  border: solid 1px #0766aa !important;
}
.group_b .titlebox {
  background: #0766aa !important;
}
.group_b .leftbox {
  background: #a9d9f4 !important;
}
.group_b .mainbox p {
  color: #0766aa !important;
}

.group_p {
  border: solid 1px #9266a7 !important;
}
.group_p .titlebox {
  background: #9266a7 !important;
}
.group_p .leftbox {
  background: #e6d2f0 !important;
}
.group_p .mainbox p {
  color: #9266a7 !important;
}

.plan_table_mob {
  display: none;
}
@media screen and (max-width: 767px) {
  .plan_table_mob {
    display: block;
    border: solid 1px #269653;
    width: calc(100% - 30px);
    margin-left: 15px;
  }
}
.plan_table_mob .all-btn {
  animation-name: bigsmall;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
}
.plan_table_mob .titlebox {
  color: #fff;
  background: #269653;
  padding: 15px;
  text-align: center;
}
.plan_table_mob .titlebox p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}
.plan_table_mob .leftbox {
  padding: 15px;
  text-align: center;
  font-weight: 600;
  background: #d5f5e2;
}
.plan_table_mob .mainbox {
  padding: 15px;
  background: #fff;
}
.plan_table_mob .mainbox p {
  color: #269653;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0px;
}

.plan_table_pc {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .plan_table_pc {
    display: none;
  }
}
.plan_table_pc .all-btn {
  animation-name: bigsmall;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
}
.plan_table_pc .group {
  display: flex;
}
.plan_table_pc .group .w4, .plan_table_pc .group .w3, .plan_table_pc .group .w2, .plan_table_pc .group .w1 {
  padding: 20px 20px;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .plan_table_pc .group .w4, .plan_table_pc .group .w3, .plan_table_pc .group .w2, .plan_table_pc .group .w1 {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 991px) {
  .plan_table_pc .group .w4, .plan_table_pc .group .w3, .plan_table_pc .group .w2, .plan_table_pc .group .w1 {
    padding: 12px 12px;
  }
}
.plan_table_pc .group .w4 {
  width: calc(100% - 10px);
  background: #c9f3e8 !important;
}
.plan_table_pc .group .w3 {
  width: calc(75% - 10px);
  background: #fff;
}
.plan_table_pc .group .w2 {
  width: calc(50% - 10px);
  background: #fff;
}
.plan_table_pc .group .w1 {
  width: calc(25% - 10px);
  background: #fff;
}
.plan_table_pc .group .mainbox:hover {
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.0784313725);
  color: #ff5600;
}
.plan_table_pc .group .leftbox {
  background: #bde9f9;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
}
.plan_table_pc .group .titlebox_g, .plan_table_pc .group .titlebox_b, .plan_table_pc .group .titlebox_p {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.plan_table_pc .group .titlebox_g {
  background: #269653;
}
.plan_table_pc .group .titlebox_b {
  background: #0766aa;
}
.plan_table_pc .group .titlebox_p {
  background: #9266a7;
}

.planbox {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .planbox {
    justify-content: center;
  }
}
.planbox .bg_g {
  background: #269653;
  border: solid 1px #269653;
}
.planbox .bg_b {
  background: #0766aa;
  border: solid 1px #0766aa;
}
.planbox .bg_p {
  background: #9266a7;
  border: solid 1px #9266a7;
}
.planbox .bg_y {
  background: #FFA017;
  border: solid 1px #FFA017;
}
.planbox .plan {
  width: calc(25% - 20px);
  margin: 0 10px 40px 10px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.0784313725);
  border: solid 4px #fff;
}
.planbox .plan:hover {
  animation-name: shake;
  animation-duration: 1.3s;
  nimation-iteration-count: infinite;
  -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;
}
@media screen and (max-width: 1440px) {
  .planbox .plan {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
@media screen and (max-width: 991px) {
  .planbox .plan {
    width: calc(50% - 10px);
    margin: 0 5px 40px 5px;
  }
}
@media screen and (max-width: 575px) {
  .planbox .plan {
    width: calc(100% - 20px);
    margin: 0 10px 30px 10px;
  }
}
.planbox .plan h3 {
  padding: 40px 10px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 575px) {
  .planbox .plan h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.planbox .plan h3 span {
  display: block;
}
.planbox .plan ul {
  padding: 0px 14px 20px 14px;
}
.planbox .plan ul li {
  border-bottom: dotted 1px #0766aa;
  padding: 20px 0px;
}
.planbox .plan ul li .all-btn {
  animation-name: bigsmall;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
}
.planbox .plan ul li .all-btn a {
  font-size: 18px;
}
@media screen and (max-width: 1440px) {
  .planbox .plan ul li .all-btn a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .planbox .plan ul li .all-btn a {
    padding: 6px 16px;
  }
}
.planbox .plan ul li p {
  position: relative;
  color: #0766aa;
  padding-left: 20px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
}
@media screen and (max-width: 1440px) {
  .planbox .plan ul li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 667px) {
  .planbox .plan ul li p {
    font-size: 16px;
  }
}
.planbox .plan ul li p::before {
  position: absolute;
  top: 2px;
  left: 0px;
  content: "◢";
  font-family: "fontello";
  font-size: 12px;
}
.planbox .plan ul li span {
  display: block;
  color: #000;
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  .planbox .plan ul li span {
    font-size: 14px;
  }
}
.planbox .plan_p {
  border: solid 1px #9266A7 !important;
}
.planbox .plan_p h3 {
  background: #9266A7 !important;
}
.planbox .plan_p ul li {
  border-bottom: dotted 1px #9266A7;
}
.planbox .plan_p ul li p {
  color: #75418E !important;
}
.planbox .plan_y {
  border: solid 1px #FFA017 !important;
}
@media screen and (max-width: 991px) {
  .planbox .plan_y {
    width: calc(100% - 10px);
  }
}
.planbox .plan_y h3 {
  background: #FFA017 !important;
}
.planbox .plan_y ul li {
  border-bottom: dotted 1px #FFA017;
}
.planbox .plan_y ul li p {
  color: #db8100 !important;
}

.plan_hot {
  position: relative;
}
.plan_hot::before {
  position: absolute;
  content: "";
  background: url("../img/hot_mark.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 100px;
  right: 20px;
  top: -65px;
  animation-name: bigsmall;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 1200px) {
  .plan_hot::before {
    width: 50px;
    height: 90px;
    top: -60px;
  }
}

.block03 {
  background: #0766aa;
  position: relative;
}
.block03::before {
  position: absolute;
  content: "";
  background: url("../img/block03_before.svg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40%;
  height: 350px;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .block03::before {
    width: 70%;
  }
}
@media screen and (max-width: 575px) {
  .block03::before {
    width: 100%;
  }
}
.block03::after {
  position: absolute;
  content: "";
  background: url("../img/block03_after.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40%;
  height: 350px;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .block03::after {
    width: 70%;
  }
}
@media screen and (max-width: 575px) {
  .block03::after {
    width: 100%;
  }
}
.block03 .discount_title .text_en {
  color: #0766aa;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px transparent;
}
.block03 .discount_title .text_tw {
  color: #fff;
}

.featurebox {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0 0 18% 0;
}
@media screen and (max-width: 991px) {
  .featurebox {
    padding: 0 0 30% 0;
  }
}
.featurebox::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 1px;
  height: 100%;
  right: calc(50% - 0.5px);
  bottom: 0;
}
@media screen and (max-width: 667px) {
  .featurebox::after {
    display: none;
  }
}
.featurebox .feature {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px 0;
  padding: 10px 20px;
  min-height: 235px;
}
@media screen and (max-width: 991px) {
  .featurebox .feature {
    min-height: auto;
  }
}
@media screen and (max-width: 575px) {
  .featurebox .feature {
    padding: 0 0 20px 0;
    margin: 0;
  }
}
.featurebox .feature:hover .imgbox img {
  animation-name: bigsmall;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  -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;
}
.featurebox .feature:hover .textbox h3::after {
  width: 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;
}
.featurebox .feature .imgbox {
  margin-right: 30px;
}
@media screen and (max-width: 1440px) {
  .featurebox .feature .imgbox {
    margin-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .featurebox .feature .imgbox {
    margin-right: 0px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .featurebox .feature .imgbox {
    width: 70px;
    margin-right: 20px;
  }
}
.featurebox .feature .imgbox img {
  width: 100px;
}
@media screen and (max-width: 1440px) {
  .featurebox .feature .imgbox img {
    width: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .featurebox .feature .imgbox img {
    width: 70px;
  }
}
.featurebox .feature .textbox {
  width: 320px;
}
@media screen and (max-width: 1440px) {
  .featurebox .feature .textbox {
    width: 280px;
  }
}
@media screen and (max-width: 991px) {
  .featurebox .feature .textbox {
    min-height: 190px;
  }
}
@media screen and (max-width: 575px) {
  .featurebox .feature .textbox {
    width: calc(100% - 90px);
    max-width: 250px;
    min-height: auto;
  }
}
.featurebox .feature .textbox .num {
  margin-bottom: 4px;
  font-family: "Oleo Script";
  letter-spacing: 2px;
  color: #FFE017;
}
.featurebox .feature .textbox h3 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 4px;
  position: relative;
}
.featurebox .feature .textbox h3::after {
  position: absolute;
  content: "";
  background: #064572;
  width: 0px;
  height: 12px;
  left: 0;
  bottom: 0;
  transform: skew(-15deg);
  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;
}
.featurebox .feature .textbox p {
  color: #fff;
  margin-bottom: 0;
}

.block04 {
  position: relative;
  margin-top: -10%;
  background: url("../img/block04_bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 150px;
}
@media screen and (max-width: 1440px) {
  .block04 {
    margin-top: -12%;
  }
}
@media screen and (max-width: 1200px) {
  .block04 {
    margin-top: -15%;
  }
}
@media screen and (max-width: 991px) {
  .block04 {
    margin-top: -17%;
    border-top-right-radius: 100px;
  }
}
@media screen and (max-width: 575px) {
  .block04 {
    border-top-right-radius: 60px;
  }
}

.freetitle {
  position: relative;
  padding-top: 30px;
  margin: 20px 0 60px 0;
}
@media screen and (max-width: 1440px) {
  .freetitle {
    margin: 0 0 60px 0;
  }
}
.freetitle::before {
  position: absolute;
  content: " ";
  top: 0px;
  left: 0px;
  background: url("../img/free_mark.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 96px;
  height: 40px;
  left: calc(50% - 48px);
  top: 0;
  animation-name: circleupdown;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
}
.freetitle p, .freetitle h2 {
  margin: 20px 0;
  font-weight: 600;
  letter-spacing: 2px;
}
.freetitle p span, .freetitle h2 span {
  display: inline-block;
  margin: 0 18px;
  position: relative;
  font-weight: bold;
  z-index: 0;
}
@media screen and (max-width: 575px) {
  .freetitle p span, .freetitle h2 span {
    margin: 0 10px;
  }
}
.freetitle p span::after, .freetitle h2 span::after {
  position: absolute;
  content: " ";
  background: rgba(7, 102, 170, 0.1529411765);
  width: 60px;
  height: 60px;
  border-radius: 100px;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  z-index: -1;
}
@media screen and (max-width: 575px) {
  .freetitle p span::after, .freetitle h2 span::after {
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
  }
}

.freebox {
  border: solid 1px #fff;
  padding: 0px 20px 20px 20px;
  background: #fff;
  border-top-right-radius: 40px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0705882353);
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  min-height: 310px;
  -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;
}
@media screen and (max-width: 667px) {
  .freebox {
    padding: 0px 15px;
    margin-bottom: 30px;
    min-height: 250px;
  }
}
@media screen and (max-width: 575px) {
  .freebox {
    min-height: auto;
  }
}
.freebox .num {
  position: relative;
  color: #FFE017;
  font-family: "fontello";
  font-size: 20px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 0;
  margin-left: 20px;
  padding-top: 4px;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 667px) {
  .freebox .num {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .freebox .num {
    margin-bottom: 0px;
  }
}
.freebox .num::before {
  position: absolute;
  content: " ";
  bottom: 2px;
  left: 0px;
  background: url("../img/free_before.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 50px;
  left: calc(50% - 24px);
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 667px) {
  .freebox .num::before {
    height: 42px;
  }
}
.freebox img {
  width: 35%;
  max-width: 120px;
  margin-bottom: 20px;
  margin-top: -20px;
}
@media screen and (max-width: 575px) {
  .freebox img {
    margin-top: -10px;
    width: 25%;
  }
}
.freebox h3 {
  font-weight: bold;
}
.freebox:hover {
  border: solid 1px #0766aa;
  background-image: linear-gradient(0deg, #e7eff6 0%, #fff 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;
}
.freebox:hover img {
  animation-name: circleupdown;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

.block05 {
  position: relative;
  margin-top: -8%;
}
.block05::before {
  position: absolute;
  content: " ";
  background: url("../img/block05_before.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  width: 50%;
  height: 85%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .block05::before {
    height: 90%;
  }
}
@media screen and (max-width: 991px) {
  .block05::before {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .block05::before {
    width: 100%;
    height: 70%;
  }
}
.block05::after {
  position: absolute;
  content: " ";
  background: url("../img/block05_after.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  height: 130px;
  right: 0;
  bottom: -13%;
}
@media screen and (max-width: 1200px) {
  .block05::after {
    width: 80px;
    height: 80px;
    bottom: -10%;
  }
}
@media screen and (max-width: 767px) {
  .block05::after {
    width: 60px;
    height: 60px;
    bottom: -6%;
  }
}
.block05 .bottom_line {
  position: relative;
}
.block05 .bottom_line::after {
  position: absolute;
  content: " ";
  background: #0766aa;
  width: 20%;
  height: 3px;
  border-radius: 10px;
  right: 0;
  bottom: 11%;
  z-index: -1;
}
@media screen and (max-width: 575px) {
  .block05 .bottom_line::after {
    width: 40%;
    bottom: 8%;
  }
}
.block05 .discount_title {
  position: relative;
  margin: 0 0 60px 0 !important;
}
.block05 .discount_title::after {
  position: absolute;
  content: " ";
  background: #0766aa;
  width: 20%;
  height: 3px;
  border-radius: 10px;
  left: -10%;
  bottom: -30px;
}
@media screen and (max-width: 575px) {
  .block05 .discount_title::after {
    width: 40%;
  }
}
.block05 .discount_title .text_en {
  color: #deeef9;
}

.success_sw {
  display: flex;
  flex-wrap: wrap;
  margin-top: -60px;
}
.success_sw .imgbox {
  width: 55%;
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .success_sw .imgbox {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .success_sw .imgbox {
    width: 100%;
    margin-bottom: 20px;
  }
}
.success_sw .textbox {
  margin-top: 120px;
  width: 45%;
  padding-right: 10%;
}
@media screen and (max-width: 1440px) {
  .success_sw .textbox {
    margin-top: 80px;
    padding-right: 5%;
  }
}
@media screen and (max-width: 1200px) {
  .success_sw .textbox {
    margin-top: 65px;
    padding-right: 4%;
  }
}
@media screen and (max-width: 991px) {
  .success_sw .textbox {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .success_sw .textbox {
    width: 100%;
    padding-right: 0;
  }
}
.success_sw .textbox h3 {
  margin-bottom: 30px;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .success_sw .textbox h3 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 575px) {
  .success_sw .textbox h3 {
    font-size: 20px !important;
  }
}
.success_sw .textbox p {
  margin-bottom: 40px;
  line-height: 2;
}
@media screen and (max-width: 1440px) {
  .success_sw .textbox p {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .success_sw .textbox p {
    line-height: 1.8;
    margin-bottom: 20px;
  }
}

.swiper-succ {
  margin-bottom: 60px;
}
.swiper-succ .swiper-pagination-bullets {
  width: 35% !important;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .swiper-succ .swiper-pagination-bullets {
    bottom: 0px !important;
  }
}
@media screen and (max-width: 991px) {
  .swiper-succ .swiper-pagination-bullets {
    margin-left: 65%;
  }
}
.swiper-succ .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #0766aa;
}
.swiper-succ .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 45px;
  border-radius: 10px;
  background: #419AD9;
}

.block06 {
  position: relative;
  background: url("../img/block06.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 991px) {
  .block06 .pbpt6 {
    padding: 8% 0 4% 0;
  }
}
.block06 .textbox {
  width: 50%;
  margin-left: 50%;
  padding: 20px 40px;
  margin-top: 6%;
}
@media screen and (max-width: 1440px) {
  .block06 .textbox {
    background: rgba(255, 255, 255, 0.4705882353);
    width: 60%;
    margin-left: 40%;
    padding: 30px 30px;
  }
}
@media screen and (max-width: 991px) {
  .block06 .textbox {
    width: 75%;
    margin-left: 25%;
  }
}
@media screen and (max-width: 767px) {
  .block06 .textbox {
    width: 100%;
    margin-left: 0;
    background: rgba(255, 255, 255, 0.7294117647);
  }
}
@media screen and (max-width: 575px) {
  .block06 .textbox {
    padding: 30px 15px;
  }
}
.block06 h2 {
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .block06 h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 450px) {
  .block06 h2 {
    font-size: 22px !important;
  }
}
.block06 p {
  font-weight: 600;
  line-height: 1.8 !important;
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .block06 p {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 667px) {
  .col-sm-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media screen and (max-width: 575px) {
  .col-sm-6 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}

.discount_banner {
  background-attachment: fixed;
  background-size: contain;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 25%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .discount_banner {
    padding-bottom: 38%;
  }
}
@media screen and (max-width: 575px) {
  .discount_banner {
    padding-bottom: 56%;
  }
}
@media screen and (max-width: 450px) {
  .discount_banner {
    padding-bottom: 76%;
  }
}
.discount_banner img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .discount_banner img {
    width: 150%;
    margin-left: -25%;
  }
}
@media screen and (max-width: 575px) {
  .discount_banner img {
    width: 220%;
    margin-left: -55%;
  }
}
@media screen and (max-width: 450px) {
  .discount_banner img {
    width: 300%;
    margin-left: -75%;
  }
}

.discount_h1 {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .discount_h1 {
    margin-top: 24px;
  }
}
@media screen and (max-width: 575px) {
  .discount_h1 {
    margin-top: 40px;
    left: 30px;
  }
}
.discount_h1 h1 {
  color: #fff;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 2px;
  font-size: 40px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .discount_h1 h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1200px) {
  .discount_h1 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .discount_h1 h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  .discount_h1 h1 {
    font-size: 26px;
  }
}

.block_dd01 {
  position: relative;
}
.block_dd01::before {
  position: absolute;
  content: " ";
  background: rgba(255, 158, 23, 0.6666666667);
  border-radius: 100px;
  width: 72px;
  height: 72px;
  left: calc(10% - 36px);
  top: -72px;
  animation-name: bigsmall;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 1440px) {
  .block_dd01::before {
    width: 50px;
    height: 50px;
    left: calc(10% - 25px);
    top: -40px;
  }
}
@media screen and (max-width: 991px) {
  .block_dd01::before {
    top: calc(-6% - 25px);
    width: 40px;
    height: 40px;
    left: calc(10% - 20px);
  }
}
@media screen and (max-width: 575px) {
  .block_dd01::before {
    display: none;
  }
}
.block_dd01::after {
  position: absolute;
  content: " ";
  background: url("../img/dd_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 127px;
  left: calc(10% - 10px);
  top: -155px;
  animation-name: circleupdown;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 1440px) {
  .block_dd01::after {
    height: 100px;
    left: calc(10% - 15px);
    top: -109px;
  }
}
@media screen and (max-width: 991px) {
  .block_dd01::after {
    height: 80px;
    left: calc(10% - 15px);
    top: calc(-6% - 80px);
  }
}
@media screen and (max-width: 575px) {
  .block_dd01::after {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .block_dd01 .textbox h2.dd_title {
    margin: 0px 0 30px 0;
  }
}

h2.dd_title {
  margin: 50px 0;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 2px;
}
@media screen and (max-width: 1200px) {
  h2.dd_title {
    margin: 50px 0 30px 0;
  }
}
h2.dd_title strong {
  font-weight: bold;
  font-size: 35px;
}
@media screen and (max-width: 1440px) {
  h2.dd_title strong {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  h2.dd_title strong {
    font-size: 26px;
  }
}
@media screen and (max-width: 575px) {
  h2.dd_title strong {
    font-size: 24px;
  }
}
h2.dd_title span {
  display: block;
  font-weight: 600;
  margin-bottom: 12px;
}
@media screen and (max-width: 1440px) {
  h2.dd_title span {
    margin-bottom: 6px;
  }
}

h2.right_dot::after {
  position: absolute;
  content: " ";
  background: url("../img/dot_after.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 38px;
  right: -140px;
  bottom: calc(50% - 19px);
}
@media screen and (max-width: 1440px) {
  h2.right_dot::after {
    width: 66px;
    right: -100px;
  }
}
@media screen and (max-width: 575px) {
  h2.right_dot::after {
    width: 56px;
    right: -77px;
    height: 34px;
  }
}

h2.top_dot {
  margin: 80px 0 50px 0 !important;
}
@media screen and (max-width: 1200px) {
  h2.top_dot {
    margin: 80px 0 30px 0 !important;
  }
}
h2.top_dot::after {
  position: absolute;
  content: " ";
  background: url("../img/dot_after.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 38px;
  left: 0;
  top: -68px;
}
@media screen and (max-width: 1440px) {
  h2.top_dot::after {
    width: 66px;
    right: -28px;
  }
}
@media screen and (max-width: 575px) {
  h2.top_dot::after {
    width: 56px;
    height: 34px;
    top: -55px;
  }
}

.direction {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.direction .textbox {
  width: calc(100% - 600px);
  padding-right: 8%;
}
@media screen and (max-width: 1440px) {
  .direction .textbox {
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .direction .textbox {
    width: calc(100% - 460px);
  }
}
@media screen and (max-width: 991px) {
  .direction .textbox {
    width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 575px) {
  .direction .textbox {
    padding: 0;
  }
}
.direction .textbox p {
  text-align: justify;
}
.direction .imgbox {
  width: 600px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1440px) {
  .direction .imgbox {
    padding-left: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .direction .imgbox {
    width: 460px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 991px) {
  .direction .imgbox {
    width: 600px;
    padding: 0;
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .direction .imgbox {
    width: 500px;
  }
}
@media screen and (max-width: 575px) {
  .direction .imgbox {
    width: 320px;
    margin: 30px auto 0;
  }
}

.wrapperbox {
  position: relative;
  perspective: 40em;
  display: grid;
  transform-style: preserve-3d;
}
@media screen and (max-width: 1200px) {
  .wrapperbox {
    perspective: 30em;
  }
}
@media screen and (max-width: 991px) {
  .wrapperbox {
    perspective: 60em;
  }
}

.transform_card {
  grid-area: 1/1;
  height: 250px;
  width: 500px;
  transform: translateX(10px) rotateY(25deg) rotateX(10deg);
  background-size: cover;
  background-position: top center;
  box-shadow: 0 10px 30px -3px rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .transform_card {
    height: 200px;
    width: 400px;
  }
}
@media screen and (max-width: 991px) {
  .transform_card {
    height: 300px;
    width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .transform_card {
    height: 250px;
    width: 500px;
  }
}
@media screen and (max-width: 575px) {
  .transform_card {
    height: 160px;
    width: 320px;
  }
}

.wrapperbox::before {
  --bw: 9px;
  grid-area: 1/1;
  content: "";
  backface-visibility: hidden;
  height: 100%;
  width: 100%;
  margin-top: calc(-1 * var(--bw));
  margin-left: calc(-1 * var(--bw));
  background: transparent;
  transform: translateX(-80px) rotateY(-30deg) rotateX(15deg) scale(1.03);
  pointer-events: none;
  border: var(--bw) solid #0766aa;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .wrapperbox::before {
    transform: translateX(-40px) rotateY(-30deg) rotateX(15deg) scale(1.03);
  }
}
@media screen and (max-width: 575px) {
  .wrapperbox::before {
    transform: translateX(-15px) rotateY(-30deg) rotateX(15deg) scale(1.03);
  }
}

.wrapperbox:hover > div, .wrapperbox:hover:before {
  transform: none;
}

.wrapperbox > div, .wrapperbox:before {
  will-change: transform;
  transition: 0.3s transform cubic-bezier(0.25, 0.46, 0.45, 1);
}

.block_dd02 {
  background-image: url("../img/dd02_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  padding-bottom: 6%;
}
.block_dd02::before {
  position: absolute;
  content: " ";
  background: url("../img/dd02_before.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100px;
  left: 0;
  top: 0;
}

.goodbox {
  padding: 20px 40px !important;
  margin-bottom: 40px;
  position: relative;
  display: block;
}
@media screen and (max-width: 1440px) {
  .goodbox {
    padding: 20px 30px !important;
  }
}
@media screen and (max-width: 667px) {
  .goodbox {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .goodbox {
    padding: 20px !important;
    margin-bottom: 20px;
  }
}
.goodbox::before {
  position: absolute;
  content: " ";
  background: url("../img/good_before.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 90px;
  top: 10px;
  left: 20px;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .goodbox::before {
    left: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .goodbox::before {
    width: 30px;
    height: 70px;
    top: 12px;
    left: 13px;
  }
}
@media screen and (max-width: 575px) {
  .goodbox::before {
    left: 4px;
  }
}
.goodbox::after {
  position: absolute;
  content: " ";
  background: #64B9E1;
  width: calc(100% - 80px);
  height: calc(100% - 40px);
  right: 30px;
  bottom: 10px;
  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;
}
@media screen and (max-width: 1440px) {
  .goodbox::after {
    right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .goodbox::after {
    width: calc(100% - 40px);
    right: 10px;
  }
}
.goodbox:hover .textbox .num {
  transform: skew(0deg);
  color: #0766aa;
  -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;
}
.goodbox:hover::after {
  background: #0766aa;
  -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;
}
.goodbox .textbox {
  background: #fff;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.0941176471);
  padding: 20px;
  position: relative;
  min-height: 220px;
}
@media screen and (max-width: 575px) {
  .goodbox .textbox {
    min-height: auto;
    padding: 20px 20px 30px 20px;
  }
}
.goodbox .textbox::after {
  position: absolute;
  content: " ";
  background: url("../img/w_mark.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 110px;
  height: 70px;
  bottom: 20px;
  right: 0;
}
.goodbox .textbox .num {
  font-size: 40px;
  margin-bottom: 20px;
  background: #0766aa;
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-stroke: 3px transparent;
  transform: skew(-10deg);
  -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;
}
@media screen and (max-width: 1440px) {
  .goodbox .textbox .num {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 667px) {
  .goodbox .textbox .num {
    font-size: 32px;
  }
}
.goodbox .textbox .num, .goodbox .textbox p {
  z-index: 1;
  position: relative;
}
.goodbox .textbox p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
  text-align: justify;
}
@media screen and (max-width: 1440px) {
  .goodbox .textbox p {
    font-size: 16px;
  }
}

.block_dd03 {
  background-image: url("../img/dd03_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 6%;
}
.block_dd03::before {
  position: absolute;
  content: " ";
  background: url("../img/dd03_before.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 230px;
  top: 12%;
  right: 0;
  animation-name: circleupdown;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.block_dd03::after {
  position: absolute;
  content: " ";
  background: url("../img/dd03_after.svg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 110px;
  height: 112px;
  bottom: -112px;
  left: 0;
}

.teambox {
  background-image: url("../img/team_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  padding: 40px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -25%;
}
@media screen and (max-width: 1440px) {
  .teambox {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 1200px) {
  .teambox {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 991px) {
  .teambox {
    margin-top: -30%;
  }
}
@media screen and (max-width: 767px) {
  .teambox {
    display: block;
    margin-top: -35%;
  }
}
@media screen and (max-width: 575px) {
  .teambox {
    position: relative;
  }
}
@media screen and (max-width: 450px) {
  .teambox {
    padding: 20px 15px;
  }
}
.teambox h2.dd_title {
  color: #fff;
  padding: 0 0 0 120px;
}
@media screen and (max-width: 1440px) {
  .teambox h2.dd_title {
    margin: 0;
    padding: 0 0 0 110px;
  }
}
@media screen and (max-width: 1200px) {
  .teambox h2.dd_title {
    padding: 0 0 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .teambox h2.dd_title {
    padding: 10px 0 0 70px;
    min-width: auto;
  }
}
@media screen and (max-width: 450px) {
  .teambox h2.dd_title {
    padding: 60px 0 0 0;
  }
}
.teambox h2.dd_title::before {
  position: absolute;
  content: " ";
  background: url("../img/team.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  top: calc(50% - 40px);
  left: 0;
}
@media screen and (max-width: 1200px) {
  .teambox h2.dd_title::before {
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .teambox h2.dd_title::before {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 450px) {
  .teambox h2.dd_title::before {
    top: 0;
  }
}
.teambox h2.dd_title span {
  margin-bottom: 4px;
}
@media screen and (max-width: 1200px) {
  .teambox h2.dd_title span {
    margin-bottom: 0px;
    line-height: 1;
  }
}
@media screen and (max-width: 450px) {
  .teambox h2.dd_title span {
    line-height: 1.5;
    letter-spacing: 1.5px;
  }
}
.teambox p {
  padding: 20px 0 20px 60px;
  color: #fff;
  border-left: solid 2px #fff;
  line-height: 1.8 !important;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  max-width: calc(100% - 500px);
  margin-left: 60px;
}
@media screen and (max-width: 1440px) {
  .teambox p {
    padding: 0 0 0 30px;
    min-height: 100px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .teambox p {
    border-left: solid 1px #fff;
    max-width: calc(100% - 410px);
  }
}
@media screen and (max-width: 767px) {
  .teambox p {
    padding: 0;
    margin-left: 0;
    border-left: none;
    min-height: auto;
    margin-top: 15px;
    max-width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .teambox p {
    padding-top: 15px;
    border-top: solid 1px #fff;
  }
}

.exbox {
  background-image: linear-gradient(180deg, #f1f1f1 25%, #ffffff 100%);
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.0941176471);
  margin-bottom: 40px;
  position: relative;
  display: block;
  -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;
}
.exbox::after {
  position: absolute;
  content: " ";
  background: url("../img/exbox_after.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  bottom: 10px;
  right: 10px;
}
.exbox .textbox {
  padding: 20px 20px 30px;
}
.exbox .textbox h3 {
  text-align: center;
  font-weight: 600;
  color: #000;
}
.exbox .textbox h3 span {
  display: block;
  margin-top: 4px;
  color: #707070;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .exbox .textbox h3 span {
    font-size: 14px;
  }
}
.exbox:hover {
  box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.5);
  transform: scale(1.05);
  -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;
}

.block_dd04 {
  position: relative;
}
.block_dd04::before {
  position: absolute;
  content: " ";
  background: url("../img/dd04_before.svg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90%;
  height: 240px;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .block_dd04::before {
    height: 170px;
  }
}
@media screen and (max-width: 991px) {
  .block_dd04::before {
    height: 240px;
  }
}
@media screen and (max-width: 667px) {
  .block_dd04::before {
    height: 170px;
  }
}
.block_dd04::after {
  position: absolute;
  content: " ";
  background: url("../img/dd04_after.svg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 750px;
  height: 388px;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .block_dd04::after {
    width: 600px;
    height: 311px;
  }
}
@media screen and (max-width: 667px) {
  .block_dd04::after {
    width: 300px;
    height: 155.5px;
  }
}
.block_dd04 p.f18 {
  line-height: 1.8 !important;
  text-align: justify;
}

.templatebox {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1019607843);
  border-radius: 8px;
  margin: 10px;
}
.templatebox:hover {
  cursor: pointer;
}
.templatebox .scrollbox {
  position: relative;
  overflow-y: scroll;
  height: 500px;
}
@media screen and (max-width: 1200px) {
  .templatebox .scrollbox {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .templatebox .scrollbox {
    height: 300px;
  }
}
.templatebox .scrollbox::-webkit-scrollbar {
  width: 10px;
  max-height: 10px !important;
  height: 10px !important;
}
.templatebox .scrollbox::-webkit-scrollbar-track {
  background: #DCEBF6;
}
.templatebox .scrollbox::-webkit-scrollbar-thumb {
  background: #A380C1;
  max-height: 10px !important;
  height: 10px !important;
  border-radius: 10px;
  background: #034b7e;
}
.templatebox .textbox {
  background: #000;
  padding: 15px 4px;
  color: #fff;
  text-align: center;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.template-bullets .swiper-pagination-bullets {
  width: 50% !important;
  text-align: right;
  margin-left: -58%;
  bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .template-bullets .swiper-pagination-bullets {
    bottom: 0px !important;
  }
}
@media screen and (max-width: 991px) {
  .template-bullets .swiper-pagination-bullets {
    margin: 0 auto;
    width: 96% !important;
    text-align: center;
    bottom: -45px !important;
  }
}
@media screen and (max-width: 575px) {
  .template-bullets .swiper-pagination-bullets {
    bottom: -30px !important;
  }
}
.template-bullets .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  margin: 0 6px;
}
.template-bullets .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 45px;
  border-radius: 10px;
  background: #fff;
}