.header_wrap ul li a {
    color: #fff;
    
}

header {
    position: relative;
    z-index: 10; 
    border-bottom: 1px solid #bbbbbc;
}


.header_wrap {
}


.header_wrap ul li a {
    color: #fff;
    text-decoration: none;
}
.section1 {
    margin-top: -90px;
    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:45%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.text-overlay span {
    font-size: 21px;
    color: white;
}

.text-overlay pre {
    font-size: 25px;
    margin-top: 5px;
    color: white;
    font-family: '5Medium' !important;
}
.section2 {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: -8rem  auto 0;
    gap: 30px;
    z-index: 1;
    position: relative;
}
.section2 a{
    width: 50%;
}
.section2 a img{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.section2 a h2 {
    font-size: 22px;
    font-family: '7Bold' !important;
}

.section2 a span {
    position: relative;
    display: inline-block;
    color: #0066c0;
    padding-right: 10px;
    font-size: 18px;
    margin: 15px 0;
}

.section2 a span::after {
    content: "";
    position: absolute;
    left: 100%; /* span의 오른쪽 끝에 가로줄을 위치시킴 */
    top: 50%; /* span의 중앙에 가로줄을 위치시킴 */
    width: 33rem;
    height: 2px; /* 가로줄 두께 */
    background-color: #72b4e0; /* 가로줄 색상 */
    flex: 1;
}
.section3 {
    background: #f2f2f2;
    padding: 60px 0;
    text-align: center;
    margin: 60px auto 0;
}
.section3 .btn_wrap{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
h1 {
    font-size: 24px;
    font-family: '7Bold' !important;
    margin-bottom: 40px;
}
.section3 .btn_wrap a{
    display: flex;
    flex-direction: column;
    width: calc(33.33% - 14px);
    padding: 30px;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-family: '6SemiBold' !important;
}
.section3 .btn_wrap a img{
    width: auto;
    height: 55%;
    margin-bottom: 20px;
}
.banner_mo {
    display: none !important;
}
@media screen and (max-width: 767px) {
    .banner {
        display: none !important;
    }
    .banner_mo {
        display: block !important;
        width: 100%;
    }
    .section1 {
        margin-top: -53px;
    }
    .section2 {
        width: 90%;
        max-width: 100%;
        margin: -5rem auto 0;
        gap: 10px;
    }
    .section2 a img {
        width: 100%;
    }
    .section2 a span::after {
        width: 11rem;
    }
    .section2 a span {
        padding-right: 13px;
        font-size: 16px;
        margin: 12px 0;
    }
    .section2 a h2 {
        font-size: 18px;
        font-family: '7Bold' !important;
    }
    .text-overlay {
        width: 90%;
        max-width: 100%;
        margin: 0 auto;
        position: absolute;
        top: 51%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 28px;
        border-radius: 8px;
        text-align: center;
    }
    .text-overlay span {
        font-size: 16px;
    }
    .text-overlay pre {
        font-size: 20px;
        margin-top: 5px;
        line-height: 1.3;
    }
    .section3 {
        padding: 35px 0;
        margin: 35px auto 0;
    }
    h1 {
        font-size: 19px;
        margin-bottom: 22px;
    }
    .section3 .btn_wrap {
        width: 90%;
        max-width: 100%;
        gap: 15px;
    }
    .section3 .btn_wrap a {
        width: calc(50% - 8px);
        padding: 25px 8px;
        font-size: 16px;
        line-height: 1.3;
    }
    .section3 .btn_wrap a img {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
        object-fit: contain;
    }
}