@media screen and (max-width:767px){
	/* 검색 페이지 시작 */
	.sub1_3_search_wrap {
		width:100%;
		box-sizing:border-box;
		border:1px solid #dfdfdf;
		background:#f2f2f2;
		padding:20px;
		text-align:center;
	}
	.search_label {
		display:inline-block;
		margin-top:10px;
	}
	.sub_search_keyword {
		width:60%;
		height:40px;
		border:none;
		background:#fff;
		text-align:center;
		box-sizing:border-box;
		vertical-align:top;
	}
	.sub_search_btn {
		width:40px;
		height:40px;
		font-size:20px;
		padding-top:9px;
		text-align:center;
		box-sizing:border-box;
		display:inline-block;
		background-color:#c5003e;
		color:#fff;
		cursor:pointer;
		vertical-align:top;
	}
	.sub1_3_search_wrap #st {
		font-family:'NBGothic';
		color:#555;
		font-size:13px;
		margin-bottom:5px;
	}
	/* 검색 페이지 끝 */
}
@media screen and (min-width:768px) and (max-width:1023px){
	/* 검색 페이지 시작 */
	.sub1_3_search_wrap {
		width:100%;
		box-sizing:border-box;
		border:1px solid #dfdfdf;
		background:#f2f2f2;
		padding:30px;
		padding-bottom:15px;
		text-align:center;
	}
	.sub1_3_search_wrap .txt_type2 {
		margin-top:15px;
	}
	.sub1_3_search_wrap input[type=text] {
		width:30%;
		height:30px;
		font-family:'NBGothic';
		font-size:15px;
		color:#555;
		box-sizing:border-box;
		vertical-align:top;
	}
	.sub1_3_search_wrap input[type=button] {
		width:100px;
		height:30px;
		font-family:'NBGothic';
		font-size:15px;
		color:#fff;
		background-color:#c5003e;
		box-sizing:border-box;
		vertical-align:top;
		border:1px solid #c5003e;
		cursor:pointer;
	}
	.sub_search_keyword {
		width:280px !important;
		height:40px !important;
		border:none;
		background:#fff;
		text-align:center;
	}
	.sub_search_btn {
		width:40px;
		height:40px;
		font-size:20px;
		padding-top:9px;
		text-align:center;
		box-sizing:border-box;
		display:inline-block;
		background-color:#c5003e;
		color:#fff;
		cursor:pointer;
	}
	/* 검색 페이지 끝 */
}
@media screen and (min-width:1024px){
	/* 검색 페이지 시작 */
	.sub1_3_search_wrap {
		width:100%;
		box-sizing:border-box;
		border:1px solid #dfdfdf;
		background:#f2f2f2;
		padding:30px;
		text-align:center;
	}
	.sub1_3_search_wrap .txt_type2 {
		margin-top:15px;
	}
	.sub1_3_search_wrap input[type=text] {
		width:30%;
		height:30px;
		font-family:'NBGothic';
		font-size:15px;
		color:#555;
		box-sizing:border-box;
		vertical-align:top;
	}
	.sub1_3_search_wrap input[type=button] {
		width:100px;
		height:30px;
		font-family:'NBGothic';
		font-size:15px;
		color:#fff;
		background-color:#c5003e;
		box-sizing:border-box;
		vertical-align:top;
		border:1px solid #c5003e;
		cursor:pointer;
	}
	.sub_search_keyword {
		width:280px !important;
		height:40px !important;
		border:none;
		background:#fff;
		text-align:center;
	}
	.sub_search_btn {
		width:40px;
		height:40px;
		font-size:20px;
		padding-top:9px;
		text-align:center;
		box-sizing:border-box;
		display:inline-block;
		background-color:#c5003e;
		color:#fff;
		cursor:pointer;
	}
	/* 검색 페이지 끝 */
}