
body, html {
  margin: 0;
  padding: 0;
  font-family: "NotoSansKR-Regular", "Nanum Gothic", "³ª´®°íµñ", "Malgun Gothic", "¸¼Àº°íµñ", arial, verdana, sans-serif;
  font-size: 12px;
  letter-spacing: -0.02em;
  /*background-color: #353535;*/
    min-width: 320px
}

a, .pointer {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, .title {
  font-family: "NotoSansKR-Regular"
}

b {
  font-weight: 900
}

* {
  box-sizing: border-box;
}

a {
  cursor: pointer
}

a:link, a:visited {
  color: #333333
}

a:hover, a:active {
  color: #1073b0
}

ul, li, dl, dt, dd {
  list-style: none;
  margin: 0;
  padding: 0
}

#objBody li{
  list-style: disc;
  margin: 5px 5px 5px 25px;
  padding: 0
}

#objBody td{
  padding: 5px 5px 5px 5px;
}

#REPORT_BODY2 p{
  line-height: 1.8;
}

.TabSelectBorder {
	vertical-align:middle;
	background-color:#337ab7;
	border-top:2px #125AA4 solid;
	border-left:1px #125AA4 solid;
	border-right:1px #125AA4 solid;
	border-bottom:1px #FFFFFF solid;
	letter-spacing:0.1em;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	padding:0 2 0 2;
}
.TabOtherBorder {
	vertical-align:middle;
	background-color:#FAFAFA;
	border-top:2px #E5E5E5 solid;
	border-right:1px #E5E5E5 solid;
	border-bottom:1px #125AA4 solid;
	border-left:0px #E5E5E5 solid;
	letter-spacing:0.2em;
	font-size:13px;
	color:#7D8694;
	font-weight:bold;
	cursor:pointer;
	padding:0 2 0 2px;
}
.TabBlank {
	border-bottom:1px #125AA4 solid;
}

@keyframes rotate-loading {

  /*css loading*/
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@keyframes loading-text-opacity {
  0% {
    opacity: 0
  }

  20% {
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@-moz-keyframes loading-text-opacity {
  0% {
    opacity: 0
  }

  20% {
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@-webkit-keyframes loading-text-opacity {
  0% {
    opacity: 0
  }

  20% {
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@-o-keyframes loading-text-opacity {
  0% {
    opacity: 0
  }

  20% {
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.loading-container,
.loading {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
}

.loading-container {
  text-align: center;
  background-image: url(/common/img/icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-position: cover;
  background-size: 70px;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  z-index: 999;
  border-radius: 0;
}

.loading {
  border: 5px solid transparent;
  border-color: transparent #fff transparent #FFF;
  -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
  -moz-transform-origin: 50% 50%;
  -o-animation: rotate-loading 1.5s linear 0s infinite normal;
  -o-transform-origin: 50% 50%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-transform-origin: 50% 50%;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}

.loading-container .loading {
  border-color: transparent #fff transparent #fff;
}

.loading-container .loading,
.loading-container .loading {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
}

#loading-text {
  -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
  -o-animation: loading-text-opacity 2s linear 0s infinite normal;
  -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
  animation: loading-text-opacity 2s linear 0s infinite normal;
  color: #ffffff;
  font-family: "Helvetica Neue, "Helvetica", ""arial";
  font-size: 10px;
  font-weight: bold;
  opacity: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100px;
  left: 50%;
  margin-left: -50px;
  top: 50.5%;
  margin-top: 13px;
}

.warp {
  max-width: 1054px;
  margin: auto;
  position: relative;
  padding: 0 15px
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

/* navigation */
.top_menu {
  border-top: 5px solid #0168b5;
  position: relative;
  z-index: 5;
  height: 119px;
  border-bottom: 2px solid #084482;
  background-color: #fff
}

.top_menu:before {
  content: "";
  background-image: url(/common/img/top_line.png);
  z-index: 6;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  height: 5px;
  width: 100%;
  display: block;
  top: -5px;
  background-position: left
}

.top_menu .left_menu li a {
  float: left;
  font-family: "Myriad Pro";
  font-size: 10px;
  text-decoration: none;
  padding: 0;
  color: #aaaaaa;
  padding-right: 9px;
  border-right: 1px solid #aaa;
  height: 8px;
  line-height: 10px;
  overflow: visible;
}

.top_menu .left_menu {
  position: absolute;
  left: 15px;
  top: 0
}

.top_menu .left_menu li {
  list-style: none;
  float: left;
  text-align: left;
  margin-right: 9px;
  margin-left: 0px
}

nav .menu {
  position: relative;
  padding: 0 5px
}

nav .menu:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background-color: #ccc;
  right: 0;
  top: 17px;
}

nav .sub_menu {
  display: none;
  position: absolute;
  left: 16px;
  top: 51px;
  width: 160px;
  background-color: #008CD7;
  color: #Fff;
  padding: 15px 10px;
}

nav .sub_menu li {
  list-style: none;
  width: 200px;
  padding: 8px 10px;
  text-decoration: none
}

nav .sub_menu li a, nav .sub_menu li a:link, nav .sub_menu li a:visited {
  color: #97d5ff;
  text-decoration: none
}

nav .sub_menu li a:hover, nav .sub_me4nu li a:active {
  color: #fff;
  /**font-family: "ng_b"*/
  font-family: "NotoSansKR-Bold";
}

nav.navbar {
  background: transparent;
  border: none;
  padding-top: 13px;
}

nav ul.nav {
  margin-top: 25px;
  float: right;
  margin-right: -15px;
}

.top_menu .btn_login, .top_menu .btn_mp {
  float: right;
  display: block;
  background-color: #ddf5ff;
  border: 1px solid #66cafc;
  width: 66px;
  height: 24px;
  line-height: 24px;
  margin: auto;
  text-align: center;
  color: #317eb8;
  text-decoration: none;
  font-size: 13px;
  font-family:"NotoSansKR-Light"
}

.top_menu .btn_login a, .top_menu .btn_mp a {
  text-decoration: none
}

.top_menu .btn_search {
  float: right;
  display: block;
  background-color: #ffffff;
  border: 1px solid #c4c4c4;
  width: 83px;
  height: 24px;
  margin-right: 5px;
  line-height: 24px;
  color: #545454;
  text-align: center;
  font-family:"NotoSansKR-Light";
  font-size:13px;
}

.top_menu .btn_search a {
  text-decoration: none;
}

.top_menu .btn_text {
  display: block;
  float: right;
  width: 74px;
  height: 24px;
  margin-right: 5px;
  border: 1px solid #c4c4c4;
  font-size: 14px;
}

.top_menu .textbig_btn {
  width: 24px;
  text-align: center;
  line-height: 24px;
  border-right: 1px solid #F3F3F3;
  display: inline-block;
  cursor: pointer;
  height: 22px;
  float: left
}
.top_menu .textbig_btn span:first-child {
  display: inline-block;
  /*margin-top:2px;*/
}

.top_menu .textsmall_btn {
  width: 24px;
  text-align: center;
  /*line-height: 24px;*/
  border-right: 1px solid #c4c4c4;
  display: inline-block;
  cursor: pointer;
  height: 22px;
  float: left
}

.top_menu .btn_text .text {
  width: 24px;
  text-align: center;
 /* line-height: 24px;*/
  display: block;
  height: 22px;
  float: right;
  font-weight: 900;
  font-family: "Century"
}

.top_menu .search_box {
  vertical-align: middle;
  z-index: 5;
  position: relative;
}

.top_menu .search_box .glyphicon-search {
  font-size: 15px;
  color: #008CD6;
  padding: 3px 5px;
}

.top_menu .search_box .search_input input {
  width: 174px;
  height: 28px;
  border: 1px solid #c4c4c4;
  vertical-align: middle;
  float: left;
}

.radio_box {}

.top_menu .radio_box input {
  vertical-align: sub;
  margin-top: 0px;
}

.top_menu .radio_box {
  display: block;
  float: right;
  margin-top: 0;
  width: 340px;
  height: 26px;
  z-index: 5
}

.search_box input {
  display: block;
  float: left;
  width: 130px
}

.radio_btn {
  display: block;
  float: left;
  margin: 5px 10px 0 0;
}

li.menu>a {
  font-size: 15px;
  font-weight: bold;
  color: #4f4f4f !important;
  text-decoration: none;
}

li.menu>a:hover, li.menu>a:active {
  color: #0068B7 !important;
}

li.sitemap a {
  padding-right: 0;
  color: #91c000 !important
}

li.sitemap a:link, li.sitemap a:visited {
  color: #91c000
}

li.sitemap a:hover, li.sitemap a:active {
  color: #80b000 !important
}

.left_menu, .right_menu, .radio_box {
  z-index: 10;
  position: relative;
}

.right_menu {
  margin-top: 10px
}

.seach_btn {
  cursor: pointer
}

/*body*/
.body {
  padding-top: 20px;
  background-color: #fff
}

/*modal*/
.modal {
  background-color: rgba(0, 0, 0, .3)
}

.popup_menu {
  width: 90%;
  margin: 80px auto;
  max-width: 980px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .4);
  padding: 30px;
  position: relative;
}

.popup_menu .col-xs-6 {
  width: 14.28%
}

.popup_menu ul, .popup_menu li {
  list-style: none;
  margin: 0;
  padding: 0
}

.popup_menu li a {
  margin: 8px 0;
  font-size: 13px;
  display: block;
  color: #888
}

.popup_menu li a:hover, .popup_menu li a:active {
  color: #333;
  text-decoration: none
}

.popup_menu li.pmt_top a {
  font-size: 16px;
  /**font-family: "ng_eb";*/
  font-family: "NotoSansKR-Bold";
  color: #000;
  margin: 10px 0;
  display: inline-block;

  border-bottom: 1px solid #ccc;
  padding-bottom: 10px
}

.popup_menu_top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin: -10px -10px 20px -10px;
  font-size: 20px
}

.pmt_close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 22px;
}

/* ¸ÞÀÎ Ä¿¹ö */
.cover .swiper-slide {
  width: 100%;
  height: 257px;
  background-size: contain; /* cover ¼öÁ¤ */
     background-repeat: no-repeat;
     background-position:center;
}

/* ¸ÞÀÎ ¹è³Ê */
.cover #div_mainbanner .swiper-wrapper .main_banners {
  /*background-size: 1044px 257px; */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor:pointer;
}
/* ¼­ºê ¹è³Ê */
.section_1 .banner .swiper-wrapper .sub_banners {
  /*background-size: 339px 257px; */
  background-size: 100% 100%;
  background-repeat: no-repeat;
    cursor:pointer;
}

/* ¸ÞÀÎ ³»¿ë */
.section {
  margin: 15px 0 /* 25¿¡¼­ ¼öÁ¤ */
}

.section .row {
  margin-right: -7px;
  margin-left: -7px;
}

.section .row div[class^="col"] {
  padding-right: 7px;
  padding-left: 7px;
}

/* ¸ÞÀÎ ÁöÇ¥ */
.section_1 .box {
  height: 230px;
  border: 1px solid #b1d3f5;
}

.section_1 .box .title {
  /**font-family: "ng_eb";*/
  font-family: "NotoSansKR-Bold";
  font-size: 16px;
  color: #00347b
}
.section_1 .box .title2 {
  /**font-family: "ng_eb";*/
  font-family: "NotoSansKR-Bold";
  font-size: 16px;
  color: #00347b
}
.section_1 .box .title2 span{
  /**font-family: "ng_eb";*/
  font-size: 12px;
  float: right;
  margin-top: 10px;
}

.section_1 .box .swiper-slide {
  padding: 20px 25px
}

.section_1 .swiper-button-next, .section_1 .swiper-button-prev {
  width: 15px;
  background-size: 15px 40px
}

.section_1 .swiper-button-next {
  right: 5px
}

.section_1 .swiper-button-prev {
  left: 5px
}

.section_1 .table {
  border-top: 2px solid #000;
  margin-top: 8px;
  margin-bottom: 6px
}

.section_1 .table td, .section_1 .table th{
  padding: 6px 3px 5px 3px !important;
  vertical-align: middle !important
}

.section_1 .table td:first-child{
  padding-left: 0;
  text-align: left;
  /**font-family: "ng_b";*/
  font-family: "NotoSansKR-Bold";
}

.section_1 .table th:last-child, .section_1 .table td:last-child {
  text-align: center;
  padding-right: 0
}

.section_1 .table th{
  /**font-family: "ng_b";*/
  font-family: "NotoSansKR-Bold";
  text-align: center
}

.section_1 .box .swiper-pagination {
  bottom: 13px
}
.section_1 .banner .swiper-pagination {
  bottom: 7px
}

.section_1 .table td {
  text-align: center
}

.up {
  color: red
}

.down {
  color: blue
}
.equal {
  color: green
}

.section_1 .banner {
  border: none
}

.section_1 .banner .swiper-slide {
  background-size: contain; /* cover ¼öÁ¤ */
  height: 230px;
  background-repeat: no-repeat;
}
/** */
.section_1 .sta {
  background-image: url(/common/img/sta_bg.jpg);
  background-size: cover;
  padding: 20px 25px;
  cursor:pointer
}

.sta *, .section_1 .sta .title {
  color: #fff;
}

.sta .table {
  border-top: 2px solid #fff;
  border-right:0px;
  /**font-family: "ng"*/
  font-family: "NotoSansKR-Regular";
}
.sta .table tbody tr{
  height: 40px;
  }
.section_1 .sta .table td{
	 padding: 0px !important;
  	vertical-align: middle !important;
  	border-right: 0px;
	}
.section_1 .sta .table td:nth-child(3){ 
	text-align: left !important;
	padding-left: 10px !important;
	}

.text-over {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%
}

.toe {
  text-align: left;
  word-spacing: -1px;
  line-height: 1em;
  display: inline-block;
}

.bbs_title {
  height: 45px;
  border-top: 2px solid #484d58;
  border-bottom: 2px solid #484d58;
  position: relative;
}

.bbs_title .title {
  border-bottom: 2px solid #484d58;
  height: 100%;
  float: left;
  line-height: 43px;
  font-size: 15px;
  /**font-family: "ng_b"*/
  font-family: "NotoSansKR-Bold";
}

.bbs_title .btn_more {
  position: absolute;
  right: 0;
  top: 12px;
  padding-right: 10px
}

/* KEEI ÃÖ½Å ¹ß°£¹°  */
.book {
  padding: 10px 0;
  margin: 0 -16px !important
}

.book_item {
  margin: 10px auto 10px auto;
  width: 140px;
  font-family: "NotoSansKR-Regular";
  font-size:14px;
  text-align:center;
}

.book_item .book_img {
  background-image: url(/common/img/no_img.png);
  background-size: cover;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
  border: 1px solid #b7b7b7;
  margin-bottom: 5px;
  width: 140px;
  height: 200px;
  display: block;
  background-position: center;
  overflow: hidden;
  position: relative;
}

.book_item a .book_img:before {}

.book_item a:hover .book_img:before {
  position: absolute;
  content: "+";
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, .3);
  color: rgba(255, 255, 255, .7);
  text-align: center;
  font-size: 60px;
  font-family: "NotoSansKR-Bold";
  line-height: 200px
}

.book_item .book_img img {
  width: 100%;
  height: 100%
}

.book_item a div{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%
}

.bbs_title ul.tab li {
  float: left;
  line-height: 43px;
  /**font-family: "ng_b";*/
  font-family: "NotoSansKR-Bold";
  font-size: 15px;
  position: relative;
}

.bbs_title ul.tab li a, .bbs_title ul.tab li a:link, .bbs_title ul.tab li a:visited {
  text-decoration: none;
  color: #95979a;
  display: block;
  height: 41px
}

.bbs_title ul.tab li a:hover, .bbs_title ul.tab li a:active {
  color: #1073b0
}

.bbs_title ul.tab li+li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background-color: #ccc;
  left: -1px;
  top: 14px;
}

.bbs_title ul.tab li a.active {
  color: #000;
  border-bottom: 2px solid #484d58
}

.bbs_title ul.tab li+li {
  margin-left: 20px;
  padding-left: 20px;
}

.bbs_title:after {
  content: "";
  display: block;
  clear: both
}

.tab_body {
  display: none
}

.tab_notice, .tab_news {
  display: block
}

.bbs_list {
  padding: 10px 0
}
/* °Ô½Ã±Û ³¯Â¥ Ãß°¡·Î ¾Æ·¡ ¼±¾ðÀÌ 3°³·Î ºÐ¸®µÊ.20190318
.bbs_list li a{
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%
}
*/
.bbs_list li a{
  width: 100%;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 14px
}
 /* ³¯Â¥Ãß°¡·Î Ãß°¡µÈ ¼Ó¼º */
.bbs_list li a .sp_title{
  float:left; /* ³¯Â¥Ãß°¡·Î Ãß°¡ */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%
}
 /* ³¯Â¥Ãß°¡·Î Ãß°¡µÈ ¼Ó¼º */
.bbs_list li a .sp_date{
  float:right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align:right;
  padding-right:5px;
  width: 20%
}

/* ¸ÞÀÎ °Ô½Ã¹° */
.section_3 .col-sm-6:first-child {
  padding-right: 12px !important
}

.section_3 .col-sm-6:last-child {
  padding-left: 12px !important
}

/* ¸ÞÀÎ ¹è³Ê  */
.section_4 .banner {
  color: #fff;
  background-image: url(/common/img/banner_bg_1.png);
  height: 107px;
  background-size: contain; /* cover ¼öÁ¤ */
}

.section_4 .banner .title {
  float: left;
  margin: 10px 0 0 14px;
  /**font-family: "ng_b";*/
  font-family: "NotoSansKR-Bold";
  font-size: 17px;
  line-height: 1em;
  background-image: url(/common/img/banner_icon_1.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 90px
}

.section_4 .banner .title small {
  display: block;
  /*font-family: "ng_l";*/
  font-family: "NotoSansKR-Light";
  font-size: 12px
}

.section_4 .banner .text {
  line-height: 1.3em;
  letter-spacing: 0.5px;
  font-size: 14px;
  position: absolute;
  left: 106px;
  right: 10px;
  top: 28px;
  padding-right: 10px
}

.section_4 .banner .text:before {
  content: "";
  width: 15px;
  height: 3px;
  display: block;
  background-color: rgba(255, 255, 255, .7);
  margin-bottom: 5px
}

.section_4 .banner_1 .title {
  background-image: url(/common/img/banner_icon_1.png);
}

.section_4 .banner_2 .title {
  background-image: url(/common/img/banner_icon_2.png);
}

.section_4 .banner_3 .title {
  background-image: url(/common/img/banner_icon_3.png);
}

.section_4 .banner_4 .title {
  background-image: url(/common/img/banner_icon_4.png);
}

.section_4 .banner_1 {
  cursor: pointer;
  color: #fff;
  background-image: url(/common/img/banner_bg_1.png)
}

.section_4 .banner_2 {
  cursor: pointer;	
  color: #fff;
  background-image: url(/common/img/banner_bg_2.png)
}

.section_4 .banner_3 {
  cursor: pointer;	
  color: #fff;
  background-image: url(/common/img/banner_bg_3.png)
}

.section_4 .banner_4 {
  cursor: pointer;	
  color: #fff;
  background-image: url(/common/img/banner_bg_4.png)
}

.section_5 .box {
  height: 120px;
  border: 1px solid #b1d3f5;
  position: relative;
}

.section_5 .box .title {
  font-size: 17px;
  /**font-family: "ng_eb";*/
  font-family: "NotoSansKR-Bold";
  color: #003366;
  /*left: 20px;*/
  left: 10px;
  top: 20px;
  position: absolute;
}

.section_5 .box .img {
  position: absolute;
  left: 15px;
  top: 50px
}

.section_5 .box .text {
	  font-size: 14px;
  position: absolute;
  left: 110px;
  top: 50px;
  line-height: 1.4em;
  color:#003366
}

.section_5 .box .link {
  position: absolute;
  left: 105px;
  /*top: 50px;*/
  top: 40px;
  line-height: 1.2em
}

.section_5 .box .link a {
  font-size: 14px;
  color: #003366
}

.section_5 .box .link>div {
  margin-bottom: 3px
}

.section_5 .box .badge {
  font-size: 10px;
  line-height: 9px;
  padding-bottom: 2px;
  padding: 3px 4px 2px 4px;
  border-radius: 4px;
}

.section_5 .box .text:before {
  content: "";
  width: 15px;
  height: 3px;
  display: block;
  background-color: #2674d0;
  margin-bottom: 5px
}

.section_5 .box_2 {
  padding: 17px 3px;
}

.section_5 .box_2 li {
  float: left;
  width: 25%;
  text-align: center;
  padding-top: 7px
}

.section_5 .box_2 li+li {
  background-image: url(/common/img/bar.png);
  background-position: left middle;
  background-repeat: no-repeat;
}

.section_5 .box_2 li p {
  font-size: 14px;
  /**font-family: "ng_b";*/
  font-family: "NotoSansKR-Bold";
  color: #003366;
  margin-top: 2px
}

/* // ¸ÞÀÎ ³»¿ë */
/* ½½¶óÀÌµå ¸µÅ© */
.slider_banner {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: 85px;
  background-color: #fff
}

.slider_banner .swiper-slide {
  text-align: center
}

.slider_banner .swiper-container {
  padding: 15px 40px
}

.slider_banner .swiper-button-next, .slider_banner .swiper-button-prev {
  width: 15px;
  background-size: 15px 40px
}

.slider_banner .swiper-button-next {
  right: 5px;
}

.slider_banner .swiper-button-prev {
  left: 5px;
}
.banner #div_subbanner .swiper-button-prev, .banner #div_subbanner .swiper-button-next{
	margin-top:-18px;
	}

/*footer*/
.footer {
  background-color: #353535;
}
.footer .footer_menu {
  background-color: #464646;
  padding: 13px 0 12px 0;
  color: #999999
}

.footer .footer_menu a {
  color: #feffff;
  margin: 0 10px;
  display: inline-block;
}

.footer .footer_menu a:first-child {
  margin-left: 0
}

.footer .footer_menu a:last-child {
  margin-right: 0
}
.footer .footer_menu a b {
  color: #ffff00
}

.footer .footer_menu button.btn {
  margin-top: -4px;
  padding: 2px 50px 2px 10px;
  text-align: left;
  position: relative;
}

.footer .footer_menu button.btn span.icon {
  position: absolute;
  right: 5px;
  top: 3px;
  color: #999
}

.footer .footer_box {
  position: relative;
  padding: 25px 15px 40px 140px;
  color: #dfdfdf
}

.footer .footer_box .footer_logo {
  position: absolute;
  left: 25px;
  top: 20px
}

.footer .footer_box .contact {
  padding: 10px 0
}

.footer .footer_box .contact span, .footer .footer_box .contact a {
  /**font-family: "ng_b";*/
  font-family: "NotoSansKR-Bold";
  color: #efefef;
  display: inline-block;
}

.footer .footer_box .material-icons {
  font-size: 14px;
  vertical-align: middle;
  margin-bottom: 2px;
}

.footer .footer_box .bar {
  color: #999;
  margin: 0 10px;
  /**font-family: "ng_l";*/
  font-family: "NotoSansKR-Light";
}

.footer .sns_box {
  position: absolute;
  right: 15px;
  top: 30px
}

.footer .sns_box li {
  float: left;
  margin-left: 5px
}

.footer .sns_box li:last-child {
  margin-top: -7px
}

@media (max-width: 1024px) {
  .nav>li>a {
    padding-right: 5px;
    padding-left: 5px;
  }

  .navbar-brand img {
    width: 120px;
    margin-top: 10px;
  }
}

@media (max-width: 992px) {
  .radio_box {
    POSITION: ABSOLUTE;
    LEFT: 185PX;
    TOP: 31PX;
    float: none;
  }

  .popup_menu .col-xs-6 {
    width: 25%;
    height: 295px
  }

  .price {
    margin-bottom: 15px
  }

  .section_4 .banner_1, .section_4 .banner_2 {
    margin-bottom: 15px
  }

  .section_5 .box_3 {
    margin-top: 15px
  }

  .slider_banner img {
    height: 45px
  }
}

@media (max-width: 845px) {
  .nav>li>a {
    padding-right: 3px;
    padding-left: 3px;
    font-size: 13px;
  }

  .footer .footer_menu .pull-right, .footer .sns_box {
    display: none
  }

  .footer .footer_menu {
    text-align: center
  }
}

@media (max-width: 768px) {
  .top_menu .btn_text {
    display: none
  }
}

@media (max-width: 767px) {
  .top_menu .radio_box, .top_menu .left_menu {
    display: none
  }

  .top_menu {
    height: 60px
  }

  nav.navbar {
    margin: 0;
    padding: 0;
    margin-top: 1px;
  }

  .navbar-brand img {
    width: 110px;
    margin-top: -11px;
  }

  .right_menu {
    display: none
  }

  .popup_menu .col-xs-6 {
    width: 50%;
    height: 295px
  }

  .cover .swiper-slide {
    height: 1px;
    padding-bottom: 40%
  }

  .section_1 .banner {
    margin-top: 15px
  }

  .section_4 .banner_3, .section_4 .banner_4 {
    margin-bottom: 15px
  }

  .section_5 .box_2 {
    margin-top: 15px
  }

  nav ul.nav {
    margin-top: 3px;
    float: right;/*bhs20190704*/
    background: #084482;
    padding: 10px;
    width:80%; /*bhs20190704*/
  }

  nav ul.nav li.menu {
    border-bottom: 1px solid rgba(255, 255, 255, .3)
  }

  nav ul.nav li.menu:last-child {
    border-bottom: none
  }

  nav ul.nav li.menu>a {
    color: #fff !important
  }

  nav ul.nav .sitemap {
    display: none
  }

  nav .menu:after {
    content: "> ";
    color: #fff;
    right: 15px;
    top: 13px;
    background-color: transparent;
    border: none;
  }

  .footer .footer_box {
    padding: 25px 15px 25px 15px
  }

  .footer .footer_box .footer_logo {
    display: none
  }

  .section_5 .box .link a {
    font-size: 12px
  }

  .section_5 .box .link {
    left: 80px;
    top: 48px;
  }

  .section_5 .box .img {
    width: 50px
  }

  .section_5 .box .text {
    right: 15px;
    left: 90px;
    top: 50px;
  }

  .bbs_title ul.tab li+li {
    margin-left: 10px;
    padding-left: 10px;
  }

  .book_item .book_img {
    width: 120px;
    height: 170px;
    margin-left: auto;
    margin-right: auto;
  }

 .menu .sub_menu {
   /* display: none !important bhs20190704*/
   display:inline-block !important;
   /*height:100%;*/
   left:10px;
   top:45px;
   width:90%;
   padding:3px;
   background-color:#008CD7;
   color:#fff;
   position:initial;
   margin-left:10px;
  }
  .menu .sub_menu li{	/*bhs20190704*/
  	width:100%;
  	border-bottom:0.5px dashed #2f9aff;
  }
  .menu .sub_menu li:last-child{ /*bhs20190704*/
  	border-bottom:0;
  }
  .menu .sub_menu li a span{ /*bhs20190704*/
  	width:100%;
  	display:inline-block;
  }

  table {
    font-size: 11px
  }

  .section_1 .banner {
    height: auto
  }

  .section_1 .banner .swiper-slide {
    height: 1px;
    padding-bottom: 60%
  }
}

/* sub page*/
.sub_body {
  background-image: url(/common/img/sub_bg.png);
  background-position: center
}

.sub_cover {
  height: 150px;
  background-image: url(/common/img/sub_img.jpg);
  position: relative;
  margin-top: -20px;
}

.sub_cover .warp {
  color: #fff;
  text-align: center;
  font-size: 28px;
 /** font-family: "ng_eb";*/
    font-family: "NotoSansKR-Bold";
  position: relative;
  z-index: 1;
  padding-top: 55px
}

.sub_cover .warp .material-icons {
  font-size: 46px;
  vertical-align: middle;
}

.sub_cover:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 0
}

.contents_warp {
  padding-left: 187px;
  position: relative
}

.contents_warp:after {
  content: "";
  display: block;
  clear: both
}

/*lnb*/
/*.lnb {position: absolute;left:15px;top:0;width:172px; bottom:0; background-color: #F9F9F9; padding-right:20px}
*/

/*  */
.lnb_old {
  /* position: absolute; */
  /* left: 15px; */
  /* top: 0; */
  width: 172px;
  /* bottom: 0; */
  /* background-color: #F9F9F9; */
  padding-right: 20px;
  float: left;
  margin-left: -172px;
  padding-bottom: 200px;
}

.lnb_old .title {
  font-size: 26px;
  font-family: "NotoSansKR-Bold";
  color: #005798;
  padding-top: 69px;
  padding-bottom: 9px;
}

.lnb_old ul li {
  border-bottom: 1px solid #aeaeae;
  font-size: 17px;
  font-family: "NotoSansKR-Regular";
  padding: 10px 0
}

.lnb_old ul li a:link, .lnb_old ul li a:visited {
  color: #666666
}

.lnb_old .lnb_sub, .lnb_old .lnb_sub .lnb_sub2 {
  border-top: 1px solid #aeaeae;
  margin-top: 10px;
  display: none
}

.lnb_old .active {
  display: block
}

.lnb_sub ul li {
  font-size: 14px;
  /*font-family: "ng";*/
  font-family: "NotoSansKR-Regular";
  border-bottom: 1px solid #ccc;
  margin-left: 5px
}
.lnb_sub2 ul li {
  font-size: 13px;
  /*font-family: "ng";*/
  font-family: "NotoSansKR-Regular";
  border-bottom: 1px solid #ccc;
  margin-left: 6px
}
.sub a .sub1_exist,.sub2 a .sub2_exist{
  width: 90%;
  display: inline-block
}
.sub a .sub1_none,.sub2 a .sub2_none{
  width: 90%;
  display: inline-block;
}

.lnb_sub ul li.sub .pull-right {
  font-size: 20px
}
.lnb_sub ul li.sub2 .pull-right {
  font-size: 17px
}
.lnb_sub ul li a div{
   font-size: 13.5px;
   font-family: "NotoSansKR-Regular";
	}
.lnb_sub2 ul li a div{
   font-size: 12px;
   font-family: "NotoSansKR-Regular";
	}

.lnb_sub ul li a:link, .lnb_sub ul li a:visited , .lnb_sub2 ul li a:link, .lnb_sub2 ul li a:visited {
  color: #999
}

.lnb_sub ul li:last-child, .lnb_sub2 ul li:last-child {
  border-bottom: none;
  margin-bottom: -10px
}

.lnb_old .viewer {
  /*position: absolute;*/
  bottom: 20px;
  padding-right: 15px;
  width: 172px;
  margin-bottom: 50px;
}

.lnb_old .viewer li {
  float: left;
  font-size: 11px;
  width: 20%;
  text-align: center;
  border: none;
  position:
}

.lnb_old .viewer .title {
  margin-top: 0;
  margin-top: 0;
  color: #000;
 /* font-family: "ng";*/
    font-family: "NotoSansKR-Regular";
  font-size: 14px;
  border-bottom: 1px solid #979595;
  padding-bottom: 10px;
  margin-bottom: 7px
}

.contents {
  /*float: right;*/
  /*position: relative;*/
 /* margin-left: 86px;*/
  padding: 50px 0 50px 50px;
  font-size: 14px;
  line-height: 1.4em;
  border-left: 1px solid #ccc;
  background-color: #fff;

}

.contents h2 {
  font-size: 26px;
  font-family: "NotoSansKR-Bold";
  color: #000;
  position: relative;
}

.contents h2:before {
  content: "";
  height: 7px;
  width: 65px;
  background-color: #005798;
  position: absolute;
  left: 0;
  top: -22px
}

.contents_old .navi {
  color: #666;
  font-size: 14px;
  float: right;
  margin-top: -30px;
/*  font-family: "ng_l"*/
    font-family: "NotoSansKR-Light";
}

.head_box {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  margin: 60px 0;
  padding: 40px 0;
  position: relative;
}

.head_box .title {
  font-family: "NotoSansKR-Light";
  font-size: 30px;
  color: #666666;
  line-height: 1.4em
}

.head_box .title p {
  font-size: 40px;
  color: #000000
}

.head_box .title b {
  font-family: "NotoSansKR-Bold"
}

.head_box .img {
  position: absolute;
  right: 0;
  bottom: 40px
}

.content_body_old {
  margin-bottom: 50px
}

.content_body .greeting {
  font-size: 16px;
  line-height: 1.8em;
  color: #333333;
  background: url(/common/img/photo.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  margin-bottom: 70px;
  background-size: contain;
}

.content_body .greeting p {
  margin: 22px 0
}

.content_body .greeting .name {
  font-size: 18px;
  font-family: "NotoSansKR-Regular";
  color: #333333;
  padding-bottom: 40px
}

.content_body .greeting .name:before {
  content: "";
  width: 50px;
  height: 6px;
  background-color: #666666;
  display: block;
  margin-bottom: 7px;
}

.content_body .greeting .name b {
  font-size: 22px;
  font-family: "NotoSansKR-Bold";
  color: #000;
  letter-spacing: 10px;
  display: block;
  margin-top: 5px;
  margin-bottom: 20px
}

/*Å×ÀÌºí*/
.table th {
  background-color: #f5f5f5;
  text-align: center
}

.table th, .table td {
  border-right: 1px solid #ddd
}

.table th:last-child, .table td:last-child {
  border-right: none
}

.table {
  border-top: 2px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #fff
}

/*º»¹®*/
.form_body_li_1 {
  color: #005798;
  font-size: 20px;
  font-family: "NotoSansKR-Bold";
  margin: 30px 0;
  position: relative;
  padding-left: 15px;
}

.form_body_li_1:before {
  position: absolute;
  left: 0;
  top: 0px;
  border-radius: 3px;
  content: "";
  width: 8px;
  height: 18px;
  background: #005798
}

.form_body_li_2 {
  font-size: 15px;
/*  font-family: "ng";*/
    font-family: "NotoSansKR-Regular";
  color: #333;
  margin: 20px 0 20px 0px;
  line-height: 1.6em
}

.form_body_li_2>li {
  padding: 5px 0;
  position: relative;
  padding-left: 24px;
  line-height: 1.4em
}

.form_body_li_2>li:before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "radio_button_checked";
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  vertical-align: middle;
  margin-right: 5px;
  line-height: 1.6em;
  color: #005798
}
.form_body_li_2, h4 {
  font-size: 15px;
  font-family: "NotoSansKR-Regular";
  color: #333;
  margin: 20px 0 20px 0px;
  line-height: 1.6em
}

td>.form_body_li_2, h4 {
  margin: 0
}

.form_body_li_2>li, h4 {
  padding: 5px 0;
  position: relative;
  padding-left: 24px;
  line-height: 1.4em
}

.form_body_li_2_noimg {
  font-size: 15px;
  font-family: "NotoSansKR-Regular";
  color: #333;
  margin: 20px 0 20px 0px;
  line-height: 1.6em
}

h4 {
  margin: 30px 0 20px 0;
  clear: both
}

.form_body_li_2>li:before, h4:before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "radio_button_checked";
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  vertical-align: middle;
  margin-right: 5px;
  line-height: 1.6em;
  color: #005798
}
.form_body_li_3 {
  font-size: 14px;
/*  font-family: "ng_l";*/
    font-family: "NotoSansKR-Light";
  color: #666;
  margin: 10px 0 10px 10px
}

.form_body_li_3 li {
  list-style: disc;
  margin-left: 10px
}

@media (max-width: 845px) {
  .head_box .title {
    font-size: 24px
  }

  .head_box .title p {
    font-size: 30px
  }

  .contents .navi {
    float: none;
    margin-top: 0
  }
}

@media (max-width: 768px) {
  .contents {
    padding-left: 15px
  }
}
  .contents .scl_list_con {
  	min-height: 300px;
  }
@media (max-width: 767px) {
  .contents_warp {
    padding-left: 0;
    position: relative;
  }

  .lnb {
    display: none
  }

  .contents {
    padding: 25px 0 15px 15px;
    border: none
  }
  .contents .scl_list_con {
  	min-height: 200px;
  }
  .head_box .title {
    font-size: 18px
  }

  .head_box .title p {
    font-size: 24px
  }

  .contents .navi {
    float: none;
    margin-top: 0
  }

  .head_box {
    margin: 30px 0;
    padding: 20px 0;
  }

  .head_box .img {
    width: 50px;
    bottom: 20px;
  }

  .sub_cover {
    height: 100px
  }

  .sub_cover .warp {
    padding-top: 35px;
  }
}

/** 20190318 ¸ÞÀÎ ¿¡³ÊÁö ÁöÇ¥ th ÇÏ¾á»ö ¹è°æÀ¸·Î Ãß°¡ÇÔ }*/
.sta .table th{
  background-color:transparent;
  font-family: "NotoSansKR-Regular";
}
  
.swiper-slide #gp_oilprice, .swiper-slide #gp_stat1, .swiper-slide #gp_stat2{
	  font-family: "NotoSansKR-Bold";
  		font-size: 16px;
		position: absolute;
		z-index:1;
		width:95%;
		margin:auto;
		color:#00347b;
	}

#curve_chart{
	    min-width:300px;
	    min-height:210px;
	    width: 100%; 
    	height: 100%; 
		margin-top:-15px;
	}
.pie_chart{
		min-width:300px;
	    min-height:210px;
	    width: 100%; 
    	height: 100%; 
		margin-top:-15px;
		
	}
.pie_chart g text{
	font-size:9pt;
	}
.pie_chart svg{
	padding-top:15px;
	}


#tbd_lng_1, #tbd_coal_1{
		text-align:center;
		font-family: "NotoSansKR-Regular";
	}

	
	
	
	/*20190415 Ãß°¡ CSS*/
	.sub_cover .warp .material-icons {
  font-size: 46px;
  vertical-align: middle;
}

.sub_cover:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 0
}

.contents_warp {
  padding-left: 187px;
  position: relative;
  background-color: #fff
}

.contents_warp:after {
  content: "";
  display: block;
  clear: both
}

/*lnb*/
/*.lnb {position: absolute;left:15px;top:0;width:172px; bottom:0; background-color: #F9F9F9; padding-right:20px}
*/
.lnb {
  position: absolute;
  /*float:left;*/
  left: 50%;
  top: 0;
  width: 191px;
  bottom: 0;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: -530px;
  padding-bottom: 200px;
  border-right: 1px solid #ccc;
  margin-right: 0;
  background-color: #F9F9F9;
}

.lnb .title {
  font-size: 26px;
  font-family: "NotoSansKR-Bold";
  color: #005798;
  padding-top: 69px;
  padding-bottom: 9px;
}

.lnb ul li {
  border-bottom: 1px solid #aeaeae;
  font-size: 17px;
  font-family: "NotoSansKR-Regular";
  padding: 10px 0
}

.lnb ul li a:link, .lnb ul li a:visited {
  color: #666666
}

.lnb .lnb_sub {
  border-top: 1px solid #aeaeae;
  margin-top: 10px;
  display: none
}

.lnb .active {
  display: block
}

.lnb_sub ul li {
  font-size: 14px;
  font-family: "ng";
  border-bottom: 1px solid #ccc;
  margin-left: 15px
}

.lnb_sub ul li.sub .pull-right {
  font-size: 20px
}

.lnb_sub ul li a:link, .lnb_sub ul li a:visited {
  color: #777
}

.lnb_sub ul li:last-child {
  border-bottom: none;
  margin-bottom: -10px
}

.lnb .viewer {
  position: relative;
  bottom: 20px;
  padding-right: 15px;
  width: 172px
}

.lnb .viewer li {
  float: left;
  font-size: 11px;
  width: 20%;
  text-align: center;
  border: none;
  position:
}

.lnb .viewer .title {
  margin-top: 0;
  margin-top: 0;
  color: #000;
 /* font-family: "ng";*/
    font-family: "NotoSansKR-Regular";
  font-size: 14px;
  border-bottom: 1px solid #979595;
  padding-bottom: 10px;
  margin-bottom: 7px
}

.contents {
  padding: 50px 0 50px 50px;
  font-size: 14px;
  line-height: 1.4em;
  background-color: #fff;
  min-height:;
  border-left: 1px solid #ccc;
}

.contents h2 {
  font-size: 26px;
 /* font-family: "ng";*/
    font-family: "NotoSansKR-Bold";
  color: #000;
  position: relative;
}

.contents h2:before {
  content: "";
  height: 7px;
  width: 65px;
  background-color: #005798;
  position: absolute;
  left: 0;
  top: -22px
}

.contents .navi {
  color: #666;
  font-size: 15px;
  float: right;
  margin-top: -30px;
  position: relative; /* margin ¿¡ ÀÇÇØ¼­ Ä¿¼­°¡ ÁöÁ¤ÀÌ ¾ÈµÊ*/
  /*font-family: "ng_l";*/
  font-family: "NotoSansKR-Light";
}

.head_box {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  margin: 50px 0;
  padding: 40px 0;
  position: relative;
}

.head_box .title {
  font-family: "NotoSansKR-Light";
  font-size: 30px;
  color: #666666;
  line-height: 1.4em
}

.head_box .title p {
  font-size: 40px;
  color: #000000
}

.head_box .title b {
  /* font-family: "ng";*/
    font-family: "NotoSansKR-Bold";
}

.head_box .img {
  position: absolute;
  right: 0;
  bottom: 40px
}

.content_body {

  margin: 30px 0
}

.content_body .greeting {
  font-size: 16px;
  line-height: 1.8em;
  color: #333333;
  background: url(/common/img/photo.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  margin-bottom: 70px;
  background-size: contain;
}

.content_body .greeting p {
  margin: 22px 0
}

.content_body .greeting .name {
  font-size: 18px;
   /* font-family: "ns";*/
    font-family: "NotoSansKR-Light";
  color: #333333;
  padding-bottom: 40px
}

.content_body .greeting .name:before {
  content: "";
  width: 50px;
  height: 6px;
  background-color: #666666;
  display: block;
  margin-bottom: 7px;
}

.content_body .greeting .name b {
  font-size: 22px;
  /** font-family: "ns_eb";*/
     font-family: "NotoSansKR-Bold";
  color: #000;
  letter-spacing: 10px;
  display: block;
  margin-top: 5px;
  margin-bottom: 20px
}

/*Å×ÀÌºí*/
.table thead th {
 background-color: #f7f9fa;
  text-align: center; color:#000
}
.table tbody th {
  background-color: #f7f9fa;
  text-align: center
}

.table th, .table td {
  border-right: 1px solid #ddd
}

.table th:last-child, .table td:last-child {
  border-right: none
}

.table {
  border-top: 2px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #fff
}

/*º»¹®*/
.form_body_li_1,h3 {
  color: #005798;
  font-size: 20px;
  /**font-family: "ns_eb";*/
     font-family: "NotoSansKR-Bold";
  margin:50px 0 20px 0;
  position: relative;
  padding-left: 15px;
}

.form_body_li_1:before,h3:before {
  position: absolute;
  left: 0;
  top: 0px;
  border-radius: 3px;
  content: "";
  width: 8px;
  height: 18px;
  background: #005798
}

.form_body_li_2,h4 {
  font-size: 15px;
  /*font-family: "ng";*/
     font-family: "NotoSansKR-Regular";
  color: #333;
  margin: 20px 0 20px 0px;
  line-height: 1.6em
}

td>.form_body_li_2,h4 {margin:0}

.form_body_li_2>li,h4  {
  padding: 5px 0;
  position: relative;
  padding-left: 24px;
  line-height: 1.4em
}

.form_body_li_2_noimg {
  font-size: 15px;
  /*font-family: "ng";*/
     font-family: "NotoSansKR-Regular";
  color: #333;
  margin: 20px 0 20px 0px;
  line-height: 1.6em
}

h4 {margin:30px 0 20px 0; clear: both}
.form_body_li_2>li:before,h4:before  {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "radio_button_checked";
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  vertical-align: middle;
  margin-right: 5px;
  line-height: 1.6em;
  color: #005798
}

.form_body_li_3 {
  font-size: 14px;
   /*font-family: "ng_l";*/
  font-family: "NotoSansKR-Light";
  color: #666;
  margin: 6px 0 6px 10px
}

.form_body_li_3 li {
  list-style: disc;
  margin-left: 10px
}



div.cls_wrap_tab {
  position:relative;
  width:630px;
  overflow:visible;
  margin-top:15px;
  z-index:1;
}
div.cls_wrap_tab .cls_tab_head{
  position:relative;
  float:left;
  z-index:3;
}
div.cls_tab_body{
  position:absolute;
  top:28px;
  left:0px;
  width:630px;
  padding-top:15px;
  z-index:2;
}
div.cls_tab_body li{
  overflow:hidden;
  padding-left:10px;
  float:left; /* margin°ª ¶§¹®¿¡ »ç¿ë */
  width:100%;
  height:17px;
  background:transparent url('/keei/keei_img/dot_02.gif') no-repeat scroll 0 0;
  white-space:nowrap;
  margin:0px;
}
div.cls_tab_body .m_title{
  float:left;
  width:630px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
div.cls_tab_body dt{
  width:280px;
  font-weight:bold;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
div.cls_tab_body dd{
  height:30px;
  margin-top:5px;
  line-height:140%;
  overflow:hidden;
}
/* Tab 1 */
#idm_tab_1h a{
  display:block;
  width: 100px;
  height: 30px;
  background:transparent url('/keei/keei_img/b_tab.gif') no-repeat scroll 0 0;
}
#idm_tab_1h a:focus, #idm_tab_1h a:hover, #idm_tab_1h a.over{
  background-position:-101px 0;
}
#idm_tab_2h a{
  display:block;
  width: 100px;
  height: 30px;
  background:transparent url('/keei/keei_img/b_tab.gif') no-repeat scroll 0 -31px;
}
#idm_tab_2h a:focus, #idm_tab_2h a:hover, #idm_tab_2h a.over{
  background-position:-101px -31px;
}
#idm_tab_3h a{
  display:block;
  width: 100px;
  height: 30px;
  background:transparent url('/keei/keei_img/b_tab.gif') no-repeat scroll 0 -62px;
}
#idm_tab_3h a:focus, #idm_tab_3h a:hover, #idm_tab_3h a.over{
  background-position:-101px -62px;
}
div.tab_line1{
  border-top:2px solid #4B8FE7;
}
table a,table h4 a:link,table h4 a:visited {color:#337ab7 /*!important*/}

table h4 a:hover,table h4 a:active {color:#337ab7}
.text-link {color:#337ab7 ;}
.text-link:hover,.text-link:active { text-decoration: underline;color:#559cd9}
.text-link:after {/*content:"open_in_new";*/
/*font-family: 'Material Icons';*/
font-weight: normal;
font-style: normal;
font-size: 10px;
display: inline-block;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: 'liga';
vertical-align: middle;
margin-left: 0px;
line-height: 1em;
margin-top:-5px;
color: #7BD2F0}
.table>thead>tr>th {border-bottom:none}
.table thead { border-bottom:2px solid #aaa;}
.mb20 {margin-bottom: 20px}
.mb30 {margin-bottom: 30px}
.nav-tabs li a { padding-left: 20px; padding-right: 20px; /*font-family: ns_b;*/ font-family:NotoSansKR-Bold; font-size: 17px }

.team_select_box { width: 200px;
    float: right; }
  .team_select_box select {    border: 2px solid #005798;
    height: 36px;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {border:2px solid #333; border-bottom-color:#fff}
.nav-tabs {border-bottom:2px solid #333}
.nav-tabs>li {margin-bottom:-2px}
.nav-tabs>li>a {border-radius: 6px 6px 0 0}
.team_info_box .form_body_li_1 table td img {font-size:14px; color:#ccc; }
.table_center td,.table_center th {text-align: center;}
.org_list_text { font-size: 17px; /*font-family: ns_b;*/ font-family:NotoSansKR-Bold; text-align: left !important; background-color: #f9f9f9; border-bottom:1px solid  #aaa;border-top:1px solid  #aaa !important}
.table-responsive {overflow-x:hidden;}
.table {box-sizing: border-box;}
@media (max-width: 1070px) {
  .lnb{
    left:0;
    margin-left: 0;
    width: 220px;
  }
}

@media (max-width:970px) {
  .team_info_box .form_body_li_1 table td {
    display: block; margin:20px 0
  }
  .table-responsive {
      overflow-x: auto;
  }
}


@media (max-width: 845px) {
  .head_box .title {
    font-size: 24px
  }

  .head_box .title p {
    font-size: 30px
  }

  .contents .navi {
    float: none;
    margin-top: 0
  }
}

@media (max-width: 768px) {
  .contents {
    padding-left: 15px
  }
}

@media (max-width: 767px) {
  .contents_warp {
    padding-left: 0;
    position: relative;
  }

  .lnb {
    display: none
  }

  .contents {
    padding: 25px 0 15px 15px;
    border: none
  }

  .head_box .title {
    font-size: 18px
  }

  .head_box .title p {
    font-size: 24px
  }

  .contents .navi {
    float: none;
    margin-top: 0
  }

  .head_box {
    margin: 30px 0;
    padding: 20px 0;
  }

  .head_box .img {
    width: 50px;
    bottom: 20px;
  }

  .sub_cover {
    height: 100px
  }

  .sub_cover .warp {
    padding-top: 35px;
  }

  .team_select_box {width: 100%;
  float: none;margin-bottom: 10px}
  
  #rep_hidden_th1{
  	display: none;
  }
  
  #rep_hidden_td1{
  	display: none;
  }
  
  #rep_hidden_th2{
  	display: none;
  }
  
  #rep_hidden_td2{
  	display: none;
  }
  
  #rep_hidden_th3{
  	display: none;
  }
  
  #rep_hidden_td3{
  	display: none;
  }
}
@media screen and (min-width:0\0){
.textarea_table textarea{margin:1px 10px 3px 10px}
.textarea_table img{margin-top:3px}
}



