@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
.notosanskr * {
  font-family: "Noto Sans KR", sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333;
  word-break: break-word;
  word-wrap: break-word;
}

body, h1, h2, h3, h4, h5, h6, th, td, input, select, textarea, button {
  color: #333;
  font-size: 12px;
  font-family: "Noto Sans KR", "Malgun Gothic", "Nanum Gothic", "Dotum", "Gulim";
  line-height: normal;
  vertical-align: top;
}

ul, ol, dl, dt, dd {
  list-style: none;
}

a {
  text-decoration: none;
}

input[type=text] {
  cursor: text;
}

img {
  border: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
table.table-list {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

pre {
  color: #666;
  white-space: pre-wrap;
}

.hide1, hr, legend {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
}

caption {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
}

.none {
  display: none !important;
}

ul.inline-block li {
  display: inline-block;
  vertical-align: top;
  margin: 0 -2px;
  *display: inline;
  *float: left;
}
ul.block li {
  display: block;
  vertical-align: top;
  float: none !important;
  margin: 0;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.both {
  clear: both;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

ul.bg-none > li {
  padding-left: 0;
  background: none !important;
}

li.bg-none, dd.bg-none {
  padding-left: 0 !important;
  background: none !important;
}

ul.li-m-none > li {
  margin-bottom: 0 !important;
}
ul.bg-none > li ul {
  margin-bottom: 5px;
}
ul.bg-none > li li {
  margin-top: 2px;
  padding-left: 13px;
  background: none !important;
}
ul.bg-none > li li:first-child {
  margin-top: 2px;
}

.layer {
  position: absolute;
  display: table;
  top: 0;
  left: 0;
  width: 100%;
}
.layer .layer-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

input:disabled, select:disabled {
  background-color: #ddd;
}

button {
  vertical-align: middle;
  cursor: pointer;
}
button:focus {
  outline: 1px dotted;
}

textarea {
  height: auto;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  min-width: auto;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  top: 10px !important;
}

.btn-group {
  position: relative;
  height: 38px;
  margin: 0;
  margin-top: 20px;
}

.relative {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.absolute {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}

.left {
  right: auto !important;
  left: 0 !important;
}

.right {
  right: 0 !important;
  left: auto !important;
}

.btn-group .left a, .btn-group .left input[type=submit] {
  float: right;
  margin-left: 5px;
}
.btn-group .right a {
  margin-left: 5px;
}

.btn:hover, .btn:focus, .btn:active {
  text-decoration: underline;
}

#header {
  width: 100%;
  max-height: 210px;
  position: relative;
}

#header h1 {
  position: absolute;
  top: 40px;
  width: 100%;
  text-align: left;
}
#header h1 a {
  display: inline-block;
}
#logo_area {
  height: 130px;
}

#top-wrap {
  height: 50px;
  position: relative;
  border-bottom: solid 1px #e6e6e6;
}

#top-menu .menutops {
  float: right;
  padding: 15px 0;
  text-align: right;
  color: #777;
}
#top-menu .menutops a {
  outline: none;
  color: #222;
  font-weight: bold;
}
#top-menu .menutops a:after {
  content: " · ";
}
#top-menu .menutops a:last-child:after {
  content: "";
}
#top-menu .menutops img {
  margin-bottom: -3px;
}
#top-menu .menutops .admin {
  font-size: 11px;
  font-family: dotum;
  font-weight: bold;
  color: #FA5800;
}
#top-menu ul.quickmenu {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 100;
}
#top-menu ul:after {
  display: block;
  clear: both;
  content: "";
}
#top-menu li {
  display: inline-block;
  float: left;
  margin-left: 1px;
}
#top-menu li.home {
  margin-right: -2px;
}
#top-menu li.home > a {
  display: block;
  padding: 8px 10px;
  border: 1px solid #e2e2e2;
  color: #666;
}

#all-menu > a {
  display: block;
  padding: 7px 0px;
  width: 33px;
  border: 1px solid #e2e2e2;
  text-align: center;
}

.all-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/layouts/research152_g/image/bg-allmenu.png") 0 0 repeat;
  z-index: 9999;
}
.all-menu .close {
  position: absolute;
  top: -38px;
  right: -2px;
  background: #000;
}
.all-menu .container {
  margin-top: 100px;
  background: #f8f8f8;
}
.all-menu h2.tit {
  position: absolute;
  top: -70px;
  left: 0;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
.all-menu h2.tit img {
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
}
.all-menu h2.tit span {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  vertical-align: middle;
}
.all-menu .container div {
  position: relative;
  width: 100%;
  height: 500px;
  background: #979797;
  overflow-y: auto;
}
.all-menu h3.tit {
  position: absolute;
  left: 0;
  width: 225px;
  padding: 16px 0 16px 15px;
  border-top: 1px solid #004680;
  border-bottom: 1px solid #004680;
  background: #1363a4;
  color: #fff;
  font-size: 17px;
  font-weight: normal;
  line-height: 1;
  z-index: 999;
}
.all-menu h3.tit.active {
  background: #45495b;
  font-weight: bold;
}
.all-menu h3.tit.all-menu1 {
  top: 0;
  border-top: 1px solid #45495b;
}
.all-menu h3.tit.all-menu2 {
  top: 50px;
}
.all-menu h3.tit.all-menu3 {
  top: 100px;
}
.all-menu h3.tit.all-menu4 {
  top: 150px;
}
.all-menu h3.tit.all-menu5 {
  top: 200px;
}
.all-menu h3.tit.all-menu6 {
  top: 250px;
}
.all-menu h3.tit.all-menu7 {
  top: 300px;
}
.all-menu h3.tit.all-menu8 {
  top: 350px;
}
.all-menu .container div div {
  width: 759px;
  background: #dfe4e8;
  margin-left: 240px;
}

#top-menu .all-menu .container div div > ul {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 10px;
}
#top-menu .all-menu .container div div > ul ul {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 10px;
}
#top-menu .all-menu .container div div > ul ul ul {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 0;
  padding-bottom: 4px;
}
#top-menu .all-menu .container div div > ul ul ul > li {
  padding-bottom: 0;
}
#top-menu .all-menu .container div div > ul ul ul > li > a {
  display: block;
  padding-bottom: 0;
  background: none;
  color: #666;
  font-size: 13px;
}
#top-menu .all-menu .container div div > ul ul > li {
  display: block;
  float: none;
  padding-bottom: 0;
}
#top-menu .all-menu .container div div > ul ul > li > a {
  display: block;
  padding-bottom: 3px;
  padding-left: 10px;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 160%;
}
#top-menu .all-menu .container div div > ul > li {
  width: 22.8%;
  margin: 20px 10px;
}
#top-menu .all-menu .container div div > ul > li > a {
  display: block;
  padding: 12px;
  border: 1px solid #94a7b8;
  color: #4e677d;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
#top-menu .all-menu .container div ul li a:hover, #top-menu .all-menu .container div ul li a:focus {
  text-decoration: underline;
}
#top-menu .all-menu .container div ul li a img {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
}

#gnb {
  position: relative;
  height: 50px;
  z-index: 999;
}

.bg-gnb {
  display: none;
  position: absolute;
  top: 210px;
  left: 0;
  width: 100%;
  width: 100%;
  background: #fff;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  z-index: 50;
}

.bg-gnb.on, .bg-portal.on {
  display: block;
}

ul#gnb:after {
  display: block;
  clear: both;
  content: "";
}
ul#gnb > li {
  position: relative;
  display: inline-block;
  float: left;
  text-align: center;
  width: 20%;
}
ul#gnb > li > ul > li img {
  display: inline-block;
  padding-left: 8px;
  vertical-align: middle;
}
ul#gnb > li:hover {
  background-color: #f5f5f5;
}
ul#gnb.bojon > li {
  width: 25%;
}
ul#gnb.kor > li {
  width: 16.6%;
}
ul#gnb > li {
  position: relative;
}
ul#gnb > li > a {
  display: inline-block;
  padding: 14px 42px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  z-index: 10;
  max-width: 150px;
  max-height: 100px;
  overflow: hidden;
}
ul#gnb > li .subopener {
  display: none;
}
ul#gnb > li ul.menu1 {
  display: none;
}
ul#gnb > li.active {
  background-color: #c6dfff;
}
ul#gnb > li.active > a {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  z-index: 10;
}
ul#gnb > li > a:focus, ul#gnb > li > a:hover {
  font-weight: bold;
}

div > ul > li > a:focus, div > ul > li.active > a {
  font-weight: bold;
}

ul#gnb > li:first-child > ul {
  border-left: 1px solid #f2f2f2;
}
ul#gnb > li > ul {
  position: absolute;
  top: 61px;
  left: 0;
  width: 100%;
  min-height: 414px;
  z-index: 999;
  border-right: 1px solid #f2f2f2;
  margin-top: -1px;
}
ul#gnb > li > ul > li {
  display: block;
  float: none;
}
ul#gnb > li > ul > li > a {
  display: block;
  padding: 8px 20px;
  color: #fff;
  font-size: 15px;
}
ul#gnb > li > ul > li:first-child {
  padding-top: 40px;
}
ul#gnb > li > ul > li > a:hover, ul#gnb > li > ul > li > a:focus {
  background: #0d3463;
  color: #fff;
  text-decoration: none;
}
ul#gnb > li > ul > li.active a {
  background: #0d3463;
  color: #fff;
  text-decoration: none;
}
ul#gnb > li > ul > li.active ul > li > a {
  text-decoration: none;
}
ul#gnb > li > ul > li > ul > li > a:hover, ul#gnb > li > ul > li > ul > li > a:focus {
  text-decoration: none;
}

#footer {
  border-top: 1px solid #dddddd;
}
#footer .footer-content {
  margin-left: 20px;
}

#footer {
  position: relative;
  height: 200px;
}

#footer-banner {
  min-height: 30px;
}

.footer-logo {
  position: absolute;
  top: 30px;
}

.footer-menu {
  padding-top: 20px;
}
.footer-menu.nrich {
  margin-left: 160px;
  padding-top: 30px;
}
.footer-menu:after {
  display: block;
  clear: both;
  content: "";
}
.footer-menu > li {
  position: relative;
  display: inline-block;
  float: left;
  background: url("/layouts/research152_g/image/line-f-menu.gif") left 7px no-repeat;
}
.footer-menu > li > a {
  display: block;
  padding: 2px 10px;
  color: #fffefe;
  font-size: 14px;
  letter-spacing: -0.04em;
}
.footer-menu > li > a > strong {
  color: #dfa426;
}
p.address {
  position: relative;
  margin-top: 10px;
  color: #aaa;
  font-style: normal;
  font-size: 13px;
  letter-spacing: -0.04em;
}
p.address.nrich {
  margin-left: 170px;
}

p.address a {
  display: inline-block;
  margin: 0 1px;
  padding: 0 10px;
  color: #aaa9a9;
  font-size: 13px;
}

p.copyright {
  position: relative;
  margin-top: 3px;
  color: #aaa9a9;
  font-style: normal;
  font-size: 13px;
}

.related-sites {
  float: right;
  margin-top: 20px;
  margin-right: 20px;
  z-index: 10;
}
.related-sites > .link-title, .related-sites select {
  height: 30px;
  padding: 0 5px;
  border: solid 1px #7e9db9;
  letter-spacing: 0;
  font-weight: normal;
}
.related-sites > .link-title a {
  display: block;
  line-height: 2;
  font-size: 13px;
}
.related-sites > .link-site {
  position: absolute;
  bottom: 29px;
  width: 148px;
  padding: 10px;
  background: #fff;
  border: solid 1px #dadadc;
  line-height: 1.8;
}
.related-sites a {
  color: #626262;
}
.related-sites a.link-btn {
  display: block;
  position: absolute;
  top: 0;
  right: -37px;
  height: 16px;
  padding: 7px 10px;
  border: 0;
  background: #666;
  color: #fff;
}
.related-sites input[type=submit] {
  display: block;
  position: absolute;
  top: 0;
  right: -37px;
  height: 16px;
  padding: 7px 10px;
  border: 0;
  background: #666;
  color: #fff;
}

.footer-menu > li a {
  color: #444;
}

.container {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

#content > .container {
  background: #fff;
}
#content > .container:after {
  display: block;
  clear: both;
  content: "";
}

h4.tit {
  margin-bottom: 8px;
  padding-top: 5px;
  padding-left: 20px;
  background: url("/layouts/research152_g/image/_import/bul-h4.png") 0 9px no-repeat;
  color: #45495b;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.04em;
}
h4.tit span {
  display: block;
  padding-top: 2px;
  color: #777;
  font-size: 14px;
  font-weight: normal;
  line-height: 130%;
}
h4.tit.bg-none {
  padding-left: 0;
  background: none;
}

p.tit {
  margin-bottom: 11px;
  color: #45495b;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.04em;
}
p.txt {
  margin-bottom: 11px;
  color: #666;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.04em;
}

.tit-big {
  padding-bottom: 10px;
  color: #555;
  font-size: 18px;
}
.tit-big strong {
  font-size: 23px;
}

#top-navi {
  height: 50px;
}
#top-navi .container {
  height: 50px;
  border-right: 1px solid #cbcbcb;
  border-left: 1px solid #cbcbcb;
  background: #fefefe;
  border-bottom: 1px solid #d9d9d9;
}

#location {
  position: absolute;
  top: 0;
  left: 0;
}
#location ul:after {
  display: block;
  clear: both;
  content: "";
}
#location ul li {
  display: inline-block;
  float: left;
  background: url("/layouts/research152_g/image/main/ico-arrow.png") right 21px no-repeat;
}
#location ul li:last-child {
  background: none;
}
#location ul li:first-child {
  width: 50px;
  height: 50px;
  border-right: 1px solid #cbcbcb;
  background: none;
}
#location ul li a {
  display: block;
  padding: 16px 18px 16px;
  padding-right: 22px;
  color: #333;
  font-size: 14px;
}
#location ul li a:hover, #location ul li a:focus {
  text-decoration: underline;
}
#location ul li a img {
  display: block;
  padding-top: 2px;
  padding-left: 2px;
}
#location ul li:first-child a {
  padding: 16px;
}

.content-wrap {
  float: left;
  box-sizing: border-box;
}
.content-wrap iframe {
  max-width: 100%;
}
.content-wrap.sub {
  margin-left: -1px;
  width: 100%;
  padding: 40px;
  border-left: 1px solid #dbdbdb;
  background: #fff;
}
.content-wrap.subleft {
  margin-left: -1px;
  width: 799px;
  padding: 40px;
  border-left: 1px solid #dbdbdb;
}

h3.tit {
  margin-bottom: 30px;
  padding-bottom: 26px;
  color: #444;
  font-size: 30px;
  font-weight: normal;
}

.content_wrap {
  margin-top: 10px;
  font-size: 16px;
  line-height: 150%;
}
.content_wrap h1, .content_wrap h2, .content_wrap h3, .content_wrap h4 {
  font-size: revert;
}

.intro-content h3 {
  color: #996633;
  font-size: 18px;
  margin-bottom: 1.2em;
}
.intro-content h4 {
  font-size: 16px;
  line-height: 200%;
  margin: 20px 0 10px;
}

#footer-banner {
  min-height: 30px;
}

@media (max-width: 1199px) {
  #header h1 {
    top: 10px;
  }
}
@media (max-width: 767px) {
  p.address {
    color: black !important;
    font-size: 14px !important;
  }
  p.address > a {
    color: black !important;
    font-size: 14px !important;
  }
  #header h1 {
    top: 10px;
  }
  #header h1 a img {
    width: 250px;
  }
}
@media (max-width: 350px) {
  #header h1 a img {
    width: 180px;
  }
}

/*# sourceMappingURL=_main.css.map */
