/*
 * Create : 2009-09-18
 * Author : najo (lmk@gabia.com)
 * Comment: 게시판 기본 stylesheet
 */ @charset "euc-kr";

.hand {
    cursor: pointer;
}

/* font style */
.bbs_small_b {
    font-size: 11px;
    font-family: dotum, Arial;
    font-weight: 600;
    color: #4B4B4B;
}

.bbs_small {
    color: #828282;
    font-size: 11px;
    font-family: dotum, Arial;
    padding: 0;
}

.bbs_small2 {
    color: #f85e5e;
    font-size: 8pt;
    font-family: "dotum , Arial";
    padding: 0;
}

.bbs_small_gray {
    color: #999999;
    font-size: 8pt;
    font-family: "dotum , Arial";
}

.bbs_small_orange {
    color: #F05B46;
    font-size: 8pt;
    font-family: "dotum , Arial";
}

/* text align */
.bbs_right {
    text-align: right;
}

/* form style */
.input {
    border: solid 1px #D1D1D1;
    background-color: #F6F6F6;
    padding: 2px;
    height: 16px;
    font-family: dotum;
}

.textarea {
    width: 100%;
    height: 240px;
    border: solid 1px #D1D1D1;
    background-color: #F6F6F6;
    padding: 5px;
}

/* link style */
a.bbs_link:link {
    color: #666666;
    font-size: 12px;
    text-decoration: none;
}

a.bbs_link:visited {
    color: #666666;
    font-size: 12px;
    text-decoration: none;
}

a.bbs_link:active {
    color: #666666;
    font-size: 12px;
    text-decoration: none;
}

a.bbs_link:hover {
    color: #333333;
    font-size: 12px;
    text-decoration: none;
}

.bbs_comment a {
    font-size: 11px;
}

.bbs_comment .bar {
    color: #D3D3D3;
    padding: 0px 3px;
}

/* button style */
.bbs_button {
    padding: 10px 0px 10px 0px;
    text-align: center;
}

/* table style */
.bbs_tbl_title {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    font-family: "dotum, Arial";
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

.bbs_tbl_title th {
    height: 28px;
    font-size: 8pt;
    font-weight: 700;
    color: #464c52;
    background-color: #f0f0f0;
    text-align: center;
}


.bbs_tbl_title td {
    height: 30px;
    font-size: 9pt;
    font-weight: 700;
    color: #464c52;
    padding-left: 25px;
    background-color: #f0f0f0;
    
}

.bbs_tpl_view {
    text-align:left;
}

.bbs_tbl_comment {
    width:100%;
    table-layout:fixed;
    text-align:left;
}

.bbs_tbl_comment_list {
    font-size: 8pt;
    font-family: "dotum , Arial";
    color: #4B4B4B;
    text-align:left;
    background: #f5f5f5;
}

.bbs_tbl_form {
    border-collapse: collapse;
    border-top: 1px solid #e9eaee;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: "dotum";
}

.bbs_tbl_form thead th {
    background: #f9fafa;
    height: 35px;
    vertical-align: middle;
    text-align: left;
    color: #4b4b4b;
    font-size: 8pt;
    border-right: #f3f3f3 1px solid;
    border: 1px solid #e9eaee;
    padding: 8px 0px 8px 15px;
}

.bbs_tbl_form tbody th {
    padding: 8px 0px 8px 15px;
    vertical-align: middle;
    text-align: left;
    border-collapse: collapse;
    font-weight: bold;
    background: #f9fafa;
    color: #4b4b4b;
    font-size: 8pt;
    border: 1px solid #e9eaee;
}

.bbs_tbl_form td {
    border: 1px solid #E2E4E8;
    padding: 4px 10px;
    vertical-align: middle;
    text-align:left;
}

/* 추가항목 */
.field input {
    border: solid 1px #D1D1D1;
    background-color: #F6F6F6;
    padding: 2px;
    height: 16px;
    font-family: dotum;
}

.field textarea {
    border: solid 1px #D1D1D1;
    background-color: #F6F6F6;
    width:100%;
    height:50px;
    font-family: dotum;
}


.guide {
    padding-left: 10px;
    color: #FF4040;
    font-size: 11px;
}

.input-invalid {
    border: solid 1px #408EC2 !important;
}

ul.file_list {
}

ul.file_list li {
    background: transparent url(img/dot.gif) no-repeat center left;
    padding:3px 8px;
}

.file_list li img {
    margin-left: 8px;
    cursor: pointer;
    vertical-align:middle;
}

/* list style */
.bbs_tbl_list {
    border-collapse: collapse;
    /*border:1px solid #E2E4E8;*/
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: "dotum";
    table-layout: fixed;
}

.bbs_tbl_list thead th {
    background-color: #eff2f6;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    font: normal 12px Dotum;
    border-bottom: 2px solid #e9eaee;
}

.bbs_tbl_list tbody th {
    background-color: #fff;
    vertical-align: middle;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
    font-weight: normal;
}

.bbs_tbl_list td {
    height: 30px;
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    vertical-align: middle;
    font: normal 11px 돋움;
}

.bbs_tbl_list td.title {
    text-align: left;
    font-size: 12px;
    letter-spacing: 0px;
}

.disabled {
    filter: alpha(opacity = 50);
    opacity: 0.5;
    -moz-opacity: 0.5;
}

/* 에디터 */
#editor_contents_outline td {
    border: none;
}

/* Search Box */
#search_result {
    float: left;
    vertical-align: bottom;
}

#searcher {
    vertical-align: middle;
    margin-bottom: 3px;
    margin-top: 3px;
}

#searcher .input {
    border: solid 1px #D1D1D1;
    background-color: #F6F6F6;
    height:16px;
    padding:1px;
}

#searcher .select {
    padding:1px;
}

/* 페이징 */
.page {
    padding: 0px 5px;
}

/* 현재 페이지번호 */
.page .selected {
    color: #4C89E5;
}

/* 페이지 링크 */
a.page {
    font: bold 12px tahoma;
    padding: 0px 5px;
    text-align: center;
    cursor: pointer;
}

/* 비밀번호 입력레이어 */
.secret_container {
    position: absolute;
    border: 2px solid #B2B2B2;
    padding: 6px;
    background: #fff;
    display: none;
}

#uploading {
    font: normal 11px doumt;
    color: #FF4040;
    padding-left: 10px
}

.ellipsis {
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis; /* IE, Safari */
    -o-text-overflow: ellipsis; /* Opera under 10.7 */
    overflow: hidden; /* "overflow" value must be different from "visible" */
    -moz-binding: url('/lib/css/ellipsis.xml#ellipsis');
}


/* 일본어 */
.jp .bbs_small {
	font-family:"MS PGothic",sans-serif !important;
    font-size: 12px !important;
	font-weight:normal;
}
.jp .bbs_tbl_title th {
	font-family:"MS PGothic",sans-serif !important;
    font-size: 12px !important;
	font-weight:normal;
}

/* 중국어 */
.cn .bbs_small {
	font-family:"宋体",sans-serif !important;
    font-size: 12px !important;
	font-weight:normal;
}
.cn .bbs_tbl_title th {
	font-family:"宋体",sans-serif !important;
    font-size: 12px !important;
	font-weight:normal;
}

#pw_msg {
	padding: 5px 0px 5px 0px;
	text-align:center;
	line-height:24px;
	font-size:11px;
	background-color:#F5F5F5;
	margin:15px 0px;
}