/*
	- Project : phpschool
	- Author : ¼³»ç´í½º
	- Description : board style sheet
	- Create : 2012-02-03
	- Modify : YYYY-MM-DD
	- Version : ver 1.0

	* ¼öÁ¤ ÁÖ¼®Ã³¸® ¼ø¼­ : ³¯Â¥ ÀÌ¸§ ¼öÁ¤»çÇ×

	- MODIFY HISTORY (¼öÁ¤ ºÎºÐ, ¼öÁ¤ÀÏ ¹Ýµå½Ã ÀÛ¼º)
	-
*/
#content_board_right .board_top {
	clear: both;
	margin: 0px auto;
	width: 805px;
	height: 22px;
	line-height: 22px
}
#content_board_right .board_top .category {
	float: left;
	height: 22px;
	width: 100px;
}
#content_board_right .board_top .message {
	float: left;
	width: 508px;
	height: 22px;
	text-align: center;
}
#content_board_right .board_top .total {
	float: right;
	width: 180px;
	text-align: right;
	color: #e0f0ff;
	font-size: 11px;
	height: 22px;
}
#content_board_right .board_top .total .count {
	color: #ffc11b;
	font-weight: bold;
}
#content_board_right .board_top .tab {
    float: right;
    width: 236px;
    height: 29px;
    border-right: 1px solid #4c77b3;
    margin-left: 10px;
}
#content_board_right .board_top .tab a {
    display: block;
    float: left;
    width: 58px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-left: 1px solid #4c77b3;
    border-top: 1px solid #4c77b3;
    color: #c9c9c9;
    text-decoration: none;
}
#content_board_right .board_top .tab a.act {
    background-color: #ddeeff;
    color: #2f639c;
    font-weight: bold;
}
#content_board_right .board_list {
	clear: both;
	margin: 5px auto;
	width: 808px;
	padding-bottom: 10px;
}
#content_board_right .board_list .qnaList {
	border-top: 1px solid #5485bf;
}
#content_board_right .board_list .qnaList li {
    clear: both;
    border-bottom: 1px solid #5485bf;
}
#content_board_right .board_list .qnaList li.noAns {
	background-color: #2c537f;
}
#content_board_right .board_list .qnaList li.selNum {
	background-color: #527cb1;
}
#content_board_right .board_list .qnaList li.selNum a {
	color: #fcff88 !important;
}
#content_board_right .board_list .qnaList li.notice {
	background-color: #3a6aa4;
}
#content_board_right .board_list .qnaList li.notice .subject {
	padding-bottom: 0 !important;
}
#content_board_right .board_list .qnaList .notice .qnaListR a {
	height: auto;
}
#content_board_right .board_list .qnaList .qnaListL {
    float: left;
    width: 50px;
    padding: 6px 30px 0 8px;
}
#content_board_right .board_list .qnaList .qnaListL .noticeIcon {
    background-color: #1795de;
    font-weight: bold;
    color: #eeeeee;
    height: 25px;
    line-height: 25px;
    margin-top: 4px;
}
#content_board_right .board_list .qnaList .qnaListL span {
    text-align: center;
    display: block;
    width: 50px;
    height: 45px;
    font-size: 11px;
    color: #c9c9c9;
}
#content_board_right .board_list .qnaList .qnaListL span.answer {
    color: #a9d0ff;
    border: 1px solid #a9d0ff;
    height: 43px;
    width: 48px;
}
#content_board_right .board_list .qnaList .qnaListL span.answer i {
    color: #a9d0ff;
}
#content_board_right .board_list .qnaList .qnaListL span.answerOk {
    background-color: #ea7401;
    color: #fff;
}
#content_board_right .board_list .qnaList .qnaListL span.answerOk i {
    color: #fff;
}
#content_board_right .board_list .qnaList .qnaListL span.hit {
    height: auto;
    padding-top: 9px;
}
#content_board_right .board_list .qnaList .qnaListL span i {
    display: block;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    color: #eee;
    line-height: 20px;
    padding-top: 3px;
}
#content_board_right .board_list .qnaList .qnaListL span.hit i {
    font-size: 12px;
    display: inline;
    padding-right: 3px;
}
#content_board_right .board_list .qnaList .qnaListR {
    margin-left: 88px;
    padding: 10px 10px 10px 0;
}
#content_board_right .board_list .qnaList .qnaListR a.caname {
	display: inline-block;
    border: 1px solid #eee;
    padding: 3px 5px;
    border-radius: 3px;
    vertical-align: top;
    margin-top: 2px;
    text-decoration: none;
    color: #eee;
    font-size: 11px;
}
#content_board_right .board_list .qnaList .qnaListR a.subject {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    font-weight: bold;
    color: #eee;
    display: inline-block;
    padding-bottom: 10px;
}
#content_board_right .board_list .qnaList .qnaListR a.contentLink {
    color: #dddddd;
    line-height: 18px;
	display: block;
	height: 36px;
    overflow: hidden;
}
#content_board_right .board_list .qnaList .qnaListR .icon {
    display: inline-block;
    height: 21px;
    padding-top: 18px;
    padding-bottom: 7px;
}
#content_board_right .board_list .qnaList .qnaListR .icon span {
    display: inline-block;
    padding: 2px 5px;
    font-size: 11px;
    border: 1px solid #4c77b3;
    background-color: #4c77b3;
}
#content_board_right .board_list .qnaList .qnaListR .icon .new {
	background-color: #ea7401;
    border: 1px solid #ea7401;
}
#content_board_right .board_list .qnaList .qnaListR .icon .hit {
    background-color: #1795de;
    border: 1px solid #1795de;
}
#content_board_right .board_list .qnaList .qnaListR .icon .source {
    background-color: #2f639c;
    border: 1px solid #a9d0ff;
	color: #a9d0ff;
}
#content_board_right .board_list .qnaList .qnaListR .info {
    float: right;
    padding-top: 17px;
}
#content_board_right .board_list .qnaList .qnaListR .info .date {
    display: inline-block;
    color: #c9c9c9;
}
#content_board_right .board_list .qnaList .qnaListR .info .date strong {
	padding: 0 3px;
}

#content_board_right .board_list .photo_area {
	clear: both;
	padding-bottom: 20px;
}

#content_board_right .board_list .photo_area li {
	width: 180px;
	background: url('/skin/blue/images/board/photo_title_bg.gif') no-repeat 0 0 transparent;
}

#content_board_right .board_list .photo_area .photo_subject {
	height: 14px;
	padding: 8px 10px;
}

#content_board_right .board_list .photo_area .photo_image {
	height: 180px; 
	padding: 5px 0;
}
#content_board_right .board_list .photo_area .photo_image a img {
	width: 100%;
	height: 100%;
}

#content_board_right .board_list .photo_area .photo_name {
	padding-left: 5px;
	height: 27px;
}

#content_board_right .board_list .photo_area .photo_info {
	padding-top: 5px; 
	padding-left: 10px;
	background-color: #2C537F;
	height: 17px;
}

#content_board_right .board_list .photo_area .photo_info .h100 {
	color: #fff000;
}

#content_board_right .board_list .photo_area .photo_info .h500 {
	color: #ff6600;
}

#content_board_right .board_list .photo_area .photo_info .h1000 {
	color: #ff3300;
	font-weight: bold;
}

#content_board_right .board_table {
	line-height: 25px;
}

#content_board_right .board_table thead {
	background: url("/skin/blue/images/board/board_title_bg.gif") no-repeat 0 0 transparent;
}

#content_board_right .board_table th {
	height: 34px;
	line-height: 34px;
}

#content_board_right .board_table td {
	text-align: center;
	height: 35px;
	border-bottom: 1px solid #4c77b3;
	color: #eeeeee;
}

#content_board_right .board_table .notice td {
	background-color: #2c537f;
	border-bottom: 1px solid #174577;
}

#content_board_right .board_table .sel_num {
	background-color: #5485bf;
}

#content_board_right .board_table .no_answer {
	background-color: #366aa2;
}

#content_board_right .board_table tbody .subject {
	padding-left: 10px;
	word-break: break-all;
	text-align: left;
}

#content_board_right .board_table tbody .subject .photo {
	float: left;
	padding-right: 10px;
	width: 95px;
	height: 62px;
	overflow: hidden;
}

#content_board_right .board_table tbody .subject a:link,
#content_board_right .board_table tbody .subject a:active {
	text-decoration: none; 
	color:#ffffff;
}

#content_board_right .board_table tbody .subject a:visited,
#content_board_right .board_table tbody .subject a:hover { 
	text-decoration: underline;
	color:#FFFFCC; 
}

#content_board_right .board_table tbody .subject .comment {
	color: #cccccc;
	font-size: 11px;
}

#content_board_right .board_table tbody .writer {
	padding-left: 10px;
	word-break: break-all;
	text-align: left;
}

#content_board_right .board_table .txt_color1 {
	color: #ffffff;
	font-weight: bold;
}

#content_board_right .board_paging {
	clear: both;
	height: 55px;
}

#content_board_right .board_paging .page_left {
	float: left;
	width: 130px;
	padding-top: 20px;
}

#content_board_right .board_paging #area_paging {
	float: left;
	width: 548px;
}

#content_board_right .board_paging .page_right {
	float: left;
	width: 130px;
	text-align: right;
	padding-top: 20px;
}

#content_board_right .board_search {
	clear: both;
	width: 638px;
	height: 37px;
	padding-top: 15px;
	color: #ddeeff;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #174577;
	background-color: #2c537f;
	border-radius: 5px;
}

#content_board_right .board_search .search_title {
	padding: 1px 5px 0 18px;
	background: url("/skin/blue/images/board/bullet_01.gif") no-repeat 2px 2px;
}

#content_board_right .board_search .search_txt {
	width: 200px;
}

#content_board_right .board_view_btn {
	clear: both;
	margin: 5px auto;
	width: 808px;
	height: 22px;
}

#content_board_right .board_view_btn .btn_left {
	float: left;
	width: 50%;
}

#content_board_right .board_view_btn .btn_right {
	float: right;
	width: 50%;
	text-align: right;
}

#content_board_right .board_view {
	clear: both;
	margin: 5px auto;
	width: 808px;
	overflow: hidden;
}

#content_board_right .board_view_table {
	width: 808px;
	border-bottom: 1px solid #174577;
}

#content_board_right .board_view_table thead {
	background: url("/skin/blue/images/board/board_title_bg.gif") no-repeat -1px 0 transparent;
}

#content_board_right .board_view_table th {
	height: 34px;
	line-height: 34px;
	background-color: #2c537f;
}

#content_board_right .board_view_table td {
	height: 34px;
	color: #eeeeee;
}

#content_board_right .board_view_table .line_l {
	border-left: 1px solid #174577;
}

#content_board_right .board_view_table .line_r {
	border-right: 1px solid #174577;
}

#content_board_right .board_view_table .line_b {
	border-bottom: 1px solid #4c77b3;
}

#content_board_right .board_view_table .title {
	font-weight: bold;
	text-align: center;
}

#content_board_right .board_view_table .help {
	position: absolute;
	z-index: 30;
	top: 165;
	left: 150;
	width: 635px;
	display: none;
	border: 2px solid #4c77b3;
	background-color: #174577;
	border-radius: 5px;
	padding: 10px;
}

#content_board_right .board_view_table .license {
	width: 300px;
	border: 2px solid #4C77B3;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content_board_right .board_view_table .license .license_title {
	width: 280px;
	background-color: #306194;
	border-bottom: 1px solid #4C77B3;
	padding-left: 20px;
	line-height: 30px;
	font-weight: bold;
	float: left;
}

#content_board_right .board_view_table .license .license_content {
	width: 280px;
	background-color: #35689D;
	text-align: center;
	padding: 10px;
	color: #FFCC99;
	float: left;
}

#content_board_right .board_view_table .write_info {
	text-align: left;
	line-height: 18px;
}

#content_board_right .board_view_table .write_info li {
	padding-left: 10px;
	font-size: 14px;
    font-family: Nanum Gothic;
    line-height: 23px;
}

#content_board_right .board_view_table .write_info .info_title {
	font-weight: bold;
	color: #FFBD40;
	padding-left: 0px;
	padding-bottom: 5px;
	font-size: 16px;
}

#content_board_right .board_view_table .write_info .highlight {
	font-weight: bold;
	color: Gold;
}

#content_board_right .board_view_table .mobile {
	padding-top: 20px;
	color: #FFC11B;
}

#content_board_right .board_view_table .ads_area {
	text-align: center;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #4C77B3;
}
#content_board_right .board_view_table .overTitle {
	font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    padding-bottom: 20px;
}
#content_board_right .board_view_table .overInfo {
    line-height: 24px;
}
#content_board_right .board_view_table .overInfo li {
    padding: 0 19px;
	font-size: 14px;
    font-family: Nanum Gothic;
}
#content_board_right .board_view_table .overInfo li.bigText {
    font-size: 16px;
    font-family: Nanum Gothic;
    font-weight: bold;
    padding-top: 25px;
    padding-left: 0;
}
#content_board_right .board_view_table .overInfo li.search {
    padding-top: 10px;
}
#content_board_right .board_view_table .overInfo li.search input {
    border: 5px solid #0F345E;
    padding: 10px 10px;
    width: 500px;
    font-weight: bold;
    font-size: 14px;
}
#content_board_right .board_view_table .overInfo li.search button {
    background-color: #1F325E;
    color: #fff;
    width: 100px;
    font-size: 14px;
    font-weight: bold;
    padding: 14px 0;
}
#content_board_right .board_view_table .overInfo strong {
	color: #F5CA57;
}
#content_board_right .board_view_table .cgn {
    height: 45px;
    line-height: 45px;
    display: inline-block;
    margin-left: -70px;
}
#content_board_right .board_view_table .cgn li {
    float: left;
    position: relative;
    min-width: 100px;
	height: 45px;
}
#content_board_right .board_view_table .cgn .choose {
	color: #eeeeee;
}
#content_board_right .board_view_table .cgn .choose img {
    position: absolute;
    top: 16px;
    right: 68px;
}
#content_board_right .board_view_table .cgn .choose span {
    display: inline-block;
    width: 68px;
    height: 43px;
    margin-left: 7px;
    border: 1px solid #bad2eb;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
}
#content_board_right .board_view_table .good {
    margin-left: 10px;
    background-color: #ddeeff;
    width: 100px;
    height: 43px;
    border-radius: 20px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 45px;
}
#content_board_right .board_view_table .good a {
	background-color: #ddeeff;
	display: none;
	width: 100%;
	height: 100%;
    line-height: 45px;
    color: #000;
    text-decoration: none;
	border-radius: 20px;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	top:0;
	left:0;
	z-index:11;
}
#content_board_right .board_view_table .nogood {
    margin-left: 6px;
    background-color: #2c537f;
    width: 100px;
    height: 43px;
    border-radius: 20px;
    color: #eee;
    font-size: 14px;
    font-weight: bold;
    line-height: 45px;
}
#content_board_right .board_view_table .nogood a {
	background-color: #2c537f;
	display: none;
	width: 100%;
	height: 100%;
    line-height: 45px;
    color: #eee;
    text-decoration: none;
	border-radius: 20px;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	top:0;
	right:0;
	z-index:11;
}

#board_comment {
	width: 808px;
	padding-top: 20px;
	margin: 0 auto;
}

#board_comment .comment_count {
	font-weight: bold;
	padding-left: 10px;
}

#board_comment .comment_count .count {
	color: #ffc11b;
}

#board_comment .comment_box {
	clear: both;
	margin-top: 4px;
	width: 804px;
	border: 2px solid #174577;
}

#board_comment .comment_box .line_t {
	border-top: 1px dashed #174577;
}

#board_comment .comment_box .info {
	background-color: #3c68a4;
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
}

#board_comment .comment_box .info .date {
	color: #bbbbbb;
	font-size: 11px;
	padding-left: 10px;
}

#board_comment .comment_box .info .btn_text {
	float: right;
	text-align: right;
	font-size: 11px;
	color: #97b1b4;
}

#board_comment .comment_box .info .btn_text .btn_source {
	color: #ffffcc;
}

#board_comment .comment_box .info .btn_text a {
	color: #97b1b4;
	font-size: 11px;
	line-height: 34px;
}

#board_comment .comment_box .comment_area {
	padding: 10px;
	line-height: 18px;
}
#board_comment .comment_box .comment_area img {
	max-width: 100%;
}

#board_comment .txt_area {
	border: 1px solid #174577;
	background-color: #ddeeff;
	line-height: 18px;
}

#board_comment .ed {
	border: 1px solid #174577;
	background-color: #ddeeff;
	height: 18px;
	padding: 0 5px;
}

#board_comment #area_btn_input {
	margin-top: 10px;
	text-align: right;
}

#board_comment #area_wr_comment {
	margin-top: 5px;
}

#board_comment .area_verti {
	height: 34px;
	line-height: 34px;
	background-color: #3C68A4;
}

#board_comment .area_verti .comment_writer {
	float: left;
	padding-left: 10px;
}

#board_comment .area_verti .comment_writer .info_text {
	color: #FFC11B;
	font-weight: bold;
	padding-left: 20px;
}

#board_comment .area_verti .size_btn {
	float: right;
	padding-right: 18px;
}

#content_board_right .board_view_table .article_pto .pto {
    text-align: center;
}

#content_board_right .board_view_table .article_pto .cptnt {
}

#content_board_right .board_view_table .article_pto .cptncts {
    font-size: 11px;
    text-align: center;	
}

#content_board_right .board_view_table .article_cnts {
	padding-top: 20px;
}

#content_board_right .board_view_table .article_cnts p {
    margin-bottom: 20px;
	text-align: justify;
    text-indent: 2%;
}

/* ÀÌ¹ÌÁö ¸¶ÄÏ */
#content_board_right .img_market_table {
	width: 808px;
	border: 1px solid #174577;
}

#content_board_right .img_market_table thead {
}

#content_board_right .img_market_table th {
	height: 30px;
	background-color: #3c68a4;
}

#content_board_right .img_market_table .td {
	height: 40px;
	background-color: #5485bf;
}

#content_board_right .img_market_table .line_r {
	border-right: 1px solid #174577;
}

#content_board_right .img_market_table .line_b {
	border-bottom: 1px solid #174577;
}

#content_board_right .market_list_table {
	width: 808px;
	border-top: 2px solid #174577;
	border-bottom: 2px solid #174577;
}

#content_board_right .market_list_table thead {
	background: url("/skin/blue/images/board/board_title_bg.gif") no-repeat 0 0 transparent;
}

#content_board_right .market_list_table th {
	height: 34px;
	line-height: 34px;
}

#content_board_right .market_list_table td {
	padding: 15px 0;
	border-bottom: 1px solid #4c77b3;
}

#content_board_right .market_list_table td .photo {
	border: 1px solid #184779;
}

#content_board_right .market_list_table td .new_icon {
	position: absolute;
	top: 0px;
	left: 5px;
}

#content_board_right .market_list_table td .subject {
	color: #ffffff;
	font-weight: bold;
	line-height: 25px;
}

#content_board_right .market_list_table td .category {
	color: #cccccc;
	font-size: 11px;
	line-height: 25px;
}

#content_board_right .market_list_table td .tag {
	color: #90b4db;
	font-size: 11px;
	line-height: 25px;
}

#content_board_right .board_view_table .photo_box { 
	margin:2px 0 20px 0; 
}

#content_board_right .board_view_table .photo_box img { 
	width:80%; margin-left:10%; 
}

#content_board_right .board_view_table .photo_content { 
	margin:5px 5% 0px 5%; color:#959595; font-size:11px; 
}

#content_board_right .board_view_table .photo_content span { 
	font-weight:bold; 
}
#zzal img {
	max-width: 100%;
}

.sign-border {
	border-radius: 10px;
	border: 2px solid #9f9f9f;
	border-image: none;
}