main {
    padding-bottom: 50px;
}
.section1 {
    position: relative;
    width: 100%;
    height: auto;
   
}
.banner {
    display: block;
    width: 100%;
    height: auto;
}
.text-overlay {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: auto;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
}
.text-overlay h1 {
    font-size: 35px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-family: 'GmarketSansBold' !important;
}
.text-overlay img {
    display: block;
    max-width: 100%;
    height: auto;
}
.section2 {
    text-align: center;
    margin: 50px 0;
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    color: #333; 
    padding: 50px 0;
    box-sizing: border-box;
    width: 600px;
    margin: 0 auto;
}
.section2 .con{
    font-size: 18px;
    line-height: 1.5;
}
.section2 a{
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 10px 15px;
    background-color: #454551;
    color: #fff;
    font-weight: 700;
    border-radius: 30px;
    margin-top: 30px;
}
.section2 a img{
    margin-left: 10px;
}

.section2 .btn {
    display: flex;
}
.section2 .btn .left{
    display: flex;
    flex-direction: column;
}
.section2 .image-container {
    position: relative;
    display: inline-block;
    margin-top: 60px;
    text-align: center;
}
.section2 .btn {
    display: block;
    width: 100%;
    height: auto;
}

.text-overlay2 {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: left;
    transform: translateY(-50%);
    color: #fff; 
    padding: 20px;
    box-sizing: border-box;
}

.text-overlay2 span {
    display: block;
    font-size: 18px;
    font-family: 'GmarketSansMedium' !important;
}

.text-overlay2 a {
    display: inline-block;
    padding: 10px 20px;
    color: #fff; 
    text-decoration: none;
    border-radius: 5px;
    font-weight: 400;
    
}
.text-overlay2 .go, .btn2 .go {
    margin-top: 10px;
    border-radius: 0;
    padding: 5px 25px;
}
.section3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 20px; 
    text-align: center;
    width: 600px;
    margin: 0 auto;
}

.section3 a {
    display: block;
    text-decoration: none;
    color: #333; 
    border: 1px solid #d1d1d1;
    padding: 40px 15px;
    border-radius: 15px;
    font-weight: 800;
    font-size: 18px;
}

.section3 img {
    display: block;
    margin: 0 auto 20px; 
    width: 40px; 
    height: 40px;
}
.btn2 {
    display: flex;
    width: 600px;
    justify-content: space-between;
    padding: 20px 20px 0 20px;
    background-color: #f7f7f7;
    border-radius: 15px;
    margin: 50px auto 20px; 
    align-items: center;
}

.btn2 .p1{
    font-size: 20px;
    font-family: 'GmarketSansBold' !important;
}
.btn2 .p2{
    font-size:18px;
    line-height: 1.5;
    margin-top: 10px;
}
.btn2 img{
    width: 30%;
}
.btn2 .go{
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-top: 10px;
    border-radius: 0;
    padding: 5px 25px;
    background-color: #454551;
    color: #fff;
    font-weight: 400;
}
.section3 .a_mo {
    display: none;
}
@media screen and (max-width: 900px) {
    .section3 .a_mo {
        display: block;
    }
    .section3 .a_pc {
        display: none;
    }
    .text-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 120px;
        color: #fff;
        padding: 20px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-around;
    }
    .text-overlay h1 {
        font-size: 18px;
    }
    .section2 {
        text-align: center;
        margin: 50px 0;
        position: relative;
        width: 100%;
        height: auto;
        text-align: center;
        color: #333;
        padding: 20px;
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto;
    }
    .section2 .con {
        font-size: 16px;
    }
    .section2 a {
        font-size: 16px;
    }
    .section2 a img {
        width: 15%;
        
    }
    .text-overlay2 span {
        font-size: 16px;
    }
    .text-overlay2 .go, .btn2 .go {
        margin-top: 5px;
    }
    .section3 {
        display: flex;
        width: 90%;
        flex-wrap: wrap;
        gap: 5px; 
        margin: 0 auto;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .section2 .image-container {
        margin-top: 30px;
    }
    .section3 a {
        flex: 1 1 calc(45% - 10px);
        display: flex;
        flex-direction: column; 
        align-items: center;
        text-decoration: none;
        padding: 10px;
        background-color: #f9f9f9; 
        border: 1px solid #ddd;
        border-radius: 5px;
        box-sizing: border-box;
    }
    
    .section3 a img {
        margin-bottom: 10px;
        width: 20%;
        height: 26px;
    }
    .btn2 {
        display: flex;
        width: 90%;
        margin: 0 auto;
        justify-content: space-between;
        padding: 20px;
        background-color: #f7f7f7;
        border-radius: 15px;
        margin-top: 30px;
        margin-bottom: 20px;
        align-items: center;
    }
    .btn2 .p1 {
        font-size: 18px;
    }
    .btn2 .p2 {
        font-size: 15px;
        margin-top: 5px;
    }
    .btn2 .go {
        font-size: 16px;
    }
  }



