.board_visual {   }
.board_visual::after { display: none; }

.board_newgallery * {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}



.board_newgallery { display: flex; flex-wrap: wrap; }
.board_newgallery:after { display: block; visibility: hidden;clear: both;content: ""; }
.board_newgallery li { width: 23.3%; margin: 0 2.2% 2.2% 0%; list-style: none; position: relative; }
.board_newgallery li:nth-child(4n) { margin: 0 0 2.2% 0; }

.board_newgallery li .image { position: relative; overflow: hidden;border-radius: 20px 20px 0 0; }
.board_newgallery li .image span { position: absolute; color: #fff; background: var(--sh-black); width: 106px; height: 30px; border-radius: 50px; display: flex; justify-content: center; align-items: center; top: 25px; right: 25px; }
.board_newgallery li:hover .image{ border-radius: 10px 10px 0 0; }
.board_newgallery li:hover .image a { transform: scale(1.1); }
.board_newgallery li:hover dl.info { border-radius: 0 0 10px 10px; }

.board_newgallery dl.info { padding: 25px; background: #f4e5be; /* height: 141px; */ border-radius: 0 0 20px 20px; }
.board_newgallery dl.info dt.subject { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; margin-bottom: 8px; font-size: 18px; color: #000; }
.board_newgallery dl.info dt.subject a { color: var(--sh-black); font-weight: 700; }
/* .board_newgallery dl.info dd.content { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color: var(--sh-black); line-height: 1.6; font-weight: 300; } */


/* list.gallery_ho.skin.php 2017-06-14*/
.gallery_h .gallery_h_con1 ul li.first { margin-left: 0; }
.gallery_h .gallery_h_con1 ul li a { color: #f5821f; }

.gallery_h .gallery_h_con1 ul li a div.text h3 {
	color: #f5821f;
	font-size: 22px;
	margin-bottom: 100px;
	height: 3em;
	line-height: 1.5em;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 라인수 */
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	overflow: hidden;
}
.gallery_h .gallery_h_con1 ul li a div.text p { font-size: 13px; }
.gallery_h .gallery_h_con1 ul li a div.text p::before { content: ""; width: 100%; display: block; margin-bottom: 18px; border-top: 1px solid rgba(245,130,31,0.3); }

.search_wrap { width: 1400px; margin: 24px auto; }
.search { display: inline-block; *display: inline; *zoom: 1; margin-right: 335px; width: 209px; height: 22px; padding: 12px 17px; border: 1px solid #d7d7d7; }
.search #search { border: none; outline: 0; width: 187px; font-size: 15px; color: #5e5e5e; }
.search .search_btn {}
.select { display: inline-block; *display: inline; *zoom: 1; }
.select select { width: 200px; height: 46px; padding: 12px 17px; border: 1px solid #d7d7d7; font-size: 15px; color: #5e5e5e; }
.select select option { font-size: 15px; color: #5e5e5e; }

.gallery_h .more_list2 { margin-top: 30px; }

.sub_wrap {width:100%; height:100%;}
.board_visual {width:100%; height:100vh; display:block; background:#FFDD70;  position:fixed; top:0; z-index: -2;}
.board_visual::after {display:block; content:''; /* background:url(http://nenia.kr/theme/responsive_nenia/include/img/s30_bak2.png) no-repeat top / 100%; */ position:fixed; width:100%; height:100vh; top:0;}
.board_txt {text-align:center;}
.board_txt h1 {color:var(--sh-black); font-weight:700;padding:420px 0 170px;}
.board_txt p {color:var(--sh-black); display:flex; align-items:center; justify-content:center; padding-bottom:25px;}
.board_txt p img {padding-left:10px;}

.s43 {position:relative; z-index: 2;}
.s43 .wrap {display:flex; width:100%; height:100%;}
.s43 .left {position:relative; width:50%; background:url('../../images/sub/online_bg.jpg') no-repeat center / cover; padding:100px 0; display:flex; justify-content:flex-end; border-radius:20px 0 0 0;}
.s43 .left::before { content: ""; position: absolute; left: 0; top: 0; z-index: 0; background: black; width: 100%; height: 100%; opacity: 0.8; }
.s43 .left .half_inner {position:relative; z-index:1; width:100%; max-width:750px; padding:0 4% 0 0;}
.s43 .left .half_wrap {height:100%; display:flex; flex-direction:column; justify-content:space-between;}
.s43 .left h1 {color:#fff; font-weight:300;}
.s43 .left h1 span {font-weight:700}
.s43 .left p {color:#fff; padding-bottom:5px;}
.s43 .left a {display:inline-flex; align-items:center; color:#fff;}
.s43 .left a img {padding-right:10px;}
.s43 .right {width:50%; background:#F4E5BE; padding:100px 0; overflow:hidden; border-radius:0 20px 0 0;}
.s43 .right .half_inner {width:100%; max-width:750px; padding:0 0 0 4%;}
.s43 .right h4 {color:var(--sh-black); padding-bottom:10px;}
.s43 .right h4 span {color:var(--sh-black);}
.s43 .right li {padding-bottom:40px;}
.s43 .right li label {display:block;height:100%;position:relative;}
.s43 .right li input[type="text"] {background:none; padding:10px 0 10px 25px;;border-bottom:1px solid var(--sh-black); width:100%; color:var(--sh-black);}
.s43 .right li input[type="text"]::placeholder {color:rgba(0,0,0,0.3)}
.s43 .right li textarea {width:100%; height:200px; background:none; border:1px solid var(--sh-black); border-radius:15px; resize: none; padding: 10px 0 10px 25px; }
.s43 .right li input[type="file"] {background:var(--sh-beige); padding:16px 0 18px 25px; border-radius:15px; width:100%; cursor: pointer; color:var(--sh-black); text-decoration: underline var(--sh-black); text-underline-offset: 2px;}
input[type="file"]::file-selector-button {display:none;}
.s43 .right li .file_area label a {position:absolute; top:50%; right:25px; transform:translateY(-50%)}
.s43 .right li .file_area label a img {filter:grayscale(1)}
.s43 .right .chk-custom {display:flex;}
.s43 .right .chk-custom p {display:flex; align-items:center; color:var(--sh-black);}
.s43 .right .chk-custom a { text-decoration: underline var(--sh-black); text-underline-offset: 2px; font-weight:700; color:var(--sh-black);}
.s43 .right input[type="submit"] {background:var(--sh-black); width:140px; height:45px; border-radius:60px; display:flex; justify-content:center; align-items:center; color:#FEFCF7;}
.s43 .right input[type="checkbox"] {margin:0 10px 0 15px;}

.s43_2 {width:100%; background:var(--sh-beige); padding:150px 0; position:relative; z-index: 1; border-radius:0 0 20px 20px;}
.s43_2 .wrap {display:flex;}
.s43_2 .left {width:50%; display:flex; padding-right:2%;}
.s43_2 .left li {color:var(--sh-black); width:200px;}
.s43_2 .left li h2 {font-weight:600; padding-bottom:25px;}
.s43_2 .left li:not(:last-child) {margin-right:9.3%;}
.s43_2 .left li span {font-weight:600;}
.s43_2 .left li p {padding-bottom:7px; font-weight:300; line-height:1.5;}

.s43_2 .right {width:50%;}
.s43_2 .right h2 {font-weight:600; padding-bottom:25px; color:var(--sh-black);}
.s43_2 .right ul { display:flex;}
.s43_2 .right li {color:var(--sh-black); width:200px;}
.s43_2 .right li:not(:last-child) {margin-right:9.3%;}
.s43_2 .right li span {font-weight:600; display:inline-block; margin-right:10px;}
.s43_2 .right li p {padding-bottom:7px; font-weight:300; line-height:1.5;}




/*---------------*/
/***** Bubba *****/
/*---------------*/


li.effect-bubba .text::before,
li.effect-bubba .text::after {
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 1s;
	transition: opacity 0.35s, transform 1s;
}

li.effect-bubba .text::before {
	border-top: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.3);
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

li.effect-bubba .text::after {
	border-right: 1px solid rgba(255,255,255,0.3);
	border-left: 1px solid rgba(255,255,255,0.3);
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

li.effect-bubba a div.text h3 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

li.effect-bubba p::before {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 1s;
	transition: opacity 0.35s, transform 1s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

li.effect-bubba:hover .text::before,
li.effect-bubba:hover .text::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.gallery_h .gallery_h_con1 ul li:hover a div.text {
	transition: opacity 0.35s, transform 0.35s;
	opacity: 1;
}

li.effect-bubba:hover a div.text h3,
li.effect-bubba:hover p::before {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.gallery_h_view { width: 100%; background: #f4f4f4; padding: 60px 0 63px; }
.gallery_h_view .gallery_h_view_con { width: 1400px; margin: 0 auto; overflow: hidden; }
.gallery_h_view .gallery_h_view_con .bxslider { }
.gallery_h_view .gallery_h_view_con .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto { position: static; text-align: left; }
.gallery_h_view .gallery_h_view_con .bx-wrapper .bx-pager.bx-default-pager a { width: 51px; height: 51px; line-height: 51px; text-align: center; margin: 0; padding: 0; font-size: 18px; color: #666; text-indent: 1px; border: 1px solid #e7e7e7; border-left: 0; }
.gallery_h_view .gallery_h_view_con .bx-wrapper .bx-pager.bx-default-pager a.active { width: 53px; height: 53px; background: #eb6107; border: none; line-height: 53px; color: #fff; }
.gallery_h_view .gallery_h_view_con .bx-wrapper .bx-pager-item:first-child a { border-left: 1px solid #e7e7e7; }
.gallery_h_view .gallery_h_view_con .bxslider li {}
.gallery_h_view .gallery_h_view_con .textarea { margin-top: 40px; padding-top: 30px; border-top: 1px solid #d7d7d7; overflow: hidden; }
.gallery_h_view .gallery_h_view_con .textarea h3 { font-size: 32px; color: #000000; margin-bottom: 13px; line-height: 1em; }
.gallery_h_view .gallery_h_view_con .textarea h4 { color: #a7a7a7; font-size: 15px; line-height: 1em; }
.gallery_h_view .gallery_h_view_con .textarea h4::after {
	content: "";
	width: 30px;
	height: 3px;
	background: #eb6107;
	margin: 23px 0 130px;
	display: block;
}
.gallery_h_view .gallery_h_view_con .textarea p { color: #4b4b4b; font-size: 14px; }
.gallery_h_view .gallery_h_view_con .textarea .text { width: 800px; float: left; margin-right: 40px; padding-left: 10px; padding-right: 51px; border-right: 1px solid #ededed; }
.gallery_h_view .gallery_h_view_con .textarea .tablearea { float: left; width: 490px; }
.gallery_h_view .gallery_h_view_con .textarea .tablearea .table { width: 100%; border-top: 1px solid #d2d2d2; }
.gallery_h_view .gallery_h_view_con .textarea .tablearea th,
.gallery_h_view .gallery_h_view_con .textarea .tablearea td { padding: 6px 0; text-align: left; border-bottom: 1px solid #e2e2e2; }
.gallery_h_view .gallery_h_view_con .textarea .tablearea th { padding-left: 15px; color: #9d9d9d; font-size: 14px; background: #ededed; width: 100px; }
.gallery_h_view .gallery_h_view_con .textarea .tablearea td { padding-left: 30px; color: #4b4b4b; font-size: 14px; }

.gallery_h_view .gallery_h_view_con .btn_wrap { border-top: 1px solid #d7d7d7; padding-top: 15px; text-align: left; margin-top: 45px; overflow: hidden; }

.board_table { border-collapse: collapse; padding: 0; border-spacing: 0px; border-spacing: 0; table-layout: fixed; border: 0; margin: 0 auto; }
.board_table h2.title { background: url(./img/title_bg.gif) repeat-x; border: 1px solid #e8e8e8; font: bold 9pt/32px; padding: 0; text-align: center; margin: 0; }

textarea { border: 1px solid #aaa; border-right: 1px solid #EEE; border-bottom: 1px solid #EEE; width: 100%; word-break: break-all; min-height: 120px; }

/* list.php */

/* category_admin file : inc_cate_admin.php */

table.tb_order { width: 100%; border-collapse: collapse; padding: 0; margin: 0; }
table.tb_order th,
table.tb_order td { padding: 10px; border: 1px solid #d7d7d7; text-align: left; }
table.tb_order th { padding: 10px 0 10px 20px; text-align: left; border-bottom: 1px solid #d9d9d9; background: #f7f7f7; }


.category_admin_wrap { width: 100%; margin-bottom: 20px; }
.category_admin_wrap > h2 { font-size: 16px; margin-bottom: 8px; }

span.ico { display: inline-block; margin-right: 6px; width: 40px; height: 22px; line-height: 22px; vertical-align: middle; text-align: center; font-weight: 700; font-size: 12px; color: #fff; border-radius: 4px; zoom: 1; letter-spacing: 0; }
span.ico > a { color: #fff; text-decoration: none; display: inline-block; }
.bg_col { background: #5b74a8; }
.fc_col { background: #2d3a54; }
.sel_btn { display: inline-block; margin-left: 10px; }

#cate_submit { padding: 6px 15px; background: #242e43; color: #fff; border: 1px solid #e8e8e8; line-height: 100%; cursor: pointer; }
#cate_new_info { text-align: center; font-size: 14px; min-height: 20px; line-height: 20px; opacity: 0; }
.sel_btn_icon { position: relative; background: #333; color: #fff; border-radius: 80px; display: inline-block; padding: 4px; font-size: 14px; font-weight: bold; cursor: pointer; }
.sel_btn_info { position: absolute; bottom: 5px; left: 40px; background: #fff; color: #333; font-size: 12px; z-index: 5; border: 4px double #6e6e6e; width: 400px; padding: 6px 4px 6px 4px; display: none; }/**/
.cate { display: none; }
.cate_del_list {}
.cate_del_list > li { border: 1px solid #f88888; color: #fff; background: #faa0a0; display: inline-block; padding: 4px 8px; border-radius: 5px; margin-left: 5px; cursor: pointer; }

/*마지막 정렬에 관한 스타일 with jquery */
.sortable { /*margin: auto; */ padding: 0; width: 310px; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.sortable.grid { overflow: hidden; }
.sortable li { list-style: none; border: 1px solid #CCC; background: #fafafa; color: #1C94C4; margin: 5px; padding: 5px; height: 22px; }
.handles span { cursor: move; }
li.disabled { opacity: 0.5; }
.sortable.grid li { line-height: 80px; float: left; width: 80px; height: 80px; text-align: center; }

li.sortable-placeholder { border: 1px dashed #CCC; background: none; }

/* category */

.board_category_select { clear: both; width: 100%; border-bottom: 1px solid #e8e8e8; padding: 4px; margin-bottom: 10px; }

.board_category_list { clear: both; width: 100%; border: 1px solid #e8e8e8; padding: 10px; margin-bottom: 10px; }
.board_category_list a { padding: 3px 10px 3px 20px; background: url(./img/icon_category.gif) 5px center no-repeat; }
.board_category_list a.thisList { font-weight: bold; }

/*list.list*/

.board_list { clear: both; width: 100%; margin: 16px 0; border-top: 1px solid #AAA; border-bottom: 1px solid #AAA; border-top: 2px solid #1f1f1f; }
.board_list th { background: #fafafa; font-weight: normal; text-align: center; border-bottom: 1px solid #e8e8e8; height: 46px; color: #333; }
.board_list td { border-bottom: 1px solid #EEE; height: 40px; text-align: center; }
.board_list td.num { font-size: 11px; color: #555; }
.board_list td.subject { text-align: left; }
.board_list td.name { text-align: center; }
.board_list td.datetime { font-size: 12px; color: #555; }
.board_list td.hit { font-size: 12px; color: #555; }
.board_list td.good { font-size: 12px; font-weight: bold; color: #f60; }
.board_list td.nogood { font-size: 12px; font-weight: bold; color: #06f; }

/*list.gallery*/


/*.board_gallery { overflow: hidden; clear: both; margin: 16px 0; padding: 0 0 14px 14px; border-top: 1px solid #AAA; border-bottom: 1px solid #AAA; }*/
.board_gallery { overflow: hidden; clear: both; margin: 16px 0; padding: 0 0 14px 0px; }
ul.board_gallery::after { display: block; visibility: hidden; clear: both; content: ""; }
.board_gallery li { display: inline; float: left; margin: 0 10px 30px 0; text-align: center; list-style: none; position: relative; }
.board_gallery li .image { border: 1px solid #e8e8e8; }
.board_gallery li .noimage { font: bold 13px; color: #AAA; border: 1px solid #e8e8e8; }
.board_gallery li a.photo { display: block; border: none; }
.board_gallery li a.subject { line-height: 20px; height: 20px; margin-top: 5px; display: block; overflow: hidden; }
.board_gallery li a.subject2 { color: #167ac6; font-size: 13px; font-weight: bold; border: 0px solid blue; margin-top: 5px; display: block; }
.board_gallery li a.datetime { border: 0px solid red; line-height: 20px; height: 20px; margin-top: 5px; display: block; }

/*list.webzine*/

.gall_checkbox { position: absolute; top: 5px; left: 5px; z-index: 99; }

.board_gallery3 {
	width: 100%;
	height: 160px;
	border: 1px solid #ccc;
	text-align: center;
	cursor: pointer;
	margin-bottom: 5px;
}
.board_gallery3 li { float: left; padding: 20px; padding-right: 0px; }
.board_gallery3 > li > a > div { margin-top: 5px; }


/*.board_gallery { overflow: hidden; clear: both; margin: 16px 0; padding: 0 0 14px 14px; border-top: 1px solid #AAA; border-bottom: 1px solid #AAA; }*/
.board_gallery_card { overflow: hidden; clear: both; margin: 16px 0; padding: 0 0 14px 0px; }
	ul.board_gallery::after { display: block; visibility: hidden; clear: both; content: ""; }
.board_gallery_card li { display: inline; float: left; margin: 0 20px 30px 0; list-style: none; border: 1px solid #f0f0f0; padding-bottom: 15px; position: relative; }
.board_gallery_card li .image {}
.board_gallery_card li .noimage { font: bold 13px; color: #AAA; }
.board_gallery_card li a.photo { display: block; border: none; }
.board_gallery_card li a.subject { line-height: 20px; height: 20px; margin-top: 5px; display: block; overflow: hidden; }
.board_gallery_card li a.subject2 { color: #167ac6; font-size: 13px; font-weight: bold; border: 0px solid blue; margin-top: 5px; display: block; }
.board_gallery_card li a.datetime { border: 0px solid red; line-height: 20px; height: 20px; margin-top: 5px; display: block; }

.board_gallery_card .info { padding: 10px 10px 0px; }
.board_gallery_card li a:hover .info, .board_gallery_card li a:focus .info { padding: 10px 10px 0px; }
.board_gallery_card .info dt,
.board_gallery_card .info dd { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; }
.board_gallery_card .info dt { margin-bottom: 4px; font-size: 18px; color: #000; }
.board_gallery_card .info dd { color: #555; }
.board_gallery_card .info .date { margin-top: 20px; font-size: 12px; color: #999; }
.board_gallery_card .info .writer { position: absolute; bottom: 15px; right: 15px; font-size: 12px; color: #999; }


/*list.webzine*/

.board_webzine { margin: 0; padding: 0; font-size: 12px; margin: 16px 0; list-style: none; }
.board_webzine li { position: relative; padding: 17px 0 27px 0; margin: 17px 0 17px 0; border: 1px solid #efefef; border-top: 0; border-left: 0; border-right: 0; vertical-align: top; *zoom: 1; }
.board_webzine li::after { display: block; clear: both; content: ""; }
.board_webzine a { text-decoration: none; cursor: pointer; }
.board_webzine a strong { display: inline-block; margin: 0 0 4px 0; color: #333; font-size: 18px; }
.board_webzine a:hover strong,
.board_webzine a:active strong,
.board_webzine a:focus strong { text-decoration: underline; }
.board_webzine .thumb { display: inline-block; float: left; margin: 0 15px 0 0; -moz-box-shadow: 0 0 5px #666; -webkit-box-shadow: 0 0 5px #666}
.board_webzine .thumb img { display: block; border: 0; }
.board_webzine .wz_content { margin: 0; line-height: 1.4; }
.board_webzine ul.wz_info { list-style: none; padding: 0; margin: 0; height: 20px; line-height: 20px; width: 250px; }
.board_webzine ul.wz_info li { list-style: none; border: none; margin: 0; float: left; padding: 0 16px; font: normal 7pt/20px; color: #666; }
.board_webzine ul.wz_info li.wz_info_name { font: normal 8pt/20px; background: url(./img/icon_name.gif) left center no-repeat; }
.board_webzine ul.wz_info li.wz_info_date { background: url(./img/icon_clock.gif) left center no-repeat; }
.board_webzine ul.wz_info li.wz_info_hit { font-weight: bold; background: url(./img/icon_view.gif) left center no-repeat; }

/*list.video */

.board_video { clear: both; width: 100%; margin: 16px 0; border-top: 1px solid #AAA; border-bottom: 1px solid #AAA; }
.board_video td { border-bottom: 1px solid #EEE; height: 30px; text-align: left; }
.board_video td p { padding: 0; margin: 0; margin-top: 2px; }
.board_video td.num { font-size: 8pt; color: #999; }
.board_video td.subject { font-weight: bold; }
.board_video td span { font: normal 8pt; color: #AAA; padding: 0 10px; }


/*list.faq*/

.board_faq { clear: both; table-layout: fixed; width: 100%; margin: 0px 0 50px; border-bottom: 1px solid #AAA; border-top: 2px solid #AAA; }
.board_faq td { background: #f8f8f8; border-bottom: 1px solid #e8e8e8; padding: 25px 0; }
.board_faq td.num { font-size: 1rem; color: #999; text-align: center; }
.board_faq td.subject { font-weight: 700; padding: 5px 0px; }
.board_faq td.content { word-break: break-all; padding: 15px 0px; overflow: hidden; border-bottom: 1px solid #e8e8e8; background: #FFF; }

/*//////////////////////*/


/*
.board_search { clear: both; border: 1px solid #e8e8e8; background: #fafafa; text-align: center; padding: 10px; margin-top: 10px; }
.board_search td { padding: 4px; }
.board_search td input.bs_btn	 { padding: 6px 10px 3px 10px; background: #333; color: #fff; border: 0px solid #e8e8e8; line-height: 100%; cursor: pointer; font-size: 11px; }
 */
.searchBox { display: none; width: 100%; /* display: flex; */ justify-content: flex-end; }


#bo_sch { border-bottom: 1px solid var(--sh-black); margin-bottom: 30px; width: 14%; }
#bo_sch .sch_flx { display: flex; justify-content: space-between; align-items: center; }
#bo_sch legend { position: absolute; margin: 0; padding: 0; font-size: 0; line-height: 0; text-indent: -9999em; overflow: hidden; }
#bo_sch select { display: none; border: 0; margin: 9px 5px; height: 20px; float: left; border-right: 1px solid #ddd; }
#bo_sch .sch_input { height: 38px; border: 0; padding: 0 25px; background-color: transparent; float: left; }
#bo_sch .sch_input::placeholder { color: var(--sh-black); font-weight: 700; font-size: 14px; }
#bo_sch .sch_btn { background: none; border: 0; font-size: 15px; }




/* write.php */
.guest_table { border-collapse: collapse; padding: 0; border-spacing: 0px; border-spacing: 0; table-layout: fixed; width: 100%; background: #FFF; border: 1px solid #e8e8e8; margin-top: 10px; }
.guest_table th { text-align: left; padding: 16px 0 16px 20px; font: normal 9pt/30px; border-bottom: 1px solid #e8e8e8; }
.guest_table td { text-align: left; border-bottom: 1px solid #e8e8e8; padding: 4px 15px 4px 4px; }

.content_btn { height: 20px; text-align: right; }
.content_btn img { float: left; }
.w_title { margin-right: 10px; }
.wr_subject { padding-right: 10px; margin-top: 6px; margin-bottom: 10px; }
.wr_content { padding-right: 10px; margin-top: 6px; }
.wr_content_edit { margin-top: 6px; }
#variableFiles td { border: 0; border-collapse: collapse; padding: 0; border-spacing: 0px; border-spacing: 0; }

.option_table { border-collapse: collapse; padding: 0; border-spacing: 0px; border-spacing: 0; table-layout: fixed; width: 100%; border: 1px solid #e8e8e8; }
.option_table th { text-align: left; font: normal 9pt/30px; border-bottom: 1px solid #e8e8e8; padding: 16px 0 16px 20px; }
.option_table td { text-align: left; border-bottom: 1px solid #e8e8e8; padding: 4px 15px 4px 4px; }




.board_button { clear: both; text-align: right; margin-bottom: 10px; }
.board_button a { display: inline-block; padding: 10px 25px; border: 1px solid #DDD; line-height: 100%; margin-left: 5px; background: #fff; }
.board_button a.newb { background: #333; color: #fff; }

.board_btn { text-align: center; padding: 20px; }
.board_btn a { display: inline-block; padding: 10px 25px; border: 1px solid #DDD; line-height: 100%; margin-left: 5px; background: #fff; }
.board_btn input#btn_submit { padding: 10px 25px; background: #333; color: #fff; border: 1px solid #DDD; line-height: 100%; cursor: pointer; }
.board_btn input#btn_list { padding: 10px 25px; background: #fff; color: #333; border: 1px solid #DDD; line-height: 100%; cursor: pointer; }



.info_signature { padding: 10px; border: 1px solid #e8e8e8; background: #fafafa; }
.view_btn { text-align: center; padding: 100px 0; border-radius: 0 0 20px 20px; background: #D8E0A5; position: relative; z-index: 2; }
.view_btn h1 { color: var(--sh-black); font-weight: 700; }
.view_btn p { color: var(--sh-black); padding: 10px 0 25px; }
.view_btn a.newb { background: #333; color: #fff; }
.view_btn a { display: inline-block; position: relative; }
.view_btn .a_bg { width: 88px; height: 45px; display: flex; justify-content: center; align-items: center; border-radius: 60px; background: var(--sh-black); font-weight: 600; transition: all 0.5s; }
.view_btn a .label { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%; text-align: center; color: #FEFCF7; font-weight: 400; }
.view_btn a:hover .a_bg { scale: 1.05; }
.view_btn a:hover .label { animation: play_a 0.5s forwards linear; }

.view_btn_admin { text-align: right; }
.view_btn_admin a { display: inline-block; padding: 12px 23px; margin-left: 5px; background: var(--sh-black); color: #fefcf7; border-radius: 50px; }
.view_btn_admin a.newb { background: #333; color: #fff; }



.textareabox { padding: 4px; border: 1px solid #aaa; border-right: 1px solid #EEE; border-bottom: 1px solid #EEE; width: 100%; word-break: break-all; }
.filebox { height: 22px; border: 1px solid #aaa; border-right: 1px solid #EEE; border-bottom: 1px solid #EEE; }

/* view.php info_scrap info_trackback */

.if_frame { width: 100%; height: 480px; display: block; /*border-bottom: 2px solid #555; */margin-top: 17px; }
.if_left { width: 75%; height: 480px; float: left; }
.if_right { width: 20%; float: right; margin-left: 16px; height: 470px; /*border-bottom: 1px solid #e8e8e8; */; }
.if_right div { margin-bottom: 7px; border-bottom: 1px solid #e8e8e8; }
.if_right div a { text-decoration: none; }
.if_txt { font-size: 18px; font-weight: bold; padding: 18px 0 6px 8px; }



.movie_box { padding: 10px; text-align: center; }
.view_image { text-align: center; }
.view_image img { overflow: hidden; max-width: 100%; height: auto; border-radius: 20px; }
#writeContents { word-break: break-all; min-height: 100px; }
#bo_v_img { display: none; }
/*#writeContents { word-break: break-all; padding: 10px; min-height: 100px; }*/

.fileLink { border-bottom: 1px solid #e8e8e8; padding: 10px 0; }
.fileLink * { list-style: none; padding: 0; margin: 0; }
.fileLink li { line-height: 20px; }
.fileLink .info_file li { background: url(./img/icon_file.gif) 5px center no-repeat; padding-left: 25px; font: normal 8pt; }
.fileLink .info_link li { background: url(./img/icon_link.gif) 5px center no-repeat; padding-left: 25px; font: normal 8pt; }
.fileLink a { color: #666; }
.fileLink span { padding-left: 10px; }
.fileLink span.file_size { color: #999; }
.fileLink span.file_hit { color: #F60; }
.fileLink span.link_hit { color: #06f; }


#bo_v_con { margin: 30px 0; width: 100%; line-height: 1.7em; word-break: break-all; }
#bo_v_con a { color: #000; text-decoration: underline; }
#bo_v_con img { max-width: 100%; height: auto; }


#bo_cate h2 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
#bo_cate ul { margin-bottom: 30px; padding-left: 1px; width: 100%; display: flex; flex-wrap: wrap; }
#bo_cate li { padding-bottom: 10px; }
/*#bo_cate li:first-child { display: none; }*/
#bo_cate a { cursor: pointer; color: var(--sh-black); display: block; padding: 4px 0; margin: 0 17.5px; }
#bo_cate a:focus,
#bo_cate a:hover,
#bo_cate a:active { text-decoration: none; }
#bo_cate #bo_cate_on { z-index: 2; padding: 7px 15px; background: var(--sh-black); border-radius: 50px; color: #fff; }
/* view_comment.skin.php */

/* 게시판 댓글 */
.cmt_btn { background: url('./img/cmt_btn.png') no-repeat 85px 8px; text-align: left; width: 100%; border: 0; font-weight: bold; font-size: 1.25em; margin: 30px 0 0px; padding: 0 0 10px; }
.cmt_btn_op { background: url('./img/cmt_btn.png') no-repeat 85px -23px; }
#bo_vc {}
#bo_vc h2 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
#bo_vc article { margin: 20px 0; position: relative; }
#bo_vc article .profile_img img { border-radius: 50%; }
#bo_vc header {}
#bo_vc header::after { display: block; visibility: hidden; clear: both; content: ""; }
#bo_vc header .icon_reply { position: absolute; top: 15px; left: -20px; }
#bo_vc .member,
#bo_vc .guest,
#bo_vc .sv_member,
#bo_vc .sv_guest { font-weight: bold; }
.bo_vc_hdinfo { float: right; font-style: italic; color: #777; font-size: 11px; }
#bo_vc h1 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
#bo_vc .cmt_contents { padding: 15px; margin: 10px 0 0; background: #f8fafb; border-radius: 5px; border: 1px solid #e8e8e8; line-height: 1.8em; }
#bo_vc p a { text-decoration: underline; }
#bo_vc p a.s_cmt { text-decoration: underline; color: #ed6479; }
#bo_vc_empty { margin: 0; padding: 80px 0 !important; color: #777; text-align: center; }
#bo_vc #bo_vc_winfo { float: left; }

.bo_vc_act { text-align: right; margin: 0; list-style: none; zoom: 1; }
.bo_vc_act::after { display: block; visibility: hidden; clear: both; content: ""; }
.bo_vc_act li { display: inline-block; }
.bo_vc_act li a { padding: 0 5px; line-height: 23px; }

.bo_vc_w { position: relative; margin: 10px 0; display: block; }
.bo_vc_w::after { display: block; visibility: hidden; clear: both; content: ""; }
.bo_vc_w h2 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
.bo_vc_w #char_cnt { display: block; margin: 0 0 5px; }
.bo_vc_w textarea { border: 1px solid #ccc; background: #fff; color: #000; vertical-align: middle; border-radius: 3px; padding: 5px; width: 100%; height: 120px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
#wr_secret {}
.bo_vc_w_info { margin: 10px 0; float: left; }
.bo_vc_w_info::after { display: block; visibility: hidden; clear: both; content: ""; }
.bo_vc_w_info .frm_input { float: left; margin-right: 5px; }
.bo_vc_w_info #captcha { padding-top: 10px; display: block; clear: both; }
.bo_vc_w .btn_confirm { float: right; margin-top: 10px; }
.bo_vc_w .btn_confirm label { display: inline-block; margin-right: 10px; border-radius: 3px; font-size: 1.5em; text-align: center; }
.bo_vc_w .btn_submit { height: 45px; padding: 0 20px; border-radius: 3px; font-weight: bold; font-size: 1.083em; }
.bo_vc_w_wr::after { display: block; visibility: hidden; clear: both; content: ""; }

#bo_vc_send_sns { display: inline-block; float: left; }
#bo_vc_sns { display: inline-block; margin: 0; padding: 0; list-style: none; zoom: 1; }
#bo_vc_sns::after { display: block; visibility: hidden; clear: both; content: ""; }
#bo_vc_sns li { float: left; margin: 0 5px 0 0; }
#bo_vc_sns .sns_li_f { border-radius: 3px; background: #3a589b; height: 40px; line-height: 40px; padding: 0 0 0 10px; }
#bo_vc_sns .sns_li_t { border-radius: 3px; background: #00aced; height: 40px; line-height: 40px; padding: 0 0 0 10px; }
#bo_vc_sns .sns_li_off { background: #bbb; }
#bo_vc_sns a { display: inline-block; padding: 0 15px 0 5px; }
#bo_vc_sns input { margin: 0 5px 0 0}



table.tb_order { width: 100%; border-collapse: collapse; padding: 0; margin: 0; }
table.tb_order th,
table.tb_order td { padding: 10px; border: 1px solid #d7d7d7; text-align: left; }
table.tb_order th { padding: 10px 0 10px 20px; width: 15%; text-align: left; border-bottom: 1px solid #d9d9d9; background: #f7f7f7; }


/* 이전글, 다음글2 시작*/
.view_btn_ne_pr { border-top: 1px solid #333; margin-top: 20px; padding-top: 5px; padding-bottom: 5px; background: url('/img/view_bar.png') no-repeat center 50%; }
.view_btn_ne_pr::after { width: 100%; display: block; clear: both; content: ''; }
.vb_pre { float: left; width: 48%; padding: 10px 0; }
.vb_nex { float: right; width: 48%; text-align: right; padding: 10px 0; font-size: 15px; }
.vb_pre span { display: inline-block; border-right: 1px solid #eee; margin-right: 15px; padding-right: 20px; height: 13px; line-height: 13px; }
.vb_nex span { display: inline-block; border-left: 1px solid #eee; margin-left: 15px; padding-left: 20px; height: 13px; line-height: 13px; }
.vb_pre a { display: inline-block; font-size: 15px; width: 80%; }
.vb_nex a { display: inline-block; font-size: 15px; width: 80%; }
/* 이전글, 다음글2 끝 */

/* 게시판 헤더 4*/
.view_title4 { border-top: 2px solid #000; border-bottom: 1px solid #aaa; padding: 20px 0; }
.view_title4 h3.subject4 { font-weight: 600; font-size: 18px; color: #000; margin-bottom: 10px; }

.view_title4 ul.write_info4 {}
.view_title4 ul.write_info4::after { clear: both; width: 100%; content: ''; display: block; }
.view_title4 ul.write_info4 li { display: inline-block; padding: 0 0; margin: 0; margin-right: 20px; font-size: 13px; list-style: none; padding: 0; }
.view_title4 ul.write_info4 li.info_name4 em { color: #888; font-style: normal; font-size: 10px; }
/* 게시판 헤더 4*/


.gall_checkbox { position: absolute; top: 5px; left: 5px; z-index: 99; }

.write_div { margin: 10px 0; position: relative; }


.nopost { line-height: 120px; text-align: center; }

.sub_wrap { width: 100%; height: 100%; }
.board_visual { width: 100%; height: 80vh; display: block; background: var(--bg); position: fixed; top: 0; z-index: -1; }
.board_visual::after { display: block; content: ''; background: url(/images/logo_bg.png) no-repeat top / 100%; position: fixed; width: 100%; height: 80vh; top: 0; opacity: 0.03; }

.board_txt { text-align: center; }
.board_txt h1 { color: var(--sh-black); font-weight: 700; padding: 320px 0 170px; }
.board_txt p { color: var(--sh-black); display: flex; align-items: center; justify-content: center; padding-bottom: 25px; /* padding-top: 150px; */ }
.board_txt p img { padding-left: 10px; filter:grayscale(1)}

.total_board_list_wrap,
.total_board_view_wrap { background: #fcfcfc; width: 100%; border-radius: 20px; position: relative; margin: 0 auto; z-index: 1; padding: 140px 0 0; min-height: 800px; display: flex; justify-content: space-between; flex-direction: column; box-shadow: 0 35px 35px rgba(224, 173, 11, 0.6); }
.total_board_list_wrap > h1 { color: var(--sh-black); font-weight: 700; text-align: center; }

.total_board_list_wrap.noticeWrap { border-radius: 0; }

.view_visual { width: 100%; height: 100vh; display: block; background: #FFDD70; position: fixed; top: 0; z-index: -1; }
.view_txt { text-align: center; padding: 210px 0 140px; color: var(--sh-black); }
.view_txt h1 { font-weight: 700; }
.view_txt h2 { padding: 10px 0; font-weight: 700; }


@media (max-width:1400px){
	.s43 .left .half_inner,
	.s43 .right .half_inner { padding:0 4%; }
}
@media (max-width:1280px){
	.total_board_list_wrap,
	.total_board_view_wrap { padding: 200px 0 0; }
	.view_txt { padding: 180px 0 110px; }
	.board_txt h1 { padding: 250px 0 150px; }
	.board_txt p { padding-top: 130px; }
	.s43 .left { padding: 80px 0; }
	.s43 .right { padding: 80px 0; }
	.s43_2 { padding: 120px 0; }
	.s43_2 .left li h2 { padding-bottom: 20px; }
	.view_btn { padding: 80px 0; }
	.board_newgallery li { width: 31.8%; }
	.board_newgallery li:nth-child(4n) { margin: 0 2.2% 2.2% 0; }
	.board_newgallery li:nth-child(3n) { margin: 0 0 2.2% 0; }

	.board_newgallery li .image a { height: 200px !important; }
	.board_newgallery li .image span { top: 20px; right: 20px; }
	.board_newgallery dl.info { padding: 20px; height: 130px; }
}
@media (max-width:1080px){
	.view_btn { padding: 60px 0; }
	.board_txt h1 { padding: 360px 0 130px; }
	.board_txt p { padding-top: 110px; }
	.s43 .left { padding: 60px 0; }
	.s43 .right { padding: 60px 0; }
	.s43 .right input[type="checkbox"] { margin: 0 5px 0 10px; }
	.s43_2 { padding: 90px 0; }
	.total_board_list_wrap,
	.total_board_view_wrap { padding: 60px 0 0; }
	.view_txt { padding: 150px 0 80px; }
	.board_newgallery li .image a { height: 180px !important; }
	.board_newgallery li .image span { top: 15px; right: 15px; }
	.board_newgallery dl.info { padding: 15px; height: 120px; }
}
@media (max-width:900px){
	.board_visual::after { /* background: url(./img/s30_bak2_mo.png) no-repeat top / 100%; */ }
	.board_visual::after {/* background:url(http://nenia.kr/theme/responsive_nenia/include/img/s30_bak2_mo.png) no-repeat top / 100%; */}
	.total_board_list_wrap,
	.total_board_view_wrap { padding: 150px 0 0; min-height: auto; border-radius: 20px 20px 0 0; }
	.board_txt h1 { padding: 250px 0 130px; }
	.view_txt { padding: 120px 0 50px; }
	.view_btn { padding: 40px 0; border-radius: 0; }
	.view_btn p { padding: 5px 0 15px; }
	.s43 .wrap { flex-direction: column; }
	.s43 .left { width: 100%; border-radius: 20px 20px 0 0; padding: 40px 0; }
	.s43 .left h1 { padding-bottom: 40px; }
	.s43 .right { width: 100%; border-radius: 0; padding: 40px 0; }
	.s43 .right li { padding-bottom: 20px; }
	.s43 .right li input[type="file"] { padding: 12px 0 14px 25px; }
	.s43 .right input[type="submit"] { width: 100px; height: 30px; }
	.s43_2 { padding: 60px 0; border-radius: 0; }
	.s43_2 .wrap { flex-direction: column; }
	.s43_2 .left { width: 100%; padding-right: 0; padding-bottom: 3%; }
	.s43_2 .left li h2 { padding-bottom: 10px; }
	.s43_2 .left li p { padding-bottom: 4px; }
	.s43_2 .right h2 { padding-bottom: 1 0px; }
	.s43_2 .right { width: 100%; }
	.s43_2 .right li p { padding-bottom: 4px; }
	.board_visual::after { display: block; /* background: url(../../images/sub/s31_bak2_mo.png) no-repeat top / 100%; */ }

	.board_newgallery li { width: 48.9%; }
	.board_newgallery li:nth-child(4n) { margin: 0 2.2% 2.2% 0; }
	.board_newgallery li:nth-child(3n) { margin: 0 2.2% 2.2% 0; }
	.board_newgallery li:nth-child(2n) { margin: 0 0 2.2% 0; }
	.board_newgallery li .image a { height: 160px !important; }
	.board_newgallery li .image span { top: 10px; right: 10px; }
	.board_newgallery dl.info { padding: 10px; height: 110px; }
}
@media (max-width:768px){
	#bo_sch { width: 5%; }
	#bo_sch .sch_input { padding: 0 15px; }
	#bo_cate a { margin: 0 12px; }
	.board_txt h1 {padding:330px 0 110px; }
	.board_txt p { padding-top: 90px; }
}
@media (max-width:500px){
	.total_board_list_wrap,
	.total_board_view_wrap { padding: 100px 0 0; }
	.view_txt { padding: 90px 0 20px; }
	.board_txt h1 {padding: 300px 0 90px; }
	.board_txt p { padding-top: 70px; }
	#bo_cate a { margin: 0 7px; }
	.s43 .left { padding: 20px 0; }
	.s43 .left h1 { padding-bottom: 20px; }
	.s43 .right { padding: 20px 0; }
	.s43_2 { padding: 30px 0; }
	.s43_2 .left { flex-direction: column; }
	.s43_2 .left li { margin-bottom: 20px; }
	.s43_2 .right ul { flex-direction: column; }
	.s43_2 .right li { margin-bottom: 20px; }
	.view_btn { padding: 20px 0; }
	.board_newgallery li .image a { height: 140px !important; }
	.board_newgallery li .image span { top: 5px; right: 5px; }
	.board_newgallery dl.info { padding: 5px; height: 100px; }
}