@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://cdn.jsdelivr.net/font-nanum/1.0/nanummyeongjo/nanummyeongjo.css);
@import url(//fonts.googleapis.com/earlyaccess/nanumgothiccoding.css);
@import url(https://fonts.googleapis.com/css?family=Material+Icons);
@import url(https://cdn.jsdelivr.net/xeicon/2/xeicon.min.css);
@import url(css/blank.css);
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);

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

body * {
    -webkit-text-size-adjust: auto;
}

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

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

ul,
li {
    list-style: none;
}

html,
body {}

body {
    font-family: 'NotoSansKR', 'Noto Sans Korean', 'Noto Sans KR', 'Roboto', sans-serif;
    color: #505050;
}

div {
    display: block;
}

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

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

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

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

.inner2 {
    width: 1100px;
    margin: auto;
    clear: both
}

.c_logo {
    color: #0eaada !important;
}

.c_sub {
    color: #abd036 !important;
}

.c_blue {
    color: #4151c4 !important;
}

.c_lightgray {
    color: #c0c0c0 !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: 40px;
    line-height: 1.15
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

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

p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    color: inherit;
    word-break: keep-all
}

p.small {
    font-size: 15px;
}

.mj {
    font-family: "Nanum Myeongjo", serif !important;
    letter-spacing: -0.1em;
}

.NaGo,
.NaGo p,
.NaGo h4 {
    font-family: "Nanum Gothic", '나눔고딕', 'Nanum Gothic Coding', sans-serif !important;
    letter-spacing: -0.02em;
}

.NaGo.bold * {
    font-family: 'Nanum Gothic', sans-serif;
}

.garamond {
    font-family: 'Cormorant Garamond', serif;
}

span {
    color: inherit
}

.float {
    float: left;
}

.float_r {
    float: right
}

.center {
    text-align: center !important
}

.right {
    text-align: right !important;
}

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

#header .member {width:100%; min-width:640px; border-bottom:1px #e0e0e0 solid;height:34px;line-height:33px;}
#header .member ul {float:right;border-left:1px #e0e0e0 solid;}
#header .member ul li {border-right:1px #e0e0e0 solid;float:left;font-size:12px;padding:0 12px}
#header .member ul li.mb {background-color:#f5f5f5;}


a.logo {
    width: 290px;
    height: 67px;
    display: block;
    text-indent: -999px;
    background-image: url(images/logo.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#header > .pc_show > .inner {
    width: 100%;
    padding: 20px 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#gnb > .topnav {display: flex; gap: 50px; font-size: 20px; position: relative;}
#gnb > .topnav > li {position: relative;}
#gnb > .topnav > li > a {padding: 46px 0; font-size: 18px;}
#gnb > .topnav > li:hover > .subnav {display: block;}
#gnb > .topnav > li > .subnav {position: absolute; width: 250px; top: 73px; left: 50%; transform: translateX(-50%); background: #6dc9e6; color: #fff; text-align: center; padding: 15px 30px; display: none; z-index: 50;}
#gnb > .topnav > li > .subnav > li {margin: 10px 0;}
#gnb > .topnav > li > .subnav > li > a {font-size: 18px;}


.header_top {display: flex; justify-content: space-around; padding: 20px 0;}
.header_bottom {background: #163456; color: #fff;}
.header_bottom .topnav {display: flex; justify-content: space-around; padding: 15px 0;}
.header_bottom .topnav li a {font-size: 22px;}



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

#header {
    width: 100%;
    min-width: 1200px;
    height: 241px;
}

#header .inner {
    position: relative;
}



#header .logo {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -186px;
}

#header .inner img.hd_tel {
    position: absolute;
    top: 44px;
    left: 0;
    width: 220px;
}

#header .inner img.hd_award {
    position: absolute;
    top: 28px;
    right: 0;
}

#header #gnb {
    width: 100%;
    height: 68px;
    position: relative;
    top: 139px;
    background: #163456;
}

#header #gnb ul {}

#header #gnb ul > li {
    float: left;
    width: 20%;
    line-height: 67px;
}

#header #gnb ul > li a {
    line-height: 67px;
    font-size: 22px;
    color: #fff;
    display: block;
    padding-bottom: 3px;
    text-align: center;
}

#header #gnb .subnav {
    margin: auto;
    background: #fff;
    width: 100%;
    clear: both;
    display: none;
    position: absolute;
    z-index: 10;
    text-align: left;
    top: 68px;
    left: 0;
    font-size: 18px;
    border-bottom: 1px #e0e0e0 solid;
}

#header #gnb .subnav dl {
    width: 20%;
    float: left;
    padding: 10px 0;
    border-left: 1px #e0e0e0 solid;
    min-height: 250px;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#header #gnb .subnav dl:hover {
    background-color: #f5f5f5;
}

#header #gnb .subnav dl.sub1 {
    border-left: none;
}

#header #gnb .subnav dd {
    line-height: 38px;
}

#header #gnb .subnav a:hover {
    color: #2a80b7;
    font-weight: bold;
}

#header #gnb .subnav a {
    display: block;
    padding: 5px 10px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
} */

/* 퀵메뉴 */
#quick_menu {
    background: url(images/quick_menu.png) no-repeat center;
    position: absolute;
    top: 208px;
    right: 0;
    width: 125px;
    height: 430px;
    z-index: 9999;
    border-radius: 20px;
}

#quick_menu ul {margin-top: 27px; height: 430px;}
#quick_menu ul li {width: 100%; height: 100px;}
#quick_menu ul li a {display: block; width: 100%; height: 100%; text-indent: -9999px;}



/* 오프닝 팝업 */
.proudPop { position: fixed;left: 25%;top: 17.5vh;right: 0;bottom: 0;width: 50%;height: 65vh;background: rgba(21, 31, 66, 0.95);z-index: 100000; font-family: "Noto Serif KR", serif; /*padding: 50px 60px;*/}
.proudPop .proudCona {margin-bottom: 20px;}
.proudPop .proudCona img {display: block; margin: 0 auto; max-width: 140px;}
.proudPop .proudCon { position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);height: auto;overflow: hidden;width: 100%;max-width: 1000px;text-align: center; }
.proudPop .proudCon .surgCase { width: 100%;height:auto;overflow: hidden;color: #ebdfc9; }
.proudPop .proudCon .surgCase .txtBox { width: 100%;height:80px; font-weight:200; }
.proudPop .proudCon .surgCase .txtBox p {font-size: 22px;font-weight:200;}
.proudPop .proudCon .surgCase .txtBox .slogan {font-size: 50px;font-weight:200;}
.proudPop .proudCon .surgCase .numCount { max-width: 750px;width: 100%;height:auto;overflow: hidden;font-size: 100px;letter-spacing: 0;margin:0px auto; }
.proudPop .proudCon .surgCase .numCount .count_box {display: flex; justify-content: center; align-items: center; gap: 10px;}
.proudPop .proudCon .surgCase .numCount .count_box .rotate {transform: scaleX(-1);}
.proudPop .proudCon .surgCase .numCount .count_box img {width: 100px;}
.proudPop .proudCon .surgCase .numCount #count {font-size: 140px;font-weight:900; color:#e4bb71; line-height: 1.4;}
.proudPop .proudCon .surgCase .numCount .ea { display: inline-block; font-size: 40px;font-weight:200; color:#e4bb71; margin-top: 70px;}
.proudPop .proudCon .popBtnSec {display: flex; justify-content: center; align-items: center; gap: 10px;}
.proudPop .proudCon .popBtnSec .todayClose a {font-size: 20px;font-weight:200;color:#fff; padding-bottom: 5px; border-bottom: 1px solid #fff;}
.proudPop .proudCon .popBtnSec .popclose {font-size: 30px; border-radius:50px;}
.proudPop .proudCon .popBtnSec .popclose a { font-size: 25px;font-weight:900;color:#fff;}
.proudPop .proudCon .autoClose { font-size: 18px;font-weight:200;color:#fff;margin-top:15px; }


@media (max-width: 1400px) {
    .proudPop { left: 20%;width: 60%;}

}


@media (max-width: 1200px) {
    .proudPop { left: 15%;width: 70%;}
    .proudPop .proudCon .surgCase .numCount .count_box {justify-content: center; gap: 5px;}
}

@media (max-width: 991px) {
.proudPop { position: fixed;left: 0;top: 0;right: 0;bottom: 0;width: 100%;height: 100%;background: rgba(0, 19, 62, 0.95);z-index: 100000; margin: 0; padding: 0;}
.proudPop .proudCona img { max-width:140px; }
.proudPop .proudCon .surgCase .txtBox { width: 100%;height:auto;overflow: hidden;line-height:25px;font-size: 15px;font-weight:200; }
.proudPop .proudCon .surgCase .txtBox p {font-size: 20px; margin-top: 20px;}
.proudPop .proudCon .surgCase .txtBox .slogan {font-size: 50px; margin-top: 20px;}

.proudPop .proudCon .surgCase .numCount {/*max-width: 450px;*/ width: 100%;height:auto;overflow: hidden;line-height:80px;font-size: 70px;letter-spacing: 0; }
.proudPop .proudCon .surgCase .numCount #count {font-size: 2em;}
.proudPop .proudCon .surgCase .numCount .ea {font-size: 40px;}
.proudPop .proudCon .popBtnSec { margin-top:10px; }

.proudPop .proudCon .popBtnSec .todayClose a { font-size: 20px;font-weight:200;color:#fff;}
}

@media (max-width: 768px) {
    .proudPop .proudCon .surgCase .numCount {max-width: 640px;}
    .proudPop .proudCon .surgCase .numCount .count_box {max-width: 640px;}
    .proudPop .proudCon .surgCase .numCount .count_box img {width: 90px;}
}

@media (max-width: 430px) {
    .proudPop .proudCon .surgCase .numCount #count {font-size: 1.7em;}
    .proudPop .proudCon .surgCase .numCount .count_box img {width: 85px;}
}


/* 퀵메뉴 모바일 */
#m_quick_menu {
    background: url(images/quick_menu.png) no-repeat center;
    display: none;
    position: fixed;
    bottom: 200px;
    right: 0;
    width: 125px;
    height: 430px;
    z-index: 9999;
    border-radius: 20px;
}

#m_quick_menu ul {margin-top: 27px; height: 430px;}
#m_quick_menu ul li {width: 100%; height: 100px;}
#m_quick_menu ul li a {display: block; width: 100%; height: 100%; text-indent: -9999px;}

/* 공통 하단 */

footer {
    width: 100%;
    min-width: 1200px;
    margin: auto;
    position: relative;
    float: left;
    border-top: 1px #d5d5d5 solid
}

footer .footer_top {
    width: 100%;
    height: 500px;
    background: url(images/footer_top.jpg);
}

footer .footer_bottom {
    /*padding-bottom: 130px;*/
    background: #303030;
}

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

footer .footer_bottom .footer_left {
    padding: 60px 0;
    text-align: left;
}

footer .footer_bottom .footer_left .txt {
    font-size: 15px;
    color: #8a8a8a;
    margin-top: 40px;
}

footer .footer_bottom .footer_left .txt span {margin-right: 30px;}

footer .footer_bottom .footer_left a.logo {
    width: 341px;
    height: 78px;
    background: url(images/logo_w.png) no-repeat center;
}

footer .footer_bottom .footer_right .ft_sns {
    display: flex;
}

/* footer .footer_bottom .footer_right .ft_num {
    display: flex;
    justify-content: center;
    margin-top: 40px;
} */


/* 메인 */

#main {
    width: 100%;
    min-width: 1200px;
    float: left;
    position: relative;
    display: inline-block
}

#main span.arrow_span img {
    margin-top: 16px;
    margin-left: 8px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#main .main_top {
    display: flex;
    max-width: 1920px;
    height: 533px;
    margin: 0 auto;
}

#main .main_top .main_img {
    position: relative;
    width: 50%;
    height: 533px;
    background: url(images/main_img.jpg) no-repeat center;
}

#main .main_top .main_img img {
    position: absolute;
    right: 70px;
    bottom: 90px;
}

#main .main_top .main_video {
    width: 50%;
    height: 533px;
    overflow: hidden;
}

#main .main_top .main_video video {
    height: 533px;
}

.top_tit {
    text-align: center;
}

.top_tit .garamond {
    letter-spacing: 5px;
}

.top_tit h2 {
    font-weight: 500;
}

/* form_mail 폼메일 */
.form_mail {
    padding: 20px;
    background: #163456;
    margin-bottom: 30px;
}

.form_mail .inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.form_mail .inner > div {
    width: 50%;
}

.form_mail .inner .tit {
    padding-left: 20px;
}

.form_mail .tit {
    color: #fff;
}

.form_mail .tit p {
    font-weight: 200;
    margin-top: 10px;
}

.form_row {display: flex; align-items: center; justify-content: space-evenly;}

/* part1 나은필 전문클리닉 */
#main .part1 {
    position: relative;
    width: 100%;
    padding: 100px 0px;
}

#main .part1 .clinic_center {
    max-width: 1920px;
    margin: 50px auto 0;
    display: flex;
}

#main .part1 .clinic_center li {
    transition: all .3s ease-in-out;
}

#main .part1 .clinic_center > li:hover {
    transform: translateY(-10px);
    transition: all .3s ease-in-out;
}

#main .part1 .clinic_center img {
    display: block;
    width: 100%;
}


/* part2 공지사항 병원소식 언론활동 */
#main .part2 {
    width: 100%;
}

#main .part2 .board_box {
    display: flex;
}

#main .part2 .board_box .board_left {
    width: 50%;
    /* background: #e3f9ff; */
    border-right: 1px solid #e0e0e0;
    padding-right: 45px;
}

#main .part2 .board_box .board_tit {
    display: flex;
    justify-content: space-between;
}

#main .part2 .board_box .board_left .board_tit h2 {
    font-weight: 500;
}

#main .part2 .board_box .board_right {
    width: 50%;
    /* background: #e5ebff; */
    padding-left: 45px;
}

#main .part2 .board_box .board_right ul.tabs {width:100%;display:inline-block;}
#main .part2 .board_box .board_right ul.tabs li { float:left; width:35%; height:50px; line-height:50px;}
#main .part2 .board_box .board_right ul.tabs li a {display:block; height:inherit; text-align:center; font-size:22px; -webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out; border:1px #d0d0d0 solid;}
#main .part2 .board_box .board_right ul.tabs li.active a {border:1px #0eaada solid; color:#fff; background-color:#0eaada; line-height:50px; }

#main .part2 .board_box .board_cont {width: 100%; margin-top: 30px; height: 115px;}


/* part3 유튜브 */
#main .part3 {
    padding: 100px 0px;
    background: linear-gradient(to bottom, #fff 50%, #e6f6fb 50%);
}

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

#main .part3 .tit_box {
    padding: 25px;
    background: #fff;
    height: 180px;
}

#main .part3 .tit_box h4 {
    font-weight: 600;
    margin-bottom: 10px;
}

#main .part3 .tit_box .ellip {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}



/* part4 학술활동 */
#main .part4 {
    padding: 100px 0;
}

#main .part4 .more_btn {
    text-align: center;
}

#main .part4 .more_btn a {
    display: inline-block;
    background: #0eaada;
    padding: 12px 25px;
    color: #fff;
    font-size: 20px;
}


/* part5 협력병원 슬라이드 */
#main .part5 {
    width: 100%;
    height: 100px;
}

#main .part5 h2 {
    width: 20%;
    float: left;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    padding-top: 20px;
}

#main .logo_slide {
    position: relative;
    width: 80%;
    height: 100px;
    overflow: hidden;
}

#main .logo_slide .swiper-slide {
    width: 200px;
    height: 100%;
    /* border: 1px solid #929292; */
}

#main .logo_slide .swiper-slide img {
    display: block;
    width: 100%;
}

#main .logo_slide .swiper-button-prev2,
#main .logo_slide .swiper-button-next2 {
    position: absolute;
    top: 25px;
    width: 20px;
    height: 20px;
    z-index: 8888;
    cursor: pointer;
}

#main .logo_slide .swiper-button-prev2 {
    left: 0;
    background: url(images/left_black.png) no-repeat center;
}

#main .logo_slide .swiper-button-next2 {
    right: 0;
    background: url(images/right_black.png) no-repeat center;
}


/* part6 후기 유튜브 */
#main .part6 {
    padding: 100px 0px;
    background: linear-gradient(to bottom, #fff 50%, #f3fff1 50%);
}

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

#main .part6 .tit_box {
    padding: 25px;
    background: #fff;
    height: 120px;
}

#main .part6 .tit_box h4 {
    font-weight: 600;
    margin-bottom: 10px;
}

#main .part6 .tit_box .ellip {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.swiper-container2 {
    margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

/* 서브 */

#sub {
    width: 100%;
    display: inline-block;
    float: left;
}

#sub .subtop {
    width: 100%;
    height: 328px;
    padding-top: 100px;
    text-align: center;
    position: relative;
}

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

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

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

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

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

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

#sub .subtop h2 {
    margin-bottom: 10px;
    font-size: 42px;
}

#sub .subtop > p.c_white {}

#sub .snb {
    width: 1200px;
    background-color: #f0f0f0;
    height: 60px;
    line-height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    bottom: 0;
    overflow: hidden;
}

#sub .snb li {
    float: left;
}

#sub .snb li a {
    display: block;
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#sub .snb li a.on,
#sub .snb li a.on:hover {
    background-color: #0eaada;
    color: #fff;
    font-weight: 600;
}

#sub .snb li a:hover {
    background-color: rgb(0, 0, 0, 0.08);
}

#sub #content {
    width: 100%;
    display: inline-block;
    margin-top: 100px;
    margin-bottom: 100px;
}

#sub #content.mg0 {
    margin: 0;
}

#sub #content .paragraph {
    width: 100%;
    display: inline-block;
    position: relative;
    font-family: 'Nanum Gothic', '나눔고딕', 'Nanum Gothic Coding', sans-serif !important;
    letter-spacing: -1em;
}

#sub #content .paragraph .row {
    width: 100%;
    display: inline-block
}

#sub #content .tabs {
    width: 100%;
    text-align: center;
    display: flex;
    border: 1px #d5d5d5 solid;
}

#sub #content .tabs.btm {
    border-top: none;
}

#sub #content .tabs li {
    flex: 1;
    line-height: 60px;
    font-size: 19px;
    border-left: 1px #d5d5d5 solid;
}

#sub #content .tabs li.first {
    border-left: 0;
}

#sub #content .tabs li a {
    display: block;
    height: inherit;
    font-size: 16px;
}

#sub #content .tabs li.active a {
    background-color: #4151c4;
    color: #fff;
}

#sub #content .tab_content {
    width: 100%;
    display: inline-block;
}

#sub #content .tabs li a:hover {
    background-color: #f5f5f5;
    color: #404040;
    font-weight: bold;
}

#sub #content .title {
    text-align: center;
    margin-bottom: 40px;
}

#sub #content .title h1 {
    color: #303030;
    margin-bottom: 8px;
    text-align: center;
}

#sub #content .title p {
    letter-spacing: 0.1em;
}

#sub #content .paragraph a.more {
    color: #fff;
    width: 300px;
    height: 48px;
    line-height: 47px;
    text-align: center;
    background: linear-gradient(70deg, #24c3f4, #2399c4);
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#sub #content .paragraph a.more:hover {
    font-weight: 600;
    font-size: 18.5px;
}

#d_kjp.needpopup, #d_ljh.needpopup {
    width: 1260px;
    margin-left: -630px;
    padding: 75px 0px 60px;
    text-align: center;
}

#sub #content .paragraph .device {
    width: 514px;
    min-height: 540px;
    float: left;
    padding-left: 72px;
    margin-bottom: 50px;
}

#sub #content .paragraph .device.long {
    min-height: 620px;
}

#sub #content .paragraph .device.first {
    padding-left: 0
}

#sub #content .paragraph .device img {
    border: 1px #e0e0e0 solid;
    margin-bottom: 20px
}

#sub #content .paragraph .device h4 {
    font-weight: bold;
    color: #0eaada;
    margin-bottom: 10px
}


/*진료시간표 timetable*/

#sub #content .paragraph.timetable .row {
    overflow-y: hidden;
    margin-top: 40px;
}

#sub #content .timetable span.on {
    font-weight: 700;
}

#sub #content .timetable span.surgery {
    color: #4151c4;
    font-weight: 700;
}

#sub #content .timetable table.color2 span.surgery {
    color: #0eaada;
    font-weight: 700;
}

#sub #content .timetable span.off {
    color: #8a8a8a;
    font-weight: 700;
}


/* 진료예약페이지 삭제(삼성조은병원참고)
#sub #content .timetable .row > .img_box {width:240px;height:100%; float:left; background-position: 8% -30px; background-repeat: no-repeat;} 
#sub #content .timetable .row > .img_box.doc_kjp{background-image: url(images/sub2_1_kjp1.jpg);} 
#sub #content .timetable .row > .img_box.doc_yjy{background-image: url(images/sub2_1_yjy.jpg);} 
#sub #content .timetable .row > .img_box.doc_csh{background-image: url(images/sub2_1_csh.jpg);} 
#sub #content .timetable .row .float > h2 {margin-bottom: 20px; float: left; font-weight: bold; color: #303030; font-size: 42px;}
*/

#sub #content .timetable .row .float {
    width: 1200px;
    float: left;
}

#sub #content .timetable .row .float > p {
    font-size: 22px;
    font-weight: 600;
}

#sub #content .timetable .row .float .table {
    margin-top: 10px
}

#sub #content .timetable tr td p.sat {
    font-size: 14px;
}


/*sub_map

#sub #content .paragraph .sub_map ul {
    background: url(images/sub1_4_mapbtn.jpg)center no-repeat;
    height: 73px;
    width: 1100px;
}

#sub #content .paragraph .sub_map ul li {
    float: left;
    width: 33.3%;
    height: 100%;
}

#sub #content .paragraph .sub_map ul li a {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.3s;
    text-indent: -9999px;
}

#sub #content .paragraph .sub_map ul li a:hover {
    background-color: rgba(255, 255, 255, 0.15);
}
/*sub_map*/

/*sub 전문클리닉*/

#sub #content .paragraph h3.tit {
    font-weight: 900;
    color: #303030;
    margin-top: 60px;
    margin-bottom: 20px;
}

#sub #content .paragraph .intro_img {
    display: block;
    margin: 0 auto 46px;
}

#sub #content .paragraph .intro_txt {
    text-align: center;
    font-weight: 600;
    letter-spacing: -0.1em;
    color: #3b3b3b;
    font-size: 37px;
    line-height: 1.40;
}

#sub #content .paragraph .topLine1::before {
    content: url(images/topLine1.gif);
}

#sub #content .paragraph .topLine2::before {
    content: url(images/topLine2.gif);
}

#sub #content .paragraph .w900 {
    width: 900px;
    margin-left: 300px;
}

#sub #content .paragraph .w900 h3,
#sub #content .paragraph .w900 h4,
#sub #content .paragraph .w900 h5 {
    font-weight: 500;
}

#sub #content .paragraph .w900 > .bigImg {
    margin-bottom: 40px;
}

#sub #content .paragraph .w900 h4.belowImg {
    line-height: 1.5;
    font-size: 21px;
}

#sub #content .paragraph .w900 ul.qna li h5 {}

#sub #content .paragraph .w900 ul.qna {
    width: 100%;
}

#sub #content .paragraph .w900 ul.qna li {}

#sub #content .paragraph .w900 ul.qna li:nth-child(2n-1) {
    background: url(images/qna_q.gif)20px 10px no-repeat;
    padding: 30px 20px 30px 125px;
}

#sub #content .paragraph .w900 ul.qna li:nth-child(2n) {
    background-color: #e6f6fb;
    background-image: url(images/qna_a.gif);
    background-repeat: no-repeat;
    background-position: 20px 20px;
    padding: 20px 20px 20px 125px;
}

#sub #content .paragraph .w900 ul.qna li:nth-child(2n) h5 {
    font-weight: 500;
}

#sub #content .paragraph .w900 ul.check {
    width: 100%;
}

#sub #content .paragraph .w900 ul.check.inBlock li h5,
#sub #content .paragraph .w900 ul.check.inBlock li p {
    display: inline-block;
}

#sub #content .paragraph .w900 ul.check.inBlock li h5 {
    width: 25%;
}

#sub #content .paragraph .w900 ul.check.inBlock.long li h5 {
    width: 32%;
}

#sub #content .paragraph .w900 ul.check li {
    margin-top: 25px;
    padding-left: 60px;
    background: url(images/check.gif)no-repeat top left;
    min-height: 38px;
}

#sub #content .paragraph .w900 ul.check.dotList li {
    background: url(images/dot_blue.gif)no-repeat 0% 20%;
    padding-left: 37px;
}

#sub #content .paragraph .w900 ul.check.dotList li:nth-child(2n) {
    background-image: url(images/dot_yellGr.gif);
}

#sub #content .paragraph .w900 ul.check.chkRed li {
    background: url(images/chkRed.gif)no-repeat top left;
}

#sub #content .paragraph .w900 ul.roundTop li {
    margin-top: 35px;
}

#sub #content .paragraph .w900 ul.roundTop li h4 {
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    background-color: #0eaada;
    display: inline-block;
    margin-bottom: 15px;
}

#sub #content .paragraph .w900 ul.roundTop.yellGr li h4 {
    background-color: #abd036;
}


/* sub1_4 */

#sub #content .floor {
    width: 600px;
}

#sub #content .floor > div {
    width: 100%;
    border-bottom: 1px #d0d0d0 solid;
    position: relative;
    float: left;
    min-height: 96px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#sub #content .floor > div:hover {
    background-color: #f5f5f5;
    border-bottom: 1px #505050 solid;
}

#sub #content .floor > div > a {
    display: block;
}

#sub #content .floor > div > a > * {
    line-height: 92px;
    float: left;
}

#sub #content .floor > div::after {
    content: "\e93e";
    font-family: "xeicon";
    float: right;
    line-height: 96px;
    color: #b0b0b0;
}

#sub #content .floor > div h4 {
    width: 10%;
}

#sub #content .floor > div p {
    width: 85%;
    font-size: 18px;
}

#sub #content .floor > div.line2 {}

#sub #content .floor > div.line2 p {
    line-height: 1.7;
    padding: 20px 0;
}

#sub #content .around {
    width: 1100px;
    height: 700px;
}

#galleria {
    height: 670px;
    width: 970px;
    margin: auto;
    padding-top: 30px;
}

h3.subject {
    font-weight: 700;
    color: #4151c4;
    margin-bottom: 20px;
}

h3.subject:before {
    content: "";
    width: 21px;
    height: 21px;
    border-radius: 21px;
    border: 5px #4151c4 solid;
    display: block;
    box-sizing: border-box;
    float: left;
    margin-top: 8px;
    margin-right: 6px;
}


/* 테이블 설정 */

#content table.table {
    width: 100%;
    color: #505050;
}

#content table.table th,
#content table.table td {
    padding: 9px 10px;
    border-left: 1px #e5e5e5 solid;
    border-bottom: 1px #d0d0d0 solid;
    text-align: center;
}

#content table.table.checkup th,
#content table.table.checkup td {
    padding: 7px 20px;
}

#content table.table th {
    background: #e5e5e5;
    color: #333;
}

#content table.table.color2 th {
    background: #0eaada;
}

#content table.table th.etc {
    background: #f5f5f5;
    color: #505050;
}

#content table.table td.head {
    border-left: 0;
    text-align: left;
}
#content table.table th.head {
    border-left: 0;
    text-align: center;
}

#content table.table .article {
    background: #15275e;
    color: #fff
}

#content table.table.checkup p {
    font-size: 15px
}

#content table.table.checkup .add td {
    background: #f5f5f5
}

#content table.table.price {
    text-align: left
}

#content table.table.price th,
#content table.table.price td {
    padding: 4px 10px;
    text-align: left
}

#content table.table.price th.article {
    vertical-align: middle;
    text-align: center
}

#content table.table.price th {
    vertical-align: top
}

#content table.table.price p {
    font-size: 15px
}


/* 게시판 */

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


/* 미디어쿼리 */

@media screen and (max-width:320px) {
    body {
        zoom: 50%;
    }
}

@media screen and (min-width:321px) and (max-width:359px) {
    body {
        zoom: 50%;
    }
}

@media screen and (min-width:360px) and (max-width:374px) {
    body {
        zoom: 56.2%;
    }
}

@media screen and (min-width:375px) and (max-width:375px) {
    body {
        zoom: 58.5%;
    }
}

@media screen and (min-width:376px) and (max-width:479px) {
    body {
        zoom: 64.6%;
    }
}

@media screen and (min-width:480px) and (max-width:639px) {
    body {
        zoom: 75%;
    }
}


/* 아이패드(1024X768)보다 큰 스크린 사이즈와 해상도를 갖는 모든 기기에서의 해상도 설정
 @media all and (min-width: 640px) {
     body {width:640px; margin:0 auto;}
*/

@media all and (min-width: 640px) {
    body {
        zoom: 100%;
        margin: 0 auto;
    }
}


/* 모바일 css */

@media (max-width:1200px) {
    /* footer .footer_bottom {padding-bottom: 180px;} */

    .form_mail {width: 100%;}
    .form_mail .inner {flex-wrap: wrap; max-width: 100%;}
    .form_mail .inner .tit {width: 100%; display: flex; justify-content: center; padding-left: 0;}
    .form_mail .tit h3 {padding-right: 20px;}

    .form_mail .inner .form {width: 600px; margin-top: 10px;}
}

@media only screen and (max-width:768px) {
    .pc_show {
        display: none !important;
    }

    body {
        width: 100%;
        max-width: 640px;
        min-width: 320px;
        display: block;
        margin: 0 auto;
    }

    #wrap,
    #header,
    footer,
    #main,
    #sub,
    .ft_tel {
        max-width: 640px;
        min-width: 320px;
    }

    .inner,
    .inner2 {
        width: 600px;
    }

    #sub .snb {
        width: 600px;
        margin-left: -300px;
    }

    #sub .snb.double {
        height: 120px;
        bottom: -60px;
    }

    #header .inner img.hd_tel {
        top: 44px;
        width: auto;
    }

    #header .inner img.hd_award {
        top: 35px;
    }

    footer .footer_top_m.m_show {
        width: 100%;
    }

    footer .footer_bottom .footer_right {
        display: none;
    }

    #quick_menu {display: none;}

    #m_quick_menu {display: block;}

    #main .main_top {
        flex-wrap: wrap;
        flex-direction: column;
        height: auto;
    }

    #main .main_top .main_img {width: 100%; margin-top: -5px;}
    #main .main_top .main_video {width: 100%; height: auto;}
    #main .main_top .main_video video {width: 100%; height: auto;}

    /* 폼메일 */
    .form_mail .inner {width: 640px;}
    .form_mail .tit h3 {font-size: 24px;}
    .form_mail .tit p {font-size: 15px;}

    #main .part1 .clinic_center {
        flex-wrap: wrap;
    }

    #main .part1 .clinic_center li {
        width: 50%;
    }

    #main .part2 .board_box {
        flex-wrap: wrap;
    }

    #main .part2 .board_box .board_left {width: 100%; padding-right: 0; border-right: none;}
    #main .part2 .board_box .board_right {width: 100%; padding-left: 0; margin-top: 30px;}





    #sub #content .tabs li a {
        letter-spacing: -0.1em;
    }

    #sub #content .paragraph .device.first,
    #sub #content .paragraph .device {
        padding-left: 43px;
    }

    #sub #content .paragraph .device.long.pc_only {
        min-height: 540px;
    }

    #sub #content .paragraph .inner2 img.sub1_4_img {
        margin-left: 75px;
        margin-bottom: 30px;
    }

    #sub #content .around {
        width: 600px;
        height: 500px;
    }

    .swiper-slide img {
        width: 100%;
    }

    .needpopup {
        width: 640px !important;
    }

    #d_kjp.needpopup, #d_ljh.needpopup {
        width: 640px !important;
        margin-left: -310px !important;
    }

    .needpopup-overflow .needpopup {
        left: 50% !important;
    }

    #sub #content .timetable .row .float {
        width: 600px;
    }

    #sub #content .paragraph .w900 {
        width: 600px;
        margin-left: 0px;
    }

    #sub #content .paragraph .w900 > .bigImg {
        width: 100%;
    }

    #sub #content .paragraph .w900 #area {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
    }

    #sub #content .paragraph .w900 #area > iframe {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    #sub #content .paragraph .inner h3.tit.mb0 {
        margin-bottom: 30px !important;
    }

    #sub #content .paragraph .topLine1::before {
        content: url(images_m/topLine1.gif);
    }

    #sub #content .paragraph .topLine2::before {
        content: url(images_m/topLine2.gif);
    }
    #sub #content .paragraph .w900 .img_box > img{
        width: 48%;
    }
    #sub #content .paragraph .w900 ul.check.inBlock li h5,#sub #content .paragraph .w900 ul.check.inBlock.long li h5 {
        width: auto; margin-right: 20px; margin-bottom: 4px;
    }
    .flex-control-nav{
        z-index: 9999;
    }
    #sub #content .board_box,#sub #content .board_box #post_area{
        max-width: 600px !important;
    }

    /* 모바일 게시판 */
    .table_02 img {width: 100% !important; height: auto !important;}
}


/* PC css  */

@media only screen and (min-width: 769px) {
    .m_show {
        display: none !important;
    }

}
