@charset "UTF-8";
.tb-all {
  padding: 10% 0 60px 0;
}

.tb-all01 {
  padding: 5% 0;
}

section {
  background: #fff;
}

a, button {
  transition: all 0.2s ease-in 0s;
}

.word-break {
  word-break: break-all;
}

.pr {
  position: relative;
}

.seo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.ellipsis03 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.my-113 {
  margin: 93px 0;
}

.justify-content-evenly {
  justify-content: space-evenly;
}

.pr-lg-5rem {
  padding-right: 5rem;
}

.pr-large-0 {
  padding-right: 0 !important;
}

.pl-large-0 {
  padding-left: 0 !important;
}

.order-lg-2 {
  order: 2;
}

@media screen and (max-width: 990px) {
  .pr-large-0 {
    padding-right: 15px;
  }
  .pl-large-0 {
    padding-left: 15px;
  }
  .order-lg-2 {
    order: initial;
  }
}
@media screen and (min-width: 640px) {
  .dis-mb {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .dis-lg {
    display: none;
  }
  .dis-mb {
    display: block;
  }
  .mt-sm--640 {
    margin-top: -640px !important;
  }
  .pr-lg-5rem {
    padding-right: 0;
  }
  .inner-page-text h3 strong {
    font-size: 2rem;
  }
}
.line-height-30 {
  line-height: 30px;
}

.overlay-h {
  overflow-x: hidden;
}

.color01 {
  color: #03a9f4 !important;
}

.color02 {
  color: #444 !important;
}

.color03 {
  color: #61d9c8 !important;
}

.color04 {
  color: #4573e7 !important;
}

.color05 {
  color: #ff9e42 !important;
}

.color06 {
  color: #ffffff !important;
}

.color07 {
  color: #fe1717 !important;
}

.tab-all .row {
  display: flex !important;
}

.op {
  opacity: 0;
}

p {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  word-break: break-all;
}

.hr2, .hr3 {
  border: none;
  margin: 15px 0px;
  background: #bbbbbb;
  height: 1px;
}

.hr2 {
  background: White;
}

.hr3 {
  background: #bbbbbb;
}

.font-weight-b {
  font-weight: bold !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.bg {
  background-image: linear-gradient(174deg, #fff 71%, #e0eff9 49%);
}

.bg01 {
  background-image: linear-gradient(180deg, #e0eff9 0%, #fff 96%);
}

.bg02 {
  background-color: #eeeeee;
}

.bg03 {
  background-image: linear-gradient(90deg, #5cc1ff 0%, #4573e7 96%);
}

.bg04 {
  background-image: url(../img/ssl.svg);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: bottom;
}

.title h2 strong, .title h3 strong {
  color: #14bbe7;
  font-size: 3rem;
}
.title h2 strong span, .title h3 strong span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding-top: 10px;
}
.title p {
  line-height: 24px;
  letter-spacing: 3px;
  padding-top: 15px;
  color: #8a8a8a;
}

.title02 h2 strong, .title02 h3 strong {
  font-size: 35px;
  font-weight: 400;
  color: #000;
}
.title02 h2 span, .title02 h3 span {
  font-family: "Caveat", cursive;
  color: #a7e3fa;
  display: block;
  font-size: 20px;
  font-weight: 400;
  padding-top: 10px;
}

.title03 span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 6rem;
}

.title-h3 {
  position: absolute;
  background: #fff;
  bottom: -4px;
  left: 30px;
  padding: 3px 20px;
}
.title-h3 h2, .title-h3 h3 {
  font-size: 25px;
  font-weight: 500;
}
.title-h3 p {
  font-family: "Caveat", cursive;
  font-size: 18px;
  padding-left: 15px;
}

.title03 span, .title-h3 p {
  color: #fab479;
}

.title04 h2 {
  border-left: solid 3px #72c6f9;
  padding-left: 10px;
  margin-bottom: 10px;
}
.title04 hr {
  border: solid 1px #eee;
}

.title05 {
  padding: 20px 0;
}
.title05 h3 {
  font-size: 25px;
  letter-spacing: 2px;
  font-size: 35px;
}
.title06 {
  position: relative;
}
.title06 h3 {
  width: fit-content;
  position: absolute;
  background: White;
  padding: 0 10px;
  left: 50%;
  transform: translateX(-50%);
}

.all-btn button, .all-btn a {
  cursor: pointer;
  background-image: linear-gradient(90deg, #6aeace 0%, #73c1ff 100%);
  border: navajowhite;
  padding: 6px 30px;
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  margin: 25px 0;
  box-shadow: 0px 7px 22px #99fff4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transform: translateY(0px);
}

.all-btn02 button {
  cursor: pointer;
  background-image: linear-gradient(90deg, #6aeace 0%, #73c1ff 100%);
  border: navajowhite;
  padding: 10px 30px;
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  margin: 25px 0;
  box-shadow: 0px 7px 22px #99fff4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transform: translateY(0px);
}

.all-btn button:hover {
  background-image: linear-gradient(90deg, #73c1ff 0%, #6aeace 100%);
  transform: translateY(10px);
}
.all-btn a:hover {
  background-image: linear-gradient(90deg, #73c1ff 0%, #6aeace 100%);
  transform: translateY(10px);
  background-image: linear-gradient(90deg, #73c1ff 0%, #6aeace 100%);
}

.all-btn02 a:hover {
  background-image: linear-gradient(90deg, #73c1ff 0%, #6aeace 100%);
}

.all-btn01 button {
  cursor: pointer;
  border: none;
  background-image: linear-gradient(90deg, #f8cc70 0%, #f8a616 100%);
  padding: 11px 35px;
  border-radius: 30px;
  font-size: 25px;
  font-weight: 400;
  margin-top: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transform: translateY(0px);
  color: #fff;
}
.all-btn01 button:hover {
  transform: translateY(10px);
  box-shadow: 0px 7px 22px #f8cc70;
}

.tabs--header {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #dedcdc;
  padding: 8px 0 0 0;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
}
.tabs--header a {
  padding: 5px 10px;
  font-size: 20px;
  text-decoration: none;
}

.tab-head {
  padding: 8px;
}
.tab-head.tab-head__active {
  border-bottom: solid 2px #FFC107;
}

.tab-content {
  padding: 25px 15px;
}

.tab-all-text01 {
  padding: 15px 0px;
  font-weight: bold;
}

.tab-all-text02 {
  color: #444;
}

.your-element-selector {
  height: 500px;
}

.inner-page {
  position: relative;
  background: #fff;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

.inner-page-text {
  position: absolute;
  top: -250%;
  left: 50%;
  transform: translateX(-50%);
}
.inner-page-text h1, .inner-page-text h2 {
  font-size: 50px;
  letter-spacing: 10px;
  font-weight: 500;
}
.inner-page-text h1 span, .inner-page-text h2 span {
  display: block;
  font-size: 16px;
  letter-spacing: 5px;
  font-weight: 400;
  padding-top: 5px;
}
.inner-page-text img {
  width: 350px;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.inner-page-text {
  position: absolute;
  top: -250%;
  left: 50%;
  transform: translateX(-50%);
}
.inner-page-text .h1, .inner-page-text .h2 {
  font-size: 50px;
  letter-spacing: 10px;
  font-weight: 500;
}
.inner-page-text .h1 span, .inner-page-text .h2 span {
  display: block;
  font-size: 16px;
  letter-spacing: 5px;
  font-weight: 400;
  padding-top: 5px;
}

.Bread-chop {
  padding-left: 15%;
}
.Bread-chop ul {
  display: flex;
  flex-wrap: wrap;
}
.Bread-chop ul li {
  padding-right: 15px;
  position: relative;
}
.Bread-chop ul li a {
  color: #444;
  padding: 5px 25px;
}
.Bread-chop ul li:last-child a {
  color: #000;
}
.Bread-chop ul li:after {
  content: "/";
  position: absolute;
  top: 0;
  right: 20px;
}
.Bread-chop ul li:last-child:after {
  content: "";
}

.pagination {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 30px 0;
}
.pagination li {
  display: inline;
  text-align: center;
}
.pagination a {
  float: left;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 12px;
  color: #fff;
  margin-left: -1px;
  border: 1px solid transparent;
  line-height: 1.5;
  margin: 0 5px;
}
.pagination a.active {
  cursor: default;
}
.pagination a:active {
  outline: none;
}

.modal-2 li:first-child a {
  -moz-border-radius: 50px 0 0 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px 0 0 50px;
}
.modal-2 li:last-child a {
  -moz-border-radius: 0 50px 50px 0;
  -webkit-border-radius: 0;
  border-radius: 0 50px 50px 0;
}
.modal-2 a {
  color: #999;
}
.modal-2 a.active, .modal-2 a:active, .modal-2 a:hover {
  background: #4ed0c5;
  color: #fff;
  border-radius: 38px;
}

.text-js {
  opacity: 0;
}

.type-js h2 {
  font-size: 2rem;
  margin: 0;
}

.cursor {
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  right: -5px;
  width: 2px;
  background-color: #000;
  z-index: 1;
  animation: flash 0.5s none infinite alternate;
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.pic {
  height: auto;
  overflow: hidden;
  background-color: #fff;
  opacity: 1;
  margin-bottom: 20px;
  opacity: 0;
}

.pic1 {
  margin-left: -100px;
}

.pic2 {
  margin-left: 100px;
}

.pic3 {
  margin-top: 100px;
}

.loading {
  background: #65c8d8;
  background-image: -moz-linear-gradient(111deg, #fff 0%, #ceb7f7 23%, #65c8d8 100%);
  background-image: -webkit-linear-gradient(111deg, #fff 0%, #ceb7f7 23%, #65c8d8 100%);
  background-image: linear-gradient(111deg, #fff 0%, #ceb7f7 23%, #65c8d8 100%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.loading .vertical-centered-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
.loading .vertical-centered-box:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.loading .vertical-centered-box svg {
  width: 120px;
  margin-top: 80px;
  margin-left: 80px;
}
.loading .vertical-centered-box .content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
}

.loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  margin-left: -60px;
  margin-top: -60px;
}

.loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 200px;
  margin-left: -61px;
  margin-top: -59px;
  overflow: hidden;
  -webkit-transform-origin: 60px 60px;
  -moz-transform-origin: 60px 60px;
  -ms-transform-origin: 60px 60px;
  -o-transform-origin: 60px 60px;
  transform-origin: 100px 100px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  -webkit-animation: rotate 1.2s infinite linear;
  -moz-animation: rotate 1.2s infinite linear;
  -o-animation: rotate 1.2s infinite linear;
  animation: rotate 1.2s infinite linear;
}
.loader-line-mask .loader-line {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.night {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.shooting_star {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  background: linear-gradient(-45deg, #ffffff, rgba(0, 0, 255, 0));
  border-radius: 999px;
  -webkit-filter: drop-shadow(0 0 6px #ffffff);
  filter: drop-shadow(0 0 6px #ffffff);
  -webkit-animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite;
  animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite;
}
.shooting_star::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(-45deg, rgba(0, 0, 255, 0), #ffffff, rgba(0, 0, 255, 0));
  -webkit-transform: translateX(50%) rotateZ(45deg);
  transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  -webkit-animation: shining 3000ms ease-in-out infinite;
  animation: shining 3000ms ease-in-out infinite;
}
.shooting_star::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(-45deg, rgba(0, 0, 255, 0), #ffffff, rgba(0, 0, 255, 0));
  -webkit-transform: translateX(50%) rotateZ(45deg);
  transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  -webkit-animation: shining 3000ms ease-in-out infinite;
  animation: shining 3000ms ease-in-out infinite;
  -webkit-transform: translateX(50%) rotateZ(-45deg);
  transform: translateX(50%) rotateZ(-45deg);
}
.shooting_star:nth-child(1) {
  top: calc(50% + 178px);
  left: calc(50% - 292px);
  -webkit-animation-delay: 5943ms;
  animation-delay: 5943ms;
  -webkit-animation-delay: 5943ms;
  animation-delay: 5943ms;
}
.shooting_star:nth-child(2) {
  top: calc(50% + 68px);
  left: calc(50% - 55px);
  -webkit-animation-delay: 833ms;
  animation-delay: 833ms;
  -webkit-animation-delay: 833ms;
  animation-delay: 833ms;
}
.shooting_star:nth-child(3) {
  top: calc(50% - 169px);
  left: calc(50% - 26px);
  -webkit-animation-delay: 3284ms;
  animation-delay: 3284ms;
  -webkit-animation-delay: 3284ms;
  animation-delay: 3284ms;
}
@-webkit-keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 100px;
  }
  100% {
    width: 0;
  }
}
@keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 100px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes shining {
  0% {
    width: 0;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 0;
  }
}
@keyframes shining {
  0% {
    width: 0;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes shooting {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
  }
}
@keyframes shooting {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
  }
}
@-webkit-keyframes sky {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
}
@keyframes sky {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
}
.fadeout {
  opacity: 0;
}

/* logo出现动画 */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.cloud {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/cloud.jpg");
  height: 400px;
}

/*footer */
footer {
  z-index: 20;
  position: relative;
  bottom: 0;
  background: #fff;
}

.footer-wrapper {
  padding: 25px 90px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  color: #fff;
}
.footer-wrapper .footer-box-left {
  width: 40%;
}
.footer-wrapper .footer-box-left .hq-contact {
  padding: 5px 0;
}
.footer-wrapper .footer-box-left .hq-num {
  font-size: 2.5em;
  color: #fff;
  margin-top: 0;
}
.footer-wrapper .footer-box-left .hq-num::hover a {
  color: #f7cd69;
}
.footer-wrapper .footer-box-left .hq-num a {
  color: inherit;
}
.footer-wrapper .footer-box-right {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
}
.footer-wrapper .footer-box-right .footer-col {
  width: 25%;
  float: left;
}
.footer-wrapper .accordion-faq {
  padding: 0 10px;
  margin: 0 auto;
  list-style: none outside;
}
.footer-wrapper .accordion-item input, .footer-wrapper .accordion-item-hd-cta {
  display: none;
}
.footer-wrapper .accordion-item .accordion-item-bd {
  padding: 10px 5px;
}
.footer-wrapper .accordion-item .accordion-item-hd {
  color: #fff;
  font-size: 1.25rem;
}
.footer-wrapper .accordion-item .accordion-item-bd a {
  color: #fff;
}

.waves-div {
  position: relative;
  bottom: -70px;
}

svg.waves {
  height: 150px;
  width: 100%;
}

.parallax > use {
  -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
}

@-webkit-keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
.footer-text {
  background: #252525;
  padding-top: 30px;
}

.footer-Copyright {
  background: #fff;
  color: #252525;
  padding: 10px 5px;
}

.seo-link {
  background: url(../img/bg01.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.seo-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(37, 37, 37, 0.8);
  z-index: -1;
}
.seo-link section {
  background: transparent;
}
.seo-link section .title02 h2 strong, .seo-link section .seo-link-div a {
  color: White;
}
.seo-link section .seo-link-div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.seo-link section .seo-link-div a {
  width: 25%;
  padding: 15px 0;
  font-size: 18px;
  text-align: center;
}
.seo-link section .seo-link-div a:hover {
  color: #f7cd69;
}

.Community {
  position: fixed;
  right: 15px;
  bottom: 150px;
  z-index: 30;
}
.Community .Community-icon {
  color: #fff;
  font-size: 2rem;
  border-radius: 40px;
  padding: 4px 3px;
}
.Community .messenger {
  background-image: linear-gradient(180deg, #18acfe 0%, #0269e3 100%);
}
.Community .messenger p {
  display: none;
}
.Community .Community-icon-lines {
  background: #00b900;
}

.Community-icon-lines {
  position: relative;
  display: block;
  margin: 18px 0;
}
.Community-icon-lines .ewm-hover {
  position: absolute;
  left: -145px;
  top: -25px;
  display: none;
  width: 150px;
}

.Community-icon-lines:hover .ewm-hover {
  display: block;
}

/*浮動諮詢 */
.float-right, .float-left {
  display: none;
}

.float-left-fixd {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 30;
}

.float-left-refer, .float-left-discount {
  width: 45px;
  text-align: center;
  padding: 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.float-left-refer {
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}

.float-left-discount {
  background-image: linear-gradient(120deg, #fbc2eb 0%, #a6c1ee 100%);
  margin-top: 10px;
}

.float-left-open, .float-right-open {
  display: block;
}

.float-left-refer a, .float-left-discount a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

/*--------------To Top (右)---------------------- */
.qaqa {
  position: fixed;
  right: 15px;
  bottom: 225px;
  height: 50px;
  width: 50px;
}

.progress-wrap {
  position: fixed;
  right: 15px;
  bottom: 110px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  z-index: 22;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  content: "\f106";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #0766aa;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 22;
  transition: all 200ms linear;
}
.progress-wrap:hover::after {
  opacity: 0;
}
.progress-wrap::before {
  position: absolute;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  content: "\e804";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}
.progress-wrap:hover::before {
  opacity: 1;
}
.progress-wrap svg path {
  fill: #fff;
}
.progress-wrap svg.progress-circle path {
  stroke: #0766aa;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/*--------------To Top (右)---------------------- */
/*---------浮動M版電話----------------- */
.float-left-phone {
  display: none;
}

@media screen and (max-width: 1440px) {
  .cloud {
    background-image: url(../img/cloud_1440.jpg);
  }
}
@media screen and (max-width: 1024px) {
  .tb-all {
    padding: 5% 0 60px 0;
  }
  .waves {
    height: 80px !important;
  }
  .waves-div {
    bottom: -18px;
  }
  .cloud {
    background-position: top center;
    background-size: 202%;
    background-image: url(../img/cloud_1024.jpg);
  }
  .your-element-selector {
    height: 400px;
  }
  .inner-page {
    padding: 40px 0;
  }
  .inner-page-text img {
    width: 250px;
    bottom: -30px;
  }
  .tab-head {
    padding: 8px 0;
  }
  .tabs--header a {
    padding: 5px 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .title02 h3 strong {
    font-size: 30px;
    line-height: 45px;
  }
  .cloud {
    background-image: url(../img/cloud_768.jpg);
  }
  .your-element-selector {
    height: 300px;
  }
  .inner-page {
    padding: 20px 0;
  }
  .inner-page img {
    width: 200px;
    bottom: -18px;
  }
  .inner-page-text h1, .inner-page-text h2 {
    font-size: 35px;
    letter-spacing: 10px;
    font-weight: 500;
    width: 181px;
  }
  .cloud {
    height: 300px;
    background-position: top center;
    background-size: 380%;
  }
}
@media screen and (max-width: 667px) {
  .qaqa {
    display: none;
  }
  .dblock {
    display: block;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px;
  }
  .all-btn, .title {
    text-align: center;
  }
  .tb-all01 {
    padding: 15% 0;
  }
  .Bread-chop {
    padding-left: 15px;
  }
  .footer-wrapper {
    padding: 10px;
  }
  .footer-wrapper .footer-box-left, .footer-wrapper .footer-box-right {
    width: 100%;
  }
  .footer-wrapper .footer-box-left .hq-num {
    font-size: 2em;
    padding: 20px 0;
    margin: 10px 0;
  }
  .footer-wrapper .footer-box-right .footer-col {
    width: 100%;
  }
  .footer-wrapper .accordion-item input, .footer-wrapper .accordion-item-hd-cta {
    display: block;
  }
  .footer-wrapper .accordion-faq {
    padding: 0 !important;
  }
  .accordion-item-hd-cta {
    display: block;
    width: 30px;
    position: absolute;
    top: calc(50% - 6px);
    right: 0;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    text-align: center;
    font-size: 12px;
    line-height: 1;
  }
  .accordion-item-bd {
    max-height: 0;
    margin-bottom: 0;
    padding: 0px !important;
    overflow: hidden;
    -webkit-transition: max-height 0.15s ease-out, margin-bottom 0.3s ease-out, padding 0.3s ease-out;
    transition: max-height 0.15s ease-out, margin-bottom 0.3s ease-out, padding 0.3s ease-out;
  }
  .accordion-item-input {
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1;
    overflow: hidden;
    position: absolute;
    left: -9999px;
  }
  .accordion-faq > * + * {
    border-top: 1px solid white;
  }
  .accordion-item-hd {
    display: block;
    padding: 15px 30px 15px 0;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
  }
  .accordion-item-input:checked ~ .accordion-item-bd {
    max-height: 1000px;
    padding-top: 15px;
    margin: 20px 15px;
    -webkit-transition: max-height 1s ease-in, margin 0.3s ease-in, padding 0.3s ease-in;
    transition: max-height 1s ease-in, margin 0.3s ease-in, padding 0.3s ease-in;
  }
  .accordion-item-input:checked ~ .accordion-item-hd > .accordion-item-hd-cta {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .waves {
    height: 40px !important;
  }
  .waves-div {
    bottom: -9px;
  }
  .footer-text {
    padding: 0 0 30px 0;
  }
  .footer-Copyright {
    padding-bottom: 95px;
  }
  .waves-div {
    bottom: -10px;
  }
  .float-left {
    position: fixed;
    bottom: 0;
    z-index: 22;
    width: 100%;
    background: #ffffff;
    border-top: solid 3px #b8bbfb;
    display: none;
  }
  .float-left-phone a {
    color: #a7bcff;
    font-size: 12px;
    font-weight: 400;
  }
  .float-left-refer a i, .float-left-phone a i, .float-left-discount a i {
    display: block;
    font-size: 30px;
    padding: 5px;
  }
  .float-left-phone {
    display: block;
    text-align: center;
    width: calc(27% - 10px);
    padding: 0 10px 10px 0px;
  }
  .float-left-open {
    display: flex;
  }
  .float-left-fixd {
    position: initial;
    width: calc(48% + 10px);
    top: 0;
    transform: translateY(0);
    background-image: none;
    display: flex;
    justify-content: center;
    padding-left: 20px;
  }
  .float-left-fixd a {
    color: #a7bcff;
    font-size: 12px;
    font-weight: 400;
  }
  .float-left-fixd .float-left-refer, .float-left-fixd .float-left-discount {
    background: #fff;
    width: 50%;
    margin-top: 0;
    padding: 0 10px 10px 0px;
  }
  .Community-icon-lines {
    display: none;
  }
  .Community {
    right: 22%;
    bottom: -30px;
    z-index: 30;
    text-align: center;
    padding: 0px;
    margin: 0px;
  }
  .Community .Community-icon.messenger {
    background: #fff;
    padding: 4px 3px;
    color: #a7bcff;
  }
  .Community .Community-icon.messenger p {
    display: block;
    font-size: 12px;
  }
  #fc_frame, #fc_frame.fc-widget-normal {
    bottom: 6px !important;
  }
  .seo-link {
    padding: 5% 0 0px 0 !important;
  }
  .seo-link section .seo-link-div a {
    width: 50%;
  }
  .progress-wrap {
    bottom: 100px;
  }
  .progress-wrap svg.progress-circle path {
    stroke: #a7bcff;
  }
  .progress-wrap::after {
    color: #a7bcff;
  }
  .all-btn button {
    padding: 10px 20px;
    font-size: 17px;
    margin: 20px 0 50px 0;
  }
  .title h2 strong {
    font-size: 2rem;
  }
  .title h2 strong span {
    padding-top: 0;
  }
  .title p {
    line-height: 20px;
    letter-spacing: 2px;
    padding-top: 15px;
    font-size: 14px;
    color: #8a8a8a;
    text-align: left;
  }
  .tab-text ul li a {
    padding: 5px 8px;
    font-size: 14px;
  }
  .tabs--header a {
    font-size: 14px;
  }
  .loading .vertical-centered-box {
    left: -10%;
  }
}
@media screen and (max-width: 480px) {
  .cloud {
    background-image: url(../img/cloud_1440.jpg);
  }
}
.discount-new-sec article .pr .inner-page {
  padding: 0;
  transform: translateY(-100px);
}

.discount-new {
  background-repeat: no-repeat;
  background-image: url(../images/discount-bg01.png);
  background-size: cover;
  background-position: center center;
  padding: 0.5% 0 3% 0;
}
.discount-new section {
  background: rgba(255, 255, 255, 0);
}
.discount-new section .container .row .title02 {
  padding-top: 5rem;
}
.discount-new section .container .row .title02 .sub-title {
  position: relative;
  color: #707070;
  font-weight: bold;
  display: inline-block;
}
.discount-new section .container .row .title02 .sub-title::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url(../img/sub-title-deco.svg);
  background-size: cover;
  background-position: center center;
  right: -20px;
  bottom: -10px;
  transform: rotate(180deg);
}
.discount-new section .container .row .title02 .sub-title::after {
  content: "";
  position: absolute;
  left: -20px;
  top: -10px;
  background-repeat: no-repeat;
  background-image: url(../img/sub-title-deco.svg);
  background-size: cover;
  background-position: center center;
  width: 20px;
  height: 20px;
}

.item-sec {
  position: relative;
  z-index: 0;
  background: #b6dfff;
  background: -moz-linear-gradient(180deg, #b6dfff 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(180deg, #b6dfff 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(180deg, #b6dfff 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b6dfff",endColorstr="#ffffff",GradientType=1);
}
.item-sec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 60px;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url(../img/dis-right.svg);
  background-size: cover;
  background-position: center center;
  width: 250px;
  height: 1510px;
  transform: rotate(180deg);
}
.item-sec::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url(../img/dis-right.svg);
  background-size: cover;
  background-position: center center;
  width: 250px;
  height: 1510px;
}
.item-sec .item-table .container .row .item-title {
  position: relative;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.item-sec .item-table .container .row .item-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-image: url(../img/bg01.png);
  background-size: cover;
  background-position: center center;
  width: 90%;
  height: 460px;
}
.item-sec .item-table .container .row .blue {
  padding-top: 5rem;
  color: #2C4361;
}
.item-sec .item-table .container .row .purple {
  position: relative;
  color: #684B81;
  margin-top: 8rem;
}
.item-sec .item-table .container .row .purple::after {
  top: -80px;
  background-image: url(../img/bg02.png);
}
.item-sec .item-table .container .row .item-wrapper {
  margin-bottom: 1.5rem;
}
.item-sec .item-table .container .row .item-wrapper .item {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.item-sec .item-table .container .row .item-wrapper .item .title-sec {
  width: 100%;
  position: relative;
  text-align: center;
  z-index: 0;
  min-height: 170px;
}
.item-sec .item-table .container .row .item-wrapper .item .title-sec::after {
  content: "";
  position: absolute;
  left: -60px;
  right: 0;
  top: -50px;
  margin: 0 auto;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url(../img/tri-bg-b.svg);
  background-size: cover;
  background-position: center center;
  width: 120%;
  height: 250px;
}
.item-sec .item-table .container .row .item-wrapper .item .title-sec .title-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}
.item-sec .item-table .container .row .item-wrapper .item .title-sec .title-wrapper h2.h3 {
  color: #ffffff;
  font-weight: bold;
}
.item-sec .item-table .container .row .item-wrapper .item .title-sec .title-wrapper h3.price {
  color: white;
  font-size: 3.5rem;
  font-weight: bold;
}
.item-sec .item-table .container .row .item-wrapper .item .title-sec-purple::after {
  background-image: url(../img/tri-bg-p.svg);
}
.item-sec .item-table .container .row .item-wrapper .item .title-sec-yellow::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-image: url(../img/custom-deco.svg);
  background-size: contain;
  background-position: center center;
  width: 140px;
  height: 140px;
}
.item-sec .item-table .container .row .item-wrapper .item .title-sec-yellow::after {
  top: -280px;
  background-image: url(../img/tri-bg-y.svg);
  width: 111%;
  height: 460px;
}
.item-sec .item-table .container .row .item-wrapper .item .content {
  padding: 1.5rem 2rem 0 2rem;
}
.item-sec .item-table .container .row .item-wrapper .item .content .content-item .content-title {
  position: relative;
  padding-left: 1rem;
  font-size: 1rem;
  font-weight: bold;
  color: #ffa017;
  margin-bottom: 5px;
}
.item-sec .item-table .container .row .item-wrapper .item .content .content-item .content-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 8%;
  background-repeat: no-repeat;
  background-image: url(../img/check.png);
  background-size: cover;
  background-position: center center;
  width: 20px;
  height: 20px;
}
.item-sec .item-table .container .row .item-wrapper .item .content .content-item .des {
  margin-bottom: 20px;
  padding-left: 15px;
}
.item-sec .item-table .container .row .item-wrapper .item .content-yellow {
  padding: 4.5rem 2rem 0px 2rem;
}
.item-sec .item-table .container .row .item-wrapper .item .btn-sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 20px;
}
.item-sec .item-table .container .row .item-wrapper .item .btn-sec .all-btn button {
  margin: 0;
  box-shadow: none;
}
.item-sec .item-table .container .row .item-wrapper .item .btn-sec .all-btn:hover button {
  box-shadow: 0px 7px 22px #99fff4;
}
.item-sec .item-table .container .row .item-wrapper .item .btn-sec .all-btn01 button {
  padding: 6px 30px;
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  margin: 0;
}
.item-sec .item-table .container .row .item-wrapper .item .modal-btn-sec {
  position: relative;
  background: #3878CC;
  padding: 1rem;
  text-align: center;
  z-index: 0;
}
.item-sec .item-table .container .row .item-wrapper .item .modal-btn-sec button {
  background: rgba(240, 248, 255, 0);
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
}
.item-sec .item-table .container .row .item-wrapper .item .modal-btn-sec::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-image: url(../img/light_bg.svg);
  background-size: cover;
  background-position: center center;
  width: 190px;
  height: 100%;
  z-index: -1;
}
.item-sec .item-table .container .row .item-wrapper .item .modal-btn-sec-purple {
  background-color: #8A56B8;
}
.item-sec .item-table .container .row .item-wrapper .item .modal-btn-sec-yellow {
  background-color: #FF9B28;
}
.item-sec .item-table .container .discount-works-swpier {
  padding: 3rem 0 0 0;
}
.item-sec .item-table .container .discount-works-swpier .container .intro-wrapper .intro h3 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #2893E8;
}
.item-sec .item-table .container .discount-works-swpier .container .intro-wrapper .intro p.des {
  color: #6D7B8B;
}
.item-sec .item-table .container .discount-works-swpier .container .swiper-service {
  padding: 7% 0 0 0 !important;
}
.item-sec .item-table .container .discount-works-swpier .container .swiper-service .swiper-wrapper .swiper-slide {
  padding: 0　;
}
.item-sec .item-table .container .discount-works-swpier .container .swiper-service .swiper-wrapper .swiper-slide a {
  display: block;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}
.item-sec .item-table .container .discount-works-swpier .container .swiper-service .swiper-wrapper .swiper-slide a:hover {
  text-decoration: none;
}
.item-sec .item-table .container .discount-works-swpier .container .swiper-service .swiper-wrapper .swiper-slide a:hover .swiper-slidediv img {
  transform: translate(-50%, -50%) scale(1.2);
}
.item-sec .item-table .container .discount-works-swpier .container .swiper-service .swiper-wrapper .swiper-slide a .swiper-slidediv {
  position: relative;
  width: 110%;
  height: 0;
  padding-bottom: 97%;
  overflow: hidden;
}
.item-sec .item-table .container .discount-works-swpier .container .swiper-service .swiper-wrapper .swiper-slide a .swiper-slidediv img {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s;
  transform: translate(-55%, -50%) scale(1);
  width: 105%;
}
.item-sec .item-table .container .discount-works-swpier .container .swiper-service .swiper-wrapper .swiper-slide a .work-title {
  padding: 1rem;
  border-radius: 0 0 15px 15px;
  background: antiquewhite;
  text-align: center;
  background-image: url(../img/dis-work_bg.svg);
  background-position: center center;
  background-size: cover;
}
.item-sec .item-table .container .discount-works-swpier .container .swiper-service .swiper-wrapper .swiper-slide a .work-title h3.title {
  color: white;
  font-weight: bold;
  filter: drop-shadow(3px 0px 7px #3b97bb);
}
.item-sec .item-table .container .discount-works-swpier .container .swiper-service .swiper-button-next, .item-sec .item-table .container .discount-works-swpier .container .swiper-service .swiper-button-prev {
  background-image: none;
  top: 40px;
  left: auto;
  border-radius: 100px;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
  padding: 22px;
}
.item-sec .item-table .container .discount-works-swpier .container .swiper-service .swiper-button-next span, .item-sec .item-table .container .discount-works-swpier .container .swiper-service .swiper-button-prev span {
  z-index: 0;
  position: relative;
}
.item-sec .item-table .container .discount-works-swpier .container .swiper-service .swiper-button-next span::after, .item-sec .item-table .container .discount-works-swpier .container .swiper-service .swiper-button-prev span::after {
  content: "";
  position: absolute;
  right: 0;
  top: -12px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 15px;
  height: 25px;
  z-index: -1;
}
.item-sec .item-table .container .discount-works-swpier .container .swiper-service .swiper-button-next {
  background-color: white;
  right: 8px;
}
.item-sec .item-table .container .discount-works-swpier .container .swiper-service .swiper-button-next span::after {
  left: -5px;
  background-image: url(../img/arrow-l.svg);
}
.item-sec .item-table .container .discount-works-swpier .container .swiper-service .swiper-button-prev {
  background-color: #2893E8;
  right: 65px;
}
.item-sec .item-table .container .discount-works-swpier .container .swiper-service .swiper-button-prev span::after {
  left: -9px;
  background-image: url(../img/arrow-r.svg);
}
.item-sec .item-table .container .discount-works-swpier .container .swiper-slide-active {
  height: 490px;
}
.item-sec .item-table .container .discount-works-swpier .container .swiper-slide-active::after {
  display: none;
}

.below-sec {
  padding: 10% 0 8% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../img/below_cloud.png);
}
.below-sec .container .row .title02 h2 {
  position: relative;
  margin-bottom: 1.5rem;
}
.below-sec .container .row .title02 h2 strong {
  font-size: 3rem;
}
.below-sec .container .row .title02 h2::before, .below-sec .container .row .title02 h2::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 50px;
  height: 50px;
}
.below-sec .container .row .title02 h2::before {
  left: -85px;
  bottom: -10px;
  background-image: url(../img/quo.svg);
}
.below-sec .container .row .title02 h2::after {
  right: -60px;
  top: -30px;
  background-image: url(../img/quo.svg);
  transform: rotate(180deg);
}
.discount-sec .modal-dialog .modal-content .modal-header .modal-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #555;
}
.discount-sec .modal-dialog .modal-content .modal-body .row .col-12 {
  margin-bottom: 1rem;
}
.discount-sec .modal-dialog .modal-content .modal-body .row .col-12 .item {
  position: relative;
  z-index: 0;
}
.discount-sec .modal-dialog .modal-content .modal-body .row .col-12 .item::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 60px;
  right: -10px;
  bottom: -5px;
  background-repeat: no-repeat;
  background-image: url(../images/discount-modal-deco.png);
  background-size: cover;
  background-position: center center;
  z-index: -1;
  opacity: 0.1;
}
.discount-sec .modal-dialog .modal-content .modal-body .row .col-12 .item-blue {
  border: 1px solid #b3c9dd;
  border-radius: 5px;
  padding: 1rem;
  background-color: aliceblue;
  overflow: hidden;
}
.discount-sec .modal-dialog .modal-content .modal-body .row .col-12 .item-blue .title {
  display: inline-block;
  font-weight: bold;
  color: #1a91e7;
  font-size: 1.2rem;
}
.discount-sec .modal-dialog .modal-content .modal-body .row .col-12 .light-purple {
  border: 1px solid #e0bdff;
  border-radius: 5px;
  padding: 1rem;
  background-color: #f8f0ff;
  overflow: hidden;
}
.discount-sec .modal-dialog .modal-content .modal-body .row .col-12 .light-purple .title {
  display: inline-block;
  font-weight: bold;
  color: #865cab;
  font-size: 1.2rem;
}

.discount-new-inner-sec ::-webkit-scrollbar {
  width: 15px;
}
.discount-new-inner-sec ::-webkit-scrollbar-track {
  background: #a6c1ee;
}
.discount-new-inner-sec ::-webkit-scrollbar-thumb {
  background: #7e92ee;
  max-height: 50px;
  height: 50px;
  border-radius: 50px;
}
.discount-new-inner-sec ::-webkit-scrollbar-thumb:hover {
  background: #6f94e6;
}
.discount-new-inner-sec article .pr .inner-page {
  padding: 0;
  transform: translateY(-100px);
}
.discount-new-inner-sec .discount-new {
  background-repeat: no-repeat;
  background-image: url(../images/discount-bg01.png);
  background-size: cover;
  background-position: center center;
  padding: 0.5% 0 5% 0;
}
.discount-new-inner-sec .discount-new section {
  background: rgba(255, 255, 255, 0);
}
.discount-new-inner-sec .discount-new section .container .row .title02 .sub-title {
  position: relative;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  background-color: #5B99EB;
  border-radius: 55px;
  padding: 5px 10px;
  margin-top: 15px;
}
.discount-new-inner-sec .discount-new section .container .row .title02 .sub-title::before, .discount-new-inner-sec .discount-new section .container .row .title02 .sub-title::after {
  display: none;
}
.discount-new-inner-sec .item-sec {
  position: relative;
  z-index: 0;
  background: #c0e3ff;
  background: -moz-linear-gradient(180deg, #c0e3ff 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(180deg, #c0e3ff 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(180deg, #c0e3ff 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c0e3ff",endColorstr="#ffffff",GradientType=1);
}
.discount-new-inner-sec .item-sec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 60px;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url(../img/dis-right.svg);
  background-size: cover;
  background-position: center center;
  width: 250px;
  height: 1510px;
  transform: rotate(180deg);
}
.discount-new-inner-sec .item-sec::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url(../img/dis-right.svg);
  background-size: cover;
  background-position: center center;
  width: 250px;
  height: 1510px;
}
.discount-new-inner-sec .item-sec .item-table .container .row .item-title {
  position: relative;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.discount-new-inner-sec .item-sec .item-table .container .row .item-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-image: url(../img/bg01.png);
  background-size: cover;
  background-position: center center;
  width: 90%;
  height: 460px;
}
.discount-new-inner-sec .item-sec .item-table .container .row .item-wrapper {
  margin-bottom: 3.5rem;
}
.discount-new-inner-sec .item-sec .item-table .container .row .item-wrapper::before {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 50px;
  background-repeat: no-repeat;
  background-image: url(../img/scrolldown-01.svg);
  background-size: cover;
  background-position: center center;
  width: 70px;
  height: 70px;
  z-index: 1;
  filter: drop-shadow(1px 1px 4px rgba(125, 133, 141, 0.5882352941));
}
.discount-new-inner-sec .item-sec .item-table .container .row .item-wrapper::after {
  content: "";
  position: absolute;
  right: 25px;
  width: 80px;
  height: 80px;
  bottom: 45px;
  border-radius: 50px;
  animation: pulse 1s linear infinite;
  background: #ffea57;
}
.discount-new-inner-sec .item-sec .item-table .container .row .item-wrapper .item {
  position: relative;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.discount-new-inner-sec .item-sec .item-table .container .row .item-wrapper .item .img-outter {
  max-height: 540px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.discount-new-inner-sec .item-sec .item-table .container .row .item-wrapper .item .item-title {
  text-align: center;
  padding: 1.5rem;
  background-color: #5B99EB;
  margin-bottom: 0;
}
.discount-new-inner-sec .item-sec .item-table .container .row .item-wrapper .item .item-title h3 {
  position: relative;
  display: inline-block;
  color: white;
}
.discount-new-inner-sec .item-sec .item-table .container .row .item-wrapper .item .item-title h3::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 5px;
  background-repeat: no-repeat;
  background-image: url(../img/link-01.svg);
  background-size: contain;
  background-position: center center;
  width: 20px;
  height: 20px;
}
.discount-new-inner-sec article .below-sec .title02 h2 {
  font-size: 2.5rem;
}
.discount-new-inner-sec article .below-sec .title02 h2::before, .discount-new-inner-sec article .below-sec .title02 h2::after {
  display: none;
}
.discount-new-inner-sec article .below-sec .title02 .sub-title {
  font-size: 4rem;
  font-weight: bold;
  color: #FFC36D;
}

.discount-new-intro {
  padding: 0 0 2% 0;
  background: linear-gradient(180deg, #c6e5fe 0%, #c0e3ff 100%);
}
.discount-new-intro section {
  background-color: rgba(240, 248, 255, 0);
}
.discount-new-intro section .container .merit-sec {
  border-radius: 15px;
  padding: 0;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
  background: white;
  overflow: hidden;
}
.discount-new-intro section .container .merit-sec .img-sec {
  position: relative;
}
.discount-new-intro section .container .merit-sec .img-sec img {
  width: 100%;
}
.discount-new-intro section .container .merit-sec .text-content {
  padding: 3rem;
}
.discount-new-intro section .container .merit-sec .text-content .text-inner {
  padding: 3rem 1rem;
  text-align: center;
}
.discount-new-intro section .container .merit-sec .text-content .text-inner h3 {
  font-weight: bold;
  color: #1a72b1;
  text-align: center;
  margin: 0 auto 1rem auto;
  display: inline-block;
  border-bottom: 1.5px solid #1a72b1;
  padding-bottom: 0.6rem;
}
.discount-new-intro section .container .merit-sec .text-content .text-inner p {
  color: #717171;
  text-align: left;
  padding: 0 1rem;
  margin-bottom: 0;
}

.p-1rem {
  padding: 1rem !important;
}

.text-content-3rem {
  padding: 1rem 3rem !important;
}

.discount-new-inner-sec ::-webkit-scrollbar {
  width: 15px;
}
.discount-new-inner-sec ::-webkit-scrollbar-track {
  background: #E9D7F8;
}
.discount-new-inner-sec ::-webkit-scrollbar-thumb {
  background: #A380C1;
  max-height: 50px;
  height: 50px;
  border-radius: 50px;
}
.discount-new-inner-sec ::-webkit-scrollbar-thumb:hover {
  background: #956fb6;
}
.discount-new-inner-sec article .pr .inner-page {
  padding: 0;
  transform: translateY(-100px);
}
.discount-new-inner-sec .discount-new-02 {
  background-repeat: no-repeat;
  background-image: url(../images/discount-bg01.png);
  background-size: cover;
  background-position: center center;
  padding: 0.5% 0 5% 0;
}
.discount-new-inner-sec .discount-new-02 section {
  background: rgba(255, 255, 255, 0);
}
.discount-new-inner-sec .discount-new-02 section .container .multi-page-sec .intro-sec {
  position: relative;
  background-color: white;
  margin-top: 2.5rem;
  padding: 2.5rem;
  border-radius: 15px;
  box-shadow: 0px 0 12px rgba(0, 0, 0, 0.0901960784);
  z-index: 0;
  overflow: hidden;
}
.discount-new-inner-sec .discount-new-02 section .container .multi-page-sec .intro-sec h1 {
  margin-bottom: 10px;
}
.discount-new-inner-sec .discount-new-02 section .container .multi-page-sec .intro-sec::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url(../img/dis02_deco.svg);
  background-size: cover;
  background-position: center center;
  width: 270px;
  height: 210px;
}
.discount-new-inner-sec .discount-new-02 section .container .multi-page-sec .intro-sec::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url(../img/dis02_deco.svg);
  background-size: cover;
  background-position: center center;
  width: 270px;
  height: 210px;
  transform: rotate(180deg);
}
.discount-new-inner-sec .discount-advantages .discount-item {
  position: relative;
  z-index: 0;
  padding: 2rem 0;
}
.discount-new-inner-sec .discount-advantages .discount-item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-image: url(../img/advantage-deco.svg);
  background-size: contain;
  background-position: center center;
  width: 400px;
  height: 470px;
  z-index: -1;
}
.discount-new-inner-sec .discount-advantages .discount-item:nth-child(1) {
  border-right: 2px dashed white;
  background-color: #E1F2FA;
}
.discount-new-inner-sec .discount-advantages .discount-item:nth-child(2) {
  border-right: 2px dashed white;
  background-color: #D4EDF9;
}
.discount-new-inner-sec .discount-advantages .discount-item:nth-child(3) {
  background-color: #C1E9FC;
}
.discount-new-inner-sec .discount-advantages .discount-item .img-outter {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 28%;
  width: 32%;
  margin: 0 auto;
}
.discount-new-inner-sec .discount-advantages .discount-item .text {
  text-align: center;
}
.discount-new-inner-sec .discount-advantages .discount-item .text h2.title {
  padding: 1rem 2.5rem;
  color: #4573E7;
  text-align: center;
  position: relative;
}
.discount-new-inner-sec .discount-advantages .discount-item .text h2.title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 70%;
  height: 1px;
  background-color: #B2B2B2;
}
.discount-new-inner-sec .discount-advantages .discount-item .text .text-content {
  padding: 1rem 5rem;
}
.discount-new-inner-sec .discount-advantages .discount-item .text .text-content p {
  text-align: left;
  margin-bottom: 0;
}
.discount-new-inner-sec .discount-demo {
  padding: 5rem 0;
  position: relative;
}
.discount-new-inner-sec .discount-demo section {
  background: rgba(250, 235, 215, 0);
}
.discount-new-inner-sec .discount-demo::after {
  content: "";
  position: absolute;
  right: 0;
  top: 70px;
  background-repeat: no-repeat;
  width: 1100px;
  height: 251px;
  z-index: -1;
  background-color: #F4EFFF;
  clip-path: polygon(9% 0, 100% 0%, 100% 100%, 0% 100%);
}
.discount-new-inner-sec .discount-demo .left-text-sec {
  position: relative;
  z-index: 0;
}
.discount-new-inner-sec .discount-demo .left-text-sec::after {
  content: "";
  position: absolute;
  left: -80px;
  bottom: -30px;
  background-repeat: no-repeat;
  background-image: url(../img/BestQuality.png);
  background-size: contain;
  background-position: center center;
  width: 240px;
  height: 160px;
  z-index: -1;
}
.discount-new-inner-sec .discount-demo .left-text-sec .h1 {
  color: #2C4361;
  font-weight: bold;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.discount-new-inner-sec .discount-demo .left-text-sec .h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 3px;
  background-color: #B080D9;
}
.discount-new-inner-sec .discount-demo .left-text-sec p {
  margin-bottom: 0;
}
.discount-new-inner-sec .discount-demo .right-img-sec {
  position: relative;
  z-index: 0;
}
.discount-new-inner-sec .below-sec {
  padding: 0 0 1% 0;
}
.discount-new-inner-sec .below-sec .container .row {
  align-items: center;
}
.discount-new-inner-sec .below-sec .container .row .item-wrapper {
  margin-bottom: 3.5rem;
}
.discount-new-inner-sec .below-sec .container .row .item-wrapper::before {
  content: "";
  position: absolute;
  right: 0px;
  top: -10px;
  background-repeat: no-repeat;
  background-image: url(../img/scrolldown-01.svg);
  background-size: cover;
  background-position: center center;
  width: 50px;
  height: 50px;
  z-index: 1;
  filter: drop-shadow(1px 1px 4px rgba(125, 133, 141, 0.5882352941));
}
.discount-new-inner-sec .below-sec .container .row .item-wrapper::after {
  content: "";
  position: absolute;
  right: -5px;
  top: -15px;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  animation: pulse 1s linear infinite;
  background: #ffea57;
}
.discount-new-inner-sec .below-sec .container .row .item-wrapper .item {
  position: relative;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
}
.discount-new-inner-sec .below-sec .container .row .item-wrapper .item .img-outter {
  max-height: 600px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.discount-new-inner-sec .below-sec .container .row .item-wrapper .item .item-title {
  text-align: center;
  padding: 1.5rem;
  background-color: #B68ADC;
  margin-bottom: 0;
}
.discount-new-inner-sec .below-sec .container .row .item-wrapper .item .item-title h3 {
  position: relative;
  display: inline-block;
  color: white;
}
.discount-new-inner-sec .below-sec .container .row .item-wrapper .item .item-title h3::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 5px;
  background-repeat: no-repeat;
  background-image: url(../img/link-01.svg);
  background-size: contain;
  background-position: center center;
  width: 20px;
  height: 20px;
}
.discount-new-inner-sec .below-sec .container .row .right-text-sec {
  position: relative;
  z-index: 0;
}
.discount-new-inner-sec .below-sec .container .row .right-text-sec .h1 {
  color: #2C4361;
  font-weight: bold;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.discount-new-inner-sec .below-sec .container .row .right-text-sec .h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 3px;
  background-color: #B080D9;
}
.discount-new-inner-sec .below-sec .container .row .right-text-sec p {
  margin-bottom: 0;
}
.discount-new-inner-sec .below-sec .container .row .right-text-sec p a {
  color: #FFC36D;
}
.discount-new-inner-sec .below-sec .container .row .right-text-sec::after {
  content: "";
  position: absolute;
  right: 70px;
  top: -40px;
  background-repeat: no-repeat;
  background-image: url(../img/Mockup.png);
  background-size: contain;
  background-position: center center;
  width: 240px;
  height: 160px;
  z-index: -1;
}

.modal-dis-02 {
  max-width: 60% !important;
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  70% {
    opacity: 0.6;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
.about-below-sec .bout-product .icon-outter {
  width: 75%;
  margin: 5px auto 15px auto;
  padding-left: 11%;
}
.about-below-sec .bout-product .icon-outter img {
  width: 100%;
}
.about-below-sec .bout-product .title03 .title-h3 {
  width: 100%;
  transform: translateY(-25px);
  padding: 2px 15px;
}
.about-below-sec .bout-product .title03 .title-h3 h3 {
  display: block;
  font-weight: bold;
  position: relative;
}
.about-below-sec .bout-product .title03 .title-h3 h3::after {
  content: "";
  position: absolute;
  width: 95%;
  height: 1.5px;
  background-color: #126dae;
  left: 0;
  bottom: -10px;
}
.about-below-sec .bout-product .title03 .title-h3 h3 strong {
  color: #683a7e;
}
.about-below-sec .bout-product .title03 span {
  color: #d5b9e3;
}
.about-below-sec .bout-product .about-div p {
  text-align: justify;
  padding-left: 11%;
}
.about-below-sec .bout-product .about-div p a {
  color: #ffffff;
  font-weight: bold;
  background: #ffb82f;
  padding: 5px 10px;
  border-radius: 15px;
}
.about-below-sec .bout-product .about-div p a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1400px) {
  .about-below-sec .bout-product {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .discount-new-intro section .container .merit-sec .text-content {
    padding: 1rem;
  }
  .discount-new-intro section .container .merit-sec .text-content .text-inner {
    padding: 1rem;
  }
}
@media screen and (max-width: 990px) {
  .about-below-sec .bout-product {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about-below-sec .bout-product .about-div p {
    padding-left: 0;
  }
  .discount-new-intro section .container .merit-sec .text-sec {
    padding: 0;
  }
  .discount-new-intro section .container .merit-sec .text-sec .text-content {
    padding: 1rem !important;
  }
}
@media screen and (max-width: 640px) {
  .about-below-sec .bout-product .about-div {
    padding: 0 7% !important;
  }
  .discount-new {
    background-repeat: no-repeat;
    background-image: url(../images/discount-bg01.png);
    background-size: cover;
    background-position: center center;
    padding: 0.5% 0 5% 0;
  }
  .discount-new section {
    background: rgba(255, 255, 255, 0);
  }
  .discount-new section .title02 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .discount-new section .title02 strong {
    font-size: 30px;
  }
  .item-sec {
    position: relative;
    z-index: 0;
    background: rgb(170, 218, 255);
    background: -moz-linear-gradient(180deg, rgb(170, 218, 255) 0%, rgb(255, 255, 255) 100%);
    background: -webkit-linear-gradient(180deg, rgb(170, 218, 255) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(180deg, rgb(170, 218, 255) 0%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aadaff",endColorstr="#ffffff",GradientType=1);
  }
  .item-sec::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-image: url(../img/dis-right.svg);
    background-size: cover;
    background-position: center center;
    width: 50%;
    height: 250px;
  }
  .item-sec .item-table .container .row .item-title {
    position: relative;
    font-weight: bold;
    margin-bottom: 1.5rem;
  }
  .item-sec .item-table .container .row .item-title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-image: url(../img/bg01.png);
    background-size: cover;
    background-position: center center;
    width: 90%;
    height: 460px;
  }
  .item-sec .item-table .container .row .blue {
    position: relative;
    padding: 1rem 2rem 1rem 0px;
    color: #2C4361;
    background: white;
    margin: 2rem 0 3rem 0;
    border-radius: 70px;
    border: 3px solid #5c99eb;
  }
  .item-sec .item-table .container .row .blue::before, .item-sec .item-table .container .row .blue::after {
    content: "";
    position: absolute;
  }
  .item-sec .item-table .container .row .blue::before {
    width: 36px;
    height: 36px;
    top: 16px;
    right: 45px;
    background-repeat: no-repeat;
    background-image: url(../img/LIKES-01.svg);
    background-size: cover;
    background-position: center center;
  }
  .item-sec .item-table .container .row .blue::after {
    right: 0;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 100px 0 100px;
    border-color: #5c99eb transparent transparent transparent;
    background-image: url("none");
  }
  .item-sec .item-table .container .row .purple {
    position: relative;
    padding: 1rem 2rem 1rem 0px;
    color: #684B81;
    margin: 2rem 0 3rem 0;
    background: white;
    border-radius: 70px;
    border: 3px solid #b080d9;
  }
  .item-sec .item-table .container .row .purple::before, .item-sec .item-table .container .row .purple::after {
    content: "";
    position: absolute;
  }
  .item-sec .item-table .container .row .purple::before {
    width: 36px;
    height: 36px;
    top: 16px;
    right: 45px;
    background-repeat: no-repeat;
    background-image: url(../img/LIKES-01.svg);
    background-size: cover;
    background-position: center center;
  }
  .item-sec .item-table .container .row .purple::after {
    right: 0;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 100px 0 100px;
    border-color: #b080d9 transparent transparent transparent;
    background-image: url("none");
  }
  .item-sec .item-table .container .row .item-wrapper {
    margin-bottom: 1.5rem;
  }
  .item-sec .item-table .container .row .item-wrapper .item {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  .item-sec .item-table .container .row .item-wrapper .item .title-sec {
    width: 100%;
    position: relative;
    text-align: center;
    z-index: 0;
    min-height: 170px;
  }
  .item-sec .item-table .container .row .item-wrapper .item .title-sec::after {
    content: "";
    position: absolute;
    left: -40px;
    right: 0;
    top: -50px;
    margin: 0 auto;
    z-index: -1;
    background-repeat: no-repeat;
    background-image: url(../img/tri-bg-b.svg);
    background-size: cover;
    background-position: center center;
    width: 120%;
    height: 250px;
  }
  .item-sec .item-table .container .row .item-wrapper .item .title-sec .title-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
  }
  .item-sec .item-table .container .row .item-wrapper .item .title-sec .title-wrapper h2.h3 {
    color: #ffffff;
    font-weight: bold;
  }
  .item-sec .item-table .container .row .item-wrapper .item .title-sec .title-wrapper h3.price {
    color: white;
    font-size: 3.5rem;
    font-weight: bold;
  }
  .item-sec .item-table .container .row .item-wrapper .item .title-sec-purple::after {
    background-image: url(../img/tri-bg-p.svg);
  }
  .item-sec .item-table .container .row .item-wrapper .item .title-sec-yellow::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -80px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-image: url(../img/custom-deco.svg);
    background-size: contain;
    background-position: center center;
    width: 140px;
    height: 140px;
  }
  .item-sec .item-table .container .row .item-wrapper .item .title-sec-yellow::after {
    top: -280px;
    background-image: url(../img/tri-bg-y.svg);
    width: 111%;
    height: 460px;
    left: 0;
  }
  .item-sec .item-table .container .row .item-wrapper .item .content {
    padding: 1.5rem 2rem 0 2rem;
  }
  .item-sec .item-table .container .row .item-wrapper .item .content .content-item .content-title {
    position: relative;
    padding-left: 1rem;
    font-size: 1rem;
    font-weight: bold;
    color: #ffa017;
    margin-bottom: 5px;
  }
  .item-sec .item-table .container .row .item-wrapper .item .content .content-item .content-title::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 8%;
    background-repeat: no-repeat;
    background-image: url(../img/check.png);
    background-size: cover;
    background-position: center center;
    width: 20px;
    height: 20px;
  }
  .item-sec .item-table .container .row .item-wrapper .item .content .content-item .des {
    margin-bottom: 20px;
    padding-left: 15px;
  }
  .item-sec .item-table .container .row .item-wrapper .item .content-yellow {
    padding: 4.5rem 2rem 0px 2rem;
  }
  .item-sec .item-table .container .row .item-wrapper .item .btn-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 20px;
  }
  .item-sec .item-table .container .row .item-wrapper .item .btn-sec .all-btn button {
    padding: 6px 30px;
    font-size: 20px;
    margin: 0;
  }
  .item-sec .item-table .container .row .item-wrapper .item .btn-sec .all-btn01 button {
    padding: 6px 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    margin: 0;
  }
  .item-sec .item-table .container .row .item-wrapper .item .modal-btn-sec {
    position: relative;
    background: #3878CC;
    padding: 1rem;
    text-align: center;
    z-index: 0;
  }
  .item-sec .item-table .container .row .item-wrapper .item .modal-btn-sec button {
    background: rgba(240, 248, 255, 0);
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
  }
  .item-sec .item-table .container .row .item-wrapper .item .modal-btn-sec::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-image: url(../img/light_bg.svg);
    background-size: cover;
    background-position: center center;
    width: 190px;
    height: 100%;
    z-index: -1;
  }
  .item-sec .item-table .container .row .item-wrapper .item .modal-btn-sec-purple {
    background-color: #8A56B8;
  }
  .item-sec .item-table .container .row .item-wrapper .item .modal-btn-sec-yellow {
    background-color: #FF9B28;
  }
  .item-sec .item-table .container .discount-works-swpier {
    padding: 3rem 0 0 0;
  }
  .item-sec .item-table .container .discount-works-swpier .container .intro-wrapper {
    margin-bottom: 0;
  }
  .item-sec .item-table .container .discount-works-swpier .container .intro-wrapper .intro h3 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #2893E8;
  }
  .item-sec .item-table .container .discount-works-swpier .container .intro-wrapper .intro p.des {
    color: #6D7B8B;
  }
  .item-sec .item-table .container .discount-works-swpier .container .swiper-service {
    padding: 18% 0 0 0 !important;
  }
  .item-sec .item-table .container .discount-works-swpier .container .swiper-service .swiper-wrapper .swiper-slide {
    padding: 0　;
  }
  .item-sec .item-table .container .discount-works-swpier .container .swiper-service .swiper-wrapper .swiper-slide a {
    display: block;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
  }
  .item-sec .item-table .container .discount-works-swpier .container .swiper-service .swiper-wrapper .swiper-slide a:hover {
    text-decoration: none;
  }
  .item-sec .item-table .container .discount-works-swpier .container .swiper-service .swiper-wrapper .swiper-slide a:hover .swiper-slidediv img {
    transform: translate(-50%, -50%) scale(1.2);
  }
  .item-sec .item-table .container .discount-works-swpier .container .swiper-service .swiper-wrapper .swiper-slide a .swiper-slidediv {
    position: relative;
    width: 110%;
    height: 0;
    padding-bottom: 97%;
    overflow: hidden;
  }
  .item-sec .item-table .container .discount-works-swpier .container .swiper-service .swiper-wrapper .swiper-slide a .swiper-slidediv img {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.3s;
    transform: translate(-55%, -50%) scale(1);
    width: 105%;
  }
  .item-sec .item-table .container .discount-works-swpier .container .swiper-service .swiper-wrapper .swiper-slide a .work-title {
    padding: 1rem 1rem;
    border-radius: 0 0 15px 15px;
    background: antiquewhite;
    text-align: center;
    background-image: url(../img/dis-work_bg.svg);
    background-position: center center;
    background-size: cover;
  }
  .item-sec .item-table .container .discount-works-swpier .container .swiper-service .swiper-wrapper .swiper-slide a .work-title h3.title {
    color: white;
    font-weight: bold;
    filter: drop-shadow(3px 0px 7px #3b97bb);
  }
  .item-sec .item-table .container .discount-works-swpier .container .swiper-service .swiper-button-next, .item-sec .item-table .container .discount-works-swpier .container .swiper-service .swiper-button-prev {
    background-image: none;
    top: 30px;
    left: auto;
    border-radius: 100px;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
    padding: 22px;
  }
  .item-sec .item-table .container .discount-works-swpier .container .swiper-service .swiper-button-next span, .item-sec .item-table .container .discount-works-swpier .container .swiper-service .swiper-button-prev span {
    z-index: 0;
    position: relative;
  }
  .item-sec .item-table .container .discount-works-swpier .container .swiper-service .swiper-button-next span::after, .item-sec .item-table .container .discount-works-swpier .container .swiper-service .swiper-button-prev span::after {
    content: "";
    position: absolute;
    right: 0;
    top: -12px;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 15px;
    height: 25px;
    z-index: -1;
  }
  .item-sec .item-table .container .discount-works-swpier .container .swiper-service .swiper-button-next {
    background-color: white;
    right: 8px;
  }
  .item-sec .item-table .container .discount-works-swpier .container .swiper-service .swiper-button-next span::after {
    left: -5px;
    background-image: url(../img/arrow-l.svg);
  }
  .item-sec .item-table .container .discount-works-swpier .container .swiper-service .swiper-button-prev {
    background-color: #2893E8;
    right: 65px;
  }
  .item-sec .item-table .container .discount-works-swpier .container .swiper-service .swiper-button-prev span::after {
    left: -9px;
    background-image: url(../img/arrow-r.svg);
  }
  .item-sec .item-table .container .discount-works-swpier .container .swiper-slide-active {
    height: 490px;
  }
  .item-sec .item-table .container .discount-works-swpier .container .swiper-slide-active::after {
    display: none;
  }
  .below-sec {
    padding: 10% 15px 8% 15px;
  }
  .below-sec .container .row .title02 h2 strong {
    font-size: 2.5rem;
  }
  .below-sec .container .row .title02 h2::before {
    left: -85px;
    bottom: -10px;
  }
  .below-sec .container .row .title02 h2::after {
    right: 60px;
    top: -30px;
  }
  .discount-new-inner-sec article .pr .inner-page {
    padding: 0;
    transform: translateY(-100px);
  }
  .discount-new-inner-sec .discount-new {
    background-repeat: no-repeat;
    background-image: url(../images/discount-bg01.png);
    background-size: cover;
    background-position: center center;
    padding: 0.5% 0 5% 0;
  }
  .discount-new-inner-sec .discount-new section {
    background: rgba(255, 255, 255, 0);
  }
  .discount-new-inner-sec .discount-new section .container .row .title02 .sub-title {
    position: relative;
    font-weight: bold;
    display: inline-block;
  }
  .discount-new-inner-sec .discount-new section .container .row .title02 .sub-title::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url(../img/sub-title-deco.svg);
    background-size: cover;
    background-position: center center;
    right: -20px;
    bottom: -10px;
    transform: rotate(180deg);
  }
  .discount-new-inner-sec .discount-new section .container .row .title02 .sub-title::after {
    content: "";
    position: absolute;
    left: -20px;
    top: -10px;
    background-repeat: no-repeat;
    background-image: url(../img/sub-title-deco.svg);
    background-size: cover;
    background-position: center center;
    width: 20px;
    height: 20px;
  }
  .discount-new-inner-sec .item-sec {
    position: relative;
    z-index: 0;
    background: rgb(170, 218, 255);
    background: -moz-linear-gradient(180deg, rgb(170, 218, 255) 0%, rgb(255, 255, 255) 100%);
    background: -webkit-linear-gradient(180deg, rgb(170, 218, 255) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(180deg, rgb(170, 218, 255) 0%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aadaff",endColorstr="#ffffff",GradientType=1);
  }
  .discount-new-inner-sec .item-sec::before {
    content: "";
    position: absolute;
    left: 0;
    top: 60px;
    z-index: -1;
    background-repeat: no-repeat;
    background-image: url(../img/dis-right.svg);
    background-size: cover;
    background-position: center center;
    width: 250px;
    height: 1510px;
    transform: rotate(180deg);
  }
  .discount-new-inner-sec .item-sec::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-image: url(../img/dis-right.svg);
    background-size: cover;
    background-position: center center;
    width: 250px;
    height: 1510px;
  }
  .discount-new-inner-sec .item-sec .item-table .container .row .item-title {
    position: relative;
    font-weight: bold;
    margin-bottom: 1.5rem;
  }
  .discount-new-inner-sec .item-sec .item-table .container .row .item-title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-image: url(../img/bg01.png);
    background-size: cover;
    background-position: center center;
    width: 90%;
    height: 460px;
  }
  .discount-new-inner-sec .item-sec .item-table .container .row .item-wrapper {
    margin-bottom: 3.5rem;
  }
  .discount-new-inner-sec .item-sec .item-table .container .row .item-wrapper .item {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  .discount-new-inner-sec .item-sec .item-table .container .row .item-wrapper .item .img-outter {
    max-height: 540px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .discount-new-inner-sec .item-sec .item-table .container .row .item-wrapper .item .item-title {
    text-align: center;
    padding: 1.5rem;
    background-color: #5B99EB;
    margin-bottom: 0;
  }
  .discount-new-inner-sec .item-sec .item-table .container .row .item-wrapper .item .item-title h3 {
    position: relative;
    display: inline-block;
    color: white;
  }
  .discount-new-inner-sec .item-sec .item-table .container .row .item-wrapper .item .item-title h3::after {
    content: "";
    position: absolute;
    right: -40px;
    top: 5px;
    background-repeat: no-repeat;
    background-image: url(../img/link-01.svg);
    background-size: contain;
    background-position: center center;
    width: 20px;
    height: 20px;
  }
  .discount-new-inner-sec .below-sec {
    padding: 0 15px 8% 15px;
  }
  .discount-new-inner-sec .below-sec .container .row .left-sec {
    text-align: center;
  }
  .discount-new-inner-sec .below-sec .container .row .left-sec h2 strong {
    font-size: 2rem;
  }
  .discount-new-inner-sec .below-sec .container .row .left-sec h3 {
    font-size: 4rem;
  }
  .discount-new-inner-sec .discount-new-02 section .container .multi-page-sec .intro-sec {
    padding: 2.5rem 1rem;
  }
  .discount-new-inner-sec .discount-demo::after {
    top: initial;
    bottom: 20px;
    height: 141px;
  }
  .discount-new-inner-sec .discount-demo .left-text-sec::after {
    left: initial;
    right: 0;
    bottom: 60px;
  }
  .discount-new-inner-sec .below-sec .container .row .item-wrapper::before {
    bottom: 90px;
  }
  .discount-new-inner-sec .below-sec .container .row .item-wrapper::after {
    bottom: 85px;
  }
  .discount-new-inner-sec .below-sec .container .row .item-wrapper .item .item-title h3::after {
    top: 38px;
  }
  .discount-new-inner-sec .below-sec .container .row .right-text-sec::after {
    display: none;
  }
  .discount-sec .modal-dis-02 {
    max-width: 100% !important;
  }
}
.news-main-sec section .news-left-sec {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/news-bar_bg.png");
  min-height: 1080px;
}
.news-main-sec section .news-right-sec {
  padding: 7rem 2rem 0 2rem;
}
.news-main-sec section .news-right-sec .news-item {
  margin-bottom: 2rem;
}
.news-main-sec section .news-right-sec .news-item:nth-child(odd) a:before {
  background-image: url("../images/news-date-deco-blue.png");
}
.news-main-sec section .news-right-sec .news-item:nth-child(even) a:before {
  background-image: url("../images/news-date-deco-purple.png");
}
.news-main-sec section .news-right-sec .news-item a {
  overflow: hidden;
  position: relative;
  display: flex;
  background: white;
  border-radius: 10px;
  padding: 0 18px;
  box-shadow: 0 0 14px 0px rgba(0, 0, 0, 0.1411764706);
  z-index: 1;
  max-height: 175px;
  padding-bottom: 12rem;
  transition: 0.3s;
}
.news-main-sec section .news-right-sec .news-item a:hover {
  transform: translateY(-10px);
}
.news-main-sec section .news-right-sec .news-item a:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  z-index: -1;
  width: 115px;
  height: 140px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.news-main-sec section .news-right-sec .news-item a .issue-date {
  background-color: #000;
}
.news-main-sec section .news-right-sec .news-item a .issue-date .dates {
  position: relative;
  font-size: 3rem;
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid;
  color: white;
}
.news-main-sec section .news-right-sec .news-item a .issue-date .dates:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: 1px solid white;
}
.news-main-sec section .news-right-sec .news-item a .issue-date .year-sec {
  color: white;
}
.news-main-sec section .news-right-sec .news-item a .text-sec {
  display: flex;
  flex-wrap: wrap;
  padding-left: 10%;
}
.news-main-sec section .news-right-sec .news-item a .text-sec .news-title {
  font-weight: bold;
  color: #004E65;
  padding-top: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-main-sec section .news-right-sec .news-item a .text-sec p {
  color: #4A4A4A;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 3rem;
}
.news-main-sec section .news-right-sec .news-item a img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: auto;
}

.issue-inner-box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  padding: 1rem 0;
  margin: 0px 15px 30px 15px;
}
.issue-inner-box .issue-inner-date {
  background-image: url("../images/blue-round.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
}
.issue-inner-box .issue-inner-date .dates {
  position: relative;
  font-size: 3rem;
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid;
  color: white;
  text-align: center;
  line-height: 1;
}
.issue-inner-box .issue-inner-date .dates:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: 1px solid white;
}
.issue-inner-box .issue-inner-date .year-sec {
  color: white;
  font-size: 14px;
}
.issue-inner-box .issue-inner-title {
  color: #004E65;
  padding-left: 2rem;
  font-weight: bold;
  margin-bottom: 0;
}

.related-list {
  padding: 36px 0;
}

.related-list-item {
  margin: 0px 15px 20px 15px;
  border-bottom: 1px solid #d9d9d9;
  padding: 16px 5px 40px 5px;
}
.related-list-item:hover {
  box-shadow: 0 0 20px 2px #d9d9d9;
  transition: all 0.5s;
}
.related-list-item a {
  display: flex;
  align-items: center;
}
.related-list-item .related-list-date {
  color: #5ddaff;
  padding-left: 0;
  text-align: center;
}
.related-list-item .related-list-date .dates {
  position: relative;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 3px;
  display: inline-block;
  border-bottom: 1px solid;
  text-align: center;
  line-height: 1;
}
.related-list-item .related-list-date .year-sec {
  font-size: 10px;
}
.related-list-item .related-list-date:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: 1px solid white;
}
.related-list-item .related-list-title {
  font-weight: bold;
  color: #004E65;
  padding: 0 1rem;
  letter-spacing: 2px;
  border-left: 1px solid #d9d9d9;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 1024px) {
  .issue-inner-box .issue-inner-date {
    width: 160px;
    height: 160px;
  }
  .issue-inner-box .issue-inner-title {
    font-size: 28px;
    padding-left: 1rem;
  }
  .related-list-item {
    padding: 1rem;
  }
  .related-list-item .related-list-title {
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
  .news-main-sec section .news-right-sec .news-item a .text-sec {
    padding-left: 20%;
  }
}
@media screen and (max-width: 992px) {
  .news-main-sec section .news-left-sec {
    min-height: initial;
  }
  .news-main-sec section .news-right-sec {
    padding: 3rem 12rem 0 12rem;
  }
}
@media screen and (max-width: 768px) {
  .news-main-sec section .news-right-sec {
    padding: 3rem 1rem 0 1rem;
  }
  .news-main-sec section .news-right-sec .news-item a .text-sec {
    padding-left: 10%;
  }
  .news-main-sec section .news-right-sec .news-item .issue-date .dates {
    width: 50px;
  }
  .issue-inner-box .issue-inner-date {
    width: 120px;
    height: 120px;
  }
  .issue-inner-box .issue-inner-date .dates {
    font-size: 2.5rem;
  }
  .issue-inner-box .issue-inner-date .year-sec {
    font-size: 12px;
  }
}
@media screen and (max-width: 425px) {
  .issue-inner-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .issue-inner-box .issue-inner-date {
    width: 100px;
    height: 100px;
    margin-bottom: 1.5rem;
    line-height: 1.5;
  }
  .issue-inner-box .issue-inner-title {
    font-size: 20px;
    padding-left: 0;
  }
  .related-list-item .related-list-title {
    font-size: 18px;
  }
  .related-list-item .related-list-date .dates {
    font-size: 1.5rem;
  }
  .news-main-sec section .news-right-sec .news-item a .text-sec {
    padding-left: 15%;
  }
}
/*頁碼01 */
.nav-Page {
  margin: 30px 0;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.pagination .page-left, .pagination .page-right, .pagination .page-double-right, .pagination .page-double-left {
  box-sizing: border-box;
  position: relative;
  width: 22px;
  height: 22px;
  padding: 0px 5px;
}
.pagination .page-left::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 2px;
  top: 6px;
}
.pagination .page-right::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transform: rotate(-45deg);
  left: -2px;
  top: 6px;
}
.pagination .page-double-right::after, .pagination .page-double-right::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 1px solid;
  border-top: 1px solid;
  transform: rotate(45deg);
  top: 6px;
  right: 0px;
}
.pagination .page-double-right::after {
  right: 6px;
}
.pagination .page-double-left::after, .pagination .page-double-left::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(45deg);
  top: 6px;
  left: 6px;
}
.pagination .page-double-left::after {
  left: 0px;
}
.pagination li.page-item {
  min-width: 34px;
  min-height: 35px;
  text-align: center;
  margin-top: 0;
  margin-right: 4px;
}
.pagination li.page-item a.page-link {
  min-width: 35px;
  max-width: 35px;
  padding: 10px 0;
  font-weight: bold;
  line-height: 1;
  background: #a380c1;
  border-radius: 30px;
}
.pagination li.page-item a.page-link[href] {
  color: white;
}
.pagination li.page-item a.page-link i::before {
  margin-right: 0;
  margin-left: 0;
}
.pagination li.page-item a.page-link[href] {
  min-width: 35px;
  max-width: 35px;
  padding: 10px 0;
  background: #5ddaff;
  border-radius: 30px;
  color: white;
}
.pagination li.page-item a.page-link:hover {
  background: #aeecff;
  border-radius: 30px;
  color: white !important;
}
.pagination li.page-item a.paw[href] {
  color: white;
  background-color: #5ddaff;
}
.pagination li.page-item a.paw:hover {
  background: #aeecff;
}

.page-link {
  color: white;
  border: 1px solid rgba(222, 226, 230, 0);
}/*# sourceMappingURL=all.css.map */