
.content1 {
    padding: 20px 0 80px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}

.content1 .point2{
    display: inline-block;
    font-size: 19px;
    border-radius: 10px;
    color: #0057b5;
    line-height: 1.3;

}
.content1 .point3{
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: #5e5e5e;
    font-family: 'NanumSquareNeoBold' !important;
}
.section_A .content1 .box:last-child .bold{
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: #5e5e5e;
    font-family: 'NanumSquareNeoExtraBold' !important;
}


.sub_title {
    font-size: 23px;
    font-weight: 800;
    margin-bottom: 30px;
    color: #0057b5;
    font-family: 'NanumSquareNeoExtraBold' !important;
    
}

.section_A1 .content1 .box, .section_B .content1 .box  {
   border: 1px solid #afafaf;
   border-radius: 15px;
   padding: 25px;
   margin-bottom: 50px;
} 
.content1 .box  {
    margin-bottom: 30px;
    background: #fff;
}
.section_A1 .content1 .box .con, .section_B .content1 .box .con, .section_D .content1 .box .con {
    margin-bottom: 0;
}
.content1 .box .con {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    color: #7e7e7e;
}
.content1 .box .bold {
    display: inline-block;
    font-size: 18px;
    border-radius: 10px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #0057b5;
}
.content1 a {
    position: relative;
    display: inline-block;
    width: calc(50% - 8px);
    background-image: url('../img/btn.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto; 
}


.content1 .banner {
    width: 100%;
    height: auto;
    display: block;
}
.content1 .img-container {
    position: absolute;
    top: 15px; 
    right: 10px;
}
.content1 .img-container img {
    width: 70%;
}
.content1 .text-overlay {
    position: absolute;
    bottom: 15px; 
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 20px; 
    padding: 10px;
    text-align: center;
}
.content1 .btn_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
}
.content1 .button {
    width: 100%;
    display: flex;
    font-size: 20px;
    font-family: 'NanumSquareNeoBold' !important;
    background-color: #dee9ff;
    padding: 50px;
    border-radius: 10px;
    margin-top: 60px;
    background-repeat: no-repeat; /* 이미지 반복 방지 */
    background-position: right 50px bottom;
}
.content1 .button:last-child {
    margin-top: 40px;
}
.section_A .content1 .button {
  background-image: url('../img/sub-btn-1.png');
  background-size: 11%; 
}
.section_A1 .content1 .button {
  background-image: url('../img/sub-btn-2.png');
  background-size: 11%; 
}
.section_D .content1 .button:nth-of-type(1) {
  background-image: url('../img/sub-btn-3.png');
  background-size: 13%; 
}
.section_D .content1 .button:last-child {
  background-image: url('../img/sub-btn-4.png');
  background-size: 13%; 
}
.section_F .content1 .button:nth-of-type(1) {
  background-image: url('../img/sub-btn-5.png');
  background-size: 15%; 
}
.section_F .content1 .button:last-child {
  background-image: url('../img/sub-btn-6.png');
  background-size: 17%; 
}

@media screen and (max-width: 767px) {
    .content1 {
        width:90%;
        padding: 20px 0 30px;
        max-width: 100%;
    }
    
    .banner-wrapper {
        position: relative;
        margin-bottom: 15px;
    }
    .content1 .box .bold {
        font-size: 17px;
    }
    .content1 .box .con {
        font-size: 16px;
    }
    .content1 .point2 {
        font-size: 17px;
    }
    .content1 .point3 {
        font-size: 16px;
    }
    .section_A1 .box.on .con, .section_A2 .box.on .con, .section_A3 .box.on .con {
        font-size: 16px;
    }
    .banner {
        display: block;
        width: 100%;
        height: 80px;
    }
    .text-overlay {
        right: 15px;
        padding: 10px;
        font-size: 14px;
        border-radius: 7px;
    }
    .text-overlay img {
        width: 13px;
        height: auto;
    }
    .title {
        font-size:25px;
        margin-bottom: 0;
        justify-content: center;
    }
    .title img {
        width: 8%;
    }
    .section_C .title img {
        width: 5%;
    }
    .sub_title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .content1 .box {
    }
    .content1 .box .con {
        margin-bottom: 0;
    }
    .content1 .btn_wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        margin-top: 30px;
    }
    .section_A1 .content1 .box, .section_B .content1 .box {
        padding: 15px;
        margin-bottom: 30px;
    }
    .content1 .button {
        font-size: 18px;
        padding: 25px;
        margin-top: 20px;
        background-position: right 25px bottom;
        line-height: 1.3;
    }
    .content1 .button:last-child {
        margin-top: 20px;
    }
    .section_A .content1 .button {
        background-image: url(../img/sub-btn-1.png);
        background-size: 25%;
    }
    .section_D .content1 .button:nth-of-type(1) {
        background-size: 28%;
    }
    .section_A1 .content1 .button {
        background-size: 25%;
    }
    .section_D .content1 .button:last-child {
        background-size: 26%;
    }
    .section_F .content1 .button:nth-of-type(1) {
        background-size: 25%;
    }
    .section_F .content1 .button:last-child {
        background-size: 30%;
    }
}