@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans');

/* CSS Document */

* {
padding:0;
margin:0; 
font-family: 'Noto Sans KR', sans-serif;
}



img { border:none; }

/* ------------------------------ liens */

/* Tabs */

.center {
width:1200px;
margin: 0 auto;
}

.marginbot {
margin-bottom:5px;
}

ul.list li {
list-style-type:none;
margin-left:0px;
}

ul.tabs {
width:100%;
overflow:hidden;
font-size:1em;
}

ul.tabs li {
border-bottom:1px solid #eee;
box-sizing:border-box;
list-style-type:none;
display:block;
float:left;
color:#333;
padding:5px;
font-size:1.2em;
width: 103px;
line-height:22px;
height: 40px;
/* border-bottom:2px solid #ccc; */
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
cursor:pointer;
text-align: center;
padding-top:10px;
}

ul.tabs li:hover {
color:#0974bb;
font-weight:bolder;
border-bottom:3px solid #0974bb;
box-sizing:border-box;
}

ul.tabs li.current {
/* border-bottom:2px solid #43b0ce; */
/* background-color: #0974bb; */
color:#0974bb;
font-weight:bolder;
border-bottom:3px solid #0974bb;
box-sizing:border-box;
}

.tabscontent {
padding:0px 0 0 0;
display:none;
width:100%;
text-align:justify;
}


#content1 > table {width:630px !important;}