.section1 {
    width: 100%;
    max-width: 1200px;
    margin:40px auto 60px;
    position: relative;
}

.banner {
    width: 100%;
    height: auto;
    display: block;
}

.text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    color: white; /* 텍스트 색상 */
    padding: 50px 45px;
}

.text-overlay pre {
    font-size: 24px;
    margin: 0;
    line-height: 1.5;
    font-family: 'KBFGDISPLAYB' !important;
}

.text-overlay a {
    margin-top: 10px;
    text-decoration: none;
    color: white;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #366afe;
    padding: 20px 25px;
    border-radius: 15px;
}

.text-overlay a img {
    margin-left: 45px;
    width: 15%;
}

.section2 {
    background-color: #f7f8fc;
}
.section2 .btn_wrap {
    width: 100%;
    max-width: 1200px;
    margin:0 auto;
    padding: 60px 0;
    display: flex;
    gap: 20px;
}
.section2 .btn_wrap .btn{
    width: 25%;
    background-color: #fff;
    border: 1px solid #d2dcec;
    border-radius: 20px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.section2 .btn_wrap .btn .top{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.section2 .btn_wrap .btn .top h2{
    font-size: 20px;
    line-height: 1.5;
}
.section2 .btn_wrap .btn .top img{
    width: 10%;
}
.section2 .btn_wrap .btn .icon{
    width: 70px;
    height: 50px;
    object-fit: contain;
}
.section2 .btn_wrap .btn a{
    font-size: 18px;
    color: #898d9b;
    background-color: #eaf0fd;
    padding: 20px 35px;
    border-radius: 15px;
    font-family: 'SpoqaHanSansNeo-Regular' !important;
}
.banner_mo {
    display: none !important;
}
.detail_mo {
    display: none !important;
}
@media screen and (max-width: 767px) {
    .detail_mo {
        display: flex !important;
        width: 100%;
        margin-top: 0;
        text-decoration: none;
        color: white;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #366afe;
        padding: 10px 30px;
        border-radius: 0;
        position: relative;
    }
    .detail_mo img {
        margin-left: 45px;
        width: 8%;
    }
    .detail {
        display: none !important;
    }
    .banner_mo {
        display: flex !important;
        width: 100%;
    }
    .banner {
        display: none !important;
    }
    .section1 {
        width: 100%;
        max-width: 1200px;
        margin: 0px auto 40px;
        padding-top: 130px;
        position: relative;
    }
    .text-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        color: white;
        padding: 25px 45px 0;
    }
    .text-overlay pre {
        font-size: 18px;
        text-align: center;
    }

    .section2 .btn_wrap {
        width: 90%;
        max-width: 100%;
        margin: 0 auto;
        padding: 40px 0;
        gap: 15px;
        flex-wrap: wrap;
    }
    .section2 .btn_wrap .btn {
        width: calc(50% - 8px);
        border-radius: 10px;
        padding: 16px;
        gap: 15px;
    }
    .section2 .btn_wrap .btn .icon {
        width: 50px;
        height: 40px;
        object-fit: contain;
    }
    .section2 .btn_wrap .btn .top h2 {
        font-size: 17px;
        line-height: 1.3;
    }
    .section2 .btn_wrap .btn .top img {
        width: 16%;
    }
    .section2 .btn_wrap .btn a {
        font-size: 15px;
        padding: 10px 20px;
        border-radius: 10px;
    }
}