@font-face {
	font-family: 'Pretendard-Regular';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

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: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

* {box-sizing: border-box;}

ol, ul {
	margin: 0;
	padding: 0;
	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;
}

a {
	color: inherit;
	text-decoration: none;
}

.color {color: #FFD43C;}
.bg_grey {background-color: #F8F9FA;}

.container {
	max-width: 1360px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.sm_container {
	max-width: 1120px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.board_container {
	max-width: 800px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.img_fluid {
	max-width: 100%;
	height: auto;
}

body {
	font-family: 'Pretendard-Regular';
	font-size: 16px;
	letter-spacing: -0.6px;
	line-height: 1.6;
	color: #040404;
	word-break: keep-all;
}

h1 {
	font-size: 62px;
	font-weight: 600;
	line-height: 74px;
	letter-spacing: -0.6px;
}
h2 {
	font-size: 46px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -0.6px;
}
h3 {
	font-size: 38px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -0.6px;
}
h4 {
	font-size: 26px;
	font-weight: 600;
	letter-spacing: -0.4px;
}
h5 {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.4px;
}
h6 {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.4px;
}
strong {
	font-weight: 600;
}
.normal {
	font-weight: 500 !important;
}
button {cursor: pointer;}
button:disabled {cursor: default;}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
select::-ms-expand {
    display: none;
}
.ipt_area {
	margin-bottom: 12px;
}
.ipt_input {
	position: relative;
	display: block;
	width: 100%;
}
.ipt_input span {
	position: absolute;
	top: 12px;
	left: 16px;
	display: block;
	font-size: 12px;
	color: #6F6F6F;
}
.ipt_input input {
	display: block;
	padding: 32px 16px 14px 16px;
	width: 100%;
	color: #040404;
	border: 1px solid #ccc;
	border-radius: 8px;
}
.ipt_input input:focus {
	outline: none !important;
	border-color: #FDA700;
}
.ipt_input input:read-only {
	background-color: #F8F9FA;
}
.ipt_input select {
	display: block;
	padding: 32px 16px 14px 16px;
	width: 100%;
	color: #040404;
	border: 1px solid #ccc;
	border-radius: 8px;
	background-image: url('/images/icon/ipt_select.svg');
	background-repeat: no-repeat;
	background-position: right 20px center;
}
.ipt_input select:focus {
	outline: none !important;
	border-color: #FDA700;
}
.ipt_input button.ipt_del {
	position: absolute;
	top: 23px;
	right: 20px;
	display: block;
	padding: 0;
	margin: 0;
	width: 16px;
	height: 16px;
	border: none;
	background: none;
	background-image: url('/images/icon/ipt_del.svg');
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.ipt_input button.ipt_check {
	position: absolute;
	top: 23px;
	right: 20px;
	display: block;
	padding: 0;
	margin: 0;
	color: #FDA700;
	border: none;
	background: none;
	cursor: pointer;
}

.ipt_input span em {
	color: #FDA700;
}

.ipt_chk {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.ipt_chk input {display: none;}
.ipt_chk span {
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	border: 1px solid #DFDFDF;
	border-radius: 3px;
}
.ipt_chk p {
	color: #6F6F6F;
	font-size: 14px;
	line-height: 20px;
}
.ipt_chk p em {
	color: #FDA700;
}
.ipt_chk p em.on {}
.ipt_chk input:checked + span {
	border-color: #FFCE1F;
	background-color: #FFCE1F;
	background-image: url('/images/icon/ipt_check.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px 8px;
}


/* 페이지네이션 */
.pagination_box {
	padding: 40px 0;
}
.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 40px;
	font-size: 14px;
}
.pagination li {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 10px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.pagination li:hover {
	background-color: #efefef;
}
.pagination li.active {
	background-color: #FFF;
	border: 1px solid #191919;
	color: #191919;
}
.pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 30px;
}
.page-item {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 10px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.page-item:hover {
	background-color: #efefef;
}
.page-item.active {
	background-color: #333;
	color: #FFF;
}
.page-item:first-child::before,
.page-item:first-child::after,
.page-item:nth-child(2)::before,
.page-item:last-child::before,
.page-item:last-child::after,
.page-item:nth-last-child(2)::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-top: 1px solid;
	border-right: 1px solid;
	border-color: #999;
	transform: translate(-50%, -50%) rotate(45deg);
}
.page-item:first-child,
.page-item:nth-child(2) {
	transform: rotate(-180deg);
}
.page-item:first-child::before,
.page-item:last-child::after {
	margin-left: -5px;
}
.page_common {
	display: block;
	width: 30px;
	height: 30px;
	font-size: 0;
	background-size: auto 12px;
	background-repeat: no-repeat;
	background-position: center;
}
.page_first {
	background-image: url('/images/icon/page_first.svg');
}
.page_prev {
	background-image: url('/images/icon/page_prev.svg');
}
.page_next {
	background-image: url('/images/icon/page_next.svg');
}
.page_last {
	background-image: url('/images/icon/page_last.svg');
}
