@charset "utf-8";
/* CSS Document */

.custom-select1 { width:48.1%; float:right; text-align:left; background:none; border-bottom:1px solid rgba(0,0,0,1); border-radius:0; transition:all 0.25s ease-out 0s; margin:0 0; position:relative; z-index:99;}
.custom-select1:hover { background:none; border-bottom:1px solid rgba(108,189,69,0.2);}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:168px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items div { color:#3b3b39; transition:all 0.25s ease-out 0s; padding:13px 13px 13px 13px;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#000000;}
.custom-select1 .select-selected { color:#3b3b39; transition:all 0.25s ease-out 0s; padding:24px 0 25px 0;}
.custom-select1:hover .select-selected { color:rgba(0,0,0,0.5);}
.custom-select1 .select-items::-webkit-scrollbar { width:6px;}
.custom-select1 .select-items::-webkit-scrollbar-track { background:#f1f1f1eb; box-shadow:inset 1px 0 5px #dfdfdf; border-radius:0;}
.custom-select1 .select-items::-webkit-scrollbar-thumb { background:#373334; border-radius:0;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:12px; font-weight:500; line-height:normal;}

.custom-select1:after { content:""; width:9.1px; height:5px; position:absolute; top:50%; transform:translateY(-50%); right:0; background:url(../images/down-black-plain-arrow.svg) no-repeat center / cover;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { width:100%; text-align:center;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
}

@media screen and (min-width:601px) and (max-width:767px) {

}

@media screen and (min-width:768px) and (max-width:900px) {
}

@media screen and (min-width:901px) and (max-width:1024px) {
}

@media screen and (min-width:1025px) and (max-width:1240px) {

}