@charset "utf-8";
@font-face {
	font-family: "Pretendard";
	src: url("../font/PretendardVariable.woff2") format("woff2-variations");
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap");

@font-face {
	font-family: "Paperozi";
	src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2") format("woff2");
	font-weight: 100;
	font-display: swap;
}

@font-face {
	font-family: "Paperozi";
	src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2") format("woff2");
	font-weight: 200;
	font-display: swap;
}

@font-face {
	font-family: "Paperozi";
	src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2") format("woff2");
	font-weight: 300;
	font-display: swap;
}

@font-face {
	font-family: "Paperozi";
	src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2") format("woff2");
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "Paperozi";
	src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2") format("woff2");
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: "Paperozi";
	src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: "Paperozi";
	src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2") format("woff2");
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: "Paperozi";
	src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2") format("woff2");
	font-weight: 800;
	font-display: swap;
}

@font-face {
	font-family: "Paperozi";
	src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2") format("woff2");
	font-weight: 900;
	font-display: swap;
}

/*Common*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html,
body {
	width: 100%;
	height: 100%;
}
html {
	overflow-y: scroll;
}
body {
	background-color: #fff;
	word-break: keep-all;
	-webkit-text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	-ms-text-size-adjust: 100% !important;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
li,
dt,
dd,
a,
p,
input,
textarea,
select,
option,
button {
	color: #000;
	font-family: "Paperozi", "돋움", dotum, sans-serif;
	word-break: keep-all;
	font-size: 14px;
	font-weight: normal;
}
img,
fieldset,
iframe {
	border: 0 none;
}
ul,
ol,
li {
	list-style: none;
}
em,
address {
	font-style: normal;
}
img,
input,
select,
textarea {
	vertical-align: middle;
}
a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
button,
label {
	cursor: pointer;
	_cursor/**/: hand;
}
button * {
	position: relative;
}
textarea {
	overflow: auto;
}
option {
	padding-right: 6px;
}
.input_text,
textarea {
	margin: -1px 0;
	padding-right: 1px;
}
.input_check,
.input_radio {
	width: 13px;
	height: 13px;
}
.blind,
legend,
caption {
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
hr {
	display: none;
}
legend {
	width: 0;
}
:root legend {
	margin-top: -1px;
	font-size: 0;
	line-height: 0;
}
caption {
	line-height: 0;
}
img {
	max-width: 100%;
}

/*로딩 이미지*/
#loading_img {
	text-align: center;
	display: none;
	width: 100%;
	margin: 10px 0px 10px 0px;
}

/* popup */
.pop_today_close {
	padding: 1px 7px 3px 7px;
	color: #ffffff;
	background: #303030;
	vertical-align: middle;
	border: 0px;
}
.pop_close {
	padding: 1px 7px 3px 7px;
	color: #ffffff;
	background: #303030;
	vertical-align: middle;
	border: 0px;
}

@media (max-width: 767px) {
	/* 메인 레이어 팝업 */
	.main_layer_popup {
		width: 96% !important;
		left: 50% !important;
		top: 50px !important;
		transform: translateX(-50%);
	}
	.main_layer_popup .popupContent {
		height: 100% !important;
	}
	.main_layer_popup img {
		width: 100%;
	}
}

#header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 90px;
	z-index: 1000;
}
.head {
	width: 100%;
	height: 90px;
}
.head h1 {
	position: absolute;
	left: 4%;
	top: 40px;
}
.head h1 a {
	display: block;
	width: 272px;
	aspect-ratio: 272/44;
	background: url(../images/common/logo1.png) no-repeat left center / contain;
	text-indent: -9999px;
}

@media (max-width: 1399px) {
	.head h1 a {
		width: 150px;
	}
}

#footer {
	background: #fff;
	padding: 40px 4%;
}
#footer .foot {
	width: 100%;
}
#footer .foot .adr {
	font-family: "Pretendard";
	font-size: 18px;
	color: #4d4d4d;
	text-align: center;
}
#footer .foot .info {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 15px;
}
#footer .foot .info dl {
	display: flex;
	gap: 15px;
}
#footer .foot .info dl dt {
	font-family: "Pretendard";
	font-size: 18px;
	font-weight: 700;
	color: #4d4d4d;
}
#footer .foot .info dl dd {
	font-family: "Pretendard";
	font-size: 18px;
	color: #4d4d4d;
}

@media (max-width: 1399px) {
	#footer .foot .adr {
		font-size: 14px;
		text-align: left;
	}
	#footer .foot .info {
		flex-direction: column;
		gap: 10px;
	}
	#footer .foot .info dl {
		gap: 5px;
	}
	#footer .foot .info dl dt {
		font-size: 14px;
	}
	#footer .foot .info dl dd {
		font-size: 14px;
	}
}
