@charset "utf-8";

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

.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 !important;
    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 #e1e1e1;
    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-02-10 (주)파이브센스_FIVESENSES.Corp. */
.at-body .container_fix {
    max-width: 1230px;
}

.gage-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 5px;
    background: var(--main-bg-point-color);
    transition: width 0.1s ease-out;
    z-index: 999;
}

.gage-bar.admin {
    top: 50px;
}

/* .board_title h3{margin-bottom: 60px; line-height: 1em; font-size: 45px; font-weight: 600; color: #0c0c0c; text-align: center;} */

.view-wrap .board_title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 60px;
    margin-top: 100px;
}

/* 2025-09-05 (주)파이브센스_FIVESENSES.Corp. */
.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-wrap .board_title .top_btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.view-wrap .board_title .top_btn .btn {
    padding: 0;
    outline: none;
    width: 40px;
    height: 40px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    border-radius: 8px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.view-wrap .board_title .top_btn .btn:hover {
    background-color: #f5f5f5;
}

.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;
}

/* 공유하기 모달창 */
.board_share_popup {
    display: none;
    position: absolute;
    top: 50px;
    right: 15px;
    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-padding .content-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 80px;
}

.view-padding .content-top .view-images {
    margin-right: 70px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.view-padding .content-top .view_img_large {
    overflow: hidden;
    border-radius: 20px;
    flex-shrink: 0;
}

.view-padding .content-top .view_img_large img {
    width: 480px;
}

.view-padding .content-top .view-img {
    flex-shrink: 0;
	display:flex;
	gap:10px;
}

.view-padding .content-top .view-images .thumb-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
    cursor: pointer;
}

.view-padding .content-top .view-images .thumb-wrapper.active::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(179, 179, 179, 0.2);
}

.view-padding .content-top .view-images .img-tag {
    margin: 0;
    width: 100px;
	height: 100%;
    object-fit: cover;
}

.view-padding .content-top .view-content {
    width: calc(100% - 670px);
}

.view-padding .content-top .view-content .keyword_wrap {
    margin-bottom: 25px;
}

.view-padding .content-top .view-content .pl_keyword {
    display: inline-block;
    color: #999999;
    font-size: 13px;
    font-weight: 400;
    border-radius: 7px;
    background-color: #f5f5f5;
    line-height: 1em;
    padding: 8.5px 8.5px;
}

.view-padding .content-top .view-content .pl_keyword + .pl_keyword {
    margin-left: 6px;
}

.view-padding .content-top .view-content h2 {
    font-size: 42px;
    line-height: 1.2em;
    font-weight: 700;
    color: var(--main-box-font-color);
	margin-bottom:20px;
}

.view-padding .content-top .view-content h4 {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 400;
    color: var(--main-box-font-color2);
    margin: 20px 0 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.view-padding .content-top .view-content .product_info_wrap {
    color: var(--main-box-font-color2);
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    padding-top: 25px;
    margin-bottom: 25px;
}

.view-padding .content-top .view-content .product_info_wrap .info_box {
    display: flex;
    align-items: flex-start;
	padding:20px 0;
	border-bottom:1px solid var(--main-btn-line-point-color1);
}

.view-padding .content-top .view-content .product_info_wrap .info_box .info_tit {
    flex-shrink: 0;
    width: 160px;
    font-weight: 600;
    color: var(--main-box-font-color);
    position: relative;
	font-size:18px;
}
.view-padding .content-top .view-content .product_info_wrap .info_box .info_item {
	font-size:18px;
}
.view-padding .content-top .view-content .download_box {
    padding-top: 30px;
    margin-bottom: 20px;
    border-top: 1px solid #e1e1e1;
}

.view-padding .content-top .view-content .download_box .tit {
    color: var(--main-box-font-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 20px;
}

.view-padding .content-top .view-content .download_box ul {
    font-size: 0;
}

.view-padding .content-top .view-content .download_box .file-item {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}

.view-padding .content-top .view-content .download_box .file-item a {
    display: inline-block;
    background-color: #f5f5f5;
    border-radius: 12px;
    padding: 8px 12px 8px 8px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    color: #999999;
    line-height: 1em;
}

.view-padding .content-top .view-content .download_box .file-item a:hover {
    color: #0c0c0c;
}

.view-padding .content-top .view-content .download_box .file-item .file_icon {
    display: block;
    border-radius: 8px;
    margin-right: 5px;
}

/* .view-padding .content-top .view-content .download_box .file-item .file_icon{display: block; width: 30px; height: 30px; background: url(../../img/SUBBPVA_file.png) center / 30px 30px no-repeat; border-radius: 8px; margin-right: 5px;}
.view-padding .content-top .view-content .download_box .file-item .file_icon.file_pdf{background-image: url(../../img/SUBBPVA_pdf.png);}
.view-padding .content-top .view-content .download_box .file-item .file_icon.file_ai{background-image: url(../../img/SUBBPVA_ai.png);}
.view-padding .content-top .view-content .download_box .file-item .file_icon.file_image{background-image: url(../../img/SUBBPVA_img.png);}
.view-padding .content-top .view-content .download_box .file-item .file_icon.file_dwg{background-image: url(../../img/SUBBPVA_dwg.png);}
.view-padding .content-top .view-content .download_box .file-item a:hover .file_icon{background-image: url(../../img/SUBBPVA_file_on.png);}
.view-padding .content-top .view-content .download_box .file-item a:hover .file_icon.file_pdf{background-image: url(../../img/SUBBPVA_pdf_on.png);}
.view-padding .content-top .view-content .download_box .file-item a:hover .file_icon.file_ai{background-image: url(../../img/SUBBPVA_ai_on.png);}
.view-padding .content-top .view-content .download_box .file-item a:hover .file_icon.file_image{background-image: url(../../img/SUBBPVA_img_on.png);}
.view-padding .content-top .view-content .download_box .file-item a:hover .file_icon.file_dwg{background-image: url(../../img/SUBBPVA_dwg_on.png);} */
.view-padding .content-top .view-content .download_box .file-item .down_icon {
    display: block;
    width: 14px;
    height: 11px;
    margin-left: 8px;
}

/* .view-padding .content-top .view-content .download_box .file-item .down_icon{display: block; width: 14px; height: 11px; background: url(../../img/SUBBPVA_down_icon.png) center / 14px 11px no-repeat; margin-left: 8px;}
.view-padding .content-top .view-content .download_box .file-item a:hover .down_icon{background-image: url(../../img/SUBBPVA_down_icon_on.png);} */
.view-padding .content-top .view-content .inquiry_go {
    width:auto;
	margin-left:auto;
	text-align:right;
	margin-top:80px;
}

.view-padding .content-top .view-content .inquiry_go a {
    font-size:18px;
	border-radius:35px;
	background:var(--main-box-color);
	color:#fff;
	font-weight:500;
	padding:20px 40px;
	display:inline-block;
}

.view_style .view-padding {
    padding: 0 0 10px;
}

.view-content {
    padding-bottom: 0;
}

.view_bottom {
    border-top: 1px solid #e1e1e1;
    padding-top: 87px;
    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;
}

.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;
}

@media (max-width: 1199px) {
    .gage-bar.admin {
        top: 0;
    }
}

@media (max-width: 991px) {
    .h40 {
        height: 35px;
    }

    .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;
    }

    .view-wrap .board_title {
        margin: 36px 0;
    }

    /* 2025-09-05 (주)파이브센스_FIVESENSES.Corp. */
    .view-wrap .board_title h3 {
        font-size: 14px;
        position: relative;
        padding-left: 42px;
        padding-top: 1px;
    }

    .view-wrap .board_title h3::before {
        width: 31px;
        height: 8px;
        background: url(../../img/m_top_mark.png) center / 31px 8px no-repeat;
        background-position-x: 0;
        top: 4px;
    }

    /* .view-wrap .board_title h3:hover::before{left: 10px;width: 17px; top: 2px;} */
    .view-wrap .board_title h3:hover::before {
        left: 0;
        width: 31px;
    }

    /* 제품 상단 정보란 */
    .view-padding .content-top {
        display: block;
        margin-bottom: 56px;
    }

    .view-padding .content-top .view-images {
        display: block;
        margin-right: 0;
        margin-bottom: 58px;
    }

    .view-padding .content-top .view-content {
        width: 100%;
    }

    .view-padding .content-top .view_img_large {
        border-radius: 15px;
    }

    .view-padding .content-top .view_img_large img {
        width: 100%;
    }

    .view-padding .content-top .view-img {
        margin-top: 12px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .view-padding .content-top .view-images .thumb-wrapper {
        margin-bottom: 0;
        margin-right: 10px;
    }

    .view-padding .content-top .view-images .img-tag {
        width: 88px;
        border-radius: 8px;
    }

    .view-padding .content-top .view-content .keyword_wrap {
        margin-bottom: 14px;
    }

    .view-padding .content-top .view-content .pl_keyword {
        font-size: 12px;
        border-radius: 6px;
        padding: 7px;
    }

    .view-padding .content-top .view-content .pl_keyword + .pl_keyword {
        margin-left: 6px;
    }

    .view-padding .content-top .view-content h2 {
        font-size: 28px;
    }

    .view-padding .content-top .view-content h4 {
        font-size: 15px;
        margin: 5px 0 26px;
    }

    .view-padding .content-top .view-content .product_info_wrap {
        font-size: 15px;
        line-height: 27px;
        padding-top: 0px;
        margin-bottom: 20px;
    }

	.view-padding .content-top .view-content .product_info_wrap .info_box {
		padding: 15px 0;
	}

    .view-padding .content-top .view-content .product_info_wrap .info_box .info_tit {
        width: 130px;
        font-weight: 700;
		font-size:15px;
    }

	.view-padding .content-top .view-content .product_info_wrap .info_box .info_item {
		font-size:15px;
	}

    .view-padding .content-top .view-content .download_box {
        padding-top: 27px;
        margin-bottom: 18px;
    }

    .view-padding .content-top .view-content .download_box .tit {
        margin-bottom: 15px;
        font-size: 15px;
    }

    .view-padding .content-top .view-content .download_box .file-item {
        margin-right: 7px;
        margin-bottom: 12px;
    }

    .view-padding .content-top .view-content .download_box .file-item a {
        font-size: 13px;
        padding: 6px 11px 6px 6px;
        border-radius: 9px;
    }

    .view-padding .content-top .view-content .download_box .file-item .file_icon {
        margin-right: 8px;
        border-radius: 9px;
        width: 23px;
        height: 23px;
    }

	.view-padding .content-top .view-content .inquiry_go {
		margin-top:30px;
	}
	.view-padding .content-top .view-content .inquiry_go a {
		font-size:16px;
		padding:10px 20px;
	}
    /* .view-padding .content-top .view-content .download_box .file-item .file_icon{margin-right: 6px; border-radius: 5px; width: 20px; height: 20px; background: url(../../img/m_SUBBPVA_file.png) center / 20px 20px no-repeat;}
    .view-padding .content-top .view-content .download_box .file-item .file_icon.file_pdf{background-image: url(../../img/m_SUBBPVA_pdf.png);}
    .view-padding .content-top .view-content .download_box .file-item .file_icon.file_ai{background-image: url(../../img/m_SUBBPVA_ai.png);}
    .view-padding .content-top .view-content .download_box .file-item .file_icon.file_image{background-image: url(../../img/m_SUBBPVA_img.png);}
    .view-padding .content-top .view-content .download_box .file-item .file_icon.file_dwg{background-image: url(../../img/m_SUBBPVA_dwg.png);}
    .view-padding .content-top .view-content .download_box .file-item a:hover .file_icon{background-image: url(../../img/m_SUBBPVA_file_on.png);}
    .view-padding .content-top .view-content .download_box .file-item a:hover .file_icon.file_pdf{background-image: url(../../img/m_SUBBPVA_pdf_on.png);}
    .view-padding .content-top .view-content .download_box .file-item a:hover .file_icon.file_ai{background-image: url(../../img/m_SUBBPVA_ai_on.png);}
    .view-padding .content-top .view-content .download_box .file-item a:hover .file_icon.file_image{background-image: url(../../img/m_SUBBPVA_img_on.png);}
    .view-padding .content-top .view-content .download_box .file-item a:hover .file_icon.file_dwg{background-image: url(../../img/m_SUBBPVA_dwg_on.png);} */
    .view-padding .content-top .view-content .download_box .file-item .down_icon {
        width: 11px;
        height: 9px;
        margin-left: 7px;
    }

    /* .view-padding .content-top .view-content .download_box .file-item .down_icon{width: 9px; height: 8px; background: url(../../img/m_SUBBPVA_down_icon.png) center / 9px 8px no-repeat; margin-left: 6px;}
    .view-padding .content-top .view-content .download_box .file-item a:hover .down_icon{background-image: url(../../img/m_SUBBPVA_down_icon_on.png);} */
    .view-padding .content-top .view-content .href_btn {
        padding-top: 28px;
    }

    .view-padding .content-top .view-content .href_btn .ask_btn {
        font-size: 15px;
        border-radius: 12px;
        padding: 18px 35px;
    }

    .view-wrap {
        overflow: visible;
    }

    .view-wrap .no-attach {
        margin-bottom: 0;
    }

    .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);
    }

    .responsive .view-comment {
        padding: 14px 0;
        position: relative;
        overflow: visible;
        color: #0c0c0c;
        font-size: 15px;
        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: 60px;
        margin-top: 8px;
        position: relative;
    }

    .view_bottom .linkMove {
        display: block;
    }

    .view_bottom .linkMove a {
        max-width: 100%;
        display: block;
        font-size: 15px;
        line-height: 1em;
        display: flex;
        align-items: center;
        padding: 15px 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: 14px;
        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: 21px;
    }
    .view_mob_bar .left_box img {
        width: 13px;
        display: block;
    }
    .view_mob_bar .right_box ul {
        gap: 16px;
    }
    .view_mob_bar .right_box img {
        width: 18px;
        display: block;
    }
    .view_mob_bar ul {
        display: flex;
        align-items: center;
    }
    .view_mob_bar a {
        display: flex;
        align-items: center;
        gap: 8px;
        color: var(--main-btn-font-color);
    }
    .view_mob_bar a:hover {
        color: var(--main-btn-font-color);
    }

    /* 공유하기 모달 */
    .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;
    }

    /* 공유하기 모달창 */
    /* .board_share_popup{bottom: 65px; left: 10px; width: calc(100% - 20px); top: auto; transform: none;}
    .board_share_popup .it_share_popup{background-color: #fff; border-radius: 23px; padding: 50px 25px 30px;}
    .board_share_popup .it_share_popup::before {content: '';display: block;position: absolute;top: 12px;left: 50%;transform: translateX(-50%);width: 48px;height: 4px;background-color: #e1e1e1;border-radius: 2px;z-index: 1;}
    .board_share_popup .it_share_popup .btn_close{display: none;}
    .board_share_popup .it_share_popup .share_title{margin-bottom: 38px;}
    .board_share_popup .it_share_popup .share_title .title{text-align: left; font-size: 18px;}
    .board_share_popup .it_share_popup .share_content .share_ul{display: flex; align-items: center; justify-content: space-between;}
    .board_share_popup .it_share_popup .share_ul > li{padding: 0 22px;}
    .board_share_popup .it_share_popup .share_ul > li:last-of-type{padding: 0 20px;}
    .board_share_popup .it_share_popup .share_ul > li > a{font-size: 15px;}
    .board_share_popup .it_share_popup .share_ul > li > a img{width: 50px;}
    .board_share_popup .it_share_popup .share_ul > li > a span{margin-top: 13px;}
    .board_share_popup .it_share_popup .share_ul > li.url_copy{display: none;}
    .it_share_popup .m_url_copy{display: flex; margin-top: 30px;}
    .board_share_popup .it_share_popup .input_url{border: 1px solid #e1e1e1; border-radius: 4px 0 0 4px; width: calc(100% - 80px); color: #999999; font-size: 13px; line-height: 36px; height: 38px; padding: 0 10px; position: relative;}
    .board_share_popup .it_share_popup .btn_url_copy{border: 1px solid #e1e1e1; border-left: none; background-color: #f5f5f5; border-radius: 0 4px 4px 0; text-align: center; color: #5d5d5d; font-size: 12px; line-height: 36px; display: block; width: 80px;} */
}

/* 에디터 커스텀 */

/* 탭 부분 */
.view-padding .tabs {
    height: 46px;
    position: relative;
}

.view-padding .tabs .tabs_box {
    width: 100%;
}

.view-padding .tabs .tabs_box.fixed {
    position: fixed;
    top: 0;
    max-width: 1200px;
    z-index: 10;
    /* background: #fff; */
}

.view-padding .tabs .tabs_box.fixed::before {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    background-color: var(--main-bg-color);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.view-padding .tabs .tabs_box.fixed.admin_var {
    top: 50px;
}

.view-padding .tabs .tabs_box::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
    position: absolute;
    left: 0;
    bottom: 0;
}

.view-padding .tabs .tabs-top {
    padding-bottom: 6px;
    margin-left: -7.5px;
    border-bottom: none;
    height: 46px;
    width: 100%;
    display:flex;
}

.view-padding .tabs .tabs_box .tabs-top {
    background: transparent;
}

/* .view-padding .tabs .tabs-top > li {
	display:none;
} */
.view-padding .tabs .tabs-top > li > span {
    position: relative;
    cursor: pointer;
    display: block;
    color: var(--main-box-font-color2);
    padding: 11.5px 7.5px;
    margin-right: 23px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1em;
    border-radius: 8px;
    transition: 0.2s;
    border: none;
}

.view-padding .tabs .tabs-top > li > span:hover {
    background-color: #f5f5f5;
    color: #5d5d5d;
}

.view-padding .tabs .tabs-top > li.on > span {
    color: var(--main-btn-font-color);
    font-weight: 600;
}

.view-padding .tabs .tabs-top > li.on > span::after {
    content: "";
    display: inline-block;
    width: calc(100% - 15px);
    height: 2px;
    background-color: var(--main-btn-font-color);
    position: absolute;
    left: 7.5px;
    bottom: -6px;
    z-index: 1;
}

.view-padding .tab_etc .product_box {
    padding: 50px 0;
}

.view-padding .tab_etc .title {
    color: var(--main-box-font-color);
    font-size: 32px;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 25px;
}

/* 프로알라 기본형 (제품정보) */
.view-padding .content_wrap {
    color: var(--main-box-font-color2);
    font-size: 17px;
    line-height: 27px;
	text-align:center;
}

/* 아이콘 카드형 (제품특징) */
.view-padding .custom-wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.view-padding .custom-wrap .custom-box {
    flex: 1;
    background-color: #fbfbfb;
    border-radius: 25px;
    padding: 50px 20px 20px 30px;
}

.view-padding .custom-wrap .custom-tit {
    color: #0c0c0c;
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 20px;
}

.view-padding .custom-wrap .custom-text {
    color: #5d5d5d;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
}

.view-padding .custom-wrap .custom-img-box {
    text-align: right;
    margin-top: 40px;
}

.view-padding .custom-wrap .custom-img {
    display: inline-block;
    margin: 0;
}

/* 표 구조형 (제품종류) */
.view-padding table {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-left: none;
    border-right: none;
    border-collapse: collapse;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 1em;
    color: #5d5d5d;
}

.view-padding table thead th {
    padding: 23px;
    border: 1px solid #e1e1e1;
    background-color: #fbfbfb;
    color: #0c0c0c;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    line-height: 1em;
}

.view-padding table thead th:first-child {
    width: 20.5%;
    border-left: none;
}

.view-padding table thead th:last-child {
    border-right: none;
}

.view-padding table tbody td {
    padding: 23px;
    border: 1px solid #e1e1e1;
}

.view-padding table tbody td:first-child {
    padding: 23px;
    border-left: none;
    background-color: #fbfbfb;
    color: #0c0c0c;
    font-size: 17px;
    font-weight: 500;
}

.view-padding table tbody td:last-child {
    border-right: none;
}

/* 이미지 카드형 (주요용도) */
.view-padding .banner-wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.view-padding .banner-wrap .banner-box {
    width: calc(33% - 17px);
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.view-padding .banner-wrap .banner-box .text-box {
    position: absolute;
    top: 40px;
    left: 40px;
    max-width: calc(100% - 80px);
    max-height: calc(100% - 80px);
    z-index: 1;
    color: #fff;
}

.view-padding .banner-wrap .banner-box .banner-text {
    font-size: 17px;
    font-weight: 500;
    line-height: 1em;
}

.view-padding .banner-wrap .banner-box .banner-tit {
    font-size: 28px;
    font-weight: 700;
    margin-top: 20px;
    line-height: 1em;
}

.view-padding .banner-wrap .banner-box .banner-img {
    display: block;
    width: 100%;
    margin: 0;
    transform: scale(1);
    transition: 0.5s ease-in-out;
}

.view-padding .banner-wrap .banner-box:hover .banner-img {
    transform: scale(1.1);
}

/* 인증 리스트형 (인증현황) */
.view-padding .certification-wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 14px;
}

/* .view-padding .certification-wrap .certification-box{width: calc(20% - 12px); background-color: #fbfbfb; border-radius: 25px; padding: 40px 35px; text-align: center;} */
.view-padding .certification-wrap .certification-box {
    flex: 1;
    background-color: #fbfbfb;
    border-radius: 25px;
    padding: 40px 35px;
    text-align: center;
}

.view-padding .certification-wrap .certification-box .certification-img {
    display: block;
    margin: 0;
    border: 1px solid #dcdcdc;
}

.view-padding .certification-wrap .certification-box .certification-text {
    font-size: 17px;
    font-weight: 500;
    line-height: 1em;
    color: #222222;
    margin-top: 20px;
}

/* FAQ형 (제품 FAQ) */
.view-padding .faq-wrap {
    margin: 0 -20px;
}

.view-padding .faq-wrap .faq-item {
    position: relative;
}

.view-padding .faq-wrap .faq-item + .faq-item::before {
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #e1e1e1;
    left: 20px;
    top: 0;
    z-index: 1;
    position: absolute;
}

.view-padding .faq-wrap .faq-question {
    position: relative;
    border-radius: 15px;
    color: var(--main-box-font-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2em;
    padding: 23.5px 60px 23.5px 20px;
    background-color: #fff;
    transition: 0.2s;
    cursor: pointer;
}

.view-padding .faq-wrap .faq-question:hover {
    color: var(--main-box-font-point-color);
    background-color: #f5f5f5;
}

.view-padding .faq-wrap .faq-question .q_icon {
    font-size: 20px;
    font-weight: 600;
}

.view-padding .faq-wrap .faq-question .q_arr {
    position: absolute;
    width: 21px;
    height: 21px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(0deg);
    transition: 0.2s;
}

.view-padding .faq-wrap .faq-question .q_arr::before,
.view-padding .faq-wrap .faq-question .q_arr::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 21px;
    height: 1px;
    background-color: #999999;
}

.view-padding .faq-wrap .faq-question .q_arr::before {
    transform: translate(-50%, -50%) rotate(90deg);
}

.view-padding .faq-wrap .faq-question .q_arr::after {
    transform: translate(-50%, -50%);
}

.view-padding .faq-wrap .faq-question.on .q_arr {
    transform: translateY(-50%) rotate(135deg);
}

.view-padding .faq-wrap .faq-question:hover .q_arr::before,
.view-padding .faq-wrap .faq-question:hover .q_arr::after {
    background-color: var(--main-btn-point-color);
}

.view-padding .faq-wrap .faq-answer {
    color: #5d5d5d;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    padding: 25px 20px 45px;
}

@media (max-width: 991px) {
    /* 2025-09-30 (주)파이브센스_FIVESENSES.Corp. 탭 부분 줄바꿈 방지 추가 */
    .view-padding .tabs .tabs_box.fixed.admin_var {
        top: 0;
    }

    .view-padding .tab_etc .product_box {
        padding: 59px 0 0;
    }

    .view-padding .tab_etc .product_box#product_rel {
        padding: 0;
    }

    .view-padding .tab_etc .title {
        font-size: 21px;
        margin-bottom: 20px;
    }

    .view-padding .tabs {
        height: 47px;
    }

    .view-padding .tabs #tabs_box {
        overflow: visible !important;
    }

    .view-padding .tabs .tabs_box::after {
        bottom: -1px;
        width: calc(100% + 30px);
        left: -15px;
    }

    .view-padding .tabs .tabs-top {
        padding: 0;
        height: 47px;
        position: relative;
        z-index: 1;
        margin: 0;
        display: flex;
        flex-wrap: nowrap;
        width: max-content;
    }

    .view-padding .tabs .tabs-top::after {
        left: -10px;
    }

    .view-padding .tabs .tabs-top > li {
        flex-shrink: 0;
        white-space: nowrap;
    }

    .view-padding .tabs .tabs-top > li > span {
        font-size: 19px;
        padding: 14px 0;
        margin-right: 29px;
        white-space: nowrap;
    }

    .view-padding .tabs .tabs-top > li > span:hover {
        background-color: transparent;
    }

    .view-padding .tabs .tabs-top > li.on > span::after {
        bottom: 0;
        width: 100%;
        left: 0;
    }

    /* 프로알라 기본형 (제품정보) */
    .view-padding #product_desc .content_wrap {
        font-size: 15px;
        line-height: 1.67;
    }

    .view-padding #product_desc .content_wrap .content_box {
        max-height: 85px;
        overflow-y: hidden;
        position: relative;
    }

    .view-padding #product_desc .content_wrap.open .content_box {
        overflow-y: visible;
        max-height: 100%;
    }

    .view-padding #product_desc .content_wrap .content_box::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 30px;
        /* background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8)); */
    }

    .view-padding #product_desc .content_wrap.open .content_box::after {
        display: none;
    }

    .view-padding #product_desc .content_wrap .more_btn {
        margin-top: 30px;
        border: 1px solid #e1e1e1;
        border-radius: 50px;
        font-size: 16px;
        font-weight: 600;
        line-height: 1em;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 15px;
        cursor: pointer;
    }

    .view-padding #product_desc .content_wrap .more_btn .arr {
        display: block;
        width: 6px;
        height: 6px;
        border-left: 1px solid var(--main-box-font-color2);
        border-bottom: 1px solid var(--main-box-font-color2);
        transform: rotate(-45deg);
        margin-left: 10px;
        position: relative;
        top: -2px;
    }

    /* 아이콘 카드형 (제품특징) */
    .view-padding .custom-wrap {
        display: block;
    }

    .view-padding .custom-wrap .custom-box {
        border-radius: 13px;
        padding: 25px 15px 15px 25px;
    }

    .view-padding .custom-wrap .custom-box + .custom-box {
        margin-top: 15px;
    }

    .view-padding .custom-wrap .custom-tit {
        font-size: 14px;
        line-height: 15px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .view-padding .custom-wrap .custom-text {
        font-size: 12px;
        line-height: 20px;
    }

    .view-padding .custom-wrap .custom-img-box {
        margin-top: 5px;
    }

    .view-padding .custom-wrap .custom-img {
        width: 50px;
    }

    /* 표 구조형 (제품종류) */
    .view-padding #product_type .content_wrap {
        font-size: 15px;
        line-height: 1.67;
        overflow-x: auto;
    }

    .view-padding table {
        font-size: 12px;
        min-width: 480px;
    }

    .view-padding table thead th {
        font-size: 12px;
        padding: 16px 15px;
    }

    .view-padding table tbody td:first-child {
        font-size: 12px;
        padding: 16px 15px;
    }

    /* 이미지 카드형 (주요용도) */
    .view-padding .banner-wrap {
        gap: 10px;
    }

    .view-padding .banner-wrap .banner-box {
        width: calc(50% - 5px);
        border-radius: 10px;
    }

    .view-padding .banner-wrap .banner-box .text-box {
        top: 20px;
        left: 15px;
        width: calc(100% - 30px);
        height: calc(100% - 40px);
    }

    .view-padding .banner-wrap .banner-box .banner-text {
        font-size: 11px;
    }

    .view-padding .banner-wrap .banner-box .banner-tit {
        font-size: 16px;
        margin-top: 10px;
    }

    /* 인증 리스트형 (인증현황) */
    .view-padding .certification-wrap {
        flex-wrap: nowrap;
        gap: 15px;
        width: calc(100% + 15px);
        overflow-x: auto;
    }

    .view-padding .certification-wrap::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .view-padding .certification-wrap .certification-box {
        flex-shrink: 0;
        padding: 15px;
        border-radius: 9px;
    }

    .view-padding .certification-wrap .certification-box .certification-img {
        width: 100px;
        max-width: 100px;
        margin: 0 auto;
    }

    .view-padding .certification-wrap .certification-box .certification-text {
        font-size: 11px;
        margin-top: 15px;
    }

    /* FAQ형 */
    .view-padding .faq-wrap {
        margin: 0 -15px 20px;
    }

    .view-padding .faq-wrap .faq-item + .faq-item::before {
        display: none;
    }

    .view-padding .faq-wrap .faq-question {
        border-radius: 0;
        font-size: 16px;
        line-height: 1.63;
        padding: 25px 50px 25px 15px;
    }

    .view-padding .faq-wrap .faq-question .q_icon {
        font-size: 16px;
        font-weight: 500;
    }

    .view-padding .faq-wrap .faq-question .q_arr {
        width: 15px;
        height: 15px;
        right: 24px;
    }

    .view-padding .faq-wrap .faq-question .q_arr::before,
    .view-padding .faq-wrap .faq-question .q_arr::after {
        width: 15px;
    }

    .view-padding .faq-wrap .faq-answer {
        padding: 25px 15px;
        font-size: 15px;
        line-height: 1.67;
        position: relative;
    }

    .view-padding .faq-wrap .faq-answer::after {
        content: "";
        display: block;
        width: calc(100% - 30px);
        height: 1px;
        left: 15px;
        bottom: 0;
        position: absolute;
        background-color: #e1e1e1;
    }
}

/* 2025-10-14 (주)파이브센스_FIVESENSES.Corp. */
@media (min-width: 992px) {
    #imageContainer {
        position: relative;
    }

    .lens {
        position: absolute;
        width: 250px;
        height: 250px;
        border: 1px solid #235cf5;
        background: #fff;
        opacity: 0.4;
        border-radius: 20px;
        pointer-events: none;
        display: none;
    }

    .zoom-result {
        width: 530px;
        height: 530px;
        border: 1px solid #235cf5;
        overflow: hidden;
        display: none;
        background: #fff;
        position: absolute;
        z-index: 100;
        top: 0;
        left: calc(100% + 70px);
        border-radius: 20px;
    }
}
