main {
    padding: 0 1.5rem 3rem;
}
.section1 {
    padding: 20px;
    background-color: #fff3cc;
    border-radius: 5px;
    text-align: center;
}
.section1 pre{
    font-size: 17px;
    font-family: "Gyeonggi_Title_Medium" !important;
    line-height: 1.3;
}
.section1 .bottom{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    justify-content: center;
    margin-top: 15px;
}
.section1 .bottom a{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 12px 9px;
    background-color: #fcac42;
    border-radius: 5px;
    font-size: 17px;
    font-family: "gg_Medium" !important;
    color: #fff;
}
.section1 .bottom a img{
    width: 10px;
}
.section1 .bottom .banner{
    width: 50%;
}
h1 {
    font-size: 22px;
    font-family: "gg_Bold" !important;
    margin: 30px  0 20px;
}
.section2 .btn_wrap {
    display: flex;
    gap: 20px;
}
.section2 .btn_wrap .left {
    padding: 15px;
    background-color: #fcc21f;
    background-image: url('../img/icon1.png');
    background-position: calc(100% - 15px) calc(100% - 15px);
    background-repeat: no-repeat;
    background-size: 70px;
    border-radius: 5px;
    width: 50%;
}

.section2 .btn_wrap .left h2{
    color: #fff;
    font-size: 18px;
    font-family: "gg_Bold" !important;
    margin-bottom: 10px;
}
.section2 .btn_wrap .left pre{
    color: #fff;
    font-size: 16px;
    font-family: "Gyeonggi_Title_Medium" !important;
    line-height: 1.2;
}
.section2 .btn_wrap .right{
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 20px;
}
.section2 .btn_wrap .right a{
    display: flex;
    border-radius: 5px;
    padding: 15px;
    color: #fff;
    align-items: center;
    justify-content: space-between;
    font-size: 17px;
    font-family: 'gg_Bold' !important;
    line-height: 1.2;
    height: 50%;
}
.section2 .btn_wrap .right a img{
    width: 35px;
} 
.section2 .btn_wrap .right a:nth-child(1){
    background-color: #ff7f6e;
}
.section2 .btn_wrap .right a:nth-child(2){
    background-color: #fcac42;
}
.section3 a {
    display: flex;
    border-radius: 5px;
    padding: 15px;
    align-items: center;
    justify-content: space-between;
    background-color: #ffa18f;
}
.section3 a h2{
    color: #fff;
    font-size: 18px;
    font-family: 'gg_Bold' !important;
    margin-bottom: 10px;
}
.section3 a img{
    width:70px;
} 
.section3 .left pre{
    color: #fff;
    font-size: 16px;
    font-family: "Gyeonggi_Title_Medium" !important;
    line-height: 1.2;
}
.section4 .top {
    display: flex;
    gap: 20px;
}
.section4 .top a{
    padding: 15px;
    border-radius: 5px;
    width: 50%;
    height: 130px;
}
.section4 .top a:nth-child(1){
    background-color: #ff7f6e;
    background-image: url('../img/icon5.png');
    background-position: calc(100% - 15px) calc(100% - 15px);
    background-repeat: no-repeat;
    background-size: 45px;
    border-radius: 5px;
}
.section4 .top a:nth-child(2){
    background-color: #fcac42;
    background-image: url('../img/icon6.png');
    background-position: calc(100% - 15px) calc(100% - 15px);
    background-repeat: no-repeat;
    background-size: 65px;
    border-radius: 5px;
}
.section4 .top h2{
    color: #fff;
    font-size: 18px;
    font-family: "gg_Bold" !important;
    margin-bottom: 10px;
}
.section4 .top pre{
    color: #fff;
    font-size: 16px;
    font-family: "Gyeonggi_Title_Medium" !important;
    line-height: 1.2;
}
.section4 .bottom {
    padding: 15px;
    background-color: #fcc21f;
    border-radius: 5px;
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section4 .bottom h2{
    color: #fff;
    font-size: 18px;
    font-family: "gg_Bold" !important;
    margin-bottom: 10px;
}
.section4 .bottom pre{
    color: #fff;
    font-size: 16px;
    font-family: "Gyeonggi_Title_Medium" !important;
    line-height: 1.2;
}
.section4 .bottom img{
   width: 55px;
}