body .inner {
  position: relative;
  width: 70%;
  margin: 0 auto;
}

body .hidden {
  opacity: 0;
}

body .isNone {
  display: none;
}

.wrap {
  background-color: #fff;
  padding-bottom: 100px;
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
  width: 100%;
  -webkit-transition: .2s;
  transition: .2s;
  background-color: inherit;
}

header .inner {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0 20px;
}

header .inner h1 a img {
  width: 190px;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

header .inner nav {
  margin-left: auto;
}

header .inner nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .inner nav ul li {
  font-weight: 700;
  padding: 0 30px;
}

header .inner nav ul li a {
  position: relative;
}

header .inner nav ul li a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #555;
}

header .inner nav ul li a:hover, header .inner nav ul li a:focus, header .inner nav ul li a.active {
  color: #555;
}

header .inner nav ul li a:hover::after, header .inner nav ul li a:focus::after, header .inner nav ul li a.active::after {
  width: 100%;
}

header .inner nav ul li:last-child a {
  padding-right: 0;
}

header #gnb {
  width: 100%;
  line-height: 30px;
  margin-left: auto;
  text-align: right;
}

header #gnb .inner li {
  display: inline-block;
  padding: 0 2%;
}

header #gnb .inner li a {
  -webkit-transition: color .2s;
  transition: color .2s;
}

main {
  background-color: inherit;
  position: relative;
  z-index: 2;
}

main .cont_title {
  height: 40vh;
  background-image: url("../img/title_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #eee;
}

main .cont_title .inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .cont_title .inner h2 {
  font-size: 2.5em;
}

main .cont_main {
  font-size: 18px;
  line-height: 1.9;
  padding: 5% 0;
}

main .cont_main section + section {
  padding-top: 5em;
}

main .cont_main section h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
  font-size: 2em;
  margin-bottom: 20px;
  position: relative;
  color: #363636;
}

main .cont_main section h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #363636;
  -webkit-transition: .5s;
  transition: .5s;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background-color: #000;
  color: #aaa;
  height: 100px;
  font-size: 10px;
}

footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .inner > p {
  padding-bottom: 5px;
}

footer .inner .copyWrap {
  letter-spacing: .1em;
}

footer .inner .snsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .inner .snsWrap a {
  position: relative;
  width: 45px;
  height: 40px;
}

footer .inner .snsWrap a img {
  position: absolute;
  left: 0;
  width: 35px;
  -webkit-transition: .3s;
  transition: .3s;
}

footer .inner .snsWrap a:hover img, footer .inner .snsWrap a:focus img {
  opacity: 0;
}

footer .inner .snsWrap a:hover img.hidden, footer .inner .snsWrap a:focus img.hidden {
  opacity: 1;
}

@media all and (max-width: 849px) {
  body .mobile {
    display: block;
  }
  body header {
    font-size: 3vw;
  }
  body header .inner nav {
    display: none;
  }
  body header .mob-header {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 800;
    font-size: 2em;
  }
  body header .mob-header > * {
    position: fixed;
  }
  body header .mob-header .ham-btn {
    width: 30px;
    top: 40px;
    right: 5%;
    z-index: 1;
    -webkit-transform: scale(0.8) translateY(-5px);
            transform: scale(0.8) translateY(-5px);
    cursor: pointer;
  }
  body header .mob-header .ham-btn span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 6px;
    margin: 5px 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform-origin: center;
            transform-origin: center;
    background-color: #222;
  }
  body header .mob-header .ham-btn span:nth-child(2) {
    width: 70%;
  }
  body header .mob-header .ham-btn:hover span:nth-child(2) {
    width: 100%;
  }
  body header .mob-header ul {
    width: 60%;
    height: 100vh;
    padding: 100px 20% 0;
    background-color: #0c0c0c;
    top: calc(-100vh - 100px);
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
  }
  body header .mob-header ul a {
    color: #a5a5a5;
  }
  body header .mob-header ul a:hover, body header .mob-header ul a:focus {
    color: #eee;
  }
  body header .mob-header.active .ham-btn span:first-child {
    -webkit-transform: matrix(-0.7071, -0.7071, 0.7071, -0.7071, 0, 7);
            transform: matrix(-0.7071, -0.7071, 0.7071, -0.7071, 0, 7);
  }
  body header .mob-header.active .ham-btn span:nth-child(2) {
    -webkit-transform: matrix(-0.7071, 0.7071, -0.7071, -0.7071, 0, -4);
            transform: matrix(-0.7071, 0.7071, -0.7071, -0.7071, 0, -4);
    width: 100%;
  }
  body header .mob-header.active .ham-btn span:nth-child(3) {
    display: none;
  }
  body header .mob-header.active ul {
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body header .mob-header.active ul li {
    padding-bottom: 5%;
  }
}

@media (min-width: 849px) {
  body .mobile {
    display: none;
  }
}

.btn {
  width: 80%;
  max-width: 200px;
  margin: 50px auto 0;
  border-radius: 50px;
  background-color: #147ce5;
  text-align: center;    
}

.btn a {
    display: block;
    line-height: 50px;
    color: #fff;
}

.input {
    background: transparent;
    border: 0;
    border-radius: 10px;
    border-bottom: 1px solid #c0c0c0;
    color: #010101;
    width: 100%;
    height: 48px;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
}

.expire_date {
    margin-bottom: 20px;
    font-size: 20px;
    color: #010101;
    text-align: center;
}

.date {
    margin-bottom: 20px;
    font-size: 20px;
    color: #010101;
    text-align: center;
}

.registerbtn {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #1C1C1C;
    color: #cccccc;
    font-size: 20px;
    font-weight: bold;
    border: 0;
    border-radius: 20px;
    margin-bottom: 20px;
}

.complete {
    text-align: center;
}

/*# sourceMappingURL=main.css.map */