/* 공통*/
.boardListTitle {margin-bottom:1.5rem; font-size:0.8rem; font-weight:normal; color:#898989; line-height:1;}
.boardListTitle strong{color:#333;}
.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;}

.boardListTitle .title-con{display:flex;justify-content:space-between;    align-items: flex-end;
}

@media (max-width:1030px){
	.boardListTitle .title-con {display:block;}
	.boardSearch{margin:1rem 0;}
	.bar-input{width:70%}
}


/* 카테고리 탭으로 */
.category {margin-bottom:2rem;}
.category ul {display:flex;border:1px solid #ddd;padding:0.5rem;border-radius:1.7rem;width:21.2rem;box-shadow: 5px 0 20px rgb(0 0 0 / 12%);
}
.category ul  li {width:10rem;border-radius:1.25rem;text-align:center;height:2.5rem;overflow:hidden;}
.category ul  li  a{display:inline-block;width:100%;height:100%;display:flex;justify-content:center;align-items:center;}
.category ul  li.on a {background:#102343;color:#fff;}
.category ul li a em {margin-left:0.2rem;}
body.dark-mode .category ul li a{background: rgb(136 136 136 / 15%);}
body.dark-mode .category ul li.on a,
body.dark-mode .category ul li:hover a{background: #fff;}


@media (max-width:500px){
	.category ul{width:100%;}
	.category ul li{width:50%;}
}


/* 검색 */
.boardSearch {text-align:center; }
.boardSearch form { margin:0; padding:0; }
.boardSearch form fieldset {display: flex; align-items: center; margin:0;}
.boardSearch select{flex-shrink:0;  line-height:1; color:#464646; vertical-align:top; background:#fff url("/images/common/default/content/sel.svg") no-repeat right+10px center; background-size:0.75rem; border-radius:0.25rem; border:solid 1px #ddd; height:2.5rem; width:150px;}
.boardSearch input[type="text"] {height:100%; margin:0; vertical-align:top; margin:0 5px;background:#ffffff;border:none;border-radius:0.25rem;}
.boardSearch input[name="btn_submit"]{flex-shrink:0; display:inline-block; cursor:pointer; overflow:hidden; position:relative; height:100%; line-height:1; box-sizing:border-box; width:10%; background:#41464e; border:1px solid #25282d; color:#fff !important; text-align:center; vertical-align:middle; transition:all 0.4s ease-out 0.1s; -webkit-backface-visibility:hidden; -moz-backface-visibility:hidden; -webkit-transform:translate3d(0, 0, 0); -moz-transform:translate3d(0, 0, 0);}

.boardSearch a.shadeButton {flex-shrink:0; margin-left:5px; position:relative; font-size:0; display:block; width:2.75rem; height:100%; background:#92999e; color:#fff;margin-right:-2.75rem;border-radius:0 5px 5px 0;margin-left:2.75rem;}
.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;}

.bar-input{background:#fff; position:relative; height:2.5rem; margin-left:0.5rem; border-radius:0.25rem;display:flex; border:solid 1px #ddd;}

.bar-input:has(a) {margin-right:2.75rem;}

.bar-input input[type="text"] {margin:0;background:none;padding-right:50px;}
.bar-input input[type="submit"] {position:absolute;width: 1.15rem;
	height: 1.2rem;
	background: url(/images/common/default/content/btn_search.svg)no-repeat center center;
	background-size:1.15rem;
	padding: 0;
	min-width: auto;
	border: none;
	top: 50%;
	transform: translateY(-50%);
	right: 1rem;}

@media (max-width:1030px){
	.boardListTitle {flex-direction: column-reverse; align-items: flex-start; gap:0.5rem;}
	.boardSearch{width:100%;}
	.boardSearch form fieldset {height:40px;}
	.boardSearch select{width:30%;}
	.boardSearch input[name="btn_submit"]{}
}

/*List*/
.boardListContainer { position:relative; color:#454545;   margin:0 auto; }
.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 table { margin:0;  clear:both; width:100%;}
.boardListContainer .boardList table caption { display:none; }
.boardListContainer .boardList table thead tr th {color: #222; font-weight:500; text-align:center; padding:1rem .5rem; border-top:2px #222 solid; border-bottom:1px #d5d5d5 solid; background: #f5f5f5; border-right: 1px solid #d5d5d5;}
.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 tr{}
.boardListContainer .boardList table tbody tr td {color: #575757; padding:1rem; border-bottom:1px solid #dadada;  text-align:center; vertical-align:middle;border-right: 1px solid #d5d5d5;border-top:1px solid #dadada;}
.boardListContainer .boardList table tbody tr td:last-child{border-right:none;}
.boardListContainer .boardList table tbody tr td.title { text-align:left; vertical-align:middle;   }
.boardListContainer .boardList table tbody tr td.title a{color:#383C50;}
.boardListContainer .boardList table tbody tr td.title span{display:none;}
.boardListContainer .boardList table tbody tr td.author{color:#575757; }
.boardListContainer .boardList table tbody tr td.rdate { white-space:nowrap;color:#575757; }
.boardListContainer .rnum { color:#707070;  }

.boardListContainer .boardButton {margin-top:1rem; text-align:right; vertical-align:middle; }



@media (max-width:1300px){
	.boardListContainer{width:100% !important;}
}

@media (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:15%; margin-top:1.5rem; border-radius:3px; border:1px solid #eaecf1;}
	.boardListContainer .boardList table tr:first-child{margin-top:0px;}
	.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:15%; text-align:center;}
	.boardListContainer .boardList table tbody tr td.category{display:none;}
	.boardListContainer .boardList table tbody tr td.title{margin-bottom:5px;}
	.boardListContainer .boardList table tbody tr td.title a{font-size:1.1rem; color:#333; letter-spacing:-0.02em;}
	.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);}



}


@media all 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%}
}
@media (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{border-top:2px solid #333;width:100%;}
.boardViewContainer table thead th{font-weight:normal; font-size:1.3rem; padding:1rem;line-height:1.3;}
.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; font-size:0.8rem;}
.boardViewContainer table thead td span:not(:first-child){padding-left:1rem;}
.boardViewContainer table thead td span:not(:last-child){padding-right:1rem; border-right:solid 1px #ddd;}
.boardViewContainer table thead td span em{font-weight: 700; padding-right:0.5rem;}
.boardViewContainer table thead td img{margin-left:1rem;}
.boardViewContainer table tbody td.boardViewconst{ padding:3rem 0 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;padding-bottom:4rem;line-height:1.3;}
.boardViewContainer .boardViewContent p,
.boardViewContainer .boardViewContent span{ color:#575757;word-break:break-all;white-space: pre-line;font-size:0.9rem;line-height:1.3;
}
.boardViewContainer .boardViewBottom { margin:0 .5rem 3px 0; color:#aaa; font-size:.55rem; text-align:right; }
.boardViewContainer .boardViewFile{padding:1rem; border-top:1px solid #ddd;}
.boardViewContainer .boardViewFile a{  color:#757575 !important; vertical-align:middle; font-size:90%;}
.boardViewContainer .boardViewFile p { margin:0; padding:2px 0; }
.boardViewContainer .boardViewFile p img { margin-right:5px;}
.boardViewContainer .boardPrev { padding:.75rem 0px; border-bottom:1px solid #ddd; vertical-align:middle; }
.boardViewContainer .boardNext { padding:.75rem 0px; border-bottom:1px solid #ddd; vertical-align:middle; }
.boardViewContainer .boardPrev span, .boardViewContainer .boardNext span { padding-right:.5rem;}
.boardViewContainer .boardPrev span{ font-weight:500; color: #999;background: url('/images/default/content/th.gif') no-repeat right center;}
.boardViewContainer .boardNext span{font-weight:500; color: #999;background: url('/images/default/content/th.gif') no-repeat right center;}
.boardViewContainer .boardPrev a, .boardViewContainer .boardNext a { padding-left:.5rem; padding:.75rem; }

.boardViewContainer .boardButton {margin:1.5rem 0; text-align:right; vertical-align:middle; }
.boardViewContainer .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 .75rem; z-index:0; background:#fff; border:1px solid #cdcdcd; color:#444 !important;text-align:center; vertical-align:top; transition:all 0.4s ease-out 0.1s;}
.boardViewContainer .boardButton a:before{content:''; display:block; position:absolute; top:0px; right:0px; bottom:0px; left:0px; z-index:-1; width:120%; height:110%; background:#262520; transform:translateX(-120%) skew(-15deg); transition:transform 0.5s cubic-bezier(0, 0, 0.21, 0.87) 0s;}
.boardViewContainer .boardButton a:hover:before,
.boardViewContainer .boardButton a:focus:before{background:#262520; transform:translateX(-10%) skew(-15deg) perspective(500px);}
.boardViewContainer .boardButton a:hover,
.boardViewContainer .boardButton a:focus{color:#fff !important; box-shadow:0px 10px 15px rgba(0,0,0,0.15);}
.boardViewContainer .boardViewconst img {max-width: 100%;}

@media (max-width:1720px){
	.boardViewContainer{width:100% !important;}
}



.boardCommentContainer { margin-top:2rem; margin-bottom:3.5rem; box-sizing:border-box;position:relative; background:#f7f7f7; border:1px solid #ddd; padding:1rem;}
.boardCommentContainer h4.cmt_tit{padding-bottom:1rem;border-bottom:1px solid #ddd;}
.boardCommentContainer .boardComment {padding:.5rem;  border-bottom:1px dotted #ddd;box-sizing:border-box; }
.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:#999;  }
.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 dd { margin-top:.5rem; padding:0; color:#888; }

.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-top:2.5rem;}
.boardCommentContainer .pnlFrmCmt, .boardCommentContainer .pnlFrmEditCmt, .boardCommentContainer .pnlFrmReplyCmt { position:relative; }
.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 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:#999;text-decoration:underline !important;  vertical-align:top;}
.boardCommentContainer .boardComment .commentInputTop p.smallButtons input{border:none; background:none;color:#999; 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 .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;}



/*Write*/
.boardWriteContainer { position:relative; color:#1b1b1b;    margin:0 auto; }
.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 fieldset { margin:0; padding:0; border:none; }
.boardWriteContainer fieldset legend { display:none; }
.boardWriteContainer img { border:none; vertical-align:middle; }
.boardWriteContainer table {border-top:2px solid #222; table-layout: fixed;   }
.boardWriteContainer table caption { display:none; }
.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 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 .boardButton { margin-top:2rem;text-align:center; vertical-align:middle; }
.boardWriteContainer .boardButton input[type="image"] { vertical-align:middle;margin:0px .25rem; border:none; }
.boardWriteContainer table td input[type="file"]{-webkit-appearance: none; -moz-appearance: none;  border:none; box-shadow:none; outline: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; }
.boardWriteContainer table td select{margin-right:.25rem;}
.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;width:auto;}

@media (max-width:1300px){
	.boardWriteContainer{width:100% !important; padding:0 1rem;}
}

@media all 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;}
}





/*Auth*/
.boardAuthContainer { position:relative; color:#393939;   text-align:center;margin:0 auto; }
.boardAuthContainer img { border:none; vertical-align:middle; }
.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{background:#3762B7; border:2px solid #EFEFEF;  color:#fff;}

@media all 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 10px; color:#A8ADB6;}
.boardPageNav ul li.first a{background: url('/images/board/clip/double-left.svg') no-repeat center center; background-size:1rem auto;}
.boardPageNav ul li.prev a{background: url('/images/board/clip/single-left.svg') no-repeat center center; background-size:1rem auto;}
.boardPageNav ul li.prev_on a{background: url('/images/board/clip/single-left.svg') no-repeat center center; background-size:1rem auto;}
.boardPageNav ul li.next_on a{background: url('/images/board/clip/single-right.svg') no-repeat center center; background-size:1rem auto;}
.boardPageNav ul li.next a{background: url('/images/board/clip/single-right.svg') no-repeat center center; background-size:1rem auto;}
.boardPageNav ul li.last a{background: url('/images/board/clip/double-right.svg') no-repeat center center; background-size:1rem auto;}
.boardPageNav ul li a.on{color:#102343; position:relative;}
.boardPageNav ul li a.on:before{content : ""; display : block; position : absolute; left : 0; bottom:0; width :100%; height :2px; background: #102343;}

/* FAQ */
.folding ul {border-top:2px solid #262520;}
.folding ul li{border-bottom:1px solid #ddd;}
.folding ul li .title{position:relative; padding:1.5rem 3rem 1.5rem 1rem; display: flex; align-items: center; cursor:pointer;}
.folding ul li .title:before{ content : "\e941"; display : block; position : absolute; right :1rem; top:50%; margin-top:-0.75rem; line-height:1; font-family: 'xeicon'; color:#ddd; font-size:1.5rem;  transition: all 0.2s ease-out 0s;  }
.folding ul li .title h5{position:relative; font-size:1.1rem; color:#111; padding-left:3rem;}
.folding ul li .title h5 em{position:absolute; left:0rem; top:-0.2rem; display:inline-block; width:2rem; height:2rem;  line-height:2rem;background:#102343; border-radius:50%; margin-right:1rem; font-size:.9rem; text-align:center; color:#fff}
.folding ul li .title .first{display:none; margin-right:.5rem;}
.folding ul li .subTr{position:relative; display:none; padding:1.25rem 1rem 1rem 4rem; }
.folding ul li .subTr span.tit{position:absolute; left:1rem; top:1rem;width:2rem; height:2rem;  line-height:2rem;background:#bfbfbf; border-radius:50%; font-size:.9rem; text-align:center; color:#fff;}
.folding ul li .subTr p{min-height:2rem;}
.folding ul li.active .subTr{display:block;}
.folding ul li.active .title:before{transform: rotate(180deg ); color:#262520;}



/*웹진 갤러리*/
.boardListContainer .boardList table.webzine{border-top:2px solid #333;}
.boardListContainer .boardList table.webzine td{position:relative;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{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;webkit-transition: all 0.5s ease;    -moz-transition: all 0.5s ease;    -o-transition: all 0.5s ease;    transition: all 0.5s ease; font-size: 14px; letter-spacing:0;}
.boardListContainer .boardList table.webzine td.txt a:hover p.more{background:#134483; color:#fff !important; border-color:#134483;}

/*웹진 카드형갤러리*/
.webzine-card{margin:0 -1%;}
.webzine-card li{width:31.333%; margin:2% 1%; float:left;}
.webzine-card li .card-wrap{min-height:18rem; position: relative; overflow: hidden;}
.webzine-card li .card-wrap:before{ content: ''; position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; background: rgba(0,0,0,.5);}
.webzine-card li .card-wrap .top-date{position: absolute; top: 0; width: 100%; padding:1rem; color:#fff; display:flex; justify-content: space-between;    align-items: center; z-index:10; }
.webzine-card li .card-wrap .content{position: absolute; bottom: 0; width: 100%; min-height:14.25rem; padding:2rem 1rem; transform: translateY(calc(2rem + 6.5rem));  transition: transform 0.3s; z-index:10; color:#fff; }
.webzine-card li .card-wrap .content .cate{position: absolute; top:.5rem; left:1rem; color:rgba(255,255,255,0.7);}
.webzine-card li .card-wrap .content .subject{font-weight:500; display: block;text-overflow:ellipsis;overflow: hidden;text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;  line-height: 1.3em;height: 2.6em; font-size: 1.2rem; margin-bottom:1rem; color:#fff;}
.webzine-card li .card-wrap .content .cont{font-weight:400; display: block;text-overflow:ellipsis;overflow: hidden;text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.3em;height: 2.6em; font-size: .8rem; color:#fff;}
.webzine-card li .card-wrap .content .date{color:rgba(255,255,255,0.7); font-size: .8rem;}
.webzine-card li .card-wrap .content a{position: relative; color:#fff; display:inline-block;  line-height: 1; font-weight: 700; margin-top:2rem; }
.webzine-card li .card-wrap .content a:before{content: "\ea6a";  opacity: 0;  position: absolute;  right: -1rem; top: 50%; font-family: "remixicon"; transform: translate(0, -50%);    transition: all 0.3s;}
.webzine-card li:hover{box-shadow: 0 9px 38px rgb(0 0 0 / 30%), 0 5px 12px rgb(0 0 0 / 20%);}
.webzine-card li .card-wrap:hover  .content{transform: none}
.webzine-card li .card-wrap .content a:hover:before{transform: translate(5px, -50%); opacity: 1;}

/*default-ul*/
.boardListLeftTitle{color:#333;}
.boardListLeftTitle strong{color:#ea6a1c;}
.articleList {border-top:2px solid #000;}
.articleList  li {position:relative;}
.articleList  li:hover{background: #fefaef;}
.articleList  li a{display:flex;border-bottom:1px solid #e8e8e8;padding:0.9rem 0;;align-items:center;font-size:0.9rem;}
.articleList  li a .rdate{width:6.75rem;text-align:left;font-family: 'Pretendard'; color: #888;width:12%;font-weight:400;}
.articleList  li a .rdate .day {line-height:1;}
.articleList  li a .rdate .year-month {line-height:1;}
.articleList  li a .title { width:calc(100% - 6.75rem); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; line-height: 1.5;}
.articleList  li a .title span.notify{display:inline-block;color:#fff;width:2.7rem;height:1.4rem;line-height:1.4rem;border-radius:0.7rem;background:#ea6a1c;font-weight:700;text-align:center;font-size:0.8rem;margin-right:0.9rem;}

.articleList  li .check-div{position:absolute; left:5px; height:5px; top:50%; transform:translateY(-50%);}
.articleList  li a .number {padding:0.5rem 1rem;width:8%;text-align:center;}
.articleList  li a .read{padding:0.5rem 1rem;width:6%;    font-weight: 400;}

.prowrap{display:flex; justify-content: space-between; position:relative; gap:1.5rem;}
.prowrap .pro_img{flex-basis:43.604%; overflow:hidden; border:1px solid #ddd; border-radius: 0.75rem; max-height:23rem;}
.prowrap .pro_img img{object-fit: cover; width:100%; height: 100%;}
.prowrap .pro_txt{flex-basis:calc(100% - 43.604% - 1.5rem); background: #fdf7ff; position:relative; padding:3.5rem 3rem; border-radius: 0.75rem; color: #666;}
.prowrap .pro_txt:after{content:'8夜'; position:absolute; font-size:9rem; font-weight:bold; color:#fff; bottom:-0.5rem; right:-0.5rem; line-height: 1; z-index: 0;}
.prowrap .pro_txt h3{font-size:1.5rem; font-weight:bold; color:#333;}
.prowrap .pro_txt h3 span{margin-right:0.2rem; background: inherit !important; color:#8469b0;}
.prowrap .pro_txt .txt{min-height:5rem;font-size:1rem; position: relative; z-index: 1;}
.prowrap .pro_txt .txt p {margin-top:1rem;}
.prowrap .pro_txt .txt ul {margin-top:2.4rem; padding-top:4.5rem; border-top: 1px dashed #666;}
.prowrap .pro_txt .txt ul li{font-size: 1rem; color:#333; display: flex; position: relative; padding-left:0.6rem;}
.prowrap .pro_txt .txt ul li:before{content:''; display:block; position:absolute; width:4px; height:4px; background:#8469b0; border-radius:50%; top:50%; transform:translateY(-50%); left:0;}
.prowrap .pro_txt .txt ul li:not(:last-child){margin-bottom:0.5rem;}
.prowrap .pro_txt .txt ul li span{font-weight:bold; width:2.5rem; display: inline-block;}
.prowrap .pro_txt .txt ul li p{width:calc(100% - 2.5rem);}
.proCon{ padding:6.2rem 0 5rem; border-bottom:1px solid #ddd; }
.proCon h4{font-size:1.5rem; font-weight:bold; padding:1.15rem 1.9rem; margin-bottom:1.5rem; background:#f8f8f8; color:#333; border-radius: 0.5rem;}
.pnlAttachedImage{text-align:center;display:none;}
.proCon table{width:100%; margin:0 auto; font-size:17px;}
.proCon table th{font-size:1rem !important;text-align:center;padding:0.75rem 0.5rem !important;}
.proCon table td{padding:0.5rem; border:1px solid #ddd;text-align:center;}
.proCon table td:first-child{border-left:none; background-color:#f3f4f4; color:#575757; text-align:center;}
.proCon table td:last-child{border-right:none;}
.boardViewContent p > b{color:#BB0000; }
.boardViewContainer .boardViewContent{margin:0;}

body.dark-mode .prowrap .pro_txt,
body.dark-mode .proCon h4{background: #121212; color:#fff;}
body.dark-mode .prowrap .pro_txt .txt ul li,
body.dark-mode .prowrap .pro_txt h3{color:#fff;}
body.dark-mode .prowrap .pro_txt:after{opacity: 0.05;}
body.dark-mode .proCon p span{color:#fff !important;}

body.dark-mode .proCon  table {border-top:2px solid rgba(255, 255, 255, 0.5) !important;}
body.dark-mode .proCon table td{border: 1px solid rgba(255, 255, 255, 0.5);}
body.dark-mode .proCon table td:first-child {border-left:none;background:inherit;color:#fff;}
body.dark-mode .proCon table td:last-child {border-right:none;}

.table-tit{font-weight:bold;font-size:0.9rem;color:#000 !important;margin-bottom:1.5rem;}
body.dark-mode .table-tit{color:#fff !important}
.mob-list{display:none;}
.web-list {display:block;}
.mob-list02{display:none;}

/********************************************************
■ 레이아웃 변경
********************************************************/

@media (max-width:1500px){
	.prowrap .pro_txt:after{font-size:7.5rem;}
	.prowrap .pro_txt .txt ul{padding-top:2.5rem;}
}
@media (max-width:1300px){
	.prowrap .pro_txt{padding:2rem 1.5rem;}
	.prowrap .pro_txt:after{font-size:5.5rem;}
}
@media (max-width:1030px){
	.prowrap{display:block;}
	.prowrap .pro_img,
	.prowrap .pro_txt{width:100%;}
	.prowrap .pro_txt{margin-top:2rem;}
	.proCon{padding:4rem 0 3rem;}
	.prowrap .pro_img{max-height: 18rem;}
	.pnlAttachedImage img{width:100%;}
	.articleList  li a .title span.notify{margin-right:0.5rem;}
	.articleList  li a .rdate{width:5rem;}
	.articleList  li a .title {width:calc(100% - 5rem); padding-left:1rem;}

}
@media (max-width:767px){
	.prowrap .pro_txt h3{font-size:1.4rem;}
	.prowrap .pro_txt h3 span{display:block;margin-bottom:0.5rem;margin-right:0;}
	.proCon table td{font-size:0.9rem;}
	.mob-list{display:flex;align-items: center;}
	.web-list {display:none;}
	.articleList li a > .number,
	.articleList li a > .title,
	.articleList li a > .rdate,
	.articleList li a > .read {display:none;}
	.mob-list02{display:block;}
	.articleList li a{display:block;}
	.articleList li a .number{display:none;}
	.articleList li a .title{padding-left:0;width:100%;}
	.articleList li a .rdate{width:auto;padding-right:0.5rem;}
	.articleList li a .read{width:auto;position:relative;padding:0.5rem;}
	.articleList li a .read:before{content: '';
		width: 1px;
		display: block;
		height: 0.9rem;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		background-color: #e0e0e0;
	}



}
@media all and (max-width:767px){
	.container{padding:0px 1rem;}
	.folding ul li.active .subTr{padding:1rem;    word-break: break-all;}
	.folding ul li .subTr span.tit{position:relative;display:inline-block;left:auto;top:auto;margin-bottom:1rem;}
}
@media (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;}
}


/********************************************************
■ 다크모드
********************************************************/
body.dark-mode select{color:#333;}
body.dark-mode .white-img{display: none;}
.dark-img{display: none;}
body.dark-mode .dark-img{display: inline;}
body.dark-mode .articleList,
body.dark-mode .boardViewContainer table{border-top: 2px solid #fff;}
body.dark-mode .boardListContainer,
body.dark-mode .boardListContainer a,
body.dark-mode .articleList li a .rdate .day,
body.dark-mode .boardListLeftTitle,
body.dark-mode .boardListLeftTitle strong,
body.dark-mode .boardViewContainer .boardViewContent,
body.dark-mode .boardViewContainer table thead th,
body.dark-mode .boardViewContainer a,
body.dark-mode .boardViewContainer a.button,
body.dark-mode .boardViewContainer .boardPrev span,
body.dark-mode .boardViewContainer .boardNext span,
body.dark-mode .boardWriteContainer table th,
body.dark-mode .boardWriteContainer table td,
body.dark-mode .boardGalleryContainer .boardList .boardListTitle strong,
body.dark-mode .proCon{color:#fff;}
body.dark-mode .boardWriteContainer table th{background: var(--darkbg); border-bottom: solid 1px #555;}
body.dark-mode .boardWriteContainer table td{border-bottom: solid 1px #555;}
body.dark-mode .boardViewContainer table thead td{background: #555; color:#fff; border-bottom: none;}
body.dark-mode .articleList li a:hover .rdate .day,
body.dark-mode .articleList li a:hover .rdate .year-month{color:#ea6a1c;}

.boardViewContainer .boardPrev{display:flex;align-items: center
}
.boardViewContainer .boardPrev a{    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	color: #333;
	width:calc(100% - 5rem);
	font-weight: 500;padding:0;font-size:0.85rem;}

body.dark-mode .boardViewContainer .boardViewFile a{color:#fff !important;}
body.dark-mode .folding ul li .title h5{color:#fff;}
body.dark-mode .folding ul{border-top: 2px solid #fff;}
body.dark-mode .folding ul li{border-bottom: 1px solid #555;color:#fff;}
body.dark-mode .folding ul li .subTr{background: var(--darkbg);}
body.dark-mode .folding ul li .title:before,
body.dark-mode .folding ul li.active .title:before{color:#fff;}
body.dark-mode .boardViewContainer .boardButton a {background:#555555;color:#fff !important;border:1px solid #555;}
body.dark-mode .boardViewContainer .boardButton a:hover:before,
body.dark-mode .boardViewContainer .boardButton a:focus:before {background:#fff;}
body.dark-mode .button:hover,
body.dark-mode .button:focus{color: #222 !important;}
body.dark-mode .boardViewContainer .boardButton a:hover{color: #222 !important;}

body.dark-mode .folding ul li span{color:#fff !important;}
body.dark-mode .folding ul li h4{color:#fff !important;}

.table-btn-con{display:flex;justify-content:space-between;    flex-direction: row-reverse;}

.modify{display:flex;gap:0.5rem;justify-content:flex-end;}
.modify a{width:5rem;height:2rem;display:flex;justify-content:center;align-items:center;border:1px solid #ddd;border-radius:5px;background:#fff;}
.modify a:hover{color:#fff;background:#333;}

.boardButton  a{    display: inline-block;
	overflow: hidden;
	position: relative;
	min-width: 100px;
	height: 45px;
	line-height: 43px;
	box-sizing: border-box;
	padding: 0 2rem;
	margin: 2px 0px;
	border: 1px solid #102343;
	background: #102343;
	color: #fff !important;
	text-align: center;
	vertical-align: top;
	transition: all 0.4s ease-out 0.1s;
	cursor: pointer;
	z-index: 0;
	vertical-align: middle;}



body.dark-mode .boardViewContainer .boardViewContent p,
body.dark-mode .boardViewContainer .boardViewContent span {color:#fff;}

body.dark-mode .boardPageNav ul li a.on {color:#fff;}
body.dark-mode .boardPageNav ul li a.on:before {background:#fff;}