@charset "utf-8";
fieldset{border:0;}
#searchFrm, #boardFrm, #detailFrm {position: relative; max-width: 100% ; margin: 0 auto; padding:20px 0px 0px;}
/*******게시판 상단영역*******/
.board_header{position:relative; text-align:center;}
.board_header:after{clear:both;display:block;content:""}
.board_header .page_num{float:left;min-height:50px;padding:10px 0}
.board_header .page_num > span{float:left;position:relative;font-weight:300;font-size:1.250em;line-height:1.5em;color:#1d1614;letter-spacing:-0.05em}
.board_header .page_num > span > em{font-weight:500;color:#c70010}
.board_header .page_num > span > em ~ em{color:#1d1614}
.board_header .page_num > span + span{padding-left:10px;margin-left:10px}
.board_header .page_num > span + span:after{position:absolute;top:8px;left:0;width:1px;height:16px;background:#e0e0e0;content:""}
.board_header .page_num > span.rss:after{display:none}
.board_header .page_num a{display:block;width:24px;height:24px;padding:3px;margin-top:3px;background:#e36500;text-align:center}
.board_header .page_num a > i[class*="xi-"]{display:block;font-size:0.900em;line-height:1em;color:#fff}
.board_header .search_wrap {float: right;}
.board_header select{height:50px; width:200px; border:none; outline:none; font-family: 'Pretendard'; font-weight:300; border-right:1px solid #e8e8e8; border-radius: 0; font-size:16px;  background:url(/resources/images/board/select_down.png) no-repeat right center; appearance:none; padding:0 16px;}
.board_header input[type="search"]{height:50px; border-radius:0; border:0; padding:0 12px; font-family: 'Pretendard'; font-weight:300; color:#222; width:360px;font-size:16px; margin:0;}
.board_header button.submit{background-color:unset; width:50px; height:50px;}
.board_header button.submit i.fa{font-size:24px; vertical-align:middle; transition:all .3s ease;}
.board_header button.submit i.fa:hover{color:#006fb3; transition:all .3s ease;}
.board_header .searchBar{float:right;border:1px solid #e8e8e8;}

/******* 게시판 상단영역 type2 *******/
.board_header.type2 {margin-top: 30px; padding: 30px; background:#f8f8f8; border-radius: 20px;}
.board_header.type2 select {width: 200px; padding: 0 10px; border: 1px solid #d5d5d5; border-radius: 5px; margin-right: 5px; height: 40px; font-size: 14px; text-transform:none; vertical-align:middle;}
.board_header.type2 select[disabled="disabled"] {background:#ebebeb;color:#959595;}
.board_header.type2 .submit {width: 50px; height: 40px; background: #56bcbf; color: #fff; border-radius: 5px;}
.board_header.type2 .submit:hover {background: #17808a;}
.board_header.type2 input {height:40px; background:#fff; border:solid 1px #d5d5d5; box-sizing: border-box; font-size: 14px; font-family:inherit; vertical-align:middle; border-radius: 5px; padding: 0 10px;}
.board_header.type2 input[type="file"] {border:none;}
.board_header.type2 input[type="submit"] {height:28px;line-height:24px;}
.board_header.type2 input[type="radio"],
.board_header.type2 input[type="checkbox"] {width:14px;height:14px;border:none;}
.board_header.type2 .input_text {width: 200px; border: 1px solid #d5d5d5; margin-right: 5px;}
.board_header.type2 button {text-transform: none; vertical-align: middle;}
.board_header.type2 button,[type="button"],[type="reset"],[type="submit"] {background:none; cursor:pointer;}

.bbs_info{float:left;}
.bbs_count.bbs_left {line-height:55px}
.bbs_left{float:left;display:inline;}
.bbs_right{float:right;display:inline;}
.bbs_count span{font-size:18px; font-weight:400;}
.bbs_count strong{font-size:24px; font-weight:500; color:#003587}

@media only screen and (max-width: 640px) {
    .board_header.type2 {padding:10px 12px; margin-top:0;}
    .board_header.type2 form{margin:15px 3%}
    .board_header.type2 select{width:100%;margin:2px 0;}
    .board_header.type2 span{display:block}
    .board_header.type2 .input_text {width:100%;margin:2px 0;padding-left:0;padding-right:0;text-align: center;}
    .board_header.type2 .submit{width:100%;margin:2px 0;}
}

/************ view 화면 일반type3 ************/
.bbs_detail_type3 {margin-bottom: 50px;}
.bbs_detail_type3 .view_titlearea {display:block;position:relative; border-top: 1px solid #000; font-family: 'Pretendard';}
.bbs_detail_type3 .view_titlearea dl {display: table; width: 100%; overflow: hidden; border-bottom: 1px solid #e3e3e3; color: #121212;}
.bbs_detail_type3 .view_titlearea dl.clear ul li {margin-bottom: 10px; font-size: 0.95em;}
.bbs_detail_type3 .view_titlearea dl.clear ul li a {display: block;}
.bbs_detail_type3 .view_titlearea dl dt { display: table-cell; text-align: center; width: 16%; height: 100%; vertical-align: middle; padding: 30px 0; font-weight: 500; color:#666; font-size:16px}
.bbs_detail_type3 .view_titlearea dl dd { display: table-cell; float: left; padding: 20px; width: 77%; font-size:18px}
.bbs_detail_type3 .view_titlearea dl dd .fileIcon { vertical-align: text-bottom; margin-right: 5px;}
.bbs_detail_type3 .view_titlearea dl dd .label-danger {background: #000; color: #fff; padding: 4px 8px; border-radius: 0px; font-size: 14px; vertical-align: baseline; margin-right: 5px;}
.bbs_detail_type3 .view_titlearea dl.title dd { font-size: 1.07em; font-weight: bold;}
.bbs_detail_type3 .view_titlearea dl.middle { float: left; width: 35%;}
.bbs_detail_type3 .view_titlearea dl.middle dt {width: 45.8%;}
.bbs_detail_type3 .view_titlearea dl.middle dd { float: none; vertical-align: middle; width: 100%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.bbs_detail_type3 .view_titlearea dl.mlast { width: 30%;}
.bbs_detail_type3 .view_titlearea dl.mfirst dt { border-left: 0;}
.bbs_detail_type3 .view_content {background-color: #fff; padding: 35px 20px 80px; overflow: hidden;border-bottom: 1px solid #7c7c7c;}
.bbs_detail_type3 .view_content *{line-height:1.7}

@media screen and (max-width:768px){
	.view_titlearea dl dt {width: 30%; font-size: 0.93em;border-left: 0;}
	.view_titlearea dl dd {float: none;width: 90%;padding: 15px 2% 9px;}
	.view_titlearea dl.middle {float: none; width: 100%;}
	.view_titlearea dl.middle dt { width:30%;}
	.bbs_detail_type3 .view_titlearea dl dt { display: table-cell; font-size: 0.944em; text-align: center; width: 30%; height: 100%; vertical-align: middle; background-color: #f5f5f5; padding: 15px 0;}
	.bbs_detail_type3 .view_titlearea dl.middle { float: left; width: 100%;}
	.bbs_detail_type3 .view_titlearea dl.middle dt { border-left: 1px solid #e1e1e1; width: 30%;}
}

.board_content {margin-top: 20px;}
.board_content .btn{border-radius: 0;}
.board_content .btn.addfile{padding:9px 14px;}

/******* 일반게시판 *******/
.basic_table {display: table; width: 100%; table-layout: fixed; border-collapse: collapse; margin-bottom: 25px;}
.basic_table th:first-child,
.basic_table td:first-child {border-left: none;}
.basic_table th ,
.basic_table td {padding: 20px 10px; word-wrap: break-word; word-break: keep-all; vertical-align: middle;}
.basic_table th > label { border-bottom: 0; font-size: 16px; color:#666; font-weight: 500;}
.basic_table td {border-bottom: 1px solid #e3e3e3; color: #262626}
.basic_table td b {font-weight:600; color:#323232;}

.basic_table thead th {font-weight: 500; padding: 20px 10px; border-bottom: 1px solid #222; color:#666;}
.basic_table tbody td *{vertical-align:middle; font-size:16px}
.basic_table tbody td input[type=text].w100{width:100%;}
.basic_table tbody td .label-danger {background: #000000; color: #fff; padding: 4px 8px; border-radius: 0px; font-size: 14px; vertical-align: baseline; margin-right: 5px;}
.basic_table tbody .date .b_date {font-size: 36px; color: #161616; font-weight: 500;}
.basic_table tbody .date .s_date {font-size: 22px; color: #555; padding-top: 10px;}
.basic_table tfoot th,
.basic_table tfoot td{border:1px solid #ddd; text-align:center;color:#666;background-color:#fafafa;}
.input-group-text{display:none;}

.basic_table tbody tr.problem th:first-child{border-left:none;}
	
.basic_table td.left {padding-left: 10px; text-align: left;}
.basic_table td.left .list_subject .link {display:block;}
.basic_table td.left .list_subject .link input[type="submit"] {min-width:auto;border:none;height:auto;background-color:transparent;color:#666;display:inline-block;overflow:hidden;width:93%;color:#444;text-overflow:ellipsis;white-space:nowrap;text-align:left;font-size:14px;padding:0;line-height:1.4}
.basic_table td.left .list_subject .link img {padding-right:5px;}
.basic_table td.left .list_subject a {display:inline-block;overflow:hidden;width:93%;color:#444;text-overflow:ellipsis;white-space:nowrap;}
.basic_table td.left .list_subject a:hover {text-decoration:underline}
.basic_table td.left .notiTitle {font-size: 24px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; display: inline-block; margin-bottom: 10px;}
.basic_table td.left .notiCont {font-size: 16px; color: #999;}
.basic_table td.left .notiCont p {text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden;}
.basic_table td.cell_left {text-align:left;}
.tablewrap .note {margin-top:10px;}

.noStyle th,
.noStyle td{border:none}
.basic_table .status{display:inline-block; padding:4px 8px;  border-radius: 2px; font-size:14px}
.basic_table .status.expect{color:#999; border:1px solid #999;}
.basic_table .status.progress{ background:#0e3ba5; border:none; color:#fff}
.basic_table .status.done{ background:#999; border:none; color:#fff}
/* 일반게시판 반응형 */
@media(max-width:1279px){
	.basic_table col[class^="board_"]{width:10%}
	.basic_table col.board_name{width:20%}
	.basic_table col.date{width:120px}
}

@media (max-width:1200px){
	.basic_table td.left .notiTitle {font-size: 20px;}
	.basic_table th, .basic_table td {padding: 25px 0;}
	.basic_table tbody .date .b_date {font-size: 30px;}
	.basic_table tbody .date .s_date {font-size: 18px; padding-top: 0;}
}

@media(max-width:1000px){
	.basic_table tr td{padding:5px; padding-bottom:20px; padding-top:30px;}
	.basic_table .board_number,
	.basic_table .board_count,
	.basic_table .board_file{display:none}
	.basic_table .board_number+th,
	.basic_table .board_number+td{border-left:0}
	.basic_table col.board_name{width:80px}
	.basic_table col.board_status{width:60px}
	.basic_table td.list_subject .link{width:86%}
}

@media all and (max-width:768px){
	.basic_table tbody td * , .basic_table tbody td{font-size:16px;}
	.basic_table tbody td .label-danger{font-size:12px}
	.basic_table tr td{padding-bottom:10px; padding-top:10px;}
}

@media(max-width:639px){
	.basic_table td.left .notiTitle{font-size:18px;}
	.basic_table td.left .notiCont{max-width:624px; width:100%; display: block;}
	.basic_table td .list_subject .link{display:inline;float:none;white-space:normal}
	.basic_table td .list_subject img{float:none;margin:0}
	.basic_table td:last-child{width:100% !important}
}

@media (max-width: 500px){
	.basic_table tbody td *, .basic_table tbody td{font-size:14px;}
	#body .title_news {margin-top: 50px;}
	.basic_table tbody .date .b_date {font-size: 21px;}
	.basic_table tbody .date .s_date {font-size: 14px;}
	.basic_table td.left .notiTitle {margin-bottom: 5px; font-size: 16px;}
	.basic_table td.left .notiCont p {font-size: 14px;}
	.basic_table .status{ padding:4px; font-size:12px}
}

@media(max-width:320px){
	.basic_table td.left .notiCont{max-width:300px;width:100%;display: block}
}

/************* 갤러리 게시판 리스트 *************/
.gallery_box {/*padding: 30px 0; border-bottom: 1px solid #e4e4e4; border-top:1px solid #454b56;*/ width: 100%; margin-top: 50px;  margin: 0 auto; padding-bottom: 70px;}
.gallery_box:after {content: ''; display: block; visibility: hidden; clear: both;}
.gallery_box .col {float: left; width: 32%; margin-right: 2%; margin-bottom:30px;}
.gallery_box .col:nth-child(3n){margin-right:0;}
.gallery_box .col .item {width: 100%;}
.gallery_box .col .item .figure .thumb {display: block; height: 0; background-color: #fff; overflow: hidden; position: relative; text-align: center; width:100%; padding-top:66.66%; border:1px solid #eee}
.gallery_box .col .item .figure .thumb i{padding-top:20%;}
.gallery_box .col .item .figure .thumb img {position: absolute; top: 0; left:50%; width:100%; transform:translateX(-50%); object-fit:cover; max-width:100%; height:100%;}
/*.gallery_box .col .item a .figure .thumb img:hover,.archive_box .col .item a figure .thumb img:focus,.archive_box .col .item a figure .thumb img:active {transform: scale(1.25, 1.25);}*/
.gallery_box .col .item .figure .figcaption {margin-top:10px; padding: 20px 15px; text-align: left; border-bottom:2px solid #222;}
.gallery_box .col .item .figure .figcaption p{ white-space: nowrap; display:block; overflow: hidden; text-overflow: ellipsis; word-wrap: normal; width:100%; font-weight:600; font-size:18px}
.gallery_box .col .item .figure .figcaption:hover {color: #17808a;}
.gallery_box .col .item .figure .figcaption div{margin-top:15px; color:#666666; font-weight:400;}
.gallery_box .col .item .figure .figcaption strong {font-weight: 500; color: #000;}
.gallery_box .col .item .figure .figcaption span {display: block; width: 99%; font-size: 14px; color:#5d5d5d; text-overflow: ellipsis; vertical-align: middle; white-space: nowrap; overflow: hidden;}
.gallery_box .col .item .figure .contentLine {overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; line-height: 1.5em; height: 3em; color: #999; padding: 0 15px; text-align: left;}
.gallery_box .col .item .figure .listDate {text-align: right; padding: 15px 10px 22px 0;}
.gallery_box .col a:hover .item, .gallery_box .col a:focus .item {/*border:1px solid #232323;*/}
/************* 갤러리 게시판 4열 스킨 추가*************/
.gallery_box.row4{border-top:2px solid #222; border-bottom:1px solid #222; padding:40px 20px}
.gallery_box.row4 .col{width:25%; margin:0 0 30px 0;}
.gallery_box.row4 .col a{margin:0 10px; display:block; border:1px solid #e5e5e5; box-shadow: 0px 4px 10px rgba(0,0,0,.1); transition:all .3s ease;}
.gallery_box.row4 .col:hover a{border:1px solid #000; transition:all .3s ease;}
.gallery_box.row4 .col .item .figure .thumb{border:0;}
.gallery_box.row4 .col .item .figure .figcaption{margin-top:0; border-bottom:0}
@media only screen and (max-width:1359px){
    .gallery_box{width: 100%; padding: 0;}
}

@media all and (max-width:1300px){
    .gallery_box .col .item .figure .thumb {height: 260px;}
}

@media only screen and (max-width:780px){
	.gallery_box .col{width: calc((100% - 2%) / 2);}
	.gallery_box .col:nth-child(3n){margin-right:2%;}
    .gallery_box .col:nth-child(2n){margin-right:0;}
	.gallery_box .col .item .figure .thumb {height: 213px;}
	.gallery_box .col .item .figure .figcaption p{font-size:16px}
	.gallery_box .col .item .figure .figcaption div{font-size:14px}
	
	.gallery_box.row4 .col{width:33%;}
	.gallery_box.row4 .col .item .figure .thumb{height:150px}
}

@media only screen and (max-width:640px){
	.gallery_box .col .item .figure .figcaption{padding:10px 0; margin-top:0;}
   .gallery_box .col .item .figure .figcaption p{font-size:14px}
   .gallery_box .col .item .figure .figcaption div{margin-top:10px}
	.gallery_box .col .item .figure .thumb {height: 200px; position: relative;}
	.gallery_box .col .item .figure .thumb img {position:absolute;top: 50%; left: 50%; transform: translate(-50%,-50%);}
	
	.gallery_box.row4 .col .item .figure .figcaption{padding:10px}
	.gallery_box.row4 .col{width:50%;}
}

@media only screen and (max-width:450px){
    .gallery_box .col {width:100%; margin-right:0; margin-bottom:25px; float:none;}
    .gallery_box .col .item .figure .figcaption p{whte-space:nowrap;white-space: normal;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;}
    
    .gallery_box.row4 .col{width:100%;}
}

/************ 웹진형 게시판 ************/
.webzine{border-top:2px solid #222; border-bottom:1px solid #222; padding:0 30px}
.webzine .datanone{line-height:300px; font-size:16px; color:#666666; font-weight:400; display:block}
.webzine .item{padding:40px 0; border-bottom:1px solid #e7e7e7}
.webzine .item:hover .figcaption .title{text-decoration: underline;}
.webzine .thumb{width:320px; height:240px; float:left;}
.webzine .thumb img{width:100%; height:100%; object-fit:cover;}
.webzine .figcaption{float:left; width:calc(100% - 360px); margin-left:40px;}
.webzine .figcaption .title{font-size:24px; text-align:left; margin-bottom:20px; color:#222; word-break:break-all;}
.webzine .figcaption .content{font-size:18px; text-align:left; line-height:1.5; font-weight:400; margin-bottom:15px; display:-webkit-box; -webkit-box-orient:vertical; text-overflow:ellipsis; -webkit-line-clamp:3; overflow:hidden;}
.webzine .figcaption div{text-align:left; color:#7b7b7b; font-weight:400;}
@media all and (max-width:1200px){
	.bbs_count span{font-size:16px}
	.bbs_count.bbs_left{line-height:45px}
	.board_header select{width:100px; font-size:16px; height:45px;}
	.board_header input[type="search"]{width:240px; font-size:16px; height:45px;}
}
@media all and (max-width:768px){
	.bbs_count.bbs_left{line-height:1;}
	.board_header .searchBar{width:100%; margin-top:20px}
	.board_header .searchBar .text{width:calc(100% - 120px); display:inline-block}
	.board_header input[type="search"]{width: calc(100% - 73px); margin:0;}
	.board_header button.submit{height:45px; width:45px;}
	.webzine .thumb{width:240px; height:160px;}
	.webzine .figcaption{width:calc(100% - 280px);}
	.webzine .figcaption .title{font-size:18px}
	.webzine .figcaption .content, .webzine .figcaption div{font-size:14px}
}
@media all and (max-width:640px){
	.webzine{padding:0 20px;}
	.webzine .item{padding:20px 0;}
	.webzine .thumb{width:160px; height:130px;}
	.webzine .figcaption{margin-left:20px; width:calc(100% - 180px);}
	.webzine .figcaption .title{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
	.webzine .figcaption .content{-webkit-line-clamp:2;}
}
@media all and (max-width:375px){
	.webzine{padding:0;}
	.webzine .thumb{width:120px; height:100px;}
	.webzine .figcaption{margin-left:10px; width:calc(100% - 130px);}
}
/************ //웹진형 게시판 ************/

/************ 게시판버튼 ************/
#detailFrm .form-group{display:inline-block; vertical-align:middle;}
.board_btnwp {/*display:inline-block;*/ vertical-align:middle; margin:4px 0; text-align:right;}
.board_btnwp:after {display: block; content:""; clear: both;}

.board_btn {display: inline-block; padding: 15px 30px; border: 1px solid #333333; background:#fefefe; color:#333333; font-family:'Pretendard'; text-decoration:none; vertical-align:top; font-size:16px; transition:all .3s ease;}
.basic_table .board_btn{font-size:14px}
.board_btn:hover {border: 1px solid #333; background-color: #333; color: #fff; transition:all .3s ease;}
/*.board_btn span {display: inline-block; padding: 0 25px; white-space: nowrap;}*/
.board_btn.button-delete {float: right; border: 1px solid #222222; background:#ffffff; color:#222222; transition:all .3s ease}
.board_btn.button-delete:hover {border: 1px solid #222222; background-color: #222222; color: #fff; transition:all .3s ease}
.board_btn.write {border: 1px solid #0e357b; background: #fff; color: #0e357b; transition:all .3s ease}
.board_btn.write:hover { background-color: #0e357b; color: #fff; transition:all .3s ease}
.board_btn.cancel{border: 1px solid #c70000; background: #fff; color: #c70000; transition:all .3s ease}
.board_btn.cancel:hover{background:#c70000; color: #fff; transition:all .3s ease}
.board_btn.list {border: 1px solid #222222; background: #222222; color: #ffffff; transition:all .3s ease}
.board_btn.list:hover {border: 1px solid #555555; background: #555555; transition:all .3s ease; color:#ffffff;}
.btn.uploadfile {border: 1px solid #005fb3; background: #005fb3; color: #fff; margin: 4px; font-size:14px; font-family: 'Pretendard'}
.btn.uploadfile:hover {border: 1px solid #0c6fc7; background: #0c6fc7; color: #fff;}
.btn.addfile {border: 1px solid #000; background: #fff; color: #000; font-size:14px; cursor:pointer;}
.btn.addfile:hover {border: 1px solid #000; background-color: #000; color:#fff;}
.btn.deletefile {border: 1px solid #fc9b5c; background: #fff; color: #fc9b5c;}
.btn.deletefile:hover {border-color: #fc9b5c; background: #fc9b5c; color: #fff;}
.basic_table tbody .file-delete .deletefile{background:none; color:#666; border:none; padding:0; height:unset;}
.clearfix::after{display:block; content:''; clear:both;}
.board_btnwp .board_control{border-bottom:1px solid #e5e5e5; border-top:1px solid #e5e5e5; margin-bottom:30px}
.board_btnwp .board_control li{float:left; width:50%;}
.board_btnwp .board_control .btn_prev{text-align:left;}
.board_btnwp .board_control li a{font-size:18px; display:block; position:relative;}
.board_btnwp .board_control li a:hover span:last-child{text-decoration: underline;}
.board_btnwp .board_control .btn_prev a{padding:30px 30px 30px 110px}
.board_btnwp .board_control .btn_prev a::before{display:block; content:''; width:41px; height:41px; background:url(/resources/images/board/board_ctl_prev.png) no-repeat; background-size:cover; position:absolute; left:30px; top:50%; transform:translateY(-50%)}
.board_btnwp .board_control .btn_next a{padding:30px 110px 30px 30px; border-left:1px solid #e5e5e5;}
.board_btnwp .board_control .btn_next a::before{display:block; content:''; width:41px; height:41px; background:url(/resources/images/board/board_ctl_next.png) no-repeat; background-size:cover; position:absolute; right:30px; top:50%; transform:translateY(-50%)}
.board_btnwp .board_control li a span{display:block; font-weight:600}
.board_btnwp .board_control li a .tit{font-weight:400; color:#666; font-size:16px; margin-top:5px}
@media all and (max-width:768px){
	.board_btn{padding:10px 30px; font-size:16px}
	
	.board_btnwp .board_control li a{font-size:16px;}
	.board_btnwp .board_control .btn_next a{ padding:30px 60px 30px 30px}
	.board_btnwp .board_control .btn_next a::before{right:0;}
	.board_btnwp .board_control .btn_prev a{padding:30px 30px 30px 60px}
	.board_btnwp .board_control .btn_prev a::before{left:0;}
}
@media all and (max-width:500px){
	.board_btn{padding:10px 18px; font-size:14px}
	
	.board_btnwp .board_control li a{font-size:14px}
	.board_btnwp .board_control li a .tit{font-size:14px}
	.board_btnwp .board_control .btn_prev a{padding:10px 10px 10px 40px}
	.board_btnwp .board_control .btn_prev a::before{width:20px; height:20px;}
	.board_btnwp .board_control .btn_next a{padding:10px 40px 10px 10px}
	.board_btnwp .board_control .btn_next a::before{width:20px; height:20px;}
}
/************ 페이징 ************/
.pagenation_wrap{position:relative;overflow:hidden;/* height:80px;padding:20px 0;*/text-align:center; margin:20px 0}
.pagenation{display:inline-block;vertical-align:top}
.pagenation_wrap .pagenation a, .pagenation_wrap .pagenation strong, .pagenation_wrap .pagenation .currentPage {float: left; position: relative; min-width: 40px; height: 40px; padding: 7px 0; margin: 0 4px; border: 1px solid transparent; border-radius: 0; font-size: 1em; line-height: 1.5em; font-family: "Nanum Square"; color: #767676; letter-spacing: -0.03125em; vertical-align: middle; border-radius: 20px;}
.pagenation strong.active,
.pagenation a:hover {border:none; background-color: #ededed; color: #222222;}
.pagenation a[class*="xi-"] {overflow: hidden; border-color: #56bcbf; line-height: 1.625em; color: #fff; border-radius: 5px; background: #56bcbf;}
.pagenation a[class*="xi-"]:hover{border-color: #17808a; background: #17808a; text-decoration: none;}
.pagenation a.btn.prev{margin-right:16px}
.pagenation a.btn.next{margin-left:16px}
.pagenation [class*="xi-"].first:before,.pagenation [class*="xi-"].last:before{margin-left:8px}
.pagenation [class*="xi-"].first:after,.pagenation [class*="xi-"].last:after{position:absolute;top:7px;left:10px;line-height:1.625em;font-family:"xeicon"}
.pagenation [class*="xi-"].first:after{content:"\e93d"}
.pagenation [class*="xi-"].last:after{content:"\e940"}
.pagenation .angle-left-thin{background:url(/resources/images/board/angle-left-thin.svg) no-repeat center; }
.pagenation .arrow-left{background:url(/resources/images/board/arrow-left.svg) no-repeat center;}
.pagenation .angle-right-thin{background:url(/resources/images/board/angle-right-thin.svg) no-repeat center;}
.pagenation .arrow-right{background:url(/resources/images/board/arrow-right.svg) no-repeat center;}
.pagenation .disabled{cursor:not-allowed}
.pagenation.pageNum {display:none;vertical-align:top}
.pagenation.pageNum .currentPage {padding:7px 15px;margin:0 10px;border-color:transparent;font-size:1.250em;line-height:1.2em;letter-spacing:-0.05em}
.pagenation.pageNum .currentPage > em {font-weight:700;line-height:1.2em;color:#000}

@media screen and (max-width:768px){
	.pagenation.pageNum{display:inline-block}
}

/************ 프로그램 > 장난감도서관 > 장난감검색************/
.toySearch_box{padding: 0; margin-bottom: 50px;}
.toySearch_box .col{width: 23.35%;  margin-right: 2.2%; min-height:360px; position: relative; padding: 10px;  height: 320px; margin-top: 30px; text-align: center; border-radius: 30px; box-shadow: 0px 0px 20px #cdf2f4; border-top: 3px solid #57bdbf; }
.toySearch_box .col:nth-child(4n){margin-right:0;}
.toySearch_box .col .item{border:none; width:100%; }
.toySearch_box .col .item .figure .thumb{margin-top:30px; height:130px;}
.toySearch_box .col .item .figure .thumb img{height:100%; width:100%; object-fit:scale-down;}
.toySearch_box .col .item .figure .area{font-size: 14px; margin-top: 20px; margin-bottom: 10px; padding: 5px 20px; font-weight: 500; background-color: #fff; color: #57bdbf; border: 2px solid #57bdbf; border-radius: 20px; display: inline-block;}
.toySearch_box .col .item .figure .figcaption{padding:0; text-align:Center; font-size:16px; color:#333; border-top: 0;}
.toySearch_box .col .item .figure .figcaption strong{font-weight:400;}
.toySearch_box .col .item .figure span{transition: all 0.3s;background-color: #3ea7a9; color: #fff; left: 0; bottom: 0; position: absolute; display: block;width: 100%; height: 50px; border-radius: 0px 0px 30px 30px; line-height:50px;}
.toySearch_box .col .item:hover .figure span{background-color:#4dbbbd; box-shadow:0px 0px 20px #68d8da; background-color:#fff; color:#3ea7a9;}

@media screen and (max-width: 1200px){
	.toySearch_box .col{width: 23.3%;}
	.toySearch_box .col:nth-child(4n){margin-right:0;}
	.toySearch_box .col:nth-child(5n){margin-right: 2.2%;}
}
@media screen and (max-width: 960px){
	.toySearch_box .col{width: 31.8%;}
	.toySearch_box .col:nth-child(4n), .toySearch_box .col:nth-child(5n){margin-right: 2.2%;}
    .toySearch_box .col:nth-child(3n){margin-right: 0%;}
}
@media screen and (max-width: 500px){
	.toySearch_box .col{width:48.9%;}
	.toySearch_box .col:nth-child(3n), .toySearch_box .col:nth-child(4n), .toySearch_box .col:nth-child(5n){margin-right: 2.2%;}
    .toySearch_box .col:nth-child(2n){margin-right: 0%;}
}
@media screen and (max-width: 450px){
	.toySearch_box .col{width:100%; margin-right:0 !important; margin-top:10px;}
}
/************ Q&A 게시판 댓글 스타일 ************/
.panel.comment {position: relative; display: inline-block; width: 100%; margin-top:30px;}
.panel.comment .panel-heading h5 {border-top: 2px solid #50babf; font-size: 16px; padding: 15px 0; font-weight: 500; color: #000;}
.panel.comment .input-group-addon {border: 1px solid #fc9b5c; padding: 0; background: #fc9b5c;}
.panel.comment .input-group-addon:hover {background: #f6904d; border: 1px solid #f6904d;}
.panel.comment .comment-btn {color: #fff; padding: 15px 20px;}
.panel.comment .input-group .form-control {border: 1px solid #d5d5d5; padding: 10px; font-size: 14px;}

.coment_line {border-top:1px solid #999; border-bottom:1px solid #999; padding:10px; min-height: 80px;}
.comment_wrap{padding:20px 0px;}
.comment_wrap.depth1{border-bottom:1px solid #eaeaea; background:#fff;}
.comment_wrap.depth2{ background:#f8f9fa; margin-top:0; position:relative; border-bottom:1px solid #eaeaea; padding:15px 25px 15px 50px;}
.comment_wrap.depth2::before{display:block; content:'ㄴ'; position:absolute; left:20px; top:15px}
.comment > dt{position:relative;font-weight:500;font-size:16px;line-height:1.25em;color:#000;letter-spacing:-0.04167em; float:left; width:150px; border-right:1px solid #d9d9d9;}
.comment > dt .small{display:inline-block;margin-left:5px;font-weight:300;font-size:0.667em;line-height:1.25em;color:#555;letter-spacing:-0.03125em;white-space:nowrap}
.comment_wrap.depth2 .comment > dt{width:120px;}
.comment_wrap.depth2 .comment > dd{width:calc(100% - 140px);}
.comment > dd{position:relative; font-weight:300; line-height:1.5625em;color:#555;letter-spacing:-0.03125em; word-break:break-all; /*word-break:keep-all;*/white-space:normal; float:right; width:calc(100% - 170px); }
.comment dd .recom_mem{font-weight:700; font-size:16px; color:#006fb3; margin-right:5px}
.comment a{position:relative;line-height:1.5625em;color:#000;vertical-align:top}
.comment a[target="_blank"]{padding-right:18px}
.comment a[target="_blank"]:after{position:absolute;top:6px;right:0;width:17px;height:17px;font-size:1.063em;line-height:1em;font-family:"xeicon";content:"\e980"}
.comment .btn_wrap a[target="_blank"]{padding-right:9px}
.comment .btn_wrap a[target="_blank"]:after{display:none}
.total-number{padding:20px 10px 10px 10px; font-size:14px; margin-bottom:20px;}

/*댓글 스타일 수정*/
.cmt-detail h5{font-size:18px; font-weight:600; margin:20px 0}
.cmt-detail .cmt-paper{padding:20px; border:1px solid #eaeaea;}
.cmt-detail .writer{margin-bottom:10px; font-weight:600;}
.cmt-detail .cmt-paper .comment-area{border:1px solid #e1e1e1;}
.cmt-detail .cmt-paper .comment-area textarea{width:100% !important; max-width:100%; min-height:60px; border:0;}
.cmt-detail .cmt-paper .comment-area .button{background:#ededed; text-align:right;}
.totalstatus div{font-family: 'Pretendard';}
.totalstatus > div{margin:20px 0 0 0; font-size:14px}
.cmt-detail .cmt-paper .comment-area .button .btn-regist{background:#0e357b; color:#fff; font-family: 'Pretendard'; padding:12px 15px;}
.btn.com-mdf{min-width:unset; padding:8px 18px; height:auto; color:#fff; background:#0e357b; border:none; margin-top:10px; border:1px solid #0e357b;}
.btn.com-mdf:hover{background:#042663; color:#fff; border:1px solid #042663;}
.btn.com-del{min-width:unset; padding:8px 18px; height:auto; color:#fff; background:#c70000; border:none; margin-top:10px; border:1px solid #c70000;}
.btn.com-del:hover{background:#8b1f1f; color:#fff; border:1px solid #8b1f1f}
.btn.com-can{min-width:unset; padding:8px 18px; height:auto; color:#fff; background:#555555; border:none; margin-top:10px; border:1px solid #555555;}
.btn.com-can:hover{background:#555555; color:#fff; border:1px solid #555555}
.btn.com-com{min-width:unset; padding:8px 18px; height:auto; color:#222; background:#ffffff; border:1px solid #333333; margin-top:10px}
.btn.com-com:hover{background:#333333; color:#fff; border:1px solid #333333}
.com_none{position:relative; padding-top:120px; padding-bottom:30px; text-align:center;}
.com_none::before{display:block; content:''; width:80px; height:80px; background:url(/resources/images/board/com_none_bg.png) no-repeat center; background-size:cover; position:absolute; top:25px; left:50%; transform:translate(-50%);}
.com_none p{color:#7f7f7f;}

.comment.list:after{clear:both;display:block;content:""}
.comment.list > dt{float:left;width:200px}
.comment.list > dd{float:left;width:calc(100% - 200px);width:-webkit-calc(100% - 200px);padding:0}

.comment:after{clear:both;display:block;content:""}
.comment li{float:left;width:100%;line-height:1.5625em;color:#333;letter-spacing:-0.03125em; word-break:break-all;}

@media screen and (max-width:1320px){
	.comment .btn_wrap .btn{float:left;width:calc(50% - 10px);width:-webkit-calc(50% - 10px);min-width:auto}
	.comment .btn_wrap .btn + .btn{margin-left:20px}
}

@media screen and (max-width:1280px){
	.comment.list > dt{display:block;float:none;width:100%;margin-bottom:20px}
	.comment.list > dd{display:table;width:100%;table-layout:fixed}
}

@media screen and (max-width:1024px){
	.comment .btn_wrap .btn{width:100%}
	.comment .btn_wrap .btn + .btn{margin:5px 0 0}
}

@media screen and (max-width:920px){
	.comment.list > dt{margin-bottom:5px}
	.comment.list > dd{display:block}
}

@media screen and (max-width:768px){
	.comment .btn_wrap .btn{float:left;width:calc(50% - 10px);width:-webkit-calc(50% - 10px);min-width:auto}
	.comment .btn_wrap .btn + .btn{margin:0 0 0 20px}
}

@media screen and (max-width:640px){
	.comment_wrap{padding:20px 30px}
	.comment_wrap.depth2::before{font-size:14px; top:13px; left:30px;}
	.comment > dt{width:75px; font-size:14px}
	.comment_wrap.depth2 .comment > dt{width:55px;}
	.comment > dd{width:calc(100% - 95px); font-size:14px}
	.comment_wrap.depth2 .comment > dd{width:calc(100% - 75px);}
}

@media screen and (max-width:480px){
	.comment .btn_wrap .btn{width:100%}
	.comment .btn_wrap .btn + .btn{margin:5px 0 0}
}

/*board Page Style*/
table{ border-collapse:separate; border-spacing:0;}
th, td{ vertical-align:middle;}

table caption{position: relative;width: 1px;height: 1px;margin: -1px;text-indent:-100000px;}

/*검색영역*/
.search_wrap,.search_wrap .search_frm{position:relative}

/*기본검색 폼*/
.search_frm .input-group{display:block;position:relative;width:550px;margin:0 auto}
.search_frm .input-group:after{clear:both;display:block;content:""}
.search_frm .select_box{float:left;width:200px;height:50px;margin-right:10px;background:#fff}
.search_frm .select_box.yearField{width:135px}
.search_frm .select_box label{padding:13px 25px 15px 15px}
.search_frm .select_box select{-webkit-appearance:none;-moz-appearance:none;appearance:none}
.search_frm .select_box select::-ms-expand{display:none}
.search_frm .form-control{float:left;width:calc(100% - 210px);width:-webkit-calc(100% - 210px);height:50px;padding:12px 15px;font-size:1em;line-height:1.5em;color:#030101;z-index:auto}
.search_frm .input-group-btn{position:absolute;top:1px;right:1px;width:48px;height:48px;font-size:1em;line-height:1.5em}
.search_frm .input-group-btn:after{position:absolute;top:0;left:0;width:1px;height:48px;background:#d9dfe8;content:""}
.search_frm .input-group-btn > .btn.btn-primary{display:block;width:100%;min-width:auto;height:100%;padding:10px;border:0 none;background:transparent;font-size:1.500em;line-height:1.1667em;color:#030101;letter-spacing:-0.04167em}
.search_frm .input-group-btn > .btn.btn-primary > i[class*="xi-"]{line-height:1.1667em;vertical-align:top}
.search_frm .input-group-btn > .btn.btn-primary:hover,
.search_frm .form-control:hover + .input-group-btn > .btn.btn-primary,
.search_frm .form-control:focus + .input-group-btn > .btn.btn-primary {background:#233249;color:#fff}
.search_frm .type2{width:695px}
.search_frm .type2 .select_box{width:200px}
.search_frm .type2 .select_box + .select_box{width:135px}
.search_frm .type2 .form-control{width:calc(100% - 355px);width:-webkit-calc(100% - 355px)}

@media screen and (max-width:768px){
	.board_header .page_num{width:100%}
	.board_header .page_num > span + span{float:right}
	.board_header .page_num > span + span:after{display:none}
	.board_header .search_wrap{float:left;width:100%}
	.search_frm .input-group{width:100%}
	.search_frm .input-group-btn > .btn.btn-primary{height:100% !important}
	.pagenation.pageNum{display:inline-block}
}

@media screen and (max-width:568px){
	.search_frm .type2{width:100%}
	.search_frm .type2 .select_box.yearField{width:calc(50% - 5px);width:-webkit-calc(50% - 5px);margin:0 5px 10px 0}
	.search_frm .type2 .select_box{width:calc(50% - 5px);width:-webkit-calc(50% - 5px);margin:0 0 10px}
	.search_frm .type2 .select_box + .select_box{width:calc(50% - 5px);width:-webkit-calc(50% - 5px);margin-left:5px}
	.search_frm .type2 .form-control{width:100%}
	.search_frm .type2 .input-group-btn{top:61px}
}

@media screen and (max-width:480px){
	.search_frm .select_box{width:100%;margin:0 0 10px}
	.search_frm .form-control{width:100%}
	.search_frm .input-group-btn{top:61px}	
}

/************ 일반게시판 TYPE2 ************/
/* 기본게시판 */
.basic_table_type2.list{width:100%;border-collapse:collapse;margin-top:5px;}
.basic_table_type2.list thead tr:first-child th{border-top: 2px solid #151515;border-bottom:1px solid #aaa}
.basic_table_type2.list th{padding:12px 10px;border-bottom:1px solid #d9d9d9; text-align:center;font-weight:500;}
.basic_table_type2.list td{padding:12px 10px;border-bottom:1px solid #d9d9d9;color:#737373;text-align:center;}
.basic_table_type2.list td.subject{text-align:left}
.basic_table_type2.list td.subject a{display:inline}
.basic_table_type2.list .delete td{color:#aaa;}
.basic_table_type2.list .delete td.subject a{color:#aaa  }
.basic_table_type2.list td img{margin-left:5px;vertical-align: middle}
.basic_table_type2.list .notice td{background:#f8f8f8;font-weight:500;color:#333}
.basic_table_type2.list .notice a{font-weight:500;color:#333}
.basic_table_type2.list .empty{padding:40px 0;text-align:center;}
.basic_table_type2.list .delete .delete_info{font-size:0.9em;color:#2e84d1}

@media only screen and (max-width:640px){
    .bbs_explain_top ul{margin-left:0;}
    .bbs_explain_top ul.bu{padding-left:0 !important;}
    .bbs_explain_bottom ul{margin-left:0;}
    .bbs_explain_bottom ul.bu{padding-left:0 !important;}
    .basic_table_type2.list colgroup{display:none}
    .basic_table_type2.list thead th{display:none;}
    .basic_table_type2.list tbody {border-top: 1px solid #151515;}
    .basic_table_type2.list tbody tr{display:block;padding:4px 0;border-bottom:1px solid #d9d9d9;}
    .basic_table_type2.list tbody tr:after{display:block; clear:both; content:"."; visibility:hidden; height:0;}
    .basic_table_type2.list tbody tr{display: inline-block;}
    .basic_table_type2.list tbody tr{display: block;}
    .basic_table_type2.list tbody tr:nth-child(odd) {background:#f8f8f8}
    .basic_table_type2.list tbody td{display:block;float:left;clear:left;width:100%;padding: 3px 10px 3px;border:none;text-align:left;box-sizing:border-box }
    .basic_table_type2.list tbody td.subject{width:auto;}
    .basic_table_type2.list [data-cell-header]:before {	content: attr(data-cell-header); 	display: inline-block; }
    .basic_table_type2.list .checkbox{display:none}
}

/************ 글쓰기 ************/
.basic_table.write {width:100%;margin-top:0px;border-collapse:collapse; border-top:1px solid #000; text-align: left;}
.basic_table.write > tr:first-child th,
.basic_table.write > tr:first-child td{border-top: 2px solid #151515;}
.basic_table.write th{width:20%;padding:8px 10px;border-bottom:1px solid #e3e3e3;font-weight:500;text-align:center; color:#666;}
.basic_table.write > thead > tr:first-child th{border-top: 2px solid #151515;border-bottom:1px solid #aaa}
.basic_table.write > tbody > td{padding:8px 25px;border-bottom:1px solid #d9d9d9;}
.basic_table.write .table-condensed td{padding:0; border:0}
.basic_table.write .table-condensed th{padding:0; border:0}
.basic_table.write img{vertical-align: middle}
.basic_table.write td label{margin-right:10px}

.basic_table.write .subject input{width:100%;}
.basic_table.write .date{width:100px;border:none;text-align:center}
.basic_table.write .date_wrap{display:inline-block;border:1px solid #e9e9e9}
.basic_table.write .bbs_btn_small {padding:0 6px;border:1px solid #686868;background:#686868;color:#fff;text-decoration: none}
.basic_table.write .bbs_content {width:100%;min-height:250px;padding:5px 3px;}
.basic_table.write .attach_file {font-size:0.9em;}
.basic_table.write .attach_file .file_input {display:inline-block;width:76%;margin-left:23px;margin-right:8px;}
.basic_table.write .attach_file .file_input input{width:100%;}
.basic_table.write .bbs_detail_file{border-bottom:none; padding:15px 0px 15px 0px; }
.basic_table.write .bbs_detail_file input { font-weight:400; font-size:0.85em; line-height:0.9em; height:20px; padding:2px 8px; background:#545454; border:1px solid#545454;}
.basic_table.write .fileItem{padding:12px; border-bottom:1px solid #e5e5e5;}
.basic_table.write .fileItem * {font-size:16px; vertical-align:top;}
.basic_table.write tbody td span{vertical-align:middle;}
@media only screen and (max-width:640px){
    .basic_table.write tr{display:block;padding:4px 0;}
    .basic_table.write tr:after{display:block; clear:both; content:"."; visibility:hidden; height:0;}
    .basic_table.write tr{display: inline-block;}
    .basic_table.write tr{display: block;}
    .basic_table.write th{display:block;float:left;clear:left;width:100%;padding:10px 3% 10px;border:none;background:none;color:#222;text-align: left;box-sizing:border-box }
    .basic_table.write td{display:block;float:left;clear:left;width:100%;padding:0 3% 10px;box-sizing:border-box; border-left:none; }
    .basic_table.write tr:first-child {padding:0px 0;}
	.basic_table.write tr:first-child th{border-bottom:none}
    .basic_table.write tr:first-child td{border-top: none; }
    .basic_table.write .addr_left {float:none;width:100%}
    .basic_table.write .addr_right {float:none;width:100%}
    .basic_table.write [data-cell-header]:before {	content: attr(data-cell-header);display: inline-block; }
    .basic_table.write .content_in {display:block;margin-bottom:5px}
    .basic_table.write input[type="radio"], .basic_table.write input[type="checkbox"]{width:auto;height:auto;padding-left:0;}
}

[class^="form-"] input[readonly]{background:#e0e0e0}
[class^="form-"] input[type="text"],
[class^="form-"] input[type="password"]{min-width:0;width:100%;height:42px;padding:0 5px;line-height:42px}

.form-half{width:45%}

@media(max-width:768px){
	.form-half {width: 100%;}
}

/************ view 화면************/
/* detail */
.bbs_detail{border-top:2px solid #434343;border-bottom:1px solid #d5d5d5}
.bbs_detail:before{content:"";display:block;position:absolute;top:0;left:70%;width:1px;height:100%;background:#ddd;}
.bbs_detail.bbs_detail_basic:before{display:none;}
.bbs_detail:after{content:"";display:block;visibility:hidden;clear:both;}
.bbs_detail_content{display:inline-block;float:left;padding-bottom:30px;width:70%;}
.bbs_detail.bbs_detail_basic .bbs_detail_content{display:block;float:none;width:100%;}
.bbs_detail.bbs_detail_basic .bbs_detail_player{position:relative;margin-bottom:30px;}
.bbs_detail.bbs_detail_basic .bbs_detail_player .video-js{position:absolute;top:0;left:0;}
.bbs_detail_cont{padding:20px 15px; border-bottom:1px solid #d5d5d5;}
.bbs_detail_content{position:relative;padding:20px 15px;}
.bbs_detail_content p{font-size:14px;line-height:160%;}
.bbs_detail_img{overflow:hidden;position:relative;margin-bottom:20px;width:100%;}
.bbs_detail_img *{margin:0;padding:0;}
.bbs_detail_img figure{width:100%;text-align:center;}
.bbs_detail_img figcaption{height:0;font-size:0;line-height:0;}
.bbs_detail_file{clear:both;position:relative;padding:15px 20px 15px 20px;border-bottom:1px solid #d5d5d5;background-color:#fff;}
.bbs_detail_file.file_list{padding:0;border:none;}
.bbs_detail_file:after{content:"";display:block;visibility:hidden;clear:both;}
.bbs_detail_file a{display:inline-block;margin-right:10px;font-size:13px;color:#666;line-height:190%;}
.bbs_detail_file a *{vertical-align:middle}
.bbs_detail_file a span{overflow:hidden;display:inline-block;margin-left:-40px;margin-right:5px;width:26px;height:26px;font-size:0;}
.bbs_detail_file i{ font-size:1.4em;}
.bbs_detail_file.file_list a{margin:0;padding-left:0;}
.bbs_detail_file.file_list a span{margin:0;}
.bbs_detail_file a:hover{text-decoration:underline}

/*.bbs_detail_tit {position:relative;padding:15px 20px;border-bottom: 1px solid #d5d5d5;background: url("/images/prog/board/detail_title_bg.gif") repeat;}*/
.bbs_detail_tit{position:relative;padding:16px 20px;background-color:#f7f7f7;border-bottom: 1px solid #d5d5d5;}
.bbs_detail_tit h2{display:block;margin:0;padding:0;background:none;color:#111;font-size:20px;line-height:1.2;}
.bbs_detail_tit h2:before,
.bbs_detail_tit h2:after{display:none;}
.bbs_detail_tit h5 { font-size:20px;}
.bbs_detail_tit h5 span { font-size:13px; }
.bbs_detail_tit{position:relative;padding:15px 20px;border-bottom: 1px solid #d5d5d5;}
.bbs_detail_tit .info{padding-top:10px;font-size:14px;}
.bbs_detail_tit .info:after{content:"";display:block;visibility:hidden;clear:both;}
.bbs_detail_tit .info li{position:relative;display:inline-block;float:left;margin-left:10px;padding-left:10px;color:#444;}
.bbs_detail_tit .info li:first-child{margin-left:0;padding-left:0;}
.bbs_detail_tit .info li:after{content:"";display:block;position:absolute;top:1px;right:-10px;width:1px;height:15px;background:#ddd;}
.bbs_detail_tit .info li.regdate{float:right;}
.bbs_detail_tit .info li.regdate:after{display:none;}
/*.bbs_detail_tit .info li.date:after, .bbs_detail_tit .info li.inq_cnt:after {display: none;}*/

.bbs_detail_nextprev{border-top:1px solid #888;}
.bbs_detail_nextprev li,
.bbs_detail_nextprev li a {font-size: 13px;color:#666; line-height:40px;}
.bbs_detail_nextprev li a:hover{text-decoration: underline;}
.bbs_detail_nextprev li{position:relative;overflow:hidden;border-bottom:1px solid #e5e5e5;padding-left:15px;height:40px;line-height:40px; color:#222;font-weight: normal;}
.bbs_detail_nextprev li.next:before {font-size:1.4em; font-family:"xeicon"; content:"\e944"; margin-right:20px;}
.bbs_detail_nextprev li.prev:before {font-size:1.4em; font-family:"xeicon"; content:"\e941"; margin-right:20px;}
.bbs_detail_nextprev li .date{position: absolute;top:8px;right:10px;color:#666;}
.invisible{position:absolute;text-indent:-5000px;height:0;line-height:0;overflow:hidden;}

@media only screen and (max-width:1023px){
	.bbs_detail:before{display:none;}
	.bbs_detail_content{display:block;float:none;padding:10px;width:100%;}
	.bbs_detail_list{display:block;float:none;margin-top:-1px;padding:10px;width:100%;}
	.bbs_detail_itembox{border-top:1px solid #ebebeb;}
	.bbs_detail_itembox:after{content:"";display:block;visibility:hidden;clear:both;}
	.bbs_detail_listitem{display:inline-block;float:left;padding:20px 10px;width:50%;}
	.bbs_detail_nextprev li .date{display:none;}
}

@media only screen and (max-width:768px){
	.bbs_detail:before{display:none;}
	.bbs_detail_tit,
	.bbs_detail_file{padding:10px;}
	.bbs_detail_tit h2{padding-right:0;}
	.bbs_detail_tit .info{position:relative;top:auto;right:auto;font-size:13px;}
	.bbs_detail_tit .info:after{content:"";display:block;visibility:hidden;clear:both;}
	.bbs_detail_tit .info li.part{margin-left:0;padding-left:0;}
	.bbs_detail_tit .info li.regdate{float:left;}
}

@media only screen and (max-width:640px){
	.bbs_detail_listitem{display:block;float:none;width:100%;}
}

/************ view 화면 일반type1 ************/
.bbs_detail_type1 .view_titlearea{border-top:2px solid #000; margin-bottom:30px; border-bottom:1px solid #5d5d5d}
.bbs_detail_type1 .title p{font-size:26px; font-weight:600; color:#222; text-align:center; padding:40px 30px; word-break:break-all;}
.bbs_detail_type1 .title p span{font-size:14px;  color:#fff; padding:6px 10px; vertical-align:middle; font-weight:600; margin-right:5px}
.bbs_detail_type1 .title p span.label-danger{background:#000000;}
.bbs_detail_type1 .period{text-align:center; margin:0px; padding:10px 0; background:#f8f8f8;}
.bbs_detail_type1 .period p{font-size:16px; padding:0;}
.bbs_detail_type1 .period p span:last-child{color:#a90707; padding:0; font-size:16px}
.bbs_detail_type1 .purpose{border-bottom:1px solid #e5e5e5; text-align:center; margin-top:10px; padding-bottom:20px; color:#444444;}
.bbs_detail_type1 .subject{border-bottom:1px solid #e5e5e5; padding:0 50px 30px 50px; color:#444444;}
.bbs_detail_type1 .dinfo{border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; background:#f4f9fd; text-align:center; padding:20px 0 !important;}
.bbs_detail_type1 .dinfo li{ margin-left:15px; border-left:1px solid #e5e5e5; display:inline-block; padding-left:15px; font-size:16px; font-weight:700}
.bbs_detail_type1 .dinfo li:first-child{border-left:0; padding-left:0; margin-left:0;}
.bbs_detail_type1 .dinfo li span{margin-left:10px;}
.bbs_detail_type1 .view_content{padding:50px 35px;}
.bbs_detail_type1 .view_content p{font-size:16px; line-height:1.5; word-break:break-all;}
.bbs_detail_type1 .view_content .fileimg{text-align:center; margin-bottom:30px;}
.bbs_detail_type1 .file{padding:30px 50px; border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; background:#f7f7f7; display: flex; align-items: flex-start; column-gap:24px; row-gap:8px; flex-wrap:wrap; }
.bbs_detail_type1 .file dt{ font-size:16px;/*display:inline-block;  vertical-align:top; width:5%;*/ flex:0 0 80px;max-width:80px; align-self: center; display: flex; align-items: center;  }
.bbs_detail_type1 .file dd{/*width:90%; display:inline-block;*/ font-size:16px; text-align: left; flex:1 1 auto; display:block;  }
/*.bbs_detail_type1 .file dd button{background:none;}*/
.bbs_detail_type1 .file dd button{background:none;display:inline-flex;         /* 아이콘+텍스트 정렬 */align-items:center;gap:6px;padding:6px 0;line-height:1.4; white-space:normal;          /* 줄바꿈 허용 */}
.bbs_detail_type1 .file dd button span{overflow-wrap:anywhere;      /* 긴 파일명 강제 줄바꿈 */}
.bbs_detail_type1 .column1{display:flex; flex-wrap:wrap; border-top:1px solid #e5e5e5;}
.bbs_detail_type1 .column1 > dl{width:100%; display:flex; align-items:center; background:none; padding:0; border-top:none;}
.bbs_detail_type1 .dinfo dt{width:10%; display:inline-block; font-weight:600; height:100%;}
.bbs_detail_type1 .dinfo dd{width:80%; display:inline-block; text-align:left;}
.file dd .board_btn.preview{vertical-align:middle; padding:6px 12px; font-size:14px; margin-left:10px; margin-bottom: 5px; border:1px solid #5a5a5a; background:#5a5a5a; color:#fff; transition:all .3s ease;}
.file dd .board_btn.preview:hover{background:#333; border:1px solid #333; transition:all .3s ease;}
.file dd .board_btn.preview:focus {outline: 2px dashed #95088a; /* 또는 더 눈에 띄는 색상 */ outline-offset: 2px; box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.6); /* 부드러운 효과 */}

@media (max-width: 1024px){
  .bbs_detail_type1 .file{ padding:24px; column-gap:20px; }
  .bbs_detail_type1 .file dt{ flex-basis:120px; max-width:120px; }
}

@media all and (max-width:768px){
	.bbs_detail_type1 .title p{padding:30px; font-size:20px;}
	.bbs_detail_type1 .period p{padding:0; font-size:16px}
	.bbs_detail_type1 .dinfo li{font-size:16px}
	.bbs_detail_type1 .view_content{padding:20px}
	.bbs_detail_type1 .view_content p{font-size:16px}
	/*.bbs_detail_type1 .file{padding:20px}
	.bbs_detail_type1 .file dt{border-bottom:1px solid #e5e5e5; margin-bottom:10px; padding-bottom:10px;}
	.bbs_detail_type1 .file dt, .bbs_detail_type1 .file dd{font-size:16px; width:100%;}
	.bbs_detail_type1 .file dd{padding:0;}*/
	.bbs_detail_type1 .file{padding:20px 16px; flex-direction:column;     /* 세로 배치 */row-gap:10px; }
    .bbs_detail_type1 .file dt{align-self: auto; display: block;}
	.bbs_detail_type1 .file dt,
    .bbs_detail_type1 .file dd{ flex:0 0 auto;max-width:100%;width:100%;}
	.bbs_detail_type1 .column2 > dl{width:100%;}
	.bbs_detail_type1 .column2 > dl:first-child{border-bottom:0;}
}
@media all and (max-width:500px){
	.bbs_detail_type1 .title p{padding:20px;}
	.bbs_detail_type1 .period p{padding: 0; font-size:14px}
	.bbs_detail_type1 .view_content p{font-size:14px}
	.bbs_detail_type1 .dinfo li{font-size:14px; margin-left:5px; padding-left:5px;}
}
/************ view 화면 일반type2 ************/
.bbs_detail_type2{position:relative;border-top:solid #454b56;border-width:1px 0}
.bbs_detail_type2 .num{display:none;position:absolute;top:-22px;left:50%;width:44px;height:44px;padding:10px 0;border-radius:50%;background:#094b9d;font-weight:600;font-size:1.125em;line-height:1.3333em;font-family:"Open Sans";color:#fff;letter-spacing:-0.04167em;text-align:center;transform:translateX(-50%);-webkit-transform:translateX(-50%)}
.bbs_detail_type2 .bbs_subject{display:block;position:relative;padding:40px 0 20px;margin:0 0 20px;font-weight:500;font-size:1.750em;line-height:1.0714em;color:#333;letter-spacing:-0.03571em;text-align:center;word-break:keep-all}
.bbs_detail_type2 .bbs_subject:after{position:absolute;bottom:0;left:50%;width:35px;height:1px;background:#000;transform:translateX(-50%);-webkit-transform:translateX(-50%);content:""}
.bbs_detail_type2 .bbs_subject span { font-size:14px}
.bbs_detail_type2 .bbs_cnts_info{overflow:hidden;height:40px;border-bottom:1px solid #e4e4e4;text-align:center}
.bbs_detail_type2 .bbs_cnts_info dl{display:inline-block;font-size:0.938em;line-height:1.3333em}
.bbs_detail_type2 .bbs_cnts_info dt,.bbs_detail_type2 .bbs_cnts_info dd{float:left;position:relative;line-height:1.3333em}
.bbs_detail_type2 .bbs_cnts_info dt{overflow:hidden;padding-left:10px;padding-right:5px}
.bbs_detail_type2 .bbs_cnts_info dt:after{position:absolute;top:5px;left:0;width:1px;height:10px;background:#dbe0e3;content:""}
.bbs_detail_type2 .bbs_cnts_info dt:first-child:after{display:none}
.bbs_detail_type2 .bbs_cnts_info dt i[class*="xi-"]{float:left;height:18px;padding:4px 0 0 0;font-size:1.067em;line-height:1em;color:#c8d1de;vertical-align:top}
.bbs_detail_type2 .bbs_cnts_info dd{padding-right:10px;font-weight:500;white-space:nowrap}
.bbs_detail_type2 .bbs_cnts_info dd.hits,.bbs_detail_type2 .bbs_cnts_info dd.applyPeriod,.bbs_detail_type2 .bbs_cnts_info dd.date{font-family:"Open Sans"}
.bbs_detail_type2 .typeTXT dt{padding-right:5px;font-weight:500;color:#333}
.bbs_detail_type2 .typeTXT dd{color:#767676}
.bbs_detail_type2 .typeTXT dd.applyPeriod{color:#e52166}
.bbs_detail_type2 .typeTXT dd.progress.ing{color:#0c52b2}
.bbs_detail_type2 .typeTXT dd i[class*="xi-"]{float:left;height:16px;padding:4px 4px 0 0;font-size:1.067em;line-height:1em;color:#c8d1de;vertical-align:middle}
.bbs_detail_type2 .bbs_cnts{padding:25px 0}
.bbs_detail_type2 .bbs_detail_nextprev {border-top:0px solid #e5e5e5; margin-top:0px;}
.bbs_detail_type2 .bbs_detail_nextprev li {height:70px; line-height:70px;}
.bbs_detail_type2 .bbs_detail_nextprev li,
.bbs_detail_type2 .bbs_detail_nextprev li a {font-size: 15px;color:#666; line-height:70px;}

/*내용*/
.bbs_detail_type2 .bbs_cnts.descript{padding:45px 0 0}
.bbs_detail_type2 .description{/*max-width:740px;margin:0 auto;*/margin:0 0 45px;text-align:center}
.bbs_detail_type2 .descript_inner{max-width:1080px;margin:25px auto 0;text-align:left}
.bbs_detail_type2 .description strong{display:block;font-weight:500;font-size:1.250em;line-height:1.25em;color:#333;letter-spacing:-0.05em}
.bbs_detail_type2 .description .txtp{font-weight:300;font-size:1.063em;line-height:1.4705em;color:#333;letter-spacing:-0.04411em;word-break:keep-all}
.bbs_detail_type2 .description strong + .txtp{margin-top:40px}
.bbs_detail_type2 .description strong + .imgFloat,.bbs_detail_type2 .description .li_th1 + .advice{margin-top:25px}
.bbs_detail_type2 .description .imgFloat{text-align:left}
.bbs_detail_type2 .description .imgFloat:after{clear:both;display:block;content:""}
.bbs_detail_type2 .description .imgFloat > .txtp{display:inline;padding-right:30px}
.bbs_detail_type2 .description .imgFloat > .img{float:right;padding:0}
.bbs_detail_type2 .description .img{padding:25px 0}
.bbs_detail_type2 .description .img.bdline > img{border:1px solid #e4e4e4}
.bbs_detail_type2 .description .imgTable{display:block;width:100%;padding:25px 0}
.bbs_detail_type2 .description .imgTable > img{display:inline-block}
.bbs_detail_type2 .description .img > strong{margin-top:10px;font-size:1em;line-height:1.25em;letter-spacing:-0.03125em}
.bbs_detail_type2 .description iframe{max-width:100%}
.bbs_detail_type2 .description .li_th1 .table_wrap{padding:15px 0}
.bbs_detail_type2 .description .li_th1 > li:after{top:11px}
.bbs_detail_type2 .description .li_th1 > li + li{margin-top:15px}
.bbs_detail_type2 .description .li_th2 > li + li{margin-top:10px}
.bbs_detail_type2 .description .li_th1 .li_th2,.bbs_detail_type2 .description .li_th1 .li_th3{margin-top:0}
.bbs_detail_type2 .description .advice:after{color:#555}
.bbs_detail_type2 .description a{text-decoration:underline}
.bbs_detail_type2 .description a[target="_blank"]{position:relative;padding-right:18px}
.bbs_detail_type2 .description a[target="_blank"]:after{position:absolute;top:3px;right:0;width:17px;height:17px;font-size:1em;line-height:1.5625em;font-family:"xeicon";content:"\e980"}
.bbs_detail_type2 .description a.btn.btn-primary[target="_blank"]{padding-right:28px}
.bbs_detail_type2 .description a.btn.btn-primary[target="_blank"]:after{top:9px;right:7px}
.bbs_detail_type2 .descript_inner > strong{text-align:center}
.bbs_detail_type2 .descript_inner > .img{text-align:center}
.bbs_detail_type2 .description .compuls{display:inline-block;font-weight:300;font-size:1.500em;line-height:1em;color:#d31a0c;vertical-align:middle}

/*FILE*/
.bbs_detail_type2 .tags_wrap + .fileAttach_wrap{margin-top:35px}
.bbs_detail_type2 .fileAttach_wrap{display:table;width:100%;border:solid #e4e4e4;border-width:1px 0;table-layout:fixed}
.bbs_detail_type2 .fileAttach_wrap dt,.bbs_detail_type2 .fileAttach_wrap dd{display:table-cell;padding:19px 19px 19px 40px;font-size:1em;line-height:1.25em;letter-spacing:-0.03125em}
.bbs_detail_type2 .fileAttach_wrap dt{width:200px;height:100%;background:#f8f9fa;font-weight:500;color:#333;text-align:center;vertical-align:middle}
.bbs_detail_type2 .fileAttach_wrap dd{color:#555}

@media screen and (max-width:1280px){
	/*게시판*/
	.bbs_definition > li{width:100% !important}
	.bbs_definition > li .definition,.bbs_definition .definition .li_th3{min-height:auto !important}
}

@media screen and (max-width:840px){
	/*게시판*/
	.bbs_detail_type2 .description .img > img{height:auto !important}
}

@media screen and (max-width:768px){
	.board_header .page_num{width:100%}
	.board_header .page_num > span + span{float:right}
	.board_header .page_num > span + span:after{display:none}
	.board_header .search_wrap{float:left;width:100%}
	.pagenation.pageNum{display:inline-block}
	/*게시판*/
	.bbs_detail_type2 .fileAttach_wrap dt{display:none}
	.bbs_detail_type2 .fileAttach_wrap dd{padding-left:19px}
}

@media screen and (max-width:480px){
	.bbs_detail_type2 .bbs_subject{padding-top:25px}
	.bbs_detail_type2 .typeTXT{height:auto}
	.bbs_detail_type2 .typeTXT dt,.bbs_detail_type2 .typeTXT dd{margin-bottom:3px}
	.bbs_detail_type2 .typeTXT dt ~ dt{clear:both}
	.bbs_detail_type2 .typeTXT dt ~ dt:after{display:none}
}

/************* 썸네일 게시판 리스트 *************/
.thumbnail_lst{border-top:1px solid #454b56}
.thumbnail_lst > .item{position:relative;min-height:230px;padding:20px 0;margin-top:10px;border:solid #e4e4e4;border-width:1px 0}
.thumbnail_lst > .item:after{position:absolute;bottom:-1px;left:0;width:0;height:1px;background:#e4e4e4;content:"";z-index:1}
.thumbnail_lst > .item:first-child{margin-top:0;border-top:0 none}
.thumbnail_lst > .item:hover{box-shadow:0px 2px 6px rgba(0,0,0,0.2)}
/*.thumbnail_lst > .item:hover:after{width:100%;background:#6d6d6d;transition-duration:1.5s}*/
.thumbnail_lst .thumbnail{position:relative;min-height:190px;padding-left:335px; border:0px solid #dddddd;}
.thumbnail_lst .thumbnail > .img{position:absolute;top:0;left:0;overflow:hidden;width:290px;height:190px}
.thumbnail_lst .thumbnail > .img > img{position:absolute;top:50%;left:0;width:100%;transform:translateY(-50%);-webkit-transform:translateY(-50%)}
.thumbnail_lst .caption{/*height:100%;*/padding:15px 0}
.thumbnail_lst .caption > a,.thumbnail_lst .caption strong,.thumbnail_lst .caption .desc{display:block;word-break:keep-all}
.thumbnail_lst .caption strong{padding-bottom:15px;font-weight:500;font-size:1.250em;line-height:1.2em;color:#333;letter-spacing:-0.05em}
.thumbnail_lst .caption .desc{font-weight:300;font-size:1em;line-height:1.5625em;color:#555;letter-spacing:-0.03125em}
.thumbnail_lst .info{margin-top:25px}
.thumbnail_lst .info:after{clear:both;display:block;content:""}
.thumbnail_lst .info > dt,.thumbnail_lst .info > dd{float:left;min-height:20px;line-height:1.25em}
.thumbnail_lst .info > dt{position:relative;overflow:hidden;padding-left:10px}
.thumbnail_lst .info > dt:after{position:absolute;top:5px;left:0;width:1px;height:10px;background:#dbe0e3;content:""}
.thumbnail_lst .info > dt:first-child{padding-left:0}
.thumbnail_lst .info > dt:first-child:after{display:none}
.thumbnail_lst .info > dt i[class*="xi-"]{float:left;overflow:hidden;padding-right:4px;padding-top:1px;font-size:1.067em;line-height:1.1764em;color:#c8d1de;vertical-align:top}
.thumbnail_lst .info > dd{padding-right:10px;font-weight:600;font-size:0.938em;line-height:1.3333em;color:#767676;letter-spacing:-0.03333em}
/*게시물없음*/
.thumbnail_lst > .item.no_lstwrap{padding:20px 0}
.thumbnail_lst > .item.no_lstwrap:hover{box-shadow:none}
.thumbnail_lst > .item.no_lstwrap:hover:after{width:0}

@media screen and (max-width:1439px){
	/*게시판*/
	.thumbnail_lst .thumbnail{padding-left:24%}
	.thumbnail_lst .thumbnail > .img{width:calc(24% - 40px);width:-webkit-calc(24% - 40px);height:190px}
}

@media screen and (max-width:1280px){
	/*게시판*/
	.thumbnail_lst > .item{padding:10px 0}
	.thumbnail_lst .thumbnail > .img{width:calc(24% - 30px);width:-webkit-calc(24% - 30px)}
}

@media screen and (max-width:640px){
	/*게시판*/
	.thumbnail_lst > .item{padding:15px}
	.thumbnail_lst .thumbnail{padding-left:0}
	.thumbnail_lst .thumbnail > .img{display:block;position:relative;top:auto;left:auto;width:290px;margin:0 auto 15px}
	.thumbnail_lst .caption{padding:5px 0}
	.thumbnail_lst .info{margin-top:15px}
}

@media screen and (max-width:414px){
	/*게시판*/
	.thumbnail_lst > .item{padding:15px 10px}
	.thumbnail_lst > .item,.thumbnail_lst .thumbnail{min-height:auto}
	.thumbnail_lst .thumbnail > .img{display:none}
	.thumbnail_lst .caption{padding:0}
	.thumbnail_lst .caption strong{padding-bottom:0}
	.thumbnail_lst .caption .desc{display:none}
}

@media screen and (max-width:360px){
	/*게시판*/
	.thumbnail_lst > .item{padding:15px 0}
}

/************* PDF 갤러리 게시판 리스트 *************/			
.pdf_gallery_box {padding:30px 0;border-top:1px solid #454b56;border-bottom:1px solid #e4e4e4}			
.pdf_gallery_box:after {display:block;visibility:hidden;clear:both;content:'' }			
.pdf_gallery_box .col {float:left;width:50%; }			
.pdf_gallery_box .col .item {width:90%;margin:0 auto;margin-bottom:40px;border:1px solid #ddd}						
.pdf_gallery_box .col .item .figure .thumb {display: block;height: 500px;background-color: #fff;overflow: hidden;position: static;text-align: center;}			
.pdf_gallery_box .col .item .figure .thumb img {  position: static;top: 0; left:0; width:100%;/*height: 100%;*/transform:none; /*transition: 0.15s all ease-in-out;-webkit-transition: 0.15s all ease-in-out; */}			
/*.gallery_box .col .item a .figure .thumb img:hover	.archive_box .col .item a figure .thumb img:focus	.archive_box .col .item a figure .thumb img:active {transform: scale(1.25	 1.25);}*/
.pdf_gallery_box .col .item .figure .figcaption { min-height:67px;padding:19px 10px 30px;overflow:hidden;font-size:17px; font-weight:400;text-align:center;border-top:1px solid #d9d9d9; }			
.pdf_gallery_box .col .item .figure .figcaption strong {height: 50px;overflow:hidden;font-weight:500;font-size:17px; color:#333;text-overflow: ellipsis; white-space: inherit;}			
.pdf_gallery_box .col .item .figure .figcaption span { display:block;width:99%;font-size:14px; color:#5d5d5d;text-overflow: ellipsis;vertical-align: middle;white-space: nowrap;overflow:hidden;}			
.pdf_gallery_box .col a:hover .item 	.gallery_box .col a:focus .item {border:1px solid #232323;}		
			
@media only screen and (max-width:1359px){				
    .pdf_gallery_box .col .item .figure .thumb {height:260px;}			
}			
			
@media only screen and (max-width:780px){			
	.pdf_gallery_box .col {width:33.3%; }		
	.pdf_gallery_box .col .item .figure .thumb {height:213px;}		
}			
			
@media only screen and (max-width:640px){			
    .pdf_gallery_box .col {width:50%; }			
	.pdf_gallery_box .col .item .figure .thumb {height:200px;position:relative;}		
	.pdf_gallery_box .col .item .figure .thumb img {position:absolute;top: 50%; left: 50%; transform: translate(-50%	-50%);}	
}			
			
@media only screen and (max-width:450px){			
    .pdf_gallery_box .col {width:100%; }			
}			

/* 교육박물관 기획전시 게시판 스타일 */
.skin_exhibition .exhicont p{display:inline-block; font-family: 'Pretendard'}
.skin_exhibition .exhicont span{font-family: inherit !important; font-size:18px !important;}

/* 교수진 소개 게시판 스타일 */
.textarea-group{width:100%; }
.textarea-group textarea{width:100%; min-height:40px}
.input-group.checkbox input[type="checkbox"]{width:20px !important; height:20px !important; margin-left:0;}
.input-group.checkbox span{padding-left:0; margin-left:30px;}
.input-group.checkbox label{padding-left:0;}
span.caution{color:#ca5252; font-size:14px; display:block; padding-left:0;}
.profBoard{display:flex; flex-wrap:wrap; justify-content:start; margin-top:40px;}
.profBoard .col{width:31%; margin-right:3.5%; margin-bottom:30px}
.profBoard .col:nth-child(3n){margin-right:0;}
.profBoard .col > a{border:1px solid #dadada; border-radius: 10px; display:block; padding:40px 35px 50px 35px; }
.profBoard .col > a:hover{border:1px solid #01186f;}
.profBoard .col .thumb{width:150px; height:150px; border-radius: 50%; overflow:hidden; margin:0 auto 20px auto; }
.profBoard .col .thumb img{width:100%; height:100%; object-fit:cover;}
.profBoard .figcaption .head{color:#04823c; font-size:16px; font-weight:600; margin-bottom:10px;}
.profBoard .figcaption > p{color:#222222; font-size:24px; font-weight:600;}
.profBoard .figcaption .info{display:flex; align-items:center; flex-wrap:wrap; margin:20px 0;}
.profBoard .figcaption .info li{width:50%; text-align:left; padding:10px 0 10px 30px; white-space:nowrap; overflow-x:hidden; text-overflow:ellipsis;}
.profBoard .figcaption .info .tel{background:url(/resources/custom/images/main/sub/ico_proftel.png) no-repeat left center; background-size:20px;}
.profBoard .figcaption .info .email{background:url(/resources/custom/images/main/sub/ico_profemail.png) no-repeat left center; background-size:20px;}
.profBoard .shortInfo{padding:10px 20px; border-radius: 10px; background:#f5f7f9; height:130px; overflow-y:auto;}
.shortInfo::-webkit-scrollbar{width:13px;}
.shortInfo::-webkit-scrollbar-thumb{background:#3579f4; border-radius: 10px; border:3px solid #e9ebf2;}
.shortInfo::-webkit-scrollbar-thumb:hover{background:#2668df}
.shortInfo::-webkit-scrollbar-track{background:#e9ebf2}
.profBoard .shortInfo dl{display:flex; flex-wrap:wrap; padding:10px 0; border-bottom:1px dashed #a0a5ae;}
.profBoard .shortInfo dl:last-child{border-bottom:0;}
.profBoard .shortInfo dt{font-size:14px; font-weight:600; color:#042b53; width:105px; text-align:left;}
.profBoard .shortInfo dd{width:calc(100% - 105px); color:#222; font-size:14px; font-weight:400; text-align:left; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.profBoard .shortInfo dd > *{font-size:14px; color:#222; white-space:nowrap; -webkit-line-clamp:1; -webkit-box-orient:vertical; text-overflow:ellipsis; overflow:hidden;}
@media all and (max-width:1000px){
	.profBoard .col{width:48%; margin-right:4%;}
	.profBoard .col:nth-child(2n){margin-right:0;}
	.profBoard .col:nth-child(3n){margin-right:4%;}
}
@media all and (max-width:768px){
	.profBoard .col > a{padding:30px 20px}
	.profBoard .col .thumb{width:100px; height:100px;}
	.profBoard .figcaption .info li{width:100%;font-size:14px; padding:5px 0 5px 30px}
	.profBoard .figcaption .head{font-size:14px;}
	.profBoard .figcaption .info{margin:10px 0;}
	.profBoard .figcaption > p{font-size:16px;}
	.profBoard .shortInfo{display:none;}
}
@media all and (max-width:640px){
	.profBoard .col{width:100%; margin-right:0;}
	.profBoard .col:nth-child(3n){margin-right:0;}
}
/* bbs_prof(상세화면) */
.board_content .bbs_prof{display:flex; flex-wrap:wrap; justify-content:space-between; align-items:start;}
.bbs_prof .personal{width:400px; border:1px solid #dadada; border-radius: 10px; display:block; padding:40px 35px 50px 35px;}
.bbs_prof .personal .thumb{width:150px; height:150px; border-radius: 50%; overflow:hidden; margin:0 auto 20px auto; }
.bbs_prof .personal .thumb img{width:100%; height:100%; object-fit:cover;}
.bbs_prof .personal .figcaption{text-align:center}
.bbs_prof .personal .figcaption .head{color:#04823c; font-size:16px; font-weight:600; margin-bottom:10px;}
.bbs_prof .personal .figcaption > p{color:#222222; font-size:24px; font-weight:600;}
.bbs_prof .personal .figcaption .info{display:flex; align-items:center; flex-wrap:wrap; margin:20px 0;}
.bbs_prof .personal .figcaption .info li{width:100%; text-align:left; padding:10px 0 10px 30px;}
.bbs_prof .personal .figcaption .info .tel{background:url(/resources/custom/images/main/sub/ico_proftel.png) no-repeat left center; background-size:20px;}
.bbs_prof .personal .figcaption .info .email{background:url(/resources/custom/images/main/sub/ico_profemail.png) no-repeat left center; background-size:20px;}
.bbs_prof .content{width:calc(100% - 450px);}
.bbs_prof .content dl{margin-bottom:40px}
.bbs_prof .content dt{font-size:24px; color:#000; font-weight:600; padding:20px 15px; border-bottom:2px solid #000;}
.bbs_prof .content dd{padding:20px 15px; border-bottom:1px solid #d9d9d9}
.bbs_prof .content dd p{padding-left:12px; position:relative; font-size:18px; color:#222; font-weight:400;}
.bbs_prof .content dd p::before{display:block; content:''; width:3px; height:3px; background:#333; border-radius: 0; top:10px; left:0; position:absolute; border-radius: 50%;}
@media all and (max-width:1000px){
	.board_content .bbs_prof{flex-direction:column; align-items:center;}
	.bbs_prof .content{width:100%; margin-top:40px}
}
@media all and (max-width:768px){
	.bbs_prof .personal{width:280px; padding:20px 30px;}
	.bbs_prof .personal .figcaption .head{font-size:14px;}
	.bbs_prof .personal .figcaption > p{font-size:20px;}
	.bbs_prof .personal .figcaption .info{margin:10px 0;}
	.bbs_prof .personal .figcaption .info li{font-size:14px; padding:5px 0 5px 30px}
	.bbs_prof .content dl{margin-bottom:20px;}
	.bbs_prof .content dt{font-size:18px; padding:15px 10px;}
	.bbs_prof .content dd{padding:15px 10px;}
	.bbs_prof .content dd p{font-size:14px;}
	.bbs_prof .content dd p::before{top:7px;}
}
/*게시판 비밀번호 입력 창*/
.password_wrap { text-align:center; margin:0 auto;}
.password_wrap .panel {width: 600px; margin: 0 auto; text-align: center; border: 2px solid #000; padding: 80px 20px; min-height:300px}
.password_wrap .panel .password {margin-bottom: 10px; display: block;}
.password_wrap .board_btn.write {margin-top: 15px; display: inline-block;}
.password_wrap .panel .col-xs-10 {width:100%;}

@media only screen and (max-width: 650px){
	.password_wrap .panel {width: 100%;}
}

/*Kreon Labs > 게시판 카테고리 */
.board_cate_btn{display:flex; gap:4px; margin:30px 0; flex-wrap:wrap;}
.board_cate_btn button{padding:10px 20px; background:#fff; font-family:'Gmarket'; font-weight:300; border-radius:12px; border:1px solid #0E1947; color:#0E1947; font-size:16px;}
.board_cate_btn .is-active{background:#0E1947; color:#fff;}

/*Kreon Labs > 소프트랩 소개 > 공간안내 > list */
.skin_space{margin-top:30px; display: flex;flex-wrap: wrap; gap: 2%;}
.skin_space .col {margin-right: 0 !important;}
.skin_space .col .item .figure .figcaption{padding:30px 24px; border:1px solid #eee; border-top:none; margin-top:0; border-top:none; min-height: 150px;}
.skin_space .col .item .figure .figcaption .board_title{font-size:20px;}
.skin_space .col .item .figure .figcaption .board_content{display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; line-height:1.5; min-height:3em; margin-top:12px;}
/*Kreon Labs > 소프트랩 소개 > 공간안내 > write*/
.skin_space.write input[type="time"]{padding:9px 15px;}
/*Kreon Labs > 소프트랩 소개 > 공간안내 > detail*/
.skin_space_detail .view_titlearea{display:none;}
.skin_space_detail .view_content{display:flex; gap:50px; padding:0; margin-bottom:30px; align-items:start;}
.skin_space_detail .view_content .left_img_box{width:60%;}
.skin_space_detail .view_content .right_info_box{flex:1; padding:32px 24px; border:1px solid #ddd; position:sticky; right:0; top:30px;}
.skin_space_detail .title p{text-align:left; padding:0; font-size:24px; margin-bottom:20px;}
.skin_space_detail .view_content .right_info_box > p{font-size:18px; }
.skin_space_detail .dinfo{padding:20px; text-align:left; margin-top:20px;}
.skin_space_detail .dinfo li{display:block; border-left:none; margin-left:0; margin-bottom:10px; padding-left:0;}
@media all and (max-width:767px){
		.skin_space_detail .view_content{flex-direction:column;}
		.skin_space_detail .view_content .left_img_box{width:100%;}
		.skin_space_detail .view_content .right_info_box{width:100%;}
}
@media (max-width: 780px) {
  .skin_space .col {
    flex: 0 0 calc((100% - 2%) / 2); /* 2열 */
  }
}

@media (max-width: 450px) {
  .skin_space .col {
    flex: 0 0 100%; /* 1열 */
  }
}

/*Kreon Labs > 에듀테크 실증 > 실증 제품 소개 > list */
.productBoard{display:flex; flex-wrap:wrap; gap:20px; margin-top:30px;}
.productBoard > div{width:calc((100% - 40px) / 3);}
.productBoard .thumb{width:100%; height:300px;}
.productBoard .thumb img{width:100%; height:100%; object-fit:cover;}
.productBoard .figcaption{padding:30px; border:1px solid #eee; border-top:none; margin-top:0; border-top:none;}
.productBoard .fig_tit{font-size:22px; margin-bottom:20px; white-space: nowrap;overflow: hidden;text-overflow: ellipsis; font-weight:bold;}
.productBoard .fig_info li{display:flex; margin-bottom:12px;}
.productBoard .fig_info li p{font-size:17px; flex:1;}
.productBoard .fig_info li span{width:100px; font-size:17px; font-weight:bold;}
@media all and (max-width:768px){
		.productBoard > div{width:100%;}
}

/*Kreon Labs > 에듀테크 실증 > 실증 제품 소개 > detail */
.bbs_product .view_content{display: flex; gap:20px; flex-wrap: wrap;}
.bbs_product .left_img_box{width: 60%; /*height:400px;*/ border:1px solid #eee;}
.bbs_product .left_img_box img{width: 100%; height: auto; display: block; max-height: 600px; object-fit: contain;}
.bbs_product .right_info_box{flex:1; padding:24px;}
.bbs_product .right_info_box .title p {font-size:24px; padding-bottom:20px ; border-bottom:1px solid #eee; margin-bottom:20px; font-weight:bold;}
.bbs_product .dinfo li{display:flex; margin-bottom:12px;}
.bbs_product .dinfo li p{font-size:17px; flex:1;}
.bbs_product .dinfo li span{width:100px; font-size:17px; font-weight:bold;}
.bbs_product .txt_info_box {margin-top:20px; padding:30px; border-top:1px solid #eee; margin-bottom:30px;}
.bbs_product .txt_info_box > h3{font-size:24px; font-weight:bold; margin-bottom:20px;}
@media all and (max-width:768px){
		.bbs_product .left_img_box{width:100%;}
		.bbs_product .right_info_box{width:100%; padding:0;}
		.bbs_product .txt_info_box {padding:24px 0;}
}

/** KREON Labs > Edison  > 에듀테크 기업정보 **/
.edisonBoard .search-box {margin-bottom: 3em;}
.edisonBoard .search-box .search-box-inner {border: 1px solid #eee;border-radius: 10px;background-color: #F5F5F5;padding: 2.2em;}
.edisonBoard .search-box .search-box-inner .cont {margin-bottom: 20px;display: -webkit-box;display: -ms-flexbox;display: flex;
  -webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.edisonBoard .search-box .search-box-inner .cont .title {width: 100px;font-weight: 600;}
.edisonBoard .search-box .search-box-inner .cont .checkbox-input {width: calc(100% - 100px);display: -webkit-box;display: -ms-flexbox;display: flex;
  -ms-flex-wrap: wrap;flex-wrap: wrap;}
.edisonBoard .search-box .search-box-inner .cont .checkbox-input .checkbox {margin-right: 10px;margin-bottom: 5px;}
.edisonBoard .search-box .search-box-inner .cont .checkbox-input .checkbox:last-child {margin-right: 0;}
.edisonBoard .search-box .search-box-inner .cont .checkbox-input input[type=checkbox] {display: none;}
.edisonBoard .search-box .search-box-inner .cont .checkbox-input input[type=checkbox] + label {
width: 100%;font-weight: 400;color: #1D2864;border: 1px solid #1D2864;border-radius: 0;background-color: #fff;padding: 4px 0.8em 5px;display: block;
  -webkit-transition: 0.2s ease-in-out;transition: 0.2s ease-in-out;}
.edisonBoard .search-box .search-box-inner .cont .checkbox-input input[type=checkbox]:checked + label {color: #fff;;border-color:#1D2864;;background-color: #1D2864;;}
.edisonBoard .search-box .search-box-inner .cont input[type=text] {width: 320px;height: 44px;border: 1px solid var(--gray-dd);border-radius: 10px;padding: 0 1em;}
@media screen and (max-width: 767px) {
  .edisonBoard .search-box .search-box-inner {padding: 1em;}
  .edisonBoard .search-box .search-box-inner .cont {display: block;}
  .edisonBoard .search-box .search-box-inner .cont .title {width: 100%;margin-bottom: 10px;}
  .edisonBoard .search-box .search-box-inner .cont .checkbox-input {width: 100%;}
  .edisonBoard .search-box .search-box-inner .cont input[type=text] {width: 100%;}
}
.edisonBoard .search-box .btn-set {text-align: center;margin-top: 1rem;}
.edisonBoard .search-box .btn-set button {
  min-width: 10em;color: #fff;;border: none;border-radius: 0px;background: #19519f;padding: 10px; font-size:16px; line-height:1.5em;}
.edisonBoard .table{width:100%;}
@media (max-width: 767px){
		.edisonBoard .table{min-width:767px;}
}

/************ 게시판버튼 ************/
.board_left{float:left;display:inline;}
.board_right{float:right;display:inline;}
.board_center{text-align:center}
input.board_btn {height:34px;padding:0 25px;}
.board_btn.reply_write{border:1px solid #333;background:#333;color:#fff}
.btn {display:inline-block;margin-top:0; line-height:32px; text-decoration:none;vertical-align:top}

.editor-thumbnail-list {margin: 20px 0 0 -7px; font-size: 0; width: auto;}
.editor-thumbnail-item {display: inline-block; overflow: hidden; position: relative; margin: 0 0 7px 7px;}
.editor-thumbnail-item:hover {opacity: 1;}
.editor-thumbnail-item-element {width: 82px; height: 82px; background: #fff; cursor: pointer;}
.editor-thumbnail-item-thumbnail{width: 100%; height: 100%; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover;}
.editor-thumbnail-item-check{left: 0; top: 0; width:17px; height:17px; position: absolute; -webkit-appearance: checkbox;}
.editor-thumbnail-item-delete-button{position: absolute; right: 0; top: 0; -webkit-appearance: button; font-size: 17px;}
.se-blind {position: absolute; left: -9999px; overflow: hidden; clip: rect(0 0 0 0); width: 1px; height: 1px;}
.editor-thumbnail-item-delete-button{position:unset;}
button.editor-thumbnail-item-delete-button.glyphicon.glyphicon-remove::after{display:block; content:'X'; display:block; width:15px; height:15px; font-size:14px; font-weight:600; }
.question-list {border-top:2px solid #3c3c3c}
.question-list li {border-bottom:1px solid #e2e2e2}
.question-list li .ico {position:absolute;left:1px;width:24px;height:24px;background:url(/resources/custom/images/icon-fnq.png) no-repeat;font:0/0 dotum !important}
.question-list .question {display:block;position:relative;padding:29px 120px 29px 65px;line-height:1.5;color:#3c3c3c}
.question-list .question .ico {top:28px;left:20px;background-position:-3px 0}
.question-list .question .arr {position:absolute;top:35px;right:20px;width:14px;height:8px;background:url(/asset/v2/images/common/sp_greencar.png?v=191128) no-repeat -210px -99px}
.question-list .question.s-active .arr {background-position:-191px -99px}
.question-list .answer {display:none}
.question-list .s-active+.answer {display:block}
.question-list .answer .cont {position:relative;padding:23px 120px 30px 65px;font-size:13px;line-height:1.5;color:#767676}
.question-list .answer * {font-family:'Noto Sans KR','맑은고딕','Malgun Gothic','MGothic',sans-serif,'돋움',Dotum,'굴림',Gulim !important;font-size:13px !important;line-height:1.5}
.question-list .answer b, .question-list .answer strong {font-weight:500 !important}
.question-list .answer .ico {top:22px;left:20px;background-position:-32px 0}
.question-list .box-nodata {height:79px}

.basic_table tbody td .panel-body {position: relative; border: 1px solid #ddd; margin: 10px 0 10px; padding: 15px; background: #fafafa; font-size:16px}
.basic_table tbody td .panel-heading .text-warning{font-size:14px; font-weight:600; margin-left:10px; color:#005fb3}

/* 2021-01-08 추가 부트스트랩소스 */
.list-unstyled {padding-left: 0; list-style: none;}
.list-inline {padding-left: 0; list-style: none; margin-left: -5px;}
.list-inline > li {display: inline-block; padding-left: 5px; padding-right: 5px;}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, 
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, 
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, 
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, 
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, 
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, 
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, 
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, 
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, 
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, 
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, 
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {position: relative; min-height: 1px; padding-left: 5px; padding-right: 5px;}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {float: left;}
.col-xs-12 {width: 100%;}
.col-xs-11 {width: 91.66666667%;}
.col-xs-10 {width: 83.33333333%;}
.col-xs-9 {width: 75%;}
.col-xs-8 {width: 66.66666667%;}
.col-xs-7 {width: 58.33333333%;}
.col-xs-6 {width: 50%;}
.col-xs-5 {width: 41.66666667%;}
.col-xs-4 {width: 33.33333333%;}
.col-xs-3 {width: 25%;}
.col-xs-2 {width: 16.66666667%;}
.col-xs-1 {width: 8.33333333%;}
.col-xs-pull-12 {right: 100%;}
.col-xs-pull-11 {right: 91.66666667%;}
.col-xs-pull-10 {right: 83.33333333%;}
.col-xs-pull-9 {right: 75%;}
.col-xs-pull-8 {right: 66.66666667%;}
.col-xs-pull-7 {right: 58.33333333%;}
.col-xs-pull-6 {right: 50%;}
.col-xs-pull-5 {right: 41.66666667%;}
.col-xs-pull-4 {right: 33.33333333%;}
.col-xs-pull-3 {right: 25%;}
.col-xs-pull-2 {right: 16.66666667%;}
.col-xs-pull-1 {right: 8.33333333%;}
.col-xs-pull-0 {right: auto;}
.col-xs-push-12 {left: 100%;}
.col-xs-push-11 {left: 91.66666667%;}
.col-xs-push-10 {left: 83.33333333%;}
.col-xs-push-9 {left: 75%;}
.col-xs-push-8 {left: 66.66666667%;}
.col-xs-push-7 {left: 58.33333333%;}
.col-xs-push-6 {left: 50%;}
.col-xs-push-5 {left: 41.66666667%;}
.col-xs-push-4 {left: 33.33333333%;}
.col-xs-push-3 {left: 25%;}
.col-xs-push-2 {left: 16.66666667%;}
.col-xs-push-1 {left: 8.33333333%;}
.col-xs-push-0 {left: auto;}


.input-group {position: relative; display: table; border-collapse: separate;}
.input-group[class*="col-"] {float: none; padding-left: 0; padding-right: 0;}
.input-group .form-control {position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0;}
.input-group .form-control:focus {z-index: 3;}

/*faq게시판 수정*/
.board_content .answer-icon i{font-style: normal; display:inline-block; margin-right:10px; font-weight:700; font-size:16px; width:30px; height:30px; line-height:30px; text-align:center; background:#2f2f2f; border-radius: 50%; text-align:center; color:#ffffff;}
.board_content .answer-icon p{display:inline}
.board_content .fold-icon{margin-left:10px; vertical-align:initial;}
.board_content.board_faq td{font-size:18px; line-height:1.5;}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px;}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {height: 46px; line-height: 46px;}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {height: auto;}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px;}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {height: 30px; line-height: 30px;}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {height: auto;}

.input-group-addon,
.input-group-btn,
.input-group .form-control {display: table-cell;}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {border-radius: 0;}

.input-group-addon,
.input-group-btn {width: 1%; white-space: nowrap; vertical-align: middle;}

.basic_table input[type=text]{border-radius: 0px}
.input-group-addon {padding: 6px 12px; font-size: 14px; font-weight: normal; line-height: 1; color: #555; text-align: center; background-color: #eee; border: 1px solid #ccc; border-radius: 0px;}
.input-group-addon.input-sm {padding: 5px 10px; font-size: 12px; border-radius: 0px;}
.input-group-addon.input-lg {padding: 10px 16px; font-size: 18px; border-radius: 0px;}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {margin-top: 0;}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {border-bottom-right-radius: 0; border-top-right-radius: 0;}

.input-group-addon:first-child {border-right: 0;}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {border-bottom-left-radius: 0; border-top-left-radius: 0;}

.input-group-addon:last-child {border-left: 0; vertical-align:middle}
.input-group-btn {position: relative; font-size: 0; white-space: nowrap;}
.input-group-btn > .btn {position: relative;}
.input-group-btn > .btn + .btn {margin-left: -1px;}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {z-index: 2;}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {margin-right: -1px;}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {z-index: 2; margin-left: -1px;}

.pagination {display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px;}
.pagination > li {display: inline;}

.pagination > li > a,
.pagination > li > span {position: relative; float: left; padding: 6px 12px; line-height: 1.42857143; text-decoration: none; color: #337ab7; background-color: #fff; border: 1px solid #ddd; margin-left: -1px;}

.pagination > li:first-child > a,
.pagination > li:first-child > span {margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px;}

.pagination > li:last-child > a,
.pagination > li:last-child > span {border-bottom-right-radius: 4px; border-top-right-radius: 4px;}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {z-index: 2; color: #23527c; background-color: #eee; border-color: #ddd;}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {z-index: 3; color: #fff; background-color: #222222; border-color: #222222; cursor: default;}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {color: #777; background-color: #fff; border-color: #ddd; cursor: not-allowed;}

.pagination-lg > li > a,
.pagination-lg > li > span {padding: 10px 16px; font-size: 18px; line-height: 1.3333333;}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {border-bottom-left-radius: 6px; border-top-left-radius: 6px;}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {border-bottom-right-radius: 6px; border-top-right-radius: 6px;}

.pagination-sm > li > a,
.pagination-sm > li > span {padding: 5px 10px; font-size: 12px; line-height: 1.5;}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {border-bottom-left-radius: 3px; border-top-left-radius: 3px;}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {border-bottom-right-radius: 3px; border-top-right-radius: 3px;}

/* 2025-05-09 본인인증 */
.text_info_area {border-top: 3px solid #282626; position:relative;}
.text_info_area .inner {padding:35px;margin-bottom: 60px;border-bottom: 1px solid #ededed;}
.text_info_area .inner .list-1st {margin: 0;}
.text_info_area .inner .list-1st li {margin: 0;margin-bottom: 21px;font-weight: 600;font-size: 17px; line-height: 1.3;}
.text_info_area .inner .color-wrap {padding: 30px 37px;background-color: #f5f5f5;}
.text_info_area .inner .color-wrap p {margin: 0;margin-bottom: 3px;font-size: 17px;line-height: 1.3;}
.text_info_area .inner .color-wrap .list-3st { margin: 0;margin-top: 27px;}
.text_info_area .inner .color-wrap .list-3st li {margin: 0; margin-bottom: 5px;color: #444; font-size: 17px;line-height: 1.3;}
.text_info_area .inner .color-wrap .list-3st li:last-child {margin-bottom: 0;}
.text_info_area .inner .detail {padding:6px 9px; background:#3c3c3c; color:#fff; font-size:15px; border-radius: 5px; position:absolute; right:20px; top:40px}

@media (max-width: 690px) {
    .text_info_area .inner { padding: 34px 20px 68px 20px;}
    .text_info_area .inner .color-wrap {padding: 30px 20px;}
}

@media (max-width: 390px) {
    .text_info_area .inner {  padding: 30px 0;}
}

.certified_wrap {
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  background: #f9f9f9;
}

.certify_btnbox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.cert_section {
  flex: 1 1 48%;
  background: #fff;
  padding: 50px 20px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  text-align: center; /* 중앙 정렬 */
}

.cert_section:hover {
  background-color: #e6f0ff; /* 원하는 배경색으로 변경 가능 */
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.cert_section.type01:hover {
  background-color: #f6fff8; /* 원하는 배경색으로 변경 가능 */
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.cert_section h3 {
  font-size: 1.875rem;
  margin-bottom: 10px;
  color: #333;
}

.cert_section p {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 15px;
}

.cert_section a,
.cert_section button {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 15px;
  text-align: center;
  border-radius: 5px;
  font-size: 0.95rem;
  cursor: pointer;
}

/* 인증 버튼 스타일 */
.cert_section a {
  background-color: #0066cc;
  color: white;
  text-decoration: none;
}

.cert_section a:hover {
  background-color: #004999;
}

/* 확인 / 로그인 버튼 스타일 */
.cert_section button {
  background-color: #28a745;
  color: white;
  border: none;
}

.cert_section button:hover {
  background-color: #1e7e34;
}

.cert_section button.type01 {background-color: #3d75bb;}
.cert_section button.type01:hover {background-color: #0e478d;}

.cert_section .icon_box {
  font-size: 2.5rem;
  color: #555;
  margin-bottom: 10px;
}

/* 아이콘 중앙 정렬 */
.cert_section .icon_box {
  text-align: center;
}
.cert_sectio .icon_box img {
  width: 80px;   /* 필요에 따라 크기 조절 가능 */
  height: auto;
}

/* 반응형 설정 */
@media (max-width: 768px) {
  .certify_btnbox {
    flex-direction: column;
    align-items: center;
  }

  .cert_section {
    flex: 1 1 100%;
  }
}

/* 게시판 상태 내용 추가 */
.bbs_detail_type1 .bbs_vstate {display: flex;flex-wrap: wrap;justify-content: flex-end;position: relative; padding: 18px 31px; border-bottom: 1px solid #aaa;}
.bbs_detail_type1 .bbs_vstate > span {display: flex;align-items: center;margin-right: 10px;padding-right: 10px;position: relative; word-break: keep-all; overflow-wrap: break-word; font-size: 15px;}
.bbs_detail_type1 .bbs_vstate > span:before {content: '';position: absolute;top: 50%;left: -10px;width: 1px;height: 12px; background-color: #eee; transform: translate(0, -50%);}
.bbs_detail_type1 .bbs_vstate > span:first-child:before {display: none;}
.bbs_detail_type1 .bbs_vstate span:last-child {margin-right: 0px;padding-right: 0px;}
/*.bbs-vstate .bbs_ico {display: inline-block;width: 16px;height: 16px;margin-right: 5px;background-image: url('아이콘이미지경로.png');아이콘 이미지 경로  background-size: contain;background-repeat: no-repeat;vertical-align: middle;}*/
.bbs_detail_type1 .bbs_vstate i {margin-right: 5px; color: #555; font-size: 14px;}
.bbs_detail_type1 .bbs-label {display: flex; align-items: center;margin-right: 8px; padding-right: 8px;border-right: 1px solid #ccc;font-weight: normal;color: #333;gap: 5px;}

/* 상태값 강조 */
.bbs_detail_type1 .bbs-value {font-weight: bold;color: #d9534f; /* 강조 색: 예. 붉은색. 변경 가능 */}

.basic_table.write select{height:50px; width:200px; border:none; outline:none; font-family: 'Pretendard'; font-weight:300; border:1px solid #e8e8e8; border-radius: 0; font-size:16px;  background:url(/resources/images/board/select_down.png) no-repeat right center; appearance:none; padding:0 16px;}

/* 동영상게시판 추가 css */
.gallery_box.type01 .col .item .figure .thumb { height:auto; min-height:340px; padding-top:0px;}
.gallery_box.type01 .col .item .figure .thumb iframe { position:absolute; width:100%; height:100%; left:0; right:0;}

@media all and (max-width:768px) {
	.gallery_box.type01 .col { width:100%;}
	.gallery_box.type01 .col .item .figure .thumb { height:auto; min-height:240px; }
}
@media all and (max-width:460px) {
	.gallery_box.type01 .col .item .figure .thumb { height:auto; min-height:190px; }
}
/* 동영상게시판 추가 css */
