
.mw_container {
	font-family: 'Noto Sans KR', sans-serif;
	letter-spacing: -1px;
	margin: 0 auto;
	max-width: 1100px;
}
.mw_container div, 
.mw_container span, 
.mw_container p, 
.mw_container input[type="text"] {font-family: 'Noto Sans KR';}

/*상단*/
.mw_header > p {
	margin-top: 25px;
	font-size: 65px;
	color: #141414;
	text-align: center;
	font-weight: 300;
}
.mw_header > p span {color: #00c9b0;}
.mw_header hr {
	margin-top: 15px;
	width: 108px;
	height: 3px;
	background: #dfe3e9;
	border: 0;
}
.mw_header .mw_title {
	margin-top: 30px;
	height: 173px;
	background-color: #f8f8f8;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 60px;
	box-sizing: border-box;
}
.mw_header .mw_title .mw_title_text {line-height: 30px;}
.mw_header .mw_title .mw_title_text p {
	color: #141414;
	font-size: 23px;
	text-align: left;
	display: inline-block;
	font-weight: 500;
}
.mw_header .mw_title .mw_title_text p > span {color: #00c9b0;}
.mw_header .mw_title .mw_title_text > span {
	color: #141414;
	font-size: 17px;
}
.mw_header .mw_title .mw_title_img img {
	vertical-align: top;
	position: relative;
	top: 39px;
}

/*검색창*/
.mw_bar {
	margin-top: 70px;
	display: flex;
	justify-content: center;
}
.mw_bar .mw_select select {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 15px;
	color: #000;
	border: none;
	outline: none;
	width: 150px;
	height: 50px;
	border-bottom: 1px solid #dbdbdb;
	padding: 0 10px;
}
.mw_bar .mw_city {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 15px;
	color: #000;
	border: none;
	outline: none;
	width: 310px;
	height: 50px;
	border-bottom: 1px solid #dbdbdb;
	padding: 0 10px;
}
.mw_bar .mw_search input[type="text"] {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 15px;
	border: none;
	outline: none;
	width: 270px;
	height: 49px;
	border-bottom: 1px solid #dbdbdb;
	padding: 0 10px;
	padding-left: 30px;
}
.mw_bar .mw_search input::placeholder {color: #9b9b9b;}
.mw_bar .mw_search span {
	cursor: pointer;
	position: relative;
	right: 20px;
}

/*년도*/
.mw_year {margin-top: 50px;}
.mw_year > p {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	font-size: 20px;
	padding: 0 60px;
	box-sizing: border-box;
}
.mw_year > p > .mw_hover {
	color: #00c9b0;
	text-decoration: underline;
	text-underline-offset: 6px;
	cursor: pointer;
}
.mw_year > p > span > a {color: #000;}
.mw_year > p > span > a:hover {color: #00c9b0;}
.mw_year > p > span:hover {
	color: #00c9b0;
	text-decoration: underline;
	text-underline-offset: 6px;
	cursor: pointer;
}
.mw_cont_year {display: none;}

/*포트폴리오*/
.mw_portfolio {
	margin-top: 45px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
}
.mw_cont {
	.flex: 0 0 calc(33.33% - 30.33px);
	flex: 0 0 calc(20%);
	box-sizing: border-box;
	margin-bottom: 18px;
}
.mw_cont .mw_cont_img img {
	vertical-align: top;
	border: 1px solid #dcdcdc;
	width: 100%;
	cursor: pointer;
}
.mw_cont .mw_cont_left {float: left;}
.mw_cont .mw_cont_left > p {
	margin-top: 23px;
	font-size: 16px;
	color: #000;
	font-weight: 500;
	cursor: pointer;
	max-width: 170px;
	letter-spacing: -1px;
}
.mw_cont .mw_cont_left > p > a {color: #000;}
.mw_cont .mw_cont_left > span {
	font-size: 15px;
	color: #9b9b9b;
}
.mw_cont .mw_cont_right {
	float: right;
	margin-top: 23px;
	font-size: 15px;
	color: #9b9b9b;
}

/*하단버튼*/
.mw_paging {
	margin-top: 40px;
	padding-bottom: 30px;
	font-size: 0px;
	text-align: center;
}
.mw_paging .mw_num {
	display: inline-block;
	font-weight: 500;
	font-size: 15px;
	color: #404040;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #dfe3e9;
	border-radius: 50%;
	border: 1px solid #e0e4ea;
	margin-left: 7px;
}
.mw_paging .mw_num:hover {
	background-color: #ececec;
	border: 1px solid #ececec;
}
.mw_paging .mw_effect {
	background-color: #ececec;
	border: 1px solid #ececec;
}
.mw_paging .mw_num:first-child {margin-left: 0;}
.mw_paging .mw_arrow {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
}

/*반응형 900px*/
@media all and (max-width: 900px) {
	.mw_header > p {
		margin-top: 10px;
		font-size: 58px;
	}
	.mw_header hr {margin-top: 10px;}
	.mw_header .mw_title {
		margin-top: 20px;
		padding: 0 30px;
	}
	.mw_header .mw_title .mw_title_text {line-height: 25px;}
	.mw_header .mw_title .mw_title_text p {font-size: 20px;}
	.mw_header .mw_title .mw_title_text > span {font-size: 16px;}
	.mw_header .mw_title .mw_title_img img {
		width: 100%;
		top: 0px;
	}
	.mw_bar {margin-top: 30px;}
	.mw_bar .mw_select select {
		width: 100px;
		padding: 0 5px;
	}
	.mw_bar .mw_search input[type="text"] {
		width: 200px;
		padding: 0 10px;
		padding-left: 10px;
	}
	.mw_year {margin-top: 10px;}
	.mw_year > p {display: none;}
	.mw_cont_year {
		display: block;
		text-align: center;
	}
	.mw_cont_year select {
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 15px;
		color: #000;
		border: none;
		outline: none;
		width: 320px;
		height: 30px;
		padding: 0 10px;
		background-color: #f8f8f8;
		margin-right: 20px;		
		margin-bottom: 20px;
	}
	.mw_portfolio {
		margin-top: 20px;
		gap: 20px;
	}
	.mw_cont {
		flex: 0 0 calc(33.33% - 20.33px);
		margin-bottom: 5px;
	}
	.mw_cont .mw_cont_left > p {
		margin-top: 10px;
		font-size: 16px;
		line-height: 17px;
	}
	.mw_cont .mw_cont_left > span {font-size: 14px;}
	.mw_cont .mw_cont_right {
		margin-top: 10px;
		font-size: 14px;
	}
	.mw_paging {
		margin-top: 30px;
		padding-bottom: 20px;
	}
}

/*반응형 650px*/
@media all and (max-width: 650px) {
	.mw_header > p {font-size: 45px;}
	.mw_header .mw_title {padding: 0 20px;}
	.mw_header .mw_title .mw_title_text p {font-size: 18px;}
	.mw_header .mw_title .mw_title_text > span {font-size: 15px;}
	.mw_bar {margin-top: 15px;}
	.mw_bar .mw_select select {width: 90px;}
	.mw_bar .mw_search input[type="text"] {width: 170px;}
	.mw_year {margin-top: 10px;}
	.mw_year > p {font-size: 16px;}
	.mw_cont_year select {
		width: 280px;
		margin-bottom: 10px;
	}
	.mw_cont {
		flex: 0 0 45%;
		margin-bottom: 20px;
	}
	.mw_cont .mw_cont_left > p {
		font-size: 13px;
		line-height: 20px;
		max-width: 120px;
		letter-spacing: -1px;
	}
	.mw_cont .mw_cont_left > span {font-size: 14px;}
	.mw_cont .mw_cont_right {font-size: 14px;}
	.mw_paging {
		margin-top: 20px;
		padding-bottom: 20px;
	}
}