@charset "UTF-8";       /* 스타일 시트의 인코딩을 Unicode UTF-8로 설정 */

article div.B_basic_box {
	clear: both;
	width: 100%;
}
article h1.b3_title {
	position: relative;
	width: 100%;
	line-height: 32px;
	padding-left: 16px;
	color: #231f20;
	font-weight: bold;
}
article h1.b3_title::after {
	content: "";
	position: absolute;
	height: 5px;
	width: 5px;
	margin-top: 1em;
	left: 7px;
	background-color: #b70304;
	background: -webkit-linear-gradient(-45deg, #b70304 0%,#be0608 100%); /* Chrome10+,Safari5.1+ */
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(4*5deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-radius: 0.1em;
}
article table.b3_table, article table.b3F_table {
	width: 100%;
	line-height: 28px;
}
article table.b3_table th, article table.b3F_table th {
	line-height: 32px;
	background: #ffffff;
	background: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#f1f1f1));
	border-bottom: 1px solid #ddd;
}
article table.b3F_table th:first-child {
	width: 30%;
}
article table.b3F_table td:first-child {
	width: 32%;
	line-height: 22px;
	padding-left: 5px;
	color: #113c9e;
	text-align: center;
}
article table.b3F_table td.b3f_l {
	width: 40px;
	padding-left: 5px;
}
article table.b3A_table {
	width: 100%;
	background: #f9f9f9;
	color: #666;
	text-align: left;
	line-height: 22px;
	border-bottom: 1px dotted #d5d4d9;
}
article table.b3A_table td {
	padding: 5px;
	white-space: pre-line;
}
article table.b3_table th:last-child {
	width: 85px;
}
article table.b3_table th:last-child:before {
	content: 'l';
	position: relative;
	font-weight: bold;
	font-size: 12px;
	color: #ddd;
	left: -20px;
	top: 0;
}
article table.b3_table td.b3t_notice {
	position: relative;
	background: #f9f9f9;
	font-weight: bold;
	color: #000;
	line-height: 18px;
}
article table.b3_table td.b3t_notice a {
	display: block;
	padding-left: 25px;
}
article table.b3_table td.b3t_notice:after {
	content: '';
	background-image: url(http://www.dreamoffice.com/mall/skin/bmit_skin/image/board_mark_notice.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 5px;
	top: 7px;
	height: 16px;
  	width: 27px;
	background-size: 27px 16px;
	-webkit-background-size: 27px 16px;
}
article table.b3_table td.b3t_date {
	width: 85px;
	text-align: center;
	background: #f9f9f9;
	font-weight: bold;
	color: #000;
}
article table.b3_table td, article table.b3F_table td {
	line-height: 22px;
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted #d5d4d9;
}
article table.b3_table td label, article table.b3F_table td label {
	float: left;
	padding-right: 7px;
	padding-top: 2px;
	line-height: 10px;
}
article table.b3_table td:first-child {
	line-height: 22px;
	padding: 5px 0 5px 10px;
	text-align: left;
}
article table.b3_table td:last-child {
	width: 85px;
	text-align: center;
}
article table.b3_table p.brc_basic {
	display: inline-block;
	position: relative;
	width: 15px;
	height: 15px;
	margin: auto 8px;
	background: url(../images/br_basic_secret.png) no-repeat left center;
	background-size: 15px 15px; -webkit-background-size: 15px 15px;
}
article table.b3_table p.brc_reply {
	display: inline-block;
	position: relative;
	width: 11px;
	height: 11px;
	margin: auto 8px auto 0;
	background: url(../images/S_Rsub_ico.png) no-repeat left center;
	background-size: 11px 11px; -webkit-background-size: 11px 11px;
}
article table.b3_table p.brc_disc {
	display: inline-block;
	position: relative;
	width: 11px;
	height: 11px;
	margin: auto 0 auto 6px;
	background: url(../images/B_disc_ico.png) no-repeat left center;
	background-size: 11px 11px; -webkit-background-size: 11px 11px;
}
article table.b3_table p.brc_secret {
	display: inline-block;
	position: relative;
	width: 11px;
	height: 11px;
	margin: 2px 5px 0 6px;
	background: url(../images/B_secret_ico.png) no-repeat left top;
	background-size: 11px 11px; -webkit-background-size: 11px 11px;
}
article ul.b3_btn {
	clear: both;
	float: right;
	margin: 15px 0;
}
article ul.b3_btn > li { float: left; }
article ul.b3_btn > label { float: left; }
article ul.b3_btn > li p.board_btn, article table.b3F_table td p.board_btn, p.board_btn, .board_btn {
	line-height: 20px;
	margin: 0 5px 0 0;
	background: #fff;
	border: 1px solid #c3c3c3;
	-moz-box-shadow: inset -1px -1px 0 1px #f0f0f0;
	-webkit-box-shadow: inset -1px -1px 0 #f0f0f0;
	box-shadow: inset -1px -1px 0 1px #f0f0f0;
	border-radius: 0.2em;
	font-weight: bold;
	text-align: center;
}
article ul.b3_btn > li p.board_btn_write, .board_btn_write {
	line-height: 20px;
	margin: 0 5px 0 0;
	background: #f91514;
	border: 1px solid #df0100;
	-moz-box-shadow: inset -1px -1px 0 1px #fc3d3c;
	-webkit-box-shadow: inset -1px -1px 0 #fc3d3c;
	box-shadow: inset -1px -1px 0 1px #fc3d3c;
	border-radius: 0.2em;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
article  button.board_btn_write { padding: 0 5px; }
article ul.b3_btn > li p.board_btn_write a, .board_btn_write a {
	display: block;
	padding: 0 5px;
	color: #fff;
}
article ul.b3_btn > li p a, p.board_btn a, .board_btn a {
	display: block;
	padding: 0 5px;
}

/* 열람 */
article table.b3V_table, article table.b3W_table {
	clear: both;
	width: 100%;
}
article table.b3V_table tr, article table.b3W_table tr {
	line-height: 32px;
}
article table.b3V_table th, article table.b3W_table th {
	border-bottom: 1px dotted #ddd;
	text-align: center;
}
article table.b3W_table th.wth_f, article table.b3W_table td.wtd_f {
	width: 20%;
	font-weight: bold;
	background: #f9f9f9;
	border-right: 1px dotted #ddd;
	text-align: center;
}
article table.b3V_table th.th_f, article table.b3V_table td.td_f {
	width: 25%;
	background: #f9f9f9;
	border-right: 1px dotted #ddd;
	text-align: center;
	padding: 0;
}
article table.b3V_table td {
	padding-left: 5px;
	border-bottom: 1px dotted #ddd;	
}

article td.bs_basic {
	font-weight: bold;
}
article table.b3W_table td, article table.b3W_table th.wth_in {
	padding-top: 3px;
	line-height: 18px;
	padding: 5px;
	border-bottom: 1px dotted #ddd;
}
article p.wt_in {
	background: #fff;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	border: 1px solid #a7a8ad;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
	padding: 0 10px;
}
article p.wt_sel {
	background: url(../images/G_select_arrow.png) no-repeat right top;
	background-size: 33px 33px; -webkit-background-size: 33px 33px;
}
article ul.board_body {
	clear: both;
	width: 100%;
}
article ul.board_body li {
	line-height: 22px;
	padding: 10px;
	border-bottom: 1px solid #e2e2e2;
	color: #666;
}
article div.gql_mark {
	clear: both;
	width: 100%;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
	padding: 10px;
	border-bottom: 1px solid #e2e2e2;
}
article div.gql_no {
	clear: both;
	width: 100%;
	vertical-align: top;
	line-height: 22px;
	color: #666;
}
article ul.board_body li.gql_i {
	clear: both;
	padding: 0;
	border-bottom: none;
}
article ul.board_body li.goods_qna {
	float: left;
	width: 120px;
	padding: 0;
	text-align: center;
	border-bottom: none;
}
article ul.board_body li.gq_l {
	padding: 10px 10px 80px 10px;
	border-bottom: 1px solid #e2e2e2;
}
article ul.board_body li > table td {
	border: none;
	text-align: left;
}

/* 퀵 메뉴 */
article div.C_Qbanner {
	clear: both;
	width: 100%;
	margin-bottom: 10px;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
	padding: 10px;
}
article div.C_Qbanner > ul {
	display:-webkit-box;
	-webkit-box-orient:horizontal;
	vertical-align: top;
}
article div.C_Qbanner > ul li {
	-webkit-box-flex:1;
	width: 50%;
}
article div.C_Qbanner > ul li p {
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 3px #ddd;
	text-align: center;
}
article p.cqb_01 {
	margin-right: 5px;
	background-color: #ed1c24;
	background: -webkit-gradient(linear,0 0,0 100%,from(#ed1c24),to(#b60203));
	border: 1px solid #e70100;
	text-shadow: 0px 1px 1px #a20100;
}
article p.cqb_02 {
	margin-left: 5px;
	background-color: #4e4e4e;
	background: -webkit-gradient(linear,0 0,0 100%,from(#4e4e4e),to(#191919));
	text-shadow: 0px 1px 1px #000;
	border: 1px solid #4e4e4e;
}
article p.cqb_01 a, article p.cqb_02 a {
	display: block;
	width: 100%;
	height: 40px;
	color: #fff;
}

/* 검색 */
article div.B_basic_box div.b3_sch_box {
	margin-top: 10px;
}
article div.b3_sch_box {
	clear: both;
	width: 80%;
	margin: 0 auto 10px auto;
	display:-webkit-box;
	-webkit-box-orient:horizontal;
	vertical-align: top;
}
article div.b3_sch_box > p {
	-webkit-box-flex:1;
	width: 100%;
	padding: 3px 10px;
	border: 2px solid #464646;
	border-radius: 5px;
	-webkit-box-shadow: inset 2px 2px 2px #ccc;
	-moz-box-shadow: inset 2px 2px 2px #ccc;
	box-shadow: inset 2px 2px 2px #ccc;
}
article button.b3_sch_btn {
	width: 34px;
	line-height: 34px;
	height: 34px;
	margin-left: 7px;
	background: #464646;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #333;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

/* 코멘트 */
article div.b3_coment_box {
	clear: both;
	width: 100%;
}
article p.b3w_com_title {
	clear: both;
	display: inline-block;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
	width: 100%;
	padding: 5px 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background: #df0100;
	border-top: 1px solid #ef0201;
	border-bottom: 1px solid #ef0201;
	color: #fff;
	vertical-align: top;
}


/* 카테고리 */
article div.b3_cate {
	clear: both;
	width: 100%;
	font-size: 14px;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
	padding: 10px;
	background-color: #ffffff;
	background: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#ececee));
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
article ul.b3c_con, article ul.b3c_con2 {
	width: 100%;
	display:-webkit-box;
	-webkit-box-orient:horizontal;
	vertical-align: top;
	line-height: 25px;
}
article ul.b3c_con > li {
	width: 33%;
	text-align: center;
}
article ul.b3c_con > li a {
	display: block;
	width: 100%;
	height: 25px;
}
article ul.b3c_con > li a::after {
	content: 'l';
	position: relative;
	font-weight: bold;
	font-size: 12px;
	color: #ddd;
	margin-left: -25px;
	left: 50%;
	top: 0;
}
article ul.b3c_con > li:last-child {
	width: 34%;
}
article ul.b3c_con2 > li {
	position: relative;
	width: 50%;
	text-align: center;
}

article ul.b3c_con2 > li:last-child:before {
	content: 'l';
	position: absolute;
	font-weight: bold;
	font-size: 12px;
	color: #ddd;
	left: 0;
	top: 0;
}
article li.b3cc_ac a {
	display: block;
	width: 100%;
	height: 25px;
	color: #ff7e00;
	font-weight: bold;
}
article p.brc_Uimg {
	clear: both;
	width: 100%;
	height: 100%;
	border: 1px solid red;
}


.board_view_prevnext .prevnext_none { display: none; }
.board_view_list .viewlist_none { display: none; }

tr.tr_notice td { background: #fdfdfd; }
tr.tr_active td { background: #eeffea; }
.board_category_name { font-weight: bold; margin-right: 3px; }
.board_comment_counter { color: #6666cc; margin-left: 3px;}
.board_icon { margin-left: 3px;}
.board_image { max-width: 100%; }


.div-board span.board-3-none { display: inline; }
.div-board span.board-3-show { display: none; }

.board-3 span.board-3-show { display: inline; }
.board-3 span.board-3-none { display: none; }

div.terms	{ margin: 5px 0 0 0; padding: 10px; border: 2px solid #555; height: 140px; overflow-y: scroll }
	.terms h4	{ display: none }

.age_ckbox_board{ display:flex; align-items:Center; justify-content:center;  }
.age_ckbox_board p{ margin-left:5px }
.age_ckbox_board label{ display:flex; align-items:Center;  }
.age_ckbox_board span{ margin-left:6px; color:#c00; font-weight:bold; }