#contentsWrap {
  background: #fff;
  padding-top: 120px;
}
@media (max-width: 1280px) {
  #contentsWrap {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  #contentsWrap {
    padding-top: 55px;
  }
}

header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  z-index: 100;
  background: #fff;
}

.m-headWrap {
  display: none;
}

header .headWrap {
  height: 120px;
  display: flex;
  align-items: center;
  width: 90%;
  max-width: 1900px;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
  box-sizing: border-box;
  z-index: 1;
}
header .headWrap h1 a {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}
header .headWrap h1 a img {
  max-width: 230px;
}
header .headWrap h1 a img.transparent {
  display: none;
}
header .headWrap .gnb {
  display: flex;
}
header .headWrap .gnb > li:not(:last-child) {
  margin-right: 10rem;
  position: relative;
}
@media (max-width: 1480px) {
  header .headWrap .gnb > li:not(:last-child) {
    margin-right: 6em;
  }
  header .headWrap .gnb > li:not(:last-child):after {
    right: -1.25rem;
  }
}
header .headWrap .gnb > li h2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 120px;
  position: relative;
  font-size: 1.25rem;
}
header .headWrap .gnb > li h2 a:hover {
  color: #1F1673;
}
header .headWrap .gnb > li ul h3 > a:hover {
  color: #1F1673;
}
header .headWrap .side {
  font-size: 0.75rem;
  display: flex;
}
header .headWrap .side li:not(:last-child) {
  margin-right: 20px;
  position: relative;
}
header .headWrap .side li:not(:last-child):after {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background-color: rgba(102, 102, 102, 0.5);
  position: absolute;
  right: -12px;
  top: 4px;
}
header .headWrap .side li a {
  font-size: 1.0625rem;
  color: #8B8A8A;
}
header .headWrap .side li a:hover {
  color: #1F1673;
}
header .headWrap .hamBtn {
  height: 50px;
  width: 28px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: none;
  transition: 0.2s;
}
header .headWrap .hamBtn span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #232323;
  margin: 2.5px 0;
  position: relative;
}
header .headWrap .hamBtn span em {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #232323;
}
header .headWrap .hamBtn.on {
  transform: rotate(45deg);
}
header .headWrap .hamBtn.on span em {
  transform: rotate(90deg);
}
header .headWrap .hamBtn.on span:first-of-type, header .headWrap .hamBtn.on span:last-of-type {
  transform: scaleX(0);
}

@media (max-width: 1920px) {
  header .headWrap {
    max-width: 1600px;
  }
}
header.each .headWrap .gnb > li {
  position: relative;
}
header.each .headWrap .gnb > li:hover ul {
  max-height: -moz-fit-content;
  max-height: fit-content;
  border-top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
header.each .headWrap .gnb > li ul {
  position: absolute;
  right: -45px;
  top: 116px;
  width: 180px;
  max-height: 0;
  transition: 0.3s;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #fff;
}
header.each .headWrap .gnb > li ul li:first-of-type h3 > a {
  padding-top: 20px;
}
header.each .headWrap .gnb > li ul li:last-of-type h3 > a {
  padding-bottom: 20px;
  border-bottom: 0;
}
header.each .headWrap .gnb > li ul li h3 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

@media (min-width: 1280px) {
  header.drop {
    border: 0;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
  }
  header.drop:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    left: 0;
    top: 100px;
  }
  header.drop .headWrap {
    align-items: flex-start;
    transition: 0.6s;
    transition-timing-function: linear;
    overflow: hidden;
    height: auto;
    max-height: 120px;
  }
  header.drop .headWrap h1 {
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header.drop .headWrap .gnb > li {
    position: relative;
  }
  header.drop .headWrap .gnb > li ul {
    display: block;
    width: 100%;
    text-align: center;
  }
  header.drop .headWrap .gnb > li ul li:first-of-type h3 > a {
    padding-top: 20px;
  }
  header.drop .headWrap .gnb > li ul li:last-of-type h3 > a {
    padding-bottom: 20px;
  }
  header.drop .headWrap .gnb > li ul li h3 > a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
  }
  header.drop .headWrap .side {
    height: 120px;
    align-items: center;
  }
  header.drop .headWrap:hover {
    max-height: 500px;
  }
}

@media (max-width: 1280px) {
  header.each .headWrap .gnb > li ul {
    top: 75px;
  }
}

header.fitdrop .headWrap {
  height: 120px;
  display: flex;
  align-items: flex-start;
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
header.fitdrop .headWrap h1 a {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}
header.fitdrop .headWrap h1 a img.transparent {
  display: none;
}
header.fitdrop .headWrap .gnb {
  display: flex;
}
header.fitdrop .headWrap .gnb > li {
  position: relative;
}
header.fitdrop .headWrap .gnb > li ul {
  position: absolute;
  left: 0;
  top: 110px;
  width: 100%;
  background-color: #fff;
  text-align: center;
  height: 187px;
  overflow: hidden;
  max-height: 0;
  transition: 0.3s;
}
header.fitdrop .headWrap .gnb > li ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 1px solid red;
  height: 45px;
}
header.fitdrop .headWrap .side {
  align-items: center;
  height: 120px;
}
header.fitdrop:hover .gnb ul {
  max-height: 500px !important;
}

@media (min-width: 1280px) {
  header.sidetop:before {
    top: 150px;
  }
  header.sidetop .headWrap .gnb {
    display: flex;
  }
}

@media (min-width: 1280px) {
  header.transparent {
    transition: 0.6s;
    background-color: transparent;
  }
  header.transparent h2 > a {
    color: #fff;
  }
  header.transparent .headWrap h1 a img {
    display: block;
  }
  header.transparent .headWrap h1 a img.transparent {
    display: none;
  }
  header.transparent .headWrap .side {
    font-size: 0.75rem;
    display: flex;
  }
  header.transparent .headWrap .side li {
    margin-left: 10px;
  }
  header.transparent .headWrap .side li a {
    color: #fff;
  }
  header.transparent .headWrap .side li a:hover {
    color: #1F1673;
  }
  header.transparent .headWrap .hamBtn {
    height: 50px;
    width: 50px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: none;
    transition: 0.2s;
  }
  header.transparent .headWrap .hamBtn span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #232323;
    margin: 2.5px 0;
    position: relative;
  }
  header.transparent .headWrap .hamBtn span em {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #232323;
  }
  header.transparent .headWrap .hamBtn.on {
    transform: rotate(45deg);
  }
  header.transparent .headWrap .hamBtn.on span em {
    transform: rotate(90deg);
  }
  header.transparent .headWrap .hamBtn.on span:first-of-type, header.transparent .headWrap .hamBtn.on span:last-of-type {
    transform: scaleX(0);
  }
  header.transparent:hover, header.transparent.wheel {
    background-color: rgba(255, 255, 255, 0.65);
  }
  header.transparent:hover h1 a img, header.transparent.wheel h1 a img {
    display: none;
  }
  header.transparent:hover h1 a img.transparent, header.transparent.wheel h1 a img.transparent {
    display: block;
  }
  header.transparent:hover h2 > a, header.transparent.wheel h2 > a {
    color: #232323;
  }
  header.transparent:hover .side li a, header.transparent.wheel .side li a {
    color: #232323;
  }
}

@media (max-width: 1280px) {
  header .headWrap {
    height: 80px;
  }
  header .headWrap h1 a {
    box-sizing: border-box;
    width: 100% !important;
    height: 100% !important;
    display: block;
  }
  header .headWrap h1 a img[alt=Logo] {
    max-width: 150px;
    display: block;
    padding: 5px 0;
  }
  header .headWrap .gnb > li h2 a {
    height: 80px;
  }
}
.blackbox2 {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9998;
  transition: 0.4s;
  opacity: 1;
  display: none;
  cursor: pointer;
}

@media (max-width: 1280px) {
  .blackbox {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99;
    pointer-events: none;
    transition: 0.4s;
    opacity: 0;
  }
  .blackbox.on {
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  header .headWrap .gnb {
    display: none !important;
  }
  header .headWrap .side {
    display: none !important;
  }
  header .headWrap .hamBtn {
    display: flex !important;
  }
  .m-headWrap {
    position: fixed;
    display: block;
    right: -120%;
    transition: 0.5s;
    top: 0;
    padding-top: 80px;
    width: 100%;
    max-width: 500px;
    height: 100%;
    box-sizing: border-box;
    overflow-y: auto;
    background-color: #fff;
  }
  .m-headWrap.on {
    right: 0;
  }
  .m-headWrap .side {
    display: flex;
    font-size: 12px;
    justify-content: center;
    background-color: #232323;
  }
  .m-headWrap .side li {
    width: 50%;
  }
  .m-headWrap .side li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    color: #fff;
  }
  .m-headWrap .gnb > li h2 > a {
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    align-items: center;
    height: 55px;
    box-sizing: border-box;
    font-size: 16px;
  }
  .m-headWrap .gnb > li ul {
    overflow: hidden;
    display: none;
  }
  .m-headWrap .gnb > li ul li h3 > a {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    color: #444;
    background-color: #f2f4f8;
    padding: 12px 0;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  header .headWrap {
    height: 55px;
  }
  header .headWrap h1 a img[alt=Logo] {
    max-width: 100px;
  }
  .m-headWrap {
    padding-top: 55px;
  }
}
footer {
  color: #fff;
  background: #000;
  position: relative;
}
footer .topbtn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
footer:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 560px;
  background: url("/img/footer_bg.jpg") no-repeat center/cover;
}
footer .inner {
  width: 80%;
  margin: 0 auto;
  padding: 100px 0 30px;
  position: relative;
  z-index: 1;
}
footer .copyright {
  font-size: 1.25rem;
  text-align: center;
  padding: 0 0 25px 0;
}
footer a {
  color: #fff;
}
footer .footwrap {
  margin: 0 0 70px 0;
}
footer .footwrap .top {
  align-items: end;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
footer .footwrap .top .title h3 {
  font-size: 1.875rem;
  font-weight: 800;
  padding: 20px 0 15px;
  position: relative;
}
footer .footwrap .top .title h3:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  background: #fff;
  height: 1px;
}
footer .footwrap .top .title p {
  font-size: 1.125rem;
}
footer .footwrap .top .left a {
  display: block;
  margin-bottom: 2.5rem;
}
footer .footwrap .top .left ul {
  display: flex;
}
footer .footwrap .top .left ul:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
footer .footwrap .top .left ul li {
  font-size: 0.875rem;
  position: relative;
}
footer .footwrap .top .left ul li:after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background-color: #fff;
  position: absolute;
  right: -0.625rem;
  top: 50%;
  transform: translateY(-50%);
}
footer .footwrap .top .left ul li:last-of-type:after {
  display: none;
}
footer .footwrap .top .left ul li:not(:last-of-type) {
  margin-right: 1.25rem;
}
footer .footwrap .top .right {
  text-align: right;
}
footer .footwrap .top .right > a {
  display: block;
  margin-bottom: 40px;
}
footer .footwrap .top .right b {
  font-size: 22px;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
footer .footwrap .top .right ul li {
  display: flex;
  align-items: end;
}
footer .footwrap .top .right ul li i {
  margin: 0 10px 0 0;
}
footer .footwrap .top .right ul li .con {
  display: flex;
  align-items: end;
  margin: 0 50px 0 0;
}
footer .footwrap .top .right ul li .con:last-child {
  margin: 0;
}
footer .footwrap .top .right ul li a {
  color: #fff;
  font-size: 1.125rem;
}
footer .footwrap .top .right ul li:not(:last-child) {
  margin: 0 0 15px 0;
}
footer .footwrap .bot {
  display: flex;
  padding: 20px 0;
  padding-bottom: 47px;
  justify-content: space-between;
}
footer .footwrap .bot p {
  font-size: 0.875rem;
  font-weight: bold;
}
footer .footwrap .bot ul {
  display: flex;
}
footer .footwrap .bot ul:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
footer .footwrap .bot ul li {
  font-size: 0.875rem;
  position: relative;
}
footer .footwrap .bot ul li:not(:last-of-type) {
  margin-right: 1.25rem;
}
footer .b_box {
  background: #fff;
  padding: 50px;
  text-align: center;
}
footer .b_box .logo {
  text-align: center;
  display: inline-block;
}
footer .b_box .sns_box {
  margin: 20px 0 0;
}
footer .b_box .sns_box ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .b_box .sns_box ul li {
  margin: 0 10px 0 0;
}
footer .b_box .sns_box ul li:last-child {
  margin: 0;
}
footer .b_box .txt {
  text-align: center;
  margin: 20px 0;
}
footer .b_box .txt p {
  color: #707070;
  font-size: 0.9375rem;
}
footer .b_box .txt p:last-child {
  color: #000;
}
footer .b_box .menu span {
  padding: 0 20px 0 0;
  position: relative;
  font-size: 0.9375rem;
}
footer .b_box .menu span:last-child::after {
  display: none;
}
footer .b_box .menu span:after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #707070;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

@media (max-width: 1280px) {
  footer .footwrap {
    margin: 0 0 30px 0;
  }
  footer .footwrap .top {
    flex-direction: column;
    align-items: start;
  }
  footer .footwrap .top .left a {
    display: flex;
    justify-content: center;
    display: none;
  }
  footer .footwrap .top .left ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  footer .footwrap .top .left ul:not(:last-of-type) {
    margin-bottom: 0;
  }
  footer .footwrap .top .left ul:nth-child(4) {
    display: none;
  }
  footer .footwrap .top .left ul:last-child li:last-child {
    margin: 0;
  }
  footer .footwrap .top .left ul li {
    font-size: 0.875rem;
    position: relative;
    margin-bottom: 1rem;
  }
  footer .footwrap .top .left ul li:after {
    display: none;
  }
  footer .footwrap .top .right {
    text-align: center;
    margin-top: 20px;
    width: 100%;
  }
  footer .footwrap .top .right b {
    margin-bottom: 15px;
  }
  footer .footwrap .top .right > a {
    margin-bottom: 20px;
  }
  footer .footwrap .bot {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
    padding: 20px 0;
    padding-bottom: 20px;
    justify-content: space-between;
  }
  footer .footwrap .bot p {
    font-size: 0.875rem;
    font-weight: bold;
  }
  footer .footwrap .bot ul {
    display: flex;
    margin-bottom: 20px;
  }
  footer .footwrap .bot ul:not(:last-of-type) {
    margin-bottom: 0.5rem;
  }
  footer .footwrap .bot ul li {
    font-size: 0.875rem;
    position: relative;
  }
  footer .footwrap .bot ul li:not(:last-of-type) {
    margin-right: 1.25rem;
  }
  footer .b_box {
    padding: 20px;
  }
  footer .b_box .logo {
    width: 70px;
  }
}
@media (max-width: 1024px) {
  footer .inner {
    width: 90%;
    padding: 70px 0 30px;
  }
}
@media (max-width: 480px) {
  footer .copyright {
    font-size: 0.9rem;
  }
  footer .b_box {
    padding: 20px;
  }
  footer .b_box .sns_box {
    margin: 10px 0 0;
  }
  footer .b_box .txt {
    margin: 15px 0 10px;
  }
  footer .b_box .menu span {
    padding: 0 10px 0 0;
  }
  footer .b_box .menu span:after {
    right: 5px;
  }
  footer .footwrap .top .title h3 {
    font-size: 1.5rem;
    padding: 10px 0 5px;
  }
  footer .footwrap .top .title p {
    font-size: 1rem;
  }
  footer .footwrap .top .right ul li {
    align-items: start;
    text-align: left;
  }
  footer .footwrap .top .right ul li .con {
    margin: 0 0 10px 0;
  }
  footer .footwrap .top .right ul li i {
    width: 30px;
  }
  footer .footwrap .top .right ul li span {
    width: 100%;
  }
  footer .footwrap .top .right ul li.f_box {
    flex-direction: column;
    align-items: start;
  }
}/*# sourceMappingURL=nav.css.map */