/**********************************************************
                           sub
***********************************************************/
.w1280 { width: 100%; max-width:1280px; margin:0 auto;  }

/* sub01_03 병원소개 start */
.sub_content {
    position: relative;
    padding-bottom: 100px;
}

.sloca_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1280px;
    margin: 30px auto 0 auto;
}

.sloca_wrap .sloca_list>a {
    font-size: 14px;
    color: #999;
}

.sloca_wrap .sloca_list.sloca_block {
    margin: 0 5px;
}

.sloca_wrap .sloca_list>a>span.sloca_home {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/sub_locahome.png) no-repeat center center;
    vertical-align: top;
}

.sub_title {
    margin: 80px 0 100px;
    position:relative;
}

.sub_title>h2 {
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    color: #000;
}

.sub_title>h3 {
    font-size: 20px;
    text-align: center;
    color: #000;
    margin-top: 10px;
}

.sub_title>p {
    margin-top: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    word-break: keep-all;
}

.sub_title>h2.text_left {
    text-align: left;
    font-weight: 600;
}

.sub_stitle {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0 50px 0;
}

.sub_stitle>h3 {
    line-height: 42px;
    font-size: 32px;
    font-weight: 600;
    color: #000;
}

.step_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 50px;
    background: #fff;
}

.step_wrap .step_list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 2px solid #d9d8d6;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #d9d8d6;
    cursor: pointer;
    word-break: keep-all;
}

.step_wrap .step_list>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    line-height: normal;
    color: #d9d8d6;
}

.step_wrap .step_list:not(#step_list_room).active {
    border-bottom: 2px solid #000;
    color: #000;
}

.step_wrap .step_list.active>a {
    color: #000;
}

.step_wrap.test .step_list {
    padding: 10px 0;
    display: inline-flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    height: 70px;
    line-height: normal;
    flex: none;
    width: 25%;
}

.step_wrap.test .step_list p {
    display: inline-flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}

.step_wrap.test .step_list span {
    font-size: 14px;
}

.step_wrap.test .step_list#step_list_room p {
    background: #F2EBDE;
    width: 90%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.step_wrap.test .step_list#step_list_room.active p {
    background: #BC9C58;  
    color: #fff;
}

.sub0701 .step_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.sub0701 .step_wrap .step_list {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    /* width: 25%; */
    width: 20%;
    margin-bottom: 50px;
}

.sub0701 .step_wrap .step_list.active {
    border-color: #3748ab;
}

.sub0701 .step_wrap .step_list.active>a {
    color: #3748ab;
}

.forephoto_slide {
    margin-bottom: 100px;
    position: relative;
}

.sub_linetext>p {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #999;
}

.sub_linetext>p>span {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 70px;
    background: #fff;
}

.sub_linetext>p::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 50%;
    height: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #d9d8d6;
}

.sub_linetext>p::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 50%;
    height: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #d9d8d6;
}

.forephoto_slide .fpslide-slide>img {
    width: 100%;
}

.forephoto_slide .fpslide_btn {
    margin: 45px 0;
}

.forephoto_slide .fpslide_btn>h4 {
    display: inline-block;
    margin-right: 20px;
    font-size: 24px;
    font-weight: bold;
    vertical-align: middle;
}

.forephoto_slide .swiper-pagination.fpslide-pagination {
    position: static;
    display: inline-block;
    vertical-align: middle;
}

.swiper-pagination.fpslide-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin-right: 5px;
    background: #000;
    opacity: 0.3;
}

.swiper-pagination.fpslide-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.sfp_imginner {
    overflow: hidden;
    position: relative;
}

.sfp_imginner>img {
    width: 100%;
}

.sfp_imginner>p.sfp_imgname {
    position: absolute;
    left: 25px;
    bottom: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.sfp_imginner>p>span {
    display: block;
    line-height: 26px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

.sfp_imginner>p>span.sfp_imgtitle {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.sfp_roomrep>.sfp_imginner {
    position: relative;
    margin-bottom: 40px;
}

.sfp_roomrep>.sfp_imginner>img {
    opacity: 0;
}

.sfp_roomrep>.sfp_imginner>img.active {
    opacity: 1;
}

.sfp_roomlist>.sfp_imginner {
    position: relative;
    width: 24%;
    cursor: pointer;
}

.sfp_roomlist>.sfp_imginner .sfp_roomcover {
    display: none;
}

.sfp_roomlist>.sfp_imginner.active .sfp_roomcover {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #c29a4c;
}

.sfp_imgetc>.sfp_imgbox>.sfp_imginner {
    width: 24%;
}

@media screen and (max-width: 1023px) {
    .sub_linetext>p>span {
        padding: 0 calc(70vw / 1023 * 100);
    }

    .sfp_imginner>p.sfp_imgname {
        left: calc(25vw / 1023 * 100);
        bottom: calc(20vw / 1023 * 100);
        font-size: 20px;
    }
}

@media screen and (max-width: 639px) {
    .sub_content {
        padding-bottom: 50px;
    }

    .sub_title {
        margin: 40px 0 60px;
    }

    .sub_title>h2 {
        font-size: 32px;
    }

    .step_wrap .step_list {
        font-size: 16px;
    }

    .sub0701 .step_wrap .step_list {
        margin-bottom: 10px;
    }

    .step_wrap .step_list.single:nth-child(1),
    .step_wrap .step_list.single:nth-child(3) { display:none; }
    .step_wrap .step_list.single:nth-child(2) { width: 100%; }

    .forephoto_slide .fpslide_btn {
        margin: 15px 0;
    }

    .forephoto_slide .fpslide_btn>h4 {
        font-size: 20px;
    }

    .sub_linetext>p {
        font-size: 16px;
    }

    .sub_stitle {
        margin: 0 0 20px 0;
    }

    .sub_stitle>h3 {
        line-height: 34px;
        font-size: 26px;
    }

    .sfp_imginner>p.sfp_imgname {
        font-size: 16px;
    }

    .sfp_imginner>p>span {
        line-height: 20px;
        font-size: 12px;
    }

    .sfp_roomrep>.sfp_imginner {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 499px) {
    .sloca_wrap .sloca_list>a {
        font-size: 12px;
    }

    .step_wrap .step_list {
        font-size: 14px;
        letter-spacing: -1px;
    }

    .sfp_imginner>p.sfp_imgname {
        font-size: 12px;
    }

    .sfp_imginner>p>span {
        line-height: 18px;
        font-size: 10px;
    }
}

@media screen and (max-width: 399px) {
    .sub_linetext>p>span {
        padding: 0 20px;
    }
}

/* sub01_03 병원소개 end */

/* sub01_02 의료진소개 start */
.paper_content {
    position: relative;
}

.fore_btm {
    text-align: center;
}
.fore_btm img {
    width:100%;
}
.sbg_engmane {
    position: absolute;
    left: 0;
    top: -15px;
    width: 100%;
}

.sbg_engmane01.jamsil {
    max-width: 672px;
}

.sbg_engmane02.jamsil {
    max-width: 1107px;
}

.sbg_engmane03.jamsil {
    max-width: 1336px;
}

.sbg_engmane04.jamsil {
    max-width: 1017px;
}

.sbg_engmane01.gwanghwa {
    max-width: 892px;
}

.sbg_engmane02.gwanghwa {
    max-width: 1107px;
}

.sbg_engmane03.gwanghwa {
    max-width: 942px;
}

.sbg_engmane04.gwanghwa {
    max-width: 1067px;
}

.sbg_engmane05.gwanghwa {
    max-width: 803px;
}

.sbg_engmane06.gwanghwa {
    max-width: 929px;
}

.sbg_engmane07.gwanghwa {
    max-width: 590px;
}

/*****의료진소개 종로*****/

.jongno.top {
   max-width: 1250px;
   margin: 0 auto;
}

.jongno .sub_content {
   padding: 40px 0;
   display: flex;
   justify-content: space-between;
}

.jongno .sub_content > img {
 width: 100%;
}

.sbg_engmane>img {
    width: 100%;
}


/*@media screen and (max-width: 1340px) {
    .intro_img_wrap {
        padding: 0 30px;
        margin: 0 auto 70px;
    }
}*/
@media screen and (max-width: 639px) {
    .intro_img_wrap {
        padding: 40px 0px;
        width: calc(100% - 30px);
        margin: 0 auto;
    }
}

.intro_img_wrap img{
width: 100%;
}

.sdoc_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.sdoc_wrap .sdoc_img {
    width: 100%;
    text-align: center;
    /* max-width: 700px; */
}

.sdoc_wrap .sdoc_img>img {
    margin-top: 80px;
    width: 80%;
}

.sdoc_wrap .sdoc_img.top>img {
    width: 100%;
    margin-top: 0;
}

.sdoc_wrap .sdoc_img.w75>img {
    width: 75%;
}

.sdoc_wrap .sdoc_img .marker {
    margin-top: 30px;
    width: 80px;
}

.sdoc_wrap .sdoc_img .marker:nth-of-type(2) {
    margin-left: 10px;
}

.sdoc_name {
    width: 100%;
    padding-left: 35px;
}

.sdoc_name>h2 {
    margin-bottom: 40px;
    padding-left: 35px;
    font-size: 50px;
    font-weight: bold;
}

.sdoc_name>h2>span {
    display: inline-block;
    padding-left: 10px;
    font-size: 24px;
    color: #999;
}

.sdoc_name>h2>span .col_orange {
    color: #c29a4c;
}

.sdoc_name>h2>span .col_blue {
    color: #3748ab;
}

.sdoc_calender {
    padding-left: 35px;
    border-left: 4px solid #c29a4c;
}

.sdoc_calender .sdoc_caltitle {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
}

.sdoc_calender .sdoc_calwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.sdoc_calender .sdoc_calwrap .sdoc_callist {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    text-align: center;
}

.sdoc_calender .sdoc_calwrap .sdoc_callist>h4 {
    padding-bottom: 5px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 24px;
    font-weight: bold;
}

.sdoc_calender .sdoc_calwrap .sdoc_callist>p {
    padding-top: 8px;
    font-size: 18px;
    color: #3748ab;
}

/* .sdoc_history {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
} */
.sdoc_history .sdoc_hiscon {
    width: 49%;
}

.sdoc_history .sdoc_hiscon.w100 {
    width: 100%;
}

.sdoc_history .sdoc_histitle {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 20px;
    font-weight: bold;
}

.sdoc_history .sdoc_histitle.sb {
    border-bottom: 1px solid #000;
}

.sdoc_history .sdoc_hislist {
    padding-left: 15px;
    line-height: 2;
    font-size: 16px;
    text-indent: -15px;
    word-break: keep-all;
}

.sdoc_history.sdoc_paper .sdoc_hislist {
    padding-left: 0;
    text-indent: 0;
}

.sdoc_history {}

.sdoc_history.sdoc_paper>.sdoc_hiscon {
    width: 100%;
}

.sdoc_history.sdoc_paper .sdoc_histitle {
    cursor: pointer;
}

.sdoc_history.sdoc_paper .sdoc_histitle::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    background: url(../images/paper_arrow.png) no-repeat center center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sdoc_history.sdoc_paper.active .sdoc_histitle::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.sdoc_history.sdoc_paper .sdoc_hiscover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sdoc_history.sdoc_paper .sdoc_hiswrap {
    width: 49%;
}

.sdoc_history.sdoc_paper .sdoc_hislist>span {
    display: block;
    font-size: 14px;
    color: #999;
}

/* 의료진소개 광화문 추가 */
.itc_wrap {
    display: none;
}

.itc_wrap.active {
    display: block;
}

.gwanghwa.top {
    max-width: 1250px;
    margin: 0 auto;
}

.gwanghwa.top .fore {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.gwanghwa.top .fore .sdoc_wrap {
    margin-bottom: 0px;
}

.gwanghwa .sub_content {
    padding: 120px 0;
    display: flex;
    justify-content: space-between;
}

.gwanghwa .sdoc_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gwanghwa.top .sdoc_wrap {
    max-width: 45%;
}

.gwanghwa.top .sdoc_wrap.sb {
    max-width: 45%;
}

.gwanghwa .sdoc_wrap .sdoc_img {
    position: relative;
}

.gwanghwa .sdoc_modal .sdoc_img>h2 {
    position: relative;
}

.gwanghwa .sdoc_img>h2 {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 42px;
    font-weight: 500;
    text-align: left;
}

.gwanghwa .sdoc_img.top>h2 {
    position: absolute;
    left: 20px;
    top: 20px;
    right: auto;
}

.gwanghwa .sdoc_img.top.left>h2 {
    left: 20px;
    right: auto;
}

.gwanghwa .sdoc_img>h2>span {
    text-align: left;
    display: block;
    padding-top: 5px;
    font-size: 18px;
}

.gwanghwa .sdoc_right.mob {
    display: none;
}

.gwanghwa .sdoc_right {
    width: 51%;
}

.gwanghwa .sdoc_right .sdoc_intro {
    margin-top: 0px;
}

.gwanghwa .sdoc_right .sdoc_intro>h3 {
    font-size: 40px;
    line-height: 1.5;
    color: #98763f;
    font-weight: lighter;
   font-family: 'Jeju Myeongjo', serif;
}

.gwanghwa .sdoc_right .sdoc_intro>p {
    margin-top: 10px;
   font-family: 'Jeju Myeongjo', serif;
}

.gwanghwa .sdoc_right .sdoc_intro>p>span {
    display: block;
    font-size: 32px;
    line-height: 1.35;
    font-weight: lighter;
    color: #888888;
}

.gwanghwa .sdoc_right .yt_link {
    margin-top: 20px;
    border-radius: 30px;
    border: 1px solid #000;
    display: inline-block;
    padding: 15px 15px;
    font-size: 15px;
    font-weight: 1.9;
}

.gwanghwa .sdoc_right .sdoc_named {
    margin-top: 50px;
}

.gwanghwa .sdoc_right .sdoc_named.fx {
    display: flex;
    align-items: flex-end;
}

.gwanghwa .sdoc_right .sdoc_named.fx>img:nth-of-type(1) {
    margin-left: 30px;
}

.gwanghwa .sdoc_right .sdoc_named.fx>img:nth-of-type(2) {
    margin-left: 15px;
}

.gwanghwa .sdoc_right .sdoc_named h2 {
   font-family: 'Jeju Myeongjo', serif;
    font-size: 44px;
    line-height: 1;
    font-weight: 500;
    margin-top: 10px;
}

.gwanghwa .sdoc_right .sdoc_named h2>span {
    font-size: 24px;
    font-weight: lighter;
}

.gwanghwa .sdoc_right .sdoc_named h4 {
    color: #98763f;
    font-size: 16px;
    line-height: 1.75;
}

.gwanghwa .sdoc_right .named_left>p {
    font-size: 18px;
    margin-top: 20px;
    text-indent: 0px;
}

.gwanghwa .sdoc_right .sdoc_named>img {
    width: 99px;
    height: 87px;
}

.gwanghwa .sdoc_right .sdoc_tab {
    display: flex;
    flex-direction: column;
}

.gwanghwa .sdoc_right.sb {
    width: 51%;
}

.gwanghwa .sdoc_img.top.left>h2>span {
    text-align: left;
}

.gwanghwa .sdoc_name {
    margin-top: 20px;
    padding: 15px;
    background: #155a95;
}

.gwanghwa .sdoc_right .sdoc_tit {
    display: flex;
    gap: 10px;
    margin-top: 60px;
    margin-bottom: 30px;
   font-family: 'Jeju Myeongjo', serif;
}

.gwanghwa .sdoc_right .sdoc_tit>h4 {
    width: 150px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
}

.gwanghwa .sdoc_right .sdoc_tit>h4{
    border: 1px solid #c29a4b;
    color: #c29a4b;
}

.gwanghwa .sdoc_right .sdoc_tit>h4.active {
    background: #c29a4b;
    color: #fff;
}

.sdoc_tab .sdoc_history { display: none;  }
.sdoc_tab .sdoc_history.active { display: block;  }

/* .gwanghwa .sdoc_right .sdoc_history{
  display:none;
} */
.gwanghwa .sdoc_calender {
    padding-left: 0;
    border: none;
}

.gwanghwa .sdoc_calender .sdoc_caltitle {
    margin-bottom: 2px;
    font-size: 13px;
    color: #fff;
}

.gwanghwa .sdoc_name>h2 {
    padding-left: 0;
}

.gwanghwa .sdoc_calender .sdoc_calwrap {
    max-width: 350px;
    position: relative;
}

.gwanghwa .sdoc_calender .sdoc_calwrap .sdoc_caltitle {
    font-size: 13px;
}

.gwanghwa .sdoc_calender .sdoc_calwrap .sdoc_callist>h4 {
    padding: 0 0 10px 0;
    font-size: 21px;
    font-weight: normal;
    color: #fff;
    border: none;
}

.gwanghwa .sdoc_calender .sdoc_calwrap .sdoc_callist>p {
    font-size: 16px;
    color: #fff;
    word-break: keep-all;
}

.gwanghwa .sdoc_calender .sdoc_calwrap .sdoc_callist>p.special {
    color: #ff8641;
}

.gwanghwa .sdoc_history .sdoc_hislist {
    width: 100%;
}

.gwanghwa .sdoc_history.sdoc_paper .sdoc_hiscover {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gwanghwa .sdoc_history.sdoc_paper .sdoc_hiswrap {
    width: 100%;
}

.gwanghwa .sdoc_history.sdoc_paper .sdoc_hislist {
    width: 100%;
}

.gwanghwa .sdoc_history.sdoc_paper .sdoc_hiswrap.sb .sdoc_hislist {
    line-height: 35px;
    margin-bottom:8px;
}

.gwanghwa .sdoc_calender {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gwanghwa .sdoc_calwrap {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.gwanghwa .sdoc_calbtn>p {
    width: 110px;
    border: 1px solid #fff;
    border-radius: 26px;
    line-height: 44px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
}

.gwanghwa.bottom .sub_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.gwanghwa.bottom .sdoc_box {
    width: 47%;
}

.gwanghwa.bottom .sdoc_box:first-child {
    margin-right: 10px;
}

.gwanghwa.bottom .sdoc_box:last-child {
    margin-left: 10px;
}

.gwanghwa.bottom .sdoc_history .sdoc_hiscon {
    position: relative;
    width: 100%;
}

.gwanghwa.bottom .sdoc_history .sdoc_hislist {
    width: 100%;
}

.gwanghwa.bottom .sdoc_history .sdoc_hiswrap.w50 {
    display: inline-block;
    width: 50%;
}

.sdoc_mdmask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99;
}

.gwanghwa .sdoc_modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 950px;
    padding: 80px 40px 0 40px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 999;
}

.gwanghwa.active .sdoc_mdmask,
.gwanghwa .sdoc_box.active .sdoc_modal {
    display: block;
}

.gwanghwa .sdoc_mdwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gwanghwa .sdoc_mdwrap .sdoc_img {
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.gwanghwa .sdoc_modal .sdoc_history {
    margin-top: 0;
}

.gwanghwa .sdoc_mdclose {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.gwanghwa .sdoc_modal .sdoc_histitle {
    cursor: unset;
}

.gwanghwa .sdoc_modal .sdoc_histitle::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    background: url(../images/paper_arrow.png) no-repeat center center;
}

.gwanghwa .sdoc_modal .sdoc_history.active .sdoc_histitle::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.gwanghwa .sdoc_modal .sdoc_hiswrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-height: 240px;
    overflow-y: auto;
}

.gwanghwa.bottom .sdoc_modal .sdoc_hiscon.paper .sdoc_hislist {
    padding-left: 0;
    text-indent: 0;
}

.gwanghwa.bottom .sdoc_modal .sdoc_hiscon.paper .sdoc_hislist>span {
    font-size: 14px;
    color: #999;
}

.gwanghwa.bottom .sdoc_modal .sdoc_hiscon {
    margin-bottom: 40px;
}

@media screen and (max-width: 1023px) {
    .sdoc_name {
        padding-left: 20px;
    }

    .sdoc_name>h2 {
        padding-left: 20px;
        font-size: 40px;
    }

    .sdoc_name>h2>span {
        font-size: 20px;
    }

    .sdoc_calender {
        padding-left: 20px;
    }

    .sdoc_calender .sdoc_calwrap .sdoc_callist>h4 {
        font-size: 22px;
    }

    .sdoc_calender .sdoc_calwrap .sdoc_callist>p {
        font-size: 16px;
    }

    .gwanghwa .sdoc_hiswrap {
        gap: 10px 0px;
    }

    .sdoc_history .sdoc_hislist {
        line-height: 20px;
        font-size: 16px;
        letter-spacing: -1px;
    }

    .gwanghwa .sdoc_history.sdoc_paper .sdoc_hiswrap.sb .sdoc_hislist {
        line-height: 30px;
    }

    .gwanghwa.top {
        margin-bottom: 50px;
    }

    .gwanghwa.bottom .sub_content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .gwanghwa.bottom .sdoc_box {
        width: 100%;
        max-width: 640px;
        margin: 20px auto;
    }

    .gwanghwa.bottom .sdoc_box:first-child {
        margin: 20px auto;
    }

    .gwanghwa.bottom .sdoc_box:last-child {
        margin: 20px auto;
    }

    .gwanghwa .sdoc_modal {
        width: 90%;
        padding: 40px 20px 0 20px;
    }

    .gwanghwa .sdoc_modal .sdoc_hiswrap {
        max-height: 150px;
    }

    .gwanghwa .sub_content,
    .gwanghwa.bottom .sub_content {
        padding: 0;
    }

    .gwanghwa.bottom .sdoc_wrap .sdoc_img {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 639px) {
    .gwanghwa.top .fore {
        padding: 40px 0px;
        width: calc(100% - 30px);
    }

    .gwanghwa .sdoc_right.pc h3 {
        display: none;
    }

    .gwanghwa .sdoc_right.pc .sdoc_intro>p {
        display: none;
    }

    .gwanghwa .sdoc_right.mob h3 {
        font-size: 28px;
    }

    .gwanghwa .sdoc_right.mob .sdoc_intro>p>span {
        font-size: 19px;
    }

    .paper_content .sub_content {
        padding-bottom: 0px;
        flex-direction: column;
        align-items: center;
    }

    .sdoc_wrap {
        display: block;
    }

    .gwanghwa.top .sdoc_wrap {
        max-width: 100%;
        margin-top: 0px;
    }

    .gwanghwa.top .sdoc_wrap.sb {
        max-width: 100%;
    }

    .gwanghwa .sdoc_right {
        width: 100%;
    }

    .gwanghwa .sdoc_right.mob {
        margin-bottom: 40px;
        display: block;
    }

    .gwanghwa .sdoc_right.sb {
        width: 100%;
    }

    .gwanghwa .sdoc_right .sdoc_intro {
        margin: 0;
    }

    .gwanghwa .sdoc_right .yt_link {
        margin: 0px;
        padding: 10px 15px;
    }

    .gwanghwa .sdoc_right .yt_link>a {
        display: flex;
        align-items: center;
        gap: 0px 5px;
    }

    .gwanghwa .sdoc_right .sdoc_named.fx>img:nth-of-type(1) {
        margin-left: 10px;
    }

    .gwanghwa .sdoc_right .sdoc_named {
        margin-top: 25px;
    }

    .gwanghwa .sdoc_right .sdoc_named h4 {
        font-size: 14px;
    }

    .gwanghwa .sdoc_right .named_left {

    }

    .gwanghwa .sdoc_right .named_left>p {
        font-size: 17px;
        text-indent: -5px;
    }

    .gwanghwa .sdoc_right .sdoc_named h2 {
        font-size: 34px;
    }

    .gwanghwa .sdoc_right .sdoc_named h2>span {
        font-size: 18px;
    }

    .gwanghwa .sdoc_right .sdoc_named>img {
        width: 54px;
        height: 48px;
    }

    .gwanghwa .sdoc_right .sdoc_tit {
        margin-top: 35px;
    }

    .sdoc_history {
        margin-top: 35px;
    }

    .sdoc_history .sdoc_hislist {
        font-size: 14px;
        line-height: 26px;
    }

    .sdoc_wrap .sdoc_img {
        width: 90%;
        margin: 0 auto 30px auto;
    }

    .gwanghwa .sdoc_img.top>h2 {
        left: 10px;
    }

    .sdoc_wrap .sdoc_img.top {
        width: 100%;
    }

    .sdoc_name {
        padding: 0;
    }

    .sdoc_name>h2 {
        font-size: 32px;
    }

    .sdoc_name>h2>span {
        font-size: 18px;
    }

    .sdoc_calender .sdoc_caltitle {
        font-size: 18px;
    }

    .sdoc_calender .sdoc_calwrap .sdoc_callist>h4 {
        font-size: 20px;
    }

    .sdoc_calender .sdoc_calwrap .sdoc_callist>p {
        font-size: 15px;
    }

    .sdoc_history {
        display: block;
    }

    .sdoc_history .sdoc_hiscon {
        width: 100%;
    }

    .sdoc_history.sdoc_paper .sdoc_hiscover {
        display: block;
    }

    .sdoc_history.sdoc_paper .sdoc_hiswrap {
        width: 100%;
    }

    .gwanghwa .sdoc_img>h2 {
        font-size: 32px;
    }

    .gwanghwa .sdoc_img>h2>span {
        font-size: 16px;
    }

    .gwanghwa .sdoc_name {
        padding: 15px;
    }

    .gwanghwa .sdoc_calender .sdoc_calwrap .sdoc_callist>h4 {
        padding: 5px 0;
        font-size: 16px;
    }

    .gwanghwa .sdoc_calender .sdoc_calwrap .sdoc_callist>p {
        font-size: 12px;
    }

    .gwanghwa .sdoc_calbtn>p {
        width: 80px;
        line-height: 35px;
        font-size: 12px;
    }

    .gwanghwa .sdoc_mdwrap {
        display: block;
    }

    .gwanghwa.bottom .sdoc_modal .sdoc_hiscon {
        margin: 20px 0;
    }
}

@media screen and (max-width: 500px) {
    .sub04_05 .mob_img{
        display: block;
    }
    .gwanghwa .sdoc_history .sdoc_hislist {
        width: 100%;
    }

    .gwanghwa.bottom .sdoc_box {
        margin: 10px auto;
    }

    .gwanghwa.bottom .sdoc_box:first-child {
        margin: 10px auto;
    }

    .gwanghwa.bottom .sdoc_box:last-child {
        margin: 10px auto;
    }
}

@media screen and (max-width: 400px) {
    .gwanghwa .sdoc_calender .sdoc_calwrap .sdoc_caltitle {
        font-size: 10px;
    }

    .gwanghwa .sdoc_calender .sdoc_calwrap .sdoc_callist>h4 {
        padding: 5px 0;
        font-size: 12px;
    }

    .gwanghwa .sdoc_calender .sdoc_calwrap .sdoc_callist>p {
        font-size: 10px;
    }

    .gwanghwa .sdoc_calbtn>p {
        width: 70px;
        font-size: 11px;
    }
}

/* sub01_02 의료진소개 end */

/* sub01_04 오시는 길 start */
.map_content .sub_stitle {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.smap_textwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.smap_text {
    width: 100%;
    padding: 0 90px;
}

.smap_text .smap_address {
    margin-bottom: 40px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
}

.smap_text .smap_subtit {
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #9c5534;
}

.smap_text .smap_traffic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.smap_text .smap_trafficbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-bottom: 30px;
    line-height: 30px;
}

.smap_text .smap_trafficbox>h5 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
    font-size: 16px;
    font-weight: bold;
}

.smap_text .smap_trafficinner>p {
    font-size: 16px;
}

.smap_text .smap_trafficinner>p>span {
    color: #999999;
}

.sub_mapwrap {
    margin-top: 40px;
}

.sub_mapwrap .root_daum_roughmap_landing {
    width: 100% !important;
}

.root_daum_roughmap .wrap_map {
    height: 450px !important;
}

.root_daum_roughmap .wrap_controllers {
    display: none;
}

.gd-video{
    padding:0px 90px;
    margin-top: 40px;
    height:450px;
}
.gd-video.height580 { height:580px; }

.loc-detail {
     padding:0px 90px;
     margin-top: 40px;
}

.loc-detail img{
display: inline-block;
width: 100%;
}

@media screen and (max-width: 1023px) {
    .smap_text {
        padding: 0 40px;
    }

    .gd-video, .loc-detail{
        padding:0px 40px;
    }

    .smap_text .smap_traffic {
        display: block;
    }

    .smap_text .smap_trafficbox {
        width: 100%;
    }

    .smap_text .smap_trafficbox.pd_r10,
    .smap_text .smap_trafficbox.pd_l10 {
        padding: 0;
    }

    .smap_text .smap_trafficinner>p {
        word-break: keep-all;
    }
}

@media screen and (max-width: 639px) {
    .smap_textwrap {
        display: block;
    }

    .smap_text {
        padding: 0;
    }

    .gd-video, .loc-detail{
        padding:0px 0px;
    }

    .smap_text .smap_address {
        font-size: 18px;
    }

    .sdoc_wrap .sdoc_img .marker {
        margin-top: 10px;
        width: 60px;
    }

    .sdoc_wrap .sdoc_img .marker:nth-of-type(2) {
        margin-left: 0;
    }

    .gd-video{
        height:220px;
    }
    .gd-video.height580 { height:220px; }
}
@media screen and (max-width: 450px) {

}

/* sub01_04 오시는 길 end */

/* sub01_05 산책길 start */
.sub01_05_2 .step_wrap,
.sub01_05_3 .step_wrap,
.sub01_05_4 .step_wrap,
.sub01_05_5 .step_wrap
 {
    margin: 0 auto;
    margin-bottom: 110px;
    max-width: 1280px;
}

.sub01_05_2 .fore,
.sub01_05_3 .fore,
.sub01_05_4 .fore {
    max-width: 1920px;
    width: 100%;
    padding: 0px;
}

.sub01_05_2 .img_wrap,
.sub01_05_3 .img_wrap,
.sub01_05_4 .img_wrap {
    width: 100%;
}

.sub01_05_2 .img_wrap img,
.sub01_05_3 .img_wrap img,
.sub01_05_4 .img_wrap img {
    width: 100%;
    height: auto;
}
/* sub01_05 산책길 end */

/* sub_academic 학술활동 start */
.saca_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 50px;
}

.saca_wrap:after {
    clear: both;
    display: block;
    content: "";
}

.saca_wrap .saca_list {
    width: 32.3%;
    margin-right: 1.5%;
}

.saca_wrap .saca_list:last-child {
    margin-right: 0;
}

.saca_wrap .saca_img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-height: 300px;
    min-height: 150px;
    border: 1px solid #d9d8d6;
}

.saca_wrap .saca_img img {
    width: 100%;
}

.saca_wrap .saca_text,
.saca_wrap .academic_text {
    width: 100%;
    padding: 20px 20px 0;
}

.saca_tit {
    /* overflow: hidden; */
    line-height: 30px;
    font-size: 20px;
    word-break: keep-all;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
}

.saca_wrap .saca_text .saca_explan {
    display: -webkit-box;
    overflow: hidden;
    max-height: 90px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.saca_wrap .saca_text .saca_content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 30px;
    font-size: 16px;
    word-wrap: break-word;
    word-break: keep-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.saca_wrap .academic_text .saca_content {
    line-height: 30px;
    font-size: 16px;
}

.saca_wrap .saca_text .saca_date {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
}

.saca_wrap.col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
}

.saca_wrap.col .saca_list {
    width: 100%;
}

.saca_wrap.col .saca_list>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding: 55px 20px;
    border-top: 1px solid #d9d9d9;
}

.saca_wrap.col .saca_img {
    width: 250px;
    min-width: 250px;
}

.saca_wrap.col .saca_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 70%;
    min-height: 250px;
    padding: 20px;
}

.saca_wrap.col .saca_text .saca_explan {
    margin: 15px 0 30px;
}

.saca_morebtn {
    display: inline-block;
    width: 100%;
    border: 1px solid #000;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.saca_img .img-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.paper_title {
    width: 80%;
    padding-right: 20px;
}

.paper_source {
    width: 20%;
    min-width: 190px;
    margin-top: 5px;
    font-size: 16px;
    color: #aaa;
}

.paper_source>p {
    display: inline-block;
    margin-right: 10px;
}

/* view */
.view-content {
    word-break: break-all;
    margin-top: 50px;
    line-height: 30px;
    font-size: 18px;
}

.view_title {
    margin-bottom: 50px;
}

.view_titlewrap {
    padding-bottom: 20px;
    border-bottom: 2px solid #d9d9d9;
}

.view_divi {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: normal;
    color: #b5b5b5;
}

.view-wrap h1 {
    padding-left: 0;
    line-height: 52px;
    font-size: 38px;
    font-weight: 500;
}

.view_date {
    margin-top: 20px;
    font-size: 18px;
    color: #999;
}

.view_link {
    display: block;
    border: none;
    line-height: 30px;
    font-size: 16px;
}

@media screen and (max-width: 1023px) {

    .saca_wrap .saca_text,
    .saca_wrap .academic_text {
        padding: 10px 10px 0;
    }

    .saca_wrap .saca_text .saca_tit {
        line-height: 26px;
        font-size: 16px;
    }

    .saca_wrap .saca_text .saca_explan {
        line-height: 22px;
        font-size: 14px;
    }
}

@media screen and (max-width: 799px) {
    .saca_wrap {
        display: initial;
    }

    .saca_wrap .saca_list {
        width: 100%;
        margin-bottom: 30px;
    }

    .saca_wrap.col .saca_img {
        width: 100%;
        min-width: 100%;
    }
}

@media screen and (max-width: 639px) {
    .saca_wrap.col .saca_list>a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .saca_wrap.col .saca_text {
        display: block;
        width: 100%;
        min-height: auto;
    }

    .saca_wrap.col .saca_list>a {
        padding: 20px 0;
    }
}

@media screen and (max-width: 499px) {}

@media screen and (max-width: 399px) {}

/* sub_academic 학술활동 end */

/* sub01_09 start */
.sub01_09 .cr_sec li { display:flex; }
.sub01_09 .cr_sec li .cr_images img { width: 70%;  }
.sub0109_sec2 { position:relative; height:fit-content; }
.sub0109_sec2 > img { width: 100%;  }
.sub0109_sec2 .sub0109_sec2_abs { position:absolute; width: 100%; text-align:center; bottom: -450px;  }
/* sub01_09 end */



/* login 로그인 start */
.sub.login,
.sub.register,
.sub.register_form {
    padding-top: 200px;
}

.login_wrap {
    max-width: 640px;
    margin: 0 auto;
}

.fore_input {
    width: 100%;
    height: 60px;
    padding: 0 30px;
    border: 1px solid #ddd;
    outline: none;
}

.fore_input::-webkit-input-placeholder {
    font-size: 14px;
    color: #999;
}

.fore_input::-moz-placeholder {
    font-size: 14px;
    color: #999;
}

.fore_input:-ms-input-placeholder {
    font-size: 14px;
    color: #999;
}

.fore_input::-ms-input-placeholder {
    font-size: 14px;
    color: #999;
}

.fore_input::placeholder {
    font-size: 14px;
    color: #999;
}

.login_wrap .form_group {
    margin: 0;
}

.btn_wrap {
    margin-top: 60px;
}

.btn_submit {
    display: inline-block;
    width: 100%;
    height: 60px;
    padding: 0;
    line-height: 60px;
    font-size: 16px;
    letter-spacing: normal;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.login_wrap .btn_submit.btn_reg {
    border: 1px solid #ddd;
}

.login_wrap .logpasslost {
    display: inline-block;
    margin-top: 5px;
    line-height: 23px;
    text-align: center;
    font-size: 16px;
    text-decoration: underline;
}

a:hover,
a:focus,
a:active {
    color: initial;
}

@media screen and (max-width: 1024px) {
    .sub.login {
        padding-top: 100px;
    }
}

/* login 로그인 end */

/* register 회원가입 start */
.fore_regicontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    width: 100%;
}

.fore_regicontainer>.fore_regi {
    width: 50%;
    padding-right: 20px;
}

.fore_regicontainer>.fore_priv {
    width: 50%;
    padding-left: 20px;
}

@media screen and (max-width: 1024px) {
    .fore_regicontainer {
        flex-wrap: wrap;
    }

    .fore_regicontainer>.fore_regi {
        width: 100%;
        padding-right: 0px;
    }

    .fore_regicontainer>.fore_priv {
        width: 100%;
        padding-left: 0px;
        margin-top: 30px;
    }
}

.reg_hpwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.reg_fore_hp {
    width: 30%;
    padding: 0;
    padding-left: 30px;
}

.reg_fore_hp2,
.reg_fore_hp3 {
    width: 40%;
    margin-left: 15px;
    text-align: center;
}

.fore_regi .btn_submit {
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 100%;
}

.fore_priv .form_group {
    margin-bottom: 15px;
}

.fore_priv .priv_title {
    margin-bottom: 5px;
}

.fore_priv .priv_title input[type="checkbox"] {
    margin-left: 5px;
    margin-bottom: 5px;
}

.fore_priv .priv_title p>span {
    color: #ed2a2a;
}

.fore_priv .priv_content {
    overflow: auto;
    height: 135px;
    padding: 25px 30px;
    border: 1px solid #ddd;
    line-height: 23px;
    font-size: 12px;
}

.priv_title input[type="checkbox"] {
    display: none;
}

.priv_title input[type="checkbox"]+label {
    position: relative;
    cursor: pointer;
}

.priv_title input[type="checkbox"]+label>.fore_chk {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    right: -22px;
    top: 0;
    border: 1px solid #ddd;
    border-radius: 12px;
    vertical-align: middle;
    cursor: pointer;
}

.priv_title input[type="checkbox"]:checked+label>.fore_chk {
    background: #c29a4c;
    background-position: center center;
    background-size: 14px 14px;
}

/* register 회원가입 end */

/* sub06_03 비급여 안내 start */
.price_table>table {
    width: 100%;
    text-align: center;
    table-layout: fixed;
}

.price_table tr.price_head {
    border-bottom: 1px solid #b5b5b5;
}

.price_table tr.price_head>th {
    height: 52px;
    background: #f2f2f2;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    vertical-align: middle;
}

.price_table tr.price_head>th:nth-child(1) {
    width: 22%;
}

.price_table tr.price_head>th:nth-child(2) {
    width: 50%;
}

.price_table tr>td {
    height: 56px;
    padding: 0 10px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;
}

.price_table tr>td:last-child {
    border-right: none;
}

.price_table tr>td.table_center {
    vertical-align: middle;
}

@media screen and (max-width: 640px) {
    .price_table tr>td {
        padding: 0 5px;
        font-size: 14px;
        overflow-wrap: break-word;
    }
}

/* sub06_03 비급여 안내 end */

/* sub05_01 포레스트 면역요법 start */
.img_explan {
    line-height: 42px;
    font-size: 24px;
    font-weight: 400;
    word-break: keep-all;
}

.img_explan>span {
    font-weight: 600;
}

.sub05_01 .step_explanwrap {
    max-width: 880px;
}

.step_explanwrap {
    margin: 0 auto;
}

.step_explan {
    position: relative;
    padding-left: 100px;
    margin-bottom: 35px;
    text-align: left;
    font-size: 24px;
    font-weight: 500;
}

.step_explan>p>span {
    font-weight: 800;
}

.step_explan::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 76px;
    height: 44px;
    vertical-align: middle;
}

.step_explan:nth-child(1)::before {
    background: url(../images/step_text01.png) no-repeat center center;
    background-size: contain;
}

.step_explan:nth-child(2)::before {
    background: url(../images/step_text02.png) no-repeat center center;
    background-size: contain;
}

.step_explan:nth-child(3)::before {
    background: url(../images/step_text03.png) no-repeat center center;
    background-size: contain;
}

.step_explan:nth-child(4)::before {
    background: url(../images/step_text04.png) no-repeat center center;
    background-size: contain;
}

.text_explan {
    line-height: 30px;
    font-size: 20px;
    word-break: keep-all;
}

/* .max_w690 {
   max-width: 690px;
} */
.sfp_pstext {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sfp_pstext .sfp_psname {
    max-width: 190px;
    width: 100%;
    margin: 15px 0;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sfp_pstext .sfp_psname span {
    margin-right: 5px;
    display: inline-block;
    background-color: #bd9246;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    color: #ffffff;
}

.sfp_pstext .sfp_psjobwrap {
    max-width: 190px;
    width: 100%;
    margin-top: 0;
    text-align: left;
}

.sfp_pstext .sfp_psjob {
    line-height: 24px;
    font-size: 14px;
    color: #aaa;
}

.sfp_imginner.sfp_pswrap {
    width: 23%;
    margin-bottom: 100px;
}

.food_imgwrap {
    width: 100%;
}

.food_imgwrap .sfp_imgbox {
    width: 100%;
}

.sfp_imginner.img_box {
    width: calc(25% - 15px);
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../images/sub0501_food01.jpg);
    background-color: rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    margin-right: 20px;
    border-radius: 50px;
}

.sfp_imginner.img_box:nth-of-type(2) {
    background-image: url(../images/sub0501_food02.jpg);
}

.sfp_imginner.img_box:nth-of-type(3) {
    background-image: url(../images/sub0501_food03.jpg);
}

.sfp_imginner.img_box:nth-of-type(4) {
    margin-right: 0;
    background-image: url(../images/sub0501_food04.jpg);
}

.sfp_imginner.img_box p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

@media (max-width: 1024px) {
    .sfp_imginner.img_box {
        width: calc(50% - 5px);
        margin-right: 0;
        margin-bottom: 10px;
        border-radius: 50px;
    }

    .sfp_imginner.img_box:nth-of-type(2n) {
        margin-left: 10px;
    }
}

@media (max-width: 500px) {
    .sfp_imginner.img_box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        border-radius: 50px;
    }

    .sfp_imginner.img_box:nth-of-type(2n) {
        margin-left: 0;
    }
}

@media screen and (max-width: 639px) {

    .img_explan,
    .step_explan {
        line-height: 30px;
        font-size: 18px;
    }

    .step_explan {
        padding-left: 65px;
    }

    .step_explan::before {
        width: 60px;
    }

    .text_explan {
        line-height: 24px;
        font-size: 16px;
    }

    .food_imgwrap.flex_between {
        display: block;
    }

    .food_imgwrap.flex_between .sfp_imgbox {
        margin-bottom: 10px;
    }

    .food_imgwrap.flex_between>.fore_w40,
    .food_imgwrap.flex_between>.fore_w50,
    .food_imgwrap.flex_between>.fore_w60 {
        width: 100%;
    }

    .food_imgwrap.flex_between>.pd_r10,
    .food_imgwrap.flex_between>.pd_l10 {
        padding: 0;
    }

    .food_imgwrap.flex_between>.pd_r20,
    .food_imgwrap.flex_between>.pd_l20 {
        padding: 0;
    }

    .sfp_imginner.sfp_pswrap {
        width: 48%;
        margin-bottom: 30px;
    }

    .sfp_pstext .sfp_psname {
        margin: 10px 0;
        font-size: 18px;
    }

    .sfp_pstext .sfp_psjob {
        line-height: 20px;
    }
}

/* sub05_01 포레스트 면역요법 end */

/* sub05_03 암에 좋은 제철음식 start */
.fds_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-top: 80px;
    position: relative;
}

.fds_list.cure {
    padding-bottom: 140px;
}

.fds_list .fds_img {
    width: 100%;
    max-width: 420px;
    margin-left: 0;
    padding-right: 20px;
}

.fds_list .fds_img>img {
    width: 100%;
    max-width: 360px;
}

.sub04_04 .fds_list .fds_img>img {
    width: 100%;
    max-width: 360px;
    border-radius: 10px;
}

.fds_list .fds_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 655px;
    min-height: 275px;
    height: auto;
    margin: 0 auto;
}

/* .sub04_03 .fds_list .fds_text{
   height: auto;
} */
.sub04_03 .fds_list#sec7 .fds_img {
    max-width: 500px;
}

.sub04_03 .fds_list#sec7 .fds_img>img {
    max-width: 500px;
}

.sub04_03 .fds_list#sec7 .fds_title {
    margin-top: 0px;
}

.sub04_03 .fds_list .fds_blocklist.fds_paper {
    margin-top: 0;
    width: 100%;
}

.sub04_03 .fds_list .fds_paper span {
    font-size: 9px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    text-align: left;
    color: #999999;
}

.sub04_03 .fds_list.cure .fds_name {
    margin-top: 0px;
}

.fds_list .fds_text.no_flex {
    display: block;
}

.fds_text .fds_title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
    /*  */
    text-align: left;
    width: auto;
}

.sub04_04 .fds_text .fds_title {
    text-align: left;
}

.fds_text.no_flex .fds_title {
    margin-bottom: 40px;
}

.fds_text .fds_title.underline {
    display: inline-block;
    padding-bottom: 12px;
    border-bottom: 2px solid #000;
}

.fds_text .fds_title>span {
    color: #c29a4c;
}

.fds_text .fds_subtit {
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 12px;
    line-height: normal;
    font-size: 20px;
    font-weight: 800;
    width: auto;
    text-align: left;
    border-bottom: 2px solid #000;
}

.fds_text .fds_name {
    font-size: 24px;
    font-weight: 600;
}

.fds_list.cure .fds_name {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

.fds_list .fds_explan {
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.sub04_03 .fds_list .fds_explan {
    font-size: 15px;
}

.sub04_04 .fds_list .fds_explan {
    font-size: 16px;
}

.fds_list.cure .fds_explan>span.otl_24 {
    font-size: 24px;
    font-weight: 600;
}

.fds_list .fds_graybox {
    padding: 10px 20px;
    border: 1px solid #ddd;
}

.fds_list .fds_grayblock {
    padding: 30px 0 0;
    border: none;
}

.fds_list .fds_gbtitle {
    margin-bottom: 15px;
    font-size: 16px;
}

.fds_list .fds_gbwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fds_list.cure .fds_gbwrap {
    display: block;
}

.fds_list.cure.flex-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.fds_list .fds_gbwrap .fds_gblist {
    position: relative;
    width: 50%;
    margin-bottom: 10px;
    padding-left: 15px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}

.fds_list.cure .fds_gbwrap .fds_gblist {
    width: 100%;
    margin-bottom: 0;
    padding-left: 8px;
    line-height: 30px;
    text-indent: -8px;
    color: #666;
}

.fds_list .fds_gbwrap .fds_gblist.fds_paper {
    margin-bottom: 10px;
    font-weight: 500;
}

.fds_list .fds_gbwrap .fds_gblist.fds_dot:after {
    content: "·";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fds_list .fds_gbwrap .fds_gblist.fds_desh:after {
    content: "-";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fds_list.cure .fds_gbwrap .fds_gblist.fds_paper>a:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    padding-left: 15px;
    background: url(../images/sub0503_paperlink.png) no-repeat center center;
    vertical-align: text-bottom;
}

.fds_list .fds_blockwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
}

.fds_list .fds_blocklist {
    width: 50%;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.fds_list .fds_blocklist.w100 {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.fds_list .fds_blocklist.fds_paper {
    margin-top: 40px;
    border: none;
}

.fds_list .fds_blocklist>p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #666;
}

.fds_list .fds_blocklist.fds_paper>h4.fds_name {
    margin: 0;
    margin-bottom: 10px;
}

.fds_list .fds_blocklist.fds_paper>a {
    display: inline-block;
    border-bottom: 1px solid #b2b2b2;
    color: #999;
}

.fds_list .fds_blocklist.fds_paper>a::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 5px;
    background: url(../images/navmo_link_g.png) no-repeat center center;
    background-size: cover;
    vertical-align: sub;
}

.fds_list .fds_blocklist:nth-child(odd)>p {
    border-right: 1px solid #ddd;
}

.fds_list .fds_blocklist.w100:nth-child(odd)>p {
    border-right: none;
}

.fds_paper>a {
    word-break: break-all;
    display: block;
    line-height: 40px;
    font-size: 12px;
    color: #999999;
}

/* 융복합 협진 치료 리뉴얼 */

.sub04_01 .sub.fore {
    max-width: 1280px;
    font-family: "Noto Sans KR", sans-serif;
}

.sub04_01 .sub_title br {
    display: none;
}

.sub04_01 .grf_wrap {
    margin-top: 52px;
}

.sub04_01 .grf_list {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    margin-top: 10px;
}

.sub04_01 .grf_list li {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 1px solid #000;
    height: 60px;
    padding-left: 32px;
    position: relative;
}

.sub04_01 .paper_content.i4 .grf_list li:nth-last-of-type(1) {
    width: 100%;
}

.sub04_01 .paper_content.i4 .grf_list li:nth-last-of-type(1)::after {
    display: none;
}

.sub04_01 .grf_list li:nth-of-type(1)::after,
.sub04_01 .grf_list li:nth-of-type(3)::after {
    display: block;
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 60%;
    background: rgba(0, 0, 0, 0.3);
}

.sub04_01 .grf_list li:nth-of-type(2)~li {
    border-bottom: 1px solid #000;
}

.sub04_01 .grf_title {
    font-weight: 700;
}

.sub04_01 .otl_images {
    margin-top: 50px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.sub04_01 .otl_images li {
    width: calc(100% / 3 - 8px);
}
.sub04_01 .paper_content.i4 .otl_images li:nth-of-type(1),
.sub04_01 .paper_content.i4 .otl_images li:nth-of-type(2){
    width:calc(50% - 8px);
}

.sub04_01 .subimg-area{
    margin-top:60px;
}
.sub04_01 .subimg-area > img{
    width:100%;
}

.sub04_01 .otl_images img {
    width: 100%;
}

.sub04_01 .otl_images li>p {
    text-align: center;
    color: #fff;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-weight: 400;
    font-size:24px;
}

.sub04_01 .paper_content.i1 .otl_images li>p {
    background: #BABABA;
}

.sub04_01 .paper_content.i2 .otl_images li>p {
    background: #99B6A7;
}

.sub04_01 .paper_content.i3 .otl_images li>p {
    background: #82B4C8;
}

.sub04_01 .paper_content.i4 .otl_images li>p {
    background: #AE9674;
}

.div_pc {
    display: block;
}

.div_mob {
    display: none;
}

.img_pc {
    display: block;
    border:0px !important;
}

.img_mob {
    display: none;
}

@media screen and (max-width: 1024px) {
    .fds_list .fds_explan {
        font-size: 17px;
    }

    .fds_list .fds_img {
        width: 100%;
        max-width: 360px;
        margin-left: 0;
        padding-right: 0px;
    }
}

@media screen and (max-width: 1024px) {
    .fds_list {
        display: block;
    }

    .fds_list .fds_img {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .fds_list .fds_text {
        width: 100%;
        height: auto;
        margin: 30px auto 0 auto;
    }

    .fds_list.cure .fds_explan {
        max-width: none;
    }
}

@media screen and (max-width: 640px) {
    .img_pc {
        display: none;
    }

    .img_mob {
        display: block;
        border:0px !important;
        width:100%;
    }

    .div_pc {
        display: none;
    }

    .div_mob {
        display: block;
    }

    .sub04_01 .sub_title {
        margin-bottom: 35px;
    }

    .sub04_01 .paper_content.new .fore {
        padding: 0px;
    }
    .sub04_01 .paper_content.zero .fore {
        padding: 0px;
    }

    .sub04_01 .paper_content.zero .sub_content {
        padding-bottom: 0px;
    }

    .sub04_01 .paper_content.i1 .sub_content .fds_list {
        margin-top: 40px;
    }

    .sub04_01 .paper_content .sub_content {
        padding-bottom: 70px;
    }

    .sub04_01 .sub_title br {
        display: block;
    }

    /* .sub04_01 .list_wrap li>span {
        display: block;
    } */

    .sub04_01 .list_wrap {
        padding-left: 15px;
    }

    .sub04_01 .list_wrap li {
        text-indent: -15px;
    }

    .sub04_01 .otl_images {
        flex-wrap: wrap;
        margin-top:20px;
    }

    .sub04_01 .otl_images li {
        width: calc(100% / 2 - 5px);
    }
    .sub04_01 .paper_content.i1 .otl_images li:nth-of-type(3),
    .sub04_01 .paper_content.i2 .otl_images li:nth-of-type(5),
    .sub04_01 .paper_content.i3 .otl_images li:nth-of-type(5),
    .sub04_01 .paper_content.i4 .otl_images li:nth-of-type(7){
        width: 100%;
    }

    .fds_list .fds_name {
        font-size: 22px;
    }

    .fds_list .fds_explan {
        line-height: 28px;
        font-size: 16px;
    }

    .fds_list .fds_blocklist>p {
        font-size: 14px;
    }

    .fds_list .fds_blocklist.fds_paper {
        margin-top: 20px;
    }

    .fds_list.cure {
        padding-bottom: 50px;
    }

    .sub04_01 .otl_images li>p { font-size: 13px;  line-height: 23px; height: 23px; }

    .sub04_01 .grf_wrap{
        margin-top:17px;
    }
    .sub04_01 .subimg-area{
        margin-top:48px;
    }

    .sub04_01 .st-img{
        width:83px;
    }
}

@media screen and (max-width:499px) {
    .otl_text .otl_title {
        font-size: 20px;
    }

    .sub04_01 .grf_wrap {
        margin-top: 30px;
    }

    .sub04_01 .list_wrap li.otl_16 {
        font-size: 14px;
    }

    .sub04_01 .grf_title.otl_18 {
        font-size: 14px;
    }

    .sub04_01 .grf_list li {
        height: 30px;
        padding-left: 15px;
    }

    .sub04_01 .grf_list li.otl_16 {
        font-size: 12px;
    }

    .sub04_01 .paper_content.i4 .grf_list li:nth-of-type(1) {
        width: 60%;
    }

    .sub04_01 .paper_content.i4 .grf_list li:nth-of-type(2) {
        width: 40%;
    }
}

@media screen and (max-width:360px) {
    .sub04_01 .sub.fore {
        padding: 0px 15px;
    }

    .sub04_01 .list_wrap li {
        text-indent: -12px;
        letter-spacing: -1.5px;
    }
}

/* sub05_03 암에 좋은 제철음식 end */

/* sub09_01_00 교통사고 클리닉 start */
.title_stepwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 0;
}

.tstep_title {
    padding-bottom: 40px;
}

.tstep_title.basis {
    -ms-flex-preferred-size: 210px;
    flex-basis: 210px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.tstep_title>h2 {
    line-height: 42px;
    font-size: 32px;
    font-weight: 600;
}

.tstep_title>h3 {
    line-height: 30px;
    font-size: 28px;
}

.tstep_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tstep_img>img {
    width: 50%;
}

.tstep_img.cure {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.tstep_img.cure .tstep_imglist {
    width: 32%;
    margin-bottom: 60px;
}

.tstep_img.cure .tstep_imglist>img {
    width: 100%;
}

.tstep_img.cure .tstep_imglist>p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    font-size: 16px;
}

.tstep_img.cure .tstep_imglist>p>span {
    font-size: 12px;
    color: #999999;
}

.medical_effect {
    padding-left: 220px;
}

.medifect_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 60px;
}

.medifect_list .medifect_img {
    width: 100%;
    max-width: 440px;
}

.medifect_list .medifect_img>img {
    width: 100%;
}

.medifect_list .medifect_text {
    width: 100%;
    max-width: 460px;
    padding-left: 80px;
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
}

.medifect_list .medifect_text .medifect_dot {
    display: block;
    position: relative;
    width: 7px;
    height: 7px;
    margin-bottom: 17px;
    border-radius: 50%;
}

.medifect_list .medifect_text .medifect_dot::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 19px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.medifect_list .medifect_text .medifect_dot::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 38px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.medifect_list:nth-child(1) .medifect_text .medifect_dot,
.medifect_list:nth-child(1) .medifect_text .medifect_dot::before,
.medifect_list:nth-child(1) .medifect_text .medifect_dot::after {
    background: #ff3e3e;
}

.medifect_list:nth-child(2) .medifect_text .medifect_dot,
.medifect_list:nth-child(2) .medifect_text .medifect_dot::before,
.medifect_list:nth-child(2) .medifect_text .medifect_dot::after {
    background: #ffd87e;
}

.medifect_list:nth-child(3) .medifect_text .medifect_dot,
.medifect_list:nth-child(3) .medifect_text .medifect_dot::before,
.medifect_list:nth-child(3) .medifect_text .medifect_dot::after {
    background: #3f6aeb;
}

.medifect_list .medifect_text .medifect_tit {
    position: relative;
    font-size: 28px;
    font-weight: 800;
}

.medifect_list .medifect_text .medifect_subtit {
    padding: 17px 0;
    line-height: 39px;
    font-size: 24px;
    font-weight: 400;
}

.medifect_list .medifect_text>p {
    padding-bottom: 10px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
}

.medifect_list .medifect_text>p.col_gray {
    color: #999;
}

.effect_graph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 50px;
}

.efgraph_list {
    width: 32%;
}

.efgraph_list>img {
    width: 100%;
}

.efgraph_list>h3 {
    margin: 20px 0 10px;
    font-size: 24px;
    font-weight: 600;
}

.efgraph_list>p {
    font-size: 16px;
    font-weight: 400;
}

@media screen and (max-width: 1920px) {
    .medical_effect {
        padding-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .title_stepwrap {
        display: block;
        padding: 0;
    }

    .medical_effect {
        padding: 0;
    }

    .medifect_list .medifect_text .medifect_tit {
        font-size: 26px;
    }

    .medifect_list .medifect_text .medifect_subtit {
        padding-left: 12px 0;
        line-height: 30px;
        font-size: 20px;
    }

    .medifect_list .medifect_text>p {
        padding-bottom: 5px;
        line-height: 23px;
        font-size: 16px;
    }
}

@media screen and (max-width: 800px) {
    .tstep_img {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tstep_img>img {
        width: 100%;
    }

    .tstep_img>img:last-child {
        margin-top: 50px;
    }

    .tstep_img.cure {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .tstep_img.cure .tstep_imglist {
        width: 49%;
    }
}

@media screen and (max-width: 640px) {
    .medifect_list {
        display: block;
    }

    .medifect_list .medifect_img,
    .medifect_list .medifect_text {
        width: 100%;
        padding: 0;
        max-width: none;
    }

    .medifect_list .medifect_text {
        margin-top: 50px;
    }

    .effect_graph {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .efgraph_list {
        width: 100%;
        margin-bottom: 50px;
    }

    .tstep_img.cure .tstep_imglist {
        width: 100%;
    }
}

/* sub09_01_00 교통사고 클리닉 end */

/* 여기서 부터는 일정상 마구잡이로 넣음 */
.imgwrap>img {
    width: 100%;
}

.otl_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-top: 80px;
}

.otl_list .otl_img>img {
    width: 100%;
}

.otl_title {
    font-size: 32px;
    font-weight: 600;
}

.otl_title>span {
    color: #c29a4c;
}

.otl_subtit {
    display: inline-block;
    margin-bottom: 20px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 2px solid #000;
}

.otl_name {
    font-size: 24px;
    font-weight: 600;
}

.otl_16 {
    line-height: 2;
    font-size: 16px;
    font-weight: 300;
}

.otl_18 {
    line-height: 30px;
    font-size: 18px;
}

.otl_20 {
    font-size: 20px;
    line-height: 2;
}
.otl_22 {
    font-size: 22px;
    line-height: 1.6;
}

.otl_24 {
    line-height: 38px;
    font-size: 24px;
}

.otl_28 {
    font-size: 28px;
}

.otl_30 {
    font-size: 30px;
}

.otl_36 {
    font-size: 36px;
    font-weight: bold;
}
.otl_38 {
    font-size: 38px;
}

.otl_50 {
    font-size: 50px;
}

.otl_explan {
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
}

.otl_papercha h5 {
    font-size: 16px;
}

.otl_papercha p {
    line-height: 30px;
}

.otl_paperlink h5 {
    font-size: 16px;
}

.otl_paperlink a {
    display: block;
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 12px;
    word-break: break-all;
    /* border-bottom: 1px solid #b2b2b2; */
}

/* .otl_paperlink a:after {
   content: "";
   display: inline-block;
   width: 18px;
   height: 18px;
   margin-left: 4px;
   background: url(../images/linkicon.png) no-repeat center center;
   vertical-align: middle;
} */
.otl_imgexplan {
    font-size: 18px;
    line-height: 30px;
}

.title_bar {
    position: relative;
}

.title_bar::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 100px;
    height: 2px;
    background: #000;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.title_bar.bar_left::before {
    left: -175px;
    /* left: calc(-175vw / 1920 * 100); */
}

.title_bar.bar_right::before {
    right: -175px;
    /* right: calc(-175vw / 1920 * 100); */
}

hr.hr_type1 {
    width: 80%;
    margin-left: 0;
}

hr.hr_type2 {
    width: 80%;
    margin-right: 0;
}

.sub04_01 .otl_text.pd_l125,
.sub02_02_06 .otl_text.pd_l125 {
    padding-left: 125px;
}

.sub02_02_06 .otl_text.pd_r125 {
    padding-right: 125px;
}

.sub02_04 .otl_text>div>p {
    padding-left: 17px;
    text-indent: -17px;
}

.research_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 25%;
    height: 399px;
    padding: 0 30px 40px;
    text-align: center;
}

.research_card01 {
    background: url(../images/sub020206_img05.jpg) no-repeat center bottom;
    background-size: contain;
}

.research_card02 {
    background: url(../images/sub020206_img06.jpg) no-repeat center bottom;
    background-size: contain;
}

.research_card03 {
    background: url(../images/sub020206_img07.jpg) no-repeat center bottom;
    background-size: contain;
}

.research_card04 {
    background: url(../images/sub020206_img08.jpg) no-repeat center bottom;
    background-size: contain;
}

.research_card>h4 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.research_card>h4::before {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    margin: 0 auto 20px auto;
    background: #fff;
}

.research_card>p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
}

.sub04_01 .list_wrap>li {
    line-height: 36px;
}

.sub04_01 .border_block {
    max-width: 1280px;
    margin: 0 auto;
}

.bone_wrap {
    padding: 0 100px;
}

.bone_circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 270px;
    height: 270px;
    padding: 0 30px;
    border: 3px dotted #f5d1bf;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    word-break: keep-all;
}

.dot25 {
    font-size: 25px;
    font-weight: 800;
}

.fds_list.neddle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 3px solid #f2f2f2;
}

.fds_list.neddle .sub_stitle {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.fds_list.neddle .fds_text {
    width: 100%;
    margin: 0;
    padding-left: 200px;
}

.min_width450 {
    min-width: 450px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (min-width: 1921px) {
    .title_bar.bar_left::before {
        left: -70%;
    }

    .title_bar.bar_right::before {
        right: -70%;
    }
}

@media screen and (max-width: 1340px) {

    .title_bar.bar_left::before,
    .title_bar.bar_right::before {
        display: none;
    }
}

@media screen and (max-width: 1919px) {

    .sub04_01 .otl_text.pd_l125,
    .sub02_02_06 .otl_text.pd_l125 {
        padding-left: calc(125vw / 1919 * 100);
    }

    .sub02_02_06 .otl_text.pd_r125 {
        padding-right: calc(125vw / 1919 * 100);
    }

    .research_card {
        padding: 0 calc(30vw / 1919 * 100) 40px;
    }
}

@media screen and (max-width: 1280px) {
    .bone_wrap {
        padding: 0;
    }

    .target_circle {
        width: 230px;
        height: 230px;
    }
}

@media screen and (max-width: 1200px) {
    .flex_between.respon1200 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .flex_between.respon1200>.imgwrap {
        margin-bottom: 30px;
        max-width: 350px !important;
    }

    .flex_between.respon1200>.textwrap {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 1024px) {
    .sub02_04 .otl_list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sub02_04 .otl_img {
        margin: 0 0 20px 0;
    }

    .sub02_04 .otl_text {
        width: 100%;
    }

    .research_cardwrap.flex_alignstart {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .research_card.flex_auto {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
        width: 48%;
        margin: 0 auto 20px auto;
    }

    .research_card01,
    .research_card02,
    .research_card03,
    .research_card04 {
        background-size: cover;
    }

    .respon1024 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .respon1024.reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .respon1024 .fore_w40,
    .respon1024 .fore_w50,
    .respon1024 .fore_w60 {
        width: 100%;
        padding: 0;
    }

    .respon1024 .imgwrap {
        margin-bottom: 30px;
    }

    .fds_list .fds_explan>br {
        display: none;
    }
}

@media screen and (max-width: 800px) {

    .sub01_01 .fore_w40,
    .sub01_01 .fore_w50,
    .sub01_01 .fore_w60,
    .sub01_01 .fore_w65,
    .sub02 .respon640>.fore_w33 {
        width: 100%;
    }

    .sub01_01 .otl_text br {
        display: none;
    }

    .respon800 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .respon800 .min_width450 {
        min-width: auto;
        -ms-flex-negative: unset;
        flex-shrink: unset;
    }

    .reason.respon800 .pd_l20 {
        padding-left: 0;
    }

    .reason.respon800 .bd_right {
        border: none;
    }

    .reason.respon800 .fore_w40,
    .reason.respon800 .fore_w50,
    .reason.respon800 .fore_w60 {
        width: 100%;
        margin-bottom: 50px;
    }

    .bone_wrap.col {
        /* flex-direction: column; */
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bone_wrap .bone_circle {
        margin-bottom: 30px;
    }

    .sub01_01 .flex_around.reverse {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .sub01_01 .flex_around.reverse,
    .sub02_02_06 .flex_between.reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .sub01_01 .otl_text,
    .sub02_02_06 .otl_text,
    .sub04_01 .otl_text {
        text-align: left;
        margin-top: 20px;
    }

    .sub01_01 .otl_text.pd_l20,
    .sub01_01 .otl_text .mo_pd_l50,
    .sub01_01 .otl_text .mo_pd_r50,
    .sub01_01 .otl_text.pd_r20,
    .sub04_01 .otl_text.pd_l125,
    .sub02_02_06 .otl_text.pd_l20,
    .sub02_02_06 .otl_text.pd_r20,
    .sub02_02_06 .otl_text.pd_l125,
    .sub02_02_06 .otl_text.pd_r125 {
        padding-left: 0;
        padding-right: 0;
    }

    .sub01_01 .flex_between {
        margin-top: 50px;
    }

    .sub01_01 .flex_between.reverse {
        flex-direction: column-reverse;
    }

    .sub01_01 .otl_text .otl_38 {
        font-size: 30px;
    }

    .sub01_01 .otl_text .otl_24 {
        line-height: 34px;
    }

    .sub01_01 .otl_text .mg_t50 {
        margin-top: 30px;
    }

    .sub01_01 .otl_text hr {
        width: 95%;
        margin-left: 0;
    }

    .sub02_02_06 .max_size.width_400 {
        max-width: none !important;
    }

    .sub02_02_06 .imgwrap {
        width: 100%;
    }

    .sub01_01 .imgwrap.flex_auto {
        width: 100%;
    }

    .sub0701 .cure.respon800 .imgwrap {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 50%;
        margin: 0;
        padding: 0 10px 20px 10px;
    }

    .fds_list.neddle .fds_text {
        padding: 0;
    }

    .title_bar.bar_left::before,
    .title_bar.bar_right::before {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .pd_t100 {
        padding-top: 50px;
    }

    .pd_b100 {
        padding-bottom: 50px;
    }

    .otl_name {
        font-size: 22px;
    }

    .otl_explan {
        line-height: 28px;
        font-size: 16px;
    }

    .respon640 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .respon640>.fore_w40,
    .respon640>.fore_w50,
    .respon640>.fore_w60,
    .respon640>.fore_w70 {
        width: 100%;
    }

    .flex_between>.imgwrap {
        margin-bottom: 20px;
    }

    .respon640>.pd_l75,
    .respon640>.pd_l10,
    .respon640>.pd_l20 {
        padding-left: 0;
    }

    .respon640>.pd_r10,
    .respon640>.pd_r20 {
        padding-right: 0;
    }

    .respon640 .imgwrap.flex_auto {
        width: 100%;
    }

    .respon640 .imgwrap.flex_auto.mg_r10,
    .respon640 .imgwrap.flex_auto.mg_l10,
    .respon640 .imgwrap.flex_auto.mg_r20,
    .respon640 .imgwrap.flex_auto.mg_r40 {
        margin: 0 0 20px 0;
    }

    .otl_18 {
        line-height: 28px;
        font-size: 16px;
    }

    .otl_20 {
        line-height: 28px;
        font-size: 18px;
    }
    .otl_22 {
        line-height: 28px;
        font-size: 16px;
    }
    .sub-text.otl_22{
        line-height: 28px;
        font-size: 18px;
    }

    .otl_24 {
        line-height: 28px;
        font-size: 20px;
    }

    .otl_28 {
        font-size: 20px;
    }

    .otl_30 {
        font-size: 24px;
    }
    .otl_36 {
        font-size: 26px;
    }

    .otl_50 {
        font-size: 40px;
    }

    .otl_imgexplan {
        font-size: 16px;
        line-height: 26px;
    }

    .sub02_04 .otl_papercha {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sub02_04 .otl_papercha>li {
        width: 100%;
        margin-bottom: 20px;
    }

    .sub02_04 .otl_text>div>p {
        padding-left: 14px;
        text-indent: -14px;
    }

    .sub04_01 .list_wrap>li {
        line-height: 28px;
    }

    .reason .mg_b35 {
        margin-bottom: 20px;
    }

    .tag_wrap .tag_circle>a {
        font-size: 12px;
    }
}

@media screen and (max-width: 500px) {
    .research_card.flex_auto {
        width: 100%;
    }

    /* .sub0701 .cure.respon800 {
      flex-direction: column;
   } */
    /* .sub0701 .cure.respon800 .imgwrap {
      flex: initial;
      width: 80%;
      margin-bottom: 20px;
      padding: 0;
   } */
}

/* 여기까지는 일정상 마구잡이로 넣음 */

/* 암종별 치료 start */
.tag_wrap {
    margin-bottom: 20px;
}

.tag_wrap .tag_circle {
    margin-right: 9px;
    margin-bottom: 10px;
}

.tag_wrap .tag_circle>a {
    display: inline-block;
    padding: 6px 25px;
    font-size: 15px;
    color: #666;
    border: 1px solid #aaa;
    border-radius: 22px;
}

.target_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bone_circle.target_circle {
    position: relative;
    width: 250px;
    height: 250px;
    padding: 0 20px;
    border: 1px solid #ebebeb;
}

.target_circle::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid #ddd;
    border-radius: 50%;
}

.target_circle>p {
    word-break: keep-all;
}

.target_circle>p>span {
    color: #3f6aeb;
}

.cure_stepline {
    position: relative;
    overflow: hidden;
}

.cure_stepline::after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 0;
    top: 35px;
    left: 50%;
    width: 75%;
    height: 1px;
    background: #707070;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cure_step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    padding: 0 50px;
    text-align: center;
}

.cure_step .cure_steplist {
    position: relative;
}

.cure_step .cure_steplist:last-child {
    margin-left: 0;
}

.cure_step .cure_steplist:last-child::after {
    display: none;
}

.cure_step .blue_circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50%;
    background: #103a71;
    color: #fff;
    margin: 0 auto;
}

.cure_step .tit {
    margin: 20px 0 30px;
    font-size: 24px;
}

.cure_step .whylink_list {
    text-align: left;
}

.cure_step .whylink_list>a {
    display: block;
    width: 160px;
    position: relative;
    height: 100%;
    font-size: 20px;
    font-weight: 400;
    line-height: 42px;
}

.cure_step .whylink_list>a::after {
    position: absolute;
    top: 5px;
    right: -10px;
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    background: url(../images/whylinkicon.png) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
}

@media screen and (max-width: 1024px) {
    .target_wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

    .target_circle {
        margin: 0 50px 20px 50px;
    }

    .cure_step {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cure_step::after {
        display: none;
    }

    .cure_step .cure_steplist {
        width: 50%;
        margin-bottom: 30px;
    }

    ul.whylink_wrap {
        max-width: 200px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 800px) {
    .target_circle {
        margin: 0 0 20px 0;
    }
}

@media screen and (max-width: 640px) {
    .cure_step .whylink_list>a {
        margin: 0 auto;
        text-align: left;
    }

    .target_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cure_step {
        padding: 0;
    }
}

@media screen and (max-width: 500px) {
    .cure_step .cure_steplist {
        width: 100%;
    }

    ul.whylink_wrap {
        max-width: 100%;
    }

    .cure_step .whylink_list {
        text-align: center;
    }
}

/* 암종별 치료 end */

/* animation */
.slidein_left,
.slidein_right {
    opacity: 0;
}

/* 2021-06-24 이후 추가사항 */
.step_list_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.step_list_sub li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: auto;
}

.step_list_sub li a {
    height: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #dbdbdb;
    padding-bottom: 10px;
    border-bottom: 2px solid #dbdbdb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.step_list_sub li a:hover,
.step_list_sub li.active a {
    border-color: #000;
    color: #000;
}

@media (max-width: 640px) {
    .step_list_sub li a {
        font-size: 16px;
    }

    .sub0701 .step_wrap {
        margin-bottom: 120px;
    }
}

@media (max-width: 500px) {
    .step_list_sub li a {
        font-size: 14px;
    }
}

.img_wrap2 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 50%;
}

.img_wrap2 .circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    border: 10px solid #c29a4c;
    border-radius: 100%;
    margin: 0 10px;
}

.img_wrap2 .circle:nth-of-type(2) {
    border-color: #5460ce;
}

.img_wrap2 .circle p {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
    color: #c29a4c;
}

.img_wrap2 .circle p::after {
    content: "";
    width: 52px;
    margin: 15px auto;
    height: 2px;
    display: block;
    background-color: #000;
}

.img_wrap2 .circle:nth-of-type(2) p {
    color: #5460ce;
}

.img_wrap2 .circle ul {
    text-align: center;
}

.img_wrap2 .circle ul li {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    color: #000000;
}

@media (max-width: 1300px) {
    .img_wrap2 .circle {
        max-width: 300px;
        margin: 0 5px;
        border: 10px solid #c29a4c;
    }

    .img_wrap2 .circle ul li {
        font-size: 16px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.83;
        letter-spacing: normal;
        color: #000000;
    }
}

@media (max-width: 1023px) {
    .img_wrap2 {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
        margin-bottom: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .img_wrap2 .circle {
        max-width: 300px;
        margin: 0 20px;
        border: 10px solid #c29a4c;
    }

    .img_wrap2 .circle p {
        font-size: 24px;
    }

    .img_wrap2 .circle p::after {
        margin: 5px auto;
    }

    .img_wrap2 .circle ul li {
        font-size: 20px;
    }
}

@media (max-width: 639px) {
    .img_wrap2 .circle {
        max-width: 300px;
        margin: 0 5px;
        border: 10px solid #c29a4c;
    }

    .img_wrap2 .circle p {
        font-size: 20px;
    }

    .img_wrap2 .circle p::after {
        margin: 5px auto;
    }

    .img_wrap2 .circle ul li {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .img_wrap2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .img_wrap2 .circle {
        max-width: 300px;
        width: 100%;
        margin: 10px 0;
        border: 10px solid #c29a4c;
    }
}

.sub03 .fore {
    max-width: 1240px;
}

.sub03 .fore .text_explan {
    word-break: normal;
}

/* sub07_02_07 */
.flex_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex_center .bone_circle:nth-of-type(1) {
    margin-right: 40px;
}

@media (max-width: 760px) {
    .flex_center .bone_circle:nth-of-type(1) {
        margin-right: 20px;
    }
}

@media (max-width: 540px) {
    .flex_center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .flex_center .bone_circle:nth-of-type(1) {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

.sub07 .imgwrap,
.sub07 .imgwrap img {
    border-radius: 0;
}

.sub05 .textwrap .sub_stitle {
    margin-bottom: 10px;
}

.sub05 .textwrap .sub_stitle>h3 {
    font-size: 25px;
}

.otl_35 {
    font-size: 35px;
}

.list_wrap2 {
    border: solid 1px #cccccc;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.list_wrap2 li {
    line-height: 1.5;
    font-size: 20px;
    font-weight: 400;
}

.list_wrap2 li p {
    font-weight: 400;
}

.list_wrap2 li p span {
    font-weight: 500;
    color: #3f6aeb;
}

.show-more-less-handler {
    color: #3f6aeb;
    float: right;
}

.bg_ngray .show-more-less-handler {
    background: -webkit-gradient(linear,
        left top,
        right top,
        from(rgba(255, 255, 255, 0)),
        color-stop(17%, rgb(249, 249, 249)),
        to(rgb(249, 249, 249))) !important;
    background: -o-linear-gradient(left,
        rgba(255, 255, 255, 0) 0%,
        rgb(249, 249, 249) 17%,
        rgb(249, 249, 249) 100%) !important;
    background: linear-gradient(90deg,
        rgba(255, 255, 255, 0) 0%,
        rgb(249, 249, 249) 17%,
        rgb(249, 249, 249) 100%) !important;
}

.border_none {
    border: 0px !important;
}

.new_title {
    position: absolute;
    top: -70px;
    left: 50%;
    width: 100% !important;
    text-align: center !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cure_step .whylink_list>a {
    border-bottom: 2px solid transparent;
    transition: 0.3s;
}

.cure_step .whylink_list>a:hover {
    border-bottom: 2px solid #000;
}

/* new Swipers */
.gallery-thumbs {
    height: fit-content;
    margin-top: 30px;
}

.gallery-thumbs .swiper-wrapper {}

.gallery-thumbs .swiper-wrapper .swiper-slide {
    cursor: pointer;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0.3;
}

.swiper-slide-thumb-active {
    opacity: 1!important;
}

.fpslide-container .btn-area {
    z-index: 999;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fpslide-container .btn-area .swiper-button-prev,
.room_ul .swiper-button-prev{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../images/around_prev_w.svg);
    background-repeat: no-repeat;
}

.fpslide-container .btn-area .swiper-button-next,
.room_ul .swiper-button-next {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/around_next_w.svg);
    background-repeat: no-repeat;
}

.slider_title {
    padding: 15px 0;
    font-size: 22px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #000000;
}

/* 둘러보기 입원실 detail */
.room_detail {
    margin-top: 80px;
    display:none;
}

.room_detail.active {
    display: block;
}

.room_detail .room_detail_all > img {
    margin: 0 auto;
}

.room_detail .room_ul { margin: 73px auto 0 auto; max-width: 1180px;   }
.room_detail .room_ul li {}
.room_detail .room_ul li h4 { color: #795E32; margin-bottom: 20px; font-size: 26px; font-weight: 600; }
.room_detail .room_ul li > div { display:flex; gap: 42px; justify-content: space-between;  }

.room_detail .room_ul li.room_hr { height:1px; background: #B2B2B2; margin: 55px 0; }
.room_detail .room_ul li div.room_content {}
.room_detail .btn_room { margin: 90px auto 110px auto; display:block; border-radius: 15px; background: #98763F; width:100%; max-width: 360px; text-align:center; color: #fff; font-size:24px; font-weight:bold; padding: 10px 40px;  }

.room_ul .swiper-container { width: 100%; height: auto; }
.room_ul .swiper-slide { width: 100%; height: auto; display: flex; align-items: center; justify-content: center; }
.room_ul .swiper-slide img { width: 100%; height: auto; object-fit: contain; display: block; }

@media (max-width: 800px) {
    .room_detail {
        margin-top: 50px;
    }

    .room_detail .room_detail_all > img{
        width: 100%;
    }
    .room_detail .room_ul li > div { flex-direction: column; }    
    .room_detail .room_ul li.room_hr { margin: 25px 0; }
    .room_detail .room_ul li div.room_content { margin-top: 15px; }
    .room_detail .room_ul li div.room_content img { width: 100%; }

    .fpslide-container .btn-area .swiper-button-next, .room_ul .swiper-button-next, .fpslide-container .btn-area .swiper-button-prev,.room_ul .swiper-button-prev{ width:20px; background-size: contain; }
}

@media (max-width: 639px) {
    .gallery-thumbs {
        right: auto;
        left: 50%;
        max-width: 100%;
        top: auto;
        -webkit-transform: translateY(0) translateX(-50%);
        -ms-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%);
        margin-top: 15px;
    }

    .gallery-thumbs .swiper-wrapper .swiper-slide img {
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .fpslide-container .btn-area {
        z-index: 999;
        width: 100%;
        right: auto;
        left: 0%;
        position: absolute;
        max-width: 100%;
        height: 100%;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .fpslide-container .btn-area .swiper-button-prev {
        position: absolute;
        top: calc(50%);
        left: 15px;
        -webkit-transform: translateX(0) translateY(-50%);
        -ms-transform: translateX(0) translateY(-50%);
        transform: translateX(0) translateY(-50%);
        width: 20px;
        background-size: contain;
        background-image: url(../images/around_prev_w.svg);
        background-repeat: no-repeat;
        background-position: center;
    }

    .fpslide-container .btn-area .swiper-button-next {
        margin: 0;
        position: absolute;
        top: calc(50%);
        bottom: auto;
        left: auto;
        right: 15px;
        width: 20px;
        -webkit-transform: translateX(0) translateY(-50%);
        -ms-transform: translateX(0) translateY(-50%);
        transform: translateX(0) translateY(-50%);
        background-size: contain;
        background-color: rgba(0, 0, 0, 0);
        background-image: url(../images/around_next_w.svg);
        background-repeat: no-repeat;
        background-position: center;
    }

    .swiper-slide-thumb-active {
        opacity: 1;
    }
}

/* page_08 add*/

.car_content {
    padding: 45px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.car_content img {
    max-width: 95%;
}

.car_content img:first-of-type {
    margin-right: 90px;
}

@media (max-width: 1024px) {
    .car_content img:first-of-type {
        margin-right: 20px;
    }
}

@media (max-width: 800px) {
    .car_content {
        padding: 45px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .car_content img:first-of-type {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

/* page02_03_01*/
.saca_list2 {
    width: 100% !important;
    max-width: 400px;
    margin-bottom: 60px;
}

.saca_list2 p {
    min-height: 64px;
}

.saca_list2 p:nth-of-type(2) {
    margin: 5px 0 20px;
}

.saca_list2 .detail {
    display: inline-block;
    margin: 5px 0;
    color: #707070;
}

.saca_list2 .saca_img,
.saca_list2 .saca_img img {
    border: 0px !important;
    border-radius: 0px !important;
}

.saca_list2 .saca_img img {
    border-radius: 0px !important;
}

.saca_list2 .text_overflow::-webkit-scrollbar {
    display: none;
}

.page_title {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}

.sdoc_callist.research {
    position: absolute;
    width: 100%;
}

.sdoc_callist.research::after,
.sdoc_callist.research::before {
    content: "";
    height: 2px;
    background-color: #fff;
    display: inline-block;
    bottom: 8px;
    flex: 1;
}

.sdoc_callist.research::before {
    left: 20px;
}

.sdoc_callist.research::after {
    right: 20px;
}

.fds_list.cure_sub {
    padding-bottom: 0;
}

.fds_list.cure .fds_explan {
    font-size: 16px;
}

.fds_list.cure .fds_blockwrap .fds_name {
    font-size: 16px;
}

.fds_list.cure .fds_blocklist.fds_paper>a::after {
    content: none;
}

.fds_paper .flex span {
    margin-top: 2px;
    color: #999999;
    font-size: 12px;
}

.fds_paper .flex>a,
.fds_paper .flex>a:hover {
    margin-left: 5px;
    word-break: break-all;
    display: block;
    font-size: 12px;
    color: #999999;
}

/* 테스트 수정 */

/* sub01_03_210708 테스트 */
.step_wrap.test {
    flex-wrap: wrap;
    align-items: center;
}


/* sub01_02_210709 테스트 */

.gwanghwa .sdoc_calender .sdoc_calwrap.test {
    max-width: 100%;
}

.gwanghwa .sdoc_calender .sdoc_calwrap.test .title_callist {
    width: 25%;
    border-right: 1px solid #fff;
    font-size: 21px;
    color: #fff;
    padding-right: 5px;
}

.sdoc_calbtn.test {
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    border: 1px solid #6b6b6b;
    border-radius: 26px;
    text-align: center;
    font-size: 13px;
    color: #6b6b6b;
    cursor: pointer;
}

.gwanghwa .sdoc_calbtn.test>p {
    color: #6b6b6b;
    line-height: 27px;
    border: 0px;
    font-size: 13px;
}

.sdoc_callist.research.test {
    position: absolute;
    display: flex;
    align-items: center;
    width: 75%;
    right: 0;
    top: 34px;
}

.sdoc_callist.research.test p {
    flex: none;
    margin: 0 5px;
}

.sdoc_callist.research.test p span {
    color: #ff8641;
}

.gwanghwa .sdoc_calender.test .sdoc_calwrap .sdoc_callist>h4,
.gwanghwa .sdoc_calender .sdoc_calwrap.test .title_callist h4 {
    padding: 0 0 3px 0;
}

.sdoc_calender.test .sdoc_calwrap .sdoc_callist>p,
.gwanghwa .sdoc_calender .sdoc_calwrap.test .title_callist p {
    padding: 3px 0 0 0;
}

@media (max-width: 1200px) {
    .gwanghwa .sdoc_name {
        padding: 15px;
    }

    .title_callist {
        word-break: keep-all;
    }
}

@media (max-width: 1024px) {
    .step_wrap.test .step_list {
        width: calc(100% / 2);
        margin-bottom:10px;
    }
}

@media (max-width: 639px) {
    .gwanghwa .sdoc_name {
        padding: 10px 5px;
    }

    .gwanghwa .sdoc_calender .sdoc_calwrap.test .title_callist {
        width: 30%;
        border-right: 1px solid #fff;
        font-size: 16px;
        color: #fff;
    }

    .gwanghwa .sdoc_calender .sdoc_calwrap.test .title_callist h4,
    .gwanghwa .sdoc_calender.test .sdoc_calwrap .sdoc_callist>h4,
    .sdoc_calender.test .sdoc_calwrap .sdoc_callist>p,
    .gwanghwa .sdoc_calender .sdoc_calwrap.test .title_callist p {
        padding-bottom: 5px;
        word-break: keep-all;
    }

    .list_wrap2 li {
        font-size: 16px;
    }
}

@media (max-width: 400px) {

    .gwanghwa .sdoc_calender.test .sdoc_calwrap .title_callist>h4,
    .gwanghwa .sdoc_calender.test .sdoc_calwrap .title_callist>p {
        font-size: 11.5px;
    }

    .sdoc_callist.research.test {
        top: 24px;
        right: 5px;
    }
}

/* 테스트 수정 END */

/* 20210720 */

.sub07051 .dp_pc {
    display: block;
}

.sub07051 .dp_mo {
    display: none;
}

.sub07051 .text_area {
    display: none;
}

.sub07051.test {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.sub07051.test img {
    width: 90%;
}

.sub07051.test .links {
    width: 132px;
    display: flex;
    flex-direction: column;
    text-align: right;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #fff;
}

.sub07051.test .links:nth-of-type(2n) {
    text-align: left;
}

.sub07051.test .links a {
    font-size: 20px;
    margin: 3px 0;
    position: relative;
    transition: 0.3s;
}

.sub07051.test .links a:hover {
    opacity: 0.8;
}

.sub07051.test .left_top {
    position: absolute;
    top: 0;
    left: 0;
}

.sub07051.test .left_top a {
    color: #e89158;
}

.sub07051.test .right_top {
    position: absolute;
    top: 0;
    right: 0;
}

.sub07051.test .right_top a {
    color: #94b558;
}

.sub07051.test .left_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}

.sub07051.test .right_bottom {
    position: absolute;
    bottom: 0;
    right: 0;
}

.sub07051.test .left_bottom a,
.sub07051.test .right_bottom a {
    color: #82b9d2;
}

.sub07052 {
    width: 100%;
    padding: 90px;
    background-color: #e2f2f6;
}

.sub07052 .fore {
    max-width: 1000px;
}

.sub07052 .back {
    margin-bottom: 45px;
    display: flex;
    justify-content: center;
}

.sub07052 .back:last-of-type {
    margin-bottom: 0;
}

.sub07052 .back div:nth-of-type(1) {
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/col1.png);
    width: 171px;
    height: 79px;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.09;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.sub07052 .back.color2 div:nth-of-type(1) {
    background: url(../images/col2.png);
}

.sub07052 .back.color3 div:nth-of-type(1) {
    background: url(../images/col3.png);
}

.sub07052 .back.color4 div:nth-of-type(1) {
    background: url(../images/col4.png);
}

.sub07052 .back div:nth-of-type(2) {
    z-index: 1;
    margin-top: 10px;
    margin-left: -2px;
    width: calc(100% - 171px);
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sub07052 .back div:nth-of-type(2) p {
    margin-left: 50px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.sub0702133 {
    padding-left: 100px;
    margin-left: -30px;
}

.sub0702133>div {
    display: flex;
    flex-wrap: wrap;
}

.sub0702133>div>div {
    width: 50%;
    padding-left: 30px;
    position: relative;
    margin-bottom: 30px;
}

.sub0702133>div>div img {
    width: 100%;
    height: auto;
}

.sub0702133>div>div p {
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: calc(100% - 30px);
    position: absolute;
    bottom: 0;
    background-color: rgba(96, 171, 210, 0.7);
}

.sub0702133>p {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    padding-left: 30px;
}

.sub0702133-2 {
    margin-left: -30px;
}

.sub0702133-2 ul {
    display: flex;
    flex-wrap: wrap;
}

.sub0702133-2 ul li {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    width: 20%;
}

.sub0702133-2 ul li span {
    width: 100%;
    background-color: #e7f0f1;
    height: 141px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

@media (max-width: 1023px) {
    .sub07051 .dp_pc {
        display: none;
    }

    .sub07051 .dp_mo {
        margin: 0 auto;
        max-width: 450px;
        display: block;
        margin-bottom: 20px;
    }

    .sub07051 .text_area {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .sub07051 .text_area .text {
        width: 100%;
        margin-bottom: 20px;
        text-align: left;
    }

    .sub07051 .text_area .text p {
        display: block;
        max-width: 150px;
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: 500;
    }

    .sub07051 .text_area .text span {
        display: inline-block;
        padding: 0 20px;
    }

    .sub07051 .text_area .text.orange p {
        color: #c29a4c;
        border-bottom: 2px solid #c29a4c;
    }

    .sub07051 .text_area .text.blue p {
        color: #3748ab;
        border-bottom: 2px solid #3748ab;
    }

    .sub07051 .text_area .text.green p {
        color: #237d82;
        border-bottom: 2px solid #237d82;
    }

    .sub07052 {
        width: 100%;
        padding: 100px 20px;
        background-color: #e2f2f6;
    }

    .sub07052 .back div:nth-of-type(2) p {
        margin-left: 20px;
        margin-right: 20px;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
    }

    .sub0702133 {
        padding-left: 0;
    }
}

/* 210804 */

.sub07_02_13n {
    display: flex;
}

.sub07_02_13n p {
    width: 100px;
}

.sub07_02_13n ul {
    width: calc(100% - 100px);
}

.sub07_02_13n:nth-of-type(1) ul {
    display: flex;
    flex-wrap: wrap;
}

.sub07_02_13n:nth-of-type(1) ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 16.667%;
    padding: 4px;
    border-right: 1px solid #ddd;
    font-size: 17px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

.sub07_02_13n:nth-of-type(1) ul li:nth-of-type(1) {
    border-left: 1px solid #ddd;
}

.sub07_02_13n:nth-of-type(1) ul li span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 110px;
    border: 10px solid #82898f;
    border-radius: 50%;
    margin-bottom: 20px;
}

.sub07_02_13n:nth-of-type(1) ul li:nth-of-type(3) span,
.sub07_02_13n:nth-of-type(1) ul li:nth-of-type(4) span {
    border-color: #f7b700;
}

.sub07_02_13n:nth-of-type(1) ul li:nth-of-type(5) span {
    border-color: #417b8e;
}

.sub07_02_13n:nth-of-type(1) ul li:nth-of-type(6) span {
    border-color: #e5232b;
}

@media (max-width: 1280px) {
    .sub07_02_13n:nth-of-type(1) ul li:nth-of-type(4) {
        border-left: 1px solid #ddd;
    }

    .sub07_02_13n:nth-of-type(1) ul li {
        width: 33.333%;
        margin-bottom: 40px;
    }
}

@media (max-width: 1023px) {
    .sub07_02_13n {
        flex-direction: column;
    }

    .sub07_02_13n ul {
        width: 100%;
    }

    .sub0702133-2 ul li {
        width: 33.333%;
        margin-bottom: 40px;
    }
}

@media (max-width: 699px) {

    .sub07_02_13n:nth-of-type(1) ul li:nth-of-type(4),
    .sub07_02_13n:nth-of-type(1) ul li:nth-of-type(1) {
        border-left: 0px;
    }

    .sub07_02_13n:nth-of-type(1) ul li:nth-of-type(2n) {
        border-right: 0px;
    }

    .sub07_02_13n:nth-of-type(1) ul li {
        width: 50%;
    }
}

@media (max-width: 599px) {
    .sub07052 {
        width: 100%;
        padding: 100px 20px;
        background-color: #e2f2f6;
    }

    .sub07052 .back {
        flex-direction: column;
    }

    .sub07052 .back div:nth-of-type(2) {
        z-index: 3;
        padding: 20px;
        margin-top: -5px;
        margin-left: 0;
        width: 100%;
        background-color: #fff;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .sub07052 .back div:nth-of-type(1) {
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
        background: url(../images/col1.png);
        width: 140px;
        height: 60px;
        font-size: 20px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.09;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
    }

    .sub07052 .back div:nth-of-type(2) p {
        margin: 0;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
    }

    .sub0702133>div>div {
        width: 100%;
        padding-left: 30px;
        position: relative;
        margin-bottom: 30px;
    }

    .sub0702133-2 ul {
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
    }

    .sub07051.test .links {
        padding: 5px;
        border-radius: 10px;
        width: 84px;
    }

    .sub07051.test img {
        width: 85%;
    }

    .sub07051.test .links a {
        font-size: 16px;
        margin: 0;
    }

    .sub0702133-2 {
        margin-left: -20px;
    }

    .sub0702133-2 ul li {
        padding-left: 20px;
        width: 50%;
        font-size: 16px !important;
    }
}

.sub0701pop {
    display: none;
}

.sub0701pop.active {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    max-width: 950px;
    width: 100%;
    background-color: #fff;
    min-height: 50vh;
    z-index: 999;
}

.sub0701pop_close {
    cursor: pointer;
    float: right;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.sub0701pop_close::after {
    content: "";
    clear: both;
}

.pop_dummy.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 888;
}

/* 0930추가사항 */
.sub02_03_01 .text_overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.2em;
    height: 3.6em;
}

.sub02_03_01 .saca_list2 p {
    margin-bottom: 10px;
}

.sub02_03_01 .olt_18 {
    word-break: keep-all;
}

.sub04_03 .fds_list .fds_img.top>img {
    margin-top: 80px;
}

.sub04_03 .fds_title {
    margin-top: 40px;
    margin-bottom: 40px;
}

.sub05 p,
.sub03_01 p,
.sub03_03 p {
    word-break: keep-all !important;
}

@media(max-width:1023px) {
    .sub04_03 .fds_list .fds_img.top>img {
        margin-top: 0;
    }
}

/* vr */
.vr {
    padding: 0 30px;
    max-width: 1340px;
    width: 100%;
    height: 500px;
    margin-left: 50%;
    transform: translateX(-50%);
}

@media(max-width:640px) {
    .vr {

        margin-top: 80px;
        height: 400px;
    }
}

.sub_nav {
    z-index: 9;
}

.sub09_swiper {
    z-index: -1;
    width: 100%;
    height: 100%;
}

.sub09_swiper img {
    width: 100%;
    object-position: center;
    object-fit: contain;
}

.title_box {
    margin-top: -60px;
    text-align: center;
}

.title_box p {
    margin: 0 auto;
    max-width: 700px;
    font-size: 16px;
    font-weight: 400;
}

@media(max-width:640px) {
    .title_box {
        margin-top: -20px;
    }
}

/* 220531 */

.sdoc_wrap .sdoc_img .marker.right {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 180px;
}


@media(max-width:500px) {
    .gwanghwa .sdoc_img>h2.sp {
        width: 100%;
    }

    .gwanghwa .sdoc_img>h2 {
        font-size: 28px;
        left: 0px;
        top: 10px;
    }

    .gwanghwa .sdoc_img>h2>span {
        font-size: 14px;
    }

    .gwanghwa .sdoc_img>h2.sp>span {
        width: calc(100% - 120px);
    }

    .sdoc_wrap .sdoc_img .marker.right {
        width: 120px;
    }

}

/* 220603 */

.sdoc_small {
    font-size: 13px;
    color: #aaa;
}

@media(max-width:640px) {
    .sdoc_small {
        font-size: 12px;
    }
}

/* 220610 */
.new_paper {
    word-break: break-all;
    display: flex !important;
    font-size: 12px;
    color: #999999;
    margin-bottom: 10px;
    line-height: initial !important;
}

.new_paper:hover,
.new_paper:visited {
    color: #999999;
}

.new_paper:last-of-type {
    margin-bottom: 0;
}

.new_paper>span:nth-of-type(1) {
    margin-right: 5px;
}

/*230309 스킨 테라피 */
.sk_wrap {
    padding-top: 6.64%;
}

.sk_sec li:nth-of-type(1) {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}

.sk_sec li:nth-of-type(1)~li {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    margin-top: 90px;
}

.sk_sec li:nth-of-type(2)~li {
    margin-top: 120px;
    position: relative;
}

.sk_sec li:nth-of-type(2)~li::after {
    width: 100%;
    height: 2px;
    display: block;
    content: "";
    background: lightgrey;
    position: absolute;
    top: -10%;
}

.sk_sec li:nth-of-type(1) .sk_sec_txt {
    margin-top: 30px;
    width: 100%;
    background: #f9f5ef;
    text-align: center;
    border-radius: 10px;
    padding: 30px 3% 40px;
}

.sk_sec li:nth-of-type(1) h3 {
    width: auto;
    display: inline-block;
    position: relative;
}

.sk_sec li:nth-of-type(1) h3::after {
    display: block;
    content: "";
    width: 41%;
    height: 2px;
    background: #c29a4b;
    position: absolute;
    top: -30px;
}

.sk_sec li h3 {
    font-size: 28px;
    line-height: 1.4;
    font-weight: bold;
}

.sk_sec li>img {
    margin-bottom: 10px;
}

.sk_sec li:nth-of-type(1)~li h3 {
    margin-bottom: 10px;
}

.sk_sec li>p {
    margin-bottom: 40px;
    line-height: 1.4;
}

.sk_sec li:nth-of-type(1) h4 {
    font-size: 22px;
    line-height: 1.9;
    font-weight: bold;
}

.sk_sec li:nth-of-type(1) p {
    font-size: 16px;
    line-height: 1.8;
}

.sk_images {
    display: flex;
    justify-content: space-between;
}

.sk_images img {
    width: calc(50% - 15px);
    height: auto;
}

.mob_img {
    display: none;
}

@media(max-width:1023px) {
    .sk_sec li h3 {
        font-size: 24px;
    }

    .sk_sec li p {
        font-size: 14px;
    }
}

@media(max-width:550px) {
    .sk_sec li:nth-of-type(1) .sk_sec_txt {
        margin-top: 20px;
        padding: 30px 25px 40px;
    }

    .sk_sec li:nth-of-type(1)~li {
        margin-top: 60px;
    }

    .sk_sec li:nth-of-type(1) h4 {
        font-size: 18px;
    }

    .sk_sec li:nth-of-type(1) p {
        font-size: 12px;
    }

    .sk_sec li h3 {
        font-size: 20px;
    }

    .sk_sec li p {
        font-size: 12px;
    }

    .sk_sec li p span {
        display: block;
    }

    .sk_sec li p span br {
        display: none;
    }

    .sk_sec li p br {
        display: none;
    }

    .sk_images {
        justify-content: flex-start;
        gap: 10px;
    }

    .sk_images img {
        width: calc(50% - 5px);
    }

    .fore_btm {
        margin-top: 95px;
    }

    .fore_btm img {
        width: 100%;
        height: auto;
    }

    .fore_btm img:nth-of-type(2) {
        width: calc(100% - 40px);
        margin: 0 auto;
    }

    .fore_btm img:nth-of-type(4) {
        margin-top: 55px;
    }

    .pc_img {
        display: none;
    }

    .mob_img {
        display: block !important;
        width: 100%;
    }
}

/* 230314 통합연구소 */
.sub_content.il_wrap>img {
    width: 100%;
    height: auto;
}

.sub_content.il_wrap>img:nth-last-of-type(2) {
    margin-top: 160px;
}

.il_tag {
    display: block;
    width: 552px;
    margin: 0 auto;
    margin-top: 55px;
}

.il_tag img {
    width: 100%;
    height: auto;
}

@media(max-width:1023px) {
    .il_tag {
        width: 400px;
    }
}

@media(max-width:500px) {
    .fore.sub0206 {
        padding: 0;
    }

    .il_tag {
        width: calc(100% - 30px);
    }

    .sub_content.il_wrap>img:nth-last-of-type(2) {
        margin-top: 100px;
    }
}

/*230315 평창 전용농장*/
.fore.sub0305 img {
    width: 100%;
    height: auto;
}

@media(max-width:500px) {
    .fore.sub0305 {
        padding: 0;
    }
}

/*힐링 컨텐츠*/
.fore.sub0604 img {
    width: 100%;
    height: auto;
}

@media(max-width:500px) {
    .fore.sub0604 {
        padding: 0;
    }
}

/* 면역치료 */
.sub04_06 .sub_nav {
    margin-top: -163px;
}

.fore.sub0406 .sloca_wrap {
    position: absolute;
    top: 30px;
    left: 10%;
    margin-top: 0px;
    z-index: 99;
}

.fore.sub0406 {
    max-width: 100%;
    width: 100%;
    padding: 0px;
}

.sub0406 .cnt .cnt_title {
    font-size: 48px;
    font-family: "NotoSerifKR", sans-serif;
    font-weight: 600;
}

.sub0406 .cnt.i0 {
    width: 100%;
    position: relative;
}

.sub0406 .cnt.i0 img {
    width: 100%;
    height: auto;
}

.sub0406 .cnt.i0 .text_area {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translateX(-50%);
}

.sub0406 .cnt.i0 .text_area>p:nth-of-type(1) {
    font-family: "NotoSansCJKkr";
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 15px;
}

.sub0406 .cnt.i0 .text_area>p:nth-of-type(2) {
    font-family: "NotoSerifKR", sans-serif;
    font-size: 26px;
    font-weight: lighter;
    margin-top: 30px;
    line-height: 1.5;
}

.sub0406 .cnt.i0 span {
    display: inline;
}

.sub0406 .cnt.i1 {
    width: 100%;
}

.sub0406 .cnt.i1 .cnt_left {
    max-width: 1280px;
    margin:0 auto;
}

.sub0406 .cnt.i1 .cnt_right {
    background: #f9f5ef;
    display: flex;
    align-items: center;
}

.sub0406 .cnt.i1 .images_wrap {
    padding: 2% 0 6%;
    margin:0 auto;
}

.sub0406 .cnt.i1 .cnt_right img {
    width: 100%;
    height: auto;
}

.sub0406 .cnt.i1 .left_bd {
    padding: 49px 0 77px;
}

.sub0406 .cnt.i1 .left_bd>h3 {
    margin-top: 37px;
}

.sub0406 .cnt.i1 .left_bd>p {
    font-size: 28px;
    line-height: 1.5;
}


.sub0406 .cnt.i1 .left_bd>p:nth-of-type(1) {
    font-size: 44px;
    font-family: "NotoSerifKR", sans-serif;
    font-weight: 400;
}
.sub0406 .cnt.i1 .left_bd>p:nth-of-type(1) b{
    position: relative;
    color:#98763f;
    font-weight: bold;
    z-index: 0;
}
.sub0406 .cnt.i1 .left_bd>p:nth-of-type(1) b::after{
    display: block;
    content:"";
    width: 100%;
    height: 26px;
    position:absolute;
    top:50%;
    left:0;
    background: rgba(194,154,75,0.2);
    z-index: -1;
}

.sub0406 .cnt.i1 .left_bd>p:nth-of-type(2)~p {
    margin-top: 24px;
}

.sub0406 .cnt.i1 .left_bd>p:nth-of-type(2) {
    font-weight: 400;
    margin-top:48px;
}

.sub0406 .cnt.i1 .left_bd>p:nth-of-type(3) {
    font-weight: 600;
}

.sub0406 .cnt.i1 .left_bd>p>.fc-fore {
    color: #98763f;
}

.sub0406 .cnt.i2 {
    margin: 0 auto;
    margin-top: 103px;
    max-width: 1280px;
}

.sub0406 .cnt.i2 .cnt_title {
    margin-top: 37px;
}

.sub0406 .cnt.i2>p.iu_txt {
    font-size: 19px;
    line-height: 1.5;
}

.sub0406 .cnt.i2>p:nth-of-type(1) {
    margin-top: 37px;
    font-weight: 400;
    font-size: 28px;
}

.sub0406 .cnt.i2 .cnt_title b{
    position: relative;
    color:#796133;
}
.sub0406 .cnt.i2 .cnt_title b::after{
    display: block;
    content:"";
    width: 100%;
    height: 26px;
    position:absolute;
    top:50%;
    left:0;
    background: rgba(194,154,75,0.2);
    z-index: -1;
}

.sub0406 .cnt.i2>p:nth-of-type(2) {
    font-size: 28px;
    margin-top: 29px;
    font-weight: 600;
}

.sub0406 .cnt.i2>p span {
    display: block;
}

.sub0406 .cnt.i2>p>span>b {
    color: #505050;
    font-weight: bold;
}

.sub0406 .cnt.i2 .iu_imgs {
    margin-top: 45px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.sub0406 .cnt.i2 .iu_imgs img {
    width: 50%;
}

.sub0406 .cnt.i2 .info_box {
    margin-top: 180px;
}

.sub0406 .cnt.i2 .info_box h4 {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
}

.sub0406 .cnt.i2 .info_box .box_grp {
    margin-top: 37px;
    display: flex;
    justify-content: center;
    font-size: 28px;
    line-height: 1.5;
    width: 100%;
    height: 157px;
    position: relative;
}

.sub0406 .cnt.i2 .info_box .txt_box {
    height: 100%;
    border: 1px solid #c29a4b;
    border-radius: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.sub0406 .cnt.i2 .info_box .txt_box:nth-of-type(1) {
    right: calc(45% - 10px);
    width:55%;
}

.sub0406 .cnt.i2 .info_box .txt_box:nth-of-type(2) {
    left: calc(55% - 10px);
    width:45%;
}

.sub0406 .cnt.i2 .info_box .box_grp span {
    display: block;
}

.sub0406 .cnt.i2 .info_box .box_grp span b {
    font-weight: bold;
}

.sub0406 .cnt.i3 {
    width: 100%;
    margin-top: 97px;
}

.sub0406 .cnt.i3 img {
    width: 100%;
    height: auto;
}

.sub0406 .cnt.i4 {
    margin: 0 auto;
    max-width: 1280px;
    margin-top: 180px;
}

.sub0406 .cnt.i4 .cnt_title {
    margin-top: 37px;
}

.sub0406 .cnt.i4 .cnt_title b{
    position: relative;
    color:#796133;
}
.sub0406 .cnt.i4 .cnt_title b::after{
    display: block;
    content:"";
    width: 100%;
    height: 26px;
    position:absolute;
    top:50%;
    left:0;
    background: rgba(194,154,75,0.2);
    z-index: -1;
}

.sub0406 .cnt.i4>p {
    font-size: 28px;
    line-height: 1.5;
    font-family: 'Noto Sans KR', sans-serif;
}

.sub0406 .cnt.i4>p:nth-of-type(1) {
    margin-top: 37px;
    font-weight: 400;
}

.sub0406 .cnt.i4>p:nth-of-type(2) {
    margin-top: 30px;
    font-weight: 500;
}

.sub0406 .cnt.i4 .iu_imgs2 {
    margin-top: 100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.sub0406 .cnt.i4 .iu_imgs2>img {
    width: calc(100% / 4 - 10px);
    height: auto;
}

.sub0406 .cnt.i4 .txt_box2 {
    padding: 30px 0px;
    margin-top: 70px;
    background: #f5f5f5;
    font-family: 'Noto Sans KR', sans-serif;
    text-align: center;
}

.sub0406 .cnt.i4 .txt_box2 p:nth-of-type(1) {
    font-size: 28px;
    line-height: 1.8;
    font-weight: bold;
}

.sub0406 .cnt.i4 .txt_box2 p:nth-of-type(2) {
    margin-top: 12px;
    font-size: 22px;
    line-height: 1.5;
}

.sub0406 .cnt.i4 .txt_box2 p:nth-of-type(2) span {
    color: #98763f;
}

.sub0406 .cnt.i4 .txt_box2 p:nth-of-type(2) span b {
    font-weight: bold;
}

.sub0406 .cnt.i5 {
    text-align: center;
    margin: 0 auto;
    margin-top: 130px;
    max-width: 1280px;
    font-family: 'Noto Sans KR', sans-serif;
}

.sub0406 .cnt.i5>h4 {
    font-size: 40px;
    font-weight: 500;
}

.sub0406 .cnt.i5>p {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 30px;
}

.sub0406 .cnt.i5>img {
    margin-top: 60px;
    width: 100%;
    height: auto;
}

.sub0406 .cnt.i6 {
    margin: 0 auto;
    margin-top: 170px;
    width: 100%;
    background: #f9f5ef;
    padding-top: 45px;
    padding-bottom: 35px;
}

.sub0406 .cnt.i6 .cnt_title b{
    position: relative;
    color:#796133;
}
.sub0406 .cnt.i6 .cnt_title b::after{
    display: block;
    content:"";
    width: 100%;
    height: 26px;
    position:absolute;
    top:50%;
    left:0;
    background: rgba(194,154,75,0.2);
}

.sub0406 .cnt.i6 .cnt_wrap {
    margin: 0 auto;
    width: 100%;
}

.sub0406 .cnt.i6 .cnt_left.i2 {
    width: 100%;
    max-width: 1280px;
    margin:0 auto;
}

.sub0406 .cnt.i6 .cnt_left.i2>img {
    margin-top: 45px;
}

.sub0406 .cnt.i6 .cnt_left.i2>h3 {
    margin-top: 37px;
}

.sub0406 .cnt.i6 .cnt_left.i2>p {
    font-size: 28px;
    line-height: 1.5;
}

.sub0406 .cnt.i6 .cnt_left.i2>p:nth-of-type(1) {
    margin-top: 37px;
}

.sub0406 .cnt.i6 .cnt_left.i2>p:nth-of-type(2) {
    margin-top: 15px;
    font-weight: 600;
}

.sub0406 .cnt.i6 .cnt_left.i2>p:nth-last-of-type(1) {
    margin-top: 15px;
    font-weight: 500;
}

.sub0406 .cnt.i6 .cnt_left.i2>p>b {
    font-weight: 600;
}

.sub0406 .cnt.i6 .cnt_left.i2>p span {
    color: #98763f;
    font-weight: 600;
}

.sub0406 .cnt.i6 .cnt_right.i2 {
    width: 100%;
    max-width: 1280px;
    margin:50px auto 30px;
}

.sub0406 .cnt.i6 .cnt_right.i2>img {
    width: calc(100% - 18px);
    height: auto;
}

.sub0406 .cnt.i6 .cnt_right.i2 .txt_box {
    padding: 13px 0 30px 30px;
    padding-left:0px;
    max-width: 1100px;
}

.sub0406 .cnt.i6 .cnt_right.i2 .txt_box h5 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}

.sub0406 .cnt.i6 .cnt_right.i2 .txt_box p.txt_style1 {
    font-size: 16px;
    line-height: 1.5;
    color:#898989;
}

.sub0406 .cnt.i6 .cnt_right.i2 .txt_box p.txt_style2 {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    text-align:center;
}

.sub0406 .cnt.i6 .cnt_bottom {
    color:#fff;
    font-size: 40px;
    font-weight:bold;
    text-align:center;
    height: 148px;
    max-width: 1280px;
    width: 100%;
    margin:0 auto;
    margin-bottom: 50px;
    background: #bd956e;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub0406 .cnt.i11 {
    margin: 0 auto;
    width: 100%;
    background: #f9f5ef;
    max-width: 1280px;
    margin-top: 120px;
}
.sub0406 .cnt.i11 img {
    width: 100%;
    height: auto;
}

.sub0406 .cnt.i11 .txt_box {
    padding: 13px 0 30px 30px;
    max-width: 1100px;
}

.sub0406 .cnt.i11 .txt_box h5 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}

.sub0406 .cnt.i11 .txt_box p.txt_style1 {
    font-size: 16px;
    line-height: 1.5;
    text-decoration: underline;
    cursor: pointer;
}

.sub0406 .cnt.i7 {
    margin: 0 auto;
    margin-top: 130px;
    max-width: 1280px;
    width: 100%;
    font-family: 'Noto Sans KR', sans-serif;
}

.sub0406 .cnt.i7 .cnt_top {
    display: flex;
    justify-content: space-between;
}

.sub0406 .cnt.i7 .cnt_top .top_left {
    width: calc(50% - 20px);
    text-align: center;
}

.sub0406 .cnt.i7 .cnt_top .top_left img {
    width: 100%;
    height: auto;
}

.sub0406 .cnt.i7 .cnt_top .top_right {
    width: calc(50% - 20px);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.sub0406 .cnt.i7 .cnt_top .top_right h3 {
    font-size: 44px;
    font-weight: bold;
    line-height: 1.3;
}
.sub0406 .cnt.i7 .cnt_top .top_right h3 b{
    position: relative;
    color:#796133;
}
.sub0406 .cnt.i7 .cnt_top .top_right h3 b::after{
    display: block;
    content:"";
    width: 100%;
    height: 26px;
    position:absolute;
    top:60%;
    left:0;
    background: rgba(194,154,75,0.2);
}

.sub0406 .cnt.i7 p {
    font-size: 28px;
    line-height: 1.5;
}

.sub0406 .cnt.i7 p span {
    display: block;
}

.sub0406 .cnt.i7 .cnt_btm {
    margin-top:57px;
    display: flex;
    justify-content: space-between;
}

.sub0406 .cnt.i7 .cnt_btm .top_right {
    width: calc(50% - 20px);
    text-align: center;
}

.sub0406 .cnt.i7 .cnt_btm .top_right img {
    width: 100%;
    height: auto;
}

.sub0406 .cnt.i7 .cnt_btm .top_left {
    width: calc(50% - 20px);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.sub0406 .cnt.i8 {
    width: 100%;
    margin: 0 auto;
    margin-top: 137px;
}

.sub0406 .cnt.i8 img {
    width: 100%;
    height: auto;
}

.sub0406 .cnt.i9 {
    margin: 0 auto;
    margin-top: 110px;
    text-align: center;
    max-width: 1280px;
    width: 100%;
}

.sub0406 .cnt.i9>p {
    font-family: "NotoSansCJKkr";
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.sub0406 .cnt.i9>.cnt_title {
    line-height: 50px;
    margin-top: 20px;
}

.sub0406 .cnt.i9>ul {
    margin-top: 65px;
    display: grid;
    grid-template-columns: repeat(2,2fr);
    padding:0px 70px;
    gap:20px;
}


.sub0406 .cnt.i9>ul>li:nth-last-of-type(1) {
    margin-right: 0px;
}

.sub0406 .cnt.i9>ul>li:nth-of-type(2)~li {
    margin-top:66px;
}
.sub0406 .cnt.i9>ul>li>img {
    width: 100%;
    height: auto;
}

.sub0406 .cnt.i9>ul>li>.txt_list {
    margin-top: 30px;
}

.sub0406 .cnt.i9>ul>li>.txt_list img {
    margin-bottom: 20px;
}

.sub0406 .cnt.i9>ul>li>.txt_list p {
    margin-bottom: 20px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
}

.sub0406 .cnt.i10 {
    background: #ececec;
    margin-top: 210px;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 100px;
}

.sub0406 .cnt.i10 h5 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
}

.sub0406 .cnt.i10 p {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
}

.sub0406 .cnt.i10 p span {
    display: block;
    color:#898989;
}
.sub04_06 .sloca_wrap .sloca_list>a>span.sloca_home{
    background: url(../../images/sub_locahome-w.png?ver=2) no-repeat center center;
}
.sub04_06 .sloca_wrap .sloca_list>a{
    color:#fff;
}

/* 포레스트TV css */
.sub0604 { max-width:1536px }
#youtube-wrap:after {display: block; content: ''; clear: both;}
#youtube-wrap .video {float: left; width: 1024px; height: 576px;}
#youtube-wrap .video iframe {width: 100%;height: 100%;}
#youtube-wrap .video-list {text-align: left;float: right;width: 450px; height: 420px;}
#youtube-wrap .video-list .video-list-head {padding-left: 80px; display: flex;  height: 63px; flex-direction: column; justify-content: center;}
#youtube-wrap .video-list .video-list-head img {position: absolute;border-radius: 100%;margin-left: -80px;width: 63px;}
#youtube-wrap .video-list .video-list-head h4 {font-size: 20px; margin-bottom: 3px;}
#youtube-wrap .video-list .video-list-head p {color: #666;font-size: 16px;text-align: left;margin: 0;padding: 0;}
#youtube-wrap .video-list h3 {font-size: 22px; font-weight: bold; margin: 14px 0;display: -webkit-box;word-wrap: break-word;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;white-space: normal;height: auto; line-height: 30px;}
#youtube-wrap .video-list .list {padding-top: 40px;overflow-y: scroll;height: 240px;border-top: 1px solid #e7e7e7;}
#youtube-wrap .video-list .list li {margin-bottom: 20px;padding-right: 50px;}
#youtube-wrap .video-list .list li a {display: block;padding-right: 160px;position: relative;min-height: 80px;}
#youtube-wrap .video-list .list li a strong {display: block;font-size: 18px;display: -webkit-box;word-wrap: break-word;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;white-space: normal;margin: 0;padding: 0;margin: 5px 0;}
#youtube-wrap .video-list .list li a p {color: #414141;font-size: 16px;display: -webkit-box; word-wrap: break-word;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;white-space: normal;margin: 0; padding: 0;}
#youtube-wrap .video-list .list li a img {width: 140px;height: 80px;position: absolute;right: 0;top: 0;}
.video_slide_div {clear: both;padding-top: 50px;}
.video_slide_box{margin: 50px 0px;}
.slide_tit {text-align: left !important; padding-bottom: 20px !important;}
.s_txt2 {font-size: 26px !important; font-weight: bold; padding-bottom: 10px;}
.s_txt3 {font-size: 20px !important; color: #777777}
.video_slide {width: 100%;position: relative;}
.video_slide ul {width: 100%; display: flex; gap: 5px;}
.video_slide ul li {width: 20%; transition: transform 0.3s ease, box-shadow 0.3s ease;}
.video-list-body {margin-top: 30px;}
.video-list-body .video-info { color:#666; margin:10px 0px; }
.video-list-body .video-content { display: block; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; white-space: normal; height: 385px; font-size: 18px; line-height:24px; margin-bottom:10px; }
.video-list-body a {color: #666}
.video_slide ul li:hover {transform: scale(1.05); transition: transform 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);}
.video_slide ul li:last-child {display: none;}

@media screen and (max-width:1400px) {
    #youtube-wrap .video {width:60%;}
    #youtube-wrap .video-list {width:35%;}
}

@media screen and (max-width:1200px) {
    #youtube-wrap .video {float:left;width:50%;}
    #youtube-wrap .video-list {width:43%;}
}

@media screen and (max-width:1024px) {
    /* 유튜브 */
    #youtube-wrap { padding: 0px 10px 60px 10px;}
    #youtube-wrap .video {width:100%;height:350px}
    #youtube-wrap .video iframe {width:100%;height:350px}
    #youtube-wrap .video-list {width:100%;margin-top:30px; height: auto;}
    #youtube-wrap .video-list .video-list-head {padding-left:80px;position:relative;}
    #youtube-wrap .video-list .video-list-head img {position:absolute;border-radius:100%;margin-left:-80px;width:63px;top:-5px;}
    #youtube-wrap .video-list .video-list-head h4 {font-size:18px;}
    #youtube-wrap .video-list .video-list-head p {font-size:14px;}
    #youtube-wrap .video-list h3 {font-size:18px;  margin-bottom: 20px; height: auto; margin-top: 0;display:-webkit-box; word-wrap:break-word; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis;white-space:normal;}
    #youtube-wrap .video-list .list {padding-top:40px;overflow-y:scroll;height:240px;border-top:1px solid #e7e7e7}
    #youtube-wrap .video-list .list li {margin-bottom:20px;padding-right:50px}
    #youtube-wrap .video-list .list li a {display:block;padding-right:160px;position:relative;min-height:80px}
    #youtube-wrap .video-list .list li a strong {display:block;font-size:18px;display:-webkit-box; word-wrap:break-word; -webkit-line-clamp:1; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis;white-space:normal;margin:0;padding:0;margin:5px 0}
    #youtube-wrap .video-list .list li a p {color:#414141;font-size:16px;display:-webkit-box; word-wrap:break-word; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis;white-space:normal;margin:0;padding:0}
    #youtube-wrap .video-list .list li a img {width:140px;height:80px;position:absolute;right:0;top:0}
    #youtube-wrap:after {display:block;content:'';clear:both}

    .video-list-body {margin-top: 15px; height: auto;}
    .video_slide_div {padding-top:60px;}
    .slide_tit {}
    .slide_tit p {text-align:left !important;}
    .s_txt1 {font-size:18px !important; font-weight:500; padding:0 !important;}
    .s_txt2 {font-size:20px !important; padding-bottom:20px !important;}
    .video_slide {width:100%;position:relative;}
    .video_slide ul { flex-wrap: wrap; }
    .video_slide ul li { width: 49%; }
    .video_slide .swiper-container {padding:0 20px;overflow:hidden;}
    .video_slide .swiper-slide {width:16.6%;}
    .video_slide .swiper-slide .v_img {width:100%;}
    .video_slide .swiper-slide .v_img img {width:100%;}
    .video_slide .swiper-slide .v_txt p {text-align:left !important;}
    .video_slide .swiper-slide .v_txt .v_tit {font-size:16px; color:#272727; padding-top:10px; padding-bottom:0;}
    .video_slide .swiper-slide .v_txt .v_date {font-size:14px; color:#666; padding-top:7px;}
    .video_slide .swiper-slide .v_txt .v_date span {padding-left:20px; position:relative;}
    .video_slide .swiper-slide .v_txt .v_date span::before {content:'/';display:block; color:#666; position:absolute; top:-1px; left:7px;}
    .video_slide .swiper-button-prev {width:38px; height:38px;  background:url('../img/arr.png') no-repeat; top:20%;left:0;}
    .video_slide .swiper-button-next {width:38px; height:38px; background:url('../img/arr2.png') no-repeat; top:20%;right:0;}
    .video_slide ul li:last-child { display: block; background-color: #6666 !important;}
    .video_slide ul li:last-child:hover {background-color: #c29a4c !important;}
    .video_slide ul li:last-child a { width: 100%; height: 100%; display: flex; justify-content: space-around; align-items: center;}
    .video_slide ul li:last-child img {width: 4%;}
    .video_slide ul li:last-child p {font-size: 20px; font-weight: bold; color: white; width: 100px; line-height: 25px;}
    .video-list-body .video-content {height: auto;}

    .swiper-button-next:after, .swiper-button-prev:after {display:none;}
}

.sub0406 .cnt.i2 .cnt_title b > b::after{
    display: none;
}
.sub0406 .cnt.i4 .cnt_title b > b::after{
    display: none;
}


.img_mob {
    display: none;
}

.mob_br {
    display: none;
}

@media(max-width:1919px) {
    .sub0406 .cnt.i1 .left_bd>p>span {
        display: inline;
    }

    .pc_br {
        display: block;
    }
}

@media(max-width:1024px) {

    .sub0406 .cnt .cnt_title {
        font-size: 30px;
    }

    .sub0406 .cnt.i0 .text_area p:nth-of-type(2) {
        font-size: 20px;
    }

    .cnt.i1 .cnt_left,
    .cnt.i2,
    .cnt.i4,
    .cnt.i5,
    .cnt.i6{
        padding:0px 16px;
    }
    .title-img{
        width: 100px;
        height:auto;
    }
    .sub0406 .cnt.i1 .left_bd>p:nth-of-type(1) {
        margin-top: 20px;
        font-size: 20px;
    }

    .sub0406 .cnt.i1 .left_bd>p {
        font-size: 14px;
    }

    .sub0406 .cnt.i2 {
        margin-top: 140px;
    }

    .sub0406 .cnt.i2>p:nth-of-type(1) {
        margin-top: 50px;
    }

    .sub0406 .cnt.i2>p.iu_txt {
        font-size: 14px;
    }

    .sub0406 .cnt.i2 .info_box h4 {
        font-size: 24px;
    }

    .sub0406 .cnt.i2 .info_box .box_grp {
        font-size: 12px;
        height: 80px;
    }

    .sub0406 .cnt.i4 {
        margin-top: 140px;
    }

    .sub0406 .cnt.i4>p:nth-of-type(1) {
        margin-top: 50px;
    }

    .sub0406 .cnt.i4 p {
        font-size: 11px;
    }

    .sub0406 .cnt.i4 .txt_box2 p:nth-of-type(1) {
        font-size: 18px;
    }

    .sub0406 .cnt.i4 .txt_box2 p:nth-of-type(2) {
        font-size: 14px;
    }

    .sub0406 .cnt.i5>h4 {
        font-size: 26px;
    }

    .sub0406 .cnt.i5>p {
        font-size: 14px;
    }

    .sub0406 .cnt.i6 .cnt_left.i2>img {
        margin-top: 25px;
    }

    .sub0406 .cnt.i6 .cnt_left.i2>p:nth-of-type(1) {
        margin-top: 30px;
    }

    .sub0406 .cnt.i6 .cnt_left.i2>p {
        font-size: 14px;
    }

    .sub0406 .cnt.i7 p {
        font-size: 14px;
    }

    .sub0406 .cnt.i7 .cnt_top .top_right h3 {
        font-size: 24px;
    }

    .sub0406 .cnt.i9>p {
        font-size: 12px;
    }

    .sub0406 .cnt.i10 {
        margin-top: 160px;
    }
}

@media(max-width:720px) {
    .img_pc {
        display: none;
    }

    .img_mob {
        display: block;
        border:0px !important;
    }

    .pc_br { display:none;  }

    .sub0406 .cnt.i0 span {
        display: block;
    }

    .sub0406 .cnt.i0 br {
        display: none;
    }

    .sub0406 .cnt.i1 {
        flex-direction: column;
        align-items: center;
    }

    .sub0406 .cnt.i1 .cnt_left {
        width: 100%;
    }

    .sub0406 .cnt.i1 .cnt_right {
        width: 100%;
    }


    .sub0406 .cnt.i1 .images_wrap {
        padding: 30px 30px 70px;
    }

    .sub0406 .cnt.i2 {
        margin-top: 70px;
        text-align: left;
        padding: 0px 30px;
    }

    .sub0406 .cnt.i2 .info_box .txt_box {
        width: 50%;
    }

    .sub0406 .cnt.i2 .info_box .txt_box:nth-of-type(1) {
        right: calc(51% - 15px);
    }

    .sub0406 .cnt.i2 .info_box .txt_box:nth-of-type(2) {
        left: calc(51% - 15px);
    }

    .sub0406 .cnt.i4 {
        margin-top: 70px;
        padding: 0px 30px;
    }

    .sub0406 .cnt.i5 {
        margin-top: 70px;
        padding: 0px 30px;
    }

    .sub0406 .cnt.i6 {
        margin-top: 70px;
    }

    .sub0406 .cnt.i7 {
        padding: 0px 30px;
    }

    .sub0406 .cnt.i7 .cnt_top {
        align-items: center;
        flex-direction: column;
    }

    .sub0406 .cnt.i7 .cnt_top .top_left {
        width: 100%;
    }

    .sub0406 .cnt.i7 .cnt_top .top_right {
        width: 100%;
        margin-top: 80px;
    }

    .sub0406 .cnt.i7 .cnt_btm {
        align-items: center;
        flex-direction: column-reverse;
        margin-top: 70px;
    }

    .sub0406 .cnt.i7 .cnt_btm .top_left {
        width: 100%;
        margin-top: 80px;
    }

    .sub0406 .cnt.i7 .cnt_btm .top_right {
        width: 100%;
    }

    .sub0406 .cnt.i9 {
        padding: 0px 30px;
    }

    .sub0406 .cnt.i9 ul {
        flex-wrap: wrap;
    }

    .sub0406 .cnt.i9 ul>li {
        width: calc(100% / 2 - 10px);
    }

    .sub0406 .cnt.i9 ul>li:nth-last-of-type(1),
    .sub0406 .cnt.i9 ul>li:nth-last-of-type(2) {
        margin-top: 50px;
    }

    .sub0406 .cnt.i10 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media(max-width:500px) {
    .pc_br {
        display: none;
    }

    .mob_br {
        display: block;
    }

    .sub0406 .cnt.i0 .text_area {
        top: 15%;
    }
    .sub0406 .cnt.i1 .left_bd{
        padding:28px 0px 31px;
    }
    .sub0406 .cnt.i1 .left_bd>h3{
        margin-top:15px;
    }
    .sub0406 .cnt.i1 .left_bd>p:nth-of-type(1) b::after{
        height: 11px;
    }
    .sub0406 .cnt.i1 .left_bd>p:nth-of-type(2){
        margin-top:20px;
    }
    .sub0406 .cnt.i1 .left_bd>p:nth-of-type(2)~p{
        margin-top:10px;
    }
    .sub0406 .cnt.i2 {
        margin-top:40px;
    }
    .sub0406 .cnt.i2 .cnt_title {
        margin-top:14px;
    }

    .sub0406 .cnt.i2>p:nth-of-type(1) {
        margin-top: 30px;
    }
    .sub0406 .cnt.i2>p:nth-of-type(2) {
        margin-top:10px;
    }

    .sub0406 .cnt.i2 .iu_imgs {
        margin-top:25px;
        flex-direction: column;
    }

    .sub0406 .cnt.i2 .iu_imgs img {
        width: 100%;
    }

    .sub0406 .cnt.i2 .info_box {
        text-align: center;
        margin-top: 70px;
    }

    .sub0406 .cnt.i2 .info_box .box_grp {
        flex-direction: column;
        align-items: center;
        height: 100%;
        font-size: 14px;
        margin-top:22px;
    }

    .sub0406 .cnt.i2 .info_box .txt_box {
        width: 100%;
        height: 85px;
        position: static;
    }
    .sub0406 .cnt.i2 .info_box .txt_box:nth-of-type(1),
    .sub0406 .cnt.i2 .info_box .txt_box:nth-of-type(2) {
        width:100%;
    }

    .sub0406 .cnt.i2 .info_box .txt_box:nth-of-type(2) {
        margin-top: 10px;
    }

    .sub0406 .cnt.i3 {
        margin-top:60px;
    }
    .sub0406 .cnt.i4 {
        margin-top: 45px;
    }
    .sub0406 .cnt.i4 .cnt_title{
        margin-top:14px;
    }
    .sub0406 .cnt.i4>p:nth-of-type(1){
        margin-top:30px;
    }
    .sub0406 .cnt.i4>p:nth-of-type(2){
        margin-top:10px;
    }
    .sub0406 .cnt.i4 .iu_imgs2 {
        flex-wrap: wrap;
        margin-top:44px;
    }

    .sub0406 .cnt.i4 .iu_imgs2 img {
        width: calc(100% / 2 - 5px);
    }

    .sub0406 .cnt.i4 .iu_imgs2 img:nth-last-of-type(1),
    .sub0406 .cnt.i4 .iu_imgs2 img:nth-last-of-type(2) {
        margin-top: 30px;
    }

    .sub0406 .cnt.i4 p {
        font-size: 14px;
        text-align: left;
    }

    .sub0406 .cnt.i4 p br {
        display: none;
    }

    .sub0406 .cnt.i4 p .mob_br {
        display: block;
    }

    .sub0406 .cnt.i4 p:nth-of-type(2) {
        font-weight: 600;
    }

    .sub0406 .cnt.i4 .txt_box2 {
        padding: 15px 15px;
        width:120%;
        margin: 0 auto;
        margin-left: -10%;
        margin-top:70px;
    }

    .sub0406 .cnt.i4 .txt_box2 p {
        text-align: center;
    }

    .sub0406 .cnt.i4 .txt_box2 p:nth-of-type(1) {
        font-size: 14px;
    }

    .sub0406 .cnt.i4 .txt_box2 p:nth-of-type(2) {
        font-size: 12px;
    }

    .sub0406 .cnt.i4 .txt_box2 p br {
        display: none;
    }

    .sub0406 .cnt.i4 .txt_box2 p .mob_br {
        display: block;
    }

    .sub0406 .cnt.i5 {
        margin-top: 50px;
        padding: 0px 15px;
    }

    .sub0406 .cnt.i5 br {
        display: none;
    }

    .sub0406 .cnt.i5 .mob_br {
        display: block;
    }

    .sub0406 .cnt.i5 img.i5 {
        padding: 0px 10px;
    }

    .sub0406 .cnt.i6 {
        padding: 0px 15px;
        padding-bottom: 37px;
    }

    .sub0406 .cnt.i6 .cnt_wrap {
        flex-direction: column;
    }

    .sub0406 .cnt.i6 .cnt_left.i2 {
        width: 100%;
    }
    .sub0406 .cnt.i6 .cnt_left.i2>h3{
        margin-top:14px;
    }
    .sub0406 .cnt.i6 .cnt_left.i2>img{
        margin-top:21px;
    }
    .sub0406 .cnt.i6 .cnt_title b::after{
        height:11px;
    }
    .sub0406 .cnt.i6 .cnt_right.i2 {
        width: 100%;
    }

    .sub0406 .cnt.i6 .cnt_right.i2>img {
        width: 100%;
        margin-top: 50px;
    }

    .sub0406 .cnt.i6 .cnt_right.i2 .txt_box {
        padding: 0px;
        margin-top:20px;
    }
    .sub0406 .cnt.i6 .cnt_right.i2 .txt_box h5{
        font-size:12px;
    }
    .sub0406 .cnt.i6 .cnt_right.i2 .txt_box p.txt_style1{
        font-size:12px;
    }
    .sub0406 .cnt.i6 .cnt_bottom{
        font-size:18px;
        height:94px;
    }

    .sub0406 .cnt.i11 {
     margin-top: 0;
    }

    .sub0406 .cnt.i11 .txt_box {
        padding: 30px 10px;
    }
    .sub0406 .cnt.i11 .txt_box h5{
        font-size:12px;
    }
    .sub0406 .cnt.i11 .txt_box p.txt_style1{
        font-size:12px;
    }
    
    .sub0406 .cnt.i7 {
        margin-top: 40px;
        padding: 0px 15px;
    }

    .sub0406 .cnt.i7 p span {
        display: inline;
    }

    .sub0406 .cnt.i7 .cnt_btm .top_left img:nth-of-type(2) {
        width: 100%;
    }
    .sub0406 .cnt.i7 .cnt_top .top_right h3 b::after{
        height: 11px;
    }
    .sub0406 .cnt.i7 .cnt_top .top_right h3{
        font-size:22px;
    }
    .sub0406 .cnt.i7 .cnt_btm .top_left{
        margin-top:20px;
    }
    .sub0406 .cnt.i7 .cnt_top .top_right{
        margin-top:20px;
    }
    .sub0406 .cnt.i8 {
        margin-top: 75px;
    }

    .sub0406 .cnt.i9 {
        margin-top: 80px;
        padding: 0px 15px;
    }

    .sub0406 .cnt.i9 .cnt_title {
        margin-top: 20px;
        line-height: 40px;
        font-size:30px;
    }
    .sub0406 .cnt.i9>ul{
        padding:0px;
        gap:12px;
    }
    .sub0406 .cnt.i9>ul>li{
        width:100%;
    }
    .sub0406 .cnt.i9>ul>li:nth-of-type(2)~li{
        margin-top:0px;
    }
    .sub0406 .cnt.i9>ul>li>.txt_list p {
        font-size: 12px;
    }

    .sub0406 .cnt.i10 {
        padding-top:24px;
        margin-top: 90px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .sub0406 .cnt.i10 p{
        font-size:10px;
    }
    .sub0406 .cnt.i2 .cnt_title > b::after{
        display: none;
    }
    .sub0406 .cnt.i2 .cnt_title b > b::after{
        display: block;
        content:"";
        width: 100%;
        height: 20px;
        position:absolute;
        top:40%;
        left:0;
        background: rgba(194,154,75,0.2);
        z-index: -1;
    }
    .sub0406 .cnt.i4 .cnt_title b::after{
        display: none;
    }
    .sub0406 .cnt.i4 .cnt_title b > b::after{
        display: block;
        content:"";
        width: 100%;
        height: 20px;
        position:absolute;
        top:40%;
        left:0;
        background: rgba(194,154,75,0.2);
        z-index: -1;
    }
}

/* 한의학 치료 수정 */
.sub04_02 .sub.fore {
    max-width: 1240px;
}

.smt_sec {
    margin-top: 200px
}

.smt_sec .fw_bd {
    font-weight: bold;
}

.smt_sec>li h3 {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 600;
}

.smt_sec>li:nth-of-type(1) h3 {
    width: auto;
    display: inline-block;
    position: relative;
}

.smt_sec>li:nth-of-type(1) h3::after {
    display: block;
    content: "";
    width: 41%;
    height: 2px;
    background: #c29a4b;
    position: absolute;
    top: -30px;
}

.smt_sec>li .smt_sec_img { margin-top: 35px; }
.smt_sec>li .smt_sec_img img { width: 100%;  }
.smt_sec>li .smt_sec_type1 {
    margin-top: 30px;
    background: #f9f5ef;
    padding: 30px 3% 40px;
    font-size:20px;
    padding-bottom: 20px;
}


.smt_sec>li .smt_sec_type1 span { color: #C29A4B; font-weight:bold;  }
.smt_sec>li .smt_sec_type1 p { line-height: 30px;word-break: keep-all;}
.smt_sec>li .smt_sec_type1 p:nth-of-type(2) { margin-top:10px; }
.smt_sec>li .smt_sec_type1 .smt_sec_type1_ft { display:flex; color: #505050; gap: 20px; margin-top: 30px; border-top: 1px solid #707070; }
.smt_sec>li .smt_sec_type1_logo {}
.smt_sec>li .smt_sec_type1_logo img { height: 8vw;  }
.smt_sec>li .smt_sec_type1_desc { margin-top: 30px;  }
.smt_sec>li .smt_sec_desc2 { margin-top: 15px; color: #505050; font-size: 17px; line-height: 24px;  }
.smt_sec>li .smt_sec_desc2 > p{ font-weight: 400; }
p.smt_sec_desc2_link { margin-top: 10px; border:1px solid #C29A4B; display:inline-block; font-size:17px; padding: 3px 15px; border-radius: 20px; }
.smt_sec>li .smt_nonline { display:grid; grid-template-columns: repeat(2,2fr); gap: 30px; margin-top: 25px; }
.smt_sec>li .smt_nonline dl { width: 100%; background: #F5F5F5; color: #505050; padding: 15px; }
.smt_sec>li .smt_nonline dl dt img{ width: 100%;  }
.smt_sec>li .smt_nonline dl dd .smt_nonlist_desc { font-size: 24px;  }
.smt_sec>li .smt_nonline dl dd .smt_nonlist_desc span { color: #C29A4B; font-weight:bold;  }
.smt_sec>li .smt_nonline dl dd .smt_nonelist_ft { display:flex; line-height: 20px; color: #505050; gap: 20px; margin-top: 15px; padding-top: 15px; border-top: 1px solid #707070; }
.smt_sec>li .smt_nonline dl dd .smt_nonelist_ft .smt_nonelist_logo { text-align:center;  }
.smt_sec>li .smt_nonline dl dd .smt_nonelist_ft .smt_nonelist_logo img { height: 50px; }
.smt_sec>li .smt_nonline dl dd .smt_nonelist_ft .smt_nonelist_desc2 {   }
.smt_sec>li:nth-of-type(1) .smt_sec_txt {
    margin-top: 30px;
    width: 100%;
    background: #f9f5ef;
    text-align: center;
    border-radius: 10px;
    padding: 30px 3% 40px;
}

.smt_sec>li:nth-of-type(1) {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}

.smt_sec>li:nth-of-type(2)~li {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.smt_sec>li:nth-of-type(1) .smt_sec_txt h4 {
    font-size: 22px;
    line-height: 1.9;
}

.smt_sec>li:nth-of-type(1) .smt_sec_txt p {
    font-size: 16px;
    line-height: 1.8;
}

.smt_sec>li:nth-of-type(2) {
    margin-top: 60px;
    padding-bottom: 110px;
}

.smt_sec>li:nth-of-type(1)~li {
    font-family: "Noto Sans KR", sans-serif;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.smt_sec>li:nth-of-type(2)~li {
    padding: 110px 0px;
}

.smt_sec>li .smt_left {
    width: calc(50%);
}

.smt_sec>li .smt_left>img {
    width: 100%;
}

.smt_sec>li .smt_right {
    width: calc(50% - 80px);
}

.smt_sec>li .smt_right .smt_txts>img {
    margin-bottom: 15px;
}

.smt_sec>li .smt_right .smt_txts>p {
    font-size: 20px;
    line-height: 1.5;
}

.smt_sec>li .smt_subtit {
    display: flex;
    gap: 15px;
}

.smt_sec>li .smt_subtit h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 40px;
}

.smt_sec>li .smt_line {
    width: 100%;
    height: 1px;
    background: #c29a4b;
    margin: 20px 0px;
}

.smt_sec>li .smt_grplist {
    display: flex;
    gap: 20px;
}

.smt_sec>li .list_tit {
    display: inline-block;
    color: #fff;
    background: #98763f;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    width: 75px;
    text-align: center;
    border-radius: 15px;
    flex-shrink: 0;
}

.smt_sec>li .smt_list>li {
    display: flex;
    font-size: 16px;
    align-items: flex-start;
    gap: 7px;
    font-weight: 400;
    margin-bottom: 10px;
}

.smt_sec>li .smt_list>li p {
    width: 100%;
}

.smt_sec>li .smt_list>li svg {
    margin-top: 5px;
}

.smt_sec>li .smt_list>li b {
    font-weight: 500;
}

.smt_sec>li .smt_right>img {
    margin-top: 30px;
    width: 100%;
}

.smt_sec>li:nth-of-type(4) .smt_right>img {
    margin-top: 40px;
}

.smt_sec>li:nth-of-type(5) .smt_right>img,
.smt_sec>li:nth-of-type(6) .smt_right>img,
.smt_sec>li:nth-of-type(7) .smt_right>img {
    margin-top: 30px;
}

.smt_sec>li:nth-of-type(8) .smt_right>img {
    margin-top: 30px;
}

.smt_sec>li:nth-of-type(2)~li .smt_grplist {
    flex-direction: column;
}

.smt_sec>li .smt_top {
    display: flex;
    gap: 20px;
}

.smt_sec>li .smt_btm {
    display: flex;
    gap: 20px;
}

.smt_sec>li .fds_paper h5 {
    font-weight: 600;
    margin-top: 40px;
}

.smt_sec>li .fds_paper>a {
    color: #000;
    font-weight: 400;
}

.smt_sec>li .btm_txt {
    text-indent: 20px;
}
.sub01_09 .sloca_wrap{
    position: absolute;
    left:9.5%;
    color: #fff;
}
.sub01_09 .sloca_wrap .sloca_list>a{
    color:#fff;
}
.sub01_09 .sloca_wrap .sloca_list>a>span.sloca_home{
    background: url("../../images/sub_locahome-w.png?ver=2") no-repeat center center;
}
.sub01_09 .top-img{
    width: 100%;
    margin:0 auto;
}
.sub0109_sec3 { margin-top: 100px; background: url(../../images/sub0109_bg1.png);  }
.sub0109_sec3_txt1 { font-size: 28px; font-weight:400;  }
.sub0109_sec3_txt1 div.sub0109_sec3_txt1_span { position:relative; display: inline-block; color: #5C0000; font-weight: 600;  }
.sub0109_sec3_txt1 div.sub0109_sec3_txt1_span svg { position:absolute; left:0px; bottom:-5px; width: 100%;  }
.sub0109_sec3_txt2 { font-size: 20px; font-weight: 300; margin-top: 25px;  }
.sub0109_dl { width: 100%; display:flex; }
.sub0109_dl dt {
    width: 60px;
    text-align:center;
    background:#f3f3f3;
    padding: 15px 0px;
    border-top:1px solid #c7c7c7;
    border-left:1px solid #c7c7c7;
}
.sub0109_dl dt img { height: 25px;  }
.sub0109_dl dd {
    width: 100%;
    font-size: 24px;
    padding: 15px 20px;
    font-weight: 300;
    border-top:1px solid #c7c7c7;
    border-left:1px solid #c7c7c7;
    border-right:1px solid #c7c7c7;
}
.sub0109_dl.final { border-bottom:1px solid #c7c7c7; }

.sub0109_sec4 { background: #f9f5ef; margin-top: 50px; padding-bottom: 90px;}
.sub0109_sec4dl { padding-top: 50px; }
.sub0109_sec4 span.sub0109_sec4dl_span { font-size:17px; line-height: 26px;  font-weight: 400;}
.sub0109_sec4 span.sub0109_sec4dl_span a { color:#898989  }

.sub0109_sec4dl dt {
    font-size: 24px;
    color: #fff;
    display:inline-block;
    background: #796133;
    padding: 10px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.sub0109_sec4dl dd {
    background: #fff;
    padding: 20px;
    font-size: 20px;
    font-weight: 300;
}
.sub0109_sec4dl dd .sub0109_sec4dl_imgbox { display:flex; margin-top: 25px; gap: 10px;}
.sub0109_sec4dl dd .sub0109_sec4dl_imgbox img { width: 32%;  }
.sub0109_sec4dl dd .sub0109_sec4dl_imgbox2 { margin-top: 25px;}

.sub0109_sec5 { margin-top: 50px; padding-bottom: 90px;}

.border_none.i2 {
    display: none;
}

br.br_mob { display:none;  }

.sub0109_sec6{
    margin-top:64px;
}
.sub0109_sec7 .qna-list li:nth-of-type(1)~li{
    margin-top:90px;
}
.sub0109_sec7 .qna-list li { text-align:center;  }
.sub0109_sec7 .qna-list li img { width: 90%;  }
.sub0109_sec8{
    margin-top:100px;
}
.sub_title_img img,
.sub0109_sec3 img,
.sub0109_sec4 img,
.sub0109_sec5 img,
.sub0109_sec6 img,
.sub0109_sec7 img,
.sub0109_sec8 img,
.sub0109_sec9 img{
    width: 100%;
    height:auto;
}
.smt_sec>li .smt_sec_type1 > p > b.fw-lt{font-weight: normal;}
.smt_sec>li .smt_sec_type1 > p > b.fw-bd{font-weight: bold;}

@media screen and (max-width:1024px) {
    .smt_sec>li .smt_right {
        width: calc(50% - 40px);
    }

    .smt_sec>li .smt_subtit h3 {
        font-size: 28px;
    }

    .smt_sec>li .smt_right .smt_txts>p {
        font-size: 16px;
    }

    .smt_sec>li .smt_list>li {
        font-size: 14px;
    }

    .smt_sec>li .fds_paper {
        width: 100%;
        margin-top: 30px;
    }

    .smt_sec>li .fds_paper h5 {
        margin-top: 0px;
    }

    .smt_sec>li.last_cnt .fds_paper {
        width: 100%;
        margin-top: 30px;
    }

    .smt_sec>li .smt_subtit {
        align-items: center;
    }
}

@media screen and (max-width:699px) {
    .sub04_02 .sub_content>ul:nth-of-type(1)>li:nth-of-type(1) {
/*        display: none;*/
    }

    /* .sub04_02 .sub_content>ul:nth-of-type(1)>li:nth-of-type(2)>div:nth-of-type(1) {
        display: none;
    }

    .sub04_02 .sub_content>ul:nth-of-type(1)>li:nth-of-type(2)>div:nth-of-type(2) {
        display: none;
    } */


    .border_none.i2 {
        display: block;
    }

    .smt_sec>li:nth-of-type(1)~li {
        flex-direction: column;
        align-content: center;
    }

    .smt_sec>li .smt_left {
        width: 100%;
        margin: 0 auto;
    }

    .smt_sec>li .smt_right {
        width: 100%;
    }

    .smt_sec>li .smt_right>img {
        width: 100%;
    }

    .smt_sec>li .smt_right .smt_txts {
        margin-top: 25px;
    }

    .smt_sec>li h3 {
        font-size: 24px;
    }

    .smt_sec>li:nth-of-type(1) .smt_sec_txt h4 {
        font-size: 18px;
    }

    .smt_sec>li:nth-of-type(1) .smt_sec_txt p {
        font-size: 14px;
    }

    .smt_sec>li .smt_subtit h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .smt_sec>li .smt_right .smt_txts>p {
        font-size: 14px;
    }

    .smt_sec>li .smt_list>li {
        font-size: 12px;
    }

    .smt_sec>li .list_tit {
        width: 60px;
        font-size: 12px;
    }

    br.br_mob { display:block; }
}

@media screen and (max-width:500px) {
    .sub04_02 .fore {
        padding: 0px 15px;
    }

    .sub04_02 .fds_paper>a {
        font-size: 10px;
        color: #000;
    }

    .sub01_09 .smt_sec {
        margin-top: 0px;
    }

    .smt_sec>li .smt_right .smt_txts>img {
        margin-top: 25px;
    }

    .smt_sec>li .smt_right .smt_subtit>img {
        margin-top: -75px;
    }

    .smt_sec>li .smt_grplist {
        flex-direction: column;
    }

    .smt_sec>li:nth-of-type(2) {
        margin-top: 0px;
    }

    .smt_sec>li:nth-of-type(2)~li {
        padding: 0px;
        border: 0px;
        padding-bottom: 80px;
    }

    .smt_sec>li .smt_right .smt_txts p br {
        display: none;
    }

    .smt_sec>li .smt_right>img {
        margin-top: 20px;
    }

    .smt_sec>li .smt_list>li {
        margin-bottom: 5px;
    }

    .smt_sec>li .smt_list>li svg {
        margin-top: 2px;
    }

    .smt_sec>li .smt_subtit h3 {
        font-size: 20px;
        margin-bottom: 0px !important;
    }
    .smt_sec>li .smt_nonline { gap: 20px; background: #f5f5f5; padding: 0px 16px; padding-top: 22px; padding-bottom: 50px; display: block;}
    .smt_sec>li .smt_nonline dl{
        padding:0px;
    }
    .smt_sec>li .smt_nonline dl dd .smt_nonlist_desc{
        font-size:10px;
    }
    .smt_sec>li .smt_nonline dl dd .smt_nonelist_ft .smt_nonelist_desc2{
        font-size:10px;
        line-height: 12px;
    }
    .smt_sec>li .smt_nonline dl dd .smt_nonelist_ft{
        flex-direction: column;
    }
    .smt_sec>li .smt_nonline dl dd .smt_nonelist_ft .smt_nonelist_logo{
        text-align: left;
        display: flex;
        align-items: center;
        gap:4px;
    }
    .smt_sec>li .smt_nonline dl dd .smt_nonelist_ft .smt_nonelist_logo img{
        height: 25px;
    }
    .smt_sec>li .smt_nonline dl dd .smt_nonelist_ft .smt_nonelist_logo br{
        display: none;
    }
    .fore > svg.vert_line{
        display: none;
    }
    .sub01_09 .sub_title{
        margin-bottom: 0px;
    }
    .sub01_09 .cr_sec li{
        flex-direction: column;
    }
    .sub01_09 .cr_sec li p > span{
        display: block;
    }
    .sub01_09 .cr_sec li p span:nth-of-type(1){
        font-size:18px;
    }
    .sub01_09 .cr_sec li p span:nth-of-type(2){
        margin-top:19px;
        font-size:14px;
    }
    .sub01_09 .cr_sec li p span b{
        color:#98763f;
    }
    .sub01_09 .cr_sec li .cr_images img{
        width: 100%;
    }

    .sub0109_sec2{
        margin-top:80px;
    }
    .smt_sec>li .smt_sec_type1_logo img{
        height: 67px;
        margin-top:9px;
    }
    .smt_sec>li .smt_sec_img{
        margin-top:12px;
    }
    .smt_sec>li h3{
        font-size:18px;
    }
    .smt_sec>li .smt_sec_img{
        background: #f9f5ef;
        padding:0px 16px;
        padding-top:22px;
    }
    .smt_sec>li .smt_sec_type1{
        margin-top:0px;
        padding-top:17px;
        padding-bottom: 36px;
    }
    .smt_sec>li:nth-of-type(2) .smt_sec_type1{
        padding-bottom: 15px;
    }
    .smt_sec>li .smt_sec_type1 > p{
        font-size:14px;
        line-height: 20px;
    }
    .smt_sec>li .smt_sec_type1_desc{
        margin-top:10px;
    }
    .smt_sec>li .smt_sec_type1_desc br{
        display: none;
    }
    .smt_sec>li .smt_sec_type1_desc p:nth-of-type(1){
        font-size:14px;
    }
    .smt_sec>li .smt_sec_type1_desc p:nth-of-type(2){
        font-size:10px;
        margin-top:5px;
        line-height: 14px;
    }
    .smt_sec>li .smt_sec_type1_desc p:nth-of-type(2) br{
        display: none;
    }
    .smt_sec>li:nth-of-type(2) .smt_sec_img{
        margin-top:0px;
        padding-top:0px;
    }
    .smt_sec>li .smt_sec_type1 .smt_sec_type1_ft{
        margin-top:13px;
    }
    .smt_sec>li .smt_sec_desc2{
        margin-top:6px;
        font-size:12px;
        line-height: 16px;
        padding:0px 16px;
    }
    .sub0109_sec4 span.sub0109_sec4dl_span{
        margin-top:6px;
        font-size:12px;
        line-height: 16px;
    }
    .smt_sec>li .smt_sec_desc2 br{
        margin-top:5px;
    }
    .smt_sec>li:nth-of-type(2){
        padding-bottom: 68px;
    }
    .sub0109_sec3_txt1,
    .sub0109_sec3_txt2{
        padding:0px 16px;
    }
    .sub0109_sec3_txt1{
        font-size:18px;
        margin-top:40px;
    }
    .sub0109_sec3_txt2{
        font-size:14px;
    }
    .sub0109_dl dd{
        font-size:16px;
    }
    .sub0109_dl dt img{
        height:14px;
        width:50%;
    }
    .sub0109_sec4{
        padding:0px 16px;
        padding-bottom: 40px;
    }
    .sub0109_sec4dl dt{
        width:100%;
        font-size:18px;
        text-align: center;
    }
    .sub0109_sec4dl dd{
        font-size:15px;
        line-height: 21px;
    }
    .sub0109_sec6{
        margin-top:20px;
        padding-left:16px;
    }
    .sub0109_sec6 img{
        width:90%;
    }
    .sub0109_sec7 .qna-list li:nth-of-type(1)~li{
        margin-top:20px;
    }
    .sub0109_sec8{
        margin-top:50px;
    }
    .sub0109_sec5{
        padding-bottom: 50px;
    }
    .sub0109_sec7 .qna-list li img{
        width: 100%;
    }
    .sub01_09 .sloca_wrap{
        position: absolute;
        left:16px;
    }
}

/* 의학 치료 수정 */
.sub04_03 .fore {
    max-width: 1280px;
    font-family: "Noto Sans KR", sans-serif;
}

.sub04_03 .fore .sub_content {
    padding-bottom: 0px;
}

.pr_sec {
    margin-top: 180px
}

.pr_sec .fw_bd {
    font-weight: 500;
}

.pr_sec>li.sb2>h3 {
    width: 100%;
}

.pr_sec>li>h3 {
    line-height: 1.4;
    font-size: 28px;
    font-weight: 600;
    width: auto;
    display: inline-block;
    position: relative;
}

.pr_sec>li>h4 {
    font-size: 22px;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 5px;
}

.pr_sec>li>h3 {
    margin-bottom: 30px;
}

.pr_sec>li .inner_tit {
    margin-top: 15px;
    text-align: left;
}

.pr_sec>li .pr_sec_txt .inner_tit h5 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
}
.pr_sec>li:nth-of-type(1) .pr_sec_txt img,
.pr_sec>li:nth-of-type(3) .pr_sec_txt img,
.pr_sec>li:nth-of-type(5) .pr_sec_txt img {
    width: 81.7%;
}

.pr_sec>li .pr_sec_txt .inner_tit p {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
}

.pr_sec>li>p {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
}

.pr_sec>li>p b {
    font-weight: 500;
}

.pr_sec>li:nth-of-type(1)>h3::after,
.pr_sec>li:nth-of-type(2)>h3::after,
.pr_sec>li:nth-of-type(3)>h3::after,
.pr_sec>li:nth-of-type(5)>h3::after,
.pr_sec>li:nth-of-type(7)>h3::after,
.pr_sec>li:nth-of-type(8)>h3::after,
.pr_sec>li:nth-of-type(10)>h3::after,
.pr_sec>li:nth-of-type(11)>h3::after {
    display: block;
    content: "";
    width: 100px;
    height: 2px;
    background: #c29a4b;
    position: absolute;
    top: -30px;
}

.pr_sec>li .pr_sec_txt>h4 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 15px
}
.pr_sec>li .pr_sec_txt>p {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
    margin-bottom:25px;
}

.pr_sec>li:nth-of-type(1) .pr_sec_txt,
.pr_sec>li:nth-of-type(3) .pr_sec_txt,
.pr_sec>li:nth-of-type(5) .pr_sec_txt,
.pr_sec>li:nth-of-type(8) .pr_sec_txt,
.pr_sec>li:nth-of-type(11) .pr_sec_txt {
    margin-top: 35px;
    width: 100%;
    background: #f9f5ef;
    text-align: center;
    border-radius: 10px;
    padding: 30px 3% 20px;
}

.pr_sec>li:nth-of-type(2)~li .pr_sec_txt {
    padding-bottom: 50px;
}

.pr_sec>li:nth-of-type(1),
.pr_sec>li:nth-of-type(3) {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.pr_sec>li:nth-of-type(2) {
    margin-top: 60px;
    padding-bottom: 190px;
}

.pr_sec>li:nth-of-type(1)~li.sb2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pr_sec>li:nth-of-type(1)~li>img {
    margin-top: 30px;
    width: 100%;
    height: auto;
}

.pr_sec>li:nth-of-type(1)>img {
    margin-top: 30px;
    width: 100%;
    height: auto;
}

.pr_sec>li {
    padding-bottom: 80px;
}

.pr_sec>li.sb2 {
    padding-bottom: 70px;
}

.pr_sec>li .pr_left {
    width: calc(50%);
}

.pr_sec>li .pr_left>img {
    width: 100%;
}

.pr_sec>li .pr_right {
    width: calc(50% - 65px);
}

.sub0403 .pr_sec>li .pr_left {
    width: calc(40%);
}

.sub0403 .pr_sec>li .pr_right {
    width: calc(60% - 65px);
}

.pr_sec>li .pr_right .pr_txts>img {
    margin-bottom: 15px;
}

.pr_sec>li .pr_right .pr_txts>p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
}

.pr_sec>li .pr_subtit {

}

.pr_sec>li .pr_subtit h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 10px;
}

.pr_sec>li .pr_subtit .pr_tag_list { display:flex; margin: 15px 0 10px 0; }
.pr_sec>li .pr_subtit .pr_tag_list .pr_tag { padding: 8px 16px; border:1px solid #D3D3D3; border-radius: 16px; margin-right: 15px; }
.pr_sec>li .pr_subtit .pr_tag_list .pr_tag span { color: #98763F;  }
.pr_sec>li .pr_subtit .pr_tag_list .pr_tag .pr_holine { margin:0 4px; width: 1px; border-left:1px solid #505050; height: 10px; display:inline-block;  }

.pr_sec>li .pr_grplist {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.pr_sec>li .list_tit {
    display: inline-block;
    color: #fff;
    background: #98763f;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    width: 75px;
    text-align: center;
    border-radius: 15px;
    flex-shrink: 0;
}

.pr_sec>li .pr_list>li {
    display: flex;
    font-size: 16px;
    align-items: flex-start;
    gap: 7px;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}
.pr_sec>li .pr_list>li.mob-text {
    display: none;
}

.pr_sec>li .btm_txt {
    padding-left: 20px;
}

.pr_sec>li .txt_lar {
    display: block;
    margin-top: 10px;
}

.pr_sec>li .pr_list>li p {
    width: 100%;
    line-height: 21px;
    color: #454545;
}

.pr_sec>li .pr_list>li svg {
    margin-top: 5px;
}

.pr_sec>li .pr_list>li b {
    font-weight: 500;
}

.pr_sec>li .pr_right>img {
    margin-top: 60px;
    width: 100%;
}

.sub04_03 .fore2 {
    width: 100%;
    padding-top: 135px;
    background: #F5F5F5;
    font-family: "Noto Sans KR", sans-serif;
}

.sub04_03 .fore2 .sub_content {
    padding-bottom: 0px;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}

.sub04_03 .fore2 .pr_sec {
    margin-top: 0px;
}

.sub04_03 .fore2 .pr_sec li.sb2 {
    padding-bottom: 100px;
    margin-top: 0px;
}

.sub04_03 .fore2 .pr_sec li.sb2:nth-of-type(1) {
    padding-bottom: 165px;
}

.sub04_03 .fore2 .pr_sec li.sb2.cle {
    padding-bottom: 150px;
}

.sub04_03 .fore2 .pr_sec>li .pr_right {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.sub04_03 .mob_img {
    display: none;
}

@media screen and (max-width:1340px) {
    .sub04_03 .fore2 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width:1024px) {
    .pr_sec>li .txt_lar {
        display: inline;
    }

    .pr_sec>li .pr_right .pr_txts>p {
        font-size: 14px;
    }

    .pr_sec>li .pr_subtit h3 {
        font-size: 26px;
    }

    .pr_sec>li .pr_list>li {
        font-size: 14px;
    }
}

@media screen and (max-width:720px) {
    .sub04_03 .pc_img {
        display: none;
    }

    .sub04_03 .mob_img {
        display: block;
        width: 100%;
    }

    .pr_sec {
        margin-top: 75px;
    }

    .pr_sec>li {
        padding-bottom: 55px;
    }

    .pr_sec>li.sb2 {
        padding-bottom: 85px;
    }

    .pr_sec>li:nth-of-type(2) {
        padding-bottom: 75px;
        margin-top: 0px;
    }

    .pr_sec>li:nth-of-type(1) .pr_sec_txt img,
    .pr_sec>li:nth-of-type(3) .pr_sec_txt img,
    .pr_sec>li:nth-of-type(5) .pr_sec_txt img {
        width: 100%;
    }

    .pr_sec>li .pr_left {
        width: 100%;
    }

    .sub0403 .pr_sec>li .pr_left { width: 100%; }
    .sub0403 .pr_sec>li .pr_right { width: 100%;  }

    .pr_sec>li:nth-of-type(1)~li.sb2 {
        flex-direction: column;
    }

    .pr_sec>li .pr_left>img {
        width: 100%;
    }

    .pr_sec>li .pr_right {
        width: 100%;
    }

    .pr_sec>li .pr_subtit h3 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .pr_sec>li .pr_grplist {
        flex-direction: column;
    }
}

@media screen and (max-width:500px) {
    .sub04_03 .fore {
        padding: 0px 20px;
    }

    .sub04_03 .fore2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pr_sec>li>h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .pr_sec>li>h4 {
        font-size: 15px;
    }

    .pr_sec>li>p {
        font-size: 12px;
    }

    .pr_sec>li>.pr_sec_txt>h4 {
        font-size: 17px;
    }

    .pr_sec>li .pr_sec_txt .pr_sec_tit h5 {
        font-size: 12px;
    }

    .pr_sec>li .pr_sec_txt .inner_tit p {
        font-size: 10px;
        overflow-wrap: break-word;
    }

    .pr_sec>li .pr_right .pr_txts>p {
        font-size: 12px;
    }

    .pr_sec>li .pr_subtit h3 {
        font-size: 18px;
    }

    .pr_sec>li .pr_list>li {
        font-size: 12px;
    }


    .sub04_03 .fore2 {
        padding-top: 0px;
    }

    .sub04_03 .fore2 .pr_sec li.sb2:nth-of-type(1) {
        padding-bottom: 85px;
    }

    .sub04_03 .fore2 .pr_sec li.sb2:nth-of-type(2) {
        padding-top: 0px;
    }

    .sub04_03 .fore2 .pr_sec li.sb2:nth-of-type(odd) {
        flex-direction: column-reverse;
    }

    .sub04_03 .fore2 .pr_sec li.sb2 {
        padding: 60px 0px;
        position: relative;
    }

    .sub04_03 .fore2 .pr_sec>li .pr_right {
        border: 0px;
    }

    .sub04_03 .fore2 .pr_sec li.sb2::after {
        width: 100%;
        display: block;
        content: "";
        height: 1px;
        background: rgba(0, 0, 0, 0.2);
        position: absolute;
        bottom: 0px;
    }

    .sub04_03 .fore2 .pr_sec li.sb2.cle::after {
        bottom: 40px;
    }

    .sub04_03 .fore2 .pr_sec li:nth-of-type(1)::after {
        display: none;
    }

    .sub04_03 .fore2 .pr_sec li.sb2.cle {
        padding-bottom: 100px;
    }

    .pr_sec>li .pr_grplist {
        margin-top: 20px;
        gap: 10px;
    }
    .pr_sec>li .pr_list>li.mob-text {
        display: block;
    }
}

/* 도수 물리치료 */

.sub04_04 .pr_sec {
    margin-top: 0px;
}

.sub04_04 .sub_content {
    padding-bottom: 0px;
}

.sub04_04 .pr_sec .sub_content {
    padding-bottom: 0px;
}

.sub04_04 .mob_img {
    display: none;
}

.sub04_04 .pr_sec>li {
    position: relative;
}

.sub04_04 .pr_sec>li:nth-of-type(1) .pr_sec_txt {
    padding: 30px 3% 50px;
}

.sub04_04 .pr_sec>li.sb2 {
    padding-bottom: 130px;
}

.sub04_04 .pr_sec>li.sb2::after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 75px;
    background: rgba(0, 0, 0, 0.2);
}

.sub04_04 .pr_sec>li.sb2:nth-last-of-type(1) {
    padding-bottom: 130px;
}

.sub04_04 .pr_sec>li.sb2:nth-last-of-type(1)::after {
    display: none;
}

.sub04_04 .fore2 .pr_sec>li .pr_right img {
    margin-top: 0px;
}

.sub04_04 .fore2 .pr_sec>li .pr_btm { margin-top: 50px; }

.sub04_04 .fore2 .pr_sec>li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.sub04_04 .fore2 .pr_sec>li .pr_left {
    width: calc(50% - 15px);
}

.sub04_04 .fore2 .pr_sec>li .pr_right {
    width: calc(50% - 15px);
}

.sub04_04 .fore2 .pr_sec>li .pr_left .pr_txts>p b,
.sub04_04 .fore2 .pr_sec>li .pr_right .pr_txts>p b {
    font-weight: 600;
}

.sub04_04 .fore2 .pr_sec>li .pr_left .pr_txts>p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
}

.sub04_04 .fore2 .pr_sec>li .pr_right .pr_txts>p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
}

.sub04_04 .fore2 .pr_sec>li .pr_subtit h3 {
    margin-top: 40px;
}

.sub04_04 .fore2 .pr_sec>li .pr_subtit h3 span {
    font-size: 18px;
}

@media screen and (max-width:1340px) {
    .sub04_04 .fore2 {
        padding: 0px 30px;
    }
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:720px) {
    .sub04_04 .pc_img {
        display: none;
    }

    .sub04_04 .mob_img {
        display: block;
    }

    .sub04_04 .fore2 .pr_sec>li {
        flex-direction: column;
    }

    .sub04_04 .fore2 .pr_sec>li .pr_left {
        width: 100%;
    }

    .sub04_04 .fore2 .pr_sec>li .pr_right {
        width: 100%;
        margin-top: 40px;
    }
}

@media screen and (max-width:500px) {
    .sub04_04 .paper_content {
        padding-top: 15px;
    }

    .sub04_04 .fore2 {
        padding: 0px 20px;
    }
}

@media screen and (max-width:360px) {}

/* sub0105 산책길 코스 */
.sub01_05 .step_wrap {
    margin: 0 auto;
    margin-bottom: 110px;
    max-width: 1280px;
}


.sub01_05 .fore, .sub01_05_5 .fore {
    max-width: 1920px;
    width: 100%;
    padding: 0px;
}


.sub01_05 .img_wrap, .sub01_05_5 .img_wrap {
    width: 100%;
}

.sub01_05 .img_wrap img, .sub01_05_5 .img_wrap img{
    width: 100%;
    height: auto;
}

@media screen and (width: 720px) {
    .sub01_05 .step_wrap {
        margin-bottom: 50px;
    }
}

@media screen and (width: 720px) {
    .sub01_05_2 .step_wrap {
        margin-bottom: 50px;
    }
}

/* 20230726 sub0107 컨시어지 서비스 페이지 제작*/

.sub01_07 .sub_content{
    padding-bottom: 160px;
}
.cr_wrap {
    padding-top: 6.64%;
}

.cr_sec > li > img {
    margin-bottom: 20px;
}
.cr_sec > li:nth-of-type(3)~li {
    margin-top: 100px;
    position: relative;
}
.cr_sec > li:nth-of-type(2) {
  margin-top:57px;
}
.cr_sec > li:nth-of-type(3) {
  margin-top:130px;
}


.cr_sec > li:nth-of-type(1) .cr_sec_txt {
    margin-top: 30px;
    width: 100%;
    background: #f9f5ef;
    text-align: center;
    border-radius: 10px;
    padding: 30px 3% 40px;
}

.cr_sec > li:nth-of-type(1) h3 {
    width: auto;
    display: inline-block;
    position: relative;
}

.cr_sec > li:nth-of-type(1) h3::after {
    display: block;
    content: "";
    width: 32%;
    height: 2px;
    background: #c29a4b;
    position: absolute;
    top: -30px;
}

.cr_sec > li h3 {
    font-size: 28px;
    line-height: 1.4;
    font-weight: bold;
}
.cr_sec > li .box-title {
  font-weight: bold;
  line-height: 1.4;
  font-size:30px;
  margin-bottom: 30px;
}
.cr_sec > li .box-title span {
  font-weight: 500;
}
.cr_sec .box-tip{
  font-size:20px;
  margin-top:15px;
  font-weight: 600;
}
.cr_sec .box-tip span{
    font-weight: 500;
}

.cr_sec > li:nth-of-type(1)~li h3 {
    margin-bottom: 10px;
}

.cr_sec li>p {
    margin-bottom: 40px;
    line-height: 1.4;
    font-size:18px;
}

.cr_sec > li:nth-of-type(1) h4 {
    font-size: 22px;
    line-height: 1.9;
    font-weight: bold;
}

.cr_sec > li:nth-of-type(1) p {
    font-size: 16px;
    line-height: 1.8;
    word-break: keep-all;
}

.cr_images > img{
  width:100%;
}
.cr_sec > li:nth-last-of-type(1) .cr_imglist:nth-of-type(2){
    margin-top:35px;
}
.cr_imglist{
    display:flex;
    gap:12px;
}
.cr_imglist > li{
    width:calc(100% / 4 - (36px / 4));
}
.cr_imglist > li > img{
    width:100%;
    height: auto;
}
.cr-texts{
    text-align: center;
    color:#fff;
    height:45px;
    font-size:18px;
    line-height: 45px;
    background: #866D44;
}
.cr_itemBox{
  padding-top:150px;
  position: relative;
}
.cr_itemBox .cr-box-bg{
    position:absolute;
    top:10px;
    left:0;
}
.cr_itemBox .cr-box-bg img{
    width:100%;
    height: auto;
}

.cr_itemBox .box-list{
  width:100%;
  display: flex;
  justify-content: space-between;
}
.cr_itemBox .box-list > li{
  width:calc(100% / 3 - (60px / 3));
}
.cr_itemBox .box-list > li > img{
  width:100%;
  height: auto;
}
.mob_img {
    display: none;
}
@media screen and (max-width: 1080px) {
    .cr_sec li>p {
        font-size:16px;
    }
    .cr_sec li>p>br {
        display:none;
    }

    .cr_sec > li:nth-of-type(1) h4 {
        font-size: 20px;
    }

    .cr_sec > li:nth-of-type(1) p {
        font-size: 14px;
    }
    .cr_sec > li:nth-of-type(1) p > br {
        display:none;
    }
    .cr-texts{
        font-size:16px;
    }
    .cr_sec > li .box-title {
      font-size:26px;
    }
    .cr_sec .box-tip{
      font-size:16px;
    }
    .cr_itemBox .box-list{
        flex-wrap: wrap;
        gap:20px 15px;
    }
    .cr_itemBox .box-list > li{
      width:calc(100% / 2 - (30px / 2));
    }
    .cr_imglist{
        flex-wrap: wrap;
        gap:20px;
    }
    .cr_imglist > li{
        width:calc(100% / 2 - (20px / 2));
    }
    .cr_itemBox .cr-box-bg{
        top:80px;
    }
    .cr_itemBox .cr-box-bg img{
        width:50%;
    }
    .sub01_07 .pc_img{display: block;}
}

@media screen and (max-width: 500px) {
    .sub01_07 .sub_content{
        padding-bottom: 55px;
    }

    .cr_sec > li h3{
        font-size:20px;
    }
    .cr_sec > li:nth-of-type(1) .cr_sec_txt {
        margin-top: 25px;
        padding: 30px 3% 30px;
    }
    .cr_sec li>p {
        font-size:12px;
        word-break: keep-all;
        margin-bottom: 25px;
    }
    .cr_sec li>p > br {
        display:none;
    }
    .cr_sec > li:nth-of-type(1) h4 {
        font-size: 17px;
    }
    .cr_sec > li:nth-of-type(1) p {
        font-size: 12px;
        margin-top:5px;
    }
    .cr_sec > li:nth-of-type(1) p b{
        position:relative;
        font-weight: bold;
    }
    .cr_sec > li:nth-of-type(1) p b::after{
        display: block;
        content:"";
        width: 100%;
        height: 10px;
        position:absolute;
        top:60%;
        left:0;
        background: rgba(194,154,75,0.2);
    }
    .cr-texts{
        font-size:11px;
        height:23px;
        line-height: 23px;
    }
    .cr_sec > li .box-title {
      font-size:20px;
      margin-bottom: 20px;
    }
    .cr_sec .box-tip{
      font-size:12px;
    }
    .cr_sec > li:nth-of-type(3)~li {
        margin-top: 50px;
        position: relative;
    }
    .cr_sec > li:nth-of-type(2) {
      margin-top:50px;
    }
    .cr_sec > li:nth-of-type(3) {
      margin-top:50px;
    }
    .cr_itemBox{
      padding-top:90px;
    }
    .cr_sec > li > img {
        margin-bottom: 15px;
        width:96px;
    }
    .cr_itemBox .box-list{
        flex-wrap: wrap;
        gap:20px;
    }
    .cr_itemBox .box-list > li{
      width:100%;
    }
    .cr_imglist{
        gap:6px;
    }
    .cr_imglist > li{
        width:calc(100% / 2 - 3px);
    }
    .cr_sec > li:nth-last-of-type(1) .cr_imglist:nth-of-type(2){
        margin-top:6px;
    }
    .sub01_07 .fore_btm{
        margin-top:0px;
    }
    .sub01_07 .mob_img{
        display:block;
    }
    .sub01_07 .pc_img{display: none;}
    .sub01_07 .mob_img:nth-of-type(2){
        width:100%;
    }
    .sub01_07 .mob_img:nth-of-type(4){
        margin-top:0px;
    }
    .cr_itemBox .cr-box-bg{
        top:50px;
    }
    .cr_sec .box-tip span{
        display:block;
    }

    .pr_sec>li .pr_subtit .pr_tag_list .pr_tag span { display:block; }
}
