/* productGallery view.css - bng_view.css 기반 + 제품 상세 스타일 */

/* 제목 */
#bo_v_title .bo_v_tit {
    border-top: 2px #000 solid;
    border-bottom: 1px #e0e0e0 solid;
    background-color: #fcfcfc;
    display: block;
    font-size: 19px;
    font-weight: 900;
    padding: 22px 20px;
    margin: 5px 0 0;
    word-break: break-all;
}

/* 제품 상세 헤더 */
#detailHead {
    width: 100%;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 30px 0;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.ThumImg {
    width: 45%;
    max-width: 446px;
    float: left;
    margin-right: 30px;
}

.ThumImg img {
    width: 100%;
    height: auto;
    border: 1px solid #e1e1e1;
    display: block;
}

.description {
    float: left;
    width: calc(55% - 50px);
    padding: 10px 0;
}

.desc_title {
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 15px;
    color: #222;
    line-height: 1.4em;
}

.description_Content {
    font-size: 13px;
    color: #555;
    line-height: 1.8em;
}

/* 온라인 문의 버튼 */
.dnBtn_wrap {
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
}

.dnBtn {
    display: inline-block;
    float: right;
    min-width: 100px;
    height: 34px;
    padding: 0 15px;
    background-color: #525DA0;
    text-align: center;
    border-radius: 3px;
}

.dnBtn a {
    line-height: 34px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    display: block;
}

.dnBtn a:hover {
    font-weight: bold;
    text-decoration: none;
}

/* Specification 탭 */
.spec_tab_wrap {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.spec_tab {
    display: inline-block;
    width: 248px;
    height: 38px;
    margin-top: 20px;
    background-color: #e1e1e1;
    color: #4C4C4C;
    font-size: 16px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #ccc;
    border-bottom: none;
}

/* 본문 컨텐츠 */
#bo_v_con {
    margin: 10px 0 30px;
    width: 100%;
    line-height: 1.7em;
    word-break: break-all;
    overflow: hidden;
}

#bo_v_con img {
    max-width: 100%;
    height: auto;
}

/* 이전/다음 글 */
.bo_v_nb {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    clear: both;
}

.bo_v_nb li {
    border-top: 1px solid #f1f1f1;
    padding: 12px 15px;
    overflow: hidden;
}

.bo_v_nb li:last-child {
    border-bottom: 1px solid #f1f1f1;
}

.bo_v_nb li:hover {
    background: #f6f6f6;
}

.bo_v_nb .nb_tit {
    display: inline-block;
    width: 70px;
    color: #b3b3b3;
    font-size: 13px;
}

.bo_v_nb li a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.bo_v_nb li a:hover {
    color: #3a8afd;
}

/* 첨부파일 */
#bo_v_file h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#bo_v_file ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

#bo_v_file li {
    padding: 12px 15px;
    margin: 8px 0;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}

#bo_v_file li i {
    color: #b2b2b2;
    margin-right: 10px;
}

#bo_v_file a {
    color: #333;
    text-decoration: none;
    word-wrap: break-word;
}

#bo_v_file a:hover {
    text-decoration: underline;
    color: #3a8afd;
}

/* 상단/하단 버튼 공통 */
#bo_v_top {
    margin: 15px 0;
    zoom: 1;
}

#bo_v_top:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#bo_v_bot {
    margin: 10px 0 20px;
    zoom: 1;
}

#bo_v_bot:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

/* 반응형 */
@media all and (max-width: 768px) {
    #bo_v_title .bo_v_tit {
        font-size: 16px;
        font-weight: 600;
    }

    #detailHead {
        padding: 20px 0;
    }

    .ThumImg {
        width: 100%;
        max-width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .description {
        width: 100%;
        float: none;
    }

    .spec_tab {
        width: 100%;
        box-sizing: border-box;
    }
}
