.commu_wrap .board_list td {
    padding: 13px 3px;
    font-size: 15px;
    font-family: "KoPubWorldDotum";
    line-height: 18px;
}
.commu_wrap .board_list td.subject a {
    font-size: 15px;
    line-height: 18px;
}
.board_list {
    border-top: 2px solid #534f46;
}
.board_list th,
.board_list td {
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
}
.board_list th {
    position: relative;
    padding: 23px 10px;
    border-bottom: 1px solid #b5b5b5;
    font-weight: 500;
    color: #222;
}
.board_list th:after {
    position: absolute;
    top: 50%;
    right: 0px;
    display: block;
    width: 1px;
    height: 14px;
    margin-top: -7px;
    background: #cbcbcb;
    content: "";
}
.board_list th:last-child:after {
    display: none;
}
.board_list td {
    padding: 28px 10px;
    font-size: 17px;
    border-bottom: 1px solid #dedede;
    color: #666;
    letter-spacing: -0.5px;
    line-height: 18px;
}
.board_list td.cate {
    color: #606060;
    font-weight: 500;
}
.board_list td.cate.impt {
    color: #3e8bff;
    font-weight: bold;
}
.board_list td.subject {
    text-align: left;
}
.board_list td.subject a {
    display: inline-block;
    max-width: 100%;
    font-size: 17px;
    font-weight: 600;
    color: #222;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    ine-height: 19px;
}

.board_list td.check .ico_check {
    padding-left: 26px;
}
.board_list td.state span {
    display: inline-block;
    min-width: 80px;
    padding: 5px 5px 5px 5px;
    border-radius: 18px;
    font-size: 15px;
}
.board_list td.state span.end {
    background: #ffffff;
    color: #777;
    border: 1px solid #a9a9a9;
}
.board_list td.state span.ing {
    color: #2b9aef;
    border: 1px solid #2b9aef;
}
.board_list td.state span.ok {
    color: #666;
    border: 1px solid #999;
}
.board_list td.state span.cancel {
    text-decoration: line-through;
}
.board_list td.state span.waiting {
    color: #da4200;
    border: 1px solid #da4200;
}
.board_list td.tit {
    text-align: left;
}
.board_list td.link a {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    border: 1px solid #cbcbcb;
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease-out;
}
.board_list td.link a:before {
    content: "\e980";
    font-family: "xeicon";
}
.board_list td.link a:hover,
.board_list td.link a:focus {
    background: #333;
    color: #fff;
    border-color: #222;
}
.board_list td .pc_none {
    display: none;
    font-weight: bold;
}
.board_list td span.impt {
    display: inline-block;
    min-width: 50px;
    padding: 5px 18px;
    border-radius: 30px;
    text-indent: -9999px;
    background: #3b3f4d url("../images/bbs/ico_list_ip.png") 50% 50% no-repeat;
    background-size: 19px;
}
.board_list td button.down {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 1px solid #c3c3c3;
    text-indent: -9999px;
    background: url("../images/bbs/ico_download.png") 50% 50% no-repeat;
    background-size: 10px;
}
.board_list tbody td.no_list {
    height: 160px;
    vertical-align: middle;
}

.total_area {
    float: left;
    padding-top: 10px;
    font-size: 15px;
}
.total_area > p {
    display: inline-block;
}
.total_area > p span {
    display: inline-block;
    color: #0053a5;
    font-size: 17px;
}
.total_area > p strong {
    position: relative;
    font-weight: bold;
    font-size: 17px;
}
.total_area > span span {
    font-weight: bold;
    color: #000;
}

@media screen and (max-width: 800px) {
    /* ê²Œì‹œíŒ ë¦¬ìŠ¤íŠ¸ */
    .board_list {
    }
    .board_list colgroup,
    .board_list thead,
    .board_list .hide {
        display: none;
        border-bottom: 0;
    }
    .board_list tr {
        display: block;
        width: 100%;
        padding: 14px 0 12px 10px;
        border-bottom: 1px solid #e5e5e5;
    }
    .board_list td {
        display: inline-block;
        margin: 0 0 0px 5px;
        padding: 0 !important;
        border: none;
        vertical-align: top;
        border-bottom: 0 !important;
    }
    .board_list td.subject {
        display: flex;
        margin-bottom: 4px;
        border-bottom: 0;
    }
    .board_list td.subject a {
        max-width: 94% !important;
        font-size: 15px !important;
        font-weight: bold !important;
    }
    .board_list td.date{
        font-size: 13px;
    }
    .board_list td.name,
    .board_list td.date,
    .board_list td.num,
    .board_list.survey td.state,
    .board_list.survey td.result {
        font-size: 13.5px;
    }
    .board_list td.cate {
        margin-bottom: 5px;
        font-weight: bold;
        font-size: 13px;
        border-bottom: 0;
    }
    .board_list tbody td.no_list {
        width: 100%;
        height: auto;
        padding: 20px 0;
        font-size: 15px;
    }
    .board_list td.subject .ico_new {
        margin: 0px 3px 0 0;
    }
    .board_list td.state:before {
        content: attr(aria-label);
        display: inline-block;
        margin-right: 6px;
        color: #777;
        font-size: 13px;
    }
    .board_list td.state span {
        font-size: 13px;
        min-width: auto;
        padding: 0;
        font-weight: bold;
        border: 0 none !important;
    }
    .board_list td.link a {
        position: relative;
        width: 25px !important;
        height: auto !important;
        line-height: 1.2 !important;
        border: 0 none;
        font-size: 15px;
    }
    .board_list td.link a:before {
        color: #333;
    }
    .board_list td.link a:hover,
    .board_list td.link a:focus {
        background: none;
        color: #222;
    }

    .board_list.rsv tr {
        position: relative;
        padding-left: 30px;
    }
    .board_list.rsv td,
    .board_list td.state {
        display: block;
        margin-bottom: 5px;
        font-size: 13.5px;
        text-align: left;
    }
    .board_list.rsv td.check {
        position: absolute;
        top: 13px;
        left: 0;
    }
    .board_list.rsv td.rsv_num:before,
    .board_list.rsv td.rsv_name:before,
    .board_list.rsv td.rsv_date1:before,
    .board_list.rsv td.rsv_date2:before,
    .board_list.rsv td.state:before {
        content: attr(aria-label);
        display: inline-block;
        min-width: 68px;
        margin-right: 0;
        font-weight: bold;
        color: #333;
        font-size: 14px;
    }

    .ico_new {
        width: 18px;
        height: 18px;
        line-height: 17px;
        font-size: 11px;
    }
    .ico_attc {
        width: 16px;
        height: 18px;
        background-size: 8px;
    }
    .view_file{
        padding: 20px 10px !important;
        margin-bottom: 0 !important;
    }
}
@media screen and (max-width: 400px) {
    .board_list td.subject a {
        max-width: 85%;
    }
}

/* 설문조사-뷰 */
.vote_box {
    margin-bottom: 40px;
    border: 1px solid #505050;
    letter-spacing: -0.5px;
}
.vote_box .con {
    padding: 40px 35px;
}
.vote_box .con strong {
    display: block;
    margin-bottom: 10px;
    font-size: 23px;
}
.vote_box .con strong span {
    color: #00afec;
}
.vote_box .con p {
    color: #666;
    line-height: 140%;
}
.vote_box ul {
    padding: 22px 35px;
    background: #f6f6f6;
    border-top: 1px dashed #dbdbdb;
}
.vote_box ul:after {
    content: "";
    display: block;
    clear: both;
}
.vote_box ul li {
    float: left;
    margin-right: 35px;
    color: #666;
}
.vote_box ul li strong {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    font-weight: 500;
    color: #00afec;
}
.vote_box ul li strong:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
    width: 1px;
    height: 14px;
    background: #ccc;
}
.vote_box ul li span {
    font-weight: 500;
}
.vote_box ul li span.ing {
    color: #b71c1c;
}
.vote_box ul li span.end {
    color: #222;
}
.vote_box ul li .attach {
    color: #444;
}
.vote_box ul li .attach:before {
    content: "\eb74";
    position: relative;
    top: 1px;
    display: inline-block;
    margin-right: 2px;
    font-family: "xeicon";
    transform: rotate(-90deg);
    font-size: 15px;
}
.vote_box ul li em {
    font-weight: normal;
}

.vote_detail {
    letter-spacing: -0.3px;
}
.vote_detail dl {
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border: 1px solid #cecece;
}
.vote_detail dl:last-child {
    margin-bottom: 0;
}
.vote_detail dl dt {
    position: relative;
    margin-bottom: 20px;
    padding: 20px 35px 21px 80px;
    background: #f6f6f6;
    border-bottom: 1px dashed #dbdbdb;
    font-weight: 500;
    color: #333333;
}
.vote_detail dl dt i {
    position: absolute;
    top: 17px;
    left: 35px;
    display: block;
    width: 35px;
    line-height: 30px;
    font-size: 14px;
    background: #00afec;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-family: "Noto Sans KR" !important;
}
.vote_detail dl dt span {
    display: inline-block;
    margin-right: 5px;
    color: #b71c1c;
}
.vote_detail dl dd {
    display: block;
    margin-bottom: 10px;
    padding: 0 35px;
    color: #666;
}
.vote_detail dl dd:last-child {
    margin-bottom: 0;
}
.vote_detail dl dd.etc {
    width: 100%;
    display: flex;
    align-items: center;
}
.vote_detail dl dd.etc .text {
    flex: 1;
    display: inline-block;
    margin-left: 5px;
}
.vote_detail dl dd.map {
    width: 100%;
    margin-bottom: 25px;
}
.vote_detail dl dd.map .root_daum_roughmap {
    width: 100%;
}
.vote_detail dl dd.img {
    float: left;
    width: 25%;
}
.vote_detail dl dd.img > i {
    display: block;
    margin: 12px 0;
}
.vote_detail dl dd.img > i > img {
    max-height: 300px;
}

.vote_detail dl dd .textarea {
    resize: none;
    width: 100%;
}
.vote_detail .tx {
    margin-bottom: 5px;
    padding: 22px 10px;
    border: 1px solid #cecece;
    background: #f1f5f9;
    text-align: center;
    font-weight: 500;
}
@media all and (max-width: 1400px) {
    .vote_detail dl dd.img {
        float: none;
        width: 100%;
    }
    .vote_detail dl dd.img > i > img {
        max-height: 100%;
    }
}
@media all and (max-width: 800px) {
    .vote_box .con {
        padding: 20px 20px;
    }
    .vote_box .con strong {
        margin-bottom: 6px;
        font-size: 18px;
    }
    .vote_box .con p {
        font-size: 14px;
    }
    .vote_box ul {
        padding: 15px 20px;
    }
    .vote_box ul li {
        margin-right: 20px;
    }
    .vote_box ul li strong {
        padding-right: 8px;
        margin-right: 5px;
    }
    .vote_box ul li strong:after {
        top: 2px;
        height: 12px;
    }

    .vote_detail dl {
        margin-bottom: 15px;
        padding-bottom: 18px;
    }
    .vote_detail dl dt {
        margin-bottom: 15px;
        padding: 15px 35px 15px 56px;
    }
    .vote_detail dl dt i {
        top: 15px;
        left: 20px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }
    .vote_detail dl dd {
        padding: 0 20px;
    }
    .vote_detail .tx {
        padding: 15px 10px;
    }
}
@media all and (max-width: 620px) {
    .vote_box {
        margin-bottom: 20px;
    }
    .vote_box ul li .attach:before {
        top: auto;
        font-size: 13px;
    }
    .vote_detail dl dd {
        margin-bottom: 6px;
    }
    .vote_detail dl dd.etc .text {
        width: calc(100% - 88px);
    }
    .vote_detail dl dd.map {
        margin-bottom: 15px;
    }
}
@media all and (max-width: 480px) {
    .vote_box .con {
        padding: 15px;
    }
    .vote_box .con strong {
        font-size: 16px;
    }
    .vote_box .con p {
        font-size: 13.5px;
    }
    .vote_box ul {
        padding: 12px 15px;
        font-size: 13.5px;
    }
    .vote_box ul li {
        margin-bottom: 3px;
    }
    .vote_detail dl dt {
        padding: 15px 35px 15px 52px;
        font-weight: bold;
    }
    .vote_detail dl dt i {
        left: 15px;
        top: 9px;
    }
    .vote_detail dl dd {
        width: 100%;
        padding: 0 15px;
    }
    .vote_detail dl dd.map .root_daum_roughmap {
        height: 180px !important;
    }
}

/* 글쓰기 */
.board_tx {
    margin-bottom: 8px;
    text-align: right;
    color: #666;
}
.board_tx .ip_ico {
    font-size: 0;
}
.board_write {
    width: 100%;
    border-top: 1px solid #323335;
    font-size: 16px;
}
.board_write tbody th {
    padding: 0 10px 0 20px;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    background: #f5f5f5;
    color: #444444;
    text-align: left;
    vertical-align: middle;
    letter-spacing: -0.4px;
}
.board_write tbody th .stx {
    font-size: 14px;
    line-height: 16px;
}
.board_write tbody td {
    height: 45px;
    padding: 10px 15px;
    border-bottom: 1px solid #d9d9d9;
    letter-spacing: -0.2px;
}
.board_write tbody td.recruit label {
    margin-right: 20px;
    font-size: 15px;
    color: #666666;
}
.ip_ico {
    display: inline-block;
    width: 15px;
    height: 10px;
    margin-top: -5px;
    background: url("../images/bbs/ico_ip.png") 2px 1px no-repeat;
    color: #fb6a00;
    font-weight: 600;
    text-indent: -9999px;
    vertical-align: middle;
    background-size: 9px;
}
@media screen and (max-width: 800px) {
    /* 글쓰기 */
    .board_tx {
        font-size: 14px;
    }
    .board_write tbody th,
    .board_write tbody td {
        padding: 6px;
        font-size: 14px;
    }
    .board_write tbody th .stx {
        font-size: 13px;
        color: #666;
    }
    .board_write tbody td.cal .calender,
    .board_write tbody td.cal span {
        float: left;
    }
    .board_write tbody td.cal .calender {
        width: calc(50% - 10px);
    }
    .board_write tbody td.cal span {
        display: block;
        width: 20px;
        line-height: 40px;
        text-align: center;
    }
}
@media screen and (max-width: 400px) {
    /* 글쓰기 */
    .board_write tbody td.recruit label {
        font-size: 13.5px;
    }
    .board_write tbody td.cal .calender {
        width: 100%;
        margin-bottom: 3px;
    }
    .board_write tbody td.cal .calender:last-child {
        margin-bottom: 0;
    }
    .board_write tbody td.cal span {
        display: none;
    }
}

/* 포토게시판 리스트 */
.gallery_list > ul {
    overflow: hidden;
    padding-top: 30px;
    border-top: 2px solid #222;
}
.gallery_list > ul > li {
    float: left;
    width: 23.12%;
    margin-bottom: 30px;
    margin-right: 2.5%;
}
.gallery_list > ul > li:nth-child(4n) {
    margin-right: 0;
}
.gallery_list > ul > li > a {
    position: relative;
    display: block;
    border: 1px solid #dedede;
    transition: background 0.3s ease-out;
}
.gallery_list > ul > li > a:hover {
    text-decoration: none;
    background: #fff;
}
.gallery_list > ul > li > a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #ccc;
    opacity: 0;
    margin: auto;
    transition: 0.3s border, 0.15s opacity;
    z-index: 9;
}
.gallery_list > ul > li > a:hover:after {
    border-width: 3px;
    border-color: #dedede;
    opacity: 1;
    transition: 0.3s border, 0.05s opacity;
}
.gallery_list > ul > li > a .category {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 90px;
    line-height: 38px;
    padding: 0 5px;
    font-size: 15px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.gallery_list > ul > li > a .ico_new {
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    margin: 0;
    line-height: 37px;
    font-size: 15px;
    border-radius: 0;
    background-color: #605c56;
}
.gallery_list > ul > li > a .thumb {
    display: block;
    padding-bottom: 54%;
    background-color: #666;
    background: 50% 50% no-repeat;
    background-size: cover;
}
.gallery_list > ul > li > a .detail {
    padding: 24px 28px 24px 28px;
}
.gallery_list > ul > li > a .detail > em {
    overflow: hidden;
    display: block;
    height: 50px;
    margin-bottom: 14px;
    letter-spacing: -1px;
    font-size: 19px;
    font-weight: 500;
    color: #222;
}
.gallery_list > ul > li > a .detail .desc {
    display: block;
    color: #7f7f7f;
    height: 42px;
    font-size: 16px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gallery_list > ul > li > a .detail .tag {
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gallery_list > ul > li > a .detail .tag > li {
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
    color: #666;
    letter-spacing: -0.8px;
}
.gallery_list > ul > li > a .detail .tag > li:before {
    content: "#";
    display: inline-block;
    margin-right: 3px;
}
.gallery_list > ul > li > a .detail .tag > li:last-child {
    margin-right: 0;
}
.gallery_list > ul > li > a .date,
.gallery_list > ul > li > a .person {
    color: #757575;
    font-size: 15px;
}
.gallery_list > ul > li > a .name {
    color: #666;
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.gallery_list > ul > li.no_list {
    width: 100%;
    border: none;
    height: auto;
    padding: 80px 0;
    text-align: center;
    color: #666;
    border-bottom: 1px solid #ddd;
}
@media all and (max-width: 1400px) {
    .gallery_list > ul > li {
        width: 32%;
        margin-right: 2%;
    }
    .gallery_list > ul > li:nth-child(4n) {
        margin-right: 2%;
    }
    .gallery_list > ul > li:nth-child(3n) {
        margin-right: 0;
    }
}
@media all and (max-width: 1024px) {
    .gallery_list > ul {
        padding-top: 15px;
    }
    .gallery_list > ul > li {
        margin-bottom: 15px;
    }
    .gallery_list > ul > li > a .category {
        font-size: 14px;
    }
    .gallery_list > ul > li > a .thumb {
        padding-bottom: 60%;
    }
}
@media all and (max-width: 800px) {
    .gallery_list > ul > li {
        width: 49%;
    }
    .gallery_list > ul > li:nth-child(2n),
    .gallery_list > ul > li:nth-child(4n) {
        margin-right: 0;
    }
    .gallery_list > ul > li:nth-child(2n + 1) {
        margin-right: 2%;
    }
    .gallery_list > ul > li > a .category {
        min-width: 85px;
        font-size: 13px;
        line-height: 34px;
    }
    .gallery_list > ul > li > a .ico_new {
        width: 34px;
        height: 34px;
        line-height: 34px;
    }
}

@media all and (max-width: 620px) {
    .gallery_list > ul > li {
        width: 49%;
        margin-bottom: 10px;
    }
    .gallery_list > ul > li:nth-child(4n) {
        margin-right: 0;
    }
    .gallery_list > ul > li:nth-child(2n + 1) {
        margin-right: 2%;
    }

    .gallery_list > ul > li > a .category {
        min-width: 65px;
        line-height: 25px;
        font-size: 12px;
    }
    .gallery_list > ul > li > a .ico_new {
        width: 25px;
        height: 25px;
        line-height: 24px;
        font-size: 13px;
    }
    .gallery_list > ul > li > a .detail {
        padding: 15px;
    }
    .gallery_list > ul > li > a .detail > em {
        height: 38px;
        font-size: 14px;
        margin-bottom: 5px;
        font-weight: bold;
    }
    .gallery_list > ul > li > a .detail .desc {
        height: 30px;
        font-size: 13px;
    }
    .gallery_list > ul > li > a .detail .date {
        font-size: 13px;
    }
    .gallery_list > ul > li > a .detail .tag {
        margin-bottom: 4px;
    }
    .gallery_list > ul > li > a .detail .tag > li {
        font-size: 13px;
        margin-right: 5px;
    }
    .gallery_list > ul > li > a .name {
        font-size: 13px;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .gallery_list > ul > li > a .person {
        font-size: 13px;
    }
}

/* 이전글 다음글 */
.move_box {
    overflow: hidden;
    position: relative;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    cursor: pointer;
}
.move_box > a {
    position: relative;
    float: left;
    display: block;
    width: 50%;
    text-decoration: none;
    transition: all 0.3s ease-out;
}
.move_box > a.prev {
    padding: 25px 100px 25px 50px;
}
.move_box > a.next {
    padding: 25px 50px 25px 100px;
    text-align: right;
}
.move_box > a:after {
    position: absolute;
    top: 50%;
    line-height: 20px;
    margin-top: -10px;
    font-family: "xeicon";
    font-size: 20px;
    color: #333;
    transition: all 0.3s ease-out;
}
.move_box > a.prev:after {
    content: "\e908";
    left: 0;
}
.move_box > a.next:after {
    content: "\e90b";
    right: 0;
}
.move_box > a > span {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    letter-spacing: -0.5px;
    color: #222;
    transition: color 0.3s ease-out;
}
.move_box > a > p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    letter-spacing: -0.8px;
    font-weight: 300;
    font-size: 17px;
    transition: color 0.3s ease-out;
}
.move_box > a.prev:hover,
.move_box > a.prev:focus {
    padding: 25px 100px 25px 45px;
}
.move_box > a.next:hover,
.move_box > a.next:focus {
    padding: 25px 45px 25px 100px;
}
.move_box > a.prev:hover:after,
.move_box > a.prev:focus:after {
    left: 10px;
}
.move_box > a.next:hover:after,
.move_box > a.next:focus:after {
    right: 10px;
}
.move_box .list {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    text-align: center;
}
.move_box .list a {
    display: block;
    text-decoration: none;
    background: #222;
}
.move_box .list a:after {
    content: "\e903";
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    font-family: "xeicon";
    transition: all 0.3s ease-out;
    color: #fff;
}
.move_box .list a:hover,
.move_box .list a:focus {
    background-color: #fbfbfb;
    border: 1px solid #555;
}
.move_box .list a:hover:after,
.move_box .list a:focus:after {
    color: #222;
}
@media screen and (max-width: 1024px) {
    /* 이전글 다음글 */
    .move_box > a.prev {
        padding: 20px 50px 20px 50px;
    }
    .move_box > a.next {
        padding: 20px 50px 20px 50px;
    }
    .move_box > a.prev:hover,
    .move_box > a.prev:focus {
        padding: 20px 100px 20px 45px;
    }
    .move_box > a.next:hover,
    .move_box > a.next:focus {
        padding: 20px 45px 20px 100px;
    }
    .move_box > a > span {
        font-size: 13px;
    }
    .move_box > a > p {
        font-size: 15px;
    }
    .move_box .list {
        margin: -25px 0 0 -25px;
    }
    .move_box .list a:after {
        width: 50px;
        height: 50px;
        font-size: 20px;
        line-height: 50px;
    }
}
@media screen and (max-width: 800px) {
    /* 이전글 다음글 */
    .move_box > a.prev {
        padding: 20px 40px 20px 40px;
    }
    .move_box > a.next {
        padding: 20px 40px 20px 40px;
    }
    .move_box > a.prev:hover,
    .move_box > a.prev:focus {
        padding: 20px 50px 20px 45px;
    }
    .move_box > a.next:hover,
    .move_box > a.next:focus {
        padding: 20px 45px 20px 50px;
    }
}
@media screen and (max-width: 480px) {
    /* 이전글 다음글 */
    .move_box > a.prev {
        padding: 20px 30px 20px 35px;
    }
    .move_box > a.next {
        padding: 20px 35px 20px 30px;
    }
    .move_box > a.prev:hover,
    .move_box > a.prev:focus {
        padding: 20px 32px;
    }
    .move_box > a.next:hover,
    .move_box > a.next:focus {
        padding: 20px 32px;
    }
    .move_box > a.prev:hover:after,
    .move_box > a.prev:focus:after {
        left: 5px;
    }
    .move_box > a.next:hover:after,
    .move_box > a.next:focus:after {
        right: 5px;
    }
    .move_box > a > span {
        margin-bottom: 0;
    }
    .move_box > a > p {
        display: none;
    }

    .move_box .list {
        margin: -19px 0 0 -19px;
    }
    .move_box .list a:after {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }
}

/* 댓글쓰기 */
.board_cmt {
    padding-top: 35px;
}
.board_cmt .textarea {
    resize: none;
    height: 100px;
    color: #666;
}
.board_cmt .btn {
    width: 140px;
    height: 100px;
    margin-left: 5px;
    background: #353b41;
    border: 1px solid #282d32;
    color: #fff;
    font-weight: 500;
}
.board_cmt .total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.board_cmt .total .tit {
    color: #666;
    letter-spacing: -0.5px;
    font-size: 15px;
}
.board_cmt .total .tit i {
    margin-right: 5px;
}
.board_cmt .total .tit em {
    color: #de0404;
}
.board_cmt .total .tab {
    display: flex;
}
.board_cmt .total .tab li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #666;
}
.board_cmt .total .tab li.on {
    font-weight: bold;
    color: #222;
}
.board_cmt .total .tab li + li:before {
    content: "";
    display: inline-block;
    margin: 0 8px;
    width: 1px;
    height: 15px;
    margin-top: 2px;
    background-color: #d7d7d7;
    vertical-align: top;
}
.board_cmt .cmt_write {
    display: flex;
    padding: 8px;
    border: 1px solid #d7d7d7;
    background: #f7f7f7;
}
.board_cmt .cmt_write .textarea {
    flex: 1;
}
.board_cmt .cmt_write .guide {
    flex: 1;
    height: 100px;
    background: #fff;
    border: 1px solid #d4d4d4;
}

.cmt_list .cont_area {
    position: relative;
    padding: 25px 10px;
    border-bottom: 1px solid #d4d4d4;
}
.cmt_list .w_info {
    padding-bottom: 12px;
}
.cmt_list .w_info > span {
    display: inline-block;
}
.cmt_list .w_info > span:before {
    content: "";
    display: inline-block;
    margin: 0 8px;
    width: 1px;
    height: 15px;
    margin-top: 2px;
    background-color: #d7d7d7;
    vertical-align: top;
    color: #ddd;
    font-weight: 300;
}
.cmt_list .w_info > span:first-child:before {
    display: none;
}
.cmt_list .w_info > span.member,
.cmt_list .w_info > span.guest {
    font-weight: bold;
}
.cmt_list .w_info > span.date {
    color: #888;
    font-size: 14px;
}

.cmt_list .w_cont {
    color: #666;
    font-weight: 300;
}
.cmt_list .w_btn {
    position: absolute;
    top: 18px;
    right: 5px;
}

.cmt_list .cont_area.reply {
    position: relative;
    padding-left: 40px;
    background: #f7f7f7;
}
.cmt_list .cont_area.reply:before {
    position: absolute;
    top: 24px;
    left: 15px;
    width: 1px;
    height: 10px;
    background-color: #ccc;
    content: "";
}
.cmt_list .cont_area.reply:after {
    position: absolute;
    top: 34px;
    left: 15px;
    width: 10px;
    height: 1px;
    background-color: #ccc;
    content: "";
}
.cmt_list .cont_area.reply .w_btn {
    right: 15px;
}
.cmt_list .cont_area.reply.modify {
    display: flex;
}
.cmt_list .cont_area.reply.modify .textarea {
    flex: 1;
}

.cont_area + .cmt_write {
    border-top: none;
}
.cmt_list .no_cmt {
    padding: 50px 20px;
    text-align: center;
    color: #888;
    border-bottom: 1px solid #d6d6d6;
}

@media all and (max-width: 800px) {
    .board_cmt .textarea {
        height: 80px;
        color: #666;
    }
    .board_cmt .btn {
        width: 80px;
        height: 80px;
    }
    .board_cmt .left {
        width: calc(100% - 84px);
    }
    .board_cmt .left > label {
        float: left;
        width: 50%;
        padding-right: 3px;
    }
    .board_cmt .left > label .text {
        width: 100%;
    }
    .board_cmt .right {
        width: 84px;
    }
    .board_cmt .right .btn_st {
        width: 85px;
    }
    .board_cmt .total .tab li {
        font-size: 13px;
    }
    .board_cmt .total .tab li + li:before {
        top: 16px;
        height: 12px;
    }

    .cmt_list .cont_area {
        padding: 25px 8px;
    }
    .cmt_list .cont_area.reply {
        padding-left: 30px;
    }
}

@media screen and (max-width: 620px) {
    .checkbox + label,
    .radio + label {
        padding-left: 22px;
    }
    .checkbox + label:before,
    .radio + label:before {
        width: 16px;
        height: 16px;
    }
    .radio + label:after {
        left: 5px;
        top: 5px;
        width: 8px;
        height: 8px;
    }
    .checkbox + label:after {
        left: 4px;
        top: 4px;
        width: 8px;
        height: 4px;
    }

    .input.btn .checkbox + label,
    .input.btn .radio + label {
        padding: 9px 20px 9px 35px;
    }
    .input.btn .radio + label:after {
        left: 17px;
        top: 15px;
    }
}
