.board {
    padding-top: 40px;
}
.board_read .top .title {
    padding: 24px 20px;
    background: rgba(188, 19, 255, 0.20);
    border-radius: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    box-sizing: border-box;
}
.board_read .top .info {
    padding: 0 20px;
    color: #777;
    gap: 15px;
    box-sizing: border-box;
}
.board_read .conts {
    margin: 50px auto;
    line-height: 1.5;
    text-align: center;
}
.board_read .conts h3 {
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 50px;
}
.board_read .conts .img {
    text-align: center;
    margin-bottom: 40px;
}
.board_read .conts img {
    max-width: 100%;
}
.board_read .conts > div {
    line-height: 1.5;
}
.board_read .conts .link a {
    font-size: 20px;
    font-weight: 500;
    background: var(--key-color);
    color: var(--white);
    border-radius: 5px;
    padding: 5px;
    box-sizing: border-box;
}
.board_read .conts .code {
    margin-bottom: 10px;
    font-size: 20px;
}
.board_read .btn_area {
    justify-content: center;
    gap: 10px;
}
.board_read .btn_area a {
    background: #F3F3F3;
    padding: 10px 20px;
    border-radius: 10px;
}
.board_read .board_search {
    display: flex;
}




.board .write > h4 {
    font-size: 18px;
    margin-bottom: 30px;
}
.board .write .preview {
    position: relative;
    gap: 10px;
}
.board .write .preview input[type=file] {
    display: none;
}
.board .write .preview input[type=file] + label {
    display: block;
    width: calc(20% - 8px);
    height: 0;
    padding-bottom: 17%;
    background: #f9f9f9 url("../images/label_bg3860.svg?v=1")no-repeat 50% 50%;
    border: 1px dashed #BAC0C6;
    box-sizing: border-box;
}
.board .write .preview .item {
    position: relative;
    width: calc(20% - 8px);
    height: 0;
    padding-bottom: 17%;
    border: 1px dashed #BAC0C6;
    background: #F5F5F5;
    box-sizing: border-box;
}
.board .write .preview .item img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.board .write .preview .delBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url("../images/ic_del3860.html?v=1")no-repeat 50% 50% / 50px;
    border-radius: 50%;
}
.board .write .btn_area {
    justify-content: center;
    gap: 10px;
}
.board .write .btn_area button {
    flex: 1;
    max-width: 150px;
    height: 45px;
    border-radius: 3px;
}


.board .recmd {
    justify-content: center;
    gap: 10px;
}
.board .recmd button {
    font-size: 14px;
    padding: 10px 15px;
    background: #f1f1f1;
    border: 1px solid #ddd;
    box-sizing: border-box;
}


.detail {
    gap: 20px;
    margin-top: 20px;
}
.detail .detail_top {
    gap: 20px;
}
.detail .detail_top .image {
    width: 500px;
    border: 1px solid #ddd;
    border-top: 2px solid var(--key-color);
    box-sizing: border-box;
}
.detail .detail_top.grid2 > div {
    width: auto;
    flex: 1;
}
.detail .box {
    position: relative;
    line-height: 1.5;
    box-sizing: border-box;
}
.detail .detail_cont img {
    max-width: 100%;
    margin: 10px 0;
}
.detail .detail_top .image .box img {
    width: 100%;
}
.detail .detail_top .contents {
    flex: 1;
    width: 100%;
    border: 1px solid #ddd;
    border: 2px solid var(--key-color);
    box-sizing: border-box;
}
.detail .detail_top .contents .box > div {
    padding: 11px 0;
}
.detail .detail_top .contents .box > div .th {
    width: 90px;
    font-weight: bold;
    border-right: 1px solid #ddd;
    margin-right: 15px;
}
.detail .detail_top .contents .box > div .td {
    flex: 1;
    width: 100%;
    box-sizing: border-box;
}
.detail .detail_cont {
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 40px 30px;
    font-weight: 500;
    box-sizing: border-box;
}
.detail .detail_util {
    border: 1px solid #ddd;
    border-top: 2px solid var(--key-color);
    box-sizing: border-box;
}
.detail .detail_util .box {
    gap: 15px;
}
.detail .detail_util .box img {
    max-width: 100%;
}
.detail .fix_txt {
    font-size: 24px;
    font-weight: 500;
}
.detail .sub_tit {
    font-size: 18px;
    text-align: center;
    padding: 15px 5px;
    border-bottom: 1px solid #ddd;
}
.comment {
    margin-bottom: 60px;
}
.comment > h4 {
    padding: 15px 0 20px;
    font-size: 18px;
    box-sizing: border-box;
}
.comment .cmt_write form {
    gap: 10px;
}
.comment .cmt_write textarea {
    flex: 1;
    height: 24px;
    resize: none;
    border: 0;
    padding: 20px;
    font-size: 14px;
    background: transparent;
    border-radius: 10px;
    border: 1px solid #CDCDCD;
}
.comment .cmt_write button {
    width: 70px;
    border-radius: 10px;
}
.comment .cmt_list .item {
    position: relative;
    margin-top: 20px;
    border-radius: 10px;
    font-size: 14px;
    border: 1px solid #CDCDCD;
    padding: 20px;
    box-sizing: border-box;
}
.comment .cmt_list .item .top {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}
.comment .cmt_list .item .top > div {
    font-weight: 500;
}
.comment .cmt_list .item .top > div p {
    position: relative;
    padding-right: 10px;
}
.comment .cmt_list .item .top > div p:first-child {
    margin-right: 10px;
}
.comment .cmt_list .item .top > div p:first-child:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: #7c7c7c;
}
.comment .cmt_list .item .top > div .modify_btn {
    color: #7C7C7C;
    font-size: 14px;
    font-weight: 500;
}
.comment .cmt_list .item .top .del_btn {
    width: 13px;
    height: 13px;
    background: url("../images/ic_close.svg")no-repeat 50% 50%;
}
.comment .cmt_list .item .cont .box_wrap {
    display: none;
    gap: 10px;
}
.comment .cmt_list .item .cont .box_wrap textarea {
    display: block;
    flex: 1;
    height: 60px;
    resize: none;
    border: 0;
    padding: 10px;
    font-size: 14px;
    background: transparent;
    border-radius: 3px;
    border: 1px solid #7C7C7C;
    box-sizing: border-box;
}
.comment .cmt_list .item .cont .box_wrap button {
    width: 80px;
    border-radius: 3px;
}




@media screen and (max-width: 1450px) {
    .detail .detail_top .image {
        width: 370px;
    }
    .detail .detail_top .contents .box > div {
        padding: 7px 0;
    }
}
@media screen and (max-width: 1024px) {
    .detail .sub_tit {
        font-size: 16px;
    }
    .detail .box {
        font-size: 14px;
    }

    .detail .detail_top .image {
        width: 100%;
    }
    .detail .detail_top .contents .box > div .th {
        width: 80px;
    }
    .detail .detail_top.grid2 > div {
        flex: none;
        width: 100%;
    }
    .detail .fix_txt {
        font-size: 20px;
    }
    .board_read.end .detail .box:after {
        font-size: 14px;
        padding: 5px 10px;
    }

    .board_read .top .info {
        font-size: 14px;
    }
    .board_read .top .info > div {
        width: 100%;
    }
    .board_read .top .info > div.btn_area {
        justify-content: end;
    }
    .board_read .btn_area a {
        font-size: 14px;
        padding: 7px 15px;
    }
    .detail .detail_cont {
        padding: 30px 20px;
    }
    .comment > h4 {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .board .write .preview input[type=file] + label,
    .board .write .preview .item {
        width: calc(33.333% - 7px);
        padding-bottom: 30%;
    }
}
@media screen and (max-width: 480px) {

}
@media screen and (max-width: 380px) {

}