@font-face {
	font-family: 'Paperlogy-4Regular';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

body {
	max-width: 640px;
	width: 640px !important;
	margin: 0 auto;
	font-family: 'Paperlogy-4Regular' !important;
}

.main-wrap {
	width: 640px;
	overflow: hidden;
}

header {
	background-color: #37AD3D;
	padding: 25px 0;
	position: relative;
}

header>h1>img {
	max-width: 460px;
	display: block;
	margin: 0 auto;
}

header nav {
	width: 50px;
	position: absolute;
	right: 30px;
	top: 30px;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	cursor: pointer;
}

/* 슬라이드 */
.swiper-container {
	margin-top: 20px;
	position: relative;
}

.swiper-button-next,
.swiper-button-prev {
	background-color: transparent;
	border: none;
	width: 40px !important;
	height: 40px !important;
	background-image: url('../images/next.png');
	background-size: cover;
	position: absolute;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	display: none;
}

.swiper-button-prev {
	background-image: url('../images/prev.png');
}

/* 리스트텍스트 */


.main-con .list-text {
	font-size: 27px;
	line-height: 1.6;
	font-weight: 600;
	text-align: center;
	margin: 30px 0;
	font-family: 'Paperlogy' !important;
}

/* naver */
.naver {
	background-color: black;
	color: #fff;
	display: flex;
	padding: 20px 0;
	justify-content: space-around;
}

.naver a {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}

.naver p {
	font-size: 30px;
}

.naver img {
	width: 50px;
}

.naver .call {
	background-color: #fff;
	color: black;
	border-radius: 35px;
	padding: 10px 20px;
	width: 55%;
}

.naver .call p {
	font-size: 30px;
}

/* bottom-area */
.bottom-area {
	display: flex;
	margin-top: 50px;
	justify-content: space-between;
	padding: 0 10px;
}

.sns {
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.sns li a {
	display: flex;
	margin-bottom: 20px;
	padding: 7px 20px 7px 20px;
	font-size: 20px;
	line-height: 28px;
	border-radius: 50px;
	transition: 0.3s;
	box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.08);
	align-items: center;
	gap: 10px;
}

.sns li img {
	width: 40px;
}

.video {
	width: 50%;
}

.video video {
	width: 100%;
	border-radius: 30px;
}

.loc {
	width: 150px;
	position: absolute;
	bottom: 70px;
}

.loc-area {
	margin-bottom: 180px;
	margin-top: -83px;
	z-index: 9;
	position: relative;
}

.loc-area ul {
	display: flex;
	gap: 10px;
	margin: 20px;
}

.loc-area ul img {
	width: 60px;
}

.loc-area p {
	font-size: 22px;
	line-height: 32px;
	margin-left: 20px;
}

.loc-area button {
	margin-top: 10px;
	margin-left: 20px;
	font-size: 16px;
	padding: 0 15px;
	height: 26px;
	line-height: 26px;
	border: 0;
	background: #eee;
	cursor: pointer;
	color: black;
}

footer {
	position: fixed;
	bottom: 0;
	background-color: #fff;
	width: 640px;
	border-top: 1px solid #ddd;
	padding: 5px 0 0;
	z-index: 10;
}

footer ul {
	display: flex;
	margin-bottom: 5px;
}

footer ul li {
	width: 25%;

}

footer ul li:hover p {
	text-decoration: underline;
}

footer a,
footer ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}

footer ul li p {
	font-size: 14px;
	cursor: pointer;
}

footer ul li img {
	width: 30px;
	cursor: pointer;
}


footer .shot {
	background-color: #37AD3D;
	display: flex;
	align-items: center;
	padding: 15px 10px;
	gap: 10px;
	justify-content: space-around;
}

footer .shot a:nth-child(1) img {
	width: 65%;
}

footer .shot a:nth-child(2) {
	background-color: #fff;
	border-radius: 30px;
	display: flex !important;
	width: 35%;
	align-items: center;
	flex-direction: row;
	padding: 10px 20px;
	justify-content: center;
}

footer .shot a:nth-child(2) img {
	width: 21px;
}

footer .shot a:nth-child(2) p {
	font-size: 20px;
}

.mo {
	display: none;
}

/* 팝업 */
.popup-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.popup-area .overlay {
	background-color: rgba(0, 0, 0, 0.66);
}

.popup-area .popup {
	overflow-y: scroll;
	height: 100vh;
}

.popup-area .popup span {
	color: #fff;
	position: absolute;
	right: 550px;
	top: 50px;
	font-size: 50px;
}

.popup-area .popup img {
	display: block;
	border-radius: 30px;
	margin: 50px auto;
}

@media screen and (max-width: 640px) {
	body {
		max-width: 100%;
		width: 100% !important;
		margin: 0 auto;
	}

	header {
		padding: 15px 0;
	}

	.main-wrap {
		width: 100%;
		overflow: hidden;
	}

	header>h1>img {
		max-width: 280px;
	}

	header nav {
		width: 25px;
		position: absolute;
		right: 20px;
		top: 22px;
	}

	.naver .call p {
		font-size: 14px;
	}

	.swiper-container {
		margin: 10px;
		overflow: hidden;
	}

	.main-con .list-text {
		font-size: 18px;
	}

	.naver img {
		width: 40px;
	}

	.naver .call img {
		width: 30px;
	}

	.naver .call {
		padding: 10px;
		justify-content: space-around;
	}

	.naver p {
		font-size: 17px;
	}

	.sns li a {
		display: flex;
		margin: 10px 0;
		padding: 3px 10px;
		font-size: 16px;
		line-height: 28px;
	}

	.loc {
		width: 90%;
	}

	.bottom-area {
		margin-top: 30px;
	}

	.video video {
		border-radius: 10px;
	}

	.loc {
		bottom: 50px;
	}

	.loc-area {
		margin-bottom: 150px;
		margin-top: -58px;
	}

	.loc-area img {
		width: 35px !important;
	}

	.loc-area ul {
		margin: 20px 10px;
	}

	.loc-area p {
		font-size: 16px;
		line-height: 1.3;
		margin-left: 10px;
	}

	.loc-area button {
		margin: 10px;
	}

	.mo {
		display: flex;
	}

	footer {
		width: 100%;
	}

	footer ul li {
		width: 25%;
	}

	footer ul li img {
		width: 20px;
	}

	.popup-area .popup img {
		width: 80%;
	}

	.popup-area .popup span {
		right: 5px;
	}

	.sns li img {
		width: 20px !important;
	}

	.video {
		width: 60%;
	}

	.sns {
		width: 30%;
	}

	.sns p {
		font-size: 14px;
	}

	footer {
		padding: 10px 0 0;
	}

	footer ul li p {
		font-size: 14px;
	}

	footer .shot img {
		width: 50%;
	}

	footer .shot a {
		width: 50%;
	}

	footer .shot a:nth-child(1) img {
		width: 80%;
	}

	footer .shot a:nth-child(2) p {
		font-size: 14px;
	}

	footer .shot a:nth-child(2) {
		width: 40%;
		gap: 5px;
		padding: 5px;
	}

	footer ul {
		margin-bottom: 10px;
	}
}