.jb-title {
    width: 100%;
    margin-bottom: 100rem;
}

.jb-title h5 {
    font-size: 45rem;
}

.jb-title p {
    color: #333;
    font-size: 19rem;
    font-weight: 500;
    line-height: 1.65;
}

.jb-image {
    margin: 30rem 0;
}

.jb-box-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30rem;
    margin: -50rem 0 100rem 0;
}

.jb-box-arrow i {
    color: #ccc;
    font-size: 30rem;
}

.jb-box {
    width: 100%;
    padding: 45rem;
    display: flex;
    flex-direction: column;
    border-radius: 7rem;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    transition: all .3s;
}

.jb-box i {
    color: var(--main-color);
    font-size: 50rem;
    text-align: right;
    margin-bottom: 10rem;
}

.jb-box-text h5 {
    font-size: 24rem;
    font-weight: 600;
}

.jb-box-text ul {
    padding-left: 17rem;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 15rem;
}

.jb-box-text ul li {
    font-size: 16rem;
    line-height: 1.5;
    list-style-type: disc;
}

.jb-box.on {
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
}
.jb-box.on i,
.jb-box.on .jb-box-text h5,
.jb-box.on .jb-box-text ul li {
    color: #fff;
}

.jbBtn-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20rem;
}
.jbBtn-wrapper.grid3 {
    grid-template-columns: repeat(3, 1fr);
}

.jbBtn {
    color: #fff;
    padding: 20rem 0;
    font-size: 26rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15rem;
    border-radius: 7rem;
    background-color: #cc3131;
}
.jbBtn.tel {
    position: relative;
    background-color: #38a36e;
}

.jbBtn i {
    font-size: 32rem;
    margin-top: 6px;
}

.jbBtn span {
    position: absolute;
    bottom: -40rem; left: 50%;
    transform: translate(-50%, 0);
    color: #333;
    font-size: 17rem;
    font-weight: 500;
    letter-spacing: -0.5rem;
    margin-top: 10rem;
}

.jbBtn.kakao {
    color: #000;
    font-weight: 700;
    background-color: #ffc400;
}

.jbBtn.kakao i {
    color: #000;
    font-size: 45rem;
    font-weight: lighter;
    margin-right: -5rem;
}

.ct-title {
    width: 100%;
    font-size: 24rem;
    font-weight: 700;
    margin-bottom: 30rem;
}


/*==================================================*/
@media (max-width: 768px) {

}