@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,500,700&subset=korean");
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
address,
em,
img,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
footer,
header,
hgroup,
menu,
#header,
section,
summary,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: middle;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
section {
    display: block;
}

body,
html {
    line-height: 1.4;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 62.5%;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    display: block;
    color: inherit;
    color: #383838;
    font-family: inherit;
    font-weight: normal;
    text-decoration: none;
}

a:active,
a:visited,
a:hover {
    text-decoration: none;
    outline: none;
}

button {
    background: none;
    border: 0 none;
    color: inherit;
    font-size: inherit;
    cursor: pointer;
    outline: none;
}

img {
    max-width: 100%;
}

.blind {
    display: block;
    overflow: hidden;
    position: absolute;
    top: -9999em;
    left: -9999em;
    width: 0.1rem;
    height: 0.1rem;
}

fieldset {
    border: 0 none !important;
}

em {
    font-style: normal;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.medical_table {
    padding-top: 0px;
    /* border-top: solid 1px #d2d2d2; */
    margin-bottom: 2%;
}

.medical_table table {
    width: 100%;
    border-top: solid 3px #3c90e8;
}

.medical_table table th {
	min-width:25%;
    border: solid 1px #d2d2d2;
    background: #f9f9f9;
	font-size: 21px;
	padding:10px 0;
    word-break: keep-all;
}
.medical_table.font-small table th { font-size: 17px; }
    .medical_table_sub{ font-size:16px; }
    .medical_table_m_cut{ display: block; }    

.medical_table table td {
    border: solid 1px #d2d2d2;
    font-size: 17px;
    padding:10px 20px;
    word-break: keep-all;
}
.medical_table.font-small table td { font-size: 14px; }
.medical_table02 table td { padding: 10px; }

.medical_table table td > div {
    padding: 5px 0;
}

.medical_table table td ul li {
    float: left;
    width: 100%;
    line-height: 25px;
    padding-left: 10px;
    text-indent: -10px;
    margin-top: 5px;
    min-height: none;
}

.medical_table table thead tr th {
    background: #e7edf4;
}

.medical_table table td ul li.none:before {
    display: none;
}

.medical_table table td ul li.long {
    width: 100%;
}

.medical_table table td ul li:before {
    content: "";
    display: inline-block;
    vertical-align: 5px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #3c90e8;
    margin-right: 5px;
}
.medical_table table td.txtCen{ text-align:center; }
.inoculation_table {
    padding-top: 0px;
    border-top: solid 1px #d2d2d2;
    margin-bottom: 2%;
}

.inoculation_table table {
    width: 100%;
    border-top: solid 3px #3c90e8;
}

.inoculation_table table th {
    border: solid 1px #d2d2d2;
    background: #f9f9f9;
    font-size: 21px;
    height: 50px;
}

.inoculation_table table td {
    border: solid 1px #d2d2d2;
    font-size: 17px;
    padding: 25px 0;
    text-align: center;
}

.inoculation_table table td > div {
    padding: 5px 0;
}

.inoculation_table table td ul li {
    float: left;
    width: 100%;
    line-height: 25px;
    padding-left: 10px;
    text-indent: -10px;
    margin-top: 5px;
    min-height: none;
}

.inoculation_table table thead tr th {
    background: #e7edf4;
}

.center_introduce .center_doc_introduce ul li > div.doc_info button.btn_like {
    top: 32px;
    padding: 0;
    color: #383838;
    font-size: 21px;
    righT: 0;
}

.center_introduce .center_doc_introduce ul li > div.doc_info button.btn_like:before {
    content: "";
    display: inline-block;
    background: url(/images/like.png) 0 0 no-repeat;
    width: 17px;
    height: 15px;
    margin-right: 5px;
}

.center_introduce .center_doc_introduce ul li > div.doc_info button.btn_like.on:before {
    background-position: 0 -15px;
}

.new_medical_table{
    width:100%; margin:0 auto;
}
    .new_medical_table--head h2{
        font-size:25px;
        font-weight: 600;
        color:#888;
        border: 1px solid #888;
        padding:20px 30px; 
        box-sizing: border-box;
        width: 550px;
        text-align: center;
        margin:0 auto;
    }
    .new_medical_table--head p{
        text-align: right; font-size:12px;
    }
    .new_medical_table--body{}
        .new_medical_table--box{
            width: 100%;
            max-width: 450px;
            border:1px solid #888;
            box-sizing: border-box;
            margin: 0 auto;
            position: relative;
        }
        .new_medical_table--box01{ margin:0 auto 30px; }
        .new_medical_table--box01::after{
            content: '';
            width:4px;
            height:30px;
            background:#eee;
            position:absolute;
            bottom:-30px;
            left:50%;
            transform: translateX(-50%);
            z-index: -1;
        }
            .new_medical_table--tit{
                background:#005ec2;
                padding:5px 10px;
                font-size:16px;
                font-weight: 600;
                color:#fff;
                text-align: center;
                letter-spacing: -1px;
            }
            .new_medical_table--cnt{
                box-sizing: border-box;
                text-align: center;
            }
            .new_medical_table--cnt.flex{
                display: flex;
                align-content: center;
                justify-content: center;
            }
            .new_medical_table--cnt.flex{ flex-basis: 100%; }
                .new_medical_table--cnt p{
                    font-size:14px !important;
                    font-weight: 400;
                    color:#6a6a6a;
                    padding:5px 0;
                    
                }
                .new_medical_list{ 
                    display: flex;
                    align-items: flex-start;
                    justify-content: space-between;
                    position: relative;
                }
                .new_medical_list::after{
                    content: '';
                    width:calc(100% - 200px);
                    display: block;
                    height:4px;
                    background: #eee;
                    position: absolute;
                    top:0px;
                    left:50%;
                    transform: translateX(-50%);
                }
                    .new_medical_list li:not(:last-child){
                        margin-right: 10px;
                    }
                    .new_medical_list li{ 
                        position: relative;
                        display: block !important;
                        margin-top:30px !important; 
                        overflow: visible !important;
                    }
                    .new_medical_list li::before{
                        content: '';
                        width:4px;
                        height:30px;
                        display: block;
                        background:#eee;
                        left:50%;
                        top:-30px;
                        transform: translateX(-50%);
                        position: absolute 
                    }


@media screen and (min-width: 760px) and (max-width: 1200px) {
	.medical_table table th {min-width: 150px; font-size:18px;}
    .medical_table02{  }
    .medical_table02 table th {min-width:auto;}
    .medical_table02 { padding: 0 !important; }
    .medical_table_m_cut{ display: inline}
    .new_medical_list::after{ width:84%;}
}


@media screen and (max-width: 759px) {
    .certificate .patient .medical_table {
		padding: 0;
		margin-bottom:0;
    }
    .certificate .patient .medical_table table th {
        width: 25%;
        padding: 10px 0;
        font-size: 13px;
    }
    .certificate .patient .medical_table table td {
        padding: 10px;
        font-size: 11px;
    }
    .certificate .patient .medical_table table td h3 {
        font-size: 12px;
    }
    .certificate .patient .medical_table table td > div {
        padding: 5px 0;
    }
    .certificate .patient .medical_table table td ul li {
        white-space: nowrap;
    }
    .certificate .patient .medical_table table td ul li.none {
        display: block;
    }
    .inoculationl_table {
        padding: 20px 10px;
    }
    .inoculation_table table th {
        padding: 10px 0;
        font-size: 11px;
    }
    .inoculation_table table td {
        font-size: 11px;
    }
    .inoculation_table table td h3 {
        font-size: 12px;
    }
    .inoculation_table table td > div {
        padding: 5px 0;
    }
    .inoculation_table table td ul li {
        white-space: nowrap;
    }
    .inoculation_table table td ul li.none {
        display: block;
    }
    .center_introduce .center_doc_introduce ul li > div.doc_info button.btn_like {
        font-size: 14px;
    }
    .center_introduce .center_doc_introduce ul li > div.doc_info button.btn_like:before {
        content: "";
        width: 13px;
        height: 11px;
        margin-right: 5px;
        background-size: 13px 22px;
    }
    .center_introduce .center_doc_introduce ul li > div.doc_info button.btn_like .on:before {
        background-position: 0 100%;
	}

	.medical_table table th {min-width:25%; font-size:13px; word-break:keep-all;}
	.medical_table table td {font-size:12px; padding:10px; word-break: keep-all;}
    .new_medical_table--head h2 {
        font-size: 16px; padding: 20px 0px; width: 90%;
    }
    .new_medical_list::after {width: 84%;}
        .new_medical_list li:not(:last-child){ margin-right: 2px; }
    .new_medical_table--tit{ font-size:11px; letter-spacing: -1px; padding:5px 0; }
    .new_medical_table--cnt p { font-size: 10px !important; letter-spacing: -1px; padding:5px 0;}
    .medical_table.font-small table th { font-size: 14px;}
    
}
