body {
  font-family: 'Noto Sans TC', sans-serif;
  color: #414141;
  font-size: 17px;
  line-height: 27px;
}

h1 {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #00a5ba;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
}

h2 {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  margin-top: 7px;
  margin-bottom: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #00a5ba;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}

.section-home-content {
  position: relative;
  overflow: hidden;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bg-home {
  background-color: #87e087;
}

.home-logo-b {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1000;
  width: 220px;
  margin-top: 25px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.home-kv-b {
  position: relative;
}

.home-btn-hover {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-btn-hover._01 {
  width: 5%;
  margin-top: 12%;
  margin-left: -10%;
  padding-top: 8%;
}

.home-btn-hover._02 {
  width: 5%;
  margin-top: 12.5%;
  margin-left: -0.5%;
  padding-top: 8%;
}

.home-btn-hover._03 {
  width: 4%;
  margin-top: 12.5%;
  margin-left: 5%;
  padding-top: 8%;
}

.home-btn-hover._04 {
  width: 4.5%;
  margin-top: 12.7%;
  margin-left: 9.5%;
  padding-top: 7.8%;
}

.home-btn-hover._05 {
  width: 4%;
  margin-top: 13%;
  margin-left: 14.5%;
  padding-top: 7.5%;
}

.home-btn-hover._06 {
  width: 6%;
  margin-top: 8%;
  margin-left: 18%;
  padding-top: 2%;
}

.home-btn-hover._07 {
  width: 6%;
  margin-top: 6%;
  margin-left: 24.5%;
  padding-top: 2%;
}

.home-btn-hover._08 {
  width: 4.5%;
  margin-top: 10%;
  margin-left: 23.5%;
  padding-top: 2%;
}

.home-btn-hover._09 {
  width: 4.5%;
  margin-top: 11%;
  margin-left: 19%;
  padding-top: 2%;
}

.home-btn-hover.vr {
  width: 6%;
  margin-top: 12%;
  margin-left: -16.5%;
  padding-top: 8%;
}

.home-btn-hover.accompany {
  width: 9%;
  margin-top: 15%;
  margin-left: -32.5%;
  padding-top: 7%;
}

.home-btn-hover.custom {
  width: 28%;
  margin-top: -6%;
  margin-left: 33%;
  padding-top: 21%;
}

.home-hover-img {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  max-width: none;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.home-hover-img._01 {
  width: 130%;
  margin-top: -80%;
}

.home-hover-img._02 {
  width: 130%;
  margin-top: -85%;
}

.home-hover-img._03 {
  width: 155%;
  margin-top: -98%;
}

.home-hover-img._04 {
  width: 140%;
  margin-top: -86%;
}

.home-hover-img._05 {
  width: 155%;
  margin-top: -93%;
}

.home-hover-img.ar {
  width: 113%;
  margin-top: -65%;
}

.home-hover-img.accompany {
  width: 75%;
  margin-top: -48%;
}

.home-hover-img.custom {
  width: 31%;
  margin-top: -5%;
  margin-left: 2%;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.home-kv-b-mobile {
  position: relative;
  display: none;
}

.home-menu-b {
  display: none;
  padding-top: 120px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu-col {
  width: 33.33%;
  margin-top: 30px;
  padding-right: 5%;
  padding-left: 5%;
  text-align: center;
}

.menu-btn {
  position: relative;
  padding: 0px;
  color: #00a5ba;
  font-weight: 500;
}

.menu-btn.w--open {
  background-color: transparent;
}

.menu-btn-txt {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-btn-img {
  position: relative;
}

.menu-btn-img.menu-btn-img07 {
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.menu-btn-img.menu-btn-img08 {
  margin-right: -20%;
  margin-bottom: -4%;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.menu-btn-img.menu-btn-img02 {
  margin-right: -20%;
}

.menu-btn-img.menu-btn-img06 {
  margin-right: -20%;
}

.menu-btn-img.menu-btn-img10 {
  margin-right: -20%;
}

.menu-btn-img.menu-btn-img11 {
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.menu-btn-img.menu-btn-img12 {
  margin-right: -20%;
  margin-bottom: -4%;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  color: rgba(0, 0, 0, 0.35);
  font-size: 15px;
  line-height: 25px;
  text-align: center;
}

.container {
  width: 100%;
  max-width: 100%;
  padding-right: 3%;
  padding-left: 3%;
}

.container.menu {
  position: relative;
  z-index: 1000;
  padding-top: 37px;
  padding-bottom: 37px;
}

.bg-inner-outside {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-image: url('../images/bg-inner-outside2x.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header {
  z-index: 60000;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}

.header-logo-b {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 1000;
  width: 220px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.menu-btn-line01 {
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 20px;
  background-color: #00a5ba;
}

.menu-b {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-content {
  width: 100%;
  max-width: 100%;
  padding-right: 7%;
  padding-left: 7%;
}

.all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.all.display-bottom {
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-fr {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #00a5ba;
}

.content-fr.contact-phone {
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  text-decoration: none;
}

.content-fr.contact-phone:hover {
  background-color: #017382;
}

.content-fr.bg-white {
  background-color: #fff;
}

.join-row {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.join-col-txt {
  width: 35%;
  padding: 50px 5%;
}

.join-col-tour {
  position: relative;
  width: 65%;
  padding-top: 40%;
}

.join-txt {
  color: #fff;
  text-align: center;
}

.txt-highlight {
  display: block;
  font-size: 21px;
  line-height: 31px;
  font-weight: 700;
}

.join-tour {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.page-title-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 282px;
}

.section-content {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-content.no-overflow {
  overflow: visible;
}

.page-title-img {
  width: 100%;
}

.content-fr-shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin: -10px -10px 50px 50px;
}

.content-fr-shadow.pop-margin {
  margin-top: -12px;
  margin-right: -12px;
}

.content-fr-shadow-top-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.content-fr-shadow-img {
  display: block;
}

.content-fr-shadow-top-loop {
  height: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/fr-top-loop.svg');
  background-position: 100% 0%;
  background-size: auto;
  background-repeat: repeat-x;
}

.content-fr-shadow-side-b {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-fr-shadow-side-loop {
  width: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/fr-side-loop.svg');
  background-position: 100% 0%;
  background-size: auto;
  background-repeat: repeat-y;
}

.img {
  width: 100%;
}

.btn-back-home {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2000;
  width: 120px;
  height: 40px;
  margin-top: 32px;
  margin-left: 3%;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  background-image: url('../images/btn-back.svg');
  background-position: 0px 0px;
  background-size: auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #00a5ba;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.btn-back-home:hover {
  background-image: url('../images/btn-back-hover.svg');
  color: #fff;
}

.nav-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: auto;
  padding-bottom: 100px;
  background-color: #abedff;
}

.content-b {
  height: 100%;
  padding-top: 30vh;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.contact-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-right: -2.5%;
  margin-left: -2.5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-col {
  width: 33.33%;
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.link-txt-white {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  text-decoration: none;
}

.link-txt-white:hover {
  text-decoration: underline;
}

.contact-txt-b {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 50px 5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  color: #fff;
  text-align: center;
}

.contact-icon {
  margin-bottom: 5px;
}

.subtitle-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 190px;
  margin-top: -45px;
  margin-left: -25px;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: perspective(2500px);
  transform: perspective(2500px);
}

.contact-map-b {
  z-index: 1;
  padding: 50px 5% 70px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-map-btn {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-bottom-right-radius: 50px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #00a5ba;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.contact-map-btn:hover {
  border-right-color: #00a5ba;
  border-bottom-color: #00a5ba;
  border-left-color: #00a5ba;
  background-color: #017382;
  color: #fff;
}

.swiper-slide {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 50px;
  padding: 10px 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.code {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 1px;
  height: 1px;
}

.drag-content {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.drag-slider-progress {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 5px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.swiper-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 240px;
  padding-left: 240px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-menu-link-photo {
  position: relative;
  width: 370px;
  padding-top: 125%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
}

.nav-menu-link-photo.caring-b01 {
  background-color: #ff9022;
}

.nav-menu-link-photo.caring-b02 {
  background-color: #46d1c3;
}

.nav-menu-link-photo.medical {
  padding-top: 0%;
  border-style: none;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
}

.swiper-container {
  position: relative;
  display: block;
}

.drag-slider-progress-bar {
  position: relative;
  width: 0%;
  height: 100%;
  border-radius: 20px;
  background-color: #00a5ba;
}

.caring-content-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.caring-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.caring-txt-b {
  overflow: auto;
  margin-right: 5px;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 80px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.caring-txt-b._02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
  margin-bottom: 0px;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.caring-thumbnail {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 70px;
  margin-top: 10px;
  margin-left: 10px;
  border-radius: 100%;
}

.caring-img-b {
  position: relative;
  overflow: hidden;
  padding-top: 88%;
  border-radius: 40px;
}

.bg-inner-inside {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: hidden;
}

.bg-inner-inside-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 200%;
  background-image: url('../images/bg-inner-inside2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-inner-table {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 165px;
  background-color: #b7dce8;
  background-image: url('../images/table2x.jpg');
  background-position: 0% 0%;
  background-size: 1600px;
  background-repeat: repeat-x;
}

.menu-btn-line02 {
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 20px;
  background-color: #00a5ba;
}

.menu-btn-line03 {
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 20px;
  background-color: #00a5ba;
}

.medical-content-b {
  position: relative;
  z-index: 1;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.medical-pet {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.medical-pet._03 {
  margin-bottom: -14px;
}

.medical-link-txt {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-right-radius: 50px;
  background-color: hsla(0, 0%, 100%, 0.8);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #00a5ba;
  font-size: 21px;
  line-height: 31px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.medical-link-txt:hover {
  background-color: #00a5ba;
  color: #fff;
}

.medical-img {
  width: 100%;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.pop-medical {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3000;
  display: none;
}

.pop-content-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: auto;
  height: 90%;
  padding: 73px 50px 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.pop-title {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  padding: 10px 50px;
  border-top-left-radius: 48px;
  border-bottom-right-radius: 48px;
  background-color: #00a5ba;
  color: #fff;
  font-size: 21px;
  line-height: 31px;
  font-weight: 700;
}

.pop-btn-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-right: -25px;
  border-style: solid;
  border-width: 2px;
  border-color: #00a5ba;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/btn-close.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pop-btn-close:hover {
  background-color: #00a5ba;
  background-image: url('../images/btn-close-hover.svg');
}

.card-slider-b {
  position: relative;
  width: 35%;
  margin-right: auto;
  margin-left: auto;
}

.card-slider {
  width: 100%;
  height: auto;
  background-color: transparent;
}

.hidden {
  display: none;
}

.card-img {
  width: 100%;
}

.card-img-b {
  border: 10px solid #b7845a;
  border-radius: 10px;
  background-color: #b7845a;
}

.card-content-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-insert-img-b {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 45%;
  border-radius: 10px;
  background-color: hsla(0, 0%, 65.3%, 0.45);
  color: #017382;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.card-insert-link-txt {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.card-step-b {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 30%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.card-step-txt-b {
  position: relative;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 50px;
}

.card-step-txt-number {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 39px;
  padding-bottom: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/card-step-graphic.svg');
  background-position: 0px 0px;
  background-size: auto;
  color: #fff;
  font-weight: 700;
}

.card-content {
  position: relative;
}

.card-txt-content-b {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-txt-area {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 0px;
  background-color: transparent;
  opacity: 0;
  color: #414141;
  font-weight: 700;
  text-align: center;
}

.card-txt-area::-webkit-input-placeholder {
  color: #00a5ba;
  font-size: 24px;
}

.card-txt-area:-ms-input-placeholder {
  color: #00a5ba;
  font-size: 24px;
}

.card-txt-area::-ms-input-placeholder {
  color: #00a5ba;
  font-size: 24px;
}

.card-txt-area::placeholder {
  color: #00a5ba;
  font-size: 24px;
}

.card-form-txt-area-b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  font-weight: 700;
}

.btn {
  margin-right: 20px;
  margin-left: 20px;
  padding: 10px 40px;
  border-radius: 100px;
  background-color: #00a5ba;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.btn:hover {
  background-color: #017382;
}

.btn.card-simple-btn {
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  background-color: #fff;
  color: #00a5ba;
}

.btn.card-simple-btn:hover {
  background-color: #017382;
  color: #fff;
}

.btn.other-card-btn-l {
  width: 160px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-right: 30px;
  border-right: 1px solid #00a5ba;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #fff;
  color: #00a5ba;
}

.btn.other-card-btn-l:hover {
  background-color: #017382;
  color: #fff;
}

.btn.other-card-btn-r {
  width: 160px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-left: 30px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #fff;
  color: #00a5ba;
}

.btn.other-card-btn-r:hover {
  background-color: #017382;
  color: #fff;
}

.card-btn-b-finish {
  margin-top: 15px;
  text-align: center;
}

.card-mobile {
  display: none;
}

.card-insert-txt-btn {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: hsla(0, 0%, 64.7%, 0.45);
  color: #017382;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.card-mobile-edit-b {
  position: relative;
  width: 35%;
  margin-right: auto;
  margin-left: auto;
}

.card-btn-b-dl {
  display: block;
  margin-top: 15px;
  text-align: center;
}

.card-inserted-img {
  position: relative;
  display: none;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 45%;
  border-radius: 10px;
  background-image: url('../images/card-img2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #00a5ba;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.img-b-4to3 {
  width: 100%;
  padding-top: 124%;
  border: 2px solid transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-b-4to3.img-2 {
  background-image: url('../images/card-souvenir022x.jpg');
}

.img-b-4to3.img-3 {
  background-image: url('../images/card-thankyou022x.jpg');
}

.img-b-4to3.img-3.selected {
  border-color: #b7845a;
}

.img-b-4to3.img-1 {
  background-image: url('../images/card-souvenir012x.jpg');
}

.img-b-4to3.img-1.selected {
  border-color: #b7845a;
}

.img-b-4to3.img-4 {
  background-image: url('../images/card-thankyou012x.jpg');
}

.item-2 {
  position: relative;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.slick-item-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.left-b {
  width: 100%;
  margin-top: -52px;
}

.btn-arrow-vertical {
  width: 38px;
  height: 20px;
  background-image: url('../images/btn-prev.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.btn-arrow-vertical:hover {
  opacity: 0.5;
}

.btn-arrow-vertical.down {
  background-image: url('../images/btn-next.svg');
}

.arrow-up-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-side-slider {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 17%;
}

.home-card-link {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 12%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-card-link._01 {
  margin-top: -24%;
  margin-left: -20%;
  -webkit-transform: rotate(23deg) translate(-50%, -50%);
  -ms-transform: rotate(23deg) translate(-50%, -50%);
  transform: rotate(23deg) translate(-50%, -50%);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.home-card-link._02 {
  margin-top: -5%;
  margin-left: -35%;
  -webkit-transform: rotate(-20deg) translate(-50%, -50%);
  -ms-transform: rotate(-20deg) translate(-50%, -50%);
  transform: rotate(-20deg) translate(-50%, -50%);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.home-card-link._03 {
  margin-top: -4%;
  margin-left: -8%;
  -webkit-transform: rotate(11deg) translate(-50%, -50%);
  -ms-transform: rotate(11deg) translate(-50%, -50%);
  transform: rotate(11deg) translate(-50%, -50%);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.home-card-link._04 {
  margin-top: 16%;
  margin-left: -30%;
  -webkit-transform: rotate(24deg) translate(-50%, -50%);
  -ms-transform: rotate(24deg) translate(-50%, -50%);
  transform: rotate(24deg) translate(-50%, -50%);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.home-card-link._05 {
  margin-top: -24%;
  margin-left: 14%;
  -webkit-transform: rotate(-6deg) translate(-50%, -50%);
  -ms-transform: rotate(-6deg) translate(-50%, -50%);
  transform: rotate(-6deg) translate(-50%, -50%);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.home-card-link._06 {
  margin-top: -2%;
  margin-left: 19%;
  -webkit-transform: rotate(-9deg) translate(-50%, -50%);
  -ms-transform: rotate(-9deg) translate(-50%, -50%);
  transform: rotate(-9deg) translate(-50%, -50%);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.home-card-link._07 {
  margin-top: -8%;
  margin-left: 37%;
  -webkit-transform: rotate(20deg) translate(-50%, -50%);
  -ms-transform: rotate(20deg) translate(-50%, -50%);
  transform: rotate(20deg) translate(-50%, -50%);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.home-card-link._08 {
  margin-top: 21%;
  margin-left: 29%;
  -webkit-transform: rotate(3deg) translate(-50%, -50%);
  -ms-transform: rotate(3deg) translate(-50%, -50%);
  transform: rotate(3deg) translate(-50%, -50%);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.card-finish-b {
  display: none;
}

.card-finish-img {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 45%;
  border-radius: 10px;
  background-image: url('../images/card-img2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #00a5ba;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.card-finish-txt {
  overflow: auto;
  font-weight: 700;
  text-align: center;
}

.card-finish-content-b {
  position: relative;
  width: 35%;
  margin-right: auto;
  margin-left: auto;
}

.btn-lang {
  margin-right: 25px;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #00a5ba;
  font-weight: 700;
  text-decoration: none;
}

.btn-lang:hover {
  opacity: 0.5;
}

.btn-lang-home {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  margin-top: 30px;
  margin-right: 3%;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #00a5ba;
  font-weight: 700;
  text-decoration: none;
}

.btn-lang-home:hover {
  opacity: 0.5;
}

.nav-menu-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/bg-inner-outside2x.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pop-card {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3000;
  display: none;
}

.pop-card-slider {
  height: 90%;
  background-color: transparent;
}

.pop-card-slider-arrow-l {
  margin-top: 60px;
  background-image: url('../images/btn-prev-mobile.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.pop-card-slider-arrow-l:hover {
  opacity: 0.5;
}

.pop-card-slider-arrow-r {
  margin-top: 60px;
  background-image: url('../images/btn-next-mobile.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.pop-card-slider-arrow-r:hover {
  opacity: 0.5;
}

.pop-card-btn-b {
  margin-top: 15px;
  text-align: center;
}

.card-pop-content-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 100%;
  padding-bottom: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.pop-card-img {
  position: relative;
  left: 50%;
  height: 100%;
  max-width: none;
  padding-top: 60px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.pop-ar {
  position: fixed;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 3000;
  display: none;
  width: 60%;
  height: 60vh;
  max-width: 800px;
  border-style: solid;
  border-width: 2px;
  border-color: #00a5ba;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-tour {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.pop-home-content-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: auto;
  height: 100%;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.pop-home-content-b.ar {
  border-top-left-radius: 48px;
  border-bottom-right-radius: 48px;
}

.header-side-btn {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.pop-medical-content {
  position: fixed;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 3000;
  display: block;
  width: 60%;
  height: 60vh;
  max-width: 800px;
  border-style: solid;
  border-width: 2px;
  border-color: #00a5ba;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pop-card-content {
  position: fixed;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 3000;
  display: block;
  width: 60%;
  height: 85vh;
  max-width: 800px;
  border-style: solid;
  border-width: 2px;
  border-color: #00a5ba;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.icon-drag {
  position: fixed;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 5000;
  display: none;
  width: 100px;
  height: 100px;
  border-style: solid;
  border-width: 1px;
  border-color: #00a5ba;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/icon-drag.svg');
  background-position: 50% 50px;
  background-size: 70px;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.icon-drag-txt {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 15px;
  color: #00a5ba;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
}

.inner-content-b {
  height: 100%;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.inner-display-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-home {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
}

.card-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-indicate-txt {
  width: 35%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  text-align: center;
}

.other-card-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-right: -2.5%;
  margin-left: -2.5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.other-card-col {
  width: 33.33%;
  margin-top: 5%;
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.other-card-b {
  display: block;
  overflow: hidden;
  border-radius: 15px;
  background-color: #fff;
  color: #414141;
  text-align: center;
  text-decoration: none;
}

.other-card-txt {
  padding-top: 10px;
  padding-bottom: 10px;
}

.other-card-btn {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-right: 7%;
}

html.w-mod-js *[data-ix="home-hover-img"] {
  opacity: 0;
  -webkit-transform: translate(-50%, 30px);
  -ms-transform: translate(-50%, 30px);
  transform: translate(-50%, 30px);
}

html.w-mod-js *[data-ix="menu-btn-img-left"] {
  opacity: 0;
  -webkit-transform: translate(-60px, -30px) rotate(15deg);
  -ms-transform: translate(-60px, -30px) rotate(15deg);
  transform: translate(-60px, -30px) rotate(15deg);
}

html.w-mod-js *[data-ix="menu-btn-img-right"] {
  opacity: 0;
  -webkit-transform: translate(60px, -30px) rotate(-5deg);
  -ms-transform: translate(60px, -30px) rotate(-5deg);
  transform: translate(60px, -30px) rotate(-5deg);
}

html.w-mod-js *[data-ix="mobile-visit-vr-btn"] {
  opacity: 0;
  -webkit-transform: translate(-60px, -30px) rotate(15deg);
  -ms-transform: translate(-60px, -30px) rotate(15deg);
  transform: translate(-60px, -30px) rotate(15deg);
}

html.w-mod-js *[data-ix="feather-load"] {
  opacity: 0;
  -webkit-transform: translate(-15%, -20%) rotate(15deg);
  -ms-transform: translate(-15%, -20%) rotate(15deg);
  transform: translate(-15%, -20%) rotate(15deg);
}

html.w-mod-js *[data-ix="contact-feather-load"] {
  opacity: 0;
  -webkit-transform: translate3d(-15%, -20%, 100px) rotate(15deg);
  transform: translate3d(-15%, -20%, 100px) rotate(15deg);
}

html.w-mod-js *[data-ix="contact-feather-load-2"] {
  opacity: 0;
  -webkit-transform: translate3d(-15%, -20%, 100px) rotate(15deg);
  transform: translate3d(-15%, -20%, 100px) rotate(15deg);
}

html.w-mod-js *[data-ix="contact-feather-load-3"] {
  opacity: 0;
  -webkit-transform: translate3d(-15%, -20%, 100px) rotate(15deg);
  transform: translate3d(-15%, -20%, 100px) rotate(15deg);
}

html.w-mod-js *[data-ix="content-fr"] {
  opacity: 0;
  -webkit-transform: translate(0px, 90px) rotateX(-45deg) rotateY(0deg) rotateZ(0deg);
  transform: translate(0px, 90px) rotateX(-45deg) rotateY(0deg) rotateZ(0deg);
}

html.w-mod-js *[data-ix="content-fr-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 90px) rotateX(-45deg) rotateY(0deg) rotateZ(0deg);
  transform: translate(0px, 90px) rotateX(-45deg) rotateY(0deg) rotateZ(0deg);
}

html.w-mod-js *[data-ix="content-fr-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 90px) rotateX(-45deg) rotateY(0deg) rotateZ(0deg);
  transform: translate(0px, 90px) rotateX(-45deg) rotateY(0deg) rotateZ(0deg);
}

html.w-mod-js *[data-ix="fade-in-from-bottom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="pop"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
}

html.w-mod-js *[data-ix="pop-card"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="pop-card-content"] {
  opacity: 0;
  -webkit-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
}

html.w-mod-js *[data-ix="pop-medical"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="pop-medical-content"] {
  opacity: 0;
  -webkit-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
}

html.w-mod-js *[data-ix="card-mobile-step2"] {
  display: none;
}

html.w-mod-js *[data-ix="nav-menu-bg"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="icon-drag"] {
  display: none;
  -webkit-transform: scale(0.01, 0.01) translate(-50%, -50%);
  -ms-transform: scale(0.01, 0.01) translate(-50%, -50%);
  transform: scale(0.01, 0.01) translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
  .bg-home {
    background-color: transparent;
  }

  .home-logo-b {
    margin-top: 15px;
  }

  .home-kv-b {
    left: 50%;
    display: none;
    width: 130%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  .home-kv-b-mobile {
    left: 50%;
    display: block;
    width: 130%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  .home-menu-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-right: 5%;
    padding-left: 5%;
    background-color: #abedff;
  }

  .menu-col {
    width: 50%;
    margin-top: 15px;
  }

  .footer {
    position: relative;
  }

  .container {
    padding-right: 5%;
    padding-left: 5%;
  }

  .bg-inner-outside {
    background-position: 24% 100%;
  }

  .header {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .menu-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-right: 5%;
    padding-left: 5%;
  }

  .container-content {
    padding-right: 5%;
    padding-left: 5%;
  }

  .all.display-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .all.bg-green {
    background-color: #87e087;
  }

  .join-col-txt {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .join-col-tour {
    width: 100%;
    padding-top: 60%;
  }

  .section-content.card {
    padding-top: 235px;
  }

  .btn-back-home {
    display: none;
    margin-left: 5%;
  }

  .drag-slider-progress {
    width: 50vw;
  }

  .swiper-wrapper {
    padding-right: 75px;
    padding-left: 75px;
  }

  .card-slider-b {
    width: 100%;
    margin-top: 15px;
  }

  .card-slider {
    left: 50%;
    width: 55%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  .card-img {
    border: 2px solid transparent;
  }

  .card-img.selected {
    border-color: #b7845a;
  }

  .card-desktop {
    display: none;
  }

  .card-mobile {
    display: block;
  }

  .align-center {
    text-align: center;
  }

  .card-slide-mask {
    overflow: visible;
    width: 100%;
  }

  .card-slide {
    padding-right: 20px;
    padding-left: 20px;
  }

  .card-slider-arrow-r {
    width: 40px;
    margin-right: -20px;
    background-image: url('../images/btn-next-mobile.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
  }

  .card-slider-arrow-r:hover {
    opacity: 0.5;
  }

  .card-slider-arrow-l {
    width: 40px;
    margin-left: -20px;
    background-image: url('../images/btn-prev-mobile.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
  }

  .card-slider-arrow-l:hover {
    opacity: 0.5;
  }

  .card-mobile-menu {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card-mobile-menu-col {
    width: 33.33%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .card-mobile-menu-btn {
    display: block;
    color: #414141;
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }

  .card-mobile-menu-icon-b {
    position: relative;
    width: 60px;
    margin-right: auto;
    margin-left: auto;
  }

  .card-mobile-menu-icon-on {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    opacity: 0;
  }

  .card-mobile-menu-icon-on.on {
    opacity: 1;
  }

  .card-mobile-edit-b {
    width: 70%;
    margin-top: 15px;
  }

  .card-finish-b-mobile {
    display: none;
  }

  .card-finish-content-b {
    width: 70%;
    margin-top: 15px;
  }

  .btn-lang {
    left: 0%;
    top: 50%;
    right: auto;
    bottom: auto;
    margin-right: 0px;
  }

  .btn-lang-home {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-top: 30px;
    margin-right: 0px;
    margin-left: 5%;
  }

  .nav-menu-bg {
    background-position: 24% 100%;
  }

  .pop-ar {
    width: 90%;
  }

  .header-side-btn {
    width: 100%;
    margin-right: 0%;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .pop-medical-content {
    width: 90%;
  }

  .pop-card-content {
    width: 90%;
  }

  .card-indicate-txt {
    width: 100%;
  }

  .other-card-row {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }

  h1 {
    font-size: 24px;
    line-height: 26px;
  }

  .home-logo-b {
    width: 160px;
    margin-top: 10px;
  }

  .home-menu-b {
    padding-top: 70px;
  }

  .footer {
    font-size: 14px;
    line-height: 22px;
  }

  .container.menu {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container.menu.blur-mask {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .header-logo-b {
    width: 160px;
  }

  .menu-b {
    padding-top: 70px;
  }

  .all.display-bottom {
    display: block;
  }

  .content-fr.contact-phone {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .join-col-txt {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .txt-highlight {
    font-size: 19px;
    line-height: 30px;
  }

  .page-title-b {
    width: 180px;
  }

  .section-content.card {
    padding-top: 160px;
  }

  .nav-menu {
    padding-bottom: 50px;
  }

  .content-b {
    padding-top: 0vh;
  }

  .contact-row {
    margin-top: -75px;
  }

  .contact-col {
    width: 100%;
    margin-top: 75px;
  }

  .contact-txt-b {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .subtitle-b {
    margin-top: -35px;
  }

  .swiper-slide {
    width: 100%;
    margin-right: 0px;
  }

  .nav {
    padding-top: 110px;
  }

  .drag-slider-progress {
    display: none;
  }

  .swiper-wrapper {
    display: block;
    padding-right: 5%;
    padding-left: 5%;
  }

  .nav-menu-link-photo {
    width: 100%;
    padding-top: 0%;
  }

  .swiper-container {
    margin-top: -15px;
  }

  .caring-content-b {
    position: relative;
    display: block;
    min-height: 90px;
  }

  .caring-txt-b {
    padding-right: 0px;
  }

  .caring-txt-b._02 {
    margin-top: 0px;
    padding-right: 0%;
    padding-left: 80px;
    text-align: left;
  }

  .bg-inner-table {
    width: 1100px;
    height: 120px;
    max-width: 1100px;
  }

  .pop-content-b {
    padding-top: 70px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .pop-title {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 19px;
    line-height: 29px;
  }

  .pop-btn-close {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-right: -10px;
    background-size: 16px;
  }

  .card-content-b {
    padding: 20px;
  }

  .card-insert-img-b {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .btn.other-card-btn-l {
    width: 50%;
    border-style: solid;
    border-width: 1px;
    border-color: #00a5ba;
  }

  .btn.other-card-btn-r {
    width: 50%;
    border-style: solid solid solid none;
    border-width: 1px;
    border-color: #00a5ba;
  }

  .card-mobile-menu-col {
    padding-right: 2%;
    padding-left: 2%;
  }

  .card-mobile-menu-btn {
    font-size: 13px;
    line-height: 23px;
  }

  .card-insert-txt-btn {
    font-size: 16px;
  }

  .card-inserted-img {
    font-size: 16px;
  }

  .card-finish-img {
    font-size: 16px;
  }

  .card-edit-b-mobile {
    margin-top: 40px;
  }

  .btn-lang-home {
    margin-top: 15px;
  }

  .pop-card-slider {
    height: auto;
  }

  .pop-card-slider-arrow-l {
    width: 40px;
  }

  .pop-card-slider-arrow-r {
    width: 40px;
  }

  .card-pop-content-b {
    overflow: auto;
    margin-top: -1px;
    margin-right: -1px;
    margin-left: -1px;
  }

  .pop-card-img {
    width: 75%;
    height: auto;
  }

  .pop-home-content-b {
    padding-top: 70px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .inner-content-b {
    padding-top: 0vh;
  }

  .other-card-row {
    margin-top: 25px;
  }

  .other-card-col {
    width: 50%;
  }

  .other-card-txt {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .other-card-btn {
    position: -webkit-sticky;
    position: sticky;
    top: auto;
    bottom: 0px;
    z-index: 50;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
  }
}

@media screen and (max-width: 479px) {
  .menu-col {
    padding-right: 0%;
    padding-left: 0%;
  }

  .card-slider {
    width: 80%;
  }

  .btn.card {
    margin-top: 15px;
  }

  .btn.other-card-btn-l {
    padding-right: 0px;
    padding-left: 0px;
  }

  .btn.other-card-btn-r {
    padding-right: 0px;
    padding-left: 0px;
  }

  .card-mobile-edit-b {
    width: 90%;
  }

  .card-finish-content-b {
    width: 90%;
  }

  .pop-card-btn-b {
    margin-top: 0px;
  }
}

