.content1 .btn_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 1.5rem;
}

.content1 .btn_wrap a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 600;
    padding: 1.5rem 0;
    background-color: #fff;
    border-radius: 1.5rem;
    flex: 1;
    justify-content: center;
    gap: 1.5rem;
}
.content1 .btn_wrap a img{
    display: block;
    width: 100%;
    max-height: 100px;
    object-fit: contain;
    padding: 1rem;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 1rem;
}
.content1 .btn_wrap a:last-child img{
    height: auto;
}
.content1 .btn_group {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 4rem;
}
.content1 .btn_group a{
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    border-radius: 1.5rem;
    padding: 1rem;
    height: 110px;
}
.content1 .btn_group a .left{
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
}
.content1 .btn_group a .left pre{
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.3;
    margin-top: 1rem;
}
.content1 .btn_group a img{
    width: 25%;
    height: auto;
}
.content1 .btn_group .btn1{
    background-color: #f48445;
}
.sub_title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #505050;
}
.content1 .box {
    margin: 2rem 0 3rem; 
}
.content1 .con {
    font-size: 1.6rem;
    line-height: 1.3;
}
.content1 .con .point2{
    font-size: 1.6rem;
    line-height: 1.3;
    color: #f48445;
    font-weight: 500;
}
.content1 .btn_group2 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 4rem;
}
.content1 .btn_group2 a{
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    border-radius: 1.5rem;
    padding: 1rem;
    height: 100px;
}

.content1 .btn_group2 a img{
    width: 25%;
    height: auto;
}
.content1 .btn_group2 .btn1{
    background-color: #f48445;
}
.content1 .box .bold {
    font-size: 1.6rem;
    line-height: 1.3;
    color: #f48445;
    font-weight: 500;
    margin-bottom: 1rem;
}
.section_AE .content1 .box .bold {
    font-size: 1.8rem;
    line-height: 1.3;
    color: #ff3232;
    font-weight: 700;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.section_AE .content1 .box .bold img{
    width: 8%;
}