@charset "utf-8";

@import "common.css";
@import "layout.css";
@import "table.css";


/*Table*/
.board_top {
	width: 100%;
	display: block;
}
.board_top .standard {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-bottom: 8px;
}
.board_top .tit {
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 14px;
}
.board_top .tit02 {
	float: right;
	margin-top: 14px;
}
.board_top ul {
	border: 1px solid #ccc;
	overflow: hidden;
	margin-bottom: 20px;
}
.board_top ul li{
	width: 198px;
	height: 40px;
	float: left;
	background: #fafafa;
	border-right: 1px solid #ccc;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.board_top ul li.room{
	border-right: none;
}
.board_top ul li a{
	width: 198px;
	padding-top: 11px;
	display: block;
	font-weight: bold;
	color: #595443;
}
.board_top ul li a:hover{
	color: #fff;
	background: #53a3e0;
	height: 38px;
}
.board_top ul li.active a{
	color: #fff;
	background: #53a3e0;
	height: 38px;
}
.board_top02 {
	width: 100%;
	display: block;
}
.board_top02 .standard {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-bottom: 8px;
}
.board_top02 .tit {
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 14px;
}
.board_top02 ul {
	border: 1px solid #ccc;
	overflow: hidden;
	margin-bottom: 20px;
}
.board_top02 ul li{
	width: 335px;
	height: 40px;
	float: left;
	background: #fafafa;
	border-right: 1px solid #ccc;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box
}
.board_top02 ul li.room{
	border-right: none;
}
.board_top02 ul li a{
	padding-top: 11px;
	display: block;
	font-weight: bold;
	color: #595443;
}
.board_top02 ul li a:hover{
	color: #fff;
	background: #53a3e0;
	height: 38px;
}
.board_top02 ul li.active a{
	color: #fff;
	background: #53a3e0;
	height: 38px;
}
.board_top03 {
    margin-top: 40px;
}
.board_top03 .tit {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}
.board_top04 {
    width: 100%
}
.board_top04 .search{
    float: right;
	margin-bottom: 6px;
}
.board_top04 .search select {
    width: 80px;
    height: 26px;
    border: 1px solid #ccc;
	margin-left: 10px;
	font-size: 14px;
}
.board_bottom {
	width: 100%
}
.board_bottom p{
	float: right;
	margin-top: 6px;
}
.board_list table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1px solid #777;
}
.board_list thead th {
	height: 40px;
	border-bottom: 1px solid #d1d1d1;
	background: #ed5b0d;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.board_list tbody td {
	height: 36px;
	border-bottom: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	text-align: center;
	font-size: 14px;
	color: #000;
}
.board_list tbody td.subject {
	text-align: left;
	padding-left: 14px
}
.board_list tbody td.last {
	border-right: none;
}
.board_list02 table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1px solid #777;
}
.board_list02 thead th {
	height: 40px;
	border-bottom: 1px solid #d1d1d1;
	background: #3761af;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.board_list02 tbody td {
	height: 36px;
	border-bottom: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	text-align: right;
	font-size: 14px;
	color: #000;
	padding-right: 14px
}
.board_list02 tbody td.last {
	border-right: none;
}
.board_list02 tbody td img {
	float: left;
	padding: 5px 0 0 14px;
	height: 8px;
}
.board_list03 table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1px solid #777;
}
.board_list03 thead th {
	height: 40px;
	border-bottom: 1px solid #d1d1d1;
	background: #3761af;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.board_list03 tbody td {
	height: 36px;
	border-bottom: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	font-size: 14px;
	color: #000;
	text-align: right;
	padding-right: 8px
}
.board_list03 tbody td.last {
	border-right: none;
}
.board_list03 tbody td img {
	float: left;
	padding: 5px 0 0 10px;
	height: 8px;
}
.board_list04 table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1px solid #777;
}
.board_list04 thead th {
	height: 40px;
	border-bottom: 1px solid #d1d1d1;
	background: #3761af;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.board_list04 tbody td {
	height: 34px;
	border-bottom: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	font-size: 13px;
	color: #000;
	text-align: right;
	padding-right: 8px
}
.board_list04 tbody td.begin {
	text-align: center;
	padding: 0;
}
.board_list04 tbody td.last {
	border-right: none;
}
.board_list05 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 2px solid #ed5b0d;
	border-bottom: 1px solid #777;
	table-layout: fixed
}
.board_list05 thead th {
    height: 40px;
    border-bottom: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
    background: #f8f6f6;
    font-size: 15px;
    color: #333;
	font-weight:bold;
	text-align: center;
}
.board_list05 thead th.last {
	border-right: none;
}
.board_list05 tbody td {
    height: 36px;
    border-bottom: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
    text-align: right;
    font-size: 14px;
    color: #666;
    padding-right: 10px;
}
.board_list05 tbody td.begin {
    text-align: left;
    padding-left: 10px;
}
.board_list05 tbody td.begin02 {
    text-align: left;
    padding-left: 10px;
	background: #e5e5e5;
}
.board_list05 tbody td.begin03 {
    text-align: left;
    padding-left: 10px;
	background: #e5e5e5;
	font-weight:bold;
}
.board_list05 tbody td.last {
	border-right: none;
}
.board_list05 tbody td.last02 {
	background: #e5e5e5;
	border-right: none;
}
.board_list05 tbody td.last03 {
	border-right: none;
	text-align: right;
	padding-right: 10px;
	font-weight:bold;
}
.board_list05 tbody td.medium {
	border-right: none;
	background: #e5e5e5;
	text-align: right;
	padding-right: 10px;
	font-weight:bold;
}
.board_list05 tbody td.medium02 {
	border-right: none;
	background: #e5e5e5;
	text-align: left;
    padding-left: 10px;
	font-weight:bold;
}
.board_list05 tbody td.medium03 {
	text-align: right;
	padding-right: 10px;
	font-weight:bold;
}
.board_list06 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 2px solid #ed5b0d;
	border-bottom: 1px solid #777;
	table-layout: fixed
}
.board_list06 thead th {
    height: 40px;
    border-bottom: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
    background: #f8f6f6;
    font-size: 15px;
    color: #333;
	font-weight:bold;
	text-align: center;
}
.board_list06 thead th.last {
	border-right: none;
}
.board_list06 tbody td {
    height: 34px;
    border-bottom: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
    text-align: right;
    font-size: 13px;
    color: #666;
    padding-right: 8px;
}
.board_list06 tbody td.begin {
	text-align: center;
	padding: 0;
}
.board_list06 tbody td.last {
	border-right: none;
}

/* Page */
.paging {
	padding: 20px 0;
	text-align: center;
	line-height: normal;
}
.paging a,.paging strong {
	display: inline-block;
	width: 25px;
	height: 24px;
	border: 1px solid #bbb;
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
	color: #808080;
	vertical-align: middle;
	padding: 0;
	margin: 0 3px;
}
.paging strong {
	border: 1px solid #3761af;
	color: #3761af;
}
.paging a.arrow {
	display: inline-block;
	border: 0;
	vertical-align: top;
}
a.btn_info {
	display:inline-block;
	text-align:center;
	line-height:36px;
	font-size:16px;
	font-weight: bold;
	color:#fff;
	background:#4996e3;
	padding:0 12px;
}





.tap_invest{
	display: none;
}

.stock_info .stock_chart div{
	text-align: right;
	margin-bottom: 30px;
}
.stock_info .stock_chart div .top{
	font-family: '맑은 고딕',sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
.stock_info .stock_chart div .top em{
	padding-left: 21px;
	font-size: 15px;
	color: #0062f4;
	font-family: '맑은 고딕',sans-serif;
	font-style: normal;
	font-weight: bold;
}
.stock_info .stock_chart div .top .up{
	background: url('../images/investor/up_arrow.png') no-repeat 0 2px;
}
.stock_info .stock_chart div .top .up02{
	background: url('../images/investor/up02_arrow.png') no-repeat 0 2px;
}
.stock_info .stock_chart div .top .down{
	background: url('../images/investor/drop_arrow.png') no-repeat 0 2px;
}
.stock_info .stock_chart div .top .down02{
	background: url('../images/investor/drop02_arrow.png') no-repeat 0 2px;
}
.stock_info .stock_chart div .top .mid{
	background: url('../images/investor/mid_arrow.png') no-repeat 0 2px;
}
.stock_info .stock_chart div .bottom{
	font-family: '맑은 고딕',sans-serif;
	color: #aaa;
	font-size: 12px;
}
.stock_info .stock_detail{
	margin-bottom: 20px;
}
.stock_info .stock_detail .stock_detail_tit{
	/*padding-left: 20px;
	font-family: '맑은 고딕',sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	background: url('../images/investor/right.png') no-repeat 0 2px;*/
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
}
.stock_info .stock_detail .stock_data01{
	width: 337px;
	float: left;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.stock_info .stock_detail .stock_data01 .head{
	background-color: #ed5b0d;
	border-bottom: 1px solid #ddd;
}
.stock_info .stock_detail .stock_data01 .head p{
	color: #fff;
	font-family: '맑은 고딕',sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 43px;
	text-indent: 20px;
}
.stock_info .stock_detail .stock_data01 .data{
	position: relative;
	height: 70px;
}
.stock_info .stock_detail .stock_data01 .data .now_price{
	position: absolute;
	top: 23px;
	left: 29px;
	background-color: #ec534e;
	color: #fff;
	font-family: '맑은 고딕',sans-serif;
	font-size: 14px;
	padding: 5px;
}
.stock_info .stock_detail .stock_data01 .num{
	position: absolute;
	top: 10px;
	right: 21px;
	color: #000;
	font-family: '맑은 고딕',sans-serif;
	font-size: 36px;
}
.stock_info .stock_detail .stock_data02{
	float: right;
	width: 285px;
	height: 70px;
	box-sizing: border-box;
	padding-top: 14px;
}
.stock_info .stock_detail .stock_data02 li{
	position: relative;
	margin-bottom: 15px;
}
.stock_info .stock_detail .stock_data02 li span{
	color: #fff;
	font-family: '맑은 고딕',sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 6px;
	background-color: #ed5b0d;
}
.stock_info .stock_detail .stock_data02 li p{
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	color: #000;
	font-family: '맑은 고딕',sans-serif;
	font-size: 14px;
}
.stock_info .stock_detail .stock_data02 li .num05{
	padding-left: 20px;
	background: url('../images/investor/drop_arrow.png') no-repeat 0 5px;
	background-size: 15px 10px;
}
.stock_info .stock_detail .stock_data02 li .num02{
	padding-left: 20px;
	background: url('../images/investor/up_arrow.png') no-repeat 0 5px;
	background-size: 15px 10px;
}
.stock_info .stock_detail .stock_data02 li .num04{
	padding-left: 20px;
	background: url('../images/investor/drop02_arrow.png') no-repeat 0 5px;
	background-size: 15px 10px;
}
.stock_info .stock_detail .stock_data02 li .num01{
	padding-left: 20px;
	background: url('../images/investor/up02_arrow.png') no-repeat 0 5px;
	background-size: 15px 10px;
}
.stock_info .stock_detail .stock_data02 li .num03{
	padding-left: 20px;
	background: url('../images/investor/mid_arrow.png') no-repeat 0 5px;
	background-size: 15px 10px;
}
.stock_info table{
	width: 100%;
	margin-bottom: 40px;
	border:none;
	border-collapse:collapse;
	padding:0; 
	border-spacing:0;
	table-layout: fixed;
}
.stock_info table th{
	height: 40px;
	border: 1px solid #ddd;
	background-color: #fcfcfc;
	color: #000;
	font-family: '맑은 고딕',sans-serif;
	font-size: 14px;
	text-align: center;
}
.stock_info table td{
	border: 1px solid #ddd;
	color: #000;
	font-family: '맑은 고딕',sans-serif;
	font-size: 14px;
	text-align: right;
	padding-right: 10px;
}

.investe_table_wrap{
	display: none;
}
.investe_table_wrap .board_top04{
	overflow: hidden;
}
.investe_table_wrap .board_list05_tbl{
	display: none;
}
.investe_table_wrap .board_list05_tbl.year{
	display: table;
}