/* BASIC css start */
.bbs-link { font-size:0 }
.bbs-link a { margin:0 2px }
.bbs-link a.delete { padding: 0 3px 0 5px; }
.bbs-link a.reply { padding: 0; }
.bbs-table-view .data-bd-cont { padding: 20px 0 40px 0; color:#8d8d8d; margin:0 auto; width:95% }

.input-style2 { width: 120px; margin: 0px 5px; }

.list-link { padding:10px 15px; border-top: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; }
.list-link li { padding:10px 0px }
.list-link li a { color:#828282 }
.list-link span.arrow { padding: 0px 5px 0px 15px; color: #828282; font-weight:bold }
.list-link span.arrow.prev { background: url(/images/d3/modern_simple/common/icon_prev_arrow.gif) no-repeat left 1px }
.list-link span.arrow.next { background: url(/images/d3/modern_simple/common/icon_next_arrow.gif) no-repeat left 1px }

.data-bd-cont .add_info { float: left; border: 1px solid #e5e5e5; width: 97%; padding: 5px 10px; line-height: 150%; margin-bottom: 10px; }
.data-bd-cont .add_title { float: left; width: 30%; font-weight: bold; }
.data-bd-cont .add_content { float: left; width: 70%; }
.data-bd-cont .attach { text-align: left; margin-bottom: 10px; }
.data-bd-cont .attach img { max-width: 100%; }

/* 관련 상품 목록 */
.fixed-img-collist { margin-top:10px; padding-top:10px; border-top:1px solid #e5e5e5;}
.list-tit { padding-left:7px; color:#9d9d9d; background: url('/images/d3/modern_simple/common/bull_join_required.gif') no-repeat 0 50%;}
.fixed-img-collist ul { padding:15px 11px 0;}
.fixed-img-collist ul li { float:left; padding:0 10px 15px; text-align:center;}
.fixed-img-collist ul li a { display:block; width:150px; font-size:11px; color:#9d9d9d;}
.fixed-img-collist ul li a span.prd img { width:142px; height:142px; margin-bottom:8px; padding:3px; border:1px solid #d8d8d8;}
.fixed-img-collist ul li p { padding:1px; font-size:11px; color:#666; font-weight:bold;}
/* 개인정보보호정책 동의 */
.privercy-contract textarea {  height: 60px; width: 660px; }
.privercy-contract-tap { height:30px; }
.privercy-contract-tap li a { padding: 7px 10px; }
/* 개인정보 수집 이용 */
.privercy-contract .tbl { width:100% !important; padding:0; margin:0; border-spacing:0; border-collapse:collapse; border-top: 1px solid #dadada; border-left: 1px solid #dadada; }
.privercy-contract .tbl caption { display:none; }
.privercy-contract .tbl th { line-height:32px; color: #3b3b3b; font-size:12px; font-weight:bold; background: #f0f0f0; text-align:center; }
.privercy-contract .tbl th,
.privercy-contract .tbl td { height:32px; padding:0; margin:0; border-right: 1px solid #dadada; border-bottom: 1px solid #dadada; letter-spacing:-1px }
.privercy-contract .tbl td .txt-l { padding:5px 3px; margin:0; text-align:left; }

/* 신고 버튼 */
.bbs-table-view .data-bd-cont {position: relative;}
.bbs-table-view .data-bd-cont .btn-report {display:inline-block; font-size:11px; color:#9d9d9d; position:absolute; right:10px; bottom:10px;}

.comment-box .reporting {padding: 5px 0;}
.comment-box .reporting span {display: inline-block; padding-left: 15px; background: url(/images/d3/modern_simple/ico_reciew_reporting_h17_pc.png) left 3px no-repeat; color: #808080; font-size: 11px; background-size:10px 10px;}
.comment-box .reporting a {display: inline-block; padding: 0; font-size: 11px; color: #999999;}




.bbs-table-view thead th {border-top:none}

.view-link {
    padding: 20px 0;
    text-align: center;
}

#content { position: relative; width: calc( 100% - 120px ); min-width: 1280px; padding: 0px 60px; }
#content .com-wrt-box .wrt textarea { padding: 20px; width: calc( 100% - 162px ); height: 78px; }
.board_title_text {}
.board_title_text p { text-align:center }
.board_title_text p:first-child { display: block; }

.attach img { display: none; }
.data-bd-cont {}
.data-bd-cont img { max-width: 100%; }
.data-bd-cont pre { white-space: normal; }

#plan_goods_contents .goods_contents:nth-child(n+11) { display: none; }
.board_title_text { text-align: center; padding: 40px 0; font-size: 24px; font-weight: 600; }

.border_title {
    font-size: 35px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin: 100px 0;
}

.subject_name {text-align:left}
.cont-sub-des {padding:0px 0 20px 10px; border-bottom: 1px solid #e9e9e9;}
.bbs-table-list {border-top:2px solid}


/* 공지사항 무이자 할부 테이블 */
        .notice {
            font-size: 14px;
            color: #333;
        }
        .notice .notice_title {
            text-align: center;
            margin-bottom: 5px;
        }
        .notice .notice_title h1 {
            font-size: 26px;
            color: #1f1f1f;
            margin: 0;
        }
        .notice .notice_title p {
            font-size: 18px;
            color: #555;
        }
        .notice .table-wrapper {
            overflow-x: auto;
        }
        .notice table {
            width: 100%;
            border-collapse: collapse;
        }
        .notice table th, .notice table td {
            border: 1px solid #ccc;
            padding: 8px;
            text-align: center;
        }
        .notice table th {
            background-color: #333;
            color: #fff;
            font-size: 14px;
        }
        .notice table td {
            background-color: #fff;
            font-size: 13px;
        }
        .notice .notice_info {
            font-size: 12px;
            color: #333;
            margin-top: 20px;
            text-align: left;
            line-height: 1.8;
        }
        .notice .notice_info p {
            margin: 0;
            padding: 5px 0;
        }
        @media (max-width: 600px) {
            .notice .notice_title h1 {
                font-size: 20px;
            }
            .notice .notice_title p {
                font-size: 16px;
            }
            .notice .notice_title, .notice .notice_info {
                line-height: 1.0; /* 모바일에서 헤더와 푸터의 행간 조정 */
            }
            .notice p {
                line-height: 1.4; /* 모바일에서 게시글의 행간 조정 */
                        word-break: break-all; /* 자동 줄바꿈을 적용 */
        word-wrap: break-word; /* 자동 줄바꿈을 적용 */
            }
        }
/* BASIC css end */

