@charset "UTF-8"; 

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url(https://cdn.jsdelivr.net/gh/theeluwin/NotoSansKR-Hestia@master/stylesheets/NotoSansKR-Hestia.css);
@import url(http://cdn.jsdelivr.net/font-notosans-kr/1.0.0-v1004/NotoSansKR-2350.css);
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Nanum+Myeongjo&display=swap');
@import url(https://cdn.jsdelivr.net/xeicon/2/xeicon.min.css);
@import url(css/blank.css);


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    letter-spacing: -0.01em;
    color: inherit;
}

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

a {
    border: 0;
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

html,
body {}

body {
    font-family: 'Noto Sans KR', 'NotoSansKR', 'Noto Sans Korean', 'Nanum Gothic', 'Roboto', sans-serif;
    color: #595757;
    margin: 0 auto;
}

div {
    display: block;
}

.clearfix {
    display: block;
    content: "";
    clear: both;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 400;
    line-height: 1.25
}

b {
    letter-spacing: inherit;
    font-weight: 700;
}

.inner {
    width: 1400px;
    margin: auto;
    clear: both;
    position: relative;
}

.inner2 {
    width: 1200px;
    margin: 0 auto;
    clear: both;
    position: relative;
}

.inner3 {
    width: 1150px;
    margin: 0 auto;
    clear: both;
    position: relative;
}

.c_logo {
    color: #8ccec6 !important
}

.c_main1 {
    color: #ff4985 !important
}

.c_main2 {
    color: #ff8fb7 !important
}

.c_main3 {
    color: #e16d94 !important
}


.c_bold {
    color: #4b4846 !important
}

.c_sky {
    color: #a3d1f2 !important
}

.c_navy {
    color: #161270 !important
}

.c_darknavy {
    color: #132a4c !important;
}

.c_lightgray {
    color: #cccccc !important
}

.c_gray {
    color: #808080 !important
}

.c_red {
    color: #c70000 !important
}

.c_white {
    color: #fff !important
}

.c_black {
    color: #303030 !important
}

h1 {
    font-size: 60px;
    line-height: 1.15
}

h2 {
    font-size: 50px;
    line-height: 1.15;
    font-weight: 600;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 22px;
    line-height: 1.5
}

p {
    font-size: 20px;
    font-weight: 400;
    color: inherit;
    word-break: keep-all
}

.fz43 {
    font-size: 43px;
}

.small {
    font-size: 15px;
}

.loose {
    letter-spacing: 0.08em;
}

.roboto {
    font-family: 'Roboto';
}

.roman {
    font-family: "Times New Roman", Times, serif !important;
}

.NnMj {
    font-family: 'Nanum Myeongjo', serif;
}

.lato {
    font-family: "Lato", sans-serif;
}



.thin {
    font-weight: 200;
}

.italic {
    font-style: italic;
}

span {
    color: inherit
}

.float {
    float: left;
}

.float_r {
    float: right
}

.center {
    text-align: center !important
}

.t_right {
    text-align: right;
}

hr {
    width: 100%;
    height: 1px;
    background: #d0d0d0;
    border: 0;
}


/* 컬럼 설정 */

.col5 {
    width: 20%;
}

.col4 {
    width: 25%;
}

.col3 {
    width: 33.33%;
}

.half {
    width: 50% !important
}

.flex {
    display: flex;
}

.col {
    flex: 1;
}


/* 공통 */
#wrap {
    width: 100%;
    /* max-width: 1920px; */
    min-width: 1400px;
    overflow: hidden;
}

/* header */
a.logo {
    width: 240px;
    height: 44px;
    display: block;
    text-indent: -3333px;
    background-image: url(images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#header {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 30;
    /* background: rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid #e7e7e7; */
    transition: all .3s;
}

#header.white {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
	transition: all .3s;
}

#header>.inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

/* #header .nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
} */

#header .nav > ul > li {
    position: relative;
    margin-right: 46px;
    display: inline-block;
}

#header .nav > ul > li:hover > .sub_menu {
    display: block;
}

#header .nav > ul > li > a {
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 100px;
}

#header .nav > ul > li > a.on {
    font-weight: 700;
    color: #ff4985;
}

#header .sub_menu { position: absolute; width: 250px; top: 100px; left: 50%; transform: translateX(-50%); background: #e16d94; text-align: center; padding: 25px 30px; display: none;}
#header .sub_menu li:not(:first-child) {margin-top: 15px;}
#header .sub_menu > li > a {font-size: 18px; color: #fff;}

#header .sns ul {display: flex; gap: 20px;}



/* 공통 하단 */
#footer {
    width: 100%;
    padding: 50px 0;
    background: #e16d94;
}

#footer .inner {
    display: flex;
    justify-content: space-between;
}

#footer .txt h5 {color: #fff; margin-bottom: 10px;}

#footer .txt span {
    font-size: 14px;
    display: inline-block;
    margin-right: 20px;
    font-weight: 300;
    color: #fff;
}

#footer .link {
    display: flex;
    gap: 15px;
}

/* 퀵메뉴 */
#quick_menu {
    position: fixed;
    top: 35%;
    right: 0px;
    z-index: 100;
}

#quick_menu ul li {
    position: relative;
    width: 90px;
    height: 100px;
    background: #fff;
    border: 1px solid #eee;
    text-align: center;
    padding: 22px 8px;
    margin-top: -1px;
}

#quick_menu ul li a {
    width: 100%;
    height: 100%;
    display: block;
}

#quick_menu ul li p {
    font-size: 14px;
    margin-top: 5px;
}


.SliderThum_BtnPage {position: absolute; bottom: 17px; left: 320px;}
.SliderThum_BtnPage li {display: inline-block;}
.SliderThum_BtnPage li.slick-active button {background: #e1e1e1;}
.SliderThum_BtnPage li button {width: 15px; height: 15px; border: 1px solid #e1e1e1; border-radius: 50%; font-size: 0; margin: 0 5px; background: none;}



/* 메인 슬라이드 */
#main {
    width: 100%;
    min-width: 1300px;
}

#main .section {
    width: 100%;
    display: block;
}



#main .main_slide .slide1 {
    position: relative;
    width: 100%;
    height: 800px;
    background: url(images/sec1_bg.jpg) no-repeat center left;
}


h2.title {
    font-size: 50px;
    font-weight: 700;
}

/* section1 슬라이드 */
#main #section1 {width: 100%; background: url(images/sec2_bg.jpg) no-repeat center / cover; height: 853px;}
#main #section1 .inner {display: flex; justify-content: right; align-items: center; height: 853px;}
#main #section1 .slider-for {position: relative; width: 650px;}

#main #section1 .slider-for .txt_box .top_tit {display: flex; align-items: flex-end; gap: 30px;}
#main #section1 .slider-for .txt_box .top_tit h6 {font-size: 30px; font-weight: 500; position: relative;}
#main #section1 .slider-for .txt_box .name {display: flex; align-items: flex-end; gap: 20px; color: #ff4985; margin-top: 30px;}
#main #section1 .slider-for .txt_box .name .line {width: 3px; height: 28px; background: #ff4985; margin-bottom: 4px;}
#main #section1 .slider-for .txt_box .history {display: flex; gap: 40px; margin-top: 50px; margin-bottom: 40px;}
#main #section1 .slider-for .txt_box .history p {font-size: 18px;}
#main #section1 .slider-for .txt_box .more_btn {font-family: "Lato", sans-serif; font-weight: 400; font-size: 20px; color: #fff; background: #e16d94; padding: 20px 25px; display: inline-block; border-radius: 50px;}
#main #section1 .slider-for .SliderThum_BtnPage {position: absolute; bottom: -50px; left: 0;}
#main #section1 .slider-for .SliderThum_BtnPage li button {background: #dcdcdc; border: none;}
#main #section1 .slider-for .SliderThum_BtnPage li.slick-active button {background: #ff4985;}



/* section2 */
.s_txt {font-family: "Lato", sans-serif; font-size: 16px; font-weight: 300; letter-spacing: 12px;}
.s_txt2 {font-family: "Lato", sans-serif; font-size: 18px; font-weight: 300; text-transform: uppercase; margin-top: 10px;}

#main #section2 {padding: 120px 0; background: #fcf0f4; text-align: center;}
#main #section2 .slick-initialized .slick-slide {opacity: .2; transition: all .3s ease-in-out;}
#main #section2 .slick-initialized .slick-slide.slick-center {opacity: 1; transition: all .3s ease-in-out;}
#main #section2 .gallery > div .img_box {width: 580px; height: 580px; overflow: hidden; border-radius: 30px; position: relative;}
#main #section2 .gallery > div .img_box img {display: block; max-width: 900px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
#main #section2 .gallery .SliderThum_BtnPage {position: absolute; width: 100%; bottom: -40px; left: 0;}
#main #section2 .gallery .SliderThum_BtnPage li button {border: none; background: #fff;}
#main #section2 .gallery .SliderThum_BtnPage li.slick-active button {background: url(images/logo_icon.png) no-repeat center / cover; width: 15px; height: 15px; border-radius: 0;}



/* section3 */
#main #section3 {padding: 120px 0;}
#main #section3 ul {display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px;}
#main #section3 ul li {flex: 1 0 30%; border-radius: 30px; height: 250px; padding: 40px; color: #fff;}
#main #section3 ul li:nth-child(1) {background: url(images/sec4_icon01.png) no-repeat right 20px bottom 20px #e16d94;}
#main #section3 ul li:nth-child(2) {background: url(images/sec4_icon02.png) no-repeat right 20px bottom 20px #e16d94;}
#main #section3 ul li:nth-child(3) {background: url(images/sec4_icon03.png) no-repeat right 30px bottom 10px #e16d94;}
#main #section3 ul li:nth-child(4) {background: url(images/sec4_icon04.png) no-repeat right 20px bottom 10px #e16d94;}
#main #section3 ul li:nth-child(5) {background: url(images/sec4_icon05.png) no-repeat right 30px bottom 10px #e16d94;}
#main #section3 ul li:nth-child(6) {background: url(images/sec4_icon06.png) no-repeat right 20px bottom 20px #e16d94;}
#main #section3 ul li:nth-child(7) {background: url(images/sec4_icon07.png) no-repeat right 20px bottom 10px #e16d94;}
#main #section3 ul li:nth-child(8) {background: url(images/sec4_icon08.png) no-repeat right 30px bottom 10px #e16d94;}
#main #section3 ul li:nth-child(9) {background: url(images/sec4_icon09.png) no-repeat right 30px bottom 10px #e16d94;}
#main #section3 ul li a {width: 100%; height: 100%; display: block;}



/* section4 */
#main #section4 {padding: 120px 0; background: url(images/sec5_bg.jpg) no-repeat center / cover; }
#main #section4 .product_tit {margin-top: 90px; color: #fff; width: 800px; float: left; padding-left: 10%; position: relative; z-index: 20;}
#main #section4 .product_tit .arrow {display: flex; gap: 20px;}
#main #section4 .product_tit .arrow .sl2_prev,
#main #section4 .product_tit .arrow .sl2_next {width: 80px; height: 80px; cursor: pointer;}

#main #section4 .slider-product .slick-slide {width: 450px; height: 450px; margin: 0 30px; background: #fff; display: block; border-radius: 30px; }
#main #section4 .slider-product .slick-slide img {margin: 20px auto 0;}
#main #section4 .slider-product .slick-slide .tit_cont {padding: 0 40px;}
#main #section4 .slider-product .slick-slide .tit_cont .tit {display: flex; gap: 15px; align-items: baseline; color: #e16d94;}
#main #section4 .slider-product .slick-slide .tit_cont .tit h4 {font-family: "Lato", sans-serif; font-weight: 700;}
#main #section4 .slider-product .slick-slide .tit_cont .tit p,
#main #section4 .slider-product .slick-slide .tit_cont .desc {font-size: 18px;}




/* section5 */
#main #section5 {padding: 120px 0;}
#main #section5 .inner {display: flex; justify-content: space-around; align-items: center; gap: 140px;}
#main #section5 .info > div {margin-bottom: 30px;}
#main #section5 .info > div:last-child {margin-bottom: 0;}
#main #section5 .info .tit {color: #e16d94; font-weight: 700; margin-bottom: 10px;}
#main #section5 .info .num h2 {font-size: 40px; font-weight: 800; color: #e16d94;}
#main #section5 .info .time .timetable {display: flex; gap: 25px;}
#main #section5 .info .time .timetable .column .day {text-align-last: justify;}
#main #section5 .info .time .timetable .column p {font-size: 16px;}
#main #section5 .info .time .holiday {display: flex; margin-top: 10px; gap: 15px;}
#main #section5 .info .time .holiday p {font-size: 16px;}
#main #section5 .info .ad .c_main3 {font-size: 16px;}
#main #section5 .info .ad .desc {font-size: 14px;}

#main #section5 .map {border-radius: 50px; overflow: hidden;}
.root_daum_roughmap .wrap_controllers,
.root_daum_roughmap .cont .section_address {display: none !important;}
.root_daum_roughmap .map_border {opacity: 0 !important;}



/* 서브 공통 */
#sub {width:100%; overflow: hidden;}

#sub .subtop {
    position: relative;
    width: 100%;
    height: 500px;
}
#sub .subtop .subtop_txt {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; color: #fff;}
#sub .subtop .subtop_txt h1 {font-size: 50px; font-weight: 700; margin-top: 20px;}

#sub .subtop01 {background: url(images/subtop01.jpg) no-repeat center;}
#sub .subtop02 {background: url(images/subtop02.jpg) no-repeat center;}
#sub .subtop03 {background: url(images/subtop03.jpg) no-repeat center;}
#sub .subtop04 {background: url(images/subtop04.jpg) no-repeat center;}

/* 서브 snb */
#sub .snb {width: 1300px; background-color: #fff; position: absolute; left: 50%; margin-left: -650px; bottom: -52px; overflow: hidden; height: 70px; border: 1px solid #efefef;}
#sub .snb.snb_single {bottom: -35px;}
#sub .snb ul {display: flex; align-items: center; justify-content: center; gap: 45px; height: 70px;}

#sub .snb ul.snb_bottom {margin-top: -1px;}
#sub .snb ul.snb_bottom li {width: 14.36%;}
#sub .snb ul li:nth-child(7) {border-right: none;}
#sub .snb ul li a {font-size: 18px; display: block;}
#sub .snb ul li a.on {font-weight: 700; color: #ff4985;}

#sub .sub_content {width:100%; padding: 120px 0;}
#sub .sub_content2 {width: 100%; font-size: 0;}

#sub .content.img_box {padding-left: 50%; display: inline-block;}
#sub .content.img_box > * {margin-left: -960px; float: left;}
#sub .content.img_box img {display: block;}


#sub .tap_cont {}
#sub .tap_cont .tab_nav {display: flex; justify-content: center; gap: 20px; margin-top: 80px;}
#sub .tap_cont .tab_nav li {flex: 1; text-align: center;}
#sub .tap_cont .tab_nav li a {padding: 22px 10px; font-size: 18px; transition: .3s ease-in-out; display: block; border: 1px solid #e16d94; border-radius: 10px;}
#sub .tap_cont .tab_nav li a.active {font-weight: 800; background: #e16d94; color: #fff; transition: .3s ease-in-out;}


/* sub1_4 오시는 길 */
.map_sub {border-radius: 30px; overflow: hidden;}

/* sub1_6 비급여 항목 */
#sub .table {border-collapse: collapse; width: 100%;}

#sub .table th {color:#fff;padding:8px;background-color: #e16d94; vertical-align:middle; border: 1px #e0e0e0 solid;}
#sub .table th p {font-weight: 700;}
#sub .table td {padding:15px 6px;border-right:1px #e0e0e0 solid;border-bottom:1px #e0e0e0 solid;background:#fff;border-left:1px #e0e0e0 solid; border-top:1px #e0e0e0 solid}


/* 게시판 */
/* #sub #content .board_box {
    width: 100%;
    display: inline-block;
    font-size: 17px;
    line-height: 1.7;
    min-height: 500px
} */

.pt_none {padding-top: 0 !important;}
.pb_none {padding-bottom: 0 !important;}


/* 유튜브 썸네일 추가 */
.yt {padding: 100px 0;}
.yt .yt_cont {display: flex; flex-wrap: wrap; gap: 20px;}
.yt .yt_cont .yt_box {display: block; width: 32.2%; overflow: hidden;}
.yt .yt_cont .yt_box img {display: block; width: 100%; transition: all .3s ease-in-out;}
.yt .yt_cont .yt_box:hover img {transform: scale(1.1); transition: all .3s ease-in-out;}

.yt .shorts_cont {display: flex; flex-wrap: wrap; gap: 60px;}
.yt .shorts_cont .shorts_box {display: block; width: 21.7%; overflow: hidden;}
.yt .shorts_cont .shorts_box img {display: block; width: 100%; transition: all .3s ease-in-out;}
.yt .shorts_cont .shorts_box:hover img {transform: scale(1.1); transition: all .3s ease-in-out;}