.section1 {
    text-align: center;
}
.banner{
    width: 90%;
}
.section1 .btn_wrap {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.section1 .btn_wrap a{
    display: flex;
    padding: 1.5rem;
    border: 1px solid #f4f4f4;
    border-radius: 1rem;
    align-items: center;
    justify-content: space-between;
}
.section1 .btn_wrap a .left{
    display: flex;
    align-items: center;
    gap: 3rem;
}
.section1 .btn_wrap a .left h2{
    font-family: 'ONE-Mobile-Title' !important;
    font-size: 1.7rem;
}
.section1 .btn_wrap a .icon{
    width: 35px;
    height: auto;
}
.section1 .btn_wrap a .arrow{
    width: 11%;
}
.section1 .btn_wrap2 {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 1.5rem;
    justify-content: space-between;
}
.section1 .btn_wrap2 a {
    width: calc(50% - 8px);
    font-family: 'ONE-Mobile-Title' !important;
    font-size: 1.7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    border: 1px solid #f4f4f4;
    border-radius: 1rem;
    height: 140px;
    line-height: 1.3;
    position: relative; /* 부모 요소에 상대적 위치 설정 */
}

.section1 .btn_wrap2 a::after {
    content: "";
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 20px; /* 이미지 크기에 맞게 설정 */
    height: 20px; /* 이미지 크기에 맞게 설정 */
    background-image: url('../img/main_arrow2.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.section1 .btn_wrap2 a img{
    width: auto;
    height: 45%;
    margin-bottom: 2rem;
}
.section1 .btn{
    display: flex;
    padding: 1.5rem;
    border: 1px solid #f4f4f4;
    border-radius: 1rem;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5rem;
}
.section1  .btn .left{
    display: flex;
    align-items: center;
    gap: 3rem;
}
.section1 .btn .left h2{
    font-family: 'ONE-Mobile-Title' !important;
    font-size: 1.7rem;
}
.section1 .btn .icon{
    width: 35px;
    height: auto;
}
.section1 .btn .arrow{
    width: 8%;
}