@charset "UTF-8";
@import "reset.css";

/* Hidden */
.hidden {position: absolute; top: -9999px; left: -9999px;}
._fnctWrap {line-height: 1.5;}
/* List Table */
.scroll-table {position: relative;}
.board-table .col-admin {width: 4%;}
.board-table .col-num {width: 5%;}
.board-table .col-category {width: 8%;}
.board-table .col-write {width: 9.8%;}
.board-table .col-date {width: 7.3%;}
.board-table .col-acess {width: 5.3%;}
.board-table .col-file {width: 6.6%;}
.board-table .col-blind {width: 6.6%;}
.board-table .col-processing {width: 100px;}
.board-table .col-auto {width: auto;}

.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: #f2f2f2; font-size: 16px; font-family: 'Dream Medium'; font-weight: normal; padding: 15px 0; border-bottom: 1px solid #cfcfd1; border-top: 2px solid #7c7c7c;}
.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-size: 16px; font-family: 'Dream Regular'; padding: 17px 0; color: #555; border-bottom: 1px solid #cfcfd1;}
.board-table tbody td.td-subject {font-size: 16px; color: #444; text-align: left; padding-left: 20px; font-weight: normal;}
.board-table tbody td.td-subject .new {position: relative; top: -2px; display: inline-block; text-indent: -9999px; width: 19px; height: 18px; background: url('../images/ico-new.png') no-repeat center center; margin-left: 7px; vertical-align: middle;}
.board-table tbody td.td-subject .comment-num {font-size: 11px; font-family: 'Dream Regular'; color:#fff; line-height: 22px; display: inline-block; letter-spacing: -.025em; background: #E6378D; padding:0 7px; border-radius:5px; position: relative; margin-left: 15px;}
.board-table tbody td.td-subject .comment-num::after {content:''; width:10px; height:4px; border-top:4px solid #E6378D; position: absolute; left:-4px; top:0; border-left:4px solid transparent; border-right:4px solid transparent;}
.board-table tbody td.td-subject a {color:#444; position: relative;}
.board-table tbody td.td-subject a strong {position: relative;}
.board-table tbody td.td-subject a strong::after {content:''; width:0%; height:1px; background:#444; position: absolute; left:0; bottom:0; transition:width .3s;}
.board-table tbody td.td-subject a:hover strong::after {width:100%;}

.board-table tbody tr.trash td.td-subject {text-decoration: line-through;}
.board-table tbody td.td-write {font-size: 15px;}
.board-table tbody td.td-date,
.board-table tbody td.td-access{font-size: 14px;}
.board-table tbody td.td-file {text-indent: -9999px;}
.board-table tbody td.td-file .file-n {position: relative;}
.board-table tbody td.td-file .file-n::after {content:''; width:5px; height:1px; background:#555; position: absolute; left:50%; top:50%; margin-left:-3px;}
.board-table tbody td.td-file.file {background: url('../images/ic_file.png') no-repeat center center;}
.board-table tbody td.td-file .file-y {text-indent:0;}
.board-table tbody td.td-file .file-y span {background:#E6378D; border-radius:50%; color:#fff; line-height: 14px; font-size: 8px; font-family: 'Dream Regular'; width:15px; height:15px; display: inline-block; position: relative; top:5px; right:-10px;}
.board-table tbody td.td-category .color-1 {color:#0070CF;}
.board-table tbody td.td-category .color-2 {color:#E6378D;}
.board-table tbody td.td-category .color-3 {color:#549C00;}
.board-table tbody td.td-category .color-4 {color:#8E7C3D;}
.board-table tbody td.td-category .color-5 {color:#4B585F;}
.board-table tbody td .td-blind {display: inline-block; background:url('../images/blind.png') no-repeat center; text-indent: -9999px; width:25px; height:30px;}
.board-table tbody td .td-blind.open {display: inline-block; background:url('../images/open.png') no-repeat center; text-indent: -9999px; width:25px; height:30px;}

.board-table tbody td .processing span {display: inline-block; width:65px; font-size: 13px; line-height: 33px; color:#fff;}
.board-table tbody td .processing .cp-answer {background:#E6378D; border:1px solid #E6378D;}
.board-table tbody td .processing .no-answer {background:#fff; color:#0198D2; border:1px solid #0198D2} 

@media all and (max-width:1024px) {
    .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:rgba(0,0,0,0.3) url('../images/img_mobile_text.png') no-repeat center center;}
    .scroll-table.on:after {display:none;}
}

/* Category */
.board-cate .cate-now{margin-bottom:30px;overflow:hidden; border:1px solid #aaa;}
.board-cate .cate-now li{ float:left;}
.board-cate .cate-now li.all-list{background-color:#18327c;}
.board-cate .cate-now li.all-list a{color:#fff; font-weight:500; background:url(../images/bul-cate.png) 15px 31px no-repeat; padding-right:25px; padding-left:35px;}
.board-cate .cate-now li:nth-child(2){background:url(../images/bg-cate.png) -290px center no-repeat;}
.board-cate .cate-now li a{color:#666; padding:19px 15px; display:block; font-family:'Dream Regular';}
.board-cate .cate-now li.no-cate{padding-top: 19px; padding-left:15px; padding-bottom: 19px; font-weight: 500; color: #999;}
.board-cate .cate-now li + li + li{background:url(../images/line-cate.png) left center no-repeat;}

@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: 'Dream 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:10px 0;}
.board-search .util-search {float: left; font-family: 'Dream Regular'; font-size: 14px; margin-top: 7px; line-height: 30px;}
.board-search .util-search a {display: inline-block; width: 30px; text-indent: -9999px; background: url('../images/ico-rss.png') no-repeat center center; margin-right:10px;}
.board-search .util-search strong {color: #dd0042;}
.board-search .form-search {float: right;}
.board-search .srchBox {position: relative; border:1px solid transparent; width:160px; float:left;background: #ebebeb ; border-radius: 25px; min-width: 160px; position: relative; text-align:left; display: inline-block; margin-right: 10px; margin-bottom: 5px; transition:all .3s;}
.board-search .srchBox .src_list {padding:0 20px; border:1px solid #DC3587; border-top:1px solid transparent;display: none;}
.board-search .srchBox .src_list li {font-size:14px; font-family: 'Dream Regular'; color:#777;}
.board-search .tbl-search::after{content:''; display: block; clear:both;}
.board-search .tbl-search .srcName {font-size: 14px; font-family: 'Dream Regular'; color: #777; border: 0; height: 39px; padding-left: 20px; width:100%; text-align:left;}
.board-search .tbl-search .srcName::after {content:''; width:11px; height:7px; position: absolute; right:15px; top:18px; background:url('../images/arrow-search2.png') no-repeat right center; transition:all .3s;}
.board-search .srchBox._on {background:#fff; border:1px solid #DC3587; border-bottom:1px solid transparent; border-radius:25px 25px 0 0;}
.board-search .srchBox._on .srcName::after {transform: rotate(180deg);}
.board-search .tbl-search ul {border-radius:0 0 25px 25px; position: absolute; width:calc(100% + 2px); left:-1px; top: 100%; z-index: 10;background:#fff;}
.board-search .tbl-search ul li {line-height: 40px;}
.board-search .box-search {position: relative; overflow: hidden; display: block; background: #ebebeb; height: 39px; line-height: 40px; padding: 0 5px 0 15px; border-radius: 100px; min-width: 260px;}
.board-search .box-search input {position: relative; top: -2px; width: 100%; height: 100%; background: transparent; border: 0; font-family: 'Dream Regular';}
.board-search .box-search input[type="submit"] {position: absolute; right:0; top: 0; width: 50px; background: 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:35%; display: table-cell; margin-right: 0; padding-right: 20px;}
    .board-search .box-sel select {min-width: auto; width: 100%;}
}
@media all and (max-width:460px) {
    .board-search .srchBox {float:none; margin-bottom: 5px;}
}
/* View */
.view-info {border-top: 2px solid #7c7c7c; background:#f2f2f2; border-bottom: 1px solid #dadada; display: table; width:100%;}
.view-info::after {content:''; display: block; clear:both;}
.view-info .view-num {display: table-cell; vertical-align: middle; font-size: 14px; text-align: center; width:120px; background:#22B2E9; padding:30px 0; font-family: 'Dream Medium'; line-height: 1; color:#fff; letter-spacing: -.05em; text-transform: uppercase;}
.view-info .view-title {font-size: 16px; width:calc(100% - 120px); display: table-cell; vertical-align: middle; font-family: 'Dream Medium'; padding: 21px 30px; letter-spacing: -.05em; color:#444;}
.view-info .view-title .view-cate {margin-right:10px; font-family: 'Dream Regular';}
.view-info .view-title .color-1 {color:#0070CF;}
.view-info .view-title .color-2 {color:#E6378D;}
.view-info .view-title .color-3 {color:#549C00;}
.view-info .view-title .color-4 {color:#8E7C3D;}
.view-info .view-title .color-5 {color:#4B585F;}
.view-info .view-title .title-sj {font-size: 18px;}
.view-detail {display: inline-block; width: 100%; border-bottom: 1px solid #dadada; padding: 10px 30px; vertical-align:middle;}
.view-detail .view-util {float: left; font-size: 15px; color: #9b9b9b; font-family: 'Dream Regular';}
.view-detail .view-util dl {display: inline-block; padding-right: 22px; margin-right: 15px; position: relative; vertical-align: middle;}
.view-detail .view-util dl:after {content: ''; position: absolute; right: 0; top: 7px; 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 dl.count dd {padding-left: 15px; color:#777;}
/* .view-detail .view-util dt {display: none;} */
.view-detail .view-util dt {float:left;}
.view-detail .view-util dd {float:left; padding-left:15px; color:#777;}
.view-detail .view-util .modify {display: none;}
.view-detail .view-share {float: right;}
.view-detail .view-share .sns {display: inline-block;}
.view-detail .view-share .util {display: inline-block;}

.view-file {margin-bottom: 40px;}
.view-file .row {display: table; width: 100%; border-top: 1px solid #7c7c7c; border-bottom: 2px solid #7c7c7c;}
.view-file .row:not(:last-child) {border-bottom:0;}

.view-file .row .title {width: 200px; display: table-cell; vertical-align: middle; padding: 15px 30px; background: #f5f5f5; text-align: center; font-family: 'Dream Regular'; color: #444;}
.view-file .row .insert {display: table-cell; vertical-align: middle; padding: 10px 30px;}
.view-file .row .insert a {display: inline-block; font-size: 14px; line-height: 30px; padding-left: 25px; background: url('../images/ic_add.png') no-repeat left center;}
.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%;}
    .view-detail {padding: 10px;}
    .view-detail .view-util {font-size: 13px;}
    .view-detail .view-util dl {padding-right: 10px; margin-right: 3px;}
    .view-detail .view-util dl:after {top: 3px;}
    .view-detail .view-util dd {padding-left: 5px;}
    .view-detail .view-share {display: none;}
}

/* Write Update */
.board-write {border-top: 2px solid #7c7c7c; margin-bottom: 50px;}
.board-write .row {display: table; width: 100%;border-bottom: 1px solid #dadada; table-layout: fixed;}
.board-write .row label {font-family: 'Dream Regular';}
.board-write .title {width: 200px; display: table-cell; vertical-align: middle; text-align: left; padding: 9px 30px; font-size: 16px; background: #f5f5f5; font-family: 'Dream Regular'; color: #444;}
.board-write .insert {display: table-cell; vertical-align: middle; padding: 8px 0px 8px 15px; font-size: 14px; font-family: 'Dream Regular'; color: #666;}
.board-write .insert .insert-inner {display: inline-block; width:100%;}
.board-write .insert.editor {padding: 20px 0 6px 0; width:100%;} 
.board-write .insert input[type="password"] {margin-left: 10px;}
.board-write .insert input[type="text"],
.board-write .insert input[type="password"] {border: 1px solid #dfdfdf; height: 30px; line-height: 30px; padding: 0 10px; font-family: 'Dream Light';}
.board-write .insert input[type="text"]::placeholder {font-family: 'Dream Light'; font-size: 14px; line-height: 90px; color:#777;}
.board-write .insert input[type="radio"] {appearance: none;outline:1px solid #e0e0e0; background:#fff; border:0; width:17px; height:17px; border-radius:50%; top:4px; margin: 1px;}
.board-write .insert input[type="radio"]:checked {border:3px solid #fff; background:#000;margin: 1px;}
.board-write .insert .middle {max-width:320px; width:100%;}
.board-write .insert .long {width: 100%;}
.board-write .insert .space {margin-bottom: 10px;}
.board-write .insert .tarea {width: 100%; font-family: 'Dream Regular'; font-size: 14px; color: #666;}
.board-write .insert .possible {font-size: 14px; color: #888; margin-top: 35px; font-family: 'Dream Regular';}
.board-write .insert .ico-cal {padding-right: 5px;}
.board-write .insert .ico-cal.space {margin-left: 6px;}
.board-write .insert .switch {display: inline-block; vertical-align: middle; padding:1px 46px 1px 10px; margin-left: 15px;}
.board-write .insert .file-select {font-family: 'Dream Regular'; font-size: 14px; color: #666; padding: 10px; height: 130px;}
.board-write .insert .one-line {overflow: hidden; border-radius:  7px;}
.board-write .insert .one-line li {float: left; margin-right: 17px; }
.board-write .insert .pass-form {margin-top: 10px;}
.board-write .insert .pass-form label {margin-right: 10px;}
.board-write .insert .sel-type {font-family: 'Dream Light'; font-size: 14px; color: #777; border: 1px solid #dfdfdf; height: 30px; line-height: 29px; padding: 0 40px 0 10px; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: url(../images/arrow-select.png) no-repeat right 10px center;}
.board-write .insert .line {display: inline-block; vertical-align: middle;}
.board-write .title .mark {display: inline-block; color:#F90029; font-size: 16px; position: relative;position: relative; top: -5px;padding-left: 5px;}

/* 작성일자 */
.board-write .time-box {display: inline-block;}
.board-write .rgsde-hour,
.board-write .rgsde-minute {width:60px; font-family: 'Dream Regular'; color:#444; border:1px solid #dfdfdf;}

.board-write .rgsde-hour,
.board-write .rgsde-minute {appearance: none; -webkit-appearance: none; -moz-appearance: none; background:url('../images/select-normal.png') no-repeat right 5px center; padding:0 10px 0 5px;}


.btn-box {font-size: 0; display: inline-block; vertical-align: top; width:350px; padding-left:10px;} 
.btn-box .btn-upload, .btn-box .btn-delete {display: inline-block;}
.btn-box input {font-size: 11px; font-family: 'Dream Regular';}
.btn-box.file-btn-box span {display: block; margin-bottom: 10px;}

/* input 길이 조절 */
.board-write .insert input#password {width:180px;}
.board-write .insert input#ntcnBgnde,
.board-write .insert input#ntcnEndde {width:120px;}
.board-write .insert .atchmnflObj-inner,
.board-write .insert .thumbOrginlNm-inner {float:left; width:calc(100% - 350px);}
/* .board-write .insert #atchmnflObj {} */

@media all and (max-width:1250px) {
    .board-write .insert {padding: 9px 15px;}
}
@media all and (max-width:1024px) {
    .board-write .title {width:150px; font-size: 15px;}
    .board-write .title .title-box {font-size: 15px;}

}

@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;} */
    .board-write .insert .atchmnflObj-inner,
    .board-write .insert .thumbOrginlNm-inner {width:100%;}
    .board-write .insert .switch {margin-left:0; margin-top: 10px;}
    .board-write .insert .possible {margin-top: 10px;}
    .btn-box {width:100%; padding:0; margin-top: 10px;}
    .btn-box.file-btn-box span {display: inline-block;} 
}

@media all and (max-width: 580px) {
    .board-write .time-box {display: block; margin-top: 5px;}
    .board-write .rgsde-input {width:100%;}
    .board-write .insert .line {display: block; margin: 5px 0;}
    .board-write .insert .ico-cal.space {margin-left: 0;}
}

/* notice box */

/* 추가작업 */
.notice-txt-bx {padding: 5px; background: url("../images/alert_bg.png"); margin-top: 20px;}
.notice-txt-bx .notice-bx-inner {background: #FAFAFA; padding:24px 25px;}
.notice-txt-bx .notice-bx-inner ul li {font-size: 16px; font-family: 'Dream Regular'; line-height: 34px; color: #D63F11; font-weight: 300; padding-left: 25px; background: url("../images/ic_alert.png") no-repeat left 7px;}


/* Contents */
.view-con {padding: 50px 30px;}
.view-img {margin-bottom: 30px;}

/* Paging */
._paging {padding: 50px 0 20px 0; }
._paging > ._inner > ul {margin: 0 5px;}
._paging > ._inner > ul li strong {width: 35px; height: 35px; line-height:35px; background-color: #777; border-color: #777;}
._paging > ._inner > a {width: 35px; height: 35px; line-height:35px; background-image: url('../images/arrow-page.png') !important; background-repeat: no-repeat; background-color: transparent; border: 0;}
._paging > ._inner > a._first {background-position: 0 0;}
._paging > ._inner > a._last {background-position: 0 -175px;}
._paging ._inner a._listNext{background-position: 0 -140px;}
._paging ._inner a._next {background-position: 0 -105px;}
._paging ._inner a._listPrev{background-position: 0 -35px;}
._paging ._inner a._prev {background-position: 0 -70px;}
._paging ._inner ._pageState span {font-size: 17px;}
._paging ._inner ._pageState span._curPage {color: #E6378D;}
._paging ._inner a, ._paging ._inner strong {width:35px; height:35px;}

/* 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: 5px; left: 0; width: 55px; height: 55px; background: url('../images/bbs_prev.png') no-repeat center center; border:1px solid #B0B0B0; border-radius:50%; transition:all .3s;}
.view-navi .next a {position: absolute; top: 5px; right: 0; width: 55px; height: 55px; background: url('../images/bbs_next.png') no-repeat center center; border:1px solid #B0B0B0; border-radius:50%; transition:all .3s;}
.view-navi .prev a:hover { background:#EFFBFF url('../images/bbs_prev_on.png') no-repeat center center;  border:1px solid #01499A;}
.view-navi .next a:hover { background:#EFFBFF url('../images/bbs_next_on.png') no-repeat center center;  border:1px solid #01499A;}
.view-navi a:after {position: absolute; top: 10px; text-indent: 0; font-size: 16px; line-height: 31px; transition:color .3s;}
.view-navi a:hover:after {color:#01499A;}
.view-navi .prev a:after {content: '이전글'; left: 135%; font-family: 'Dream Regular'; width: auto;}
.view-navi .next a:after {content: '다음글'; right: 135%; font-family: 'Dream Regular'; width: auto;}


@media all and (max-width:768px) {
    .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 {position: relative; display: inline-block; background:#fff; height: 50px; padding: 0 30px; font-family: 'Dream Regular'; font-size: 14px; line-height: 50px; color: #fff !important; cursor: pointer; letter-spacing: -.05em; margin-bottom: 20px;}
.board-button  a.btn-deco, .board-button  input.btn-deco {color: #fff;}

.board-button .btn-deco.color1 {border: 1px solid #4B585F; color: #4B585F !important;}
.board-button .btn-deco.color2 {border: 1px solid #8C8C8C; color: #8C8C8C !important;}
.board-button .btn-deco.color3 {border: 1px solid #2C2C2C; color: #2C2C2C !important;}
.board-button .btn-deco.color4 {border: 1px solid #22B2E9; color: #22B2E9 !important;}
.board-button .btn-deco.color5 {border: 1px solid #E6378D; color: #E6378D !important;}
.board-button .btn-deco.color6 {border: 1px solid #B3A36B; color: #B3A36B !important;}
.board-button .btn-deco.color1:hover {background: #4B585F; color:#fff !important;}
.board-button .btn-deco.color2:hover {background: #8C8C8C; color:#fff !important;}
.board-button .btn-deco.color3:hover {background: #2C2C2C; color:#fff !important;}
.board-button .btn-deco.color4:hover {background: #22B2E9; color:#fff !important;}
.board-button .btn-deco.color5:hover {background: #E6378D; color:#fff !important;}
.board-button .btn-deco.color6:hover {background: #B3A36B; color:#fff !important;}
.board-button.view {margin-bottom: 50px; text-align: center;}
.board-button.view .btn-mine {float: none; display: inline-block;}
.board-button.view .btn-control {float: none; display: inline-block;}

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: 14px; height: 35px; line-height: 35px; text-align: center; padding: 0 20px; margin: 0 5px; font-family: 'Dream Light';}
.small-btn-box .samll-btn.color1 {background: #0A4A9B; color: #fff; border: 1px solid #0A4A9B;}
.small-btn-box .samll-btn.color2 {background: #fff; color: #ce2856; border: 1px solid #ce2856;}

.tiny-btn {display: inline-block; cursor: pointer; font-size: 13px; height: 25px; line-height: 20px; border-radius: 50px; text-align: center; padding: 0 12px; margin: 0 3px; font-family: 'Dream Light';}
.tiny-btn.color1 {background: #E5368E; border: 1px solid #E5368E; 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: 30px; padding-right: 20px; cursor: pointer; width:145px;}
.file-btn.add {background: #ececec url('../images/ico-file-add.png') no-repeat 10px center; margin-right: 10px; }
.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-wrap {border: 1px solid #aaaaaa; border-top: 2px solid #7c7c7c; padding: 28px 40px; margin-bottom: 40px;}
.view-comment-write {position: relative;}
.view-comment-write .name {margin-bottom: 15px; display: none;}
.view-comment-write .name label {font-family: 'Dream Regular'; font-size: 13px; padding-right: 10px; color: #666;}
.view-comment-write .name input {border-radius: 3px; padding: 5px;}
.view-comment-write .comment {margin-bottom: 25px;}
.view-comment-write .comment-text {position: relative; padding-left:73px; font-size: 0;}
.view-comment-write .comment-text::after {content:''; width:47px; height:47px; background:url('../images/ico-comment.png') no-repeat center; position: absolute; top:8px; left:0;}
.view-comment-write textarea {width: 100%; height:65px; padding: 15px; font-family: 'Dream Regular'; margin-bottom: 10px;}
/* .view-comment-list {padding-bottom: 20px;} */
.view-comment-list li {padding: 20px; padding-top: 10px; margin-bottom: 20px; background:#F2F2F2;}
.view-comment-list li:last-child {margin-bottom:0;}
.view-comment-list .title {display: block; margin-bottom: 10px; font-family: 'Dream Regular'; position: relative; padding-left:25px; font-size: 15px; color:#222;}
.view-comment-list .title::after {content:''; width:18px; height:19px; background:url('../images/ic-write.png') no-repeat left center; position: absolute; left:0; top:3px;}
.view-comment-list .title .writer {padding-right:15px; display: inline-block; position: relative;}
.view-comment-list .title .writer::after {content:''; width: 1px; height:11px; background:#ccc; position:absolute; right:0; top:6px;}
.view-comment-list .title .date {font-size: 15px; margin-left: 10px; position: relative;}
.view-comment-list .comment {color:#444; padding: 0px 25px; font-family: 'Dream Regular';}
.view-comment-list .comment .del {display: inline-block; text-indent: -9999px; width:15px; height:15px; background:url('../images/comment-del.png') no-repeat center; border:0; border-radius:0; margin-left: 10px; position: relative; top:2px; cursor:pointer;}
.view-comment-write .must {top:4px}
.view-comment-write .comment-pass {display: inline-block;}
.view-comment-write .comment-pass label {font-size: 15px; letter-spacing: -.05em; font-family: 'Dream Regular'; color:#333; padding-right:10px;}
.view-comment-write .copass {height:40px; line-height: 40px; padding:0 10px; min-width:195px;}

/* Answer */
.view-answer {position: relative; border: 1px solid #aaaaaa; border-top: 2px solid #7c7c7c; padding: 15px 30px 20px 30px; margin-bottom: 40px;}
.view-answer:after {content: ''; position: absolute; top: 0; left: 30px; width: 50px; height: 63px;  background: url('../images/ico-reply.png') no-repeat left top;}
.view-answer .answer-title {padding-left: 70px;}
.view-answer .answer-title .title {font-size: 16px; color: #222; font-family: 'Dream Regular'; line-height: 20px; margin-bottom:5px;}
.view-answer .answer-info {color: #9b9b9b; font-family: 'Dream Regular'; font-size: 14px; margin-bottom: 20px; line-height:20px;}
.view-answer .answer-info .date { padding-right: 15px; margin-right: 10px; position: relative;}
.view-answer .answer-info .date:after {content: ''; position: absolute; right: 0; top: 6px; width: 1px; height: 10px; background: #c3c3c3; }
.view-answer .answer-info .writer {position: relative;}
.view-answer .answer {background: #f2f2f2; padding: 15px 20px; font-family: 'Dream Regular'; margin-bottom: 20px; font-size: 15px; line-height: 28px;}

._popup {height: 100%; font-family: 'Dream 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: 'Dream 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; background: #f5f5f5; font-family: 'Dream Regular'; color: #444;}
.answer-write .row .insert {display: table-cell; vertical-align: middle; padding: 15px 30px; font-family: 'Dream Regular';  font-size: 14px;}
.answer-write .row textarea {width: 100%; background: #f2f2f2; padding: 15px; font-family: 'Dream 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%;}
.answer-write .insert .file-select {font-family: 'Dream Regular'; font-size: 14px; color: #666; padding: 10px; height: 130px;}

.view-answer .file-row {position: relative; display: table; border-top:1px solid  #7c7c7c; width:100%; border-bottom:2px solid #7c7c7c;margin-bottom: 20px;}
.view-answer .file-row .title {width: 200px; display: table-cell; vertical-align: middle; padding: 15px 30px; background: #f5f5f5; text-align: center; font-family: 'Dream Regular'; color: #444;}
.view-answer .file-row .insert {display: table-cell; vertical-align: middle; padding: 10px 30px;}
.view-answer .file-row .insert a {display: block; font-size: 14px; line-height: 30px; padding-left: 25px; background: url('../images/ic_add.png') no-repeat left center;}
.view-answer .no-file {color: #888;}

/* Must */
/* mark.must {width: 10px; position: relative; top: 6px; display: inline-block; background: url('../images/ico-mark.png') no-repeat; text-indent: -9999px;} */
.must {text-indent: -9999px; display: inline-block;background:none; position: absolute;}

.kogl_wrap {
    border-top: 1px solid #426dca;
    border-bottom: 1px solid #426dca;
    background-color: #f6f6f6;
    padding: 20px 30px;
    font-size: 0.94em;
    display: table;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
    font-weight: 400;
}
.kogl_wrap .open_img {
    margin-right: 10px;
}
.kogl_wrap a {
  display: table-cell;
  vertical-align: middle;
}

/* 추천/비추천 개수 */
.recomend {
  float:left;
  line-height:26px;
}

/* 첨부파일 컬럼 사이징 조절 */
.form_area * {box-sizing: content-box;}
.slick-header-column.ui-state-default{height: 20px !important; line-height: 20px !important;}


/* 첨부파일 커스텀 */
#uploaderContainer {position: relative;}
#uploaderContainer  .grid-canvas {width:100% !important;}
#uploaderContainer > div {background:none !important; border:none !important; height:130px !important; width:100% !important;}
#uploaderContainer > div > div:nth-child(1) {width:345px !important; float:right; height:auto !important;}
#uploaderContainer > div > div:nth-child(1) > input:nth-child(2) {color:#444 !important; font-size: 11px !important; height: auto !important; line-height: 31px !important; background:#ECECEC url('../images/ico-file-add.png') no-repeat left 15px center !important; border:1px solid #d5d5d5 !important; width:145px !important; font-family: 'Dream Regular' !important; margin-top: 0 !important;}
#uploaderContainer > div > div:nth-child(2) {display: none;}
#uploaderContainer > div > div:nth-child(3) {height:130px !important; width:calc(100% - 347px) !important; float:left; border:1px solid #e3e3e3 !important; margin:0 !important;}
#uploaderContainer > div > div:nth-child(4) { width:335px !important; float:right; background: none !important; height:auto !important; float:right;}
#uploaderContainer > div > div:nth-child(4) > span {width:0px; overflow:hidden;}
#uploaderContainer > div > div:nth-child(4) > input:nth-child(1) {color:#444 !important; font-size: 11px !important; height: 31px !important; line-height: 30px !important; background:#ECECEC url('../images/ico-file-del.png') no-repeat left 15px center !important; border:1px solid #d5d5d5 !important; width:145px !important; margin-top:10px !important; font-family: 'Dream Regular' !important;}
#uploaderContainer .ui-state-default {display: none;}
.board-write .insert .possible {padding-left: 10px; clear:both; margin-top:15px;}
@media all and (max-width:1024px) {
  #uploaderContainer > div > div:nth-child(1) {width:auto !important; position: absolute; bottom:-45px; left:0; margin-left:0 !important;}
  #uploaderContainer > div > div:nth-child(1) > input:nth-child(2) {margin-left:0 !important;}
  #uploaderContainer > div > div:nth-child(3) {width:100% !important; box-sizing: border-box !important;}
  #uploaderContainer > div > div:nth-child(4) {width:auto !important; float:left; position: relative; left:170px;}
  #uploaderContainer > div > div:nth-child(4) > input:nth-child(1) {margin-top: 7px !important;}
  .board-write .insert .possible {padding-left: 0px; clear:both; margin-top:15px; padding-top:20px;}
}


/* 비밀번호 입력 팝업창 */
/* ._popup #_wrap #_popupHeader h1{color: #000;}
._popup .pass-view .row{display: table;}
._popup .pass-view .row .title{display: table-cell; vertical-align: middle; font-size: 15px; font-family: "Dream Bold"!important; color: #666;}
._popup .pass-view #password{width: 90%;margin-left: 10px; height: 40px;}
._popup .pass-view .insert{display: table-cell; width: 100%; }
._popup .board-button{}
._popup .board-button span {display: inline-block; height: 50px; background: #22B2E9; border: 1px solid #22B2E9; padding: 0 30px; margin-top: 25px; cursor: pointer; }
._popup .board-button span > input{font-family: 'Dream Regular'; font-size: 14px; line-height: 50px; color: #fff !important; cursor: pointer; letter-spacing: -.05em; background: none;} */

._popup #_popupHeader {display: none;}
._popup {height:auto;}
body._popup #_wrap {padding-top:10px; position: relative; margin:40px 40px 0 40px;}
body._popup::before {content:''; width:100%; height:10px; background:#E6378D; position: absolute; top:0; left:0;}
._popup h1 {font-size:26px; letter-spacing: -.05em; position: relative; display: inline-block; font-family: 'Dream Bold'; color:#222; margin-bottom: 5px;}
._popup h1::before {content:''; width:100px; height:1px; background:#000; position: absolute; right:-130px; top:50%; }
._popup h1 strong {color:#E6378D; display: inline-block; font-family: 'Dream Bold';}
._popup p { font-size: 15px; font-family: 'Dream Regular'; line-height: 28px; letter-spacing: -.05em; color:#222; margin-bottom: 30px;}
._popup .pass-form {display: flex; align-items: center;}
._popup .pass-view {flex:1; margin-right:10px;}
._popup .pass-view #password {border:1px solid #dfdfdf; padding:0 10px; width:100%;}
._popup .pass-view #password::placeholder {font-size: 14px; line-height: 40px; letter-spacing: -.05em; color:#a0a0a0; font-family: 'Dream Regular';}
._popup .board-button {width:auto;}
._popup .board-button span {margin-top: 0; height:40px; line-height:unset; background: none; padding:0; border:none;}
._popup .board-button span > input {line-height: 40px; padding:0 30px; background:#E6378D; font-family: 'Dream Regular'; color:#fff; font-size: 14px;}
.blockUI.blockMsg.passBox ._blockInner ._blockClose {width:80px; height:80px; background:#eee ; right:0; top:10px; text-indent: -9999px; display: inline-block; position:absolute;}
.blockUI.blockPage.passBox ._blockInner ._blockClose::after {content:''; width:30px; height:30px; position: absolute; top:50%; left:50%; margin-left:-15px; margin-top:-15px; background: url('../images/user-close-btn.png') no-repeat center; transition:transform .3s;}
.blockUI.blockMsg.passBox ._blockInner ._blockClose:hover::after {transform: rotate(180deg);}
@media all and (max-width:600px){
    ._popup .pass-view #password{height: 40px;}       
    .passBox {width:450px !important;}
    .blockUI.blockMsg._blockW500.passBox, .blockUI.blockPage._blockW500.passBox {width:450px !important;}
}