@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

/* header */
header {
    padding: 0 0 0 50px;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;

}

header:hover {}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background-color: #fff;
}

.header_w {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 1500px;
}

.header_menu_w {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 68px;
}



.big_menu_w {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
}

.big_menu_w>li {
    position: relative;
}

.big_menu_w>li>a {
    display: inline-block;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    line-height: 100px;
}

.big_menu_w>li:hover .small_menu_w {
    display: block;
}

.big_menu_w>li:hover>a {
    color: #FF6C34;
}




.small_menu_w {
    width: 191px;
    background-color: #FF6C34;
    border-radius: 0 32px 0 32px;
    position: absolute;
    top: 70px;
    display: none;
}

.small_menu_w {
    padding: 21px 0;
}

.small_menu_w>li>a {
    display: block;
    font-size: 14px;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 30px;
    color: #fff;
    padding-left: 25px;
    font-weight: lighter;
}

.small_menu_w>li>a:hover {
    color: #333;
}

.header_login_w {
    display: flex;
    gap: 40px;
    align-items: center;
}

.header_login_w>a {
    /*  line-height: 100px;
    padding: 0 0 0 50px; */
}

.header_login_w:hover .login_list {
    display: block;
}

.login_list {
    width: 150px;
    background-color: #FF6C34;
    border-radius: 32px 0 32px 0;
    position: absolute;
    top: 70px;
    right: 50px;
    display: none;
    z-index: 9999;
}

.login_list {
    padding: 21px 0;
}

.login_list>li>a {
    display: block;
    font-size: 14px;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 30px;
    color: #fff;
    padding-left: 25px;
    font-weight: lighter;
}

.login_list>li>a:hover {
    color: #333;
}

/* 메인베너 */
#mainbanner {
    min-width: 1500px;
}

.swiper-container {
    position: relative;
    overflow: hidden;
}

.swiper-slide {}

#mainbanner .slide-contents {
    text-align: center;
}

#mainbanner .slide-contents a {
    display: block;
    width: 100%;
}

#mainbanner .slide-contents a img {
    display: block;
    min-width: 1500px;
    margin: 0 auto;
}

/* 메인배너 페이지네이션 */
#mainbanner .swiper-button-prev {
    width: 90px;
    height: 90px;
}

#mainbanner .swiper-button-next {
    width: 90px;
    height: 90px;
}

#mainbanner .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    background: none;
    border: 2px solid #fff;
    opacity: 1;
}

#mainbanner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 60px;
    border-radius: 12.5px;
    background: #fff;
    border: 2px solid #fff;
}

/* 메인배너 페이지네이션 위치 */
#mainbanner .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 60px;
}

.main_w {
    min-width: 1500px;
}

.main_point_text {
    font-size: 18px;
    font-family: 'Noto Sans KR', sans-serif;
    text-align: center;
    letter-spacing: 20px;
    padding: 82px 0;
}

/* 카드배너 */
#card {
    margin-bottom: 140px;
}

#card .card_banner {
    display: flex;
    justify-content: center;
}

#card .card_banner_list {
    display: flex;
}

#card .card_banner_list li {
    position: relative;

}

#card .card_banner_list li .card_box {
    width: 100%;
    overflow: hidden;

}

#card .card_banner_list li .card_box img {
    display: block;
    width: 100%;
}

#card .card_banner_list li:hover .card_box>img {
    transform: scale(1.1);
    transition: all ease 1s;
}

#card .card_text {
    position: absolute;
    top: 50px;
    left: 50px;
    font-family: 'Noto Sans KR', sans-serif;
    color: #000;
}

#card .card_plus {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

#card .card_youtube {
    position: absolute;
    top: 50px;
    right: 50px;
}

#card .card_text h4 {
    font-size: 18px;
    line-height: 26px;
    color: #5A5858;
    margin-bottom: 10px;
}

#card .card_text h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
}

#card .card_text p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 40px;
}

#card .card_text a {
    display: inline-block;
    border: solid 1px #707070;
    padding: 7px 21px;
    font-size: 18px;
    line-height: 26px;
}

/* 메인 의료진소개 */
#main_doctor {
    background-image: url("../img/main/main_doctor_bg2.png");
    padding-bottom: 110px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;

}

#main_doctor .title {
    text-align: center;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 50px;
}

#main_doctor .title>p {
    font-size: 16px;
    font-weight: lighter;
    line-height: 36px;
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: 9px;
    padding-bottom: 20px;
}

#main_doctor .title>p>span {
    font-weight: bold;
}

#main_doctor .title>h2 {
    font-size: 48px;
    line-height: 36px;
    font-weight: bold;
    font-family: 'Noto Sans KR', sans-serif;
}

#main_doctor .layout {}

#main_doctor .layout>.text>div {
    margin-bottom: 40px;
    letter-spacing: -1px;
    text-align: center;
}

#main_doctor .layout>.text span {
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    line-height: 48px;
    font-family: 'Noto Sans KR', sans-serif;
    margin-bottom: 22px;
    display: inline-block;
    padding-right: 18px;
}

#main_doctor .layout .text p {
    font-size: 18px;
    line-height: 30px;
    font-weight: lighter;
    color: #000;
    font-family: 'Noto Sans KR', sans-serif;
}

.main_history {

    display: flex;
    gap: 20px;
}

.doctor_name {
    text-align: center;
    margin-top: 15px;
}

.doctor_name p {
    font-size: 32px;
    line-height: 38px;
    color: #000;
    letter-spacing: -1px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
}

.doctor_name p span {
    font-size: 20px;
    line-height: 36px;
    color: #000;
    letter-spacing: -1px;
    font-family: 'Noto Sans KR', sans-serif;
}

/* 모달팝업 */
#modal {
    width: calc(100% + 30px);
    height: 100%;
}

.modal_bg {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #000000;
    opacity: 0.8;
    z-index: 999;
}

.modal_wrap_id {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.modal_layout {
    display: flex;
}

/* 둘러보기 */
#main_look_around .title {
    text-align: center;
    color: #707070;
    padding-top: 100px;
    padding-bottom: 105px;
}

#main_look_around .title>p {
    font-size: 16px;
    font-weight: lighter;
    line-height: 36px;
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: 9px;
    padding-bottom: 20px;
}

#main_look_around .title>p>span {
    font-weight: bold;
}

#main_look_around .title>h2 {
    font-size: 48px;
    line-height: 36px;
    font-weight: bold;
    font-family: 'Noto Sans KR', sans-serif;
}

.intro_interior {
    width: 1200px;
    padding: 120px 0;
    margin: 0 auto;

}

.gallery-top {
    height: 566px;
    width: 1200px;
    margin: 0 auto;
}

.gallery-thumbs {
    height: 145px;
    width: 1200px;
    margin: 10px auto;
}

.gallery-top .swiper-slide,
.gallery-thumbs .swiper-slide {
    background-size: cover;
    background-position: center;
}

.intro_interior .swiper-button-prev {
    width: 30px;
    height: 30px;
    left: 30px;
    top: calc(50% - 15px);
    margin-top: 0
}

.intro_interior .swiper-button-next {
    width: 30px;
    height: 30px;
    right: 30px;
    top: calc(50% - 15px);
    margin-top: 0
}

.intro_map_tit {
    text-align: center;
    padding-top: 120px;
}

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

#main_look_around .swiper-button-prev,
#main_look_around .swiper-rtl .swiper-button-next {
    left: 265px;
}

#main_look_around .swiper-button-next,
#main_look_around .swiper-rtl .swiper-button-prev {
    right: 265px;
}

#main_look_around .swiper-button-next,
#main_look_around .swiper-button-prev {
    top: 57%;
}

/* 지도//오시는길 */
#map_way {
    margin: 150px auto;
}

#map_way .map_layout {
    display: flex;
    justify-content: center;
    align-items: center;
}

#map_way .map_info {
    background-color: #ECEAE1;
    padding: 311px 74px;
}

.map_info .title {}

.map_info .title p {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    line-height: 36px;
    color: #707070;
    font-weight: lighter;
    letter-spacing: 7px;
}

.map_info .title p span {
    font-weight: bold;
}

.map_info .title h2 {
    color: #707070;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 48px;
    line-height: 50px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 42px;
}

.map_info_text {}

.map_info_text li {
    display: flex;

}

.map_info_text li span {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    display: inline-block;
    width: 150px;
    color: #707070;
}

.map_info_text li p {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    max-width: 320px;
    line-height: 30px;
    color: #707070;
}

.sub3_bg {
    background-image: url("../img/sub3/sub3-1-bg.png");
}

.sub3_video {
    text-align: center;
    margin-top: 77px;
    margin-bottom: 22px;
}

.sub3_bg_img_1 {
    text-align: center;
    padding-top: 100px;
}

.sub3_bg_img_2 {
    text-align: center;
    padding-bottom: 110px;
}

/* footer */
#same_footer {
    background-image: url("../img/main/same_footer_bg.png");
    padding: 67px 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 800px;
    background-position: center;

}

.footer_w {
    width: 1500px;
    margin: 50px auto;
}

.footer_list {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.footer_list>li:nth-child(2) {
    /* background-image: url("/../img/ylady/footer_02.png");
    background-repeat: no-repeat;
    background-position: center; */
    width: 100%;
    max-width: 420px;
    background-color: #F1EAD5;
}

.footer_list>li:nth-child(3) {
    /* background-image: url("/../img/ylady/footer_03.png");
    background-repeat: no-repeat;
    background-position: center; */
    width: 100%;
    max-width: 420px;
    background-color: #F1EAD5;
}

.footer_consulting {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.footer_02 {
    padding: 55px 40px 30px 40px;
    letter-spacing: -1px;
}

.footer_02>h2 {
    font-size: 24px;
    line-height: 48px;
    display: block;
    font-weight: bold;
    color: #000000;
    font-family: 'Noto Sans KR', sans-serif;
    margin-bottom: 20px;
}

.footer_02 .check {
    margin-bottom: 40px;
}

.footer_02 .check input[type="checkbox"] {
    width: 30px;
    height: 30px;
}

.footer_02 .check>label {
    font-size: 14px;
    line-height: 48px;
    font-weight: lighter;
    padding-left: 5px;
    font-family: 'Noto Sans KR', sans-serif;
    vertical-align: sub;
}

.footer_02 .footer_consulting {}

.footer_02 .footer_consulting>li {
    margin-bottom: 10px;
    width: 100%;
}

.footer_02 .footer_consulting>li:last-child {
    margin-bottom: 0;
}

.footer_02 .text>p {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Noto Sans KR', sans-serif;
    margin-bottom: 10px;
    font-weight: lighter;
    letter-spacing: 0px;
}

.footer_02 .text>p:nth-child(2) {
    margin-bottom: 0;
}

.footer_02 .footer_consulting>li>select {
    height: 50px;
    width: 100%;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    line-height: 48px;
    outline: none;
    padding: 15px 20px;
    font-weight: lighter;
    color: #000;
}

.footer_02 .footer_consulting>li>input[type="text"] {
    height: 50px;
    width: 100%;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    line-height: 48px;
    padding: 15px 20px;
    font-weight: lighter;
    color: #000;
}

.footer_02 .footer_consulting>li>button {
    border: none;
    background-color: transparent;
}

.footer_03 {
    padding: 55px 40px 37px;
    letter-spacing: -1px;
}

.footer_03>h2 {
    font-weight: bold;
    font-size: 38px;
    line-height: 48px;
    color: #000;
    font-family: 'Noto Sans KR', sans-serif;

}

.footer_03>h2>span {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 48px;
    display: block;
    font-weight: bold;
    font-family: 'Noto Sans KR', sans-serif;
    border-bottom: solid 1px #737373
}

.footer_03>.time {
    border-top: solid 1px #737373;
    padding: 20px 0;
    margin-top: 31px;
}

.footer_03>.time ul {
    font-size: 24px;
    line-height: 48px;
    color: #000;
    font-family: 'Noto Sans KR', sans-serif;
}

.footer_03>.time ul>li {}

.footer_03>.time ul li:nth-child(4) {}

.footer_03>.time ul li>span {
    width: 120px;
    display: inline-block;
}

.footer_03>.time ul li:nth-child(1)>span {
    word-spacing: 27px;
}

.footer_03>.time ul li:nth-child(3)>span {
    word-spacing: 27px;
}

.footer_03>.time ul .small {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: lighter;
    margin-bottom: 0;
}

.footer_03_btn {
    display: flex;
    gap: 5px;
}

.footer_03_btn>a {
    border: solid 1px #000;
    color: #000;
    text-align: center;

    font-size: 18px;
    padding: 15px 0;
    font-weight: bold;
    width: 100%;
    font-family: 'Noto Sans KR', sans-serif;
}


footer {
    background-color: #F7F7F7;
    text-align: center;
    width: 100%;
}

/* 서브이미지크기 */
.sub_contents {
    width: 100%;

}

.sub_img {
    width: 1500px;
    margin: 0 auto;
    position: relative;
}

.sub_img-1 {
    margin: 0 auto;
}

.sub_img>img {
    margin-left: -219px;
}

/* 원장 프로필 이미지 */
.sub1-profile {
    position: absolute;
    top: 100px;
    left: 91px;
    width: 650px;
    height: 800px;
    background-color: #fff;
}

.sub1-profile * {
    transition: all 1s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.sub1-profile .sec {
    opacity: 0;
}

.sub1-profile.active .fst {
    opacity: 0;
}

.sub1-profile.active .sec {
    opacity: 1;
}

.sub1-1-hover-img {
    height: 900px;
    background-image: url("../img/sub1/sub1-1-main.jpg?ver=1");
    transition: all 1s;
    background-repeat: no-repeat;
    background-position: center;
background-size: cover;
}

.sub1-1-hover-img:hover {
    background-image: url("../img/sub1/sub1-1-main_hv.jpg?ver=1");
}

.sub1-1-hover-img2 {
    height: 900px;
    background-image: url("../img/sub1/sub1-1-main3.png");
    transition: all 1s;
    background-repeat: no-repeat;
    background-position: center;

}

.sub1-1-hover-img2:hover {
    background-image: url("../img/sub1/sub1-1-main4.png");
}


/* 퀵메뉴 */

.quick {
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 99;
    -webkit-transition: top ease 1s;
    transition: top ease 1s;
}

.quick.top {
    top: 70px;
}

.quick ul {
    width: 100px;
}

.quick ul li {
    width: 100%;
    height: 110px;

    border-bottom: 1px solid #c5c9ca;
}

.quick ul li:nth-child(1) {
    height: 175px;
}

.quick ul li:nth-child(2) {
    height: 130px;
}

.quick ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999em;
    font-size: 0;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}


.quick ul li:nth-child(1) a {
    background: url("../img/main/bliss_kaka.png") no-repeat center;
}

.quick ul li:nth-child(1):hover a {
    background: url("../img/main/bliss_kaka.png") no-repeat center;
}

.quick ul li:nth-child(2) a {
    background: url("../img/main/naver_icon.png") no-repeat center;
}

.quick ul li:nth-child(2):hover a {
    background: url("../img/main/naver_icon.png") no-repeat center;
}

.quick ul li:nth-child(3) a {
    background: url("../img/main/quick04.png") no-repeat center;
}

.quick ul li:nth-child(3):hover a {
    background: url("../img/main/quick04.png") no-repeat center;
}

.quick ul li:nth-child(4) a {
    background: url("../img/main/quick05.png") no-repeat center;
}

.quick ul li:nth-child(4):hover a {
    background: url("../img/main/quick05.png") no-repeat center;
}

.quick ul li:nth-child(5) a {
    background: url("../img/main/quick06.png") no-repeat center;
}

/* .quick ul li:nth-child(6) a {
    background: url("../img/main/quick07.png") no-repeat center;
} */

.quick ul .quick_top_li {
    height: 100px;
    background: #303030;
    border-bottom: none;
}

.quick ul li .quick_top {
    text-indent: initial;
    font-size: 18px;
    letter-spacing: 0px;
    color: #fff;
    text-align: center;
    line-height: 100px;
}