.board {
    margin-top: 30px;
}

.board h1 a,
.board h1 a:visited,
.board h1 a:hover {
    color: inherit;
    text-decoration: none;
}

.board input[type=text],
.board input[type=password],
.board input[type=tel],
.board input[type=number] {
    /*	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;*/
    /*	box-shadow:inset 0px 1px 0px 0px #ffffff;*/
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    font-family: Arial;
    font-weight: bold;
    padding: 6px 10px;
    text-decoration: none;
    /*	text-shadow:0px 1px 0px #ffffff;*/
}

.board .header {}

.board .hw-wrap {
    position: relative;
    height: 50px;
    overflow-y: hidden;
}

.board .btn-regionview {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.board .btn-regionview > div {
    padding: 10px 0;
    border: 1px #d7d7d7 solid;
    text-align: center;
    color: #777;
    font-weight: normal;
    cursor: pointer;
    background-color: #f9f9f9;
}

.board .headwords {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    z-index: 100;
}

.board .headwords > div {
    padding: 0 3px 10px 3px;
    font-weight: bold;
    /*    background-color: #eaeaea;*/
    line-height: 100%;
    height: 39px;
}

.board .headwords span {
    background-color: white;
    display: inline-block;
    width: 5.53%;
    padding: 10px 10px 13px 10px;
    margin-top: 3px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.board .headwords span:first-child {
    border-right: 0;
}

.board .headwords span.active,
.board .headwords span:hover {
    background-color: #528eff;
    color: white;
}

.board .summary {
    padding-top: 14px;
}

.board .summary .buttonwrap-on-list {
    float: right;
}

.board .summary .buttonwrap-on-list input[type=button] {
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background-color: #f9f9f9;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    font-family: Arial;
    font-weight: bold;
    padding: 8px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}

.board .fright {
    float: right;
}

.board .fleft {
    float: left;
}

.boaed_select {
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: bottom;
}





.board .list-title {
    display: none;
    width: 100%;
    margin-top: 3px;
    border: 1px #999 solid;
    border-spacing: 0;
    background-color: #eee;
    border-left: none;
    border-right: none;
}

.board .list-title th {
    height: 26px;
    border-left: 1px #fff solid;
}

.board .list-title th:first-child {
    border-left: none;
}

/* 목록형 페이지 */

.board .list {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px #d7d7d7 solid;
}

.board .list tr {
    height: 35px;
    vertical-align: middle;
}

.board .list td {
    text-align: center;
    padding: 0 3px;
    border-bottom: 1px #d7d7d7 solid;
}

.board .list .subject {
    text-align: left;
}

.board .list td img {
    vertical-align: middle;
}

.board .list .headword {
    display: inline-block;
    margin-right: 4px;
}

.board .list .subject {
    vertical-align: middle;
}

.board .list-comment {
    display: inline-block;
    line-height: 10px;
    font-size: 10px;
    color: #f60;
    padding: 1px 3px;
    border: 1px #fa0 solid;
    border-radius: 2px;
    vertical-align: middle;
}

/* 목록형 -> 전시 */


.board .exhibition {
    padding-top: 10px;
}

.board .exh-table {
    width: 520px;
    padding: 24px 10px 0px 0px;
    height: 130px;
    border-spacing: 0;
    background-color: white;
    border: 0;
    border-radius: 6px;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}

.board .exh-table:nth-child(2n) {
    margin-right: 0px
}


.board .cell-img,
.board .cell-info {
    /*	border-bottom: 1px #d9d9d9 solid; */
    vertical-align: top;
    padding: 0;
}

.board .exh-table .img-wrap {
    width: 102px;
    height: 144px;
    border: 1px #ccc solid;
    margin: 0px auto;
    overflow: hidden;
    vertical-align: middle;
    line-height: 0%;
    margin-bottom: 0px;

}

.board .exh-table .img-wrap img {
    width: 100%;
}

.board .exh-info {
    margin-top: 5px;
    width: 100%;
}

.board .exh-info tr:nth-child(1) {
    height: 50px;
    font-weight: 900;
    margin-bottom: 15px;
    font-size: 16px;
}

.board .exh-info tr {
    height: 26px;
    font-weight: 700;
    font-size: 14px;
}

.board .exh-info th {
    font-weight: normal;
    text-align: right;
}

.board .exh-info td {
    margin-left: 10px;
    display: table;
}

.board .exh-info tr:nth-child(3) td {
    color: #ff4197;
}

.board .exhibition .link-gallery {
    display: inline-block;
    padding: 1px 4px;
    font-size: 11px;
    text-align: center;
    border: 1px #f80 solid;
    border-radius: 0 5px 0 5px;
    background-color: #f80;
    color: #fff;
}


/* 앨범형 페이지 */

.board .photolist {
    padding: 10px;
    text-align: left;
}

.board .photolist .article-wrap {
    width: 150px;
    height: 250px;
    float: left;
    margin: 5px 15px;
}

.board .photolist .photo-wrap {
    width: 150px;
    height: 85px;
    border: 1px #999 solid;
}

.board .photolist .photo-wrap:hover {
    border: 1px #f80 solid;
}

.board .photolist .photo-wrap td {
    vertical-align: middle;
    text-align: center;
    line-height: 0;
}

.board .photolist .photo-wrap img {
    max-width: 146px;
    max-height: 80px;
    margin: 0;
}

.board .photolist .subject {
    padding: 3px 0;
    text-align: center;
}

.board .photolist .info {
    color: #777;
    font-size: 12px;
    text-align: left;
}

/* 웹진형 */
.board .webzine {
    padding: 10px;
    text-align: left;
    border-top: 1px #d7d7d7 solid;
}

.board .webzine .article-wrap {
    padding: 15px 0;
}

.board .webzine .photo-wrap {
    width: 180px;
    height: 100px;
    border: 1px #999 solid;
    text-align: center;
    padding: 2px;
    margin-right: 10px;
    vertical-align: top;
    float: left;
}

.board .webzine .photo-wrap img {
    max-width: 100%;
    max-height: 100%;
    margin: 0;
}

.board .webzine .article-wrap p {
    margin: 0;
}

.board .webzine .number {
    color: #777;
}

.board .webzine .subject {
    font-weight: bold;
}






/* 검색박스 */
.board .searchbox {
    padding: 40px 0;
    text-align: center;
}

.board .searchbox input,
.board .searchbox select {
    vertical-align: top;
    /* -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff; */
    /* box-shadow: inset 0px 1px 0px 0px #ffffff; */
    background-color: #f9f9f9;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    font-family: Arial;
    font-weight: bold;
    padding: 0px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
    height: 36px;
    line-height: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



/* 글쓰기, 수정, 응답글 페이지 */
.board .write {}

.board .write .board-items {
    boarder-spacing: 0;
    border-collapse: collapse;
    border: 0;
    border-top: 1px #d0d0d0 solid;
}

.board .write .board-items tr {
    height: 35px;
}

.board .write .board-items th,
.board .write .board-items td {
    font-weight: normal;
    border-bottom: 1px #d0d0d0 solid;
    padding: auto 0;
}

.board .write .captcha {
    padding: 3px 0;
    text-align: left;
}

.board .write .captcha .captchaimg {
    height: 29px;
    width: 126px;
    vertical-align: middle;
}

.board .write .captcha .refreshimg {
    width: 20px;
    height: auto;
    vertical-align: middle;
    cursor: pointer;
}

.board .write .captcha input {
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
}

.uploadwrap .uploadbtns {
    padding: 3px 0;
}

.uploadwrap .uploadbtns .upload {
    float: right;
}

.uploadwrap .uploadbtns input[type=button] {
    min-width: 0;
    min-height: 0;
    padding: 2px 4px;
    font-size: 12px;
    border: 1px #555 solid;
    border-radius: 2px;
    background-color: #555;
    color: #fff;
}

.uploadwrap .filelist {
    min-height: 70px;
    border: 1px #ccc solid;
    margin-bottom: 5px;
}

.uploadwrap .filelist .filebox {
    display: inline-block;
    padding: 2px 5px 2px 0;
    min-width: 100px;
}

.uploadwrap .filelist .filebox .imgbox {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 3px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

.uploadwrap .filelist .filebox .imgbox img {
    max-width: 28px;
    max-height: 28px;
    vertical-align: middle;
}


/* 글보기 페이지 */
.board .view .openslide {
    padding: 10px 0;
    text-align: center;
}

.board .view .btn-openslide {
    width: 200px;
    padding: 10px 0;
    border: 3px #fff solid;
    border-radius: 10px;
    background-color: #479db1;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

.board .view .subjectwrap {
    padding: 7px 0;
    font-size: 16px;
    font-weight: bold;
}

.board .view .subjectwrap .headword {
    color: #bb2910;
}

.board .view .info {
    padding: 3px 0;
    border-top: 1px #ccc solid;
    text-align: right;
    color: #777;
}

.board .view .info img {
    vertical-align: middle;
}

.board .view .content {
    padding: 5px 0;
    line-height: 150%;
    border-bottom: 1px #ccc solid;
}

.board .view .content img {
    max-width: 100%;
    height: auto;
}

.board .view .content img:hover {
    cursor: pointer;
}

.board .view .filelist {
    padding: 5px 0;
    border-bottom: 1px #ccc solid;
}

.board .view .filelist .title {
    font-weight: bold;
}

.board .view .filelist span {
    display: inline-block;
    white-space: nowrap;
    margin-right: 10px;
}

.board .view .filelist span * {
    vertical-align: middle;
}

.board .view .sibling {
    padding: 3px 0;
}

.board .view .sibling .sibling-label {
    display: inline-block;
    padding: 4px 0 6px 0;
    margin-right: 5px;
    width: 80px;
    text-align: center;
    border: 1px #ccc solid;
    background-color: #777;
    color: #fff;
}

.board .view .sibling .sibling-subject {
    overflow: hidden;
    vertical-align: super;
}

.board .view .comments {
    margin: 10px 0 14px 0;
}

.board .view .comments-wrap {
    /*	padding:10px;*/
    /*	background-color:#eee;*/
    border: 0px #bbb solid;
    line-height: 1.7;
}

.board .view .comments .write,
.board-dlg .comments .write {
    border: 0px #ccc solid;
    padding: 10px;
    background-color: #fff;
    border-radius: 6px;
}

.board .view .comments .write .writer,
.board-dlg .comments .write .writer {
    padding: 0px 0 10px 0;
}

.board .view .comments .write .writer .captchaimg,
.board-dlg .comments .write .writer .captchaimg {
    height: 24px;
    width: 70px;
    vertical-align: middle;
}

.board .view .comments .write .writer .refreshimg,
.board-dlg .comments .write .writer .refreshimg {
    width: 20px;
    height: auto;
    cursor: pointer;
    vertical-align: middle;
}

.board .view .comments .write textarea,
.board-dlg .comments .write textarea {
    width: 100%;
    height: 150px;
    border: 1px #ccc solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.board .view .comments-wrap .summary {
    font-weight: bold;
    padding: 15px 0 10px;
    border-bottom: 0px #ccc solid;
}

.board .view .comments-wrap .comment {
    padding: 10px;
    /* border-bottom: 1px #ccc solid; */
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 6px;
}

.board .view .comments-wrap .comment .cmt-info {
    text-align: left;
    padding: 3px 0;
    border-bottom: 1px #d7d7d7 dashed;
}

.board .view .comments-wrap .comment .cmt-info .cmd {
    float: right;
}

.board .view .comments-wrap .comment .cmt-info .cmd span {
    cursor: pointer;
}

.board .view .comments-wrap .comment .cmt-info .writer {
    color: #2893e2;
    font-size: 0.8rem;
}

.board .view .comments-wrap .comment .cmt-content {
    padding: 10px;
}

/* nogrant */
.board .nogrant {
    margin: 30px auto;
    width: 500px;
    padding: 50px 0;
    text-align: center;
    background-color: #eee;
    border: 1px #ccc solid;
}


/* 공통 버튼 */

.board .buttons {
    padding: 5px 0;
    text-align: right;
}

.board .buttons button,
.board .buttons input[type=button],
.board .buttons input[type=submit] {
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background-color: #f9f9f9;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    font-family: Arial;
    font-weight: bold;
    padding: 8px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}

.board .buttons button {
    padding: 3px 15px;
}

.board .buttons button img {
    height: 14px;
    width: auto;
    vertical-align: middle;
}

.board .buttons input.emp {
    background-color: #777;
    color: #fff;
}

/* 다이얼로그 */

.board-dlg {
    position: absolute;
    background-color: #eee;
    display: none;
    border: 1px #555 solid;
    -webkit-box-shadow: 3px 3px 3px #999;
    box-shadow: 3px 3px 3px #999;
}

.board-dlg .dlg-title {
    padding: 7px;
    text-align: center;
    font-weight: bold;
}

.board-dlg .inner {
    padding: 5px;
    background-color: #fff;
}

.board-dlg .buttons {
    padding: 5px 0;
    text-align: center;
}


.board .share-sns {
    padding: 10px 5px;
    text-align: right;
}

.board .share-sns img {
    width: 30px;
    height: 30px;
    margin: 0 4px;
    cursor: pointer;
}

/* -- */
.vmiddle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
