@charset "UTF-8"; 

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,500);
@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: "Pretendard", "Pretendard Variable", "SUIT Variable", 'NotoSansKR', 'Noto Sans Korean', 'Noto Sans KR', 'Nanum Gothic', 'Roboto', sans-serif;
    color: #303030;
    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: 800;
}

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

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

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

.c_logo {
    color: #8ccec6 !important
}

.c_main {
    color: #634f42 !important
}

.c_sub {
    color: #37261c !important
}

.c_bold {
    color: #37261c !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: 50px;
    line-height: 1.15
}

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

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
    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;
}

.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: 312px;
    height: 61px;
    display: block;
    margin-left: 83px;
    text-indent: -9999px;
    background-image: url(images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 120px;
    border-bottom: 1px solid #e0e0e0;
    transition: all .3s;
}

#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;
    color: #41210f;
    font-weight: 500;
    line-height: 120px;
}

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

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

.sitemap_btn {width: 120px; height: 120px; display: block; position: relative; border: 1px solid #e0e0e0;}
.sitemap_btn i {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #634f42; font-size: 60px;}


/* sitemap */
.sitemap {position: absolute; top: 120px; left: 0; width: 100%; height: auto; background: #634f42; display: none; z-index: 10;}
.sitemap .sitemap_nav {padding: 60px 300px;}
.sitemap .sitemap_nav > ul {display: flex; flex-wrap: wrap; justify-content: space-between;}
.sitemap .sitemap_nav > ul > li > a {display: block; margin-bottom: 20px; font-size: 23px; font-weight: 700; color: #f4eee7;}
.sitemap .sitemap_nav .sitemap_sub li {margin-bottom: 10px;}
.sitemap .sitemap_nav .sitemap_sub li a {color: #fff;}


/* 공통 하단 */
#footer {
    width: 100%;
    padding: 75px 0 90px;
    background: #37261c;
    text-align: center;
}

#footer .inner {position: relative;}

#footer .txt {margin-top: 30px;}

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

#footer .txt .copy {
    font-size: 16px;
    margin-top: 20px;
}

#footer .inner #back-top {position: absolute; top: 0; right: 0; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; color: #fff; background: rgba(255,255,255,0.2); font-size: 24px; border-radius: 10px;}






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

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

#main .section:not(:first-child) {
    padding-top: 120px;
}


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

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

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

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

.main_tit {font-size: 50px; font-weight: 700; color: #41210f;}
.main_sub_tit {font-size: 22px; font-weight: 700; color: #634f42;}


/* section1 슬라이드 */
#main #section1 {width: 100%; padding-top: 80px; background: url(images/sec1_bg.jpg) no-repeat bottom;}
#main #section1 .slider-for {position: relative;}
#main #section1 .slider-for .slide_flex {display: flex; justify-content: space-between; align-items: flex-end;}

#main #section1 .slider-for .slide_flex .more_box {margin-bottom: 90px;}
#main #section1 .slider-for .slide_flex .more_box h6 {font-size: 28px; font-weight: 500; color: #fff;}
#main #section1 .slider-for .slide_flex .more_box a {display:block; width:fit-content; padding:10px 20px; font-size:18px; font-weight:600; border-radius: 50px; margin-top: 35px; color: #ffe9ca; background: #37261c;}

#main #section1 .slider-for .slide_flex .doc_info {margin-bottom: 140px; max-width: 350px; width: 100%;}
#main #section1 .slider-for .slide_flex .doc_info .name {display: flex; align-items: end; gap: 5px;}
#main #section1 .slider-for .slide_flex .doc_info .name h2 {color: #fff; font-size: 50px; letter-spacing: 8px;}
#main #section1 .slider-for .slide_flex .doc_info .name p {color: #fff; font-size: 40px; font-weight: 300;}
#main #section1 .slider-for .slide_flex .doc_info .sub_tit {font-size: 30px; font-weight: 300; color: #ffe9ca; margin-top: 20px; margin-bottom: 40px;}
#main #section1 .slider-for .slide_flex .doc_info ul li p {position: relative; font-size: 22px; font-weight: 300; color: #fff; margin-bottom: 15px; padding-left: 10px;}
#main #section1 .slider-for .slide_flex .doc_info ul li p:after {content: "·"; position: absolute; top: 0; left: 0;}

.SliderThum_BtnPage {position: absolute; bottom: 100px; left: 848px;}
.SliderThum_BtnPage li {display: inline-block;}
.SliderThum_BtnPage li.slick-active button {background: #ffe9ca;}
.SliderThum_BtnPage li button {width: 12px; height: 12px; border: none; border-radius: 50%; font-size: 0; margin: 0 4px; background: #fff;}


/* section2 */
#main #section2 .sec2_cont {display: flex; flex-wrap: wrap; gap: 60px; margin-top: 55px;}
#main #section2 .sec2_cont .sec2_box {flex: 1 0 30%; border: 1px solid #d0d0d0; border-radius: 50px; padding-top: 55px; padding-bottom: 40px; text-align: center;}
#main #section2 .sec2_cont .sec2_box img {transition: transform .3s ease-in-out;}
#main #section2 .sec2_cont .sec2_box:hover img {transform: translateY(-10px); transition: transform .3s ease-in-out;}
#main #section2 .sec2_cont .sec2_box p {font-size: 24px; font-weight: 700; color: #41210f; margin-top: 55px;}



/* section3 */
#main #section3 .top {display: flex;}
#main #section3 .top > div {flex: 1 0 50%;}
#main #section3 .top .info_btn {background: #f4eee7; padding: 60px 50px;}
#main #section3 .top .info_btn ul {display: flex; justify-content: flex-end; gap: 40px;}
#main #section3 .top .info_btn ul li {text-align: center;}
#main #section3 .top .info_btn ul li a p {color: #41210f; font-weight: 700; font-size: 22px; margin-top: 20px;}
.root_daum_roughmap {z-index: 0;}
.root_daum_roughmap .wrap_controllers {display: none;}

#main #section3 .bottom {margin-top: -250px;}
#main #section3 .bottom .inner {background: #c9b093;}
#main #section3 .bottom .inner .info_cont {display: flex;}
#main #section3 .bottom .inner .info_cont > div {flex: 1 0 50%; padding: 70px 50px;}
#main #section3 .bottom .inner .info_cont .info_tit {display: flex; align-items: center; justify-content: flex-start; margin-bottom: 15px;}
#main #section3 .bottom .inner .info_cont .info_tit h3 {margin-left: 30px; color: #ffe9ca;}
#main #section3 .bottom .inner .info_cont .info_tit a {margin-left: auto; color: #ffe9ca;}
#main #section3 .bottom .inner .info_cont .timetable {display: flex; gap: 50px; margin-left: 80px;}
#main #section3 .bottom .inner .info_cont .timetable .column .day {text-align-last: justify;}
#main #section3 .bottom .inner .info_cont .timetable .column p, #main #section3 .bottom .inner .info_cont .holiday {font-size: 22px; color: #41210f; line-height: 35px;}
#main #section3 .bottom .inner .info_cont .holiday {margin-left: 80px;}
#main #section3 .bottom .inner .info_cont .info_right p {margin-left: 80px; font-size: 22px; color: #41210f; line-height: 35px;}


/* 협력 병원 슬라이드 */
.f_slider {margin: 50px auto; max-width: 1200px;}
.f_slider .slider {display: flex; align-items: center;}
.f_slider .slider .slide img {display: block; width: 100%;}


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

#sub .subtop {
    position: relative;
    width: 100%;
    height: 330px;
}
#sub .subtop .subtop_txt {padding-top: 95px; padding-left: 60px; color: #fff;}
#sub .subtop .subtop_txt h1 {font-size: 60px; font-weight: 700; margin-top: 10px;}
#sub .subtop .subtop_txt p {font-weight: 700; color: rgba(255,255,255,0.5);}

#sub .subtop1_1 {background: url(images/subtop1_1.jpg) no-repeat center;}
#sub .subtop1_2 {background: url(images/subtop1_2.jpg) no-repeat center;}
#sub .subtop1_3 {background: url(images/subtop1_3.jpg) no-repeat center;}
#sub .subtop1_4 {background: url(images/subtop1_4.jpg) no-repeat center;}

#sub .subtop2_1 {background: url(images/subtop2_1.jpg) no-repeat center;}
#sub .subtop2_2 {background: url(images/subtop2_2.jpg) no-repeat center;}
#sub .subtop2_3 {background: url(images/subtop2_3.jpg) no-repeat center;}
#sub .subtop2_4 {background: url(images/subtop2_4.jpg) no-repeat center;}

#sub .subtop3_1 {background: url(images/subtop3_1.jpg) no-repeat center;}
#sub .subtop3_2 {background: url(images/subtop3_2.jpg) no-repeat center;}
#sub .subtop3_3 {background: url(images/subtop3_3.jpg) no-repeat center;}
#sub .subtop3_4 {background: url(images/subtop3_4.jpg) no-repeat center;}

#sub .subtop4_1 {background: url(images/subtop4_1.jpg) no-repeat center;}
#sub .subtop5_1 {background: url(images/subtop5_1.jpg) no-repeat center;}
#sub .subtop6_1 {background: url(images/subtop6_1.jpg) no-repeat center;}
#sub .subtop7_1 {background: url(images/subtop7_1.jpg) no-repeat center;}

#sub .subtop8 {background: url(images/subtop8.jpg) no-repeat center;}




/* 서브 snb */
#sub .snb {width:100%; max-width: 1200px; height: 70px; line-height:70px; margin: -75px auto 0;}
#sub .snb .menu {float: left; padding: 0 2rem; min-width: 50%; position: relative; border: 1px solid #e0e0e0; box-sizing: border-box;}
#sub .snb .menu1 {background: #fff;}
#sub .snb .menu2 {background: #fff6ea; margin-left: -1px;}
#sub .snb .menu .topnav {cursor: pointer; display: inline-block; width: 100%; font-size: 22px; font-weight: 700; color: #41210f;}
#sub .snb .menu .topnav::after {content:"\e914"; color: #41210f; font-family: xeicon; float: right; font-size: 1.5rem;}
#sub .snb ul {background-color: #fff; width: 100%; border: 1px #e0e0e0 solid; border-top: 0;}
#sub .snb li {font-size: 20px; line-height: 60px;}
#sub .snb li a {display: block; padding: 0 2rem;}
#sub .snb li a.on,#sub .snb li a:hover {background-color: #fff6ea; color: #41210f; font-weight: 700;}
#sub .snb .subnav {position: absolute; top: 74px; z-index: 10; left: 0; display: none;}

#sub ul.tabs {width:100%; line-height:3rem; display: flex;}
#sub ul.tabs li { text-align:center; font-size:1.3rem; flex: 1;  padding: 0 0.3rem; margin: 0.5rem 0;}
#sub ul.tabs li a {display:block; border-radius: 20px; background-color: #fff; border: 1px #d0d0d0 solid;  -webkit-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}
#sub ul.tabs li.active a {background: #41210f; border: 2px #41210f solid; color: #fff; font-weight: 600; }

#sub #content {width:100%; display:inline-block;}
#sub .paragraph {width: 100%; display: inline-block;}
#sub .paragraph.imgbox {padding-left: 50%;}
#sub .paragraph.imgbox > * {margin-left: -960px;float: left;}
#sub .paragraph.imgbox  .surgery_info { position:relative; bottom:auto; margin:auto;}
#sub .paragraph.imgbox .row {width:1920px !important;}


/* sub1_4 */
.info_cont1_4 {margin-top: 100px; display: flex;}
.info_cont1_4 .map .root_daum_roughmap {z-index: -1;}
.info_cont1_4 .info {margin-top: 140px; margin-left: -40px;}


/* sub8 */
#sub #basic {border-collapse:collapse; width: 100%;}
#sub #basic th {font-size: larger;background:#f5f5f5;}
#sub #basic th.first {font-size: 0.9rem;}
#sub #basic th {padding:1rem 0.5rem;border-bottom:1px #d0d0d0 solid;border-left:1px #f5f5f5 dotted; background-color: #41210f; color: #fff;}
#sub #basic td {padding:1rem 0.5rem;border-bottom:1px #d0d0d0 solid;border-left:1px #b0b0b0 dotted}

#sub #basic td p {font-size: 1.2rem;}
#sub #basic td p b {font-size: 1rem;}
#sub #basic .first {border-left:0}
#sub #basic .bg_gray {background:#f5f5f55b}
#sub #basic.timetable .date th {background-color: #41210f; color: #fff;}

#sub #basic td.price {text-align: center;}


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