@charset "utf-8";


/*나눔 고딕 글꼴*/
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NanumGothic/NanumGothic-Regular.eot');
  src: url('../fonts/NanumGothic/NanumGothic-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/NanumGothic/NanumGothic-Regular.woff2') format('woff2'),
       url('../fonts/NanumGothic/NanumGothic-Regular.woff') format('woff'),
       url('../fonts/NanumGothic/NanumGothic-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/NanumGothic/NanumGothic-Bold.eot');
  src: url('../fonts/NanumGothic/NanumGothic-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/NanumGothic/NanumGothic-Bold.woff2') format('woff2'),
       url('../fonts/NanumGothic/NanumGothic-Bold.woff') format('woff'),
       url('../fonts/NanumGothic/NanumGothic-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/NanumGothic/NanumGothic-ExtraBold.eot');
  src: url('../fonts/NanumGothic/NanumGothic-ExtraBold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/NanumGothic/NanumGothic-ExtraBold.woff2') format('woff2'),
       url('../fonts/NanumGothic/NanumGothic-ExtraBold.woff') format('woff'),
       url('../fonts/NanumGothic/NanumGothic-ExtraBold.ttf') format('truetype');
}

/* noto-sans-regular - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-v6-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans'), local('NotoSans'),
       url('../fonts/noto-sans/noto-sans-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans/noto-sans-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans/noto-sans-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans/noto-sans-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans/noto-sans-v6-latin-regular.svg#NotoSans') format('svg'); /* Legacy iOS */
}

/* 스크롤바 스타일 */
html {scrollbar-3dLight-Color: #efefef; scrollbar-arrow-color: #dfdfdf; scrollbar-base-color: #efefef; scrollbar-Face-Color: #dfdfdf; scrollbar-Track-Color: #efefef; scrollbar-DarkShadow-Color: #efefef; scrollbar-Highlight-Color: #efefef; scrollbar-Shadow-Color: #efefef}
 /* Chrome, Safari용 스크롤 바 */
::-webkit-scrollbar {width: 8px; height: 8px; border: 3px solid #fff; }
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {display: block; height: 10px; background: url('./images/bg.png') #efefef}
::-webkit-scrollbar-track {background: #efefef; -webkit-border-radius: 10px; border-radius:10px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2)}
::-webkit-scrollbar-thumb {height: 50px; width: 50px; background: rgba(0,0,0,.2); -webkit-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.1)}

 

/* 스타일초기화 */
body,h1,h2,h3,h4,h5,ul,ol,p,hr,dl,dt,dd,table,tr,td,th,caption{margin:0;padding:0}
body, div, ul, li, p, span{font-family:'Noto Sans', 'Nanum Gothic',meiryo, gulim,sans-serif;font-size:14px;color:#000000;line-height:1.5;-webkit-text-size-adjust:none}
h1,h2,h3,h4{font-size:100%}
ul,ol li{list-style:none}
a{text-decoration:none}
a:link,a:visited,a:hover,a:active{color:#666}
img,video{border:0px;max-height:100%;height:auto}
address{font-style:normal}
header,nav,section,article,footer{display:block}
input{font-family:helvetica,'Nanum Gothic',meiryo, gulim,sans-serif;font-size:14px;color:#000000;line-height:1.5;}
.borderN{
	border-right: none!important;
}


/*  예지 추가 */

.globalWrap{
  width: 1024px;
  height: 748px;
  margin: 0 auto;
}

.heightfree{
  height: auto;
}

header{
  width: 100%;
  height: 50px;
  background-color: #e7e4e3;
  float: left;
}

header .smartBI{
  display: block;
  float: left;
  width: 123.78px;
  height: 36px;
  margin: 7px 10px;
}

header .carousel{
  width: 303px;
  height: 50px;
  float: left;
}

header .carousel img{
  width: 270px;
  margin-left: 10px;
}

header .saveNclose{
  width: 130px;
  height: 30px;
  background-color: #231f20;
  margin: 10px 10px 0 0;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  float: right;
}

header .logininformation{
  line-height: 20px;
  font-size: 12px;
  float: right;
  width: 200px;
  height: 50px;
  text-align: right;
  margin: 5px 20px 0 0;
}

header .headerMenu{
  width: 400px;
  height: 50px;
  margin: 0 auto;
}

header .headerMenu li{
  float: left;
  font-size: 14px;
  font-weight: bold;
  width: 160px;
  height: 43px;
  line-height: 43px;
  text-align: center;
}

header .headerMenu li a{
  color: #231f20;
}

header .headerMenu li.active{
  border-bottom: 7px solid #fca717;
}

.tableTitle{
  width: 400px;
  float: left;
  height: 30px;
  margin: 60px 0 10px 47px;
  font-size: 14px;
}

.tableTitle span{
  font-size: 18px;
  font-weight: bold;
}

table{
  width: 930px;
  height: 440px;
  margin: 0 auto;
  border-collapse: collapse;
}

table, thead, tr, td, th{
  border: none;
  text-align: center;
  font-size: 14px;
}

table thead {
  background-color: #fca717;
  color: #fff;
}

table thead, table tr{
  height: 40px;
}

th{
  border-right: 1px solid #fff;
}

th:last-child{
  border-right: none;
}

td{
  border-bottom: 1px solid #e7e4e3;
  border-right: 1px solid #e7e4e3;
}

td:last-child{
  border-right: none;
}


footer{
  position: fixed;
  bottom:0;
  width: 100%;
  height: 30px;
  text-align: center;
}

footer p{
  font-size: 8px;
}

footer .arrow_left{
  position: absolute;
  top: -30px;
  left: 30px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

footer .arrow_right{
  position: absolute;
  top: -30px;
  right: 30px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

footer img{
  width: 100%;
}
