@charset "UTF-8";

/* ============================================================
   포트폴리오 공용 CSS (portfolio module skin001)
   Pages: 006-1(pageCode=33), 006-2(pageCode=34), 006-3(pageCode=35)
   Prefix: mw_ (module-based)
============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600&display=swap');

.mw_container {
	font-family: 'Noto Sans KR', sans-serif;
	letter-spacing: -1px;
	margin: 0 auto;
	max-width: 1100px;
}

.mw_container div,
span,
p,
input[type="text"] {
	font-family: 'Noto Sans KR' !important;
}

/* 상단 */
.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(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-radius: 50%;
	border: 1px solid #e0e4ea;
	margin-left: 7px;
	text-align: center;
}

.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;
}

/* 반응형 800px */
@media (max-width: 800px) {
	.mw_header>p {
		font-size: 50px;
		margin-top: 15px;
	}

	.mw_header .mw_title {
		height: auto;
		flex-direction: column;
		align-items: flex-start;
		padding: 15px 20px;
		margin-top: 15px;
	}

	.mw_header .mw_title .mw_title_text p {
		font-size: 19px;
	}

	.mw_header .mw_title .mw_title_text>span {
		font-size: 16px;
	}

	.mw_header .mw_title .mw_title_img {
		width: 100%;
		margin-top: 10px;
	}

	.mw_header .mw_title .mw_title_img img {
		width: 100%;
		top: 0;
	}

	.mw_bar {
		margin-top: 20px;
		flex-wrap: wrap;
		gap: 8px;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.mw_bar .mw_select select {
		width: 120px;
	}

	.mw_bar .mw_city {
		width: 100%;
	}

	.mw_bar .mw_search input[type="text"] {
		width: 200px;
	}

	.mw_year>p {
		padding: 0 20px;
	}

	.mw_portfolio {
		margin-top: 20px;
		gap: 15px;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.mw_cont {
		flex: 0 0 calc(33.33% - 10px);
		margin-bottom: 10px;
	}
}

/* 반응형 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;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 5px;
	}

	.mw_paging .mw_num {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
		margin-left: 0;
	}

	.mw_paging .mw_arrow {
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin-left: 0;
	}

	.mw_paging .mw_arrow img {
		height: 12px;
		/* 이미지 크기 비율에 맞춰 축소 */
		vertical-align: middle;
	}
}