@font-face {
  font-family: NanumSquareWeb;
  src: local(NanumSquareR), local(NanumSquare), url(NanumSquareR.eot?#iefix) format("embedded-opentype"), url(NanumSquareR.woff) format("woff"), url(NanumSquareR.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
  unicode-range: U+0-10FFFF;
}

body {
  font-family: NanumSquareWeb, sans-serif;
  font-size: 0.9vw;
}

.top-btn {
  position: fixed;
  right: 3em;
  bottom: 9em;
  z-index: 10;
}

.top-menu {
  background: #004987;
  width: 100%;
  height: 66px;
}

.top-menu .logo-image {
  max-height: 42px;
  margin-top: 12px;
  height: 100%;
  margin-left: 110px;
}

.top-menu .top-nav {
  text-align: center;
  float: right;
  width: 53%;
  height: 66px;
  margin-right: 110px;
}

.top-menu .top-nav .nav-item {
  width: 20%;
}

.top-menu .top-nav .nav-item .menu-item {
  line-height: 50px;
  font-weight: bold;
  color: #9fa0a0;
  font-size: 1.1em;
}

.top-menu .top-nav .nav-item .menu-item.active {
  color: white;
}

.top-menu .top-nav .nav-item .menu-item:hover {
  color: white;
}

.main-banner {
  width: 100%;
  height: 100%;
  position: relative;
}

.main-banner img {
  width: 100%;
}

.main-banner .header-text {
  position: absolute;
  font-size: 2.3em;
  font-weight: bold;
  top: 3.5em;
  color: white;
  left: 13%;
  text-align: left;
  line-height: 1.2em;
}

.main-banner .sub-text {
  position: absolute;
  font-size: 1.6em;
  top: 9em;
  color: white;
  left: 13%;
  text-align: left;
  line-height: 1.3em;
}

.content-title {
  width: 100%;
  height: 100%;
  padding: 3em 0px;
}

.content-title .header-text {
  font-size: 1.8em;
  word-spacing: -0.1em;
  letter-spacing: -0.02em;
}

.content-title .sub-text {
  color: #9fa0a0;
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 0.6em;
}

.content-title .mail-cellphone {
  color: #004987;
  font-weight: bold;
  font-size: 1.3em;
  margin-top: 0.9em;
  margin-bottom: 0.6em;
}

.content-title .mobile-mail-cellphone {
  color: #004987;
  font-weight: bold;
  font-size: 1.3em;
  margin-top: 0.9em;
  margin-bottom: 0.6em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.content-title .mobile-mail-cellphone .left-header {
  width: 100px;
  text-align: left;
}

.question-input {
  margin-bottom: 1em;
  font-size: 1em;
  width: 100%;
  margin: 1em auto;
  line-height: 45px;
  max-width: 1280px;
}

.question-input .header-text {
  width: 15%;
  text-align: center;
  color: #004987;
  font-weight: bold;
  font-size: 1.1em;
}

.question-input .content-input {
  width: 35%;
  height: 45px;
  border: solid 1.4px #004987;
  padding: 0 1em;
  font-size: 0.9em;
}

.question-input .content-area {
  width: 85%;
  border: solid 1.4px #004987;
  padding: 0 1em;
  font-size: 1.1em;
}

.question-btn {
  width: 12em;
  padding: 0.5em;
  font-size: 1em;
  background: #004987;
  color: white;
  font-weight: bold;
  margin-bottom: 80px;
  outline: none;
}

.main-introduce {
  width: 100%;
  background: #f7f8f8;
  padding: 3em 110px;
}

.main-introduce .content {
  width: calc(100% / 3);
  padding: 0 2em;
}

.main-introduce .content .header-text {
  color: #004987;
  font-weight: bold;
  font-size: 1.3em;
  margin-top: 0.9em;
  margin-bottom: 0.6em;
}

.main-introduce .content .sub-text {
  color: #9fa0a0;
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 0.6em;
}

.introduce {
  width: 100%;
  padding: 0 0px 3em;
  max-width: 1280px;
}

.introduce .content {
  width: calc(100% / 3);
  padding: 0 2em;
}

.introduce .content .header-text {
  color: #004987;
  font-weight: bold;
  font-size: 1.3em;
  margin-top: 0.9em;
  margin-bottom: 0.6em;
}

.introduce .content .sub-text {
  color: #9fa0a0;
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 0.6em;
}

.footer {
  padding: 0 110px;
  height: 8em;
  background: #004987;
}

.footer .footer-logo {
  width: 5em;
  height: 2.65em;
  margin: auto;
}

.footer .footer-text {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: calc(10% - 5em);
  color: white;
}

.footer .blog-a {
  margin: auto;
}

.footer .blog-a .footer-blog {
  width: 2.65em;
  height: 2.65em;
}

@media (max-width: 1280px) {
  .main-introduce {
    width: 100%;
    padding: 3em 0px;
  }
  .question-input {
    width: 100%;
    height: 110px;
    margin: 0em auto 0em auto;
  }
  .question-input .header-text {
    width: 20%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: 5%;
    text-align: left;
  }
  .question-input .content-input {
    width: 70%;
  }
  .question-input .content-area {
    width: 90%;
    border: solid 1.4px #004987;
    padding: 0 1em;
    font-size: 1.1em;
    margin-left: 5%;
  }
  .question-input.area {
    height: 280px;
    margin: 0em auto 0em auto;
  }
  .question-btn {
    margin: 10px;
  }
}

@media (max-width: 769px) {
  body {
    font-size: 10px !important;
  }
  .top-menu .logo-image {
    margin-left: 2.4em;
  }
  .top-nav {
    display: none;
  }
  .main-banner {
    overflow: hidden;
  }
  .main-banner img {
    width: 1366px;
    height: 25em;
    margin-left: -45em;
  }
  .main-banner .header-text {
    top: 2.5em;
    left: 1em;
    font-size: 2.1em;
  }
  .main-banner .sub-text {
    top: 7.7em;
    left: 1.4em;
    font-size: 1.5em;
  }
  .main-introduce {
    padding: 4em 20px 2em 20px;
  }
  .main-introduce .content {
    width: 100%;
    margin-bottom: 2em;
  }
  .introduce {
    padding: 0em 20px 2em 20px;
  }
  .introduce .content {
    width: 100%;
    margin-bottom: 2em;
  }
  .mail-cellphone {
    display: none;
  }
  .mail-cellphone span {
    display: block;
  }
  .mobile-mail-cellphone {
    display: block !important;
  }
  .footer {
    padding: 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .footer .footer-text {
    margin-top: 0px;
  }
  .footer .footer-logo {
    display: none;
  }
  .footer .footer-blog {
    display: none;
  }
}

#showRight {
  display: none;
}

@media (max-width: 991px) {
  #showRight {
    display: block;
    position: absolute;
    right: 0.7em;
    top: 14px;
    font-size: 25px;
    color: white;
    background: none;
    border: none;
  }
}

.cbp-spmenu {
  background: #004987;
  position: fixed;
}

.cbp-spmenu h3 {
  color: white;
  font-size: 1.9em;
  padding: 20px;
  margin: 0;
  font-weight: 300;
  background: #004987;
}

.cbp-spmenu a {
  display: block;
  color: #47a3da;
  font-size: 1.5em;
  font-weight: 300;
}

.cbp-spmenu a:hover {
  background: #258ecd;
}

.cbp-spmenu a.active {
  color: white;
}

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 1000;
}

.cbp-spmenu-vertical a {
  border-bottom: 1px solid #004987;
  padding: 1em;
}

.cbp-spmenu-horizontal {
  width: 100%;
  height: 150px;
  left: 0;
  z-index: 1000;
  overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
  height: 100%;
  width: 20%;
  float: left;
}

.cbp-spmenu-horizontal a {
  float: left;
  width: 20%;
  padding: 0.8em;
  border-left: 1px solid #004987;
}

/* Vertical menu that slides from the left or right */
.cbp-spmenu-right {
  right: -240px;
  z-index: 15;
}

.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
}

/* Push classes applied to the body */
.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.cbp-spmenu-push-toright {
  left: 240px;
}

.cbp-spmenu-push-toleft {
  left: -240px;
}

/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Example media queries */
@media screen and (max-width: 55.1875em) {
  .cbp-spmenu-horizontal {
    font-size: 75%;
    height: 110px;
  }
  .cbp-spmenu-top {
    top: -110px;
  }
  .cbp-spmenu-bottom {
    bottom: -110px;
  }
}

@media screen and (max-height: 26.375em) {
  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 190px;
  }
  .cbp-spmenu-left,
  .cbp-spmenu-push-toleft {
    left: -190px;
  }
  .cbp-spmenu-right {
    right: -190px;
  }
  .cbp-spmenu-push-toright {
    left: 190px;
  }
}
/*# sourceMappingURL=question.css.map */