*{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: 'Outfit',"Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    /* font-family: 'Outfit', 'NanumGothic',sans-serif; */
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 10px;
    line-height: 1.5;
    background: #fff;
    color: #3e3a39;
}
.page{
    overflow: hidden;
    width: 100%;
}
.innerTop{padding-top: 10rem;}
.innerBot{padding-bottom: 10rem;}
.content_inner.w1050{ max-width: 1050px;}
.content_inner{
    margin:0 auto;
    max-width: 1280px;
    width: 95%;
}
/* h3 */
h6::before{
    content: 'Hwaseo Barn Pain Clinic';
    font-size: 2rem;
    font-weight: 300;
}
h6{
    font-family: 'Outfit', 'NanumGothic',sans-serif; 
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 5rem;
}
h3 i{font-weight: 700;}
h3{
    font-family: 'Outfit', 'NanumGothic',sans-serif; 
    color: #2e4b6d   ;
    font-size: 4rem ;
    font-weight: 400;
}
h4{
    font-family: 'Outfit', 'NanumGothic',sans-serif; 
    font-size: 3.5rem;
    font-weight: 700;
}
h5{
    font-family: 'Outfit', 'NanumGothic',sans-serif; 
    font-size: 3rem;
    font-weight: 700;
}


html *.c{text-align: center;}
html *.m50{margin-bottom: 5rem;}
html *.m30{margin-bottom: 3rem;}
html *.m10{margin-bottom: 1rem;}
html *.b{font-weight: 700;}
html *.m{font-weight: 500;}
html *.navy{color: #003686;}
html *.orange{color: #f39800;}
html *.red{color: #c1272d;}
p{font-size: 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: calc(2vw + 130px);
    right: 2vw;
    z-index: 99;
    color: #fff;
    
}
.quick_logo {
    position: fixed;
    bottom: 3vw;
    right: 2vw;
    z-index: 100000;
    background: #003686;
    border-radius: 50%;
    width: 80px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: quick_bounce 1.6s infinite;
    cursor: pointer;
}
@keyframes quick_bounce {
    0%, 100%, 20%, 53%, 80% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
#quick-placeholder ul.click{
    transform: translateY(0%);
    opacity: 1;
    height: auto;
    transition: .5s all;
}
#quick-placeholder ul{
    background: linear-gradient(to bottom,#000000,#003686 );
    width: 80px;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    padding: 2rem 1rem;
    border-radius: 4rem;
    height: auto;
    display: flex;
    overflow: hidden;
    opacity: 0;
    box-shadow: 0 4px 18px rgba(0,0,0,25%);
    transform: translateY(100%);
    transition: .5s all;
}
#quick-placeholder ul li .img_wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .7rem;
    padding: 1rem 0;
}
#quick-placeholder ul li{
    width: 100%;
    border-bottom: 1px solid #ffffff7a;
}
#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;
    padding: .5rem;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    gap: 1rem;
    color: #fff;
}

#quick-placeholder img{
    max-width: 35px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#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){
    
    
}
@media (min-width:0px) and (max-width:1280px){
    .innerTop{padding-top: 8rem;}
    .innerBot{padding-bottom: 8rem;}
    h3{font-size: 3rem; }
    h4{font-size: 2.5rem;}
    h5{font-size: 2.5rem; }
    h6{font-size: 3.5rem;}

    .h3_txt{font-size: 4rem;}




}


@media (min-width:0px) and (max-width:900px){
    .innerTop{padding-top: 5rem;}
    .innerBot{padding-bottom: 5rem;}
    h3{font-size: 2.5rem; }
    h4{font-size: 2.5rem;}
    h5{font-size: 2.5rem; }
    h6::before{font-size: 1.7rem;}
    h6{font-size: 3.2rem;margin-bottom: 3rem;}
    p{font-size: 1.7rem;}
    html *.m50{margin-bottom: 3rem;}
    html *.m30{margin-bottom: 2rem;}
    html *.m10{margin-bottom: 1rem;}
    /* popup */
    .popup_wrap {
        left: 0!important;
    }
    /* common */
    .bg_wrap.bluebg::before {
        display: none;
    }
    /* quick */
    
    
}
@media (min-width:0px) and (max-width:500px){
    /* common */
    .innerTop{padding-top: 5rem;}
    .innerBot{padding-bottom: 5rem;}
    html *.m50{margin-bottom: 2rem;}
    html *.m30{margin-bottom: 1.5rem;}
    html *.m10{margin-bottom: 1rem;}
    h3{font-size: 2.2rem; }
    h4{font-size: 2.2rem;}
    h5{font-size: 2.2rem; }
    h6{font-size: 2.8rem;}
    h6::before{font-size: 1.6rem;}
    p{font-size: 1.6rem;}
    /* popup */
    .popup_wrap {
        left: 0!important;
    }
    /* quick */
    #quick-placeholder {
        bottom: calc(2vw + 80px);
    }    
    #quick-placeholder ul li a {
        padding: .5rem;
        font-size: 1.2rem;
    }
    #quick-placeholder img{
        max-width: 25px;
    }
    .quick_logo {
        width: 55px;
    }
    #quick-placeholder ul {
        width: 55px;
        padding: 1rem 0.5rem;
    }
    #quick-placeholder ul li .img_wrap {
        gap: 0.5rem;
        padding: 0.7rem 0;
    }
    /* 개인정보처리방침 */
    .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;
    }
}