.main_tit.c{align-items: center;}
.main_tit{
    font-size: 50px;
    font-weight: 300;
    font-family: 'Paperlogy';
    display: flex;
    flex-direction: column;
    line-height: 1.4;
    gap: 3rem;
}
.main_tit b{
    font-weight: 700;
}
.main_tit img{
    max-width: 50px;
}
/* sec1 */
.sec1{
    background:url('../img/s1_bg.png') no-repeat 50% 50% / cover;
    position: relative;
    color: #434748;
}
.s1_inner{
    margin-left: calc( calc( 100% - 1280px) / 2);
    width: calc( 100% -  calc( calc( 100% - 1280px) / 2));
}
.s1_flex{
    display: flex;
    align-items: center;
    gap: 80px;
}
.s1_left{
    width: 100%;
    max-width: 650px;
}
.s1_tit{
    font-size: 40px;

    margin-bottom: 50px;
}
.s1_left p:not(:last-child){
    margin-bottom: 20px;
}
.s1_tit b{font-weight: 800;color:#E5E5E5 ;}
.s1_tit b .copy{font-weight: 800;color:#0e3767 ;}
.s1_right{
    align-self: stretch;
    width: 100%;
    overflow: hidden;
    border-radius: 20px 0 0 20px ;
    line-height: 0;
}
.s1_right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*  */
.sec2{
    background:url('../img/s2_bg_2.png') no-repeat 50% 50% / cover;
    position: relative;
}
.sec2 .main_tit b{
    color: rgba(255, 255, 255, 0.3);
}
.sec2 .main_tit b .copy{
    color: rgba(255, 255, 255, 1);
}

.sec2::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
    aspect-ratio: 1/1;
    background: url('../img/s2_bg_logo.png') no-repeat 0 100% / contain;
    pointer-events: none;
}
.sec2>div{margin-left: calc(calc(100vw - 1520px) / 2) ;}
.s2_flex{
    display: flex;
    gap: 5rem;
}
.s2_txt{flex-shrink: 0;}
.sec2 .main_tit div{color: #fff;}
.sec2 .main_tit img{
    filter: invert(100%) sepia(100%) saturate(0) hue-rotate(200deg) brightness(200%) contrast(201%);
}
.s2_txt{
    width: 20%;
    min-width: 200px;
}
.s2_btn{
    margin-top: 100px;
    display: flex;
    gap: 2rem;
}
.s2_btn>*{
    max-width: 70px;
    cursor: pointer;
}
.s2_img_wrap{
    line-height: 0;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.s2_img_wrap::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    transition: 1s background;
}
.swiper-slide-active .s2_img_wrap::after{
    background: rgba(0, 0, 0, 0);
}
.swiper-slide-active .s2_tit{
    color: rgba(255, 255, 255, 1);
}
.s2_tit{
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    padding: 3rem 0;
    transition: color 1s ;
}
/* sec3/비수술 클리닉 */
.sec3{
    position: relative;
    background: #FAFBFC;
}
.sec3 .content_inner{position: relative;}
.sec3 .main_tit b{
    color: rgba(0, 0, 0, 0.15);
}
.sec3 .main_tit b .copy{
    color: rgba(0, 0, 0, 1);
}
.txt_bg{
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    font-size: 7vw;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 1px #88BEFF; /* 초록색 외곽선 */
    text-transform: uppercase;
    white-space: nowrap;
    box-sizing: border-box;
    overflow: hidden;
    opacity: .3;
}
.flowing-text {
    display: inline-block;
    animation: text-to-left  85s linear infinite;
}
/*왼쪽에서 오른쪽으로 텍스트가 흐르는 애니메이션*/
@keyframes text-to-right {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0%);
    }
}
/*오른쪽에서 왼쪽으로 텍스트가 흐르는 애니메이션*/
@keyframes text-to-left {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}
.sec3::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: url('../img/s3_bottom.png') no-repeat 50% 50% / cover;
}
.s3_wrap{
    max-width: 1280px;
    width: 80%;
}
.s3_li.swiper-slide{
    background: #fff;
    border-radius: 30px;
    padding: 30px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: stretch;
    gap: 40px;
}
.s3_li >*{ 
    width: 100%;
}
.s3_img{
    line-height: 0;
    border-radius: 20px;
    overflow: hidden;
    align-self: stretch;
}
.s3_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.s3_txt{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.s3_num{
    color: #6D6D6D;
    font-size: 60px;    
    font-weight: 600;
    opacity: 0.3;
}
.s3_tit{
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #003B75;
}
.s3_tit+p{
    font-size: 22px;
    color: #434748;
    opacity: 0.6;
}
/* 둘러보기 */
.sec5 .main_tit b{
    color: rgba(0, 0, 0, 0.15);
}
.sec5 .main_tit b .copy{
    color: rgba(0, 0, 0, 1);
}
.sec5{
    background: url('../img/s5_bg.png') no-repeat 50% 50% / cover;
}
.tour_swiper .swiper-slide{
    width: auto;
    height: auto;
    line-height: 0;
    max-width: 60%;
}
.tour_pagination{
    text-align: center;
    margin-top: 50px;
}
.tour_pagination .swiper-pagination-bullet-active{
    background: #0D3669;
}

/* time_table */
main .time_table{
    display: flex;
    background: #434748;
    color: #fff;
    font-weight: 400;
}
.map_txt{
    padding: 8rem ;
    font-size: 25px;
}
.map_txt address{font-size: 20px;font-weight: 300;}
.map_tit{
    /* color:rgba(255, 255, 255, 0.5); */
    font-size: 36px;
    font-weight: 800;
    margin: 0 0 20px;
    display: flex;
    align-items: flex-start;
    line-height:  1.3em;
    gap: 15px;
}
.map_tit img{
    width: 1.3em;
}
.map_txt li{
    display: flex;
    gap: 30px;
    margin-bottom: 0.5em;
}
.map_txt li em{
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    width: 110px;
}
.map_txt li span {
    font-weight: 400;
}
.map_txt li span b{
    font-weight: 600;
}
.map_wrap{flex-grow: 1;}
.map_txt hr{
    margin: 40px 0;
    opacity: 0.3;
}


/* 반응형 */


@media (min-width:0px) and (max-width:1520px){
    .s1_inner {
        margin-left: 2%;
        width:98%;
    }
    .sec2>div {
        margin-left: 2%;
    }
    .s2_txt {
        width: 28%;
    }
    .map_txt {
        padding: 8rem 4rem;
        font-size: 20px;
    }
    .map_tit {
        font-size: 32px;
    }
    
}
@media (min-width:0px) and (max-width:1280px){
    
    .s2_btn>* {
        max-width: 50px;
    }
    .s3_tit {
        font-size: 35px;
        margin-bottom: 10px;
    }
    .s3_tit+p{
        font-size: 20px;
    }

}
@media (min-width:0px) and (max-width:1080px){
    
    .s1_flex {
        flex-direction: column;
    }    
    .s1_left{max-width: 90%;}
    .s3_li.swiper-slide{
        flex-direction: column;
    }
    .sec3::before{
        height: 35%;
    }

}
@media (min-width:0px) and (max-width:900px){
    .main_tit {
        font-size: 40px;
        gap: 20px;
    }
    .main_tit img {
        max-width: 40px;
    }
    .s3_num {
        font-size: 50px;
        line-height: 1;
    }
    .txt_bg {
        top: 0;
        line-height: 1;
        font-size: 13vw;
        opacity: .3;
    }



    /*  */
    .time_table{flex-direction: column-reverse;}
    .map_txt {
        padding: 50px 20px;
    }
    .map_tit {
        font-size: 27px;
        gap: 10px;
    }
    .map_txt li em {
        width: 80px;
    }
    
}

@media (min-width:0px) and (max-width:600px){
    
    /*  */
    .s1_flex {
        align-items: stretch;
        gap: 40px;
    }
    .s1_left {
        max-width: 95%;
    }
    .s1_tit {
        font-size: 7vw;
        margin-bottom: 40px;
    }
    .s1_left p {
        font-size: 4vw;
    }
    .s2_flex {
        flex-direction: column;
        gap: 40px;
    }
    .s2_btn {
        margin-top: 30px;
        gap: 10px;
    }
    .s2_swiper {width: 100%;}
    .s2_btn>* {
        max-width: 40px;
    }
    .sec2::before{
        width: 65%;
    }
    .main_tit {
        font-size: 10vw;
        gap: 20px;
    }
    .s2_tit {
        font-size: 7vw;
        padding: 20px 0 0;
    }
    .txt_bg {
        font-size: 15vw;
    }
    .s3_li.swiper-slide {
        padding: 20px;
        gap: 20px;
    }
    .s3_txt{
        gap: 10px;
    }
    .s3_tit {
        font-size: 8vw;
    }
    .s3_tit+p {
        font-size: 4vw;
    }
    .map_tit {
        font-size: 6.8vw;
    }
    .map_txt {
        font-size: 4.5vw;
    }
    .map_txt li em{
        width: 80px;
    }

}
@media (min-width:0px) and (max-width:360px){

    











    
}