/*******리스트********/

#board_list_wrap #board_list{
	border-top:2px solid #000;
}
#board_list_wrap #board_list  table{
	width:100%;
	text-align:center;
}
#board_list_wrap #board_list th{
	padding:18px 0;
	font-size:1.6rem;
	font-weight:500;
	border-bottom:1px solid #ddd;
}
#board_list_wrap #board_list th > a{
	color:#000
}
#board_list_wrap #board_list td{
	padding:18px 0;
	border-bottom:1px solid #ddd;
	font-size:1.6rem;
	font-weight:400;
	color:#666;
	position:relative;
}
#board_list_wrap #board_list tr{
	position:relative;
}
#board_list_wrap #board_list tr:hover td:after{
	content:"";
	position:absolute;
	left:0;
	top:-1%;
	width:100%;
	height:102%;
	z-index:2;
	border:1px solid #272727;
	border-left:0;
	border-right:0;
}
#board_list_wrap #board_list tr:hover td:last-child:after{
	border-right:1px solid #272727;
}
#board_list_wrap #board_list tr:hover td:first-child:after{
	border-left:1px solid #272727;
}
#board_list_wrap #board_list tr:hover td:first-child{}
#board_list_wrap #board_list tr:hover td:first-child:before{
	content:"";
	position:absolute;
	left:-2px;
	top:-1px;
	width: 0px;
	height: 0px;
	border-top:5px solid none;
	border-bottom:5px solid #272727;
	border-right: 5px solid transparent;
	border-left: 5px solid  transparent;
	transform:rotate(-45deg);
}

#board_list_wrap #board_list tr td.empty_table{
	line-height:200px;
}

#board_list_wrap #board_list tr.imp td{
	background:#f8f9fa;
}
#board_list_wrap #board_list td.td_chk > p{
	position:relative;
	z-index:3;
}
#board_list_wrap #board_list td.num > strong,
#board_list_wrap #board_list td.num > span{
	display:inline-block;
	background:#273346;
	color:#fff;
	font-size:1.4rem;
	font-weight:400;
	padding:3px 12px;
	border-radius:20px;
}
#board_list_wrap #board_list td.num > span{
	background:#999;
	color:#fff;
}

#board_list_wrap #board_list td.subject{
	text-align:left;
}
#board_list_wrap #board_list td.subject .mobile_info,
#board_list_wrap #board_list td.subject .notice{
	display:none;
}
#board_list_wrap #board_list td.subject > div{
    display: table;
	width: 100%;
	white-space: nowrap;
	position:relative;
	z-index:3;
}
#board_list_wrap #board_list td.subject > div > a{
	display: table-cell;
	overflow: hidden;
	text-overflow: ellipsis;
	color:#222;
	text-decoration:none;
}
#board_list_wrap #board_list td.subject > div > a > div.ellipsis{
	height:3rem;
}
#board_list_wrap #board_list td.subject > div > a > div > i{
	display:inline-block;
	margin-left:4px;
	position:relative;
	transform:translateY(-1px);
}
#board_list_wrap #board_list td.subject > div > a > div > i.xi-lock-o{
	transform:translateY(1px);
}

#board_list_wrap .sch_word{
	background:#273346;
	color:#fff;
}
#board_list_wrap #board_list td i.inq_complete,
#board_list_wrap #board_list td  i.inq_stay{
	display:inline-block;
	width:8rem;
	text-align:center;
	font-size:1.5rem;
	font-style:normal;
	border-radius:3rem;
	padding:.3rem 0;
}
#board_list_wrap #board_list td i.inq_complete{
	background:#e1e1e1;
}
#board_list_wrap #board_list td i.inq_stay{
	border:1px solid #ccc;
}

@media(max-width:991.98px){
	#board_list_wrap #board_list table colgroup,
	#board_list_wrap #board_list table thead,
	#board_list_wrap #board_list table td:not(.subject),
	#board_list_wrap #board_list td.subject > div > a > div.ellipsis > i{
		display:none;
	}
	#board_list_wrap #board_list td.subject > div > a{
		padding:0px 10px;
		font-size:1.8rem;
		display:block;
		width:100%;
	}
	#board_list_wrap #board_list td.subject .mobile_info{
		display:block;
		margin-top:5px;
		font-size:1.6rem;
		color:#666;
	}
	#board_list_wrap #board_list td.subject .mobile_info > p{
		display:inline-block;
		vertical-align:top;
		margin-right:10px;
	}
	#board_list_wrap #board_list td.subject .mobile_info > p.icon i{
		vertical-align:top;
		font-size:0;
		margin-left:5px;
	}
	#board_list_wrap #board_list td.subject .mobile_info > p  i.xi-lock-o{
		font-size:16px;
		transform:translatey(1px);
	}
	#board_list_wrap #board_list td.subject .mobile_info > p.icon i:first-child{
		margin-left:0;
	}
	#board_list_wrap #board_list td.subject .notice{
		display:inline-block;
		background:#273346;
		color:#fff;
		font-size:1.3rem;
		font-weight:400;
		padding:2px 10px;
		border-radius:20px;
	}

}


/******* //리스트 ********/



/******* 뷰 ********/
#board_view_wrap{}
#board_view_wrap #board_btn_wrap{
	text-align:center;
}
#board_view_wrap > .view_header{
	border-bottom:2px solid #000;
	padding-bottom:3rem;
	/* margin-bottom:3rem; */
}
#board_view_wrap > .view_header > h3{
	font-size:2.4rem;
	text-align:center;
	font-weight:600;
}
#board_view_wrap > .view_header > h3 > small{
	display:block;
	padding-bottom:5px;
}

#board_view_wrap > .view_header > .info{
	text-align:center;
	margin-top:2rem;
}
#board_view_wrap > .view_header > .info > p{
	display:inline-block;
	padding:0px 20px;
	font-size:1.5rem;
	color:#777;
	position:relative;
}
#board_view_wrap > .view_header > .info > p::after{
	content:"";
	height:14px;
	position:absolute;
	top:50%;
	left:-1px;
	margin-top:-7px;
	border-left:1px  dashed #ccc;
}
#board_view_wrap > .view_header > .info > p:first-child::after{
	display:none;
}

#board_view_wrap > .view_header > .info > p > span{
	color:#222;
}

#board_view_wrap .view_body{
	border-bottom:1px solid #aeaeae;
}
#board_view_wrap .view_body > div{}
#board_view_wrap .view_body > div.Inquiry_contents{
	background:#f8f9fa;
	border-bottom:1px solid #ddd;
	padding: 2rem 3rem;
}


#board_view_wrap  .view_contents{
	padding:3rem;
	font-size:1.6rem;
}
#board_view_wrap .view_file{
	border-top:1px solid #ddd;
	padding:2rem 3rem;
}
#board_view_wrap .view_file > div{
	position:relative;
	padding-left:120px;
}
#board_view_wrap .view_file > div > h4{
	position:absolute;
	font-size:1.6rem;
	top:8px;
	left:0;
}
#board_view_wrap .view_file > div > ul{}
#board_view_wrap .view_file > div > ul > li{
	position:relative;
	background:url(img/icon_file.png) no-repeat left center / 18px auto;
	padding:8px 0;
	padding-left:28px;
}
#board_view_wrap .view_file > div > ul > li > a{
	position:absolute;
	right:0;
	top:50%;
	margin-top:-16px;
	border:1px solid #ddd;
	background:#fff;
	color:#666;
	padding:5px 15px;
}
#board_view_wrap .view_file > div > ul > li > a:hover{
	border:1px solid #333;
}


#board_view_wrap .view_mylink{
	border-top:1px solid #ddd;
	background:#f8f9fa;
	padding:2rem 3rem;
}
#board_view_wrap .view_mylink > div{
	position:relative;
	padding-left:120px;
}
#board_view_wrap .view_mylink > div > h4{
	position:absolute;
	font-size:1.6rem;
	top:8px;
	left:0;
}
#board_view_wrap .view_mylink > div > ul{}
#board_view_wrap .view_mylink > div > ul > li{
	position:relative;
	padding:8px 0;
}
#board_view_wrap .view_mylink > div > ul > li > a{
	color:#666;
}
#board_view_wrap .view_mylink > div > ul > li > a > span{
	margin-right:5px;
}
@media(max-width:991.98px){
	#board_view_wrap  .view_contents{
		padding:3rem 0;
	}
	#board_view_wrap  .view_contents img{
		max-width:690px;
		height:auto;
	}

}

#board_view_wrap .Inquiry_contents{
	padding:4rem 3rem !important;
}
#board_view_wrap .Inquiry_contents > h4{
	font-size:1.8rem;
	color:#222;
	margin-bottom:1rem;
}
#board_view_wrap .Inquiry_contents > div{
	color:#666;
	font-size:1.6rem;
	font-weight:300;
}



@media(max-width:767.98px){
	#board_view_wrap > .view_header > .info > p{
		padding:0px 10px;
		font-size:1.6rem;
	}
	#board_view_wrap > .view_header > .info > p > span:nth-of-type(1){
		display:none;
	}
	#board_view_wrap  .view_contents img{
		max-width:510px;
		height:auto;
	}
}
@media(max-width:575.98px){
	#board_view_wrap  .view_contents img{
		max-width:100%;
		height:auto;
	}
}



/*이전/다음글*/
.board_quick_view{
	margin-top:5rem;
	border-bottom:1px solid #000
}
.board_quick_view > li{
	padding:2rem;
	border-top:1px solid #ddd;
}
.board_quick_view > li > a{
	position:relative;
	display:block;
	padding-left:120px;
	font-size:1.6rem;
	color:#666;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	width:100%;
}
.board_quick_view > li > a > p{
	position:absolute;
	left:20px;
	color:#444;
}
.board_quick_view > li > a > p > i{
	margin-left:5px;
}

@media(max-width:991.98px){
	.board_quick_view > li{
		padding:2rem 0;
	}
	.board_quick_view > li > a{
		padding-left:80px;
	}
	.board_quick_view > li > a > p{
		left:0px;
	}
}


/******* //뷰 ********/




/******* 쓰기 ********/

#board_write_wrap{}
#board_write_wrap #board_btn_wrap{
	text-align:center;
}
.required_box{
	text-align:right;
	margin-bottom:1rem;
	color:#666;
}
.board_write_table{}
.board_write_table{}
.board_write_table > table{
	border-top:2px solid #000;
	width:100%;
}
.board_write_table > table caption{
	display:none;
}

.board_write_table > table > tr > th,
.board_write_table > table > thead > tr > th,
.board_write_table > table > tbody > tr > th{
	font-size:1.6rem;
	color:#222;
	border-bottom:1px solid #ddd;
	padding:15px;
	font-weight:500;
	padding-left:3.5rem;

}
.board_write_table > table > tr > td,
.board_write_table > table > tbody > tr > td{
	font-size:1.6rem;
	color:#666;
	border-bottom:1px solid #ddd;
	padding:15px;
}
.board_write_table .description{
	color:#888;
	font-size:1.6rem;
	font-weight:300;
	margin-left:20px;
}

@media (max-width: 991.98px) {
	.board_write_table > table,
	.board_write_table > table > tbody,
	.board_write_table > table > thead,
	.board_write_table > table > tr,
	.board_write_table > table > thead > tr,
	.board_write_table > table > tbody > tr,
	.board_write_table > table > tr > th,
	.board_write_table > table > thead > tr > th,
	.board_write_table > table > tbody > tr > th,
	.board_write_table > table > tr > td,
	.board_write_table > table > tbody > tr > td{
		display:block !important;
		border-bottom:0;
		border-top:0;
		padding-left:0;
		padding-right:0;
	}
	.board_write_table > table > tr > th,
	.board_write_table > table > thead > tr > th,
	.board_write_table > table > tbody > tr > th{
		padding-bottom:5px;
		font-size:1.8rem;
	}
	.board_write_table > table > tr > td,
	.board_write_table > table > tbody > tr > td{
		padding-top:0;
	}
	.board_write_table .description{
		display:block;
		font-size:1.5rem;
		margin-left:0px;
		margin-top:5px;
	}
}

#board_write_wrap .bo_w_flie{
	margin-top:10px;
}
#board_write_wrap .bo_w_flie:first-child{
	margin-top:0;
}
#board_write_wrap .bo_w_flie .checkbox_type1{
	margin-left:15px;
}
#board_write_wrap .bo_w_flie .file_desc{
	margin-top:5px;
}
#board_write_wrap .cke_sc{
	display:none;
}
/******* //쓰기 ********/

#board_view_wrap  .view_etc{
	padding:3rem 3rem 0 3rem;
	font-size:1.6rem;
}

#board_view_wrap  .view_etc p {
	margin-bottom:5px;
}

#board_view_wrap  .view_etc p:last-child {
	margin-bottom:0px;
}

#board_view_wrap  .view_etc p span{
	display:inline-block;
	padding:5px;
	padding-left:15px;
}

#board_view_wrap  .view_etc p span:first-child{
	background:#000;
	border-radius: 5px;
	color:#ffffff;
	padding-left:5px;
}







/* 게시판 */
#board_list_wrap{padding-bottom: 20rem;}
@media (max-width:991.98px) {
	#board_list_wrap{padding-bottom: 16rem;}
}
@media (max-width:767.98px) {
	#board_list_wrap{padding-bottom: 12rem;}
}


/* 소개 텍스트 */
.intro_txt{
	display: flex;
	margin-top: 14rem;
	color: #fff;
}
.intro_txt h4,
.intro_txt p b{
	font-size: var(--fs32);
	font-weight: 700;
	line-height: 128%;
}
.intro_txt h4{
	width: 34%;
	padding-right: 2rem;
	font-family: 'Poppins';
}
.intro_txt p{
	width: 66%;
	font-size: 14px;
	line-height: 140%;
	font-weight: 300;
}
.intro_txt p b{
	display: block;
	margin-bottom: 2rem;
}
@media(max-width:991.98px){
	.intro_txt {margin-top: 10rem;}
}
@media(max-width:767.98px){
	.intro_txt{display: block; margin-top: 8rem;}
	.intro_txt > *{width: 100% !important;}
	.intro_txt h4{
		margin-bottom: 2rem;
    padding-right: 0;
	}
	.intro_txt p b{margin-bottom: 1rem;}
}




/* 스와이퍼 */
.sw_con{
	margin: 9rem 0;
	overflow: hidden;
}
.sw_con .swiper-slide{width: 63rem;}
.sw_con .item{
	display: block;
	overflow: hidden;
	border-radius: 1rem; 
}
.sw_con .item .thum{
	padding-top: 44.445%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.sw_con .item .cont{
	padding: 3rem 4rem 4rem;
	background: #323234;
}
.sw_con .item .subject{
	margin-bottom: 1.5rem;
	font-size: var(--fs24);
	font-weight: 700;
	line-height: 140%;
	color: #fff;
	word-wrap: break-word; 
	display: -webkit-box; 
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sw_con .item .date{
	font-size: 14px;
	font-weight: 500;
	line-height: 82%;
	color: #BBBBBE;
}
@media(max-width:991.98px){
	.sw_con{margin: 7rem 0;}
	.sw_con .swiper-slide{width: 50rem;}
	.sw_con .item .cont {padding: 2rem 3rem 3rem;}
	.sw_con .item .subject{margin-bottom: 1rem;}
}
@media(max-width:767.98px){
	.sw_con{margin: 5rem 0;}
	.sw_con .swiper-slide{width: 40rem;}
}
@media(max-width:575.98px){
	.sw_con .swiper-slide{width: 35rem;}
}
	




/* 게시판 상단 */
#board_list_wrap .borad_header{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: 10rem;
}
#board_category {margin-bottom: 0;}
#board_category ul{
	display: flex;
	gap: 2rem;
}
#board_category > ul > li {
	float: unset;
	margin-left: 0;
}
#board_category ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: auto;
	padding: 1.6rem 2rem;
	font-size: var(--fs20);
	font-weight: 700;
	line-height: 128%;
	color: #68686B;
	background: none;
	border: none;
	border-bottom: 5px solid rgba(255, 255, 255, 0);
}
#board_category ul li a span{
	display: inline-block;
	padding: 1px 1.2rem;
	font-size: 14px;
	line-height: 167%;
	color: #171717;
	background: #68686B;
	border-radius: 3rem;
}
#board_category ul li a#bo_cate_on{
	background: none;
	border: none;
	border-bottom: 5px solid rgba(255, 255, 255, 1);
}
#board_category ul li a#bo_cate_on span{background: #fff;}
#board_top{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#board_top > *{float: unset !important;}
#board_top > .board_search .box {
  display: flex;
	gap: 1.4rem;
}
#board_top > .board_search .box > div{
	display: flex !important;
	align-items: center;
	gap: 20px;
	width: 266px !important;
	height: 45px;
	padding: 14px 20px !important;
	background: #101010;
	border: 1px solid #68686B;
	border-radius: 5px;
	box-sizing: border-box;
}
#board_top > .board_search input{
	width: 100%;
	padding: 0;
	height: auto;
	font-size: 12px;
	color: #7F7F83;
	background: #101010;
	border: none;
	border-radius: 5px;
}
#board_top > .board_search select {
	width: auto;
	height: 45px;
	padding: 14px 20px;
	font-size: 12px;
	color: #7F7F83;
	background:#101010 url(/html/_img/icon/select_icon.png) no-repeat right 16px center / 17px 17px;
	border: 1px solid #68686B;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#board_top > .board_search button {
	background: none;
	height: 18px;
	width: 18px;
	border: 0;
	font-size: unset;
	padding: 0;
}
#board_top > .board_search button img{width: 100%;}
@media(max-width:991.98px){
	#board_list_wrap .borad_header{margin-bottom: 8rem;}
	#board_category ul li a {
    padding: 1.5rem;
    border-width: 3px;
	}
	#board_category ul li a#bo_cate_on{border-width: 3px;}
}
@media(max-width:767.98px){
	#board_list_wrap .borad_header{margin-bottom: 6rem;}
	#board_top {display: block;}
	#board_category ul{gap: 1.5rem; flex-wrap: wrap;}
	#board_category > ul > li {
		margin-left: 0;
		margin-top: 0;
		width: auto;
	}
	#board_category ul li a {
    padding: 1rem;
    border-width: 2px;
	}
	#board_category ul li a#bo_cate_on{border-width: 2px;}
	#board_top > .board_search .box {
		gap: 1rem;
    width: 100%;
	}
	#board_top > .board_search .box > div{width: 100% !important;}
}


.event_list_wrap .list_bx + div{margin-top: 7rem;}
.event_list_wrap .list{
	display: flex;
	align-items: center;
}
.event_list_wrap .list .txt_bx{
	width: calc(100% - 305px);
	padding-right: 6rem;
}
.event_list_wrap .list .txt_bx .category{
	display: inline-block;
	padding: 6px 1.2rem 4px;
	font-size: 10px;
	font-weight: 700;
	line-height: 128%;
	color: #171717;
	background: #A8A8AC;
	border-radius: 3rem;
}
.event_list_wrap .list .txt_bx .title{
	margin: 1.3rem 0 2.4rem;
	color: #fff;
	font-size: var(--fs24);
	line-height: 129%;
	overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.event_list_wrap .list .txt_bx .desc{
	color: #A8A8AC;
	font-size:14px;
	line-height: 148%;
	word-wrap: break-word; 
	display: -webkit-box; 
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.event_list_wrap .list .txt_bx .date{
	margin-top: 1.3rem;
	color: #68686B;
	font-size:12px;
	line-height: 82%;
}
.event_list_wrap .list .img_bx{
	flex-shrink: 0;
	width: 305px; 
}
.event_list_wrap .list .img_bx .thum{
	width: 100%; 
	padding-top: 56.4%;
	border-radius: 1rem;
}
@media (max-width:991.98px) {
	.event_list_wrap .list_bx + div{margin-top: 5rem;}
	.event_list_wrap .list .img_bx{width: 280px;}
	.event_list_wrap .list .txt_bx {
    width: calc(100% - 280px);
    padding-right: 3rem;
	}
	.event_list_wrap .list .txt_bx .title {margin: 1rem 0 2rem;}
}
@media (max-width:767.98px) {
	.event_list_wrap .list{flex-wrap: wrap; gap: 2rem;}
	.event_list_wrap .list .img_bx{width: 100%; order: -1;}
	.event_list_wrap .list .txt_bx {
    width: 100%;
    padding-right: 0;
	}
	.event_list_wrap .list .txt_bx .title {margin: 1rem 0 2rem;}
}