header{
    border-bottom: none !important;
}
.section1 {
    background-color: #f6f6f6;
    padding: 3rem 1.5rem;
}
h1 {
    font-size: 20px;
    font-weight: 800;
    color: #31a2a3;
    font-family: 'NanumSquareNeoExtraBold' !important;
    margin-bottom: 1.5rem;
}
.section1 .btn_wrap {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.section1 .btn_wrap a{
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 3rem;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: rgb(17 17 26 / 0%) 0px 0px 0px, rgb(17 17 26 / 32%) 0px 0px 4px;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}
.section1 .btn_wrap a img{
    width: auto;
    height: 55px;
}
.section2 {
    padding: 3rem 1.5rem;
}
.section2 pre{
    font-size: 16px;
    line-height: 1.3;
}
.section2 .btn_wrap {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}
.section2 .btn_wrap:nth-last-of-type(1) {
    margin-top: 1.5rem;
}
.section2 .btn_wrap a{
    width: 50%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    font-size: 18px;
    font-weight: 600;
}
.section2 .btn_wrap a img{
    width: auto;
    height: 45%;
    margin-bottom: 1.5rem;
}
.section2 .btn_wrap .btn1 {
    color: #fff;
    background-color: #2fa0a1;
}
.section2 .btn_wrap .btn2 {
    background-color: #f5ef81;
}
.section2 .btn_wrap .btn3 {
    background-color: #ebf6ee;
}
.section2 .btn_wrap .btn4 {
    color: #fff;
    background-color: #59b3b4;
}
.section2 .btn5 {
    background-color: #f6f6f6;
    border-radius: 1.5rem;
    display: flex;
    padding: 2rem 2.5rem;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
}
.section2 span {
    font-size: 18px;
    font-weight: 600;
    color: #2b9fa0;
    margin-bottom: 1rem;
    display: block;
}
.section2 .btn5 img {
    width: 30%;
}