@charset "UTF-8";

* html { height: 1px; } 
/* *{margin:0px; padding:0px;} */

/* body, table, td, input, select, form, textarea {font-family:Arial; font-size:11px; color:#333333; line-height:150%; } */

TD a:link          {color:#1e67b1; text-decoration:underline}
TD a:active     {color:#1e67b1; text-decoration:underline}
TD a:visited       {color:#1e67b1; text-decoration:underline}
TD a:hover         {color:#9e005d; text-decoration:underline}

.text01 a:link         {color:#002157; text-decoration:underline}
.text01 a:active     {color:#002157; text-decoration:underline}
.text01 a:visited      {color:#002157; text-decoration:underline}
.text01 a:hover        {color:#9e005d; text-decoration:underline}

.text02 a:link         {text-decoration:none;}
.text02 a:active     {text-decoration:none;}
.text02 a:visited      {text-decoration:none;}
.text02 a:hover        {text-decoration:none;}

.operationColor a:link         {color:#bc0f10; text-decoration:underline}
.operationColor a:active     {color:#bc0f10; text-decoration:underline}
.operationColor a:visited      {color:#bc0f10; text-decoration:underline}
.operationColor a:hover        {color:#9e005d; text-decoration:underline}

.operationColorBold a:link         {color:#bc0f10; text-decoration:underline}
.operationColorBold a:active     {color:#bc0f10; text-decoration:underline}
.operationColorBold a:visited      {color:#bc0f10; text-decoration:underline}
.operationColorBold a:hover        {color:#9e005d; text-decoration:underline}

.operationColor2 a:link         {color:#A8A8A8; text-decoration:underline}
.operationColor2 a:active     {color:#A8A8A8; text-decoration:underline}
.operationColor2 a:visited      {color:#A8A8A8; text-decoration:underline}
.operationColor2 a:hover        {color:#9e005d; text-decoration:underline}

body
{
    scrollbar-3dlight-color:#BBBBBB;
    scrollbar-arrow-color:#BBBBBB;
    scrollbar-track-color:#EEEEEE;
    scrollbar-darkshadow-color:#BBBBBB;
    scrollbar-face-color:#DDDDDD;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-shadow-color:#FFFFFF
}


/* padding Style --------------------------------*/

.paddingtop3        {padding-top:3px;}
.paddingtop5        {padding-top:5px;}
.paddingtop7        {padding-top:7px;}
.paddingtop10       {padding-top:10px;}
.paddingtop15       {padding-top:15px;}
.paddingtop20       {padding-top:20px;}
.paddingtop25       {padding-top:25px;}
.paddingtop30       {padding-top:30px;}
.paddingtop40       {padding-top:40px;}

.paddingbottom3 {padding-bottom:3px;}
.paddingbottom5 {padding-bottom:5px;}
.paddingbottom15    {padding-bottom:15px;}
.paddingbottom10    {padding-bottom:10px;}

.paddingright3  {padding-right:3px;}
.paddingright5  {padding-right:5px;}

.paddingleft5   {padding-left:5px;}
.paddingleft8   {padding-left:8px;}
.paddingleft10  {padding-left:10px;}
.paddingleft15  {padding-left:15px;}
.paddingleft20  {padding-left:20px;}
.paddingleft25  {padding-left:25px;}
.paddingleft30  {padding-left:30px;}
.paddingleft35  {padding-left:35px;}
.paddingleft40  {padding-left:40px;}
.paddingleft50  {padding-left:50px;}
.paddingleft145 {padding-left:145px;}

.paddingleft5top5   {padding-left:5px; padding-top:5px;}

.paddingright10 {padding-right:10px;}

/* box style --------------------------------*/

.box01  { font-size: 11px; border: 1px solid #cacaca; background-color:#f8f8f8; FONT-FAMILY: Arial; border-collapse:collapse; font-weight:bold;}
.box02  { font-size: 11px; border: 1px solid #aec1e6; background-color:#ffffff; FONT-FAMILY: Arial; border-collapse:collapse;}
.box03  { font-size: 11px; border: 1px solid #cacaca; background-color:#ffffff; FONT-FAMILY: Arial; border-collapse:collapse;}
.box04  { font-size: 11px; border: 1px solid #cacaca; background-color:#ffffff; FONT-FAMILY: Arial; border-collapse:collapse; font-weight:bold;}

/* text style --------------------------------*/

.text01
{
    font-family: "Arial";
    font-size: 11px;
    color:#333333;
}

.text02
{
    font-family: "Arial";
    font-size: 12px;
    font-weight:bold;
    color:#3e3e3e;
}

.text02_01
{
    font-family: "Arial";
    font-size: 15px;
    font-weight:bold;
    color:#3e3e3e;
}

.text03
{
    font-family: "Arial";
    font-size: 11px;
    font-weight:bold;
    color:#183b70;
}

.text04
{
    font-family: "Arial";
    font-size: 11px;
    font-weight:bold;
    color:#3e3e3e;
}

.text04_1
{
    font-family: "Arial";
    font-size: 12px;    
    color:#3e3e3e;
}

.text05
{
    font-family: "Arial";
    font-size: 14px;
    color:#002157;
    font-weight:bold;
}

.text06
{
    color:#ed1c24;
}

.text06_1
{
	font-family: "Arial";
	color:#ed1c24;
	font-weight:bold;
}
	

.text07
{
    font-family: "Arial";
    font-size: 11px;
    font-weight:bold;
    color:#333333;
    line-height:170%;
}

.text08
{
    font-family: "Arial";
    font-size: 13px;
    color:#19547a;
}

.text09
{
    font-family: "Arial";
    font-size: 14px;
    font-weight:bold;
    color:#002157;
}

.textCopy
{
    color:red;
}

/* table Style --------------------------------*/

table.table01{
    color: #5e5e5e;
}
table.table01 th{
    border-right:0px solid #e5e5e5 ;
    border-left:0px solid #e5e5e5 ;
    border-bottom:1px solid #e5e5e5 ;
    font-weight:bold ;
    text-align:left ;
    padding-left:8px ;
    padding-right:3px ;
    background-color:#f7f7f7;
}

table.table01 td{
    border-right:0px solid #e5e5e5 ;
    border-bottom:1px solid #e5e5e5 ;
    border-left:0px ;
    padding-left:8px ;
    padding-right:3px ;
    height:20px ;
}


table.table01 th.table01thtop           { border-top:1px solid #e5e5e5 ; height:30px; }
table.table01 th.table01boldthtop       { border-top:2px solid #0355A7 ; height:30px; }
table.table01 th.table01boldthbottom    { border-bottom:1px solid #0355A7 ; height:30px; }
table.table01 td.table01tdtop           { border-top:1px solid #e5e5e5 ; height:30px; }
table.table01 td.table01boldtdtop       { border-top:2px solid #0355A7 ; height:30px; }
table.table01 td.table01boldtdbottom    { border-bottom:1px solid #0355A7 ; height:30px; }
table.table01 td.table01tdleft          { border-left:0px solid #e5e5e5 ; height:30px; }


table.table02{
    color: #5e5e5e;
}
table.table02 th{
    border-right:0px solid #e5e5e5 ;
    border-left:0px solid #e5e5e5 ;
    border-bottom:0px solid #e5e5e5 ;
    font-weight:bold ;
    text-align:left ;
    background-color:#f7f7f7;
}

table.table02 td{
    border-right:0px solid #e5e5e5 ;
    border-bottom:0px solid #e5e5e5 ;
    border-left:0px ;
    height:25px ;
}


/*========================== added old css =========================*/

table.table02 th.table02thright { border-right:1px solid #ceddf9 ; }
table.table02 td.table02tdright { border-right:1px solid #ceddf9 ; }

/*reviewer*/
table.tableReviewer th{
    font-weight:bold ;
    color:#4262ad ;
    font-size: 11px;
    background:#dfeaff;
    line-height:90%;    
    text-align:center ;
    border-right:1px solid #ceddf9 ;
    border-left:1px solid #ceddf9 ;
    border-bottom:1px solid #ceddf9 ;
    height:35px;
}

table.tableReviewer td{
    font-size: 11px;
    padding-left:10px;
    border-left:1px solid #ceddf9 ;
    border-right:1px solid #ceddf9 ;
    border-bottom:1px solid #ceddf9 ;
    height:25px;
}
table.tableReviewer th.tableReviewerthleft { border-left:0px ; }
table.tableReviewer td.tableReviewertdleft { border-left:0px ; }

/*배너,팝업 추가 2012.08.08 은영 -----------------------------------*/
table.tableReviewer2 th{
    font-weight:bold ; 
    color:#4262ad ;
    font-size: 11px;
    background:#dfeaff;
    text-align:center ;
    border-bottom:1px solid #ceddf9 ;
    height:35px;
}

table.tableReviewer2 td{
    font-size: 12px;
    padding-left:10px;
    background:#ededed;
    border-bottom:1px solid #ceddf9 ;
    height:35px;
}


/* list, author */

table.table03 {
    clear:both;
    width:100%;
    background:url(../images/thbg.gif) repeat-x;
}

table.table03 th {
        height:35px;
        color:#4262ad;
        line-height:90%;
        text-align:center;
        padding-bottom:8px;
        background:url("../images/thbar.gif") no-repeat left 9px;
    }
    
    table.table03 td {
        text-align:center;
        border-bottom:1px solid #e5e5e5;
        text-align:center;
        padding-top:5px;
        padding-bottom:5px;
        }  
        
table.table03 th.table03thleft { background:none; }
table.table03 th.table03thleft2 { text-align:left; padding-left:10px; background:none; }
table.table03 th.table03thright { background:none; }

table.table03 td.table03tdleft { text-align:left; padding-left:5px; }
table.table03 td.table03tdbottom { border-bottom:0; }

table.table03 col.num {width:54px;}
table.table03 col.writedate {width:80px;}
table.table03 col.count {width:75px;}

/* admin */
table.table04 {
    clear:both;
    background:url(../images/thbg.gif) repeat-x;
}

table.table04 thead th {
    height:25px;
    color:#4262ad;
    line-height:90%;
    text-align:center;
    padding-top:5px;
    padding-bottom:5px;
    background:url("../images/thbar.gif") no-repeat left 9px;
}

table.table04 tbody td {
    text-align:center;
    border-bottom:1px solid #e5e5e5;
    padding-top:5px;
    padding-bottom:5px;
}

table.table04 tfoot td {
    padding-top: 10px;
}

.menutext01 { 
	font-size: 14px; 
	text-decoration: none;
	font-weight: bold;
}

.leftrightpadding01 {
	padding-left: 23px;
}

table.table03_1 {
    width:990;
}

/* 여기부터 추가한거 2010.07.07 유나 -----------------------------------*/

.text10
{
    font-family: "Sylfaen";
    font-size: 17px;
    font-weight:bold;
    color:#002157;
}
.text11
{
    font-family: "Arial";
    font-size: 14px;
    font-weight:bold;
    color:#333333;
}
.text12
{
    font-family: "Arial";
    font-size: 14px;
    color:#565656;
    line-height: 21px;
}
.text13
{
    font-family: "Arial";
    font-size: 11px;
    color:#67362a;
}
.text14
{
    font-family: "Arial";
    font-size: 11px;
    color:#565656;
}
.text15
{
    font-family: "Arial";
    font-size: 13px;
    font-weight:bold;
    color:#6e4612;
}
.text16
{
    font-family: "Arial";
    font-size: 13px;
    font-weight:bold;
    color:#644e12;
}
.text17
{
    font-family: "Arial";
    font-size: 11px;
    color:#6f6f6f;
}
.text18
{
    font-family: "Arial";
    font-size: 14px;
    font-weight:bold;
    color:#5d88ba;
}
.text19
{
    font-family: "Arial";
    font-size: 14px;
    font-weight:bold;
    color:#97d440;
}
.text20
{
    font-family: "Arial";
    font-size: 14px;
    color:#d08923;
}
.text21
{
    font-family: "Arial";
    font-size: 10px;
}
.operationColor
{
    font-family: "Arial";
    font-size: 11px;
}
.operationColorBold
{
    font-family: "Arial";
    font-size: 11px;
    font-weight:bold;
}

/* 여기까지 추가한거 2010.07.07 유나 -----------------------------------*/

.issueCover
{
	width: 130px;
	height: 185px;
	border: 0px solid #0066CC ;
}

/**
2012-03-26 기능고도화 추가
**/
.width640height20px {
	width:640px; height:20px;
}

ul.nolist {
	list-style: none;
}
ul.nolist li.nolistli {
	float: left;
}

.verticalTop {
	vertical-align: top;
}
/* 여기부터 추가 시작 2012.08.13 임유나 -----------------------------------*/

.title
{
    font-family: "Georgia";
    font-size: 17px;
    font-weight:bold;
    color:#6b4e1a;
}

.title_link
{
    font-family: "Georgia";
    font-size: 16px;
    font-weight:bold;
    color:#dfb72d;
}
.title_link a:link         {color:##1E67B1; text-decoration:none}
.title_link a:active     {color:#dfb72d; text-decoration:none}
.title_link a:visited      {color:#dfb72d; text-decoration:none}
.title_link a:hover        {color:#eb9f32; text-decoration:underline}


.title02
{
    font-family: "Arial";
    font-size: 14px;
    font-weight:bold;
    color:#ffffff;
	line-height: 25px;
	text-align:center;
	background-color:#bbbbbb;
	margin-bottom:10px;
}

.mail
{
    font-family: "Arial";
    font-size: 11px;
    color:#d11313;
}

.mail a:link         {color:#d11313; text-decoration:none}
.mail a:active     {color:#d11313; text-decoration:none}
.mail a:visited      {color:#d11313; text-decoration:none}
.mail a:hover        {color:#eb9f32; text-decoration:underline}


.Keyword
{
    font-family: "Arial";
    font-size: 11px;
    color:#eb9f32;
    font-weight:bold;
}


.Keyword_link
{
    font-family: "Arial";
    font-size: 11px;
    color:#5fa8f4;
}

.Keyword_link a:link         {color:#5fa8f4; text-decoration:none}
.Keyword_link a:active     {color:#5fa8f4; text-decoration:none}
.Keyword_link a:visited      {color:#d11313; text-decoration:none}
.Keyword_link a:hover        {color:#d11313; text-decoration:underline}


.author
{
    font-family: "Arial";
    font-size: 11px;
    color:#20293b;
    font-weight:bold;
}

.company
{
    font-family: "Arial";
    font-size: 11px;
    color:#656565;
}


/* 여기까지 추가 끝 2012.08.13 임유나 -----------------------------------*/

/* 20140321 tab Menu 추가 안영남 시작 */
.current_tab {width:100%;margin-top:10% auto; }
.current_tab h2 {width:179px;height:30px;}
.tab_con { border:2px solid #eee; margin:0 auto;padding:20px;float:left}
.tab_con .img{float:left;width:150px}
/* .tab_con .txt{float:left;} */
.tab_con .txt p {font-weight:nomal;text-align:justify}
.tab_con .txt p.title{font-weight:bold;margin-bottom:20px}

/* 20140321 tab Menu 추가 안영남 끝 */