@charset "UTF-8";
[class*="con-"] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}

[class*="con-"]::after {
  clear: both;
}

[class^="box"],
[class$="box"] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[class^="bx"],
[class$="bx"] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* 톱 버튼 */
.top {
  position: fixed;
  z-index: 500;
  width: 35px;
  height: 35px;
  background-color: #323388;
  right: 10px;
  bottom: 20px;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  line-height: 35px;
  color: white;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.top:hover {
  background-color: #e2645a;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

/*  */
button {
  border: none;
  outline: none;
}

a {
  display: inline-block;
  text-decoration: none;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::after,
::before {
  position: absolute;
  display: block;
  content: '';
}

img, iframe, video, object {
  max-width: 100%;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul, li {
  list-style-type: none;
}

section {
  position: relative;
  width: 100%;
  height: 100%;
}

section::after {
  clear: both;
}

.bgsize {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991.99px) {
  nav {
    display: none;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
}

.head {
  position: relative;
  z-index: 1000;
  position: fixed;
  top: 0px;
  width: 100%;
  padding: 15px 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.head.show {
  color: #201e1e;
  background-color: #ffffff;
  padding: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.head .con-navi {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.head .con-navi .logo {
  position: absolute;
  top: 11px;
  left: 10px;
  width: 242px;
}

.head .con-navi .logo img {
  width: 100%;
}

.head .con-navi .menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 70%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.head .con-navi .menu li {
  overflow: hidden;
  padding: 0 40px;
}

.head .con-navi .menu li:nth-last-of-type(1) {
  padding-right: 0;
}

.head .con-navi .menu li:hover > a::before {
  opacity: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.head .con-navi .menu li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 55px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 26px;
  font-size: 17px;
  color: #2f3033;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
}

.head .con-navi .menu li a::before {
  position: absolute;
  display: block;
  content: '';
  width: 40px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
  top: 5px;
  opacity: 0;
  background-color: #232324;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .head {
    padding: 15px 0;
  }
  .head .con-navi {
    padding: 0 10px;
  }
  .head .con-navi .logo {
    top: 11px;
    left: 10px;
    width: 25%;
  }
  .head .con-navi .logo img {
    width: calc(242px * 0.8);
    height: calc(30px * 0.8);
  }
  .head .con-navi .menu {
    width: 75%;
  }
  .head .con-navi .menu li {
    padding: 0 30px;
  }
  .head .con-navi .menu li a {
    height: 55px;
    line-height: 26px;
    font-size: 17px;
  }
  .head .con-navi .menu li a::before {
    width: 40px;
    height: 2px;
    top: 5px;
  }
}

/* 모바일 */
@media (min-width: 992px) {
  .mosec {
    display: none;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
}

.mosec .top-bg {
  position: fixed;
  z-index: 1700;
  background-color: #ffffff;
  width: 100%;
  height: 40px;
  top: 0;
}

.mosec .top-bg p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 36px;
  color: #232324;
}

.mosec .top-bg p a {
  top: 5px;
  left: 0;
  position: absolute;
}

.mosec .top-bg p a img {
  width: calc(242px * 0.65);
  height: calc(30px * 0.65);
}

.mosec .mo-menu {
  display: block;
  border: 0;
  width: 40px;
  height: 25px;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: 9px;
  right: 7px;
  z-index: 1700;
}

.mosec .mo-menu .bar {
  top: 10px;
  left: 0;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #232324;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mosec .mo-menu .bar:before {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #232324;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mosec .mo-menu .bar:after {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #232324;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mosec .mo-menu .bar:before {
  position: absolute;
  content: '';
  top: 7px;
  left: 0;
}

.mosec .mo-menu .bar:after {
  position: absolute;
  content: '';
  top: -7px;
  left: 0;
}

.mosec .overlay {
  width: 0;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: width 0.3s ease-in;
  transition: width 0.3s ease-in;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1000;
}

.mosec .overlay .monav {
  position: relative;
  margin-top: 50px;
  height: 100%;
}

.mosec .overlay .monav ul {
  width: 100%;
  height: 100%;
  list-style-type: none;
  position: relative;
  /* top: 50px; */
  opacity: 0;
  -webkit-transform: translateX(-150px);
          transform: translateX(-150px);
  -webkit-transition: all 0.5s 0.2s ease-out;
  transition: all 0.5s 0.2s ease-out;
  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;
}

.mosec .overlay .monav ul li {
  width: 100%;
}

.mosec .overlay .monav ul li.active {
  position: relative;
  z-index: 20;
}

.mosec .overlay .monav ul li.active:hover .mo-sub1 {
  height: 105px;
}

.mosec .overlay .monav ul li.active:hover .mo-sub1 > li > a {
  top: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mosec .overlay .monav ul li a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 42px;
  text-decoration: none;
  color: #232324;
}

.mosec .overlay .monav ul li a:hover {
  background-color: #ffffff;
}

.mosec .overlay .monav ul li ul.mo-sub1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  /* display: none; */
  height: 0px;
}

.mosec .overlay .monav ul li ul li a {
  position: relative;
  line-height: 35px;
  top: -150px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #5a5a5c;
}

.mosec.show .mo-menu .bar {
  background-color: transparent;
}

.mosec.show .mo-menu .bar:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mosec.show .mo-menu .bar:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mosec.show .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

.mosec.show .overlay .monav ul {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
/*# sourceMappingURL=navi.css.map */