
.top {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    margin: 30px auto 30px;
    align-items: center;
    max-width: 1200px;
}

.left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.left img {
    width: 16rem; /* 고정된 크기의 로고 */
    margin-top: -30px;
}

.right {
    display: flex
    ;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    width: 55%;
    margin-left: 5rem;
}


.content1 {
    padding: 30px 0 80px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}

.title {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 800;
}

.content1 .point3 {
    font-size: 18px;
    border-radius: 10px;
    line-height: 1.3;
    font-family: '5Medium' !important;
    color: #707070;
}

.content1 .box {
    margin-bottom: 20px;
    background: #fff;
}

.content1 .box .con {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    color: #707070;
}

.content1 .box .bold {
    display: inline-block;
    font-size: 20px;
    line-height: 1.3;
    font-family: '6SemiBold' !important;
    color: #1300b0;
    margin-bottom: 5px;
}

.btn_wrap {
    display: flex;
    margin:60px auto 0;
    gap: 30px;
}
.btn_wrap a {
    background-color: #e8f4ff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(50% - 15px);
    padding: 20px 35px;
    border-radius: 15px;
    font-size: 22px;
    font-family: '6SemiBold' !important;
}
.btn_wrap a img{
    width: 70px;
}
.section_D .box { 
    margin-bottom: 0;
}
.section_D .box .bold{ 
    border-top: 1.5px solid #9a7ee5;
    padding: 20px 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.3;
    margin-bottom: 0;
    border-radius: 0;
    font-size: 20px;
    background-color: #f5f4fc;
}
.section_D .box:last-child .bold{ 
    border-bottom: 1.5px solid #9a7ee5;
}
.section_D .box .bold::after{ 
    content: '';
    background-image: url('../img/arrow-4.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    right: 30px;
    top: 55%;
    transform: translateY(-50%);


}
.section_D .box.on .bold::after{ 
    background-image: url('../img/arrow-3.png');
}

.section_D .box.on .con { 
    display: block;
    padding: 20px 30px;
    
}
.section_D .box .con { 
    display: none;
    line-height: 1.5;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .content1 {
        width: 90%;
    }
}

@media screen and (max-width: 767px) {
   
    .left img {
        width: 30%;
        margin-top: 0;
    }
    .section_A .btn_wrap {
        gap: 10px;
        margin-top: 30px;
    }
    .section_A .btn_wrap a {
        padding: 0px 7px;
        border-radius: 10px;
        gap: 5px;
    }
    .section_A .btn_wrap a img {
        width: auto;
        height: 30%;
    }
    .section_A .btn_wrap h2, .section_C .btn_wrap h2  {
        font-size: 17px;
        line-height: 1.3;
    }
    .content1 {
        width: 90%;
        padding: 30px 0 30px;
        max-width: 100%;
    }

    .content1 .box .bold {
        font-size: 17px;
    }

    .content1 .box .con {
        font-size: 16px;
    }

    .content1 .point3 {
        font-size: 17px;
    }

    .sub_title {
        font-size: 19px;
    }

    .section_C .btn_wrap a {
        padding: 15px;
        border-radius: 10px;
        gap: 10px;
    }
    .section_C .btn_wrap a img {
        width: 22%;
        height: 80%;
        object-fit: contain;
    }
    .link {
        padding: 15px 20px;
    }
    .link a {
        gap: 7px;
    }
    .link a h2 {
        font-size: 17px;
    }
    .btn_wrap {
        margin: 30px auto 0;
        gap: 10px;
    }
    .btn_wrap a {
        padding: 20px;
        border-radius: 10px;
        font-size: 16px;
        width: 50%;
        line-height: 1.3;
    }
    .section_D .box .bold {
        padding: 15px 30px 15px 20px;
        font-size: 17px;
    }
    .section_D .box .bold::after {
        right: 20px;
    }
    .section_D .box.on .con {
        padding: 15px 20px;
    }
}
