*{margin: 0;padding: 0;word-break: keep-all;}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: inherit;
}
ul,ol{list-style: none;}
h1,h2,h3,h4,h5,h6{
    font-size: inherit;
    font-weight: inherit;
}
b,strong{font-weight: inherit;}
i,em,address{font-style: inherit;}
img{max-width: 100%;}
/* common */
html{
    font-family: "Noto Sans KR", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 10px;
    background: #fff;
    color: #000;
}
.page{
    overflow: hidden;
    width: 100%;
}
.innerTop{padding-top: 10rem;}
.innerBot{padding-bottom: 10rem;}
.content_inner{
    margin:0 auto;
    max-width: 1280px;
    width: 95%;
}
/* h3 */
h3{
    display: flex;
    gap: .5rem;
    align-items: center;
    margin-bottom: 5rem;
}
h3::before{
    content: '';
    background: url('../img/favicon-96x96.png') no-repeat 50% 50% / contain;
    width: 80px;
    aspect-ratio: 1/1;
}
.h3_txt{
    line-height: 1.1;
    font-size: 5rem;
    font-weight: 700;
}
.h3_txt i{
    padding-left: .5rem;
    font-size: 2rem;
    color: #666;
    display: block;
}
h4{
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 3rem;
}
h4 i{color: #003378;}
h5{
    font-size: 3rem;
    font-weight: 700;
}
html *.c{text-align: center;}
html *.m50{margin-bottom: 5rem;}
html *.m10{margin-bottom: 1rem;}
p{font-size: 2.2rem;}
/* popup */
#popup_10{z-index:101;}
#popup_9{z-index:102;}
#popup_8{z-index:103;}
#popup_7{z-index:104;}
#popup_6{z-index:105;}
#popup_5{z-index:106;}
#popup_4{z-index:107;}
#popup_3{z-index:108;}
#popup_2{z-index:109;}
#popup_1{z-index:110;}

.popup_wrap {
    width: 100%;
    max-width: 450px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 9999;
}
.popup_foot {
    padding: 10px;
    font-size: 1.5rem;
}
.popup_foot>div{
    display: flex;
    justify-content: space-between;
}
.popup_foot label span{
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.popup_close{
    cursor: pointer;
}
.popup_wrap.introani{
    animation: introanimation .8s forwards ease;
}
/* quick */
#quick-placeholder{
    position: fixed;
    bottom: 8vw;
    right: 2vw;
    z-index: 100000;
    box-shadow: 0 4px 18px rgba(0,0,0,25%);
    background: #ffffff;
    /* border-radius: 10px; */
    overflow: hidden;
}
#quick-placeholder ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap */
}
#quick-placeholder ul li .img_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ;
}
#quick-placeholder ul li{
    width: 100%;
    border-bottom: 1px solid #0032787a;
}
#quick-placeholder ul li:last-of-type{
    border-bottom: none;
}
#quick-placeholder ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .5s ;
    padding: 2.5rem;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    gap: 1rem;
    color: #030043;
}
#quick-placeholder img{
    max-width: 45px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#quick-placeholder .quick  ul{
    display: block;
}
#quick-placeholder .quick{
    display: block;
}
#quick-placeholder .quick_m{
    display: none;
    border-top: 1px solid #00337847;
}


/* 개인정보처리방침 */
.site{
    width: 92%;
    margin: 0 auto;
    max-width: 1500px;
    font-size: 2.0rem;
    line-height: 1.7em;
    font-weight: 300;
    word-break: keep-all;
}
.site h6 {
    line-height: 33px;
    padding-left: 0px;
    font-size: 2.6rem;
    margin-bottom: 15px;
    font-weight: normal;
}
/* 비급여 */
.time_wrap table {
    text-align: center;
    font-size: 1.5rem;
    max-width: 1000px;
    margin: 0 auto 3rem;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.1);
    border-left: 0;

}
table, td {
    border-spacing: 0px;
    padding: 0px;
}
.time_wrap table tr td {
    padding: 10px;
    border-left: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
tr.bg2 td{
    background: rgba(0,0,0,0.05);
    font-weight: 500;
}
tr.bg td{
    background: rgba(0,0,0,0.3);
    /* color: #fff; */
    font-weight: 500;
}



@media (min-width:0px) and (max-width:1520px){
    .h3_txt{font-size: 4.5rem;}
    
}
@media (min-width:0px) and (max-width:1280px){
    .innerTop{padding-top: 8rem;}
    .innerBot{padding-bottom: 8rem;}
    .h3_txt{font-size: 4rem;}
    h3{margin-bottom: 4rem;}
    h4{font-size: 3.5rem;margin-bottom: 2rem;}
    h5{font-size: 2.5rem;}
    p{font-size: 2rem;}
}

@media (min-width:0px) and (max-width:900px){
    .innerTop{padding-top: 5rem;}
    .innerBot{padding-bottom: 5rem;}
    .h3_txt{font-size: 3.5rem;}
    .h3_txt i{font-size: 1.6rem;}
    h3{margin-bottom: 2.5rem;}
    h3::before { width: 65px; }
    h4{font-size: 2.5rem;}
    h5{font-size: 2.2rem;}
    p{font-size: 1.7rem;}
    html *.m50{margin-bottom: 3rem;}
    /* popup */
    .popup_wrap {
        left: 0!important;
    }
    /* common */
    .bg_wrap.bluebg::before {
        display: none;
    }
    /* quick */
    #quick-placeholder .quick{
        display: none;
    }
    #quick-placeholder .quick_m{
        display: block;
    }
    #quick-placeholder{
        position: fixed;
        bottom: 0;
        right: 0;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
        background: #ffffff;
        border-radius: 0px;
        overflow: hidden;
        width: 100%;
    }
    #quick-placeholder ul{
        /* display: flex; */
        flex-direction:row;
        /* align-items: center; */
        /* gap */
    }
    #quick-placeholder ul li .img_wrap{
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .5s ;
    }
    #quick-placeholder ul li{
        width: 100%;
        border-bottom: none;
    }
    #quick-placeholder ul li:last-of-type{
        border-bottom: none;
    }
    #quick-placeholder ul li a{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: all .5s ;
        padding: 1.5rem;
        text-align: center;
        font-size: 1.2rem;
        font-weight: 500;
    }
    #quick-placeholder ul li:hover a{
        background: inherit;
    }
    
    #quick-placeholder img{
        max-width: 30px;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
}
@media (min-width:0px) and (max-width:500px){
    /* common */
    .innerTop{padding-top: 5rem;}
    .innerBot{padding-bottom: 5rem;}
    .h3_txt{font-size: 2.5rem;}
    .h3_txt i{font-size: 1.5rem;line-height: 1.3;padding-left: 2px;}
    h3{margin-bottom: 2rem;}
    h3::before { width: 50px; }
    h5{font-size: 2rem;}
    html *.m50{margin-bottom: 2rem;}
    /* popup */
    .popup_wrap {
        left: 0!important;
    }
    /* quick */
    #quick-placeholder ul li a {
        padding: 1.2rem;
    }
    #quick-placeholder img{
        max-width: 25px;
    }
    
    
    /* 개인정보처리방침 */
    .tab_list_inner ul.site_ul{
        grid-template-columns: repeat(1, 1fr);
    }
    .tab_list_inner ul.site_ul li:nth-child(-n+2){
        border-bottom: 0.5px solid #6c6e708b;
    }
    .site{
        width: 92%;
        margin: 0 auto;
        max-width: 1500px;
        font-size: 1.5rem;
        line-height: 1.5;
        font-weight: 300;
        word-break: keep-all;
    }
    .site h6 {
        line-height: 1.5;
        padding-left: 0px;
        font-size: 2rem;
        margin-bottom: 15px;
        font-weight: normal;
    }
    /* 비급여 */
    .time_wrap table {
        font-size: 1.2rem;
    }
    .time_wrap table tr td {
        padding: 8px 2px;
    }
}