/* ==== Google font ==== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&subset=korean");

/* include Font */
/*==default==*/

/*font-family: Georgia, Times, "Times New Roman", serif;*/

/*기본 CSS*/
body {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans", sans-serif;
  color: #333333;
  /*
	text-shadow:1px 1px 1px 1px rgba(0,0,0,0.005);
	-webkit-font-smoothing:antialiased !important;
	*/
}
#log-bi {
  z-index: 1000;
}
#btn-backissue,
#btn-menu,
#g-menu {
  z-index: 2000;
}
footer a {
  color: #333333;
  text-decoration: none;
}
footer a:hover {
  color: #333333;
  text-decoration: none;
}
footer a:focus {
  color: #333333;
  text-decoration: none;
}

.view-linker a {
  color: #ffffff;
  text-decoration: none;
}
.view-linker a:hover {
  color: #ffffff;
  text-decoration: none;
}
.view-linker a:focus {
  color: #ffffff;
  text-decoration: none;
}

.home-section a {
  color: #333333;
  text-decoration: none;
}
.home-section a:hover {
  color: #333333;
  text-decoration: none;
}
.home-section a:focus {
  color: #333333;
  text-decoration: none;
}

#nav-container a {
  text-decoration: none;
}
#nav-container a:hover {
  text-decoration: none;
}
#nav-container a:focus {
  text-decoration: none;
}

#btn-search a {
  color: #ffffff;
  text-decoration: none;
}
#btn-search a:hover {
  color: #ffffff;
  text-decoration: none;
}
#btn-search a:focus {
  color: #ffffff;
  text-decoration: none;
}

.bg-theme-color {
  background-color: rgba(255, 204, 0, 1);
}
.bg-theme-alpha {
  /*background-color: rgba(255,204,0,0.6);*/
  background-color: rgba(0, 0, 0, 0.17);
}
.cnt-theme-color {
  color: rgba(255, 204, 0, 1);
}
/* Loader */
.pre-loader {
  position: fixed;
  background: #ecf0f1;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: block;
}
.pre-loader .load-con {
  margin: 20% auto;
  position: relative;
  text-align: center;
}

/* header */
header {
  position: absolute;
  z-index: 10000;
  width: 100%;
  /* overflow: hidden; */
}

header #nav-top {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}

header #nav-top #brand {
  float: left;
}

header #nav-top #brand > a {
  position: relative;
  display: block;
}

header #nav-top #brand > a > #brand-round {
  display: inline-block;
  color: #fff;
}

header #nav-top #brand > a > #brand-round > div {
  position: relative;
  float: left;
  display: flex;
  height: 23px;
  align-items: center;
  text-align: center;
  margin-left: 15px;
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
}

header #nav-top #brand > a > #brand-round > div#month::after {
  content: "";
  position: absolute;
  top: 0;
  left: -6px;
  width: 3px;
  height: 100%;
  background-color: #d9d9d9;
}

header #nav-top #brand > a > #brand-round > div#month {
  padding: 3px 8px;
  border: 1px solid #fff;
  box-sizing: border-box;
}

header #nav-top #log-bi {
  max-width: 100px;
  margin-left: 10px;
}

header #nav-top > .nav-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 45px;
  font-family: "Pretendard";
}

header #nav-top > .nav-menu > li {
  position: relative;
  float: left;
  line-height: 26px;
  margin-left: 60px;
}

header #nav-top > .nav-menu > li:hover > a::after {
  height: 100%;
}

header #nav-top > .nav-menu > li:first-child {
  margin-left: 0;
}

header #nav-top > .nav-menu > li > a {
  position: relative;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
}

header #nav-top > .nav-menu > li > a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -8px;
  width: 2px;
  height: 0;
  background-color: rgba(229, 229, 229, 0.5);
  transition: all 0.3s ease;
}

header #nav-top > .nav-menu > li > ul {
  display: none;
  position: absolute;
  top: 99.99%;
  left: 0;
  min-width: 102px;
  white-space: nowrap;
  padding: 14px 10px;
  background-color: rgba(229, 229, 229, 0.5);
  text-align: left;
  line-height: 17px;
  box-sizing: border-box;
  list-style: none;
}

header #nav-top > .nav-menu > li > ul > li {
  margin-top: 10px;
}

header #nav-top > .nav-menu > li > ul > li:first-child {
  margin-top: 0;
}

header #nav-top > .nav-menu > li > ul > li > a {
  color: #fff;
}

header #nav-top > .nav-buttons {
  position: absolute;
  top: 0;
  right: 5px;
  display: flex;
  align-items: center;
  height: 100%;
  list-style: none;
}

header #nav-top > .nav-buttons > li {
  position: relative;
  float: left;
  height: 38px;
  line-height: 20px;
  margin-left: 15px;
}

header #nav-top > .nav-buttons > li.mlist > a {
  display: block;
  width: 100px;
  height: 38px;
  border: 1px solid #ffffff;
  border-radius: 23px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  transition: all 0.25s ease;
}

header #nav-top > .nav-buttons > li.mlist > a:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

header #nav-top > .nav-buttons > li.subscribe > a > img,
header #nav-top > .nav-buttons > li.subscribe > a > span {
  transition: all 0.25s ease;
}

header #nav-top > .nav-buttons > li.subscribe > a > span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: center;
  line-height: 36px;
  color: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 100%;
}

header #nav-top > .nav-buttons > li.subscribe > a:hover > img {
  opacity: 0;
}

header #nav-top > .nav-buttons > li.subscribe > a:hover > span {
  opacity: 1;
}

/* brand*/
header #head-top #brand {
  float: left;
}

header #head-top #brand #brand-round {
  border: 1px solid #fff;
  padding: 5px 7px;
  color: #fff;
  text-align: center;
}

header #head-top #brand #brand-round #month {
  font-size: 1em;
  line-height: 35px;
  font-weight: 800;
}

header #head-top #log-bi {
  float: left;
}
header #head-top #log-bi img {
  max-height: 80px;
}
header #head-top #g-menu {
  float: right;
  font-size: 2em;
  color: #fff;
}
header #head-top #g-menu #btn-menu {
  float: left;
  padding: 5px 8px;
  cursor: pointer;
}
header #head-top #g-menu #s-cntr {
  float: left;
  margin-right: 5px;
  position: relative;
}
header #head-top #g-menu #btn-search {
  padding: 5px 8px;
  cursor: pointer;
}
header #head-top #g-menu #s-box {
  position: absolute;
  right: 0px;
  display: none;
}

.bg-black-alpha {
  position: absolute;
  width: 100%;
  height: 100%;
}

#warp {
  overflow: hidden;
}

#nav-container {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 30000;
  color: #333333;
  /*background-color: rgba(255,255,255,0.8);*/
  background-color: rgba(0, 0, 0, 0.5);
}
#nav-brw-bg {
  background-color: rgba(255, 255, 255, 0.8);
}
#nav-container #nav-title {
  font-size: 2em;
  color: rgba(0, 0, 0, 0.8);
}

#nav-container .container {
  margin: 0 auto;
  padding: 0px;
}

#nav-container #nav-brw {
  position: relative;
  max-width: 580px;
  padding: 40px 50px 15px;
  width: 100%;
  float: right;
  /*background-color: rgba(235,235,235,1.0);*/
  background-color: rgba(255, 255, 255, 1);
  overflow: hidden;
}

#nav-container #nav-brw #nav-closer {
  position: absolute;
  right: 0px;
  margin-right: 20px;
  top: 10px;
  padding: 25px;
}
#nav-container #nav-brw .cate-title {
  color: rgba(0, 0, 0, 0.5);
}
#nav-container #nav-brw #nav-title {
  margin-bottom: 35px;
}

#nav-container #nav-brw .one-depth {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#nav-container #nav-brw .one-item {
  width: 100%;
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: 0px solid rgba(0, 0, 0, 0.2);
}
#nav-container #nav-brw .one-item.none-line {
  border: 0px;
}

#nav-container #nav-brw .one-item .one-title {
  font-size: 1.3em;
  font-weight: 700;
}

#nav-container #nav-brw .two-depth-cntr {
  margin-top: 20px;
}

#nav-container #nav-brw .two-depth-cntr .two-depth {
  padding: 0px;
  margin: 0px;
}
#nav-container #nav-brw .two-depth-cntr .two-depth li {
  width: 100%;
  display: inline-flex;
  margin-bottom: 10px;
  padding: 0px;
}
#nav-container #nav-brw .li-avat {
  float: left;
}
#nav-container #nav-brw .li-culm {
  width: 100%;
  margin-left: 10px;
}
#nav-container #nav-brw .li-culm .sub-title {
  font-weight: 600px;
  font-size: 1.3em;
  margin-top: -10px;
}
/*top-menu*/

#top-menu {
  top: 150px;
  width: 100%;
  position: absolute;
  height: 60px;
  z-index: 20000;
  display: inline-flex;
  border-bottom: 1px solid #eeeeee;
}

#top-menu ul#t-one-depth {
  text-align: center;
  display: table;
  margin: 0px auto;
}
#top-menu ul li {
  float: left;
  padding: 5px 12px;
  list-style: none;
}
#top-menu ul li.one-item {
  margin: 10px 25px;
  font-size: 18px;
  font-weight: 400;
}
#top-menu ul li.one-item a {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}
#top-menu ul li .two-depth-cntr a {
  font-size: 14px;
}
#top-menu ul li.one-item span {
  cursor: pointer;
}
#top-menu ul li.one-item .one-title a:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}

#top-menu ul li .two-depth-cntr {
  position: absolute;
  width: 100%;
  left: -0px;
  font-size: 14px;
  font-weight: 400;
  margin-top: 19px;
  z-index: 10000;
  padding: 10px 5px;
  display: none;
  background-color: rgba(229, 229, 229, 1);
}
#top-menu ul li .two-depth {
  display: table;
  margin: 0 auto;
}
#top-menu .two-depth li {
  padding: 10px 25px;
  color: rgba(52, 52, 52, 1);
}
#top-menu .two-depth li:hover {
  color: rgba(0, 0, 0, 1);
}

#main-cnter {
  padding-top: 250px;
  width: 100%;
}

footer {
  padding: 50px 5px 0px;
  /*background-color: #dcdcdc;*/
  font-size: 0.9em;
}

footer img {
  margin: 0 auto;
}
footer #footer-header {
  text-align: center;
  margin: 15px auto;
  /*max-width: 300px;*/
  max-width: 450px;
}

footer #sns-box {
  border-bottom: 0px solid rgba(0, 0, 0, 0.1);
  max-width: 160px;
  padding: 0px 0px 20px;
  margin: 15px auto 0px;
}

footer #sns-box .colum {
  text-align: center;
}
footer #sns-box .sns-btn {
  border: 0px solid rgba(0, 0, 0, 0.4);
  width: auto;
  max-width: 80px;
  margin: 0 auto;
  display: inline-block;
}
footer #sns-box .sns-btn img {
  margin-top: 2px;
  max-width: 30px;
  margin-right: 10px;
}
footer #sns-box .team-wrapper-overlay {
  margin: 0 auto;
}
footer #sns-box .avatar {
  float: left;
}

footer #sns-box .sns-title {
  float: left;
}

footer #sns-box .sns-title {
  display: inline-flex;
  margin-top: 13px;
  font-size: 1em;
}

footer #info {
  background-color: #f5f5f5;
  padding-top: 25px;
  margin-bottom: 0px;
}

footer #footer-bi img {
  /*float:right;*/
}
footer .footer-copye {
  margin: 15px 0px 20px;
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
}

footer .footer-copye p {
  line-height: 20px;
  margin: 0px;
}
footer .ft-logo {
  margin: 0;
}
footer ul,
footer li {
  list-style: none;
  margin: 0px;
}
footer li {
  list-style: none;
  float: left;
  margin: 0 5px;
}
footer .ful {
  clear: both;
  padding: 0px;
  display: table;
  margin: 0 auto;
}
section#subIntro #btn-pdf {
  position: absolute;
  z-index: 11000;
  top: 70px;
  right: 20px;
}

section#subIntro #btn-print {
  position: absolute;
  z-index: 11000;
  top: 70px;
  right: 95px;
}

section#subIntro .container {
  position: relative;
}
.shared {
  cursor: pointer;
}
@media (max-width: 480px) {
  header #head-top #g-menu #btn-search {
    display: none;
  }
  header #head-top #log-bi {
    position: absolute;
    margin: 0px auto 0px;
  }

  header #head-top #log-bi img {
    max-height: 40px;
    margin-top: 12px;
  }

  #footer-1 {
    display: none;
  }

  #footer-2 {
    width: 50%;
  }

  #footer-3 {
    width: 50%;
  }

  footer .ful {
    clear: both;
  }
}

@media (max-width: 767px) {
  header #head-top #log-bi {
    position: absolute;
    left: 100px;
  }
  header #head-top #log-bi img {
    max-height: 55px;
    margin-top: 8px;
  }

  footer #sns-box .container {
    max-width: 180px;
    padding: 0px;
  }
  footer #sns-box .sns-title {
    display: none;
  }

  footer #footer-bi img {
    float: none;
  }
  footer .footer-copye {
    text-align: center;
  }
  footer .ft-logo {
    margin: 0 auto;
  }
  footer .ful {
    clear: none;
  }
}

@media (max-width: 768px) {
  #top-menu {
    display: none;
  }
  footer #sns-box .sns-btn {
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 5%;
  }
}

@media (max-width: 992px) {
  header #nav-top > .nav-menu {
    display: none;
  }
}

@media (max-width: 1200px) {
  header #nav-top > .nav-menu > li {
    margin-left: 30px;
  }
}

.home-section .cultureItem .item {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  line-height: 1.3;
}

.home-section .cultureItem .item .img {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
}

.home-section .cultureItem .item .img > img {
  border-radius: 10px;
}

.home-section .cultureItem .item .text {
  position: relative;
  text-indent: 10px;
}
