#sub_intro{
    width: 100%;
    height: 75vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

#sub_intro .center{
    height: 100%;
    display: flex;
    align-items: center;
}

.sub_intro_textbox>span{
    font-size: 18px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
    letter-spacing: 3px;
}

.intro_bar{
    width: 50px;
    height: 1px;
    background-color: #fff;
    margin: 30px 0 35px;
}

.sub_intro_textbox>p{
    font-size: 62px;
    color: #fff;
    font-family: 'Philosopher', sans-serif;
}

.intro_circle{
    width: 160px;
    height: 160px;
    position: absolute;
    right: 100px;
    bottom: 50px;
}

.intro_circle i{
    font-size: 28px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#sub_content{
    width: 100%;
    padding-top: 70px;
}

/* sub1 */
.sub1_intro{
    background-image: url(../images/sub1_intro.jpg);
}

.sub1_content{
    width: 100%;
    padding-bottom: 200px;
}

.sub1_content .center{
    position: relative;
}

.sub_title_section{
    width: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sub_title_section p{
    font-size: 70px;
    font-family: 'Philosopher', sans-serif;
    line-height: 60px;
    margin-bottom: 20px;
    letter-spacing: -2px;
}

.sub_title_section p:last-child{
    margin-bottom: 0;
}

.sub_title_section p.flex{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.sub_title_section p.margin_p{
    margin-right: 110px;
}

.sub_title_section p span{
    height: 1px;
    background-color: #333;
}

span.bar1{
    width: 350px;
}

span.bar2{
    width: 190px;
}

.sub1_textbox{
    width: 100%;
    margin-top: 180px;
    font-size: 18px;
    font-family: 'Pretendard-Light', sans-serif;
    line-height: 30px;
}

span.mint_t{
    font-size: 26px;
    color: #52afa4;
    font-family: 'Pretendard-Medium', sans-serif;
    display: block;
}

span.bold_t{
    font-family: 'Pretendard-SemiBold', sans-serif;
}

span.bold_big_t{
    font-size: 20px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    color: #ab9a8a;
}

.sub1_imgbox{
    position: absolute;
    top: 0;
    right: 0;
    width: 375px;
    height: 500px;
    border-radius: 300px 300px 0 0;
    overflow: hidden;
}

.sub1_imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* sub1_1 */
.sub1_1_content{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sub1_1_content .sub_title_section{
    width: 280px;
}


/* sub1_2 */
.sub1_2_content{
    width: 100%;
}
.sub1_2_content ul{
    width: 100%;
}

.sub1_2_content ul li{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 150px;
}

.sub1_2_content ul li:first-child{
    margin-top: 0;
}

.s1_2_info{
    width: 660px;
}

.s1_2_info p{
    font-size: 68px;
    color: #111;
    font-family: 'Philosopher', sans-serif;
}

.s1_2_info p span{
    font-size: 22px;
    color: #ab9a8a;
    font-family: 'Pretendard-SemiBold', sans-serif;
    display: block;
    margin-bottom: 10px;
}

.s1_2_info>span{
    font-size: 19px;
    line-height: 30px;
    font-family: 'Pretendard-Light', sans-serif;
    display: block;
    margin-top: 80px;
}


.s1_2_img{
    width: 430px;
    height: 580px;
    background-color: #c1ccce;
    border-radius: 300px 300px 0 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s1_2_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* sub2 */
.sub2_intro{
    background-image: url(../images/sub2_intro.jpg);
}

.sub2_content{
    width: 100%;
    padding-bottom: 220px;
}

.sub2_content .center{
    position: relative
}

.sub2_content .sub_title_section{
    width: 260px;
}

span.bar3{
    width: 80px;
    height: 1px;
    background-color: #333;
}

p.j_fs{
    width: 100%;
    justify-content: flex-start;
}

.sub2_content .sub1_textbox{
    margin-top: 80px;
}

.sub2_content2{
    width: 100%;
    background-color: #f5f5f5;
    padding-bottom: 200px;
}

.sub2_content2 .sub_title_section{
    width: 370px;
    position: relative;
    top: -110px;
}

span.bar4{
    width: 180px;
}

ul.therapists{
    width: 100%;
}

ul.therapists>li{
    width: 100%;
    margin-bottom: 120px;
}

ul.therapists>li:last-child{
    margin-bottom: 0;
}

ul.therapists>li:nth-child(2n){
    display: flex;
    justify-content: flex-end;
}

.therapists_content{
    width: 850px;
    height: 900px;
    position: relative;
}

.therapists_img{
    width: 470px;
    height: auto;
    border-radius: 300px 300px 0 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.therapists_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.therapists_info{
    position: absolute;
    width: 420px;
    background-color: #7accc8;
    padding: 40px 50px 70px;
    box-sizing: border-box;
    border-radius: 0 0 200px 0;
    bottom: 0;
    right: 0;
}

.therapists_name{
    width: 100%;
}

.therapists_name p{
    font-size: 34px;
    color: #fff;
    font-family: 'Pretendard-Bold', sans-serif;
}

.therapists_name span{
    font-size: 18px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
    line-height: 28px;
    margin-top: 20px;
    display: block;
    letter-spacing: 1px;
}

.therapists_con{
    width: 100%;
    margin-top: 30px;
}

.therapists_con ul{
    width: 100%;
}

.therapists_con ul li{
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
    font-family: 'Pretendard-Thin', sans-serif;
    line-height: 25px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: flex-start;
}

.therapists_con ul li p{
    margin-right: 5px;
}

.view_btn{
    width: 100%;
}

.view_btn a{
    width: 250px;
    height: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 16px;
    color: #52afa4;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin-top: 50px;
}

.view_btn a i{
    color: #52afa4;
    font-size: 20px;
}

.therapists_d_btn{
    width: 230px;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
}

.bg_circle{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: rgba(122, 204, 200, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.therapists_d_btn span{
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

ul.therapists>li:nth-child(2n) .therapists_img{
    left: auto;
    right: 0;
}

ul.therapists>li:nth-child(2n) .therapists_info{
    right: auto;
    left: 0;
    border-radius: 0 0 0 200px;
    text-align: right;
}

ul.therapists>li:nth-child(2n) .therapists_con ul li{
    justify-content: flex-end;
}

ul.therapists>li:nth-child(2n) .view_btn{
    display: flex;
    justify-content: flex-end;
}

ul.therapists>li:nth-child(2n) .therapists_d_btn{
    left: auto;
    right: 0;
}


/* sub2_d */
.sub2_d_content{
    width: 100%;
    padding-bottom: 200px;
}

.sub2_d_content .center{
    position: relative;
}

.sub2_d_content .sub_title_section{
    width: 650px;
}

span.bar5{
    width: 350px;
}

.therapists_text{
    height: 400px;
    margin-top: 80px;
    line-height: 33px;
}

.therapists_text .therapists_d_btn{
    position: relative;
    margin-top: 80px;
}

.sub2_d_textbox{
    margin-top: 120px;
}

.upload_con{
    font-size: 18px;
    line-height: 30px !important;
    font-family: 'Pretendard-Light', sans-serif;
    margin-bottom: 60px;
}

.upload_con span.mint_t{
    display: block;
    margin-bottom: 20px;
}

.sub2_d_content .sub1_imgbox{
    width: 430px;
    height: 580px;
}


/* sub3 */
.sub3_intro{
    background-image: url(../images/sub3_intro.jpg);
}

.sub3_intro .center{
    position: relative;
}

.sub3_intro .sub_intro_textbox{
    position: absolute;
    opacity: 0;
    animation: fade_in 1s 2.5s linear forwards;
}

@keyframes fade_in{
    0%{
        opacity: 0;
    }

    100%{
        opacity: 1;
    }
}

.sub_intro_change{
    width: 100%;
    text-align: center;
    position: absolute;
    animation: fade_out 1s 3s linear forwards;
}

@keyframes fade_out{
    0%{
        opacity: 1;
    }

    100%{
        opacity: 0;
    }
}

.sub_intro_change p{
    font-size: 40px;
    color: #fff;
    line-height: 50px;
    font-family: 'Philosopher', sans-serif;
    margin: 15px 0 25px;
}

.sub_intro_change span{
    display: block;
    font-size: 28px;
    color: #fff;
    font-family: 'yleeMortalHeartImmortalMemory', sans-serif;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub_intro_change span i{
    margin: 0 10px;
}

.sub3_content{
    width: 100%;
    padding-bottom: 200px;
}

.service_content2{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
}

.service_content2 .sub_title_section{
    width: 400px;
}

span.bar6{
    width: 130px;
}

.s_c_text{
    width: 650px;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Pretendard-Light', sans-serif;
    color: #222;
}

.service_section{
    width: 100%;
    padding: 60px 0;
}

.section_img{
    width: 100%;
    height: auto;
}

.section_img img{
    width: 100%;
}

.section_text{
    width: 100%;
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
}

.sub_service_title{
    width: 25%;
}

.sv_bar{
    width: 60px;
    height: 1px;
    background-color: #cfb9a4;
}

.sub_service_title p{
    font-size: 30px;
    color: #cfb9a4;
    line-height: 40px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin-top: 25px;
}

.sub_service_content{
    width: 75%;
    font-size: 17px;
    font-family: 'Pretendard-Light', sans-serif;
    line-height: 28px;

}

.sub_service_content>span{
    color: #52afa4;
}

.sub_service_content2>span{
    color: #333;
    font-family: 'Pretendard-SemiBold', sans-serif;
    text-decoration: underline;
}


#psychological span{
    color: #333;
    font-family: 'Pretendard-SemiBold', sans-serif;
}


/* sub3_1 */
.service_section2{
    padding: 0;
}


/* sub3_2 */
.sub3_2_content .center{
    display: flex;
    align-items: flex-start;
}

.s3_2_tab{
    width: 300px;
    position: sticky;
    top: 50px;
    background-color: #fff;
}

.s3_2_tab ul{
    width: 100%;
}

.s3_2_tab ul li{
    width: max-content;
    height: 100%;
    cursor: pointer;
    font-size: 16px;
    color: #999;
    font-family: 'Pretendard-Light', sans-serif;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.s3_2_tab ul li.on{
    color: #52afa4;
    border-bottom: 2px solid #52afa4;
    font-family: 'Pretendard-Medium', sans-serif;
    list-style: disc;
}

.s3_2_tab ul li.on::marker{
    color: #52afa4;
}

.s3_2_inner{
    width: 900px;
}

.service_section3{
    padding: 0;
    display: none;
}

.service_section3.on{
    display: block;
}

.service_section3 .section_text{
    flex-direction: column;
}

.service_section3 .sub_service_title{
    width: 100%;
}

.service_section3 .sub_service_content{
    width: 100%;
    margin-top: 40px;
}

.service_section3 .sub_service_content strong.mint_txt{
    font-size: 24px;
    font-family: 'Pretendard-Medium', sans-serif;
    color: #52afa4;
    font-weight: normal;
    margin-bottom: 10px;
    display: block;
}

.service_section3 .sub_service_content p{
    width: 100%;
    display: flex;
    align-items: flex-start;
    font-size: 17px;
    line-height: 28px;
    color: #333;
    font-family: 'Pretendard-Light', sans-serif;
    font-weight: normal;
    margin-bottom: 5px;
}

.service_section3 .sub_service_content p span{
    font-family: 'Pretendard-Semibold', sans-serif;
    margin-right: 10px;
}

span.brown_txt{
    font-size: 19px;
    color: #cfb9a4;
    font-family: 'Pretendard-Semibold', sans-serif;
    display: block;
    margin-top: 15px;
}

span.black_txt{
    font-size: 17px;
    font-family: 'Pretendard-Semibold', sans-serif;
    color: #333;
    display: block;
    margin-top: 10px;
}

span.inside_txt{
    font-size: 17px;
    line-height: 28px;
    color: #333;
    font-family: 'Pretendard-Light', sans-serif;
    display: block;
    margin-left: 15px;
}


/* sub4 */
.sub4_intro{
    background-image: url(../images/sub4_intro.jpg);
}

.sub4_intro .center{
    position: relative;
}

.sub4_intro .sub_intro_textbox{
    position: absolute;
    opacity: 0;
    animation: fade_in 1s 2.5s linear forwards;
}

.sub4_content{
    width: 100%;
    padding-bottom: 200px;
}

.sub_service_content p{
    font-size: 26px;
    font-family: 'Philosopher', sans-serif;
    margin-bottom: 15px;
    color: #52afa4;
    font-weight: 600;
}

.sub4_content .section_text{
    margin-top: 80px;
}

.sub4_content .section_text:first-child{
    margin-top: 0;
}

.sub4_content .sv_bar{
    width: 150px;
}


/* sub5 */
.sub5_intro{
    background-image: url(../images/sub5_intro.jpg);
}

.sub5_content{
    width: 100%;
    padding-bottom: 80px;
}

span.bar7{
    width: 40px;
}

span.bar8{
    width: 100px;
}

.sub5_logo{
    width: 100%;
    margin-top: 130px;
}

.sub5_logo ul.m_logo_ul{
    margin: 0;
    display: inline-block;
}

.sub5_logo ul.m_logo_ul li{
    width: 23%;
    height: 100px;
    float: left;
    margin-right: 2.66%;
    margin-bottom: 30px;
}

.sub5_logo ul.m_logo_ul li:nth-child(4n){
    margin-right: 0;
}

.sub5_content2{
    width: 100%;
    background-color: #f5f5f5;
}

.sub5_content2 .center{
    position: relative;
    padding: 70px 0 180px;
}

.sub5_content2 .center>p{
    font-size: 30px;
    color: #cfb9a4;
    font-family: 'Pretendard-Semibold', sans-serif;
    position: absolute;
    left: 0;
    top: -18px;
}

.s5_innerbox{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sub5_content2 ul{
    width: 46%;
}

.sub5_content2 ul li{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.sub5_content2 ul li.flex_t{
    align-items: baseline;
}

.sub5_content2 ul li:first-child{
    margin-top: 0;
}

.sub5_content2 ul li.margin_t{
    margin-top: 10px;
}

.sub5_content2 ul li p{
    font-size: 18px;
    font-family: 'Pretendard-Medium', sans-serif;
    display: flex;
    align-items: center;
}

.sub5_content2 ul li p span{
    width: 6px;
    height: 6px;
    border-radius: 10px;
    margin-right: 10px;
    background-color: #666;
}

.sub5_content2 ul li>span{
    font-size: 18px;
    color: #52afa4;
    font-family: 'Pretendard-Medium', sans-serif;
    text-align: right;
    line-height: 24px;
}

.sub5_content2 ul li>span strong{
    display: block;
    font-weight: normal;
    font-size: 16px;
    font-family: 'Pretendard-Light', sans-serif;
}

.sub5_content2 .center>span{
    display: block;
    margin-top: 65px;
    font-size: 16px;
    color: #666;
    line-height: 26px;
    font-family: 'Pretendard-Light', sans-serif;
}


/* sub6 */
.sub6_intro{
    background-image: url(../images/sub6_intro.jpg);
}

.sub_intro_textbox>p span{
    display: block;
    font-size: 20px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.sub6_content{
    width: 100%;
    padding-bottom: 200px;
}

.sub6_content .center{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sub6_left{
    width: 540px;
}

.sub6_left .sub_title_section{
    width: 280px;
}

span.bar9{
    width: 80px;
}

p.t_center{
    width: 100%;
    text-align: center;
}

.contact_textbox{
    width: 100%;
}

.contact_textbox ul{
    width: 100%;
}

.contact_textbox ul li{
    width: 100%;
    margin-top: 80px;
}

.blug_text{
    width: 100%;
    font-size: 22px;
    color: #52afa4;
    font-family: 'Pretendard-Medium', sans-serif;
}

.blug_text span{
    font-size: 26px;
}

.c_t_con{
    width: 100%;
    margin-top: 30px;
    font-size: 18px;
    font-family: 'Pretendard-Light', sans-serif;
    line-height: 28px;
}

.c_t_con>span{
    font-size: 20px;
    display: block;
    margin-top: 50px;
    line-height: normal;
    color: #52afa4;
    font-family: 'Pretendard-Medium', sans-serif;
}

.c_t_con>p{
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin-bottom: 10px;
}

.map_box{
    width: 100%;
    height: 330px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-top: 40px;
}

.sub6_right{
    width: 580px;
    background-color: rgba(122, 204, 200, 0.3);
    padding: 40px 45px 50px;
    box-sizing: border-box;
}

.r_inputbox{
    width: 100%;
    margin-bottom: 30px;
}

.r_inputbox:last-child{
    margin-bottom: 0;
}

.r_inputbox>p{
    font-size: 16px;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-bottom: 10px;
}

.r_inputbox>p span{
    color: #52afa4;
}

.i_b{
    width: 100%;
}

.i_b input[type='text']{
    width: 100%;
    height: 40px;
    border: 0;
}

input.margin_input{
    margin-top: 7px;
}

.i_b input::placeholder{
    font-size: 14px;
    color: #999;
    font-family: 'Pretendard-Light', sans-serif;
}

.i_b input:-ms-input-placeholder{
    font-size: 14px;
    color: #999;
    font-family: 'Pretendard-Light', sans-serif;
}

.i_b2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.i_b2 input{
    width: 30%;
    height: 40px;
    border: 0;
}

.i_b3{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.input_select{
    width: 30%;
    height: 40px;
    background-color: #fff;
    position: relative;
}

.input_select i{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #333;
}

.input_select select{
    font-size: 14px;
    color: #333;
    font-family: 'Pretendard-Regular', sans-serif;
}

input[type="checkbox"]{
    width: 11px;
    height: 11px;
}

.i_b3 input{
    width: 68%;
    height: 40px;
    border: 0;
}

.i_b textarea{
    width: 100%;
    height: 150px;
    border: 0;
}

.i_b span{
    font-size: 14px;
    font-family: 'Pretendard-Regular', sans-serif;
    display: block;
    margin-top: -8px;
}

.i_b4{
    width: 100%;
    margin-top: 5px;
    display: inline-block;
}

.i_b4 label{
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    font-size: 14px;
    font-family: 'Pretendard-Regular', sans-serif;
}

.i_b5{
    width: 100%;
}

.i_b5 .input_select{
    width: 100%;
}

.agree_box{
    width: 100%;
}

.ag_in{
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    word-break: keep-all;
}

.ag_check{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.ag_check i{
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.ag_check.check i{
    color: #333;
}

.ag_check p{
    font-size: 14px;
    font-family: 'Pretendard-Light', sans-serif;
    margin-left: 5px;
    cursor: pointer;
}

.sub6_right>button[type='button']{
    width: 290px;
    height: 50px;
    background-color: #fff;
    border: 0;
    font-size: 20px;
    color: #52afa4;
    font-family: 'Pretendard-SemiBold', sans-serif;
    display: table;
    margin: 40px auto 0;
    cursor: pointer;
}

textarea.hide_textarea{
    margin-top: 10px;
    display: none;
}


/* sub1_3 */
.sub1_3_content{
    width: 70%;
    margin: 0 auto;
     margin-top: 30px;
}

.sub1_3_content .slider-for{
    width: 100%;
    padding: 0 7px;
    box-sizing: border-box;
}

.slide_bigimg{
    width: 100%;
    height: 500px !important;
    overflow: hidden;
    border-radius: 20px;
}

.slide_bigimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub1_3_content .slider-nav{
    width: 100%;
    margin-top: 15px;
}

.slide_smallbox{
    width: 100%;
    height: 100px !important;
    overflow: hidden;
    margin: 0 7px;
    border-radius: 15px;
    cursor: pointer;
}

.slide_smallbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s1_3_con{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.s1_3_con>div{
    width: 50%;
}