@charset "utf-8";

/* 검색 영역 */

.search legend {
    overflow: hidden;
    text-indent: -99999px;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0
}

.search select {
    margin: 0 5px 0 0;
    padding: 0 5px 2px;
    border: 1px solid #e5e5e5;
}

.search .inText input[type="text"] {
    width: 180px;
    height: 32px;
    padding: 0;
    border: 1px solid #e5e5e5;
    font-size: 13px;
    text-indent: 10px !important;
    outline: none
}

.btnSch {
    display: inline-block;
    min-width: 60px;
    height: 32px;
    border: 0;
    background: #737373;
    font-size: 13px;
    color: #fff;
    text-align: center;
    cursor: pointer
}

/* 페이징 */

.paginate {
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    text-align: center;
    zoom: 1
}

.paginate a {
    display: inline-block;
    padding: 0 1px;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    line-height: 28px;
    text-decoration: none !important
}

.paginate a span {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 -1px;
    background: #e7e5e5;
    font-weight: bold;
    color: #4d4d4d;
    text-align: center;
    line-height: 28px
}

.paginate a strong span {
    background: #737373;
    color: #fff
}

.paginate a.first,
.paginate a.pre,
.paginate a.next,
.paginate a.last {
    position: relative;
    top: 9px;
    width: 28px;
    height: 28px;
    background: none !important;
    font-size: 12px
}

.paginate a.center {
    margin: -1px
}

.paginate a.pre {
    border-left: 1px solid #e7e5e5
}

.paginate a.next {
    border-right: 1px solid #e7e5e5
}

/* 글작성 (게시판, 상품사용후기) */

.form_table table {
    width: 100%;
    border: 0;
    border-top: 1px solid #999
}

.form_table caption {
    display: none
}

.form_table th,
.form_table td {
    padding: 7px 10px;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    font-weight: normal;
    color: #333;
    vertical-align: middle
}

.form_table tbody th {
    width: 120px;
    background: url(/images/bg_sec.gif) no-repeat 100% 50%;
    text-align: left
}

.form_table label {
    cursor: pointer
}

.form_table .item {
    position: relative
}

.form_table .item_smart {
    position: relative;
    padding: 5px 0px
}

.form_table .item .i_text {
    position: relative;
    margin: 3px;
    padding: 7px 10px;
    border: 1px solid #b7b7b7;
    background: transparent;
    border-radius: 3px;
    box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.1);
    vertical-align: middle
}

.form_table .item #zsfCode {
    position: relative;
    width: 50px;
    margin: 0 1px 0 3px;
    padding: 7px 10px;
    border: 1px solid #b7b7b7;
    background: transparent;
    border-radius: 3px;
    box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.1)
}

/* LIST PAGE (게시판, 상품사용후기) */

.tbl_type {
    table-layout: fixed;
    width: 100%;
    color: #666;
    font-size: 13px;
}

.tbl_type a:hover {
    text-decoration: underline
}

.tbl_type caption,
.tbl_view caption {
    overflow: hidden;
    text-indent: -99999px;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0
}

.tbl_type th:first-child {
    background-image: none
}

.tbl_type th {
    padding: 12px 0;
    border-top: 1px solid #585858;
    border-bottom: 1px solid #a0a0a0;
    background: url(/images/bg_sec.gif) no-repeat 0 50%;
    color: #333;
}

.tbl_type td {
    padding: 14px 0;
    border-bottom: solid 1px #d8d8d8;
    text-align: center;
}

.tbl_type .title {
    padding: 0 0 0 10px;
    text-align: left;
}

/* 게시판 뷰 */

.tbl_view {
    width: 100%;
    margin: 15px 0 0 0;
    border-top: 1px solid #585858;
    color: #666;
    font-size: 13px;
    table-layout: fixed
}

.tbl_view th {
    padding: 12px 0;
    border-bottom: solid 1px #cfcfcf;
    background: url(/images/bg_sec.gif) no-repeat 100% 50%;
    color: #333;
    text-align: left;
}

.tbl_view td {
    padding: 0 0 0 20px;
    border-bottom: solid 1px #cfcfcf;
    text-align: left
}

.tbl_view td label {
    padding: 0 0 0 5px
}

.tbl_view td.cont {
    padding: 40px 10px;
    line-height: 24px
}

.tbl_view .i_text {
    position: relative;
    width: 120px;
    padding: 6px 4px;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
    box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.1);
    background: transparent
}