/********************************************************
■ 게시판
********************************************************/
/* 공통*/
.boardListTitle {margin-bottom:0.75rem; font-size:0.85rem; font-weight:normal; color:#797676; display:flex; justify-content: space-between; align-items: flex-end; gap:0.25rem 1rem; flex-wrap: wrap}
.boardListTitle strong{color:#214383;}
.boardListRightTitle {text-align:right; }
.boardListRightTitle form.categoryForm { display:inline; margin:0; padding:0; }
.boardListRightTitle form.categoryForm fieldset { display:inline; margin:0; padding:0; border:none; }
.boardListRightTitle form.categoryForm fieldset legend { display:none; }
.boardListRightTitle form.categoryForm select{height:1.75rem; line-height:1.75rem;}
.boardListLeftTitle { display: flex; gap:0 2.25rem;  align-items: center; color:#676767; font-weight:500;}
.boardListLeftTitle > p {position:relative;}
.boardListLeftTitle > p:first-child:after {content:''; display:block; width:0.25rem; height:auto; aspect-ratio:1; border-radius:100%; background:#676767; position:absolute; top:0.55em; right:-1.125rem;}
.boardListLeftTitle > p b{font-weight:600;}

/* 카테고리 탭으로 */
.category {}
.category:not(:empty){margin-bottom:2rem;}
.category ul {text-align: center;}
.category ul li {display: inline-block;}
.category ul li a {position: relative; display: block; padding: 0 1rem 1rem; font-size:0.95rem; font-weight: 500; color: #888; transition: 0.4s;}
.category ul li.on a, .category ul li a.on, .category ul li:hover a, .category ul li a:focus{text-decoration: none; color: #000;}
.category ul li a:after {content: ""; position: absolute; top:15%; right: 0; height: 15px; width: 1px; background: #d7d7d7;}
.category ul li:last-child a:after {content: none;}
.category ul li a span {position: relative; display: inline-block; height: 100%;} 
.category ul li a span:after {content: ""; position: absolute; bottom: -1rem; left: 0; width: 100%; height: 4px; background: #f8b922; opacity: 0; transition: 0.4s;}
.category ul li.on a span:after, .category ul li a.on span:after, .category ul li:hover a span:after, .category ul li.focus a span:after, .category ul li:active a span:after {opacity: 1;}

/* 검색 */
.boardSearch {}
.boardSearch form {margin:0 auto; padding:0; }
.boardSearch form fieldset {display: flex; align-items: center; margin:0; height:2rem;position: relative;}
.boardSearch select{flex-shrink:0; border:none; line-height:1; padding: 0rem 1rem 0 0.5rem; width: 9rem; height: 2rem; color:#464646; vertical-align:top; background:#fff url("/images/default/content/sel_icon.svg") no-repeat right+0.5rem center; background-size:0.6rem auto; border:1px solid #b3b3b3;  border-radius: 0.5rem;} 
.boardSearch input[type="text"] {margin:0 0.5rem; vertical-align:top;  width: 17rem; height:2rem; padding: 0rem 0.5rem;  border:1px solid #b3b3b3;  border-radius: 0.5rem; position: relative;    color: #353535 !important; }
.boardSearch input[name="btn_submit"]{display: block;  width: 2rem;  height: 2rem;  background:#1d1805 url('/images/default/content/search_icon.svg') no-repeat center center; background-size:1rem; text-indent:-9999px; border:0; cursor:pointer; border-radius:0.5rem; flex-shrink:0;}
.boardSearch input[type="button"]{height:2rem; background:#ddd; color:#888; padding:0 1rem; border-radius:0.5rem; border:1px solid #bababa; margin-left:0.25rem; cursor:pointer;}

.boardSearch a.shadeButton {flex-shrink:0; margin-left:5px; position:relative; font-size:0; display:block; width:2rem; height:100%; background:#92999e; color:#fff;}
.boardSearch a.shadeButton:before{content: "\e9d2"; display : block; position : absolute; left : 50%; top:50%;  -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-size:1rem; font-family: 'xeicon';}

.manageButton { margin-top:1rem; font-size:.7rem;}

@media (max-width:1024px){	
	.boardSearch form{width:100%;}
	.boardListTitle {font-size:0.9rem;}
	.category ul li a {font-size:1.2rem;}
}
@media (max-width:768px){
	.boardSearch {width:100%;}
	.boardListTitle {gap:0.5rem; margin-bottom:0.5rem;}
	.boardSearch select {width:25%;}
	.boardSearch input[type="text"] {width:75%; margin: 0 0.5rem;}
	.boardSearch input[name="btn_submit"] {background-size: 50%;}
	
	.category ul{display:flex; gap:1rem 0rem; justify-content: center; flex-wrap:wrap;}
	.category ul li a{padding:0 1rem 0.5rem; font-size:0.9rem;}
	.category ul li a span:after{bottom:-0.5rem}
}

/*List*/
.boardListContainer { position:relative; color:#454545;   margin:0 auto; font-size:0.85rem;}
.boardListContainer select {  }
.boardListContainer fieldset { border:none; }
.boardListContainer fieldset legend { display:none; }
.boardListContainer a { color:#575757;text-decoration:none; }
.boardListContainer img { border:none; vertical-align:middle;}
.boardListContainer .boardList {  }


.boardListContainer .boardList table { margin:0;  clear:both; width:100%; table-layout: fixed;}
.boardListContainer .boardList table thead {  }
.boardListContainer .boardList table thead tr th {color: #fff; font-weight:500; background:#214383; text-align:center;padding: 0.75rem 0.5rem; border-top:2px #222 solid; border-bottom:1px #d5d5d5 solid; /* background: #f5f5f5; border-right: 1px solid #d5d5d5; */; position: relative;}
.boardListContainer .boardList table thead tr th:not(:last-child):after {content: ''; display: block; width: 2px; height: 44.77%; background: #e3e3e3;  position: absolute; top: 50%; right: 0;  transform: translate(0, -50%);}
.boardListContainer .boardList table thead tr th span {  }
.boardListContainer .boardList table thead tr th.first {background-image:none; }
.boardListContainer .boardList table thead tr th.first span { border-left:none; }
.boardListContainer .boardList table thead tr th.last {border-right:none;}
.boardListContainer .boardList table tbody td:focus{outline: 3px solid #000; outline-offset: -3px; border-radius: 5px;}
.boardListContainer .boardList table tbody tr th{background:#f7f7f7; color: #676767;  padding: 0.75rem 0.5rem;  border-bottom: 1px solid #dadada;  text-align: center;  vertical-align: middle;  border-right: 1px solid #d5d5d5;}
.boardListContainer .boardList table tbody tr td {color: #676767; padding:0.75rem 0.5rem; border-bottom:1px solid #dadada;  text-align:center; vertical-align:middle;}
.boardListContainer .boardList table tbody tr td:last-child{border-right:none;}
.boardListContainer .boardList table tbody tr td.num b{display:inline-block;  background:#2557B9; color:#fff; border-radius:3px; padding:2px 8px; }
.boardListContainer .boardList table tbody tr td.title { text-align:left; vertical-align:middle;  cursor:pointer; padding:0;}
.boardListContainer .boardList table tbody tr td.title a{display:block; width:100%; height:100%; padding: 1rem 0.5rem; color:#676767;}
.boardListContainer .boardList table tbody tr td.author .gall img { }
.boardListContainer .boardList table tbody tr td.author{color:#676767; }
.boardListContainer .boardList table tbody tr td.rdate { white-space:nowrap;color:#676767; }
.boardListContainer .rnum { color:#707070;  }

/* 공지 스타일 */ 
.boardListContainer .boardList table tbody tr.notice {background: #f4f6fa; }
.boardListContainer .boardList table tbody tr.notice .num b {width:0.75rem; height: 1.45rem; background:url('/images/default/content/notice_icon.svg') no-repeat center center; background-size:100% auto; text-indent:-9999px; }
.boardListContainer .boardList table tbody tr.notice .title a {font-weight:600; color:#353535;}

.boardListContainer .boardButton {margin-top:1.5rem; text-align:left; vertical-align:middle; }
.viewer{background:#2E72E6; color:#fff; border-radius:5px; font-size:0.7rem; padding:5px 15px;  box-shadow: 0 1px 2px rgb(56 65 74 / 15%);}
.viewer i{vertical-align:middle;}

/* 버튼 */
.btn_wrap{text-align:center; margin-top:50px;}
.btn_confirm {display:inline-block; margin:0px 5px; width:152px; height:50px; line-height:50px;  font-size: .85rem; font-weight: 700;  color: #fff; border:none; background-color: #2557B9; cursor:pointer;  }
.btn_cancel {display:inline-block;  margin:0px 5px;  width:152px; height:50px; line-height:50px;  font-size: .85rem; font-weight: 700;  color: #797676; border:none; background-color: #fff; border:1px solid #ddd; cursor:pointer;  }
.btn_confirm:hover,
.btn_confirm:focus,
.btn_cancel:hover,
.btn_cancel:focus{box-shadow:5px 15px 20px rgba(0,0,0,0.15);}
.btn_confirm:focus-visible{outline-color:#E84033}

/* 카카오배너 */
.kko_banner{border-radius:2rem; padding:1rem; background:#FFF8C9; }
.kko_banner > div{position:relative; border-radius:2rem; display:flex; justify-content: space-between; gap:1.5rem; padding:2rem 8rem; border:2px solid var(--black); background:#FFF7E6 url('/images/default/content/kko_bg.jpg')no-repeat right bottom; background-size:cover;}
.kko_banner > div .flex{display:flex; gap:1.5rem; align-items: center; align-items: flex-end}
.kko_banner > div p{color:var(--black);}
.kko_banner > div p em{position:relative;  display:inline-block; font-size:0.85rem; }
.kko_banner > div p em:after{content:""; position:absolute; right:calc(-1*(40/ 17* 1em)); top:calc(-1*(20/ 17* 1em)); width:calc(37/ 17 * 1em); height:calc(29/ 17 * 1em); background:url('/images/default/content/kko_ch.png')no-repeat 0 0;background-size:100% 100%;}
.kko_banner > div p b{display:block;}
.kko_banner > div .phone{position: absolute; right: 11rem; bottom: 0; width: 9.3rem;  aspect-ratio: 189 / 127; background:url('/images/default/content/kko_img.png')no-repeat 0 0;background-size:100% 100%;}
.kko_banner > div .phone .img{position: absolute; left:1.2rem; top:2rem; width:9.1rem;aspect-ratio: 182 / 38; font-size: 11px; padding: 0 2.5rem 0 2.2rem;  font-weight: 600; line-height: 1.2; display: flex; align-items: center; outline:6px solid #ffe514; box-shadow:0 0 1.5rem rgba(0,0,0,0.2);  background:url('/images/default/content/kko_btn.jpg')no-repeat 0 0; background-size:100% 100%; transition: all 0.2s ease-out 0s;}
.kko_banner > div .phone .img:after{content:""; position: absolute; right:-0.8rem; bottom:-0.9rem; width:1.65rem; height:1.65rem; background:url('/images/default/content/kko_arrow.png')no-repeat 0 0;background-size:100% 100%; filter: drop-shadow(0px 0px 4px 20px rgba(0,0,0,0.2)); -webkit-filter: drop-shadow(0px 0px 4px 20px rgba(0,0,0,0.2)); animation: phonemove 1s infinite alternate;}
.kko_banner > div .phone .img:hover{outline:6px solid #ffbf14; box-shadow:0 0 1.5rem rgba(0,0,0,0.4); }



@keyframes phonemove{
	50% {transform:scale(1.1);}
}

.studentBody .boardListContainer .boardList table thead tr th{background:var(--black); border-top-color:var(--yellow);}



@media screen and (max-width:1440px){
	.boardListContainer {width:100%; padding: 0 1rem;}
	
	.kko_banner{padding:0.5rem;     }
	.kko_banner > div{padding:2rem 5rem; border-radius: 1.5rem;}
	.kko_banner > div .phone{right:5rem;}

}

@media screen and (max-width:1300px){	
	.boardListContainer{width:100% !important;}
	
	.kko_banner > div{padding:2rem 2rem;}
	.kko_banner > div .phone{right:3rem;}
}

@media screen and (max-width:1030px){		
	.boardListContainer .boardList table colgroup{display:none;}
	.boardListContainer .boardList table thead{display:none;}
	.boardListContainer .boardList table tr{display:block; position:relative; padding:1rem; padding-left:3rem; margin-top:10px; border-radius:3px; border:1px solid #eaecf1;}
	.boardListContainer .boardList table tr:first-child{margin-top:0px;}
	.boardListContainer .boardList table tr:nth-child(2n){background:#f9fafb;}
	.boardListContainer .boardList table tbody tr td{display:block; border:none; padding:0; text-align:left; }
	.boardListContainer .boardList table tbody tr td.num{position:absolute; left:0; top:1rem; width:3rem; text-align:center;}
	.boardListContainer .boardList table tbody tr td.category{color:#407ADD; margin-bottom: 0.2rem;}
	.boardListContainer .boardList table tbody tr td.title{margin-bottom:5px; font-weight:500; font-size:1rem;  color: var(--black);}
	.boardListContainer .boardList table tbody tr td.title a{font-size:1.05rem; color:#333; padding:0;}
	.boardListContainer .boardList table tbody tr td.title span{display:inline-block;}
	.boardListContainer .boardList table tbody tr td.title img{width:1rem;}
	.boardListContainer .boardList table tbody tr td.list-file{display:none;}
	.boardListContainer .boardList table tbody tr td.author,
	.boardListContainer .boardList table tbody tr td.rdate,
	.boardListContainer .boardList table tbody tr td.rnum{display:inline-block; font-size:0.9rem; color:#898989;}
	.boardListContainer .boardList table tbody tr td.rdate,
	.boardListContainer .boardList table tbody tr td.rnum{position:relative; padding-left:8px; margin-left:5px;}
	.boardListContainer .boardList table tbody tr td.rdate:before,
	.boardListContainer .boardList table tbody tr td.rnum:before{content:'';display : block; position : absolute; left :0; top:50%; transform:translateY(-50%);  width :1px; height : 60%; background:rgba(0,0,0,0.1);}
	.boardListContainer .boardList table:has(.noPost) tr{padding:0;}
	.boardListContainer .boardList table:has(.noPost) .noPost{width:100%; margin:0; text-align:center; padding:1rem;}

	.tblDataList td:before{content: attr(data-label); font-weight:600;}
	
	.kko_banner > div{flex-wrap:wrap; justify-content: center; padding-right: 13rem;}
}


@media screen and (max-width:767px){
	/*webzine*/
	.boardListContainer .webzine thead{display:none;}
	.boardListContainer .webzine, 
	.boardListContainer .webzine thead, 
	.boardListContainer .webzine tbody, 
	.boardListContainer .webzine th, 
	.boardListContainer .webzine td, 
	.boardListContainer .webzine tr {display: block; }
	.boardListContainer .webzine tr{display:block; position:relative; margin-top:.5rem; border-radius:3px; border:1px solid #eaecf1;}
	.boardListContainer .webzine tr:first-child{margin-top:0px;}
	.boardListContainer .boardList table.webzine td.num,
	.boardListContainer .boardList table.webzine td .date,
	.boardListContainer .boardList table.webzine td.txt a p.more{display:none;}
	.boardListContainer .boardList table.webzine p.subject{margin-top:0;}
	.boardListContainer .boardList table.webzine td{border-bottom:none; border-top:none; display:block; text-align:left;}
	.boardListContainer .boardList table.webzine td.txt{padding:.65rem .5rem  1rem;}



	
	
	/*리스트-new*/
	.boardListWrap li a{padding:1rem .5rem;}
	.boardListWrap li .first{width:5%;}
	.boardListWrap li .title{width:75%;}
	.boardListWrap li .rdate{width:20%; color:#888; }
	.boardListWrap li .author,
	.boardListWrap li .total,
	.boardListWrap li .num{display:none; }

	.webzine-card li{width:48%}
	

	.btn_wrap{display:flex; justify-content: center; margin:2.5rem -1% 0; padding:0;}
	.btn_confirm{width:48%; margin:0 1%;}
	.btn_cancel{width:48%; margin:0 1%;}
	
	.kko_banner > div{padding:2rem 1rem; padding-bottom:9rem;}
	.kko_banner > div .flex{flex-wrap:wrap; gap:1rem; justify-content: center; text-align:center;}
	.kko_banner > div .phone{right:auto; left:calc(50% - 6.5rem);  width:12rem;}
	.kko_banner > div .phone .img{width:12rem; padding: 0 2.5rem 0 3rem;}
}
@media screen and (max-width: 524px){
	.webzine-card li{width:98%}
}





/*View*/
.boardViewContainer { position:relative; margin:0 auto; }
.boardViewContainer hr { display:none; }
.boardViewContainer select, .boardViewContainer textarea {  }
.boardViewContainer fieldset { margin:0; padding:0; border:none; }
.boardViewContainer fieldset legend { display:none; }
.boardViewContainer a { color:#000; text-decoration:none; }
.boardViewContainer img { border:none; vertical-align:middle;}
.boardViewContainer table{ width:100%; border-top:2px solid #333; }
.boardViewContainer table thead th{font-weight:normal; font-size:1.3rem; padding: 1rem; color: #333;}
.boardViewContainer table thead th span{margin-right:.25rem;}
.boardViewContainer table thead th strong{font-weight:normal; color:#3762B7; margin-right:1rem;}
.boardViewContainer table thead td{background: #F5F5F5; text-align:center; padding:15px 0; border-bottom:1px solid #ddd;}
.boardViewContainer table thead td img{margin-left:1rem;}
.boardViewContainer table tbody td.boardViewconst{ padding:1.5rem 2rem 0; border-bottom:1px solid #ddd; }
.boardViewContainer .pnlAttachedImage {text-align:center; margin:.5rem 0px 1.5rem 0px;}
.boardViewContainer .boardViewContent {margin:2rem 0 4rem; text-align:left; color:#575757; font-size:0.95rem !important; font-family:'Pretendard' !important;     word-break: break-all;}
.boardViewContainer .boardViewContent p,
.boardViewContainer .boardViewContent span,
.boardViewContainer .boardViewContent em{ color:#575757; font-family:'Pretendard' !important; font-size:0.85rem !important; }
.boardViewContainer .boardViewContent .ifdiv{position:relative; padding-top:56%;}
.boardViewContainer .boardViewContent .ifdiv iframe{position:absolute; left:0px; top:0px; width:100%; height:100%;}
.boardViewContainer .boardViewBottom { margin:0 .5rem 3px 0; color:#aaa; font-size:.55rem; text-align:right; }
.boardViewContainer .boardViewFile{padding:1rem; background:#E9F2F9;font-weight:600; margin-bottom:2rem;}
.boardViewContainer .boardViewFile a{  color:var(--blue) !important; vertical-align:middle; }
.boardViewContainer .boardViewFile p { margin:0; padding:2px 0; }
.boardViewContainer .boardViewFile p img { margin-right:5px;}

.boardViewContainer .boardPrev ,
.boardViewContainer .boardNext { display:flex; gap:0 0.5rem; align-items: center; padding:.75rem 0px; border-bottom:1px solid #ddd; vertical-align:middle; }
.boardViewContainer .boardPrev span,
.boardViewContainer .boardNext span{padding-right:.5rem; flex-shrink: 0; font-weight:500; color: #666; background: url('/images/default/content/th.gif') no-repeat right center;}
.boardViewContainer .boardPrev a, .boardViewContainer .boardNext a { padding-left:.5rem; padding:.75rem; }

.boardViewContainer .boardListContainer .boardList table thead tr th{font-size:.9rem;}

.boardButton {margin-top:1.5rem;text-align:left; vertical-align:middle; }
.boardButton:after { display:block; clear:both; content:"."; visibility:hidden; height:0; }
.boardButton a{cursor:pointer; display:inline-block;position:relative; overflow:hidden;  margin:0px 2px; height:2.25rem; line-height:2.25rem; box-sizing:border-box; padding:0 2rem; z-index:0; background:#214383; color:#fff; border:1px solid #214383;text-align:center; vertical-align:top; transition:all 0.2s ease-out 0.1s;}

.board_more_view{font-size:1.2rem; font-weight:700 !important; color:#2962FF !important; text-decoration:underline !important;}
.link_txt{font-weight:500 !important; color:#2962FF !important; text-decoration:underline !important;}

@media screen and (max-width:1300px){	
	.boardViewContainer{width:100% !important; padding:0 1rem;}
}
@media screen and (max-width:1030px){	
	.boardViewContainer{width:100% !important; }
	.boardViewContainer table tbody td.boardViewconst{ padding:1.5rem 0 0; }
	.boardViewContainer table thead th{padding:1rem 0;}
	
	.boardViewContainer .boardPrev a, .boardViewContainer .boardNext a{padding:0;}
}
@media screen and (max-width:768px){	
	.boardViewContainer .boardViewFile a{display:flex; align-items: flex-start; word-break: break-all;}
	.boardViewContainer .boardViewFile a img{    margin-top: 3px;}
}

.board_link{display: flex; align-items: center; justify-content: center;}
.board_link a{display: flex; align-items: center; justify-content: center; padding:0 3rem 0 1.5rem; font-size:0.9rem; background:#002982 url('../../images/skin/edu/content/blank.svg') no-repeat right+1.5rem center;  color:#fff; height:2.5rem;}
.board_link.self a{ background:#002982; padding:0 3rem;}

@media screen and (max-width:767px){
	.board_link a{height:3rem;}
}

.boardCommentContainer {font-size:0.8rem; margin-top:2rem; margin-bottom:3.5rem; box-sizing:border-box;position:relative; background:#f7f7f7; border:1px solid #ddd; padding:1rem;}
.boardCommentContainer .ctop{border-bottom:1px solid #ddd;padding-bottom:10px;}
.boardCommentContainer h4.cmt_tit{padding-bottom:1rem;border-bottom:1px solid #ddd;}
.boardCommentContainer .boardComment {padding:.5rem;  box-sizing:border-box; }
.boardCommentContainer .boardComment:not(:last-child){border-bottom:1px dotted #ddd;}
.boardCommentContainer .boardComment .pnlCmt { position:relative; margin-bottom:.5rem; }
.boardCommentContainer .boardComment .pnlCmt dl.commentTitle { position:relative; margin:0; padding:0; }
.boardCommentContainer .boardComment .pnlCmt dl.commentTitle img { vertical-align:middle; }
.boardCommentContainer .boardComment .pnlCmt dl.commentTitle dt.commentTitleRight { position:absolute; top:0; right:0; color:#212121;  }
.boardCommentContainer .boardComment .pnlCmt dl.commentTitle dt.commentTitleRight a{color:#444;text-decoration:underline !important; margin-left:.25rem;}
.boardCommentContainer .boardComment .pnlCmt dl.commentTitle dt.commentTitleRight img {  }
.boardCommentContainer .boardComment .pnlCmt dl.commentTitle dt.commentTitleRight span{cursor:pointer;}
.boardCommentContainer .boardComment .pnlCmt dl.commentTitle dt .reply{font-size:0.9rem; color:#000;}
.boardCommentContainer .boardComment .pnlCmt dl.commentTitle dt .rdate{margin-left:10px;}
.boardCommentContainer .boardComment .pnlCmt dl.commentTitle dd { margin-top:.5rem; padding:0; color:#121212; font-size:0.9rem; }

.boardCommentContainer .boardComment .pnlCmt dl.commentTitle dd input.btn_comment{ border-radius: 0 !important;  -webkit-appearance: none !important;  text-align:center; color:#fff; border:none; cursor:pointer; padding:0 1rem; background:#444;}
.boardCommentContainer .boardComment .pnlCmt dl.commentTitle dd.rereply_wrap {display:none; margin-top:20px !important;}
.boardCommentContainer .boardComment .pnlCmt dl.commentTitle dd.reply_edit {display:none; }
.boardCommentContainer .boardComment .pnlCmt dl.commentTitle dt.commentTitleRight span {color:#666; cursor:pointer;}
.boardCommentContainer .boardComment .pnlCmt dl.commentTitle dt.commentTitleRight span:focus-visible{ outline: 5px auto -webkit-focus-ring-color; outline-offset: 3px ;}
.boardCommentContainer .boardComment .pnlCmt dl.commentTitle div.del {font-size:12px; font-weight:bold;}


.boardCommentContainer .boardManage{padding:.5rem; box-sizing:border-box; margin-bottom:.5rem; }
.boardCommentContainer .boardManage a{margin:0px .25rem;}
.boardCommentContainer .boardManage a.lnkBtnHideComment,
.boardCommentContainer .boardManage a.lnkBtnDeleteComment,
.boardCommentContainer .boardManage a.lnkBtnCancelComment{text-decoration:underline !important; color:#D44515;}
.boardCommentContainer .boardManage a.lnkBtnHideComment{margin-left:.75rem;}
.boardCommentContainer .boardManage a.lnkBtnCmtManage{position:relative;}
.boardCommentContainer .boardManage a.lnkBtnCmtManage:before{content : ""; display : block; position : absolute; left : -1rem; top:0;  width :.9rem; height : .9rem; background: url('../../images/admin/menu/re.gif') no-repeat 0 0; }

.boardCommentContainer form {padding:0; }
.boardCommentContainer input, .boardCommentContainer img { vertical-align:middle; }
.boardCommentContainer img { border:none; }
.boardCommentContainer .pnlFrmCmt {margin-bottom:.5rem;}
.boardCommentContainer .pnlFrmCmt, .boardCommentContainer .pnlFrmEditCmt, .boardCommentContainer .pnlFrmReplyCmt { position:relative; }
.boardCommentContainer .pnlFrmCmt fieldset{display:flex;}
.boardCommentContainer .pnlFrmCmt fieldset .commentInputBody{flex:0 0 calc(100% - 5rem); order:1; border:1px solid #ddd;}
.boardCommentContainer .pnlFrmCmt fieldset .commentInputBody label{padding-right:0 !important;}
.boardCommentContainer .pnlFrmCmt fieldset .commentInputTop{flex:0 0 5rem; order:2;}
.boardCommentContainer .pnlFrmCmt fieldset .commentInputTop input{width:5rem; height:100%; background:#222; color:#fff;}
.boardCommentContainer .pnlFrmCmt fieldset .commentInputTop input:focus-visible{outline-color:#E84033}
.boardCommentContainer input[type="text"], .boardCommentContainer input[type="password"] { border:1px solid #D2D2D2; padding:3px; }
.boardCommentContainer textarea { width:100%; padding:.5rem;box-sizing:border-box;  border:none; resize: vertical;}
.boardCommentContainer p.smallButtons { position:absolute; top:.65rem; right:.5rem; margin:0; padding:0; vertical-align:top;}
.boardCommentContainer .authorField{overflow:hidden; position:relative;}
.boardCommentContainer .authorField dl{overflow:hidden;}
.boardCommentContainer .authorField dt{float:left; margin-right:.5rem; height:2rem; line-height:2rem;}
.boardCommentContainer .authorField dd{float:left;}
.boardCommentContainer table{width:100%;}
.boardCommentContainer table td{border:1px solid #ddd; background:#fff;}
.boardCommentContainer table td input{height:2rem; line-height:2rem;}
.boardCommentContainer table td input.submit{background:#0068B6; color:#fff; border:none; height:3rem; line-height:3rem; padding:0 1.5rem; cursor:pointer;}
.boardCommentContainer table td strong{padding:.75rem 1rem; display:inline-block;}

.boardCommentContainer .boardComment .commentInputTop p.smallButtons{}
.boardCommentContainer .boardComment .commentInputTop p.smallButtons a{color:#212121;text-decoration:underline !important;  vertical-align:top;}
.boardCommentContainer .boardComment .commentInputTop p.smallButtons input{border:none; background:none;color:#212121; outline:none;  text-decoration:underline; line-height:1.0; height:auto;  margin-right:.5rem;}
.boardCommentContainer .boardComment .commentInputBody textarea{border:1px solid #ddd; margin-top:.5rem;}
.boardCommentContainer .boardComment .pnlFrmReplyCmt { margin-top:1rem; padding:.5rem; background:#e4e4e4; border:1px solid #ddd; }
.boardCommentContainer .boardComment .pnlFrmReplyCmt p { }
.boardCommentContainer .boardComment .pnlFrmReplyCmt .authorField{overflow:hidden; padding:0px;}
.boardCommentContainer .boardComment .pnlFrmReplyCmt .authorField dt{margin-left:.75rem;}
.boardCommentContainer .boardComment .pnlFrmEditCmt{padding:1rem; background:#f4f4f4; }
.boardCommentContainer .mainComment .authorField{padding:.5rem 1rem;}

.pnlCmt .none{text-align:center;  padding-top:1rem;}
.rereply_content{display:flex; gap:10px; margin-top:0.5rem; }
.rereply_content span.refer{color:#426FE0; padding-top:0.1em;}
.replybox{display:flex;}
.btn_comment{padding:0 1rem; border:1px solid #ddd;}


@media screen and (max-width:767px){
	.boardCommentContainer{padding:10px;}
}



/*Write*/
.boardWriteContainer { position:relative; color:#1b1b1b;    margin:0 auto;  font-size:0.9rem;}
.boardWriteContainer h3 { width:100%; margin:2px; padding:6px 0 6px 10px; border:1px solid #dadada;  background:linear-gradient(180deg, #fefefe 0%, #eee 100%); }
.boardWriteContainer form { margin:0; padding:0; }
.boardWriteContainer select, .boardWriteContainer textarea {  }
.boardWriteContainer fieldset { margin:0; padding:0; border:none; }
.boardWriteContainer fieldset legend { display:none; }
.boardWriteContainer img { border:none; vertical-align:middle; }
.boardWriteContainer table {width:100%; border-top:2px solid #222; table-layout: fixed;   }
.boardWriteContainer table th, .boardWriteContainer table td { padding:3px 0; }
.boardWriteContainer table th {color: #1b1b1b;  font-weight:500; padding:.75rem 0 .7rem 0; text-align:center; border-bottom: 1px solid #dadada; background-color:#f8f8f8; }
.boardWriteContainer table td{color: #1b1b1b; padding:.75rem .5rem .7rem .5rem; border-bottom: 1px solid #dadada; vertical-align:middle;}
.boardWriteContainer table td span:focus-visible{ outline: 5px auto -webkit-focus-ring-color; outline-offset: 3px ;}
.boardWriteContainer table td input[type="text"], .boardWriteContainer table td input[type="password"], .boardWriteContainer table td textarea { border:1px solid #dadada; vertical-align:middle;}
.boardWriteContainer table td .set-con{display:inline-block;}
.boardWriteContainer table td .chks{margin-left:1rem;}
.boardWriteContainer table td .chks input[type="checkbox"] + label {line-height:1.2rem;}
.boardWriteContainer table td .chks input[type="checkbox"] + label:before {width:1.2rem;height:1.2rem;}
.boardWriteContainer table td .chks input[type="checkbox"]:checked + label:after{width:1.2rem;}
.boardWriteContainer table th input, .boardWriteContainer table td input{border:none; border:1px solid #dadada; vertical-align:middle; padding-left:.25rem;}
.boardWriteContainer table td img { border:none; vertical-align:middle; }
.boardWriteContainer table td span{color: #1b1b1b;  font-weight:bold;}
.boardWriteContainer table td input[type="file"]{-webkit-appearance: none; -moz-appearance: none;  border:none; box-shadow:none;  padding:0;}
.boardWriteContainer table td input[type="checkbox"]{margin-left:.5rem; margin-right:.25rem; vertical-align:middle; line-height:1.0;}
.boardWriteContainer table td label{line-height:1.0; vertical-align:middle; padding:0;}
.boardWriteContainer table td select{margin-right:.25rem;}
.boardWriteContainer table td select:is(#articleCategory) {margin-right: 0; width: 100%; min-width: unset; max-width: 15rem; background-size: 0.5rem auto;}
.boardWriteContainer table td input[type='text'].captcha{width:calc(100% - 7.5rem);}
.boardWriteContainer table td input.hasDatepicker{background: url('../../images/default/content/cal.png') no-repeat 95% center; background-size:1rem auto;}
.boardWriteContainer table td .file{width:100% !important; max-width:22.5rem;}
.boardWriteContainer table td:has(#captcha) input[type="text"]{width:100% !important; max-width:15rem;}
.boardWriteContainer table td #captcha > img {height: 2.5rem;}
.boardWriteContainer .boardButton { margin-top:2rem;text-align:center; vertical-align:middle;}
.boardWriteContainer .boardButton input{ vertical-align:middle; font-size:1rem !important; }
.boardWriteContainer .boardButton .button{width:7.5rem; height:3rem; line-height:3rem; margin:0 5px;}

@media screen and (max-width:1030px){
	.boardWriteContainer .boardButton input{padding:0 1rem;}
	.boardWriteContainer table td .file{width:100%;}
}

@media screen and  (max-width:767px){
	.boardWriteContainer table{border:none;}
	.boardWriteContainer table, 
	.boardWriteContainer table thead, 
	.boardWriteContainer table tbody, 
	.boardWriteContainer table th, 
	.boardWriteContainer table td, 
	.boardWriteContainer table tr {display: block;}
	.boardWriteContainer table thead tr {position: absolute;top: -9999px;left: -9999px;}
	.boardWriteContainer table th{text-align:left; background:none; border:none;  padding:0; padding-top:1rem; margin-top:1rem; border-top:1px solid #ddd; margin-bottom:10px;}
	.boardWriteContainer table tr:first-child th{margin-top:0;}
	.boardWriteContainer table td{padding:0; border-bottom:none; text-align:left;}
	.boardWriteContainer table td select{width:48%; margin-bottom:10px;}
	.boardWriteContainer table td .set-con{display:block;}
	.boardWriteContainer table td .chks:first-child{margin-left:0;}
	
	.boardWriteContainer .w50{width: 100% !important;}
}
@media screen and (max-width:450px){
	.boardWriteContainer table td:has(#captcha) {display: flex; flex-direction: column; gap: 0.5rem;}
	.boardWriteContainer table td:has(#captcha) input[type="text"] {max-width:100%;}
}




/*Auth*/
.boardAuthContainer { position:relative; color:#393939;   text-align:center;margin:0 auto; }
.boardAuthContainer img { border:none; vertical-align:middle; }
.boardAuthContainer .boardAuth {}
.boardAuthContainer .boardAuth h3 {font-size:.9rem;font-weight:500; margin-top:1rem;}
.boardAuthContainer .boardAuth form { margin:0;  text-align:center;}
.boardAuthContainer .boardAuth fieldset { margin:0; padding:0;  margin:0 auto;  vertical-align:middle; }
.boardAuthContainer .boardAuth fieldset legend { display:none; }
.boardAuthContainer .boardAuth fieldset input[type="password"] { padding:2px .5rem; border:1px solid #d0d0d0; width:19rem; height:2.2rem; }
.boardAuthContainer .boardAuth fieldset input[type="image"] { vertical-align:middle; cursor:pointer; margin:0 .25rem; border:none;}
.boardAuthContainer .input{  margin-bottom:1.5rem; margin-top:.75rem;}



/*Select*/
.boardSelectContainer { position:relative; color:#333;   }
.boardSelectContainer img { border:none; vertical-align:middle; }
.boardSelectContainer .boardSelect { width:25rem; margin:2.5rem auto; background:#fff; border:1px solid #ddd; box-shadow:0 0 8px #eee;}
.boardSelectContainer .boardSelect h3 { margin:0px; padding:.5rem; border-bottom:1px solid #ddd; font-weight:700; text-align:center; background:#f6f6f6; }
.boardSelectContainer .boardSelect form { margin:0; padding:2rem 0 2rem; text-align:center; }
.boardSelectContainer .boardSelect fieldset { margin:0; padding:0; border:none; vertical-align:middle; }
.boardSelectContainer .boardSelect fieldset legend { display:none; }
.boardSelectContainer .boardSelect fieldset select{min-width:12.5rem; margin-top:1rem;}
.boardSelectContainer .boardSelect .boardBut{margin-top:1.5rem;}
.boardSelectContainer .boardSelect .boardBut .button{margin:0px 2px;}

/*ErrorMessage*/
.boardErrMsgContainer { position:relative; color:#333; font-size:1rem;  text-align:center;padding:2rem 1rem; background:#FAFAFA; }
.boardErrMsgContainer span{width:7.5rem; height:7.5rem; margin:0 auto; display: flex; align-items: center; justify-content: center; border:2px solid #EFEFEF; border-radius:50%; background:#fff;}
.boardErrMsgContainer img { border:none; vertical-align:middle; width:50%; }
.boardErrMsgContainer .boardErrMsg { margin-bottom:30px;}
.boardErrMsgContainer .boardErrMsg h3 { margin:0px;font-size:1.3rem; font-weight:500; color:#212121; margin-bottom:20px;}
.boardErrMsgContainer .boardErrMsg p { margin-top:20px; text-align:center; }
.boardErrMsgContainer .boardErrMsgButton { text-align:center; width:60%; margin:0 auto; font-size:0.85rem;}
.boardErrMsgContainer .boardErrMsgButton a{display:inline-block; width: calc(33.33333% - 6px); line-height: 2.75rem; height:2.75rem; border:2px solid #EFEFEF; background:#fff;-webkit-transition: 0.4s; transition: 0.4s;}
.boardErrMsgContainer .boardErrMsgButton a:hover,
.boardErrMsgContainer .boardErrMsgButton a:focus{background:#3762B7; border:2px solid #EFEFEF;  color:#fff;}

@media screen and (max-width:767px){
	.boardErrMsgContainer .boardErrMsgButton { width:100%; }
}

/*페이징 */
.boardPageNav {width: 100%;text-align: center; position: relative; margin-top: 2.5rem;}
.boardPageNav ul{}
.boardPageNav ul li{display:inline-block; vertical-align:middle; margin:0 0.2rem; }
.boardPageNav ul li a{display:inline-block; height:2rem; line-height:2rem;  position:relative; box-sizing:border-box; font-weight:normal;padding:0 0.5rem; color:#666; vertical-align: middle;}
.boardPageNav ul li.first a{background: url('../../images/board/clip/double-left.svg') no-repeat center center; background-size:1rem auto; font-size:0;}
.boardPageNav ul li.prev a{background: url('../../images/board/clip/single-left.svg') no-repeat center center; background-size:1rem auto; font-size:0;}
.boardPageNav ul li.prev_on a{background: url('../../images/board/clip/single-left.svg') no-repeat center center; background-size:1rem auto; font-size:0;}
.boardPageNav ul li.next_on a{background: url('../../images/board/clip/single-right.svg') no-repeat center center; background-size:1rem auto; font-size:0;}
.boardPageNav ul li.next a{background: url('../../images/board/clip/single-right.svg') no-repeat center center; background-size:1rem auto; font-size:0;}
.boardPageNav ul li.last a{background: url('../../images/board/clip/double-right.svg') no-repeat center center; background-size:1rem auto; font-size:0;}
.boardPageNav ul li a.on{color:#1D2B52; position:relative;}
.boardPageNav ul li a strong{position:relative; display:inline-block; padding:0 0.5rem; color:#1D2B52; position:relative;}
.boardPageNav ul li a.on:before{content : ""; display : block; position : absolute; left : 0; bottom:0; width :100%; height :2px; background: #1D2B52;}
.boardPageNav ul li a strong:before{content : ""; display : block; position : absolute; left : 0; bottom:0; width :100%; height :2px; background: #1D2B52;}


/*파일첨부*/
.file {position:relative;width:358px; display:flex;}
.file input[type="file"] {position:absolute; top:0; left:0; opacity:0;}
.file input[type="text"] {margin-right:5px; background:#fff;}
.file a {vertical-align:top;}
.file span {margin-left:20px; font-size:15px; color:#767676}
.fileBtn {display:inline-block; flex-shrink:0; width:4.5rem; padding:0 10px; height:40px; line-height:40px; background:#919190; font-weight:normal; font-size:0.75rem; color:#fff; text-align:center; margin-left:0px !important;}

@media screen and (max-width:767px){
	.file{width:100%;}
	.fileBtn{width:auto; font-size:0.8rem;}
}


/* FAQ */
.folding ul {border-top:2px solid var(--blue);}
.folding ul li{position:relative; border-bottom:1px solid #ddd;}
.folding ul li:focus{outline: 3px solid #000; outline-offset: -3px; border-radius: 5px; }
.folding ul li .title{position:relative; padding:1.25rem 4rem 1.25rem 1.25rem; display: flex; align-items: center; cursor:pointer; word-break: keep-all; overflow-wrap: anywhere;}
.folding ul li .title:before{ content : "\ea76"; display : block; position : absolute; right :1.5rem; top:50%;width: 2rem; height: 2.25rem; line-height: 2.25rem;  margin-top:-1.125rem; font-family: 'remixicon'; color:#b6b6b6; font-size:2rem;  transition: all 0.2s ease-out 0s;  }
.folding ul li .title h5{position:relative; font-size:0.95rem; color:#333; padding-left:3rem;}
.folding ul li .title h5 em{position:absolute; left:0rem; top:50%; transform: translateY(-50%); display:inline-block; width:2rem; height:2rem;  line-height:2rem;background:#f3f3f3; border-radius:50%; font-size:.9rem; text-align:center; }
.folding ul li .title .first{display:none; margin-right:.5rem;}
.folding ul li .editBtn{display: inline-block; padding: 0.5rem; margin-top: 1rem; width:auto; height:2rem; background:var(--blue); color:#fff; text-align:center;  border-radius:0.3rem;   font-size: 0.7rem;}
.folding ul li .subTr{position:relative; display:none; background:#f7f7f7; padding:2rem 1.5rem 2rem 4.5rem; word-break: keep-all; overflow-wrap: anywhere;}
.folding ul li .subTr > span{position:absolute; left:1.5rem; top:2rem;width:2rem; height:2rem;  line-height:2rem;background:#fff; border-radius:50%; font-size:.9rem; text-align:center; color:#262520; border:1px solid #262520;}

.folding ul li.active .subTr{display:block;}
.folding ul li.active .title h5 em{background:var(--blue); color:#fff;}
.folding ul li.active .title:before{transform: rotate(180deg ); color:var(--blue);}


@media screen and (max-width:767px){
	.folding ul li .title {padding: 1.25rem 3.5rem 1.25rem 0.8rem;}
	.folding ul li .subTr {padding: 1rem 1rem 1rem 3.5rem;}
	.folding ul li .subTr > span {left:0.8rem; top:1rem;}
	.folding ul li .title:before {right:1rem;}
	.folding ul li .editBtn {height: auto; font-size: 0.8rem;}
}



/*웹진 갤러리*/
.boardListContainer .boardList table.webzine{border-top:2px solid #333; width:100%;}
.boardListContainer .boardList table.webzine td{position:relative;  border-top:1px solid #ddd; color:#949493; font-size: 15px;}
.boardListContainer .boardList table.webzine td.pic{}
.boardListContainer .boardList table.webzine td.pic a{display:block;}
.boardListContainer .boardList table.webzine td.pic a .gimg{height:200px; overflow:hidden;}
.boardListContainer .boardList table.webzine td.pic a .gimg span{width:100%; height:100%; display: inline-block;transition: transform .3s ease-out;  }
.boardListContainer .boardList table.webzine td.pic a:hover .gimg span,
.boardListContainer .boardList table.webzine td.pic a:focus .gimg span{transform: scale(1.5);}
.boardListContainer .boardList table.webzine td.txt{text-align:left; padding:0px 30px;}
.boardListContainer .boardList table.webzine p.date{font-size: 15px; color:#949493; }
.boardListContainer .boardList table.webzine p.subject{font-weight:500; display: inline-block;text-overflow:ellipsis;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;	-webkit-line-clamp: 1; -webkit-box-orient: vertical; line-height: 1.3em;height: 1.3em; font-size: 19px;    color: #343434; margin-top:10px; }
.boardListContainer .boardList table.webzine p.subject strong{color: #C0C0C0; font-weight:normal; font-size:16px; margin-left:3px;}
.boardListContainer .boardList table.webzine p.cont{display: block;text-overflow:ellipsis;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;	-webkit-line-clamp: 1; -webkit-box-orient: vertical; line-height: 1.3em;height: 1.3em;  margin-top:10px; color:#949493; }

.boardListContainer .boardList table.webzine td.txt a p.more{display: inline-block;  width: 170px;   height: 50px;    line-height: 49px;    text-transform: uppercase;    text-align: center;    border: 1px solid #d7d7d7;    color: #333 !important;    background: #fff; margin-top:30px; transition: all 0.5s ease; font-size: 14px; letter-spacing:0;}
.boardListContainer .boardList table.webzine td.txt a:hover p.more,
.boardListContainer .boardList table.webzine td.txt a:focus p.more{background:#134483; color:#fff !important; border-color:#134483;}




/*********** 태블릿 ***********/
@media screen and (max-width:1030px){	
	.pnlAttachedImage img{width:100%;}
	.tb03 thead ul li{}
}

/*********** 모바일 ***********/
@media screen and (max-width:767px){
	.container{padding:0px 1rem;}
}
@media screen and (max-width: 524px){
	.tb03 thead td{padding:.6rem .5rem}
	.tb03 thead td.th {    padding: .6rem 0px .6rem .5rem;}
	.tb03 thead ul li{display:block; text-align:left; margin-top:3px;}

	.boardViewContainer .boardButton a{min-width:auto;}
}


/********************************************************
■ Gallery
********************************************************/
.boardGalleryContainer { position:relative; color:#333;    margin:0 auto; }
.boardGalleryContainer select {  }
.boardGalleryContainer fieldset { border:none; }
.boardGalleryContainer fieldset legend { display:none; }
.boardGalleryContainer a { color:#333; text-decoration:none; }
.boardGalleryContainer a:hover {  }
.boardGalleryContainer img { border:none; vertical-align:middle; }
.boardGalleryContainer .boardList { }
.boardGalleryContainer .boardList .boardListTitle {margin-bottom:0.75rem; font-size:0.75rem; font-weight:normal; }
.boardGalleryContainer .boardList .boardListTitle strong{color:#333;}

.boardGalleryContainer .galleryList{position:relative; border-top:1px solid #414141; padding-top:1.5rem;}
.boardGalleryContainer .galleryList ul{display:flex; flex-wrap: wrap; margin:-1.5%;}
.boardGalleryContainer .galleryList ul li{flex-basis: 30.33%; margin:1.5%;}
.boardGalleryContainer .galleryList ul li a{display:block; border:1px solid #DFDFDF; padding:1.3rem 1.3rem 2rem; border-radius:0.5rem;}
.boardGalleryContainer .galleryList ul li a .gimg{overflow:hidden; position:relative; border-bottom:none; margin-bottom:0; height: auto;}
.boardGalleryContainer .galleryList ul li a .gimg em{position:absolute; left:0px; top:0px; background:#262520; color:#fff; width:4rem; height:2rem; line-height:2rem; border-radius:0 0 .75rem 0; text-align:center; font-weight:600; z-index: 1;}
.boardGalleryContainer .galleryList ul li a .gimg span{width:100%; padding-top:56%;  display: block; 	transition: transform .3s ease-out; }
.boardGalleryContainer .galleryList ul li a:hover .gimg span,
.boardGalleryContainer .galleryList ul li a:focus .gimg span{transform: scale(1.1);}
.boardGalleryContainer .galleryList ul li a input{position:relative;}

.boardGalleryContainer .galleryList.bestaward ul li a .gimg span{padding-top:100%;}

.boardGalleryContainer .galleryList .subject{ font-weight:500;font-size: 0.9rem; color: #212121; margin-top:1rem; display: inline-block;text-overflow:ellipsis;overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.3em;height: 2.6em; letter-spacing:-0.05em;}
.boardGalleryContainer .galleryList .subject img{width:1rem;}
.boardGalleryContainer .galleryList .view{text-align:right; margin-top:1rem;}
.boardGalleryContainer .galleryList .view span{display: flex; align-items: center; justify-content: center; background:#F8F8F8; font-weight:bold;font-size:0.6rem; color:#424652; padding:0.5rem 1rem; border-radius:3rem;-webkit-transition: all 0.5s ease;    -moz-transition: all 0.5s ease;    -o-transition: all 0.5s ease;    transition: all 0.5s ease;}
.boardGalleryContainer .galleryList a:hover .view span,
.boardGalleryContainer .galleryList a:focus .view span{background:#206AF4; color:#fff;}

.boardGalleryContainer .galleryList .txt{display:flex; align-items: center; justify-content: space-between;color:#333; margin-top:1.5rem; font-size:15px; }
.boardGalleryContainer .galleryList .txt .author{color:#666;}
.boardGalleryContainer .galleryList .txt.ar{justify-content: flex-end;}
.boardGalleryContainer .galleryList .txt .view{margin-top:0; }
.boardGalleryContainer .galleryList .txt .view:focus-visible{ outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px ;}
.boardGalleryContainer .galleryList .txt .date{margin-left:5px;display:inline-block;  padding-left:8px; position:relative;}
.boardGalleryContainer .galleryList .txt .date:before{content : ""; display : block; position : absolute; left : 0; top:10%;  width :1px; height : 80%; background : #ddd;}


.boardGalleryContainer .boardButton{margin-top:1.5rem; vertical-align:middle; float: none;}

.noPost{ position:relative; color:#333; text-align:center;padding:2rem 1rem; background:#FAFAFA; width:97%; margin-left:1.5%; margin-top:1.5%; flex-basis: 100% !important;}
.noPost span{width:6rem; height:6rem; margin:0 auto; display: flex; align-items: center; justify-content: center; border:2px solid #EFEFEF; border-radius:50%; background:#fff; margin-bottom:1rem;}
.noPost img { border:none; vertical-align:middle; width:50%; }

.movie{position:relative;}
.movie:after{ content : ""; display : block; position : absolute; left :50%; top:50%; width : 1.3rem; height : 1.5rem;  -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background: url("/images/default/content/play.png") no-repeat 0 0; background-size:100% 100%; z-index:2;}
.movie:before{ content : ""; display : block; position : absolute; left :0; top:0; right:0; bottom:0; background:rgba(0, 0, 0, .3); z-index:1;}



@media (max-width:1500px){	
	.boardGalleryContainer{width:100% !important;}
	.boardGalleryContainer .galleryList ul li a{padding:1rem;}
	.boardGalleryContainer .galleryList .view span{padding:0.6rem;}
}


@media (max-width:1200px){
.boardGalleryContainer .galleryList ul li{flex-basis: 30.33%; }

.boardGalleryContainer .galleryList .txt{font-size:12px;}
.boardGalleryContainer .galleryList .view{text-align:center;}
.boardGalleryContainer .galleryList .view span{font-size:10px; padding:0.6rem 0.4rem; letter-spacing:0;}
}

@media screen and (max-width:920px){
.boardGalleryContainer .boardList .boardListTitle {font-size:0.85rem;}
.boardGalleryContainer .galleryList ul li{flex-basis: 47%;}
.boardGalleryContainer .galleryList .subject{font-size:1.05rem;}

}
@media screen and (max-width:640px){
.boardGalleryContainer .galleryList ul{margin:0;}
.boardGalleryContainer .galleryList ul li{flex-basis: 100%; margin:0; margin-top:15px;}
.boardGalleryContainer .galleryList ul li:first-child{margin-top:0;}

.boardGalleryContainer .galleryList.tv ul li{flex-basis: 100%; margin:1.5% 0;}
}

@media print {
	#container #sub_menu_title .tools{ display:none; }
	#right_content{ display:none; }
	#footer .quick, #footer .top{ display:none; }
	.tableWrap{width:100% !important;}
	.mCSB_horizontal.mCSB_inside > .mCSB_container{width:100% !important;}
}






.alertDiv {display: flex; margin-left: 0.5rem; align-items: center; font-size: 0.75rem; font-weight:bold;}
.alertDiv.success {color:#2553b7;}
.alertDiv.fail {color:#e51e1e;}