.title_div {
    display: none;
}
.gnb_sub_div {
    margin-bottom: 0px;
}
.gnb_sub_div_ul1 a {
    color: rgba(255, 255, 255, 0.7);
}
.gnb_sub_div_ul1 a:hover {
    color: #fff;
}
.rental_section {
    background-color: #f9f9f9;
}
.btm_wrap {
    background: #fff;
}
.rental_bg {
    background-image: url('https://akcdn-eecdn.cafe24img.com/elexa/img/rental_bg.png');
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.rental_div {
    position: relative;
    width: 610px;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 16px;
}
.rental_div form {
    padding: 0 40px;
}
.rental_top {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    border-radius: 8px;
}
.rental_title {
    font-size: 24px;
    margin-bottom: 15px;
}
.rental_title .highlight {
    background: linear-gradient(transparent 52%, #9cf4ff 52%);
}
.rental_desc {
    font-size: 14px;
    color: #666;
    line-height: 0.8;
    white-space: pre-line;
}
.rental_form_div {
    margin: 20px 0;
}
.rental_form_title {
    font-size: 20px;
    margin-bottom: 5px;
    text-align: center;
}
.rental_form_desc {
    font-size: 12px;
    color: #999;
    text-align: right;
    margin-bottom: 10px;
}
.rental_form_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rental_form_item, .rental_form_double {
    margin-bottom: 15px;
}
.rental_form_dropdown {
    padding: 15px;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 11px;
    color: #000;
    width: 100%;
    list-style: disc;
}
.rental_form_dropdown li {
    list-style: disc;
    margin-left: 15px;
    color: #888;
}
.rental_form_dropdown b {
    color: #000;
}
.rental_form_label {
    display: block;
    width: 20%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}
.rental_form_label span {
    color: #444;
}
.rental_form_input, .rental_form_select, .rental_form_textarea {
    width: 100%;
    padding: 10px;
    border: none;
    background: #F7F8FB;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.2;
    font-family: 'Pretendard-Regular', sans-serif;
} 
.rental_form_textarea {
    height: 150px;
    resize: vertical;
}
.rental_form_double {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rental_form_radio {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}
.rental_form_radio label {
    display: block;
    padding: 4px;
    border: 2px solid #05C3DD;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s, border-color 0.3s;
    color: #05C3DD;
    font-size: 15px;
}
.rental_form_radio input[type="radio"] {
    display: none;
}
.rental_form_radio input[type="radio"] + label {
    background-color: #fff;
}
.rental_form_radio input[type="radio"]:checked + label {
    background-color: #05C3DD;
    color: #fff;
    border-color: #05C3DD;
}
.rental_form_radio input[type="radio"]:checked + label:hover {
    background-color: #04a8c0;
    border-color: #04a8c0;
}
.rental_form_select_div {
    display: flex;
    gap: 10px;
    width: 100%;
}
.rental_form_select_div select {
    background: none;
}
.rental_form_check {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rental_form_check input[type="checkbox"] {
    display: none;
}
.rental_form_check input[type="checkbox"] + span {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 2px solid #05C3DD;
    border-radius: 4px;
    vertical-align: middle;
    margin-right: 8px;
    cursor: pointer;
    position: relative;
}
.rental_form_check input[type="checkbox"]:checked + span {
    background-color: #05C3DD;
    border-color: #04a8c0;
}
.rental_form_check input[type="checkbox"]:checked + span::after {
    content: '✔';
    color: #fff;
    position: absolute;
    top: -3px;
    left: 4px;
    font-size: 16px;
}
.rental_form_check_label {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rental_form_check_btn {
    background: none;
    border: none;
    color: #05C3DD;
    cursor: pointer;
    font-size: 14px;
    text-decoration: underline;
    padding: 0;
    margin-left: 5px;
}
.rental_agree_desc {
    display: none;
    margin-top: 10px;
    font-size: 13px;
    color: #555;
    background-color: #f1f1f1;
    padding: 10px;
    border-radius: 4px;
    max-height: 200px;
    line-height: 1.5;
    overflow-y: auto;
}
.rental_form_button_wrap {
    margin-top: 20px;
    text-align: center;
}
.rental_form_button {
    background-color: #05C3DD;
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
}
.rental_form_button:hover {
    background-color: #04a8c0;
}
.tab-group {
    width: 100%;
    display: flex;
    justify-content: start;
    gap: 15px;
    align-items: center;
    border: 1px solid #F7F8FB;
    border-radius: 5px;
    color: #888888;
    background: #F7F8FB;
}
.tab-group.active {
    border: 1px solid #05C3DD;
    background: #fff;
}
.tab-group.active .dropdown-selected {
    color: #000;
}
.tab-group .tab-name {
    width: 15%;
    font-size: 14px;
    font-family: 'Pretendard-Regular', sans-serif;
    color: #000;
    padding: 10px 0;
}
.tab-group .drop {
    width: 100%;
    padding: 0 14px;
}
.tab-group input[type='radio'] {
    display: none;
}
.tab-group input[type='radio'] + label {
    background: #f1f1f1;
    border: none;
    padding: 6px 16px 7px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Pretendard-Regular', sans-serif;
    color: #666;
}
.tab-group input[type='radio']:checked + label {
    background: #05C3DD;
    color: white;
    text-shadow: 0px 1px 2px #00000045;
    font-family: 'Pretendard-Bold', sans-serif;
}
.dropdown {
    position: relative;
    user-select: none;
    cursor: pointer;
}

.dropdown-selected {
    padding: 11px 0;
    font-size: 13px;
    color: #888888;
    font-family: 'Pretendard-Regular', sans-serif;
}
.dropdown-selected.active {
    color: #000000;
}

.dropdown::after {
    content: url('/img/arrow-down.png');
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #888888;
    font-size: 12px;
}

.dropdown-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    z-index: 1000;
    list-style: none;
    margin: 0;
    padding: 5px 0;
    max-height: 300px;
    overflow-y: auto;
}

.dropdown-options li {
    padding: 11px 15px;
    font-size: 13px;
    color: #333;
    font-family: 'Pretendard-Regular', sans-serif;
    cursor: pointer;
}

.dropdown-options li:hover,
.dropdown-options li.active {
    background: #f5f5ff;
    color: #05C3DD;
}

.dropdown-options li.hide {
    display: none;
}
@media (max-width: 768px) {
    .gnb_sub_div {
        margin-bottom: 50px;
    }
    .swiper-wrapper-sgnb {
        justify-content: center;
    }
    .rental_div {
        width: 100%;
        margin-bottom: 300px;
        padding: 30px 0;
    }
    .rental_top {
        padding-bottom: 20px;
    }
    .rental_title {
        font-size: 20px;
    }
    .rental_form_label {
        font-size: 12px;
        width: 25%;
    }
    .rental_div form {
        padding: 0 20px;
    }
    .rental_form_title {
        font-size: 20px;
    }
    .rental_form_textarea {
        height: 120px;
    }
    .rental_form_radio input[type="radio"]:checked + label {
        font-size: 13px;
    }
    .rental_desc {
        font-size: 12px;
        padding: 0 10px;
        letter-spacing: -0.5px;
        line-height: 0.8;
    }
    .rental_form_radio {
        gap: 10px;
    }
    .rental_form_check_label {
        font-size: 12px;
        flex-wrap: wrap;
    }
    .rental_bg {
        background-image: url('https://akcdn-eecdn.cafe24img.com/elexa/img/rental_bg.png');
    }
    .rental_form_dropdown {
        padding: 10px;
    }
    .tab-group .drop {
        padding-right: 5px;
    }
    .dropdown-selected {
        font-size: 12px;
    }
    .dropdown::after {
        font-size: 8px;
    }
    .rental_form_check_btn {
        font-size: 13px;
    }
}