/* Common */
.fl{float:left !important;}
.fr{float:right !important}
.nice-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:0px;border:solid 1px #cfcfcf;box-sizing:border-box;clear:both;cursor:pointer;display:block;/*float:left;font-family:inherit;font-size:14px;font-weight:normal;*/width:100%;height:42px;line-height:42px;outline:none;padding:0 18px;/*margin-right:4px;*/position:relative;text-align:left !important;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;}
.nice-select > span.current{display:inline-block;height:100%;}
.nice-select:hover{border-color:#cfcfcf;}
.nice-select:active,.nice-select.open,.nice-select:focus{border-color:#999;}
.nice-select:after{display:block;position:absolute;right:12px;top:50%;width:5px;height:5px;margin-top:-4px;border-bottom:2px solid #999;border-right:2px solid #999;pointer-events:none;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all 0.15s ease-in-out;transition:all 0.15s ease-in-out;content:'';}
.nice-select.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);}
.nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0);}
.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none;}
.nice-select.disabled:after{border-color:#cccccc;}
.nice-select.wide{width:100%;}
.nice-select.wide .list{left:0 !important;right:0 !important;}
.nice-select.right{float:right;}
.nice-select.right .list{left:auto;right:0;}
.nice-select.small{font-size:12px;height:36px;line-height:34px;}
.nice-select.small:after{height:4px;width:4px;}
.nice-select.small .option{line-height:34px;min-height:34px;}
.nice-select .list{background-color:#fff;border:1px solid #ccc;border-radius:0px;box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;width:100%;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(0.75) translateY(-21px);-ms-transform:scale(0.75) translateY(-21px);transform:scale(0.75) translateY(-21px);-webkit-transition:all 0.2s cubic-bezier(0.5,0,0,1.25),opacity 0.15s ease-out;transition:all 0.2s cubic-bezier(0.5,0,0,1.25),opacity 0.15s ease-out;z-index:9;}
.nice-select .list:hover .option:not(:hover){background-color:transparent !important;}
.nice-select .option{cursor:pointer;min-height:36px;line-height:34px;list-style:none;outline:none;padding:0 18px;text-align:left;-webkit-transition:all 0.2s;transition:all 0.2s;}
.nice-select .option:hover,.nice-select .option.focus,.nice-select .option.selected.focus{background-color:#f6f6f6;}
.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default;}

.no-csspointerevents .nice-select .list{display:none;}
.no-csspointerevents .nice-select.open .list{display:block;}

.board_search{}
.board_search .nice-select{height:38px;line-height:36px;}
#contSurvey .nice-select{height:32px;line-height:30px;}
#contSurvey .nice-select .option{min-height:auto;height:26px;line-height:24px;}


.board_search .nice-select{}

#footer .site_list .nice-select{display:none!important;background: url(../images/common/f_site_bg.jpg) 100% 50% no-repeat;border:0;}
#footer .site_list .nice-select:after{right:16px;top:50%;width:10px;height:10px;margin-top:-8px;border-bottom:2px solid #999;border-right:2px solid #999;}
#footer .site_list .nice-select .list{overflow-y:auto;margin-top:1px;}
.elmt_group82 .nice-select .list { height:200px; overflow-y:auto; margin-top:1px; }

.page_service .nice-select{border:0;height:32px;line-height:32px;}
.page_service .nice-select .option{min-height:28px;line-height:26px;}

@media screen and (max-width:767px) {
	.board_search .nice-select{height:36px;line-height:34px}
	.board_search .nice-select .option{min-height:auto;height:32px;line-height:30px;}
}

@media screen and (max-width:479px) {
	.board_search .nice-select{height:32px;line-height:30px;padding:0 10px;}
	.board_search .nice-select .option{height:30px;line-height:28px;font-size:12px;}
	.board_search .nice-select > span.current{font-size:12px;}
}