
.content1 {
    padding: 50px 0 80px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;

}
.content1 .title{
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #624439;
    margin-bottom: 40px;
}
.content1 .point2{
    display: inline-block;
    font-size: 20px;
    border-radius: 10px;
    color: #3d53e2;
    font-weight: 600;
}
.btn{
    width: 100%;
    max-width: 1200px;
    margin: 100px auto;
}
.btn a{
    background-color: #78523d;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.title_box_wrap {
    background:#f5faf6;
}
.title_box {
    box-sizing: border-box;
    padding: 25px 0;
    max-width: 1200px; 
    width: 100%; 
    margin: 0 auto;
    text-align: center;
}
.title {
    margin: 0;
    color: #589682;
    font-size: 22px;
    font-weight: 600;
}
.section_AA .content1 .box, .section_DE .content1 .box  {
    margin-bottom: 40px;
    text-align: center;
}
.section_AA .content1 .box:nth-child(1), .section_DE .content1 .box:nth-child(1)  {
    margin-bottom: 40px;
    text-align: left;
}
.content1 .box .con {
    font-size: 18px;
    line-height: 1.3;
}
.section_AA .content1 .box_con, .section_DE .content1 .box_con {
    font-size: 18px;
    line-height: 1.3;
    padding: 40px;
    border: 2px solid #ddd;
    border-radius: 10px;
    margin-top: 20px;
}
.section_BA .content1 .box_con {
    font-size: 18px;
    line-height: 1.3;
    padding:20px;
    border-radius: 20px;
    margin-top: 20px;
    background-color: #f2f2f2;
}
.section_CA .content1 .box_con {
    font-size: 18px;
    line-height: 1.3;
    padding:20px;
    border-radius: 10px;
    margin: 0 0 40px 0;
    background-color: #f2f2f2;
}
.section_CA .content1 .con .point3 {
    font-size: 18px;
    line-height: 1.3;
    background-color: #dff8f2;
    font-weight: 500;
    padding: 2px;
}
.content1 .box .bold{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    display: inline-block;
    border-radius: 30px;
}
.section_BA .content1 .box .bold{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    display: inline-block;
    margin-top: 30PX;
}
.section_AA .content1 .box .bold, .section_DE .content1 .box .bold{
    padding: 5px 40px;
}
.section_AA .content1 .box:nth-of-type(2) .bold, .section_DE .content1 .box:nth-of-type(2) .bold {
    background-color: #dff8f2;
}
.section_AA .content1 .box:nth-of-type(3) .bold, .section_DE .content1 .box:nth-of-type(3) .bold {
    background-color: #fff6db;
}
.section_AA .content1 .box:nth-of-type(4) .bold, .section_DE .content1 .box:nth-of-type(4) .bold {
    background-color: #f9e5e6;
}
.section_AA .content1 .box:nth-of-type(5) .bold, .section_DE .content1 .box:nth-of-type(5) .bold {
    background-color: #e8f2fb;
}
.section_AA .content1 .box:nth-of-type(6) .bold, .section_DE .content1 .box:nth-of-type(6) .bold {
    background-color: #e4e2ff;
}
.content1 .point3 {
    font-size: 18px;
    font-weight: 600;
}
.section_CA .btn_wrap{
    display: grid;
    grid-template-columns: repeat(3, 1fr);  /* 기본적으로 3개의 열로 나누기 (33%씩) */
    gap: 20px; 
    margin-top: 40px;
}

.section_CA .box2 {
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section_CA .btn_wrap .box2:nth-child(1) {
    background-color: #feefea;
}
.section_CA .btn_wrap .box2:nth-child(2) {
    background-color: #fff6db;
   
}
.section_CA .btn_wrap .box2:nth-child(3) {
    background-color: #f3f4f8;
}
.section_CA .btn_wrap.two-columns .box2:nth-child(1) {
    background-color: #e8f2fb;
}
.section_CA .btn_wrap.two-columns .box2:nth-child(2) {
    background-color: #dff8f2;
}

.section_CA h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.section_CA pre {
    font-size: 18px;
    line-height: 1.5;
}

.section_CA .btn_wrap.two-columns {
    grid-template-columns: repeat(2, 1fr);  
    margin-top: 20px;
}
.section_CA .bold {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    display: inline-block;
    margin: 40px 0;
}    
.section_CA .bold2 {
    font-size: 18px;
    line-height: 1.3;
    color: #7f7f7f;
    text-align: center;
    margin-top: 50px;
}    
.section_CA .btn_wrap2 {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.section_CA .btn_wrap2 .list{
    display: flex;
    flex-direction: column;
    width: 25%;
    text-align: center;
    align-items: center;
} 
.section_CA .btn_wrap2 .list span{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
} 
.section_CA .btn_wrap2 .list img {
    width: 100px;    
    height: 100px;   
    padding: 30px;    
    border: 1px solid #ddd;  
    border-radius: 50%;       
    object-fit: contain;
    margin-bottom: 20px;   
}

.section_DA .content1{
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 30px;
}
.section_DA .content1 a {
    width: 60%;
    margin: 0 auto;
    padding: 50px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 50px;
}
.section_DA .content1 a:nth-child(1) {
    background-color: #e8f2fb;
    color: #028fed;
}
.section_DA .content1 a:nth-child(2) {
    background-color: #fff6db;
    color: #eda500;
}
.section_DA .content1 a:nth-child(3) {
    background-color: #dff8f2;
    color: #38806a;
}
.section_DA .content1 a:nth-child(4) {
    background-color: #feefea;
    color: #da6c48;
}
.section_DA .content1 a:nth-child(5) {
    background-color: #f3f4f8;
    color: #6c5fdc;
}
.section_DB .bold, .section_DC .bold, .section_DD .bold {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    display: inline-block;
    margin: 40px 0 20px;
} 
.section_DB .box:nth-child(1) .bold, .section_DC .box:nth-child(1) .bold {
    margin-top:0;
} 
.section_DC .content1 .box_con, .section_DD .content1 .box_con, .section_DF .content1 .box_con {
    font-size: 18px;
    line-height: 1.3;
    padding:20px;
    border-radius: 10px;
    margin: 20px 0 0;
    background-color: #f2f2f2;
}
.section_DF .box:nth-of-type(2) .con {
    margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 1200px) {
    body {
        margin-top: 150px;
    }
    .content1 {
        padding: 50px 0 80px;
        width: 90%;
        margin: 0 auto;
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .title_box {
        padding: 30px 0 20px;
        max-width: 100%;
        width: 90%;
    }
    .content1 {
        padding: 40px 0 80px;
        width: 90%;
        max-width: 100%;
    }
    .section_AA .content1 .box .bold, .section_DE .content1 .box .bold {
        padding: 10px 22px;
    }
    .content1 .box .bold {
        font-size: 19px;
    }
    .section_AA .content1 .box_con, .section_DE .content1 .box_con {
        padding: 20px;
    }
    .section_CA .btn_wrap {
        gap: 10px;
        display: flex;
        flex-direction: column;
    }
    .section_CA .box2 {
        padding: 15px;
        justify-content: flex-start;
    }
    .section_CA .btn_wrap.two-columns {
        margin-top: 10px;
    }
    .section_CA .btn_wrap2 {
        gap: 15px;
        flex-wrap: wrap;
    }
    .section_CA .btn_wrap2 .list {
        display: flex;
        flex-direction: column;
        width: calc(50% - 10px);
        text-align: center;
        align-items: center;
    }
    .section_CA .btn_wrap2 .list img {
        width: 50px;
        height: 50px;
        padding: 8px;
        border: 1px solid #ddd;
        border-radius: 50%;
        object-fit: contain;
        margin-bottom: 20px;
    }
    .section_CA .btn_wrap2 .list span {
        font-size: 18px;
        line-height: 1.3;
    }
    .section_DA .content1 {
        gap: 20px;
    }
    .section_DA .content1 a {
        width: 100%;
        padding: 20px;
        font-size: 18px;
    }
}