main {
    padding: 2rem 1.5rem 3rem;
}

.title {
    font-size: 1.9rem;
    margin-bottom: 2rem;
    font-weight: 800;
    color: #174376;
    font-family: 'NanumBarunGothicBold' !important;
}

.content1 .box {
    margin-bottom: 2rem;
}

.content1 .bold {
    font-size: 1.7rem;
    font-weight: 600;
    color: #2454a6;
    line-height: 1.3;
}

.content1 .con {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #7e7e7e;
}
.content1 .con .point1{
    font-size: 1.6rem;
    color: #5a63fc;
    margin-bottom: 1rem;
}
.content1 .point2{
    font-size: 1.7rem;
    margin-bottom: 1rem;
    line-height: 1.5;
    color: #ff5454;
    font-weight: 600;
}
.content1 .con .point3 {
    font-size: 1.6rem;
    color: #525252;
    font-weight: 600;
}
.content1 .box img {
    width: 100%;
    margin: 2rem 0;
}
.btn2 {
    position: relative;
    display: inline-block;
    margin-top: 5rem;
}

.btn2 img {
    width: 100%;
    height: auto;
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
}
.overlay {
    position: absolute;
    top: 50%;
    left:8%;
    transform: translateY(-50%);
    border-radius: 10px;
}

.overlay span {
    font-size: 1.8rem;
    color: white;
}

.overlay p {
    font-size:2rem;
    color: white;
}
.link {
    border-radius: 1rem;
    align-items: center;
    display: flex;
    justify-content: space-between;
    background: 
    linear-gradient(to right, #fe5959, #fc8b8b);  /* 그라디언트 배경 */
}
.link img{
    width: 30%;
    padding: 5px 15px 0;
}
.link a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem;
    width: 100%;
    text-align: center;
    gap: 1rem; /* 간격 설정 */
}
.link p {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #fff;
}
.link a .arrow {
    width: 12%;
    padding: 0;
}
.link span{ 
    font-size: 1.4rem;
    color: #868686;
}
.btn_wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 2rem;
}
.btn_wrap a{
    display: flex;
    flex-direction: column;
    width: calc(50% - 0.8rem);
    border-radius: 1rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    background: #fff;
}
.btn_wrap a img{
    width: auto;
    height:40%;
    margin-bottom: 1.5rem;
}
