html, body {
  letter-spacing: -1px;
}

header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  height: 134px;
  z-index: 2000;
}

header:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  left: 0;
  top: 134px;
}

header .headWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1300px;
  height: 134px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 60px;
}

@media (max-width: 1000px) {
  header .headWrap {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  header .headWrap {
    padding-left: 20px;
  }
}

header .headWrap h1 {
  height: 134px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .4s;
  transition: .4s;
  width: 180px;
}

header .headWrap h1 img {
  width: 100%;
}

@media (max-width: 768px) {
  header .headWrap h1 {
    width: 130px;
  }
}

header .headWrap .gnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  position: absolute;
  right: 20px;
  top: 0;
}

@media (max-width: 768px) {
  header .headWrap .gnb {
    display: none;
  }
}

header .headWrap .gnb > li {
  position: relative;
  margin-right: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

header .headWrap .gnb > li:last-of-type {
  margin-right: 0;
}

header .headWrap .gnb > li h2 > a {
  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;
  width: 113px;
  height: 134px;
  -webkit-transition: .4s;
  transition: .4s;
}

@media (max-width: 1000px) {
  header .headWrap .gnb > li h2 > a {
    width: 93px;
  }
}

header .headWrap .gnb > li h2 > a:hover {
  background-color: #cc0000;
  color: #fff;
}

header .headWrap .gnb > li:hover ul {
  max-height: 500px;
  border: 1px solid #cc0000;
}

header .headWrap .gnb > li > ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  max-height: 0;
  z-index: 10;
  -webkit-transition: .3s;
  transition: .3s;
}

header .headWrap .gnb > li > ul li:last-of-type h3 > a {
  border-bottom: 0;
}

header .headWrap .gnb > li > ul h3 > a {
  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;
  width: 100%;
  height: 40px;
  font-size: 12px;
  border-bottom: 1px solid #cc0000;
  -webkit-transition: .4s;
  transition: .4s;
}

header .headWrap .gnb > li > ul h3 > a:hover {
  background-color: #cc0000;
  color: #fff;
}

header .headWrap .side {
  -webkit-transition: .4s;
  transition: .4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  font-size: .875rem;
  height: 134px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  header .headWrap .side {
    display: none;
  }
}

header .headWrap .side li {
  margin-right: 20px;
  -webkit-transition: .4s;
  transition: .4s;
}

header .headWrap .side li a {
  color: #666;
}

header .headWrap .side li:last-of-type {
  margin-right: 0;
}

header .headWrap .hamBtn {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  margin-top: 15px;
}

@media (max-width: 768px) {
  header .headWrap .hamBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
}

header .headWrap .hamBtn span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #232323;
  position: absolute;
}

header .headWrap .hamBtn span:before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background-color: #232323;
  position: absolute;
  left: 0;
  top: -8px;
}

header .headWrap .hamBtn span:after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background-color: #232323;
  position: absolute;
  left: 0;
  bottom: -8px;
}

@media (max-width: 800px) {
  header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    height: 134px;
    height: 80px;
    z-index: 2000;
  }
  header:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    left: 0;
    top: 134px;
    top: 80px;
  }
  header .headWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    max-width: 1300px;
    height: 134px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 60px;
  }
}

@media (max-width: 800px) and (max-width: 768px) {
  header .headWrap {
    padding-left: 20px;
  }
}

@media (max-width: 800px) {
  header .headWrap h1 {
    height: 134px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .4s;
    transition: .4s;
    height: 100%;
  }
  header .headWrap h1 a {
    display: block;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .headWrap h1 img {
    max-height: 100%;
  }
  header .headWrap .gnb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    position: absolute;
    right: 20px;
    top: 0;
  }
}

@media (max-width: 800px) and (max-width: 768px) {
  header .headWrap .gnb {
    display: none;
  }
}

@media (max-width: 800px) {
  header .headWrap .gnb > li {
    position: relative;
    margin-right: 0;
    -webkit-transition: .4s;
    transition: .4s;
  }
  header .headWrap .gnb > li:last-of-type {
    margin-right: 0;
  }
  header .headWrap .gnb > li h2 > a {
    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;
    width: 113px;
    height: 134px;
    -webkit-transition: .4s;
    transition: .4s;
  }
  header .headWrap .gnb > li h2 > a:hover {
    background-color: #cc0000;
    color: #fff;
  }
  header .headWrap .gnb > li:hover ul {
    max-height: 500px;
    border: 1px solid #cc0000;
  }
  header .headWrap .gnb > li > ul {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    max-height: 0;
    z-index: 10;
    -webkit-transition: .3s;
    transition: .3s;
  }
  header .headWrap .gnb > li > ul li:last-of-type h3 > a {
    border-bottom: 0;
  }
  header .headWrap .gnb > li > ul h3 > a {
    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;
    width: 100%;
    height: 40px;
    font-size: 12px;
    border-bottom: 1px solid #cc0000;
    -webkit-transition: .4s;
    transition: .4s;
  }
  header .headWrap .gnb > li > ul h3 > a:hover {
    background-color: #cc0000;
    color: #fff;
  }
  header .headWrap .side {
    -webkit-transition: .4s;
    transition: .4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    font-size: .875rem;
    height: 134px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 800px) and (max-width: 768px) {
  header .headWrap .side {
    display: none;
  }
}

@media (max-width: 800px) {
  header .headWrap .side li {
    margin-right: 20px;
    -webkit-transition: .4s;
    transition: .4s;
  }
  header .headWrap .side li a {
    color: #666;
  }
  header .headWrap .side li:last-of-type {
    margin-right: 0;
  }
  header .headWrap .hamBtn {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50px;
    height: 50px;
    margin-left: 20px;
    margin-top: 15px;
  }
}

@media (max-width: 800px) and (max-width: 768px) {
  header .headWrap .hamBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
}

@media (max-width: 800px) {
  header .headWrap .hamBtn span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #232323;
    position: absolute;
  }
  header .headWrap .hamBtn span:before {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background-color: #232323;
    position: absolute;
    left: 0;
    top: -8px;
  }
  header .headWrap .hamBtn span:after {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background-color: #232323;
    position: absolute;
    left: 0;
    bottom: -8px;
  }
}

@media (min-width: 769px) {
  header.wheel {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    height: 40px;
  }
  header.wheel .headWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    height: 40px;
    margin: 0 auto;
  }
  header.wheel .headWrap h1 {
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 769px) and (max-width: 768px) {
  header.wheel .headWrap .gnb {
    display: none;
  }
}

@media (min-width: 769px) {
  header.wheel .headWrap .gnb > li {
    position: relative;
    margin-right: 10px;
  }
  header.wheel .headWrap .gnb > li:last-of-type {
    margin-right: 0;
  }
  header.wheel .headWrap .gnb > li h2 > a {
    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;
    width: 100px;
    height: 40px;
  }
  header.wheel .headWrap .gnb > li > ul h3 > a {
    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;
    width: 100px;
    height: 40px;
  }
  header.wheel .headWrap .side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    font-size: .75rem;
    height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 769px) and (max-width: 768px) {
  header.wheel .headWrap .side {
    display: none;
  }
}

@media (min-width: 769px) {
  header.wheel .headWrap .side li {
    margin-right: 10px;
  }
  header.wheel .headWrap .side li a {
    color: #666;
  }
  header.wheel .headWrap .side li:last-of-type {
    margin-right: 0;
  }
  header.wheel .headWrap .hamBtn {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50px;
    height: 50px;
    margin-left: 20px;
    margin-top: 15px;
  }
}

@media (min-width: 769px) and (max-width: 768px) {
  header.wheel .headWrap .hamBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
}

@media (min-width: 769px) {
  header.wheel .headWrap .hamBtn span {
    display: block;
    width: 20px;
    height: 1px;
    background-color: #232323;
    position: absolute;
  }
  header.wheel .headWrap .hamBtn span:before {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background-color: #232323;
    position: absolute;
    left: 0;
    top: -8px;
  }
  header.wheel .headWrap .hamBtn span:after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background-color: #232323;
    position: absolute;
    left: 0;
    bottom: -8px;
  }
}

.m-headWrap {
  display: none;
}

@media (max-width: 768px) {
  .m-headWrap {
    display: block;
    position: fixed;
    right: -100%;
    -webkit-transition: .4s;
    transition: .4s;
    top: 0;
    width: 90%;
    height: 100vh;
    background-color: #fff;
    z-index: 10;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .m-headWrap.on {
    right: 0;
  }
  .m-headWrap .closeBtn {
    position: absolute;
    right: 20px;
    top: 30px;
  }
  .m-headWrap .side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
    font-size: .93rem;
  }
  .m-headWrap .side li {
    margin-right: 10px;
  }
  .m-headWrap .side li a {
    color: #666;
  }
  .m-headWrap .gnb {
    border-top: 1px solid #232323;
  }
  .m-headWrap .gnb > li:not(:nth-of-type(2)) h2 > a:after {
    display: none;
  }
  .m-headWrap .gnb h2 > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
    border-bottom: 1px solid #ddd;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-headWrap .gnb h2 > a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #232323;
    margin-right: 20px;
  }
  .m-headWrap .gnb > li ul {
    overflow: hidden;
  }
  .m-headWrap .gnb > li ul h3 > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 40px;
    box-sizing: border-box;
    padding-left: 30px;
    background-color: #f8f8f8;
  }
}

.blackbox {
  width: 100%;
  height: 100vh;
  z-index: 10;
  position: fixed;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.568);
  pointer-events: none;
}

@media (min-width: 769px) {
  .blackbox {
    display: none;
  }
}

.blackbox.on {
  opacity: 1;
}

#contentsWrap {
  padding-top: 135px;
  -webkit-transition: .4s;
  transition: .4s;
}

@media (max-width: 800px) {
  #contentsWrap {
    padding-top: 80px;
  }
}

footer {
  background-color: #cc0000;
  color: #fff;
}

footer:before {
  z-index: 9999;
  content: '';
  display: block;
  width: 100%;
  max-width: 1300px;
  height: 100vh;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}

footer:after {
  content: '';
  display: block;
  width: 100%;
  height: 50px;
  background-color: #dedede;
}

footer .wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
  padding-left: 60px;
  position: relative;
  width: 95%;
  max-width: 1300px;
  margin: 0 auto;
  height: 100%;
}

footer .wrap ul.finfo li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
}

footer .wrap ul.finfo li b {
  font-weight: bold;
  padding-right: 10px;
}

footer .wrap .overWrap {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 60px;
  top: -130px;
  z-index: 10;
  width: 460px;
  height: 200px;
}

footer .wrap ul.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .wrap ul.news li {
  margin-right: 20px;
  width: 140px;
  height: 200px;
}

footer .wrap ul.news li:last-of-type {
  margin-right: 0;
}

footer .wrap ul.news li a {
  display: block;
  width: 100%;
  height: 100%;
}

footer .wrap ul.news li a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

footer .wrap ul.news li a figure {
  width: 100%;
  height: 130px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
}

footer .wrap ul.news li a figure img {
  width: 100%;
  height: 100%;
  -webkit-transition: 3s;
  transition: 3s;
  -o-object-fit: cover;
     object-fit: cover;
}

footer .wrap ul.news li a .txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  padding: 15px 10px;
  color: #666;
  border: 1px solid #f8f8f8;
}

footer .wrap ul.news li a .txt p {
  font-size: 10px;
  line-height: 16px;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

footer .wrap ul.news li a .txt span {
  font-size: 8px;
}

@media (max-width: 768px) {
  footer {
    background-color: #cc0000;
    color: #fff;
  }
  footer:before {
    z-index: 9999;
    content: '';
    display: block;
    width: 100%;
    max-width: 1300px;
    height: 100vh;
    pointer-events: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
  }
  footer:after {
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    background-color: #dedede;
  }
  footer .wrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 0;
    padding-left: 20px;
    position: relative;
    width: 95%;
    max-width: 1300px;
    margin: 0 auto;
    height: 100%;
    padding-top: 140px;
  }
  footer .wrap ul.finfo {
    position: relative;
    right: 12px;
  }
  footer .wrap ul.finfo li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    line-height: 16px;
    font-weight: 300;
  }
  footer .wrap ul.finfo li b {
    font-weight: bold;
    padding-right: 10px;
  }
  footer .wrap .overWrap {
    position: absolute;
    right: auto;
    left: -10px;
    top: -130px;
    z-index: 10;
    width: calc(100% + 19px);
    height: 222px;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 10px;
  }
  footer .wrap ul.news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 440px;
  }
  footer .wrap ul.news li {
    margin-right: 10px;
    width: 140px;
    height: 200px;
  }
  footer .wrap ul.news li:last-of-type {
    margin-right: 0;
  }
  footer .wrap ul.news li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  footer .wrap ul.news li a:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  footer .wrap ul.news li a figure {
    width: 100%;
    height: 130px;
    overflow: hidden;
  }
  footer .wrap ul.news li a figure img {
    width: 100%;
    height: 100%;
    -webkit-transition: 3s;
    transition: 3s;
    -o-object-fit: cover;
       object-fit: cover;
  }
  footer .wrap ul.news li a .txt {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
    padding: 15px 10px;
    color: #666;
    border: 1px solid #f8f8f8;
  }
  footer .wrap ul.news li a .txt p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  footer .wrap ul.news li a .txt span {
    font-size: 12px;
  }
}
/*# sourceMappingURL=nav.css.map */