@charset "UTF-8";

/* ios input, textarea 대응 2023-08-23 */

input, textarea {
	-moz-user-select: auto !important;
	-webkit-user-select: auto !important;
	-ms-user-select: auto !important;
	user-select: auto !important;
}


/* Hidden */
.hidden {position: absolute; top: -9999px; left: -9999px;}

/* List Table */
.scroll-table {position: relative;}
.scroll-table table caption{display:block;text-indent:-9999px;position: absolute;}
.board-table .col-admin {width: 4%;}
.board-table .col-num {width: 4%;}
.board-table .col-write {width: 9%;}
.board-table .col-date {width: 9%;}
.board-table .col-acess {width: 8%;}
.board-table .col-file {width: 8%;}

.board-table .col-reco-y,
.board-table .col-reco-n,
.board-table .col-comment {display: none;}

.board-table .th-reco-y,
.board-table .th-reco-n,
.board-table .th-comment {display: none;}

.board-table .td-reco-y,
.board-table .td-reco-n,
.board-table .td-comment {display: none;}

.board-table thead th { background: #f3f5f7; font-size: 17px; font-family: 'Noto DemiLight'; font-weight: normal; padding: 15px 0; border-bottom: 1px solid #dcdcdc; border-top: 2px solid #333;}
.board-table tbody tr.notice {background: #f9f9f9;}
.board-table tbody tr.notice .td-num {text-indent: -99999px; background: url('../images/ico-notice.png') no-repeat center center;}
.board-table tbody tr:hover {background: #f2fbfe;}
.board-table tbody td {overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; font-family: 'Noto DemiLight'; padding: 12px 0; color: #666; border-bottom: 1px solid #cfcfd1;}
.board-table tbody td.td-subject {text-align: left; padding-left: 20px; font-weight: normal;}
.board-table tbody td.td-subject a{font-family:'Noto Light'; font-size: 17px; color:#666;}
.board-table tbody td.td-subject a strong{font-weight: normal;font-family: 'Noto Regular';}
.board-table tbody td.td-subject .new {
	display:inline-block;
	text-indent: -9999px;
	width: 16px;
	height: 36px;
	background: url('../images/ico-new.png') no-repeat center center;
	margin-left: 7px;
}
/*
.board-table tbody td.td-subject .new {position: relative; top: 11px; display: none; text-indent: -9999px; width: 16px; height: 16px; background: url('../images/ico-new.png') no-repeat center center; margin-left: 7px;}
*/
.board-table tbody tr.trash td.td-subject {text-decoration: line-through;}
.board-table tbody td.td-file .file {background: url('../images/clip-icon.png') no-repeat center center;text-indent:-9999px;display: block;width:18px;height: 16px;text-align: center;margin: 0 auto;}

.board-table tbody tr.trash td.td-subject a:before {
    content: "TRASH";
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0 5px;
    background: #636e86;
    border-radius: 3px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
}

@media all and (max-width:860px) {
    .scroll-table {overflow-x: hidden;}
    .scroll-table table {width:1000px;}
    .scroll-table:after {content:''; position:absolute; right:0px; top:0px; width:100%; height:100%; background:url('../images/img_mobile_text.png') no-repeat center center;}
    .scroll-table.on:after {display:none;}
}

/* Category */
.board-cate .cate-now {overflow:hidden; margin:0 0 50px; position:relative;}
.board-cate .cate-now:after{content:''; width:100%; height:1px; position:absolute; bottom:0; left:0; display:block; background-color:#0055bc;}
.board-cate .cate-now li{float:left;}
.board-cate .cate-now li a{display:block; padding:15px 30px; background-color:#f8f8f8; border:1px solid #ccc; border-bottom:none; position:relative; margin-bottom:-1px; margin-right:-1px;}
.board-cate .cate-now li.active a{background-color:#fff; color:#0055bc; border:1px solid #0055bc; border-bottom:#fff; z-index:1; font-family:'Noto Regular';}
.board-cate .cate-now .no-cate{line-height:62px; padding-left:20px;}

@media only screen and (max-width:600px){
	.board .cate-now{border:none;}
	.board .cate-now li.all-list{width:100%;  margin-bottom:2px;}
	.board .cate-now li.all-list a{border:1px solid #0060a6;}
	.board .cate-now li{width:calc(100% / 2 - 2px); margin-bottom:2px;}
    .board .cate-now li a{border:1px solid #cfcfcf; text-align:center; padding:12px 15px;}
    .board .cate-now li.all-list a {background-image:none;}
    .board .cate-now li:nth-child(2) a {background-image:none; color:#666;}
    .board .cate-now li:nth-child(2) {background-image:none;}
}

/* Tab */
.board-tab ul {display: inline-block; width: 100%; margin-bottom: 15px; border-bottom: 1px solid #d1d1d1;}
.board-tab ul li {float: left; margin-right: 10px;}
.board-tab ul li a {position: relative; top: 1px; display: block; padding: 10px 15px; border: 1px solid #d1d1d1;}
.board-tab ul li a.on {background: #18327c; color: #fff;}

/* Date Search */
.board-date {text-align: center; background: #f2f2f2; border: 1px solid #d1d1d1; padding: 20px; margin-bottom: 30px;}
.board-date label {font-family: 'Noto Regular'; color: #666; margin: 0 15px; padding-left: 30px; background: url('../images/icon-cal.png') no-repeat left center;}
.board-date input {background: #fff;}
.board-date .line {display: inline-block;}
.ui-widget input, .ui-widget select,
.ui-widget textarea, .ui-widget button,
.ui-datepicker .ui-datepicker-title select,
.ui-datepicker table {font-size: 13px;}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {top: 5px;}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {left: 2px;}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {right: 2px;}

@media all and (max-width:620px) {
    .board-date .line {display: block;}
}

/* Search */
.board-search {display: inline-block; width: 100%; margin-bottom: 10px;}
.board-search .util-search {font-family: 'Noto Regular'; font-size: 17px; margin-top: 30px; color:#333;}
.board-search .util-search a {display:none; width: 30px; text-indent: -9999px; background: url('../images/ico-rss.png') no-repeat center center; margin-right:10px;}
.board-search .util-search strong {color: #00a39f;}
.board-search .form-search {text-align:center;background-color: #fbfbfb;padding:30px 0;}
.board-search .tbl-search{display:inline-block;border:1px solid #0067cc;background-color:#fff;max-width:580px;width: 80%;text-align: left;}
.board-search .box-sel {display: inline-block; margin-right: 10px;position: relative;}
.board-search .box-sel:after{content:'';position: absolute;right: -10px;top: 8px;width:1px;height:25px;background: #dcdcdc;display: inline-block;}
.board-search .box-sel select {background: url('../images/arrow-search.png') no-repeat 95% center;font-size: 16px;font-family: 'Noto Light';color: #666;border: 0;height: 40px;min-width: 160px;padding-left: 20px;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.board-search .box-search {position: relative;display: inline-block;height: 60px;line-height: 60px;padding: 0 5px 0 15px;border-radius: 100px;min-width: 300px;width: calc(100% - 175px);}
.board-search .box-search input {position: relative;top: 0px;width: 100%;height: 100%;background: transparent;border: 0;font-size:17px;}
.board-search .box-search input::placeholder{font-size:16px; color:#ccc}
.board-search .box-search input[type="submit"] {position: absolute;right: -2px;top: 0;width: 60px;background:#0067cc url('../images/ico-search.png') no-repeat center center;text-indent: -9999px;cursor: pointer;}

@media all and (max-width:780px) {
    .board-search .tbl-search {display: table; width: 100%; table-layout: fixed;}
    .board-search .util-search {display: none;}
    .board-search .form-search {float: left; width: 100%;}
    .board-search .box-sel {width:125px; display: table-cell; margin-right: 0; padding-right: 20px;}
    .board-search .box-sel select {min-width: auto; width: 125px;}
	/*
    .board-search .box-sel {width:35%; display: table-cell; margin-right: 0; padding-right: 20px;}
    .board-search .box-sel select {min-width: auto; width: 100%;}
    .board-search .box-search {display: table-cell;}
	*/
	.board-search .box-search input:nth-child(2) {
		right: -23px;
	}
}

/* View */
.view-info {border-top: 2px solid #7c7c7c;}
.view-info .view-num {display: none;}
.view-info .view-title {font-size: 23px;font-family: 'Noto Regular';border-bottom: 1px solid #dcdcdc;padding: 30px 20px;text-align: center;background: #f3f5f7;line-height: 1.35;}
.view-detail {display: inline-block;width: 100%;border-bottom: 1px solid #dcdcdc;padding: 10px 30px;text-align: center;}
.view-detail .view-util {font-size: 16px;color: #666;font-family: 'Noto Light';}
.view-detail .view-util dl {display: inline-block; padding-right: 10px; margin-right: 10px; position: relative;}
.view-detail .view-util dl:after {content: '';position: absolute;right: 0;top: 12px;width: 1px;height: 11px;background: #c3c3c3;}
.view-detail .view-util dl:last-child:after {display: none;}
/**.view-detail .view-util dl.count dd {padding-left: 25px; background: url('../images/ico-view.png') no-repeat left center;}**/
.view-detail .view-util dt {display: inline-block;vertical-align: top;color:#333;}
.view-detail .view-util dd {display: inline-block;vertical-align: top;margin-left: 5px;}
.view-detail .view-util .modify {display: none;}
.view-detail .view-share {
    display: none;
}
.view-detail .view-share .sns {display: inline-block;}
.view-detail .view-share .util {display: inline-block;}

.view-file {margin-bottom: 60px;}
.view-file .row {display: table;width: 100%;border-top: 1px solid #dcdcdc;border-bottom: 1px solid #dcdcdc;}
.view-file .row .title {width: 110px;display: table-cell;vertical-align: middle;text-align: center;color: #333;font-family: 'Noto Regular';padding-left: 25px;background: url(../images/clip-icon.png) no-repeat 12px center;}
.view-file .row .insert {display: table-cell;vertical-align: middle;padding: 10px 10px 10px 0;}
.view-file .row .insert a {display: block;color: #666;}
.view-file .no-file {color: #888;}

@media all and (max-width:1000px) {
    .view-detail .view-util {width: 100%; float: none;}
    .view-detail .view-share {width: 100%; float: none;}
}

@media all and (max-width:700px) {
    .view-file .row {display: block;}
    .view-file .row .title {display: block; width: 100%; text-align: left; padding:15px 0 15px 30px;}
    .view-file .row .insert {display: block; width: 100%;}
}

/* Write Update */
.board-write {border-top: 2px solid #7c7c7c; margin-bottom: 40px;}
.board-write .row {display: table; width: 100%;border-bottom: 1px solid #dadada;}
.board-write .title {width: 200px; display: table-cell; vertical-align: middle; text-align: left; padding: 9px 15px; font-size: 15px; background: #f5f5f5; font-family: 'Noto Regular'; color: #555;}
.board-write .insert {display: table-cell; vertical-align: middle; padding: 9px 20px; font-size: 14px; font-family: 'Noto Regular'; color: #666;}
.board-write .insert.editor {padding: 12px 0 6px 0;}
.board-write .insert input[type="text"],
.board-write .insert input[type="password"] {border: 1px solid #dfdfdf; height: 30px; line-height: 30px; padding: 0 10px; }
.board-write .insert .long {width: 100%;}
.board-write .insert .space {margin-bottom: 10px;}
.board-write .insert .tarea {width: 100%; font-family: 'Noto Regular'; font-size: 14px; color: #666;}
.board-write .insert .possible {font-size: 13px; color: #888; margin-top: 5px; text-transform: uppercase;}
.board-write .insert .ico-cal { padding-left: 30px; padding-right: 10px; background: url(../images/icon-cal.png) no-repeat left center;}
.board-write .insert .ico-cal.space {margin-left: 10px;}
.board-write .insert .switch {margin-top: 10px;}
.board-write .insert .file-select {font-family: 'Noto Regular'; font-size: 14px; color: #666; padding: 10px; height: 130px;}
.board-write .insert .one-line {overflow: hidden; background: #f5f5f5;  padding: 10px; border-radius:  7px;}
.board-write .insert .one-line li {float: left; margin-right: 10px; }
.board-write .insert .pass-form {margin-top: 10px;}
.board-write .insert .pass-form label {margin-right: 10px;}
.board-write .insert .sel-type {font-family: 'Noto Regular'; font-size: 14px; color: #888; border: 1px solid #dfdfdf; height: 30px; line-height: 29px; padding: 0 40px 0 10px; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #ebebeb url(../images/arrow-search.png) no-repeat right center;}
.board-write .insert .line {display: inline-block;}

@media all and (max-width: 780px) {
    .board-write .row {display: block;}
    .board-write .title {display: block; width: 100%;}
    .board-write .insert {display: block; width: 100%; padding: 9px 0;}
    .board-write .insert .one-line {background: #fff; border: 1px solid #d1d1d1;}
}

@media all and (max-width: 580px) {
    .board-write .insert .line {display: block; margin: 5px 0;}
    .board-write .insert .ico-cal.space {margin-left: 0;}
}

/* Contents */
.view-con {padding: 30px 40px 90px;}
.view-img {margin-bottom: 30px;text-align: center;}

/* Paging */
._paging {padding: 50px 0 20px 0;}
._paging ._inner{height: 40px;}
._paging > ._inner > ul {margin: 0 5px;height: 40px;}
._paging > ._inner > ul li strong {width: 40px;height: 40px;line-height: 37px;background-color: #0067cc;border-color:#0067cc;}
._paging > ._inner > a {width: 40px;height: 40px;line-height: 40px;background-image: url('../images/arrow-page.png') !important;background-repeat: no-repeat;background-color: transparent;border: 0;}
._paging ._inner ul li a{width: 40px;height: 40px;line-height: 40px;border-width:0;}
._paging > ._inner > a._first {background-position: 0 0;}
._paging > ._inner > a._last {background-position: 0 -120px;}

/* Prev Next */
.view-navi {position: relative;}
.view-navi .navi-info {display: none;}
.view-navi .title {display: none;}
.view-navi a {text-indent: -9999px;}
.view-navi .prev a {position: absolute; top: 0; left: 0; width: 150px; height: 35px; background: url('../images/prev-arrow.png') no-repeat center center; }
.view-navi .next a {position: absolute;top: 0;right: 0;width: 150px;height: 35px;background: url('../images/next-arrow.png') no-repeat center center;}
.view-navi a:after {position: absolute;top: 0px;text-indent: 0;}
.view-navi .prev a:after {content: '이전글';left: 62%;font-family: 'Noto Light';width: 70px;font-size: 17px;color: #333;}
.view-navi .next a:after {content: '다음글';right: 48%;font-family: 'Noto Light';width: 70px;font-size: 17px;color: #333;}

._paging ._inner a._listNext, ._paging ._inner a._next{background-position: 0px -80px;}
._paging ._inner a._listPrev, ._paging ._inner a._prev{background-position: 0px -40px;}

@media all and (max-width:675px) {
    .view-navi {display: none;}
}

/* Button */
.board-button {text-align: center; display: inline-block; width: 100%;}
.board-button .btn-mine {float: left;}
.board-button .btn-control {float: right;}
.board-button .btn-deco {display: inline-block;cursor: pointer;vertical-align: top;font-size: 17px;height: 50px;line-height: 48px;text-align: center;padding: 0 45px;/* margin: 0 2.5px; *//* border-radius: 100px; */font-family: 'Noto DemiLight';}
.board-button  a.btn-deco, .board-button  input.btn-deco {color: #fff;}
.board-button .btn-deco.color1 {background: #313644; border: 1px solid #313644;}
.board-button .btn-deco.color2 {background: #828b91 url(../images/list-icon.png) no-repeat 40px center;padding-left: 65px;border: 1px solid #828b91;}
.board-button .btn-deco.color3 {background: #666 url(../images/modify-icon.png) no-repeat 40px center;padding-left: 65px;border: 1px solid #666;}
.board-button .btn-deco.color4 {background: #d9d9d9;color: #666;border: 1px solid #d9d9d9;}
.board-button .btn-deco.color5 {background: #f3f5f7;color: #666;border: 1px solid #f3f5f7;}
.board-button.view {margin-bottom: 40px; text-align: center;}
.board-button.view .btn-mine {float: none;display: inline-block;vertical-align: top;}
.board-button.view .btn-control {float: none;display: inline-block;vertical-align: top;}

a.samll-btn, input.samll-btn {color: #fff; display: inline-block !important;}
.small-btn-box {text-align: center;}
.small-btn-box.align-r {text-align: right;}
.small-btn-box .samll-btn {display: inline-block;cursor: pointer;font-size: 15px;height: 40px;line-height: 40px;text-align: center;padding: 0 30px;font-family: 'Noto DemiLight';}
.small-btn-box .samll-btn.color1 {background: #666 url(../images/modify-icon.png) no-repeat 25px center;padding-left: 50px;color: #fff;}
.small-btn-box .samll-btn.color2 {background: #828b91;color: #666;}

.tiny-btn {display: inline-block;cursor: pointer;font-size: 13px;height: 15px;vertical-align: middle;width: 15px;text-align: center;margin: 0 0 0 5px;font-family: 'Noto DemiLight';background: url(../images/comment-close.png) no-repeat center !important;border: none !important;text-indent: -9999px;}
.tiny-btn.color1 {background: #0c837f; border: 1px solid #0c837f; color: #fff;}
.tiny-btn.color2 {background: #ce2856; border: 1px solid #ce2856; color: #fff;}

.file-btn {border: 1px solid #d5d5d5; height: 30px; line-height:26px; padding-left: 35px; padding-right: 20px; cursor: pointer;}
.file-btn.add {background: #ececec url('../images/ico-file-add.png') no-repeat 10px center; margin-right: 5px;}
.file-btn.del {background: #ececec url('../images/ico-file-del.png') no-repeat 14px center;}

@media all and (max-width: 420px) {
    .board-button .btn-mine,
    .board-button.view .btn-mine {width: 100%;}
    .board-button .btn-control,
    .board-button.view .btn-control {width: 100%;}
    .board-button .btn-deco {display: block; width: 100%; margin: 0 0 10px 0;}
}

/* Comment */
.view-comment-write {position: relative; border: 1px solid #aaaaaa; border-top: 2px solid #7c7c7c; padding: 15px 30px 20px 30px; margin-bottom: 40px;}
.view-comment-write .name {margin-bottom: 15px;}
.view-comment-write .name label {font-family: 'Noto Regular'; font-size: 13px; padding-right: 10px; color: #666;}
.view-comment-write .name input {border-radius: 3px; padding: 5px;}
.view-comment-write textarea {width: 100%; background: #f2f2f2; padding: 15px; font-family: 'Noto Regular'; margin-bottom: 10px;}
.view-comment-list {padding-bottom: 20px;}
.view-comment-list li {border: 1px solid #dcdcdc;padding: 20px;background: #f3f5f7 url(../images/comment-icon.png) no-repeat 32px 30px;padding-left: 100px;}
.view-comment-list li + li{border-top:0;}
.view-comment-list .title {display: block;font-family: 'Noto Demilight';margin-bottom: 5px;}
.view-comment-list .title .date {font-size: 16px;color: #333;margin-left: 12px;padding-left: 12px;position: relative;top: -1px;position: relative;}
.view-comment-list .title .date:after{content:'';width:1px;height:15px;background: #dcdcdc;display: block;position: absolute;top:6px;left:-2px;}
.view-comment-list .comment {font-family: 'Noto Light';color: #666;line-height: 1.5;}
.view-comment-write .must {top:4px}

/* Answer */
.view-answer {position: relative;border: 1px solid #ccc;margin-bottom: 40px;padding-bottom: 25px;}
.view-answer:after {content: '';position: absolute;top: 0;left: 30px;width: 36px;height: 38px;background: url('../images/ico-reply.png') no-repeat left top;display: none;}
.view-answer .answer-title {}
.view-answer .answer-title .title {font-size: 18px;color: #fff;font-family: 'Noto Regular';line-height: 1.35;background: #a7b1b7;}
.view-answer .answer-title .title:before{content:'답글';font-size: 18px;color:#fff;background: #0054a6;display: inline-block;padding: 20px 0;width: 80px;text-align: center;margin-right: 25px;font-family: 'Noto Medium';}
.view-answer .answer-info {color: #666;font-family: 'Noto Light';font-size: 16px;padding: 20px 0 20px 105px;background: #f3f5f7;border-bottom: 1px solid #ccc;}
.view-answer .answer-info .writer {position: relative; padding-right: 10px; margin-right: 10px;}
.view-answer .answer-info .writer:after {content: '';position: absolute;right: 0;top: 6px;width: 1px;height: 15px;background: #c3c3c3;}
.view-answer .answer {background: #fff;padding: 20px 0 20px 105px;font-family: 'Noto Light';color: #666;line-height: 1.5;}

._popup {height: 100%; font-family: 'Noto Regular';}
._popup #_popupHeader {padding-top: 20px; padding-bottom: 10px; height: auto !important; line-height:normal !important;}
._popup #_popupHeader h1 {float: none !important; display: block; padding-left: 33px; background: url('../images/bul-pop.png') no-repeat left center; font-family: 'Noto Regular'; font-size: 20px !important;}

.answer-write {border-top: 2px solid #7c7c7c;}
.answer-write .box-answer {margin-bottom: 40px;}
.answer-write .row {display: table; width: 100%;border-bottom: 1px solid #d1d1d1;}
.answer-write .row .title {width: 130px; display: table-cell; vertical-align: middle; text-align: left; padding: 15px 10px; background: #f5f5f5; font-family: 'Noto Regular'; color: #444;}
.answer-write .row .insert {display: table-cell; vertical-align: middle; padding: 15px 30px; font-family: 'Noto Regular';  font-size: 14px;}
.answer-write .row textarea {width: 100%; background: #f2f2f2; padding: 15px; font-family: 'Noto Regular'; }
.answer-write .insert input[type="text"], .answer-write .insert input[type="password"] {border: 1px solid #dfdfdf; height: 30px; line-height: 30px; padding: 0 10px;}
.answer-write .insert .long {width: 100%;}

/* Must */
mark.must {width: 10px; position: relative; top: 6px; display: inline-block; background: url('../images/ico-mark.png') no-repeat; text-indent: -9999px;}



