@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "SUIT", "Noto Sans KR", sans-serif;
  color: #000;
  height: 100%;
  letter-spacing: -0.03em;
  font-weight: 400;
  background: #fff;
  margin: 0 auto;
  min-width: 1400px;
}
body:has(.sub_contents) {
  overflow: visible;
}

img {
  border: 0;
  vertical-align: bottom;
}

a {
  font-family: "SUIT", "Noto Sans KR", sans-serif;
  color: #000;
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
}

textarea {
  resize: none;
  font-family: "SUIT", "Noto Sans KR", sans-serif;
}

label {
  vertical-align: middle;
}

strong,
.bold {
  font-weight: 600;
}

input:focus,
input:active,
textarea:focus,
textarea:active {
  outline: none;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: -1.5px;
}

.frm_input {
  height: 45px;
  /* font-size: 18px; */
  padding-left: 7px;
  box-sizing: border-box;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.relative {
  position: relative;
}

.flex {
  display: flex;
}

[data-scroll-container] {
  overflow: hidden;
}

[data-scroll] {
  will-change: transform;
  backface-visibility: hidden;
}

/* scss 변수 */
.scm {
  /*screen_middle*/
  width: 1400px;
  margin: 0 auto;
}

.noto-serif-title-bold {
  font-family: "Noto Serif KR", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.noto-serif-light {
  font-family: "Noto Serif KR", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.wrap {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

/**************************************************/
.fade-in-box {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

.fade-in-box.active {
  opacity: 1;
  transform: translateY(0);
}

.paraTxt {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
}
.paraTxt b {
  font-weight: 600;
}

.main_sub_title {
  font-family: "Noto Serif KR", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 60px;
  line-height: 1.4;
  position: relative;
}

.eng_ttl {
  font-family: "Noto Serif KR", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 33px;
  color: #3479d0;
  padding-bottom: 40px;
}

.view_btn {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  border: 1px solid #fff;
  width: 160px;
  padding: 23px 25px;
  border-radius: 30px;
}
.view_btn::before {
  content: "";
  background: url(../img/arr_icon.png) no-repeat;
  position: absolute;
  width: 14px;
  height: 14px;
  right: 25px;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  transition: transform 0.3s ease;
}
.view_btn:hover::before {
  transform: translateY(-50%) translateX(5px);
}

.main_small_txt {
  color: #fff;
  font-size: 21px;
  line-height: 1.6;
}

/*header*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100px;
  transition: height ease 0.3s, background ease 0.3s;
}
.header.bg {
  background: rgba(0, 0, 0, 0.2);
}
.header_inner {
  width: 1400px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo .img_logo_wh {
  display: block;
}
.header .logo .img_logo_blue {
  display: none;
}
.header .gnb {
  display: flex;
}
.header .gnb > li {
  padding-right: 30px;
  position: relative;
  transition: all ease 0.3s;
}
.header .gnb h4 a {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  padding: 8px 4px;
  text-align: left;
}
.header .gnb_sub {
  position: absolute;
  z-index: 99;
  width: 100%;
  text-align: center;
  opacity: 0;
  filter: Alpha(opacity=0);
  height: 0;
  transition: all 0.2s 0s;
  transition-delay: 0s;
  visibility: hidden;
  padding-top: 50px;
  text-align: left;
}
.header .gnb_sub li {
  margin-bottom: 20px;
}
.header .gnb_sub a {
  padding: 8px 4px;
  letter-spacing: -0.03em;
  font-size: 15px;
}
.header .gnb_sub a:hover {
  font-weight: 500;
  text-decoration: underline;
}
.header .gnb_sub:last-child {
  width: 160px;
}
.header .header-dot {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #67cbfd;
  top: 26px;
  left: 0;
  transition: opacity 0.4s;
  z-index: 9999;
  opacity: 0;
}
.header .gnb_login {
  display: flex;
}
.header .gnb_login li::after {
  content: "|";
  margin: 0 4px;
  color: #fff;
}
.header .gnb_login li:last-child::after {
  display: none;
}
.header .gnb_login a {
  color: #fff;
  font-size: 14px;
}
.header.open {
  background: #fff;
  height: 390px;
}
.header.open .logo .img_logo_wh {
  display: none;
}
.header.open .logo .img_logo_blue {
  display: block;
}
.header.open .header-dot {
  opacity: 1;
}
.header.open .gnb > li {
  padding-right: 60px;
}
.header.open .gnb > li:last-child {
  padding-right: 30px;
}
.header.open .gnb h4 a {
  color: #000;
}
.header.open .gnb_sub {
  top: 100%;
  height: 290px;
  opacity: 1;
  filter: Alpha(opacity=100);
  visibility: visible;
  transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out 0.2s;
}
.header.open .gnb_login li::after {
  color: #000;
}
.header.open .gnb_login a {
  color: #000;
}

/*메인배너*/
.mainbanner {
  width: 100%;
  height: 1090px;
}
.mainbanner .swiper {
  width: 100%;
  height: 100%;
}
.mainbanner .mainbanner1 {
  background: url("../img/mainbanner_1.png") no-repeat center/cover;
}
.mainbanner .mainbanner2 {
  background: url("../img/mainbanner_2.png") no-repeat center/cover;
}
.mainbanner .mainbanner_cont {
  display: flex;
  flex-direction: column;
  width: 1400px;
  height: 100%;
  margin: 0 auto;
  justify-content: center;
}
.mainbanner .mainbanner_cont .eng {
  font-size: 17px;
  color: #00a1f1;
  font-weight: 600;
}
.mainbanner .mainbanner_cont h2 {
  font-size: 65px;
  font-family: "Noto Serif KR", serif;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.3;
  margin-top: 50px;
  margin-bottom: 50px;
}
.mainbanner .mainbanner_cont .desc {
  font-size: 21px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.3;
  padding-bottom: 90px;
}
.mainbanner .swiper-slide-active .eng,
.mainbanner .swiper-slide-active h2 {
  animation: fadeUp 2s ease;
}
.mainbanner .swiper-slide-active .desc {
  animation: fadeDown 2s ease;
}
.mainbanner .swiper-slide-active .view_btn {
  animation: fadeDown 2s ease;
}
.mainbanner .swiper-pagination-wrap {
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 9999;
}
.mainbanner .swiper-pagination {
  position: static;
  width: 1400px !important;
  display: flex;
  margin: 0 auto;
}
.mainbanner .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  margin: 0 !important;
  padding: 0;
  flex: 1;
  height: 2px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.4);
  position: relative;
}
.mainbanner .swiper-pagination .swiper-pagination-bullet-active {
  background: rgb(255, 255, 255);
}
.mainbanner .swiper-pagination .swiper-pagination-bullet-active span {
  color: rgb(255, 255, 255) !important;
}
.mainbanner .swiper-pagination .swiper-pagination-bullet span {
  color: rgba(255, 255, 255, 0.4);
  position: absolute;
  bottom: 30px;
  left: 0;
  font-family: "Noto Serif KR";
  font-weight: 400;
}

@keyframes fadeUp {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fadeDown {
  0% {
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.main_why {
  max-height: 1080px;
  padding: 200px 0;
  padding-bottom: 220px;
  background: url(../img/main_why_bg.png) no-repeat;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_why .scm {
  display: flex;
  flex-direction: column;
}
.main_why .scm .main_sub_title {
  color: #fff;
  padding-bottom: 52px;
}
.main_why .scm span {
  max-width: 470px;
  padding: 20px 30px;
  border-radius: 15px;
  font-size: 30px;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(270deg, #003e8c, #0056c2, #007bff, #0056c2, #003e8c);
  background-size: 400% 400%;
  animation: gradientFlow 8s ease infinite;
}
@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.main_why .scm .why_txt {
  padding-top: 42px;
  color: #fff;
  font-size: 21px;
  line-height: 1.8;
  padding-bottom: 37px;
}
.main_why .scm .why_txt p {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 10px;
}
.main_why .scm .why_txt em {
  font-weight: 600;
}

.main_specia {
  position: relative;
  padding-top: 160px;
}
.main_specia::before {
  content: "";
  position: absolute;
  background: url(../img/doc_img.png) no-repeat;
  width: 740px;
  height: 1030px;
  right: 40px;
  top: 160px;
}
.main_specia .scm {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}
.main_specia .left .main_sub_title {
  padding-bottom: 40px;
}
.main_specia .left .main_small_txt {
  display: block;
  color: #5a5a5a;
}
.main_specia .left .main_small_txt.point_line {
  padding-left: 25px;
  border-left: 4px solid #003e8c;
}
.main_specia .left .po_txt {
  padding-top: 98px;
  padding-bottom: 55px;
  font-family: "Noto Serif KR", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #003e8c;
  font-size: 33px;
}
.main_specia .left .po_txt em {
  font-size: 54px;
  font-weight: 600;
  color: #000;
  padding-left: 15px;
}
.main_specia .left .history_list {
  display: flex;
  gap: 50px;
  padding-top: 60px;
  font-size: 18px;
  color: #939393;
}
.main_specia .left .history_list .h_list li {
  line-height: 45px;
}
.main_specia .right {
  z-index: 1;
  display: flex;
  align-items: end;
}
.main_specia .right .view_btn {
  color: #003e8c;
  border: 1px solid #003e8c;
  font-weight: 600;
}
.main_specia .right .view_btn::before {
  background: url(../img/arr_bl_icon.png) no-repeat;
}

.about {
  width: 100%;
  padding: 200px 0;
}
.about .eng_ttl {
  margin-bottom: 40px;
}
.about .about_us_ttl {
  font-family: "Noto Serif KR", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 34px;
  line-height: 1.4;
  position: relative;
}
.about .about_us_ttl a {
  position: absolute;
  right: 0;
  top: 0;
}
.about .about_us_ttl b {
  font-weight: 600;
}
.about_swiper_wrap {
  overflow: hidden;
  position: relative;
  margin-top: 40px;
}
.about_swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}
.about_swiper .swiper-slide {
  width: 1400px;
}
.about .swiper-button-wrap {
  position: absolute;
  left: calc(50% - 700px);
  top: 42px;
  width: auto;
  display: flex;
}
.about .swiper-button-wrap .swiper-button-next,
.about .swiper-button-wrap .swiper-button-prev {
  position: static;
  height: auto;
  width: auto;
  margin: 0 10px;
  color: #1a63e7;
  font-size: 22px;
}
.about .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: auto;
  top: 48px;
  right: calc(50% - 700px);
  width: auto;
  left: auto;
}
.about .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 16px;
  height: 4px;
  border-radius: 0;
}
.about .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #1a63e7;
}

/*main_tongsa*/
.w_tongsa {
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: relative;
}
.w_tongsa .gray_ttl {
  position: absolute;
  right: 50%;
  top: 0;
  z-index: 1;
  font-size: 190px;
  font-weight: 900;
  color: #f0f0f0;
  letter-spacing: -0.04em;
}
.w_tongsa .imgbox {
  position: absolute;
  right: 100%;
  top: 150px;
  transition: all ease 0.8s;
  z-index: 2;
}
.w_tongsa .imgbox.active {
  right: calc(50% + 100px);
}
.w_tongsa .w_tongsa_img span {
  font-family: "Noto Serif KR", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: rgba(255, 255, 255, 0.4);
  font-size: 42px;
}
.w_tongsa_cont_wrap {
  position: absolute;
  top: 170px;
  left: 50%;
  padding-left: 44px;
  font-size: 22px;
  line-height: 1.4;
}
.w_tongsa_cont_wrap b {
  font-weight: 600;
}
.w_tongsa_cont {
  margin-top: 20px;
}

.btn_more {
  display: inline-block;
  width: 230px;
  height: 60px;
  background: #003b83;
  color: #fff;
  padding: 0 40px;
  font-size: 15px;
  position: relative;
  line-height: 60px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-weight: 400;
}
.btn_more::after {
  content: url("../img/icon_more_arrow.png");
  position: absolute;
  right: 30px;
  top: -2px;
  opacity: 0.5;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.btn_more:hover {
  background: #0056b8;
}
.btn_more:hover::after {
  transform: translateX(5px);
  opacity: 1;
}

button.btn_more {
  text-align: left;
}

.main_types {
  width: 100%;
  min-height: 3794px;
  background: url("../img/main_type_bg.png") no-repeat center/cover;
  position: relative;
  z-index: 1;
  padding-top: 300px;
  background-position: top;
}
.main_types .scm {
  display: flex;
  position: relative;
}
.main_types .marquee-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 100px;
}
.main_types .marquee-box .marquee-track {
  display: flex;
  animation: scroll-left 10s linear infinite;
}
.main_types .marquee-box .marquee-track .marquee-item {
  flex: 0 0 auto;
  margin-right: 50px;
}
.main_types .marquee-box .marquee-track .marquee-item p {
  white-space: normal;
  line-height: 1.4;
  margin: 0;
  font-size: 272px;
  font-family: "Noto Serif KR", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: rgba(208, 221, 236, 0.2);
}
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.main_types .main_types_left {
  width: 520px;
  position: sticky;
  z-index: 3;
  top: 190px;
  height: -moz-fit-content;
  height: fit-content;
}
.main_types .main_types_left .eng_ttl {
  color: #d0ddec;
}
.main_types .main_types_left .main_sub_title {
  font-size: 45px;
  font-family: "Noto Serif KR", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #fff;
  line-height: 1.3;
  margin-top: 50px;
}
.main_types .main_types_left .main_small_txt {
  line-height: 30px;
  margin-top: 66px;
}
.main_types .main_types_right {
  width: calc(100% - 520px);
  display: flex;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 30px;
  min-height: 2000px;
  z-index: 5;
}
.main_types .main_type_item {
  width: 420px;
  height: 700px;
  background: #010e44;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  color: #fff;
  transition: all ease 0.3s;
}
.main_types .main_type_item:nth-child(1) {
  margin-top: 350px;
}
.main_types .main_type_item:nth-child(even) {
  margin-top: -350px;
}
.main_types .main_type_item:nth-child(2) {
  margin-top: 0;
}
.main_types .main_type_item .item_num {
  align-self: flex-end;
}
.main_types .main_type_item .item_ttl {
  font-family: "Noto Serif KR", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 36px;
  margin-bottom: 8px;
  margin-top: 33px;
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
}
.main_types .main_type_item .item_ttl_eng {
  font-family: "Noto Serif KR", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 15px;
  margin-bottom: 24px;
}
.main_types .main_type_item .main_small_txt {
  padding-left: 24px;
  padding-top: 28px;
}
.main_types .main_type_item .item_arrow {
  border: none;
  transition: all ease 0.2s;
  text-align: center;
  transform: translateY(-50%) translateX(0);
  transition: transform 0.3s ease;
}
.main_types .main_type_item .item_arrow:hover {
  transform: translateY(-50%) translateX(5px);
}

.treatment_wrap {
  position: relative;
  width: 100%;
  height: 1080px;
  padding-top: 108px;
}
.treatment_wrap .treatment_list .swiper-button-prev,
.treatment_wrap .treatment_list .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: 55px;
  height: 55px;
  z-index: 10;
  cursor: pointer;
}
.treatment_wrap .treatment_list .swiper-button-prev img,
.treatment_wrap .treatment_list .swiper-button-next img {
  width: 100%;
  height: auto;
  display: block;
}
.treatment_wrap .treatment_list .swiper-button-prev {
  left: 50px;
}
.treatment_wrap .treatment_list .swiper-button-next {
  right: 50px;
}
.treatment_wrap .treatment_list .mySwiper {
  position: relative;
  overflow: visible;
  margin: 20px auto;
}
.treatment_wrap .treatment_list .mySwiper .swiper-wrapper {
  align-items: center;
  min-height: 550px;
  display: flex;
}
.treatment_wrap .treatment_list .mySwiper .swiper-slide {
  width: 395px;
  border-radius: 12px;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  filter: grayscale(70%);
  transform: scale(0.8);
  opacity: 0.6;
  transition: transform 0.3s, filter 0.3s, opacity 0.3s;
}
.treatment_wrap .treatment_list .mySwiper .swiper-slide img {
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}
.treatment_wrap .treatment_list .mySwiper .swiper-slide .slide_box {
  position: relative;
}
.treatment_wrap .treatment_list .mySwiper .swiper-slide .slide_box .slide_img {
  width: 354px;
  height: 354px;
}
.treatment_wrap .treatment_list .mySwiper .swiper-slide .slide_box .position_txt {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.treatment_wrap .treatment_list .mySwiper .swiper-slide-active {
  min-width: 550px;
  max-width: 550px;
  filter: grayscale(0);
  transform: scale(1);
  opacity: 1;
  color: #222;
}
.treatment_wrap .treatment_list .mySwiper .swiper-slide-active .slide_box {
  display: flex;
  justify-content: center;
  min-height: 538px;
}
.treatment_wrap .treatment_list .mySwiper .swiper-slide-active .slide_box .slide_img {
  width: 462px;
  height: 462px;
}
.treatment_wrap .treatment_list .mySwiper .swiper-slide-active .slide_box .position_txt {
  opacity: 1;
  transform: translateY(0);
  position: absolute;
  right: 9px;
  bottom: 27px;
  text-align: start;
  margin: 0;
  font-size: 18px;
  color: #4a4d51;
  line-height: 1.4;
}
.treatment_wrap .treatment_list .mySwiper .swiper-slide-active .slide_box .position_txt span {
  display: block;
  font-family: "Noto Serif KR", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #003b83;
  font-size: 48px;
  padding-bottom: 20px;
}
.treatment_wrap .treatment-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 110px;
}
.treatment_wrap .treatment-menu .menu-item {
  min-width: 190px;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: transparent;
  row-gap: 20px;
  border: none;
  padding: 8px 18px;
  margin: 0 5px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
}
.treatment_wrap .treatment-menu .menu-item p {
  min-height: 75px;
}
.treatment_wrap .treatment-menu .menu-item span {
  font-family: "SUIT", sans-serif;
  color: #636363;
  font-weight: 700;
  padding: 16px 32px;
  font-size: 18px;
}
.treatment_wrap .treatment-menu .menu-item.active img {
  filter: grayscale(100%) sepia(100%) hue-rotate(180deg) saturate(800%) brightness(90%);
}
.treatment_wrap .treatment-menu .menu-item.active span {
  background-color: #024097;
  color: #fff;
  padding: 16px 32px;
  border-radius: 30px;
  font-size: 18px;
}

.main_research {
  position: relative;
  padding-top: 185px;
  background: url("../img/research_bg.png") no-repeat;
  background-size: cover;
  height: 1231px;
  width: 100%;
  overflow: hidden;
}
.main_research .main_sub_title {
  color: #fff;
  padding-bottom: 60px;
}
.main_research .main_small_txt {
  display: block;
}
.main_research .swiper-button-prev,
.main_research .swiper-button-next {
  position: absolute;
  top: 60%;
  transform: translateY(-40%);
  width: 55px;
  height: 55px;
  cursor: pointer;
  z-index: 1000;
}
.main_research .swiper-button-prev img,
.main_research .swiper-button-next img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.main_research .swiper-button-prev {
  margin-left: calc(50% - 810px);
}
.main_research .swiper-button-next {
  margin-right: calc(50% - 860px);
}
.main_research .research-swiper {
  position: relative;
  width: 1460px;
  height: auto;
  padding-top: 82px;
}
.main_research .research-swiper .swiper-slide {
  max-width: 300px;
  min-width: 300px;
}
.main_research .research-swiper .swiper-slide p {
  padding-top: 26px;
  color: #ffffff;
}
.main_research .research-swiper .swiper-slide p em {
  font-size: 26px;
  font-weight: 800;
}
.main_research .research-swiper .swiper-slide p span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  padding-top: 32px;
  max-width: 183px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}
.main_research .research-swiper .swiper-slide a img {
  border-radius: 15px;
}

.mian_notice {
  padding: 170px 0;
}
.mian_notice .scm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mian_notice .scm .left .main_sub_title {
  padding-bottom: 62px;
}
.mian_notice .scm .left table {
  width: 870px;
}
.mian_notice .scm .left table tbody {
  border-top: 2px solid;
}
.mian_notice .scm .left table tbody td {
  padding: 35px 30px;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #b3b3b3;
}
.mian_notice .scm .left table tbody td:last-child {
  font-size: 18px;
  color: #dadada;
  font-weight: 400;
}
.mian_notice .scm .right {
  display: flex;
  flex-direction: column;
  align-items: end;
  padding-top: 170px;
}
.mian_notice .scm .right .view_btn {
  color: #003e8c;
  border: 1px solid #003e8c;
  font-weight: 800;
}
.mian_notice .scm .right .view_btn::before {
  background: url(../img/arr_bl_icon.png) no-repeat;
}
.mian_notice .scm .right p {
  padding-top: 20px;
  padding-bottom: 30px;
}
.mian_notice .scm .right p img {
  border-radius: 10px;
}
.mian_notice .scm .right .txt_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.mian_notice .scm .right .txt_box .txt_bold {
  font-size: 24px;
  font-weight: 600;
}
.mian_notice .scm .right .txt_box .txt_sm {
  font-size: 18px;
  font-weight: 400;
  color: #b3b3b3;
}

.main_cs {
  background: url("../img/main_cs_bg.jpg") no-repeat center/cover;
  padding: 150px 0;
}
.main_cs_inner {
  display: flex;
}
.main_cs_ttl h4 {
  font-family: "Noto Serif KR", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  line-height: 1.4;
  font-size: 45px;
}
.main_cs_form {
  padding-left: 40px;
  margin-left: auto;
}
.main_cs_form_ttl {
  font-size: 28px;
  font-weight: 800;
  color: #2c64cb;
  margin-bottom: 20px;
}
.main_cs form {
  margin-top: 20px;
}
.main_cs form li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.main_cs form .cs_form_item {
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px;
}
.main_cs form .cs_form_item .label {
  font-size: 16px;
  color: #858585;
  border-right: 2px solid #003b83;
  padding-right: 20px;
  width: 70px;
  text-align: center;
  line-height: 1.2;
}
.main_cs form .cs_form_item input {
  border: none;
  height: 100%;
  padding: 0 10px;
  font-size: 16px;
}
.main_cs form .cs_form_item.short {
  width: 400px;
  height: 58px;
  padding: 0px 20px;
}
.main_cs form .cs_form_item.short input {
  width: calc(100% - 60px);
}
.main_cs form .cs_form_item textarea {
  width: 100%;
  height: 145px;
  border: none;
  font-size: 16px;
  padding: 0px 20px;
}
.main_cs .check {
  color: #333;
}
.main_cs .check a {
  font-size: 12px;
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #858585;
}
.main_cs .check input[type=checkbox] {
  display: none;
}
.main_cs .check input[type=checkbox] + label {
  padding: 8px 8px 8px 20px;
  background: url("../img/main_cs_chk_off.png") no-repeat left center;
}
.main_cs .check input[type=checkbox]:checked + label {
  background: url("../img/main_cs_chk_on.png") no-repeat left center;
}

.main_location {
  padding: 130px 0;
  width: 100%;
  overflow: hidden;
}
.main_location .location_info {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1670px;
}
.main_location .location_info .location_info_cont .main_sub_title {
  padding-bottom: 90px;
}
.main_location .location_info .location_info_cont .box {
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.main_location .location_info .location_info_cont .box + .box {
  padding-top: 40px;
}
.main_location .location_info .location_info_cont .box .txt_bold {
  font-size: 27px;
}
.main_location .location_info .location_info_cont .box p {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #5a5a5a;
  font-size: 21px;
}
.main_location .location_info .location_info_cont .box p + p {
  padding-top: 20px;
}
.main_location .location_info .location_info_cont .box p span {
  font-weight: 800;
  color: #000;
  min-width: 105px;
  display: block;
}
.main_location .location_info .location_info_cont .box p .blue {
  font-size: 30px;
  font-weight: 700;
  color: #024097;
}
.main_location .location_info .location_info_cont .box:has(.txt_bold) p {
  font-size: 24px;
  font-weight: 400;
}
.main_location .location_info .location_info_cont .view_btn {
  margin-top: 80px;
  box-shadow: -3.4px 4.9px 15px rgba(2, 64, 151, 0.25);
  transition: box-shadow 0.3s ease;
  color: #003b83;
  font-weight: 700;
  width: 197px;
  display: block;
}
.main_location .location_info .location_info_cont .view_btn::before {
  background: url(../img/arr_bl_icon.png) no-repeat;
}
.main_location .location_info .location_info_cont .view_btn:hover {
  box-shadow: -3.4px 4.9px 25px rgba(2, 64, 151, 0.35);
}
.main_location .location_info_map {
  width: 1094px;
  height: 600px;
  background: #000;
  position: absolute;
  right: -229px;
  top: 245px;
}
.main_location .location_info_btns {
  display: flex;
  margin-top: 40px;
}
.main_location .location_info_btns a {
  display: block;
  width: 300px;
  height: 65px;
  background: #00a1f1;
  font-size: 14px;
  text-align: center;
  line-height: 65px;
  color: #fff;
  margin: 0 10px;
}
.main_location .location_info_btns a:nth-child(2) {
  background: #15263c;
}

footer {
  background-color: #15212d;
  color: #fff;
  padding-top: 110px;
  padding-bottom: 70px;
}
footer .up {
  display: flex;
  justify-content: space-between;
}
footer .up .left .txt_bold {
  position: relative;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 70px;
}
footer .up .left .txt_bold::before {
  position: absolute;
  content: "";
  background: url(../img/main_doc_dda1.png) no-repeat;
  width: 30px;
  height: 22px;
  left: -40px;
  filter: brightness(0.3) grayscale(0.5) contrast(0.8);
}
footer .up .left .box {
  padding-top: 50px;
}
footer .up .left .box p {
  display: flex;
}
footer .up .left .box p + p {
  padding-top: 40px;
}
footer .up .left .box span {
  font-size: 18px;
  font-weight: 600;
  min-width: 150px;
  display: block;
  padding-right: 40px;
}
footer .up .left .box em {
  font-size: 18px;
  font-weight: 600;
  color: #535d67;
}
footer .up .right {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
}
footer .up .right .nav_box {
  display: flex;
}
footer .up .right .nav_box .nav_list {
  display: flex;
  flex-direction: column;
}
footer .up .right .nav_box .nav_list + .nav_list {
  padding-left: 50px;
}
footer .up .right .nav_box .nav_list a {
  color: #535d67;
  padding-top: 20px;
  font-weight: 600;
}
footer .up .right .sns a + a {
  padding-left: 10px;
}
footer .down {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
  padding-top: 49px;
  border-top: 1px solid #505a64;
}
footer .down p {
  font-size: 15px;
  color: #505a64;
}
footer .down .right a {
  font-size: 18px;
  color: #505a64;
}
footer .down .right a + a {
  padding-left: 15px;
}

/*subpage***************************************/
.sub_banner {
  position: relative;
}
.sub_banner .s_nav {
  position: absolute;
  top: 53%;
  left: 50%;
  z-index: 1;
  display: flex;
  transform: translate(-50%, -50%);
  padding-bottom: 150px;
}
.sub_banner .s_nav li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
}
.sub_banner .s_nav li + li {
  margin-left: 14px;
}
.sub_banner .s_nav li + li::before {
  content: ">";
  color: #ffffff;
  font-size: 15px;
  padding-right: 14px;
}
.sub_banner .s_nav li.home a {
  width: 21px;
}
.sub_banner .s_nav li img {
  width: 20px;
}
.sub_banner .s_nav li a {
  height: 75px;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  font-weight: 600;
  white-space: nowrap;
}
.sub_banner .s_nav li a.on {
  color: #005aff;
}
.sub_banner .s_nav li.img_tr {
  position: relative;
}
.sub_banner .s_nav li.img_tr::before {
  position: absolute;
  content: "";
  background: url(../../images/menu_tr.png) no-repeat 50% 50%;
  background-size: 100%;
  width: 8px;
  height: 7px;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
}
.sub_banner .banner_txt {
  position: relative;
  height: 590px;
}
.sub_banner .banner_txt h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sub_banner .banner_txt h2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub_banner .banner_txt .banner_stxt {
  color: #fff;
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sub_banner .banner_txt h3 {
  font-family: "Noto Serif KR", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 63px;
  color: #ffffff;
}
.sub_banner .banner_txt h4 {
  font-size: 68px;
  font-weight: 800;
  white-space: nowrap;
}
.sub_banner .banner_txt h4::before {
  position: absolute;
  content: "";
  background-color: #c94bf5;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  right: -22px;
}

.sub_title {
  font-size: 42px;
  font-family: "Noto Serif KR", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  line-height: 1.4;
}

.sub_small_txt {
  font-size: 21px;
  color: #5a5a5a;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}

.sub_small_txt_bl {
  font-family: "Noto Serif KR", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 18px;
  color: #3479d0;
}

.sub_contents {
  width: 100%;
  overflow: hidden;
}
.sub_contents .img1920 {
  width: 1400px;
  margin: 0 auto;
}
.sub_contents .img1920 > img {
  margin-left: -260px;
}

.subpage {
  width: 100%;
  overflow: hidden;
}
.subpage .img1920 {
  width: 1400px;
  margin: 0 auto;
}
.subpage .img1920 img {
  margin-left: -270px;
  max-inline-size: none;
}

.parallax {
  position: relative;
  will-change: transform;
}

.parallax[data-opacity] {
  opacity: 0;
  transition: opacity 0.3s ease-out;
  /* 살짝 부드럽게 전환 */
}

.sjw_circle {
  animation: rotateSjw 10s linear infinite;
}

@keyframes rotateSjw {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.serif_ttl {
  font-family: "Noto Serif KR", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  line-height: 1.4;
  font-size: 45px;
}

/*//subpage***************************************/
@keyframes fadeBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
@keyframes spin-shadow {
  0% {
    box-shadow: 10px 0 10px rgba(123, 142, 150, 0.6);
  }
  25% {
    box-shadow: 0 10px 10px rgba(72, 199, 255, 0.6);
  }
  50% {
    box-shadow: -10px 0 10px rgba(72, 199, 255, 0.6);
  }
  75% {
    box-shadow: 0 -10px 10px rgba(72, 199, 255, 0.6);
  }
  100% {
    box-shadow: 10px 0 10px rgba(72, 199, 255, 0.6);
  }
}
.sub1-1 {
  min-height: 5000px;
  background: url("../img/sub1-1_bg.jpg") repeat-x top center;
}
.sub1-1 .cont1 {
  width: 1200px;
  margin: 0 auto;
  background: url("../img/sub1-1-1_i1.png") no-repeat top center;
  height: 890px;
  padding-top: 500px;
}
.sub1-1 .txt {
  font-size: 26px;
  line-height: 1.5;
  color: #fff;
}
.sub1-1 .cont2 {
  margin-top: 200px;
  height: 600px;
  position: relative;
}
.sub1-1 .cont2 .img {
  position: absolute;
  left: calc(50% - 960px);
  top: -160px;
}
.sub1-1 .cont2 .txt {
  position: absolute;
  left: calc(50% + 60px);
  top: 300px;
}
.sub1-1 .cont3 {
  position: relative;
  margin: 200px auto 0;
  height: 900px;
}
.sub1-1 .cont3 .inner {
  width: 1200px;
  margin: 0 auto 0;
}
.sub1-1 .cont3 .img {
  position: absolute;
  right: 0;
  top: 250px;
}
.sub1-1 .cont3 p {
  font-size: 38px;
  position: absolute;
  left: calc(50% - 740px);
  top: 126px;
}
.sub1-1 .cont3 p b {
  color: #73a8eb;
}
.sub1-1 .cont4 {
  position: relative;
  height: 900px;
  margin-top: 300px;
}
.sub1-1 .cont4 .img {
  position: absolute;
  left: calc(50% - 730px);
  top: 0;
}
.sub1-1 .cont4 .txt1 {
  position: absolute;
  left: calc(50% - 550px);
  top: 440px;
  font-size: 40px;
}
.sub1-1 .cont4 .txt2 {
  position: absolute;
  left: calc(50% + 150px);
  top: -200px;
}
.sub1-1 .cont4 .txt2 b {
  color: #73a8eb;
}
.sub1-1 .cont4 .txt3 {
  position: absolute;
  left: calc(50% + 150px);
  top: 50px;
  font-size: 38px;
}
.sub1-1 .cont4 .txt3 b {
  color: #73a8eb;
}
.sub1-1 .cont5 {
  position: relative;
  height: 1286px;
  margin-top: 50px;
}
.sub1-1 .cont5 .img {
  position: absolute;
  right: -890px;
  top: 0;
}
.sub1-1 .cont5 .txt1 {
  position: absolute;
  left: calc(50% - 650px);
  top: 350px;
}
.sub1-1 .cont5 .txt2 {
  position: absolute;
  left: calc(50% - 650px);
  top: 100px;
  font-size: 38px;
}
.sub1-1 .cont5 b {
  color: #73a8eb;
}

.sub1-1_btm {
  background: url("../img/sub1-1_btm.jpg") no-repeat center/cover;
  text-align: center;
  padding: 230px 0;
  color: #fff;
}
.sub1-1_btm h3 {
  font-size: 50px;
  margin-bottom: 90px;
}
.sub1-1_btm .txt {
  font-size: 24px;
  line-height: 1.5;
}

.sub1-2 .main_specia {
  position: relative;
  padding-top: 160px;
}
.sub1-2 .main_specia::before {
  content: "";
  position: absolute;
  background: url(../img/doc_imgs.png) no-repeat;
  width: 740px;
  height: 980px;
  top: 160px;
}
.sub1-2 .main_specia .scm {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}
.sub1-2 .main_specia .left .main_sub_title {
  padding-bottom: 40px;
}
.sub1-2 .main_specia .left .po_txt {
  padding-top: 0;
}
.sub1-2 .main_specia .left .padding_box {
  margin-top: 110px;
}
.sub1-2 .main_specia .left .padding_box .main_small_txt {
  margin-top: 33px;
}
.sub1-2 .main_specia .left .padding_box b {
  font-size: 24px;
  color: #003e8c;
  font-family: "Noto Serif KR", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.sub1-2 .main_specia .left .list_box {
  padding-top: 100px;
  display: flex;
  gap: 30px;
}
.sub1-2 .main_specia .left .list_box .history_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 0;
}
.sub1-2 .main_specia .left .list_box .history_list li {
  font-size: 17px;
  color: #262626;
  font-weight: 500;
}
.sub1-2 .main_specia .right {
  z-index: 1;
  display: flex;
  align-items: end;
}
.sub1-2 .main_specia .right .view_btn {
  color: #003e8c;
  border: 1px solid #003e8c;
  font-weight: 600;
}
.sub1-2 .main_specia .right .view_btn::before {
  background: url(../img/arr_bl_icon.png) no-repeat;
}
.sub1-2 .count {
  background: url(../img/sub_count_bg.png) no-repeat;
  width: 100%;
  height: 100%;
  color: #fff;
  background-size: cover;
}
.sub1-2 .count .scm {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sub1-2 .count .scm .big_txt {
  font-family: "Noto Serif KR", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 60px;
  text-align: center;
  padding-top: 225px;
  padding-bottom: 75px;
  line-height: 1.4;
}
.sub1-2 .count .scm span {
  font-size: 21px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}
.sub1-2 .count .scm .num_wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 74px;
  padding-bottom: 207px;
}
.sub1-2 .count .scm .num_wrap .num_box {
  position: relative;
  min-width: 439px;
  padding: 63px 55px;
  padding-bottom: 26px;
  padding-right: 75px;
  border-radius: 1.2rem;
  background-color: #0d1a2e;
  text-align: center;
  color: white;
  overflow: hidden;
  z-index: 0;
  box-shadow: inset 0 0 50px rgba(0, 128, 255, 0.3);
}
.sub1-2 .count .scm .num_wrap .num_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.2rem;
  pointer-events: none;
  z-index: 2;
  background: transparent;
  filter: none;
  box-shadow: 0 0 0 4px #fff, 0 0 15px 6px rgb(255, 255, 255);
}
.sub1-2 .count .scm .num_wrap .num_box p {
  font-size: 27px;
}
.sub1-2 .count .scm .num_wrap .number {
  position: relative;
  font-family: "Noto Serif KR", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 97px;
}
.sub1-2 .count .scm .num_wrap .suffix {
  position: absolute;
  font-family: "Noto Serif KR", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 58px;
}
.sub1-2 .clinic {
  border-bottom: 4px solid #f4f3f3;
}
.sub1-2 .clinic .scm {
  display: flex;
}
.sub1-2 .clinic .sm_txt {
  font-size: 16px;
  font-weight: 400;
  color: #0267e6;
  text-align: end;
  padding-top: 195px;
  min-width: 81px;
  line-height: 1.8;
}
.sub1-2 .clinic .line {
  position: relative;
  text-indent: -9999px;
}
.sub1-2 .clinic .line::before {
  content: "";
  position: absolute;
  width: 4px;
  background: #f4f3f3;
  height: 100%;
  left: 0;
  margin-left: calc(50% + 120px);
}
.sub1-2 .clinic .main_location {
  padding-top: 180px;
  padding-left: 106px;
}
.sub1-2 .clinic .main_location .location_info {
  position: relative;
  align-items: end;
  min-width: 1213px;
}
.sub1-2 .clinic .main_location .location_info_map {
  width: 546px;
  height: 420px;
  background: #000;
  position: static;
}
.sub1-2 .clinic .main_location .box {
  border-bottom: none;
}
.sub1-2 .clinic .main_location .box p {
  line-height: 1.4;
}
.sub1-2 .clinic .main_location .box p span {
  font-weight: 600;
  color: #5a5a5a;
}
.sub1-2 .clinic .main_location .box .txt_bold {
  color: #222;
  font-weight: 700;
}
.sub1-2 .clinic .main_location .box .sm_txt span {
  font-size: 21px;
  font-weight: 500;
}
.sub1-2 .clinic .main_location .flex_box {
  display: flex;
  justify-content: space-between;
  min-width: 1213px;
}
.sub1-2 .clinic .around {
  padding-top: 180px;
  padding-left: 106px;
  text-align: center;
  padding-bottom: 300px;
  position: relative;
  /* 커스텀 스타일 */
}
.sub1-2 .clinic .around .main_sub_title {
  text-align: start;
  padding-bottom: 47px;
}
.sub1-2 .clinic .around .sub_small_txt {
  text-align: start;
  display: block;
  padding-bottom: 78px;
}
.sub1-2 .clinic .around .around_box {
  position: relative;
  overflow: hidden;
}
.sub1-2 .clinic .around .around_box .around-wrapper {
  max-height: 500px;
  display: flex;
  align-items: center;
  overflow: hidden;
  gap: 30px;
}
.sub1-2 .clinic .around .around_box .around-wrapper .around_swiper {
  width: 100%;
  max-width: 1200px;
  max-height: 500px;
  position: relative;
}
.sub1-2 .clinic .around .around_box .around-wrapper .around_swiper .swiper-slide {
  width: 100%;
  height: 600px;
}
.sub1-2 .clinic .around .around_box .around-wrapper .around_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub1-2 .clinic .around .around_box .around-wrapper .thum {
  position: relative;
}
.sub1-2 .clinic .around .around_box .around-wrapper .thumb-swiper {
  position: relative;
  top: -50px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /* 드래그 방지 */
  -webkit-user-drag: none;
  width: 100%;
  max-height: 400px;
}
.sub1-2 .clinic .around .around_box .around-wrapper .thumb-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
.sub1-2 .clinic .around .around_box .around-wrapper .thumb-swiper .swiper-slide {
  flex: 0 0 auto;
  width: auto;
  height: 100px;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.sub1-2 .clinic .around .around_box .around-wrapper .thumb-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub1-2 .clinic .around .around_box .around-wrapper .thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #0267e6;
}
.sub1-2 .clinic .around .swiper-button-prev,
.sub1-2 .clinic .around .swiper-button-next {
  background: none;
  color: inherit;
}
.sub1-2 .clinic .around .custom-prev,
.sub1-2 .clinic .around .custom-next {
  position: absolute;
  top: 103%;
  z-index: 10;
  width: 47px;
  height: 47px;
  cursor: pointer;
  box-shadow: -3.4px 4.9px 15px rgba(2, 64, 151, 0.25);
  transition: box-shadow 0.3s ease;
  color: #003b83;
  display: block;
  border-radius: 50%;
  padding: 12px;
}
.sub1-2 .clinic .around .custom-prev {
  margin-left: 44px;
}
.sub_po_txt {
  font-size: 46px;
  color: #fff;
  font-family: "Noto Serif KR", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  line-height: 1.4;
}
.sub_po_txt em {
  color: #81b9ff;
}

.sub_small_txt {
  color: #fff;
}

.sub_content {
  background-color: #000c24;
  background-image: url(../img/sub2-1bg.png);
  background-repeat: no-repeat;
  height: 5488px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: bottom;
}
.sub_content .con1 {
  position: relative;
  height: 1085px;
}
.sub_content .con1 .up_txt {
  position: absolute;
  top: 256px;
  display: flex;
  justify-content: space-between;
  left: 50%;
  transform: translateX(-50%);
}
.sub_content .con1 .up_txt .sub_po_txt {
  padding-top: 160px;
  padding-bottom: 140px;
}
.sub_content .con2 {
  position: relative;
  background-image: url(../img/sub2-1bg3.jpg);
  background-repeat: no-repeat;
  background-color: #000c24;
  text-align: center;
  padding-top: 350px;
  padding-bottom: 529px;
  background-size: cover;
}
.sub_content .con2 .sub_po_txt {
  color: #81b9ff;
  padding: 50px 0;
}
.sub_content .con3 {
  position: relative;
  padding-bottom: 425px;
}
.sub_content .con3 .flex_box {
  display: flex;
  justify-content: space-between;
}
.sub_content .con3 .up_txt {
  position: absolute;
  top: 250px;
  left: 60%;
  transform: translateX(-50%);
  color: #fff;
  min-width: 900px;
}
.sub_content .con3 .up_txt p {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding-left: 468px;
}
.sub_content .con3 .up_txt p + p {
  padding-top: 45px;
}
.sub_content .con3 .up_txt p::before {
  content: "";
  position: absolute;
  background: url(../img/line.png) no-repeat;
  width: 450px;
  height: 100%;
  left: 0;
}
.sub_content .con3 .up_txt em {
  font-size: 25px;
  font-family: "Noto Serif KR", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.sub_content .con3 .up_txt span {
  font-size: 20px;
}
.sub_content .con4 {
  text-align: center;
}
.sub_content .con4 .sub_po_txt {
  padding-bottom: 122px;
}
.sub_content .con4 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
}
.sub_content .con4 ul li {
  transition: filter 0.3s ease;
}
.sub_content .con4 ul li:hover {
  filter: brightness(80%) saturate(150%) contrast(110%);
}
.sub_content .con5 {
  padding-top: 457px;
  display: flex;
  justify-content: space-between;
}
.sub_content .con5 .sub_po_txt {
  padding-bottom: 115px;
}
.sub_content .con5 .box_erea {
  margin-top: -150px;
  max-width: 680px;
  display: flex;
  flex-wrap: wrap;
}
.sub_content .con5 .box_erea p {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(45, 104, 179, 0.2);
  width: 312px;
  height: 312px;
}
.sub_content .con5 .box_erea p:nth-of-type(even) {
  margin-top: 50px;
  margin-left: 50px;
}
.sub_content .con5 .box_erea p:hover {
  background: rgba(45, 104, 179, 0.6);
}
.sub_content .con5 .sub_small_txt {
  line-height: 1.8 !important;
}

.con6 {
  position: relative;
  background-color: #000c24;
}
.con6 .po_box {
  position: absolute;
  top: 200px;
  margin-left: calc(50% - 850px);
  height: 778px;
  width: 1400px;
}
.con6 .po_box.width_l .up_txt {
  width: 1384px;
}
.con6 .po_box .up_txt {
  width: 1287px;
  justify-content: space-between;
  display: flex;
}
.con6 .po_box .up_txt .left,
.con6 .po_box .up_txt .right {
  display: flex;
  flex-direction: column;
  gap: 60px;
  height: 100%;
}
.con6 .po_box .up_txt .view_btn {
  margin-top: 80px;
  box-shadow: -3.4px 4.9px 15px rgba(2, 64, 151, 0.25);
  transition: box-shadow 0.3s ease;
  color: #003b83;
  font-weight: 700;
  display: block;
  background-color: #fff;
}
.con6 .po_box .up_txt .view_btn::before {
  background: url(../img/arr_bl_icon.png) no-repeat;
}
.con6 .po_box .up_txt .view_btn:hover {
  box-shadow: -3.4px 4.9px 25px rgba(2, 34, 78, 0.35);
}

.sub1-1_btm {
  background: url(../img/sub2-1bg7.png) no-repeat;
  padding: 226px 0;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub1-1_btm .sub_small_txt {
  font-family: "Noto Serif KR", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  line-height: 2;
  font-size: 26px;
}
.sub1-1_btm .sub_po_txt {
  padding-top: 50px;
}

.neck1 {
  display: flex;
  justify-content: space-between;
  padding-top: 200px;
  padding-bottom: 270px;
}
.neck1 .lfet {
  padding-top: 150px;
}
.neck1 .lfet .sub_title {
  padding-bottom: 52px;
}
.neck1 .sub_small_txt {
  color: #222;
  line-height: 1.7;
  display: block;
}
.neck1 .sub_top_img_wrap {
  width: 514px;
  height: 648px;
}
.neck1 .sub_top_img_wrap .sub_top_img {
  width: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
  overflow: hidden;
  opacity: 0;
  transform: translateX(160px);
  transform-origin: left;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
}
.neck1 .sub_top_img_wrap .sub_top_img.ani {
  animation: subTopImg 0.8s ease forwards;
}
@keyframes subTopImg {
  0% {
    width: 0;
    opacity: 0;
    transform: translateX(160px);
  }
  100% {
    width: 514px;
    opacity: 1;
    transform: translateX(0);
  }
}

.sub5-1 .sub_top_img_wrap {
  width: 640px;
  height: 470px;
}
.sub5-1 .sub_top_img_wrap .sub_top_img2 {
  width: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
  overflow: hidden;
  opacity: 0;
  transform: translateX(160px);
  transform-origin: left;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
}
.sub5-1 .sub_top_img_wrap .sub_top_img2.ani {
  animation: sub_top_img2 0.8s ease forwards;
}
@keyframes sub_top_img2 {
  0% {
    width: 0;
    opacity: 0;
    transform: translateX(160px);
  }
  100% {
    width: 640px;
    opacity: 1;
    transform: translateX(0);
  }
}

.neck2 .scm {
  position: relative;
}
.neck2 .scm::before {
  content: "";
  position: absolute;
  background: url(../img/clr_img4.png) no-repeat;
  width: 616px;
  height: 704px;
  right: 0;
}
.neck2 .scm .sub_title {
  padding: 43px 0;
}

.sub_roll {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 270px;
}
.sub_roll .sub_title {
  padding-top: 43px;
}
.sub_roll .swiper-controls {
  position: absolute;
  margin-left: calc(50% - 700px);
  top: 690px;
}
.sub_roll .swiper-controls .btn-prev,
.sub_roll .swiper-controls .btn-next {
  background-color: transparent;
}
.sub_roll .swiper-controls .btn-next {
  padding-left: 35px;
}
.sub_roll_ttl {
  width: 1400px;
  margin: 0 auto 80px;
  font-size: 40px;
  position: relative;
}
.sub_roll_ttl .ttl_txt {
  position: relative;
  font-family: "Noto Serif KR", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.sub_roll_ttl .ttl_txt::after {
  content: "";
  width: 130px;
  height: 2px;
  background: #d1d1d1;
  position: absolute;
  left: calc(100% + 24px);
  top: calc(50% - 1px);
}
.sub_roll_ttl small {
  font-size: 30px;
}
.sub_roll_swiper {
  margin-left: calc(50% - 400px);
  padding-bottom: 100px;
}
.sub_roll_swiper .swiper {
  margin-bottom: 60px;
}
.sub_roll .swiper-slide {
  width: auto;
}

.sub_roll2 {
  padding-top: 0;
  padding-bottom: 100px;
}
.sub_roll2 .swiper-controls {
  top: 550px;
}

.sub_zig {
  width: 100%;
  padding: 250px 0 600px;
}
.sub_zig .scm {
  padding: 0 60px;
}
.sub_zig_ttl {
  color: #fff;
  margin-bottom: 80px;
  line-height: 1.3;
}
.sub_zig_ttl h4 {
  font-family: "Noto Serif KR", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 40px;
  margin-bottom: 50px;
}
.sub_zig_ttl h4 small {
  font-size: 30px;
}
.sub_zig_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px 30px;
}
.sub_zig_box li {
  position: relative;
}
.sub_zig_box li .btn_zig_pop {
  width: 50px;
  height: 50px;
  background: rgba(30, 98, 185, 0.4);
  border-radius: 50%;
  position: absolute;
  right: 30px;
  top: 40px;
  transition: all ease 0.3s;
}
.sub_zig_box li .btn_zig_pop:hover {
  background: #17465e;
}
.sub_zig_box li:nth-child(even) {
  top: 230px;
}

.sub2-2 .sub_zig {
  background: url("../img/sub2-2_zig_bg.png") no-repeat center top/cover;
}

.sub2-3 .sub_zig {
  background: url("../img/sub2-3_zig_bg.png") no-repeat center top/cover;
}

.sub3-2 .sub_zig {
  background: url("../img/sub3-2_zig_bg.png") no-repeat center top/cover;
}

.sub3-3 .sub_zig {
  background: url("../img/sub3-3_zig_bg.png") no-repeat center top/cover;
}

.sub3-4 .sub_zig {
  background: url("../img/sub3-4_zig_bg.png") no-repeat center top/cover;
}

.sub3-5 .sub_zig {
  background: url("../img/sub3-5_zig_bg.png") no-repeat center top/cover;
}

.sub4-1 .sub_zig {
  background: url("../img/sub4-1_zig_bg.png") no-repeat center top/cover;
}

.sub4-2 .sub_zig {
  background: url("../img/sub4-2_zig_bg.png") no-repeat center top/cover;
}

.sub4-3 .sub_zig {
  background: url("../img/sub4-3_zig_bg.png") no-repeat center top/cover;
}

.sub4-4 .sub_zig {
  background: url("../img/sub4-4_zig_bg.png") no-repeat center top/cover;
}

.sub4-5 .sub_zig {
  background: url("../img/sub4-5_zig_bg.png") no-repeat center top/cover;
}

.sub3-1 .sub_content .con3 {
  position: relative;
  padding-bottom: 425px;
}
.sub3-1 .sub_content .con3 .flex_box {
  display: flex;
  justify-content: space-between;
}
.sub3-1 .sub_content .con3 .sub_po_txt {
  padding-top: 210px;
}
.sub3-1 .sub_content .con3 .up_txt {
  position: absolute;
  top: 450px;
  left: 55%;
  transform: translateX(-50%);
  color: #fff;
  min-width: 1000px;
}
.sub3-1 .sub_content .con3 .up_txt p {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding-left: 468px;
}
.sub3-1 .sub_content .con3 .up_txt p + p {
  padding-top: 45px;
}
.sub3-1 .sub_content .con3 .up_txt p::before {
  content: "";
  position: absolute;
  background: url(../img/line.png) no-repeat;
  width: 450px;
  height: 100%;
  left: 0;
}
.sub3-1 .sub_content .con3 .up_txt em {
  font-size: 25px;
  font-family: "Noto Serif KR", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.sub3-1 .sub_content .con3 .up_txt span {
  font-size: 20px;
}

.pop-layer {
  display: none;
  position: fixed;
  left: 0;
  top: 0px;
  z-index: 99999999;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}
.pop-layer-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop-layer-inner > div {
  position: relative;
  height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
  border-top-left-radius: 35px;
  border-top-right-radius: 61px;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 61px;
  top: 43px;
  background: transparent;
}
.pop-layer-content {
  background: #fff;
}
.pop-layer-close {
  width: 100%;
  justify-content: flex-end;
  display: flex;
  font-size: 46px;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  background: none;
  border: none;
  z-index: 999;
  position: absolute;
  max-width: 1560px;
  min-width: 1560px;
  left: 50%;
  transform: translateX(-50%);
  top: 46px;
}
.pop-layer-close2 {
  max-width: 1320px;
  min-width: 1320px;
}

.footer_common {
  width: 100%;
  height: 800px;
  color: #fff;
  position: relative;
  background: linear-gradient(to right, #0a3263, #0052bd);
  background: #0a3263 url(../img/footer_bg.png) no-repeat top center;
}
.footer_common .scm {
  height: 100%;
}
.footer_common .footer_bg {
  -o-object-fit: cover;
     object-fit: cover;
}
.footer_common p {
  font-family: "Noto Serif KR", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 60px;
  line-height: 1.4;
  padding-bottom: 60px;
}
.footer_common span {
  line-height: 1.8;
}
.footer_common .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.footer_common .bounce2 {
  position: absolute;
  top: 320px;
  left: calc(50% + 260px);
}
.footer_common .bounce2 {
  animation: bounce2 1s infinite;
  transform-origin: center bottom;
}
@keyframes bounce2 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}/*# sourceMappingURL=style.css.map */