* {
    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: 'PureunJeonnam', 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-optical-sizing: auto;
    font-style: normal;
    font-size: 10px;
    background: #fff;
    color: #272727;
    line-height: 1.6;
    letter-spacing: -0.02em;
    word-spacing: 0.1em;
}
.page {
    overflow: hidden;
    width: 100%;
}
.innerTop {
    padding-top: 16rem;
}
.innerBot {
    padding-bottom: 16rem;
}
.content_inner {
    margin: 0 auto;
    max-width: 1280px;
    width: 95%;
}
/* h3 */

* b {
    font-weight: 700;
}
html *.c {
    text-align: center;
}
html *.m100 {
    margin-bottom: 10rem;
}
html *.m80 {
    margin-bottom: 8rem;
}
html *.m50 {
    margin-bottom: 5rem;
}
html *.m10 {
    margin-bottom: 1rem;
}
p {
    font-size: 22px;
}
/* popup */
.popups {
    position: relative;
    z-index: 10000;
}
#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: 350px;
    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 0.8s forwards ease;
}
/* quick */
#quick-placeholder {
    position: fixed;
    bottom: 5vw;
    right: 2vw;
    z-index: 100000;
    font-family: 'Paperlogy';
    /* box-shadow: 0 4px 18px rgba(121, 121, 121, 0.25); */
    /* background: #fff; */
    /* border-radius: 20px; */
    /* overflow: hidden; */
}
#quick-placeholder ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding: 1rem; */
    /* gap */
}
#quick-placeholder ul li {
    background: #004277;
    color: #fff;
    margin-bottom: 5px;
    border-radius: 40px;
}

#quick-placeholder ul li a {
    display: flex;
    /* flex-direction: column; */
    width: 165px;
    align-items: center;
    justify-content: flex-end;
    transition: all 0.5s;
    padding: 8px;
    text-align: center;
    /* word-spacing:-5px; */
    font-size: 17px;
    font-weight: 700;
    gap: 0.7rem;
    /* color: #000; */
}
#quick-placeholder ul li .q_txt {
    width: 100%;
}
#quick-placeholder ul li .img_wrap {
    width: 33px;
    height: 33px;
    aspect-ratio: 1/1;
    background: #fff;
    border-radius: 50%;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    flex-shrink: 0;
}
#quick-placeholder li img {
    max-width: 32px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#quick-placeholder .quick ul {
    /* padding: 1rem 0; */
    position: absolute;
    bottom: 100px;
    right: 0;
    pointer-events: none;
    /* display: none; */
    opacity: 0;
    transition: 0.3s ease-in;
    transform: translateX(200%);
}
#quick-placeholder .quick.on ul {
    /* padding: 1rem 0; */
    transform: translateX(0%);
    display: block;
    opacity: 1;
    pointer-events: auto;
}
/*  */
.quick_logo {
    max-width: 80px;
    border-radius: 50%;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    animation: quick_logo 1.2s ease-in-out infinite;
    cursor: pointer;
}
@keyframes quick_logo {
    0% {
        transform: translateY(10px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(10px);
    }
}
#quick-placeholder .quick {
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: end;
    gap: 10px;
}
#quick-placeholder .quick_m {
    display: none;
    border-top: 1px solid #00000047;
}

/* 개인정보처리방침 */
.site {
    width: 92%;
    margin: 0 auto;
    max-width: 1500px;
    font-size: 2rem;
    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;
}
/* ani */
.img_wr {
    position: relative;
    overflow: hidden;
}
/* 초기 상태: .dim 요소 */
.animate_me .dim {
    /* 개별 transform 프로퍼티 (실험적 기능) */
    translate: none;
    rotate: none;
    scale: none;
    transform-origin: 100% 50%;
    transform: scale(0, 1);
}
.right_img.animate_me .dim {
    transform-origin: 0% 50%;
}
/* .img_wr 내부의 .dim 스타일 */
.animate_me .img_wr .dim {
    width: 100%;
    height: 100%;
    background: #006768;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: opacity 0.5s;
}
/* active 클래스가 적용되면 leftDim 애니메이션 실행 */
.animate_me.active .dim {
    animation: leftDim 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.3s;
}
.right_img.animate_me.active .dim {
    animation: rightDim 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.3s;
}

.map_wrap .root_daum_roughmap .cont {
    display: none;
}
.map_wrap .root_daum_roughmap .wrap_controllers {
    display: none;
}
.map_wrap .root_daum_roughmap_landing {
    width: 100%;
    height: 100%;
}
.map_wrap .root_daum_roughmap .wrap_map {
    height: 100%;
}
@keyframes leftDim {
    0% {
        transform: scale(0, 1);
    }
    40% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1, 1) translateX(-100%);
    }
}
@keyframes rightDim {
    0% {
        transform: scale(0, 1);
    }
    40% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1, 1) translateX(100%);
    }
}

@media (min-width: 0px) and (max-width: 1520px) {
    .h3_txt {
        font-size: 4.5rem;
    }
}
@media (min-width: 0px) and (max-width: 1280px) {
    #quick-placeholder {
        bottom: 7vw;
    }
    .innerTop {
        padding-top: 12rem;
    }
    .innerBot {
        padding-bottom: 12rem;
    }
    html *.m100 {
        margin-bottom: 8rem;
    }
    html *.m80 {
        margin-bottom: 6rem;
    }
    html *.m50 {
        margin-bottom: 4rem;
    }
    html *.m10 {
        margin-bottom: 1rem;
    }
    p {
        font-size: 2rem;
    }
}

@media (min-width: 0px) and (max-width: 900px) {
    .innerTop {
        padding-top: 10rem;
    }
    .innerBot {
        padding-bottom: 10rem;
    }
    p {
        font-size: 1.8rem;
    }
    html *.m50 {
        margin-bottom: 3rem;
    }
    /* popup */
    .popup_wrap {
        left: 0 !important;
        top: 65px !important;
    }
    /* common */
    .bg_wrap.bluebg::before {
        display: none;
    }

    .map_wrap .root_daum_roughmap .wrap_map {
        height: 400px;
    }
}
@media (min-width: 0px) and (max-width: 500px) {
    /* common */
    .innerTop {
        padding-top: 7rem;
    }
    .innerBot {
        padding-bottom: 7rem;
    }
    html *.m100 {
        margin-bottom: 5rem;
    }
    html *.m80 {
        margin-bottom: 4rem;
    }
    html *.m50 {
        margin-bottom: 2.5rem;
    }
    html *.m10 {
        margin-bottom: 1rem;
    }
    p {
        font-size: 4.5vw;
    }
    /* popup */
    .popup_wrap {
        left: 0 !important;
    }
    /* quick */
    #quick-placeholder ul li .img_wrap {
        width: 25px;
        height: 25px;
        padding: 4px;
    }
    #quick-placeholder ul li a {
        width: 125px;
        padding: 5px;
        font-size: 15px;
    }
    .quick_logo {
        max-width: 60px;
    }

    /* 개인정보처리방침 */
    .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;
    }
}
