.content1 {
    padding: 2.5rem 1.5rem .5rem;
}
.section2 .btn_wrap {
    display: flex;
    gap: 10px;
    width: 100%;
    overflow-x: auto;
    margin-bottom: 2rem;
}
.section2 .btn_wrap::-webkit-scrollbar {
    display: none; 
}

.section2 .btn1, .section2 .btn2, .section2 .btn3 {
    position: relative;
    width: 100%;
    min-width: 130px;
}

.section2 img {
    width: 100%;
}

.section2 .text-overlay1, .section2 .text-overlay2, .section2 .text-overlay3 {
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.5rem;
    line-height: 1.3;
    width: 100%;
    text-align: center;
}

.content1 .btn_group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.content1 .btn_group a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 4rem;
    font-size: 1.6rem;
    font-weight: 600;
    border: 2px solid #52b3de;
    border-radius: 1rem;
}
.content1 .btn_group a img{
    width: 15%;
}
.content1 .sub_title {
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.content1 .box {
    margin-bottom: 2rem;
}
.content1 .bold {
    font-size: 1.6rem;
    font-weight: 600;
    color: #4173b2;
    margin-bottom: 1rem;
    line-height: 1.3;
}
.content1 .con {
    font-size: 1.6rem;
    line-height: 1.3;
    color: #7e7e7e;
}
.content1 .con .point2{
    font-size: 1.6rem;
    font-weight: 600;
    color: #4173b2;
    margin-bottom: 1rem;
}
.content1 .con .point3{
    font-size: 1.6rem;
    font-weight: 600;
    color: #54b4df;
}
.content1 .box img {
    width: 100%;
    margin: 2rem 0;
}
.content1 .btn_group2 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 4rem 0;
}
.content1 .btn_group2 a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 4rem;
    font-size: 1.6rem;
    font-weight: 600;
    border: 2px solid #52b3de;
    border-radius: 1rem;
    line-height: 1.3;
}
.content1 .btn_group2 a img{
    width: 15%;
}

.bottom {
    background-color: #f2f2f2;
    text-align: center;
    padding: 2.5rem;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}
.bottom a{
    font-size: 1.6rem;
    font-weight: 600;
}