.content1 {
    width: 100%;
    width: 1200px;
    margin: 40px auto;
}
.content1 .sub_title {
    font-size: 22px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
}
.content1 .box {
    margin-top: 30px;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 40px 30px;
}
.content1 .box .con{
    font-size: 18px;
    font-weight: 300;
    color: #5d5857;
    line-height: 1.3;
}
.content1 .box .bold{
    font-size: 20px;
    font-weight: 300;
    color: #ff2100;
    line-height: 1.3;
    margin-top: 30px;
}
.content1 .btn_wrap{
    margin: 50px auto;
    width: 100%;
    display: inline-flex;
    justify-content: center;
}
.content1 .btn_wrap a{
    width: 40%;
    background-color: #ff2100;
    text-align: center;
    padding: 20px;
    border-radius: 20px;
}
.content1 .btn_wrap a span{
    color: #fff;
    font-size: 18px;
}
.content1 .box .con .point2{
    font-size: 20px;
    font-weight: 300;
    color: #ff2100;
    line-height: 1.3;
    margin-top: 30px;
}
.content1 .a .point2{
    font-size: 20px;
    font-weight: 300;
    color: #ff2100;
    line-height: 1.3;
    margin-top: 30px;
}
.section_CA .btn_group {
    display: flex;
    width: 100%;
    gap: 20px;
    padding: 30px 0;
}

.section_CA .btn_group .btn1, .section_CA  .btn_group .btn2 {
    position: relative;
    flex: 1;
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    align-items: flex-start;
    width: 50%;
    border: 1px solid #ddd;
    height: 180px;
}

.section_CA .btn_group .btn1 {
    background-image: url('../img/sub-icon-1.png');
    background-position: calc(100% - 20px) calc(100% - 30px);
    background-repeat: no-repeat;
    background-size: auto 90px;
}

.section_CA  .btn_group .btn2 {
    background-image: url('../img/sub-icon-2.png');
    background-position: calc(100% - 20px) calc(100% - 30px);
    background-repeat: no-repeat;
    background-size: auto 90px; 
}

.section_CA .btn_group .btn1 span, .section_CA .btn_group .btn2 span {
    font-size: 20px;
}

.section_CA .btn_group .btn1 a, .section_CA .btn_group .btn2 a {
    padding: 15px 25px;
    border-radius: 30px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ff2100;
    font-size: 18px;
    width: 30%;
    text-align: center;
}
.section_CA .btn_group .btn1:hover a, .section_CA .btn_group .btn2:hover a {
    background-color: #ff2100;
    color: #fff;
}
.section_CB .box{
    border: none;
    padding: 0;
}
.section_CB .box .bold{
    background-color: #8d7571;
    color: #fff;
    margin-bottom: 20px;
    padding: 15px 20px;
    border-radius: 30px;
}
.section_DA {
    width: 100%;
}
.section_DA .btn_group{
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    gap: 20px;
}
.section_DA .btn_group div {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 50px;
    width: 33%;
    justify-content: flex-end
}
.section_DA .btn_group div img{
    width: auto;
    height: 80px;
    margin-bottom: 40px;
}
.section_DA .btn_group div span{
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
}
.section_DA .btn_group div:hover span{
    color: #ff2100;
}
.section_DA .btn_group div a{
    font-size: 18px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ff2100;
    border-radius: 30px;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 30px;
}
.section_DA .btn_group div:hover a{
    background-color: #ff2100;
    color: #fff;
}
.section_DB .box{
    margin-bottom: 50px;
}
.content1 .qna { 
    margin-bottom: 25px;

}
.content1 .qna .q { 
    font-size: 20px;
    border: 1.5px solid #e6e6e6;
    padding: 20px 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.3;
    padding-right: 3rem;
    border-left: 8px solid #ff2100; 
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.content1 .qna .q::after{ 
    content: '';
    background-image: url('../img/down-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 2rem;
    height: 2rem;
    right: 2rem;
    top: 60%;
    transform: translateY(-50%);
}
.content1 .qna.on .q::after{ 
    background-image: url('../img/up-arrow.png');
}

.content1 .qna.on .a { 
    font-size: 18px;
    display: block;
    padding: 20px 0;
    
}
.content1 .qna .a { 
    display: none;
    line-height: 1.5;
}
.section_DC .content1 .box .bold:nth-of-type(1), .section_EA .content1 .box .bold:nth-of-type(1){
    margin-top: 0;
}
@media screen and (max-width: 767px) {
    .content1 {
        width: 90%;
        max-width: 100%;
        margin: 20px auto;
    }
    .content1 .sub_title {
        font-size: 20px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
    }
    .content1 .box {
        margin-top: 30px;
        padding: 20px;
    }
    .content1 .box .bold {
        font-size: 19px;
    }
    .content1 .btn_wrap a {
        width: 100%;
    }
    .content1 .box .con .point2 {
        font-size: 19px;
    }
  
    .section_CA .btn_group {
        display: flex;
        width: 100%;
        gap: 10px;
        padding: 30px 0;
    }
    .section_CA .btn1, .section_CA .btn2 {
        padding: 30px 20px;
        width: 100%;
        justify-content: flex-start !important;
       
    }
    .section_CA .btn1 span, .section_CA .btn2 span {
        font-size: 18px !important;
    }
    .section_CA .btn1 a, .section_CA .btn2 a {
        padding: 10px 25px !important;
        font-size: 16px;
        width: 100% !important;
        margin-top: 10px;
        color: #ff2100;
    }
    .section_CA .btn1 {
        background-size: auto 65px;
        height: 190px !important;
    }
    .section_CA .btn2 {
        background-size: auto 60px;
        height: 190px !important;
    }
    .section_CA .btn_group .btn1 {
        background-size: auto 50px;
    }
    .section_CA .btn_group .btn2 {
        background-size: auto 50px;
    }
    .section_CB .box {
        border: none;
        padding: 0;
    }
    .section_DA .btn_group {
        width: 90%;
        max-width: 100%;
        padding: 30px 0;
        display: flex;
        flex-direction: column;
    }
    .section_DA .btn_group div {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #fff;
        padding: 30px;
        width: 100%;
        justify-content: flex-end;
    }
    .section_DA .btn_group div span {
        font-size: 18px;
    }
    .section_DA .btn_group div a {
        font-size: 16px;
        padding: 10px 20px;
        width: 100%;
    }
    .content1 .qna .q {
        font-size: 18px;
    }
    .content1 .a .point2 {
        font-size: 18px;
        font-weight: 300;
        color: #ff2100;
        line-height: 1.3;
        margin-top: 30px;
    }
}

