/*******리스트********/






#board_list_wrap{
	position:relative;
	margin-top: 192px;
	margin-bottom: 140px;
}
#board_list_wrap .portfolio_vis_wrap{
	margin: 96px 0;
}
#board_list_wrap .portfolio_vis_wrap .portTopSwiper{
	overflow:hidden;
	border-radius: 16px;
}
#board_list_wrap .portfolio_vis_wrap .swiper-slide{
	width: 100%;
	height: 720px;
}
#board_list_wrap .portfolio_vis_wrap .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

#board_list_wrap .sli_b_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 16px;
}
#board_list_wrap .sli_b_wrap p.subject{
	font-size: 4rem;
	line-height: 1.1;
	width: 70%;
	color: #1E1E1E;
	font-weight: 400;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#board_list_wrap .sli_b_wrap .sli_tool_wrap{
	display: flex;
	align-items: center;
	column-gap: 16px
}
#board_list_wrap .sli_b_wrap .sli_tool_wrap>button{
	width: 40px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background: none;
}
#board_list_wrap .sli_b_wrap .sli_tool_wrap>button:focus{
	outline: none;
}
#board_list_wrap .sli_b_wrap .sli_tool_wrap>button>i{
	display: block;
	width: 16px;
	height: 16px;
	opacity: 0.5;
	transition: opacity 0.3s ease;
}
#board_list_wrap .sli_b_wrap .sli_tool_wrap>button:hover>i,
#board_list_wrap .sli_b_wrap .sli_tool_wrap>button:active>i{
	opacity: 1
}
#board_list_wrap .sli_b_wrap .sli_tool_wrap .pagination{
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.7;
	color: #1E1E1E;
	display: flex;
}
#board_list_wrap .sli_b_wrap .sli_tool_wrap .pagination>span{
	min-width: 35px;
	text-align: center;
}





/* 카테고리 */
#board_list_wrap #board_category{
	margin-bottom: 80px;
}
#board_list_wrap #board_category.cate_mob{display: none;}
#board_list_wrap #board_category .cate_list{
	display: flex;
	border: 1px solid #CA4B40;
	margin: 0;
	padding: 0;
}
#board_list_wrap #board_category .cate_list>li{
	width: 25%;
	margin: 0;
	padding: 0;
}
#board_list_wrap #board_category .cate_list>li>a{
	display:flex;
	width: 100%;
	height: 80px;
	justify-content: center;
	align-items: center;
	padding: 10px;
	box-sizing: border-box;
	font-size: 2rem;
	font-weight: 500;
	color: #CA4B40;
	border: none;
	background: transparent;
}
#board_list_wrap #board_category .cate_list>li>a#bo_cate_on{
	background-color: #CA4B40;
	color: #FFF;
}











/* 갤러리 리스트*/
#bo_gall h2{
    font-size:3rem;
    margin-bottom:2rem;
}

#board_list_wrap #board_list_gallery{
	position:relative;
}
#board_list_wrap #board_list_gallery > ul{
	margin-left:-1rem;
	margin-right:-1rem;
	display: flex;
	flex-wrap: wrap;
	row-gap: 64px;
}
#board_list_wrap #board_list_gallery > ul > li{
	padding:0px 1rem;
	width:calc(100%/3);
	margin-bottom:0 !important;
}

#board_list_wrap #board_list_gallery > ul > li.col-gn-1{
	width:calc(100%/1);
}
#board_list_wrap #board_list_gallery > ul > li.col-gn-2{
	width:calc(100%/2);
}
#board_list_wrap #board_list_gallery > ul > li.col-gn-3{
	width:calc(100%/3);
}
#board_list_wrap #board_list_gallery > ul > li.col-gn-4{
	width:calc(100%/4);
}
#board_list_wrap #board_list_gallery > ul > li.col-gn-5{
	width:calc(100%/5);
}
#board_list_wrap #board_list_gallery > ul > li.col-gn-6{
	width:calc(100%/6);
}
#board_list_wrap #board_list_gallery > ul > li.col-gn-7{
	width:calc(100%/7);
}
#board_list_wrap #board_list_gallery > ul > li.col-gn-8{
	width:calc(100%/8);
}
#board_list_wrap #board_list_gallery > ul > li.col-gn-9{
	width:calc(100%/9);
}
#board_list_wrap #board_list_gallery > ul > li.col-gn-10{
	width:calc(100%/10);
}
#board_list_wrap #board_list_gallery > ul > li > .gallery_box{
	position:relative;
}
#board_list_wrap #board_list_gallery > ul > li > .gallery_box > .chk_box{
	position:absolute;
	left:1rem;
	top:1rem;
	z-index:10;
}

#board_list_wrap #board_list_gallery > ul > li.empty_list{
    width:100%;
    text-align:center;
    line-height:200px;
    margin:0;
}
#board_list_wrap .gallery_box .thum > a{
	display:block;
	position:relative;
	padding-top:60%;
	border-radius: 8px;
	overflow: hidden;
}
#board_list_wrap .gallery_box .thum > a > p{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
}
#board_list_wrap .gallery_box .thum > a > p.no_image{
	background:#f1f1f1;
}
#board_list_wrap .gallery_box .thum > a > p.no_image > span{
	position:absolute;
	width:100%;
	text-align:center;
	top:50%;
	transform:translateY(-50%);
	color:#bbb;
	font-family: 'Roboto',sans-serif !important;
	font-size:2rem;
}
#board_list_wrap .gallery_box .thum > a::after,
#board_list_wrap .gallery_box .thum > a::before{
	content:"";
	position:absolute;
	opacity:0;
	transition:all .3s ease-in-out;
}

#board_list_wrap .gallery_box .thum > a::after{
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:rgba(0,0,0,.5);
	z-index:1;
}
#board_list_wrap .gallery_box .thum > a::before{
	content:"View";
	left:50%;
	top:50%;
	height:12rem;
	width:12rem;
	margin-top:-6rem;
	margin-left:-6rem;
	z-index:2;
	border:1px solid rgba(255,255,255,.5);
	border-radius:100%;
	text-align:center;
	line-height:12rem;
	color:#fff;
	font-weight:300;
	font-family:'Roboto',sans-serif !important;
	font-size:1.6rem;
}
#board_list_wrap .gallery_box:hover .thum > a::after,
#board_list_wrap .gallery_box:hover .thum > a::before{
	opacity:1;
}


#board_list_wrap .gallery_box .info_box{
	margin-top: 10px;
}
#board_list_wrap .gallery_box .info_box > a{
	display:block;
	color:#222;
	font-size:1.6rem;
}
#board_list_wrap .gallery_box .info_box > a.category{
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.7;
	color: #757575;
}
#board_list_wrap .gallery_box .info_box > a > .subject{
	overflow: hidden;
	font-size:1.8rem;
	line-height:1.7;
	font-weight: 700;
	overflow: hidden;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#board_list_wrap .gallery_box .info_box > a > .subject > strong{
	display:inline-block;
	background:#273346;
	color:#fff;
	font-size:1.4rem;
	font-weight:400;
	padding:3px 12px;
	border-radius:20px;
	transform:translateY(-2px);
}

#board_list_wrap .gallery_box .info_box > a > .w_cont{
	overflow: hidden;
	font-size:1.5rem;
	line-height:1.4;
	color:#666;
	height:4.4rem;
	margin-top:.5rem;
}
#board_list_wrap .gallery_box .info_box > .status{
	color:#666;
	font-size:1.5rem;
	font-weight:300;
	margin-top:.6rem;
}
#board_list_wrap .gallery_box .info_box > .status > span{
	margin-right:10px;
}
#board_list_wrap .gallery_box .info_box > .status > span i{
	display:none;
}


.page_wrap{margin-top: 96px;}


@media(max-width:1024px){
	#board_list_wrap{margin-top: 162px; margin-bottom: 110px;}
	#board_list_wrap .portfolio_vis_wrap{margin: 76px 0;}
	#board_list_wrap .portfolio_vis_wrap .swiper-slide{height: 500px;}
	#board_list_wrap #board_category{margin-bottom: 60px;}
	#board_list_wrap #board_list_gallery > ul > li.col-gn-4{padding:0px 1rem; float:left; width:calc(100%/2); margin-bottom:2rem;}
}
@media(max-width:768px){
	#board_list_wrap{margin-top: 130px; margin-bottom: 80px;}
	#board_list_wrap .portfolio_vis_wrap{margin: 56px 0;}
	#board_list_wrap .portfolio_vis_wrap .swiper-slide{height: 300px;}
	#board_list_wrap .sli_b_wrap p.subject{width: 60%; font-size: 3.4rem;}
	#board_list_wrap .sli_b_wrap .sli_tool_wrap{column-gap: 0;}
	#board_list_wrap .sli_b_wrap .sli_tool_wrap .pagination{font-size: 2rem;}
	#board_list_wrap .sli_b_wrap .sli_tool_wrap .pagination>span{min-width: 26px;}


	#board_list_wrap #board_category.cate_pc{display: none;}
	#board_list_wrap #board_category.cate_mob{display: block; margin-bottom: 0;}
	#board_list_wrap #board_category .cate_btn{background-color: #CA4B40; color: #FFF; display: flex; justify-content: space-between; font-size: 2rem; border: none; height: 64px; width: 100%; box-sizing: border-box; padding: 0 56px; align-items: center;}
	#board_list_wrap #board_category .cate_btn>span.arrow{position:relative; display: block; transform: rotate(0); transition-duration: 0.3s;}
	#board_list_wrap #board_category .cate_btn.active>span.arrow{transform: rotate(180deg);}
	#board_list_wrap #board_category .cate_list{border: unset; display: none; position: relative;}
	#board_list_wrap #board_category .cate_list>li{width: 100%; border-bottom: 1px solid #CA4B40;}
	#board_list_wrap #board_category .cate_list>li>a#bo_cate_on{background-color: #fff7f0; color: #CA4B40;}
  #board_list_wrap #board_category .cate_list>li>a{padding: 30.5px 56px; background-color: #fff7f0; justify-content: left; width: 100%;}

	#board_btn_wrap{margin-top: 0;}
	
#board_list_wrap #board_list_gallery{margin-top: 40px;}
#board_category > ul > li{float: none !important;}

}
@media(max-width:500px){
	#board_list_wrap{margin-top: 100px; margin-bottom: 50px;}
	#board_list_wrap .portfolio_vis_wrap{margin: 48px 0;}
	#board_list_wrap .portfolio_vis_wrap .swiper-slide{height: 214px;}
	#board_list_wrap .sli_b_wrap{margin-top: 8px;}
	#board_list_wrap .sli_b_wrap p.subject{font-size: 16px; width: 50%; font-weight: 600; line-height: 1.7;}
	#board_list_wrap .sli_b_wrap .sli_tool_wrap{column-gap: 0;}
	#board_list_wrap .sli_b_wrap .sli_tool_wrap>button{width: 40px; height: 32px;}
	#board_list_wrap .sli_b_wrap .sli_tool_wrap .pagination{font-size: 12.8px;}
	#board_list_wrap .sli_b_wrap .sli_tool_wrap .pagination>span{min-width: 20px;}
	
	#board_list_wrap #board_category{margin-bottom: 40px;}

	#board_list_wrap #board_list_gallery > ul{row-gap: 24px;}
	#board_list_wrap #board_list_gallery > ul > li.col-gn-4{width: calc(100%/1) !important;}


	#board_list_wrap #board_category .cate_list>li>a{font-size: 16px;}


	.page_wrap{margin-top: 48px;}
}


/******* //리스트 ********/





































/******* 뷰 ********/
.view_top_img_wrap{
	height: 100vh;
	width: 100%;
	position: relative;
}

#board_view_wrap{
	position:relative;
	margin-bottom: 120px
}
#board_view_wrap #board_btn_wrap{
	text-align:center;
}
#board_view_wrap .view_header{
	padding:100px 0;
	box-sizing: border-box;
	position: relative;
}
#board_view_wrap .view_header h3{
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.7;
	color: #1E1E1E;
}
#board_view_wrap .view_header .info_txt{
	padding: 24px 0;
	margin: 24px 0;
	box-sizing: border-box;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}
#board_view_wrap .view_header .info_txt>p{
	display: block;
	max-width: 930px;
	font-size: 1.8rem;
	line-height: 1.7;
	font-weight: 400;
	color: #1E1E1E;
}
#board_view_wrap .view_header .info_wrap{
	display: flex;
	column-gap: 20px;
}
#board_view_wrap .view_header .info_wrap dl:not(:last-child){
	border-right: 1px solid #d9d9d9
}
#board_view_wrap .view_header .info_wrap dl.info_cate{min-width: 360px;}
#board_view_wrap .view_header .info_wrap dl.info_venue{min-width: 550px;}
#board_view_wrap .view_header .info_wrap dl.info_date{min-width: 90px;}
#board_view_wrap .view_header .info_wrap dl dt{
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.7;
	color: #1e1e1e;
}
#board_view_wrap .view_header .info_wrap dl dd{
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.7;
	color: #1e1e1e;
}





#board_view_wrap .view_body{

}

#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_view_wrap  .view_contents{
	padding:3rem;
	font-size:1.6rem;
}
#board_view_wrap .view_file{
	border-top:1px solid #ddd;
	background:#f8f9fa;
	padding:2rem 3rem;
}
#board_view_wrap .view_file > div{
	position:relative;
	padding-left:100px;
}
#board_view_wrap .view_file > div > h4{
	position:absolute;
	font-size:1.6rem;
	top:8px;
	left:0;
}
#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;
    padding-right:110px; 
}
#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;
}


#board_view_wrap .view_contents{
	padding: 0;
}
#board_view_wrap .view_contents #bo_v_con>p:not(:first-child){
	margin-top: 24px;
}

#board_view_wrap .view_contents img{
	max-width: 100%
}



@media(max-width: 1280px){
	#board_view_wrap .view_header .info_wrap dl.info_cate{min-width: unset; width: 30%;}
	#board_view_wrap .view_header .info_wrap dl.info_venue{min-width: unset; width: 50%;}
	#board_view_wrap .view_header .info_wrap dl.info_date{min-width: unset; width: 20%;}
}
@media(max-width: 1024px){
	.view_top_img_wrap{height: 500px;}
	#board_view_wrap .view_header{padding: 80px 0;}
}
@media(max-width: 768px){
	.view_top_img_wrap{height: 400px}
	#board_view_wrap .view_header{padding: 60px 0;}
	#board_view_wrap .view_header .info_txt{padding: 20px 0; margin: 20px 0;}
	#board_view_wrap .view_header .info_wrap{flex-wrap: wrap;}
	#board_view_wrap .view_header .info_wrap dl:not(:last-child){border: none; margin-bottom: 10px;}
	#board_view_wrap .view_header .info_wrap dl{display: flex; width: 100% !important; }
	#board_view_wrap .view_header .info_wrap dl dt{width: 100px; position: relative; line-height: 1.2;}
	#board_view_wrap .view_header .info_wrap dl dt::after{content:''; display:block; position: absolute; right: 0; top: 0; width: 2px; height: 100%; background-color: #d9d9d9;}
	#board_view_wrap .view_header .info_wrap dl dd{width: calc(100% - 100px); box-sizing: border-box; padding-left: 16px; line-height: 1.2;}


	#board_view_wrap  .view_contents img{height:auto;}
	#board_view_wrap .view_file{ padding:2rem 15px;}
  #board_view_wrap .view_file > div{padding-left:0; }
  #board_view_wrap .view_file > div > h4{position:static; margin-bottom:1rem;}
	
}

@media(max-width:500px){
	#board_view_wrap .view_header{padding: 48px 0;}
	#board_view_wrap .view_header .info_txt{padding: 16px 0; margin: 16px 0;}
	#board_view_wrap .view_header .info_wrap dl:not(:last-child){margin-bottom: 4px;}
	#board_view_wrap .view_header .info_wrap dl dt{width: 96px;}
	#board_view_wrap .view_header .info_wrap dl dd{width: calc(100% - 96px);}
	#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;
	}
}




/* 상세페이지 하단 */
.our_projects{
	position: relative;
	background-color: #FFF7F0;
	padding-top: 120px;
	padding-bottom: 140px;
}
.our_projects .project_list{
	display: flex;
	gap: 20px;
	margin-top: 64px;
	flex-wrap: wrap;
	row-gap: 14px
}
.our_projects .project_list>li{
	width: calc(25% - 15px);
}
.our_projects .project_list>li .img_wrap{
	border-radius: 8px;
	overflow: hidden;
	height: 233px;
	width: 100%;
	margin-bottom: 10px;
}
.our_projects .project_list>li .txt_wrap p.cate{
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.7;
	color: #757575;
}
.our_projects .project_list>li .txt_wrap h4{
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.7;
	color: #1E1E1E;
	display: block;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media screen and (max-width: 1280px){
	.our_projects .project_list>li .img_wrap{height: 150px;}
}
@media screen and (max-width: 1024px){
	.our_projects{padding-top: 90px; padding-bottom: 110px;}
	.our_projects .project_list>li{width: calc(50% - 10px);}
	.our_projects .project_list>li .img_wrap{height: 247px;}
}
@media screen and (max-width: 768px){
	.our_projects{padding-top: 60px; padding-bottom: 80px;}
	.our_projects .project_list{margin-top: 44px;}
	.our_projects .project_list>li .img_wrap{height: 160px; margin-bottom: 4px;}
}
@media screen and (max-width: 500px){
	.our_projects{padding-top: 30px; padding-bottom: 50px;}
	.our_projects .project_list{column-gap: 14px; margin-top: 28px;}
	.our_projects .project_list>li{width: calc(50% - 7px);}
	.our_projects .project_list>li .img_wrap{height: 98px;}
}


/******* //뷰 ********/

















/******* 쓰기 ********/

#board_write_wrap{margin-top: 192px; margin-bottom: 140px;}
#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;
}
#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_write_wrap .dp-table{
	width:100%;
	text-align:left;
	color:#444;
}
#board_write_wrap .dp-table > div:first-child{
	width:33%;
}
#board_write_wrap .dp-table > div:last-child{
	text-align:left;
}
#board_write_wrap .dp-table > div > a{
	border:1px solid #ddd;
	font-size:1.4rem;
	padding:.8rem 1.5rem;
	border-radius:5px;
}
#board_write_wrap .dp-table > div > a > i{
	margin-left:1rem;
}
#board_write_wrap .dp-table > div > a:hover{
	border:1px solid #222;
}


@media (max-width: 1024px) {
	#board_write_wrap{margin-top: 162px; margin-bottom: 110px;}

	.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;
		height: unset !important;
	}
	.board_write_table .description{
		display:block;
		font-size:1.5rem;
		margin-left:0px;
		margin-top:5px;
	}
}





@media (max-width: 768px) {
	#board_write_wrap{margin-top: 130px; margin-bottom: 80px;}
}
@media (max-width: 500px) {
	#board_write_wrap{margin-top: 100px; margin-bottom: 50px;}
	.fileBox.fileBox_board .fileName{padding-right: 20px;}
}





/******* //쓰기 ********/
