
.main{
    width: 100%;
    height: calc(100vh - 9rem);
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }

.swiper-slide h2{
    font-size: 5rem;
    margin-bottom: 4rem;
    font-family: "Noto Serif KR", serif;;
    font-weight: 400;
    letter-spacing: -2px;
    line-height: 1.2;
}
.swiper-slide p{
    font-size: 1.6rem;
}

.mainSwiper .swiper-slide{
    background: #555;
}

.mainSwiper .swiper-pagination-fraction{
    bottom: 6rem;
    right: 24rem;
    left: auto;
    width: fit-content;
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
    font-family: "Noto Serif KR", serif;;
}
.mainSwiper .swiper-pagination-current{
    font-size: 5rem;
    font-weight: 400;
}

.tit_wrap h3{
    font-size: 4rem;
    font-family: "Noto Serif KR", serif;;
    font-weight: 400;
    line-height: 1.2;
}

.tit_wrap h3.en,
.tit_wrap.w h3.en{
    color: #CECECE;
}
.tit_wrap p{
    margin-top: 4rem;
}

.tit_wrap.w h3,.tit_wrap.w p{
    color: #fff;
}

.tit_wrap .more_btn {
    margin-top: 4rem;
}
.more_btn {
    border: 1px solid;
    border-radius: 8px;
    width: fit-content;
    align-items: center;
    padding: 0.4rem;
}

.more_btn p{
    margin-top: 0;
    padding-left: 1rem;
}
.more_btn  .ico{
    transform: rotate(-90deg);
}

.sec{
    display: flex;
    justify-content: center;
    padding: 10rem 0;
}

.sec.pt_none,
.sub_sec.pt_none,
.in_sec.pt_none{
    padding-top: 0;
}
.sec.pb_none,
.sub_sec.pb_none,
.in_sec.pb_none{
    padding-bottom: 0;
}

.sec2{
    padding-bottom: 0;
    height: 103rem;
    position: relative;
    background: url(../../img/my/doctors_bg.png) no-repeat;
    background-size: cover;
}

.sec2 .tit_wrap{
    position: relative;
    z-index: 2;
}

.sec2 .img_wrap{
    position: absolute;
    bottom: 0;
}

.back1{
    width: 23rem;
    position: absolute;
    right: 0;
    bottom: auto;
    top: 0;
    z-index: -1;
}
.back2{
    width: 10rem;
    position: absolute;
    left: 50%;
    bottom: auto;
    top: -15rem;
    z-index: -1;
    opacity: .7;
}


.sec3 {
    background: url(../../img/my/sec3_bg.png) no-repeat;
    background-size: cover;
    position: relative;
}
.sec3:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(176deg, var(--gradient1) 0%, var(--gradient2) 100%);    
}

.sticky .inner{
    gap: 2rem;
    position: relative;
}

.sticky .tit_wrap,
.sticky .sub_tit_wrap{
    width: 33.333%;
    height: fit-content;
    position: sticky;
    top: 19rem;
}

.sticky .con_wrap{
    gap: 2rem;
    width: 66.666%;
}

.sticky .con{
    width: 100%;
    gap: 2rem;
    word-break: keep-all;
}

.sticky .con2{
    margin-top: 10rem;
}

.item{
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
}

.item .img_wrap{
    width: 100%;
    height: auto;
    background: #888;
}

.item .text_wrap{
    position: relative;
    padding: 4rem;
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(10px);
}

.item .text_wrap p{
    word-break: keep-all;
}

.item.full_img{
    position: relative;
    width: 100%;
}
.item.full_img .img_wrap{
    height: 65rem;
}
.item.full_img .text_wrap{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background: linear-gradient(176deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.5) 100%);    
}

.item .text_wrap .round_btn{
    position: absolute;
    top: 4rem;
    right: 4rem;
    display: flex;
    border-radius: 50%;
    background: var(--m-color);
}

.item .text_wrap .round_btn .ico{
    transform: rotate(-90deg);
    filter: invert(1);
}

.item .text_wrap b{
    font-size: 3rem;
    font-family: "Noto Serif KR", serif;;
    margin-bottom: 3rem;
}

.swipe_wrap{
    width: 100%;
}

main .sec4Swiper{
    overflow: unset;
}

.sec .inner.col{
    gap: 4rem;
}

.sec4{
    position: relative;
    overflow: hidden;
}

.sec4:before{
    content: '';
    width: 100%;
    height: 55rem;
    background: linear-gradient(180deg, var(--gradient2) 0%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.sec4 .inner{
    position: relative;
}

.sec5 {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    align-items: center;
}
.sec5 .inner{
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto;
}
.sec5 .notice_wrap{
    width: 100%;
}
.sec5 .notice_wrap b{
    font-size: 2rem;
    width: calc(100% - 10rem);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sec5 .notice_wrap .line a{
    padding: 3rem 0;
    display: flex;
    border-bottom: 1px solid #cecece;
}

.sec5 .notice_wrap .line:last-child a{
    border-bottom: 0;
}

.sec5 .notice_wrap .line a:hover{
    background: var(--m-color);
    color: #fff;
}

@media all and (max-width: 640px){
    .item.full_img .img_wrap{
        height: auto;
    }
    .swiper-slide h2 {
        font-size: 5.4vw;
    }
    .mainSwiper .swiper-pagination-fraction{
        right: 3%;
    }
    
    .sec2 .img_wrap{
        position: relative;
    }
    .back1{
        width: 18vw;
    }
    .sticky .inner{
        flex-direction: column;
    }
    .sticky .tit_wrap, .sticky .sub_tit_wrap{
        width: 100%;
    }
    .sticky .tit_wrap, .sticky .sub_tit_wrap{
        position: unset;
    }
    .sticky .con_wrap{
        width: 100%;
        flex-direction: column;
    }
    .sticky .con2{
        margin-top: 0;
    }
    .tit_wrap h3{
        font-size: 2.6rem;
    }

    .item .text_wrap b {
        font-size: 2.4rem;
        margin-bottom: 1.6rem;
    }
    .item .text_wrap{
        padding: 2rem 1.6rem;
    }
    .item .text_wrap .round_btn{
        top: 3rem;
        right: 3rem;
    }
    .sec{
        padding: 5rem 0;
    }
    .sec2{
        height: auto;
        padding-bottom: 0;
    }
    .sec4{
        padding-top: 0;
    }
    .sec5 .notice_wrap b{
        font-size: 1.6rem;
    }
    .main{
        height: calc(100vh - 18rem);
    }
}