@charset "utf-8";

/* CSS Document */
.custom-select1 { width:180px; float:left; text-align:left; background:none; border:1px solid rgba(255,255,255,0.0); border-radius:24px; transition:all 0.25s ease-out 0s; margin:0 16px 0 0; position:relative;}
.custom-select1:hover { background:#15292c; border-color:#15292c;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:144px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:9;}
.custom-select1 .select-items div { color:#15292c; transition:all 0.25s ease-out 0s; padding:11px 22px 10px 22px;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#d7c3b0;}
.custom-select1 .select-selected { color:#15292c; transition:all 0.25s ease-out 0s; padding:11px 22px 10px 22px;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 .select-selected:after { content:""; width:9px; height:6px; background:url(../images/down-brown-plain-arrow.svg) no-repeat center / 100% 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:14px;}
.custom-select1:hover .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:13px; font-weight:500; letter-spacing:normal;}
.linker-wrapp .custom-select1 { background:rgba(21,41,44,0.9); border:1px solid rgba(21,41,44,0.9); margin:0 0 0;}
.linker-wrapp .custom-select1:hover { background:none; border-color:#15292c;}
.linker-wrapp .custom-select1 .select-selected { color:#ffffff;}
.linker-wrapp .custom-select1:hover .select-selected { color:#15292c;}
.linker-wrapp .custom-select1:hover .select-selected:after { background:url(../images/down-timber-green-plain-arrow.svg) no-repeat center / 100% 100%;}

.conten-wrapp .linker-col2 .custom-select1 { background:rgba(169,124,80,0.5); border:1px solid rgba(169,124,80,0.5); margin:0 0 0;}
.conten-wrapp .linker-col2 .custom-select1:hover { background:#15292c; border-color:#15292c;}
.conten-wrapp .linker-col2 .custom-select1 .select-selected { color:#ffffff;}
.conten-wrapp .linker-col2 .custom-select1 .select-items div:hover { color:#ffffff; background:#15292c;}
.conten-wrapp .linker-col2 .custom-select1 .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%;}
.conten-wrapp .linker-col2 .custom-select1:hover .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%;}

.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: 25px;}
.custom-select1 .select-items::-webkit-scrollbar-thumb { background: #15292c; border-radius: 25px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { width:100%; text-align:center; background:#15292c; border:1px solid #15292c; margin:0 0 0;}
.custom-select1 .select-items div { padding:11px 5% 10px 5%;}
.custom-select1 .select-selected { color:#ffffff; padding:11px 5% 10px 5%;}
.custom-select1 .select-selected:after { width:9px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:11px;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { width:100%; text-align:center; background:#15292c; border:1px solid #15292c; margin:0 0 0;}
.custom-select1 .select-items div { padding:11px 5% 10px 5%;}
.custom-select1 .select-selected { color:#ffffff; padding:11px 5% 10px 5%;}
.custom-select1 .select-selected:after { width:9px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:11px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { width:100%; text-align:center; background:#15292c; border:1px solid #15292c; margin:0 0 0;}
.custom-select1 .select-items div { padding:11px 5% 10px 5%;}
.custom-select1 .select-selected { color:#ffffff; padding:11px 5% 10px 5%;}
.custom-select1 .select-selected:after { width:9px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:11px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 { width:146px; margin:0 12px 0 0;}
.custom-select1 .select-items div { padding:11px 16px 10px 16px;}
.custom-select1 .select-selected { padding:11px 16px 10px 16px;}
.custom-select1 .select-selected:after { right:8px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:11px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 { width:163px; margin:0 14px 0 0;}
.custom-select1 .select-items div { padding:11px 19px 10px 19px;}
.custom-select1 .select-selected { padding:11px 19px 10px 19px;}
.custom-select1 .select-selected:after { right:11px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:12px;}
}

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

}