html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, html {
  width: 100%;
}

main {
  margin: 0 auto;
  padding: 0;
  width: 1920px;
  box-sizing: border-box;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.custom-checkbox input[type="checkbox"] {
  display: none;
}

.custom-checkbox .checkmark {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark {
  background-color: #3498db;
  border: 2px solid #3498db;
}

.custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark::after {
  display: block;
}

.custom-checkbox .checkmark::after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.7);
}

.modal-content {
  position: relative;
  margin: 5% auto;
  padding: 10px 20px;
  width: 80%;
  background-color: #fff;
}

.modal .close.x {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}

.modal .close.x img {
  height: 20px;
}

.modal-link .modal-content {
  width: 400px;
}

.modal-link .modal-header {
  padding: 20px 0 20px 0;
  text-align: center;
  border-bottom: 1px solid #d4d4d4;
}

.modal-link .modal-header img {
  height: 100px;
}

.modal-link .modal-body {
  padding: 30px 0;
  text-align: center;
}

.modal-link .modal-body img {
  height: 320px;
}

.modal-link .modal-footer {
  padding: 15px 0 20px 0;
  text-align: center;
  border-top: 1px solid #d4d4d4;
}

.modal-link .modal-footer img {
  height: 40px;
  cursor: pointer;
}

.modal-form .modal-content {
  width: 1027px;
  height: 750px;
  background-image: url('./images/modal-form-1.png');
  background-repeat: no-repeat;
  background-color: transparent;
}

.modal-form .close.x {
  position: absolute;
  top: 35px;
  right: 80px;
  cursor: pointer;
}

.modal-form .close.x img {
  height: 25px;
}

.modal-form .modal-body {
  margin-top: 190px;
  margin-left: 270px;
  width: 656px;
}

.modal-form input[type="text"] {
  padding: 19px;
  width: 608px;
  font-size: 20px;
  border: 1px solid #d4d4d4;
}

.modal-form select {
  padding: 20px;
  width: 100%;
  font-size: 20px;
  border: 1px solid #d4d4d4;
}

.modal-form div {
  margin-bottom: 5px;
}

.modal-form .agree {
  margin-top: 17px;
  margin-left: 80px;
  font-size: 20px;
}

.modal-form .agree .custom-checkbox {
  display: inline;
}

.modal-form .agree span {
  font-weight: 600;
  cursor: pointer;
}

.modal-form .agree .custom-checkbox .checkmark {
  margin-top: -4px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.modal-form .agree .custom-checkbox .checkmark::after {
  left: 6px;
  top: 2px;
}

.modal-form .modal-footer {
  margin-top: 72px;
  margin-left: 25px;
}

.modal-form .modal-footer img {
  display: inline;
  height: 71px;
  cursor: pointer;
}

.modal-form .modal-footer button {
  margin: 0;
  padding: 0;
  outline: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding-inline: 0;
  border: none;
  overflow: visible;
  background: none;
  cursor: pointer;
}

.modal-terms .modal-content {
  width: 800px;
  height: 680px;
  background-color: #fff;
}

.modal-terms .close.x {
  position: absolute;
  top: 35px;
  right: 30px;
  cursor: pointer;
}

.modal-terms .close.x img {
  height: 25px;
}

.modal-terms .modal-header {
  padding: 45px 0 30px;
  margin: 0 auto;
  width: 780px;
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  color: #000;
  border-bottom: 4px solid #7d5dcc;
}

.modal-terms .modal-body {
  margin: 0 auto;
  padding-top: 30px;
  width: 700px;
}

.modal-terms .tab-title {
  margin-bottom: 20px;
}

.modal-terms .tab-title ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border-bottom: 1px solid #dee2e6;
}

.modal-terms .tab {
  display: inline-block;
  padding: 15px;
  font-size: 20px;
  background-color: #fff;
  cursor: pointer;
}

.modal-terms .tab.active {
  border: 1px solid #dee2e6;
  border-bottom: none;
  font-weight: bold;
  margin-bottom: -1px;
}

.modal-terms .tab-content {
  display: none;
  margin: 0 auto;
  width: 700px;
  height: 350px;
  line-height: 1.5;
  overflow: hidden;
  overflow-y: auto;
  border: 1px solid #dee2e6;
}

.modal-terms .tab-content .inner{
  margin: 10px;
  font-size: 16px;
  color: #888;
}

.modal-terms .tab-content.active {
  display: block;
}

.modal-terms .modal-footer {
  padding: 28px 0 30px 0;
  text-align: center;
}

.modal-terms .modal-footer img {
  height: 55px;
  cursor: pointer;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  max-width: 100%;
  height: auto;
}

.intro {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 2785px;
  background-image: url('./images/intro.webp');
  background-repeat: no-repeat;
}

@keyframes subtle-shake {
  0%, 100% {
    transform: translateX(0) translateY(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-1px) translateY(-1px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(1px) translateY(1px);
  }
}

.subtle-shake-image {
  width: 99%;
  height: auto;
  animation: subtle-shake 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
}

.intro .txt {
  position: absolute;
  top: 300px;
  left: 70px;
}

.intro .sticky-form {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 158px;
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom: 2px solid #000;
  transition: all 0.3s;
}

.intro .sticky-form.sticky {
  position: fixed;
  top: 0;
  bottom: auto;
  z-index: 1000;
}

.intro .sticky-form .inner {
  display: flex;
  padding-top: 28px;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.intro .sticky-form .inner input[type="text"],
.intro .sticky-form .inner label,
.intro .sticky-form .inner button {
  display: block;
}

.intro .sticky-form .inner input[type="text"] {
  margin: 0 5px;
  padding: 16px 10px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.intro .sticky-form .inner label {
  color: #fff;
  font-size: 12px;
}

.intro .sticky-form .inner span {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.intro .sticky-form .inner button {
  margin: 0 20px;
  padding: 0;
  outline: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding-inline: 0;
  border: none;
  overflow: visible;
  background: none;
  cursor: pointer;
}

.survey {
  margin: 0 auto;
  width: 100%;
  height: 1973px;
  background-image: url('./images/survey.webp');
  background-repeat: no-repeat;
}

.survey .inner {
  margin: 0 auto;
  padding: 489px 0 0 0;
  width: 878px;
}

.survey .inner .q1 {
  margin-left: 39px;
}

.survey .inner .q1 div {
  margin-bottom: 6px;
}

.survey input[type="text"] {
  padding: 29px 0;
  width: 804px;
  font-size: 30px;
  text-align: center;
  border: 1px solid #d4d4d4;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.survey .inner .q2 {
  margin-left: 39px;
  padding-top: 149px;
}

.survey input[type="radio"] {
  display: none;
}

.survey .label-q2,
.survey .label-q3 {
  cursor: pointer;
}

.survey .radio-q2 {
  margin-bottom: 4px;
  width: 805px;
  height: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}

.survey .inner .q3 {
  margin-left: 39px;
  padding-top: 181px;
}

.survey .inner .q3 label {
  margin-left: 11px;
  margin-right: 11px;
}

.survey .inner .q4 {
  padding-top: 210px;
  justify-content: center;
  text-align: center;
}

.survey .inner .q4 .agree .custom-checkbox {
  display: inline;
  justify-content: center;
  font-size: 28px;
}

.survey .inner .q4 .agree strong {
  font-weight: 600;
  font-size: 28px;
  cursor: pointer;
}

.survey .inner .q4 .agree .custom-checkbox .checkmark {
  margin-top: -5px;
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.survey .inner .q4 .agree .custom-checkbox .checkmark::after {
  left: 9px;
  top: 4px;
}

.survey .inner .q4 .submit {
  padding-top: 40px;
}

.survey .inner .q4 .submit button {
  margin: 0;
  padding: 0;
  outline: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding-inline: 0;
  border: none;
  overflow: visible;
  background: none;
  cursor: pointer;
}

.splash {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 1140px;
  background-image: url('./images/splash.webp');
  background-repeat: no-repeat;
}

.splash .animation {
  position: absolute;
  bottom: 0;
  left: 80px;
}

.slides {
  margin: 0 auto;
  padding: 30px 0;
  width: 100%;
  background-color: #9ebdd9;
}

.slides .swiper-button-next,
.slides .swiper-button-prev {
  margin-top: -24px;
  width: 20px;
  height: 23px;
  font-size: 0;
}

.slides .swiper-button-next:after,
.slides .swiper-button-prev:after {
  content: '';
}

.slides .swiper-button-prev {
  left: 30.5%;
  background: url('./images/slide-prev.png');
}

.slides .swiper-button-next {
  right: 30.5%;
  background: url('./images/slide-next.png');
}

.banner {
  margin: 0 auto;
  width: 100%;
  height: 1282px;
}

.before-after {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 2897px;
  background-image: url('./images/before-after.webp');
  background-repeat: no-repeat;
}

.before-after .before-after-t {
  padding: 554px 142px 0 998px;
}

.before-after .before-after-b {
  padding: 366px 998px 0 142px;
}

.before-after .before-after-btn {
  position: absolute;
  bottom: 121px;
  left: 50%;
  margin-left: -836px;
  cursor: pointer;
}

.before-after-up {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 2546px;
  background-image: url('./images/before-after-up.webp');
  background-repeat: no-repeat;
}

.before-after-up .inner {
  padding-top: 1269px;
}

.before-after-up .swiper-button-next,
.before-after-up .swiper-button-prev {
  width: 99px;
  height: 99px;
  font-size: 0;
}

.before-after-up .swiper-button-next:after,
.before-after-up .swiper-button-prev:after {
 content: '';
}

.before-after-up .swiper-button-prev {
  left: 42px;
  background: url('./images/before-after-up-prev.png');
}

.before-after-up .swiper-button-next {
  right: 42px;
  background: url('./images/before-after-up-next.png');
}

.before-after-up .swiper-horizontal>.swiper-pagination-bullets,
.before-after-up .swiper-pagination-bullets.swiper-pagination-horizontal,
.before-after-up .swiper-pagination-custom,
.before-after-up .swiper-pagination-fraction {
  bottom: 184px;
}

.before-after-up .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #fff;
  opacity: 1;
}

.before-after-up .swiper-pagination-bullet-active {
  background: #e53c68;
}

.recommend {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 3100px;
  background-image: url('./images/recommend.webp');
  background-repeat: no-repeat;
}

.recommend .t1 {
  position: absolute;
  top: 536px;
  left: 114px;
}

.recommend .t2 {
  position: absolute;
  top: 752px;
  left: 114px;
}

.recommend .t3 {
  position: absolute;
  top: 1510px;
  right: 170px;
}

.recommend .t4 {
  position: absolute;
  top: 1829px; /* +319px */
  right: 170px;
}

.recommend .t5 {
  position: absolute;
  top: 2343px; /* +514px */
  right: 170px;
}

.slide-selfie {
  margin: 0 auto;
  width: 100%;
  height: 570px;
  background-color: #9ebdd9;
}

.slide-selfie .swiper-slide {
  height: 556px;
  width: auto;
}

.slide-selfie .swiper-slide img {
  height: 556px;
  width: auto;
}

.procedure {
  margin: 0 auto;
  width: 100%;
  font-size: 0;
}

.banner-aptopline {
  margin: 0 auto;
  width: 100%;
  font-size: 0;
}

.safety {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 0;
}

.location {
  margin: 0 auto;
  width: 100%;
  height: 624px;
  border-bottom: 1px solid #666;
}

.location .map {
  float: left;
  width: 960px;
}

.location .address {
  float: right;
  width: 960px;
}

.location .address img {
  margin: 80px 0 0 50px;
}

.link {
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 250px;
  justify-content: center;
  align-items: center;
}

.link a,
.link div {
  display: inline-block;
  margin: 0 70px;
  cursor: pointer;
}

.float-right {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #fff;
  padding: 15px 15px 15px 22px;
  border-radius: 30px 0 0 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.float-right img {
  cursor: pointer;
}

.float-right div {
  position: relative;
  padding: 15px 0;
}

.float-right div:not(:first-child)::after {
  content: '';
  display: inline-block;
  width: 56px;
  height: 1px;
  background: url('./images/float-right-line.png') no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.logo {
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 200px;
  justify-content: center;
  align-items: center;
  background-color: #2c2c2c;
}

.copyright {
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 85px;
  justify-content: right;
  align-items: center;
  background-color: #1c1c1c;
}

.copyright img {
  margin-right: 45px;
}