/*site_map*/
.site_map {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 70px;
    width: 100%;
    height: 100dvh;
    background: var(--grd);
    overflow-y: auto;
    /* 세로 스크롤 */
    -webkit-overflow-scrolling: touch;
    /* 모바일 부드러운 스크롤 */
}

/* dvh 미지원 브라우저용 폴백 */
@supports not (height: 100dvh) {
    .site_map {
        height: calc(100vh - 70px);
    }
}

.site_map .bg_text {
    position: absolute;
    left: 0;
    bottom: 5%;
    width: 60%;
    height: auto;
}

.site_map .bg_img {
    position: absolute;
    right: -5%;
    top: 0;
    width: 25%;
    height: auto;
}

.site_map .inner {
    padding: 50px 0;
    width: 100vw;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.site_map .inner .col {
    padding: 12% 10%;
}


.site_map .inner .col .site_sub_1 {
    font-size: 34px;
    color: var(--white);
    font-weight: 700;
}

.site_map .inner .col .site_solid {
    background: var(--white);
    width: 100%;
    height: 1px;
    margin: 30px 0;
}

.site_map .inner .col .site_sub_2 {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 800;
    padding: 5px 0;
}

.site_map .inner .col .site_sub_2:hover {
    color: var(--white);
}

/*site-map*/



/*sub2 hospital-info*/

.hospital-info {
    padding-bottom: 62px;
}

.hospital-info .list_style.type_1 li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    text-align: center;
    padding: 15px;
}

.hospital-info .list_style.type_1 .last-h-info {
    width: 100%;
    background-color: #009D8E;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
}

.hospital-info .list_style.type_1 .last-h-info span {
    padding-right: 40px;
    padding-left: 20px;
    font-weight: 200;
}

.hospital-info .list_style.type_1 .last-h-info p {
    padding: 0 10px;
}

/*hospital-info*/






/*sub1_1*/
#sub_01_01 .hisTab{
    padding: 5px;
    border-radius: 50px;
}
#sub_01_01 .hisTab ul li{
    width: 33.333%;
    padding: 10px;
    text-align: center;
    font-weight: 600;
}
#sub_01_01 .hisTab ul li a{
    width: 100%;
    height: auto;
}
#sub_01_01 .hisTab ul .active{
    background: var(--white);
    border: 1px solid var(--color_1);
    border-radius: 50px;
    color: var(--color_1);
}
#sub_01_01 .hisTab ul .active a{
    color: var(--color_1);
}
#sub_01_01 .about_top{
    padding: 30px 0;
}
#sub_01_01 .about_top p{
    border-radius: 30px;
    overflow: hidden;
}
#sub_01_01 .contWrap{
    display: flex;
    align-items: stretch;
}
#sub_01_01 .sub1_1_line{
    position: relative;
    width: 1px;
    background-color: var(--line-color);
    flex-shrink: 0;
    align-self: stretch;
}
#sub_01_01 .sub1_1_dot{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: var(--color_1);
    flex-shrink: 0;
    align-self: stretch;
}
#sub_01_01 .contWrap .flex1{
    margin-left: 30px;
}
#sub_01_01 .contWrap .flex1 .bd_box{
    margin: 35px 0;
}
/*sub1_1*/



/*sub1_2*/
#sub_01_02 .text-groups{
    position: relative;
}
#sub_01_02 .text-groups .tit_bg_icon_2{
    position: absolute;
    left: 45%;
    top: -8%;
    width: 100%;
    opacity: 0.5;
}
#sub_01_02 .text-groups .text-1{
    background: url(../../library/images/sub/sub1_2_img_1.jpg) no-repeat center;
    background-size: cover;
    width: 640px;
    margin-right: 50px;
    border-radius: 20px;
    overflow: hidden;
}
#sub_01_02 .text-groups .text-2{
    width: 640px;
}
#sub_01_02 .text-groups .text-2 .text-2-1 h1{
    color: #000;
}
#sub_01_02 .text-groups .text-2 .text-2-1 h4{
    padding: 20px 0;
    color: #000;
}
#sub_01_02 .text-groups .text-2 .text-2-2 p{
    padding-bottom: 15px;
}
#sub_01_02 .text-groups .text-2 .text-2-2 .text-2-2-last{
    font-weight: 600;
}
#sub_01_02 .text-groups .text-2 .text-2-2 .hanil-sign{
    font-size: 24px;
    font-weight: 600;
}
#sub_01_02 .text-groups .text-2 .text-2-2 .hanil-sign div{
    margin-top: 40px;
    margin-right: 30px;
}

/*sub1_2*/



/*sub1_3*/
#sub_01_03 .text-groups .ci_box {
    padding: 35px 15px;
    text-align: center;

}

#sub_01_03 .text-groups .ci_box2 {
    border-radius: 20px;
    overflow: hidden;
}

#sub_01_03 .text-groups .ci_txt {
    text-align: center;
    padding: 30px 0;
}

#sub_01_03 .text-groups .ci_txt1 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
}
#sub_01_03 .text-groups .text-group {
    width: 100%
}
#sub_01_03 .text-groups .text-group .box_group{
    width: 33.333%;
    padding: 40px 0;
    margin: 0 12px;
    border-radius: 16px;
    text-align: center;
}
#sub_01_03 .text-groups .text-group .box_group .eng{
    color: #71ACA6;
}
#sub_01_03 .text-groups .text-group .box_group .kor{
    font-size: 18px;
    font-weight: 600;
    padding-top: 10px;
}
#sub_01_03 .text-groups .text-group .sub1_3_box1 p img{
    width: 53px;
    height: auto;
}
#sub_01_03 .text-groups .text-group .sub1_3_box2 .box_group{
    position: relative;
}
#sub_01_03 .text-groups .text-group .sub1_3_box2 .text_wrap{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#sub_01_03 .text-groups .text-group .sub1_3_box2 .text_wrap .kor{
    font-size: 20px;
    color: var(--white);
}


/*sub1_3*/


/*sub1_4*/
#sub_01_04 .text-groups .text-group.sub1_4_visual {
    padding-bottom: 50px;
}

#sub_01_04 .text-groups .text-group.sub1_4_visual img {
    border-radius: 20px;
    overflow: hidden;
}

#sub_01_04 .text-groups .logo-group ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px;
}

#sub_01_04 .text-groups .logo-group li {
    width: calc((100% - 20px)/5);
}

#sub_01_04 .text-groups .text-group .flexBox li {
    display: inline-block;
    margin-right: 20px;
}
/*sub1_4*/


/*sub2_1*/
#sub_02_01 .location-map,.map-image,.root_daum_roughmap.root_daum_roughmap_landing{
    width: 100%;
}
.conSec .text-groups .headline span {
    color: var(--color_1);
}

#sub_02_01 .text-groups .location-btn a {
    width: 50px;
    height: auto;
}

#sub_02_01 .text-groups .location-btn div img {
    width: 100%;
}

#sub_02_01 .text-groups .area02 {
    display: flex;
    justify-content: space-between;
}

#sub_02_01 .text-groups .area02 .tbox h3 {
    font-size: 32px;
}

#sub_02_01 .text-groups .area02 .tbox p {
    padding: 20px 0 40px;
}
#sub_02_01 .text-groups .contWrap .flex1 ul li a{
    margin-left: 20px;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid var(--line-color);
}
/*sub2_1*/


/*sub2_2*/
#sub02_02 .text-groups .text-group {
    padding-bottom: 30px;
}

#sub02_02 .text-groups .space_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#sub02_02 .text-groups .space_wrap .space {
    border-radius: 20px;
    overflow: hidden;
    width: calc((100% - 60px) / 4);
}

#sub02_02 .text-groups .space_wrap .space img {
    width: 100%;
    height: auto;
}

#sub02_02 .text-groups .space_wrap .space .sp_txt {
    padding: 20px;
    font-weight: 600;
    height: 130px;
}

/*sub2_2*/


/*sub2_3*/
#sub_02_03,
.text-groups .text-group .top_txt p {
    padding-top: 15px;
}

#sub_02_03 .text-groups .text-group .top_wrap {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: left; */
    /* padding: 48px 0; */
    gap: 20px;
    margin-top: 30px;
}

#sub_02_03 .text-groups .text-group .top_wrap .top_group {
    border-radius: 20px;
    /* width: 23%; */
    padding: 40px 30px;
    /* margin: 10px; */
    text-align: center;
    width: calc((100% - 60px) / 4);
}

#sub_02_03 .text-groups .text-group .top_wrap .top_group .icon img {
    width: 40px;
    height: auto;
}

#sub_02_03 .text-groups .text-group .top_wrap .top_group .icon_txt1 {
    padding-top: 10px;
    color: #71ACA6;
}

#sub_02_03 .text-groups .text-group .top_wrap .top_group .icon_txt2 {
    font-weight: 600;
}

/*suv2_3*/


/*sub2_4*/
.sub2_4 .text-groups .sub2_4_top .top_txt p {
    padding-top: 15px;
}

.sub2_4 .text-groups .sub2_4_top .top_txt p span {
    font-weight: 600;
}

.sub2_4 .text-groups .sub2_4_top .top_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 48px 0;
}

.sub2_4 .text-groups .sub2_4_top .top_wrap .top_group {
    border-radius: 20px;
    width: 31%;
    padding: 40px 30px;
    margin: 10px;
    text-align: center;
}

.sub2_4 .text-groups .sub2_4_top .top_wrap .top_group .icon img {
    width: 40px;
    height: auto;
}

.sub2_4 .text-groups .sub2_4_top .top_wrap .top_group .icon_txt1 {
    padding-top: 10px;
    color: #71ACA6;
}

.sub2_4 .text-groups .sub2_4_top .top_wrap .top_group .icon_txt2 {
    font-weight: 600;
}

/*sub2_4*/


/*sub2_5*/
.sub2_5 .sub2_5_top .top_txt p {
    padding-top: 15px;
}

.sub2_5 .sub2_4_top .top_txt p span {
    font-weight: 600;
}

.sub2_5 .sub2_5_top .top_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 48px 0;
}

.sub2_5 .sub2_5_top .top_wrap .top_group {
    border-radius: 20px;
    width: 48%;
    padding: 40px 30px;
    margin: 10px;
    text-align: center;
}

.sub2_5 .sub2_5_top .top_wrap .top_group .icon img {
    width: 40px;
    height: auto;
}

.sub2_5 .sub2_5_top .top_wrap .top_group .icon_txt1 {
    padding-top: 10px;
    color: #71ACA6;
}

.sub2_5 .sub2_5_top .top_wrap .top_group .icon_txt2 {
    font-weight: 600;
}

.sub2_5 .top {
    align-items: center;
}

/*sub2_5*/




/******* 반응형 *******/
@media screen and (max-width: 1600px) {}

/*E:1600px*/


@media screen and (max-width: 1280px) {
    /*hospital-info*/
    .hospital-info .list_style.type_1 li {
        width: calc((100% - 12px)/2);
    }

    .hospital-info .list_style.type_1 .last-h-info {
        width: 100%;
        background-color: #009D8E;
        color: #fff;
        display: block;
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
    }

    /*sub1_1*/
    #sub_01_01 .contWrap .flex1{
        margin-left: 0;
    }
    #sub_01_01 .sub1_1_dot{
        display: none;
    }
    #sub_01_01 .sub1_1_line{
        display: none;
    }

    /*sub1_2*/
    #sub_01_02 .text-groups .tit_bg_icon_2{
        display: none;
    }
    #sub_01_02 .text-groups .flexBox{
        display: block;
        text-align: center;
    }
    #sub_01_02 .text-groups .text-1{
        width: 80%;
        height: auto;
        margin: 0 auto;
    }
    #sub_01_02 .text-groups .text-1 .sub1_2_img{
        background: url(../../library/images/sub/sub1_2_img_1_wide.jpg) no-repeat center;
        background-size: cover;

        margin: 0 auto;
        aspect-ratio: 4 / 3;
        height: 100%;
        margin-right: 0;
        overflow: hidden;
    }
    #sub_01_02 .text-groups .flexBox .text-2{
        width: 100%;
        padding-top: 30px;
    }

    /*sub1_3*/



}

/*1280px*/

@media screen and (max-width: 1024px) {

    /*site_map*/
    .site_map {
        top: 40px;
    }

    .site_map .inner {
        padding: 10px 0;
        grid-template-columns: repeat(2, 1fr);
    }

    .site_map .inner .col {
        padding: 7% 5%;
    }

    /*sub1_1*/


    /*sub1_3*/


    /*sub1_4*/
    #sub_01_04 .text-groups .text-group .list_style_dot li {
        display: block;
    }

    /*sub2_1*/
    #sub_02_01 .text-groups .area02 {
        display: block;
    }


    /*sub2_3*/
    #sub_02_03 .text-groups .text-group .top_wrap .top_group {
        width: calc((100% - 20px) / 2);
    }

    /*sub2_4*/
    .sub2_4 .text-groups .sub2_4_top .top_wrap .top_group {
        width: 90%;
        margin: 5px;
    }

    /*sub2_5*/
    .sub2_5 .sub2_5_top .top_wrap .top_group {
        width: 90%;
        margin: 5px;
    }

}

/*E:1024px*/

@media screen and (max-width: 768px) {

    /*sub1_1*/
    #sub_01_01 .about_top {
        border-bottom: none;
    }


    /*sub1_2*/

    /*sub1_3*/
    #sub_01_03 .text-groups .ci_txt1 {
        font-size: 16px;
        padding-bottom: 10px;
    }

    #sub_01_03 .text-groups .ci_txt2 {
        font-size: 12px;
    }
    #sub_01_03 .text-groups .text-group .box_group{
        width: 33.333%;
        padding: 40px 0;
        margin: 0 6px;
        border-radius: 16px;    text-align: center;
    }
    #sub_01_03 .text-groups .text-group .box_group .eng{
        font-size: 12px;
    }
    #sub_01_03 .text-groups .text-group .box_group .kor{
        font-size: 14px;
    }
    #sub_01_03 .text-groups .text-group .sub1_3_box2 .text_wrap .eng{
        font-size: 12px;
    }
    #sub_01_03 .text-groups .text-group .sub1_3_box2 .text_wrap .kor{
        font-size: 16px;
    }


    /*sub1_4*/
    #sub_01_04 .text-groups .text-group .flexBox li {
        margin-right: 10px;
    }

    #sub_01_04 .text-groups .text-group .flexBox li p {
        font-size: 12px;
    }

    /*sub2_1*/
    #sub_02_01 .text-groups .area02 .tbox h3 {
        font-size: 24px;
    }

    /*sub2_2*/
    #sub02_02 .text-groups .space_wrap .space .sp_txt {
        font-size: 12px;
    }
}

/*E:768px*/

@media screen and (max-width: 640px) {

    /*sub1_3*/
    #sub_01_03 .text-groups .text-group .sub1_3_box2 .text_wrap{
        position: static;
        left: auto;
        top: auto;
        transform: none;
    }
    #sub_01_03 .text-groups .text-group .sub1_3_box2 .text_wrap .kor{
        color: #000;
    }

}

/*E:640px*/