@import url("https://webfontworld.github.io/sunn/SUIT.css");
@import url("https://webfontworld.github.io/pretendard/Pretendard.css");
@font-face {
  font-family: "GenEiGothicN-R";
  src: url("../font/GenEiGothicN-Regular.otf") format("truetype");
}
@font-face {
  font-family: "GongGothicBold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "GongGothicBold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "GongGothicMedium";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicMedium.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Cafe24Shiningstar";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Cafe24Shiningstar.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.mobile, .tablet {
  display: none;
}

@media (max-width: 1000px) {
  .tablet {
    display: block;
  }
  .pconly, .pc {
    display: none;
  }
}
@media (max-width: 600px) {
  .tablet, .nomobile {
    display: none;
  }
  .mobile {
    display: block;
  }
}
.show400, .show500, .show1000, .show1200, .show1400 {
  display: none;
}

@media (max-width: 1400px) {
  .show1400 {
    display: block;
  }
}
@media (max-width: 1000px) {
  .unshown1000 {
    display: none;
  }
  .show1000 {
    display: block;
  }
}
@media (max-width: 600px) {
  .unshown600 {
    display: none;
  }
}
@media (max-width: 500px) {
  .unshown500 {
    display: none;
  }
  .show500 {
    display: block;
  }
}
@media (max-width: 400px) {
  .show400 {
    display: block;
  }
}
header .menubox {
  background-color: white;
  height: 100%;
  width: 100%;
}
header .mmenu {
  height: 100%;
  background: white;
  border: 0 0 10px gray;
}
header .mmenu > svg {
  width: auto;
}
header .mmenu svg {
  margin: auto;
}
@media (max-width: 1000px) {
  header .mmenu {
    width: 300px !important;
    max-width: 30% !important;
  }
}
@media (max-width: 600px) {
  header .mmenu {
    max-width: 80% !important;
  }
}
header .moff {
  border-color: white;
}
header .top {
  display: none;
}
header .topback {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 10px 30px rgba(153, 153, 153, 0.3);
}
header .topbanner {
  position: fixed;
  top: 0;
  z-index: 3;
  width: 100%;
}
header .topcover {
  padding: 1% 5%;
  margin-left: auto;
  margin-right: auto;
}
header .xbox {
  position: absolute;
  top: 20px;
  left: -40px;
  z-index: 1;
}
header .privacy-policy {
  text-decoration: none;
}
header .header-logo {
  width: 100px;
  height: 25px;
  background-image: url("../svg/logo-black.svg");
  background-size: contain;
}
header .footer {
  position: absolute;
  bottom: 0;
  font-size: 1rem;
}
@media (min-width: 800px) {
  header li {
    font-size: 1.3rem;
  }
  header ul {
    list-style: none;
  }
  header .topbar {
    position: fixed;
    right: 3%;
    margin-top: 4%;
  }
}
@media (min-width: 950px) {
  header .logo {
    width: 230;
    margin-left: -3%;
  }
}
@media (min-width: 1000px) {
  header ul.menu {
    position: absolute;
    top: 25;
    margin-left: -20px;
    padding: 20px 0;
  }
  header ul > .menu {
    background-color: white;
    border-radius: 10px;
    padding: 10px 30px;
    box-shadow: 0 0 3px black;
  }
  header ul.menu a {
    color: black;
    text-decoration: none;
    font-size: inherit;
  }
  header .header-logo {
    width: 200px;
    height: 50px;
  }
  header .moff {
    display: none;
    margin-left: 30px;
  }
  header .topbar {
    margin-top: 2%;
  }
  header .link-list {
    font-size: 1.1rem;
    color: white !important;
  }
  header .nav-item {
    margin-right: 50px;
  }
  header .nav-item > a {
    padding: 0 10px;
  }
}

html {
  font-size: 80%;
  display: flex;
}

body {
  position: relative;
  width: 100%;
  font-family: "SUIT", "Pretendard", "GenEiGothicN-R";
}

.page {
  width: 100%;
  padding: 15% 0;
  text-align: center;
}

.downbar {
  width: 43px;
  height: 8px;
  background-color: #dc3545;
  margin: 0 auto 40px;
}

#footer {
  font-family: "SUIT-Regular";
  background-color: #222 !important;
  padding: 60px 0;
  font-size: 1.3rem;
  color: #c4c4c4;
}
#footer dl, #footer dt, #footer dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer dt {
  float: left;
  line-height: 1.2;
}
#footer dd {
  float: left;
  margin-left: 7px;
  margin-right: 24px;
  line-height: 1.2;
}
#footer a {
  text-decoration: none;
}
#footer .flex {
  display: flex;
}
#footer .footer-wrap {
  justify-content: space-between;
}
#footer .ft-info, #footer .ft-bot {
  flex-direction: column;
  justify-content: flex-end;
}
#footer .ft-bot p {
  font-size: 1rem;
  position: relative;
  top: 65;
}
#footer .clearfix {
  margin-bottom: 10px;
}
#footer .contents {
  width: 100%;
  max-width: 1300px;
  padding: 0 10px;
  margin: 0 auto;
}

@media (max-width: 1000px) {
  #footer {
    display: none;
  }
}
.page1 {
  padding: 12% 0 18%;
}

.slogun {
  font-family: "GongGothicBold";
  color: #222;
  font-size: 50px;
  font-weight: 700;
}

.downbar {
  width: 43px;
  height: 8px;
  background-color: #dc3545;
  margin: 20px auto;
}

.content1 .slogunbtn {
  margin: 20px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 15px;
  padding: 10px 20px;
}
.content1 .link-text {
  margin-top: 50px;
  font-size: 1.3rem;
}
.content1 .litext1 {
  margin-right: 10px;
}

.btn-danger {
  border: none;
  display: block;
}
.btn-danger .bg-yellow {
  --bs-btn-active-bg: rgb(156, 117, 1);
}
.btn-box {
  width: 300px;
  margin: 90px auto 0;
}

.bg-yellow {
  color: #3c3c3c;
  background-color: #ffc107;
}
.bg-yellow:hover {
  background-color: #c19203;
}

.mainimage {
  max-width: 100%;
}/*# sourceMappingURL=consult.css.map */