.sub_visual {
    width: 100%;
    height: 60rem;
    overflow: hidden;
    position: relative;
}

.sub_visual .inner {
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
}

.sub_visual .txtbox {
    color: #fff;
    animation: tit_ani 1.2s linear forwards;
}

.sub_visual .txtbox .tit {
    font-size: 6.5rem;
    font-weight: 600;
    margin-bottom: 2.9rem;
}

.sub_visual_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    background: no-repeat center center/cover;
    animation: zoom 2s linear both;
}


@keyframes tit_ani {
    0% {
        opacity: 0;
        transform: translate3d(0, 50%, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}


@keyframes zoom {

    0% {
        transform: translateX(-50%) scale(1.2);
    }

    100% {
        transform: translateX(-50%) scale(1);
    }
}

.sub_visual .v_ttl_row .tit_desc {
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 3rem;
    animation-delay: 0.3s;
}

.sub_visual .v_ttl_row .tit {
    font-size: 7rem;
    font-weight: 700;
}

#snb {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 5;
    padding: 3rem 0;
    margin-top: -8.6rem;
}

#snb .depth_list {
    display: flex;
    align-items: center;
}

#snb .dep_row {
    padding: 0 18px 0 0;
}

#snb .home {
    display: block;
    width: 2.1rem;
    height: 2rem;
    font-size: 0;
    position: relative;
    background: url('../img/sub/ico_home.png')no-repeat center center/cover;
    margin-right: 3rem;
}

#snb .dep_row {
    min-width: 23.1rem;
    padding: 0 3rem;
    position: relative;
}

#snb .dep_row:before {
    content: '';
    display: block;
    width: 1px;
    height: 1.5rem;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#snb .dep_row .title {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 1.8rem;
    line-height: 2.6rem;
    padding: 0 2.5rem 0 0;
    white-space: nowrap;
    display: block;
    color: #fff;
    position: relative;
}

#snb .dep_row .title::after {
    content: '';
    display: block;
    width: 1.4rem;
    height: 0.8rem;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.4rem;
    transition: all .3s linear;
    background: url('../img/sub/snb_arrow.png') no-repeat right center/1.4rem auto;
}

#snb .dep_row .title.on:after {
    transform: rotate(180deg);
}

#snb .dep_row .depth2 {
    position: absolute;
    left: 0;
    top: 5.6rem;
    width: 100%;
    padding: 2rem 1.8rem;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08);
    display: none;
    background: #fff;
}

#snb .depth2 ul li {
    margin: 0 0 1.2rem;
}

#snb .depth2 ul li:last-child {
    margin: 0;
}

#snb .depth2 ul li a {
    display: block;
    font-size: 1.5rem;
    line-height: 1.3;
    transition: all .3s linear;
}

#snb .depth2 ul li a {
    letter-spacing: 0;
}

#snb .depth2 ul li a:hover {
    color: #222;
}

#snb .depth2 ul li a.on {
    color: #222;
    font-weight: 600;
}

#container.sub {
    padding-top: 15.5rem;
}

.pb14 {
    padding-bottom: 14rem;
}

.p14 {
    padding: 14rem 0;
}

.pt14 {
    padding-top: 14rem;
}

.sub_ttl_row {
    text-align: center;
    margin-bottom: 9rem;
}

.sub_ttl_row .tit {
    font-size: 5.5rem;
    font-weight: 600;
}

.sub_ttl_row .tag {
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-top: 0.5rem;
    color: #8B8B8B;
    font-weight: 300;
}

.sub_ttl_row .tag span {
    color: var(--main-color);
}

.sec_ttl_row .tag span {
    font-weight: 400;
    color: var(--main-color);
}

.sec_ttl_row.wh {
    color: #fff;
}

.sec_ttl_row {
    text-align: center;
    margin-bottom: 6rem;
}

.sec_ttl_row .tit {
    font-size: 4.5rem;
    font-weight: 600;
}

.sec_ttl_row .tag {
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-top: 0.8rem;
    color: #8B8B8B;
    font-weight: 300;
    letter-spacing: 0.05rem;
}

.sec_ttl_row.wh .tag {
    color: #fff;
}

.sec_ttl_row .tag span {
    font-weight: 400;
    color: var(--main-color);
}

.sec_ttl_row.wh .tag span {
    color: var(--sub-color);
}

.int_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.int_row .txt_box {
    width: 47.97%;
}

.int_row .top {
    position: relative;
    padding-top: 8.3rem;
}

.int_row .top .big_type {
    font-size: 10rem;
    font-weight: 600;
    color: #ddd;
    position: absolute;
    opacity: 0.3;
    top: 0;
    left: 0;
    z-index: -1;
    text-transform: uppercase;
}

.int_row .top .subject {
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 0.9rem;
}

.int_row .top .stl {
    font-size: 3.5rem;
}

.int_row .top .stl strong {
    font-weight: 600;
    color: var(--main-color);
}

.int_row .bot {
    margin-top: 3.4rem;
    padding-top: 4.3rem;
    position: relative;
}

.int_row .bot::before{
    content: '';
    width: 100%;
    height: 1px;
    max-width: 550px;
    position: absolute;
    top: 0;
    left: 0;background-color: #EEE;
}

.int_row .bot .disc {
    line-height: 1.8;
}

.int_row .img_box {
    width: 51.56%;
}

.tnb {
    margin: -2rem 0 6rem;
    display: flex;
    gap: 2.7rem;
    justify-content: center;
}

.tnb button {
    width: 30rem;
    height: 6rem;
    font-size: 2.5rem;
    font-weight: 600;
    border-radius: 3rem;
    background-color: #fff;
}

.tnb button.act {
    color: #fff;
    background-color: var(--sub-color);
}

.rep_row {
    display: flex;
    gap: 8.59%;
}

.rep_row .img_sec {
    width: 42.97%;
    flex: 0 0 auto;
}

.rep_row .txt_sec.wh {
    color: #fff;
}

.rep_row .subject {
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.rep_row .wh .subject span {
    color: var(--sub-color);
}

.rep_row .bot {
    margin-top: 4rem;
}

.t_cont_wr article:not(.act) {
    display: none;
}

.chk_list {}

.chk_list li {
    line-height: 1.5;
    font-size: 1.9rem;
    padding-left: 4.2rem;
    background: url('../img/sub/ico_chk23x23_skb.png') no-repeat left top 0.4rem/2.3rem;
}

.chk_list.wh li {
    color: #fff;
    background-image: url('../img/sub/ico_chk23x23_skb.png');
}

.chk_list li+li {
    margin-top: 2.3rem;
}

.row3_list {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
}

.row3_list li {
    width: calc(33.33% - 8rem/3);
    position: relative;
    border-radius: 2rem;
    overflow: hidden;
}

.row3_list li figcaption {
    width: 100%;
    min-height: 7rem;
    padding: 1.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
    background-color: #00287A;
}

.row3_list li figcaption:nth-of-type(2n) {
    background-color: #112758;
}

.aos-animate .row3_list li {
    animation: slide-up 1s cubic-bezier(.5, .2, 0, 1);
    animation-fill-mode: both;
    animation-delay: calc(.1s + (.1s * var(--p-index)));
}


@keyframes slide-up {
    from {
        opacity: 0;
        transform: translateY(125%);
    }

    to {
        opacity: 1.0;
        transform: translateY(0);
    }
}




/* ---------- 나은미래의 특별함 ---------- */

.con0101 .sec01 figure {
    margin-bottom: 10rem;
}

.con0101 .sec01 .hello {
    position: relative;
    margin-bottom: 0;
}
.con0101 .sec01 .hello::before,
.con0101 .sec01 .hello::after {
    color: #00287A;
    position: absolute;
    font-size: 200px;
    top: -40px;
    font-weight: 200;
}
.con0101 .sec01 .hello::before {
    content: "[";
    left: 50%;
    margin-left: -450px;
}
.con0101 .sec01 .hello::after {
    content: "]";
    right: 50%;
    margin-right: -450px;
}

.con0101 .sec01 .hello .tag {
    color: #00287A;
    margin-bottom: 30px;
}
.con0101 .sec01 .hello .subject {
    font-size: 3.5rem;
    display: inline-block;
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.con0101 .sec01 .hello .subject span {
    font-weight: bold;
    color: #00287A;
}
.con0101 .sec01 .hello .disc {
    font-weight: 300;
}


.con0101 .sec02 {
    background: url('../img/sub/m11_sec02_bg.jpg') no-repeat center center/cover;
    color: #fff;
}
.con0101 .sec02 .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 730px;
    gap: 10rem;
}
.con0101 .sec02 .left {
    text-align: right;
    font-size: 8rem;
    font-weight: bold;
    line-height: 1;
}
.con0101 .sec02 .right {
    font-size: 2.5rem;
    line-height: 1.7;
}
.con0101 .sec02 .right .bold {
    font-size: 3.8rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.con0101 .sec03 {
    text-align: center;
    padding: 20rem 0 5rem;
}
.con0101 .sec03 .point {
    font-size: 4.5rem;
    margin-bottom: 3rem;
}
.con0101 .sec03 .point b {
    font-weight: bold;
    color: #00287A;
}
.con0101 .sec03 .point span,
.con0101 .sec03 ul li h4 {
    color: #00287A;
    font-family: "Nanum Myeongjo", serif;
    font-weight: 600;
}
.con0101 .sec03 ul {
    display: flex;
    justify-content: space-between;
}
.con0101 .sec03 ul li {
    width: 310px;
    border-radius: 30px;
    box-shadow: 0 0 40px rgba(0, 0, 0, .05);
    border: 1px solid #D9D9D9;
    padding: 7rem 0;
    font-size: 3rem;
    line-height: 1.5;
}
.con0101 .sec03 ul li img {
    width: 172px;
    margin: 0 auto 5rem;
}
.con0101 .sec03 ul li h4 {
    margin-bottom: 2rem;
    font-size: 4.3rem;
    text-transform: uppercase;
}
.con0101 .sec03 ul li .cont span {
    color: #00287A;
    font-weight: bold;
}





/* ---------- 의료진소개 ---------- */

.con0102 .sec02 .doctor_wr {
    display: flex;
    justify-content: space-between;
}
.con0102 .sec02 .doctor_wr:not(:last-child) {
    margin-bottom: 160px;
}
.con0102 .sec02 .doctor_career h4 {
    background: url('../img/sub/m12_sec02_icon.png') no-repeat left center;
    padding: 2px 0 2px 50px;
    font-size: 3rem;
    margin-bottom: 4rem;
}
.con0102 .sec02 .doctor_career ul {
    font-size: 2rem;
    font-weight: 300;
    line-height: 2;
    margin-bottom: 3rem;
}
.con0102 .sec02 .doctor_career ul:last-child {
    margin-bottom: 0;
}
.con0102 .sec02 .doctor_career ul li {
    padding-left: 20px;
}
.con0102 .sec02 .doctor_career ul li::before {
    content: "-";
    margin-right: 10px;
    margin-left: -18px;
}
.doctor_img {
    width: 568px;
    flex-shrink: 0;
}




/* ---------- 장비소개 ---------- */

.exp_slide_wr{
    position: relative;
}
    
.exp_slide_wr button{
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background 0.3s;
    background: url('../img/sub/pg_gr70x70.png')no-repeat center center/cover;
}
    
.exp_slide_wr button:hover{
    background-image: url('../img/sub/pg_mc70x70.png');
}
    
.exp_slide_wr button.exp_prev{
    left: -10rem;
    transform: translateY(-50%) scale(-1);
}
    
.exp_slide_wr button.exp_next{
    right: -10rem;
}
    
.exp_slide .swiper-slide{
    display: flex;
    align-items: center;
}
    
.exp_slide .swiper-slide > div{
    width: 50%;
}

.exp_slide .img_sec {
    border: solid 1px #d9d9d9;
    border-radius: 0 100px 0 100px;
    overflow: hidden;
}
    
.exp_slide .txt_sec{
    padding-right: 6rem;
}
    
.exp_slide .ttg{
    font-size: 2.5rem;
    font-weight: 600;
    color: #00287A;
    margin-bottom: 1.3rem;
}
    
.exp_slide .subject{
    font-size: 4.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
}
    
.exp_slide .desc{
    font-size: 2.3rem;
    line-height: 1.8;
    padding-right: 15px;
    word-break: keep-all;
}
    
.exp_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10.2rem;
    gap: 6rem 1rem;
}
    
.exp_list li{
    width: calc(20% - 0.8rem);
    cursor: pointer;
}
    
.exp_list figure{
    position: relative;
    border: solid 1px #d9d9d9;
}
    
.exp_list figure::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: solid 5px #506694;
    transition:opacity 0.3s;
    opacity: 0;
}
    
.exp_list figure:hover::before{
    opacity: 1;
}
    
    
.exp_list .act figure::before{
    opacity: 1;
}
    
.exp_list .txtbox{
    text-align: center;
    margin-top: 2rem;
}
    
.exp_list .ttg{
    font-size: 1.9rem;
    font-weight: 600;
    color: #00287A;
    margin-bottom: 9px;
}
    
.exp_list .subject {
    font-size: 2.5rem;
    font-weight: 600;
}





/* ---------- 시설안내(공통) ---------- */

.facil_sec {
    padding: 13.4rem 0 18.9rem;
    position: relative;
    overflow: hidden;
}

.facil_slide_wr{
    overflow: hidden;
}

.facil_sec .big_ttl {
    width: 200%;
    font-size: 15rem;
    font-weight: 600;
    color: #ddd;
    opacity: 0.3;
    position: absolute;
    bottom: -5rem;
    left: 0;
    white-space: nowrap;
    animation: marquee 15s linear infinite;
}

.faci_slide .faci_page {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 6rem auto 8rem;
    width: 100%;
    max-width: 1000px;
    gap: 3rem;
}

.faci_slide .faci_page::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 13px;
    width: 100%;
    height: 1px;
    background: #E4E7EB
}

.faci_slide .faci_page>div {
    width: 8rem;
    height: 100%;
    background: none;
    border-radius: 0;
    opacity: 1;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 40px 0 0 !important;
    transition: all 0.5s;
    line-height: 1
}

.faci_slide .faci_page>div.swiper-pagination-bullet span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: solid 1px #E4E7EB;
    border-radius: 500%;
    position: absolute;
    top: -3.7rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    background: #E4E7EB;
    transition: all 0.5s;
}

.faci_slide .faci_page>div.swiper-pagination-bullet-active span {
    width: 2.5rem;
    height: 2.5rem;
    background: url('../img/sub/chk_25x25.png') no-repeat center center/cover
}




/* ---------- (목 통증, 허리 통증) 왜 생기나요? ---------- */

.con0201 .sec02 {
    background: url('../img/sub/m21_sec02_bg.jpg') no-repeat center center/cover;
    padding: 15rem 0;
    text-align: center;
}
.con0202 .sec02 {
    background: url('../img/sub/m22_sec02_bg.jpg') no-repeat center center/cover;
    padding: 15rem 0;
    text-align: center;
}
.con0201 .why_wr ul li {
    width: 290px;
}
.con0202 .why_wr ul li {
    width: 400px;
    height: auto;
}
.why_wr ul {
    display: flex;
    gap: 2rem;
    justify-content: center;
}
.why_wr ul li {
    height: 430px;
    background: #fff;
    padding: 4rem;
    border-radius: 3rem;
}
.why_wr ul li img {
    margin: 0 auto 3rem;
}
.why_wr ul li h4 {
    font-size: 3rem;
    margin-bottom: 3rem;
    font-weight: 600;
}
.why_wr ul li p {
    font-size: 1.8rem;
    line-height: 1.6;
}


/* 골절의 종류 */
.broken_wr {
    display: flex;
    justify-content: space-around;
}
.broken .img_sec {
    margin-bottom: 2rem;
}
.broken .top {
    text-align: center;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    margin-bottom: 3rem;
}
.broken .broken_type {
    display: inline-block;
    width: 280px;
    color: #fff;
    background: var(--sub-color);
    font-size: 2.5rem;
    font-weight: 600;
    border-radius: 5rem;
    padding: 1.5rem 2rem;
    margin-bottom: 2rem;
}
.broken.right .broken_type {
    color: #222;
    background: #fff;
}
.broken .disc {
    color: #fff;
    font-size: 2rem;
}





/* ---------- 대표질환 ---------- */

.diseases_wr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4rem;
}
.diseases_wr li {
    display: flex;
    width: 48%;
    border: 1px solid #EEE;
    box-shadow: 0 6px 6px rgba(0, 0, 0, .05);
    overflow: hidden;
    border-radius: 30px;
}
.diseases_img {
    width: 50%;
    overflow: hidden;
}
.diseases_img img {
    transition: .5s;
}
.diseases_txt {
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.diseases_txt h3 {
    display: inline-block;
    font-size: 3.6rem;
    box-shadow: inset 0 -21px rgba(110, 182, 255, .4);
    line-height: 46px;
    margin-bottom: 3rem;
    font-weight: 600;
}
.diseases_txt h4 {
    font-size: 2.2rem;
    line-height: 3rem;
    margin-bottom: 1.5rem;
}
.diseases_txt p {
    font-size: 1.8rem;
    line-height: 3.2rem;
}

.diseases_wr li:hover .diseases_img img {
    transform: scale(1.1);
}

.diseases_wr li a {
    display: block;
    width: 50%;
}
.diseases_wr li a .diseases_txt {
    width: 100%;
    position: relative;
}

.diseases_wr li a .diseases_txt::after {
    content: "";
    width: 76px;
    height: 76px;
    background: url("/img/sub/magnifier_icon.png") no-repeat center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    transition: .5s;
}

.diseases_wr li a:hover .diseases_txt::after {
    opacity: 1;
}




/* ---------- 프로그램 ---------- */

.prgm_sec {
    position: relative;
}

.prgm_sec::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: rgba(238, 238, 238, 0.32);
}

.prgm_slide_wr {
    position: relative;
    height: 530px;
    padding-top: 20px;
    overflow: hidden;
    text-align: center;
}

.prgm_slide_wr .prgm_slide {
    position: relative;
    width: 36rem;
    height: 360px;
    overflow: visible;
}

.prgm_slide_wr .swiper-wrapper {
    margin-left: -40px;
}

.prgm_slide_wr .swiper-slide {
    width: 36rem;
    height: 36rem;
    padding: 5.5rem;
    transition: 0.3s all;
}

.prgm_slide_wr .swiper-slide > a {
    display: block;
    height: 100%;
}

.prgm_slide_wr .swiper-slide .tem {
    position: relative;
    width: 100%;
    height: 25rem;
    overflow: hidden;
    transition: 0.3s all;
}

.prgm_slide_wr .swiper-slide .tem img {
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
}

.prgm_slide_wr .swiper-slide .over_txt {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.prgm_slide_wr .swiper-slide .over_txt::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #222;
    opacity: 0.5;
    transition: opacity 0.3s;
    mix-blend-mode: multiply;
}

.prgm_slide_wr .swiper-slide .over_txt .txt_box {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}

.prgm_slide_wr .swiper-slide .over_txt .txt_box .tag{
    font-size: 2rem;
    font-weight: 500;
    color: rgba(255,255,255,0.49);
    margin-bottom: 1.2rem;
}

.prgm_slide_wr .swiper-slide .over_txt .txt_box .subject {
font-size: 2.5rem;
font-weight: 600;
color: #fff;
}
.prgm_slide_wr .swiper-slide .over_txt .txt_box .subject .text_small {
    font-size: 2.3rem;
}

.prgm_slide_wr .swiper-slide .over_txt .txt_box .more_link{
    display: none;
}

/* active 스타일 */
.prgm_slide_wr .swiper-slide.swiper-slide-active {
    padding: 0;
    margin: 0 40px;
}

.prgm_slide_wr .swiper-slide.swiper-slide-active .over_txt .txt_box .tag {
    color: var(--main-color);
    margin-bottom: 0.7rem;
}

.prgm_slide_wr .swiper-slide.swiper-slide-active .over_txt .txt_box .subject {
    font-size: 3.5rem;
    margin-bottom: 2rem;
    color: #222;
}
.prgm_slide_wr .swiper-slide.swiper-slide-active .over_txt .txt_box .subject .text_small {
    font-size: 3rem;
}

.prgm_slide_wr .swiper-slide.swiper-slide-active .over_txt .txt_box .more_link {
 display: inline-flex;
}

.prgm_slide_wr .swiper-slide.swiper-slide-active .over_txt::before {
    opacity: 0;
}

.prgm_slide_wr .swiper-slide.swiper-slide-active .tem {
    height: 36rem;
}

.prgm_slide_wr .swiper-slide.swiper-slide-active .tem img {
    filter: none;
}

.prgm_slide_wr .prgm_slide .swiper-pagination {
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    bottom: auto;
    width: 7rem;
    height: 3rem;
    margin-top: -12px;
    border-radius: 1.5rem;
    font-size: 1.8rem;
    color: #fff;
    line-height: 3rem;
    text-align: center;
    background-color: var(--main-color);
    cursor: grab;
}

.prgm_slide_wr .prgm_slide .swiper-scrollbar {
    position: absolute;
    width: 1060px;
    height: 3.5rem;
    background: none;
    overflow: hidden;
    border-radius: 0;
    margin-top: 80px;
    left: 50%;
    margin-left: -525px;
}

.prgm_slide_wr .prgm_slide .swiper-scrollbar:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 3px;
    background-color: #dadada;
    margin-top: -1px;
}

.prgm_slide_wr .prgm_slide .swiper-scrollbar-drag {
    background-color: #1a325e;
    height: 3px;
    top: 50%;
    margin-top: -1px;
}

.prgm_slide_wr .prgm_slide .swiper-scrollbar-drag:before {
    content: "";
    position: absolute;
    left: -1050px;
    height: 100%;
    width: 1051px;
    background-color: #1a325e;
}

.prgm_slide_wr .swiper-wrapper .clone-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.more_link {
	width: 14rem;
	height: 4rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 1.1rem;
	color: #fff;
	font-size: 1.8rem;
    background: var(--main-color);
	border-radius: 3rem;
}

.more_link span {
	width: 1.3rem;
	height: 0.7rem;
	transition: transform 0.3s;
	background: url('../img/main/arrow_wh13x7.png') no-repeat center center/cover;
}

.more_link:hover span {
	transform: translateX(1rem);
}




/* ---------- 오시는길 ---------- */

.location_wr {
    width: 1280px;
    display: flex;
    justify-content: space-between;
}

.map_box {
    width: 50%;
}

.kakao_map_btn {
    display: flex;
    width: 20rem;
    height: 6rem;
    border: 3px solid #eee;
    border-radius: 5rem;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    gap: 0.7rem;
    margin-top: 3rem;
    transition: .5s;
}
.kakao_map_btn::after {
    content: "+";
    color: var(--main-color);
}

.kakao_map_btn:hover {
    border-color: var(--main-color);
}

.location_box {
    width: 540px;
    height: 660px;
    background: url('../img/sub/ico_loca.png') no-repeat center 35px;
    border-top: 3px solid #f6f6f6;
    border-bottom: 3px solid #f6f6f6;
    padding-top: 95px;
    text-align: center;
    display: flex;
    flex-direction: column;
    font-size: 2rem;
}
.location_box address {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1rem;
}
.location_box address b {
    color: var(--main-color);
    font-size: 3.5rem;
}
.location_box .loca {
    margin-bottom: 2rem;
}
.location_box .tel {
    display: flex;
    background: #f5f5f5;
    padding: 1.5rem 0;
    align-items: center;
    border-radius: 5rem;
    justify-content: center;
    width: 400px;
    margin: 0 auto 3rem;
}
.location_box .tel strong {
    font-size: 3.5rem;
    font-weight: 900;
    margin-left: 2rem;
}
.location_box h4 {
    background: var(--main-color);
    color: #fff;
    padding: .6rem 0;
}
.location_box table {
    width: 410px;
    margin: 1.5rem auto;
}
.location_box table .head {
    width: 80px;
    text-align: justify;
    line-height: 1.5rem;
    font-weight: 600;
}
.location_box table .head:after {
    content:'';
    display: inline-block;
    width: 100%;
}
.location_box table .head:before {
    content:'';
    display: inline-block;
    width: 100%;
}
.location_box table .cont {
    text-align: left;
    padding-left: 50px;
}
.location_box .off {
    background: #E8E8E8;
    padding: .6rem 0;
    width: 415px;
    margin: 0 auto;
}





.con0105 .sec02 .inner {
    display: flex;
    gap: 6rem;
}
.con0105 .sec02 .inner .subway,
.con0105 .sec02 .inner .bus,
.con0105 .sec02 .inner .car {
    width: 346px;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.con0105 .sec02 .inner .bus {
    padding-left: 6rem;
    padding-right: 6rem;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    box-sizing: content-box;
}
.con0105 .sec02 .inner h4 {
    padding: 2rem 0 5rem;
    font-size: 3.5rem;
}
.con0105 .sec02 .inner h4 b {
    color: var(--main-color);
}
.con0105 .sec02 .directions {
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 1.6;
}
.con0105 .sec02 .directions .line {
    display: inline-block;
    min-width: 5rem;
    text-align: center;
    font-weight: 600;
    line-height: 1.4;
    padding: 0 1rem;
    border-width: 2px;
    border-style: solid;
    border-radius: 5rem;
}
.con0105 .sec02 .directions .line.camel {
    border-color: #C46829;
    color: #C46829;
}
.con0105 .sec02 .directions .line.green {
    border-color: #00BD52;
    color: #00BD52;
}
.con0105 .sec02 .directions .line.mint {
    border-color: #00AFBD;
    color: #00AFBD;
}
.con0105 .sec02 .directions .line.blue {
    border-color: #3A51EC;
    color: #3A51EC;
}

.bus_wr {
    display: flex;
    flex-wrap: wrap;
}
.bus_wr .bus_item {
    width: 50%;
}


.con0105 .sec03 {
    background: #f5f5f5;
}
.con0105 .parking_wr .img_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5.5rem;
}

.con0105 .parking_txt {
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.5;
}

.con0105 .parking_txt strong.navy {
    color: var(--main-color);
}




/* ---------- 치료 적용대상 ---------- */


.target {
    padding: 14rem 0;
    background-color: #f5f5f5;
}
.target figcaption {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 3rem;
}

.col4_wr ul {
    display: flex;
    justify-content: space-between;
}


.target .row3_list li figcaption {
    flex-direction: column;
    justify-content: flex-start;
    height: 15rem;
    background-color: #fff;
    position: relative;
    margin: 0;
    padding: 3rem;
    color: #333;    
    font-size: 1.8rem;
    font-weight: 400;
}

.target .row3_list li figcaption .subject {
    color: #222;
    font-size: 2.4rem;
    font-weight: 500;
}



.con0503 .region {
    background: #f5f5f5;
}

.region {
    padding: 14rem 0;
}
.region .col4_wr ul {
    flex-wrap: wrap;
    row-gap: 6rem;
}
.region .col4_wr ul li {
    width: 23%;
    text-align: center;
}
.region .col4_wr ul li figcaption {
    font-size: 2.4rem;
    font-weight: 500;
    margin-top: 2rem;
}



.merit .rep_row {
    align-items: center;
}

.merit .bot {
    margin-top: 0;
}

.merit .chk_list.wh li {
    background-position: left top 1.1rem;
    border-bottom: 1px dashed #2C4677;
    padding-bottom: 2.3rem;
}
.merit .chk_list.wh li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.merit .rep_row .subject {
    font-size: 3rem;
}



.rehab {
    text-align: center;
}

.rehab .desc {
    font-size: 2.2rem;
    line-height: 1.6;
    margin-bottom: 8rem;    
}

.rehab ul {
    display: flex;
    justify-content: space-evenly;
}
.rehab figure img {
    margin: 0 auto 3rem;
}

.rehab figure figcaption {
    width: 50rem;
    height: 26rem;
    background: #F0F0F0;
    font-size: 1.8rem;
    line-height: 1.5;    
}

.rehab figure figcaption p {
    background: var(--main-color);
    color: #fff;
    font-size: 2.4rem;
    font-weight: 600;
    padding: 3rem 0;
    margin-bottom: 3rem;
}



.total_rehab {
    padding: 14rem 0;
    background-color: #f5f5f5;
}

.total_rehab .col2_wr ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4rem;
}
.total_rehab .col2_wr ul li {
    width: calc(50% - 2rem);
}
.total_rehab .col2_wr ul li figcaption {
    padding-top: 2rem;
    text-align: center;
    font-size: 2.3rem;
    font-weight: 600;
}
.total_rehab .col2_wr ul li figcaption span {
    width: 3.8rem;
    height: 3.8rem;
    border-radius: 50%;
    background: #333;
    color: #fff;
    font-size: 2rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
}



/* ---------- 치료과정 ---------- */

.clinic_process li .process_num {
    width: 63px;
    height: 63px;
    border: 1px solid #D2D2D2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 16px;
    color: #1E558B;
    background: #fff;
    font-size: 2.2rem;
    font-weight: 600;
}
.clinic_process li .disc {
    width: 290px;
    height: 210px;
    background: #1E558B;
    border-radius: 2rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 600;
}
.clinic_process li:nth-child(2) .process_num {
    color: #1C4980;
}
.clinic_process li:nth-child(2) .disc {
    background: #1C4980;
}
.clinic_process li:nth-child(3) .process_num {
    color: #193469;
}
.clinic_process li:nth-child(3) .disc {
    background: #193469;
}
.clinic_process li:nth-child(4) .process_num {
    color: #112758;
}
.clinic_process li:nth-child(4) .disc {
    background: #112758;
}



/* ---------- 특수치료센터 ---------- */

.self_test .chk_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 1.5rem;
}

.self_test .chk_list li {
    width: 62rem;
    margin: 0;
    border: 1px solid #E1E1E1;
    border-radius: 2rem;
    padding: 2rem 0 2rem 7rem;
    background-position: 3rem center;
}

.note {
    color: #fff;
    text-align: center;
    font-size: 2rem;
    line-height: 1.7;
}
.note span {
    color: var(--sub-color);
}
.note::before {
    content: url('/img/sub/m6_sec05_icon.png');
    display: block;
    margin-bottom: 1rem;
}