main {
    padding: 0 1.5rem 3rem;
}
.section1 {
    position: relative;
    display: inline-block;
}

.section1 img {
    width: 100%;
    height: auto;
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translateY(-50%);
}

.text-overlay pre {
    margin: 0;
    color: #fff;
    font-family: '어그로l' !important;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.5;
}

.text-overlay span {
    color: #fff;
    font-family: '어그로m' !important;
    font-size: 2rem;
}

.text-overlay a {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #f8df4a;
    text-decoration: none;
    border-radius: 30px;
    font-size: 1.6rem;
    font-weight: 600;
}

.section2 {
    text-align: center;
    margin-top:2.5rem;
    margin-bottom: 2.5rem
}
h1{
    font-size: 1.9rem;
    font-family: '어그로m' !important;
    margin-bottom: 1.5rem;
}
.section2 .btn_wrap{
    display: flex;
    gap: 1.5rem;
}
.section2 .btn_wrap a{
    display: flex;
    flex-direction: column;
    width: 50%;
    border-radius: 5px;
    color: #fff;
    font-size: 1.6rem;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    font-weight: 600;
}
.section2 .btn_wrap a:nth-child(1){
    background-color: #2152a5;
}
.section2 .btn_wrap a:nth-child(2){
    background-color: #03326c;
}
.section2 .btn_wrap a img{
    width: auto;
    height: 40%;
}
.section3 {
    text-align: center;
    margin-bottom: 2.5rem
}
.section3 .btn_wrap{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.section3 .btn_wrap a{
    display: flex;
    width: 100%;
    border-radius: 5px;
    color: #fff;
    font-size: 1.6rem;
    align-items: center;
    gap: 1.5rem;
    text-align: left;
    padding:1rem;
    border: 1px solid #f6f6f6;
}
.section3 .btn_wrap a .right{
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.section3 .btn_wrap a img{
    width: 35%;
}
.section3 .btn_wrap a h2{
    font-size: 1.8rem;
    font-weight: 600;
}
.section3 .btn_wrap a pre{
    font-size: 1.6rem;
    line-height: 1.3;
    color: #969696;
}