@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');


body{
    font-family: "Noto Sans KR", sans-serif;
}


.main-bg{
    background: url('../images/main-bg.png');
    background-size: cover;
}

.main-title{
    padding-top: 284px;
    color: #fff;
    text-align: center;
    font-size: 68px;
    font-weight: bold;
    margin-bottom: 49px;
}
.flex-control{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.link-login-btn{
    margin-bottom: 195px;
    background: #FF589D;
    border: none;
    padding: 9px 120px;
    font-weight: bold;
    border-radius: 10px;
}

.link-login-btn a{
    color: #fff;
    font-size: 37px;
    text-decoration: none;
}

.guide-title{
    background: #FF589D;
    color: #fff;
    text-align: center;
    padding: 23px 0;
}

.mySwiper img{
    width: 50%;
    margin: 60px 0;
}

.sldier-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 500px;
}

.sldier-text h1{
    color: #FF589D;
    font-weight: bold;
}
.sldier-text p{
    color: #FF589D;
}


footer{
    padding: 50px;
}

.guide-title{
    margin: 60px 90px 26px 90px;
}

.guide-img{
    display: flex;
}
.guide-img img{
    margin: 0 5px;
}
.main-bg{
    border-radius: 30px;
}

.common-marign{
    margin: 60px 90px 26px 90px;
}

.swiper-button-next, .swiper-button-prev{
    color: #FF589D;
}

@media(max-width:1280px){
    .sldier-text h1{
        font-size:32px;
    }
    .sldier-text p{
        font-size:16px;
    }
    .container{
        width: 100%;
    }
}

@media(max-width:1024px){
    .main-bg{
        margin: 60px 20px 26px 20px;
        border-radius: 30px;
    }
    .common-marign{
        margin: 60px 20px 26px 20px;
    }
    .sldier-text{
        justify-content: flex-start;
    }
}

@media(max-width:768px){
    .sldier-text{
        height: auto;
    }
    .common-marign{
        margin: 10px 20px 26px 20px;
    }
    .mySwiper img{
        width: 40%;
    }
    .guide-img{
        align-items: center;
        justify-content: center;
    }
}

@media(max-width:568px){
    .main-title{
        font-size: 42px;
    }
    .link-login-btn{
        padding: 9px 50px;
    }
    .link-login-btn a{
        font-size: 28px;
    }
    .sldier-text h1{
        font-size: 24px;
    }
    .mySwiper img{
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .guide-img img{
        margin: 0 5px;
    }
    .main-title{
        padding-top: 170px;
    }
    .main-bg{
        margin-top: 20px;
    }
    .guide-title{
        font-size: 28px;
        padding: 20px 0;
    }
    footer{
        padding: 25px;
    }
}