:root {
    --main-color: #5DBCF3;
    --sub-color: #2E86AB;
    --sub-color-rgb: 46, 134, 171;
    --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_check1_on.svg");
}

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

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

input[type="checkbox"]:checked+label {
    background: url("/images/ico_check1_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;
        width: 40px;
        height: 40px;
        background: url("/images/ico_search_blue.svg") no-repeat center / 18px;
        border: 0;
        cursor: pointer;
    }

    .md_country_search .submit {
        position: absolute;
        right: 0;
        width: 40px;
        height: 40px;
        background: url("/images/ico_search_blue.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;
        width: 40px;
        height: 40px;
        background: url("/images/ico_search_blue.svg") no-repeat center / 20px;
        border: 0;
        cursor: pointer;
    }

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