/* index(main) page css */
.main_visual_sec {
    position: relative;
    height: 1005px;
}
.main_visual_sec .main_visual_wrap {
    height: 55.1vw;
    min-height: 817px;
    overflow: hidden;
    position: relative;
}
.main_visual_sec .main_visual_wrap .main_visual_video_wrap {
    position: relative;
    padding-bottom: 54.2%;
    padding-top: 39px;
    height: 0;
    overflow: hidden;
    background-color: #111;
}
.main_visual_sec .main_visual_wrap .main_visual_video_wrap iframe {
    opacity: 1.6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    -moz-opacity: 0.6;
}
.main_visual_sec .main_visual_wrap .main_visual_txt_wrap {
    position: absolute;
    top: 318px;
    left: 243px;
}

.main_visual_sec .main_visual_wrap .main_visual_txt_wrap .main_visual_txt_01 {
    font-family: Pretendard;
    font-size: 50px;
    font-weight: 300;
    line-height: 1.28;
    color: #fff;
}
.main_visual_sec .main_visual_wrap .main_visual_txt_wrap .main_visual_txt_02 {
    font-family: Pretendard;
    font-size: 20px;
    font-weight: 300;
    color: #fff; 
    line-height: 1.6;
    margin-top: 55px;
}

.sec_tit{
    font-size: 30px;
    font-weight: 300;
    text-align: center;
}

.main_care_sec{
    padding-bottom: 130px;
}


.main_care_sec .sec_tit{
    margin: 116px auto 60px;
}

.main_care_items{display: flex;column-gap: 5px;}
.main_care_item_wrap{
    width: 447px;
    height: 550px;
    overflow: hidden;
}
.main_care_item_wrap:hover .main_care_item .main_care_item_img {transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);}
.main_care_item{
    position: relative;
}
.main_care_item_img{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.5s ease-in-out;
}
.main_care_item_txt_wrap{
    position: absolute;
    width: 100%;
    top: 65%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
}
.main_care_item_tit{
    font-size: 36px;
    font-weight: 300;
    line-height: 0.67;
    margin-bottom: 22px;
}
.main_care_item_txt{
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.5px;
}


.main_care_lounge_sec { padding: 150px 0 200px;}
/* .main_care_lounge_sec .sec_title {
    position: absolute;
    top: 0; 
    z-index: 2;
    text-transform: uppercase;
    font-family: Montserrat;
    font-size: 12px;
    letter-spacing: 4.8px;
} */
.main_care_lounge_sec .sec_title { 
    text-align: center;
}
.main_care_lounge_sec .sec_title h2{ 
    font-family: Pretendard;
    font-size: 40px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height:1.5;
  letter-spacing: normal;
  text-align: center;
}
.main_care_lounge_sec .sec_title h3{ 
    font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: center;
}
.main_care_lounge_slide .swiper-wrapper {
    position: relative;
    margin: 0 auto;
}
.main_care_lounge_slide .swiper-container-pointer-events {
    touch-action: pan-y;
}
.main_care_lounge_link{
    /* display: flex;
    justify-content: space-between; */
} 

/* .main_care_lounge_img{
    height: 540px;
    min-width: 960px;
    margin-left: 330px;
} */
.main_care_lounge_img{
    height: 540px;
    min-width: 960px; 
}  

.main_care_lounge_text {
    position: absolute;
    top: 16.66%;
    left: 0;
}

.main_care_lounge_text .txt{    
    font-size: 30px;
    font-weight: 300;  
    line-height: 1.33;
}
.main_care_lounge_text .go_link{
    margin-top: 30px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.57;
}
.view_more_link {
    position: absolute;
    bottom: 9.25%;
    left: 0;
}
.view_more_link .view_more{
    font-family: Montserrat;
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
}
/* 

.main_care_lounge_slide .swiper-button-prev {
    display: block;
    top: inherit;
    bottom: 10px;
    width: 9px;
    height: 15px;
    font-size: 0;
    background: url(/images/lounge_slide_btn.png) no-repeat 9px 20px;
    right: inherit;
    left: 60px;
    background-position: 0 -15px;
}
.main_care_lounge_slide .swiper-button-prev:after {
    position: absolute;
    margin: -18px 0 0 -16px;
    padding-right: 8px;
    color: #f5f5f5;
}
.main_care_lounge_slide .swiper-button-next {
    display: block;
    top: inherit;
    bottom: 10px;
    width: 9px;
    height: 15px;
    font-size: 0;
    background: url(/images/lounge_slide_btn.png) no-repeat 9px 20px;
    left: 80px;
    background-position: 0 0;
}
.main_care_lounge_slide .swiper-button-next:after {
    position: absolute;
    margin: -18px 0 0 -5px;
    padding-right: 8px;
    color: #f5f5f5;
}
.main_care_lounge_slide .swiper-pagination-fraction {
    display: block;
    width: 42px;
    bottom: 10px;
    left: 0;
} */



.main_care_lounge_slide .swiper-pagination-fraction {
    font-size: 18px;
    color: hsla(0,0%,100%,.3);
    line-height: 102px;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 110px;
    width: 116px;
    text-align: center;
    z-index: 2;
    border-right: 1px solid hsla(0,0%,100%,.15);
    font-family: Abel,NaumSquare;
    display: block;
}
.main_care_lounge_slide .swiper-pagination-fraction .swiper-pagination-current {
    color: #fff;
}
.main_care_lounge_slide .bg_pager {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 220px;
    height: 102px;
    background: rgba(0,0,0,.8);
}
.main_clinic_text {
    margin-top: 42px;
    margin-left: 50px;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.33;
}  
.main_care_lounge_slide .swiper-button-prev {
    top: inherit;
    bottom: 42px;
    width: 9px;
    height: 20px;
    font-size: 0;
    background: url(/images/lounge_slide_btn_w.png) no-repeat 9px 20px;
    position: absolute;
    right: 60px;
    left: auto;
    background-position: 0 0;
    /* border-right: 1px solid hsla(0,0%,100%,.15); */
    padding-right: 22px;
}
.main_care_lounge_slide .swiper-button-next {
    top: inherit;
    bottom: 42px;
    width: 9px;
    height: 20px;
    font-size: 0;
    background: url(/images/lounge_slide_btn_w.png) no-repeat 9px 20px;
    position: absolute;
    right: 30px;
    z-index: 2;
    background-position: 0 -20px;
}
.main_care_lounge_slide .swiper-button-prev:after,
.main_care_lounge_slide .swiper-button-next:after {
    content: ' ';
}




.main_doctor_sec{
    padding: 110px 20px 80px;
}

.main_doctor_txt_part_01 {
    display: flex;
    padding: 50px 0 60px;
}
.main_doctor_txt_part_01_01 {
    width: 50%;
    font-size: 30px;
    font-weight: 300;
}
.main_doctor_txt_part_01_02 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
}
.main_doctor_txt_part_02 {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
}
.main_doctor_txt_part_02 .item_wrap{
    border-top: 1px solid;
    padding-top: 30px;
    font-size: 18px;
    line-height: 1.5;
}
.main_doctor_txt_part_02 .item_wrap .tit{
    font-weight: 600;
}  
.item_wrap.desc_02 .desc_wrap {
    display: flex; 
    column-gap: 50px;
    /* justify-content: space-between; 220523 수정*/
    letter-spacing: -1.2px;
}
.item_wrap.desc_01 {
    width: 25%;
}
.item_wrap.desc_02 {
    width: 50%;
}
.item_wrap.desc_03 {
    width: 25%;
}
.main_care_category_sec{
    padding: 110px 0;
}
.main_care_category_wrap {
    display: flex;
}
.main_care_category_01 ul{
    display: grid;
    grid-template-columns: repeat(3, 320px);
    grid-template-rows: repeat(2, 280px);
    background-color: #f0eeed;
    grid-gap: 1px; 
}
li.main_care_category_item_wrap {
    background-color: white; 
}
.main_care_category_item {
    width: 100%;
    height: 100%;
    position: relative;
}
.main_care_category_item img{
    bottom: 0;
    right: 0;
    position: absolute;
}
.main_care_category_item p.txt_01 {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.33;
    color: #aeaeae;
    padding-top: 39px;
    padding-left: 30px;
}
.main_care_category_item p.txt_02 {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.33;
    padding-top: 23px;
    padding-left: 30px;
}
.main_care_category_item p.txt_03 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    padding-top: 18px;
    padding-left: 30px;
}
.main_care_category_01 ul > li a:hover .main_care_category_item{background-color: #f3f7fc;} 

.main_care_category_02 {
    position: relative;
}
.main_care_category_02_txt {
    position: absolute;
    bottom: 43px;
    left: 40px;
    font-size: 27px;
    font-weight: 300;
    line-height: 1.37;
    letter-spacing: -1.35px;
    color: #fff;
}

.simply_scroll_section_01{
    padding: 105px 0 0;
} 
.simply_scroll_section_02{
    padding: 120px 0 145px;
}
.simply_scroll_section .sec_tit{
    padding-bottom: 48px;
}
.simply_scroll_section .simply-scroll
{
    width: 100%;
    height: 450px;
}
.simply_scroll_section .simply-scroll .simply-scroll-clip {
    height: 450px;
    /* width: 1800px; */
    width: 100%;
    min-width: 1290px;
    max-width: 1800px;
}
.simply_scroll_section .simply-scroll .simply-scroll-list li  {
    float: left;
    width: 335px;
    height: 450px;
    text-align: center;
}
.simply_scroll_section .tumb_img_wrap {
    height: 380px;
    overflow: hidden;
}
.simply_scroll_section .tumb_img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.7s ease-in-out;
}
.simply_scroll_section li a:hover .tumb_img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.simply_scroll_section .tumb_img img {
    max-width: initial;
    width: 300px;
    height: 380px;
    object-fit: cover;
}
.simply_scroll_section_01 p,
.simply_scroll_section_02 p{
    font-size: 20px;
  font-weight: 300;
  padding-top: 34px;
  width: 300px;
}

.main_clinic_wrap{
    max-width: 1800px;
    width: auto;
    min-width: 1330px;
    margin: 0px auto;
}
.main_clinic_slide .swiper-slide {
    position: relative;
    width: 100%;
}
.main_clinic_slide .main_clinic_contents_wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    max-width: 440px;
    width: 520px;
    height: 190px;
}
.main_clinic_slide .swiper-pagination-fraction {
    font-size: 18px;
    color: hsla(0,0%,100%,.3);
    line-height: 102px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 116px;
    text-align: center;
    z-index: 2;
    border-right: 1px solid hsla(0,0%,100%,.15);
    font-family: Abel,NaumSquare;
    display: block;
}
.main_clinic_slide .swiper-pagination-fraction .swiper-pagination-current {
    color: #fff;
}
.main_clinic_slide .bg_pager {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 220px;
    height: 102px;
    background: rgba(0,0,0,.8);
}
.main_clinic_text {
    margin-top: 42px;
    margin-left: 50px;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.33;
}
.main_clinic_contents_wrap .view_more_link {
    position: absolute;
    bottom: 36px;
    left: 50px;
}
.main_clinic_img {
    height: 650px;
}
.main_clinic_img img{
    height: 650px;
    object-fit: cover;
}
.main_clinic_slide .swiper-button-prev {
    top: inherit;
    bottom: 42px;
    width: 9px;
    height: 20px;
    font-size: 0;
    background: url(/images/lounge_slide_btn_w.png) no-repeat 9px 20px;
    position: absolute;
    left: 146px;
    background-position: 0 0;
    /* border-right: 1px solid hsla(0,0%,100%,.15); */
    padding-right: 22px;
}
.main_clinic_slide .swiper-button-next {
    top: inherit;
    bottom: 42px;
    width: 9px;
    height: 20px;
    font-size: 0;
    background: url(/images/lounge_slide_btn_w.png) no-repeat 9px 20px;
    position: absolute;
    left: 182px;
    z-index: 2;
    background-position: 0 -20px;
}
.main_clinic_slide .swiper-button-prev:after,
.main_clinic_slide .swiper-button-next:after {
    content: ' ';
}

.main_notice_sec{
    margin-top: 116px;
}
.main_board_tit {
    margin-bottom: 58px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.main_board_tit h2.sec_tit{
    position: absolute;
    left: 50%;
    transform: translateX(-50px);
}
.main_board_item_wrap {
    display: flex;
    column-gap: 30px;
    justify-content: space-between;
}
.main_board_item {
    border-top: 1px solid;
    padding-top: 30px;
}
.main_board_item p.date {
    padding-top: 36px;
    font-size: 16px;
    font-weight: 300;
    color: #aeaeae;
}
.main_board_item p.tit {
    font-size: 24px;
    font-weight: 300;
    padding-top: 20px;
}
.main_news_sec{
    margin-top: 90px;
}

.main_online_sec{
    padding: 150px 40px;
    display: flex;
}
.main_online_item_wrap {
    flex: 1;
    border: 1px solid #dadada;
    height: 200px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_online_sec > div:nth-child(2){
    margin-left: -1px;
}
.main_online_item p.tit {
    font-size: 24px;
    font-weight: 300;
    padding-bottom: 20px;
}
.main_online_item p.txt {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.38;
}

@media(min-width:1290px) and (max-width: 1800px){ 
    .main_care_item_wrap {
        width: 100%;
        height: 28.6458vw;
        min-height: 370px;
    }
    .main_care_item_txt_wrap {
        top: 17vw;
    }
    .main_care_item_tit {
        font-size: 1.875vw;
        margin-bottom: 1.0417vw;
    }
    .main_care_item_txt {
        font-size: 1.0417vw;
    }
}

@media  (max-width: 1290px){ 
    .main_care_item_wrap { 
        height: 370px;
    } 
}

section.main_sub_02_wrap{
    padding-left:20px;
    margin: 150px 0;
}
.main_sub_02 {
    display: flex;
    align-items: center;
}
.main_sub_02_img_part {
    /* min-width: 1100px; */
}
.main_sub_02_tit_wrap {
    margin-left: auto;
    margin-right: 55px;
    row-gap: 125px;
    display: flex;
    flex-direction: column;
}
.main_sub_02_tit h3{  
    font-family: Montserrat;
    font-size: 18.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal; 
    letter-spacing: 1.85px;
    text-align: left;
    color: #3665a7;
    padding-bottom: 30px;
    line-height: 1;https://www.coupang.com/vp/products/4658391024?itemId=5814637815&vendorItemId=73113054768&q=%EB%AA%85%ED%95%A8+%EB%B9%84%EC%B9%98%EB%8C%80&itemsCount=36&searchId=b856ae651c844e988ef5a35d5ed84fff&rank=34&isAddedCart=

}
.main_sub_02_tit h2{  
    font-family: Pretendard;
    font-size: 70.5px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal; 
    letter-spacing: 1;
    text-align: left; 
    
}
.main_sub_02_tit h2 span{
    margin-bottom: 45px;
}

.nonsurgical_treatment_section .main_sub_02_tit h2{  
    margin-right: -100px;
    position: relative;
    line-height: 1;
    letter-spacing: -9px;

}

.main_sub_02_tit_desc p{
    font-family: Pretendard;
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal; 
  letter-spacing: -0.5px;
  text-align: left;
}

.main_sub_02_tit_desc p.view_more{
    font-family: Montserrat;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal; 
  letter-spacing: normal;
  text-align: left;
  color: #3665a7;
  padding-top: 40px;
}
section.main_sub03 {
    margin: 150px auto;
}
.sec_tit_wrap{
    margin-bottom: 70px;
}
.sec_tit_wrap h2.sec_tit {
    font-size: 40px;
    font-weight: 500;
    font-family: Pretendard;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.5px;
    text-align: center;  
    line-height: 1;
}
.sec_tit_wrap h3.sec_sub_tit {
    font-family: Pretendard;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: -0.5px;
    text-align: center;
    color: #aeaeae;
    padding-top: 30px;
}

.care_case_contents {
    display: flex;
    column-gap: 25px;
    width: 1295px;
    margin: auto;
}
.care_case_contents_item { 
    width: 635px;
}
.care_case_contents_tit {
    height: 120px;
    width: 100%;
    background-color: #f2f2f2;
    font-family: Pretendard;
    font-size: 25px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    line-height: 50px;
}
.care_case_contents_img {
    margin-top: 24px;
}

.care_type_wrap {
    display: flex;
    flex-wrap: wrap; 
    gap: 24px;
    width: 812px;
    margin: auto;
    height: 394px;
}

.care_type{
    position: relative;
    display: block;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.care_type:hover{
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    transform: translate(0, -5px);
}

.main_doctor_info_wrap {
    display: flex;
    align-items: center;
    column-gap: 200px;
}
p.main_doctor_info_desc_01 {
    font-family: Pretendard;
    font-size: 45px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: normal;
    margin-bottom: 30px;
}
p.main_doctor_info_desc_02 {
    font-family: Pretendard;
    font-size: 25px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: left;
    color: #3665a7;
    margin-bottom: 60px;
}
p.main_doctor_info_desc_03 {
    font-family: Pretendard;
    font-size: 19.5px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: normal;
    text-align: left;
}
p.main_doctor_info_desc_03 b{
    font-family: Pretendard;
    font-size: 19.5px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal; 
    letter-spacing: normal;
    text-align: left;
}
.main_doctor_info_desc p.view_more {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.37;
    letter-spacing: normal;
    text-align: left;
    color: #3665a7;
    margin-top: 50px;
}

section.person_center_sec.width_full {
    background-image: url(/images/main_sub02_bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-color: #eff3f8;
}
.person_center_tit_wrap {
    padding: 150px 20px 90px;
    width: fit-content;
    margin: 0 auto;
}
h3.person_center_tit_01 {
    font-family: Montserrat;
    font-size: 18.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.46;
    letter-spacing: 1.85px;
    text-align: center;
    color: #3665a7;
    padding-bottom: 30px;
}
h2.person_center_tit_02 {
    font-family: Pretendard;
    font-size: 70.5px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.92;
    letter-spacing: normal;
    text-align: left;
    padding-bottom: 125px;
}
p.person_center_tit_03 {
    font-family: Pretendard;
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 4;
    letter-spacing: -0.5px;
    text-align: center;
    padding-bottom: 40px;
}
p.view_more {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #3665a7;
}
.person_center_01_wrap {
    display: flex;
    justify-content: center;
    column-gap: 25px;
}
 


.person_center_01_wrap a {
    /* width: 340px; */
    text-align: center;

    position: relative;
    display: block;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.person_center_01_wrap a:hover {
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
} 

p.person_center_01_item_tit {
    font-family: Pretendard;
    font-size: 32px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.5px;
    text-align: center;
    padding: 45px 0 25px;
}
p.person_center_01_item_desc {
    font-family: Pretendard;
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: -0.5px;
    text-align: center;
}
.person_center_02_wrap {
    display: flex;
    padding: 150px 0;
}
.person_center_02_tit {
    margin-left: auto;
    margin-right: 155px;
    font-family: Pretendard;
  font-size: 40px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
}
.person_center_02_item_wrap {
    width: 50%;
    display: flex;
    column-gap: 45px;
}

.growth_care_type_wrap {
    display: flex;
    gap: 10px;
}
.growth_care_type p {
    font-family: Pretendard;
    font-size: 29.5px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: -0.74px;
    padding-top: 48px;
    text-align: center;
}

section.main_oneday_clinic_sec {
    background-image: url(/images/main_sub04_bg.jpg);
    height: 980px;
}
.main_oneday_clinic {
    width: 1605px;
    margin-left: auto;
    display: flex;
}

.main_oneday_clinic_tit_wrap h3 {
    font-family: Montserrat;
    font-size: 18.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 1.85px;
    text-align: left;
    color: #3665a7;
    padding-bottom: 30px;
}
.main_oneday_clinic_desc_wrap {
    margin-left: 330px;
}
.main_oneday_clinic_tit_wrap h2{
    font-family: Pretendard;
    font-size: 70.5px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
}
p.main_oneday_clinic_desc {
    font-family: Pretendard;
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.5px;
    padding: 118px 0 40px;
}

section.main_intergrated_sec {
    display: flex;
    justify-content: center;
    row-gap: 68px;
    column-gap: 40px;
    flex-wrap: wrap;
    width: 1290px;
    margin: 200px auto;

}
.main_intergrated_tit_wrap {
    width: 625px;
}
.main_intergrated_tit_wrap h3{
    font-family: Montserrat;
    font-size: 18.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.46;
    letter-spacing: 1.85px;
    text-align: left;
    color: #3665a7;
    padding-bottom: 30px;
}
.main_intergrated_tit_wrap h2{
    font-family: Pretendard;
    font-size: 70.5px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
}
p.main_intergrated_tit_desc {
    font-family: Pretendard;
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 4;
    letter-spacing: -0.5px;
    padding: 125px 0 40px;
}

.main_intergrated_item_a {
    width: 625px;
    height: 443px;
    position: relative;
    display: block;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;

} 
.main_intergrated_item_a:hover{
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

.main_intergrated_item{
    width: 625px;
    height: 443px;
}
.main_intergrated_item p{
    font-family: Pretendard;
    font-size: 35.5px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.48;
    letter-spacing: -0.89px;
    text-align: center;
    color: #fff;
    padding-top: 365px;
}






/* ------------------------------
 * main - facility
------------------------------ */
.main-facility-section .sec_title{
    padding-bottom: 75px;
}
.main-facility-section .sec_title h2 {
    font-family: Pretendard;
    font-size: 40px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
}
.main-facility-section .sec_title h3 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 2px;
    text-align: center;
}

    
.main-facility-section {padding-top: 150px; padding-bottom: 200px;background-color: #f2f2f2;overflow: hidden;}
.main-facility-section .container-lg {position: relative}
.main-facility-section .facility-img-swiper {overflow: visible; width: 1290px;}
.main-facility-section .facility-img-swiper .swiper-slide {opacity: .1; transition: opacity .3s}
.main-facility-section .facility-img-swiper .swiper-slide-active, .main-facility-section .facility-img-swiper .swiper-slide-duplicate-active {opacity: 1}
.main-facility-section .facility-img-swiper .swiper-slide figure {position: relative; margin-bottom: 0; width: 1290px;}
.main-facility-section .facility-img-swiper .swiper-slide figure img {display: block; width: 100%; user-select: none; pointer-events: none; width: 1290px;}
.main-facility-section .facility-img-swiper .swiper-slide figure figcaption {position: absolute; bottom: 0; left: 0; right: 0; padding: 0 70px 75px; z-index: 10}
.main-facility-section .facility-img-swiper .swiper-slide figure figcaption span {display: block; font-size: 22px; font-weight: 700; color: #fff; letter-spacing: -0.02em; text-transform: uppercase; margin-bottom: 24px}
.main-facility-section .facility-img-swiper .swiper-slide figure figcaption h3 {font-size: 44px; font-weight: 700; color: #fff; letter-spacing: -0.04em; line-height: 1.3; text-shadow: 0 0 13px rgba(90,91,91,.58)}
.main-facility-section .facility-label-swiper {position: absolute; bottom: 0; right: 458px; width: 220px; background-color: #201c18; z-index: 20}
.main-facility-section .facility-label-swiper .swiper-slide .label-group {display: -ms-flexbox; display: flex; width: 100%; height: 76px; padding: 0 45px; background-color: #000000; align-items: center}
.main-facility-section .facility-label-swiper .swiper-slide .label-group span {display: block; width: 40px; font-size: 14px; font-weight: 500; color: #fff; letter-spacing: -0.04em}
.main-facility-section .facility-label-swiper .swiper-slide .label-group p {font-size: 20px; font-weight: 500; color: #fff; letter-spacing: -0.04em}
.main-facility-section .swiper-controller {position: absolute; bottom: 0; right: 306px; font-size: 0; z-index: 20}
.main-facility-section .swiper-controller > button {display: inline-block; width: 76px; height: 76px; font-size: 20px; color: #fff; padding: 0; border: 0; background-color: #353535; outline: 0; transition: background-color .25s}
.main-facility-section .swiper-controller > button.button-next {background-color: #3665a7}


.main_top_slider_sec  .main_visual_txt_wrap {
    position: absolute;
    /*top: 318px;*/ bottom:100px;
	
    left: 243px;
}
.main_top_slider_sec  p.main_visual_txt_01 {
    font-family: Pretendard;
    font-size: 60px; /**50**/
    font-weight: 300;
    line-height: 1.28;
    color: #fff;
}
.main_top_slider_sec  p.main_visual_txt_02 {
    font-family: Pretendard;
    font-size: 25px; /*20*/
    font-weight: 300;
    color: #fff;
    line-height: 1.6;
    margin-top: 55px;
}
.main_top_slider_sec .swiper-button-next, .main_top_slider_sec .swiper-button-prev{
    color: #fff;
}

.main_oneday_clinic_back {
    position: absolute;
    background: #fff;
    width: 1470px;
    height: 270px;
}