.section-title-point{
    margin-top: 5%;
}

.section-title-point p{
    font-size: 1.4rem;
    font-weight: 400;
}

.section-title-point p:nth-child(1){
    margin-bottom: 15px;
}

.section-title-point p:nth-child(2){
    color:#61B3E6;
    font-weight: 600;
}

.m-page .section-title-point{
    font-weight: 300;
}

.m-page .section-title-point p:nth-child(1){
    color: #5a5a5a;
}

.m-page .section-title-point p:nth-child(2){
    font-weight: 400;
}


.m-page{
    position: relative;
}

.m-page .page-section-wrapper{
    position: absolute;
    top: 53%; left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50%;
}

.m-page .page-section-wrapper .section-title{
    margin: 0;
    width: 50%;
}

.m-page .page-section-wrapper .m-img{
    width: 40%;
    height: 100%;
    border-radius: 30px;
    background-color: #fff;
     background-size: cover; background-position: center; background-repeat: no-repeat;
}

.m-page:nth-child(even){
    background-color: #f6f6f6;
}

.m-img1{background-image: url('../img/problemaic/problemaic05.webp'); }
.m-img2{background-image: url('../img/problemaic/problemaic06.webp'); }
.m-img3{background-image: url('../img/problemaic/problemaic07.webp'); }
.m-img4{background-image: url('../img/problemaic/problemaic08.webp'); }


.m-page1{
    background-color: rgb(248, 252, 255);
    background-image: url('../img/problemaic/problemaic04_p.webp'); 
    background-size: cover; background-position: center; background-repeat: no-repeat;
    position: relative;
}

.m-page1 .pm-main-title div{
    display: none;
}

.m-page1 .pm-main-title{
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.m-page1 .pm-main-title h1{
    font-size: 2.8rem;
    margin-bottom: 2%;
    font-family:'Pretendard', sans-serif;
    width: 100%; margin-bottom: 3%;
    font-weight: 600;
    position: relative;
}

.m-page1 .pm-main-title h1::after{
    content: '┓';
    color: #222;
    position: absolute;   
    top: -55%;
    font-family:'Pretendard', sans-serif;
}

.m-page1 .pm-main-title p:nth-child(4){
    font-size: 1rem;
    color: #b6b6b6;
    margin-top: 1%; line-height: 1.4;
    font-weight: 300;
}

.m-page1 .pm-main-title p:nth-child(3){
    font-size: 1.4rem;
    color: #5a5a5a;
    margin-top: 1%;
    line-height: 1.4;
    font-weight: 300;
}

.m-contents{
    display: flex;
    justify-content: space-between;
}
 






.m-page6{
    background-color: #fff;
    background-image: url('../img/problemaic/problemaic09.webp'); 
    background-size: cover; background-position: center; background-repeat: no-repeat;
}
















/* -------------------- 모바일 반응형 -------------------- */
@media screen and (max-width: 720px) {

.m-page1 .pm-main-title{
    top: 53%;
}

.m-page1 .pm-main-title p:nth-child(3){
    font-size: 1rem;
}

.m-page1 .pm-main-title p:nth-child(4){
    display: none;
}

.m-page1{
    background-image: none;

}

.m-page1 .pm-main-title h1{
    font-size: 1.5rem;
    width: 70%;
    margin-bottom: 7%;
    line-height: 1.2;
}


.m-page1 .pm-main-title div{
    display: block;
    padding-bottom: 8%;
}

.m-page1 .pm-main-title div img{
    border-radius: 30px;
}

.m-page{
    height: 100vh;
}

.m-page .page-section-wrapper{
    flex-direction: column;
    height: 80%;
    justify-content: flex-start;
}

.m-page .page-section-wrapper .section-title{
    width: 100%;
}

.section-title-point p:nth-child(1){
    font-size: 1rem;
}

.section-title-point p:nth-child(2){
    font-size: 1rem;
}

.m-page .page-section-wrapper .m-img{
    width: 100%;
    margin-top: 18%;
    height: 45%;
}

.m-page6{
    background-image: url('../img/problemaic/problemaic09-m.webp');
}





}


























/* -------------------- 태블릿 반응형 (max-width: 1024px) -------------------- */
@media screen and (min-width: 721px) and (max-width: 1024px) {

    .heightauto{
        padding-bottom: 0;
    }

    .pm-main-title {
        width: 90%;
    }
    .pm-main-title h1 {
        font-size: 2rem;
    }
    .pm-main-title p {
        font-size: 0.9rem;
    }


    /* m-page - 전체 레이아웃 변경 */
    .m-page .page-section-wrapper {
        position: static;
        transform: none;
        height: auto;
        padding: 9% 0;
    }

    .m-page .page-section-wrapper .section-title {
        width: 100%;
    }

    .m-page .page-section-wrapper .m-img {
        width: 70%;
        height: 400px;
        margin-top: 20px;
    }

    .section-title-point {
        margin-top: 3%;
    }
    .section-title-point p {
        font-size: 0.9rem;
    }

    /* m-page6 - 배경 이미지 크기 및 텍스트 위치 조정 */
    .m-page6 {
        background-size: cover;
        padding: 13% 0;
        background-position: right;
    }

    .m-page6 h1,
    .m-page6 p {
        position: static;
        text-align: center;
    }

    .m-page6 h1 {
        padding-top: 10%;
    }
}


@media screen and (min-width: 1921px) {

 
.m-page1 .pm-main-title p{
    font-size: 1.45rem;
}



}