header {
    border-bottom: none;
}
.section1 {
    margin: 40px 0;
    display: flex;
    align-items:center;
    justify-content: space-between;
}
.section1 h1{
    font-size: 25px;
    font-family: 'GmarketSansMedium' !important;
    /* font-weight: 600; */
    color: #55555d;
    line-height: 1.7;
}
.section1 span{
    font-size: 35px;
    font-family: 'Paperlogy-8ExtraBold' !important;
    color: #2f71fe;
}
.section1 pre{
    font-size: 18px;
    line-height: 1.3;
    margin-top: 20px;
}
.section1 img {
    width: 50%;
}
.section2 .btn_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;

}
.section2 .btn_wrap a{
    width: calc(50% - 10px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    font-size: 20px;
    font-weight: 600;
    color: #266bfe;
    font-family: "NanumSquareEB" !important;
    
}
.section2 .btn_wrap a span{
    
}
.section2 .btn_wrap a .left{
    font-size: 20px;
    font-weight: 600;
    color: #266bfe;
    flex-direction: column;
  
}
.section2 .btn_wrap a .left p{
    font-size: 20px;
    font-weight: 600;
    color: #266bfe;
    font-family: "NanumSquareEB" !important;
    margin-top: 10px;
}
.section2 .btn_wrap a .left span{
    font-size: 18px;
    line-height: 1.3;
}
.section2 .btn_wrap a:nth-child(1){
    background-color: #dff4ed;
}
.section2 .btn_wrap a:nth-child(2){
    background-color: #f4ead7;
}
.section2 .btn_wrap a:nth-child(3){
    background-color: #f0f1f5;
    padding: 40px 20px;
}
.section2 .btn_wrap a:nth-child(4){
    background-color:#f0f1f5;
    padding: 40px 20px;
}
.section3 {
    margin: 50px 0;
}
.section3 .btn_wrap{
    display: flex;
    align-items:center;
    justify-content: space-between;
    gap: 20px;
}
.section3 .btn_wrap a{
    width: 33.33333%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 20px;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    font-size: 20px;
    font-weight: 600;
    background-color:#f1f5fe;
    border: 1px solid #b5b8d1;
    font-family: "NanumSquareEB" !important;
}

@media screen and (max-width: 767px) {
    main {
        width: 90%;
        max-width: 100%;
        margin: 0 auto;
    }
    .section1 {
        margin: 30px 0;
        flex-direction: column-reverse;
    }
    .section1 img {
        width: 90%;
    }
    .section1 h1 {
        font-size: 20px;
        font-family: 'GmarketSansMedium' !important;
        /* font-weight: 600; */
        color: #55555d;
        text-align: center;
        line-height: 2;
        margin-top: 20px;
    }
    .section1 pre {
        font-size: 15px;
        line-height: 1.3;
        margin-top: 7px;
        text-align: center;
    }
    .section2 .btn_wrap {
        gap: 15px;
    }
    .section2 .btn_wrap a {
        width: calc(50% - 8px);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
        border-radius: 20px;
        box-shadow: none;
        font-size: 15px;
        font-weight: 600;
        color: #266bfe;
        font-family: "NanumSquareEB" !important;
        line-height: 1.3;
    }
    .section2 .btn_wrap a img{
        width: 40%;
    }
    .section2 .btn_wrap a:nth-child(3) img, .section2 .btn_wrap a:nth-child(4) img {
        display: none;
    }
    .section2 .btn_wrap a:nth-child(3), .section2 .btn_wrap a:nth-child(4) {
        background-color: #f0f1f5;
        padding: 15px 15px 60px;
        align-items: flex-start !important;
        background-position: right 15px bottom 15px; 
        background-repeat: no-repeat; 
        background-size: 35%; 
        position: relative; 
    }
    .section2 .btn_wrap a:nth-child(3) {
        background-image: url('../img/icon-3.png'); 
    }
    .section2 .btn_wrap a:nth-child(4) {
        background-image: url('../img/icon-4.png'); 
    }
    
    .section2 .btn_wrap a .left span {
        font-size: 13px;
    }
    .section2 .btn_wrap a .left p {
        font-size: 15px;
        line-height: 1.3;
        margin-top: 5px;
    }
    .section3 {
        margin: 40px 0;
    }
    .section3 .btn_wrap {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        gap: 10px;
    }
    .section3 .btn_wrap a {
        width: 33.33333%;
        display: flex
;
        align-items: center;
        justify-content: space-between;
        padding: 15px 15px 50px;
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        font-size: 15px;
        font-weight: 600;
        background-color: #f1f5fe;
        border: 1px solid #b5b8d1;
        font-family: "NanumSquareEB" !important;
    }
    .section3 .btn_wrap a {
        background-image: url('../img/arrow.png'); 
        background-position: right 15px bottom 15px; 
        background-repeat: no-repeat; 
        background-size: 25%; 
        position: relative; 
        line-height: 1.3;
    }
    .section3 .btn_wrap a img {
        display: none;
    }
}