/*  공통사항------------------------------------------------------------------------------------------------------------------------------------------------------ */
#IR table{   min-width:380px; }
#IR table.tstyle th, #IR table.tstyle td {
    line-height: 120%;
    padding: 1.5% 1%;
}
#IR .div_auto {
	overflow-x:auto;
	height:auto;
}
#IR table.tstyle td.ir_c{
    background: #fafafa;
}
.table_title{ position:relative; }
.table_title p{
	position:absolute; 
	right:0;
	bottom:0px;
	font-size:0.9em;
}
/* 탭 */
.tab_list{ margin:5%  0 1% 0; min-width:380px;}
.tab_list:after{content:""; display:block; clear:both;}
.tab_list li{float:left; width:25%;  margin-bottom:0px;}
.tab_list li a{display:block;  height:44px; font-size:16px; color:#fff; line-height:44px; text-align:center; border:1px solid #090808; background-color:#231f20; margin-right:1px;}
.tab_list .on a{background-color:#0191d4; border:1px solid #0073a8; position:relative;}


@media screen and  (max-width:1199px) {/* 최대 1023 이하 공통사항------------------------------------------------------------------------------------------------------------------------------------------------------ */

	
}

@media screen and (max-width:768px) {/* 최대 767 ------------------------------------------------------------------------------------------------------------------------------------------------------ */
#IR h3{width:60%; font-size: 1.2em;}

	
}
@media all and (min-width:769px) and (max-width:1199px) {/* 최소 768 ~ 1023 ------------------------------------------------------------------------------------------------------------------------------------------------------ */
	
}

@media screen and (min-width:1200px) {/* 최소 1024 ~ 최대 ----------------------------------------------------------------------------------------------------------------------------------------------- */


	
}