* {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body header {
  width: 100%;
  height: 160px;
  border-bottom: 1px solid #ddd;
  z-index: 999;
}

body header .header_top {
  display: block;
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #222;
  padding: 0px 50px;
  padding-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Noto Sans KR', sans-serif;
}

body header .header_top i {
  color: #ffd900;
  font-size: 14px;
  margin-top: 2px;
  margin-left: 10px;
}

body header .header_top i:nth-of-type(2) {
  margin-left: 15px;
}

body header .header_top span {
  color: white;
  font-size: 15px;
  margin-left: 10px;
}

body header .header_bottom {
  position: relative;
  padding: 0px 50px;
  width: 100%;
  height: 100px;
}

body header .header_bottom .logo {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body header .header_bottom .logo a {
  display: block;
  width: 100%;
  height: 100%;
}

body header .header_bottom nav {
  text-align: center;
  line-height: 100px;
}

body header .header_bottom nav .nav li {
  display: inline-block;
}

body header .header_bottom nav .nav li a {
  padding: 0px 40px;
  display: block;
  color: black;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
  width: 100%;
  height: 95%;
  display: block;
}

body header .header_bottom .sms {
  position: absolute;
  right: 50px;
  top: 0px;
  z-index: 999;
}

body header .header_bottom .sms a {
  display: block;
  width: 100%;
  height: 100%;
}

body header .lay {
  position: absolute;
  display: none;
  left: 0px;
  top: 160px;
  width: 100%;
  height: 250px;
  z-index: 998;
  background: white;
}

body header .lay .lay_li {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 250px;
  padding: 40px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

body header .lay .lay_li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body header .lay .lay_li ul li {
  text-align: center;
  display: inline-block;
  margin: 0px 60px;
}

body header .lay .lay_li ul li a {
  font-family: 'Noto Sans KR', sans-serif;
  color: black;
}

body header .lay .lay_li ul li a div {
  margin-top: 30px;
}

body .HHH {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  font-size: 32px;
  margin-top: 100px;
  margin-bottom: 80px;
  font-weight: bold;
  font-family: 'Noto Sans KR', sans-serif;
}

body .HHH::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #ccc;
}

body main .visual {
  position: relative;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body main .visual .sc {
  position: absolute;
  left: 50%;
  bottom: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body main .visual .sc h1 {
  font-size: 14px;
  color: white;
  font-family: 'Noto Sans KR', sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 100;
}

body main .visual .sc .bar {
  position: relative;
  width: 1px;
  height: 100px;
  background: #555;
}

body main .visual .sc .bar .resource {
  position: absolute;
  width: 1px;
  height: 40px;
  background: #ffd900;
  -webkit-animation: he 3s infinite;
          animation: he 3s infinite;
}

@-webkit-keyframes he {
  0% {
    height: 40px;
  }
  50% {
    height: 100px;
  }
  100% {
    height: 40px;
  }
}

@keyframes he {
  0% {
    height: 40px;
  }
  50% {
    height: 100px;
  }
  100% {
    height: 40px;
  }
}

body main .Project {
  text-align: center;
}

body main .Project .Projects {
  position: relative;
  overflow: hidden;
  position: relative;
}

body main .Project .Projects .cursor {
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
  display: none;
  padding: 32px;
  border-radius: 50%;
  background: #ffd900;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
}

body main .Project .Projects .cursor::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
  height: 35%;
  background-color: white;
}

body main .Project .Projects .cursor::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 35%;
  height: 2px;
  background-color: white;
}

body main .Project .Projects div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: flex;
}

body main .Project .Projects div li {
  position: relative;
  display: block;
  max-width: 25%;
  -webkit-transition: all .25s;
  transition: all .25s;
}

body main .Project .Projects div li:hover a::after {
  opacity: .5;
}

body main .Project .Projects div li:hover a p {
  opacity: 1;
}

body main .Project .Projects div li a {
  cursor: none;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

body main .Project .Projects div li a img {
  width: 100%;
  height: 100%;
}

body main .Project .Projects div li a::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all .25s;
  transition: all .25s;
}

body main .Project .Projects div li a p {
  position: absolute;
  width: 100%;
  height: 99%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 30px;
  text-align: left;
  left: 0px;
  top: 0px;
  color: white;
  font-size: 17px;
  font-weight: bold;
  font-family: 'Noto Sans KR', sans-serif;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all .25s;
  transition: all .25s;
}

body main .NEWS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 120px;
}

body main .NEWS .container {
  max-width: 1230px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body main .NEWS .container li {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body main .NEWS .container li .cursor {
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
  display: none;
  padding: 32px;
  border-radius: 50%;
  background: #ffd900;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
}

body main .NEWS .container li .cursor::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
  height: 35%;
  background-color: white;
}

body main .NEWS .container li .cursor::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 35%;
  height: 2px;
  background-color: white;
}

body main .NEWS .container li:not(:nth-child(1)) {
  margin-left: 30px;
}

body main .NEWS .container li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

body main .NEWS .container li a:hover .ig::after {
  opacity: .5;
}

body main .NEWS .container li a:hover .day {
  border-bottom: 1px solid #ffa600;
}

body main .NEWS .container li a .ig {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 50%;
  overflow: hidden;
  pointer-events: none;
}

body main .NEWS .container li a .ig::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  -webkit-transition: all .25s;
  transition: all .25s;
}

body main .NEWS .container li a .ig img {
  width: 380px;
  max-height: 250px;
  height: 100%;
}

body main .NEWS .container li a .des {
  font-family: 'Noto Sans KR', sans-serif;
  padding: 20px;
  padding-top: 25px;
  padding-bottom: 45px;
  pointer-events: none;
}

body main .NEWS .container li a .des h3 {
  font-size: 17px;
  color: black;
  margin-bottom: 25px;
  margin-top: 5px;
}

body main .NEWS .container li a .des p {
  font-size: 15px;
  color: gray;
}

body main .NEWS .container li a .day {
  padding: 25px 20px 30px 20px;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
}

body main .NEWS .container li a .day span:nth-child(1) {
  color: #ffa600;
  font-family: 'Noto Sans KR', sans-serif;
}

body main .NEWS .container li a .day span:nth-child(2) {
  color: gray;
  line-height: 25px;
}

body main .statics {
  position: relative;
  display: block;
  width: 100%;
  height: 500px;
  background: url(../IMG/bg_statistics.png) no-repeat center;
}

body main .statics .des1 {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body main .statics .des1 li {
  position: relative;
  padding-left: 40px;
  padding-top: 40px;
  width: 100%;
}

body main .statics .des1 li:not(:nth-child(4)) {
  margin-right: 200px;
}

body main .statics .des1 li::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: white;
}

body main .statics .des1 li::before {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  left: 0px;
  bottom: 0px;
  -webkit-transform: translate(-45%, 100%);
          transform: translate(-45%, 100%);
  background-color: white;
}

body main .statics .des1 li:nth-child(2)::before, body main .statics .des1 li:nth-child(4)::before {
  background: transparent;
  border: 2px solid white;
  width: 11px;
  height: 11px;
}

body main .statics .des1 li:nth-child(1) {
  height: 270px;
}

body main .statics .des1 li:nth-child(2) {
  height: 340px;
}

body main .statics .des1 li:nth-child(3) {
  height: 400px;
}

body main .statics .des1 li:nth-child(4) {
  height: 150px;
}

body main .statics .des1 li div {
  color: white;
  text-transform: uppercase;
}

body main .statics .des1 li div:nth-child(1) {
  font-size: 60px;
}

body main .statics .des1 li div:nth-child(2) {
  font-size: 14px;
  margin-top: 10px;
}

body main .instargram {
  text-align: center;
  font-family: 'Noto Sans KR', sans-serif;
  margin-bottom: 120px;
}

body main .instargram .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main .instargram .images li a img {
  width: 240px;
  height: 240px;
}

body footer {
  background-color: #333333;
  color: white;
  padding-top: 40px;
  padding-bottom: 30px;
  font-family: 'Noto Sans KR', sans-serif;
}

body footer .footer {
  width: 1230px;
  height: auto;
  padding: 0px 15px;
  margin: 0 auto;
}

body footer .footer .footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 40px;
}

body footer .footer .footer_top .f_b:nth-child(1) {
  -webkit-box-flex: 0.8;
      -ms-flex: 0.8;
          flex: 0.8;
}

body footer .footer .footer_top .f_b:nth-child(2) {
  -webkit-box-flex: 0.2;
      -ms-flex: 0.2;
          flex: 0.2;
  padding-right: 40px;
}

body footer .footer .footer_top .f_b:nth-child(3) {
  -webkit-box-flex: 0.1;
      -ms-flex: 0.1;
          flex: 0.1;
}

body footer .footer .footer_top .f_b .f_h {
  font-size: 16px;
  padding-bottom: 20px;
}

body footer .footer .footer_top .f_b ul {
  color: #7d7d7d;
  font-size: 15px;
}

body footer .footer .footer_top .f_b ul li {
  line-height: 28px;
}

body footer .footer .footer_top .f_b ul li i {
  text-align: center;
  width: 20px;
  height: 20px;
}

body footer .footer .footer_top .f_b ul li a {
  padding-left: 5px;
  text-align: left;
  color: #7d7d7d;
}

body footer .footer .footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid #445;
}

body footer .footer .footer_bottom span {
  display: inline-block;
  color: #7d7d7d;
  font-size: 14px;
  font-family: 'Noto Sans KR', sans-serif;
}

body footer .footer .footer_bottom span a {
  color: #7d7d7d;
}
/*# sourceMappingURL=style.css.map */