h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

html {
  min-width: 320px;
}

body {
  min-width: 320px;
  font-family: 'Nanum Myeongjo', serif;
  color: #4e3831;
  overflow: scroll;
}

#header:before {
  display: table;
  content: " ";
}

#header .container {
  position: relative;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fdf7eb;
}

#header h1 {
  position: absolute;
  margin-bottom: 0;
  top: 5px;
  width: 43.33333333px;
  height: 26px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

#header h2 {
  font-weight: bold;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}

@media (min-width: 768px) {
  #header .container {
    height: 80px;
  }
  #header h1 {
    left: 40px;
    top: 10px;
    width: 86.66666666px;
    height: 52px;
  }
  #header h2 {
    font-size: 34px;
    line-height: 80px;
  }
}

@media (min-width: 992px) {
  #header .container {
    height: 120px;
  }
  #header h1 {
    left: 60px;
    top: 16px;
    width: 130px;
    height: 78px;
    background-image: url(../images/logo_lg.png);
  }
  #header h2 {
    font-size: 42px;
    line-height: 120px;
  }
}

#content > .container {
  padding: 20px;
}

#content .nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  border-bottom: 1px solid #4e3831;
  background-color: #f5f5f5;
}

#content .nav > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#content .nav > li > a {
  height: 23px;
  margin-right: 0;
  padding: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  font-size: 10px;
  line-height: 23px;
  color: #4e3831;
  text-align: center;
  white-space: nowrap;
}

#content .nav > li > a:hover, #content .nav > li > a:focus {
  border-bottom: 0;
}

#content .nav > li + li > a {
  position: relative;
  border-bottom: 0;
}

#content .nav > li + li > a:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: " ";
  width: 1px;
  height: 10px;
  background-color: #e1dfdd;
}

#content .nav > li.active > a {
  height: 24px;
  background-color: #fff;
  color: #fff;
  border-top: 1px solid #4e3831;
  border-left: 1px solid #4e3831;
  border-right: 1px solid #4e3831;
  border-bottom: 1px solid #fff;
  color: #4e3831;
  font-weight: bold;
}

#content .nav > li.active > a:before {
  display: none;
}

#content .nav > li.active + li > a:before {
  display: none;
}

#content .tab-content {
  border-bottom: 1px solid #352009;
}

#content .tab-pane {
  padding-top: 20px;
  padding-bottom: 20px;
}

#content .tab-pane h4 {
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  line-height: 20px;
  background-color: #352009;
  color: #fff;
  border-radius: 10px;
  text-align: center;
}

#content .tab-pane h4 ~ h4 {
  margin-top: 20px;
}

#content .tab-pane .list {
  padding-left: 20px;
  padding-right: 20px;
  background-image: url(../images/bg_line.png);
  background-size: auto 60px;
}

#content .tab-pane .list p {
  margin-bottom: 0;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  word-break: keep-all;
}

#content .help-block {
  margin-top: 20px;
  text-align: center;
  color: #352009;
  font-weight: bold;
  font-size: 10px;
}

#content .help-block:before {
  content: "*";
}

@media (min-width: 768px) {
  #content .container {
    padding: 40px;
  }
  #content .nav {
    height: 48px;
    border-bottom-width: 2px;
  }
  #content .nav > li > a {
    height: 46px;
    font-size: 20px;
    line-height: 46px;
  }
  #content .nav > li + li > a:before {
    top: 15px;
    width: 1px;
    height: 20px;
  }
  #content .nav > li.active > a {
    border-top-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    height: 48px;
  }
  #content .tab-content {
    border-bottom-width: 2px;
  }
  #content .tab-pane {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #content .tab-pane h4 {
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 40px;
    border-radius: 20px;
  }
  #content .tab-pane .list {
    padding-left: 40px;
    padding-right: 40px;
    background-size: auto 120px;
  }
  #content .tab-pane .list p {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 40px;
  }
  #content .tab-pane .list ~ h4 {
    margin-top: 40px;
  }
  #content .help-block {
    margin-top: 40px;
    font-size: 19px;
  }
}

@media (min-width: 992px) {
  #content .container {
    padding: 60px;
  }
  #content .nav {
    height: 72px;
    border-bottom-width: 3px;
  }
  #content .nav > li > a {
    height: 69px;
    font-size: 26px;
    line-height: 69px;
  }
  #content .nav > li + li > a:before {
    top: 20px;
    width: 2px;
    height: 30px;
  }
  #content .nav > li.active > a {
    border-top-width: 3px;
    border-left-width: 3px;
    border-right-width: 3px;
    height: 72px;
  }
  #content .tab-content {
    border-bottom-width: 3px;
  }
  #content .tab-pane {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #content .tab-pane h4 {
    margin-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 30px;
    line-height: 60px;
    border-radius: 30px;
  }
  #content .tab-pane .list {
    padding-left: 60px;
    padding-right: 60px;
    background-size: auto 180px;
  }
  #content .tab-pane .list p {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 60px;
  }
  #content .tab-pane .list ~ h4 {
    margin-top: 60px;
  }
  #content .help-block {
    margin-top: 60px;
    font-size: 30px;
  }
}

#footer .container {
  padding-top: 7px;
  padding-bottom: 7px;
  height: 50px;
  background-color: #352009;
}

#footer .contact, #footer .time {
  margin-bottom: 0;
  text-align: center;
}

#footer .contact dt, #footer .contact dd, #footer .time dt, #footer .time dd {
  display: inline;
}

#footer .contact dt:after, #footer .time dt:after {
  content: ":";
}

#footer .contact {
  line-height: 20px;
}

#footer .contact dt, #footer .contact dd {
  color: #fdf7eb;
  font-size: 14px;
  font-weight: bold;
}

#footer .time {
  line-height: 16px;
}

#footer .time dt, #footer .time dd {
  color: #f5f5f5;
  font-weight: normal;
  font-size: 10px;
}

@media (min-width: 768px) {
  #footer .container {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100px;
  }
  #footer .contact dt, #footer .contact dd {
    font-size: 28px;
  }
  #footer .time dt, #footer .time dd {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  #footer .container {
    padding-top: 25px;
    padding-bottom: 25px;
    height: 150px;
  }
  #footer .contact dt, #footer .contact dd {
    font-size: 42px;
  }
  #footer .time dt, #footer .time dd {
    font-size: 28px;
  }
}
/*# sourceMappingURL=default.css.map */