.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 4px 4px 0 4px;
    border-color:#7e7e7e transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 4px 4px 4px;
    border-color:transparent transparent #7e7e7e transparent;
}
.select2-container--open .select2-dropdown--below {
    border: 1px solid #aaa;
    border-radius:4px;
}




.search_wrap .selectBox00 {width:100px;}
.main_visual .search_wrap .selectBox00 {width:132px;}

.search_wrap .select2-container {
	float:left;
}
.search_wrap .select2-container--default .select2-selection--single {
    background-color:#fff;
    border: 1px solid #888f92;
    border-right:0;
    border-radius:0;
}
.main_visual .search_wrap .select2-container--default .select2-selection--single {
    border:5px solid #007b84;
    border-right:0;
}
.search_wrap .select2-container .select2-selection--single {
    height: 39px;
    background:#fff url('../../images/service/common/search_selectLine.png') no-repeat 100% 50%;
}
.main_visual .search_wrap .select2-container .select2-selection--single {
    height:73px;
}
.search_wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height:37px;
    font-size:13px;
    font-family:Dotum;
    color:#3d505c;
    font-weight:bold;
}
.main_visual .search_wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height:63px;
    font-size:14px;
    font-weight:bold;
}
.search_wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
	height:37px;
}
.main_visual .search_wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
	height:71px;
}
.search_wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #007b84 transparent transparent transparent;
}
.search_wrap .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color:transparent transparent #007b84 transparent;
}




.tree_contents .selectBox01 {width:210px;}
.tree_contents .select2-container {
	margin:5px 5px 0;
}
.tree_contents .select2-container--default .select2-selection--single {
    background-color:#fff;
    border:1px solid #d2d2d2;
    border-radius:0;
}
.tree_contents .select2-container .select2-selection--single {
    height:29px;
}
.tree_contents .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height:29px;
}
.tree_contents .select2-container--default .select2-selection--single .select2-selection__arrow {
	width:30px;
	height:27px;
	border-left:1px solid #d2d2d2;
	background-color:#f8f8f8;
}





.latest_search .selectBox02 {width:163px;}
.latest_search .select2-container {
	float:left;
	margin:0 10px 0 150px;
}
.latest_search .select2-container--default .select2-selection--single {
    background-color:#fff;
    border:0;
    border-radius:20px;
}
.latest_search .select2-container .select2-selection--single {
    height:40px;
    background:url('../../images/service/sub/latest_select_bg.gif') no-repeat 0 0;
}
.latest_search .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height:40px;
    color: #4f5e71;
    font-size: 15px;
}
.latest_search .select2-container .select2-selection--single .select2-selection__rendered {
    padding:0 20px;
    text-align:left;
}
.latest_search .select2-container--default .select2-selection--single .select2-selection__arrow {
    height:38px;
}
.latest_search .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color:#3a70a2 transparent transparent transparent;
    left:4px;
}
.latest_search .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color:transparent transparent #3a70a2 transparent;
}




.select_link .selectBox03 {width:180px;}
.select_link .select2-container {
	float:left;
}
.select_link .select2-container--default .select2-selection--single {
    background-color:#fff;
    border:1px solid #cfcfcf;
    border-radius:0;
    height:29px;
}





#pop_select .selectBox04 {width:50%;}
#pop_select .select2-container {
	position:absolute;
	top:5px;
	right:10%;
}
#pop_select .select2-container--default .select2-selection--single {
    border: 1px solid #125dab;
    border-radius:0;
}
#pop_select .select2-container .select2-selection--single {
    height: 27px;
}
#pop_select .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height:27px;
}
#pop_select .select2-container--default .select2-selection--single .select2-selection__arrow {
    height:25px;
}
#pop_select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color:#125dab transparent transparent transparent;
}
#pop_select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color:transparent transparent #125dab transparent;
}