@charset "UTF-8";

.search_wrap{background:#f5f6f8;padding:20px;margin-bottom:30px;}
.search_wrap .inner{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;}
.search_wrap input,
.search_wrap select{display:block;height:50px;font-size:16px;background:#FFF;border:1px solid #ccd0d7;margin:0 2px;padding:0 10px;}
.search_wrap select{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:120px;background:#FFF url(/sites/style_guide/images/common/arrow-search.png) no-repeat right center;}

.search_wrap .btnGo{background:#0d57a7;color:#FFF;border-color:#0d57a7;cursor:pointer;}
.search_wrap .btnGo_2{background:#888;color:#FFF;border-color:#888;cursor:pointer;}
.search_wrap .btnGo:hover,
.search_wrap .btnGo_2:hover{background:#000;border-color:#000;}

.btn_type_1{background:#666;color:#FFF !important;font-size:14px;display:inline-block;padding:5px 15px;border-radius:30px;}
.btn_type_1:hover{background:#222;}


/*검색타입_1*/
@media all and (max-width:768px){
	.search_type_1 input,
	.search_type_1 select{width:100%;margin:0.5% 0;}
	.search_type_1 .btnGo{width:100%;margin-top:20px;}
	.search_type_1 .btnGo_2{width:100%;margin-top:5px;}
}

/*검색타입_2*/
@media all and (max-width:1024px){
	.search_type_2 input,
	.search_type_2 select{width:49%;margin:0.5%;}
	.search_type_2 .btnGo{width:100%;margin-top:20px;}
	.search_type_2 .btnGo_2{width:100%;margin-top:5px;}
}
@media all and (max-width:768px){
	.search_type_2 input,
	.search_type_2 select{width:100%;margin:0.5% 0;}
}

/*검색타입_3*/
@media all and (max-width:768px){
}