#contentsWrap {
  padding-top: 74px;
}
@media (max-width: 768px) {
  #contentsWrap {
    padding-top: 50px;
  }
}

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;
}

@media (min-width: 768px) {
  html, body {
    min-width: 1200px;
  }
}

header {
  box-shadow: 0px 2px 40px rgba(35, 35, 35, 0.4039215686);
}
header .headWrap {
  height: 74px;
  display: flex;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  header .headWrap {
    min-width: 1200px;
  }
}
@media (max-width: 768px) {
  header .headWrap {
    width: calc(100% - 40px);
  }
}
header .headWrap h1.mobile {
  display: none;
}
@media (max-width: 768px) {
  header .headWrap h1.mobile {
    display: block;
  }
}
header .headWrap h1 a {
  width: 182px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .headWrap h1 a img {
  width: 100%;
  height: auto;
}
@media (max-height: 768px) {
  header .headWrap h1 a {
    height: 50px;
    width: 132px;
  }
}
header .headWrap h1 a img.transparent {
  display: none;
}
header .headWrap .gnb {
  display: flex;
  margin-left: 11.25rem;
  margin-right: 2.5rem;
}
header .headWrap .gnb > li:not(:last-child) {
  margin-right: 2.5rem;
}
header .headWrap .gnb > li h2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 74px;
  position: relative;
  transition: 0.4s;
  font-size: 1.125rem;
  font-weight: 500;
}
header .headWrap .gnb > li h2 a:hover {
  color: #2a5297;
}
header .headWrap .gnb > li ul h3 > a:hover {
  color: red;
}
header .headWrap form {
  position: relative;
  display: block;
}
header .headWrap form a.closeForm {
  display: none;
}
header .headWrap form input {
  width: 200px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #2a5297;
  box-sizing: border-box;
  padding: 0 10px;
  color: #666;
  font-size: 0.875rem;
}
header .headWrap form button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  left: auto;
  right: -5px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
header .headWrap .side {
  margin-left: 2.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}
header .headWrap .side ul {
  display: flex;
}
header .headWrap .side ul li:not(:last-child) {
  margin-right: 1.375rem;
  position: relative;
}
header .headWrap .side ul li:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background-color: #ddd;
  position: absolute;
  right: -11px;
  top: 2px;
}
header .headWrap .side ul li a {
  color: #aaa;
}
header .headWrap .side ul li a:hover {
  color: red;
}
header .headWrap a.loadSearch {
  display: none;
}
header .headWrap .hamBtn {
  height: 50px;
  width: 50px;
  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);
}

header.each .headWrap .gnb > li {
  position: relative;
}
header.each .headWrap .gnb > li:hover ul {
  max-height: 500px;
  border: 1px solid #ddd;
  border-top: 0;
}
header.each .headWrap .gnb > li ul {
  position: absolute;
  left: 0;
  top: 74px;
  width: 100%;
  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;
}
header.each .headWrap .gnb > li ul li h3 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
}

@media (max-width: 768px) {
  header .headWrap {
    height: 50px !important;
  }
  header .headWrap h1 img {
    height: 38px;
  }
  header .headWrap .gnb {
    display: none !important;
  }
  header .headWrap .side {
    display: none !important;
  }
  header .headWrap form {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 10;
  }
  header .headWrap form.on {
    visibility: inherit;
  }
  header .headWrap form a.closeForm {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 100%;
  }
  header .headWrap form input {
    width: calc(100% - 50px);
  }
  header .headWrap a.loadSearch {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    /* background: red; */
    height: 50px;
    margin-left: 10px;
  }
  header .headWrap .hamBtn {
    display: flex !important;
  }
  header .m-headWrap {
    position: fixed;
    display: block;
    right: -120%;
    transition: 0.5s;
    top: 0;
    padding-top: 50px;
    width: 100%;
    max-width: 500px;
    height: 100vh;
    box-sizing: border-box;
    background-color: #fff;
  }
  header .m-headWrap.on {
    right: 0;
  }
  header .m-headWrap .side {
    display: flex;
    font-size: 12px;
    justify-content: center;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 10px 0 #f8f8f8;
  }
  header .m-headWrap .side li {
    width: 25%;
  }
  header .m-headWrap .side li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    color: #232323;
  }
  header .m-headWrap .mgnb {
    display: flex;
    flex-wrap: wrap;
  }
  header .m-headWrap .mgnb li {
    width: 33.3333333333%;
    position: relative;
  }
  header .m-headWrap .mgnb li:before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 10px);
    background-color: #ddd;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  header .m-headWrap .mgnb li:after {
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: 1px;
    background-color: #ddd;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  header .m-headWrap .mgnb li:nth-of-type(4) h2 > a, header .m-headWrap .mgnb li:nth-of-type(5) h2 > a, header .m-headWrap .mgnb li:nth-of-type(6) h2 > a {
    position: relative;
  }
  header .m-headWrap .mgnb li:nth-of-type(4) h2 > a:after, header .m-headWrap .mgnb li:nth-of-type(5) h2 > a:after, header .m-headWrap .mgnb li:nth-of-type(6) h2 > a:after {
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: 1px;
    background-color: #ddd;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  header .m-headWrap .mgnb li:nth-of-type(3n - 1) h2 > a, header .m-headWrap .mgnb li:nth-of-type(3n -2) h2 > a {
    position: relative;
  }
  header .m-headWrap .mgnb li:nth-of-type(3n - 1) h2 > a:before, header .m-headWrap .mgnb li:nth-of-type(3n -2) h2 > a:before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background-color: #2a5297;
    border-radius: 50%;
    position: absolute;
    right: -1.5px;
    top: -0.5px;
  }
  header .m-headWrap .mgnb li h2 > a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 140px;
  }
  header .m-headWrap .mgnb li h2 > a figure {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .m-headWrap .mgnb li h2 > a figure img {
    transform: scale(0.5);
  }
}
.newptag {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 20px;
  padding-top: 10px;
}
.newptag img {
  margin-right: 5px;
}

@media (max-width: 768px) {
  .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;
  }
}
footer {
  padding: 80px 0;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  footer {
    min-width: 1280px;
  }
}
footer .wrap {
  background: url("/img/footer.png") no-repeat 100% 50%;
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .wrap .left > a {
  display: block;
  margin-bottom: 40px;
}
footer .wrap ul {
  margin-bottom: 10px;
  display: flex;
  color: #666;
}
footer .wrap ul li:not(:last-child) {
  margin-right: 20px;
  position: relative;
}
footer .wrap ul li:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background-color: #666;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
footer .wrap p {
  padding-top: 30px;
  font-weight: 500;
}
footer .right ul a {
  color: #5519b5;
}

@media (max-width: 768px) {
  footer {
    padding: 40px 0;
  }
  footer .wrap {
    align-items: center;
    text-align: center;
    flex-direction: column-reverse;
  }
  footer .wrap .left > a {
    display: block;
    margin-bottom: 40px;
  }
  footer .wrap ul {
    flex-direction: column;
    margin-bottom: 0;
    color: #666;
  }
  footer .wrap ul li {
    margin-bottom: 10px;
  }
  footer .wrap ul li:not(:last-child) {
    margin-right: 20px;
    position: relative;
  }
  footer .wrap ul li:not(:last-child):after {
    content: "";
    display: none;
    width: 1px;
    height: 12px;
    background-color: #666;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
  }
  footer .wrap p {
    padding-top: 30px;
    font-weight: 500;
  }
  footer .right ul {
    display: flex;
    flex-direction: row;
    padding-bottom: 30px;
  }
  footer .right ul a {
    color: #5519b5;
  }
}
.subNav {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  margin-bottom: 5rem;
}
.subNav > ul {
  width: 95%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  height: 32px;
  align-items: center;
}
.subNav > ul > li {
  position: relative;
  max-width: 300px;
  box-sizing: border-box;
  margin-right: 23px;
}
.subNav > ul > li:first-of-type a {
  justify-content: center;
  padding: 0;
}
.subNav > ul > li:first-of-type a:after {
  display: none;
}
.subNav > ul > li:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ff6d26;
  position: absolute;
  top: 7px;
  right: -12px;
}
.subNav > ul > li:last-of-type:after {
  display: none;
}

.subNav > ul > li:after {
  background-color: #666 !important;
}

.subNav {
  margin-bottom: 3rem;
}

footer .right ul a {
  color: #232323;
}

.mobileNavigation {
  box-shadow: 0 -2px 10px rgba(35, 35, 35, 0.1568627451);
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100vw;
  background-color: #fff;
}
@media (min-width: 768px) {
  .mobileNavigation {
    display: none;
  }
}
.mobileNavigation ul {
  display: flex;
}
.mobileNavigation ul li {
  width: 25%;
  box-sizing: border-box;
}
.mobileNavigation ul li:not(:last-child) {
  border-right: 1px solid #ddd;
}
.mobileNavigation ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  font-size: 12px;
  flex-direction: column;
}
.mobileNavigation ul li a figure {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}

.mobliejoinbtn {
  display: block;
  padding-right: 10px;
  border-right: 1px solid #ddd;
  margin-left: auto;
  color: #666;
  font-size: 12px;
}
@media (min-width: 768px) {
  .mobliejoinbtn {
    display: none;
  }
}/*# sourceMappingURL=nav.css.map */