.div_sec > li{
    padding: 30px 0;
}
.div_sec > li:not(:last-child){
    border-bottom: 1px solid #ddd;
}
.div_sec > li:first-child{
    padding-top:0;
}
.div_sec > li:last-child{
    padding-bottom:0;
}
@media (max-width:768px){
    
}
/*h4.stit*/
h4.stit{
    position: relative;
    color: #0063c8;
    font-weight: 700;
    padding-left: 15px;
    margin-bottom: 15px;
}
h4.stit:before{
    position: absolute;
    content: "";
    background-color: #0063c8;
    width: 8px;
    height: 8px;
    top:16px;
    left: 0;
}
@media (max-width:768px){
    h4.stit{
        padding-left: 10px;
        margin-bottom: 5px;
    }
    h4.stit:before{
        width: 5px;
        height: 5px;
        top:14px;
    }
}

/*center_01*/
#center_01 .sign h6 span{
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 4px;
    padding-left: 10px;
}
@media (max-width:768px){
    #center_01 .sign h6 span{
        font-size: 18px;
        letter-spacing: 2px;
        padding-left: 6px;
    }
}
/*center_02*/
#center_02 .bd_box{
    border: 1px solid #ddd;
    padding: 60px 0;
}

@media (max-width:768px){
    #center_02 .bd_box{
        padding: 30px 10px;
    }
}

.img_wrp li img{
    margin: 15px 0;
    border: 1px solid #ddd;
}
@media (max-width:768px){
    .img_wrp li img{
        margin: 5px 0;
    }
}
/*doc_wrp*/
.doc_wrp .doc_box{
    padding: 7px 0;
    text-align: center;
    background-color: #f7f7f7;
    border-radius: 5px;
    margin: 5px 0;
}
.doc_wrp .doc_box p span{
    font-size: 14px;
    font-weight: 600;
    color: #787878;
}
@media (min-width:769px){
    .doc_wrp > li{
        padding-right: 5px;
        padding-left: 5px;
    }
}
@media (max-width:768px){
    .doc_wrp .doc_box p span{
        font-size: 12px;
    }
}

/*t_list*/
.t_list > li {
    font-size: 16px;
    color: #221814;
    line-height: 1.6em;
    font-weight: 400;
    margin: 7px 0;
    padding-left: 15px;
    position: relative;
    word-break: keep-all;
}
.t_list > li:first-child{
    margin-top:0;
}
.t_list > li:last-child{
    margin-bottom:0;
}
.t_list > li > span {
    position: absolute;
    left: 0;
}
@media (max-width:768px){
    .t_list > li {
        font-size: 13px;
        margin: 3px 0;
        padding-left: 7px;
    }
}

/*n_list*/
.n_list > li {
    font-size: 15px;
    color: #221814;
    line-height: 1.4em;
    font-weight: 400;
    margin: 6px 0;
    position: relative;
    word-break: keep-all;
    text-align: left;
    padding-left: 45px;
}
.n_list > li > strong {
    position: absolute;
    left: 20px;
    top: 0px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #314b6d;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    font-size: 0.8em;
}
@media (max-width:768px){
    .n_list > li {
        font-size: 12px;
        padding-left: 38px;
    }
    .n_list > li > strong {
        width: 16px;
        line-height: 16px;
    }
}


p.sub_t{
    background-color: #0063c8;
    color: #fff;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 5px;
}
h6.sub_s{
    background-color: #eee;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 5px;
}

/*table_clinic*/
.table.table_clinic.table_fx {
    table-layout: fixed;
}
.table.table_clinic thead tr th,
.table.table_clinic thead tr td,
.table.table_clinic tbody tr th,
.table.table_clinic tbody tr td {
    font-size: 17px;
    color: #221814;
    line-height: 1.3em;
    text-transform: none;
    border: 1px solid #ddd;
    padding: 15px;
}
.table.table_clinic thead tr th {
    background-color: #3d3d3d;
    color: #fff;
    text-align: center;
}

.table.table_clinic tbody tr th {
    background-color: #f7f7f7;
    text-align: center;
}
.table.table_clinic tbody tr td p{
    line-height: 1em;
}
.table.table_clinic tbody tr td .t_list > li {
    margin: 4px 0;
    line-height: 1.2em;
}
.table.table_clinic tbody tr td .t_list:not(:last-child){
    margin-bottom: 20px;
}

.table.table_clinic thead tr th,
.table.table_clinic tbody tr th {
    font-weight: 600;
}
.table.table_clinic tbody tr td {
    font-weight: 300;
}
.table.table_clinic.table_center thead tr th,
.table.table_clinic.table_center thead tr td,
.table.table_clinic.table_center tbody tr th,
.table.table_clinic.table_center tbody tr td {
    text-align: center;
}
.table.table_clinic.table_vh thead tr th,
.table.table_clinic.table_vh thead tr td,
.table.table_clinic.table_vh tbody tr th,
.table.table_clinic.table_vh tbody tr td {
    vertical-align: middle;
}
.table.table_clinic.table_wb thead tr th,
.table.table_clinic.table_wb tbody tr td,
.table.table_clinic.table_wb tbody tr th {
    word-break: keep-all;
}

.table.table_clinic tbody tr td {
    background-color: rgba(255, 255, 255, 0.5);
}
.table.table_clinic tbody tr.imp th,
.table.table_clinic tbody tr.imp td {
    background-color: #fdfffb;
}
.table.table_clinic tbody tr.imp td {
    color: #082c44;
    font-weight: 500;
}
.table.table_clinic tbody tr td.text-left {
    text-align: left;
}
.table.table_clinic tbody tr td.text-right {
    text-align: right;
}
.table.table_clinic tbody tr.bg_gr {
    background-color: #f7f7f7;
}
.table_box .table.table_clinic {min-width: 768px; table-layout: fixed; white-space: normal;}/* 2022-02-14 수정 */
.table_box .table.table_clinic .t_list > li {word-wrap: break-word; padding-left: 0;}/* 2022-02-14 수정 */
@media (max-width:768px){
    .table_box{
        width:100%;
        overflow:scroll;
    }
    .table.table_clinic{
        white-space:nowrap;
        border-collapse:collapse
    }
    .table.table_clinic thead tr th,
    .table.table_clinic thead tr td,
    .table.table_clinic tbody tr th,
    .table.table_clinic tbody tr td {
        font-size: 14px;
        padding: 10px;
		word-break: break-all !important;
    }
}

/*location*/
#location .root_daum_roughmap .wrap_map {
    height: 400px;
}
#location .map_main{
    background-color: #0063c8;
    padding: 7px;
}
#location .map_main img{
    width: 20px;
    margin-bottom: 4px;
    margin-right: 2px;
}
#location .loc_wrp > li{
    padding: 20px 0;
}
#location .loc_wrp > li:not(:last-child){
    border-bottom: 1px dashed #ddd;
}
#location .info_wrp > li{
    font-size: 16px;
    color: #221814;
    line-height: 1.6em;
    font-weight: 400;
    margin: 7px 0;
    position: relative;
    word-break: keep-all;
}
#location .info_wrp > li span{
    background-color: #696969;
    color: #fff;
    line-height: 1em;
    padding: 0px 7px 3px;
    border-radius: 5px;
}
#location .info_wrp > li .b_train{
    background-color: #0000b5;  
}
#location .info_wrp > li .s_train{
    background-color: #55aeff;  
}
#location .info_wrp > li .o_train{
    background-color: #f78f06;  
}
#location .loc{
    width: 30px;
    margin-bottom: 4px;
    margin-right: 2px;
}
@media (max-width:768px){
    #location .root_daum_roughmap .wrap_map {
        height: 250px;
    }
    #location .map_main img{
        width: 13px;
        margin-bottom: 4px;
        margin-right: 2px;
    }
    #location .info_wrp > li{
        font-size: 13px;
        margin: 5px 0;
    }
    #location .info_wrp > li span{
        padding: 0px 5px 2px;
    }
    #location .loc{
        width: 20px;
        margin-bottom: 4px;
        margin-right: 2px;
    }
}

/*table_loc*/
.table.table_loc.table_fx {
    table-layout: fixed;
}
.table.table_loc thead tr th,
.table.table_loc thead tr td,
.table.table_loc tbody tr th,
.table.table_loc tbody tr td {
    font-size: 15px;
    color: #221814;
    line-height: 1.3em;
    text-transform: none;
    border: 1px solid #ddd;
    padding: 10px;
}
.table.table_loc thead tr th {
    background-color: #3d3d3d;
    color: #fff;
    text-align: center;
}

.table.table_loc tbody tr th {
    background-color: #f7f7f7;
    text-align: center;
}
.table.table_loc tbody tr td p{
    line-height: 1em;
}
.table.table_loc tbody tr td .t_list > li {
    margin: 4px 0;
    line-height: 1.2em;
}
.table.table_loc tbody tr td .t_list:not(:last-child){
    margin-bottom: 20px;
}

.table.table_loc thead tr th,
.table.table_loc tbody tr th {
    font-weight: 600;
}
.table.table_loc tbody tr td {
    font-weight: 300;
}
.table.table_loc.table_center thead tr th,
.table.table_loc.table_center thead tr td,
.table.table_loc.table_center tbody tr th,
.table.table_loc.table_center tbody tr td {
    text-align: center;
}
.table.table_loc.table_vh thead tr th,
.table.table_loc.table_vh thead tr td,
.table.table_loc.table_vh tbody tr th,
.table.table_loc.table_vh tbody tr td {
    vertical-align: middle;
}
.table.table_loc.table_wb thead tr th,
.table.table_loc.table_wb tbody tr td,
.table.table_loc.table_wb tbody tr th {
    word-break: keep-all;
}

.table.table_loc tbody tr td {
    background-color: rgba(255, 255, 255, 0.5);
}
.table.table_loc tbody tr.imp th,
.table.table_loc tbody tr.imp td {
    background-color: #fdfffb;
}
.table.table_loc tbody tr.imp td {
    color: #082c44;
    font-weight: 500;
}
.table.table_loc tbody tr td.text-left {
    text-align: left;
}
.table.table_loc tbody tr td.text-right {
    text-align: right;
}
.table.table_loc tbody tr.bg_gr {
    background-color: #f7f7f7;
}
@media (max-width:768px){
    .table_box{
        width:100%;
        overflow:scroll;
    }
    .table.table_loc{
        white-space:nowrap;
        border-collapse:collapse
    }
    .table.table_loc thead tr th,
    .table.table_loc thead tr td,
    .table.table_loc tbody tr th,
    .table.table_loc tbody tr td {
        font-size: 13px;
        padding: 8px;
		word-break: break-all !important;
    }
}

/*partner*/
#partner .logo_box{
    display: block;
    text-decoration: none;
}
#partner .logo_box .ibox{
    border: 1px solid #ddd;
}
#partner .logo_box p{
    background-color: #858585;
    color: #fff;
    padding: 7px 0;
}
@media (max-width:768px){
    #partner .logo_box p{
        padding: 4px 0;
    }
}

/*info*/
#info .div_sec h4.stit{
    color: #000;
}
#info .sec01{
    background: url(../img/info_bg.png) 90% 90% no-repeat;
    padding-bottom: 70px;
}
#info .info_sec > li:not(:last-child){
    margin-bottom: 15px;
}
#info .info_sec li p.info_sub{
    background-color: #6b6b6b;
    color: #fff;
    padding: 5px 10px;
}
#info .info_sec li .bd_box{
    border: 1px solid #ddd;
    border-top:0;
    padding: 20px;
}
#info .info_sec li h6.info_moon{
    margin-top: 10px;
    color: #0063c8;
    position: relative;
    padding-left: 30px;
}
#info .info_sec li h6.info_moon:before{
    position: absolute;
    content: "";
    background: url(../img/info_tel.png) center center no-repeat;
    background-size: 23px;
    width: 23px;
    height: 18px;
    left: 0;
    top: 3px;
}
#info .sec06 .bg_box{
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    padding: 20px;
}
#info .sec06 .bg_box ul{
    margin-top: 5px;
}
#info .sec06 .bg_box ul li{
    margin: 10px 0;
}
#info .sec06 .bg_box ul li span{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6em;
    background-color: #0063c8;
    border-radius: 3px;
    padding: 0 3px 3px;
}
#info .sec06 .bg_box ul li a{
    color: #878787;
    text-decoration: none;
}
#info h4.stit{
    padding-left: 35px;
}
#info h4.stit:before{
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    top: 6px;
    left: 0;
}
#info .sec02 h4.stit:before{
    background: url(../img/info_sec2.png) center center no-repeat;
    background-size: 30px;
}
#info .sec03 h4.stit:before{
    background: url(../img/info_sec3.png) center center no-repeat;
    background-size: 30px;
}
#info .sec04 h4.stit:before{
    background: url(../img/info_sec4.png) center center no-repeat;
    background-size: 30px;
}
#info .sec05 h4.stit:before{
    background: url(../img/info_sec5.png) center center no-repeat;
    background-size: 30px;
}
@media (max-width:768px){
    #info .sec01{
        background: url(../img/info_bg.png) 90% 90% no-repeat;
        background-size: 40%;
        padding-bottom: 40px;
    }
    #info .info_sec > li:not(:last-child){
        margin-bottom: 10px;
    }
    #info .info_sec li p.info_sub{
        padding: 3px 8px;
    }
    #info .info_sec li .bd_box{
        padding: 15px;
    }
    #info .info_sec li h6.info_moon{
        padding-left: 19px;
    }
    #info .info_sec li h6.info_moon:before{
        background-size: 16px;
        width: 16px;
        height: 14px;
        top: 4px;
    }
    #info h4.stit{
        padding-left: 25px;
    }
    #info .sec02 h4.stit:before{
        background: url(../img/info_sec2.png) center center no-repeat;
        background-size: 20px;
    }
    #info .sec03 h4.stit:before{
        background: url(../img/info_sec3.png) center center no-repeat;
        background-size: 20px;
    }
    #info .sec04 h4.stit:before{
        background: url(../img/info_sec4.png) center center no-repeat;
        background-size: 20px;
    }
    #info .sec05 h4.stit:before{
        background: url(../img/info_sec5.png) center center no-repeat;
        background-size: 20px;
    }
    #info h4.stit:before{
        position: absolute;
        content: "";
        background-size: 20px;
        width: 20px;
        height: 20px;
        top: 5px;
        left: 0;
    }
    #info .sec06 .bg_box ul li{
        margin: 3px 0;
    }
    #info .sec06 .bg_box ul li span{
        font-size: 12px;
        padding: 0 2px 2px;
    }
}

/*doc_wrp 241014 이진하 의료진추가*/


@media (min-width:1200px){
    .doc_wrp2 > li{
        padding-right: 5px;
        padding-left: 5px;
		width: 33%;
    }
}




.doc_wrp2 > li{
    margin: 15px 0;
}
.doc_wrp2 .dc{
    border: 1px solid #ddd;
    cursor: pointer;
}
.doc_wrp2 .dc .tbox{
    padding: 30px;
}
.doc_wrp2 .dc .tbox h4 span{
    font-size: 18px;
    font-weight: 300;
}
.doc_wrp2 .dc .tbox p{
    position: relative;
    padding-left: 80px;
    margin-top: 10px;
    height: 180px;
	font-size:16px;
}
.doc_wrp2 .dc .tbox p span{
    position: absolute;
    left: 0;
    background-color: #5e5e5e;
    color: #fff;
    padding: 0 5px 3px;
    font-weight: 400;
}
.doc_wrp2 .dc .tbox a{
    text-decoration: none;
    text-align: center;
    display: block;
    color: #fff;
    background-color: #aaa;
    padding: 10px 0 7px;
    font-size: 17px;
}
.doc_wrp2 .dc .tbox a:hover{
     background-color: #0b56a4;
}
.doc_wrp2 .dc .tbox a img{
    width: 17px;
    margin-bottom: 3px;
    margin-right: 4px;
}

.doc_wrp2 .dc .ibox img{
        width: 100%;
}

/*@media (min-width:992px){
    .doc_wrp2 .dc .ibox{
        width: 35%;
    }
}*/
@media (max-width:1200px){
    .doc_wrp2 .dc .tbox p{
        height: 130px;
    }
}
@media (max-width:991px){
    .doc_wrp2 .dc .ibox{
        text-align: center;
    }
    .doc_wrp2 .dc .tbox h4 span{
        font-size: 12px;
    }
    .doc_wrp2 .dc .tbox p{
        padding-left: 70px;
        height: 120px;
        margin-top: 5px;
    }
    .doc_wrp2 .dc .tbox p span{
        padding: 0 5px 2px;
    }
    .doc_wrp2 .dc .tbox a{
        padding: 5px 0;
        font-size: 12px;
    }
    .doc_wrp2 .dc .tbox a:hover{
         background-color: #0b56a4;
    }
    .doc_wrp2 .dc .tbox a img{
        width: 12px;
        margin-bottom: 1px;
    }
}


/*modal*/
.doc_com .modal-dialog {
    margin: 0;
    display: table;
    width: 100%;
    height: 100%;
}
.doc_com .modal-dialog > div {
    display: table-cell;
    vertical-align: middle;
}
.doc_com .modal-dialog > div .modal-content {
    max-width: 1140px;
    margin: 50px auto;
    border-radius: 0;
}
.doc_com .modal-body {
    padding: 0px;
    border-radius: 0;
    position: relative;
}
.doc_com .modal-body .cls {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    z-index: 5;
}
.doc_com .modal-body .cls img{
    width: 30px;
}
.doc_com .modal-body .top_sec {
    background-color: #f7f7f7;
}

.doc_com .modal-body .top_sec .tbox{
    padding: 50px;
}
.doc_com .modal-body .top_sec .tbox h2 span{
    font-weight: 300;
}
.doc_com .modal-body .top_sec .tbox .txt_wrp{
    margin-top: 20px;
}
.doc_com .modal-body .top_sec .tbox .txt_wrp > li{
    font-size: 16px;
    color: #221814;
    line-height: 1.6em;
    font-weight: 400;
    margin: 12px 0;
    padding-left: 125px;
    position: relative;
    word-break: keep-all;
}
.doc_com .modal-body .top_sec .tbox .txt_wrp > li span{
    position: absolute;
    left: 0;
    background-color:#414141;
    color: #fff;
    padding: 0px 15px 2px;
    text-align: center;
    width: 100px;
    font-weight: 400;
    border-radius: 30px;
}
.doc_com .modal-body .top_sec .timetable{
    margin-top: 15px;
}
.doc_com .modal-body .top_sec .timetable .lt .jin_name{
    display: inline-block;
    margin-right: 10px;
}
.doc_com .modal-body .top_sec .timetable .rt h6{
    color: #333;
}
.doc_com .modal-body .top_sec .timetable .rt h6 span{
    border: 1px solid #333;
    padding: 3px;
    margin-right: 5px;
}
.doc_com .modal-body .top_sec .timetable table{
    margin-top: 10px;
}
.doc_com .modal-body .top_sec .timetable h6.nkim{
    color: #aaa;
    font-weight: 400;
    margin-top: 10px;
}
.doc_com .modal-body .top_sec .timetable h6.nkim img{
    width: 16px;
    margin-bottom: 3px;
}
.doc_com .modal-body .top_sec .timetable h6.nkim span{
    font-weight: 500;
    color: #c10e0e;
}

.doc_com .modal-body .md_sec {
    padding: 40px 70px;
}
.doc_com .modal-body .md_sec .cont_wrp > li{
    margin-top: 30px;
}
.doc_com .modal-body .md_sec .cont_wrp h4{
    position: relative;
    padding-left: 25px;
}
.doc_com .modal-body .md_sec .cont_wrp h4:before{
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    left: 0;
    top: 8px;
    border: 4px solid #0b56a4;
    border-radius: 50%;
}
@media (max-width:1200px) and (min-width:991px){
    .doc_com .modal-dialog > div .modal-content {
        max-width: 800px;
    }
}
@media (min-width:992px){
    .doc_com .modal-body .top_sec .ibox {padding-left:70px;}/* 2022-02-20 수정 */
    .doc_com .modal-body .top_sec .tbox {
        width: 65%;
    }
    .doc_com .modal-body .top_sec .tbox .txt_wrp > li:nth-child(3){
        height: 52px;
    }
}
@media (max-width:991px){
    .doc_com .modal-body .cls {
        position: absolute;
        right: 30px;
        top: 30px;
        cursor: pointer;
        z-index: 5;
    }
    .doc_com .modal-body .cls img{
        width: 20px;
    }
    .doc_com .modal-body .top_sec .ibox {padding:0 30px;}/* 2022-02-20 수정 */
    .doc_com .modal-body .top_sec .tbox{
        padding: 30px 15px;
    }
    .doc_com .modal-body .top_sec .tbox .txt_wrp{
        margin-top: 15px;
    }
    .doc_com .modal-body .top_sec .tbox .txt_wrp > li{
        font-size: 13px;
        margin: 12px 0;
        padding-left: 110px;
    }
    .doc_com .modal-body .top_sec .tbox .txt_wrp > li span{
        padding: 3px 15px;
        width: 90px;
        top: -5px;
    }
    .doc_com .modal-body .top_sec .timetable{
        margin-top: 10px;
    }
    .doc_com .modal-body .top_sec .timetable .lt .jin_name{
        margin-right: 5px;
    }
    .doc_com .modal-body .top_sec .timetable .rt h6{
        font-size: 11px;
    }
    .doc_com .modal-body .top_sec .timetable .rt h6 span{
        padding: 0 2px;
    }
    .doc_com .modal-body .top_sec .timetable .table_sec{
         width:100%;
         overflow:scroll ;
    }
    .doc_com .modal-body .top_sec .timetable .table_sec table{
        white-space:nowrap;
        border-collapse:collapse
    }
    .doc_com .modal-body .top_sec .timetable table{
        margin-top: 10px;
    }
    .doc_com .modal-body .top_sec .timetable h6.nkim img{
        width: 13px;
        margin-bottom: 3px;
    }
    .doc_com .modal-body .md_sec {
        padding: 30px;
    }
    .doc_com .modal-body .md_sec .cont_wrp > li{
        margin-top: 20px;
    }
    .doc_com .modal-body .md_sec .cont_wrp h4{
        padding-left: 25px;
    }
    .doc_com .modal-body .md_sec .cont_wrp h4:before{
        width: 13px;
        height: 13px;
        top: 8px;
        border: 3px solid #0b56a4;
    }
}

/*dia_box*/
p.dia_box > strong{
    padding: 5px;
    font-size: 15px;
    padding: 5px;
    border-radius: 3px;
    line-height: 1em;
    vertical-align: middle;
    color: #fff;
    font-weight: 400;
    display: inline-block;
}
p.dia_box.dia_bl > strong{
    background-color: #0b56a4;
}
p.dia_box.dia_gr > strong{
    background-color: #70c927;
}
@media (max-width:991px){
    p.dia_box > strong{
        padding: 3px;
        font-size: 12px;
    }
}

/* jin_name */
.timetable .jin_name {
    position: relative;
    padding: 6px 0 6px 5px;
    padding-left: 25px;
}
.timetable .jin_name:not(:last-child) {
    border-bottom: 1px dashed #eee;
}
.timetable .jin_name > strong,
.timetable .jin_name > span,
.timetable .jin_name > a {
    font-size: 15px;
}
.timetable .jin_name > strong {
    position: absolute;
    padding: 5px;
    border-radius: 3px;
    line-height: 1em;
    vertical-align: middle;
    color: #fff;
    left: 0;
    top: 6px;
    font-weight: 400;
}
.timetable .jin_name.tab_bl > strong {
    background-color: #0b56a4;
}
.timetable .jin_name.tab_gr > strong {
    background-color: #70c927;
}
.timetable .jin_name.tab_bl > .name,
.timetable .jin_name.tab_gr > .name {
    cursor: default;
}
.timetable .jin_name > .name {
    text-decoration: none;
    display: inline-block;
    color: #111;
}

@media (max-width:991px){
    .timetable .jin_name{
        padding-left: 20px;
    }
    .timetable .jin_name > strong,
    .timetable .jin_name > span,
    .timetable .jin_name > a {
        font-size: 12px;
    }
    .timetable .jin_name > strong {
        padding: 3px;
        top: 10px;
    }
}