:root {
    --main-color: #ff9831;
    --sub-color: #d67e00;
    --sub-color-rgb: 214, 126, 0;
    --bg-color: #f5f5f5;
    --bg-color-dark: #404040;
    --select-over: #fff8e4;
    --lightbox-bg: rgba(0, 0, 0, 0.6);
}

/* 체크박스/라디오 버튼 이미지 변경 */
.p_plan_multi .country_list li input:checked+span {
    background-image: url("/images/input_check_on.svg");
}

.country_sec .country_list li input:checked+span {
    background-image: url("/images/input_check_on.png");
}

.checkbox_wrap2 input[type="checkbox"]:checked+label,
.checkbox_wrap2 input[type="radio"]:checked+label {
    background: url(/images/input_check_on.svg) center no-repeat;
    background-size: cover;
}

input[type="checkbox"]:checked+label {
    background: url(/images/ico_check_on.svg) center no-repeat;
    background-size: contain;
}


/* 국가검색 */
@media (max-width: 1023px) {
    .lnb_sec .sec1 .searchG input[type="submit"] {
        position: absolute;
        right: 0;
        top: 0 !important;
        width: 40px;
        height: 40px;
        background: url("/images/ico_search.svg") no-repeat center / 18px !important;
        border: 0;
        cursor: pointer;
        margin-top: 0 !important;
    }

    .md_country_search .submit {
        position: absolute;
        right: 0;
        width: 40px;
        height: 40px;
        background: url("/images/ico_search.svg") no-repeat center / 18px;
        border: 0;
        text-indent: -9999px;
        cursor: pointer;
    }
}

@media (min-width: 1024px) {
    .lnb_sec .sec1 .searchG input[type="submit"] {
        position: absolute;
        right: 0;
        top: 0 !important;
        width: 40px;
        height: 40px;
        background: url("/images/ico_search.svg") no-repeat center / 20px !important;
        border: 0;
        cursor: pointer;
        margin-top: 0 !important;
    }

    .md_country_search .submit {
        position: absolute;
        right: 0;
        width: 40px;
        height: 40px;
        background: url("/images/ico_search.svg") no-repeat center / 20px;
        border: 0;
        text-indent: -9999px;
        cursor: pointer;
    }
}
