body {
	margin: 26px 0 0 0;
	padding: 5px;
	font-family: Helvetica, 'Pretendard', sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.3;
	word-break: keep-all;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.ko {
	font-family: 'Pretendard', sans-serif;
	font-size: 13px;
	line-height: 1.3;
}

body.ko .desc p {
  	line-height: 1.4;
}

header {
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	justify-content: space-between;
	background-color: white;
}

h1 {
	margin: 0;
	font-size: 13px;
	line-height: 1.2;
}

h1 a {
	padding: 5px;
	position: fixed;
}

h1 a:hover {
	opacity: 0.5;
}

header p {
	padding: 5px;
	cursor: pointer;
}

header p:hover {
	opacity: 0.5;
}

img {
	width: 100%;
	vertical-align: top;
	margin: 0 0 3px 0;
}

a {
	color: black;
	text-decoration: none;
}

p {
	margin: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* 메인 화면 */
.proj-wrap {
	width: 100%;
	display: flex;
	gap: 5px;
	align-items: flex-end;
	flex-wrap: wrap;
}
.proj {
	width: calc((100% - 5px * 2) / 3);
	margin-top: 40px;
}

/* 상세 화면 */
.detail {
	margin-top: 40px;
}
.info {
	width: 100%;
	display: flex;
}
.info ul {
	width: 50%;
}
.desc {
	width: 50%;
	margin: 0 0 43px 0;
}
.desc p {
	margin: 0 0 17px 0;
}

/* 텍스트 Hover */
.navi:hover ul {
	opacity: 0.5;
}
.la:hover ul {
	opacity: 0.5;
}
.tokio:hover ul {
	opacity: 0.5;
}
.fuk:hover ul {
	opacity: 0.5;
}
.un-tilted:hover ul {
	opacity: 0.5;
}
.lesson:hover ul {
	opacity: 0.5;
}
.covid-19:hover ul {
	opacity: 0.5;
}
.spot:hover ul {
	opacity: 0.5;
}
.pop-up:hover ul {
	opacity: 0.5;
}
.classic:hover ul {
	opacity: 0.5;
}
.receipt:hover ul {
	opacity: 0.5;
}
.playfully:hover ul {
	opacity: 0.5;
}
.twelve:hover ul {
	opacity: 0.5;
}

/* 이미지 Hover */
.navi:hover img {
  content: url("img/navi-hover.png");
}
.la:hover img {
  content: url("img/la-hover.png");
}
.tokio:hover img {
  content: url("img/tokio-hover.png");
}
.fuk:hover img {
  content: url("img/fuk-hover.png");
}
.un-tilted:hover img {
  content: url("img/un-tilted-hover.png");
}
.lesson:hover img {
  content: url("img/lesson-hover.png");
}
.covid-19:hover img {
  content: url("img/covid-19-hover.png");
}
.spot:hover img {
  content: url("img/spot-hover.png");
}
.pop-up:hover img {
  content: url("img/pop-up-hover.png");
}
.classic:hover img {
  content: url("img/classic-hover.png");
}
.receipt:hover img {
  content: url("img/receipt-hover.png");
}
.playfully:hover img {
  content: url("img/playfully-hover.png");
}
.twelve:hover img {
  content: url("img/twelve-hover.png");
}

/* footer */
footer {
	margin: 40px 0 0 0;
}

/* 모바일 반응형 */
@media (max-width: 768px) {

	.proj {
		width: 100%;
	}
	.info ul {
		width: 100%;
	}
	.desc {
		width: 100%;
	}

	/* hover → 기본 이미지 */
	img.navi {
		content: url(img/navi-hover.png);
	}
	img.la {
		content: url(img/la-hover.png);
	}
	img.tokio {
		content: url(img/tokio-hover.png);
	}
	img.fuk {
		content: url(img/fuk-hover.png);
	}
	img.un-tilted {
		content: url(img/un-tilted-hover.png);
	}
	img.lesson {
		content: url(img/lesson-hover.png);
	}
	img.covid-19 {
		content: url(img/covid-19-hover.png);
	}
	img.spot {
		content: url(img/spot-hover.png);
	}
	img.pop-up {
		content: url(img/pop-up-hover.png);
	}
	img.classic {
		content: url(img/classic-hover.png);
	}
	img.receipt {
		content: url(img/receipt-hover.png);
	}
	img.playfully {
		content: url(img/playfully-hover.png);
	}
	img.twelve {
		content: url(img/twelve-hover.png);
	}

	.info {
		display: block;
		width: 100%;
	}
	.info ul {
		width: 100%;
		margin-bottom: 40px;
	}
	.desc p {
		width: calc(100% - 55px);
		margin-left: 55px;
	}

	img.main-img {
		height: 100vw;
		object-fit: cover;
	}
}
