@charset 'utf-8';
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/**
 * Remove default margin & padding.
 */
html, body,h1,h2,h3,nav,ul,li,a, img,p{
  margin: 0;
  padding:0;
  vertical-align:baseline;
}
ul,li{
    list-style: none;
}

/* ******공통****** */
body{
    font-family: 'Nanum Gothic', sans-serif;
    color:#444;
    line-height: 1.6;
}
a{
    text-decoration: none;
    color:#eee;
    display: block;
    }
.m_center{
    width: 92%;
    margin: 0 auto;
    margin-bottom:70px;
}
.in_center{
    width: 96%;
    margin: 0 2%;
}
.clear_fix{
    content:'';
    display: block;
    clear: both;
}
footer{
    width: 100%;
    background:#484848;
    color:#fff;
    text-align: center;
    font-size: 0.95em;
    margin-top:35px;
}
.addr{
    padding-top: 15px;
    padding-bottom: 15px;
}
.pc_link{
    text-decoration: underline;
    font-size: 1.1em;
    padding-top: 5px;
    font-weight: 600;
}

/* 메뉴 */
nav{
    border-bottom:4px solid #1c5197;
}
h1{
    text-indent: -9999em;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 70%;
    margin: 10px 15% 10px;
}
.gnb{
      width:80%;
      background: #1c5197;
      position: fixed;
      top: 0;
      right:-100%;
      height: 100%;
      z-index: 998;
}
.gnb>li{
    list-style: none;
    height:45px;
    line-height: 45px;
    border-bottom:1px solid #275fa8;
    margin: 0 6%;
    font-weight: 600;
}
.gnb>li:nth-child(2){
    margin-top:80px;
}
#open_icon{
    position: absolute;
    top:15px;
    right:8px;
    width: 36px;
    z-index: 997;
    cursor: pointer;
}
#close_icon{
    position: absolute;
    top:15px;
    right:15px;
    width: 32px;
    z-index: 999;
    cursor: pointer;
}
/* ******공통 종료****** */



/* 메인 */

.mb{
    width: 100%;
}
.main_icon{
    padding: 15px 0px;
}
.main_icon>li{
    float: left;
    width:50%;
}
.main_icon>li>a{
    width: 100%;
    display: inline-block;
}
.main_icon img{
    width: 100%;
    vertical-align: bottom;
}
.main_map{
    margin-top: 20px;
}

/* 서브공통 */
.first_div{
    padding-top:40px;
}
h2{
  padding-bottom: 5px;
  margin-bottom: 23px;
  border-bottom: 1px solid #eee;
}
h3{
    padding-top: 15px;
}
p{
    padding-top: 12px;
    padding-bottom: 15px;
    color:#555;
}
.t_deco{
    width:8px;
    display: inline-block;
    background: #1c5197;
    height:25px;
    vertical-align: -4px;
    margin-right: 5px;
}
.s_deco{
    background-image: url(../images/deco2.jpg);
    width: 18px;
    display: inline-block;
    height:16px;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.t_round{
    width:6px;
    display: inline-block;
    background: #1c5197;
    height:6px;
    border-radius: 6px;
    vertical-align: 3px;
    margin-right: 4px;
}
.font_orange{color:#ef8511;}
.font_blue{
    color:#4075c1;
    font-size: 1.05em;
}
.font_strong{font-weight: 600;}
.num_italic{
    font-style:italic;
    font-size: 1.6em;
    color:#1c5197;
}


/* 서브 */

/* 서브 pros */
.div5_5{
    display: inline-block;
    width:48%;
    vertical-align: top;
    text-align: center;
}

/* 서브 womenkids */
.sensitive{
    background-image: url(../images/wk_bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 10px 30px;
    background-color: #faf5ef;
}
.test_index{
    background: #aa955e;
    padding: 5px;
    width:210px;
    text-align: center;
    margin: 13px auto;
    border-radius: 5px;
    color:#fff;
    font-weight: 600;
}
.kids_web{
    background: #4075c1;
    padding: 5px;
    width:210px;
    text-align: center;
    margin: 0px auto;
    border-radius: 5px;
    color:#fff;
    font-weight: 600;
}

/* 병원소개 */
.info{
    background:#faf5ee;
    padding: 20px;
    color:#584f43;
}
.chief_name{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: 800;
    font-size: 1.2em;
}
.text_brown{
    color:#b1863e;
    font-weight: 600;
    font-size: 1.1em;
}


/* 비금여 진료비 */
.medical_expenses_img{
 width: 100%;
}

.medical_expenses_img table{
 width: 100%;
 border: 1px solid #ccc;
 box-sizing: border-box;
 border-collapse: collapse;
}

.medical_expenses_img table th{
 background-color: #ffc000;
 padding: 5px 0;
 font-weight: normal;
 border-bottom: 1px solid #ccc;
 font-size: 14px;
}

.medical_expenses_img table td{
 padding: 5px;
 box-sizing: border-box;
 text-align: center;
 border-bottom: 1px solid #ccc;
 font-size: 12px;
 word-break: keep-all;
}

.medical_expenses_img table th:not(:last-child),
.medical_expenses_img table td:not(:last-child){
 border-right: 1px solid #ccc;
}
