
.content1 {
    padding: 40px 0 80px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}

.content1 .point2{
    display: inline-block;
    font-size: 19px;
    border-radius: 10px;
    color: #0d9e5f;
    line-height: 1.3;
}
.content1 .point3{
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
    color: #3777fe;
}
.title {
    margin: 0;
    font-size: 30px;
    font-weight: 800;
    display: inline-block;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: "NanumSquareEB" !important;
}
.section_A1 .title, .section_C .title, .section_C2 .title {
    margin-bottom: 30px;
}
.title img{
    width: 3%;
}


.section_A1 .box .bold, .section_A2 .box .bold, .section_A3 .box .bold{ 
    border-bottom: 2px solid #cccccc;
    font-size: 18px;
    padding: 1.5rem;
    display: flex;
    align-items: flex-start;
    line-height: 1.3;
    padding-right: 3rem;
    position: relative;
    border-bottom: none;
    width: 100%;
    margin: 0 !important;
}


.content1 .box  {
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    padding: 40px 20px;
    border-radius: 10px;
}

.content1 .box .con {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
}
.content1 .box .bold{
    display: inline-block;
    font-size: 18px;
    border-radius: 10px;
    font-weight:600;
    line-height: 1.3;
    margin: 30px 0 20px;
    color: #3777fe;
}
.content1 .link {
    display: flex;
    flex-direction:column;
    width:100%;
    padding: 20px;
    border-radius: 50px;
    background-color: #2f71fe;
    color: #fff;
    text-align: center;
    font-size: 20px;
    gap: 10px;
    margin-top: 30px;
    align-items: center;
    word-wrap: break-word;
    white-space: normal;

}
.content1 .link span{
    color: #fff;
    font-size: 20px;
    font-family: "NanumSquareL" !important;
    border-bottom: 1px solid #fff;
    display: inline-block;
}

.content1 .btn_wrap{
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 40px;
}
.content1 .btn_wrap a{
    width: 100%;
    display: flex;
    color: #1b1d57;
    align-items: center;
    justify-content: space-between;
    padding: 30px 20px;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    font-size: 20px;
    font-weight: 600;
    background-color:#f1f5fe;
    border: 1px solid #b5b8d1;
    font-family: "NanumSquareEB" !important;
}
.content1 .btn_wrap a:last-child{
    background-color:#f2f2f2;
}

@media screen and (max-width: 767px) {
    main {
        width: 90%;
        max-width: 100%;
        margin: 0 auto;
    }
    .content1 {
        padding: 30px 0 80px;
        width: 100%;
        margin: 0 auto;
        max-width: 1200px;
    }
    .content1 .box .bold {
        font-size: 16px;
        margin: 20px 0 15px
    }
    .content1 .box .con {
        font-size: 16px;
    }
    .content1 .point2 {
        font-size: 16px;
    }
    .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:20px;
        margin-bottom: 0;
        gap: 5px;
    }
    .title img {
        width: 10%;
    }
  
    .sub_title {
        margin-top: 30px;
        font-size: 20px;
    }
    .section_A1 .title, .section_C .title, .section_C2 .title {
        margin-bottom: 20px;
    }
    .content1 .box {
        margin-bottom: 0;
        padding: 30px 20px;
    }
    .content1 .box .con {
        margin-bottom: 0;
    }
    .content1 .btn_wrap a {
        padding: 20px 20px;
        border-radius: 15px;
        font-size: 17px;
    }
    .content1 .btn_wrap a img{
        width: 7%
    }
    .content1 .link {
        padding: 15px;
        border-radius: 50px;
        font-size: 17px;
        gap: 5px;
        margin-top: 20px;
        
    }
    .content1 .link .s2 {
        width: 90%;
    }
    .content1 .link span {
        font-size: 14px;
        word-wrap: break-word; 
        line-height: 1.3;
    }
}