.slider > .range {
    position: absolute;
    z-index: 2;
    left: 0%;
    right: 0%;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: #005EB8;
}

.slider > .thumb.left {
    left: 0%;
    transform: translate(0, -6px);
}

.slider > .thumb.right {
    right: 0%;
    transform: translate(0, -6px);
}

.modal {
    /*max-width: 750px;*/
}

#registAgreePop[type="checkbox"] + label {
    width: 18rem;
    margin-left: 1rem;
    font-size: 1.4rem;
    letter-spacing: -0.6px;
    line-height: 1.8rem;
    font-weight: 700;
}

#registAgreePop[type="checkbox"] {
    background: url(/images/Check_off.svg);
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
}


#registAgreePop[type="checkbox"]:checked {
    background: url(/images/Check_on.svg);
}
/*
.repop.regist-content {
    margin: 0 auto;
    padding: 40px;
    border: 0px;
    width: 546px;
}

.repop .regist_input {
    color: #000000;
}

.repop .st01 .regist_input {
    width: 41rem;
}

.repop .st02 .regist_input {
    width: 16.7rem;
}*/


.searchLabel {
    font-size: 1.5rem;
    letter-spacing: -0.6px;
    line-height: 3.3rem;
    font-weight: 500;
    margin-left: 1.1rem;
    display: inline-flex;
    justify-content: flex-start;
    width: calc(100% - 3.1rem);
}

.grey_box { display: none;}




/* 추가 */
.search_ttl > a.hover_ef.sec {
    width: 10rem; 
    cursor: unset;
    background: none;
}
.hover_ef.sec .pd_check[type="checkbox"] {
    background: url(../images/Check_off.svg);
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.hover_ef.sec .pd_check[type="checkbox"]:checked {
    background: url(../images/Check_sec_on.svg);
}

.search_ttl > a.hover_ef.sec:hover {
    background: none;
    color: #fff;
}
.hover_ef.sec span{margin: 0 2px;}
.search_toggle > ul > li > a.menu .tit{margin-left: 3rem; display: inline-block; padding: 15px 0;}

.submenu{background: #f6f6f6;}

.search_toggle > ul > li > a.menu > div{
    width: 100%;
    padding: 15px 0;
}





/* 미디어쿼리 */
@media screen and (max-width: 1280px){
    
}

@media screen and (max-width: 1080px){
    
}

@media screen and (max-width: 767px){
    
}









