.header_wrap ul li a {
    color: #fff;
    
}

header {
    position: relative;
    z-index: 10; 
    border-bottom: 1px solid #c4d6ed;
}


.header_wrap {
}


.header_wrap ul li a {
    color: #fff;
    text-decoration: none;
}
.section1 {
    margin-top: -71px;
    position: relative;
    margin-bottom: 0; /* 섹션1의 하단 여백 제거 */
}

.section1 .banner {
    width: 100%;
    height: auto;
}

.text-overlay {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 8px;
}

.text-overlay span {
    font-size: 28px;
    font-weight: 600;
    color: white;
}

.text-overlay pre {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 25px;
    color: white;
}

.section2 {
    background-color: #15319c;
    margin-top: -4px; /* 섹션2의 상단 여백 제거 */
}

.section2 .contents {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.section2 .contents a{
    background-color: #fff;
    width: 25%;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.section2 .contents a h2{
    font-size: 20px;
    font-weight: 600;
}

.section2 .contents a pre{
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
}
.section3 {
    width: 100%;
    max-width: 1200px;
    margin: 80px auto;
    text-align: center;
}

.section3 h1{
    font-size: 25px;
    color: #132160;
    font-family: 'Freesentation-9Black' !important;
}
.section3 .btn_wrap{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 30px;
}
.section3 .btn_wrap a{
    width: 50%;
    border: 1px solid #b1b1b1;
    border-radius: 15px;
    padding: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
}
.section3 .btn_wrap a img{
    width: 11%;
}
.section3 .btn_wrap2{
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin-top: 30px;
}
.section3 .btn_wrap2 a{
    width: 33.333%;
    border: 1px solid #b1b1b1;
    border-radius: 15px;
    padding: 40px 30px;
    display: flex;
    align-items: center;
   
    text-align: left;
    justify-content: space-between;
}
.section3 .btn_wrap2 a img{
    width: 12%;
}
.section3 .btn_wrap2 a h2{
    color: #fff;
    font-size: 22px;
    line-height: 1.3;
}
.section3 .btn_wrap2 a:nth-child(1){
    background-color: #15319c;
}
.section3 .btn_wrap2 a:nth-child(2){
    background-color: #0f206e;
}
.section3 .btn_wrap2 a:nth-child(3){
    background-color: #0c9289;
}
.banner_mo {
    display: none;
}
.btn_wrap2_mo {
    display: none !important;
}
.top {
    position: relative;
    margin-top: -70px;
    background-color: #fff;
    display: flex;
    border-top-right-radius: 5rem;
}
@media screen and (max-width: 767px) {
    .section1 {
        margin-top: -51px;
    }
    .banner {
        display: none;
    }
    .banner_mo {
        display: block;
        width: 100%;
        height: auto;
    }
    .text-overlay {
        width: 100%;
        max-width: 100%;
        top: 60%;
    }
    .text-overlay span {
        font-size: 19px;
    }
    .text-overlay pre {
        font-size: 16px;
        margin-top: 15px;
    }
    .section2 .contents {
        width: 90%;
        max-width: 100%;
        margin: 0 auto;
        padding: 40px 0 100px;
        flex-wrap: wrap;
        gap: 15px;
    }
    .section2 .contents a {
        background-color: #fff;
        width: calc(50% - 8px);
        padding: 20px 10px;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
        height: 180px;
    }
    .section2 .contents a img{
        width: auto;
        height: 50px;
    }
 
    .section2 .contents a h2 {
        font-size: 18px;
    }
    .section2 .contents a pre {
        font-size: 16px;
    }
    .section3 {
        width: 90%;
        max-width: 100%;
        margin: 50px auto;
        text-align: center;
        border-top-right-radius: 4rem;
    }
    .section3 h1 {
        font-size: 22px;
    }
    .section3 .btn_wrap {
        display: flex;
        gap: 15px;
        justify-content: space-between;
        margin-top: 20px;
    }
    .section3 .btn_wrap a {
        padding: 20px;
        border: none;
        flex-direction: column-reverse;
        font-size: 18px;
        justify-content: center;
        box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    }
    .section3 .btn_wrap a img {
        width: auto;
        margin-bottom: 25px;
        height: 40%;
    }
    .section3 .btn_wrap2_mo {
        gap: 8px;
        margin-top: 20px;
    }
    .btn_wrap2_mo {
        display: flex !important;
    }
    .btn_wrap2 {
        display: none !important;
    }
    .section3 .btn_wrap2_mo a{
        width: 33.333%;
        border: 1px solid #b1b1b1;
        border-radius: 15px;
        padding:20px;
        display: flex;
        align-items: center;
        text-align: left;
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-end;
        gap: 5px;
    }
    .section3 .btn_wrap2_mo a img{
        width: auto;
        height: 25px;
    }
    .section3 .btn_wrap2_mo a h2{
        color: #fff;
        font-size: 18px;
        line-height: 1.3;
        width: 100%;
    }
    .section3 .btn_wrap2_mo a:nth-child(1){
        background-color: #15319c;
    }
    .section3 .btn_wrap2_mo a:nth-child(2){
        background-color: #0f206e;
    }
    .section3 .btn_wrap2_mo a:nth-child(3){
        background-color: #0c9289;
    }
    .section3:first-of-type {
        margin-bottom: 0;
    }
}