@charset "UTF-8";

/* 게시판 글쓰기 폼 */
.box_1 {border:1px solid #ddd; border-radius:3px; padding:35px;}
.box_1 > ul > li {position: relative; color:#515151; font-family: 'NotoCn Medium'; font-size: 16px; line-height: 26px; margin-bottom: 5px; padding-left:12px; display: flex; }
.box_1 > ul > li:last-child {margin-bottom: 0;}
.box_1 > ul > li::before {content:''; width:4px; height:4px; background:#515151; position: absolute; left:0px; top:11px;}
.box_1 > ul > li > span {color:#515151; font-family: 'NotoCn Medium'; font-size: 16px; line-height: 26px; flex-shrink: 0; padding-right: 3px;}


/* Write Update */
.board-write {border-top: 2px solid #7c7c7c; margin-bottom: 90px;}
.board-write .row {display: flex;align-items: center; width: 100%;}
.board-write .row.flex-start {align-items: flex-start;}
.board-write .title {min-width: 180px;  vertical-align: top; text-align: left; padding: 9px 0; font-size: 20px; font-family:'NotoCn Bold'; color: #000; line-height: 60px;}
.board-write .insert { width: 100%;vertical-align: middle; padding: 16px 20px;flex: 1;}
.board-write .insert.editor {padding: 12px 0 6px 0;}
.board-write .insert input[type="text"],
.board-write .insert input[type="password"] {border: 1px solid #d9d9d9; height: 60px; line-height: 1.5; padding: 0 20px; border-radius:4px; font-size: 16px; font-family:'NotoCn Medium'; color: #515151;min-width: 266px;}
.board-write .insert .long { max-width:840px; width: 100%;}
.board-write .insert .space {margin-bottom: 10px;}
.board-write .insert .tarea {width: 100%; height:320px; margin: 20px 0; padding: 50px;font-family:'NotoCn Medium'; font-size: 20px; color: #000;line-height: 32px;}
.board-write .insert .possible {display: none;font-size: 14px; color: #888; margin-top: 5px; text-transform: uppercase;}
.board-write .insert .ico-cal { padding-left: 30px; padding-right: 10px; background: url('../../images/board/icon-cal2.png') no-repeat left center; color:#000; font-size: 16px; font-family: 'NotoCn Medium';}
.board-write .insert .ico-cal.space {margin-left: 10px;}
.board-write .insert .switch {margin-top: 10px;}
.board-write .insert .file-select {font-family:'NotoCn Medium'; font-size: 14px; color: #666; border:none;}
.board-write .insert .file-select > option {font-size: 16px; color:#000;}
.board-write .insert .one-line {overflow: hidden; background: #fff;   padding: 10px; border-radius: 7px; color:#000; font-size: 16px; font-family: 'NotoCn Medium';}
.board-write .insert .one-line li {float: left;display: flex;align-items: center; margin-right: 55px; }
.board-write .insert .one-line li input {margin: 0;top: 0;margin-right: 8px;}
.board-write .insert .pass-form {margin-top: 40px;}
.board-write .insert .pass-form label {margin-right: 25px;font-size: 16px;font-family: 'NotoCn Medium'; color: #515151;}
.board-write .insert .sel-type {font-family:'NotoCn Medium';min-width: 266px; font-size: 16px; color: #515151; border: 1px solid #d9d9d9; height: 60px; line-height: 1.5; padding: 0 40px 0 20px; border-radius:4px; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #fff url(/sites/style_dmu/images/board/arrow-search.png) no-repeat right center; margin-right: 10px;}
.board-write .insert .line {display: inline-block;margin: 0 35px 0 0;}
.board-write .insert .line:last-child {margin: 0;}
.board-write .row.notice .line:nth-last-child(2) {margin: 0;}
.board-write + .board-button { display: flex; justify-content: space-between;max-width: 640px; margin: 0 auto;text-align: center;}
.board-write + .board-button .btn-deco {width: calc(50% - 10px);padding:18px 70px; border-radius:4px;font-size: 20px; line-height: 32px; font-family: 'NotoCn Regular'; cursor: pointer; transition:background .3s;}

@media (max-width: 1280px) {
  .board-write .row.notice {align-items: flex-start;}
  .board-write .row.notice .line {display: block;margin: 0 0 20px;}
  .board-write .insert .ico-cal.space {margin-left: 0;}
  .board-write .insert .tarea {margin: 0;height: 550px;}
  .board-write + .board-button {max-width: 500px;}
}

@media all and (max-width: 780px) {
  .board-write {margin-bottom: 50px;}
  .board-write .row {display: block;margin: 0 0 12px;}
  .board-write .title {display: block; width: 100%;line-height: 30px;}
  .board-write .insert {display: block; width: 100%; padding: 9px 0;}
  .board-write .insert .tarea {margin: 0;height: 220px;}
  .board-write + .board-button .board-button {max-width:400px;}
  .board-write + .board-button .btn-deco {width: calc(50% - 5px);}
} 

@media all and (max-width: 580px) {
  .board-write .insert .line {display: block; margin: 5px 0;}
  .board-write .insert .ico-cal.space {margin-left: 0;}
}

/* 파일 */
.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/board/ico-file-add.png') no-repeat 10px center; }
.file-btn.del {background: #ececec url('../../images/board/ico-file-del.png') no-repeat 14px center;}
.file-btn.del {width: 30px;height: 30px;padding: 0;}
/* 버튼 */
.board-button {margin: 0 auto;text-align: center;}
.btn-deco {width:220px; padding:18px 70px; border-radius:4px; margin: 0 0 0 16px; font-size: 20px; line-height: 32px; font-family: 'Pre Regular'; cursor: pointer; transition:background .3s;}
.btn-deco:first-child {margin-left: 0;}
a.btn-deco {display: inline-block;}
.board-button > .btn-deco:last-child {margin: 0;}
.small-btn {padding:5px 8px; border-radius:4px; font-size: 14px; font-family: 'Pre Medium';}
.tiny-btn {padding:3px 5px; border-radius:4px; font-size: 14px; font-family: 'Pre Medium'; cursor: pointer;}
.tiny-btn.color1 {background: #000; border: 1px solid #000; color: #fff;}
.tiny-btn.color2 {background: #ce2856; border: 1px solid #ce2856; color: #fff;}
/* 이전 */
.btn-deco.color1 {background:#eaeaea; color:#000;}
.btn-deco.color1:hover{background: #aaaaaa}
/* 저장 */
.btn-deco.color2 {background:#000; color:#fff;}
.btn-deco.color2:hover{background: #666666;}
/* 수정 */
.btn-deco.color3 {background:#EAEAEA; color:#000;}
.btn-deco.color3:hover {background:#d3d3d3;}
/* 삭제 */
.btn-deco.color4 {background:#D72B2B; color:#fff;}
.btn-deco.color4:hover {background:#f83f3f;}
/* 답글 */
.btn-deco.color5 {background:#FF8400; color:#fff;}
.btn-deco.color5:hover {background:#db770c;}
/* 목록 */
.btn-deco.color6 {background:#fff; color:#000; border:1px solid #000;}
.btn-deco.color6:hover {background:#000; color:#fff;}


.small-btn.color1 {background:#2822E9; color:#fff;}
.small-btn.color2 {background:#D72B2B; color:#fff;}

@media (max-width:1280px) {
  /* .board-button {max-width: 500px;} */
  .btn-deco {width:auto; padding:10px 30px !important; background-image:none !important; font-size: 16px !important;}
}

@media (max-width: 1000px) {
  .btn-deco {margin: 0 0 0 10px;}
}

/* 검색 */
.board-bottom {position: relative; overflow:hidden; margin-top: 40px;}
.util-search {font-family: 'Pre Medium'; font-size: 16px; color:#707070; display: flex; justify-content: space-between; position: absolute; width:100%; top:0; left:0;}
.form-search .tbl-search {display:flex; justify-content: center; margin-top: 60px;}
.form-search .box-sel {width:100%; max-width:205px; margin-right: 20px;}
.form-search .box-sel select {appearance: none; -webkit-appearance: none; -moz-appearance: none; cursor: pointer;}
.form-search .box-sel select { font-size: 16px; font-family: 'Pre Medium'; color:#515151; border-radius:4px; border:1px solid #d9d9d9; width:100%; padding:0 20px; height:60px; position: relative;  background: url('../../images/board/select-arrow.png') no-repeat right 20px center; flex-shrink: 0;}
.form-search .box-search {border:1px solid #d9d9d9; border-radius:4px; max-width:405px; width:100%; position: relative; height:60px; overflow:hidden;}
.form-search .box-search input[type="text"] {padding:0 20px; height:100%; width:100%; border:none; font-size: 16px; font-family: 'Pre Medium'; color:#515151;}
.form-search .box-search input[type="text"]::placeholder {font-size: 16px; font-family: 'Pre Medium'; color:#515151;}
.form-search .box-search input[type="submit"] {width:60px; height:60px; background:url('../../images/board/ic-search.png') no-repeat center; position: absolute; right:0; top:0; text-indent: -9999px;} 

.board-date {margin-right: 20px;}
.board-date .row {display: flex; align-items: center;}
.board-date .date-space {margin: 0 7px;}
.board-date label {position: absolute; left: -999999px; text-indent: -99999px;}
.board-date input[type="text"] {display: flex; align-items: center; width: 160px; height: 60px; padding: 0 0 0 40px; background: url('../../images/board/ic-cal.png') no-repeat 12px center; border: 1px solid #d9d9d9; font-family: 'Pre Medium'; font-size: 16px; color: #515151;}
.board-date input[type="text"] {padding-left: 15px; background: url('../../images/board/ic-form-cal2.png') no-repeat right center; border-color: #d9d9d9; border-radius: 5px; font-size: 16px; color: #000;}

@media (max-width:980px) {
  .form-search .box-sel { max-width:150px; margin-right: 10px;}
  .form-search .box-sel select {height:45px;}
  .form-search .box-search {height:45px;}
  .form-search .box-search input[type="submit"] {width:45px; height:45px;}  
  .board-date {display: none;}

}
@media (max-width:768px) {
  .util-search {font-size: 14px;}
  .board-bottom {margin-top:20px;}
  .form-search .tbl-search {margin-top: 30px;}
}

/* paging 페이징 */
._fnctWrap ._paging {margin-top: 85px; text-align: center; font-size: 0; padding:0;}
._fnctWrap ._paging ._inner {overflow: hidden; position: relative; height: 40px; display: inline-block; zoom:1;}
._fnctWrap ._paging ._inner a,._paging ._inner li,._paging ._inner p,._paging ._inner span,._paging ._inner strong,._paging ._inner ul {float: left;}
._fnctWrap ._paging ._inner a._first,._paging ._inner a._last,._paging ._inner a._listNext,._paging ._inner a._listPrev,._paging ._inner a._next,._paging ._inner a._prev {font-size: 0;text-indent: -5000px; opacity:0.4; transition:opacity .3s;}
._fnctWrap ._paging ._inner a._first:hover, ._paging ._inner a._last:hover,._paging ._inner a._listNext:hover,._paging ._inner a._listPrev:hover,._paging ._inner a._next:hover,._paging ._inner a._prev:hover{opacity:1;}
._fnctWrap ._paging ._inner a,._fnctWrap ._paging ._inner strong {width: 40px; height: 40px; line-height: 40px; text-align: center; border:none; font-size: 16px; font-family: 'Pre Bold';}

._fnctWrap ._paging ._inner ul {display: flex; align-items: center; margin: 0 40px; height:40px;}
._fnctWrap ._paging ._inner ul li {margin: 0 3px;}
._fnctWrap ._paging ._inner .pg-arrow {width: 40px;height: 40px;}
._fnctWrap ._paging ._inner ._first {background: url(../../images/board/paging-first.png) center no-repeat;}
._fnctWrap ._paging ._inner ._prev {background: url(../../images/board/paging-left.png) center no-repeat; margin-left: 16px;}
._fnctWrap ._paging ._inner ._listPrev {background: url(../../images/board/paging-left.png) center no-repeat; margin-left: 16px;}
._fnctWrap ._paging ._inner ._listNext {background: url(../../images/board/paging-right.png) center no-repeat; margin-right: 16px;}
._fnctWrap ._paging ._inner ._next {background: url(../../images/board/paging-right.png) center no-repeat; margin-right: 16px;}
._fnctWrap ._paging ._inner ._last {background: url(../../images/board/paging-last.png) center no-repeat;}
._fnctWrap ._paging ._inner li strong {background: #000; border-radius: 50%; color: #fff; width:40px; height:40px;}
._fnctWrap .board-list.type2 ._paging ._inner li strong {background: #01888e; font-family: sm;}
._fnctWrap ._paging ._inner ._pageState {display: none; padding: 0 1em}

@media screen and (max-width: 768px) {
  ._fnctWrap ._paging {margin-top:30px}
  ._fnctWrap ._paging ._inner {display: flex; align-items: center; justify-content: center;}
  ._fnctWrap ._paging ._inner ul{margin: 0 32px;}
  ._fnctWrap ._paging ._inner ul li{display: block;}
  ._fnctWrap ._paging ._inner li strong{width: 26px; height: 26px; font-size: 13px; line-height: 26px;}
  ._fnctWrap ._paging ._inner ._listNext,
  ._fnctWrap ._paging ._inner ._listPrev,
  ._fnctWrap ._paging ._inner ._next,
  ._fnctWrap ._paging ._inner ._prev {margin:0;}
  ._fnctWrap ._paging ._inner ._pageState {display: none;}
  ._fnctWrap ._paging ._inner ._pageState ._curPage {font-family: 'Pre Bold'; font-size: 22px; color: #2822E9;}
  ._fnctWrap ._paging ._inner ._pageState ._totPage {font-family: 'Pre Bold'; font-size: 22px; color: #000;}
  /* ._fnctWrap ._paging ._inner ._pageState ._totPage::before {content: '/'; margin: 0 10px;} */
}



/* Category */
.board_header{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin:0 20px 48px 20px;}
.board_header .board-cate{margin-bottom: 0;}
.board_header .board-cate .cate-now{display:flex;justify-content:center;flex-wrap:wrap;}
.board_header .board-cate .cate-now:first-child li{margin: 0;}
.board_header .board-cate .cate-now:first-child li a{display:block; background-color: transparent; color: #707070; position: relative; font-size: 24px; line-height: 34px; padding:20px 25px;}
.board_header .board-cate .cate-now:first-child li a::after{content:""; display: block; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 20px; background-color: #D9D9D9;}
.board_header .board-cate .cate-now:first-child li:last-child a::after{display: none;}
.board_header .board-cate .cate-now:first-child li.active a,
.board_header .board-cate .cate-now:first-child li a:hover{background-color: transparent; color: #000000; font-family: "Pre Bold";}
.board-cate .childUl{margin-top:10px !important;}
.board-cate .childUl li{margin:0 5px;}
.board-cate .childUl li a{display:block;padding:10px 5px;line-height:1;font-size:16px;font-family:'S-CoreDream-5Medium';border-bottom:2px solid #999;color:#999;}
.board-cate .childUl li.active a{color:#000;border-color:#000;}
@media only screen and (max-width:768px){
  .board-cate .cate-now{justify-content:flex-start;}
  .board-cate .cate-now:first-child li a{padding:12px 15px;font-size:16px;}
  .board-cate .childUl li a{font-size:14px}
}
@media only screen and (min-width:1281px){
  .board-cate .cate-now:first-child li a:hover{background:#222;color:#FFF;}
}

/* Tab */ 

.board_header .board-tab{margin-bottom: 0; }
.board_header .board-tab ul {display:flex;justify-content:center;flex-wrap:wrap;}
.board_header .board-tab ul li{margin: 0;}
.board_header .board-tab ul li a{background-color: transparent; color: #707070; position: relative; font-size: 24px; line-height: 34px; padding:20px 25px;}
.board_header .board-tab ul li a::after{content:""; display: block; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 20px; background-color: #D9D9D9;}
.board_header .board-tab ul li:last-child a::after{display: none;}
.board_header .board-tab ul li.active a,
.board_header .board-tab ul li a:hover{color: #000000; font-family: "Pre Bold";}
.board_header .board-tab ul li a.on {color: #000000; font-family: "Pre Bold";}
.wrdnm {display: inline-flex; align-items: center; justify-content: center; min-width:64px; padding:5px; height: 26px; font-size: 14px; font-family: 'Pre Bold'; color:#fff; margin-right: 10px;}
.wrdnm.color1 {background: #AD3C9A;}
.wrdnm.color2 {background: #8268DD;}
.wrdnm.color3 {background: #2822E9;}
.wrdnm.color4 {background: #4792CB;}
.wrdnm.color5 {background: #ADB752;}
.wrdnm.color6 {background: #B78652;}
.wrdnm.color7 {background: #B93D6A;}
.wrdnm.color8 {background: #9197A0;}

@media all and (max-width: 1660px) {
  .board_header .board-cate .cate-now:first-child li a{font-size: 18px; line-height: 25px; padding: 13px 15px;}
  .board-bottom .btn-control input[type=submit]{padding: 10px 60px 10px 100px; font-size: 16px; line-height: 25px; background-position: left 60px center;}
}

@media all and (max-width: 1220px) {
  .board_header{margin-bottom: 30px; justify-content: end;}
  .board_header .board_category{width: 100%; margin-bottom: 10px;}
}

@media all and (max-width: 1023px) {
  .board_header .board-cate .cate-now:first-child li a{font-size: 16px; line-height: 22px; padding: 10px 13px;}
}

@media all and (max-width: 768px) {
  .board-table tbody tr td .process_area {width: 40px; height: 20px; line-height: 20px; font-size: 10px;}
}




/* View */
.board-view-info {padding:0 60px;}
.view-info {}
.view-info .view-num {display: none;}
.view-info .view-title {font-size: 48px; font-family:'Pre Bold'; line-height: 1.5;}
/* url copy */
.view-sj {display: flex; align-items: center; justify-content: space-between;gap: 20px;}
.view-sj .sumUrl {width:60px; height:60px; border-radius:50%; cursor: pointer; background:#f7f7f7 url('../../images/board/ic-copy.png') no-repeat center;flex-shrink: 0;}
.view-sj .sumUrl a {display: inline-block; width: 100%;height: 100%;text-indent: -9999px;}
/* con */
.view-detail {display: inline-block; width: 100%;padding:10px 0px; margin-bottom: 50px;}
.view-detail .view-util {float: left; font-size: 20px; color: #000; font-family:'Pre Medium';}
.view-detail .view-util dl {display: inline-block; padding-right: 20px; margin-right: 20px; position: relative;}
.view-detail .view-util dl:after {content: ''; position: absolute; right: 0; top: 6px; width: 1px; height: 20px; background: #000;}
.view-detail .view-util dl:last-child:after {display: none;}
.view-con {padding:80px 60px; border-bottom:1px solid #000;}
/* .view-detail .view-util dl.count dd {padding-left: 25px; } */
/*.view-detail .view-util dl.count dd {padding-left: 25px; background: url('/sites/style_guide/images/board/ico-view.png') no-repeat left center;}*/

.view-detail .view-util dt {display: none;}
.view-detail .view-util .modify {display: none;}
.view-detail .view-share {display: none;float: right;}
.view-detail .view-share .sns {display: inline-block;}
.view-detail .view-share .util {display: inline-block;}

.view-file {margin-bottom: 0px; background: #F7F7F7; padding:27px 60px; border-top:1px solid #000;}
.view-file .row {display: table; width: 100%; }
.view-file .row .title {width: 90px; display: table-cell; vertical-align: middle; font-family:'Pre Medium'; color: #707070;}
.view-file .row .insert {display: table-cell; vertical-align: middle;}
.view-file .row .insert li {margin-bottom: 5px; display:inline-block; margin-right:20px;}
.view-file .row .insert li:last-child {margin-bottom:0px;}
.view-file .row .insert a {display: inline-block; padding-right: 35px; background: url('../../images/board/file-down.png') no-repeat right center; font-size: 16px; font-family: 'Pre Medium'; line-height: 28px;}
.view-file .no-file {color: #000; }

@media all and (max-width:1000px) {
  .view-detail {margin-bottom: 30px;padding: 10px 0 0;}
  .view-con {padding: 65px 30px}
  .view-detail .view-util {width: 100%; float: none;font-size: 17px;}
  .view-detail .view-share {width: 100%; float: none; margin-top: 10px;}
  .view-sj .sumUrl {width: 50px;height: 50px;background-size: 40%;}
  .view-file {padding: 30px;}
  .board-view-info{padding: 0;}
  .view-info .view-title{font-size: 20px;}
}

@media all and (max-width:700px) {
  .view-file {padding: 30px;}
  .view-file .row {display: block;margin: 0 0 25px !important;}
  .view-file .row:last-child {margin: 0 !important;}
  .view-file .row .title {display: block; width: 100%; text-align: left;margin: 0 0 5px;}
  .view-file .row .insert {display: block; width: 100%;}
}

/* Prev Next */
.view-navi {position: relative; margin-top: 20px;}
.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: 55px; height: 55px; line-height: 55px; background: url('../../images/board/btn-prev.png') no-repeat center center; }
.view-navi .next a {position: absolute; top: 0; right: 0; width: 55px; height: 55px; line-height: 55px; background: url('../../images/board/btn-next.png') no-repeat center center; }
.view-navi a:after {position: absolute; top: 0px; text-indent: 0; }
.view-navi .prev a:after {content: '이전글'; left: 120%; font-family:'Pre Bold'; width: 70px;}
.view-navi .next a:after {content: '다음글'; right: 120%; font-family:'Pre Bold'; width: 70px; text-align:right;}

@media all and (max-width:675px) {
  .view-navi {display: none;}
}

.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/board/ico-file-add.png') no-repeat 10px center;}
.file-btn.del {background: #ececec url('../../images/board/ico-file-del.png') no-repeat 14px center;}

/* View */
.view .btn-control {display: flex; justify-content: space-between; margin-top:100px;width: 100%;}

@media(max-width:1000px) {
  .view .btn-control {margin-top: 80px;}
}

@media (max-width: 675px) {
  .view .btn-control {margin-top: 20px;}
}
/* Comment */
.view-comment-write {position: relative; border: 1px solid #aaaaaa; border-top: 2px solid #7c7c7c; padding: 15px 30px 20px 30px; margin-bottom: 40px; margin-top: 40px;}
.view-comment-write .name {margin-bottom: 15px;}
.view-comment-write .name label {font-family:'Pre Medium'; 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:'Pre Medium'; margin-bottom: 10px;}
.view-comment-list {padding-bottom: 20px;}
.view-comment-list li {border: 1px solid #7c7c7c; padding: 20px; padding-top: 10px; margin-bottom: 20px;}
.view-comment-list .title {display: block; margin-bottom: 10px; font-family:'Pre Medium';}
.view-comment-list .title .date {font-size: 14px; color: #777; margin-left: 10px; position: relative; top: -1px;}
.view-comment-list .comment {background: #f2f2f2; padding: 15px; font-family:'Pre Medium';}
.view-comment-write .must {top:4px}

/* Answer */
.view-answer { position: relative; background: #F7F7F7; padding: 60px 30px 40px 60px;}
.view-answer .answer-inner {padding-left:60px; position: relative;}
.view-answer .answer-inner::before {content:''; width:40px; height:40px; background:url('../../images/board/ic-reply.png') no-repeat center; position: absolute; top:0; left:0;}
.view-answer .answer-title {}
.view-answer .answer-title .title {position: relative; font-size: 32px; font-family: 'Pre Bold'; display: flex; line-height: 1.2; margin-bottom: 15px; align-items: center;}
.view-answer .answer-title .title:before {content: '답변'; font-size: 16px; font-family: 'Pre Medium'; color:#fff; background:#000; text-align: center; min-width:70px; height:40px; display: inline-flex; align-items: center; justify-content: center; border-radius:4px; margin-right:15px; align-self: flex-start;}
.view-answer .answer-info {color: #707070; font-family:'Pre Medium'; font-size: 16px; margin-bottom: 20px;}
.view-answer .answer-info span {position: relative; padding-right:15px; margin-right:15px;}
.view-answer .answer-info span::after {content:''; width:1px; height:100%; background:#707070; position: absolute; right:0; top:0;}
.view-answer .answer-info span:last-child::after {display: none;}
.view-answer .answer-info .writer {position: relative; padding-right: 10px; margin-right: 10px;}
.view-answer .answer {font-family:'Pre Medium'; margin-bottom: 20px; font-size: 20px; }

@media (max-width:1280px) {
  .view-answer .answer-title .title:before {font-size: 14px; height:35px; min-width:60px;}
  .view-answer {padding:40px 30px 30px 30px;}
  .view-answer .answer-title .title {font-size: 26px;}
  .view-answer .answer {font-size: 18px;}
}
@media (max-width:767px) {
  .view-answer .answer-inner {padding-left:50px;}
  .view-answer .answer-title .title {font-size: 22px;}
  .view-answer .answer-info {font-size: 14px;}
  .view-answer .answer {font-size: 16px;}
}

._popup {height: 100%; font-family:'Pre Medium';}
._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/board/bul-pop.png') no-repeat left center; font-family:'Pre Medium'; font-size: 20px !important;}

/* answer */
.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:'Pre Medium'; color: #444;}
.answer-write .row .insert {display: table-cell; vertical-align: middle; padding: 15px 30px; font-family:'Pre Medium';  font-size: 14px;}
.answer-write .row textarea {width: 100%; background: #f2f2f2; padding: 15px; font-family:'Pre Medium'; }
.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/board/ico-mark2.png') no-repeat; text-indent: -9999px;}
/*  */


