@charset "UTF-8";

.board {
	position: relative;
}

/* board_List_view */
.board_List_view {
	position: absolute;
	bottom: 0; right: 0;
}
.board_List_view:has(.show) {
	z-index: 2;
}
/* selectbox */
.select{
	width: 93px;
	height: 41px;
}
.select .selectbox .option {
	border-radius: 0;
	border: none;
}
.select .selectbox .option::-webkit-scrollbar-thumb {
	/* background: #1C1C1C; */
	border-radius: 0;
}
.select .selectbox .option::-webkit-scrollbar {
	width: 2px;
}
.select .selectbox .option ul > li.active button {
	background: #F8F8F8;
}
.select .selectbox > button {
	border: 1px solid #d4d4d4;
	padding: 0 12px;
}
.select .selectbox .option ul > li button:hover,
.select .selectbox .option ul > li button:focus-visible {
	color: initial;
	text-decoration: underline;
}
.select .selectbox > button:after{
	background-image: url(../images/sub/board/ico_select_arrow.svg);
	width: 16px;
	min-width: 16px;
	height: 16px;
}


/* ** pagination ** */
.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	width: 100%;
	margin-top: 25PX;
}
.pagination .page-navi {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	min-width: 32px;
	height: 32px;
}
.pagination .page-navi.prev {
	background: url(../images/sub/board/ico_page_prev.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.pagination .page-navi.first {
	background: url(../images/sub/board/ico_page_first.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.pagination .page-navi.next {
	background: url(../images/sub/board/ico_page_next.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.pagination .page-navi.last {
	background: url(../images/sub/board/ico_page_last.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.pagination .page-navi.prev:hover,
.pagination .page-navi.prev:focus-visible  {
	transition: 0.4s ease-in-out;
	background: url(../images/sub/board/ico_page_prev_line.svg);
}
.pagination .page-navi.next:hover,
.pagination .page-navi.next:focus-visible  {
	transition: 0.4s ease-in-out;
	background: url(../images/sub/board/ico_page_next_line.svg);
}
.pagination .page-navi.first:hover,
.pagination .page-navi.first:focus-visible  {
	transition: 0.4s ease-in-out;
	background: url(../images/sub/board/ico_page_first_line.svg);
}
.pagination .page-navi.last:hover,
.pagination .page-navi.last:focus-visible  {
	transition: 0.4s ease-in-out;
	background: url(../images/sub/board/ico_page_last_line.svg);
}
.pagination .page-navi span{
	display: none;
}
.pagination .page-links {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 8px;
}
/* .pagination .page-links .page-link {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	color: #1D1D1D;
	min-width: 32px;
	height: 32px;
	padding: 6px 0;
	font-size: 16px;
	font-weight: 400;
}
.pagination .page-links .page-link:hover,
.pagination .page-links .page-link:focus-visible  {
	font-weight: 700;
	border-bottom: 2px solid #3C78EE;
	transition: 0.4s ease-in-out;
}
.pagination .page-links .page-link:active,
.pagination .page-links .page-link:focus-visible {
	font-weight: 700;
	border-bottom: 2px solid #3C78EE;
	transition: 0.4s ease-in-out;
}
.pagination .page-links .page-link.active {
	font-weight: 700;
	border-bottom: 2px solid #3C78EE;
	transition: 0.4s ease-in-out;
} */
.pagination .page-links .page-link {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-direction: row;
	color: #1D1D1D;
	width: 40px;
	height: 40px;
	padding: 6px 0px;
	font-size: 17px;
	font-weight: 400;
	border-radius: 50px;
	border: 1px solid var(--d-8-d-8-d-8, #D8D8D8);
	background: var(--ffffff, #FFF);
}
.pagination .page-links .page-link:hover,
.pagination .page-links .page-link:focus-visible  {
	border-radius: 50px;
	background: #F6FAF4;
	color: var(--006743, #006743);
	/* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16); */
}
.pagination .page-links .page-link.active {
	background: var(--006743, #006743);
	color: var(--ffffff, #FFF);
	text-align: center;
	font-family: "Pretendard";
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 25.5px */
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
    text-underline-position: from-font;
}
.pagination.m-page {
	display: none;
}
.pagination + .helper-box {
	margin-top: var(--krds-spacer-10);
}
@media screen and (max-width:767px) {
	.pagination .page-links{
		flex-wrap: wrap;
	}
}


/* board_support */
.board_support {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-bottom: 16px;
	gap: 16px;
}


.board_count {
	display: inline-flex;
}
.board_count > li {
	position: relative;
	font-size: 16px;
}
.board_count > li + li {
	margin-left: 8px;
	padding-left: 8px;
}
.board_count > li + li::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%; left: 0;
	transform: translateY(-50%);
	width: 1px; height: 10px;
	background-color: #C6C6C6;
}
.board_count .all_count {}
.board_count .all_count > span {
	color: #F06E00;
}
.board_count .now_count {}
.board_count .now_count .num {
	color: #F06E00;
}
.board_count .now_count .total {}
.board_count .all_count > span,
.board_count .now_count > span {
	font-weight: 700;
}
.board_count .now_count .total {
	font-weight: 500;
}
.board_Search {
	display: flex;
	gap: 8px;
}
.board_Search .select .selectbox > button {
	border-radius: 8px;
	border: 1px solid #D8D8D8;
	/*width: 93px;*/
}
.board_Search .search {
	position: relative;
	display: flex;
}

.board_Search .search .inputText > input {
	width: 294px;
	height: 41px;
	border-radius: 8px 0px 0px 8px;
	padding: 12px 16px;
	color: #717171;
	border-right: none;
	border: 1px solid #D8D8D8;
}
.board_Search .search .searchBtn {
	display: block;
	width: 41px; height: 41px;
	background-color: #172D9D;
	padding: 10px;
	border-radius: 0px 8px 8px 0px;
	border: none;
}
.board_Search .search .searchBtn .ico_btn{
	display: inline-block;
	width: 21px;
	height: 21px;
	background-image: url(../images/sub/board/ico_search.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
@media screen and (max-width: 767px) {
	.board_support {
		flex-wrap: wrap;
		gap: 12px;
		margin-bottom: 20px;
	}
	.board_Search {
		width: 100%;
	}
	.board_count {
		order: 1;
	}
	.board_count > li {
		font-size: 13px;
	}
	.board_Search {
		order: 2;
		flex-wrap: wrap;
	}
	.board_Search .select{
		width: 100%;
	}
	.board_Search .select .selectbox > button{
		width: 100%;
	}
	.board_Search .search .inputText{
		width: 100%;
	}
	.board_Search .search {
		width: 100%;
	}
	.board_Search .search .inputText > input {
		width: 100%;
	}

}



/* board_list */
.board_list {
	table-layout: fixed;
	width: 100%;
}
.board_list tr:hover td.subject span,
.board_list tr:focus-visible td.subject span{
	text-decoration: underline;
	font-weight: 500;
}
.board_list th {
	vertical-align: middle;
	padding: 16px 0;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #1D1D1D;
	border-top: 2px solid #006743;
	background: #F8F8F8;
	border-bottom: solid 1px #D8D8D8;
}
.board_list td {
	vertical-align: middle;
	padding: 16px;
	border-bottom: 1px solid #D8D8D8;
	text-align: center;
}
.board_list td.null {
	border-bottom: 1px solid #212121;
}
.board_list td span {
	color: #1D1D1D;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.8px;
}
.board_list.pay td span {
	color: #1D1D1D;
}
.board_list td > span {
	position: relative;
	line-height: 150%;
}
.board_list td.subject {
	text-align: left;
}
.board_list td.subject > a {
	display: flex;
	width: 100%;
	max-width: 100%;
}
.board_list td.subject > a:hover span,
.board_list td.subject > a:focus-visible span {
	text-decoration: underline;
}
/* .board_list tr.notice td.num span {
	display: inline-flex;
	align-items: center;
	justify-content: end;
	width: 52px; height: 24px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	border-radius: 4px;
	padding: 0 6px;
	background: #0AA589 url(../images/sub/board/ico_notice.svg);
	background-repeat: no-repeat;
	background-position: center left 6px;
	background-size: 13px;
} */
.board_list tr.notice td.num span {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	width: 52px; height: 24px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	border-radius: 4px;
	padding: 0 5px;
	background: #1E6B70 url(../images/sub/250428_notice_icon.svg);
	background-repeat: no-repeat;
	background-position: center right 4px;
	background-size: 13px;
}
.board_list tr.new td.num span{
	color: #1D1D1D;
	line-height: 150%;
}
.board_list tr.new td.subject span{
	position: relative;
	padding-right: 20px;
	color: #1D1D1D;
}
.board_list tr.new td.subject span::before{
	position: absolute;
	content: '';
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url(../images/sub/250428_new_icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.board_list tr td.status span{
	font-weight: 500;
}
.board_list.faq tr td.status.done span{
	color: #3C78EE;
}
.board_list.log tr td.status.done span{
	color: #555555;
}
.board_list.log tr td.status.hold span{
	color: #0AA589;
}
.board_list.log tr td.status.requested span{
	color: #3C78EE;
}
.board_list.pay tr td.pay_status span{
	color: #555;
}
.board_list.pay tr td.pay_status.__not span{
	color: #F00;
}
.board_list.log tr td.status.new_done span{
	color: #1D1D1D;
}
.board_list.log tr td.status.new_hold span{
	color: #F06E00;
}
.board_list.log tr td.status.new_requested span{
	color: #006743;
}
.board_list.pay tr td.receipt button,
.board_list.log tr td.print button{
	border: none;
	background: #EEF4E9;
	color: #1D1D1D;
	border-radius: 6px;
	padding: 0 10px ;
	width: 72px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
	margin: 0 auto;
	border: 1px solid #DAE6D9;
}
.board_list.pay tr td.receipt button:hover,
.board_list.log tr td.print button:hover{
	text-decoration: underline;
	text-underline-offset: 3px;
}
.board_list.pay tr td.receipt.off button,
.board_list.log tr td.print.off button{
	color: #919191;
	border: 1px solid #D8D8D8;
	background: #E4E4E4 !important;
	pointer-events: none;
}

.board .page_nate {
	margin-top: 40px;
	padding: 0 110px;
}
.board .page_nate .noBtn {
	display: none;
}
.board_list.pay tr td.pay_type{
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	justify-content: center;
}
/* board null */
.board_list.nodata td.board_null{
	border-bottom: solid 1px #D8D8D8;
	padding: 40px 16px;
	width: 100%;
}
.board_list.nodata td.board_null > span {
	background-image: url(../images/sub/board/ico_nodata.svg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: contain;
	padding-left: 28px;
	color: #1D1D1D;
}
.board_list td.board_null{
	border-bottom: solid 1px #D8D8D8;
	padding: 40px 16px;
	width: 100%;
}
.board_list td.board_null > span {
	background-image: url(../images/sub/board/ico_nodata.svg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: contain;
	padding-left: 28px;
	color: #1D1D1D;
}
.board_list tbody tr:has(.board_null){
	padding: 0;
}

@media screen and (min-width: 1025px) and (max-width: 1220px)  {
	.board .page_nate {
		margin-top: 80px;
		padding: 0;
	}
	.board_List_view {
		bottom: 56px;
	}
}

@media screen and (min-width: 769px) {

	.board .page_nate .noBtn:has(+ .num + .num + .num + .curr) {
		display: inline-block;
	}
	.board .page_nate:has(.curr + .num + .num + .num) .noBtn:has(+ .last) {
		display: inline-block;
	}
}

/* board img */
.board_read .detail > .img_con{
	width: 100%;
	height:  621px;
	margin-bottom: 40px;
}
.board_read .detail > .img_con > .img{
	width: 100%;
	height: 100%;
	background: #FFCFC9;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.board_read .detail > .img_con + .txt_con{
	min-height: 300px;
}

@media screen and (max-width:1279px) {
	.board_list {
		display: block;
	}
	.board_list colgroup {
		display: none;
	}

	.board_list thead {
		display: none;
	}
	.board_list tbody {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		border-top: 2px solid #006743;
	}
	.board_list tbody tr {
		display: inline-flex;
		flex-wrap: wrap;
		gap: 6px 0;
		width: 100%;
		padding: 16px 0;
		border-bottom: 1px solid #D8D8D8;
	}
	.board_list tbody tr:has(.board_null){
		padding: 0 ;
	}
	.board_list.nodata td.board_null{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.board_list tbody tr.nodata {
		padding: 0;
		border-bottom: 0;
	}
	.board_list tbody td {
		position: relative;
		display: inline-block;
		padding: 0;
		border: 0;
	}
	.board_list tbody td span {
		font-size: 14px;
	}
	.board_list tr.notice td.num span{
		background: #0AA589;
		justify-content: center;
		font-size: 12px;
	}
	.board_list td.num {
		display: none;
		order: 1;
	}
	.board_list td.subject {
		width: 100%;
		order: 2;
		margin-left: 0;
		padding-left: 0;
		overflow: hidden;
	}
	.board_list td.subject > a > span{
		color: #1D1D1D;
		font-size: 16px !important;
		font-weight: 500;
		line-height: 150%;
	}
	.board_list td.subject::before {
		display: none;
	}
	.board_list td.writer {
		order: 3;
	}
	.board_list td.date {
		order: 4;
	}
	.board_list td.view{
		order: 5;
	}
	.board_list td.status{
		order: 5;
	}
	.board_list tbody td + td{
		padding-right: 12px;
	}
	.board_list tbody td:nth-child(3):before{
		background: none;
	}
	.board_list tbody td + td::before {
		content: '';
		position: absolute;
		top: 50%; left: -6px;
		transform: translateY(-50%);
		display: block;
		width: 1px; height: 8px;
		background-color: #C6C6C6;
	}
	.board_list td.subject::after ,
	.board_list td.subject::before {
		display: none;
	}

	.board_list tr.notice td.num {
		display: inline-flex;
		align-items: center;
		margin-right: 6px;
	}
	.board_list tr.notice td.num span {
		width: 40px; height: 18px;
		font-size: 12px;
	}
	.board_list tr.notice td.num + td.subject {
		width: calc(100% - 46px);
	}

	.board .page_nate {
		padding: 0;
	}
	.board .board_List_view {
		display: none;
	}
	.board_list.nodata td.board_null{
		/* border: none; */
	}
	.board_read .detail > .img_con{
		height:  446px;
	}
	.board_list.log tr{
		position: relative;
	}
	.board_list.log .print {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		padding-right: 0;
	}
	.board_list.log .print::before{
		display: none;
	}
	.board_list.log td.subject > a{
		width: calc(100% - 96px);
	}
	.board_list.nodata tbody tr{
		padding: 0;
	}

}


@media screen and (max-width:767px) {
	.board .page_nate {
		padding-top: 64px;
	}
	.board .page_nate .num {
		display: none;
	}


	.board .page_nate .curr,
	.board .page_nate .num:has(+ .num + .curr),
	.board .page_nate .num:has(+ .curr),
	.board .page_nate .curr + .num,
	.board .page_nate .curr + .num + .num,
	.board .page_nate .first,
	.board .page_nate .last,
	.board .page_nate .next {
		display: inline-block;
	}

	.board .page_nate:has(.num + .num + .curr) .noBtn {
		display: inline-block;
	}
	.board .page_nate:has(.curr  + .num + .num) .noBtn:has(+ .last) {
		display: inline-block;
	}
	.board_read .detail > .img_con{
		height:  210px;
		margin-bottom: 24px;
	}
	.board_list.log td.subject > a{
		width: calc(100% - 72px);
	}
}

/* board read */
.board_read .title .tit {
	max-width: 100%;
	border-top: solid 2px #172D9D;
	padding: 24px 20px 0px 20px;
    margin-bottom: 24px;
	color: #1D1D1D;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -0.9px;
	overflow-wrap: break-word;
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.board_read .info {
	display: flex;
	align-items: center;
	padding: 8px 20px;
	gap: 20px;
	background: #F8F8F8;
	border-top: solid 1px #D8D8D8;
	border-bottom: solid 1px #D8D8D8;
}
.board_read .info > span {
	display: inline-flex;
	position: relative;
	color: #555555;
	font-size: 16px;
	line-height: 150%
}
.board_read .info > span + span::before {
	content: '';
	display: block;
	position: absolute;
	left: -10px; top: 50%;
	transform: translateY(-50%);
	width: 1px; height: 10px;
	background-color: #C6C6C6;
}
.board_read .detail {
	word-break: break-all;
	padding: 40px 0;
	color: #1D1D1D;
	font-weight: 400;
	font-size: 16px;
	min-height: 300px;
}
.board_read .detail > * {
	max-width: 100%;
}
.board_read .detail img {
	max-width: 100%;
}
.board_read > .btn-group {
	margin-top: 30px;
}
.board_read > .btn-group > .btn-group-inr{
	text-align: center;
}
.board_read > .btn-group > .btn-group-inr > .btn + .btn{
	margin-left: 12px;
}
.board_read > .btn-group > .btn-group-inr > .btn.list,
.board > .btn-group > .btn-group-inr > .btn.list,
.board_read.write > .btn-group > .btn-group-inr > .btn.submit{
	font-size: 16px;
	display: inline-block;
	font-weight: 400;
	line-height: 150%;
	width: 100px;
	padding: 10px 16px;
	border-radius: 8px;
	background-color: #006743;
	color: #fff;
	text-align: center;
	/* box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10); */
}
.board_read.write > .btn-group > .btn-group-inr > .btn.list{
	background-color: #fff;
	color: #1D1D1D;
	border: solid 1px #D8D8D8;
}
.board > .btn-group > .btn-group-inr > .btn.list{
	margin-top: 18px;
}
.board > .btn-group > .btn-group-inr.right{
	text-align: right;
}
.board_read > .btn-group > .btn-group-inr > .pager-btns > .btn:hover,
.board_read > .btn-group > .btn-group-inr > .pager-btns > .btn:focus-visible
.board_read > .btn-group > .btn-group-inr > .btn.list:hover,
.board_read > .btn-group > .btn-group-inr > .btn.list:focus-visible{
	text-decoration: underline;
}

.board_read .attach {
	background: #F8F8F8;
	margin-bottom: 40px;
	padding:  24px 20px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	align-items: stretch;
	gap: 40px;
}
.board_read .attach .attact-tit{
	min-width: 56px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	position: relative;
}
.board_read .attach .attact-tit::before{
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background: #C6C6C6;
	top: 0;
	right: -16px;
	z-index: 1;
}
.board_read .attach .attact-tit .attact_ico{
	width: 20px;
	height: 20px;
	background: url(../images/sub/board/ico_attach.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.board_read .attach .attach-list{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.board_read .attach .attach-list li {
	display: flex;
}
.board_read .attach .attach-list li + li {
	margin-top: 16px;
}
.board_read .attach .attach-list li a{
	display: flex;
	overflow: hidden;
}
.board_read .attach .attach-list li .name {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 24px;
	position: relative;
	line-height: 150%;
	width: 100%;
}
.board_read .attach .attach-list li .name::before{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-image: url(../images/sub/board/ico_otherfile.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.board_read .attach .attach-list li .name.pdf::before{
	background-image: url(../images/sub/board/ico_pdf.svg);
}
.board_read .attach .attach-list li .name.hwp::before{
	background-image: url(../images/sub/board/ico_hwp.svg);
}
.board_read .attach .attach-list li .name.word::before{
	background-image: url(../images/sub/board/ico_word.svg);
}
.board_read .attach .attach-list li .name.ppt::before{
	background-image: url(../images/sub/board/ico_ppt.svg);
}
.board_read .attach .attach-list li .name.xlsx::before{
	background-image: url(../images/sub/board/ico_xlsx.svg);
}
.board_read .attach .attach-list li .name.zip::before{
	background-image: url(../images/sub/board/ico_zip.svg);
}
.board_read .attach .attach-list li .name.otherfile::before{
	background-image: url(../images/sub/board/ico_otherfile.svg);
}
.board_read .attach .attach-list li .size{
	color: #717171;
	font-size: 13px;
	font-weight: 400;
	line-height: 150%;
	display: inline-block;
	padding-top: 3px;
	margin-left: 2px;
}

/* answer */
.board_read .answer{
	border: 2px solid #172D9D;
	margin-bottom: 40px;
}
.board_read .answer article{
	display: block;
}
.board_read .answer .title{
	background: #F4F9FF;
	color: #172D9D;
	text-align: center;
	padding: 8px 20px;
}
.board_read .answer .title > h1{
	color: #172D9D;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: -0.9px;
}
.board_read .answer .info{
	border-bottom: 1px solid #D4D4D4;
	padding: 8px 20px;
	background-color: #fff;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
}
.board_read .answer .detail{
	padding: 40px 20px;
	min-height: auto;
}
.board_read .answer .detail p{
	color: #1D1D1D;
	font-size: 16px;
	line-height: 150%;
}
@media screen and (max-width:1279px) {
}

@media screen and (max-width:767px) {
	.board_read .title{
		padding-bottom: 24px;
	}
	.board_read .info {
		gap: 8px 16px;
		flex-wrap: wrap;
	}
	.board_read .detail{
		padding-top: 0;
	}
	.board_read .attach{
		padding: 20px;
		flex-wrap: wrap;
		gap: 32px;
	}
	.board_read .attach .attact-tit,
	.board_read .attach .attact-list{
		width: 100%;
	}
	.board_read .attach .attact-tit .attact_ico{
		display: none;
	}
	.board_read .attach .attact-tit span{
		color: #1D1D1D;
		font-size: 16px;
		font-weight: 700;
	}
	.board_read .attach .attact-tit::before{
		top: auto;
		bottom: -16px;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 1px;
	}
	.board_read > .btn-group{
		margin-top: 20px;
	}
	.board_read > .btn-group > .btn-group-inr > .btn.list{
		width: 100%;
	}
	.board_read .info > span{
		font-size: 14px;
	}
	.board_read .detail p{
		font-size: 14px;
	}
	.board_read .answer .detail{
		padding: 24px 20px;
	}
	.board_read .answer{
		margin-bottom: 24px;
	}
	.board_read .answer .detail p{
		font-size: 14px;
	}
	.board_read.write > .btn-group{
		margin-top: 30px;
	}
	.board_read.write > .btn-group > .btn-group-inr{
		display: flex;
		gap: 10px;
	}
	.board_read.write > .btn-group > .btn-group-inr > .btn.list,
	.board_read.write > .btn-group > .btn-group-inr > .btn.submit{
		flex: 1;
	}

	.board > .btn-group > .btn-group-inr > .btn.list {
		width: 100%;
	}
}
.board_read .attach .attach-list li:hover a > span.name{
	text-decoration: underline;
}

.tbl-pager {
	table-layout: fixed;
	border-collapse: separate;
	width: 100%;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
}
.tbl-pager tr:not(.nodata):hover td > a > span,
.tbl-pager tr:not(.nodata):hover th > span,
.tbl-pager tr:not(.nodata):focus-visible td > a > span,
.tbl-pager tr:not(.nodata):focus-visible th > span {
	text-decoration: underline;
}
.tbl-pager th {
	padding: 16px 10px;
	vertical-align: middle;
}
.tbl-pager th span {
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
	display: inline-block;
	vertical-align: middle;
	color: #1D1D1D;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: center left;
}
.tbl-pager .next th span {
	background-image: url(../images/sub/board/ico_pager_arrowUp.svg);
}
.tbl-pager .prev th span {
	background-image: url(../images/sub/board/ico_pager_arrowDown.svg);
}
.tbl-pager .next.nodata th span {
	background-image: url(../images/sub/board/ico_pagerNodata_arrowUp.svg);
}
.tbl-pager .prev.nodata th span {
	background-image: url(../images/sub/board/ico_pagerNodata_arrowDown.svg);
}
.tbl-pager .next.nodata th span,
.tbl-pager .next.nodata td span,
.tbl-pager .prev.nodata th span,
.tbl-pager .prev.nodata td span{
	color: #717171;
}
.tbl-pager td {
	position: relative;
	overflow: hidden;
	padding: 16px 0px;
}
.tbl-pager td span {
	overflow: hidden;
	color: #1D1D1D;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}

.tbl-pager tr td a {
	display: inline-flex;
	align-items: center;
	width: 100%;
}

.tbl-pager tr+tr th,
.tbl-pager tr+tr td {
	border-top: 1px solid #D8D8D8;
}
@media screen and (max-width:767px) {
	.tbl-pager th{
		padding: 16px 8px;
	}
	.tbl-pager th span{
		padding-left: 32px;
	}
}
/* board card */
.img_list:has(>ul.nodata){
	padding-top: 0;
}
.img_list>ul {
	display: flex;
	flex-wrap: wrap;
	margin-right: -24px;
}
.img_list>ul>li {
	width: 33.33%;
	padding-right: 24px;
	margin-bottom: 40px;
}
.img_list>ul>li>.inbox {
	display: block;
	position: relative;
	height: 100%;
	border: solid 1px #D8D8D8;
	border-radius: 20px;
	overflow: hidden;
}
.img_list>ul.nodata {
	margin: 0;
	border-top: 2px solid #172D9D;
}
.img_list>ul.nodata>li {
	padding: 0;
	width: 100%;
	text-align: center;
}
.img_list>ul.nodata .null > .board_null {
	height: auto;
	padding: 40px 16px;
	border-bottom: 1px solid #D8D8D8;
}
.img_list>ul.nodata .null > .board_null span{
	padding-left: 20px;
	position: relative;
}
.img_list>ul.nodata .null > .board_null span::after{
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	top: 1px;
	left: 0;
	background-image: url(../images/sub/board/ico_nodata.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.img_list>ul>li>.inbox {
	display: block;
	position: relative;
	height: 100%;
}
.img_list>ul>li>.inbox .txtbox {
	position: relative;
	color: #555555;
	padding: 20px 24px;
	border-top: 1px solid #D8D8D8;
}

.img_list>ul>li>.inbox .txtbox .title {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: 400;
	color: #1D1D1D;
}
.img_list>ul>li>.inbox .txtbox .sub_info .date {
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	color: #555555;
}
.img_list>ul>li>.inbox:hover .txtbox .title,
.img_list>ul>li>.inbox:focus-visible .txtbox .title{
	text-decoration: underline;
	font-weight: 500;
}

.img_list>ul>li>.inbox .imgbox {
	width: 100%;
	overflow: hidden;
	background: #F8F8F8;
	overflow: hidden;
	position: relative;
	padding-bottom: 69.14% !important;
	background-image: url(../images/sub/board/img_nodata_photo.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: calc(100% - 185px);
}
.img_list.card>ul>li>.inbox .imgbox {
	padding-bottom: 100% !important;
}
.img_list>ul>li>.inbox .imgbox .img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	transition: .3s;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.img_list>ul>li>.inbox:hover .imgbox .img::before,
.img_list>ul>li>.inbox:focus-visible .imgbox .img{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
	z-index: 1;
}
@media screen and (max-width:1279px) {
	.img_list>ul>li{
		width: 50%;
	}
	.img_list>ul>li {
		padding-right: 24px;
	}
	.img_list>ul>li>.inbox .imgbox .img {
		background-size: calc(100% - 80px);
	}
}

@media screen and (max-width:767px) {
	.img_list>ul>li {
		width: 100%;
		padding-right: 32px;
	}
	.img_list>ul>li>.inbox .imgbox .img {
		background-size: calc(100% - 72px);
	}
}

/* totalSearch */
.totalSearch {
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #111111;
	background-color: #F5F5F5;
	padding: 0 16px;
}
.totalSearch .search {
	display: inline-flex;
	gap: 8px;
	width: 100%;
	max-width: 582px;
}
.totalSearch .search .inputText {
	width: calc(100% - 102px); height: 50px;
}
.totalSearch .search .inputText > input {
	height: 50px;
	border: 1px solid #111111;
	padding: 16px;
}
.totalSearch .search .searchBtn {
	width: 41px; height: 41px;
	position: relative;
	top: 0;
	background-color: #111111;
	color: #fff;
	background-image: initial;
}
.totalSearch .search .searchBtn > span {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.totalSearch .search .searchBtn > span::after {
	content: '';
	display: inline-flex;
	width: 20px; height: 20px;
	background-image: url(../images/icon/icon_search_white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.totalSearch .search:has(.inputText > input:hover) .searchBtn,
.totalSearch .search:has(.inputText > input:focus-visible) .searchBtn {
	background-image: initial;
}

.result_Num {
	padding: 40px 0 50px;
	text-align: center;
}
.result_Num > p {
	font-size: 20px;
	font-weight: 500;
	word-break: keep-all;
}
.result_Num > p > span {
	font-size: 20px;
}
.result_Num .keyword {
	color: #014CE1;
	font-weight: 700;
}
.result_Num .total {
	color: #014CE1;
	font-weight: 700;
}
.keyword {
	color: #A50010;
}

.total_search {}
.total_search + .total_search {
	margin-top: 40px;
}
.total_search .total_search_top {
	border-bottom: 2px solid #111111;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
.total_search .total_search_top > span {
	display: inline-flex;
	align-items: center;
	position: relative;
}
.total_search .total_search_top > span + span {
	margin-left: 10px;
	padding-left: 10px;
}
.total_search .total_search_top > span + span::before {
	content: '';
	display: block;
	position: absolute;
	top: 3px; left: 0;
	width: 1px; height: 16px;
	background-color: #919191;
}
.total_search .total_search_top .total_search_tit {
	font-size: 20px;
	font-weight: 700;
	color: #111111;
}
.total_search .total_search_top .total_search_num {
	font-size: 20px;
	font-weight: 500;
	color: #014CE1;
}
.total_search .total_search_top .total_search_num .num {}
.total_search .search_result {
	padding-bottom: 20px;
}
.total_search .resultBox .resultList > li .null {
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #B5B5B5;
}
.total_search .resultBox .resultList > li .null > span {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	padding-top: 88px;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../images/icon/icon_totalsearch_null.svg);
}
.menu .resultBox {}
.menu .resultBox .resultList {}
.menu .resultBox .resultList > li {}
.menu .resultBox .resultList > li > a {
	display: flex;
	align-items: center;
	padding: 16px;
	border: 1px solid #B5B5B5;
}
.menu .resultBox .resultList > li > a:hover,
.menu .resultBox .resultList > li > a:focus-visible {
	background-color: #F7F7F9;
	border: 1px solid #111111;
}
.menu .resultBox .resultList > li > a .depth {
	width: 100%;
	word-break: break-word;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content .resultBox {}
.content .resultBox .resultList {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.content .resultBox .resultList > li {
	width: 100%;
}
.content .resultBox .resultList > li > a {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 16px;
	border: 1px solid #B5B5B5;
}
.content .resultBox .resultList > li > a p {
	width: 100%;
	color: #111111;
}
.content .resultBox .resultList > li > a p.tit {
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.content .resultBox .resultList > li > a p.cont {
	height: 48px;
	line-height: 24px;
	font-size: 14px;
	word-break: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.content .resultBox .resultList > li > a p.depth {
	margin-top: 4px;
	font-weight: 500;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.content .resultBox .resultList > li > a p.depth > span {
	display: inline-block;
}
.content .resultBox .resultList > li > a p.depth > span + span {
	margin-left: 3px;
}
.content .resultBox .resultList > li > a p.depth > span + span:before {
	content: '';
	display: inline-block;
	width: 12px; height: 12px;
	background-image: url(../images/icon/icon_search_depth.svg);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 2px;
	position: relative;
	top: 1px;
}
.board .resultBox {}
.board .resultBox .resultList {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.board .resultBox .resultList > li {
	width: 100%;
}

.board .toggle {}
.board .toggle .toggle_title {
	display: flex;
	align-items: center;
	width: 100%; height: 50px;
	position: relative;
	border: 1px solid #B5B5B5;
	background-color: #fff;
	padding: 0 16px;
	padding-right: 56px;
}
.board .toggle .toggle_title:after {
	content: '';
	width: 50px; height: 50px;
	position: absolute;
	top: -1px; right: 0;
	background-color: #111111;
	background-image: url(../images/icon/icon_toggle_arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.board .toggle .toggle_title > p {
	max-width: 100%;
	text-align: left;
	line-height: 20px;
	max-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.board .toggle .toggle_title > p > span {
	font-size: 16px;
	font-weight: 500;
}
.board .toggle .toggle_title > p .depth {
	color: #111111;
}
.board .toggle .toggle_title > p .total {
	color: #014CE1;
	margin-left: 8px;
}
.board .resultBox .resultList .active .toggle .toggle_title {
	background-color: #111111;
	border: 1px solid #111111;
}
.board .resultBox .resultList .active .toggle .toggle_title:after {
	background-image: url(../images/icon/icon_toggle_arrow_on.svg);
}
.board .resultBox .resultList .active .toggle .toggle_title > p > span {
	color: #fff;
}
.board .resultBox .resultList .active .toggle .toggle_title > p .total {
	color: #fff;
}
.board .toggle .toggle_info {
	display: none;
	padding: 20px;
	border: 1px solid #111111;
}
.board .resultBox .resultList .active .toggle .toggle_info {
	display: block;
}
.board .toggle .toggle_info .toggle_infoList {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.board .toggle .toggle_info .toggle_infoList > li {
	width: 100%;
}
.board .toggle .toggle_info .toggle_infoList > li > a {
	display: flex;
	justify-content: space-between;
}
.board .toggle .toggle_info .toggle_infoList > li > a > p {}
.board .toggle .toggle_info .toggle_infoList > li > a .title {
	display: inline-block;
	width: calc(100% - 107px);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.board .toggle .toggle_info .toggle_infoList > li > a .date {
	width: 87px;
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.totalSearch {
		height: 98px;
	}
	.content .resultBox .resultList > li > a p.tit {
		display: -webkit-box;
		height: 48px;
		word-break: normal;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		white-space: initial;
		line-height: 24px;
	}
	.content .resultBox .resultList > li > a p.cont {
		height: 66px;
		-webkit-line-clamp: 3;
	}
	.content .resultBox .resultList > li > a p.depth {
		font-size: 14px;
	}

	.sub_tabbox .sub_tabList {
		flex-wrap: wrap;
	}
	.sub_tabbox .sub_tabList > li {
		display: none;
		width: 100%;
		order: 2;
	}
	.sub_tabbox .sub_tabList > li + li {
		border: 0;
	}
	.sub_tabbox .sub_tabList > li.active {
		order: 1;
		display: block;
	}
	.sub_tabbox .sub_tabList.active > li {
		display: block;
	}
	.sub_tabbox .sub_tabList > li > a {
		display: flex;
		justify-content: space-between;
		padding: 14px;
	}
	.sub_tabbox .sub_tabList > li.active > a:after {
		content: '';
		display: block;
		width: 24px; height: 24px;
		background-repeat: no-repeat;
		background-size: cover;
		background-image: url(../images/icon//icon_arrow_down_white.svg);
	}
	.sub_tabbox .sub_tabList.active > li.active > a:after {
		background-image: url(../images/icon//icon_arrow_up_white.svg);
	}
}

/* board : swiper */
.board_read  .main-vban-wrap.bg{
	background-color: #fff;
	position: relative;
	overflow: hidden;
	padding-bottom: 60px;
}
.board_read .swiper{
	width: 700px;
	height: 700px;
	margin: auto;
	overflow: hidden;
	margin-bottom: 24px;
	background: #F0F0F0 url(../images/sub/board/img_nodata_photo.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: calc(100% - 56px);
}

.swiper-button-next > span,
.swiper-button-prev > span{
	display: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background: url(../images/sub/board/ico_swiper_button_next.svg);
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background: url(../images/sub/board/ico_swiper_button_prev.svg);
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	z-index: 10;
	cursor: pointer;
	background-size: 24px;
	background-position: center;
	background-repeat: no-repeat;
	border: solid 1px #E4E4E4;
	border-radius: 50%;
}
.board_read .detail .img{
	margin-top: 40px;
	padding-bottom: 58.82%;
}
.board_read .detail.card .txt_con{
	margin-top: 32px;
	text-align: center;
}
.swiper-pagination {
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
	border: solid 1px #D8D8D8;
	padding: 16px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 40px;
	line-height: 0;
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #8E8E8E;
	margin-right: 8px;
	opacity: 1;
}
.swiper-pagination-bullet:last-child{
	margin-right: 0;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #CE336C;
	width: 20px;
	border-radius: 25px;
}
@media screen and (max-width:1279px) {
	.board_read .swiper{
		width: 584px;
		height: 584px;
	}
	.board_read .detail.card .txt_con{
		margin-top: 40px;
	}
}

@media screen and (max-width: 767px) {
	.board_read .swiper{
		width: 232px;
		height: 232px;
	}
	.board_read .detail.card .txt_con{
		margin-top: 24px;
	}
}


/* scroll 기능 추가 시 */
.select.scroll .selectbox .option {
	position: relative;
}
.select.scroll .selectbox .optionWrap::-webkit-scrollbar {
	display: none;
}
.select.scroll .scroll {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 4px;
	height: calc(100% - 20px);
	z-index: 10;
	overflow: auto;
}
.select.scroll .scroll::-webkit-scrollbar {
	width: 2px;
}
.select.scroll .scroll::-webkit-scrollbar-thumb {
	background-color: #1C1C1C;
}
.select.scroll .scroll::-webkit-scrollbar-track {
	background-color: #D4D4D4;
}




/* 게시글 쓰기 */
.board_write {
	width: 100%;
	border-top: 2px solid #006743;
}
.board_write.memberInfo{
	margin-top: 16px;
}
.board_write th {
	width: 143px;
	height: 65px;
	border-bottom: 1px solid #D8D8D8;
	background: #F8F8F8;
	padding: 20px 16px;
	gap: 10px;
	text-align: left;
}
.board_write th span{
	color: #1D1D1D;
	font-size: 16px;
	line-height: 150%;
	font-weight: 500;
	letter-spacing: -0.8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.board_write td {
	border-bottom: 1px solid #D8D8D8;
	color: #1D1D1D;
	font-size: 16px;
	line-height: 150%;
	font-weight: 400;
	padding: 12px 16px;
	letter-spacing: -0.8px;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 65px;
}
.board_write td.email > div{
	display: flex;
	align-items: center;
}
.board_write td > span{
	padding: 8px 12px;
}
.board_write td.job{
	display: flex;
	justify-content: space-between;
}
.board_write td.job > div{
	display: flex;
	align-items: center;
}
.board_write td.job > div > div{
	display: flex;
	align-items: center;
}
.board_write td.job span{
	padding: 8px 12px;
	padding: 0;
}
.board_write td.job span.asterisk{
	margin-left: 10px;
}
.board_write td.job input{
	width: 176px !important;
	height: 41px;
	padding: 12px;
	margin-left: 10px;
}
.decision.radio_td{
	display: flex;
}
.board_write td > p{
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
}
.board_write td > p > span{
	color: #F00;
}
.board_write td .btn{
	width: auto;
	height: 41px;
	padding: 10px 16px;
	border-radius: 6px;
	background: #EEF4E9;
	border: none;
	margin-left: 6px;
	color: #1D1D1D;
	font-size: 14px;
	font-weight: 500;
	line-height: 150%; /* 21px */
}
.board_write td .btn.btn_search_postal{
	margin-left: 10px;
}
.board_write td p{
	margin-left: 6px;
}
.board_write td input + p + input{
	margin-left: 6px;
}
/* Select */
.select.board_write_select{
	width: 240px;
	margin-left: 10px;
}
.select.board_write_select .selectbox{
	width: 240px;
	height: 41px;
}
.select.board_write_select.mgl_0 .selectbox{
	margin-left: 0px !important;
}
.select.board_write_select .selectbox > button{
	border-radius: 6px;
}
.select.board_write_select.sub_major{
	width: 246px;
}
.select.board_write_select.sub_major .selectbox{
	width: 246px;
}
/* Select */
/* Check Box */
.board_write td label{
	color: #212121;
	font-size: 14px;
	font-weight: 400;
}
.board_write td label + label{
	margin-left: 20px;
}

.board_write td label.radio{
	display: inline-block;
	position: relative;
	padding-left: 26px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
}
.board_write td label.radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.board_write td label[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
}
.board_write td label span.checkbox {
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	font-size: 14px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	border: solid 1px #C6C6C6;
}
.board_write td label.radio input:checked ~ span.checkbox:after {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(../images/sub/contents/ico_radio_checked.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.board_write td .chackbox_pad{
	height: 41px;
	display: flex;
	align-items: center;
}
/* Check Box */
.board_write td input.text{
	border-radius: 6px;
	border: solid 1px #D8D8D8;
	padding: 10px 12px;
	width: 240px;
	height: 41px;
}
.board_write td .name{
	padding: 8px 0;
}
textarea.text {
	width: 100%;
	resize: none;
	min-height: 276px;
}
.board_write td input.text,
.board_write td textarea.text,
.board_write td .file_name_box .file_name{
	border-radius: 6px;
	border: solid 1px #D8D8D8;
	padding: 10px 12px;
	color: #1D1D1D;
	font-size: 14px;
	font-weight: 500;
}
.board_write td input.text::placeholder,
.board_write td textarea.text::placeholder,
.board_write td .file_name_box .file_name::placeholder{
	color: #717171;
	font-size: 14px;
	line-height: 150%;
}
.board_write td input:focus,
.board_write td textarea:focus{
	outline: none;
	border: 1px solid #717171 !important;
}
.board_write td .input_group {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 0;
}
.board_write td .input_group + .input_group{
	margin-top: 8px;
}
.board_write td .input_group.postal input + input{
	margin-left: 8px;
}
.board_write td .input_group.postal input{
	width: 375px;
}
.board_write td .file_name_box .file_name {
	width: 100%;
	height: 41px;
}
.file_name_box {
	position: relative;
}
.board_write td .btn_findfile {
	width: 80px;
	height: 41px;
	margin-left: 10px;
	border: none;
	background: #EEF4E9;
	color: #1D1D1D;
	font-size: 14px;
	border-radius: 6px;
	font-weight: 500;
	text-align: center;
}
.board_write td .file_add {
	width: 41px;
	height: 41px;
	margin-left: 6px;
	border-radius: 6px;
	background: #EEF4E9 url(../images/sub/board/250428_icon_plus.svg) no-repeat center center;
	text-indent: -999px;
	overflow: hidden;
	border: none;
}
.board_write td .addfile_area .input_group .file_name_box{
	max-width: 500px;
	width: calc(100% - 137px);
	position: relative;
}
.board_write td .addfile_area .input_group .file_name_box input{
	padding-right: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.board_write td .addfile_area .input_group .file_name_box .btn_remove{
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	background: url(../images/sub/board/ico_file_btnRemove.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border: none;
	z-index: 1;
}
.board_write td .addfile_area .input_group .file_name_box.photo.memberInfo{
	width: 622px;
	max-width: 622px;
}
legend, caption, .alt_text {
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	width: 1px;
	height: 1px;
	border: none;
	opacity: 0.01;
	background: none;
	overflow: hidden;
}
.board_write.memberInfo:not(.__pay) td{
	padding-right: 100px;
}
.board_write td.account_num{
	display: flex;
	justify-content: space-between;
	padding-right: 90px;
}
.board_write td.account_num .select.board_write_select .selectbox,
.board_write td.account_num .select.board_write_select .selectbox > button{
	width: 100%;
}
.board_write.memberInfo td div.account_num{
	justify-content: space-between;
	display: flex;
	gap: 8px;
	width: 66.666%;
}
.board_write.memberInfo td div.account_num > div{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.board_write.memberInfo td.account_num div.account_num > div input{
	width: calc(100% - 73px);
}
.board_write.memberInfo.__pay td.email,
.board_write.memberInfo.__pay td.phone{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}
.board_write.memberInfo.__pay td.phone input.text{
	width: 32%;
}
.board_write.memberInfo.__pay_option td.pay_option{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}
.board_write.memberInfo.__pay_option td.pay_option label{
	display: block;
	text-align: left;
}
.board_write.memberInfo.__pay_option td.pay_option label.radio{
	margin-left: 0;
}
/* tablet */
@media screen and (max-width: 1279px) {
	.board_write.memberInfo td{
		padding-right: 0px !important;
	}
	.board_write.memberInfo td .select.board_write_select{
		width: 100%;
	}
	.board_write.memberInfo td .select.board_write_select .selectbox{
		width: 100%;
	}
	.board_write.memberInfo td.id input{
		width: calc(100% - 85px);
	}
	.board_write.memberInfo td.postal input{
		width: calc(100% - 114px);
	}
	.board_write td .addfile_area,
	.board_write td .input_group{
		width: 100%;
	}
	.board_write td .addfile_area .input_group .file_name_box {
		width: calc(100% - 137px) !important;
		max-width: calc(100% - 137px) !important;
	}
	.board_write.memberInfo td.postal .input_group.postal{
		flex-wrap: wrap;
		gap: 8px;
	}
	.board_write td .input_group.postal input + input{
		margin-left: 0;
	}
	.board_write.memberInfo td.pw input,
	.board_write.memberInfo td.postal .input_group.postal input{
		width: 100%;
	}
	.board_write.memberInfo td.email,
	.board_write.memberInfo td.phone,
	.board_write.memberInfo td.sub_major{
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		align-items: center;
	}
	.board_write.memberInfo td.email > div{
		display: flex;
		align-items: center;
	}
	.board_write.memberInfo td.email > div:first-child{
		width: 66.666%;
	}
	.board_write.memberInfo td.email > div:last-child{
		width: 33.333%;
		justify-content: flex-end;
		margin-top: 0;
	}
	.board_write.memberInfo td.email > div:first-child input{
		width: 50%;
	}
	.board_write.memberInfo td.email > div:last-child .select.board_write_select{
		width: calc(100% - 10px);
	}
	.board_write.memberInfo td.phone input{
		width: 31%;
	}
	.board_write.memberInfo td.sub_major .select.board_write_select{
		width: 32%;
	}
	.board_write.memberInfo td.sub_major .select.board_write_select .selectbox,
	.board_write.memberInfo td.email .select.board_write_select .selectbox{
		width: 100%;
	}
	.board_write.memberInfo td p.helper_txt{
		display: block;
		width: 100%;
		margin-left: 0;
		margin-top: 8px;
	}
	.board_write.memberInfo td div.decision,
	.board_write.memberInfo td div.job{
		display: flex;
		margin-top: 12px;
		align-items: center;
	}
	.board_write.memberInfo td.job .job{
		width: 100%;
		display: flex;
		gap: 16px;
	}
	.board_write.memberInfo td.job div.job > div{
		width: 50%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.board_write.memberInfo td.job div.job > div input {
		min-width: calc(100% - 90px);
	}
	.board_write.memberInfo td div.decision > p{
		margin-left: 0 !important;
	}
	.board_write.memberInfo td div.job input{
		margin-left: 10px;
	}
	.board_write td .chackbox_pad{
		flex-wrap: wrap;
		height: auto;
		gap: 12px;
	}
	.board_write td .chackbox_pad label + label{
		margin-left: 0;
	}
	.board_write td .chackbox_pad label{
		margin-right: 20px;
	}
	.board_write.memberInfo td div.account_num{
		justify-content: space-between;
		width: 100%;
		flex-direction: column;
		gap: 8px;
		margin-top: 8px;
	}
	.board_write.memberInfo td div.account_num > div{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.board_write.memberInfo td.account_num div.account_num > div input{
		width: calc(100% - 73px);
	}
}
.input_box{
	width: 240px !important;
}
@media screen and (max-width: 767px) {
	.board_write.mgt30, .board_write.mgt30 tbody, .board_write.mgt30 tr, .board_write.mgt30 th, .board_write td{
		display: block;
		width: 100%;
	}
	.board_write th{
		padding: 10px 16px;
		height: auto;
		border: none;
	}
	.board_write td{
		height: auto;
		padding: 8px 12px;
	}
	.board_write tr td.first_td{
		padding: 8px 0;
	}
	.board_write tr:not(:first-child) td{
		padding: 8px 0;
	}
	.board_write.memberInfo th{
		display: block;
		width: 100%;
	}
	.board_write.memberInfo td{
		padding: 6px 0;
		min-height: 52px;
		display: flex;
		align-items: center;
	}
	.board_write.memberInfo td > span{
		padding: 8px 12px;
	}
	.board_write.memberInfo tr:not(:first-child) td{
		padding: 12px 0;
	}
	.board_write.memberInfo td.email{
		flex-wrap: wrap;
	}
	.board_write.memberInfo td.email > div{
		display: flex;
		align-items: center;
		width: 100%;
	}
	.board_write.memberInfo td.email > div > input{
		width: 50%;
	}
	.board_write.memberInfo td.email > div > .select.board_write_select{
		margin-left: 0;
	}
	.board_write.memberInfo td.email > div + div{
		margin-top: 8px;
	}
	.board_write.memberInfo td.email .select.board_write_select {
		width: 100%;
		display: block;
	}
	.board_write.memberInfo td.sub_major{
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
	}
	.board_write.memberInfo td.sub_major .select.board_write_select{
		width: 100%;
		display: block;
		margin-left: 0;
	}
	.board_write.memberInfo td.postal > div:first-child{
		justify-content: space-between;
	}
	.board_write.memberInfo td div.account_num,
	.board_write.memberInfo td div.job{
		margin-top: 8px;
	}
	.board_write.memberInfo td.account_num .account_num,
	.board_write.memberInfo td.job .job{
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
	}
	.board_write.memberInfo td.account_num .account_num > div,
	.board_write.memberInfo td.job .job > div{
		width: 100% !important;
	}

	.board_write.memberInfo td.job div.job > div:first-child input,
	.board_write.memberInfo td.job div.job > div input {
		min-width: calc(100% - 94px) ;
	}
	.board_write.memberInfo td.account_num div.account_num > div,
	.board_write.memberInfo td.job div.job > div{
		justify-content: space-between;
	}
	.radio_td{
		padding-left: 12px !important;
	}
	.btn-box.memberInfo_btn{
		margin-top: 30px;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.btn-box.memberInfo_btn .btn{
		flex: 1;
	}
	.board_write.memberInfo.__pay td.email{
		flex-wrap: wrap;
	}
	.board_write.memberInfo.__pay td.email > div:first-child{
		width: 100%;
	}
	.board_write.memberInfo.__pay td.email > div:last-child{
		width: 100%;
		margin-top: 8px;
	}
	.board_write.memberInfo.__pay td.email > div:last-child .select.board_write_select{
		width: 100%;
	}
	.board_write.memberInfo.__pay_option td.pay_option{
		padding: 16px 12px;
	}
	.input_box,
	.input_box .selectbox{
		width: 100% !important;
	}
	.board_write td:has(.input_box.board_write_select ){
        padding: 8px 0;
	}
	.board_write td{
		min-height: auto;
	}
}

/* select height */
.select.type_height .selectbox .optionWrap{
	max-height: 230px;
}
.select.type_height .selectbox .option ul > li button{
	height: 36px;
}


/* welldying */

/** 회원서비스 */
/*회원정보입력*/
.gh_board_read .board_write {
	width: 100%;
	border-top: 2px solid #006743;
}
.gh_board_read .board_write th {
	background: #F8F8F8;
	text-align: left;
}
.gh_board_read .board_write th span.asterisk {
    color: #E05600;
	margin-right: 3px;
}
.gh_board_read .board_write td span.asterisk {
    color: #E05600;
	margin-right: 3px;
}
.gh_board_read .board_write td label.radio input:checked ~ span.checkbox:after {
	position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/sub/contents/250424_ico_check_checked.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.gh_board_read .board_write td.padding_custom label + label {
	margin-left: 0px;
}
.gh_board_read .board_write td .chackbox_pad{
	height: auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}
.gh_board_read .board_write td > p > span {
	color: #1D1D1D;
}
.gh_board_read .board_write td > p > span.asterisk {
	color: #E05600;
	margin-right: 0px;
}
.gh_memberInfo_tit.memberInfo_tit > span {
	color: #1D1D1D;
}
.gh_memberInfo_tit.memberInfo_tit > span > .asterisk {
	color: #E05600;
	margin-right: 3px;
}
.gh_sub_content_wrap .btn-box.memberInfo_btn > .btn.btn.btn-signup {
    color: #fff;
    background: #006743;
}
.gh_board_read .board_write td .btn {
	background: #EEF4E9;
}
.board_write.memberInfo:not(.__pay) td.padding_custom {
	padding-right: 15px;
}
.board_write.memberInfo:not(.__pay) td.padding_custom .area {
	/* margin-left: 20px; */
	display: flex;
	align-items: center;
	gap: 10px;
}
.board_write.memberInfo:not(.__pay) td.padding_custom .text {
    width: 156px;
}
@media screen and (max-width: 1279px) {
	.board_write td .chackbox_pad .area label {
        margin-right: 0px;
    }
	.board_write.memberInfo:not(.__pay) td.padding_custom .area {
		margin-left: 0px;
	}
}

/*회원정보입력*/
/** 회원서비스 */

.capture_auth {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.capture_auth img{
	display: block;
	width: 160px;
	height: 40px;
}

.capture_auth button{
	display: flex;
	width: 40px;
	height: 40px;
	padding: 8px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border: solid 1px #D8D8D8;
	background-color: #FFFFFF;
	border-radius: 6px;
}
.capture_auth button img{
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}
.capture_auth input{
	border-radius: 6px;
    border: solid 1px #D8D8D8;
    padding: 10px 12px;
    color: #1D1D1D;
    font-size: 14px;
    font-weight: 500;
}
.col-editor-textarea .text {
	display: none;
}
.col-editor-textarea iframe {
	display: block;
}
@media screen and (max-width: 875px) {
	.col-editor-textarea .text {
		display: block;
	}
	.col-editor-textarea iframe {
		display: none;
		width: 0;
  		height: 0;
	}
}

@media screen and (max-width: 767px) {
	.capture_auth {
		justify-content: normal;
	}
}
@media screen and (max-width: 525px) {
	.capture_auth {
		flex-wrap: wrap;
	}
	.capture_auth input {
		width: 100%;
	}
}


/** 서브페이지 검색영역 */
.board_area {
	width: 100%;
    padding: 24px;
    border-radius: 10px;
    border: 1px solid var(--d-8-d-8-d-8, #D8D8D8);
    background: var(--ffffff, #FFF);
    /* box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08); */
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.board_area .board_Search .select {
	width: 130px;
}
.board_area .board_Search .select .selectbox > button {
	border-radius: 8px;
	border: 1px solid #D8D8D8;
	width: 130px;
	border-radius: 6px;
	border: 1px solid var(--d-8-d-8-d-8, #D8D8D8);
	background: var(--f-8-f-8-f-8, #F8F8F8);
}
.board_area .board_Search .search {
	position: relative;
    display: flex;
    gap: 8px;
}
.board_area .board_Search .search .inputText > input {
	width: 262px;
	border-radius: 6px;
	border: 1px solid var(--d-8-d-8-d-8, #D8D8D8);
	background: var(--f-8-f-8-f-8, #F8F8F8);
}
.board_area .board_Search .search .searchBtn {
	display: flex;
	padding: 10px 16px 10px 20px;
	align-items: center;
	gap: 4px;
	align-self: stretch;

    width: unset;
    height: 41px;
    border-radius: 6px;
	background: var(--006743, #006743);
    padding: 10px 16px 10px 20px;
}
.board_area .select .selectbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.board_area .board_Search .search .searchBtn .txt_btn {
	color: var(--ffffff, #FFF);
	font-family: Pretendard;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.board_area .board_Search .search .searchBtn .ico_btn {
	display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/sub/board/ico_search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media screen and (max-width: 767px) {
	.board_area .board_Search .select {
		width: 100%;
	}
	.board_area .board_Search .select .selectbox > button {
		width: 100%;
	}
	.board_area .board_Search .search .inputText > input {
		width: 100%;
	}
	.board_area .board_Search .search .searchBtn {
		padding: 10px 14px 10px 16px;
		width: 100px;
        justify-content: center;
	}
}

/** 서브페이지 검색영역 */

/** 서브페이지 게시판 영역 */
.gh_board .board_read .title .tit {
	border-top: 2px solid var(--006743, #006743);
}

.gh_board .board_list td {
	padding: 16px 14px;
}
.gh_board .board_list td > .notice_ico_area {
	display: flex;
	padding: 1px 6px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	border-radius: 4px;
	background: var(--1-e-6-b-70, #1E6B70);
}
.gh_board .board_list td > .notice_ico_area .notice {
	display: flex;
	align-items: center;
	gap: 2px;
	align-self: stretch;
}
.gh_board .board_list td > .notice_ico_area .notice span.notice_txt {
	display: block;
	width: 25px;
	height: 22px;
	color: var(--ffffff, #FFF);
	text-align: center;
	font-family: "Pretendard";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 21px */
	letter-spacing: -0.7px;
}
.gh_board .board_list td > .notice_ico_area .notice span.notice_ico {
	display: flex;
	align-items: center;
	gap: 2px;
	align-self: stretch;
	border-radius: 4px;
	background: var(--1-e-6-b-70, #1E6B70);
}
.gh_board .board_list td > .notice_ico_area .notice span.notice_ico::after {
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	background-image: url(../images/sub/250428_notice_icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.gh_board .board_list td.subject.new a span {
    position: relative;
	padding-right: 24px;
}
.gh_board .board_list td.subject.new a span::after {
    content: '';
	display: block;
	width: 18px;
	height: 18px;
	background-image: url(../images/sub/250428_new_icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
    top: 2px;
    right: 0;
}
.gh_board .board_list td.subject.new span a {
    position: relative;
	padding-right: 24px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    display: inline-block;
}
.gh_board .board_list td.subject.new span a::after {
    content: '';
	display: block;
	width: 18px;
	height: 18px;
	background-image: url(../images/sub/250428_new_icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
    top: 2px;
    right: 0;
}
.gh_board .board_list.nodata td.board_null {
	background-image: url(../images/sub/250509_img_no\ data_pc.png);
	background-size: cover;
	background-position: center;
	height: 600px;
	border-top: 2px solid #006743;
}
.gh_board .board_list.nodata td.board_null > .welldying_icon {
	display: block;
    background-image: url(../images/250421_logo.svg);
    width: 200px;
    height: 45px;
	margin: 0 auto 16px;
}
.gh_board .board_list.nodata td.board_null > span {
	background-image: unset;
	padding-left: 0px;

	overflow: hidden;
	color: var(--1-d-1-d-1-d, #1D1D1D);
	text-align: center;
	text-overflow: ellipsis;
	font-family: "Pretendard";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 24px */
	letter-spacing: -0.8px;
}
.gh_board .board_read .attach .attach-list li .name::before{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-image: url(../images/sub/board/250428_ico_otherfile.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.gh_board .board_read .attach .attach-list li .name.pdf::before{
	background-image: url(../images/sub/board/250428_ico_pdf.svg);
}
.gh_board .board_read .attach .attach-list li .name.hwp::before{
	background-image: url(../images/sub/board/250428_ico_hwp.svg);
}
.gh_board .board_read .attach .attach-list li .name.word::before{
	background-image: url(../images/sub/board/250428_ico_word.svg);
}
.gh_board .board_read .attach .attach-list li .name.ppt::before{
	background-image: url(../images/sub/board/250428_ico_pptx.svg);
}
.gh_board .board_read .attach .attach-list li .name.xlsx::before{
	background-image: url(../images/sub/board/250428_ico_xls.svg);
}
.gh_board .board_read .attach .attach-list li .name.zip::before{
	background-image: url(../images/sub/board/250428_ico_zip.svg);
}
.gh_board .board_read .attach .attach-list li .name.otherfile::before{
	background-image: url(../images/sub/board/250428_ico_otherfile.svg);
}
.gh_board .board_read .attach .attach-list li .down_file {
	display: flex;
	padding: 4px 8px 4px 10px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	border-radius: 6px;
	border: 1px solid var(--1-e-6-b-70, #1E6B70);
	background: var(--ffffff, #FFF);
}
.gh_board .board_read .attach .attach-list li .down_file:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}
.gh_board .board_read .attach .attach-list li .down_file .down_txt {
	color: var(--1-e-6-b-70, #1E6B70);
	font-family: "Pretendard";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 21px */
	width: 47px;
}
.gh_board .board_read .attach .attach-list li .down_file .down_icon {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../images/sub/board/250428_icon_download.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.gh_board .board_read .attach .attach-list li .name {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 24px;
	position: relative;
	line-height: 31px;
	width: 100%;
}
.gh_board .board_read .attach {
	background: #F8F8F8;
    margin-bottom: 40px;
    padding: 24px 20px;
    border-radius: 8px;
    display: flex;
	flex-direction: column;
    align-items: stretch;
    gap: 40px;
}
.gh_board .board_read .attach .attact-tit {
	min-width: 56px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    position: relative;

	color: var(--1-d-1-d-1-d, #1D1D1D);
	font-family: "Pretendard";
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.gh_board .board_read .attach .attact-tit .attact_ico {
    width: 24px;
    height: 24px;
    background: url(../images/sub/board/250428_ico_attach.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.gh_board .board_read .attach .attact-tit::before {
	content: unset;
}
.gh_board .board_read .attach .attact-tit::after {
	content: '';
    position: absolute;
	width: 100%;
    height: 1px;
    background: #C6C6C6;
    bottom: -16px;
    right: 0px;
    z-index: 1;
}
.gh_board .board_read .attach .attach-list li a.down_button {
	color: var(--1-e-6-b-70, #1E6B70);
	overflow: unset;
}
@media screen and (max-width: 1279px) {
    .gh_board .board_list td {
		padding: 0px;
	}
	.gh_board .board_list tbody td + td {
        padding-right: 12px;
    }
	.gh_board .board_list.nodata td.board_null {
        display: flex;
        justify-content: center;
        align-items: center;
		flex-direction: column;
	}
}
@media screen and (max-width: 767px) {
	.gh_board .board_list.nodata td.board_null {
		background-image: url(../images/sub/250509_img_no\ data_m.png);
		height: 400px;
	}
}
/** 서브페이지 게시판 영역 */

/** 포토갤러리 */
.gh_board .img_list>ul.nodata {
	border-top: 2px solid #006743;
}
.gh_board .img_list>ul.nodata .null > .board_null {
	background-image: url(../images/sub/250421_img_no\ data_pc.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 600px;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.gh_board .img_list>ul.nodata .null > .board_null > .welldying_icon {
	display: block;
    background-image: url(../images/250421_logo.svg);
	background-size: cover;
    width: 200px;
    height: 45px;
	margin: 0 auto 16px;
}
.gh_board .img_list>ul.nodata .null > .board_null > span {
	background-image: unset;
	padding-left: 0px;

	overflow: hidden;
	color: var(--1-d-1-d-1-d, #1D1D1D);
	text-align: center;
	text-overflow: ellipsis;
	font-family: "Pretendard";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 24px */
	letter-spacing: -0.8px;
}
.gh_board .img_list>ul.nodata .null > .board_null span::after {
	content: unset;
}

.gh_board .img_list>ul>li>.inbox {
	display: block;
	position: relative;
	height: 100%;
	border: solid 1px #D8D8D8;
	border-radius: 10px;
	overflow: hidden;
}
.gh_board .img_list .inbox .txtbox_tit {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	width: 94px;
	height: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gh_board .img_list .inbox .txtbox_tit span {
	color: #FFF;
	text-align: center;
	text-overflow: ellipsis;
	font-family: "Pretendard";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.7px;
}
.gh_board .img_list .inbox .txtbox_tit.orange_bg {
	border-radius: 10px 0px;
	background: #F06E00;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.20);
}
.gh_board .img_list .inbox .txtbox_tit.green_bg {
	border-radius: 10px 0px;
	background: #006743;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.20);
}
.gh_board .img_list .inbox .txtbox {
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 20px 24px;
	background-color: #fff;
	border-top: 1px solid #D8D8D8;
	border-radius: 0 0 10px 10px;
	height: 126px;
}
.gh_board .img_list .inbox .txtbox .tit {
	display: -webkit-box;
	-webkit-line-clamp: 2;        /* 보여줄 줄 수 */
	-webkit-box-orient: vertical; /* 세로 방향 박스 */
	white-space: unset;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #1D1D1D;
	font-family: "Pretendard";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: -0.9px;
	margin-bottom: 10px;
	height: 52px;
}
.gh_board .img_list .inbox .txtbox .bot_area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 24px;
}
.gh_board .img_list .inbox .txtbox .bot_area .tit {
	overflow: hidden;
	color: #1D1D1D;
	text-overflow: ellipsis;
	font-family: "Pretendard";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 144.444% */
	letter-spacing: -0.9px;
}
.gh_board .img_list .inbox .txtbox .bot_area .date {
	color: #919191;
	text-overflow: ellipsis;
	font-family: "Pretendard";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.8px;
}
.gh_board .img_list .inbox .txtbox .bot_area .more {
	display: inline-flex;
	align-items: center;
	/* margin-top: 8px; */
	color: #1D1D1D;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
}
.gh_board .img_list .inbox .txtbox .more::after {
	content: "";
	width: 16px;
	height: 16px;
	margin-left: 2px;
	background: url(../images/250414_right_arrow_head.svg) no-repeat center/contain;
}
.gh_board .board_list td.status .hold {
	color: #F06E00;
}
.gh_board .board_list td.status .complete {
	color: #1D1D1D;
}
.gh_board.board > .btn-group > .btn-group-inr > .btn.list:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.board_read.gh_board_read.write > .btn-group > .btn-group-inr > .btn.list{
	background-color: #fff;
	color: #1D1D1D;
	border: solid 1px #D8D8D8;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
}

.gh_board .board_read .answer{
	border-radius: 10px;
	border: 2px solid var(--006743, #006743);
	background: var(--ffffff, #FFF);
	margin-bottom: 40px;
	overflow: hidden;
}
.gh_board .board_read .answer article{
	display: block;
}
.gh_board .board_read .answer .title{
	background: #F6FAF4;
	color: #1D1D1D;
	text-align: center;
	padding: 8px 20px;
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.gh_board .board_read .answer .title .title_icon{
	width: 21px;
	height: 19px;
	background-image: url(../images/sub/board/250428_icon_answer.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.gh_board .board_read .answer .title > h1{
	color: #1D1D1D;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: -0.9px;
}
@media screen and (max-width: 767px) {
	.gh_board .img_list>ul.nodata .null > .board_null {
		background-image: url(../images/sub/250421_img_no\ data_m.png);
		background-size: contain;
		height: 400px;
	}
}
/** 포토갤러리 */

/** MOU 체결기관목록 */
.gh_mou_board .img_list>ul>li>.inbox .imgbox {
	width: 100%;
	overflow: hidden;
	background: #F8F8F8;
	overflow: hidden;
	position: relative;
	padding-bottom: 62.14% !important;
	background-image: url(../images/sub/board/img_nodata_photo.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: calc(100% - 158px);
}
.gh_mou_board.gh_board .img_list .inbox .txtbox {
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 16px 24px;
	background: var(--f-8-f-8-f-8, #F8F8F8);
	border-top: 1px solid #D8D8D8;
	border-radius: 0 0 10px 10px;
	height: 58px;
}
.gh_mou_board.gh_board .img_list .inbox .txtbox .bot_area .tit {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: var(--1-d-1-d-1-d, #1D1D1D);
	font-family: "Pretendard";
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 25.5px */
	display: block;
}
.gh_mou_board.gh_board .img_list .inbox .txtbox .tit {
	margin-bottom: unset;
    height: unset;
	overflow: hidden;
}
.gh_mou_board.gh_board .img_list .inbox .txtbox .bot_area {
	gap: 7px;
}
.gh_mou_board.gh_board .img_list .inbox .txtbox .bot_area .link {
	display: inline-flex;
	align-items: center;
	width: 22px;
	height: 22px;
	overflow: hidden;
	text-indent: 999px;
	white-space: nowrap;
	background-image: url(../images/sub/250428_icon_link_black.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.gh_mou_board.gh_board .img_list>ul>li>.inbox:hover .imgbox .img::before,
.gh_mou_board.gh_board .img_list>ul>li>.inbox:focus-visible .imgbox .img{
	content: unset;
}
.gh_mou_board.gh_board .img_list>ul>li>.inbox:hover{
	text-decoration: underline;
	text-underline-offset: 3px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.16);
}
/** MOU 체결기관 목록 */
/** 동영상 목록 */
.gh_vod_board .img_list>ul>li>.inbox .imgbox {
	width: 100%;
	overflow: hidden;
	background: #F8F8F8;
	overflow: hidden;
	position: relative;
	padding-bottom: 56.14% !important;
	background-image: url(../images/sub/board/img_nodata_photo.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: calc(100% - 158px);
}
.gh_vod_board.gh_board .img_list .inbox .txtbox {
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 20px 24px;
	background: var(--f-8-f-8-f-8, #F8F8F8);
	border-top: 1px solid #D8D8D8;
	border-radius: 0 0 10px 10px;
	height: auto;
}
.gh_vod_board.gh_board .img_list .inbox .txtbox .bot_area .tit {
	width: 100%;
	color: var(--1-d-1-d-1-d, #1D1D1D);
	font-family: "Pretendard";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 150% */
	letter-spacing: -0.8px;
}
.gh_vod_board.gh_board .img_list .inbox .txtbox .tit {
	margin-bottom: unset;
    height: unset;
	overflow: hidden;
}
.gh_vod_board.gh_board .img_list .inbox .txtbox .bot_area {
	gap: 7px;
	height: auto;
}
.gh_vod_board.gh_board .img_list>ul>li>.inbox:hover .imgbox .img::before,
.gh_vod_board.gh_board .img_list>ul>li>.inbox:focus-visible .imgbox .img{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
	z-index: 1;
}

.gh_vod_board .img_list>ul>li>.inbox .imgbox .img .link_button {
	display: none;
	width: 36px;
	height: 36px;
	padding: 10px;
	align-items: center;
	gap: 10px;
	border-radius: 100px;
	background: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-34%, -25%);
	z-index: 50;
}
.gh_vod_board .img_list>ul>li>.inbox:hover .imgbox .img .link_button {
	display: flex;
}
.gh_vod_board .img_list>ul>li>.inbox .imgbox .img .link_button .link {
	background-image: url(../images/sub/250428_icon_link_black.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 17px;
	height: 17px;
}
.gh_vod_board .img_list>ul>li>.inbox .imgbox .img .link_button .tit {
	position: absolute;
	top: 39px;
	right: -6px;
	width: 48px;

	overflow: hidden;
	color: var(--ffffff, #FFF);
	text-overflow: ellipsis;
	font-family: "Pretendard";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 21px */
	letter-spacing: -0.7px;
}


/** 동영상 목록 */

/** 결제 */
.gh_contVieW .select.board_write_select {
	width: 100%;
	margin-left: 18px;
}
.gh_contVieW .select.board_write_select .selectbox{
	width: 269px;
    height: 41px;
}

@media screen and (max-width: 1415px) {
	.gh_contVieW .email_inr > div {
		width: 100%;
	}
	.gh_contVieW .email_inr > div {
		width: 100%;
	}
	.gh_contVieW .email_inr {
		flex-direction: column;
		gap: 8px;
	}
	.gh_contVieW .board_write.memberInfo td .select.board_write_select .selectbox {
        width: 100%;
    }
	.gh_contVieW .select.board_write_select {
		margin-left: 0px;
	}
}
@media screen and (max-width: 1279px) {
	.gh_contVieW .board_write.memberInfo td .select.board_write_select{
		width: 100%;
		margin-left: 0px;
	}
}
/** 결제 */

/* welldying */