/* sub 공통 CSS */
.sub_wrap{
    width: 100%;
    margin: 0 auto;
}
.sub_container{
    width: 100%;
    position: relative;
}
.sub_container2{
    width: 1200px;
    margin: 0 auto 120px;
}
.sub_banner{
    width: 100%;
    padding: 89px 0;
    box-sizing: border-box;
    background: url("/web/images/sub/sub_banner.jpg") no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub_banner2{
    background: url("/web/images/sub/sub_banner2.png") no-repeat;
}
.sub_banner3{
    background: url("/web/images/sub/sub_banner3.png") no-repeat;
}
.sub_banner4{
    background: url("/web/images/sub/sub_banner4.png") no-repeat;
}
.sub_banner5{
    background: url("/web/images/sub/sub_banner5.png") no-repeat;
}
.sub_banner6{
    background: url("/web/images/sub/sub_banner6.png") no-repeat;
}
.sub_title{
    font-size: 36px;
    font-weight: 500;
    color: #fff;
}
.sub_lnb_container{
    width: 100%;
    height: 49px;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.lnb_home{
    display: block;
    width: 20px;
    margin: 0 18px 0 19%;
}
.lnb_deps1{
    width: 123px;
    height: 100%;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    position: relative;
}
.lnb_deps2{
    width: 236px;
    height: 100%;
    border-right: 1px solid #e0e0e0;
    position: relative;
}
.deps1_title{
    font-size: 18px;
    font-weight: 400;
    color: #6E6E6E;
    background: url("/web/images/sub/sub.lnbbtn.png") right center no-repeat;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    line-height: 47px;
    cursor: pointer;
    background-position-x: 102px;
}
.deps1_title2{
    padding: 0 0 0 20px;
    background-position-x: 214px;
}
.deps1{
    width: 101%;
    background-color: #fff;
    position: absolute;
    left: -1;
    top: 48px;
    padding: 24px 0;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    display: none;
    z-index: 9999;
}
.deps1 li{
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.deps1 li:last-child{
    margin-bottom: 0;
}
.deps1 li>a{
    font-size: 18px;
    font-weight: 400;
    color: #6E6E6E;
}
.sub_main_title{
     padding: 56px 0 44px 0;
     box-sizing: border-box;
}
.sub_main_title h2{
    font-size: 36px; 
    font-weight: 600;
    color: #111;
    text-align: center;
}





/* ///////cate01 page01/////// */
.sub102_content{
    width: 1200px;
    margin: 0 auto 120px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.sub102_con{
    padding-right: 50px;
    box-sizing: border-box;
}
.sub102_con_t{
    padding: 61px 0 53px 0;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 500;
    color: #111;
}
.sub102_con_n{
    font-size: 18px;
    font-weight: 200;
    color: #111;
    line-height: 1.9;
}
.sub102_con p:last-child{
    font-size: 18px;
    font-weight: 200;
    color: #111;
    margin-top: 83px;
}
.grierson_back{
    position: absolute;
    bottom: -68px;
    right: 0;
    z-index: -1;
}
.grierson_back2{
    position: absolute;
    top: 300px;
    left: 226px;
    z-index: -1;
}
.sub_main_title .block{
    font-size: 24px;
    font-weight: 500;
    margin-top: 15px;
}





/* ///////cate01 page02/////// */
.sub101_content{
    width: 1200px;
    margin: 0 auto 124px;
    position: relative;
}
.sub101_title{
    font-size: 24px;
    font-weight: 500;
    color: #111;
    text-align: center;
}
.sub101_con_n{
    font-size: 18px;
    font-weight: 200;
    color: #111;
    text-align: center;
    line-height: 1.9;
}
.sub101_back{
    position: absolute;
    right: -70px;
    bottom: -70px;
}





/* ///////cate01 page03/////// */

.sub103_content{
    width: 1200px;
    margin: 0 auto 120px;
}
.sub103_intro_boxs{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.sub103_intro_box{
    width: 562px;
    border: 1px solid #ccc;
}
.sub103_intro_t{
    font-size: 24px;
    font-weight: 500;
    color: #111;
    padding: 27px 0;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.sub103_intro_t span{
    font-size: 18px;
    font-weight: 200;
}
.sub103_intro_con{
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 25px;
}
.sub103_intro_con:last-child{
    margin-bottom: 0;
}
.sub103_ic_t{
    width: 175px;
    padding: 7px 0;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background-color: #0965B5;
    margin-bottom: 16px;
}
.sub103_ic_t01{
    width: 230px;
}
.sub103_ic_t02{
    width: 260px;
}
.sub_ic_box{
    margin-bottom: 25px;
}
.sub_ic_box:last-child{
    margin-bottom: 0;
}
.sub_ic_box p{
    font-size: 18px;
    font-weight: 200;
    color: #111;
    margin-bottom: 11px;
    line-height: 1.4;
}
.sub_ic_box p:last-child{
    margin-bottom: 0;
}
.sub_ic_box p span.block{
    margin-left: 11px;
}
.sub103_ic_t1{
    background-color: #0965B5;
}
.sub103_ic_t2{
    background-color: #0A9BBF;
}
.sub103_ic_t3{
    background-color: #00A99D;
}



/* ///////cate01 page04/////// */

.sub104_content{
    width: 1200px;
    margin: 0 auto 120px;
}
.sub104_tab_list{
    width: 100%;
    display: flex;
    margin-bottom: 58px;
}
.sub104_tab_list li{
    width: 25%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    text-align: center;
    padding: 26px 0;
    font-size: 22px;
    font-weight: 500;
    color: #111;
    cursor: pointer;
}
#sub104_tab1{
    position: relative;
    margin-bottom: 120px;
}
.tab1_con{
    width: 830px;
    padding: 26px 40px 26px 44px;
    box-sizing: border-box;
    background-color: #0A9BBF;
    position: absolute;
    bottom: 85px;
    right: 0;
}
.tab1_con p{
    line-height: 1.9;
    font-size: 18px;
    font-weight: 200;
    color: #fff;
}

.tab2_con{
    display: flex;
    flex-wrap: wrap;
    gap: 111px 44px;
}
.tab2_item{
    width: 578px;
}
.tab2_item_con{
    padding: 38px 0 35px 0;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #ccc;
}
.tab2_item_con h3{
    font-size: 22px;
    font-weight: 500;
    color: #111;
    margin-bottom: 11px;
}
.tab2_item_con p{
    font-size: 18px;
    font-weight: 200;
    color: #111;
}
.tab3_con1{
    position: relative;
    margin-bottom: 234px;
}
.tab3_con1_1{
    width: 675px;
    padding: 70px 32px 70px 50px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    position: absolute;
    top: 221px;
    right: 0;
    background-color: #fff;
}
.tab3_con1_1 p{
    font-size: 18px;
    font-weight: 200;
    color: #111;
    margin-bottom: 18px;
}
.tab3_con2_n{
    padding-left: 33px;
    box-sizing: border-box;
}
.tab3_con2_n h3{
    font-size: 24px;
    font-weight: 500;
    color: #111;
    margin-bottom: 20px;
}
.tab3_con2_n p{
    font-size: 18px;
    font-weight: 200;
    color: #111;
    margin-bottom: 11px;
}
.tab3_con2_n p:last-child{
    margin-bottom: 0;
}
.tab3_con2_1{
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.tab3_con2_1:last-child{
    margin-bottom: 0;
}
.tab4_container{
    position: relative;
    margin-bottom: 267px;
}
.tab4_con{
    width: 826px;
    padding: 37px 43px 36px 43px;
    box-sizing: border-box;
    background-color: #00A99D;
    position: absolute;
    top: 720px;
    right: 0;
}
.tab4_con p{
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    margin-bottom: 11px;
}



/* //cate02 page01// */

.sub201_content{
    width: 1200px;
    margin: 0 auto 120px;
}
.sub201_con1{
    display: flex;
}
.sub201_con1_1{
    width: 50%;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.s201_conbox{
    padding: 59px 86px 42px 75px;
}
.sub201_con1_1 h4{
    font-size: 24px;
    font-weight: 500;
    color: #111; 
    margin-bottom: 44px;
    text-align: center;
}
.sub201_con1_1_list{
    width: 100%;
}
.sub201_con1_1_list li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 38px;
}
.sub201_con1_1_list li:last-child{
    margin-bottom: 0;
}
.sub201_con1_1_list li span{
    font-size: 29px;
    font-weight: 500;
    color: #111;
}
.sub201_con1_1 p{
    width: 100%;
    padding: 28px 0 25px 0;
    text-align: center;
    background-color: #0A9BBF;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.sub201_con1_2{
    width: 50%;
    padding: 129px 0 115px 50px;
    background: url("/web/images/sub/sub201_ban1.jpg") no-repeat;
    background-size: cover;
}
.sub201_con1_2 h4{
    font-size: 58px;
    font-weight: 200;
    color: #fff;
    margin-bottom: 32px;
}
.sub201_con1_2 p{
    font-size: 58px;
    font-weight: 600;
    color: #fff;
}
.sub_main_title2{
    padding-top: 94px;
}
.sub201_itembox{
    display: flex;
    flex-wrap: wrap;
    gap: 60px 26px;
}
.sub201_item{
    width: 280px;
    padding: 35px 0 43px 0;
    box-sizing: border-box;
    background-color: #0965B5;
}
.sub201_item2{
    width: 280px;
    padding: 35px 0 222px 0;
    box-sizing: border-box;
    background-color: #0965B5;
}
.sub201_item_profile{
    width: 144px;
    height: 144px;
    margin: 0 auto 28px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub201_item h4{
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 33px;
}
.sub201_item p{
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    margin-bottom: 12px;
    text-align: center;
    line-height: 1.4;
}
.sub201_item p:last-child{
    margin-bottom: 0;
}
.ml15{
    margin-left: 15px;
}


/* //cate03 공통CSS// */
.sub3_content{
    width: 1200px;
    margin: 0 auto 120px;
}
.sub3_sub_t{

}
.sub3_sub_t p{
    font-size: 18px;
    font-weight: 200;
    color: #111;
    text-align: center;
    margin-bottom: 11px;
}

/* //cate03 page01// */
.sub301_main_banner{
    margin: 105px 0 160px 0;
    position: relative;
}
.sub301_con{
    margin-bottom: 35px;
}
.sub301_doctor_img{
    display: block;
    margin: 0 auto 18px;
}
.sub301_con_t{
    font-size: 24px;
    font-weight: 500;
    color: #111;
    text-align: center;
}
.sub301_itembox{
    width: 100%;
    display: flex;
    justify-content: center;
}
.sub301_item{
    width: 185px;
}
.sub301_item_imgbox{
    width: 185px;
    height: 185px;
    border: 1px solid #ccc;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 34px;
}
.sub301_item p{
    font-size: 18px;
    font-weight: 200;
    color: #111;
    margin-bottom: 11px;
    text-align: center;
}
.sub301_item p:last-child{
    margin-bottom: 0;
}
.sub301_main_banner .sub305_item_con301{
    padding: 86px 64px 77px 64px;
}

/* //cate03 page 02,03,04// */
.sub3_main_banner{
    margin: 52px 0 74px 0;
}
.sub3_content2{
    padding: 74px 0 123px 0;
    box-sizing: border-box;
    background-color: #F5F5F5;
}
.sub3_content1{
    margin-bottom: 74px;
}
.sub3_item_box{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 54px 36px;
}
.sub3_item2{
    padding: 31px 0 111px;
    box-sizing: border-box;
}
.sub3_item{
    width: 581px;
}
.sub3_item2 img{
    display: block;
    margin: 0 auto 16px;
}
.sub3_item h4{
    font-size: 18px;
    font-weight: 500;
    color: #111;
    margin-bottom: 11px;
    text-align: center;
}
.sub3_item p{
    font-size: 18px;
    font-weight: 200;
    color: #111;
    text-align: center;
}
.sub3_item p:nth-child(2){
    margin-bottom: 11px;
}
.sub3_item2 p{
    font-size: 24px;
    font-weight: 500;
    color: #111;
    text-align: center;
}
.sub3_ban{
    display: block;
    margin: 0 auto 26px;
}

/* //cate03 page05// */
.sub305_item_box{
    width: 100%;
    margin-top: 155px;
}
.sub305_item_con{
    width: 710px;
    padding: 68px 40px 64px 141px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    bottom: -132px;
    background-color: #fff;
}
.sub305_item_con h4{
    font-size: 24px;
    font-weight: 500;
    color: #111;
    margin-bottom: 19px;
}
.sub305_item_con p{
    font-size: 18px;
    font-weight: 200;
    color: #111;
    margin-bottom: 17px;
}
.sub305_item_con p:last-child{
    margin-bottom: 0;
}
.sub305_item1{
    position: relative;
    margin-bottom: 212px;
}
.sub305_item1:last-child{
    margin-bottom: 130px;
}
.sub305_item_con2{
    padding: 86px 0 81px 30px;
    box-sizing: border-box;
    left: 0;
}
.sub305_item_con3{
    padding: 86px 0 81px 141px;
    box-sizing: border-box;
    right: 0;
}
.sub305_item_con4{
    padding: 103px 0 100px 72px;
    box-sizing: border-box;
    left: 0;
}
.sub305_item2{
    display: flex;
    justify-content: flex-end;
}
.sub302_container{
    margin-bottom: 250px;
}


/* //cate04 page01// */

.sub401_container{
    width: 1200px;
    margin: 0 auto 120px;
}
.sub401_head p{
    font-size: 18px;
    font-weight: 200;
    color: #111;
    text-align: center;
    margin-bottom: 12px;
}
.sub401_head p:last-child{
    margin-bottom: 0;
}
.sub401_head{
    margin-bottom: 82px;
}
.sub401_item_box{
    display: flex;
    width: 90%;
    margin: 0 auto 72px;
    align-items: center;
    gap: 70px;
}
.sub401_item_box:last-child{
    margin-bottom: 0;
}
.sub401_item_con p{
    font-size: 18px;
    font-weight: 200;
    color: #111;
    line-height: 1.4;
}
.sub401_itemimg{
    position: relative;
}
.sub401_it{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 1.2;
}

/* //cate04 page02~06 공통 */

.sub4_container{
    width: 1200px;
    margin: 0 auto 262px;
}
.sub04_banner_box{
    width: 100%;
    position: relative;
}
.sub04_banner_con{
    width: 86.3%;
    padding: 54px 0 4px 0;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 242px;
    background-color: #fff;
}
.sub04_banner_con h3{
    font-size: 24px;
    font-weight: 500;
    color: #111;
    margin-bottom: 50px;
    text-align: center;
}
.sub04_banner_con p{
    font-size: 18px;
    font-weight: 200;
    color: #111;
    margin-bottom: 40px;
    background: url("/web/images/sub/sub4_icon.png") no-repeat left;
    padding-left: 30px;
    box-sizing: border-box;
    margin-left: 16.8%;
}
.sub04_banner_con p:last-child{
    margin-bottom: 0;
}
.sub405_con_container{
    display: flex;
    align-items: center;
    margin-left: 70px;
    gap: 30px
}
.sub405_con_container p{
    margin-left: 0;
}
.sub401_item_container2{
    margin-bottom: 650px;
}
.sub04_ban_line{
    display: block;
    width: 87%;
    height: 1px;
    background-color: #707070;
    margin: 50px auto 38px;
}
.sub04_banner_con2 p{
    font-size: 18px;
    font-weight: 200;
    color: #111;
    text-align: center;
    margin: 0 0 10px 0;
    background: none;
    padding: 0;
}


/* //cate05 page01// */

.sub501_container{
    width: 1200px;
    margin: 0 auto 120px;
}
.sub501_map{
    width: 100%;
}
.sub501_mapbox{
    width: 100%;
    display: flex;
}
.sub501_address{
    width: 50%; 
    padding: 40px 0 35px 0;
    box-sizing: border-box;
    background-color: #00A99D;
}
.sub501_parking{
    width: 50%; 
    padding: 35px 0 33px 0;
    background-color: #0A9BBF;
}
.sub501_address p{
    background: url("/web/images/sub/gps_icon.png")no-repeat left;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    padding-left: 37px;
    line-height: 1.4;
    margin-left: 80px;
}
.sub501_parking p{
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
    margin-left: 15px;
}


/* //게시판// */

.board_container{
    width: 1200px;
    margin: 0 auto 50px;
}
.board_head{
    width: 100%;
}
.board_header{
    width: 100%;
    display: flex;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #ccc;
    padding: 33px 0;
    box-sizing: border-box;
}
.bh_num{
    width: 10%;
}
.bh_title{
    width: 71.16%;
}
.bh_date{
    width: 18.83%;
}
.board_header li{
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #111;
}
.board_b{
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 25px 0;
    box-sizing: border-box;
}
.board_b li{
    font-size: 18px;
    font-weight: 200;
    color: #111;
    text-align: center;
}
.board_b li:nth-child(2){
    text-align: left;
}
.board_tit{
    display: block;
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 10px;
    box-sizing: border-box;
}
.board_body{
    margin-bottom: 35px;
}
.board_num{
    display: flex;
    justify-content: center;
    gap: 3px;
}
.board_num li{
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    text-align: center;
}
.board_num li.active{
    border: 1px solid #0965B5;
}
.board_num li>a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 200;
    color: #111;
}
.board_num li>a.active{
    color: #0965B5;
}


/* 게시판 상세페이지 */

.board_detail{
    width: 100%;
}
.board_detail_title{
    width: 100%;
    padding: 34px 0;
    box-sizing: border-box;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #ccc;
}
.bd_title{
    width: 80%;
    font-size: 24px;
    font-weight: 500;
    color: #111;
    line-height: 1.4; 
    text-align: center;
    margin: 0 auto 12px;
}
.bd_sub_t{
    display: flex;
    justify-content: center;
    align-items: center;
}
.bd_sub_t p{
    font-size: 18px;
    font-weight: 200;
    color: #111;
    padding: 0 16px;
    border-right: 1px solid #ccc;
}
.bd_sub_t p:last-child{
    border: none;
}
.board_content_box{
    padding: 26px 20px;
    box-sizing: border-box;
}
.board_cons{
    font-size: 18px;
    font-weight: 200;
    color: #111;
    line-height: 1.6;
}
.board_foot{
    width: 100%;
}
.board_pages{
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 7px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.board_pages:last-child{
    margin-top: -1px;
}
.board_pages li:nth-child(1){
    width: 15%;
    text-align: center;
    font-size: 14px;
    font-weight: 200;
    color: #111;
    position: relative;
}
.board_pages li:nth-child(1)::after{
    display: inline-block;
    content: "";
    width: 1px;
    height: 21px;
    background-color: #ccc;
    position: absolute;
    top: -3px;
    right: 0;
}
.board_pages li:nth-child(2){
    font-size: 14px;
    font-weight: 200;
    color: #111;
    padding: 0 20px;
    box-sizing: border-box;
}
.board_foot{
    margin-bottom: 36px;
}
.return_list{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.return_list a{
    display: block;
    width: 14.16%;
    text-align: center;
    padding: 23px 0 22px 0;
    box-sizing: border-box;
    background-color: #0965B5;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}



/* //cate06 page02// */


.hospital_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.hosp_box1{
    width: 289px;
    height: 108px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
}
.hosp_box2{
    width: 390px;
    height: 108px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
}

/* //cate06 page03// */


.sub604_t{
    font-size: 24px;
    font-weight: 500;
    color: #111;
    margin-bottom: 15px;
}
.sub604_t2{
    font-size: 18px;
    font-weight: 200;
    color: #111;
    line-height: 1.4;
}
.sub604_head{
    width: 100%;
    margin-bottom: 120px;
}
.sub604_body{
    width: 100%;
}
.sub604_table_title{
    font-size: 24px;
    font-weight: 500;
    color: #111;
    text-align: center;
    margin-bottom: 32px;
}
.table_date{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}
.table_date p{
    font-size: 14px;
    font-weight: 200;
    color: #111;
}
.sub604_tb{
    width: 100%;
    text-align: center;
}
.sub604_tb th, .sub604_tb td{
    width: 16%;
    padding: 18px 0;
    border: 1px solid #707070;
    box-sizing: border-box;
    border-collapse: collapse;
}
.sub604_tb th{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.sub604_tb td{
    font-size: 18px;
    font-weight: 200;
    color: #111;
}
.sub604_tb1 th{
    background-color: #00A99D;
}
.sub604_tb2 th{
    background-color: #0A9BBF;
}
.sub604_table1{
    margin-bottom: 120px;
}
.main_con1_3 .mobile_content2{
    display: none;
}
.map_mobile_content{
    display: none;
}
.imgWidth578{
    display: block;
    width: 578px;
    height: 354px;
}
.imgWidth281{
    width: 281px;
}
.imgWidth42{
    width: 42%;
}
.imgWidth83{
    width: 83%;
}
.tab4_container img{
    width: 80%;
}










/* 태블릿 반응형 바로가기// */

@media screen and (max-width:1199px){
    .main_con1_3 .mobile_content2{
        display: block;
    }
    .sub_wrap{
        padding-top: 150px;
    }
    /* //서브 공통css */
    .sub_container2{
        width: 90%;
        margin: 0 auto 70px;
    }
    .sub_banner{
        padding: 120px 0;
        background: url("/web/images/sub/m_sub_banner.jpg") no-repeat;
        background-size: cover;
    }
    .sub_banner2{
        background: url("/web/images/sub/m_sub_banner2.jpg") no-repeat;
        background-size: cover;
    }
    .sub_banner3{
        background: url("/web/images/sub/m_sub_banner3.jpg") no-repeat;
        background-size: cover;
    }
    .sub_banner4{
        background: url("/web/images/sub/m_sub_banner4.jpg") no-repeat;
        background-size: cover;
    }
    .sub_banner5{
        background: url("/web/images/sub/m_sub_banner5.jpg") no-repeat;
        background-size: cover;
    }
    .sub_banner6{
        background: url("/web/images/sub/m_sub_banner6.jpg") no-repeat;
        background-size: cover;
    }
    .sub_title{
        font-size: 52px;
    }
    .sub_lnb_container{
        height: 67.5px;
    }
    .lnb_home{
        margin: 0 2.8% 0 7.5%;
    }
    .lnb_deps1{
        width: 21.7%;
    }
    .lnb_deps2{
        width: 64.6%;
        border-right: none;
    }
    .deps1_title{
        font-size: 22px;
        padding: 0 0 0 10.5%;
        line-height: 67.5px;
        background-position-x: 85%;
    }
    .deps1_title2{
        padding: 0 0 0 3.6%;
        background-position-x: 96%;
    }
    .deps1{
        left: -1;
        top: 66px;
    }
    .deps1 li{
        padding: 0 20px;
    }
    .deps1 li>a{
        font-size: 22px;
    }
    .sub_main_title{
         padding: 89px 0 75px 0;
    }
    .sub_main_title h2{
        font-size: 48px; 
    }
    

    /* //cate01 page01 */
    .sub101_content{
        width: 90%;
        margin: 0 auto 240px;
        position: relative;
    }
    .sub101_title{
        margin-bottom: 60px;
    }
    .sub101_con_n{
        font-size: 22px;
        line-height: 1.7;
    }
    .sub101_back{
        bottom: -210px;
    }
    
 
    
    
    
    
    
    /* ///////cate01 page02/////// */

    .sub102_content{
        width: 90%;
        margin: 0 auto 120px;
        flex-direction: column;
    }
    .sub102_con{
        padding-right: 0;
    }
    .sub102_con_t{
        padding: 50px 0;
        font-size: 28px;
    }
    .sub102_con_n{
        font-size: 20px;
        line-height: 1.7;
    }
    .sub102_con p:last-child{
        font-size: 20px;
        margin-top: 85px;
    }
    .grierson_back{
        width: 77.3%;
        position: absolute;
        bottom: 30px;
        right: 0;
        z-index: -1;
    }
    .grierson_back2{
        width: 30%;
        position: absolute;
        top: 475px;
        left: 0;
        z-index: -1;
    }
    .sub_main_title .block{
        font-size: 24px;
        font-weight: 500;
        margin-top: 15px;
    }
    
    
    
    /* ///////cate01 page03/////// */
    
    .sub103_content{
        width: 90%;
        margin: 0 auto 120px;
    }
    .sub103_intro_boxs{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .sub103_intro_box{
        width: 100%;
    }
    .sub103_intro_t{
        font-size: 32px;
        padding: 22px 0;
    }
    .sub103_intro_t span{
        font-size: 22px;
    }
    .sub103_intro_con{
        padding: 30px 20px;
    }
    .sub103_intro_box:first-child{
        margin-bottom: 78px;
    }
    .sub103_ic_t{
        width: 39.13%;
        padding: 12px 0;
        font-size: 26px;
        margin-bottom: 8px;
    }
    .sub_ic_box{
        margin-bottom: 21px;
    }
    .sub_ic_box:last-child{
        margin-bottom: 0;
    }
    .sub_ic_box p{
        font-size: 22px;
        margin-bottom: 14px;
        line-height: 1.4;
    }
    .sub_ic_box p:last-child{
        margin-bottom: 0;
    }
    .sub_ic_box p span.block{
        margin-left: 11px;
    }
    
    
    
    /* ///////cate01 page04/////// */
    
    .sub104_content{
        width: 90%;
        margin: 0 auto 120px;
    }
    .sub104_tab_list{
        width: 100%;
        display: flex;
        margin-bottom: 58px;
    }
    .sub104_tab_list li{
        width: 25%;
        padding: 22px 0;
        font-size: 26px;
    }
    #sub104_tab1{
        position: relative;
        margin-bottom: 200px;
    }
    #sub104_tab1 img{
        width: 95.86%;
    }
    .tab1_con{
        width: 95.34%;
        padding: 27px 5.4%;
        bottom: -90px;
        right: 0;
    }
    .tab1_con p{
        line-height: 1.9;
        font-size: 22px;
        font-weight: 400;
    }
    
    .tab2_con{
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
    }
    .tab2_item{
        width: 100%;
    }
    .tab2_item img{
        width: 100%;
    }
    .tab2_item_con{
        padding: 27px 0 34px 0;
    }
    .tab2_item_con h3{
        font-size: 24px;
        margin-bottom: 14px;
    }
    .tab2_item_con p{
        font-size: 22px;
    }
    .tab3_con1{
        margin-bottom: 590px;
    }
    .tab3_con1s{
        margin-bottom: 740px;
    }
    .tab3_con1 img{
        width: 93.79%;
    }
    .tab3_con1_1{
        width: 93.79%;
        padding: 56px 25px 36px 25px;
        top: 250px;
        right: 0;
        background-color: #fff;
    }
    .tab3_con1_1 p{
        font-size: 18px;
        font-weight: 200;
        color: #111;
        margin-bottom: 18px;
    }
    .tab3_con2_n{
        padding: 30px 0;
        text-align: center;
        box-sizing: border-box;
    }
    .tab3_con2_n h3{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .tab3_con2_n p{
        font-size: 22px;
        margin-bottom: 15px;
    }
    .tab3_con2_n p:last-child{
        margin-bottom: 0;
    }
    .tab3_con2_1{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
    }
    .tab3_con2_1 img{
        width: 100%;
    }
    .tab3_con1_1 span.block{
        margin: 16px 0 0 11px;
    }
    .tab3_con2_n span.block{
        margin-top: 14px;
    }

    #sub104_tab4{
        width: 100%;
        margin: 0 auto;
    }
    .tab4_container{
        width: 100%;
        position: relative;
        margin-bottom: 210px;
    }
    .tab4_container img{
        width: 93.79%;
    }
    .tab4_con{
        width: 93.79%;
        padding: 27px 3.6%;
        top: 520px;
        right: 0;
    }
    .tab4_con p{
        font-size: 22px;
        font-weight: 400;
        margin-bottom: 15px;
    }
    .sub104_tab_box{
        width: 100%;
    }




        /* //cate02 page01// */

    .sub201_content{
        width: 90%;
        margin: 0 auto 120px;
    }
    .sub201_con1{
        display: flex;
    }
    .sub201_con1_1{
        width: 50%;
        box-sizing: border-box;
        border: 1px solid #ccc;
    }
    .s201_conbox{
        padding: 45px 15px 30px 15px;
        box-sizing: border-box;
    }
    .sub201_con1_1 h4{
        font-size: 24px;
        margin-bottom: 52px;
    }
    .sub201_con1_1_list li{
        margin-bottom: 28px;
    }
    .sub201_con1_1_list li span{
        font-size: 28px;
    }
    .sub201_con1_1 p{
        width: 100%;
        padding: 17px;
        font-size: 20px;
        font-weight: 400;
        color: #fff;
        box-sizing: border-box;
        line-height: 1.4;
        text-align: left;
    }
    .sub201_con1_2{
        width: 50%;
        padding: 160px 20px 142px 20px;
        background: #00A99D;
        position: relative;
    }
    .sub201_call{
        display: block;
        width: 85%;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .sub201_con1_2 h4{
        font-size: 28px;
        margin-bottom: 16px;
        text-align: center;
    }
    .sub201_con1_2 p{
        font-size: 38px;
        text-align: center;
    }
    .sub_main_title2{
        padding: 76px 0;
    }
    .sub201_itembox{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px 0;
    }
    .sub201_item{
        width: 48%;
        height: 560px;
        padding: 35px 0 43px 0;
    }
    .sub201_item2{
        width: 48%;
        padding: 35px 0 222px 0;
    }
    .sub201_item_profile{
        width: 144px;
        height: 144px;
        margin: 0 auto 28px;
        border-radius: 50%;
    }
    .sub201_item h4{
        font-size: 24px;
        margin-bottom: 33px;
    }
    .sub201_item p{
        font-size: 20px;
        margin-bottom: 12px;
    }
    .ml15{
        margin-left: 15px;
    }
        



    /* //cate03 공통CSS// */
    .sub3_content{
        width: 90%;
        margin: 0 auto 120px;
    }
    .sub301_main_banner img{
        width: 100%;
    }
    .sub3_sub_t{

    }
    .sub3_sub_t p{
        font-size: 22px;
        margin-bottom: 0;
        line-height: 1.7;
    }

    /* //cate03 page01// */
    .sub301_main_banner{
        margin: 105px 0 285px 0;
        position: relative;
    }
    .sub301_con{
        margin-bottom: 35px;
    }
    .sub301_doctor_img{
        display: block;
        margin: 0 auto 18px;
    }
    .sub301_con_t{
        font-size: 28px;
    }
    .sub301_itembox{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 40px 13px;
    }
    .sub301_item{
        width: 185px;
    }
    .sub301_item_imgbox{
        width: 185px;
        height: 185px;
        border-radius: 20px;
        margin-bottom: 34px;
    }
    .sub301_item p{
        font-size: 18px;
        font-weight: 200;
        color: #111;
        margin-bottom: 11px;
        text-align: center;
    }
    .sub301_item p:last-child{
        margin-bottom: 0;
    }
    .sub301_main_banner .sub305_item_con301{
        width: 75%;
        padding: 80px 8.2%;
    }
    .sub305_item_con h4{
        font-size: 28px;
    }
    .sub305_item_con p{
        font-size: 22px;
        line-height: 1.7;
        margin-bottom: 0;
    }
    .sub301_doctor_img{
        width: 12%;
    }




        /* //cate03 page 02,03,04// */
    .sub3_main_banner{
        width: 100%;
        margin: 30px 0 0 0;
    }
    .sub3_main_banner img{
        width: 100%;
    }
    .sub3_content2{
        padding: 89px 0 120px 0;
    }
    .sub3_item_box{
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
    .sub3_item2{
        padding: 0;
        box-sizing: border-box;
    }
    .sub3_item{
        width: 100%;
    }
    .sub3_item img{
        width: 100%;
    }
    .sub3_item2 img{
        width: 12%;
        margin: 0 auto 16px;
    }
    .sub3_item h4{
        font-size: 24px;
        margin-bottom: 14px;
    }
    .sub3_item p{
        font-size: 22px;
    }
    .sub3_item p:nth-child(2){
        margin-bottom: 11px;
    }
    .sub3_item2 p{
        font-size: 28px;
    }
    .sub3_ban{
        display: block;
        margin: 0 auto 26px;
    }

    /* //cate03 page05// */
    .sub305_item_box{
        width: 100%;
        margin-top: 89px;
    }
    .sub305_item_con{
        width: 81%;
        padding: 65px 10.5%;
        bottom: -132px;
        background-color: #fff;
    }
    .sub305_item_con h4{
        font-size: 28px;
        margin-bottom: 16px;
    }
    .sub305_item_con p{
        font-size: 22px;
        margin-bottom: 18px;
    }
    .sub305_item1{
        width: 100%;
        margin-bottom: 331px;
    }
    .sub305_item1 img{
        width: 81%;
    }
    .sub305_item1:last-child{
        margin-bottom: 384px;
    }
    .sub305_item_con2{
        padding: 65px 10.5%;
    }
    .sub305_item_con3{
        padding: 65px 10.5%;
    }
    .sub305_item_con4{
        padding: 65px 10.5%;
    }
    .sub302_container{
        margin-bottom: 89px;
    }




        /* //cate04 page01// */

    .sub401_container{
        width: 90%;
        margin: 0 auto 120px;
    }
    .sub401_head p{
        font-size: 22px;
        line-height: 1.6;
        margin-bottom: 0;
    }
    .sub401_head p:last-child{
        margin-bottom: 0;
    }
    .sub401_head{
        margin-bottom: 72px;
    }
    .sub401_item_box{
        flex-direction: column;
        width: 100%;
        margin: 0 auto 72px;
        gap: 35px;
        align-items: flex-start;
    }
    .sub401_item_box:last-child{
        margin-bottom: 0;
    }
    .sub401_item_con p{
        font-size: 22px;
        line-height: 1.6;
    }
    .sub401_itemimg{
        width: 49.65%;
        position: relative;
        margin: 0 auto;
    }
    .sub401_itemimg img{
        width: 100%;
    }
    .sub401_it{
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 24px;
        font-weight: 500;
        color: #fff;
        text-align: center;
        line-height: 1.2;
    }




        /* //cate04 page02~06 공통 */

    .sub4_container{
        width: 90%;
        margin: 0 auto 400px;
    }
    .sub04_banner_box img{
        width: 100%;
    }
    .sub04_banner_con{
        width: 86.3%;
        padding: 54px 0 4px 0;
        box-sizing: border-box;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 242px;
        background-color: #fff;
    }
    .sub04_banner_con h3{
        font-size: 28px;
        margin-bottom: 35px;
        line-height: 1.4;
    }
    .sub04_banner_con p{
        font-size: 22px;
        padding-left: 40px;
        margin: 0 6.4% 50px 6.4%;
        line-height: 1.6;
        background-position-y: 13px;
    }
    .sub04_banner_con p:last-child{
        margin-bottom: 0;
    }

    .sub4_container2 {
        width: 90%;
        margin: 0 auto 1075px;
    }
    .sub4_container3 {
        width: 90%;
        margin: 0 auto 850px;
    }
    .sub405_con_container{
        width: 86.4%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        gap: 30px;
    }
    .sub405_con_container p{
        margin-left: 0;
    } 
    .sub401_item_container2{
        margin-bottom: 72px;
    }
    .sub04_ban_line{
        margin: 50px auto 48px;
    }
    .sub04_banner_con2 p{
        font-size: 22px;
        margin:0;
        line-height: 1.6;
    }
    .sub04_banner_con .sub405_content p{
        margin: 0 0 25px 0;
    }
    .sub405_con_container img{
        width: 56.4%;
        margin: 0 auto;
    }




    /* //cate05 page01// */

    .sub501_container{
        width: 90%;
        margin: 0 auto 120px;
    }
    .sub501_map{
        width: 100%;
    }
    .sub501_mapbox{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .sub501_address{
        width: 100%; 
        padding: 40px 0 35px 0;
    }
    .sub501_parking{
        width: 100%; 
        padding: 46px 0 33px 0;
    }
    .sub501_address p{
        font-size: 24px;
        padding-left: 37px;
        margin-left: 70px;
        background-size: 12px 17px;
    }
    .sub501_parking p{
        font-size: 24px;
        margin-left: 70px;
    }
    #daumRoughmapContainer1644562631131{
        width:100%;
        height: 300px;
    }




    /* //게시판// */

.board_container{
    width: 90%;
    margin: 0 auto 50px;
}
.board_header{
    width: 100%;
    padding: 33px 0;
}
.board_header li{
    font-size: 24px;
}
.board_header li:nth-child(2){
    text-align: left;
    padding: 0 13px;
}
.board_b{
    padding: 22px 0;
}
.board_b li{
    font-size: 22px;
}
.board_tit{
    padding: 0 10px;
}
.board_body{
    margin-bottom: 50px;
}
.board_num{ 
    gap: 4px;
}
.board_num li{
    width: 50px;
    height: 50px;
}
.board_num li>a{
    font-size: 20px;
}


/* 게시판 상세페이지 */

.board_detail_title{
    width: 100%;
    padding: 30px 0 25px 0;
}
.bd_title{
    font-size: 28px;
    margin: 0 auto 20px;
}
.bd_sub_t p{
    font-size: 22px;
    padding: 0 20px;
}
.board_content_box{
    padding: 22px;
}
.board_cons{
    font-size: 22px;
}
.board_pages{
    padding: 11px 0;
}
.board_pages li:nth-child(1){
    font-size: 18px;
}
.board_pages li:nth-child(1)::after{
    height: 21px;
    top: -3px;
}
.board_pages li:nth-child(2){
    font-size: 20px;
    padding: 0 20px;
}
.board_foot{
    margin-bottom: 17px;
}
.return_list a{
    padding: 18px 0 17px 0;
    font-size: 20px;
}




/* //cate06 page02// */


.hospital_list{
    gap: 10px 20px;
}
.hosp_box1{
    width: 47.5%;
    height: 108px;
}
.hosp_box1 img{
    width: 70%;
}
.hosp_box2{
    width: 47.5%;
    height: 108px;
}
.hosp_box2 img{
    width: 80%;
}

/* //cate06 page03// */

.table_container{
    width: 100%;
    overflow-x: scroll;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
}
.sub604_tb{
    width: 1200px;
}
.sub604_t{
    font-size: 28px;
    margin-bottom: 24px;
}
.sub604_t2{
    font-size: 22px;
}
.sub604_head{
    margin-bottom: 120px;
}
.sub604_table_title{
    font-size: 28px;
    margin-bottom: 57px;
}
.table_date{
    justify-content: space-between;
    margin-bottom: 15px;
}
.table_date p{
    font-size: 18px;
}
.sub604_tb th, .sub604_tb td{
    width: 200px;
    padding: 18px 0;
    overflow-x: scroll;
}
.sub604_tb th{
    font-size: 18px;
}
.sub604_tb td{
    font-size: 18px;
}
.sub604_table1{
    margin-bottom: 120px;
}

/* //스크롤 애니메이션 */
.mtable_scrollMotion {
    display: block;
    font-size: 14px;
    color: #565656;
    margin-bottom: 20px;
}
.mtable_scrollMotion span {
    display: inline-block;
    width: 90px;
    height: 10px;
    border-radius: 25px;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.1);
    position: relative;
    overflow-x: hidden;
}
.mtable_scrollMotion span::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    border-radius: 25px;
    box-sizing: border-box;
    content: '';
    background-color: #0065b1;
    animation: tableBar 2s infinite ease-in-out;
}

::after {}
    @keyframes tableBar{
        from{
            transform: translateX(35px);
        }to{
            transform: translateX(-90px);
        }    
    }

    .table_note{margin-top: 20px; font-size: 12px;}

    .transport_table01 ul li{display: inline;}

    .asbestos div:first-of-type ul{font-size: 13px;}

    .m_menu_list.mobile_content{
        display: none;
    }

    .imgWidth578{
        height: auto;
    }
    .imgWidth42{
        width: 100%;
    }

}
















/* 모바일 반응형 바로가기// */
@media screen and (max-width:767px){
    .sub_wrap{
        padding-top: 124px;
    }

      /* //서브 공통css */
      .sub_container2{
        width: 90%;
        margin: 0 auto 35px;
    }
    .sub_banner{
        padding: 60px 0;
    }
    .sub_title{
        font-size: 26px;
    }
    .sub_lnb_container{
        height: 33.75px;
    }
    .lnb_home{
        width: 11px;
        height: 10.5px;
        margin: 0 2.8% 0 7.5%;
    }
    .deps1_title{
        font-size: 11px;
        line-height: 33.75px;
        background-position-x: 92%;
        background-size: 5px 3.3px;
    }
    .deps1_title2{
        padding: 0 0 0 3.6%;
        background-position-x: 97%;
    }
    .deps1 {
        top: 32px;
        padding: 12px 0;
    }
    .deps2{
        width: 101.5%;
        left: -2px;
    }
    .deps1 li{
        padding: 0 10px;
        margin-bottom: 15px;
    }
    .deps1 li>a{
        font-size: 11px;
    }
    .sub_main_title{
         padding: 44.5px 0 37.5px 0;
    }
    .sub_main_title h2{
        font-size: 24px; 
    }




    /* //cate01 page01 */
    .sub101_content{
        margin: 0 auto 120px;
    }
    .sub101_title{
        margin-bottom: 30px;
    }
    .sub101_con_n{
        font-size: 10px;
    }
    .sub101_back{
        width: 210px;
        right: 0;
        bottom: -105px;
    }
        


        
    /* ///////cate01 page02/////// */

    .sub102_content{
        margin: 0 auto 60px;
    }
    .sub102_con_t{
        padding: 25px 0;
        font-size: 14px;
    }
    .sub102_con_n{
        font-size: 10px;
    }
    .sub102_con p:last-child{
        font-size: 10px;
        margin-top: 42.5px;
    }
    .grierson_back{
        bottom: 15px;
    }
    .grierson_back2{
        top: 237.5px;
    }
    .sub_main_title .block{
        font-size: 12px;
        margin-top: 7.5px;
    }




    /* ///////cate01 page03/////// */

    .sub103_content{
        margin: 0 auto 60px;
    }
    .sub103_intro_t{
        font-size: 16px;
        padding: 11px 0;
    }
    .sub103_intro_t span{
        font-size: 11px;
    }
    .sub103_intro_con{
        padding: 15px 10px;
    }
    .sub103_intro_box:first-child{
        margin-bottom: 39px;
    }
    .sub103_ic_t{
        padding: 6px 0;
        font-size: 13px;
        margin-bottom: 4px;
    }
    .sub_ic_box{
        margin-bottom: 10.5px;
    }
    .sub_ic_box p{
        font-size: 11px;
        margin-bottom: 7px;
    }
    .sub_ic_box p:last-child{
        margin-bottom: 0;
    }
    .sub_ic_box p span.block{
        margin-left: 11px;
    }




        /* ///////cate01 page04/////// */
    
        .sub104_content{
            margin: 0 auto 60px;
        }
        .sub104_tab_list{
            margin-bottom: 29px;
        }
        .sub104_tab_list li{
            padding: 11px 0;
            font-size: 13px;
        }
        #sub104_tab1{
            position: relative;
            margin-bottom: 100px;
        }
        .tab1_con{
            padding: 13.5px 5.4%;
            bottom: -45px;
        }
        .tab1_con p{
            font-size: 11px;
            line-height: 1.7;
        }
    
        .tab2_con{
            gap: 25px;
        }
        .tab2_item_con{
            padding: 13.5px 0 17px 0;
        }
        .tab2_item_con h3{
            font-size: 12px;
            margin-bottom: 7px;
        }
        .tab2_item_con p{
            font-size: 11px;
        }
        .tab3_con1{
            margin-bottom: 295px;
        }
        .tab3_con1s{
            margin-bottom: 410px;
        }
        .tab3_con1_1{
            padding: 28px 12.5px 18px 12.5px;
            top: 125px;
        }
        .tab3_con1_1 p{
            font-size: 10px;
            margin-bottom: 9px;
        }
        .tab3_con2_n{
            padding: 15px 0;
        }
        .tab3_con2_n h3{
            font-size: 12px;
            margin-bottom: 10px;
        }
        .tab3_con2_n p{
            font-size: 11px;
            margin-bottom: 7.5px;
        }
        .tab3_con2_1{
            margin-bottom: 20px;
        }
        .tab3_con1_1 span.block{
            margin: 8px 0 0 6.5px;
        }
        .tab3_con2_n span.block{
            margin-top: 7px;
        }
    
        .tab4_container{
            margin-bottom: 133.5px;
        }
        .tab4_con{
            padding: 13.5px 3.6%;
            top: 170px;
        }
        .tab4_con p{
            font-size: 10px;
            margin-bottom: 7.5px;
        }




            /* //cate02 page01// */

    .sub201_content{
        margin: 0 auto 60px;
    }
    .s201_conbox{
        padding: 22.5px 7.5px 15px 7.5px;
    }
    .sub201_con1_1 h4{
        font-size: 12px;
        margin-bottom: 26px;
    }
    .sub201_con1_1_list li{
        margin-bottom: 14px;
    }
    .sub201_con1_1_list li span{
        font-size: 14px;
    }
    .sub201_con1_1 p{
        padding: 8.5px;
        font-size: 10px;
    }
    .sub201_con1_2{
        padding: 80px 10px 71px 10px;
    }
    .sub201_con1_2 h4{
        font-size: 14px;
        margin-bottom: 8px;
    }
    .sub201_con1_2 p{
        font-size: 19px;
    }
    .sub_main_title2{
        padding: 38px 0;
    }
    .sub201_item{
        height: 280px;
        padding: 17.5px 0 21.5px 0;
    }
    .sub201_item2{
        padding: 17.5px 0 111px 0;
    }
    .sub201_item_profile{
        width: 72px;
        height: 72px;
        margin: 0 auto 14px;
    }
    .sub201_item h4{
        font-size: 12px;
        margin-bottom: 16.5px;
    }
    .sub201_item p{
        font-size: 10px;
        margin-bottom: 6px;
    }
    .ml15{
        margin-left: 7.5px;
    }
    .sub201_itembox{
        gap: 10px 0;
    }
    /* .sub201_item_profile img{
        width: 45%;
    } */

    .sub201_item_profile .sub201_img1{
        width: 33.3%;
    }
    .sub201_item_profile .sub201_img2{
        width: 25.6%;
    }
    .sub201_item_profile .sub201_img3{
        width: 49.3%;
    }
    .sub201_item_profile .sub201_img4{
        width: 59.7%;
    }
    .sub201_item_profile .sub201_img5{
        width: 55.5%;
    }
    .sub201_item_profile .sub201_img6{
        width: 71.5%;
    }
    .sub201_item_profile .sub201_img7{
        width: 52%;
    }
    .sub201_item_profile .sub201_img8{
        width: 38%;
    }



    /* //cate03 공통CSS// */
.sub3_content{
    margin: 0 auto 60px;
}
.sub3_sub_t p{
    font-size: 11px;
    margin-bottom: 0;
}

/* //cate03 page01// */
.sub301_main_banner{
    margin: 52.5px 0 170px 0;
}
.sub301_con{
    margin-bottom: 17.5px;
}
.sub301_doctor_img{
    display: block;
    margin: 0 auto 9px;
}
.sub301_con_t{
    font-size: 14px;
}
.sub301_itembox{
    gap: 20px 5px;
}
.sub301_item{
    width: 92.5px;
}
.sub301_item_imgbox{
    width: 92.5px;
    height: 92.5px;
    border-radius: 10px;
    margin-bottom: 17px;
}
.sub301_item_imgbox img{
    width: 54%;
}
.sub301_item_imgbox2 img{
    width: 32%;
}
.sub301_item_imgbox3 img{
    width: 40%;
}
.sub301_item p{
    font-size: 10px;
    margin-bottom: 5.5px;
}
.sub301_main_banner .sub305_item_con301{
    padding: 40px 8.2%;
}
.sub305_item_con h4{
    font-size: 14px;
}
.sub305_item_con p{
    font-size: 11px;
}


    /* //cate03 page 02,03,04// */
    .sub3_main_banner{
        margin: 15px 0 0 0;
    }
    .sub3_content2{
        padding: 44.5px 0 60px 0;
    }
    .sub3_item_box{
        gap: 25px;
    }
    .sub3_item2 img{
        margin: 0 auto 8px;
    }
    .sub3_item h4{
        font-size: 12px;
        margin-bottom: 7px;
    }
    .sub3_item p{
        font-size: 11px;
    }
    .sub3_item p:nth-child(2){
        margin-bottom: 5.5px;
    }
    .sub3_item2 p{
        font-size: 14px;
    }
    .sub3_ban{
        margin: 0 auto 13px;
    }

    /* //cate03 page05// */
    .sub305_item_box{
        margin-top: 44.5px;
    }
    .sub305_item_con{
        padding: 32.5px 10.5%;
        bottom: -66px;
    }
    .sub305_item_con h4{
        font-size: 14px;
        margin-bottom: 8px;
    }
    .sub305_item_con p{
        font-size: 11px;
        margin-bottom: 9px;
    }
    .sub305_item1{
        margin-bottom: 165.5px;
    }
    .sub305_item1:last-child{
        margin-bottom: 192px;
    }
    .sub305_item_con2{
        padding: 32.5px 10.5%;
    }
    .sub305_item_con3{
        padding: 32.5px 10.5%;
    }
    .sub305_item_con4{
        padding: 32.5px 10.5%;
    }
    .sub302_container{
        margin-bottom: 44.5px;
    }





            /* //cate04 page01// */

    .sub401_container{
        margin: 0 auto 60px;
    }
    .sub401_head p{
        font-size: 11px;
    }
    .sub401_head{
        margin-bottom: 36px;
    }
    .sub401_item_box{
        margin: 0 auto 36px;
        gap: 17.5px;
    }
    .sub401_item_con p{
        font-size: 11px;
    }
    .sub401_it{
        font-size: 12px;
    }





        /* //cate04 page02~06 공통 */

    .sub4_container{
        margin: 0 auto 250px;
    }
    .sub04_banner_con{
        padding: 27px 0 2px 0;
        top: 121px;
    }
    .sub04_banner_con h3{
        font-size: 14px;
        margin-bottom: 17.5px;
    }
    .sub04_banner_con p{
        font-size: 11px;
        padding-left: 20px;
        margin: 0 6.4% 25px 6.4%;
        line-height: 1.6;
        background-position-y: 3.5px;
        background-size: 9px;
    }
    .sub4_container2 {
        margin: 0 auto 380px;
    }
    .sub4_container3 {
        margin: 0 auto 540px;
    }
    .sub405_con_container{
        gap: 15px;
    }
    .sub401_item_container2{
        margin-bottom: 36px;
    }
    .sub04_ban_line{
        margin: 25px auto 24px;
    }
    .sub04_banner_con2 p{
        font-size: 11px;
        margin-bottom: 0;
    }




    /* //cate05 page01// */

    .sub501_container{
        margin: 0 auto 60px;
    }
    .sub501_address{
        padding: 20px 0 17.5px 0;
    }
    .sub501_parking{
        padding: 23px 0 16.5px 0;
    }
    .sub501_address p{
        font-size: 12px;
        padding-left: 18.5px;
        margin-left: 35px;
    }
    .sub501_parking p{
        font-size: 12px;
        margin-left: 35px;
    }
    #daumRoughmapContainer1644562631131{
        height: 300px;
    }




        /* //게시판// */

.board_container{
    margin: 0 auto 25px;
}
.board_header{
    padding: 16.5px 0;
}
.board_header li{
    font-size: 12px;
}
.board_header li:nth-child(2){
    padding: 0 10.5px;
}
.board_b{
    padding: 11px 0;
}
.board_b li{
    font-size: 11px;
}
.board_tit{
    padding: 0 9px;
}
.board_body{
    margin-bottom: 25px;
}
.board_num{ 
    gap: 2px;
}
.board_num li{
    width: 25px;
    height: 25px;
}
.board_num li>a{
    font-size: 10px;
}
.num_ll{
    display: block;
    width: 6.5px;
    height: 3px;
}
.num_l{
    display: block;
    width: 4px;
    height: 4.5px;
}




/* 게시판 상세페이지 */

.board_detail_title{
    padding: 15px 0 12.5px 0;
}
.bd_title{
    font-size: 14px;
    margin: 0 auto 10px;
}
.bd_sub_t p{
    font-size: 11px;
    padding: 0 10px;
}
.board_content_box{
    padding: 11px;
}
.board_cons{
    font-size: 11px;
}
.board_pages{
    padding: 5.5px 0;
}
.board_pages li:nth-child(1){
    font-size: 10px;
}
.board_pages li:nth-child(1)::after{
    height: 10.5px;
    top: -1.5px;
}
.board_pages li:nth-child(2){
    font-size: 10px;
    padding: 0 10px;
}
.board_foot{
    margin-bottom: 8.5px;
}
.return_list a{
    padding: 9px 0 8.5px 0;
    font-size: 10px;
}



/* //cate06 page02// */


.hospital_list{
    gap: 5px 10px;
}
.hosp_box1{
    height: 54px;
}
.hosp_box2{
    height: 54px;
}




/* //cate06 page03// */


.sub604_tb{
    width: 600px;
}
.sub604_t{
    font-size: 14px;
    margin-bottom: 12px;
}
.sub604_t2{
    font-size: 11px;
}
.sub604_head{
    margin-bottom: 60px;
}
.sub604_table_title{
    font-size: 14px;
    margin-bottom: 28.5px;
}
.table_date{
    margin-bottom: 7.5px;
}
.table_date p{
    font-size: 10px;
}
.sub604_tb th, .sub604_tb td{
    width: 100px;
    padding: 9px 0;
}
.sub604_tb th{
    font-size: 10px;
}
.sub604_tb td{
    font-size: 10px;
}
.sub604_table1{
    margin-bottom: 60px;
}


/* //스크롤 애니메이션 */
.mtable_scrollMotion {
    font-size: 10px;
    margin-bottom: 10px;
}
.mtable_scrollMotion span {
    width: 45px;
    height: 5px;
    border-radius: 12.5px;
}
.mtable_scrollMotion span::after {
    width: 15px;
    border-radius: 12.5px;
}

::after {}
    @keyframes tableBar{
        from{
            transform: translateX(17.5px);
        }to{
            transform: translateX(-45px);
        }    
    }
    

        
    }


@media screen and (max-width: 400px){
    .sub_wrap{
        padding-top: 75px;
    }
}