@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 {
    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_arrow.svg);
	width: 16px;
	min-width: 16px;
	height: 16px;
}
/* selectbox height */
.board_write.ism.exam_results .select .selectbox .option ul > li button{
	height: auto;
	min-height: 40px;
	padding: 12px;
}
.board_write.ism.exam_results .select .selectbox > button:after{
	position: absolute;
	top: 12px; right: 12px;
}
.board_write.ism.exam_results .select .selectbox > button{
	overflow: hidden;
	white-space: nowrap;
	max-width: 100%;
	width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	text-overflow: ellipsis;
	white-space: normal;
	padding-right: 24px;
	line-height: 40px;
}
/* selectbox height */

/* ** pagination ** */
.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	width: 100%;
	margin-top: 40PX;
  }
  .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 {
	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.active,
.pagination .page-links .page-link:hover,
.pagination .page-links .page-link:focus-visible,
.pagination .page-links .page-link:active  {
	font-weight: 700;
	transition: 0.4s ease-in-out;
	position: relative !important;
  }
	.pagination .page-links .page-link.active::before,
	.pagination .page-links .page-link:hover::before,
  .pagination .page-links .page-link:focus-visible:before,
	.pagination .page-links .page-link:active:before  {
		position: absolute;
		content: '';
		width: 16px;
		height: 3px;
		background-image: url(../images/sub/ico_pagelink.svg);
		bottom: 0;
		left: 50%; transform: translateX(-50%);
  }
  .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: 24px;
	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: #0075E0;
}
.board_count .now_count {}
.board_count .now_count .num {
	color: #0075E0;
}
.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: 1px solid #D8D8D8;
	border-radius: 0;
}
.board_Search .search {
	position: relative;
	display: flex;
}

.board_Search .search .inputText > input {
	width: 294px;
	height: 41px;
	padding: 12px 16px;
	color: #717171;
	border-right: none;
	border: 1px solid #D8D8D8;
}
.board_Search .search .searchBtn {
	display: block;
	width: 41px; height: 41px;
	background-color: #002556;
	padding: 10px;
	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;
}

/** 250331 수정 **/
.no_data_area {
	width: 100%;
	height: 1px;
	padding-bottom: 58.8%;
	background: url(../images/nodata_img.png) no-repeat;
	background-size: cover;
	position: relative;
}
.no_data_area .no_data_content {
	position: absolute;
    inset: 0;  /* top, right, bottom, left 모두 0으로 설정 */
    margin: auto;  /* 중앙 정렬 */
    width: fit-content; /* 내용 크기에 맞게 */
    height: fit-content; /* 내용 크기에 맞게 */
    text-align: center;
}
.no_data_area .no_data_content .no_data_logo {
	display: inline-block;
	width: 106px;
	height: 40px;
	background: url(../images/kait_logo.png) no-repeat;
	background-size: cover;
}


@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 #0075E0;
	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: #333333;
	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{
	padding: 16px 14px;
}
.board_list tr.notice td.num span {
	display: inline-flex;
	align-items: center;
	justify-content: end;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 1px 6px;
	padding-left: 21px;
	background: #F68500 url(../images/sub/board/ico_notice.svg);
	background-repeat: no-repeat;
	background-position: center left 6px;
	background-size: 13px;
	letter-spacing: -0.7px;
}
.board_list tr.new td.num span{
	color: #1D1D1D;
	line-height: 150%;
}
.board_list tr.new td.subject span{
	padding-right: 20px;
	color: #1D1D1D;
	position: relative;
}
.board_list tr.new td.subject span::before{
	position: absolute;
	content: '';
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url(../images/sub/board/ico_new.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.board_list td.file {
	text-align: center;
}
.board_list td.file .fileCon {
	display: block;
	width: 24px; height: 24px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/sub/board/ico_file.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.board_list tr td.status span{
	font-weight: 500;
}
.board_list tr td.status.completed span{
	color: #1C7957;
}
.board .page_nate {
	margin-top: 40px;
	padding: 0 110px;
}
.board .page_nate .noBtn {
	display: none;
}
/* board null */
.board_list tbody tr.board_null{
	padding: 0;
}
.board_list td.board_null{
	padding: 40px 16px;
	width: 100%;
}
.board_list td.board_null .img_box{
	width: 60px;
	height: 60px;
	margin: auto;
}
.board_list td.board_null .img_box .img{
	width: 100%;
	height: 100%;
	background-image: url(../images/sub/board/ico_nodata.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.board_list td.board_null > span {
	font-size: 14px;
	font-weight: 400;
	line-height: 150%; /* 21px */
	letter-spacing: -0.7px;
	padding-top: 4px;
}

@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 #0075E0;
	}
	.board_list tbody tr {
		display: inline-flex;
		flex-wrap: wrap;
		gap: 6px 0;
		width: 100%;
		padding: 16px 0;
		border-bottom: 1px solid #D8D8D8;
		align-items: center;
	}
	.board_list tbody tr.board_nul{
		padding: 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{
		padding: 0;
	}
	.board_list tr.notice td.num span{
		background: #F68500;
		justify-content: center;
		font-size: 12px;
		width: 37px;
		height: 20px;
		padding: 0;
	}
	.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.file {
		order: 4;
	}
	.board_list td.file:not(:has(span.fileCon)){
		display: none;
	}

	.board_list td.date {
		order: 5;
	}
	.board_list td.view{
		order: 6;
	}
	.board_list td.status{
		order: 6;
	}
	.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;
		height: 20px;
	}
	.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_list td.file .fileCon {
		width: 20px; height: 20px;
	}
}

/* board read */
.board_read .title .tit {
    max-width: 100%;
    border-top: solid 2px #0075E0;
    padding: 24px 20px;
    text-align: center;
	overflow: hidden;
}
.board_read .title .tit span{
	overflow: hidden;
	width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
		    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.9px;
    overflow-wrap: break-word;
	text-overflow: ellipsis;
	white-space: normal;
}
.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: #333333;
	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;
	color: #1D1D1D;
	font-weight: 400;
	font-size: 16px;
	padding: 40px 20px 120px 20px;
}
.board_read .detail:has(div.attach){
	padding-bottom: 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: 500;
	line-height: 150%;
	width: 100px;
	padding: 10px 16px;
	background-color: #002556;
	color: #fff;
	text-align: center;
}
.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: 10px;
}
.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;
}
.board_read .attach .attact-tit{
	padding-bottom: 16px;
	border-bottom: 1px solid #C6C6C6;
}
.board_read .attach .attact-tit span{
	color: #1D1D1D;
	font-size: 16px;
	font-weight: 700;
	padding-left: 28px;
	background: url(../images/sub/board/ico_file.svg) no-repeat center left;
	background-size: 24px;
}
.board_read .attach .attach-list {
	padding-top: 20px;
}
.board_read .attach .attach-list li {
	display: flex;
	flex-wrap: nowrap;
}
.board_read .attach .attach-list li > a {
	display: inline-flex;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center left;
	width: calc(100% - 109px);
	padding-right: 16px;
}
.board_read.eng .attach .attach-list li > a {
	width: calc(100% - 109px);
}
.board_read .attach .attach-list li + li {
	margin-top: 16px;
}
.board_read .attach .attach-list li span {
	overflow: hidden;
	color: #1D1D1D;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}
.board_read .attach .attach-list li .name {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 24px;
	position: relative;
}
.board_read .attach .attach-list li .name::before{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
}
.board_read .attach .attach-list li .name.pdf::before{
	background-image: url(../images/sub/board/ico_pdf_icon.svg);
}
.board_read .attach .attach-list li .name.hwp::before{
	background-image: url(../images/sub/board/ico_hwp_icon.svg);
}
.board_read .attach .attach-list li .name.word::before{
	background-image: url(../images/sub/board/ico_word_icon.svg);
}
.board_read .attach .attach-list li .name.ppt::before{
	background-image: url(../images/sub/board/ico_pptx_icon.svg);
}
.board_read .attach .attach-list li .name.xlsx::before{
	background-image: url(../images/sub/board/ico_xls_icon.svg);
}
.board_read .attach .attach-list li .name.zip::before{
	background-image: url(../images/sub/board/ico_zip_icon.svg);
}
.board_read .attach .attach-list li .name.otherfile::before{
	background-image: url(../images/sub/board/ico_otherfile_icon.svg);
}
.file_down_box{
	display: flex;
	align-items: center;
}
.file_down_box > button{
	display: inline-block;
	width: 93px;
	height: 29px;
	padding: 4px 12px;
	text-align: left;
	border: 1px solid #D8D8D8;
	background: #fff url(../images/sub/board/ico_down.svg);
	background-repeat: no-repeat;
	background-position: center right 12px;
	font-size: 14px;
	color: #1D1D1D;
}
.file_down_box > button:hover,
.file_down_box > button:focus-visible{
	font-weight: 700;
	text-decoration: underline;
}
/* answer */
.board_read .answer{
	border-top: 2px solid #1C7957;
	margin-bottom: 40px;
	padding: 24px;
	background: #F1F6F5;
}
.board_read .answer article{
	display: block;
}
.board_read .answer .title > h1{
	font-size: 18px;
	font-weight: 700;
	line-height: 26px; /* 144.444% */
	letter-spacing: -0.9px;
	padding-left: 28px;
	position: relative;
}
.board_read .answer .title > h1::before{
	content: '';
	position: absolute;
	left: 0px; top: 50%;
	transform: translate(50%,-50%) rotate(45deg);
	width: 13px; height: 13px;
	border: 3px solid #1C7957;
}
.board_read .answer .info{
	margin-top: 16px;
    padding: 8px 20px;
	border: none;
	border-bottom: 1px solid #D8D8D8;
background: #FFF;
}
.board_read .answer .detail{
	background-color: #fff;
	padding: 16px 20px;
	min-height: auto;
}
.board_read .answer .detail p{
color: #1D1D1D;
font-size: 16px;
line-height: 150%;
font-weight: 400;
}
@media screen and (max-width:1279px) {
}

@media screen and (max-width:767px) {
	.board_read .title{
		padding-bottom: 24px;
	}
	.board_read .title .tit{
		padding: 16px;
	}
	.board_read .info {
		gap: 8px 16px;
		flex-wrap: wrap;
	}
	.board_read .detail{
		padding:  0 16px 70px 16px;
	}
	.board_read .attach{
		padding: 20px;
		flex-wrap: wrap;
		gap: 32px;
	}
	.board_read .attach{
		padding: 16px;
	}
	.board_read .attach .attact-tit{
		padding-bottom: 12px;
	}
	.board_read .attach .attact-tit span{
		font-size: 16px;
	}
	.board_read .attach .attach-list{
		padding-top: 16px;
	}
	.board_read .attach .attach-list li{
		flex-wrap: wrap;
	}
	.board_read .attach .attach-list li > a{
		width: 100%;
		padding-right: 0px;
	}
	.file_down_box{
		margin-top: 16px;
	}
	.board_read .info > span > span + span::before {
		right: -8px;
	}
	.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.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_read .answer {
		padding: 16px;
	}
	.board_read .answer .title{
		padding-bottom: 0px;
	}
	.board_read .answer .info > span {
        font-size: 16px;
    }
	.board_read .answer .info{
		gap: 20px;
	}
	.btn_write{
		width: 100% !important;
	}
}
.board_read .attach .attach-list li a:hover > 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% - 158px);
}
.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: #172D9D;
	font-weight: 700;
}
.result_Num .total {
	color: #172D9D;
	font-weight: 700;
}
.keyword {
	color: #172D9D;
}

.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 #172D9D;
	margin-top: 16px;
}
.board_write th {
    min-width: 143px;
    min-height: 65px;
    background: #F8F8F8;
    border-bottom: 1px solid #C6C6C6;
	padding: 20px 16px;
}
.board_write th > span{
	font-weight: 500;
	line-height: 150%; /* 24px */
	letter-spacing: -0.8px;
}
.board_write td {
    border-bottom: 1px solid #C6C6C6;
    min-height: 65px;
    padding: 12px 16px;
}
.board_write td .text{
	border: solid 1px #D8D8D8;
	padding: 10px 12px;
	width: 240px;
	height: 41px;
}
.board_write td .text.type_02{
	width: 375px;
}
.board_write td .btn{
	width: 104px;
	height: 41px;
	padding: 10px 16px;
	background: #172D9D;
	border: none;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -0.7px;
}
.board_write td > div{
	display: flex;
	gap: 8px;
	align-items: center;
}
.board_write td > div + div{
	margin-top: 10px;
}
.board_write td input::placeholder{
	color: #555;
	font-size: 14px;
}
.board_write td input:focus,
.board_write td textarea:focus{
	outline: none;
	border: 1px solid #717171 !important;
}

/* 핸드폰 */
.board_write td .num{
	gap: 6px;
}
.board_write td .num .text{
	width: 120px;
}
/* 핸드폰 */
/* 이메일 */
.board_write td .email{
	gap: 10px;
}
.board_write td .email > div{
	display: flex;
	align-items: center;
	gap: 6px;
}
.board_write td .email .select{
	width: 240px;
}
.board_write td .email .select .selectbox > button{
	border-radius: 0;
}
/* 이메일 */
/* 파일 */
.board_write td > div.file {
    gap: 10px;
}
.board_write td .btn.btn_search_file{
	width: 79px;
	margin-left: 0;
}
.board_write td .file .txt_file{
	color: #717171;
	font-size: 14px;
	font-weight: 400;
}
.board_write td > div.file + div.file_inputs{
	margin-top: 16px;
	border-top: solid 1px #C6C6C6;
	padding-top: 16px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.board_write td >  .file_inputs >  .file_name_box{
	width: 100%;
	height: auto;
	position: relative;
}
.board_write td >  .file_inputs >  .file_name_box:hover input,
.board_write td >  .file_inputs >  .file_name_box:focus-visible input{
	text-decoration: underline;
}
.board_write td >  .file_inputs >  .file_name_box input:focus{
	border: none !important;
}
.board_write td >  .file_inputs >  .file_name_box .file_name{
	width: 100%;
	border: none;
	background: #F8F8F8;
	padding: 10px 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 26px;
}
.board_write td >  .file_inputs >  .file_name_box .file_name::placeholder{
	color: #1D1D1D;
	font-size: 14px;
	font-weight: 400;
}
.board_write td >  .file_inputs >  .file_name_box .btn_remove{
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	background: url(../images/sub/ico_removebtn.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 1;
}

.btn-box.submit{
	margin-top: 40px;
	display: flex;
	justify-content: center;
}
.btn-box.submit .btn.btn_submit{
	width: 220px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 16px;
	background: #002556;
	color: #FFF;
	font-weight: 700;
	line-height: 150%; /* 24px */
	letter-spacing: -0.8px;
}
.btn-box.submit .btn.btn_submit:hover,
.btn-box.submit .btn.btn_submit:focus-visible{
	text-decoration: underline;
	text-underline-offset: 3px;
}
@media screen and (max-width: 1279px) {
	.board_write td .postal_group .text.type_02{
		width: 50%;
	}
	.board_write td .email{
		justify-content: space-between;
	}
	.board_write td .email > div{
		justify-content: space-between;
		gap: 10px;

		width: 66%;
	}
	.board_write td .email > div .text{
		width: 50%;
	}
	.board_write td .email > div span{
		font-size: 14px;
	}
	.board_write td .email .select{
		width: 33%;
	}
}
@media screen and (max-width: 767px) {
	.board_read .info > span + span::before {
		left: -8px;
	}
	.board_write tr{
		display: flex;
		flex-direction: column;
	}
	.board_write  th{
		width: 100%;
		padding: 10px 16px;
		min-height: 44px;
		border-bottom: none;
	}
	.board_write td{
		padding: 12px 0px;
    }
	.board_write td .text{
		width: 100%;
	}
	.postal_group:first-child > .text{
		width: calc(100% - 114px);
	}
	.postal_group:last-child{
		display: flex;
		flex-direction: column;
	}
	.board_write td .postal_group .text.type_02{
		width: 100%;
	}
	.board_write td .num span{
		font-size: 14px;
	}
	.board_write td .num{
		justify-content: space-between;
	}
	.board_write td .num .text{
		width: 33%;
	}
	.board_write td .email{
		flex-direction: column;
		gap: 8px;
	}
	.board_write td .email > div{
		width: 100%;
		gap: 6px;
	}
	.board_write td .email .select{
		width: 100%;
	}
}

/* 산업보안관리사 */
/* 게시판 리스트 */
.board_count.ism .all_count > span {
	color: #1C7957;
}
.board_count.ism .now_count .num {
	color: #1C7957;
}
.board_Search.ism .search .searchBtn{
	background: #005472;
}
.board_list.ism th{
	border-top: 2px solid #1C7957;
}
.pagination.ism .page-links .page-link.active::before,
.pagination.ism .page-links .page-link:hover::before,
.pagination.ism .page-links .page-link:focus-visible:before,
.pagination.ism .page-links .page-link:active:before{
	background-image: url(../images/sub/ico_pagelink_ism.svg);
}
/* 게시판 리스트 */

/* faq */
.board > .btn-group > .btn-group-inr.write > .btn.list{
	margin-top: 24px;
}
/* faq */

/* 게시판 읽기 */
.board_read.ism .title .tit {
    border-top: solid 2px #1C7957;
}
.board_read.ism > .btn-group > .btn-group-inr > .btn.list, .board > .btn-group > .btn-group-inr > .btn.list{
	background-color: #005D7E;
}
/* 게시판 읽기 */

/* 게시판 쓰기 */
.board_write.ism {
    border-top: 2px solid #1C7957;
}
.board_write.ism th{
	width: 143px;
}
.board_write.ism td > .txt{
	font-weight: 400;
	line-height: 150%; /* 24px */
	letter-spacing: -0.8px;
}
.board_write.ism td .title{
	width: 100% ;
}
.file_inputs.ism{
	display: flex;
	gap: 10px;
}
.board_write.ism td > .file_inputs.ism > .file_name_box{
	width: 500px;
}
.board_write.ism td > .file_inputs.ism > .file_name_box .file_name{
	width: 500px;
}
.board_write.ism td > .file_inputs.ism > .file_name_box .btn_remove{
	background-image: url(../images/sub/ico_removebtn_ism.svg);
}
.board_write.ism td .btn_box{
	display: flex;
}
.board_write.ism td .btn.btn_search_file{
	background: #1C7957;
	border-radius: 0px;
}
.board_write.ism td .btn.btn_search_file.blue{
	background: #005472;
}
.board_write.ism td .file_add {
    width: 41px;
    height: 41px;
    margin-left: 6px;
    background: #1C7957 url(../images/sub/board/ico_fileAdd.svg) no-repeat center center;
    text-indent: -999px;
    overflow: hidden;
	border: none;
}
.board_write.ism td > .file_inputs + .file_inputs {
    margin-top: 8px;
}
.board_write.ism td .textarea{
	width: 100%;
	height: 300px;
	border: 1px solid #D8D8D8;
	padding: 10px 12px;
	box-sizing: border-box;
    resize: none;
}
.board_read > .btn-group.ism {
    margin-top: 40px;
}
.board_read.write > .btn-group.ism > .btn-group-inr > .btn.submit{
	background: #005472;
}
/* 게시판 쓰기 */

/* 산업보안관리사 : 회원정보 입력 */
.board_write.ism td > div.id_group,
.board_write.ism td > div.pw_group,
.board_write.ism td > div.postal_group{
	gap: 10px;
}
.board_write.ism td > div.pw_group .txt{
	color: #1D1D1D;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%; /* 21px */
	letter-spacing: -0.7px;
}
.txt_red{
	color: #F00 !important;
}
.board_write.ism td .btn.btn_id_check{
	background: #E4E4E4;
	color: #1D1D1D;
	width: 79px;
}
.board_write.ism .btn_search_postal{
	background: #005472;
}
.board_write.ism .btn_search_postal > p{
color: #1D1D1D;
font-size: 14px;
font-weight: 400;
line-height: 150%; /* 21px */
letter-spacing: -0.7px;
}
.board_write.ism .birth{
	gap: 10px;
}
.board_write.ism .select.board_write_select{
	width: 240px;
}
.board_write.ism .select.board_write_select button{
	border-radius: 0;
}
.board_write.ism .profile_photo{
	display: flex;
	gap: 10px;
}
.board_write.ism .profile_photo .photo{
	width: 120px;
	height: 150px;
	border: 1px solid #D8D8D8;
	overflow: hidden;
}
.board_write.ism .profile_photo .photo > .img_box{
	width: 120px;
	height: 150px;
	background-image: url(../images/sub/content_/sub_99/img_profile_photo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.board_write.ism .profile_photo .photo > .img_box > .img{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.board_write.ism .profile_photo .photo > .img_box > img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
.board_write.ism .profile_photo .photo > .img_box > img[src=""] {
	display: none;
}
.board_write.ism .profile_photo .photo > .btn_file_input{
	background: #005472;
	padding: 4px 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 150%; /* 21px */
	letter-spacing: -0.7px;
}
.board_write.ism .profile_photo .txt span{
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%; /* 21px */
	letter-spacing: -0.7px;
}
.board_write.ism .birth .select.board_write_select{
	width: 120px;
}
.board_write.ism .birth .select .selectbox > button{
	border-radius: 0;
}
.btn-box.agree_btn.ism .btn.btn-submit{
	background: #005472;
	border-color: #005472;
	color: #FFF;
}
.board_write.ism.delete_reason th{
	width: 143px;
}
.board_write.ism.delete_reason td .textarea{
	height: 360px !important;
}
.th_center{
	text-align: center;
}
.board_write.certificate td .postal_inr.in_check,
.board_write.certificate td .number_inr.in_check{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.board_write.certificate td .postal_inr.left{
  justify-content: flex-start;
  gap: 8px;
}
.board_write.certificate td .postal_inr p,
.board_write.certificate td .number_inr p{
  color: #1D1D1D;
  font-size: 16px;
  font-weight: 400;
}
.board_write.certificate td .postal_inr span,
.board_write.certificate td .number_inr span{
  font-size: 14px;
  font-weight: 400;
  color: #1D1D1D;
}
.board_write.certificate td .btn_change_postal,
.board_write.certificate td .btn_change_num{
  margin: 0px;
  border-radius: 0px;
  width: 79px;
  height: 29px;
  padding: 0;
  background: #E0EDF1;
  color: #005472;

  &:hover,
  &:focus{
	text-decoration: underline;
	text-underline-offset: 3px;
  }
}
.board_write.certificate td .postal_inr + .postal_inr{
  margin-top: 12px;
}
.board_write.certificate td .radio_inr.column{
    flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}
.board_write.certificate td .radio_inr.column label{
	margin-left: 0;
}
/* 산업보안관리사 : 회원정보 입력 */

@media screen and (max-width: 1279px) {
    .board_list.ism tbody {
        border-top: 2px solid #1C7957;
    }
	.board_write.ism td > .file_inputs.ism > .file_name_box{
		width: calc(100% - 136px);
	}
	.board_write.ism td > .file_inputs.ism > .file_name_box .file_name{
		width: 100%;
	}
	.board_write.ism td .textarea{
		height: 276px;
	}
	.board_write.ism td > div.pw_group{
		flex-direction: column;
		align-items: flex-start;
	}
	.board_write.ism td > .txt{
		padding: 8px 12px;
	}
	/* 산업보안관리사 : 회원정보 입력 */
	.board_write.ism .email .select.board_write_select{
		width: 33.333%;
	}
	/* 산업보안관리사 : 회원정보 입력 */
}
@media screen and (max-width: 767px) {

	.board_write.ism th{
		width: 100%;
	}
	.board_read > .btn-group.ism {
		margin-top: 30px;
	}
	.board_read > .btn-group.ism > .btn-group-inr > .btn + .btn{
		margin-left: 0px;
	}
	.board_write td.txt_name{
		display: flex;
		align-items: center;
		padding: 12px 16px;
	}
	/* 산업보안관리사 : 회원정보 입력 */
	.board_write.ism td > div.id_group .text{
		width: calc(100% - 89px);
	}
	.board_write.ism td > div.pw_group,
	.board_write.ism td > div.postal_group{
		gap: 8px;
	}
	.board_write.ism .birth .select.board_write_select{
		width: 33.333%;
	}
	.board_write.ism .email .select.board_write_select{
		width: 100%;
	}
	.board_write.ism .select.board_write_select{
		width: 100%;
	}
	.board_write.ism .postal_group p{
		width: 100%;
	}
	.btn-box.agree_btn.ism{
		margin-top: 30px;
		gap: 10px;
	}
	.btn-box.agree_btn.ism button{
		width: 50%;
	}
	.btn-box.agree_btn.ism .btn.btn-submit{
		width: 100%;
	}
	.board_write.ism.delete_reason th{
		width: 100%;
	}
	.board_write.certificate td .txt_inr{
		width: 100%;
		height: 100%;
		padding: 0 16px;
	  }
	  .board_write.certificate td .postal_inr.in_check{
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	  }
	.th_center{
		border-bottom: 1px solid #D8D8D8 !important;
	}
	.board_write.certificate td .radio_inr.education{
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}
	/* 산업보안관리사 : 회원정보 입력 */
}
/* 산업보안관리사 */

.board_read .detail{
	min-height: 300px;
}
/* 원서접수 */
.board_write.registration .otherDiscountCheck{
	gap: 16px;
}
.board_write.registration .otherDiscountCheck input[type="text"]{
	width: 120px;
    height: 41px;
	border: 1px solid #D8D8D8;
	background: #FFF;
	padding: 10px 12px;
}
/* datepicker */
.datepicker{
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #D8D8D8;
	background: #FFF;
	background-image: url(../images/sub/board/ico_cal.svg );
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 24px;
}
.datepicker:focus{
	outline: none;
}
.datepicker::placeholder{
	color: #717171;
	font-size: 14px;
}
.ui-datepicker{
	z-index: 999 !important;
    margin-top: 8px;
	padding: 16px;
	border: 1px solid #D8D8D8;
	background: #FFF;
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.12);
}
.ui-datepicker-header{
	position: relative;
}
.ui-datepicker-prev{
	position: absolute;
	left: 0;
	top: 4px;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/sub/board/ico_date_prev.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.ui-datepicker-next{
	position: absolute;
	right: 0;
	top: 4px;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/sub/board/ico_date_next.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.ui-datepicker .ui-datepicker-title{
	color: #1C1C1C;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.8px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ui-datepicker .ui-datepicker-header{
	padding-bottom: 12px;
	border-bottom: 1px solid #D8D8D8;
}
.ui-datepicker-calendar{
	margin-top: 16px;
}
.ui-datepicker-calendar>thead>tr>th{
	text-align: center;
}
.ui-datepicker-calendar>thead>tr>th span,
.ui-datepicker-calendar>thead>tr>th:last-child span,
.ui-datepicker-calendar>thead>tr>th:first-child span{
	color: #1C1C1C !important;
	font-size: 12px;
	font-weight: 500;
}
.ui-datepicker-calendar>tbody>tr>td{
	font-weight: 500;
    width: 44px;
    height: 44px;
	border-radius: 50%;
	text-align: center;
	&:hover,
	&:focus{
		background-color: #F0F0F0;
		opacity: 1;
	}
	&:active{
		background-color: #005472;
		opacity: 1;
	}
	&:active a{
		color: #FFF;
	}
}
.ui-state-highlight,
.ui-widget-content
.ui-state-highlight,
.ui-widget-header
.ui-state-highlight {
	float: none !important;
	float: unset !important;
	background: none;
}
.ui-state-default,
.ui-widget-content
.ui-state-default,
.ui-widget-header
.ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active{
	font-weight: 400 !important;
	font-size: 12px !important;
}
.ui-datepicker-today .ui-state-default {
	text-decoration: underline;
	text-underline-offset: 3px;
}
@media screen and (max-width: 767px) {
	.btn-box.ism{
		margin-top: 32px;
	}
	.btn-box.ism.application > a.w100{
		width: 100%;
	}
}