

.content1 {
    padding: 0 1.5rem 3rem;
}

.box {
    margin-bottom: 25px;
}

.content1 .btn_group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.content1 .btn_group a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    font-size: 18px;
    border-radius: 5px;
    background-color: #fcac42;
    color: #fff;
    text-align: center;
    font-family: "gg_Medium" !important;
}

.content1 .btn_group a img{
    width: 20%;
}
.sub_title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #fcac42;
    line-height: 1.3;
    text-align: center;
    padding: 25px;
    width: 100%;
    background-color: #fff3cc;
    border-radius: 5px;
    font-family: "gg_Bold" !important;
}

.content1 .bold {
    font-size: 18px;
    color: #ff8b70;
    font-family: "Gyeonggi_Title_Medium" !important;
    line-height: 1.3;
}
.content1 .con {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 300;
    color: #666666;
    letter-spacing: -0.05rem;
}
.content1 .con .point1{
    font-size: 18px;
    color: #00b0cc;
    margin-bottom: 1rem;
}
.content1 .point2{
    font-size: 1.6rem;
    font-weight: 600;
    color: #0057a2;
    margin-bottom: 1rem;
    line-height: 1.5;
}
.content1 .con .point3{
    font-size: 18px;
    color: #6c6c6c;
    font-weight: 600;
}
.content1 .box img {
    width: 100%;
    margin: 2rem 0;
}


