@charset "utf-8";

/* 필수 항목 */
.ess_itm {color:#f25953; padding-right:5px}

/* 검색 */
.BD_Top {position:relative; padding:15px 25px; border-top:1px solid #c8d1db; border-left:1px solid #c8d1db; border-bottom:1px solid #9298af; border-right:1px solid #9298af; border-radius:10px; overflow:hidden; }
.BD_Top .BD_total {float:left; line-height:30px; }
.BD_Top .BD_total select {height:30px; padding:2px; border:1px solid #c8d1db; }
.BD_Top .BD_srch {float:right; }
.BD_Top .BD_srch select {height:30px; padding:2px; border:1px solid #c8d1db; }
.BD_Top .BD_srch input {width:200px; height:28px; border:1px solid #c8d1db; }
.BD_Top .BD_srch button {width:80px; height:32px; line-height:32px; border:none; color:#fff; background:#394b61; }
.BD_Top .BD_srch .BD_term .inpTerm {color: black; font-weight: bold; height: 23px; width:120px; text-align: center; }
.BD_Top .BD_srch .BD_term button {padding-top:2px; margin-top:3px; width:50px}
/* 게시판 list */
.BD_list {position:relative; margin-top:10px; border-top:2px solid #0b4d93; }
.BD_list th {padding:13px 0 18px; font-size:14px; background:url("/images/co/na/pt_diagonal.png") repeat-x left bottom; }
.BD_list td {padding:10px 10px; font-family:"Dotum"; font-size:12px; color:#555; text-align:center; border-bottom:1px solid #b2b7c7; }
.BD_list td {padding:10px 10px; font-family:"Dotum"; font-size:12px; color:#555; border-bottom:1px solid #b2b7c7; }
.BD_list td a {width:90%; display:block; color:#333; }
.BD_list td a:hover,
.BD_list td a:active,
.BD_list td a:focus {text-decoration:underline; }
.ta_l {text-align:left !important; }

/* 학급홈페이지 게시판  list */
.clasHmpg_List {position:relative; margin-top:10px; border-top:2px solid #0b4d93; }
.clasHmpg_List th {padding:13px 0 18px; font-size:14px; background:url("/images/co/na/pt_diagonal.png") repeat-x left bottom; }
.clasHmpg_List td {padding:10px 10px; font-family:"Dotum"; font-size:12px; color:#555; border-bottom:1px solid #b2b7c7; }
.clasHmpg_List td {padding:10px 10px; font-family:"Dotum"; font-size:12px; color:#555; border-bottom:1px solid #b2b7c7; }

/* 첨부파일 */
/* .listFileDown {background:url('/images/co/na/down_icon.gif') no-repeat; } */
.popover {	position: absolute; z-index: 1060; background-color: #fff; border: 1px solid #ccc; border-radius: 6px; }
.popover.top {	margin-top: -10px}
.popover.right {margin-left: 10px}
.popover.bottom {margin-top: 10px}
.popover.left {	margin-left: -10px}
.popover-title {padding: 8px 14px; 	margin: 0; 	font-size: 14px; background-color: #f7f7f7; 	border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0 }
.popover-content {	padding: 9px 14px}
.popover>.arrow, .popover>.arrow:after {position: absolute; 	display: block; 	width: 0; height: 0; border-color: transparent; 	border-style: solid}
.popover>.arrow { border-width: 11px}
.popover>.arrow:after {	content: ""; border-width: 10px}
.popover.top>.arrow {bottom: -11px; 	left: 50%; 	margin-left: -11px; 	border-top-color: #999; 	border-top-color: rgba(0, 0, 0, .25); border-bottom-width: 0}
.popover.top>.arrow:after {	bottom: 1px; margin-left: -10px; content: " "; 	border-top-color: #fff; 	border-bottom-width: 0}
.popover.right>.arrow {	top: 50%; left: -11px; margin-top: -11px; border-right-color: #999; border-right-color: rgba(0, 0, 0, .25); 	border-left-width: 0}
.popover.right>.arrow:after {bottom: -10px; 	left: 1px; 	content: " "; 	border-right-color: #fff; 	border-left-width: 0}
.popover.bottom>.arrow {top: -11px; 	left: 50%; 	margin-left: -11px; 	border-top-width: 0; border-bottom-color: #999; 	border-bottom-color: rgba(0, 0, 0, .25)}
.popover.bottom>.arrow:after {top: 1px; 	margin-left: -10px; 	content: " "; border-top-width: 0; border-bottom-color: #fff}
.popover.left>.arrow {top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; 	border-left-color: #999; border-left-color: rgba(0, 0, 0, .25)}
.popover.left>.arrow:after { right: 1px; bottom: -10px; 	content: " "; border-right-width: 0; border-left-color: #fff}
/* 첨부파일 */

/* 페이징 */
.pagination {display: inline-block; padding-left: 0; margin:20px 0 0; border-radius: 3px; white-space: nowrap; font-family:Nanum}
.pagination > li {color: #7a878e}
.pagination > li {display: inline}
.pagination > li:first-child > a, .pagination > li:first-child > span {border-top-left-radius: 3px; border-bottom-left-radius: 3px}
.pagination > li:last-child > a, .pagination > li:last-child > span {border-top-right-radius: 3px; border-bottom-right-radius: 3px}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover{z-index:2; color:#23527c; background-color:#eee; border-color:#ddd}

.pagination .disabled > a, .pagination .disabled > span {box-shadow: none !important; color: #dbdee0 !important; }
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {color: #777 !important; cursor: not-allowed; background-color: #fff; border-color: #ddd; }

.pagination > li > a, .pagination > li > span {position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.4285; color: #7a878e; text-decoration: none; background-color: #fff;
   border: 1px solid #ddd}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {background-color: #25476a; border-color: #25476a; z-index:3; color:#fff !important; cursor:default}
/* 페이징 */

/* 페이징 */
.BD_paging {position:relative; margin-top:15px; font-size:13px; text-align:center; }
.BD_paging a {width:33px; line-height:33px; display:inline-block; margin-right:-1px; padding:0; color:#666; text-align:center; vertical-align:middle; border:1px solid #9298af; }
.BD_paging a.on {font-weight:400; color:#fff; text-decoration:underline; border-color:#0467b3; background:#0467b3; }

/* 게시판 VIew */
.BD_table {position:relative; margin-top:5px; border-top:2px solid #0083cb; overflow:hidden; }
.BD_table table {position:relative; width:100%; border-collapse:collapse; margin-left:-1px; }
.BD_table caption span {position:absolute; top:-9999px; overflow:hidden; height:0px; width:0px; }
.BD_table th {padding:13px 20px; color:#333; border-bottom:1px solid #bed8e2; font-weight:400; border-left:1px solid #bed8e2; background:#f6fcff; }
.BD_table th.title {padding:1rem; font-size:.95rem; border-bottom:1px solid #bed8e2; background:#fff; }
.BD_table td {padding:10px 20px; color:#444; border-left:1px solid #bed8e2; border-bottom:1px solid #bed8e2; }
.BD_table td.cont{height:10rem; line-height:1.6;}
.BD_table td ul.file li a {display:block; padding:2px 0 2px 24px; color:#444; background:url("/images/co/na/down_icon.gif") no-repeat left 3px; }
.BD_table td ul.file li a:hover,
.BD_table td ul.file li a:active,
.BD_table td ul.file li a:focus {text-decoration:underline; }
.BD_table td .input_txt {width:99%; height:26px; line-height:26px; border:1px solid #9298af; }
.BD_table td .write_txt {width:99%; height:350px; line-height:26px; border:1px solid #9298af; }

/* 포토갤러리 List 20170825 */
.photo_list {margin-top:10px; padding:10px 0; border-top:2px solid #0b4d93; border-bottom:1px solid #c8d1db; overflow:hidden; }
.photo_list ul {width:104%; margin-left:-1.5%; }
.photo_list ul li {width:30%; margin:10px 1.5%; float:left; }
.photo_list ul li a {display:block; text-align:center; padding:0 0 15px; border:1px solid #c8d1db; }
.photo_list ul li img {width:100%; height:200px; }
.photo_list ul li p {padding:13px 20px 5px; line-height:24px; font-size:16px; color:#111; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
.photo_list ul li span {display:block; font-size:13px; color:#888; }
.photo_list ul li span.btn_S {display:inline-block; *display:inline; zoom:1; margin:0; font-size:12px; color:#fff; line-height:20px; text-align:center; border-radius:3px; vertical-align:middle; -ms-touch-action:manipulation; touch-action:manipulation; border:1px solid transparent; white-space:nowrap; padding:0 8px; }

/* 포토갤러리 List2 (타이틀 + 내용) 20170825 */
.photo_list2 {margin-top:10px; border-top:2px solid #0b4d93; overflow:hidden; }
.photo_list2 ul li {padding: 20px 36px 65px; border-bottom:1px solid #c8d1db; }
.photo_list2 ul li a {position:relative; display:block; /* height:120px; */padding-left:27%; }
.photo_list2 ul li img {position:absolute; left:0; top:0; width:23%; height:120px; }
.photo_list2 ul li dt {line-height:40px; font-size:16px; color:#111; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
.photo_list2 ul li dd.txt {height:44px; font-size:14px; line-height:22px; color:#666; overflow-y: scroll; }
.photo_list2 ul li dd.date {margin-top:10px; font-size:13px; color:#888; /* margin-left: 80%; */float: right; /* height: 250px; *//* margin-bottom: 10px; */}
.photo_list2 ul li dd.date span {margin-left:10px; padding-left:10px;  background:url("/images/web/apple/board/bgReplyInfo.gif") no-repeat left center; }

/* 포토갤러리 뷰 */
.photo_top_list {position:relative; margin-top:20px; }
.photo_top_list ul {padding:15px 50px 0; overflow:hidden; }
.photo_top_list ul h3 span {float:right}
.photo_top_list ul li {width:100%; float:left; text-align:center; opacity:0.7; border-top:1px solid #b2b7c7; }
.photo_top_list ul li h3 {float:left}
.photo_top_list ul li.on {opacity:1; }
.photo_top_list .img {width:75%; height:600px; position:relative; margin-top:15px; text-align:center; }
.photo_top_list .btn_prev {position:absolute; left:0; top:50%; margin-top:-17px; display:block; width:33px; height:33px; text-indent:-10000em; font-size:0; border:1px solid #b2b7c7; background:url('/images/co/na/btn_page_l.gif') no-repeat; }
.photo_top_list .btn_next {position:absolute; right:0; top:50%; margin-top:-17px; display:block; width:33px; height:33px; text-indent:-10000em; font-size:0; border:1px solid #b2b7c7; background:url('/images/co/na/btn_page_r.gif') no-repeat; }


/* 포토갤러리 - 썸네일 페이지 뷰 */
.photo_thumb_list {position:relative; margin-top:30px; }
.photo_thumb_list ul {padding:15px 50px 0; overflow:hidden; }
.photo_thumb_list ul h3 span {float:right}
.photo_thumb_list ul li {width:100%; float:left; text-align:center; opacity:0.7; border-top:1px solid #b2b7c7; }
.photo_thumb_list ul li.on {opacity:1; }
.photo_thumb_list .thumbImg {width:50px; height:50px; position:relative; margin-top:15px; text-align:center; }
.thumbSlider .thumb_btn_prev {position:absolute; left: 280px; top:55px; margin-top:-17px; display:block; width:33px; height:33px; text-indent:-10000em; font-size:0; background:url('/images/co/na/btn_page_l.gif') no-repeat; }
.thumbSlider .thumb_btn_next {position:absolute; right: 280px; top:55px; margin-top:-17px; display:block; width:33px; height:33px; text-indent:-10000em; font-size:0; background:url('/images/co/na/btn_page_r.gif') no-repeat; }

/* 이전글 다음글 */
.BD_listNavi { clear:both; overflow:hidden; margin:20px 0; border:1px solid #999; border-left:0; border-right:0;  }
.BD_listNavi li { overflow:hidden; padding:15px 20px; background:url('/images/co/na/bgPrevList.gif') no-repeat 20px center; }
.BD_listNavi li a { display:block; color:#666; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
.BD_listNavi li.next { border-top:1px solid #d7d7d7; }
.BD_listNavi li.next a { background:url('/images/co/na/bgNextList.gif') no-repeat 20px center; }
.BD_listNavi li a strong { display:inline-block; padding:0 20px; }
.BD_listNavi li a span { display:inline-block; padding-left:20px; }

/* 공통 댓글 */
.BD_replyWrap { position:relative; margin-top:40px; }
.BD_boxReply { overflow:hidden; border:1px solid #b3bcc4; box-sizing:border-box; color:#707070; }
.BD_boxReply textarea {padding:8px; border:1px solid #abadb3; background:#fff; }
.BD_reply-head { overflow:hidden; padding:20px; color:#444; }
.BD_reply-head .info { overflow:hidden; }
.BD_reply-head .info span { float:left; display:block; font-size:0.9em; }
.BD_reply-head .info strong { margin-left:3px; color:#0072e6; line-height:160%; }
.BD_reply-head .info span.warning { float:right; font-family:'Nanum'; }

.BD_reply-head .write {position:relative;  overflow:hidden; }
.BD_reply-head .write textarea {width:84%; height:52px; }
.BD_reply-head .write button {position:absolute; right:0; top:0; width:13%; height:70px; display:block; overflow:hidden; text-align:center; color:#fff; font-size:14px; background:#0072e6; }
.BD_reply-head p { margin-top:10px; }
.BD_reply-head  p strong { margin:0 3px 0 0; color:#0072e6;  }
.BD_reply-body { overflow:hidden; padding:0 20px; border-top:1px dashed #cfd0d0; background:#f7f7f7;  }
.BD_reply-body ul li { position:relative; overflow:hidden; padding:15px 0; border-top:1px solid #cfd0d0; }
.BD_reply-body ul li:first-child { border-top:0; }
.BD_reply-body ul li .user a { color:#222; font-weight:bold; }
.BD_reply-body ul li .user span { margin-left:15px; padding-left:15px; font-size:12px; background:url('/images/co/na/bgReplyInfo.gif') 0 center no-repeat; }
.BD_reply-body ul li div { padding-top:10px; }

.BD_reply-body ul li div p { width:80%; padding:0; line-height:160%; float:left; }
.BD_reply-body ul li div .btn {width:13%; height:50px; float:right; overflow:hidden; text-align:center; color:#fff; font-size:14px; background:#394b61;  }
.BD_reply-body ul li div textarea {width:84%; height:32px; float:left; }
.BD_reply-body .btnMore { margin-top:10px; background:url('/images/co/na/bgReplyMore.gif') center 0 no-repeat; }
.BD_reply-body .btnMore a { display:block; line-height:50px; font-family:'NanumBold'; color:#333; text-align:center; }
.BD_reply-body .btnMore a img { margin-left:10px; }
.BD_reply-btn { position:absolute; right:20px; top:0; height:20px; font-family:'Nanum'; margin-top:0; padding-top:0; color:#666; }
.BD_reply-btn button { margin-left:8px; }
.BD_reply-btn .delete { padding-left:8px; background:url('/images/co/na/bgReplyBtn.gif') 0 center no-repeat; }
.BD_reply-btn .cancel { color:#666;  }
.BD_noReply {text-align:center; padding:20px 10px 20px; font-family:'NanumBold'; }

/* 게시판 글쓰기 파일첨부 */
.BD_table .fileWrap { position:relative; }
.BD_table .fileWrap .file { display:block; padding-right:93px; }
.BD_table .fileWrap .file input { padding:0 5px; height:25px; width:97%; border:1px solid #9298af; }
.BD_table .fileWrap .fileBg { position:absolute; right:17px; top:0; width:65px; height:27px; display:inline-block; background:url('/images/co/na/btnFileSearch.gif') no-repeat 0 center; }
.BD_table .fileWrap .fileBg input { opacity:0; width:65px; height:27px; cursor:pointer; }
.BD_table .fileWrap + .fileWrap { margin-top:10px; }

/* 버튼스타일 1 */
.btn_st {overflow:hidden}
.btn_st a {display:inline-block; line-height:20px; padding:8px 15px; margin:1px; text-decoration:none; font-size:14px; font-family:'NanumSquareB'; text-align:center; color:#fff; border-bottom:1px solid #343848; border-right:1px solid #343848; background:#45495b; border-radius:3px; }
.btn_st a:hover {text-decoration:underline; }
.btn_st a.blue {color:#fff; border-bottom:1px solid #1e5ebc; border-right:1px solid #1e5ebc; background:#2f71d2; }
.btn_st a.green {color:#fff; border-bottom:1px solid #3e9416; border-right:1px solid #3e9416; background:#52ae27; }
.btn_st a.yellow {color:#fff; border-bottom:1px solid #3e9416; border-right:1px solid #3e9416; background-color:#f0ad4e; border-color:#f0ad4e}
.btn_st a.red {background-color:#d9534f; border-color:#d9534f}

.btn_st a.line {padding:7px 15px 8px; color:#222; border:1px solid #9298af; background:#fff; }
.btn_st a.blue_l {padding:7px 15px 8px; color:#1e5ebc; border:1px solid #1e5ebc; background:#fff; }
.btn_st a.green_l {padding:7px 15px 8px; color:#42991a; border:1px solid #42991a; background:#fff; }

.btn_st a.mini {padding:2px 8px; font-family:"돋움",Dotum; font-size:12px; font-weight:bold; }

/* 기본입력 한국어 시작 */
.setKorea { ime-mode:active; }
/* 기본입력 한국어 끝 */

.bul { font-size:13px; color:#000; line-height:22px; letter-spacing:-1px; background:url("/images/ap/bul.png") no-repeat 0 4px; padding-left:22px} /* 블렛 */

/* 게시판+콘텐츠 간격조절 */
.ntt_con {margin-bottom:2.5rem !important}

/* 게시판 스타일 NEW :Start *****************************/
	/* 작성폼 input 기본스타일 */
	.inp_st {height:28px; line-height:28px; font-size:0.75rem; border:1px solid #ddd; }
	.inp_st[readonly] {width:30%; background:#eee; }

	/* 게시판 리스트 상단 */
	div + .bbs_srch{margin-top:1rem;}
	.bbs_srch {padding:0.8rem 1.5rem; font-size:0.8rem; color:#333; text-align:center; border:1px solid #bed8e2; background:#f6fcff; }
	.bbs_srch select, .bbs_srch input, .bbs_srch button {margin:1px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
	.bbs_srch select {min-width:7rem; }
	.bbs_srch select, .bbs_srch input{height:2rem; font-size:0.8rem; padding:0 0.5rem; line-height:2rem; vertical-align:middle; border:1px solid #ccc; }
	.bbs_srch input.inpTxt {width:35%; font-size:0.8rem; background:#fff; }
	.bbs_srch button{font-size:0.75rem; border-radius:1rem;}
	.bbs_srch button.btnSearch {position:relative; padding:0 1rem 0 2.15rem; line-height:2rem;color:#fff;vertical-align:middle;background: #00598a;overflow:hidden;transition:all 0.2s ease-out 0.1s;border-radius:1rem;}
	.bbs_srch button.btnSearch:before{content:"\e97a"; font-family: 'xeicon'; position:absolute; left:.75rem; top:1px; font-size:1rem; color:#fff;}
	.bbs_srch button.btnSearch:hover {background-color: #024063;}
	.bbs_srch button.btnInsert{position:relative; min-width:4.5rem; padding:0 .5rem; line-height:2rem; color:#fff; vertical-align:middle;background: #555;overflow:hidden;transition:all 0.2s ease-out 0.1s;border-radius:1rem;}

	.bbs_srch .period{font-weight: 400; margin-bottom:.25rem;}
	.bbs_srch .period em{width:7rem; text-align:right; padding-right:.25rem; display:inline-block;}
	.bbs_srch .period input{width:21%;}
	.bbs_srch .period span{display:inline-block; margin:0 3px;}

	.bbs_srch .dateSet{display:inline-block;}
	.bbs_srch .dateSet:after{content:""; clear: both; display:block;}
    .bbs_srch .dateSet p{position:relative; padding-right:2rem;}
    .bbs_srch .dateSet p:before{content:"\e9a0"; position: absolute; right:0; top:1px; width:2rem; height:2rem; line-height:2rem; font-size:1rem; font-family: 'xeicon'; border:1px solid #ccc; border-left:0; background:#eee; color:#8c8c8c;}
    .bbs_srch .dateSet p input{width:100%; }
    .bbs_srch .dateSet span{width:1rem; float:left; text-align:center;}
	.bbs_srch .opt_date{max-width:30rem; margin:0 auto 1rem;}
	.bbs_srch .opt_date span{vertical-align:middle; padding-right:.25rem;}

	/* 검색 filter */
	.bbs_filter h4{font-family: 'SCDream'; font-size:1rem; color:#000; margin:1rem 0; text-align:center;}
	.bbs_filter p.sub{font-size:0.8rem; color:#000; text-align:center;}
	.bbs_filter .bbs_box{padding:1rem 2rem; margin:1rem 0; background:#fff; text-align:left; font-size:0; line-height:0;}
	.bbs_filter .bbs_box label{display:inline-block; margin:0.25rem 0.5rem;}
	.bbs_filter .bbs_box input{margin:-1px 0.25rem 0 0;}
	.bbs_filter .titForm{overflow:hidden; width:100%; margin:0.25rem 0; font-size:0.9rem; line-height:1.4;}
	.bbs_filter .titForm dt{width:6.5rem; float:left; line-height:1.5rem; font-family: 'SCDream'; font-weight: 700; color:#000;}
	.bbs_filter .titForm dd{width:calc(100% - 6.5rem); float:left; line-height:1rem; font-size:0.75rem;}
	.bbs_filter .titForm.w50{width:calc(50% - 0.25rem); display:inline-block; vertical-align: top;}
	.bbs_filter .titForm.w50 + .titForm.w50{border-left:1px solid #ddd; padding-left:0.5rem; margin-left:0.5rem;}
	.bbs_filter .form{font-size:0.75rem; line-height:1.4;}

	/* 게시판 리스트 상단 버튼 스타일 */
	.bbs_Tbtn1 {display:inline-block; padding:0 1rem; line-height:2rem; color:#fff; vertical-align:middle; background:#000; }
	.bbs_Tbtn2 {display:inline-block; padding:0 1rem; line-height:2rem; color:#fff; vertical-align:middle; background:#3e4e6f; }
	.bbs_Tbtn3 {display:inline-block; padding:0 0.9rem; line-height:1.8rem; color:#000; font-weight:400; vertical-align:middle; border:2px solid #000; background:#fff; }
	.bbs_Tbtn4 {display:inline-block; padding:0 0.9rem; line-height:1.8rem; color:#3e4e6f; font-weight:400; vertical-align:middle; border:2px solid #3e4e6f; background:#fff; }


	/* 페이지 안내 */
	.pageinfo {position:relative; margin:1.5rem 0 0.25rem; line-height:1.5rem; color:#666; letter-spacing:0; font-size:0.8rem; overflow:hidden; }
	.pageinfo .pge_totle {float:left; }
	.pageinfo .pge_totle span + span:before{content:""; display:inline-block; width:1px; height:15px; vertical-align:middle; background:#ccc;  margin-right:12px;}
	.pageinfo .pge_num {float:right; font-weight:400; margin-top:0;}
	.pageinfo .pge_num strong{font-weight:600;}
	.pageinfo .pge_num span {display:inline-block; width:10px; height:10px; margin:0 2px; text-indent:-10000em; vertical-align:middle; background:url('/images/web/apple/board/bbs_pgeNum_se.png') no-repeat ; }
	.pageinfo p strong {color:#0035a1; font-weight:400; } /* color */
	.pageinfo p strong.pc_black {color:#222; font-weight:400; }
	.pageinfo select{display:inline-block; height:1.5rem; line-height:1.5rem; vertical-align:middle; border:1px solid #ddd; padding-left:.25rem; padding-right:.5rem;}


/* 게시판 리스트 :Start *****************************/
	/* 일반형게시판목록 - 스킨A */
	.bbs_ListA table {table-layout:fixed; line-height:1rem; color:#444; text-align:center; border-top:2px solid #0083cb; } /* color */
	.bbs_ListA table thead th {position:relative; padding:0.6rem 0.5rem; color:#222; font-weight:400; background:#f6fcff; border-bottom:1px solid #bed8e2; font-family:'SCDream'; font-weight:600;  }
	.bbs_ListA table thead th:before{content:""; position:absolute; left:0; top:30%; width:1px; height:40%; background:#ddd;}
	.bbs_ListA table thead th:first-child:before{display:none;}
	.bbs_ListA table tbody td {padding:0.5rem 0.5rem; border-bottom:1px solid #eaecf1; }
	.bbs_ListA table tbody tr:hover {background:#f9fafb; }
	.bbs_ListA table tbody td.bbs_tit {text-align:left; }
	.bbs_ListA table tbody td.bbs_tit a {display:block; line-height:1.25rem; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
	.bbs_ListA table tbody td.bbs_tit a i{vertical-align: unset;}
	.bbs_ListA table tbody td.bbs_tit a span.comment{font-size:.75rem; color:#666;}
	.bbs_ListA table tbody td.bbs_tit a:hover,
	.bbs_ListA table tbody td.bbs_tit a:focus {text-decoration:underline; }
	.bbs_ListA table tbody td.bbs_tit a:hover span.ico_answer,
	.bbs_ListA table tbody td.bbs_tit a:focus span.comment {text-decoration:none; }
	.bbs_ListA table tbody td.bbs_tit span.new {display:inline-block; width:1.2rem; height:1.2rem; margin-right:5px; line-height:1.2rem; text-align:center; color:#fff; font-size:14px; border-radius:50%;
		background: -moz-linear-gradient(right,  #90c320 0%, #0083cb 100%);
		background: -webkit-linear-gradient(right,  #90c320 0%,#0083cb 100%);
		background: linear-gradient(to right,  #90c320 0%,#0083cb 100%);
	}

	/* 첨부파일 레이어 */
	.file_lyrBox {position:relative; }
	.file_lyrBox .file_lyr {position:absolute; right:0; top:30px; max-width:150px; padding:5px 15px; text-align:left; border:2px solid #0083cb; background:#fff; z-index:2; }
	.file_lyrBox .file_lyr ul li {position:relative; padding:3px 0 3px 15px; font-size:0.75rem; background:url('/images/web/apple/board/ico_Vfile.png') no-repeat left 8px; }
	.file_lyrBox .file_lyr a {display:block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
	.file_lyrBox .file_lyr a:hover, .file_lyrBox .file_lyr a:focus {text-decoration:underline; }

	/* FAQ - 스킨A */
	.bbs_FaqA > li {border:1px solid #ccc; margin-top:2rem;}
	.bbs_FaqA > li:hover{border-color:#0282cb; }
	.bbs_FaqA > li + li{margin-top:.5rem; }
	.bbs_FaqA > li > a {position:relative; display:block; margin:1.1rem 1.5rem; padding-right:1.75rem; font-size:.9rem; font-weight:600; color:#888; font-family: 'SCDream'; line-height:1.5rem; }
	.bbs_FaqA > li > a:after {content:"\e936"; position:absolute; right:0; top:0; width:1.5rem; height:1.5rem; line-height:1.55rem; border-radius:50%; font-size:.9rem; color:#fff; text-align:center; background:#ccc; font-family: 'xeicon'; }
	.bbs_FaqA > li .cnt{position:relative; display:none; min-height:3.5rem; padding:1rem 0; margin:0 1.25rem; color:#111; border-top:1px solid #0282cb; overflow:hidden; }
	.bbs_FaqA > li .cnt .tit{overflow:hidden; margin-bottom:1rem; }
	.bbs_FaqA > li .cnt .tit h5{width:100%; font-family: 'SCDream'; line-height:1.5rem; font-size:1rem; font-weight:700; color:#3e4e6f; margin:.5rem 0; }
	.bbs_FaqA > li.faq > a:before {content:"Q"; display:inline-block; vertical-align: middle; color:#888888; font-size:1.1rem; padding-right:.75rem; margin-right:.75rem; line-height:1; border-right:3px solid #ccc; }
	.bbs_FaqA > li.faq .cnt{padding-left:2.5rem; }
	.bbs_FaqA > li.faq .cnt:before {content:"A"; position:absolute; left:.25rem; top:1rem; color:#0282cb; font-size:1.1rem; }
	.bbs_FaqA > li.faq .faqFile{display:block; font-size:14px; border-top:1px dashed #ccc; padding-top:1rem; margin-top:1rem; }
	.bbs_FaqA > li.faq .faqFile a{vertical-align:middle; }
	.bbs_FaqA > li.faq .faqFile strong{font-family:'SCDream'; font-size:.8rem; padding-right:.5rem; vertical-align:middle; }
	.bbs_FaqA > li.faq .faqFile span{display:inline-block; border:1px solid #ccc; background:#ccc; padding:0 .25rem; border-radius:.25rem; margin-left:.25rem; }
	.bbs_FaqA :after{-webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease; }

	/** active **/
	.bbs_FaqA > li.on{border-color:#0282cb; }
	.bbs_FaqA > li.on > a{color:#000; font-weight:700; }
	.bbs_FaqA > li.on > a:after{content:"\e930"; background:#0282cb; }
	.bbs_FaqA > li.on.faq > a:before{color:#0282cb; border-color:#0282cb; }

	/* 사진형게시판목록 */
	.bbs_img{border-top:2px solid #0083cb; }

	/* 사진형게시판목록 - 스킨A */
	.bbs_PhotoA{width:calc(100% + 2rem); margin-left:-1rem; padding-top:1rem;}
	.bbs_PhotoA:after {content:""; display:block; clear:both;}
	.bbs_PhotoA li {position:relative; width:calc(33.33% - 2rem); margin:0 1rem 2rem; float:left; color:#666;}
	.bbs_PhotoA li.noDate {width:100%; margin:0; padding-bottom:30px; float:none; text-align:center; border-bottom:1px dashed #cecece; }/* 게시글 없을경우 */
	.bbs_PhotoA li.new:after {content:"N"; display:block; position:absolute; left:0; top:0; width:40px; height:40px; line-height:40px; text-align:center; color:#fff; font-size:16px; font-weight:400;
	    background: -moz-linear-gradient(right,  #90c320 0%, #0083cb 100%);
		background: -webkit-linear-gradient(right,  #90c320 0%,#0083cb 100%);
		background: linear-gradient(to right,  #90c320 0%,#0083cb 100%);
	}
	.bbs_PhotoA li a {position:relative; display:block; border-bottom:1px solid #ccc; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease;}
	.bbs_PhotoA li a span {display:block;}
	.bbs_PhotoA li a .img {position:relative; height:210px; background:#dedee0; overflow:hidden;}
	.bbs_PhotoA li a .img img {position:relative; width:auto; height:100%; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease;}
	.bbs_PhotoA li a .img img.vertImg{width:100%; height:auto;}
	.bbs_PhotoA li a .img:before {content:""; display:block; position:absolute; left:50%; top:50%; width:70px; height:70px; margin:-35px 0 0 -35px; background:url('/images/web/apple/board/img_photo_plus.png') no-repeat; opacity:0; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease; z-index:2;}
	.bbs_PhotoA li a .cont{padding:1rem .5rem;}
	.bbs_PhotoA li a .cont > p {font-size:1.1rem; line-height:2rem; font-family: 'SCDream'; font-weight:400; color:#111; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
	.bbs_PhotoA li a .cont > span.txt{line-height:1.2rem; height:2.4rem; font-size:.8rem; overflow:hidden;}
	.bbs_PhotoA li a .cont > span.date {text-align:right; margin-top:.5rem;}
	.bbs_PhotoA li a .cont > span.rdcnt {position:absolute; right:10px; bottom:0; padding-left:20px; line-height:39px; background:url('/images/web/apple/board/ico_photo_rdcnt.png') no-repeat left center;}
	/** active **/
	.bbs_PhotoA li a:hover {border-color:#0083cb;}
	.bbs_PhotoA li a:hover p{color:#0083cb;}
	.bbs_PhotoA li a:hover .img img {opacity:0.8; /*transform:translateX(-50%) scale(1.1,1.1); -webkit-transform:translateX(-50%) scale(1.1,1.1);*/}
	.bbs_PhotoA li a:hover .img:before {opacity:1; transform:rotate(360deg);}

	/* 사진형게시판목록 - 스킨B */
	.bbs_PhotoB {border-top:2px solid #0083cb; }
	.bbs_PhotoB:after {content:""; display:block; clear:both;}
	.bbs_PhotoB li {position:relative; height:240px; padding:30px 0; border-bottom:1px solid #cecece;  font-size:0.75rem; color:#666;}
	.bbs_PhotoB li.noDate {height:30px; text-align:center; border-bottom:1px dashed #cecece; }/* 게시글 없을경우 */
	.bbs_PhotoB li.new:after {content:"N"; display:block; position:absolute; left:0; top:30px; width:40px; height:40px; line-height:40px; text-align:center; color:#fff; font-size:16px; font-weight:400; background:#f57f17;}
	.bbs_PhotoB li a {position:relative; display:block; height:100%; padding-left:350px;}
	.bbs_PhotoB li a span {display:block;}
	.bbs_PhotoB li a .img {position:absolute; left:0; top:0; width:320px; height:180px; background:#000; overflow:hidden;}
	.bbs_PhotoB li a .img img {position:relative; width:auto; height:100%; left:50%; top:50%; transform:translate(-50%, -50%); -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease;}
	.bbs_PhotoB li a .img img.vertImg{width:100%; height:auto;}
	.bbs_PhotoB li a:hover .img img {opacity:0.4; transform:translate(-50%, -50%) scale(1.1,1.1); -webkit-transform:translate(-50%, -50%) scale(1.1,1.1);}
	.bbs_PhotoB li a .img:before {content:""; display:block; position:absolute; left:50%; top:50%; width:70px; height:70px; margin:-35px 0 0 -35px; background:url('/images/web/apple/board/img_photo_plus.png') no-repeat; opacity:0; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease; z-index:2;}
	.bbs_PhotoB li a:hover .img:before {opacity:1; transform:rotate(360deg);}
	.bbs_PhotoB li a dl {position:relative; padding-top:40px; font-size:0.75rem; color:#666;}
	.bbs_PhotoB li a dl dt {font-size:20px; line-height:40px; font-weight:400; color:#333; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
	.bbs_PhotoB li a dl dd.cont {height:40px; line-height:1rem; overflow:hidden;}
	.bbs_PhotoB li a dl dd.util {position:absolute; left:0; top:10px; font-size:16px; color:#777;}
	.bbs_PhotoB li a dl dd.util span {position:relative; display:inline-block; margin:0 10px; padding-left:10px; color:#222;}
	.bbs_PhotoB li a dl dd.util span:before {content:""; display:block; position:absolute; left:0; top:7px; width:1px; height:10px; background:#cecece;}
	.bbs_PhotoB li a dl dd.util span:first-child {margin-left:0; padding-left:0;}
	.bbs_PhotoB li a dl dd.util span:first-child:before {display:none;}
	.bbs_PhotoB li a .more_view {position:absolute; left:350px; bottom:0; width:158px; height:48px; line-height:48px; text-align:center; font-size:13px;  font-weight:400; color:#333; border:1px solid #d9d9d9; overflow:hidden; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease;}
	.bbs_PhotoB li a:hover .more_view {color:#fff; border-color:#044ca4; background:#044ca4;}

	/* 사진형게시판목록 - 스킨C */
	.bbs_PhotoC:after {content:""; display:block; clear:both;}
	.bbs_PhotoC li {position:relative; border-bottom:1px solid #eee;}
	.bbs_PhotoC li.noDate {height:30px; text-align:center; border-bottom:1px dashed #cecece; }/* 게시글 없을경우 */
	.bbs_PhotoC li a {position:relative; display:block; overflow:hidden; padding:2rem 0; }
	.bbs_PhotoC li a .img {position:relative; width:290px; height:160px; float:left; background:#000; overflow:hidden;}
	.bbs_PhotoC li a .img img {position:relative; width:auto; height:100%; left:50%; top:50%; transform:translate(-50%, -50%); -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease;}
	.bbs_PhotoC li a .img img.vertImg{width:100%; height:auto;}
	.bbs_PhotoC li a .img:before {content:""; display:block; position:absolute; left:50%; top:50%; width:70px; height:70px; margin:-35px 0 0 -35px; background:url('/images/web/apple/board/img_photo_plus.png') no-repeat; opacity:0; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease; z-index:2;}
	.bbs_PhotoC dl {position:relative; width:calc(100% - 290px); padding-left:1.5rem; float:left; color:#444;}
	.bbs_PhotoC dt {font-size:1rem; line-height:40px; font-weight:400; color:#333; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
	.bbs_PhotoC li.new dt:before {content:"N"; display:inline-block; width:1.2rem; height:1.2rem; margin-right:5px; line-height:1.2rem; text-align:center; color:#fff; font-size:14px; border-radius:50%;
		background: -moz-linear-gradient(right,  #90c320 0%, #0083cb 100%);
		background: -webkit-linear-gradient(right,  #90c320 0%,#0083cb 100%);
		background: linear-gradient(to right,  #90c320 0%,#0083cb 100%);}
	.bbs_PhotoC dd.cont {height:auto; max-height:4.8rem; min-height:2.4rem; line-height:1.2rem; overflow:hidden;}
	.bbs_PhotoC dd.date {margin-top:10px; color:#666; font-size:.75rem;}
	.bbs_PhotoC dd.date span{padding-left:.5rem;}
	.bbs_PhotoC dd .rdcnt{float:right; padding-left:20px; background:url('/images/web/apple/board/ico_photo_rdcnt.png') no-repeat left center;}
	.bbs_PhotoC li a:hover{background:#f8fcff; }
	.bbs_PhotoC li a:hover .img img {opacity:0.4; transform:translate(-50%, -50%) scale(1.1,1.1); -webkit-transform:translate(-50%, -50%) scale(1.1,1.1);}
	.bbs_PhotoC li a:hover .img:before {opacity:1; transform:rotate(360deg);}
	.bbs_PhotoC li a:hover
	 dt{color:#00598a;}

	/* 영문 사진형게시판 추가 */
	/** 상단 슬라이드 **/
	.bbs_imgSlideWrap {position:relative;}
	#bbsimgSlider{ height:19rem; overflow:hidden;}
	.bbs_imgSlide{position:relative; width:70rem; margin:0 auto 4rem;}
	.bbs_imgSlide .item{width:100%; /*max-width:29.65rem;*/ padding: 0 1rem; }
	.bbs_imgSlide .item a{display:block; position:relative; background:#dedee0;}
	.bbs_imgSlide .item .img{width:100%; height:19rem; overflow:hidden;}
	.bbs_imgSlide .item .img img{position:relative; height:100%; width:auto; left:50%; transform: translateX(-50%) scale(1.3); -webkit-transform: translateX(-50%) scale(1.3); -ms-transform: translateX(-50%) scale(1.3);}
	.bbs_imgSlide .item .cont{position:absolute; left:0; bottom:0; width:100%; padding:.75rem 1.5rem; background:rgba(0, 0, 0, .7); color:#fff; opacity: 1;}
	.bbs_imgSlide .item .cont:before{content:""; position:absolute; right:1.25rem; top:1.1rem; width:47px; height:23px; background:url('/images/web/kodit/layout/ico_sitelink.png') no-repeat center top/contain;}
	.bbs_imgSlide .item .cont em{display:block; font-style:normal; font-weight: 600; font-size:1.2rem;}
	.bbs_imgSlide .item .cont p{height:2.7rem; font-size:.9rem; line-height:1.3rem; overflow:hidden; font-weight: 100; margin-right:3rem; letter-spacing: 0;}
	.bbs_imgSlide .slick-arrow{position:absolute; top:calc(50% - 4rem); width:3.5rem; height:3.5rem; border-radius:50%; background:rgba(0, 0, 0, .7); font-size:0; line-height:0; z-index:1; opacity: .5; transition: all .2s; -webkit-transition: all .2s; -ms-transition: all .2s;}
	.bbs_imgSlide .slick-arrow:before{font-family: 'xeicon'; color:#fff; font-size:1.8rem; line-height:3.4rem;}
	.bbs_imgSlide .slick-prev{left:0%; }
	.bbs_imgSlide .slick-next{right:0%; }
	.bbs_imgSlide .slick-prev:before{content:"\e906";}
	.bbs_imgSlide .slick-next:before{content:"\e907";}
	.bbs_imgSlide .control{text-align:center; margin-top:1.5rem; }
	.bbs_imgSlide .control > a{font-size:1.2rem; line-height:1.2rem; vertical-align: top;}
	.bbs_imgSlide .control > #bbsPlay{display:none;}
	.bbs_imgSlide .control .dots{display: inline-block;}
	.bbs_imgSlide .slick-dots{display:inline-block; margin-right:.5rem; vertical-align: middle;}
	.bbs_imgSlide .slick-dots li{display:inline-block; margin:0 2px;}
	.bbs_imgSlide .slick-dots li button{display:block; width:1rem; height:1rem; padding:0; margin:0; border-radius:50%; border:2px solid #ccc; text-indent:-9999em; overflow:hidden;}
	.bbs_imgSlide .cont, .bbs_imgSlide .item{transition: all .1s; -webkit-transition: all .1s;}
	/* active */
	.bbs_imgSlide .slick-arrow:hover,
	.bbs_imgSlide .slick-arrow:focus{opacity: 1;}
	.bbs_imgSlide .slick-dots li.slick-active button{background:#002b46; border-color:#002b46;}

	/** 리스트 **/
	.bbs_EngImg > li{width:calc(25% - 2rem); margin:0 1rem 2.5rem;}
	.bbs_EngImg > li a .img{height:170px;}
	.bbs_EngImg > li a .img img{width:auto; height:100%; left:50%; transform: translateX(-50%) scale(1.2); -webkit-transform: translateX(-50%) scale(1.2); -ms-transform: translateX(-50%) scale(1.2);}
	.bbs_EngImg > li a .cont{padding:.5rem .5rem 1.5rem;}
	.bbs_EngImg > li a .cont > p {font-size:.8rem; font-weight:200; letter-spacing:0; font-family: 'NotoSans';}

	/* 게시판 리스트 :End *****************************/


/* 게시판 View :Start *****************************/
	.bbs_ViewA > h3 {padding:20px 0; text-align:center; font-size:0.9rem; font-weight:400; color:#111; border-top:2px solid #0083cb; border-bottom:1px solid #e5e5e5; }
	.bbs_ViewA > h3 .comment {margin-right:5px; padding:3px 5px; vertical-align:middle; font-size:13px; font-weight:200; color:#fff; background:#53709a; }
	.bbs_ViewA .bbsV_data {padding:15px 0; line-height:0; font-size:0; text-align:center; border-bottom:1px dotted #e5e5e5; background:#f8f9fc; }
	.bbs_ViewA .bbsV_data li {position:relative; display:inline-block; padding:0 15px; font-size:0.75rem; line-height:1.4; }
	.bbs_ViewA .bbsV_data li:before {content:""; display:block; position:absolute; left:0; top:4px; width:1px; height:10px; background:#b7b7b7; }
	.bbs_ViewA .bbsV_data li:first-child:before {display:none; }
	.bbs_ViewA .bbsV_data li strong {margin-right:10px; color:#111; font-weight:400; }

	.bbs_ViewA .bbsV_cont {position:relative; margin:50px 0; z-index:0; word-break:break-word;}
	.bbs_ViewA .bbsV_cont img {max-width:100%; } /* 뷰페이지 큰 이미지 출력시 가로 스크롤 방지 */

	/* 뷰페이지 에디터로 글 작성시 common.css 영향 받는 스타일 수정 */
	.bbs_ViewA .bbsV_cont ul:not([class^="list_"]) {margin-left:20px;list-style-type:disc;}
	.bbs_ViewA .bbsV_cont ul:not([class^="list_"]) li {list-style-type:disc;}
	.bbs_ViewA .bbsV_cont ol:not([class^="list_"]){margin-left:20px; list-style-type:decimal; }
	.bbs_ViewA .bbsV_cont ol:not([class^="list_"]) li {list-style-type:decimal; }
	.bbs_ViewA .bbsV_cont b {font-weight:bold; }
	/*.bbs_ViewA .bbsV_cont i { font-style:italic; }*/

	/* 동영상게시판일 경우 */
	.bbsV_cont .video_wrap {margin-bottom:1.5rem; text-align:center;}
	.bbsV_cont .video_wrap video{max-width:100% !important; height:auto !important;}

	/* 사진게시판일 경우 */
	.bbsV_cont .slider-view {width:100%; margin-bottom:20px; overflow:hidden; text-align:center;}
	.bbsV_cont .slider-view .slick-slide { float:left; width:100%; height:auto; min-height:1px; vertical-align:middle; text-align:center; z-index:49 !important;  }
	.bbsV_cont .slider-view .slick-slide.slick-current{z-index:50 !important;}
	.bbsV_cont .slider-view .slick-slide.slick-current img {max-width:100%; }

	.bbsV_cont .slider-nav {display:none; position:relative; height:174px; margin:20px 0; line-height:0; font-size:0; border:2px solid #efefef; overflow:hidden; }
	.bbsV_cont .slider-nav .slick-list{margin:0 80px; }
	.bbsV_cont .slider-nav .slick-slide {display:inline-block; }
	.bbsV_cont .slider-nav .slick-slide a{position:relative; display:block; height:110px; margin:30px 20px; background:#eee; overflow:hidden; }
	.bbsV_cont .slider-nav .slick-slide img {position:absolute; width:auto; height:100%; left:50%; top:50%; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); }
	.bbsV_cont .slider-nav .slick-slide img.vertImg{width:100%; height:auto; }
	.bbsV_cont .slider-nav .slick-slide a:hover:after, .bbsV_cont .slider-nav .slick-slide a:focus:after {content:""; display:block; position:absolute; left:0; top:0; width:100%; height:100%; border:4px solid #c8d1db; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
	.bbsV_cont .slider-nav .slick-slide.slick-current a:after {content:""; display:block; position:absolute; left:0; top:0; width:100%; height:100%; border:2px solid #0083cb; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }

	.bbsV_cont .slider-nav .slick-arrow {display:block; position:absolute; top:50%; width:40px; height:40px; margin-top:-20px; border-radius:20px; text-indent:-9999em; overflow:hidden; z-index:2; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease; }
	.bbsV_cont .slider-nav .slick-prev {left:20px; background:#f2f2f2 url('/images/web/apple/board/bbsV_Photo_prev.png') no-repeat center; }
	.bbsV_cont .slider-nav .slick-next {right:20px; background:#f2f2f2 url('/images/web/apple/board/bbsV_Photo_next.png') no-repeat center; }
	.bbsV_cont .slider-nav .slick-prev:hover, .bbsV_cont .slider-nav .slick-prev:focus {background:#222 url('/images/web/apple/board/bbsV_Photo_prev_on.png') no-repeat center; }
	.bbsV_cont .slider-nav .slick-next:hover, .bbsV_cont .slider-nav .slick-next:focus { background:#222 url('/images/web/apple/board/bbsV_Photo_next_on.png') no-repeat center; }

	/* 첨부파일 */
	.bbsV_atchmnfl { font-size:0.75rem; line-height:24px; border-top:1px solid #cfcfcf; }
	.bbsV_atchmnfl + .bbsV_atchmnfl{border-top:0;}
	.bbsV_atchmnfl dl {position:relative; /* height:120px; */ padding-left:180px; border-bottom:1px solid #cfcfcf; }
	.bbsV_atchmnfl dt {position:absolute; left:0; top:0; width:180px; height:100%; font-weight:400; color:#111; text-align:center; background:#f7f7f7; }
	.bbsV_atchmnfl dt span {display:block; position:relative; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%);}
	.bbsV_atchmnfl dd {padding:10px 0 10px 20px; }
	.bbsV_atchmnfl dd ul {min-height:24px; overflow-y:auto; } /* max-height:76px; 제거 */
	.bbsV_atchmnfl dd ul.bbsV_file li{position:relative; padding:4px 0; line-height:1.2;}
	.bbsV_atchmnfl dd ul.bbsV_file li .file {display:inline-block; max-width:calc(100% - 8.5rem); color:#666; line-height:1.1rem; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
	.bbsV_atchmnfl dd ul.bbsV_file li .file:before{content:"\ea80"; display:inline-block; padding-right:.25rem; font-family: 'xeicon'; vertical-align: middle;}
	.bbsV_atchmnfl dd ul.bbsV_file li > *{vertical-align: middle;}
	.bbsV_atchmnfl dd ul.bbsV_file li > a{display:inline-block; width:25px; height:25px; border:1px solid #0078b8;}
	.bbsV_atchmnfl dd ul.bbsV_file li > a:first-of-type{margin-left:5px;}
	.bbsV_atchmnfl dd ul.bbsV_file li > a.viewer{background: url('/images/web/apple/board/ico_bbs_viewer.png') no-repeat center;}
	.bbsV_atchmnfl dd ul.bbsV_file li > a.download{background: url('/images/web/apple/board/ico_bbs_download.png') no-repeat center;}
	.bbsV_atchmnfl dd ul.bbsV_file li > a.brl{background: url('/images/web/apple/board/ico_brl_download.png') no-repeat center;}
	.bbsV_atchmnfl dd ul.bbsV_file li > span{padding-left:5px; font-size:13px; display:inline-block; margin-right:3px; color:#666;}
	.bbsV_atchmnfl dd ul.bbsV_file li > span em{font-weight: 400;}
	.bbsV_atchmnfl dd ul.bbsV_file li > a:hover,
	.bbsV_atchmnfl dd ul.bbsV_file li > a:focus {border-color:#333; background-color:#0078b8;}
	.bbsV_atchmnfl dd ul.bbsV_file li > a.viewer:hover,
	.bbsV_atchmnfl dd ul.bbsV_file li > a.viewer:focus {background-image: url('/images/web/apple/board/ico_bbs_viewer_on.png'); }
	.bbsV_atchmnfl dd ul.bbsV_file li > a.download:hover,
	.bbsV_atchmnfl dd ul.bbsV_file li > a.download:focus {background-image: url('/images/web/apple/board/ico_bbs_download_on.png'); }
	.bbsV_atchmnfl dd ul.bbsV_file li > a.brl:hover,
	.bbsV_atchmnfl dd ul.bbsV_file li > a.brl:focus {background-image: url('/images/web/apple/board/ico_brl_download_on.png'); }

	.bbsV_atchmnfl dd ul.bbsV_downCO li {position:relative; margin:3px 0 0; padding-right:80px; line-height:22px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
	.bbsV_atchmnfl dd ul.bbsV_downCO li span {margin-right:5px; }
	.bbsV_atchmnfl dd ul.bbsV_downCO li a {position:absolute; right:10px; top:0; display:block; padding:2px 10px; line-height:18px; font-size:13px; color:#fff; background:#99a3b0; }
	.bbsV_atchmnfl dd ul.bbsV_downCO li a:hover, .bbsV_atchmnfl dd ul.bbsV_downCO li a:focus {text-decoration:underline; background:#747f8c; }


	/* 사규 제개정 예고 첨부파일 문서뷰어 */
	.bbsV_atchmnfl2.bbsV_file > *{vertical-align: middle;}
	.bbsV_atchmnfl2.bbsV_file > a{display:inline-block; width:22px; height:22px; border:1px solid #0078b8;}
	.bbsV_atchmnfl2.bbsV_file > a.viewer{background: url('/images/web/apple/board/ico_bbs_viewer.png') no-repeat center;}
	.bbsV_atchmnfl2.bbsV_file > a:hover,
	.bbsV_atchmnfl2.bbsV_file > a:focus {border-color:#333; background-color:#0078b8;}
	.bbsV_atchmnfl2.bbsV_file > a.viewer:hover,
	.bbsV_atchmnfl2.bbsV_file > a.viewer:focus {background-image: url('/images/web/apple/board/ico_bbs_viewer_on.png');}


	/* 200402 게시글 이동 추가 */
	.bbsV_PostMove dl {position:relative; margin-top:20px; padding:20px 20px 20px 180px; border:1px solid #cfcfcf; background:#f7f7f7; }
	.bbsV_PostMove dl dt {position:absolute; left:0; top:20px; width:180px; line-height:40px; font-weight:400; color:#111; text-align:center; }
	.bbsV_PostMove dl dd {position:relative; padding-right:100px; }
	.bbsV_PostMove dl dd select {width:100%; height:40px; font-size:0.8rem; line-height:40px; vertical-align:middle; border:1px solid #ccc; }
	.bbsV_PostMove dl dd .btn_PostMove {position:absolute; right:0; top:0; display:block; width:93px; height:38px; text-align:center; color:#fff; line-height:38px; border:1px solid #27374a; background:#394b61; }

	/* 댓글 */
	.bbsV_answer{margin-top:20px;}
	.bbsV_answer .bbsV_answInfo {position:relative; padding:.75rem 1rem; border:1px solid #e5e5e5; background:#f8f9fc;}
	.bbsV_answer .bbsV_answInfo p { font-weight:400; font-size:0.8rem; color:#222; }
	.bbsV_answer .bbsV_answInfo p strong {color:#0083cb; font-weight: 400; }
	.bbsV_answer .bbsV_answInfo span {display:block; padding:5px 0 0 20px; line-height:20px; font-size:13px; background:url('/images/web/apple/board/bu_atte2.png') no-repeat left 7px; }

	/* 댓글 입력 폼 */
	.bbsV_answer .bbsV_answWrite {border:1px solid #e5e5e5; border-top:none; overflow:hidden; background:#f8f9fc;}
	.bbsV_answer .bbsV_answWrite .bbsV_byte{display:inline-block; line-height:2.5rem; padding:0 1rem;}
	.bbsV_answer .bbsV_answWrite .answer_nmpw {padding:10px 25px; overflow:hidden; }
	.bbsV_answer .bbsV_answWrite .answer_nmpw p label {margin-right:10px; font-weight:400; color:#222; }
	.bbsV_answer .bbsV_answWrite .answer_nmpw p input {width:178px; height:28px; line-height:28px; border:1px solid #e5e5e5; }
	.bbsV_answer .bbsV_answWrite .answer_nmpw p.answer_name {float:left; color:#333; font-weight:400; }
	.bbsV_answer .bbsV_answWrite .answer_nmpw p.answer_pw {float:right; }
	.bbsV_answer .bbsV_answWrite .answer_txt {padding:.5rem 1rem; border-bottom:1px solid #e5e5e5; background:#fff; }
	.bbsV_answer .bbsV_answWrite .answer_txt textarea {width:100%; height:60px; color:#666; border:none; }
	.bbsV_answer .bbsV_answWrite .btnRegist {display:inline-block; padding:15px 20px; float:right; line-height:1rem; color:#fff; background:#3e4e6f; }
	.bbsV_answer .bbsV_answWrite .btnRegist:hover, .bbsV_answer .bbsV_answWrite .btnRegist:focus {background:#00377b; }

	/* 댓글 :리스트 */
	.bbsV_answList {margin-top:20px; border-top:1px solid #e5e5e5; }
	.bbsV_answList > li {position:relative; padding:15px 0; border-bottom:1px solid #e5e5e5; color:#666;}
	.bbsV_answList > li dl dt {margin-bottom:10px; color:#333; font-weight:400; }
	.bbsV_answer .no_answer {color:#333; text-align:center; padding:15px 0; font-size:0.8rem; font-weight:400; border:1px solid #e5e5e5; border-top:none; background:url('/images/web/apple/board/pt_diagonalG50.png') repeat; }
	.bbsV_answList > li dl dd textarea{ width:100%; border:1px solid #ddd; }
	.bbsV_answList > li ul {position:relative; margin-top:15px; padding-left:30px; border-top:1px solid #e5e5e5; }
	.bbsV_answList > li ul:before{content:''; position:absolute; top:0; left:0; width:10px; height:100%; padding-bottom:15px; background:url('/images/web/apple/board/pt_diagonalg.png') repeat; border-radius:0 0 5px 5px; }
	.bbsV_answList > li ul li {position:relative; padding:15px 0; border-top:1px solid #e5e5e5; }
	.bbsV_answList > li ul li:first-child {border-top:0; }
	.bbsV_answList > li ul li dl dt {color:#274b9f; }

	/* 댓글 : 파일첨부 리스트 */
	.bbsV_answList > li ul.file_list{ padding-left:0; border:1px solid #ccc;}
	.bbsV_answList > li ul.file_list:before{display:none;}

	.bbsV_answList > li ul.file_list li > .file {display:inline-block; max-width:calc(100% - 4rem); font-size:14px; color:#666; line-height:1.1rem; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
	.bbsV_answList > li ul.file_list li > .file:before{content:"\ea80"; display:inline-block; padding-right:.25rem; font-family: 'xeicon'; vertical-align: middle;}

	.bbsV_answList > li ul.file_list li{background:#f9f9f9; padding:7px 10px; }
	.bbsV_answList > li ul.file_list li > *{vertical-align: middle;}
	.bbsV_answList > li ul.file_list li > a{display:inline-block; width:25px; height:25px; border:1px solid #0078b8;}
	.bbsV_answList > li ul.file_list li > a:first-of-type{margin-left:5px;}
	.bbsV_answList > li ul.file_list li > a.viewer{background:#fff url('/images/web/apple/board/ico_bbs_viewer.png') no-repeat center;}
	.bbsV_answList > li ul.file_list li > a.download{background:#fff url('/images/web/apple/board/ico_bbs_download.png') no-repeat center;}
	.bbsV_answList > li ul.file_list li > span{padding-left:5px; font-size:13px; display:inline-block; margin-right:3px; color:#999;}
	.bbsV_answList > li ul.file_list li > span em{font-weight: 400;}
	.bbsV_answList > li ul.file_list li > a:hover,
	.bbsV_answList > li ul.file_list li > a:focus {border-color:#333; background-color:#0078b8;}
	.bbsV_answList > li ul.file_list li > a.viewer:hover,
	.bbsV_answList > li ul.file_list li > a.viewer:focus {background-image: url('/images/web/apple/board/ico_bbs_viewer_on.png'); }
	.bbsV_answList > li ul.file_list li > a.download:hover,
	.bbsV_answList > li ul.file_list li > a.download:focus {background-image: url('/images/web/apple/board/ico_bbs_download_on.png'); }

	/* 댓글 :날짜 및 댓글달기, 수정, 삭제 버튼 */
	.bbsV_answList li .answ_etc {position:absolute; right:0; top:15px; font-size:0.75rem; color:#666}
	.bbsV_answList li .answ_etc span.date {padding:0 5px; }
	.bbsV_answList li .answ_etc button {position:relative; display:inline-block; width:24px; height:24px; padding:0; margin-left:5px; text-indent:-10000em; border:1px solid #c3c3c3; cursor: pointer;}
	.bbsV_answList li .answ_etc button:before{content:""; position:absolute; left:0; top:0; width:100%; height:100%; text-align:center; line-height:23px; font-family: 'xeicon'; text-indent: 0;}
	.bbsV_answList li .answ_etc button:hover,
	.bbsV_answList li .answ_etc button:focus {border:1px solid #111; }
	.bbsV_answList li .answ_etc .btn_answer_mn:before { content:"\e981"; }
	.bbsV_answList li .answ_etc .btn_updt_mn:before{ content:"\e9c3"; }
	.bbsV_answList li .answ_etc .btn_del_mn:before { content:"\e921"; }
	.bbsV_answList li .answ_etc .btn_cancel_mn:before { content:"\e906"; }
	.bbsV_answList li .answ_etc .btn_check_mn:before { content:"\e928"; }

	/* 댓글 :수정 및 댓댓글쓰기 */
	.bbsV_answList li .bbsV_answWrite { border-top:1px solid #e5e5e5; background:#f7f7f7; }
	.bbsV_answList li .bbsV_answWrite .btn_boxRight {float:right; overflow:hidden; }
	.bbsV_answList li .bbsV_answWrite .btn_boxRight button {display:block; float:left; padding:15px 20px; line-height:1rem; color:#fff; }
	.bbsV_answList li .bbsV_answWrite .btn_boxRight .btnModifi {background:#666; }
	.bbsV_answList li .bbsV_answWrite .btn_boxRight .btnModifi:hover,
	.bbsV_answList li .bbsV_answWrite .btn_boxRight .btnModifi:focus {background:#555; }
	.bbsV_answList li .bbsV_answWrite .btn_boxRight .btnCancel {background:#444; }
	.bbsV_answList li .bbsV_answWrite .btn_boxRight .btnCancel:hover,
	.bbsV_answList li .bbsV_answWrite .btn_boxRight .btnCancel:focus {background:#333; }

	/* 댓글 :수정 및 삭제 시 패스워드 입력 */
	.answer_updt {position:absolute; top:0; left:0; width:100%; height:100%; text-align:center; background:rgba(255,255,255,0.9); }
	.answer_updt p {margin:15px 0 5px; font-size:0.8rem; color:#111; font-weight:400; }
	.answer_updt input {width:200px; height:28px; line-height:28px; font-size:0.75rem; vertical-align:middle; border:1px solid #ccc; }
	.answer_updt .btnCnfirm {display:inline-block; padding:5px 25px 4px; color:#fff; vertical-align:middle; border:1px solid #25282d; background:#41464e; }
	.answer_updt .btnCancl {display:inline-block; padding:5px 25px 4px; color:#fff; vertical-align:middle; border:1px solid #7d8489; background:#92999e; }

	/* 다음글 이전글 */
	.bbsV_prne {margin-top:1rem; line-height:2.5rem; border-top:1px solid #cfcfcf; }
	.bbsV_prne li {position:relative; min-height:2.6rem; padding-left:180px; border-bottom:1px solid #cfcfcf; }
	.bbsV_prne li span {position:absolute; left:0; top:0; width:160px; height:100%; display:table; padding-left:20px; font-weight:400; color:#111; text-align:center; background:#f7f7f7 no-repeat 40px center; }
	.bbsV_prne li.next span {background-image:url('/images/web/apple/board/bbsV_next.png'); }
	.bbsV_prne li.prev span {background-image:url('/images/web/apple/board/bbsV_prev.png'); }
	.bbsV_prne li a {display:block; padding-left:20px; color:#666; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
	.bbsV_prne li a:hover, .bbsV_bbsV_prne li a:focus {color:#333; text-decoration:underline; }
/* 게시판 View : End *****************************/


/* 게시판 Write : START *****************************/
	/* 게시판 Write A */
	.bbs_WriteA {border-top:2px solid #0083cb; margin-top:1rem; color:#444;	}
	.bbs_WriteA table th {padding:.65rem .5rem; color:#111; font-family: 'SCDream'; font-weight:600; text-align:left; border-bottom:1px solid #eaecf1; background:#f9fafb; }
	.bbs_WriteA table td {padding:.65rem .5rem; line-height:1.5rem; border-bottom:1px solid #eaecf1; }
	.bbs_WriteA table td textarea {width:100%; height:300px; border:1px solid #ddd; }
	.bbs_WriteA table td input, .bbs_WriteA table td label {vertical-align:middle; }

	/* 동영상게시판 - 대표이미지 */
	.bbs_WriteA .preview{padding-top:.5rem;}
	.bbs_WriteA .preview .lst{ font-size:.75rem;}
	.bbs_WriteA .preview .lst + .lst{margin-top:.25rem;}
	.bbs_WriteA .preview .lst > a{padding:0 .15rem; margin-left:.25rem;}
	.bbs_WriteA .preview .lst > a i{font-size:13px; padding:0;}

	/* 게시판 Write B */
	.bbs_WriteB {border-top:2px solid #505c78; }
	.bbs_WriteB > li {position:relative; display:table; table-layout:fixed; width:100%; border-bottom:1px solid #eaecf1; }
	.bbs_WriteB > li dl.tblDL {display:table-row; width:100%; }
	.bbs_WriteB > li dl.tblDL dt,
	.bbs_WriteB > li dl.tblDL dd {display:table-cell; vertical-align:middle; }
	.bbs_WriteB > li dl.tblDL dt {width:20%; padding:13px 10px; color:#111; font-weight:400; text-align:left; background:#f9fafb; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
	.bbs_WriteB > li dl.tblDL dd {width:80%; padding:13px 10px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
	.bbs_WriteB > li.col2 dl.tblDL dd {width:30%; }
	.bbs_WriteB > li dl.tblDL dd textarea {width:100%; height:300px; border:1px solid #ddd; }
	.bbs_WriteB > li dl.tblDL dd input,
	.bbs_WriteB > li dl.tblDL dd label {vertical-align:middle; }
	.bbs_WriteB > li dl.bbsWFile2 {margin:13px 0; }

	/* 게시판 공통 :필수입력, ※ 표시, 파일첨부 */
	.essntl {margin:0 5px; color:#c81917; } /* 필수입력 */
	.bbs_atte {position:relative; padding-left:16px; font-size:0.75rem; }/* 부가설명 */
	.bbs_atte:before {content:"※"; display:block; position:absolute; left:0; top:0; }

	/* 게시판 글쓰기 본인인증 동의 */
	.userAgree{border:1px solid #0083cb; border-top:2px solid #0083cb; background:#edf6fb; padding:1rem 1.5rem;}
/* 게시판 Write : End *****************************/

/* 파일첨부 :Start *****************************/
	/* 파일첨부1 :Write */
	.bbsWFile {position:relative; }
	.bbsWFile input[type="file"]{position:absolute; width:1px; height:1px; padding:0; margin:-1px; border:0; clip:rect(0,0,0,0); overflow:hidden; }
	.bbsWFile input[readonly] {width:30%; background:#eee; }
	.bbsWFile label.bbsWBtn {cursor:pointer; display:inline-block; height:28px; padding:0 15px; line-height:28px; color:#555; border:1px solid #cdcdcd; background:#fff; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease; }
	.bbsWFile label.bbsWBtn:hover, .bbsWFile label.bbsWBtn:focus{color:#fff; border:1px solid #394b61; background:#394b61; }

	/* 파일첨부2 :Write */
	.bbsWFile2 {position:relative; }
	.bbsWFile2 dt {padding:10px 20px; font-size:17px; font-weight:400; color:#fff; background:#394b61; }
	.bbsWFile2 dd#fileListDiv {padding:10px 20px; border:1px solid #ddd; border-top:none; background:#f9fafb; }
	.bbsWFile2 dd#fileListDiv p.bbs_atte {padding-bottom:10px; }
	.bbsWFile2 dd#fileListDiv ul {min-height:50px; max-height:170px; padding:5px 10px; border:1px solid #ddd; background:#fff; overflow-y:auto; }
	.bbsWFile2 dd#fileListDiv ul li {position:relative; padding:5px 120px 5px 0; border-top:1px dotted #ddd; }
	.bbsWFile2 dd#fileListDiv ul li:first-of-type {border-top:none; }
	.bbsWFile2 dd#fileListDiv ul li span.fileName {display:block; color:#333; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
	.bbsWFile2 dd#fileListDiv ul li span.fileSize {position:absolute; right:25px; top:5px; font-size:0.75rem; color:#666; }
	.bbsWFile2 dd#fileListDiv ul li a.delete {display:block; position:absolute; right:0; top:10px; width:17px; height:17px; text-indent:-10000em; background:#58687b url('/images/web/apple/board/btn_bbsWFile_del.png') no-repeat center; border-radius:3px; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease; }
	.bbsWFile2 dd#fileListDiv ul li a.delete:hover, .bbsWFile2 dd#fileListDiv ul li a.delete:focus{background-color:#384350; }

	.bbsWFile2 dd#fileListDiv a.button_file {position:absolute; right:20px; top:7px; display:block; padding:4px 10px; color:#fff; font-size:0.75rem; border:1px solid #fff; border-radius:3px; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease; }
	.bbsWFile2 dd#fileListDiv a.button_file:hover, .bbsWFile2 dd#fileListDiv a.button_file:focus {color:#222; background:#fff; }

	.bbs_progress { position:relative; font-family:"NotoSans"; font-size:14px; color:#333; height:8px; margin:15px 50px 0 0; background:#f7f7f7; border:1px solid #ddd; border-radius:5px;}
	.bbs_progress .bar {position:absolute; top:-1px; left:-1px; background-color:#0081dd; width:0; height:8px; border-radius:5px 0 0 5px;}
	.bbs_progress .percent { position:absolute; top:-5px; right:-50px; color:#0081dd; font-weight:600;}

/* 파일첨부 :End *****************************/

/* 게시판 버튼 공통 :Start *****************************/
	.btn_bbs {margin:20px 0; text-align:center; }
	.btn_bbs a {display:inline-block; margin:2px; padding:12px 30px; line-height:24px; font-size:0.8rem; color:#fff; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease; }
	.btn_bbs a span {position:relative; display:block; }
	.btn_bbs a span:before{content:''; position:absolute; bottom:0; left:50%; width:0px; height:1px; background:#fff; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease; }
	.btn_bbs a:hover span:before {content:''; position:absolute; bottom:0; left:50%; width:100%; height:1px; margin-left:-50%; }

	.btn_bbs a.btn_bbs_Write {padding-left:55px; border:1px solid #007367; background:#00897b url('/images/web/apple/board/btn_bbs_write.png') no-repeat 30px center; }
	.btn_bbs a.btn_bbs_Write:hover, .btn_bbs a.btn_bbs_Write:focus {background-color:#007367; }
	.btn_bbs a.btn_bbs_List {padding-left:55px; border:1px solid #00377b; background:#3e4e6f url('/images/web/apple/board/btn_bbs_list.png') no-repeat 30px center; }
	.btn_bbs a.btn_bbs_List:hover, .btn_bbs a.btn_bbs_List:focus {background-color:#00377b; }
	.btn_bbs a.btn_bbs_Del {padding-left:55px; border:1px solid #27374a; background:#394b61 url('/images/web/apple/board/btn_bbs_del.png') no-repeat 30px center; }
	.btn_bbs a.btn_bbs_Del:hover, .btn_bbs a.btn_bbs_Del:focus {background-color:#27374a; }

	.btn_bbs a.btn_bbs_Bas {border:1px solid #5a6271; background:#727a88; }
	.btn_bbs a.btn_bbs_Bas:hover, .btn_bbs a.btn_bbs_Bas:focus {background:#5a6271; }
	.btn_bbs a.btn_bbs_BasL {padding:11px 29px; color:#444; border:2px solid #5a6271; background:#fff; }
	.btn_bbs a.btn_bbs_BasL:hover, .btn_bbs a.btn_bbs_BasL:focus {color:#3e4e6f; border-color:#3e4e6f; background:#f7f7f7; }
	.btn_bbs a.btn_bbs_BasL span:before {background:#3e4e6f; }
/* 게시판 버튼 공통 :End *****************************/


/* 페이징 :Start *****************************/
	/* 페이징 - 스킨A */
	.bbs_pagerA {margin:20px 0; text-align:center; line-height:0; font-size:0; }
	.bbs_pagerA a, .bbs_pagerA span, .bbs_pagerA strong {display:inline-block; margin:0 2px; border-radius:50%; vertical-align:middle; }
	.bbs_pagerA div {display:inline-block; margin:0 0.25rem; }
	.bbs_pagerA .bbs_arr {width:38px; height:38px; line-height:38px; text-indent:-10000em; border:1px solid #bfbfbf; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease; }
	.bbs_pagerA .bbs_arr:hover, .bbs_pagerA .bbs_arr:focus {background-color:#f7f7f7; border-color:#b1b1b1; }
	.bbs_pagerA .bbs_arr.pgeL1:hover, .bbs_pagerA .bbs_arr.pgeL1:focus, .bbs_pagerA .bbs_arr.pgeL2:hover, .bbs_pagerA .bbs_arr.pgeL2:focus {background-position:-3px center; }
	.bbs_pagerA .bbs_arr.pgeR1:hover, .bbs_pagerA .bbs_arr.pgeR1:focus, .bbs_pagerA .bbs_arr.pgeR2:hover, .bbs_pagerA .bbs_arr.pgeR2:focus {background-position:3px center; }
	.bbs_pagerA .pgeL1 {background:url('/images/web/apple/board/bbs_PAarrL1.png') no-repeat center; }
	.bbs_pagerA .pgeL2 {background:url('/images/web/apple/board/bbs_PAarrL2.png') no-repeat center; }
	.bbs_pagerA .pgeR1 {background:url('/images/web/apple/board/bbs_PAarrR1.png') no-repeat center; }
	.bbs_pagerA .pgeR2 {background:url('/images/web/apple/board/bbs_PAarrR2.png') no-repeat center; }
	.bbs_pagerA .bbs_pge_num {min-width:40px; height:40px; line-height:40px; font-size:0.8rem; }
	.bbs_pagerA .bbs_pge_num:hover, .bbs_pagerA .bbs_pge_num:focus {color:#555; background:#ededed; }
	.bbs_pagerA strong.bbs_pge_num, .bbs_pagerA strong.bbs_pge_num:hover, .bbs_pagerA strong.bbs_pge_num:focus {color:#fff; font-weight:400; background:#3e4e6f; } /* color */

	/* 페이징 - 스킨B */
	.bbs_pagerB {margin:20px 0; text-align:center; line-height:0; font-size:0; }
	.bbs_pagerB a, .bbs_pagerB span, .bbs_pagerB strong {display:inline-block; padding:0; margin:0; vertical-align:middle; }
	.bbs_pagerB div {display:inline-block; margin:0 5px; border:1px solid #bfbfbf; }
	.bbs_pagerB .bbs_arr {width:33px; height:33px; margin:0 2px; line-height:33px; text-indent:-10000em; border:1px solid #bfbfbf; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease; }
	.bbs_pagerB .bbs_arr:hover, .bbs_pagerB .bbs_arr:focus {background-color:#f7f7f7; border-color:#b1b1b1; }
	.bbs_pagerB .bbs_arr.pgeL1:hover, .bbs_pagerB .bbs_arr.pgeL1:focus, .bbs_pagerB .bbs_arr.pgeL2:hover, .bbs_pagerB .bbs_arr.pgeL2:focus {background-position:-3px center; }
	.bbs_pagerB .bbs_arr.pgeR1:hover, .bbs_pagerB .bbs_arr.pgeR1:focus, .bbs_pagerB .bbs_arr.pgeR2:hover, .bbs_pagerB .bbs_arr.pgeR2:focus {background-position:3px center; }
	.bbs_pagerB .pgeL1 {background:url('/images/web/apple/board/bbs_PBarrL1.png') no-repeat center; }
	.bbs_pagerB .pgeL2 {background:url('/images/web/apple/board/bbs_PBarrL2.png') no-repeat center; }
	.bbs_pagerB .pgeR1 {background:url('/images/web/apple/board/bbs_PBarrR1.png') no-repeat center; }
	.bbs_pagerB .pgeR2 {background:url('/images/web/apple/board/bbs_PBarrR2.png') no-repeat center; }
	.bbs_pagerB .bbs_pge_num {min-width:33px; height:33px; line-height:33px; font-size:0.8rem; border-left:1px solid #bfbfbf; }
	.bbs_pagerB .bbs_pge_num:first-child {border-left:none; }
	.bbs_pagerB .bbs_pge_num:hover, .bbs_pagerB .bbs_pge_num:focus {color:#555; background:#ededed; }
	.bbs_pagerB strong.bbs_pge_num, .bbs_pagerB strong.bbs_pge_num:hover, .bbs_pagerB strong.bbs_pge_num:focus {position:relative; color:#fff; font-weight:400; background:#3e4e6f; } /* color */
	.bbs_pagerB strong.bbs_pge_num:before {content:""; display:block; position:absolute; left:-1px; top:-1px; width:100%; height:100%; border:1px solid #3e4e6f; }
/* 페이징 :End *****************************/


@media screen and (min-width:1561px){
	/* 영문 사진형게시판 추가 */
	/* active */
	.bbs_imgSlide .item.slick-active.showCheck,
	.bbs_imgSlide .item.slick-active.showCheck .cont{opacity: 1;}
}

@media screen and (max-width:1880px){
	.bbs_imgSlideWrap:before,
	.bbs_imgSlideWrap:after {width:12rem;}
}

@media screen and (max-width:1800px){
	.bbs_imgSlideWrap:before,
	.bbs_imgSlideWrap:after {width:9rem;}
}

@media screen and (max-width:1700px){
	.bbs_imgSlideWrap:before,
	.bbs_imgSlideWrap:after {width:7rem;}
}

@media screen and (max-width:1640px){
	.bbs_imgSlideWrap:before,
	.bbs_imgSlideWrap:after {width:5rem;}
}

@media screen and (max-width:1560px){
	/* 영문 사진형게시판 추가 */
	.bbs_imgSlideWrap:before,
	.bbs_imgSlideWrap:after {display:none;}
	.bbs_imgSlideWrap .slick-track {left:auto !important;}
	.bbs_imgSlide{width:auto; left:auto; margin:0 1rem;}
	.bbs_imgSlide .item{max-width:none;}
	.bbs_imgSlide .slick-prev{left:0; margin-left:0;}
	.bbs_imgSlide .slick-next{right:0; margin-right:0;}
	/* active */
	.bbs_imgSlide .item.slick-active,
	.bbs_imgSlide .item.slick-active .cont{opacity: 1;}
}

@media screen and (max-width:1440px){
	/* 영문 사진형게시판 추가 */
	/** 리스트 **/
	.bbs_EngImg > li{width:calc(33% - 2rem);}
}

@media screen and (max-width:1024px){

	/* 검색 filter */
	.bbs_filter .titForm + .titForm{margin-top:1rem !important;}
	.bbs_filter .titForm.w50{width:100%; display:block;}
	.bbs_filter .titForm.w50 + .titForm.w50{border:0; padding:0; margin:0;}
	.bbs_filter .form{font-size:0.75rem; line-height:1.4;}

	/* PDF게시판목록 - 스킨A */
	.bbs_PDF li {width:49%; }
	.bbs_PDF li:nth-child(3n) {margin-right:2%; }
	.bbs_PDF li:nth-child(2n) {margin-right:0; }
	.bbs_PDF li:nth-child(n+3) {margin-top:20px; }

	/* 게시판 View */
	.bbsV_cont .slider-nav .slick-list {margin:0 50px; }

	/* 게시판 Write */
	.bbs_WriteA table th {width:30%; }
	.bbs_resp table th { width:auto; } /*201211 추가*/
	.bbs_WriteA table td .bbs_atte {display:block; }
	.bbs_WriteB dl.tblDL dd .bbs_atte {display:block; }

	/* 파일첨부1 :Write */
	.bbsWFile {padding-right:75px; }
	.bbsWFile input[readonly] {width:100%; }
	.bbsWFile label.bbsWBtn {position:absolute; right:0; top:0; padding:0 0.5rem; }

	/* 파일첨부2 :Write */
	.bbsWFile2 dt {padding:10px; }
	.bbsWFile2 dd#fileListDiv {padding:10px; }
	.bbsWFile2 dd#fileListDiv a.button_file {right:10px; }

	/* 영문 사진형게시판 추가 */
	#bbsimgSlider{padding:0 1rem;}
	.bbs_imgSlide{margin:0 .5rem;}
	.bbs_imgSlide .item{padding:0 .5rem;}
	.bbs_imgSlide .slick-arrow{width:3rem; height:3rem; }
	.bbs_imgSlide .slick-arrow:before{font-size:1.5rem; line-height:3rem; }
	.bbs_imgSlide .slick-prev{margin-left:0; left:0;}
	.bbs_imgSlide .slick-next{margin-right:0; right:0;}

}

@media screen and (max-width:900px){

	/* 사진형게시판목록 - 스킨A */
	.bbs_PhotoA li {width:calc(50% - 2rem); }
	.bbs_PhotoA li a .img{height:185px;}

	/* 사진형게시판목록 - 스킨B */
	.bbs_PhotoB li a {padding-left:250px; }
	.bbs_PhotoB li a .img {width:220px; }
	.bbs_PhotoB li a .more_view {left:250px; }

}

@media screen and (max-width:860px){

	/* 게시판 반응형 201211추가 */
	.bbs_resp table tr,
	.bbs_resp table th,
	.bbs_resp table td { display:block; float:left; }
	.bbs_resp table tr { width:100%; }
	.bbs_resp table th { width:100%; }
	.bbs_resp table td { width:100%; }

}

@media screen and (max-width:768px){

	/* 게시판 리스트 상단 */
	.bbs_srch {padding:15px 25px; }
	.bbs_srch select {min-width:auto; width:100%; margin:1px 0; }
	.bbs_srch input.inpTxt {width:100%; margin:1px 0; }
	.bbs_srch .opt_date span{display:block;}
	.bbs_srch .opt_date input.inpTxt{width:45%;}
	.bbs_srch button.btnSearch{margin-top:.25rem;}
	.bbs_srch button {width:100%; margin:1px 0; padding:0 25px; background-image:none; }
	.bbs_srch .period em{width:auto;}
	.bbs_srch .period span{margin:0;}
	.bbs_srch .period input{width:calc(50% - 2.1rem)}

	/* 일반형게시판목록 - 스킨A */
	.bbs_ListA table {table-layout:auto; text-align:left; display:block;}
	.bbs_ListA table colgroup {display:none; } /* 200325 추가 */
	.bbs_ListA table thead {display:none; }
	.bbs_ListA table tbody{display:block;}
	.bbs_ListA table tbody tr {position:relative; display:block; padding:.5rem 0; border-bottom:1px solid #c6cace; }
	.bbs_ListA table tbody tr:after {content:""; display:block; clear:both; overflow:hidden; }
	.bbs_ListA table tbody td {display:inline-block; vertical-align: middle; padding:0.15rem 0.5rem; border:none; background:url('/images/web/apple/board/bbs_line.png') no-repeat right center; }
	.bbs_ListA table tbody td.mobNone {display:none; }
	.bbs_ListA table tbody td:first-child,
	.bbs_ListA table tbody td:last-child,
	.bbs_ListA table tbody td.bbs_tit {background:none; }
	.bbs_ListA table tbody td.bbs_tit {position:relative; width:100%; padding:0 0.5rem 0.25rem; float:none; text-align:left !important; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
	.bbs_ListA table tbody td.bbs_tit a {color:#222; }
	.bbs_ListA table tbody tr.noti td:first-child {display:block; position:absolute; left:0.5rem; top:0.5rem; padding:0; width:2.5rem; }
	.bbs_ListA table tbody tr.noti td.bbs_tit {padding:0 0 0 3.5rem; }
	.bbs_ListA table tbody tr.no_date {padding:10px 0; }
	.bbs_ListA table tbody tr.no_date td {display:block; float:none; text-align:center; }

	/* 첨부파일 레이어 */
	.file_lyrBox {position:inherit; }
	.file_lyrBox .file_lyr {top:70px; max-width:100%; width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }

	/* 사진형게시판목록 상단 :공통 */
	.bbs_Photo_top {padding:1rem; }
	.bbs_Photo_top a .img {width:100%; float:none; }
	.bbs_Photo_top .txt {width:100%; height:auto; float:none; }
	.bbs_Photo_top .txt a.more_view {position:relative; right:auto; bottom:auto; margin:1rem auto 0; }

	/* 사진형게시판목록 - 스킨C */
	.bbs_PhotoC li a .img {width:32%; }
	.bbs_PhotoC li a .img ~ dl {width:65%; } /* 이미지가 없을 경우 */

	/* 페이징 - 스킨A */
	.bbs_pagerA .bbs_pge_num{width:30px; height:30px; min-width:30px; line-height:30px;}
	.bbs_pagerA div a.bbs_pge_num:last-child {display:inline-block; min-width:auto; padding-left:15px; background:url('/images/web/apple/board/bbs_pgeNum_mb.png') no-repeat 4px center; }

	/* 페이징 - 스킨B */
	.bbs_pagerB div {border:none; }
	.bbs_pagerB .bbs_pge_num {display:none; }
	.bbs_pagerB strong.bbs_pge_num, .bbs_pagerB strong.bbs_pge_num:hover, .bbs_pagerB strong.bbs_pge_num:focus {display:inline-block; min-width:auto; color:#3e4e6f; background:none; } /* color */
	.bbs_pagerB div a.bbs_pge_num:last-child {display:inline-block; min-width:auto; padding-left:15px; margin-left:5px; border-left:none; background:url('/images/web/apple/board/bbs_pgeNum_mb.png') no-repeat 4px center; }
	.bbs_pagerB strong.bbs_pge_num:before {display:none; }


	/* 게시판 View*/
	.bbs_ViewA .bbsV_cont {margin:30px 0; }
	.bbs_ViewA h3 {text-align:left; line-height:1.2;}
	.bbs_ViewA .bbsV_data {text-align:left;}

	/* 첨부파일 */
	.bbsV_atchmnfl dl {height:auto; padding-left:0; }
	.bbsV_atchmnfl dt {position:relative; left:auto; top:auto; width:auto; height:40px; padding:5px 10px; display:block; line-height:30px; text-align:left; border-bottom:1px dotted #cfcfcf; }
	.bbsV_atchmnfl dt span {display:block; }
	.bbsV_atchmnfl dd {padding:10px; }

	/* 200402 게시글 이동 추가 */
	.bbsV_PostMove dl {padding:15px 20px 20px; }
	.bbsV_PostMove dl dt {position:relative; left:auto; top:auto; width:auto; line-height:1rem; text-align:left; }
	.bbsV_PostMove dl dd {margin-top:10px; }

	/* 댓글 */
	.bbsV_answer .bbsV_answInfo {padding:10px 15px; }

	/* 댓글 입력 폼 */
	.bbsV_answer .bbsV_answWrite .answer_nmpw {padding:10px 15px; }
	.bbsV_answer .bbsV_answWrite .answer_nmpw p {width:50%; }
	.bbsV_answer .bbsV_answWrite .answer_nmpw p input {width:50%; }
	.bbsV_answer .bbsV_answWrite .answer_txt {padding:10px 15px; }

	/* 댓글 :리스트 */
	.bbsV_answList > li dl dt{font-size:.8rem;}
	.bbsV_answList > li.no_answer {padding:10px 15px; }
	.bbsV_answList > li ul {padding-left:15px; }
	.bbsV_answList > li ul:before{width:4px; }

	/* 댓글 :수정 및 댓댓글쓰기 */
	.bbsV_answList li .bbsV_answWrite {margin-top:10px; }

	/* 댓글 :수정 및 삭제 시 패스워드 입력 */
	.answer_updt input {width:50%; }
	.answer_updt .btnCnfirm, 	.answer_updt .btnCancl {padding:5px 15px 4px; }

	/* 다음글 이전글 */
	.bbsV_prne li {padding-left:100px; }
	.bbsV_prne li span {width:100px; padding-left:0; background-image:none  !important; }
	.bbsV_prne li a {padding-left:10px; }


	/* 게시판 버튼 공통 */
	.btn_bbs a {padding:12px 15px; }
	.btn_bbs a.btn_bbs_Write, .btn_bbs a.btn_bbs_List, .btn_bbs a.btn_bbs_Del {padding-left:40px; background-position:15px center; }
	.btn_bbs a.btn_bbs_BasL {padding:11px 14px; }

}

@media (max-width:690px) {

	/* 게시판 리스트 상단 */
	.bbs_srch {padding:0.75rem; }

	/* 검색 filter */
	.bbs_filter h4,
	.bbs_filter p.sub{text-align: left;}
	.bbs_filter .bbs_box{padding:0.75rem 0.5rem}
	.bbs_filter .titForm + .titForm{margin-top:1rem !important;}
	.bbs_filter .titForm.w50{width:100%; display:block;}
	.bbs_filter .titForm.w50 + .titForm.w50{border:0; padding:0; margin:0;}

	/* 검색 */
	.BD_Top .BD_total {float:none; text-align:center; }
	.BD_Top .BD_srch {float:none; text-align:center; }
	.BD_Top .BD_srch select {width:25%}
	.BD_Top .BD_srch input {width:45%; }
	.BD_Top .BD_srch button {width:20%; }

	/* 게시판 list */
	.BD_list td {font-size:13px}
	.BD_tm_none {display:none; }
	.widS15 {width:20% !important; }

	/* 게시판 VIew */
	.BD_table td.cont{height:auto;}
	.BD_table th.title{line-height:1.5;}
	.BD_table table,
	.BD_table tbody,
	.BD_table th,
	.BD_table td {display:block; width:100%; float:left; text-align:left;}

	/* 공통 댓글 */
	.BD_reply-head .write textarea {width:70%; height:70px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
	.BD_reply-head .write button {width:28%; }
	.BD_reply-body ul li div .btn {width:28%; }
	.BD_reply-body ul li div textarea {width:70%; height:50px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }

	/* PDF게시판목록 - 스킨A */
	.bbs_PDF li {width:100%; margin-right:0 }
	.bbs_PDF li:nth-child(3n) {margin-right:0; }
	.bbs_PDF li:nth-child(n+2) {margin-top:20px; }

	/* 사진게시판 */
	.bbsV_cont .slider-nav{height:134px;}
	.bbsV_cont .slider-nav .slick-prev {left:10px;}
	.bbsV_cont .slider-nav .slick-next {right:10px;}
	.bbsV_cont .slider-nav .slick-slide a{margin:10px;}

	/* 첨부파일 */
	.bbsV_atchmnfl dd ul{max-height:125px;}
	.bbsV_atchmnfl dd ul.bbsV_file li + li{border-top:1px dashed #ddd; margin-top:10px; padding-top:5px;}
	.bbsV_atchmnfl dd ul.bbsV_file li .file {max-width:100%; display:block; margin-bottom:3px;}
	.bbsV_atchmnfl dd ul.bbsV_file li a{vertical-align: top; }


}

@media screen and (max-width:580px){

	.bbs_FaqA > li > a{margin:.75rem 1rem;}

	/* 사진형게시판목록 - 스킨B */
	.bbs_PhotoB li {height:auto; padding:20px 0; }
	.bbs_PhotoB li.new:after {top:20px; }
	.bbs_PhotoB li a {padding-left:0; }
	.bbs_PhotoB li a .img {position:relative; left:auto; top:auto; width:100%; }
	.bbs_PhotoB li a dl {padding-top:30px; }
	.bbs_PhotoB li a dl dt {margin:10px 0 5px; font-size:0.9rem; line-height:28px; }
	.bbs_PhotoB li a dl dd.util {font-size:0.75rem; }
	.bbs_PhotoB li a .more_view {position:relative; left:auto; bottom:auto; width:100%; margin-top:15px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }

	/* 게시판 View */
	.bbsVPho_Cntrl a {width:30px; height:30px; margin-top:-15px; }
	.bbsVPho_Cntrl.prev a {left:15px; }
	.bbsVPho_Cntrl.next a {right:15px; }

	/* 게시판 Write A */
	.bbs_WriteA {border-top:2px solid #0083cb; margin-top:1rem; color:#444;	}
	.bbs_WriteA table,
	.bbs_WriteA table th,
	.bbs_WriteA table td {width:100%; display:block;}
	.bbs_WriteA table td label + span{display:block;}
	.bbs_WriteA table td textarea{height:200px;}

	/* 게시판 Write B */
	.bbs_WriteB > li {display:block; table-layout:auto; border-bottom:1px solid #eaecf1; }
	.bbs_WriteB > li:before {content:''; display:block; position:absolute; top:0px; left:0px; width:110px; height:100%; background:#f9fafb; }
	.bbs_WriteB > li dl.tblDL {position:relative; display:block; overflow:hidden; z-index:2; }
	.bbs_WriteB > li dl.tblDL dt,
	.bbs_WriteB > li dl.tblDL dd {display:block; }
	.bbs_WriteB > li dl.tblDL dt {position:relative; width:110px; float:left; }
	.bbs_WriteB > li dl.tblDL dd,
	.bbs_WriteB > li.col2 dl.tblDL dd {width:100%; padding:13px 10px 13px 120px; }
	.bbs_WriteB > li.col2 dl dt, .bbs_WriteB > li.col2 dl dd {border-top:1px solid #eaecf1; }
	.bbs_WriteB > li.col2 dl dt:first-child,
	.bbs_WriteB > li.col2 dl dd:nth-last-child(3) {border:none; }

	/* 파일첨부2 :Write */
	.bbsWFile2 dd#fileListDiv ul {height:105px; }
	.bbsWFile2 dd#fileListDiv ul li {padding:4px 20px 4px 0; }
	.bbsWFile2 dd#fileListDiv ul li span.fileName {display:block; color:#333; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
	.bbsWFile2 dd#fileListDiv ul li span.fileSize {position:relative; right:auto; top:auto; }
	.bbsWFile2 dd#fileListDiv a.button_file {right:10px; }

	/* 영문 사진형게시판 추가 */
	#bbsimgSlider,
	.bbs_imgSlide .item .img{height:15rem;}
	.bbs_imgSlide .item .cont{padding:1rem 1.5rem;}
	.bbs_imgSlide .item .cont em{font-size:1.1rem;}
	.bbs_imgSlide .item .cont p{height:1.4rem; text-overflow:ellipsis; white-space:nowrap;}
	/** 리스트 **/
	.bbs_EngImg > li a .img{height:140px;}
	.bbs_EngImg > li{margin-bottom:1rem;}
}

@media (max-width:480px) {

	/* 검색 filter */
	.bbs_filter .titForm dt{width:100%;}
	.bbs_filter .titForm dd{width:100%;}

	/* 페이징 */
	.BD_paging a {width:27px; line-height:27px; }
	.BD_paging a img {width:27px; }

	/* 사진형게시판목록 상단 :공통 */
	.bbs_Photo_top a .img {height:200px}

	/* 사진형게시판목록 - 스킨A */
	.bbs_PhotoA{width:100%; margin-left:0;}
	.bbs_PhotoA li {width:100%; margin:0 0 1rem; }

	/* 사진형게시판목록 - 스킨C */
	.bbs_PhotoC li {height:auto;}
	.bbs_PhotoC li a .img {width:100%; float:none; }
	.bbs_PhotoC li a .img ~ dl {width:100%; float:none; } /* 이미지가 없을 경우 */
	.bbs_PhotoC dd.cont{height:auto; min-height:0; max-height:2.4rem;}

	/* 게시판 View */
	.bbs_ViewA h3 {padding:10px 0; }
	.bbs_ViewA .bbsV_cont{overflow:auto;}
	.bbs_ViewA .bbsV_data {padding:10px; text-align:left; }
	.bbs_ViewA .bbsV_data li {display:block; padding:0 0.5rem; }
	.bbs_ViewA .bbsV_data li:before {top:8px; width:3px; height:3px; background:#b7b7b7; }
	.bbs_ViewA .bbsV_data li:first-child:before {display:block; }
	.bbs_ViewA .bbsV_data li strong {margin-right:10px; color:#111; font-weight:400; }

	/* 게시글 이동 */
	.bbsV_PostMove dl dd {padding-right:0; }
	.bbsV_PostMove dl dd .btn_PostMove {position:relative; right:auto; top:auto; width:100%; height:40px; margin-top:5px; box-sizing:border-box; }

	/* 댓글 입력 폼 */
	.bbsV_answer .bbsV_answWrite .answer_nmpw p {position:relative; width:100%; margin:1px 0; padding-left:60px; float:none; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
	.bbsV_answer .bbsV_answWrite .answer_nmpw p label {position:absolute; left:0; top:0; display:inline-block; width:60px; }
	.bbsV_answer .bbsV_answWrite .answer_nmpw p input {width:100%; }
}

@media (max-width:380px) {

	/* 사진형게시판목록 - 스킨A */
	.bbs_PhotoA li a .img{height:150px;}

	/* 게시판 View */
	.bbsVPho_Cntrl.prev a {left:10px; }
	.bbsVPho_Cntrl.next a {right:10px; }

	/* 영문 사진형게시판 추가 */
	/** 상단 슬라이드 **/
	#bbsimgSlider,
	.bbs_imgSlide .item .img{height:13rem;}
	.bbs_imgSlide .item .img img{transform: translateX(-50%) scale(1); -webkit-transform: translateX(-50%) scale(1); -ms-transform: translateX(-50%) scale(1);}
}

