@charset "utf-8";
/*
(주)파이브센스_FIVESENSES.Corp.
본 라이브러리(소스코드 및 디자인 포함)는 (주)파이브센스의 자산이며, 저작권법 및 부정경쟁방지법에 의해 보호됩니다.
무단 사용, 외부 유출, 복제, 배포, 변형을 금지합니다.
위반 시 민·형사상 법적 책임 및 손해배상 청구 대상이 됩니다.
작성일: 2025-09-22 | 저작권자: (주)파이브센스(520-86-01244) | All Rights Reserved.
*/

/* View */
.view-wrap .img-photo i {
    background: rgb(245, 245, 245);
    padding: 16px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    text-align: center;
    color: rgb(143, 143, 143);
    font-size: 40px;
    display: inline-block;
}
.view-wrap .img-photo img {
    border-radius: 50%;
    width: 80px !important;
    height: 80px !important;
    display: inline-block;
}
.view-wrap .img-resize img {
    max-width: 100%;
    height: auto;
}
.view-wrap .no-attach {
    border-bottom: 0px;
}
.view-wrap .view-cnt {
    letter-spacing: 0;
}

.view-wrap h1 {
    font-size: 22px;
    font-weight: bold;
    margin: 0px;
    line-height: 50px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    margin: 0px;
    padding: 0px 10px;
    color: rgb(59, 62, 67);
    letter-spacing: -1px;
}
.view-wrap h1 span.talker-photo {
    margin-bottom: 10px;
    margin-right: 10px;
}
.view-head {
    border-left: 0px;
    border-right: 0px;
}
.view-head .sp {
    display: inline-block;
    width: 20px;
    text-align: center;
    font-size: 11px;
    color: #888;
}
.view-head .list-group-item {
    padding: 5px 15px;
    border-style: dotted;
}
.view-tag {
    margin: 10px 0px;
    padding: 0px;
    color: #888;
}
.view-tag a {
    color: #888;
}
.view-tag a:hover {
    color: crimson;
}
.view-cnt {
    margin-top: 4px;
}
.view-img img {
    display: block;
    max-width: 100%;
    margin: 0 auto 15px;
    border: 0;
    height: auto;
}
.view-content {
    padding-bottom: 20px;
    line-height: 180%;
}
.view-content img {
    width: auto;
    height: auto;
    max-width: 100%;
}
.view-content p {
    padding: 0;
    margin: 0;
    line-height: 180%;
}
.view-good-box {
    text-align: center;
}
.view-good-box span {
    margin: 15px 6px;
    width: 80px;
    height: 80px;
    display: inline-block;
}
.view-good-box a {
    background: rgb(245, 245, 245);
    padding-top: 14px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    text-align: center;
    color: rgb(51, 51, 51);
    font-size: 22px;
    line-height: 26px;
    display: inline-block;
}
.view-good-box .view-good a:hover {
    background: rgb(223, 17, 25);
    color: rgb(255, 255, 255);
}
.view-good-box .view-nogood a:hover {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}
.view-author .auth-photo {
    width: 160px;
    padding-right: 15px;
}
.view-icon {
    margin-bottom: 10px;
}
.view-icon img {
    width: 34px;
    border-radius: 50%;
    margin-bottom: 5px;
}
.view-comment {
    margin: 0px;
    padding: 0px 0px 5px;
    text-transform: capitalize;
    overflow: hidden;
    border-bottom: 1px solid rgb(51, 51, 51);
    display: inline-block;
    position: relative;
}

/* Padding */
.view-padding {
    padding-left: 15px;
    padding-right: 15px;
}
.is-mobile .view-padding {
    padding-left: 0px;
    padding-right: 0px;
}
.view-author-none {
    height: 1px;
    border-top: 1px solid #eee;
    margin: 12px 0px 20px;
}

/* Comment */
.comment-media {
    margin: 10px 0px;
}
.comment-media .photo i {
    background: rgb(245, 245, 245);
    padding: 15px;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    text-align: center;
    color: rgb(143, 143, 143);
    font-size: 30px;
    display: inline-block;
}
.comment-media .photo img {
    border-radius: 50%;
    width: 64px !important;
    height: 64px !important;
    display: inline-block;
}
.view-mobile .comment-media .photo i {
    padding: 10px;
    width: 54px;
    height: 54px;
}
.view-mobile .comment-media .photo img {
    width: 54px !important;
    height: 54px !important;
}

.comment-media .media {
    border-top: 1px solid #eee;
    margin: 7px 0px;
    padding: 7px 0px 0px;
}
.comment-media :first-child.media {
    border-top: 0px;
    margin-top: 0px;
    padding-top: 0px;
}
.comment-media h5 {
    margin: 2px 0px;
    line-height: 22px;
}
.comment-media .media .media-body {
    padding-left: 0px;
}
.comment-media .media .media-info {
    margin-left: 10px;
}
.comment-media .media .media-content {
    margin-top: 8px;
}
.comment-media .media .media-btn {
    margin-left: 4px;
}
.comment-media .cmt-good-btn {
    text-align: right;
    padding-right: 1px;
}
.comment-media .cmt-good,
.comment-media .cmt-nogood {
    display: inline-block;
    width: 74px;
    height: 20px;
    margin-top: 10px;
    padding-right: 10px;
    margin-right: -1px;
    font: bold 11px verdana;
    text-align: right;
    letter-spacing: -1px;
    line-height: 19px;
    cursor: pointer;
}
.comment-media .cmt-good {
    background: url("../../img/cmt_good.gif") no-repeat left center;
    color: #f4695b;
}
.comment-media .cmt-nogood {
    background: url("../../img/cmt_nogood.gif") no-repeat left center;
    color: #888;
}

.comment-form {
    padding-top: 10px;
}
.comment-box {
    border: 1px solid #ddd;
    padding: 12px 12px 0px;
    margin-bottom: 15px;
    background: #fbfbfb;
}
.comment-content {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.comment-content .comment-cell {
    display: table-cell;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
}
.comment-content .comment-cell.comment-submit {
    width: 80px;
    height: 100%;
    background: #fafafa;
    border: 1px solid #ccc;
    border-left: 0px;
    cursor: pointer;
}
.comment-btn .cursor {
    margin-left: 12px;
    color: #787878;
}

#wr_content {
    resize: none;
}
#bo_vc_opt ol {
    margin: 0;
    padding: 0;
    list-style: none;
    zoom: 1;
}
#bo_vc_opt ol:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
#bo_vc_opt ol li {
    float: left;
    margin: 0;
}
#bo_vc_send_sns ul {
    margin: 0;
    padding: 0;
    list-style: none;
    zoom: 1;
}
#bo_vc_send_sns ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
#bo_vc_send_sns ul li {
    float: left;
    margin: 0 20px 0 0;
}
#bo_vc_send_sns input {
    margin: 0 0 0 5px;
}

@media all and (max-width: 768px) {
    .responsive .view-wrap h1 {
        text-overflow: clip;
        overflow: none;
        white-space: normal;
        line-height: 28px;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .responsive .view-wrap h1 .photo {
        display: none;
    }
}

@media all and (max-width: 480px) {
    .responsive .view-author .auth-photo {
        float: none;
        width: 100%;
        padding-right: 0px;
    }
    .responsive .view-icon .pull-right {
        float: none !important;
    }
}

/* 2025-09-22 (주)파이브센스_FIVESENSES.Corp. */
.at-body .container_fix {
    max-width: 1230px;
}
.gage-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 5px;
    background: #235cf5;
    transition: width 0.1s ease-out;
    z-index: 999;
}
.gage-bar.admin {
    top: 50px;
}
.board_title {
    margin-top: 100px;
}
.board_title a {
    display: block;
    position: relative;
}
.board_title h3 {
    position: relative;
    padding-left: 73px;
    color: var(--main-btn-font-color);
    font-size: 17px;
    display: inline-block;
    line-height: 1em;
}
.board_title h3::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 53px;
    height: 14px;
    background: url(../../img/top_mark.png) 0 0 no-repeat;
    display: inline-block;
    transition: 0.5s;
}
.board_title h3:hover::before {
    left: 20px;
    width: 32px;
}
@keyframes linkMoveTop {
    0% {
        left: 0;
        width: 53px;
    }
    50% {
        left: 20px;
        width: 32px;
    }
    100% {
        left: 0;
        width: 53px;
    }
}

.view_style .view_title {
    border-top: none;
    border-bottom: 1px solid #e1e1e1;
    padding: 70px 0 50px;
}
.view_style .view_title:after {
    display: none;
}
.view_style .view_title .view_subject {
    float: none;
    padding: 0;
}
.view_style .view_title .view_subject h2 {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.2em;
}
.view_style .view_title .view_info {
    float: none;
    padding-top: 20px;
}
.view_style .view_title .view_info .info_right a {
    margin-right: 0;
}
.view_style .view_title .view_info .info_right > span,
.view_style .view_title .view_info .info_right a > span {
    font-size: 15px;
    color: var(--main-box-font-color2);
    padding: 0;
    font-weight: 400;
}
.view_style .view_title .view_info .info_right > span + span,
.view_style .view_title .view_info .info_right a + span {
    padding-left: 20px;
    position: relative;
}
.view_style .view_title .view_info .info_right > span + span::before,
.view_style .view_title .view_info .info_right a + span::before {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background-color: #d6d6d6;
    position: absolute;
    top: 2px;
    left: 9px;
}
.view-head {
    margin-top: 25px;
    margin-bottom: 75px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border: none;
    position: relative;
}
.view-head .list-group {
    width: calc(100% - 50px);
}
.view-head .list-group-item {
    background-color: #f5f5f5;
    display: inline-block;
    border-radius: 20px !important;
    margin-right: 7px;
    border: none;
    padding: 12px 15px;
    color: #5d5d5d;
    font-size: 14px;
    transition: 0.2s;
}
.view-head .list-group-item:hover {
    color: #5d5d5d;
    background-color: #e8e8e8;
}
.view-head .list-group-item .orangered {
    display: none;
}
.view-head .list-group-item .download_icon {
    display: inline-block;
    margin-right: 5px;
    background: url(../../img/download_icon.png) center / 14px 11px no-repeat;
    width: 14px;
    height: 11px;
}

.share_btn_box {
    position: absolute;
    top: 0;
    right: 0;
}
.board_share_popup {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 12;
}
.board_share_popup_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
}
.board_share_popup .it_share_popup {
    position: relative;
    min-width: 320px;
    padding: 22px 15px 22px;
    border: none;
    background-color: #f5f5f5;
    border-radius: 20px;
}
.board_share_popup .it_share_popup .share_title {
    margin-bottom: 20px;
}
.board_share_popup .it_share_popup .share_title .title {
    font-size: 17px;
    font-weight: 500;
    color: #0c0c0c;
    text-align: center;
}
.board_share_popup .it_share_popup .share_content .share_ul {
    text-align: center;
}
.board_share_popup .it_share_popup .share_ul > li {
    display: inline-block;
    padding: 0 10px;
}
.board_share_popup .it_share_popup .share_ul > li:last-of-type {
    padding: 0 4px;
}
.board_share_popup .it_share_popup .share_ul > li > a {
    display: inline-block;
    border-radius: 0;
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.board_share_popup .it_share_popup .share_ul > li > a img {
    display: inline-block;
}
.board_share_popup .it_share_popup .share_ul > li > a span {
    display: block;
    margin-top: 5px;
}
.board_share_popup .it_share_popup .btn_close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 12px;
    height: 12px;
    cursor: pointer;
}
.board_share_popup .it_share_popup .btn_close::after,
.board_share_popup .it_share_popup .btn_close::before {
    content: "";
    display: block;
    width: 2px;
    background-color: #999999;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
}
.board_share_popup .it_share_popup .btn_close::after {
    transform: rotate(45deg) translate(-6px, -5px);
}
.board_share_popup .it_share_popup .btn_close::before {
    transform: rotate(-45deg) translate(5px, -6px);
}
.board_share_popup .it_share_popup .input_url {
    border: none;
    width: 1px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
}
.dim_layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.view_style .view-padding {
    padding: 0 0 50px;
}
.view-content {
    padding-bottom: 0;
}
.view_bottom {
    border-top: 1px solid #e1e1e1;
    padding-top: 72px;
    text-align: center;
    margin-bottom: 120px;
}
.view_bottom .linkMove {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.view_bottom .linkMove a {
    max-width: 300px;
    font-size: 15px;
    position: relative;
    min-width: 203px;
    padding: 28px 0 0;
    font-weight: 400;
    line-height: 25px;
    display: inline-block;
    background-color: transparent;
    color: var(--main-btn-font-color) !important;
    border: none !important;
    box-shadow: none;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}
.view_bottom .linkMove a:focus,
.view_bottom .linkMove a:hover {
    background-color: transparent;
}
.view_bottom .linkMove .prev_btn {
    text-align: left;
}
.view_bottom .linkMove .prev_btn::before {
    content: "";
    position: absolute;
    top: 0;
    width: 203px;
    height: 14px;
    background-image: url(../../img/mark_left.png);
    background-repeat: no-repeat;
    display: block;
    left: 0;
    background-position: 0 0;
    transition: 0.5s;
}
.view_bottom .linkMove .prev_btn:hover::before {
    left: 80px;
    width: 124px;
}
@keyframes linkMovePrev {
    0% {
        left: 0;
        width: 203px;
    }
    50% {
        left: 80px;
        width: 124px;
    }
    100% {
        left: 0;
        width: 203px;
    }
}
.view_bottom .linkMove .next_btn {
    text-align: right;
}
.view_bottom .linkMove .next_btn::before {
    content: "";
    position: absolute;
    top: 0;
    width: 203px;
    height: 14px;
    background-image: url(../../img/mark_right.png);
    background-repeat: no-repeat;
    display: block;
    right: 0;
    background-position: 0 0;
    transition: 0.5s;
}
.view_bottom .linkMove .next_btn:hover::before {
    right: 80px;
    width: 124px;
    background-position: -80px 0;
}
@keyframes linkMoveNext {
    0% {
        right: 0;
        width: 203px;
    }

    50% {
        right: 80px;
        width: 124px;
        background-position: -80px 0;
    }
    100% {
        right: 0;
        width: 203px;
    }
}
.view_bottom .list-btn {
    position: relative;
    min-width: 150px;
    display: inline-block;
    height: 50px;
    background: #0c0c0c;
    border-radius: 15px !important;
    padding: 0 12px;
    font-size: 15px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    margin-top: -50px;
    transition: 0.2s;
}

.view-padding .content_box {
    font-size: 18px;
    text-align: center;
}

.responsive .view-comment {
    color: #5d5d5d;
    line-height: 1em;
    border: none;
}
.view_style .comment-media {
    border-top: 1px solid #e1e1e1;
}
.view_style .comment-box {
    background-color: #fbfbfb;
    border-radius: 15px;
    padding: 35px 30px 30px;
    border-top: none;
}

.comment-box .form-group {
    margin: 0;
}

.comment-box .form-group .input-group {
    border: 1px solid #ededed;
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
}
.comment-box .form-group .input-group:hover {
    border-color: #235cf5 !important;
}
.comment-box .form-group .input-group-addon {
    width: 46px;
    height: 43px;
    border: none;
    background-color: transparent;
    padding: 0;
    position: relative;
}
.comment-box .form-group .input-group-addon::after {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background-color: #eaeaea;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.input-group-addon.user_icon {
    background: url(../../img/user_icon.png) center / 16px 16px no-repeat;
}
.input-group-addon.lock_icon {
    background: url(../../img/lock_icon.png) center / 17px 18px no-repeat;
}
.input-group-addon.pencil_icon {
    background: url(../../img/lock_pencil_icon.png) center / 15px 15px no-repeat;
}
.comment-box .form-group .input-group input {
    height: 43px;
    font-size: 15px;
    color: #5d5d5d;
    font-weight: 400;
    padding: 0 15px;
    border: none;
    background-color: transparent;
    box-shadow: none;
}
.comment-box .form-group .input-group input::placeholder {
    color: #c2c2c2;
}

.comment-media .photo i {
    background-color: #f5f5f5;
    width: 60px;
    height: 60px;
}
.comment-media .photo i.fa-user::before {
    display: none;
}
.comment-media .photo i.fa-user::after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(../../img/list_user_icon.png) center / 23px 23px no-repeat;
    position: relative;
    top: -1px;
}

.view_style .comment-box .comment-content {
    margin: 0 0 20px;
}
.view_style .comment-box .comment-content .comment-cell {
    width: calc(100% - 9.65% - 10px);
    border-radius: 12px;
}
.view_style .comment-box .comment-content .comment-cell textarea {
    border-radius: 12px !important;
    height: 130px;
    border-color: #ededed;
    padding: 20px;
    font-size: 15px;
}
.view_style .comment-box .comment-content .comment-cell textarea::placeholder {
    color: #c2c2c2;
}
.view_style .comment-box .comment-content .comment-cell textarea:focus,
.view_style .comment-box .comment-content .comment-cell textarea:hover {
    border-color: #235cf5;
}
.view_style .comment-box .comment-content .comment-cell.comment-submit {
    background-color: #b3b3b3;
    border-radius: 12px;
    font-size: 17px;
    height: 130px;
    line-height: 130px;
    width: 9.65%;
    margin-left: 10px;
    transition: 0.2s;
}
.view_style .comment-box .comment-content .comment-cell.comment-submit:hover {
    background-color: #999999;
}
.comment-box .form-group.pull-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    float: none !important;
}
.comment-btn .cursor {
    position: relative;
    color: #999;
    font-size: 14px;
}
.comment-btn .cursor i::before {
    display: none;
}
.comment-btn .cursor i::after {
    content: "";
    display: block;
}
.comment-btn .cursor i.fa-smile-o::after {
    background: url(../../img/board_smile.png) center / 18px 18px no-repeat;
    width: 18px;
    height: 18px;
}
.comment-btn .cursor i.fa-images::after {
    background: url(../../img/board_images.png) center / 19px 16px no-repeat;
    width: 19px;
    height: 16px;
}
.comment-btn .cursor i.fa-pencil::after {
    background: url(../../img/board_pencil.png) center / 16px 16px no-repeat;
    width: 16px;
    height: 16px;
}
.comment-btn .cursor i.fa-refresh::after {
    background: url(../../img/board_refresh.png) center / 20px 17px no-repeat;
    width: 20px;
    height: 17px;
}
.comment-btn .cursor i.fa-plus-circle::after {
    background: url(../../img/board_plus.png) center / 18px 18px no-repeat;
    width: 18px;
    height: 18px;
}
.comment-btn .cursor i.fa-minus-circle::after {
    background: url(../../img/board_minus.png) center / 18px 18px no-repeat;
    width: 18px;
    height: 18px;
}
.comment-btn .cursor .icon_caption {
    display: block;
    line-height: 1em !important;
    opacity: 0;
    transition: opacity 0.2s;
    background: #e9e9e9;
    border-radius: 5px;
    color: #5d5d5d;
    font-size: 12px !important;
    font-weight: 300;
    padding: 8px 10px !important;
    top: 30px;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    width: auto !important;
    height: auto !important;
    visibility: hidden;
}
.comment-btn .cursor i:hover + .icon_caption {
    overflow: visible !important;
    opacity: 1;
    visibility: visible;
}
.comment-btn .cursor .icon_caption:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-bottom-color: #e9e9e9;
    border-top: 0;
    margin-left: -7px;
    margin-top: -7px;
}
.comment-btn .cursor .checkbox-inline {
    display: flex;
    align-items: center;
    padding-top: 0;
}
.comment-btn .cursor .checkbox-inline input {
    display: none;
}
.comment-btn .cursor .checkbox-inline span.ch_box {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background: url(../../img/board_checkbox_off.png) center / 16px 16px no-repeat;
}
.comment-btn .cursor .checkbox-inline input:checked + span.ch_box {
    background-image: url(../../img/board_checkbox_on.png);
}

.responsive .comment-media .media {
    display: flex;
    width: 100%;
    padding: 25px 0 !important;
}
.comment-media .media .media-body {
    width: calc(100% - 80px);
}
.responsive .comment-media .media,
.comment-media .media .media-body {
    overflow: visible;
}
.comment-media .media .media-body .member,
.comment-media .media .media-body .guest {
    color: #0c0c0c;
}
.responsive .comment-media .media::after {
    content: "";
    display: block;
    clear: both;
} /* overflow hidden 풀면서 사라진 높이값 계산되도록 추가*/
.responsive .comment-media .media > .pull-left {
    margin-right: 20px;
}
.media-info {
    font-size: 0;
}
.comment-media .media .media-info {
    margin-left: 15px;
}
.media-info .point_color {
    font-size: 13px;
    font-weight: 500;
    margin-right: 5px;
}
.comment-media .media .text-muted .print-hide {
    margin-left: 10px;
}
.view_style .comment-media .media-heading .text-muted {
    font-size: 13px;
    color: #999;
}

.comment-media .media .dot_wrap {
    float: right;
    position: relative;
}
.comment-media .media .comment_dot {
    width: 3px;
    height: 15px;
    display: block;
    position: relative;
}
.comment-media .media .comment_dot > span.dot {
    width: 3px;
    height: 3px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: #b7b7b7;
    border-radius: 50%;
}
.comment-media .media .comment_dot > span.dot:nth-child(2) {
    top: 6px;
}
.comment-media .media .comment_dot > span.dot:nth-child(3) {
    top: 12px;
}
.comment-media .media .print-hide.media-btn-box {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -3px;
    right: 15px;
    white-space: nowrap;
    background-color: #fff;
    padding: 4px 5px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    z-index: 10;
    transition: 0.2s;
}
.comment-media .media .print-hide.media-btn-box.open {
    opacity: 1;
    visibility: visible;
}
.comment-media .media .print-hide > a {
    display: block;
}
.comment-media .media .media-btn {
    margin: 0;
}
.view_style .comment-media .media-heading .dot_wrap .text-muted {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #5d5d5d;
    min-width: 90px;
    line-height: 34px;
    border-radius: 8px;
    padding: 0 10px;
    background-color: #fff;
    transition: 0.2s;
}
.view_style .comment-media .media-heading .dot_wrap .text-muted:hover {
    background-color: #f5f5f5;
}
.responsive .no_login_comment {
    padding: 0;
    border: none;
    background-color: transparent;
}
.responsive .no_login_comment a {
    display: block;
    background-color: #fbfbfb;
    border: none;
    border-radius: 10px !important;
    color: #5d5d5d;
    font-size: 16px;
    padding: 40px 10px;
    transition: 0.2s;
}
.responsive .no_login_comment a:hover {
    color: #235cf5;
}
.responsive .no_login_comment a span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #d3d3d3;
    line-height: 18px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    border-radius: 50%;
    position: relative;
    top: -3px;
    transition: 0.2s;
}
.responsive .no_login_comment a:hover span {
    background-color: #235cf5;
}
.responsive .no_login_comment img {
    margin-top: -3px;
}
.view_style .comment-media .media .media-content {
    font-size: 14px;
    color: #5d5d5d;
    word-wrap: break-word;
}

.comment-media .thumb-box-wrap {
    width: 100%;
    padding-top: 10px;
}
.comment-media .thumb-box .thumb-img {
    display: table-cell;
    margin: 0;
    white-space: nowrap;
    cursor: pointer;
    width: 160px;
}
.comment-media .thumb-box .thumb-img img {
    width: 160px;
    border-radius: 5px;
    display: block;
}
.comment-media .thumb-box .thumb-img + .thumb-img {
    width: 170px;
}
.comment-media .thumb-box .thumb-img + .thumb-img img {
    margin-left: 10px;
}

.view_review_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}
.view_review_popup.open {
    opacity: 1;
    visibility: visible;
}
.view_review_popup .view_review_popup_wrap {
    position: relative;
    z-index: 1;
}
.view_review_popup .view_review_popup_wrap .btn_close_modal {
    top: -40px;
    right: 0;
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    z-index: 1;
}
.view_review_popup .view_review_popup_wrap .btn_close_modal::after,
.view_review_popup .view_review_popup_wrap .btn_close_modal::before {
    content: "";
    display: block;
    width: 2px;
    height: 23px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 8px;
}
.view_review_popup .view_review_popup_wrap .btn_close_modal::after {
    transform: rotate(-45deg);
}
.view_review_popup .view_review_popup_wrap .btn_close_modal::before {
    transform: rotate(45deg);
}
.view_review_popup .view_review_popup_wrap img {
    max-height: 85vh;
    max-width: 100%;
    margin: 0 auto;
}
.view_review_popup .view_review_popup_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.view_style .comment-media .media-body .media-heading .text-muted .wish_btn {
    border: none;
    display: inline-block;
    margin-left: 5px;
    width: 15px;
    height: 14px;
    background: url(../../img/board_wish_icon_off.png) center / 15px 14px no-repeat;
    position: relative;
    top: -2px;
}
.view_style .comment-media .media-body .media-heading .text-muted .wish_btn span {
    display: none;
}
.view_style .comment-media .media-body.on .media-heading .text-muted .wish_btn {
    background-image: url(../../img/board_wish_icon_on.png);
}
.view_style .comment-media .media-body .media-heading .text-muted .num_text {
    color: #999;
    font-size: 13px;
    font-weight: 400;
}
.view_style .comment-media .media-body.on .media-heading .text-muted .num_text {
    color: #ed373b;
}

.view-btn {
    margin-bottom: 120px;
}
.btn.btn-board {
    background-color: #f5f5f5;
    border-radius: 5px !important;
    color: #5d5d5d !important;
    font-size: 13px;
    border: none;
    padding: 6px 11.5px;
}
.btn.btn-board:hover,
.btn.btn-board:focus {
    background-color: #e8e8e8;
}
.btn.btn-board + .btn {
    margin-left: 5px;
}

@media (max-width: 1199px) {
    .gage-bar.admin {
        top: 0;
    }
}
@media (max-width: 991px) {
    .h40 {
        height: 25px;
    }
    .mob_foot_menu {
        display: none !important;
    }
    .banner_wrap {
        display: none !important;
    }
    .sub_menu_box {
        display: none !important;
    }
    #mobFooter {
        display: none !important;
    }
    .banner_wrap {
        display: none;
    }
    .ca_name {
        color: var(--main-box-font-color4);
        font-size: 12px;
        line-height: 1em;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .board_title {
        margin-top: 25px;
    }
    .board_title h3 {
        color: #235cf5;
        font-size: 12px;
        font-weight: 500;
        text-align: left;
        margin-bottom: 10px;
        margin-top: 27px;
        position: relative;
    }
    .board_title h3::after {
        content: "";
        display: inline-block;
        width: 5px;
        height: 5px;
        border-right: 1px solid #235cf5;
        border-bottom: 1px solid #235cf5;
        transform: rotate(-45deg);
        position: relative;
        top: -2px;
        margin-left: 3px;
    }
    .view_style .view_title {
        display: block;
        border-top: none;
        padding: 0 0 15px;
        border: none;
        position: relative;
    }
    .view_style .view_title::after {
        content: "";
        transform: scaleY(0.8);
        display: block;
        width: 100%;
        height: 1px;
        background-color: #ededed;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .view_style .view_title .view_subject {
        font-size: 16px;
        margin-bottom: 13px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .view_style .view_title .view_subject h2 {
        width: calc(100% - 30px);
        word-wrap: break-word;
        white-space: normal;
        font-size: 16px;
        line-height: 1.2em;
    }
    .view_style .view_title .dot_wrap {
        position: relative;
    }
    .view_style .view_title .subject_dot {
        width: 3px;
        height: 15px;
        display: block;
        position: relative;
    }
    .view_style .view_title .subject_dot > span.dot {
        width: 3px;
        height: 3px;
        margin: 0;
        position: absolute;
        left: 0;
        top: 0;
        background: var(--main-box-font-color);
        border-radius: 50%;
    }
    .view_style .view_title .subject_dot > span.dot:nth-child(2) {
        top: 6px;
    }
    .view_style .view_title .subject_dot > span.dot:nth-child(3) {
        top: 12px;
    }

    .view_style .view_title .view_info {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-top: 0;
    }
    .view_style .view_title .view_info > span.talker-photo {
        padding: 0;
        width: 30px !important;
        height: 30px !important;
    }
    .view_style .view_title .view_info > span.talker-photo img {
        width: 30px !important;
        height: 30px !important;
    }
    .view_style .view_title .view_info .info_right {
        margin-left: 10px;
    }
    .view_style .view_title .view_info .info_right > span,
    .view_style .view_title .view_info .info_right a > span {
        display: block;
        font-weight: 400;
    }
    .view_style .view_title .view_info .info_right > span.sv_member,
    .view_style .view_title .view_info .info_right a > span.sv_member,
    .view_style .view_title .view_info .info_right a > span.member,
    .view_style .view_title .view_info .info_right > span.sv_guest,
    .view_style .view_title .view_info .info_right a > span.sv_guest {
        color: var(--main-box-font-color);
    }
    .view_style .view_title .view_info .info_right > span + span,
    .view_style .view_title .view_info .info_right a + span {
        padding-left: 0;
        word-spacing: 7px;
        margin-top: 4px;
        color: var(--main-box-font-color4);
    }
    .view_style .view_title .view_info .info_right > span + span::before,
    .view_style .view_title .view_info .info_right a + span::before {
        display: none;
    }

    .view-wrap {
        overflow: visible;
    }
    .view-wrap .no-attach {
        margin-bottom: 0;
    }
    .view-head {
        margin: 25px 0 15px;
    }
    .view-head .list-group {
        display: flex;
        flex-direction: column;
        gap: 5px;
        align-items: flex-start;
    }
    .view-head .list-group-item {
        font-size: 12px;
        padding: 10px 15px;
        border-radius: 15px !important;
    }
    .view-head .list-group-item .download_icon {
        background: url(../../img/m_download_icon.png) center / 10px 8px no-repeat;
        width: 10px;
        height: 8px;
    }
    .view_style .view-padding {
        padding: 0 !important;
    }
    .view_style .view-padding .view-content {
        padding-bottom: 0;
    }
    .comment-media .media .media-body {
        width: calc(100% - 40px);
    }

    .view-padding .content_box {
        font-size: 14px;
    }

    .responsive .view-comment {
        padding: 14px 0;
        position: relative;
        overflow: visible;
        color: #0c0c0c;
        font-size: 13px;
        font-weight: 500;
    }
    .responsive .view-comment::before {
        content: "";
        transform: scaleY(0.8);
        display: block;
        width: calc(100% + 30px);
        height: 1px;
        background-color: #ededed;
        position: absolute;
        top: 0;
        left: -15px;
    }
    .view_style .comment-media {
        border-top: none;
    }

    .comment-media .media {
        border: none;
    }
    .comment-media .media .comment_dot {
        width: 11px;
        height: 2px;
    }
    .comment-media .media .comment_dot > span.dot {
        width: 2px;
        height: 2px;
        background-color: #b3b3b3;
    }
    .comment-media .media .comment_dot > span.dot:nth-child(2) {
        top: 0;
        left: 5px;
    }
    .comment-media .media .comment_dot > span.dot:nth-child(3) {
        top: 0;
        left: 10px;
    }
    .comment-media .media.cmt_depth {
        padding-left: 47px !important;
        position: relative;
    }
    .comment-media .media.cmt_depth::before {
        content: "";
        display: block;
        border-left: 1px solid #b7b7b7;
        border-bottom: 1px solid #b7b7b7;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 22px;
        left: 15px;
    }

    .view_style .comment-media {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .responsive .comment-media .media {
        padding: 12px 15px 15px !important;
    }
    .responsive .comment-media .media.me {
        background-color: #f5f8fd;
    }
    .responsive .comment-media .media > .pull-left {
        margin-right: 10px;
    }
    .comment-media .photo i,
    .view-mobile .comment-media .photo i {
        width: 30px;
        height: 30px;
        padding: 0;
        font-size: 24px !important;
    }
    .comment-media .photo i.fa-user::after {
        width: 12px;
        height: 12px;
        background-size: 12px 12px;
        top: 0;
    }
    .comment-media .photo img,
    .view-mobile .comment-media .photo img {
        width: 30px !important;
        height: 30px !important;
    }
    .view_style .comment-media .media-heading > b {
        font-weight: 700;
        font-size: 13px;
    }
    .view_style .comment-media .media-heading .author {
        position: relative;
        top: -1px;
        color: #235cf5;
        background-color: #235cf5;
        font-size: 9px;
        font-weight: 700;
        line-height: 1em;
        border-radius: 8px;
        padding: 3px 5px;
        margin-left: 3px;
    }
    .view_style .comment-media .media-heading .font-0 {
        font-size: 0;
    }
    .view_style .comment-media .media-heading .new {
        font-size: 0;
    }
    .view_style .comment-media .media-heading .new::before {
        content: "N";
        color: #fff;
        display: inline-block;
        text-align: center;
        width: 12px;
        line-height: 12px;
        font-size: 8px;
        font-weight: 700;
        background-color: #eb080e;
        border-radius: 50%;
        position: relative;
        top: -2px;
    }
    .view_style .comment-media .media .media-content {
        margin-top: 3px;
        line-height: 20px;
    }
    .view_style .comment-media .media .mob_date {
        margin-top: 10px;
        font-size: 10px;
        word-spacing: 3px;
        display: flex;
        align-items: center;
        font-weight: 400;
    }
    .view_style .comment-media .media .mob_date .text-muted {
        color: #999999;
    }
    .view_style .comment-media .media .media-body .mob_date .wish_btn {
        border: none;
        display: inline-block;
        margin-left: 5px;
        width: 12px;
        height: 11px;
        background: url(img/m_board_wish_icon_off.png) center / 12px 11px no-repeat;
        position: relative;
        top: -1px;
    }
    .view_style .comment-media .media .media-body.on .mob_date .wish_btn {
        background-image: url(../../img/m_board_wish_icon_on.png);
    }
    .view_style .comment-media .media .media-body .mob_date .num_text {
        color: #c1c1c1;
        font-size: 10px;
        font-weight: 500;
        margin-left: 3px;
    }
    .view_style .comment-media .media .media-body.on .mob_date .num_text {
        color: #ed373b;
    }

    /* .view-wrap .pagination > li {
        display: inline-block;
        margin: 0 -1px;
    } */
    .dot_disabled a {
        width: 27px;
        height: 27px;
        position: relative;
    }
    .dot_disabled a span.dot {
        width: 2px;
        height: 2px;
        background-color: #d9d9d9;
        display: block;
        margin: 0;
        position: absolute;
        top: calc(50% - 1px);
        left: 8px;
        border-radius: 50%;
    }
    .dot_disabled a span.dot:nth-child(2) {
        left: 12px;
    }
    .dot_disabled a span.dot:nth-child(3) {
        left: 16px;
    }
/*     
    .view-wrap .pagination {
        text-align: center;
        width: 100%;
        margin: 25px 0 30px !important;
    }
    .view-wrap .pagination a {
        font-size: 14px;
        color: #999 !important;
        background-color: #fff;
        border-color: #fff;
        line-height: 27px;
        font-weight: 500;
        min-width: 27px;
        border-radius: 4px !important;
        text-align: center;
        margin: 0 1px;
    }
    .view-wrap .pagination a:hover {
        background-color: #f5f5f5;
    }
    .pagination li:first-child a,
    .pagination-sm li:first-child a {
        margin-right: 14px;
    }
    .pagination li:last-child a,
    .pagination-sm li:last-child a {
        margin-left: 14px;
    }
    .list-wrap .pagination .active a,
    .view-wrap .pagination .active a {
        background-color: #0c0c0c !important;
    }
    .pagination li:first-child a i::before,
    .pagination-sm li:first-child a i::before,
    .view-wrap .pagination li:last-child a i::before,
    .pagination-sm li:last-child a i::before {
        display: none;
    }
    .view-wrap .pagination i {
        color: #545454;
        font-size: 22px !important;
        position: relative;
        top: 2px;
    }
    .view-wrap .pagination .fa-angle-left::after {
        content: "\f104";
    }
    .view-wrap .pagination .fa-angle-right::after {
        content: "\f105";
    } */
    .comment-media .thumb-box .thumb-img {
        width: 95px;
    }
    .comment-media .thumb-box .thumb-img img {
        width: 95px;
        min-width: 95px;
    }
    .comment-media .thumb-box .thumb-img + .thumb-img {
        width: 105px;
    }

    .responsive .no_login_comment a {
        font-size: 13px;
        border: 1px solid #ededed;
        color: #666666;
        padding: 27px 10px;
    }
    .responsive .no_login_comment a span {
        width: 13px;
        height: 13px;
        font-size: 8px;
        line-height: 13px;
        top: -2px;
        margin-right: 2px;
    }

    .view_style .comment-box {
        border-radius: 10px;
        padding: 15px;
        margin-bottom: 20px;
    }
    .comment-box .form-group .col-xs-6 {
        width: 100%;
    }
    .comment-box .form-group .col-xs-6 + .col-xs-6 {
        margin-top: 15px;
    }
    .comment-box .form-group .input-group {
        border-radius: 5px;
        border-color: #ededed;
    }
    .comment-box .form-group .input-group-addon {
        width: 40px;
        height: 36px;
    }
    .comment-box .form-group .input-group-addon::after {
        height: 12px;
    }
    .input-group-addon.user_icon {
        background: url(../../img/m_user_icon.png) center / 13px 13px no-repeat;
    }
    .input-group-addon.lock_icon {
        background: url(../../img/m_lock_icon.png) center / 13px 14px no-repeat;
    }
    .input-group-addon.pencil_icon {
        background: url(../../img/m_lock_pencil_icon.png) center / 14px 14px no-repeat;
    }
    .comment-box .form-group .input-group input {
        height: 36px;
        font-size: 13px;
        padding: 0 17px;
    }
    
    .view_style .comment-box .comment-content {
        margin-bottom: 0;
    }
    .view_style .comment-box .comment-content .comment-cell {
        width: 100%;
    }
    .view_style .comment-box .comment-content .comment-cell textarea {
        border-radius: 5px 5px 0 0 !important;
        height: 138px;
        padding: 15px 10px;
        border-color: #ededed;
        font-size: 13px;
    }
    .comment-box .form-group.pull-right {
        width: 100%;
        justify-content: space-between;
    }
    .comment-btn .cursor:first-of-type {
        margin: 0;
    }
    .comment-btn .cursor .checkbox-inline {
        padding-left: 0;
        font-size: 13px;
    }
    .comment-box .comment-submit {
        background-color: #235cf5;
        margin-top: 15px;
        font-size: 13px;
        font-weight: 500;
        color: #fff;
        width: 100%;
        line-height: 38px !important;
        height: 38px !important;
        border-radius: 4px;
        text-align: center;
        cursor: pointer;
        transition: 0.2s;
        opacity: 1;
    }
    .comment-box .comment-submit:hover {
        opacity: 0.8;
    }
    .comment-btn .cursor i.fa-smile-o::after {
        background: url(../../img/m_board_smile.png) center / 20px 20px no-repeat;
        width: 20px;
        height: 20px;
    }
    .comment-btn .cursor i.fa-images::after {
        background: url(../../img/m_board_images.png) center / 22px 19px no-repeat;
        width: 22px;
        height: 19px;
    }
    .comment-btn .cursor i.fa-pencil::after {
        background: url(../../img/m_board_pencil.png) center / 19px 19px no-repeat;
        width: 19px;
        height: 19px;
    }
    .comment-btn .cursor i.fa-refresh::after {
        background: url(../../img/m_board_refresh.png) center / 23px 20px no-repeat;
        width: 23px;
        height: 20px;
    }
    .comment-btn .cursor i.fa-plus-circle::after {
        background: url(../../img/m_board_plus.png) center / 21px 21px no-repeat;
        width: 21px;
        height: 21px;
    }
    .comment-btn .cursor i.fa-minus-circle::after {
        background: url(../../img/m_board_minus.png) center / 21px 21px no-repeat;
        width: 21px;
        height: 21px;
    }
    .view_style .comment-box .comment-btn {
        border: 1px solid #ebebeb;
        border-top: none;
        background-color: #fff;
        border-radius: 0 0 5px 5px;
        padding: 12px 19px 13px 15px;
    }
    .comment-btn .cursor .checkbox-inline span.ch_box {
        width: 13px;
        height: 13px;
        background: url(../../img/m_board_checkbox_off.png) center / 13px 13px no-repeat;
    }
    .comment-btn .cursor .checkbox-inline input:checked + span.ch_box {
        background-image: url(../../img/m_board_checkbox_on.png);
    }

    .view_bottom {
        border: none;
        padding: 15px 10px 0;
        margin-bottom: 80px;
    }
    .view_bottom .linkMove {
        display: block;
    }
    .view_bottom .linkMove a {
        max-width: 100%;
        display: block;
        font-size: 14px;
        line-height: 1em;
        display: flex;
        align-items: center;
        padding: 13px 0;
    }
    .view_bottom .linkMove .next_btn {
        text-align: left;
        border-top: 1px solid #ededed !important;
    }
    .view_bottom .linkMove .btn::before {
        display: none;
    }
    .view_bottom .linkMove a span.tit {
        font-size: 13px;
        color: var(--main-box-font-color2);
        display: inline-block;
        margin-right: 20px;
    }
    .view_bottom .linkMove a span.text {
        overflow: hidden;
        width: calc(100% - 66px);
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .view_mob_bar {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        border-top: 1px solid #ededed;
        z-index: 99;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 17px 15px;
        color: #0c0c0c;
        font-size: 14px;
    }
    .view_mob_bar .left_box ul {
        gap: 18px;
    }
    .view_mob_bar .left_box img {
        width: 12px;
        display: block;
    }
    .view_mob_bar .right_box ul {
        gap: 14px;
    }
    .view_mob_bar .right_box img {
        width: 16px;
        display: block;
    }
    .view_mob_bar ul {
        display: flex;
        align-items: center;
    }
    .view_mob_bar a {
        display: flex;
        align-items: center;
        gap: 4px;
    }
    .view_mob_bar a:hover {
        color: #0c0c0c;
    }
    .board_share_popup {
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        right: auto;
    }
    .board_share_popup_bg {
        background-color: rgba(0, 0, 0, 0.3);
    }
    .board_share_popup .it_share_popup .share_ul > li > a {
        width: 100%;
    }
    .board_share_popup .it_share_popup .share_ul > li > a img {
        width: 24px;
    }

    .view-btn {
        margin: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1001;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    }
    .view-btn.open {
        opacity: 1;
        visibility: visible;
    }
    .view-btn::after {
        content: "";
        background-color: rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    }
    .view-btn.open::after {
        opacity: 1;
        visibility: visible;
    }
    .view-btn .btn-group {
        position: absolute;
        bottom: -100%;
        left: 15px;
        z-index: 1;
        padding: 24px 20px 25px 15px;
        background-color: #fff;
        border-radius: 23px;
        width: calc(100% - 30px);
        transition: bottom 0.3s;
    }
    .view-btn.open .btn-group {
        bottom: 15px;
    }
    .view-btn .btn-group::before {
        content: "";
        display: block;
        position: absolute;
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        width: 48px;
        height: 4px;
        background-color: #e1e1e1;
        border-radius: 2px;
    }
    .view-btn .btn-group .btn {
        float: none;
        display: block;
        color: #0c0c0c !important;
        margin: 0;
        text-align: left;
        font-size: 15px;
        font-weight: 500;
        border-radius: 5px;
        padding: 15px 12px 15px 55px;
        line-height: 1em;
        box-shadow: none;
        transition: background-color 0.2s;
    }
    .view-btn .btn-group .btn + .btn {
        margin-top: 10px;
    }
    .view-btn .btn-group .btn.copy_btn {
        background: url(../../img/copy_icon.png) 12px center / 14px 17px no-repeat !important;
    }
    .view-btn .btn-group .btn.move_btn {
        background: url(../../img/move_icon.png) 12px center / 18px 17px no-repeat !important;
    }
    .view-btn .btn-group .btn.delete_btn {
        background: url(../../img/delete_icon.png) 12px center / 17px 18px no-repeat !important;
    }
    .view-btn .btn-group .btn.update_btn {
        background: url(../../img//write_icon.png) 12px center / 18px 17px no-repeat !important;
    }
    .view-btn .btn-group .btn.reply_btn {
        background: url(../../img/reply_icon.png) 12px center / 13px 16px no-repeat !important;
    }
    .view-btn .btn-group .btn.write_btn {
        background: url(../../img/write_icon.png) 12px center / 18px 17px no-repeat !important;
    }
    .view-btn .btn-group .btn.shingo_btn {
        background: url(../../img/c_shingo_icon.png) 12px center / 17px 16px no-repeat !important;
    }
    /* 2025-05-26 (주)파이브센스_FIVESENSES.Corp. */
    .view-btn .btn-group .btn.search_btn {
        background: url(img/search_icon.png) 12px center / 18px 15px no-repeat !important;
    }
    .view-btn .btn-group .btn:hover {
        background-color: #f5f5f5 !important;
    }

    .comment-media .media .print-hide.media-btn-box {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1001;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        box-shadow: none;
        background-color: transparent;
    }
    .media-btn-box::after {
        content: "";
        background-color: rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    }
    .media-btn-box.open::after {
        opacity: 1;
        visibility: visible;
    }
    .media-btn-box .media-btn-wrap {
        position: absolute;
        bottom: -100%;
        left: 15px;
        z-index: 1;
        padding: 34px 20px 14px 15px;
        background-color: #fff;
        border-radius: 23px;
        width: calc(100% - 30px);
        transition: bottom 0.3s;
    }
    .media-btn-box.open .media-btn-wrap {
        bottom: 15px;
    }
    .media-btn-box .media-btn-wrap::before {
        content: "";
        display: block;
        position: absolute;
        top: 13px;
        left: 50%;
        transform: translateX(-50%);
        width: 48px;
        height: 4px;
        background-color: #e1e1e1;
        border-radius: 2px;
    }
    .media-btn-box .media-btn-wrap > a {
        display: block;
    }
    .media-btn-box .media-btn-wrap > a + a {
        margin-top: 10px;
    }
    .view_style .comment-media .media-heading .dot_wrap .text-muted {
        float: none;
        display: block;
        color: #0c0c0c;
        text-align: left;
        font-size: 15px;
        font-weight: 500;
        border-radius: 5px;
        padding: 15px 12px 15px 55px;
        line-height: 1em;
        transition: background-color 0.2s;
    }
    .view_style .comment-media .media-heading .dot_wrap .media-btn-wrap a {
        display: block;
    }
    .view_style .comment-media .media-heading .dot_wrap .media-btn-wrap a + a {
        margin-top: 12px;
    }
    .view_style .comment-media .media-heading .dot_wrap .text-muted.reply_btn {
        background: url(../../img/reply_icon.png) 12px center / 13px 16px no-repeat !important;
    }
    .view_style .comment-media .media-heading .dot_wrap .text-muted.edit_btn {
        background: url(../../img//write_icon.png) 12px center / 18px 17px no-repeat !important;
    }
    .view_style .comment-media .media-heading .dot_wrap .text-muted.del_btn {
        background: url(../../img/delete_icon.png) 12px center / 17px 18px no-repeat !important;
    }
    .view_style .comment-media .media-heading .dot_wrap .text-muted.lock_btn {
        background: url(../../img/c_lock_icon.png) 12px center / 18px 18px no-repeat !important;
    }
    .view_style .comment-media .media-heading .dot_wrap .text-muted.shingo_btn {
        background: url(../../img/c_shingo_icon.png) 12px center / 17px 16px no-repeat !important;
    }
    .view_style .comment-media .media-heading .dot_wrap .text-muted:hover {
        background-color: #f5f5f5 !important;
    }

    #bo_vc > span {
        display: block;
    }
    #bo_vc > span > .comment-form {
        padding: 0 15px;
    }
}
@media (max-width: 480px) {
    .view_style .view_title .view_info .info_right > span,
    .view_style .view_title .view_info .info_right a > span {
        font-size: 12px;
    }
    .view_style .view_title .view_info .info_right > span + span,
    .view_style .view_title .view_info .info_right a + span {
        font-size: 11px;
    }
}

/* 신고모달창 */
.shingo_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}
.shingo_modal.open {
    opacity: 1;
    visibility: visible;
}
.shingo_modal .shingo_modal_wrap {
    box-shadow: 0 0 20px rgba(26, 12, 12, 0.09);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 25px;
    padding: 75px 10px 70px 60px;
    z-index: 1;
    max-width: 820px;
    width: calc(100% - 30px);
}
.shingo_modal .close_btn {
    display: block;
    position: absolute;
    top: 35px;
    right: 35px;
    width: 13px;
    height: 14px;
}
.shingo_modal .close_btn span {
    position: relative;
}
.shingo_modal .close_btn span::after,
.shingo_modal .close_btn span::before {
    content: "";
    display: block;
    width: 2px;
    height: 17px;
    background-color: #999999;
    position: absolute;
    top: 50%;
    left: 50%;
}
.shingo_modal .close_btn span::after {
    transform: translate(6px, -2px) rotate(45deg);
}
.shingo_modal .close_btn span::before {
    transform: translate(6px, -2px) rotate(-45deg);
}
.shingo_modal .modal_top h2 {
    font-size: 38px;
    font-weight: 700;
    color: #0c0c0c;
    line-height: 1em;
    margin-bottom: 45px;
}
.shingo_modal .modal_cont {
    overflow-y: hidden;
    max-height: 476px;
    padding-right: 43px;
}
.shingo_modal .modal_cont:hover {
    overflow-y: scroll;
}
.shingo_modal .modal_cont::-webkit-scrollbar {
    width: 7px;
}
.shingo_modal .modal_cont::-webkit-scrollbar-button {
    display: none;
}
.shingo_modal .modal_cont::-webkit-scrollbar-track {
    border-radius: 3.3px;
    background-color: #f6f6f6;
}
.shingo_modal .modal_cont::-webkit-scrollbar-thumb {
    background-color: #e6e6e6;
}
.shingo_modal .modal_cont.no_scroll .row_cont {
    width: calc(100% - 7px);
}
.shingo_modal .modal_cont h4 {
    color: #5d5d5d;
    line-height: 1em;
    font-size: 16px;
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
}
.shingo_modal .modal_cont .text {
    color: #999999;
    line-height: 25px;
    font-size: 15px;
}
.shingo_modal .essential {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #235cf5;
    position: absolute;
    top: 0;
    right: -10px;
}
.shingo_modal .row_cont + .row_cont {
    margin-top: 45px;
}
.shingo_modal .row_cont .input_box {
    width: 100%;
    height: 200px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 7px 5px;
    transition: 0.2s;
}
.shingo_modal .row_cont .input_box:hover {
    border-color: #235cf5 !important;
}
.shingo_modal .row_cont textarea {
    width: 100%;
    height: 186px;
    padding: 13px 15px;
    font-size: 15px;
    resize: none;
    border: none;
}
.shingo_modal .row_cont textarea::placeholder {
    color: #999999;
}
.shingo_modal .row_cont textarea::-webkit-scrollbar-button {
    display: none;
}
.shingo_modal .row_cont textarea::-webkit-scrollbar-track {
    background-color: #fff;
}
.shingo_modal .row_cont textarea::-webkit-scrollbar-thumb {
    background-color: #e9e9e9;
}
.shingo_modal .modal_bot {
    margin-top: 40px;
}
.shingo_modal .modal_bot .use_form_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-right: 50px;
}
.shingo_modal .modal_bot .use_form_btn .btn {
    outline: none;
    line-height: 1em;
    min-width: 100px;
    border-radius: 13px !important;
    background-color: #e8e8e8;
    color: #5d5d5d;
    font-size: 15px;
    font-weight: 600;
    padding: 17.5px 15px 15.5px;
    transition: 0.2s;
}
.shingo_modal .modal_bot .use_form_btn .btn:not(.btn_main):hover {
    background-color: #dbdbdb;
}
.shingo_modal .modal_bot .use_form_btn .btn_main {
    color: #235cf5;
    background-color: transparent;
    position: relative;
    overflow: hidden;
}
/* .shingo_modal .modal_bot .use_form_btn .btn_main:hover{filter: brightness(93%);} */
.shingo_modal .modal_bot .use_form_btn .btn_main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #235cf5;
    z-index: -1;
    transition: filter 0.2s ease-in-out;
}
.shingo_modal .modal_bot .use_form_btn .btn_main:hover::before {
    filter: brightness(90%) contrast(120%) saturate(150%);
}
.shingo_modal .shingo_modal_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.responsive .view-wrap.view-modal .view-comment::before {
    width: 100vw;
}
.view_style.view-modal .comment-box {
    border: none;
}
.view_style.view-modal .pagination a {
    padding: 0;
}
.view_style.view-modal #captcha #captcha_mp3 {
    left: auto;
    text-indent: -9999px;
}
.view_style.view-modal #captcha #captcha_reload {
    left: auto;
}
.view_style.view-modal #captcha_html #captcha .capcha_aid {
    margin-left: 0;
}
#viewModal .lightgray {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.img-wrap .img-item img {
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .shingo_modal .shingo_modal_wrap {
        padding: 50px 5px 25px 25px;
        border-radius: 23px;
        top: auto;
        bottom: 18px;
        transform: translate(-50%, 0);
    }
    .shingo_modal .shingo_modal_wrap::before {
        content: "";
        display: block;
        position: absolute;
        top: 14px;
        left: 50%;
        transform: translateX(-50%);
        width: 48px;
        height: 4px;
        background-color: #e1e1e1;
        border-radius: 2px;
    }
    .shingo_modal .modal_top h2 {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .shingo_modal .modal_cont {
        max-height: 350px;
        padding-right: 17px; /*overflow-y: scroll;*/
    }
    .shingo_modal .modal_cont::-webkit-scrollbar {
        width: 4px;
    }
    .shingo_modal .row_cont + .row_cont {
        margin-top: 18px;
    }
    .shingo_modal .modal_cont.no_scroll .row_cont {
        width: calc(100% - 4px);
    }
    .shingo_modal .modal_cont h4 {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .shingo_modal .modal_cont .text {
        font-size: 13px;
        line-height: 21px;
    }
    .shingo_modal .essential {
        right: -6px;
        width: 4.5px;
        height: 4.5px;
    }
    .shingo_modal .row_cont .input_box {
        border-radius: 5px;
        height: 115px;
        border-color: #ededed;
    }
    .shingo_modal .row_cont textarea {
        padding: 5px;
        font-size: 13px;
        height: 101px;
    }
    .shingo_modal .row_cont textarea::-webkit-scrollbar {
        width: 4px;
    }
    .shingo_modal .modal_bot {
        margin-top: 25px;
    }
    .shingo_modal .modal_bot .use_form_btn {
        padding-right: 20px;
    }
    .shingo_modal .modal_bot .use_form_btn li {
        flex: 1;
    }
    .shingo_modal .modal_bot .use_form_btn .btn {
        width: 100%;
        font-size: 14px;
        font-weight: 500;
        border-radius: 10px !important;
    }
    .shingo_modal .shingo_modal_bg {
        background-color: rgba(0, 0, 0, 0.3);
    }
}
