@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/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);

@font-face {
    font-family: 'KBIZHanmaumMyungjo';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/KBIZHanmaumMyungjo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


* {
    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', '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: 1300px;
    margin: auto;
    clear: both;
    position: relative;
}

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

.c_logo {
    color: #8ccec6 !important
}

.c_main {
    color: #048a49 !important
}

.c_sub {
    color: #4cc3b4 !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: 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: 17px;
    font-weight: 300;
    line-height: 1.7;
    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;
}

.myLt {
    font-family: 'MyLotteBold';
}

.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;
} */


.sub_tit {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 12px;
    color: #048a49;
}

.kbiz {
    font-family: 'KBIZHanmaumMyungjo';
}

.kbiz_60 {
    font-family: 'KBIZHanmaumMyungjo';
    font-size: 60px;
}

.myeongjo {
    font-family: 'Nanum Myeongjo', serif;
    font-weight: bold;
}


/* 컬럼 설정 */

.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: 1200px;
    margin: auto;
    position: relative;
    height: 100%;
}

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

a.sub_logo {
    width: 283px;
    height: 70px;
    display: block;
    text-indent: -9999px;
    background-image: url(images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#header {
    max-width: 1920px;
    width: 100%;
    height: 130px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 30;
    background: #fff;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-bottom: 1px solid #d5d5d5;
}

#header>.inner {
    position: relative;
    height: 94px;
}

#header .nav ul li {
    display: inline-block;
}

#header .nav ul li a {
    display: block;
    margin-right: 46px;
    font-size: 20px;
}

#header .sub_nav ul li {
    display: inline-block;
}

#header .sub_nav ul li a {
    display: block;
    margin-right: 46px;
    font-size: 20px;
}




/* 공통 하단 */
#footer {
    padding: 80px 0;
    background: #022e11;
}

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

#footer .inner2 .logo {
    height: 70px;
}

#footer .inner2 .txt {
    margin-left: -320px;
}

#footer .inner2 .txt span {
    font-size: 18px;
    display: inline-block;
    margin-right: 15px;
    font-weight: 400;
    color: #a4aca6;
}

#footer .inner2 .footer_right {
    float: right;
}

#footer .inner2 .footer_right .footer_up {
    display: block;
    margin-left: 72px;
}

#footer .inner2 .footer_right .footer_price {
    display: block;
    border: #fff 1px solid;
    color: #fff;
    padding: 14px;
}


/* 메인 슬라이드 */
#main {
    width: 100%;
    min-width: 1400px;
    position: relative;
    display: inline-block;
    margin-top: 130px;
}

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

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

#main .main_slide .slide1 .sl_tit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
}

#main .main_slide .slide1 .sl_tit .kbiz {
    color: #fff;
    font-size: 80px;
    font-weight: bold;
    padding: 15px 0 25px;
}

#main .main_slide .slide1 .sl_tit .sub_tit2 {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

/* section1 의료진 */
#main #section1 {
    padding: 140px 0;
    display: flex;
    justify-content: flex-end;
}

#main #section1 .tit_sec {
    position: relative;
    margin-right: 184px;
}

#main #section1 .doc_slide {
    width: 1240px;
    height: 430px;
    background: #273e33;
}

#main #section1 .doc_slide .swiper-slide {
    position: relative;
    opacity: 0.6;
    transition: opacity .3s;
}

#main #section1 .doc_slide .swiper-slide.swiper-slide-active {
    opacity: 1;
    transition: opacity .3s;
}

#main #section1 .doc_slide .swiper-slide.swiper-slide1 {
    background: url(images/doc_01.jpg) no-repeat center;
}

#main #section1 .doc_slide .swiper-slide.swiper-slide2 {
    background: url(images/doc_02.jpg) no-repeat center;
}

#main #section1 .doc_slide .swiper-slide.swiper-slide3 {
    background: url(images/doc_03.jpg) no-repeat center;
}

#main #section1 .doc_slide .swiper-slide.swiper-slide4 {
    background: url(images/doc_04.jpg) no-repeat center;
}

#main #section1 .doc_slide .swiper-slide.swiper-slide5 {
    background: url(images/doc_05.jpg) no-repeat center;
}

#main #section1 .doc_slide .doc_txt {
    padding: 40px 28px;
}

#main #section1 .doc_slide .doc_txt .name .kbiz,
.needpopup .doc_img .name .kbiz {
    font-size: 40px;
    font-weight: bold;
}

#main #section1 .doc_slide .doc_txt .name .pro,
.needpopup .doc_img .name .pro {
    font-size: 20px;
    letter-spacing: 5px;
}

#main #section1 .doc_slide .doc_txt .desc,
.needpopup .doc_img .desc {
    margin-top: 30px;
}

#main #section1 .doc_slide .doc_txt .desc p,
.needpopup .doc_img .desc p {
    font-weight: 700;
    font-size: 18px;
    color: #808080;
}

#main #section1 .doc_slide .time_btn {
    position: absolute;
    left: 0;
    bottom: 30px;
    padding: 15px 30px;
    background: #048a49;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.needpopup .doc_img {
    width: 350px;
    height: 430px;
    padding: 40px 28px;
}

.needpopup .doc_img1 {
    background: url(images/doc_01.jpg) no-repeat center;
}

.needpopup .doc_img2 {
    background: url(images/doc_02.jpg) no-repeat center;
}

.needpopup .doc_img3 {
    background: url(images/doc_03.jpg) no-repeat center;
}

.needpopup .doc_img4 {
    background: url(images/doc_04.jpg) no-repeat center;
}

.needpopup .doc_img5 {
    background: url(images/doc_05.jpg) no-repeat center;
}

.needpopup .doc_time {
    margin-left: 30px;
}

.needpopup .doc_time h3 {
    position: relative;
    padding-left: 15px;
}

.needpopup .doc_time h3:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 6px;
    height: 25px;
    background: #048a49;
}

.needpopup .doc_time .table1,
.needpopup .doc_time .table2 {
    width: 730px;
    border-collapse: collapse;
    text-align: center;
}

.needpopup .doc_time .table1 tr th,
.needpopup .doc_time .table1 tr td,
.needpopup .doc_time .table2 tr th,
.needpopup .doc_time .table2 tr td {
    padding: 15px;
    font-size: 18px;
    border: 1px solid #dbdbdb;
}

.needpopup .doc_time .table1 tr th:first-child,
.needpopup .doc_time .table1 tr td:first-child,
.needpopup .doc_time .table2 tr th:first-child,
.needpopup .doc_time .table2 tr td:first-child {
    border-left: none;
}

.needpopup .doc_time .table1 tr th:last-child,
.needpopup .doc_time .table1 tr td:last-child,
.needpopup .doc_time .table2 tr th:last-child,
.needpopup .doc_time .table2 tr td:last-child {
    border-right: none;
}


.needpopup .doc_time .table1 tr th {
    background: #daeee5;
}

.needpopup .doc_time .table1 tr td.on {
    background: url(images/table_on.png) no-repeat center;
}

.needpopup .doc_time .table2 tr th {
    background: #48aa83;
    font-size: 22px;
    color: #fff;
}

.needpopup .doc_time .table2 tr td p {
    font-size: 20px;
    font-weight: 400;
}



/* section2 검진센터 */
#main #section2 {
    height: 720px;
    background: url(images/section2.jpg) no-repeat center;
}

#main #section2 .sec2_txt {
    width: 45%;
    text-align: center;
    padding-top: 170px;
}

#main #section2 .sec2_txt .desc {
    font-size: 20px;
}

#main #section2 .sec2_txt .circle_box {
    display: flex;
    justify-content: space-evenly;
}

#main #section2 .sec2_txt .circle_box .circle {
    position: relative;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    color: #fff;
    overflow: hidden;
}

#main #section2 .sec2_txt .circle_box .circle:nth-child(odd) {
    background: #048a49;
}

#main #section2 .sec2_txt .circle_box .circle:nth-child(even) {
    background: #00be62;
}

#main #section2 .sec2_txt .circle_box .circle .num {
    position: absolute;
    top: 0px;
    left: 14px;
    font-size: 75px;
    opacity: 0.15;
}

#main #section2 .sec2_txt .circle_box .circle p {
    line-height: 170px;
    font-size: 22px;
    font-weight: 700;
}


/* section3 자궁경센터 */
#main #section3 {
    padding: 100px 0;
    height: 893px;
    background: url(images/section3.jpg) no-repeat center;
}

#main #section3 .sec3_tit {
    text-align: center;
}

#main #section3 .contents {
    margin-top: 131px;
    display: flex;
}

#main #section3 .contents .con_left {
    width: 50%;
    color: #fff;
}

#main #section3 .contents .con_left p {
    font-weight: 500;
    font-size: 20px;
    margin-top: 20px;
}

#main #section3 .contents .con_right {
    width: 50%;
    padding-left: 50px;
}

#main #section3 .contents .con_right .advan_box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

#main #section3 .contents .con_right .advan_box .a_box {
    position: relative;
    overflow: hidden;
    width: 48%;
    height: 140px;
    border-radius: 80px;
    text-align: center;
    color: #fff;
}

#main #section3 .contents .con_right .advan_box .a_box:nth-child(odd) {
    background: #048a49;
}

#main #section3 .contents .con_right .advan_box .a_box:nth-child(even) {
    background: #00be62;
}

#main #section3 .contents .con_right .advan_box .a_box .num {
    position: absolute;
    top: -10px;
    left: 14px;
    font-size: 75px;
    opacity: 0.15;
}

#main #section3 .contents .con_right .advan_box .a_box p {
    font-size: 24px;
    font-weight: 700;
    line-height: 140px;
}


/* section4 요실금센터 */
#main #section4 {
    height: 920px;
    background: url(images/section4.jpg) no-repeat center;
}

#main #section4 .inner {
    display: flex;
    justify-content: right;
}

#main #section4 .sec4_txt {
    width: 70%;
    margin-top: 100px;
    text-align: center;
}

#main #section4 .sec4_txt .desc {
    font-size: 20px;
}

#main #section4 .sec4_txt .sec4_cont {
    display: flex;
    gap: 4px;
    margin-top: 20px;
}

#main #section4 .sec4_txt .sec4_cont .left_box {
    width: 70%;
    height: 390px;
    background-color: rgba(4, 138, 73, 0.2);
}

#main #section4 .sec4_txt .sec4_cont .right_box {
    width: 30%;
    height: 390px;
    background-color: rgba(0, 190, 98, 0.1);
}

#main #section4 .sec4_txt .sec4_cont .box {
    padding: 30px 20px;
}

#main #section4 .sec4_txt .sec4_cont .box h3 {
    font-weight: 600;
}

#main #section4 .sec4_txt .sec4_cont .left_box.box {
    display: flex;
    gap: 20px;
}

#main #section4 .sec4_txt .sec4_cont .left_box.box h3 {
    width: 30%;
    color: #048a49;
}

#main #section4 .sec4_txt .sec4_cont .left_box.box .desc {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#main #section4 .sec4_txt .sec4_cont .left_box.box .desc .desc_box {
    width: 48%;
}

#main #section4 .sec4_txt .sec4_cont .box .desc .desc_box h5 {
    font-weight: 700;
    color: #fff;
    border-radius: 50px;
    padding: 5px 0;
}

#main #section4 .sec4_txt .sec4_cont .left_box.box .desc .desc_box h5 {
    background: #048a49;
}

#main #section4 .sec4_txt .sec4_cont .box .desc .desc_box p {
    font-size: 20px;
    margin-top: 10px;
    line-height: 26px;
}

#main #section4 .sec4_txt .sec4_cont .right_box.box h3 {
    color: #00be62;
}

#main #section4 .sec4_txt .sec4_cont .right_box .desc {
    margin-top: 20px;
}

#main #section4 .sec4_txt .sec4_cont .right_box .desc .desc_box h5 {
    background: #00be62;
}


/* section5 난임센터 */
#main #section5 {
    height: 900px;
    background: url(images/section5.jpg) no-repeat center;
}

#main #section5 .sec5_cont {
    height: 900px;
    display: flex;
    align-items: center;
}

#main #section5 .sec5_cont > div {
    width: 50%;
}

#main #section5 .sec5_cont .sec5_left {
    text-align: center;
}

#main #section5 .sec5_cont .sec5_right hr {
    border-top: 3px dotted #a7a7a7;
    margin: 35px 0;
}
#main #section5 .sec5_cont .sec5_right p {
    font-size: 20px;
}

#main #section5 .sec5_cont .sec5_right .kbiz span {
    font-size: 24px;
}

#main #section5 .sec5_cont .sec5_right .num_cont {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

#main #section5 .sec5_cont .sec5_right .num_cont .num_box {
    position: relative;
    overflow: hidden;
    width: 48%;
    height: 100px;
    border-radius: 80px;
    text-align: center;
    color: #fff;
}

#main #section5 .sec5_cont .sec5_right .num_cont .num_box.color1 {
    background: #048a49;
}

#main #section5 .sec5_cont .sec5_right .num_cont .num_box.color2 {
    background: #00be62;
}

#main #section5 .sec5_cont .sec5_right .num_cont .num_box .num {
    position: absolute;
    top: -10px;
    left: 14px;
    font-size: 75px;
    opacity: 0.15;
}

#main #section5 .sec5_cont .sec5_right .num_cont .num_box p {
    line-height: 100px;
    font-size: 24px;
    font-weight: 700;
}


/* section6 유방외과 */
#section6 {
    height: 900px;
    background: url(images/section6.jpg) no-repeat center;
}

#section6 .inner {
    display: flex;
    justify-content: right;
}

#section6 .sec6_txt {
    width: 70%;
    margin-top: 110px;
    text-align: center;
}

#section6 .sec6_txt h2,
#section6 .sec6_txt .desc {
    color: #fff;
}

#section6 .sec6_txt .desc {
    font-size: 20px;
}

#section6 .sec6_txt .desc b {
    color: #f6fc9d;
}

/* section7 공지사항 */
#section7 {
    padding: 120px 0;
}

#section7 .sec7_tit {
    text-align: center;
}

#section7 .file_cont {
    background: #f5f5f5;
    padding: 40px 0;
    text-align: center;
}

#section7 .file_cont h3 {
    font-weight: 600;
    color: #048a49;
    margin-bottom: 20px;
}

#section7 .file_cont .file_btns a {
    font-size: 22px;
    color: #505050;
    border: 2px solid #048a49;
    padding: 15px 25px;
    display: inline-block;
}

#section7 .file_cont .file_btns a i {
    color: #00be62;
}


/* section8 진료예약 안내 및 오시는 길 */
#section8 {
    background: #e8f5ef;
}

#section8 .top {
    display: flex;
    height: 440px;
}

#section8 .top > div {
    width: 50%;
}

#section8 .top .map {
    background: url(images/map.png) no-repeat center;
}

#section8 .top .info {
    background: url(images/logo_back.png) no-repeat #fff left -10px bottom -38px;
    padding: 40px 45px 30px;
}

#section8 .top .info .info_cont {
    display: flex;
    justify-content: space-between;
}

#section8 .top .info .info_cont .tit .sub_tit {
    font-size: 20px;
    letter-spacing: 8px;
}

#section8 .top .info .info_cont .tit h2 {
    font-size: 45px;
}

#section8 .top .info .info_cont .info_desc {
    margin-top: 43px;
}

#section8 .top .info .info_cont .info_desc .number {
    font-size: 50px;
}

#section8 .top .info .info_cont .info_desc .time {
    margin-top: 10px;
}

#section8 .top .info .info_cont .info_desc .time p {
    color: #505050;
    font-size: 20px;
}

#section8 .top .info address {
    text-align: center;
    font-style: normal;
    margin-top: 65px;
}

#section8 .top .info address p {
    font-size: 24px;
}

#section8 .bottom {
    display: flex;
    height: 120px;
}

#section8 .bottom > div {
    width: 50%;
}

#section8 .bottom .sns_btn {
    display: flex;
}

#section8 .bottom .sns_btn > a {
    width: 50%;
    text-align: center;
    line-height: 120px;
}

#section8 .bottom .sns_btn > a img {
    vertical-align:middle;
    margin-top: -5px;
}

#section8 .bottom .sns_btn .naver_btn {
    background: #2cb24a;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

#section8 .bottom .sns_btn .kakao_btn {
    background: #ffdc00;
    font-size: 30px;
    font-weight: 600;
}

#section8 .bottom .reser_btn {
    text-align: center;
    background: #048a49;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 120px;
    display: flex;
}

#section8 .bottom .reser_btn > a {
    width: 50%;
}

#section8 .bottom .reser_btn a:first-child {
    border-right: 1px solid #dbdbdb;
}

/* #section8 .bottom .reser_btn img {
    vertical-align: middle;
} */


/* 공지사항 */
/* #main #notice {
    width: 100%;
    height: 360px;
    padding: 100px 0;
    background: #ebebeb;
}

#main #notice .n_box {
    float: left;
    width: 50%;
}

#main #notice h4 {
    position: relative;
    margin-left: 40px;
    font-size: 30px;
    font-weight: 700;
}

#main #notice h4::after {
    content: "";
    position: absolute;
    top: 5px;
    left: -35px;
    width: 31px;
    height: 29px;
    background: url(images/hwadong_icon.png);
} */

/* 서브 공통 */
#sub .subtop {
    width: 100%;
    height: 250px;
    margin-top: 120px;
    background: #00c08b;
}



/*table*/

#sub #content .paragraph table.basic.example tr td.img_box {
    width: 40%;
}

#sub #content .paragraph table.basic.bd_t_sky {
    border-top: 3px #0097dd solid;
    border-bottom: none;
}

#sub #content .paragraph table.basic.bd_t_navy {
    border-top: 3px #161270 solid;
    border-bottom: none;
}

#sub #content .paragraph table.basic {
    border-bottom: 1px #0097dd solid
}

#sub #content .paragraph table.basic th {
    padding: 8px 20px;
    background-color: #0097dd;
    border-right: 1px dotted #d0d0d0;
    color: #fff;
}

#sub #content .paragraph table.basic tr h5 {
    font-weight: 500;
    font-size: 19px;
}

#sub #content .paragraph table.basic td {
    padding: 16px 20px;
    border-right: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}

#sub #content .paragraph table.basic td.bg_gray {
    background-color: #f2f2f2;
}

#sub #content .paragraph table.basic tr td:first-child {
    border-left: 1px dotted #d0d0d0;
}

#sub #content .paragraph table.basic.bg_navy {
    border-bottom: 1px #132a4c solid
}

#sub #content .paragraph table.basic.bg_navy th {
    background-color: #132a4c;
}


/* 게시판 */

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