/* front */
.inganam-unit {
    width: 30%;
    padding: 30px 50px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 15px;
    cursor: pointer;
    font-family: "Pretendard" !important;
}
.inganam-unit.on {
    background: rgba(49, 96, 249, .1);
    border-color: rgb(49, 96, 249);
}
.inganam-unit .unit-title {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 30px;
}
.inganam-unit .unit-subtitle {
    color: #333;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
}
.inganam-unit .unit-desc {
    color: #999;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
}
.inganam-unit .unit-cost {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}
.internet-checkbox {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.internet-checkbox label {
    margin-right: 10px;
}
.inganam-section .swiper-button-next,
.inganam-section .swiper-button-prev {
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 16px;
    padding: 15px;
    cursor: pointer;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2);
    position: absolute;
    z-index: 999;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    margin-top: 0;
}
.inganam-section .swiper-button-next::after,
.inganam-section .swiper-button-prev::after {
    font-size: 13px;
}

/* editor */
.elementor-editor-active .inganam-section .swiper-wrapper {
    gap: 5%;
}
.elementor-editor-active .inganam-section .swiper-slide {
    width: 30%;
}
.elementor-editor-active .inganam-section .unit-title {
    font-size: 24px;
}
.elementor-editor-active .inganam-section .unit-subtitle,
.elementor-editor-active .inganam-section .unit-desc,
.elementor-editor-active .inganam-section .unit-cost {
    font-size: 14px;
}
.elementor-editor-active .inganam-section .swiper-button-next,
.elementor-editor-active .inganam-section .swiper-button-prev {
    display: none;
}
