@charset "UTF-8";
:root {
  --navy: #0D3A67;
  --pastel: #577A9A;
}

body {
  margin: 0 auto;
  overflow: visible;
}

.inner {
  max-width: 1422px;
  margin: 0 auto;
  width: 100%;
}

.title-box h2 {
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.56px;
}
.title-box h2 strong {
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.56px;
  color: var(--navy);
}
.title-box h3 {
  margin-top: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.712px;
}

.more-btn {
  margin-top: 40px;
}
.more-btn a {
  border-radius: 20px;
  border: 1px solid #BEBEBF;
  padding: 10px 20px;
  display: flex;
  gap: 44px;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.66px;
  color: var(--navy);
}

.header_bg{
  display: none; position: fixed; z-index: 99; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(33,33,33,0.6);
}

.header_bg.active{display: block;}
header{
    position: fixed; top: 50px; left: 50%; transform: translateX(-50%); z-index: 999;
    width: 100%;

    /* 추가: 선명도 및 GPU 렌더링 고정 */
    will-change: transform;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;

    transition: background-color 0.5s ease-out;
}
header > div{
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
    width: 1745px; margin: 0 auto; position: relative;
    background-color: #fff; border-radius: 20px;
}
header > div > div{
  padding-left: 40px; box-sizing: border-box;
    display: flex; align-items: center; justify-content: space-between;
}
header h1{
    width: 12.5%; min-width: 160px;
}
header h1 a{
    width: 100%; height: 88px; display: block; background: url('../img/global/logo.svg') center / contain no-repeat;
}
header a span{
    opacity: 0; visibility: hidden;
}
header nav ul{
    display: flex; justify-content: end;
}
header nav ul li a{
    font-size: 18px; letter-spacing: -3%; color: #0D3A67; display: block; padding: 30px 40px;
}


/* 햄버거 버튼 */
header .hamburger{cursor: pointer; background-color: transparent; border: none; padding: 0; width: 22px; display: none;}
header .hamburger span{display: block; width: 22px; border-bottom: 1.5px solid #0D3A67; transition: all 0.4s;}
header .hamburger span:not(:last-child){margin-bottom: 8.5px;}
/* header.active .hamburger span{border-color: #0D3A67;} */
header.active .hamburger span:nth-child(1){transform: translateY(7px) rotate(45deg);}
header.active .hamburger span:nth-child(3){transform: translateY(-3px) rotate(-45deg);}
header.active .hamburger span:nth-child(2){display: none;}   
/* 햄버거 버튼 */



.main-wrap {
  overflow: hidden;
  position: relative; 
  height: calc(100vh + 145px);
}
.main-wrap .bg-box {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 145px;
  background-color: #fff;
  z-index: 2;
  border-radius: 0 150px 0 0;
}
.main-wrap .main-swiper {
  position: relative; height: 100%;
}
.main-wrap .main-swiper .swiper-slide {
  position: relative; height: 100%;
}
.main-wrap .main-swiper .swiper-slide > img{
  width: 100%; display: block; height: 100%; object-fit: cover;
}
.main-wrap .main-swiper .swiper-slide .slide-text-box {
  position: absolute;
  top: 220px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  padding: 0 5%; box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 46px;
}
.main-wrap .main-swiper .swiper-slide .slide-text-box * {
  color: #fff;
}
.main-wrap .main-swiper .swiper-slide .slide-text-box > p {
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.56px;
}
.main-wrap .main-swiper .swiper-slide .slide-text-box .con-box{
  width: 100%;
}
.main-wrap .main-swiper .swiper-slide .slide-text-box .con-box .mark-box {
  display: flex;
  align-items: center;
  border-radius: 500px;
  border: 2px solid #77A8CF;
  background: rgba(7, 84, 154, 0.3);
  width: -moz-max-content;
  width: max-content;
  padding: 10px 20px;
  margin: 0 auto 14px;
  gap: 10px;
}
.main-wrap .main-swiper .swiper-slide .slide-text-box .con-box .mark-box span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 35.2px */
  letter-spacing: -0.66px;
}
.main-wrap .main-swiper .swiper-slide .slide-text-box .con-box .sub-text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.54px;
  display: inline-block;
  margin-bottom: 30px;
}
.main-wrap .main-swiper .swiper-slide .slide-text-box .con-box .awards-box ul {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 12px;
}
.main-wrap .main-swiper .swiper-slide .slide-text-box .con-box .awards-box ul li {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  max-width: 120px;
}
.main-wrap .main-swiper .swiper-slide .slide-text-box .con-box .awards-box ul li img {
  border: 3px solid #77A8CF;
  border-radius: 13px;
  overflow: hidden;
  max-width: 120px;
}
.main-wrap .main-swiper .swiper-slide .slide-text-box .con-box .awards-box ul li span {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 21px */
  letter-spacing: -0.037px;
  display: block;
  text-wrap: nowrap;
}
.main-wrap .main-swiper .swiper-slide .slide-text-box .con-box .awards-box ul li span small {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.037px;
  display: block;
  text-wrap: nowrap;
}
.main-wrap .main-swiper .swiper-slide .slide-text-box .con-box .awards-box ul li span.small-text {
  font-size: 13px;
}
.main-wrap .main-swiper .swiper-slide .slide-text-box .con-box .count-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
}
.main-wrap .main-swiper .swiper-slide .slide-text-box .con-box .count-box.flex-center {
  align-items: center;
}
.main-wrap .main-swiper .swiper-slide .slide-text-box .con-box .count-box .count-title {
  border-radius: 80px;
  background: var(--pastel);
  padding: 10px 14px;
  width: -moz-max-content;
  width: max-content;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 20px */
  letter-spacing: -0.05px;
  margin-bottom: 10px;
}
.main-wrap .main-swiper .swiper-slide .slide-text-box .con-box .count-box .count-text {
  display: flex;
  gap: 8px;
  align-items: end;
}
.main-wrap .main-swiper .swiper-slide .slide-text-box .con-box .count-box .count-text p {
  font-size: 120px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -3px;
  background: linear-gradient(180deg, #C4DCF3 40%, #FFFFFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
}
.main-wrap .main-swiper .swiper-slide .slide-text-box .con-box .count-box .count-text span {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 42px */
  letter-spacing: -1.05px;
  margin-bottom: 14px;
}
.main-wrap .main-swiper .swiper-slide .slide-text-box .con-box .count-box .count-text span small {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
  letter-spacing: -0.5px;
}
.main-wrap .main-swiper .page-box {
  position: absolute;
  bottom: 200px;
  left: 50%;
  width: -moz-max-content;
  width: max-content;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  z-index: 3;
  gap: 50px;
}
.main-wrap .main-swiper .page-box .play-box {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-wrap .main-swiper .page-box .play-box .icon-pause {
  display: block;
}
.main-wrap .main-swiper .page-box .play-box .icon-play {
  display: none;
}
.main-wrap .main-swiper .page-box .play-box.is-paused .icon-pause {
  display: none;
}
.main-wrap .main-swiper .page-box .play-box.is-paused .icon-play {
  display: block;
}
.main-wrap .main-swiper .page-box .navi-box {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  gap: 20px;
}
.main-wrap .main-swiper .page-box .navi-box .main-btn {
  cursor: pointer;
}
.main-wrap .main-swiper .page-box .navi-box .main-pagination {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.5px;
  color: #fff;
}
.main-wrap .main-swiper .page-box .navi-box .main-pagination .swiper-pagination-current {
  color: #fff;
  width: 9px;
}
.main-wrap .main-swiper .page-box .navi-box .main-pagination .swiper-pagination-total {
  color: rgba(255, 255, 255, 0.6);
}

.main-wrap .quickBox{
  width: 1400px; display: flex; align-items: center; justify-content: center;
  z-index: 9; background-color: #0D3A67; border-radius: 30px; padding: 24px 40px; box-sizing: border-box;
  position: absolute; left: 50%; transform: translateX(-50%); bottom: 0;
}
.main-wrap .quickBox form fieldset{
  border: none;
}
.main-wrap .quickBox form fieldset > div,
.main-wrap .quickBox form fieldset > div > div,
.main-wrap .quickBox form fieldset .inputBox,
.main-wrap .quickBox form fieldset .inputBox > div{
  display: flex; align-items: center;
}

.main-wrap .quickBox form fieldset > div{
  justify-content: center;
}
.main-wrap .quickBox form fieldset > div > div{
  gap: 20px;
}
.main-wrap .quickBox form fieldset .inputBox{
  gap: 14px;
}
.main-wrap .quickBox legend{
  height: 44px;
  margin-right: 40px;
  padding-left: 56px; position: relative;
  font-size: 22px; font-weight: 600; color: #fff; letter-spacing: -3%;
}
.main-wrap .quickBox legend:before{
  content: ''; display: block; position: absolute; left: 0; top: -8px; background: url('../img/quick_symbol.png') center / contain no-repeat; width: 42px; height: 44px;
}

.main-wrap .quickBox form fieldset input[type='text'],
.main-wrap .quickBox form fieldset select{
  font-size: 18px; color: #212121; width: 100%;
  background-color: #fff; border-radius: 10px; height: 52px; padding: 0 20px; box-sizing: border-box;
}

.main-wrap .quickBox form fieldset input[type='text']{
  width: 19%;
}
.main-wrap .quickBox form fieldset select{
  width: 25%;
}
.main-wrap .quickBox form fieldset .inputBox > div{
  width: 35%;
}
.main-wrap .quickBox form fieldset .inputBox > div input{width: 100%;}
.main-wrap .quickBox form fieldset .inputBox > div label{font-size: 18px; line-height: 180%; letter-spacing: -3%;}
.main-wrap .quickBox form fieldset input[type='text']::placeholder,
.main-wrap .quickBox form fieldset select::placeholder{
  color: #212121;
}
/* .main-wrap .quickBox #quick_name{
  width: 160px;
} */
.main-wrap .quickBox form fieldset .inputBox > div{
  gap: 10px; position: relative;
  background-color: #fff; border-radius: 10px; padding-left: 20px; box-sizing: border-box;
}
.main-wrap .quickBox form fieldset .inputBox > div > input[type='text']:focus + div{
  display: none;
}
.main-wrap .quickBox form fieldset .inputBox > div > div{
  position: absolute; right: 20px; top: 50%; transform: translateY(-50%);
  pointer-events: none;
}
.main-wrap .quickBox form fieldset .inputBox > div > div > span{
  font-size: 18px; line-height: 180%; letter-spacing: -3%; font-weight: 400;
}
.main-wrap .quickBox form fieldset .inputBox > div > div > span:nth-child(odd){
  opacity: 0.4;
}
.main-wrap .quickBox #quick_phoneNumb{
  width: 190px;
}
.main-wrap .quickBox form fieldset .btnBox{
  display: flex; align-items: center; gap: 20px;
}
.main-wrap .quickBox form fieldset .btnBox label{
  font-size: 16px; line-height: 160%; letter-spacing: -3%; font-weight: 400; color: #fff;
}
.main-wrap .quickBox form fieldset .btnBox label span{
  color: #1999D8;
}
.main-wrap .quickBox form fieldset .btnBox .checkBox{
  display: flex;
}
.main-wrap .quickBox form fieldset .btnBox .checkBox input{
  display: none;
}
.main-wrap .quickBox form fieldset .btnBox .checkBox label{
  padding-left: 50px; position: relative;
}
.main-wrap .quickBox form fieldset .btnBox .checkBox label:before{
  content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); background: url('../img/quick_check.png') center / contain no-repeat; 
  width: 30px; height: 30px;
}
.main-wrap .quickBox form fieldset .btnBox .checkBox input[type='checkbox']:checked + label:before{
  background-image: url('../img/quick_check_checked.png');
}
.main-wrap .quickBox form fieldset .btnBox button{
  background-color: #BEBEBF; border-radius: 10px; color: #fff; padding: 10px 20px;
  font-size: 18px; line-height: 180%; cursor: pointer;
}


.main-wrap .quickBox_mo{
  display: none;
  width: 95%; border-radius: 30px;
  z-index: 9; background-color: #0D3A67;
  position: absolute; left: 50%; transform: translateX(-50%); bottom: 0;
}
.main-wrap .quickBox_mo legend{
  display: none;
}
.main-wrap .quickBox_mo fieldset{
  border: none;
}
.main-wrap .quickBtn{
  padding: 13px 0;
  display: flex; justify-content: center; text-align: center; width: 100%;
  font-size: 22px; font-weight: 600; line-height: 150%; letter-spacing: -3%;
}
.main-wrap .quickBtn span{
  color: #fff; padding: 0 30px 0 38px; position: relative;
}
.main-wrap .quickBtn span:before{
  content: ''; position: absolute; left: 0; top: 4px; background: url('../img/quick_symbol.png') center / contain no-repeat; width: 23px; height: 24px;
}
.main-wrap .quickBtn span:after{
  transition: all 0.5s ease-out;
  content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); background: url('../img/quick_arrow.png') center / contain no-repeat; width: 16px; height: 16px;
}
.main-wrap .quickBox_mo .form{
  display: none;
  padding: 0 10px 20px 10px; box-sizing: border-box; flex-direction: column; gap: 8px;
}
.main-wrap .quickBox_mo.active .form{
  display: flex;
}
.main-wrap .quickBox_mo.active .quickBtn span:after {
  transform: translateY(-50%) rotate(-180deg);
}

.main-wrap .quickBox_mo .form fieldset input,
.main-wrap .quickBox_mo .form fieldset select{
  background-color: #fff; border-radius: 6px; padding: 8px 10px; width: 100%; box-sizing: border-box;
}
.main-wrap .quickBox_mo .form fieldset > div:nth-of-type(1){
  display: flex; gap: 8px; margin-bottom: 8px;
}
.main-wrap .quickBox_mo .form fieldset > div:nth-of-type(1) input{
  width: 23%;
}
.main-wrap .quickBox_mo .form fieldset > div:nth-of-type(1) > select:nth-of-type(1){
  width: 28%;
}
.main-wrap .quickBox_mo .form fieldset > div:nth-of-type(1) > select:nth-of-type(2){
  width: 49%;
}
.main-wrap .quickBox_mo .form fieldset .phoneBox{
  padding: 8px 10px; box-sizing: border-box; position: relative; margin-bottom: 8px;
  background-color: #fff; border-radius: 6px; display: flex; align-items: center;
}
.main-wrap .quickBox_mo .form fieldset .phoneBox label{
  font-size: 14px; font-weight: 400; color: #212121; line-height: 180%; letter-spacing: -3%;
}
.main-wrap .quickBox_mo .form fieldset .phoneBox > div{
  position: absolute; left: 50px; top: 50%; transform: translateY(-50%);
}
.main-wrap .quickBox_mo .form fieldset .phoneBox > div{
  pointer-events: none;
}
.main-wrap .quickBox_mo .form fieldset .phoneBox > div span{
  font-size: 14px; line-height: 180%;
}
.main-wrap .quickBox_mo .form fieldset .phoneBox > div > span:nth-child(odd){
  opacity: 0.4;
}
.main-wrap .quickBox_mo .form fieldset .phoneBox input[type='text']:focus + div{
  display: none;
}
.main-wrap .quickBox_mo .form fieldset .checkBox input{
  display: none;
}
.main-wrap .quickBox_mo .form fieldset .checkBox label{
  padding-left: 20px;
  position: relative; font-size: 12px; line-height: 180%; letter-spacing: -3%; font-weight: 400; color: #fff;
}
.main-wrap .quickBox_mo .form fieldset .checkBox label span{
  color: #1999D8; position: relative;
}
.main-wrap .quickBox_mo .form fieldset .checkBox label:before{
  content: ''; display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); background: url('../img/quick_check.png') center / contain no-repeat; width: 16px; height: 16px;
}
.main-wrap .quickBox_mo .form fieldset .checkBox input[type='checkbox']:checked + label:before{
  background-image: url('../img/quick_check_checked.png');
}
.main-wrap .quickBox_mo .form fieldset > div:nth-of-type(2){
  display: flex; justify-content: space-between;
}
.main-wrap .quickBox_mo .form fieldset > div:nth-of-type(2) > div{
  width: 68%;
}
.main-wrap .quickBox_mo .form fieldset > div:nth-of-type(2) button{
  border-radius: 10px; width: 30%;
  background-color: #BEBEBF; color: #fff; font-size: 18px; line-height: 180%; letter-spacing: -3%; font-weight: 700;
}


/* select custom */
select::-ms-expand {
    display: none;
}

.select {
    -o-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select {
    width: 100%;
    background: url('../img/quick_select.png') calc(100% - 10px) center / contain no-repeat;
    outline: none;
    cursor: pointer;
}
/* .select option {
    background: #222222;
    color: #AAAAAA;
} */

.quickBox .select{background-size: 30px;}
.quickBox_mo .select{background-size: 16px; border: none;}
/* select custom Fin*/

.input-wrapper {
  position: relative;
  display: inline-block;
  width: 240px;
}

/* 실제 input 요소 */
.input-wrapper input {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
  background: transparent;
}

/* 커스텀 placeholder (input 위에 겹치게 위치) */
.custom-placeholder {
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  color: #999; /* 기본 텍스트 색상 */
  font-size: 14px;
  pointer-events: none; /* 클릭 시 input이 선택되도록 처리 */
  transition: opacity 0.15s ease;
}

/* 하이픈(-) 색상만 다르게 설정 */
.custom-placeholder .dash {
  color: #ff4d4f; /* 디자인 시안의 하이픈 색상 지정 */
}

/* input에 값이 입력되거나 포커스되었을 때 커스텀 placeholder 숨기기 */
.input-wrapper input:focus + .custom-placeholder,
.input-wrapper input:not(:placeholder-shown) + .custom-placeholder {
  /* placeholder-shown 감지를 위해 input에 placeholder=" " (공백 하나)를 넣어주기도 함 */
  opacity: 0;
}


.intro-wrap {
  padding: 120px 0 140px;
  overflow: hidden;
  position: relative;
}
.intro-wrap .bg-text {
  position: absolute;
  right: 0;
  top: 185px;
}
.intro-wrap .top-box {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.intro-wrap .top-box .sub-text {
  margin-bottom: 14px;
}
.intro-wrap .top-box .sub-text p {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.96px;
  color: var(--navy);
}
.intro-wrap .con-box {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 40px;
  margin-top: 60px;
}
.intro-wrap .con-box * {
  position: relative;
  z-index: 3;
}
.intro-wrap .con-box .mini-box {
  width: 340px;
  height: 450px;
  background-color: #BEBEBF;
  border-radius: 40px;
  overflow: hidden;
  transition: all 0.3s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  text-align: center;
}
.intro-wrap .con-box .mini-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--navy);
  opacity: 0;
  transition: all 0.3s;
}
.intro-wrap .con-box .mini-box:nth-child(1) {
  background-image: url(../img/intro01.png);
}
.intro-wrap .con-box .mini-box:nth-child(2) {
  background-image: url(../img/intro02.png);
}
.intro-wrap .con-box .mini-box:nth-child(3) {
  background-image: url(../img/intro03.png);
}
.intro-wrap .con-box .mini-box small {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.26px;
  color: rgba(255, 255, 255, 0.5);
}
.intro-wrap .con-box .mini-box p {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.96px;
  font-weight: 700;
  color: #fff;
}
.intro-wrap .con-box .mini-box span {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.66px;
  color: #fff;
}
.intro-wrap .con-box .mini-box span.hover-text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.54px;
  display: none;
}
.intro-wrap .con-box .mini-box:hover {
  width: 500px;
  height: 340px;
}
.intro-wrap .con-box .mini-box:hover::before {
  opacity: 1;
}
.intro-wrap .con-box .mini-box:hover p {
  display: none;
}
.intro-wrap .con-box .mini-box:hover span {
  display: none;
}
.intro-wrap .con-box .mini-box:hover span.hover-text {
  display: block;
}

.intro-wrap .con-box-mo .main-intro-Swiper{
  height: 450px;
}
.intro-wrap .con-box-mo .main-intro-Swiper .swiper-wrapper,
.intro-wrap .con-box-mo .main-intro-Swiper .swiper-slide{
  height: 100%;
}

.intro-wrap .con-box-mo{
  display: none;
  position: relative; padding-bottom: 52px;
}
.intro-wrap .con-box-mo .main-intro-Swiper .swiper-slide{
  border-radius: 30px; overflow: hidden;
}
.intro-wrap .con-box-mo .main-intro-Swiper .swiper-slide > div{
  position: relative; height: 100%; padding: 60px 20px; box-sizing: border-box;
}
.intro-wrap .con-box-mo .main-intro-Swiper .swiper-slide > div > div{
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center;
  width: 100%; height: 100%; z-index: 9; display: flex; justify-content: center; align-items: center; flex-direction: column;
}
.intro-wrap .con-box-mo .main-intro-Swiper .swiper-slide > div > img{
  position: absolute; width: 100%; height: 100%; left: 0; top: 0;
  object-fit: cover;
}
.intro-wrap .con-box-mo .main-intro-Swiper .swiper-slide > div h4{
  padding-bottom: 40px; position: relative; margin-bottom: 20px;
  font-size: 18px; font-weight: 700; color: #fff; line-height: 180%; letter-spacing: -3%;
}
.intro-wrap .con-box-mo .main-intro-Swiper .swiper-slide > div h4:after{
  content: ''; display: block; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 1px; height: 20px; background-color: #fff;
}
.intro-wrap .con-box-mo .main-intro-Swiper .swiper-slide > div h4 span{
  display: block; margin-bottom: 7px;
}
.intro-wrap .con-box-mo .main-intro-Swiper .swiper-slide > div h4 span:nth-of-type(1){
  font-size: 32px; line-height: 140%; letter-spacing: -3%; opacity: 0.5; color: #fff;
}
.intro-wrap .con-box-mo .main-intro-Swiper .swiper-slide > div h4 span:nth-of-type(2){
  font-weight: 700; line-height: 150%; letter-spacing: -3%; font-size: 22px; color: #fff;
}
.intro-wrap .con-box-mo .main-intro-Swiper .swiper-slide > div p{
  font-size: 14px; line-height: 160%; letter-spacing: -3%; color: #fff;
}
.intro-wrap .con-box-mo .swiper-pagination{
  position: absolute !important; bottom: 0;
}
.intro-wrap .con-box-mo .swiper-pagination .swiper-pagination-bullet{
  border: 1px solid #0D3A67; background-color: #fff; opacity: 1; width: 12px; height: 12px;
}
.intro-wrap .con-box-mo .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #0D3A67;
}



.doctor-wrap {
  background: url(../img/doctor-bg.jpg) center/cover no-repeat;
  padding-top: 150px;
  border-radius: 150px 150px 0 0;
  overflow: hidden;
}
.doctor-wrap .doctor-box {
  display: flex;
  justify-content: right;
  margin-right: 240px;
  margin-top: -152px;
}
.doctor-wrap .doctor-box .doctor {
  position: relative;
}
.doctor-wrap .doctor-box .doctor img {
  max-width: 460px; height: 100%; object-fit: cover;
}
.doctor-wrap .doctor-box .doctor .name-card {
  position: absolute;
  top: 40%;
  left: -200px;
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.1);
  width: 260px;
}
.doctor-wrap .doctor-box .doctor .name-card .top-box {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.doctor-wrap .doctor-box .doctor .name-card .top-box small {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.54px;
  color: var(--navy);
}
.doctor-wrap .doctor-box .doctor .name-card .top-box p {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.26px;
  color: var(--navy);
}
.doctor-wrap .doctor-box .doctor .name-card .name-btn {
  width: 44px;
  height: 44px;
  background-color: var(--navy);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.doctor-wrap .doctor-box .doctor .name-card .name-btn img {
  transition: all 0.2s;
}
.doctor-wrap .doctor-box .doctor .name-card .hide-box {
  margin-top: 20px;
  display: none;
}
.doctor-wrap .doctor-box .doctor .name-card .hide-box ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.doctor-wrap .doctor-box .doctor .name-card .hide-box ul li {
  width: 100%;
  border-radius: 50px;
  padding: 6px 10px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}
.doctor-wrap .doctor-box .doctor .name-card .hide-box ul li span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.48px;
  font-weight: 700;
  color: #fff;
}
.doctor-wrap .doctor-box .doctor .name-card .hide-box ul li span strong {
  font-weight: inherit;
  color: #B0C7DE;
}
.doctor-wrap .doctor-box .doctor .name-card .hide-box ul li:nth-child(1) {
  background-color: #212121;
}
.doctor-wrap .doctor-box .doctor .name-card .hide-box ul li:nth-child(2) {
  background-color: var(--navy);
}
.doctor-wrap .doctor-box .doctor .name-card .hide-box div a {
  padding: 10px 20px 10px 24px;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.66px;
  color: var(--navy);
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #0D3A67;
  width: -moz-max-content;
  width: max-content;
  margin: 20px auto 0;
}
.doctor-wrap .doctor-box .doctor.doctor02 {
  margin-left: -100px;
}
.doctor-wrap .doctor-box .doctor.doctor02 .name-card {
  left: unset;
  right: -100px;
}
.doctor-wrap .doctor-box .doctor.active .name-card {
  width: 380px;
  padding: 40px;
  border-radius: 40px;
}
.doctor-wrap .doctor-box .doctor.active .name-card .top-box {
  align-items: flex-start;
}
.doctor-wrap .doctor-box .doctor.active .name-card .name-btn img {
  transform: rotate(-45deg);
}
.doctor-wrap .doctor-box .doctor.active .name-card .hide-box {
  display: block;
}

.doctor-box-mo{
  width: 95%; margin: 0 auto;
  display: none; flex-direction: column; gap: 20px;
}
.doctor-box-mo > div{
  padding-top: 30px;
  background-color: #fff; border-radius: 30px;
}
.doctor-box-mo > div > div:nth-child(1){
  gap: 10px; margin-bottom: 10px;
  display: flex; align-items: center; justify-content: center;
}
.doctor-box-mo > div > div:nth-child(1) > span:nth-child(1){
  font-size: 32px; font-weight: 700; line-height: 140%; letter-spacing: -3%; color: #0D3A67;
}
.doctor-box-mo > div > div:nth-child(1) > span:nth-child(2){
  color: #0D3A67; font-size: 22px; font-weight: 600; line-height: 150%; letter-spacing: -3%;
}
.doctor-box-mo > div > div:nth-child(2){
  margin-bottom: 40px; display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 4px;
}
.doctor-box-mo > div > div:nth-child(2) > div{
  border-radius: 50px; padding: 6px 10px;
}
.doctor-box-mo > div > div:nth-child(2) > div:nth-child(1){
  background-color: #000;
}
.doctor-box-mo > div > div:nth-child(2) > div:nth-child(2){
  background-color: #0D3A67;
}
.doctor-box-mo > div > div:nth-child(2) > div > span{
  font-size: 14px; font-weight: 700; color: #B0C7DE; padding-left: 24px; position: relative;
}
.doctor-box-mo > div > div:nth-child(2) > div > span span{
  color: #fff;
}
.doctor-box-mo > div > div:nth-child(2) > div > span:before{
  width: 20px; height: 20px;
  content: ''; display: block; position: absolute; left: 0; top: -2px;
  background-repeat: no-repeat; background-position: center; background-size: contain;
}
.doctor-box-mo > div > div:nth-child(2) > div:nth-child(1) > span:before{
  background-image: url('../img/doctor-mark01.svg');
}
.doctor-box-mo > div > div:nth-child(2) > div:nth-child(2) > span:before{
  background-image: url('../img/doctor-mark02.svg');
}
.doctor-box-mo .btnBox{
  display: flex; justify-content: center; margin-bottom: 26px;
}
.doctor-box-mo .btnBox a{
  padding: 10px 20px 10px 24px;
  border: 1px solid #0D3A67; border-radius: 10px; font-size: 16px; font-weight: 700; line-height: 160%; letter-spacing: -3%; display: inline-block;
}
.doctor-box-mo .btnBox a span{
  padding-right: 32px; position: relative; color: #0D3A67;
}
.doctor-box-mo .btnBox a span:after{
  width: 24px; height: 24px;
  content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); background: url('../img/plus-btn.svg') center / contain no-repeat;
}
.doctor-box-mo > div > img{
  width: 90%; display: block; margin: 0 auto;
}


.bna-wrap {
  padding: 166px 0 160px; overflow: hidden;
}
.bna-wrap .inner {
  display: flex;
  gap: 115px;
}
.bna-wrap .left-box .info-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
  letter-spacing: -1px;
  opacity: 0.5;
  margin-top: 67px;
}
.bna-wrap .bna_con {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  flex-grow: 1;
}
.bna-wrap .bna_con > div {
  max-width: 443px;
  width: 100%;
}
.bna-wrap .bna_con > div p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.48px;
  text-align: center;
  padding-top: 16px;
}
.bna-wrap .bna_con .bna_text {
  display: flex;
  justify-content: space-around;
  margin: 23px 0;
  font-size: 20px;
  text-align: center;
  opacity: 0;
}
.bna-wrap .bna_con .bna_text span {
  color: #9F9F9F;
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 600;
}
.bna-wrap .bna_con .bna_text span:nth-child(2) {
  color: red;
}
.bna-wrap .bna_con #comparison1,
.bna-wrap .bna_con #comparison2 {
  width: 100%;
  
  aspect-ratio: 16 / 10;
  
  /* padding-bottom: 274px; */
  position: relative;
  border-radius: 23px;
}
.bna-wrap .bna_con #divisor1,
.bna-wrap .bna_con #divisor2 {
  background-size: cover;
  position: absolute;
  width: 50%;
  bottom: 0;
  height: 100%;
  z-index: 0;
}
.bna-wrap .bna_con #divisor1::after,
.bna-wrap .bna_con #divisor2::after {
  content: "";
  position: absolute;
  right: -2px;
  width: 2px;
  height: 340px;
  background-image: url(../img/divisor.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
  bottom: -66px;
  z-index: 1;
}
.bna-wrap .bna_con #divisor1 {
  background-image: url(../img/before_img01.png);
}
.bna-wrap .bna_con #divisor2 {
  background-image: url(../img/before_img02.png);
}
.bna-wrap .bna_con #comparison1 figure {
  background-image: url(../img/after_img01.png);
}
.bna-wrap .bna_con #comparison2 figure {
  background-image: url(../img/after_img02.png);
}
.bna-wrap .bna_con #handle1,
.bna-wrap .bna_con #handle2 {
  position: absolute;
  height: 50px;
  width: 50px;
  bottom: -38%;
  left: 54%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  /* 추가 */
  pointer-events: none;
  z-index: 3;
  background-color: transparent;
}
.bna-wrap .bna_con #handle1 .arrow,
.bna-wrap .bna_con #handle2 .arrow {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 52%;
  top: 50%;
  transform: translateX(-50%) translateY(-53%);
  background-image: url(../img/bna_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bna-wrap .bna_con figure {
  position: absolute;
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.bna-wrap .bna_con input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  bottom: -30%;
  transform: translateY(-50%);
  left: 0;
  background-color: transparent;
  width: 100%;
  cursor: pointer;
  z-index: 2;
  /* 추가 */
  pointer-events: auto;
  background: transparent;
  opacity: 0;
}
.bna-wrap .bna_con input[type=range]:focus, .bna-wrap .bna_con input[type=range]:active {
  border: none;
  outline: none;
}
.bna-wrap .bna_con input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  box-shadow: none;
  background-color: transparent;
  /* 추가 */
  width: 30px; /* 모바일에서 터치 영역 확대 */
  height: 30px;
  border-radius: 50%;
}
.bna-wrap .bna_con input[type=range] {
  /* 추가 */
}
.bna-wrap .bna_con input[type=range] .bna_wrap .bna_con input[type=range]::-moz-range-thumb {
  width: 30px;
  height: 30px;
  background: #003876;
  border-radius: 50%;
}
.bna-wrap .bna_con input[type=range] {
  /* 추가끝*/
}
.bna-wrap .bna_con input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 15px;
  width: 100%;
  background-color: transparent;
  position: relative;
  outline: none;
}
.bna-wrap .bna_con input[type=range]::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  border-radius: 50px;
  opacity: 1;
  background-color: red;
}
.bna-wrap .bna_con + p{
  font-size: 12px; font-size: 12px; font-weight: 400; line-height: 180%; letter-spacing: -3%;
  color: #000; opacity: 0.5; text-align: center; display: none; margin: 0 auto;
}




footer {
  overflow: hidden;
  position: relative; z-index: 9;
  background-color: var(--navy);
  border-radius: 150px 0 0 0;
}
footer .top-box {
  padding: 90px 0 80px;
}
footer .top-box .footer-inner {
  display: flex;
  justify-content: center;
}
footer .top-box .footer-inner * {
  color: #fff;
}
footer .top-box .footer-inner .mini-info {
  height: 276px;
}
footer .top-box .footer-inner .mini-info:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
footer .top-box .footer-inner .mini-info .info-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.66px;
}
footer .top-box .footer-inner .mini-info:nth-child(1) {
  padding-right: 80px;
}
footer .top-box .footer-inner .mini-info:nth-child(1) ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
footer .top-box .footer-inner .mini-info:nth-child(1) ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .top-box .footer-inner .mini-info:nth-child(1) ul li p {
  width: 57px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.48px;
  font-weight: 700;
  padding: 0 8px;
  text-align: center;
}
footer .top-box .footer-inner .mini-info:nth-child(1) ul li p.color-text {
  background-color: #0152A4;
  border-radius: 4px;
}
footer .top-box .footer-inner .mini-info:nth-child(1) ul li span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.54px;
  font-weight: 700;
}
footer .top-box .footer-inner .mini-info:nth-child(1) strong {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.26px;
  margin-top: 10px;
  display: inline-block;
}
footer .top-box .footer-inner .mini-info:nth-child(2) {
  padding: 0 80px;
}
footer .top-box .footer-inner .mini-info:nth-child(2) strong {
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.56px;
}
footer .top-box .footer-inner .mini-info:nth-child(2) ul {
  display: flex;
  gap: 14px;
  margin-top: 80px;
}
footer .top-box .footer-inner .mini-info:nth-child(2) ul li {
  padding: 12px 14px 12px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
}
footer .top-box .footer-inner .mini-info:nth-child(2) ul li span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.48px;
}
  footer .top-box .footer-inner .mini-info:nth-child(2) ul li a{
    position: absolute; display: block; left: 0; top: 0; width: 100%; height: 100%; z-index: 9;
  }
footer .top-box .footer-inner .mini-info:nth-child(3) {
  padding-left: 80px;
}
footer .top-box .footer-inner .mini-info:nth-child(3) ul li {
  display: flex;
  align-items: center;
}
footer .top-box .footer-inner .mini-info:nth-child(3) ul li p {
  width: 75px;
  display: flex;
  justify-content: space-between;
  margin-right: 40px;
}
footer .top-box .footer-inner .mini-info:nth-child(3) ul li p span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.54px;
  font-weight: 700;
}
footer .top-box .footer-inner .mini-info:nth-child(3) ul li > span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.54px;
}
footer .top-box .footer-inner .mini-info:nth-child(3) ul li small {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.48px;
  font-weight: 700;
  border-radius: 4px;
  background: #248EC2;
  display: inline-block;
  margin-left: 18px;
  padding: 0 8px;
}
footer .top-box .footer-inner .mini-info:nth-child(3) .time-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.48px;
  opacity: 0.5;
  margin-top: 17px;
  display: inline-block;
}
footer .map-box {
  width: 100%;
  height: 460px;
  background-color: #BEBEBF;
  margin-bottom: 30px;
}
footer .bottom-box {
  background-color: #001643;
  padding: 11px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 193px;
}
footer .bottom-box ul li {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.48px;
}
footer .bottom-box ul li strong {
  color: #fff;
  font-weight: 700;
}
footer .bottom-box .price-btn a {
  width: 160px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 10px;
  background: var(--02, rgba(255, 255, 255, 0.3));
}
footer .map-box{
  height: 460px;
}

aside {
  position: fixed;
  bottom: 80px;
  right: 80px;
  z-index: 120;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
aside .quick-menu {
  border-radius: 10px;
  overflow: hidden;
}
aside .quick-menu ul {
  padding: 10px 9px;
  background-color: #fff;
}
aside .quick-menu ul li {
  padding: 10px 0;
}
aside .quick-menu ul li:not(:last-child) {
  border-bottom: 1px solid #B7B7B7;
}
aside .quick-menu ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 3px;
}
aside .quick-menu ul li a span {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;
}
aside .quick-menu ul li a span.mo{
  display: none;
}
aside .quick-menu .top-btn {
  background-color: #335594;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
aside .quick-more-btn {
  border-radius: 100%;
  background-color: #335594;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
aside .quick-more-btn p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.035px;
}
aside .quick-more-btn p strong {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.04px;
  color: #fff;
}



@media (min-width: 1024px){
  header.sub{
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.1);
    top: 0; border-bottom: 1px solid rgba(255,255,255,0.2);
  }
  header.sub.scroll{
    background-color: #fff;
  }
  header.sub > div{
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0);
  }

  header.sub > div{
    background-color: transparent;
  }
  header.sub h1 a{
    background-image: url('../img/global/logo_white.png');
  }
  header.sub nav ul li a{
    color: #fff;
  }
  header.sub .hamburger span{border-color: #fff;}

  header.sub.scroll h1 a{
    background-image: url('../img/global/logo.svg');
  }
  header.sub.scroll nav ul li a{
    color: #0D3A67;
  }
  header.sub.scroll .hamburger span{
    border-color: #0D3A67;
  }
  header.sub.active{
    background-color: #fff;
  }
}

@media (max-width: 1800px){
  header > div{
    width: 95%;
  }
  aside{
    right: 2.5%; bottom: 40px;
  }
}

@media (max-width: 1600px){
  .main-wrap{
    height: calc(100vh + 200px);
  }
  .main-wrap .bg-box{
    height: 200px; border-radius: 0 80px 0 0;
  }
  .main-wrap .quickBox{
    width: 95%;
  }
  .main-wrap .main-swiper .page-box{
    bottom: 250px;
  }

  .main-wrap .main-swiper .swiper-slide .slide-text-box{
    top: 200px;
  }
  .main-wrap .main-swiper .swiper-slide .slide-text-box > p{
    font-size: 36px;
  }
  .main-wrap .main-swiper .swiper-slide .slide-text-box .con-box .awards-box ul li{
    width: 60px;
  }
  .main-wrap .main-swiper .swiper-slide .slide-text-box .con-box .awards-box ul li span{
    display: none;
  }
  .main-wrap .main-swiper .swiper-slide .slide-text-box .con-box .count-box .count-text p{
    font-size: 80px;
  }
  .main-wrap .main-swiper .swiper-slide .slide-text-box .con-box .count-box .count-text span{
    font-size: 32px; margin-bottom: 0;
  }
  


  .inner{
    width: 95%; margin: 0 auto;
  }

  .doctor-wrap .doctor-box{
    margin-right: 0; padding-right: 120px; box-sizing: border-box;
  }
  
  .doctor-wrap .doctor-box .doctor.doctor01{
    justify-content: end;
  }
  .doctor-wrap .doctor-box .doctor.doctor01 > img{
    margin-right: -50px;
  }
  .doctor-wrap .doctor-box .doctor.doctor02 > img{
    margin-left: -50px;
  }
  .bna-wrap .inner{
    flex-wrap: wrap;
  }
  .bna-wrap .inner > div{
    width: 100%;
  }
  .bna-wrap .title-box{
    text-align: center;
  }
  .bna-wrap .more-btn{
    display: flex; justify-content: center;
  }
  .bna-wrap .bna_con{
    justify-content: center; gap: 40px;
  }
  .bna-wrap .bna_con > div{
    width: 50%;
  }
  .bna-wrap .left-box .info-text{
    text-align: center;
  }

  footer .top-box .footer-inner .mini-info{
    width: 33.33%; height: auto;
  }
  footer .top-box .footer-inner .mini-info:nth-child(1){
    padding-right: 0; 
  }
  footer .top-box .footer-inner .mini-info:nth-child(3){
    padding-left: 0;
  }
  
  footer .top-box .footer-inner .mini-info:nth-child(1),
  footer .top-box .footer-inner .mini-info:nth-child(2),
  footer .top-box .footer-inner .mini-info:nth-child(3){
    padding: 0 20px;
  }
  footer .top-box .footer-inner .mini-info:nth-child(1) strong,
  footer .top-box .footer-inner .mini-info:nth-child(2) strong{
    font-size: 28px;
  }
  footer .top-box .footer-inner .mini-info:nth-child(1) ul li span{
    font-size: 16px;
  }
  footer .top-box .footer-inner .mini-info:nth-child(2) ul{
    flex-wrap: wrap;
  }
  footer .top-box .footer-inner .mini-info:nth-child(2) ul li{
    width: 100%;
  }
  
  footer .bottom-box{
    padding: 20px; box-sizing: border-box;
  }
}

@media (max-width: 1279px){
  header nav ul li a{
      padding: 30px 20px;
  }
  
  .main-wrap .bg-box{
    height: 80px;
  }
  
  .main-wrap .quickBox{
    display: none;
  }
  .main-wrap .quickBox_mo{
    display: block;
  }


  .doctor-wrap{
    padding-top: 100px;
  }
  .doctor-wrap .doctor-box{
    margin-top: 0;
    width: 100%; padding: 0 5%; justify-content: center;
  }
  .doctor-wrap .doctor-box .doctor{
    width: 50%; display: flex;
  }
  .doctor-wrap .doctor-box .doctor .name-card{
    left: 0; top: 60%;
  }
  .doctor-wrap .doctor-box .doctor.doctor02 .name-card{
    right: 0;
  }
  .doctor-wrap .title-box{
    text-align: center;
  }
  .doctor-wrap .more-btn a{
    margin: 0 auto 30px;
  }
}

@media (max-width: 1023px){
  header{
      top: 16px;
  }
  header > div > div{
      width: 100%;
  }
  header > div > div{
      display: flex; align-items: center; justify-content: space-between;
      padding: 0 16px; border-radius: 10px; 
      flex-wrap: wrap;
  }
  header h1{
      width: 190px;
  }
  header h1 a{
      height: 54px; width: 190px;
  }
  header nav{
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;  
  }
  header nav ul{
    border-top: 1px solid #B0C7DE; margin: 8px 0 16px 0;
    flex-wrap: wrap;
  }
  header.active nav{
      max-height: 380px;
  }

  header nav ul li{
      border-bottom: 1px solid #B0C7DE; width: 100%;
  }
  header nav ul li a{
      padding: 11px 10px;
      font-size: 16px; font-weight: 700; line-height: 160%;
  }
  header .hamburger{
      display: block; position: absolute; right: 20px; top: 16px;
  }
  header.active > div > div{
      flex-wrap: wrap;
  }

  aside{
    top: 76px;
  }
  aside .quick-menu ul{
    padding: 10px 3px;
  }
  aside .quick-menu ul li{
    padding: 8px 0;
  }
  aside .quick-menu ul li a span{
    font-size: 11px; line-height: 140%;
  }
  aside .quick-menu ul li a img{
    width: 24px;
  }
  aside .quick-more-btn{
    width: 56px; height: 56px;
  }
  aside .quick-more-btn p,
  aside .quick-more-btn p strong{
    font-size: 13px;
  }

  .main-wrap .main-swiper .swiper-slide .slide-text-box .con-box .mark-box span,
  .main-wrap .main-swiper .swiper-slide .slide-text-box .con-box .sub-text{
    font-size: 14px; line-height: 160%;
  }

  .main-wrap .main-swiper .swiper-slide .slide-text-box{
    gap: 20px;
  }
  .main-wrap .main-swiper .swiper-slide .slide-text-box > p{
    font-size: 32px; line-height: 140%;
  }
  .main-wrap .main-swiper .swiper-slide .slide-text-box > p br{
    display: none;
  }
  .main-wrap .main-swiper .swiper-slide .slide-text-box .con-box .awards-box ul{
    width: 90%; margin: 0 auto;
  }
  .main-wrap .main-swiper .swiper-slide .slide-text-box .con-box .awards-box ul li img{
    max-width: 90px;
  }
  .main-wrap .main-swiper .swiper-slide .slide-text-box .con-box .mark-box span img{
    width: 100%; height: 16px; max-width: 16px;
  }
  .main-wrap .main-swiper .page-box{
    bottom: 120px; gap: 32px;
  }
  .main-wrap .main-swiper .page-box .play-box{
    width: 24px; height: 24px;
  }
  .main-wrap .main-swiper .page-box .navi-box .main-pagination{
    font-size: 14px; gap: 7px;
  }

  .intro-wrap{
    padding: 100px 0; overflow: hidden;
  }
  .title-box h2,
  .title-box h2 strong{
    font-size: 32px; line-height: 140%;
  }
  .intro-wrap .top-box{
    flex-wrap: wrap; gap: 126px; text-align: center;
  }
  .intro-wrap .top-box > div{
    width: 100%;
  }
  .intro-wrap .more-btn{
     top: -120px; margin-top: 0; position: relative;
  }
  .more-btn{
    display: flex; justify-content: center;
  }
  .more-btn a{
    font-size: 16px; line-height: 160%; padding: 10px 16px; border-radius: 10px;
  }
  .more-btn a img{
    width: 24px; height: 24px;
  }
  .intro-wrap .top-box .sub-text{
    margin-bottom: 0;
  }
  .intro-wrap .top-box .sub-text p{
    font-size: 18px; line-height: 180%;
  }
  .intro-wrap .con-box{
    margin-top: 0;
  }
  .intro-wrap .con-box{
    display: none;
  }
  .intro-wrap .con-box-mo{
    display: block;
  }
  .doctor-wrap{
    padding-bottom: 80px; border-radius: 40px 40px 0 0;
    background-image: url('../img/doctor-bg-mo.png');
  }
  .doctor-wrap .doctor-box{
    display: none;
  }
  .doctor-wrap .doctor-box-mo{
    display: flex;
  }
  
  .bna-wrap{
    padding: 100px 0;
  }
  .bna-wrap .inner{
    gap: 60px;
  }
  .bna-wrap .left-box .info-text{
    display: none;
  }
  .bna-wrap .bna_con{
    flex-wrap: wrap;
  }
  .bna-wrap .bna_con > div{
    width: 100%;
  }
  .bna-wrap .bna_con + p{
    display: block;
  }
  
  
  
  footer{
    border-radius: 40px 0 0 0;
  }
  footer .top-box{
    padding: 100px 0 30px 0;
  }
  footer .top-box .footer-inner{
    flex-direction: column;
  }
  footer .top-box .footer-inner .mini-info{
    width: 100%;
  }
  footer .top-box .footer-inner .mini-info:nth-child(1){
    padding-bottom: 40px;
  }
  footer .top-box .footer-inner .mini-info:nth-child(1) strong,
  footer .top-box .footer-inner .mini-info:nth-child(2) strong{
    font-size: 22px; line-height: 150%;
  }
  footer .top-box .footer-inner .mini-info:nth-child(1) ul li span{
    line-height: 160%;
  }
  footer .top-box .footer-inner .mini-info:nth-child(2){
    padding: 40px 20px; border-bottom: 1px solid rgba(255,255,255,0.3); border-top: 1px solid rgba(255,255,255,0.3);
  }
  footer .top-box .footer-inner .mini-info:nth-child(2) strong{
    font-size: 42px;
  }
  footer .top-box .footer-inner .mini-info:nth-child(2) ul{
    margin-top: 20px;
  }
  footer .top-box .footer-inner .mini-info:nth-child(2) ul{
    flex-wrap: nowrap; gap: 8px;
  }
  footer .top-box .footer-inner .mini-info:nth-child(2) ul li{
    justify-content: center; gap: 4px; padding: 4px 14px 4px 20px;
  }
  footer .top-box .footer-inner .mini-info:nth-child(2) ul li span{
    font-size: 14px;
  }
  footer .top-box .footer-inner .mini-info:nth-child(3){
    padding: 40px 20px 0 20px;
  }
  footer .bottom-box{
    flex-direction: column; gap: 0; padding-top: 0; padding-bottom: 60px;
  }
  footer .bottom-box img{
    max-width: 260px; margin: 20px 0;
  }
  footer .bottom-box ul{
    width: 100%; text-align: center;
    padding: 20px 0; border-top: 1px solid rgba(255,255,255,0.3);
  }
  footer .bottom-box ul li{
    font-size: 12px;
  }
  footer .bottom-box .price-btn a{
    font-size: 14px;
  }
}

@media (max-width: 767px){
  aside{
    bottom: 0; top: auto; right: auto; left: 0; width: 100%;
  }
  aside .quick-menu{
    border-radius: 10px 10px 0 0;
  }
  aside .quick-menu ul{
    display: flex; padding: 10px 0;
  }
  aside .quick-menu ul li{
    width: 16.66%; padding: 0;
  }
  aside .quick-menu ul li:not(:last-child){
    border-bottom: none; border-right: 1px solid #B7B7B7;
  }
  aside .quick-menu ul li a{
    gap: 5px;
  }
  aside .quick-menu ul li a span.mo{
    display: block;
  }
  aside .quick-menu ul li a span.pc{
    display: none;
  }
  aside .quick-more-btn{
    display: none;
  }
  aside .quick-menu .top-btn{
    position: fixed; right: 5%; bottom: 100px; width: 40px; height: 40px; border-radius: 100%;
  }
  aside .quick-menu .top-btn img{width: 13px;}
  
  
  footer .top-box .footer-inner .mini-info:nth-child(3) ul li p{
    margin-right: 20px;
  }
  footer .top-box .footer-inner .mini-info:nth-child(3) ul li small{
    margin-left: 10px;
  }
  
  footer .map-box{
    height: 240px;
  }

  .main-wrap{
    height: 800px;
  }
  .main-wrap .bg-box{
    height: 80px; border-radius: 0 40px 0 0;
  }
  .main-wrap .main-swiper .page-box{
    bottom: 100px;
  }
  .main-wrap .main-swiper .swiper-slide .slide-text-box{
    top: 110px;
  }
  .main-wrap .main-swiper .swiper-slide .slide-text-box .con-box .awards-box ul{
    gap: 0; width: 280px;
  }
  .main-wrap .main-swiper .swiper-slide .slide-text-box .con-box .awards-box ul li{
    margin: 5px -7px;
  }
  .main-wrap .main-swiper .swiper-slide .slide-text-box .con-box .awards-box ul li img{
    width: 100%; height: 95px; max-width: 68px; border-width: 1px;
  }
  .main-wrap .main-swiper .swiper-slide .slide-text-box .con-box .mark-box{
    width: 100%; justify-content: center; gap: 4px; padding: 10px 10px;
  }
  .main-wrap .main-swiper .swiper-slide .slide-text-box .con-box .count-box .count-text{
    align-items: center;
  }
  .main-wrap .main-swiper .swiper-slide .slide-text-box .con-box .count-box .count-text p{
    font-size: 20vw;
  }
  .main-wrap .main-swiper .swiper-slide .slide-text-box .con-box .count-box .count-title{
    font-size: 14px;
  }
  

  
  .bna-wrap{
    overflow-x: hidden;
  }
  .bna-wrap .inner{
    width: 90%;
  }
  .bna-wrap .bna_con #divisor1::after,
  .bna-wrap .bna_con #divisor2::after{
    bottom: 0;
  }
  .bna-wrap .bna_con #divisor1::after,
  .bna-wrap .bna_con #divisor2::after{
    height: 100%;
  }
  .bna-wrap .bna_con #handle1,
  .bna-wrap .bna_con #handle2{
    bottom: -100px;
  }
  
  .bna-wrap .bna_con #handle1:before,
  .bna-wrap .bna_con #handle2:before{
    content: ''; position: absolute; display: block; width: 2px; height: 50px; background-color: #0D3A67; 
    left: calc(50% + 1px); top: -50px; transform: translateX(-50%);
  }
  
}



@media (hover: hover) and (min-width: 1024px){
  header.sub:hover{
    background-color: #0D3A67;
  }
  header.sub:hover h1 a{
    background-image: url('../img/global/logo_white.png');
  }
  header.sub:hover nav ul li a{
    color: #fff;
  }
}