@charset "UTF-8";
/* Hidden */
.hidden {position: absolute; top: -9999px; left: -9999px;}

/* List Album */
.board-album {padding: 30px 0; border-top: 2px solid #000000; border-bottom: 1px solid #8B9099;}
.board-album .list-album {display: block; max-width: 1320px; margin: 0 auto; overflow: hidden;}
.board-album.horizon1 .list-album > li {width: 100%;}
.board-album.horizon2 .list-album > li {width: 50%;}
.board-album.horizon3 .list-album > li {width: 33.3333%;}
.board-album.horizon4 .list-album > li {width: 25%;}
.board-album.horizon5 .list-album > li {width: 20%;}
.board-album .list-album > li {float: left; padding: 10px;}
.board-album .list-album .no-data {float: none !important; width: 100% !important; padding: 40px 0; text-align: center;}
.board-album .box {position: relative;}
.board-album .shadow {transition: all 0.5s ease;}
.board-album .shadow:hover {box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.15)}
.board-album .shadow > a {position: relative; display: block; border: 1px solid #d1d1d1; }
.board-album .shadow > a:after {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 0px; transition: .4s;}
.board-album .shadow > a:hover:after {box-shadow: 0px 0px 0px 2px #7098c3 inset}
.board-album .thumb{background-color: #dfdfdf;}
.board-album.horizon1 .thumb {height: 840px;}
.board-album.horizon2 .thumb {height: 415px;}
.board-album.horizon3 .thumb {height: 260px;}
.board-album.horizon4 .thumb {height: 290px;}
.board-album.horizon5 .thumb {height: 140px;}
.board-album .thumb img {width:100%; height: 100%;}

.board-album .info {position: absolute; line-height:1.2; background: rgba(0, 0, 0, 0.5); padding: 15px 20px 18px 20px; z-index: 5; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 0.5s;}
.board-album .info:hover {opacity: 1;}
.board-album .info .info-table {display: table; width: 100%; height: 100%;}
.board-album .info .info-cell {display: table-cell; width: 100%; height: 100%; vertical-align: middle; text-align: center;}
.board-album .info .title {margin-bottom: 70px;}
.board-album .info .title strong {display: inline-block; font-family: 'Noto DemiLight'; color: #fff; font-size: 18px; line-height: 25px; letter-spacing: -0.5px; height: 50px; overflow: hidden; word-break: break-all;}
.board-album li.clsdr .title strong::before {content: "비공개"; display: inline-block; width: 50px; height: 20px; border-radius: 3px; background: #0672cf; color: #fff; font-size: 12px; line-height: 20px; text-align: center; vertical-align: middle; margin-right: 5px;}
.board-album .info .title .new {position: relative; z-index: 2; display: inline-block; width: 20px; height: 20px; font-family: "Noto Bold"; color: #fff; background: #0279F3; border-radius: 50%; text-align: center; line-height: 20px; vertical-align: middle; font-size: 12px; letter-spacing: -0.5px;}
.board-album .info dt {display: none;}
.board-album .info dd {color: #d2d2d2; font-size: 14px;}
.board-album .info dl {position: relative; display: inline-block; padding-left: 15px; margin-left: 10px;}
.board-album .info dl:first-child {padding-left: 0; margin-left: 0;}
.board-album .info dl:after {content: ''; position: absolute; left: 0; top: 4px; width: 1px; height: 9px; background: rgba(255, 255, 255, 0.3);}
.board-album .info dl:first-child:after {display: none;}
.board-album .info dl.count {display: none; padding-left: 25px; background: url('../images/ico-view.png') no-repeat left center;}
.board-album .deleteArtclSeqs {position: absolute; top: 10px; left: 10px; z-index: 6;}
.board-album .view-more {padding: 15px; border: 1px solid #d1d1d1; border-radius: 5px; position: absolute; right:15px; top:20px; width: 30px; height: 30px; text-indent: -9999px; background: url('../images/ico-search.png') no-repeat center center;}

.board-album .info.video .title {margin-bottom: 40px;}
.board-album .info.video dl {display: none;}
.board-album .info.video .desc {width: 80px; height: 45px; background: url("../images/ic_youtube.png") no-repeat center; margin: 0 auto;}


@media all and (max-width:1000px) {
    .board-album.horizon1 .list-album > li {width: 100%;}
    .board-album.horizon2 .list-album > li {width: 100%;}
    .board-album.horizon3 .list-album > li {width: 50%;}
    .board-album.horizon4 .list-album > li {width: 33.3333%;}
    .board-album.horizon5 .list-album > li {width: 25%;}
}

@media all and (max-width:760px) {
    .board-album.horizon1 .list-album > li {width: 100%;}
    .board-album.horizon2 .list-album > li {width: 100%;}
    .board-album.horizon3 .list-album > li {width: 100%;}
    .board-album.horizon4 .list-album > li {width: 50%;}
    .board-album.horizon5 .list-album > li {width: 50%;}
}

@media all and (max-width:500px) {
    .board-album.horizon1 .list-album > li {width: 100%;}
    .board-album.horizon2 .list-album > li {width: 100%;}
    .board-album.horizon3 .list-album > li {width: 100%;}
    .board-album.horizon4 .list-album > li {width: 100%;}
    .board-album.horizon5 .list-album > li {width: 100%;}
}

/* Category */
.board-cate .cate-now{margin-bottom:20px;overflow:hidden; border:1px solid #cfcfcf; border-bottom: 1px solid #676767;}
.board-cate .cate-now li{ float:left;}
.board-cate .cate-now li.all-list{background-color:#006CC7;}
.board-cate .cate-now li.all-list a{color:#fff; font-weight:500; background:url(../images/bul-cate.png) 20px 31px no-repeat; padding-right:30px; padding-left:40px;}
.board-cate .cate-now li.all-list + li {position: relative; background: #006CC7 url('../images/arrow-cate.png') no-repeat left center; margin-left: -18px;}
.board-cate .cate-now li.all-list + li::before {content: ""; position: absolute; width: 11px; height: 100%; background: url("../images/category_tab.png") no-repeat; right: -5px; top: 0;}

.board-cate .cate-now li.all-list + li a {padding-right: 30px; color: #fff;}
.board-cate .cate-now li.all-list + li + li {background: none; padding-left: 19px;}
.board-cate .cate-now li.all-list + li ~ li a {font-family: 'Noto Light'; color: #666666;}
.board-cate .cate-now li.all-list + li ~ li:hover a {color: #0f1b2f;}
.board-cate .cate-now li.all-list ~ li span {position: relative;}
.board-cate .cate-now li.all-list ~ li span:after {content: ''; position: absolute; left: 0; bottom: -23px; width: 0%; height: 4px; background: #006CC7; transition: .4s;}
.board-cate .cate-now li.all-list ~ li:hover span:after {width: 100%;}
.board-cate .cate-now li.all-list.active {position: relative;}
.board-cate .cate-now li.all-list.active::before {content: ""; position: absolute; width: 11px; height: 100%; background: url("../images/category_tab.png") no-repeat; right: -5px; top: 0;}
.board-cate .cate-now li.all-list.active + li {background: none; color: #666; margin-left: 0px; padding-left: 19px;}
.board-cate .cate-now li.all-list.active + li::before {display: none;}
.board-cate .cate-now li.all-list.active + li ~ li {background: url(../images/line-cate.png) left center no-repeat; }
.board-cate .cate-now li.all-list.active + li a {color: #666;}
.board-cate .cate-now li.all-list.active + li a {padding-right: 15px;}
.board-cate .cate-now li.all-list.active + li + li {padding-left: 0;}
.board-cate .cate-now li a{color:#666; padding:19px 15px; display:block; font-family:'Noto DemiLight';}
.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;}
}

@media all and (min-width: 769px){
  /* Tab */
  .board-tab {background: #f2f2f2; padding: 10px 2%; margin-bottom: 20px;}
  .board-tab ul {}
  .board-tab ul li {display: inline-block; margin-right: 10px;}
  .board-tab ul li a {position: relative; top: 1px; display: block; padding: 10px 15px; font-family: "Noto Regular";}
  .board-tab ul li a::before {content: ""; position: absolute; width: 6px; height: 6px; background: #b1b1b1; border-radius: 50%; left: 0; top: 19px; }
  .board-tab ul li a.on { color: #18327c; font-family: "Noto Medium";}
  .board-tab ul li a.on::before {background: #18327c; }
  .board-tab ul li a:hover {color: #18327c; text-decoration: underline;}
  .board-tab > button {display: none;}
}

@media all and (max-width: 768px){
  .board-tab {position: relative; margin-bottom: 20px;}
  .board-tab::before {content: ""; position: absolute; width: 12px; height: 2px; background: #000; right: 23px; top: 22px; transform: rotate(45deg);}
  .board-tab::after {content: ""; position: absolute; width: 12px; height: 2px; background: #000; right: 15px; top: 22px; transform: rotate(-45deg);}
  .board-tab.on::before {transform: rotate(-45deg);}
  .board-tab.on::after {transform: rotate(45deg);}
  .board-tab > button {display: block; background: #ddd; border: 2px solid #ddd; width: 100%; padding: 10px 20px; text-align: left; font-size: 14px; font-family: "Noto Regular";}
  .board-tab > ul {position: absolute; width: 100%; left: 0; z-index: 10; background: #fff; border: 2px solid #fff; border-top: 0; height: 0; max-height: 0; overflow: hidden; transition: max-height 0.5s;}
  .board-tab > ul.on {border-color: #ddd; height: auto; max-height: 200px; overflow-y: auto;}
  .board-tab > ul li a {display: block; padding: 5px 20px; font-size: 14px; }
  .board-tab > ul li a:hover {text-decoration: underline;}
}

/* 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: 41px;}
.board-search .form-search {background: #f5f6f8; padding:20px;}
.board-search .tbl-search {text-align: center;}
.board-search .box-title {display: inline-block; background: url('../images/ic_search.png') no-repeat  left center; font-family: 'Noto Regular'; font-size:18px; margin-right: 20px; padding: 2px 0 2px 55px; color: #18327c; line-height: 40px;}
.board-search .box-sel {position: relative; top: 0px; display: inline-block; margin-right: 2px; vertical-align: middle;}
.board-search .box-sel select {background: #fff url('../images/ic_search_arrow.png') no-repeat 88% center; font-size: 16px; font-family: 'Noto Light'; color: #9d9d9d; border:1px solid #ccd0d7; height: 55px; min-width: 130px; padding-left: 20px; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.board-search .box-search {position: relative; top:0; display: inline-block; vertical-align: middle;  background: #fff; height: 55px; line-height: 55px; border:1px solid #ccd0d7; min-width: 400px; text-align: left;}
.board-search .box-search input {position: relative; top: -1px; width: 100%; height: 100%; background: transparent; border: 0; font-family: 'Noto Light'; font-size: 16px; text-indent: 10px; color: #9d9d9d;}
.board-search .box-search input[type="text"] {width: calc(100% - 50px);}
.board-search .box-search input::placeholder {color: #9d9d9d;}
.board-search .box-search input[type="submit"] {position: absolute; right:0; top: 0; width: 50px; height: 55px; background: url('../images/ico-search-btn.png') no-repeat center center; text-indent: -9999px; cursor: pointer;}
.board-rss {display: inline-block; width: 100%; margin-bottom: 20px;}
.board-rss .util-search {font-family: 'Noto DemiLight'; font-size: 16px; color: #666;}
.board-rss .util-search a {display: inline-block; width: 25px; text-indent: -9999px; background: url('../images/ico-rss.png') no-repeat center center; background-size: contain; margin-right:10px; vertical-align: middle;}
.board-rss .util-search strong {font-family: 'Noto Medium'; font-size: 16px; color: #333;}

@media all and (max-width:780px) {
    .board-search .box-title {display: none;}
    .board-search .tbl-search {display: table; width: 100%; table-layout: fixed;}
    .board-search .util-search {display: none;}
    .board-search .box-sel {width:35%; display: table-cell; margin-right: 0; padding-right: 10px;}
    .board-search .box-sel select {min-width: auto; width: 100%;}
    .board-search .box-search {display: table-cell;}
}

/* View */
.board-view-info {font-size: 0;}
.view-info {border-top: 2px solid #000000;}
.view-info .view-num {display: none;}
.view-info .view-title {font-size: 22px; font-family: 'Noto Medium'; border-bottom: 1px solid #e2e2e2; padding: 30px 30px; text-align: center; color: #000; line-height: 1.5; letter-spacing: -0.5px;}
.view-detail {display: inline-block; width: 100%; border-bottom: 1px solid #e2e2e2; padding: 10px 0 10px 20px; text-align: right;}
.view-detail .view-util {display: inline-block; margin-right: 20px; font-size: 16px; color: #9b9b9b; font-family: 'Noto Light';}
.view-detail .view-util dl {display: inline-block; padding-left: 15px; margin-left: 15px; position: relative;}
.view-detail .view-util dl:after {content: ''; position: absolute; left: 0; top: 12px; width: 1px; height: 11px; background: #c3c3c3;}
.view-detail .view-util dl:first-child:after {display: none;}
.view-detail .view-util dl.cate {display: none;}
.view-detail .view-util dt,
.view-detail .view-util dd {display: inline-block;}
.view-detail .view-util dt {padding-right: 1px; color: #666; font-family: "Noto Medium";}
.view-detail .view-util dd {color: #888;}
.view-detail .view-util .modify {display: none;}
.view-detail .view-util .writer:after {display: none;}
.view-detail .view-share {display: inline-block; margin-right: 20px;}
.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 #e2e2e2; border-bottom: 2px solid #000000;}
.view-file .row .title {width: 200px; display: table-cell; display: none; vertical-align: middle; padding: 25px 0; background: #f5f5f5; text-align: center; font-family: 'Noto Regular'; color: #444;}
.view-file .row .insert {display: table-cell; vertical-align: middle; padding: 16px 40px;}
.view-file .row .insert a {display: inline-block; margin-top: 3px; margin-bottom: 3px;font-size: 14px; color: #333; letter-spacing: -0.5px;}
.view-file .row .insert .prev {display: inline-block; background: url('../images/ic_preview.png') no-repeat 10px center; margin-left: 12px; padding: 1px 15px 2px 30px; border: 1px solid #ccc; font-family: 'Noto Regular'; font-size: 14px; color: #005eb2;}
.view-file .row .insert li {padding-left: 25px; background: url('../images/ico-add.png') no-repeat left 10px; }
.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: 768px){
  .view-info .view-title{padding: 30px 0px;}
}

@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%; padding: 16px 20px;}
    .view-detail .view-util dl {display: none;}
    .view-detail .view-util dl.writer,
    .view-detail .view-util dl.write {display: inline-block;}
}



/* 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 {margin-right: 5px; 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;}
.board-write.pass-view {margin-bottom: 15px;}
.board-write.pass-view .insert input[type="password"] {width: 100%; box-sizing: border-box;}

@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: 50px 40px 100px 40px; font-size: 18px; font-family: 'Noto Light'; color: #666; border-bottom: 1px solid #ddd; overflow-x: auto; word-break: break-all;}
.view-con img {max-width: 100%; height: auto !important;}
.view-img {margin-bottom: 30px;text-align: center;}
.view-con p, .view-con span {font-family: 'Noto Regular' !important;}

@media all and (max-width: 768px){
  .view-con {padding: 50px 0 100px;}
}

/* Paging */
._paging {padding: 20px 0 0 0;}
._paging > ._inner > ul {margin: 0 13px;}
._paging > ._inner > ul li strong {width: 35px; height: 35px; line-height:32px; border-radius: 100%; background-color: #99a2b2; border-color: #99a2b2;}
._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, ._paging ._inner a._listPrev {display: block;}
._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 a, ._paging ._inner strong {line-height: 33px;}

@media all and (max-width: 900px) {
    ._paging {padding: 60px 0 30px 0;}
}
@media all and (max-width: 750px) {
    ._paging {padding:  40px 0 20px 0;}
    ._paging > ._inner > ul {display: none;}
    ._paging ._inner ._pageState {display: block;}
}

/* Prev Next */
.view-navi {position: relative; padding: 3px; margin-bottom: 30px; background: #e3e3e3;}
.view-navi .view-white {background: #fff; padding: 0 27px;}
.view-navi .navi-info {display: none;}
.view-navi .row {display: table; width: 100%;}
.view-navi .row.prev {padding: 11px 0; border-bottom: 1px solid #ccc;}
.view-navi .row.next {padding: 11px 0;}
.view-navi .row .title {position: relative; display: table-cell; vertical-align: middle; width: 80px; padding-left: 19px; font-family: 'Noto DemiLight'; font-size: 16px; color: #000;}
.view-navi .row .title:after {content: ''; position: absolute; left: 0; top: 12px; width: 10px; height: 10px; background: url('../images/dot-view-navi.png'); border-radius: 100%;}
.view-navi .row .insert {display: table-cell; vertical-align: middle; font-family: 'Noto Light'; font-size: 16px; color: #666;}

@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; min-width: 80px; cursor: pointer; font-size: 14px; height: 40px; line-height: 37px; text-align: center; margin: 0 1px; 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: #8e99ab; border: 1px solid #8e99ab;}
.board-button .btn-deco.color2 {background: #2b3e5c; border: 1px solid #2b3e5c;}
.board-button .btn-deco.color3 {background: #2ba9c4; border: 1px solid #2ba9c4;}
.board-button .btn-deco.color4 {background: #2b3e5c; border: 1px solid #2b3e5c;}
.board-button .btn-deco.color5 {background: #004ea2; border: 1px solid #004ea2;}
.board-button.view {margin-bottom: 40px; text-align: right;}
.board-button.view .btn-mine {float: none; display: inline-block;}
.board-button.view .btn-control {float: none; display: inline-block;}
.board-button.answer-button {text-align: right; margin-top: 30px;}

a.samll-btn, input.samll-btn {color: #fff;}
.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: 'Noto Light';}
.small-btn-box.no-margin .samll-btn {margin: 0;}
.small-btn-box .samll-btn.color1 {background: #5b6781; color: #fff; border: 1px solid #5b6781;}
.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: 'Noto DemiLight';}
.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;}

.del-btn {position: relative; top: -1px; display: inline-block; width: 15px; height: 15px; background: #6a6a6a url('../images/btn-del.png') no-repeat center center; cursor: pointer; text-indent: -9999px; margin-left: 5px; vertical-align: middle;}

@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: inline-block; width: 100%; margin: 0 3px 10px; max-width: 80px;}
}

/* Comment */
.view-comment-wrap {position: relative; border: 1px solid #ccc; border-top: 2px solid #7c7c7c; padding: 28px 40px 20px 40px; margin-bottom: 40px;}
.view-comment-write .name {display: none; 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 .comment-text {position: relative; padding-left: 70px;}
.view-comment-write .comment-text:after {content: ''; position: absolute; left: 0px; top: 8px; width: 50px; height: 50px; background: url('../images/icico-quick-answer.png');}
.view-comment-write textarea {width: 100%; height: 65px; background: #fff; padding: 5px 10px; border: 1px solid #ccc; font-family: 'Noto Light'; font-size: 16px; color: #444;}
.view-comment-write .must {top:4px}
.view-comment-list {margin-top: 25px; padding-bottom: 20px;}
.view-comment-list li {background: #f2f2f2; margin-bottom: 20px; padding: 14px 14px 14px 14px;}
.view-comment-list li:last-child {margin-bottom: 0;}
.view-comment-list .title {display: block; padding-left: 25px; background: url('../images/ico-people.png') no-repeat left 8px; font-family: 'Noto Light'; font-size: 16px; color: #444;}
.view-comment-list .title .date {position: relative;  margin-left: 8px; padding-left: 10px; font-size: 16px; color: #777; }
.view-comment-list .title .date:after {content: ''; position: absolute; left: 0; top: 7px; width: 1px; height: 11px; background: #d7d7d7;}
.view-comment-list .comment {padding-left: 25px; font-family: 'Noto Light'; font-size: 16px; color: #444;}

/* Answer */
.view-answer {position: relative; border: 1px solid #d9e0e3; border-top: 2px solid #262626; padding: 15px 40px 30px 40px; margin-bottom: 40px;}
.view-answer:after {content: '답글'; position: absolute; top: 0; left: 40px; width: 50px; height: 63px;  padding-top: 9px; background: url('../images/ico-reply.png') no-repeat left top; text-align: center; font-family: 'Noto Regular'; font-size: 16px; color: #fff; }
.view-answer .answer-title {padding-left: 65px;}
.view-answer .answer-title .title {font-size: 18px; color: #333; font-family: 'Noto Regular'; line-height: 1.2;}
.view-answer .answer-info {color: #777; font-family: 'Noto Light'; font-size: 16px; margin-bottom: 20px;}
.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: 8px; width: 1px; height: 10px; background: #c3c3c3; }
.view-answer .answer {background: #f2f2f2; padding: 11px 20px 13px 20px; font-family: 'Noto Light'; font-size: 16px; color: #666;}

._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;}

/* custom */
.slider-bx {}
.top-slide-wrap {border-bottom: 1px solid #E2E2E2; padding-bottom: 40px;}
.top-slide-wrap .top-slider {max-width: 1110px; margin: 0 auto;}

.top-slide-wrap .top-slider-inner {height:560px; outline: none; max-width: 1110px;}
.top-slider-table {display: table; width: 100%; height:100%; text-align: center;}
.top-slider-cell {display: table-cell; width: 100%; height: 100%; vertical-align: middle;}
.top-slide-wrap .top-slider-inner img {display: inline-block; max-height: 560px; max-width: 100%;}

.bottom-slide-wrap {position: relative; margin: 0 auto; padding: 30px 20px; max-width: 1110px;}
.bottom-slide-wrap .bottom-slider {margin: 0 6%;}

.bottom-slider-inner {padding: 0 10px; outline: none; text-align: center; max-width: 130px;}
.bottom-slider-table {position: relative; display: table; width: 130px; height: 130px; cursor: pointer; margin: 0 auto;}
.bottom-slider-table::after {content: ""; position: absolute; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); left: 0; top: 0; transition: opacity 0.3s; opacity: 1;}
.bottom-slider-inner .bottom-slider-table::before {content: ""; position: absolute; width: 100%; height: 100%; border: 5px solid #008FD5; left: 0; top: 0; opacity: 0; transition: opacity 0.3s;}
.bottom-slider-inner.slick-current .bottom-slider-table::before {opacity: 1;}
.bottom-slider-cell {display: table-cell; width: 100%; height: 100%; vertical-align: middle; text-align: center;}
.bottom-slider-inner .bottom-slider-cell img {display: inline-block; max-width: 130px; max-height: 130px;}

.bottom-slider-inner .bottom-slider-table:hover::after, .bottom-slide-wrap .slick-current .bottom-slider-table::after {opacity: 0;}

.bottom-slide-wrap .slick-arrow {position: absolute; width: 20px; height: 33px; top: 50%; margin-top: -16.5px; z-index: 5; text-indent: -9999px;}

.bottom-slide-wrap .slick-prev {left: -30px; background: url("../images/btn_prev.png") no-repeat; transition: background 0.3s;}
.bottom-slide-wrap .slick-prev:hover {background: url("../images/btn_prev_on.png") no-repeat;}
.bottom-slide-wrap .slick-next {right: -30px; background: url("../images/btn_next.png") no-repeat; transition: background 0.3s;}
.bottom-slide-wrap .slick-next:hover {background: url("../images/btn_next_on.png") no-repeat;}

.wrap-contents.ie .top-slider-inner img {width: 100%;}
.wrap-contents.ie .bottom-slider-inner img {height: 100%; max-height: 130px; width: 100%;}

@media all and (max-width: 1023px){
  .bottom-slide-wrap .bottom-slider {margin: 0;}
  .bottom-slide-wrap .slick-prev {left: -20px;}
  .bottom-slide-wrap .slick-next {right: -20px;}
  .top-slide-wrap .top-slider {max-width: 100%;}
}

@media all and (max-width: 767px){
  .bottom-slide-wrap {display: none;}

  .top-slide-wrap {padding: 0 30px;}
  .top-slide-wrap .slick-arrow {position: absolute; width: 20px; height: 33px; top: 50%; margin-top: -16.5px; z-index: 5; text-indent: -9999px;}

  .top-slide-wrap .slick-prev {left: -30px; background: url("../images/btn_prev.png") no-repeat; transition: background 0.3s;}
  .top-slide-wrap .slick-prev:hover {background: url("../images/btn_prev_on.png") no-repeat;}
  .top-slide-wrap .slick-next {right: -30px; background: url("../images/btn_next.png") no-repeat; transition: background 0.3s;}
  .top-slide-wrap .slick-next:hover {background: url("../images/btn_next_on.png") no-repeat;}
}

.board-rss .util-search .count-txt {display: inline-block; vertical-align: middle; font-size: 16px; letter-spacing: -0.5px; color: #333333; font-family: "Noto Light";}
.board-rss .util-search .count-txt strong {font-family: "Noto Light"; font-weight: 300;}
.board-rss .util-search .count-txt .current {color: #1e5ba8; font-family: "Noto Medium";}


/* custom */
/*.view-file.item-info dl:first-child {display: none;}*/
.view-file.item-info .row {border-bottom: 0;}
.view-file.item-info .row:last-child {border-bottom: 2px solid #000;}
.view-file.item-info .row .title {display: table-cell; padding: 10px 0;}
.view-file.item-info .row .insert {padding: 10px 40px;}

@media all and (max-width: 700px){
  .view-file.item-info .row .title {display: block; padding: 10px 0 10px 30px;}
  .view-file.item-info .row .insert {padding: 10px 20px;}
}


/* 20230504 백그라운드 이미지 alt 값 대신 css로 처리 */
.board-album .text-hidden {
  position: absolute !important;
  left: -99999px !important;
  text-indent: -9999px !important;
}