@charset "UTF-8";
body {
  max-width: 1920px;
  margin: 0 auto;
  overflow: visible;
  min-width: 1500px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.inner {
  max-width: 1440px;
  margin: 0 auto;
}

.anchor {
  height: 100px;
  margin-top: -100px;
  visibility: hidden;
}

.title_box h2 {
  font-size: 55px;
  font-weight: 700;
  line-height: 160%; /* 88px */
  letter-spacing: -1.375px;
}
.title_box h2 strong {
  color: #0054D1;
  font-weight: 700;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
header nav {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 29px 0;
}
header nav ul {
  display: flex;
}
header nav ul li:not(:first-child) {
  margin-left: 50px;
}
header nav ul li a {
  font-size: 18px;
  line-height: normal;
  letter-spacing: -0.5px;
}

aside {
  position: fixed;
  bottom: 62.5px;
  right: 116px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 999;
}
aside ul {
  background-color: #0054D1;
  border-radius: 39.1px;
  padding: 31.74px 4.7px 37.67px;
  box-shadow: 0px 2.214px 3.69px 0px rgba(0, 0, 0, 0.2);
  display: none;
}
aside ul li:not(:last-child) {
  margin-bottom: 29.55px;
}
aside ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
aside ul li a span {
  color: #FFF;
  font-size: 11.81px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.295px;
  display: inline-block;
  margin-top: 2.95px;
}
aside .quick_plus {
  background-color: #0054D1;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: 28.86px;
}
aside .quick_plus div {
  display: flex;
  align-items: center;
  position: relative;
  transition: transform 0.3s;
  width: 31px;
  height: 31px;
}
aside .quick_plus div span {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 5px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 11.81px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.295px;
}
aside .quick_plus div span:last-child {
  transform: rotate(90deg);
}
aside .quick_plus div.quick_on {
  transform: rotate(45deg);
}
aside > a {
  background-color: #fff;
  border: none;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(51, 51, 51, 0.1);
  font-size: 34px;
  width: 62px;
  height: 62px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.main_wrap {
  overflow: hidden;
  width: 100%;
}
.main_wrap .digital_video_wrap {
  position: relative;
  width: 100%;
}
.main_wrap .digital_video_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main_wrap .digital_video_wrap.iframe16To9 {
  padding-top: 56.25%;
}
.main_wrap .digital_video_wrap::after {
  content: "";
  background-image: url(../img/video_thumb.jpg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.intro_wrap {
  text-align: center;
  padding: 221px 0 0;
}
.intro_wrap .inner .title_box {
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(51, 51, 51, 0.1);
}
.intro_wrap .inner .intro_con {
  padding: 43px 0 60px;
  border-bottom: 2px solid rgba(51, 51, 51, 0.1);
}
.intro_wrap .inner .intro_con p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.6px;
}
.intro_wrap .inner .intro_con p strong {
  font-size: 28px;
  font-weight: 700;
}
.intro_wrap .inner .intro_con h3 {
  color: rgba(51, 51, 51, 0.5);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.7px;
}
.intro_wrap .inner .intro_con h3 strong {
  color: #333;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.7px;
}
.intro_wrap .inner .intro_con h3 img {
  position: relative;
  bottom: 7px;
}
.intro_wrap .doctor {
  background-color: rgba(245, 245, 245, 0.8);
  margin-top: 127px;
}
.intro_wrap .doctor .inner {
  display: flex;
  align-items: end;
  padding: 196px 0;
  position: relative;
}
.intro_wrap .doctor .inner .logo_mark {
  position: absolute;
  top: 227px;
  right: 0;
}
.intro_wrap .doctor .right_box {
  position: relative;
  margin-left: 86px;
  padding-bottom: 31px;
}
.intro_wrap .doctor .right_box h3 {
  padding-right: 127px;
  font-size: 40px;
  font-weight: 600;
  line-height: 70px; /* 175% */
  color: #0054D1;
}
.intro_wrap .doctor .right_box h3 strong {
  font-size: 72px;
  font-weight: 700;
  line-height: 70px; /* 97.222% */
  color: #333;
}
.intro_wrap .doctor .right_box p {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 138.462% */
  letter-spacing: -0.75px;
  margin: 22px 0 70px;
  display: flex;
  align-items: center;
  border: 3px solid #0054D1;
  border-radius: 100px;
  padding: 6px 13px;
  background-color: #fff;
}
.intro_wrap .doctor .right_box p::before {
  content: "";
  background-image: url(../img/mark.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 33.18px;
  height: 32.19px;
  display: inline-block;
  margin-right: 8.5px;
}
.intro_wrap .doctor .right_box ul {
  text-align: left;
}
.intro_wrap .doctor .right_box ul li {
  font-size: 26px;
  font-weight: 400;
  line-height: 160%; /* 35.2px */
  letter-spacing: -0.65px;
}
.intro_wrap .doctor .right_box ul li::before {
  content: "·";
  display: inline-block;
  margin-right: 5px;
}

.aqua_wrap {
  position: relative;
  overflow: hidden;
  padding: 82px 0 113px;
  height: 1197px;
}
.aqua_wrap .text_box {
  position: absolute;
  top: 48%;
  left: 76.5%;
  transform: translateY(-50%);
  z-index: 3;
}
.aqua_wrap .text_box > div {
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.aqua_wrap .text_box span {
  font-size: 60px;
  font-weight: 700;
  line-height: 125%; /* 96px */
  letter-spacing: -1.5px;
  opacity: 0.15;
}
.aqua_wrap .text_box h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%; /* 68px */
  letter-spacing: -1.6px;
}
.aqua_wrap .text_box p {
  font-size: 20px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.8px;
  position: relative;
}
.aqua_wrap .text_box p div {
  display: flex;
  position: absolute;
  width: 120%;
  margin-top: 10px;
}
.aqua_wrap .text_box p div span {
  font-size: 18px;
  font-weight: 700;
  line-height: 36px; /* 200% */
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 500px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  opacity: 1;
  padding: 2px 11px;
}
.aqua_wrap .text_box p div span:nth-child(1) {
  padding-right: 22px;
}
.aqua_wrap .text_box p div span:nth-child(2) {
  position: relative;
  left: -15px;
}
.aqua_wrap .text_box p div span::before {
  content: "";
  background-image: url(../img/aqua_mark.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 25.5px;
  display: inline-block;
  margin-right: 3.17px;
}
.aqua_wrap > img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(205deg);
  right: -47%;
}
.aqua_wrap .inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aqua_wrap .inner .title_box {
  margin-top: -55px;
}
.aqua_wrap .inner .title_box h3 {
  line-height: 140%;
}
.aqua_wrap .inner .title_box p {
  font-size: 30px;
  font-weight: 400;
  line-height: 160%; /* 48px */
  letter-spacing: -0.75px;
  margin-top: 35px;
}
.aqua_wrap .inner .title_box .aqua_pagination {
  width: auto;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  margin-top: 48px;
}
.aqua_wrap .inner .title_box .aqua_pagination .swiper-pagination-bullet {
  height: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 180%; /* 39.6px */
  letter-spacing: -0.88px;
  opacity: 0.2;
  width: 189px;
  outline: none;
}
.aqua_wrap .inner .title_box .aqua_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  font-weight: 700;
}
.aqua_wrap .inner .title_box > img {
  position: absolute;
  bottom: 140px;
}
.aqua_wrap .inner .swiper_box {
  width: 900px;
}
.aqua_wrap .inner .swiper_box .aqua_swiper {
  height: 1046px;
  position: relative;
}
.aqua_wrap .inner .swiper_box .aqua_swiper .aqua_slider {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.aqua_wrap .inner .swiper_box .aqua_swiper .swiper-slide {
  opacity: 0 !important;
}
.aqua_wrap .inner .swiper_box .aqua_swiper .swiper-slide .aqua_slide_img {
  position: relative;
  transition: all 0.3s;
}
.aqua_wrap .inner .swiper_box .aqua_swiper .swiper-slide .aqua_slide_img > div {
  transition: 0.3s linear;
  display: inline-block;
}
.aqua_wrap .inner .swiper_box .aqua_swiper .swiper-slide .aqua_slide_img .aqua_slide01_box {
  position: relative;
}
.aqua_wrap .inner .swiper_box .aqua_swiper .swiper-slide .aqua_slide_img .aqua_slide01_box .img_pop {
  position: absolute;
  bottom: -16px;
  left: -17px;
  border-radius: 0;
  width: 54% !important;
}
.aqua_wrap .inner .swiper_box .aqua_swiper .swiper-slide .aqua_slide_img .aqua_slide01_box .img_pop02 {
  width: 68.5% !important;
  bottom: -23px;
  left: -62px;
}
.aqua_wrap .inner .swiper_box .aqua_swiper .swiper-slide.swiper-slide-active {
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  padding-right: 170px;
}
.aqua_wrap .inner .swiper_box .aqua_swiper .swiper-slide.swiper-slide-active .aqua_slide_img {
  width: 540px;
}
.aqua_wrap .inner .swiper_box .aqua_swiper .swiper-slide.swiper-slide-active .aqua_slide_img > div {
  transform: scale(1, 1);
}
.aqua_wrap .inner .swiper_box .aqua_swiper .swiper-slide.swiper-slide-prev {
  opacity: 1 !important;
  padding-right: 140px;
  padding-bottom: 50px;
}
.aqua_wrap .inner .swiper_box .aqua_swiper .swiper-slide.swiper-slide-prev .aqua_slide_img {
  width: 208px;
}
.aqua_wrap .inner .swiper_box .aqua_swiper .swiper-slide.swiper-slide-next {
  opacity: 1 !important;
  padding-right: 62px;
  padding-top: 30px;
}
.aqua_wrap .inner .swiper_box .aqua_swiper .swiper-slide.swiper-slide-next .aqua_slide_img {
  width: 308px;
}
.aqua_wrap .inner .swiper_box .aqua_swiper .swiper-slide:not(.swiper-slide-active) .aqua_slide_img {
  background: #fff;
  border-radius: 100%;
}
.aqua_wrap .inner .swiper_box .aqua_swiper .swiper-slide:not(.swiper-slide-active) .aqua_slide_img > div {
  filter: grayscale(1);
}

.qna_wrap {
  background-color: #001B39;
  padding-top: 114px;
}
.qna_wrap .inner {
  text-align: center;
  position: relative;
}
.qna_wrap .inner .title_box h2 {
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 88px */
  letter-spacing: -1.375px;
  color: #fff;
}
.qna_wrap .inner .title_box h2 strong {
  color: #2FAAFF;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -1.375px;
}
.qna_wrap .inner .phone {
  transition: opacity 0.3s ease;
  opacity: 1;
  margin: 27px auto 68px;
  transition: all 1.5s;
}
.qna_wrap .inner .phone.scrolled {
  opacity: 0.1;
}
.qna_wrap .inner .talk_con {
  position: absolute;
  max-width: 1420px;
  margin: 0 auto;
  top: 333px;
}
.qna_wrap .inner .talk_con > div {
  position: relative;
  width: 1420px;
  height: 290px;
}
.qna_wrap .inner .talk_con > div:not(:last-child) {
  margin-bottom: 102px;
}
.qna_wrap .inner .talk_con > div img {
  position: absolute;
}
.qna_wrap .inner .talk_con > div img:first-child {
  top: 0;
  left: 0;
}
.qna_wrap .inner .talk_con > div img:last-child {
  bottom: 0;
  right: 0;
}

.sleep_wrap {
  padding-top: 284px;
  text-align: center;
  overflow: hidden;
}
.sleep_wrap .title_box {
  margin-bottom: 90.29px;
}
.sleep_wrap .title_box p {
  font-size: 38.333px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 53.667px */
  letter-spacing: -0.958px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sleep_wrap .title_box p strong {
  font-weight: 700;
  border: 3.8px solid #0054D1;
  border-radius: 69px;
  display: flex;
  align-items: center;
  padding: 0 22px 0 16.61px;
  margin-right: 10.78px;
  height: 69px;
}
.sleep_wrap .title_box p strong img {
  width: 33.18px;
  margin-right: 9.76px;
}
.sleep_wrap .sleep_slide_wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 254px;
}
.sleep_wrap .sleep_slide_wrap .swiper-slide {
  opacity: 1;
}
.sleep_wrap .sleep_slide_wrap .swiper-slide.swiper-slide-active {
  opacity: 1;
  filter: none;
}
.sleep_wrap .sleep_slide_wrap .swiper-slide .sub_title_box h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px; /* 125% */
  letter-spacing: -0.8px;
  margin: 36px auto 38.5px;
}
.sleep_wrap .sleep_slide_wrap .swiper-slide .sub_title_box p {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -0.5px;
}
.sleep_wrap .sleep_slide_wrap .sleep_scrollbar {
  margin-top: 89.21px;
  height: 10px !important;
  background-color: rgba(51, 51, 51, 0.1);
  border-radius: 100px;
}
.sleep_wrap .sleep_slide_wrap .sleep_scrollbar .swiper-scrollbar-drag {
  background-color: rgba(51, 51, 51, 0.2);
  cursor: pointer;
}
.sleep_wrap .program_wrap {
  background-image: url(../img/program_bg.png);
  background-size: cover;
  background-position: center;
}
.sleep_wrap .program_wrap .inner {
  padding: 174px 0 111px;
  margin-bottom: 250px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.sleep_wrap .program_wrap .inner .program_swiper .swiper-wrapper .title_box {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.sleep_wrap .program_wrap .inner .program_swiper .swiper-wrapper .title_box p {
  font-size: 30px;
  font-weight: 400;
  line-height: 160%; /* 48px */
  letter-spacing: -0.75px;
  margin-top: 5px;
  justify-content: left;
}
.sleep_wrap .program_wrap .inner .program_swiper .swiper-wrapper .program_page {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 520px !important;
  height: 50px !important;
  top: 212px;
  z-index: 3;
}
.sleep_wrap .program_wrap .inner .program_swiper .swiper-wrapper .program_page .swiper-pagination-bullet {
  font-size: 24px;
  font-weight: 400;
  line-height: 50px; /* 208.333% */
  letter-spacing: -0.6px;
  margin: 0;
  display: inline-block;
  width: 100%;
  background-color: transparent;
  padding: 0 22px;
  height: 50px;
  opacity: 1;
}
.sleep_wrap .program_wrap .inner .program_swiper .swiper-wrapper .program_page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #fff;
  background-color: #000000;
  border-radius: 100px;
}
.sleep_wrap .program_wrap .inner .program_swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  opacity: 0 !important;
  text-align: left;
}
.sleep_wrap .program_wrap .inner .program_swiper .swiper-wrapper .swiper-slide .sub_title_box {
  margin-top: 344.71px;
}
.sleep_wrap .program_wrap .inner .program_swiper .swiper-wrapper .swiper-slide .sub_title_box > * {
  opacity: 0;
  transform: translateX(-20px);
}
.sleep_wrap .program_wrap .inner .program_swiper .swiper-wrapper .swiper-slide .sub_title_box h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.7px;
  margin-bottom: 38px;
}
.sleep_wrap .program_wrap .inner .program_swiper .swiper-wrapper .swiper-slide .sub_title_box p {
  font-size: 22px;
  font-weight: 400;
  line-height: 160%; /* 35.2px */
  letter-spacing: -0.55px;
}
.sleep_wrap .program_wrap .inner .program_swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.sleep_wrap .program_wrap .inner .program_swiper .swiper-wrapper .swiper-slide.swiper-slide-active .sub_title_box > * {
  opacity: 1;
}
.sleep_wrap .program_wrap .inner .program_swiper .swiper-wrapper .swiper-slide.swiper-slide-active .sub_title_box h2 {
  transform: translateX(0px);
  transition: all 0.5s ease;
  transition-delay: 0.1s;
}
.sleep_wrap .program_wrap .inner .program_swiper .swiper-wrapper .swiper-slide.swiper-slide-active .sub_title_box p {
  transform: translateX(0px);
  transition: all 0.5s ease;
  transition-delay: 0.4s;
}
.sleep_wrap .program_wrap .inner .program_swiper .swiper-wrapper .swiper-slide img {
  position: relative;
  bottom: 20px;
}

.system_wrap {
  background-color: #001B39;
  padding: 152px 0 142px;
  position: relative;
}
.system_wrap .bar_bark {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -76px;
  left: 50%;
  transform: translateX(-50%);
}
.system_wrap .title_box {
  text-align: center;
}
.system_wrap .title_box h2 {
  color: #fff;
  margin-bottom: 56px;
}
.system_wrap .title_box h2 strong {
  color: #2FAAFF;
}
.system_wrap .title_box p {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 150%; /* 45px */
  letter-spacing: -0.75px;
  color: #fff;
}
.system_wrap .title_box p strong {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.75px;
}
.system_wrap .con_box {
  display: flex;
  justify-content: space-between;
  margin-top: 97px;
}
.system_wrap .con_box .mini_box {
  width: 460px;
  height: 400px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 26px;
  padding: 22px 34px 29px 29px;
  position: relative;
}
.system_wrap .con_box .mini_box .text_box span {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.75px;
  color: rgba(51, 51, 51, 0.1);
}
.system_wrap .con_box .mini_box .text_box h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 57.6px */
  letter-spacing: -1.4px;
  color: #0054D1;
}
.system_wrap .con_box .mini_box .text_box h3 strong {
  color: #333;
  font-size: 26px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -1.4px;
}
.system_wrap .con_box .mini_box .text_box p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.4px;
}
.system_wrap .con_box .mini_box img {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.implant_wrap {
  padding: 213px 0 251px;
  display: flex;
  justify-content: space-between;
}
.implant_wrap .left_box {
  width: 581px;
  padding: 248px 0 126px 240px;
  background-color: rgba(0, 84, 209, 0.05);
  border-top-right-radius: 40px;
}
.implant_wrap .left_box .title_box {
  text-wrap: nowrap;
  margin-bottom: 65px;
}
.implant_wrap .left_box .title_box h2, .implant_wrap .left_box .title_box strong {
  line-height: 140%;
}
.implant_wrap .left_box .implant_pagination {
  margin-bottom: 126px;
  display: flex;
  flex-direction: column;
  transition: all 1s;
}
.implant_wrap .left_box .implant_pagination .swiper-pagination-bullet {
  font-size: 24px;
  font-weight: 400;
  line-height: 61px; /* 254.167% */
  letter-spacing: -0.6px;
  height: 61px;
  width: 100%;
  border-radius: 50px;
  background-color: transparent;
  opacity: 0.7;
  display: flex;
  align-items: center;
  padding-left: 34px;
  transition: all 0.2s;
}
.implant_wrap .left_box .implant_pagination .swiper-pagination-bullet:not(:last-child) {
  margin-bottom: 31px;
}
.implant_wrap .left_box .implant_pagination .swiper-pagination-bullet:hover {
  opacity: 1;
  font-weight: 700;
}
.implant_wrap .left_box .implant_pagination .swiper-pagination-bullet strong {
  font-size: 18px;
  font-weight: 400;
  margin-right: 36.53px;
}
.implant_wrap .left_box .implant_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0054D0;
  color: #fff;
  opacity: 1;
  font-weight: 700;
}
.implant_wrap .implant_swiper {
  width: 1138px;
  padding-top: 38px;
  margin-left: 86px;
  overflow: hidden;
  margin: 0 auto;
}
.implant_wrap .implant_swiper .swiper-wrapper .swiper-slide {
  opacity: 0 !important;
}
.implant_wrap .implant_swiper .swiper-wrapper .swiper-slide .img_box {
  position: relative;
}
.implant_wrap .implant_swiper .swiper-wrapper .swiper-slide .img_box .mini_img_box {
  position: absolute;
  bottom: 34px;
  right: 33px;
  display: flex;
}
.implant_wrap .implant_swiper .swiper-wrapper .swiper-slide .img_box .mini_img_box a {
  border: 1px solid #000;
  position: relative;
  transition: border 0.3s;
}
.implant_wrap .implant_swiper .swiper-wrapper .swiper-slide .img_box .mini_img_box a:hover {
  border: 1px solid #0054D1;
}
.implant_wrap .implant_swiper .swiper-wrapper .swiper-slide .img_box .mini_img_box a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: -0.5px;
  padding: 2px 13px;
  border-top-right-radius: 20px;
}
.implant_wrap .implant_swiper .swiper-wrapper .swiper-slide .img_box .mini_img_box a.before_box::after {
  content: "BEFORE";
  background-color: #000;
}
.implant_wrap .implant_swiper .swiper-wrapper .swiper-slide .img_box .mini_img_box a.after_box {
  margin-left: 12px;
}
.implant_wrap .implant_swiper .swiper-wrapper .swiper-slide .img_box .mini_img_box a.after_box::after {
  content: "AFTER";
  background-color: #0054D1;
}
.implant_wrap .implant_swiper .swiper-wrapper .swiper-slide p {
  font-size: 24px;
  font-weight: 400;
  line-height: 160%; /* 38.4px */
  letter-spacing: -0.6px;
  margin-top: 40px;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.5s;
}
.implant_wrap .implant_swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.implant_wrap .implant_swiper .swiper-wrapper .swiper-slide.swiper-slide-active p {
  transform: translateY(0px);
  opacity: 1;
}

.ct_wrap {
  position: relative;
  min-width: 1903px;
}
.ct_wrap .bg {
  background-color: rgba(0, 0, 0, 0.85);
}
.ct_wrap .bg .ct_bg {
  opacity: 1;
  transition: opacity 1s ease;
}
.ct_wrap .bg .ct_bg.scrolled {
  opacity: 0.1;
}
.ct_wrap .inner {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 233px;
  margin-left: 240px;
  display: flex;
  max-width: none;
}
.ct_wrap .inner .title_box {
  width: 808px;
}
.ct_wrap .inner .title_box h2 strong {
  color: #2FAAFF;
  line-height: 140%;
}
.ct_wrap .inner .title_box p {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.75px;
  margin-top: 29px;
}
.ct_wrap .inner .title_box p strong {
  color: #fff;
  font-weight: 700;
}
.ct_wrap .inner .img_box {
  margin-left: 193.89px;
  position: relative;
}
.ct_wrap .inner .img_box .light_on {
  position: absolute;
  bottom: 61px;
  right: 286px;
}
.ct_wrap .inner .ct_img {
  position: absolute;
  left: 0;
  bottom: -65px;
}

.gallery_wrap {
  margin: 304px auto 318px;
}
.gallery_wrap .inner .title_box {
  text-align: center;
}
.gallery_wrap .inner .title_box small {
  font-size: 24px;
  font-weight: 400;
  line-height: 26px; /* 108.333% */
  letter-spacing: -0.6px;
}
.gallery_wrap .inner .title_box h2 {
  font-size: 55px;
  font-weight: 700;
  line-height: 55px; /* 100% */
  letter-spacing: -1.375px;
  margin: 11px auto 49px;
}
.gallery_wrap .inner .title_box h2 strong {
  color: #0054D1;
}
.gallery_wrap .inner .gallery_slide_wrap {
  margin-bottom: 100px;
}
.gallery_wrap .inner .gallery_slide_wrap > div {
  position: relative;
}
.gallery_wrap .inner .gallery_slide_wrap .gallery_swiper {
  overflow: hidden;
  border-radius: 25px;
}
.gallery_wrap .inner .gallery_slide_wrap .gallery_swiper .swiper-slide {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
.gallery_wrap .inner .gallery_slide_wrap .gallery_swiper .swiper-slide::after {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 91px;
  bottom: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.7);
  color: #FFF;
  font-size: 34px;
  font-weight: 700;
  line-height: 55px; /* 161.765% */
  letter-spacing: -0.85px;
}
.gallery_wrap .inner .gallery_slide_wrap .gallery_swiper .swiper-slide.sl01::after {
  content: "안내데스크";
}
.gallery_wrap .inner .gallery_slide_wrap .gallery_swiper .swiper-slide.sl02::after {
  content: "대기실";
}
.gallery_wrap .inner .gallery_slide_wrap .gallery_swiper .swiper-slide.sl03::after {
  content: "복도";
}
.gallery_wrap .inner .gallery_slide_wrap .gallery_swiper .swiper-slide.sl04::after {
  content: "검사실";
}
.gallery_wrap .inner .gallery_slide_wrap .gallery_swiper .swiper-slide.sl05::after {
  content: "상담실";
}
.gallery_wrap .inner .gallery_slide_wrap .gallery_swiper .swiper-slide.sl06::after {
  content: "진료실";
}
.gallery_wrap .inner .gallery_slide_wrap .gallery_swiper .swiper-slide.sl07::after {
  content: "수술실";
}
.gallery_wrap .inner .gallery_slide_wrap .gallery_swiper .swiper-slide.sl08::after {
  content: "파우더룸";
}
.gallery_wrap .inner .gallery_slide_wrap .gallery_pagination {
  display: flex;
  width: 1320px;
  justify-content: space-between;
  height: 85px;
  background-image: url(../img/view_line.svg);
  background-position-x: center;
  background-position-y: 14px;
  background-repeat: no-repeat;
  background-size: 1220px;
  margin: 68px auto 0;
}
.gallery_wrap .inner .gallery_slide_wrap .gallery_pagination .swiper-pagination-bullet {
  width: 102px;
  height: 0;
  position: relative;
  text-align: center;
  opacity: 1;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.6px;
}
.gallery_wrap .inner .gallery_slide_wrap .gallery_pagination .swiper-pagination-bullet strong {
  font-weight: 400;
  opacity: 0.7;
}
.gallery_wrap .inner .gallery_slide_wrap .gallery_pagination .swiper-pagination-bullet::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #999999;
  display: inline-block;
  border-radius: 100%;
  outline: none;
}
.gallery_wrap .inner .gallery_slide_wrap .gallery_pagination .swiper-pagination-bullet strong {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
@keyframes opa {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
.gallery_wrap .inner .gallery_slide_wrap .gallery_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.gallery_wrap .inner .gallery_slide_wrap .gallery_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active strong {
  font-weight: 700;
}
.gallery_wrap .inner .gallery_slide_wrap .gallery_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: #0054D1;
  display: inline-block;
  border-radius: 100%;
  animation: opa 0.7s ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  outline: none;
}
.gallery_wrap .inner .gallery_slide_wrap .gallery_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  width: 46px;
  height: 46px;
  display: inline-block;
  background-image: url(../img/gallery_on.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -8px;
}
.gallery_wrap .inner .gallery_slide_wrap .gallery_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}
.gallery_wrap .inner .gallery_slide_wrap .gallery_btn:hover {
  background-color: #0054D1;
}
.gallery_wrap .inner .gallery_slide_wrap .gallery_btn.gallery_swiper_prev {
  left: -100px;
}
.gallery_wrap .inner .gallery_slide_wrap .gallery_btn.gallery_swiper_next {
  right: -100px;
}
.gallery_wrap .inner .gallery_slide_wrap .gallery_btn.swiper-button-disabled {
  background-color: rgba(51, 51, 51, 0.2);
}
.gallery_wrap .inner .gallery_slide_wrap .gallery_btn i {
  font-size: 27px;
  color: #fff;
}

.list_wrap {
  margin-bottom: 293px;
}
.list_wrap .inner {
  position: relative;
}
.list_wrap .inner .title_box h2 {
  line-height: 160%;
  margin-bottom: 5px;
}
.list_wrap .inner .title_box p {
  font-size: 30px;
  font-weight: 400;
  line-height: 160%; /* 48px */
  letter-spacing: -0.75px;
}
.list_wrap .inner .thumb_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 955.5px;
  margin: 61px 0 60px;
}
.list_wrap .inner .thumb_wrap .list_swiper_thumb {
  width: 840px;
  overflow: hidden;
}
.list_wrap .inner .thumb_wrap .list_swiper_thumb .swiper-wrapper .swiper-slide {
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
.list_wrap .inner .thumb_wrap .list_swiper_thumb .swiper-wrapper .swiper-slide p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.6px;
  text-align: center;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.list_wrap .inner .thumb_wrap .list_swiper_thumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active p {
  border-bottom: 2px solid #333;
  font-weight: bold;
}
.list_wrap .inner .thumb_wrap .list_navi {
  position: static;
  height: auto !important;
  margin-top: 0;
  color: #333;
}
.list_wrap .inner .thumb_wrap .list_navi::after {
  font-size: 21px;
}
.list_wrap .swiper_wrap {
  max-width: 1680px;
  overflow: hidden;
  margin: 0 auto;
  margin-right: 0;
}
.list_wrap .swiper_wrap .list_swiper .swiper-slide {
  border-radius: 27px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  border: 1px solid rgba(51, 51, 51, 0.3);
}
.list_wrap .swiper_wrap .list_swiper .swiper-slide a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 700;
  line-height: 50px; /* 350% */
  letter-spacing: -0.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 274px;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: all 0.3s;
}
.list_wrap .swiper_wrap .list_swiper .swiper-slide a img {
  margin-left: 35px;
}
.list_wrap .swiper_wrap .list_swiper .swiper-slide > img {
  width: 100%;
  transition: all 0.3s;
}
.list_wrap .swiper_wrap .list_swiper .swiper-slide:hover {
  background-color: #333;
}
.list_wrap .swiper_wrap .list_swiper .swiper-slide:hover > img {
  opacity: 0.3;
}
.list_wrap .swiper_wrap .list_swiper .swiper-slide:hover a {
  opacity: 1;
}

.map_wrap .top_box {
  background-color: #003875;
}
.map_wrap .top_box .inner {
  position: relative;
}
.map_wrap .top_box .inner .title_box {
  text-align: center;
  padding: 108px 0 590px;
}
.map_wrap .top_box .inner .title_box h2 {
  color: #fff;
  line-height: 140%;
}
.map_wrap .top_box .inner .title_box h2 strong {
  color: #2FAAFF;
}
.map_wrap .top_box .inner .map_img {
  position: absolute;
  top: 301px;
}
.map_wrap .top_box .inner .map_img img {
  box-shadow: 4px 4px 25px 0px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
}
.map_wrap .bottom_box .inner {
  padding: 219.09px 0 213px;
  display: flex;
  justify-content: space-between;
}
.map_wrap .bottom_box .inner .info_box {
  width: 810px;
}
.map_wrap .bottom_box .inner .info_box > div {
  display: flex;
  align-items: flex-start;
}
.map_wrap .bottom_box .inner .info_box > div:nth-child(2) {
  margin: 68.18px 0 70px;
}
.map_wrap .bottom_box .inner .info_box .info_title {
  display: flex;
  align-items: center;
  width: 243px;
  margin-right: 27px;
}
.map_wrap .bottom_box .inner .info_box .info_title img {
  margin-right: 19px;
}
.map_wrap .bottom_box .inner .info_box .info_title p {
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.9px;
  color: #0054D1;
}
.map_wrap .bottom_box .inner .info_box .tel_text {
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.9px;
}
.map_wrap .bottom_box .inner .info_box .map_text {
  font-size: 28px;
  font-weight: 400;
  line-height: 45.808px; /* 163.6% */
  letter-spacing: -0.7px;
  color: #777;
}
.map_wrap .bottom_box .inner .info_box .map_text span {
  font-size: 25.449px;
  font-style: normal;
  font-weight: 700;
  line-height: 45.808px; /* 180% */
  letter-spacing: -1.4px;
  background-color: #0054D1;
  border-radius: 100%;
  color: #fff;
  margin-right: 7px;
  width: 34.817px;
  height: 34.356px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map_wrap .bottom_box .inner .info_box .map_text.parking {
  display: flex;
  align-items: center;
}
.map_wrap .bottom_box .inner .info_box table {
  border-collapse: separate;
  border-spacing: 0 1rem;
}
.map_wrap .bottom_box .inner .info_box table tr {
  border-bottom: 15px solid transparent;
}
.map_wrap .bottom_box .inner .info_box table tr th {
  width: 177px;
  background-color: #0054D1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}
.map_wrap .bottom_box .inner .info_box table tr th span {
  display: inline-block;
  width: 148px;
  height: 33px;
  text-align: justify;
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.8px;
}
.map_wrap .bottom_box .inner .info_box table tr th span::after {
  content: "";
  display: inline-block;
  width: 100%;
}
.map_wrap .bottom_box .inner .info_box table tr td {
  width: 360px;
  text-align: center;
  background-color: rgba(0, 84, 209, 0.05);
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.7px;
}
.map_wrap .bottom_box .inner .info_box table tr th, .map_wrap .bottom_box .inner .info_box table tr td {
  padding: 9px 0;
}
.map_wrap .bottom_box .inner .info_box .point {
  color: #FF2828;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.6px;
  display: inline-block;
  margin-right: 26px;
  margin-top: 8px;
}

footer {
  background-color: rgba(51, 51, 51, 0.8);
  padding: 57px 0;
}
footer .inner {
  display: flex;
  justify-content: space-between;
}
footer .inner p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  letter-spacing: -0.4px;
  opacity: 0.5;
}

@media (max-width: 768px) {
  body {
    max-width: 768px;
    min-width: unset;
  }
  .inner {
    max-width: 700px;
    margin: 0 auto;
  }
  .title_box h2 {
    font-size: 35px !important;
    font-weight: 700;
    line-height: 160%; /* 88px */
    letter-spacing: -1.375px;
  }
  .title_box h2 strong {
    color: #0054D1;
    font-weight: 700;
  }
  header {
    position: sticky;
  }

  header nav {
    max-width: 700px;
    flex-direction: column;
    padding: 29px 0;
  }
  header nav ul {
    display: flex;
    margin-top: 30px;
  }
  header nav ul li:not(:first-child) {
    margin-left: 30px;
  }
  header nav ul li a {
    font-size: 15px;
    line-height: normal;
    letter-spacing: -0.5px;
  }

  aside {
    bottom: 40px;
    right: 40px;
  }

  .intro_wrap {
    padding: 120px 0 0;
  }

  .intro_wrap .inner .intro_con p {
    font-size: 17px;
  }

  .intro_wrap .inner .intro_con p strong {
    font-size: 20px;
  }

  .intro_wrap .inner .intro_con p strong.f_text {
    font-size: 17px !important;
  }

  .intro_wrap .inner .intro_con h3 strong {
    font-size: 20px;
  }

  .intro_wrap .inner .intro_con h3 img {
    width: 85px;
    left: 5px;
  }

  .intro_wrap .doctor .inner {
    align-items: center;
  }
  .intro_wrap .doctor .left_box {
    width: 40%;
  }

  .intro_wrap .doctor .right_box,
  .intro_wrap .doctor .left_box
   {
    margin: 0 auto;
  }

  .intro_wrap .doctor .right_box {
    text-align: left;
  }

  .intro_wrap .doctor .right_box h3 {
    font-size: 25px;
  }

  .intro_wrap .doctor .right_box h3 strong {
    font-size: 35px;
  }

  .intro_wrap .doctor .right_box p {
    font-size: 20px;
    margin: 10px 0 25px;
    padding: 4px 12px;
  }

  .intro_wrap .doctor .right_box ul li {
    font-size: 20px;
  }

  .aqua_wrap .inner .title_box p {
    font-size: 17px;
  }

  .aqua_wrap .inner {
    flex-direction: column;
  }

  .aqua_wrap {
    height: 1100px;
  }

  .aqua_wrap > img {
    right: -50%;
  }
  
  .aqua_wrap .inner .swiper_box .aqua_swiper {
    height: 430px;
  }


  .aqua_wrap .text_box {
    left: 53%;
    transform: translateX(-50%);
    top: 34%;
    text-align: center;
  }

  .aqua_wrap .text_box h3 {
    font-size: 30px;
  }

  .aqua_wrap .text_box p {
    font-size: 18px;
    text-wrap: nowrap;
  }

  .aqua_wrap .text_box span {
    font-size: 40px;
  }

  .aqua_wrap .text_box p div span {
  font-size: 14px;
 }

 .aqua_wrap .inner .title_box > img  {
  bottom: 26px;
  width: 70%;
 }
 

  .aqua_wrap .inner .swiper_box .aqua_swiper .swiper-slide.swiper-slide-prev {
    padding-right: 0;
    /* width: 380px !important; */
    padding-bottom: 0;
  }

  .aqua_wrap .inner .swiper_box .aqua_swiper .swiper-slide.swiper-slide-active {
    padding-right: 0;
  }

  .aqua_wrap .inner .swiper_box .aqua_swiper .swiper-slide.swiper-slide-next {
    padding-right: 0;
    width: 320px !important;
    padding-top: 0;
  }

  .aqua_wrap .inner .swiper_box .aqua_swiper .swiper-slide.swiper-slide-next .aqua_slide_img {
    width: 320px !important;
  }

  .aqua_wrap .inner .swiper_box .aqua_swiper .swiper-slide.swiper-slide-prev .aqua_slide_img {
    width: 320px !important;
  }

  .qna_wrap {
    overflow: hidden;
  }

  .qna_wrap .inner .title_box h2 strong {
    font-size: 35px;
  }

  .qna_wrap .inner .talk_con {
    max-width: 700px;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
  }

  .qna_wrap .inner .talk_con > div {
    width: 600px;
    height: 200px;
  }

  .qna_wrap .inner .talk_con > div:not(:last-child) {
    margin-bottom: 50px;
  }

  .qna_wrap .inner .talk_con > div img:first-child {
    width: 70%;
  }

  .qna_wrap .inner .talk_con > div img:last-child {
    width: 90%;
  }

  .sleep_wrap {
    padding-top: 180px;
  }

  .sleep_wrap .title_box p {
    font-size: 25px;
  }

  .sleep_wrap .title_box p strong {
    height: 55px;
  }

  .sleep_wrap .sleep_slide_wrap .swiper-slide .sub_title_box h4 {
    font-size: 18px;
    margin: 15px auto 15.5px;
  }

  .sleep_wrap .sleep_slide_wrap .swiper-slide .sub_title_box p {
    font-size: 13px;
  }

  .sleep_wrap .sleep_slide_wrap {
    max-width: 700px;
    padding-bottom: 150px;
  }

  .sleep_wrap .program_wrap .inner .program_swiper .swiper-wrapper .swiper-slide {
    align-items: end;
  }

  .sleep_wrap .program_wrap .inner .program_swiper .swiper-wrapper .swiper-slide img {
    bottom: -60px;
  }

  .sleep_wrap .program_wrap .inner .program_swiper .swiper-wrapper .swiper-slide .sub_title_box h2 {
 
  font-size: 20px;
 }

  .sleep_wrap .program_wrap .inner .program_swiper .swiper-wrapper .swiper-slide .sub_title_box p {
 
  font-size: 16px;
 }

 .sleep_wrap .program_wrap .inner {
  margin-bottom: 120px;
}

.sleep_wrap .program_wrap .inner .program_swiper .swiper-wrapper .program_page {
width: auto !important;
}

.sleep_wrap .program_wrap .inner .program_swiper .swiper-wrapper .program_page .swiper-pagination-bullet {
  font-size: 17px;
  width: auto;
  padding: 0 15px;
}

.system_wrap .title_box p {
  font-size: 20px;
}

.system_wrap .title_box p strong {
  font-size: 20px;
  display: block;
}

.system_wrap .con_box {
  flex-direction: column;
  align-items: center;
}

.system_wrap .con_box .mini_box {
  margin-bottom: 20px;
}

.implant_wrap {
  padding: 120px 0 150px;
}

.implant_wrap .left_box {
  padding: 100px 0 126px 20px;
}

.implant_wrap .left_box .implant_pagination .swiper-pagination-bullet {
  font-size: 15px;
}

.implant_wrap .left_box .implant_pagination .swiper-pagination-bullet strong {
  font-size: 16px;
}

.implant_wrap .implant_swiper .swiper-wrapper .swiper-slide p {
  font-size: 15px;
}

.implant_wrap .implant_swiper .swiper-wrapper .swiper-slide  {
  padding-left: 20px;
}

.implant_wrap .left_box .implant_pagination .swiper-pagination-bullet:not(:last-child) {
  margin-bottom: 20px;
}

.implant_wrap .implant_swiper .swiper-wrapper .swiper-slide .img_box .mini_img_box {
  bottom: 0;
  right: 0;
  width: 55%;
}

.implant_wrap .implant_swiper .swiper-wrapper .swiper-slide .img_box .mini_img_box a::after {
  font-size: 12px;
}

.ct_wrap {
  min-width: 700px;
  overflow: hidden;
}

.ct_wrap .inner {
  padding-top: 50px;
  margin-left: 0;
}

.ct_wrap .inner .title_box p  {
  font-size: 16px;
}

.ct_wrap .inner .img_box {
  width: 50%;
    right: 75px;
    margin-left: 0;
    top: 30px;
}

.ct_wrap .inner .ct_img {
  width: 50%;
}

.gallery_wrap {
  margin: 150px auto 200px;
  overflow: hidden;
}

.gallery_wrap .inner .title_box small{
  font-size: 17px;
}

.gallery_wrap .inner .gallery_slide_wrap .gallery_swiper .swiper-slide::after {
  height: 55px;
  font-size: 20px;
}

.gallery_wrap .inner .gallery_slide_wrap .gallery_pagination {
  width: 700px;
}

.gallery_wrap .inner .gallery_slide_wrap .gallery_pagination .swiper-pagination-bullet {
  font-size: 14px;
}

.gallery_wrap .inner .gallery_slide_wrap .gallery_pagination .swiper-pagination-bullet::before {
  position: relative;
  top: 8px;
}

.list_wrap {
  margin-bottom: 150px;
}

.list_wrap .inner .title_box p {
  font-size: 17px;
}

.list_wrap .inner .thumb_wrap {
  width: 700px;
}

.list_wrap .inner .thumb_wrap .list_swiper_thumb .swiper-wrapper .swiper-slide p {
  font-size: 17px;
}

.list_wrap .inner .thumb_wrap .list_navi::after  {
  font-size: 14px;
}

.map_wrap {
  overflow: hidden;
}
.map_wrap .bottom_box .inner {
  flex-direction: column;
  padding: 150px 0 150px;
}

.map_wrap .bottom_box .inner .info_box .info_title  {
  width: 180px;
}

.map_wrap .bottom_box .inner .info_box .info_title img  {
  width: 30px;
}

.map_wrap .bottom_box .inner .info_box .info_title p {
  font-size: 25px;
}

.map_wrap .bottom_box .inner .info_box .map_text {
  font-size: 25px;
  line-height: normal;
}

.map_wrap .bottom_box .inner .info_box table tr th span {
  font-size: 23px;
}

.map_wrap .bottom_box .inner .info_box table tr th {
  width: 170px;
}

.map_wrap .bottom_box .inner .info_box table tr td  {
  font-size: 25px;
}

.map_wrap .bottom_box .inner .info_box table tr td  {
  width: 320px;
}

.map_wrap .bottom_box .inner .info_box .point {
  font-size: 20px;
  margin-bottom: 100px;
}

#map {
  height: 500px !important;
  margin: 0 auto;
}
  
}