@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-display: swap;
	src: local('Pretendard Black'), url(./pretendard/Pretendard-Black.woff2) format('woff2'), url(./pretendard/Pretendard-Black.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard ExtraBold'), url(./pretendard/Pretendard-ExtraBold.woff2) format('woff2'), url(./pretendard/Pretendard-ExtraBold.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), url(./pretendard/Pretendard-Bold.woff2) format('woff2'), url(./pretendard/Pretendard-Bold.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), url(./pretendard/Pretendard-SemiBold.woff2) format('woff2'), url(./pretendard/Pretendard-SemiBold.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'), url(./pretendard/Pretendard-Medium.woff2) format('woff2'), url(./pretendard/Pretendard-Medium.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), url(./pretendard/Pretendard-Regular.woff2) format('woff2'), url(./pretendard/Pretendard-Regular.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'), url(./pretendard/Pretendard-Light.woff2) format('woff2'), url(./pretendard/Pretendard-Light.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: local('Pretendard ExtraLight'), url(./pretendard/Pretendard-ExtraLight.woff2) format('woff2'), url(./pretendard/Pretendard-ExtraLight.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: local('Pretendard Thin'), url(./pretendard/Pretendard-Thin.woff2) format('woff2'), url(./pretendard/Pretendard-Thin.woff) format('woff');
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: 'Pretendard', sans-serif;
	font-weight:600;
	vertical-align: baseline;
	text-decoration: none;
	text-decoration: unset !important;
	list-style-type: none;
	color:#1a1a1a;
	font-size:20px;
	letter-spacing: -0.35px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background: #fafaf8 !important;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

s
/* layout */

#wrap {position: relative; width:100%;}
#header {position: relative; width:100%; background: #fafaf8;}
#wrap-body {position: relative; width:100%;}
#footer {position: relative; width:100%;}

/* popup */

.popup {height: auto !important;}
@media (max-width: 768px) {
	.popup .popup-body p > img {width: 100% !important;}
	.popup .popup-body p > a > img {width: 100% !important;}
	.popup {top: 70px !important; left: 50% !important; width: 95% !important; height: auto !important; transform: translateX(-50%);}
}


/* board */

.board-wrap img {max-width: 100%;}
.board-layout .card a > img {width: 100%; height: 350px; object-fit: cover;}

.login-visual {height: calc(100vh - 85px);}
.login-visual.img-01 {background-image: url('../../images/login-visual01.jpg'); background-repeat: no-repeat; background-position: top center; background-size: cover;}
.login-visual::before {content: ''; position: absolute; width: 100%; height: 100%; background: #000; opacity: 0.4; z-index: 2;}
.login-wrap {position: absolute; transform: translate(-50%, -50%); top: 50%; left: 50%; background: #fff; z-index: 9; padding: 85px 45px; border-radius: 20px; width: 550px;}
.page-item i {color: #515c65;}
.page-item.disabled i {color: #a5b3bf;}