@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
@import url("https://webfontworld.github.io/kopus/KoPubWorldDotum.css");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, etails, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit; }

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  min-width: 360px;
  width: 100%;
  font-size: 15px;
  color: #414141;
  line-height: 1;
  font-family: Pretendard,'Noto Sans KR', sans-serif;
  font-weight: 400;
  padding-top: 73px;
  word-break: keep-all;
  box-sizing: border-box; }
  body *, body *::before, body *::after {
    box-sizing: border-box; }
  @media (min-width: 1200px) {
    body {
      padding-top: 0; } }

hr {
  display: block;
  border: 0;
  margin: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select, textarea {
  font-family: inherit;
  outline: none; }

a, button {
  color: #000;
  cursor: pointer;
  border: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  background: none; }
  a:hover, button:hover {
    color: #000; }

.container {
  display: block;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto; }
  @media (min-width: 1200px) {
    .container {
      padding-left: 325px; } }
  @media (min-width: 1600px) {
    .container {
      padding-left: 420px; } }

.container-fluid {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }
  @media (min-width: 1200px) {
    .container-fluid {
      padding-left: 420px; } }

/* logo */
.logo {
  display: inline-block;
  vertical-align: top;
  font-size: 0; }
  .logo > a {
    display: table;
    width: 100%; }
    .logo > a img {
      display: table-cell;
      vertical-align: middle;
      width: 43px; }
    .logo > a span {
      display: table-cell;
      vertical-align: middle;
      color: #FFF;
      font-family: 'KoPubWorldDotum';
      font-size: 18px;
      font-weight: 700; }
  @media (min-width: 1200px) {
    .logo > a img {
      width: 64px; }
    .logo > a span {
      font-size: 29px; } }

/* header */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #978473;
  padding: 15px 0; }
  #header .container .header-top {
    position: relative; }
    #header .container .header-top .btn-area {
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -13.5px; }
      #header .container .header-top .btn-area .btn-nav {
        display: block;
        font-size: 0; }
        #header .container .header-top .btn-area .btn-nav img {
          display: block;
          max-width: 100%; }
  #header .container .gnb {
    display: none; }
  #header .container .schedule {
    display: none; }
  @media (min-width: 1200px) {
    #header {
      top: 50%;
      left: 15px;
      width: 290px;
      transform: translateY(-50%);
      border-radius: 15px;
      box-shadow: 0px 0px 15.2px 0px rgba(0, 0, 0, 0.15);
      background-color: #fff; }
      #header .container {
        padding: 0 24px; }
        #header .container .header-top .logo {
          margin-left: -12px; }
          #header .container .header-top .logo > a span {
            color: #313131; }
        #header .container .header-top .btn-area {
          display: none; }
        #header .container .gnb {
          display: block;
          padding-top: 10px; }
        #header .container .schedule {
          display: block; } }
  @media (min-width: 1600px) {
    #header {
      left: 60px; } }

/* nav */
#nav {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 101;
  width: 100%;
  height: 100%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: #fff; }
  #nav .container .nav-top {
    position: relative;
    padding: 15px 0; }
    #nav .container .nav-top .logo > a span {
      color: #000; }
    #nav .container .nav-top .btn-area {
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -13.5px; }
      #nav .container .nav-top .btn-area .btn-nav-close {
        display: block;
        font-size: 0; }
        #nav .container .nav-top .btn-area .btn-nav-close img {
          display: block;
          max-width: 100%; }
  #nav .container .nav-body {
    padding: 25px 20px 40px;
    height: calc(100vh - 73px);
    overflow-y: auto; }
  @media (min-width: 1200px) {
    #nav {
      display: none; } }

/* gnb */
.gnb {
  padding-bottom: 25px;
  border-bottom: 1px solid #D9D9D9; }
  .gnb > ul > li > a {
    display: inline-block;
    color: #353535;
    font-size: 17px;
    font-weight: 700; }
  .gnb > ul > li ~ li {
    margin-top: 17px; }
  @media (min-width: 1200px) {
    .gnb {
      position: relative;
      border-bottom: 0;
      padding-bottom: 20px; }
      .gnb > ul > li {
        position: relative;
        width: calc(100% + 8px); }
        .gnb > ul > li > a {
          display: block;
          width: calc(100% - 8px);
          font-size: 16px;
          padding: 0 16px;
          line-height: 34px;
          border-radius: 6px;
          -webkit-transition-property: all;
          transition-property: all;
          -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
          -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
          -webkit-transition-delay: 0s;
          transition-delay: 0s; }
        .gnb > ul > li > ul {
          position: absolute;
          top: 0;
          visibility: hidden;
          width: 240px;
          opacity: 0;
          -webkit-transition-property: all;
          transition-property: all;
          -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
          -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
          -webkit-transition-delay: 0s;
          transition-delay: 0s;
          left: calc(100% - 8px);
          padding: 0 20px;
          border-radius: 6px;
          background: #F2EFED; }
          .gnb > ul > li > ul > li > a {
            display: inline-block;
            color: #353535;
            font-size: 16px;
            line-height: 50px;
            font-weight: 700;
            -webkit-transition-property: all;
            transition-property: all;
            -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
            -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
            -webkit-transition-delay: 0s;
            transition-delay: 0s; }
            .gnb > ul > li > ul > li > a:hover {
              color: #978473; }
          .gnb > ul > li > ul > li ~ li {
            border-top: 1px solid #CACACA; }
        .gnb > ul > li ~ li {
          margin-top: 10px; }
        .gnb > ul > li.active > a {
          background: rgba(151, 132, 115, 0.13); }
        .gnb > ul > li.active > ul {
          visibility: visible;
          opacity: 1;
          left: 100%; } }

/* schedule */
.schedule {
  padding-top: 25px; }
  .schedule > dl > dt {
    color: #978473;
    font-size: 18px;
    font-weight: 700; }
    .schedule > dl > dt ~ dt {
      margin-top: 20px; }
  .schedule > dl > dd {
    font-size: 0;
    margin-top: 13px; }
    .schedule > dl > dd > ul > li > dl dt {
      margin-right: 20px; }
    .schedule > dl > dd > ul > li > dl dt, .schedule > dl > dd > ul > li > dl dd {
      display: inline-block;
      vertical-align: top;
      color: #353535;
      font-size: 18px;
      font-weight: 500;
      line-height: 28px;
      letter-spacing: -0.36px; }
    .schedule > dl > dd > ul > li > p {
      color: #353535;
      font-size: 18px;
      font-weight: 500;
      line-height: 28px;
      letter-spacing: -0.36px; }
    .schedule > dl > dd > a {
      display: inline-block;
      color: #353535;
      font-size: 33px;
      font-weight: 700;
      line-height: 44px; }
  @media (min-width: 1200px) {
    .schedule {
      width: 210px;
      margin: 0 auto;
      padding-top: 35px;
      border-top: 1px solid #D9D9D9; }
      .schedule > dl > dd {
        margin-top: 15px; }
        .schedule > dl > dd > ul > li > dl > dt, .schedule > dl > dd > ul > li > dl dd {
          line-height: 26px; }
        .schedule > dl > dd ~ dd {
          margin-top: 5px; } }

/* body event */
body.nav-opened #nav {
  left: 0; }

/* footer */
#footer {
  text-align: center;
  padding: 30px 0 45px;
  background-color: #3E3832; }
  #footer .container .logo {
    margin-left: -10px; }
  #footer .container .company {
    margin-top: 20px; }
    #footer .container .company > ul {
      font-size: 0; }
      #footer .container .company > ul > li {
        display: inline-block;
        vertical-align: top;
        color: #FFF;
        font-size: 14px;
        font-weight: 400;
        line-height: 26px; }
        #footer .container .company > ul > li:after {
          position: relative;
          top: -1px;
          display: inline-block;
          vertical-align: middle;
          content: '';
          width: 1px;
          height: 12px;
          margin: 0 10px;
          background-color: #fff; }
        #footer .container .company > ul > li b {
          font-weight: 600; }
        #footer .container .company > ul > li > a, #footer .container .company > ul > li address {
          color: inherit;
          font-style: normal; }
        #footer .container .company > ul > li:nth-of-type(3), #footer .container .company > ul > li:nth-of-type(4) {
          display: block; }
        #footer .container .company > ul > li:nth-of-type(2):after, #footer .container .company > ul > li:nth-of-type(3):after, #footer .container .company > ul > li:nth-of-type(4):after, #footer .container .company > ul > li:last-child:after {
          display: none; }
  @media (min-width: 1200px) {
    #footer {
      text-align: left;
      padding: 90px 0; }
      #footer .container .company > ul {
        overflow: hidden; }
        #footer .container .company > ul > li {
          float: left;
          font-size: 20px;
          line-height: 30px; }
          #footer .container .company > ul > li:after {
            display: inline-block !important;
            top: -2px;
            height: 16px;
            margin: 0 15px; }
          #footer .container .company > ul > li:nth-of-type(3):after, #footer .container .company > ul > li:last-child:after {
            display: none !important; }
          #footer .container .company > ul > li:nth-of-type(4) {
            clear: left; } }

/* modal */
.modal {
  display: none; }
  .modal .backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.37); }
  .modal .modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    overflow: hidden;
    font-size: 0;
    width: calc(100% - 60px);
    display: inline-block;
    z-index: 21;
    border-radius: 0 0 15px 15px;
    transform: translate(-50%, -50%);
    box-shadow: 0px 4px 10.2px 0px rgba(0, 0, 0, 0.25); }
    .modal .modal-content > figure img {
      width: 100%; }
    .modal .modal-content .btn-area {
      overflow: hidden;
      padding: 0 15px;
      background-color: #fff; }
      .modal .modal-content .btn-area button {
        display: inline-block;
        vertical-align: top;
        line-height: 34px;
        color: #474747;
        font-size: 13px;
        font-weight: 700; }
        .modal .modal-content .btn-area button.btn-today-close {
          float: left; }
        .modal .modal-content .btn-area button.btn-modal-close {
          float: right; }
  .modal.active {
    display: block; }
  @media (min-width: 768px) {
    .modal .modal-content {
      width: auto;
      left: auto;
      top: 80px;
      right: 80px;
      transform: none; }
      .modal .modal-content > figure img {
        max-width: 600px; }
      .modal .modal-content .btn-area {
        padding: 0 20px; }
        .modal .modal-content .btn-area button {
          font-size: 15px;
          line-height: 48px; } }

body.show-modal {
  overflow: hidden; }

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