.paging {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.paging a {
	border: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.paging .arr,
.paging ul {
	column-gap: 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.paging .arr a {
	width: 11px;
	height: 12px;
	margin: 0;
}

.paging .arr img {
	filter: invert(1) brightness(0.8);
}

.paging ul {
	padding: 0 15px;
}

.paging ul li a {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	color: #ccc;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 0.1em;
	transition: all 0.4s;
}

.paging ul li:hover a, .paging ul li.on a {
	background: var(--color-green);
	color: var(--color-white);
}

input[type=checkbox],
input[type=radio] {
	width: 25px;
	height: 25px;
	flex-shrink: 0;
	background: #fff url("/img/sub/icon_checked_off.png") no-repeat center;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	appearance: none;
	cursor: pointer;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
	background-color: #333;
	background-image: url("/img/sub/icon_checked_on.png");
	border-color: #333;
}

textarea {
	resize: none;
}

select {
	border: none;
	outline: none;
	appearance: none;
	background: #fff url("/img/sub/angle_select.png") no-repeat calc(100% - 40px) center;
	color: #ccc;
}

select::-ms-expand {
	display: none;
}

.form-button {
	width: 300px;
	height: var(--form-height);
	background: #333;
	color: var(--color-white);
	font-size: var(--form-font);
	font-weight: 600;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.search-box {
	column-gap: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.search-box * {
	color: #ccc;
	font-size: var(--form-font);
	font-weight: 600;
}

.search-box select,
.search-box input[type=text] {
	height: var(--form-height);
	border: 2px solid #e5e5e5;
	padding: 0 40px;
}

.search-box select,
.search-box button {
	flex-shrink: 0;
}

.search-box select {
	width: 300px;
	color: #ccc;
	font-weight: 600;
}

.search-box input[type=text] {
	width: 100%;
}

.search-box input[type=text]::placeholder {
	color: #ccc;
}

.search-box .form-button {
	color: var(--color-white);
}

.board-box .flex-box,
.board-box .flex-box p,
.view-box .flex-box,
.view-box .flex-box p {
	display: flex;
	align-items: center;
}

.board-box .flex-box,
.view-box .flex-box {
	column-gap: 20px;
	flex-shrink: 0;
}

.board-box .flex-box *,
.view-box .flex-box * {
	font-size: 1.8rem;
}

.board-box .flex-box p,
.view-box .flex-box p {
	column-gap: 10px;
	font-weight: 600;
}

.board-box .flex-box p em,
.view-box .flex-box p em {
	font-weight: 400;
}

.board-box {
	border-top: 1px solid var(--color-black);
}

.board-box .list {
	border-bottom: 1px solid #e5e5e5;
}

.board-box a {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	row-gap: 15px;
	padding: 40px;
}

.board-box a>span {
	background: var(--color-green);
	border-radius: 100px;
	color: var(--color-white);
	font-weight: 700;
	padding: 5px 20px;
}

.board-box a>em {
	color: #ddd;
	font-weight: 700;
}

.board-box .text {
	width: 100%;
	display: flex;
	column-gap: 80px;
	align-items: flex-end;
	justify-content: space-between;
}

.board-box .text h5 {
	height: 1.3em;
	color: #222;
	font-size: 2.4rem;
	font-weight: 500;
	-webkit-line-clamp: 1;
	overflow: hidden;
	word-wrap: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.board-box .flex-box * {
	color: #ccc;
}

.board-box li.empty {
	text-align:center;
	color: #666;
	font-size: 2rem;
	padding:50px 0;
	border-bottom:1px solid #ddd;
}

.view-box .top {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 20px;
	border-bottom: 1px solid var(--color-black);
	padding-bottom: 40px;
}

.view-box .top h4 {
	height: 1.3em;
	font-size: 4.8rem;
	font-weight: 500;
	font-family: var(--font-optima);
	-webkit-line-clamp: 1;
	overflow: hidden;
	word-wrap: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.view-box .top .flex-box * {
	color: #aaa;
}

.view-box .content .text * {
	word-break: normal;
}

.view-box .content .text {
	padding: 20px;
}

.view-box .content .file-box {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	row-gap: 5px;
	padding: 30px 0;
}

.view-box .content .file-box a {
	display: inline-flex;
	align-items: center;
	column-gap: 10px;
	color: #888;
	font-weight: 500;
	line-height: 1.3;
	font-family: var(--font-pretendard);
}

.view-box .post-box {
	display: flex;
	column-gap: 40px;
	margin: 80px 0;
}

.view-box .post-box .post {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	width: 100%;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 40px 20px;
}

.view-box .post-box * {
	font-weight: 500;
	font-family: var(--font-pretendard);
}

.view-box .post-box em {
	color: #ccc;
}

.view-box .post-box p {
	height: 1.3em;
	color: #333;
	font-size: 2.4rem;
	-webkit-line-clamp: 1;
	overflow: hidden;
	word-wrap: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.view-box .form-button {
	margin: 0 auto;
}

.inquiry-box em {
	color: #F10202 !important;
}

.inquiry-box>p {
	color: #aaa;
	text-align: right;
	margin-bottom: 20px;
}

.inquiry-box .agree {
	margin: 40px 0;
}

.inquiry-box .agree label {
	column-gap: 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.inquiry-box .agree p,
.inquiry-box .agree button {
	font-size: 2rem;
}

.inquiry-box .agree p {
	color: #333;
	line-height: 1;
}

.inquiry-box .agree button {
	color: #007DC5;
	text-decoration: underline;
	text-underline-position: under;
}

.inquiry-box>.form-button {
	width: 100%;
	background: var(--color-green);
}

.form-box {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}

.form-box * {
	font-size: var(--form-font);
}

.form-box input,
.form-box textarea {
	background-color: transparent;
	padding: 30px;
	width: 100%;
	height: 100%;
}

.form-box input::placeholder,
.form-box textarea::placeholder {
	color: #aaa;
}

.form-box dl {
	display: flex;
	background: #f8f8f8;
}

.form-box dl dt,
.form-box dl dd:not(:has(textarea)) {
	height: var(--form-height);
}

.form-box dl dt {
	width: 180px;
	column-gap: 3px;
	flex-shrink: 0;
	color: #222;
	padding: 0 10px 0 30px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.form-box dl dd {
	width: 100%;
}

.form-box dl dd:has(textarea) {
	height: 240px;
}

.form-box .file .form-button {
	flex-shrink: 0;
	width: 280px;
	position: relative;
}

.form-box .file .form-button input {
	opacity: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.form-box .captcha figure,
.form-box .captcha button {
	flex-shrink: 0;
}

.form-box .captcha figure {
	width: 180px;
	height: 100%;
	overflow: hidden;
}

.form-box .captcha figure img {
	width: 100%;
	height: 100%;
}

.form-box .captcha .form-button {
	width: var(--form-height);
}

@media (max-width: 1400px) {
	.form-button {
		width: 260px;
	}

	.search-box select {
		width: 260px;
	}

	.board-box .text {
		column-gap: 40px;
	}

	.view-box .top h4 {
		font-size: 4rem;
	}
}

@media (max-width: 1200px) {
	select {
		background-position: calc(100% - 20px) center;
	}

	.search-box select,
	.search-box input[type=text] {
		padding: 0 20px;
	}

	.search-box select,
	.search-box .form-button {
		width: 200px;
	}

	.board-box a {
		padding: 40px 30px;
	}

	.view-box .top h4 {
		font-size: 3.4rem;
	}

	.view-box .post-box {
		column-gap: 20px;
		margin: 60px 0;
	}

	.form-box input,
	.form-box textarea {
		padding: 20px;
	}
}

@media (max-width: 1024px) {
	.search-box .form-button {
		width: 160px;
	}

	.board-box .text {
		flex-direction: column;
		align-items: flex-start;
		row-gap: 15px;
		column-gap: 0;
	}

	.view-box .top h4 {
		font-size: 2.8rem;
	}

	.view-box .post-box .post {
		padding: 30px 20px;
	}

	.view-box .post-box p {
		font-size: 2.1rem;
	}

	.form-box dl dt {
		padding: 0 20px;
	}
}

@media (max-width: 768px) {

	.paging .arr,
	.paging ul {
		column-gap: 10px;
	}

	.paging .arr a {
		height: 10px;
	}

	.paging ul li a {
		font-size: 1.6rem;
	}

	.form-button {
		width: 220px;
	}

	.search-box select {
		width: 170px;
	}

	.search-box .form-button {
		width: 110px;
	}

	.board-box .flex-box *,
	.view-box .flex-box * {
		font-size: 1.7rem;
	}

	.board-box a {
		padding: 30px 20px;
	}

	.board-box .text h5 {
		font-size: 2.2rem;
	}

	.view-box .top h4 {
		font-size: 2.4rem;
	}

	.view-box .content .file-box a {
		column-gap: 5px;
		font-size: 1.5rem;
	}

	.view-box .post-box em {
		font-size: 1.5rem;
	}

	.view-box .post-box p {
		font-size: 1.8rem;
	}

	.inquiry-box .agree label {
		column-gap: 10px;
	}

	.inquiry-box .agree p,
	.inquiry-box .agree button {
		font-size: 1.8rem;
	}

	.form-box dl dt {
		width: 160px;
	}

	.form-box .file .form-button {
		width: 180px;
	}

	.form-box .captcha figure {
		width: 160px;
	}
}

@media (max-width: 640px) {
	.form-button {
		width: 160px;
	}

	.search-box {
		flex-wrap: wrap;
		row-gap: 10px;
	}

	.search-box select {
		width: 100%;
	}

	.search-box input[type=text] {
		width: calc(100% - 110px);
	}

	.search-box .form-button {
		width: 100px;
	}

	.board-box .flex-box *,
	.view-box .flex-box * {
		font-size: 1.6rem;
	}

	.board-box a {
		padding: 20px;
	}

	.board-box a>span {
		font-size: 1.4rem;
		padding: 5px 15px;
	}

	.board-box .text {
		row-gap: 10px;
	}

	.board-box .text h5 {
		font-size: 1.9rem;
	}

	.view-box .top {
		row-gap: 15px;
		padding-bottom: 30px;
	}

	.view-box .top h4 {
		font-size: 2.1rem;
	}

	.view-box .content .text {
		padding: 20px 10px;
	}

	.view-box .content .file-box {
		padding: 20px 0;
	}

	.view-box .post-box {
		column-gap: 10px;
		margin: 40px 0;
	}

	.view-box .post-box .post {
		row-gap: 5px;
		padding: 20px 10px;
	}

	.inquiry-box>p {
		font-size: 1.5rem;
		margin-bottom: 10px;
	}

	.form-box {
		row-gap: 15px;
	}

	.form-box dl {
		flex-direction: column;
		background: transparent;
	}

	.form-box dl dt {
		height: auto;
		padding: 10px 0;
	}

	.form-box dl dd {
		background: #f8f8f8;
	}

	.form-box .file .form-button {
		width: 140px;
	}

	.form-box .captcha figure {
		width: 140px;
	}
}