@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;
  }
}
.vcollapse {
  visibility: collapse;
}

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

.page.page1 {
  padding: 15% 0;
}

.content1 {
  margin: auto;
  padding: 0% 10%;
}
.content1 .slogun span {
  font-family: "GongGothicMedium";
  font-size: 20px;
  color: rgba(22, 22, 22, 0.485);
  font-weight: 500;
  line-height: 60px;
}
.content1 .slogunbtn {
  font-size: 16px;
  font-weight: 600;
  border-radius: 15px;
  margin: 40px 0 0;
  padding: 10px 20px;
}
.content1 .slogunimage {
  margin-top: 120px;
}

.mainimage {
  width: 60%;
}

.page.page2 {
  background-image: url("../jpg/home-p2-bg.jpg");
  background-size: cover;
}

.page2 .flex {
  display: flex;
}
.page2 .slogun {
  padding: 20px;
  margin: 20px;
  color: white;
}
.page2 .slogun h3 {
  font-family: "GongGothicMedium";
}
.page2 h1 {
  font-size: inherit;
}
.page2 .left-bordering {
  width: 80%;
  margin-left: auto;
  margin-right: 0;
}
.page2 #item1 {
  background-color: white;
}
.page2 #item2 {
  background-color: #F4F4F4;
}
.page2 #item3 {
  background-color: #E6D0D0;
}
.page2 #item4 {
  background-color: #E299A0;
}
.page2 #item5 {
  background-color: #D2616C;
}
.page2 .contents-wrap {
  height: 600px;
}
.page2 .contents-box {
  height: 100%;
  margin-bottom: -600px;
}
.page2 .contents-item {
  height: 100%;
  padding: 5%;
  display: none;
  text-align: left;
}
.page2 .contents-item.active {
  display: block;
}
.page2 .contents-item .item-title {
  margin-top: 110px;
  font-size: 3rem;
}
.page2 .contents-item .item-detail {
  font-size: 3.6rem;
  font-weight: 700;
}
.page2 .contents-item .item:nth-last-child(5) .svg-img {
  margin-left: 0;
}
.page2 .contents-item .item:nth-last-child(1) .btn-danger, .page2 .contents-item .item:nth-last-child(2) .btn-danger {
  box-shadow: 0 0 10px white;
}
.page2 .contents-item-btn {
  height: 12px;
  width: 12px;
  background-color: rgb(209, 209, 209);
  border: 1px solid #767676;
  border-radius: 12px;
  margin: 10px;
}
.page2 .contents-item-btn.active {
  background-color: aliceblue;
}
.page2 .contents-btn {
  display: flex;
}
.page2 .btn-boxing {
  width: 100%;
  padding: 2%;
}
.page2 .btn-danger {
  margin-top: 100px;
  font-size: 1.5rem;
  padding: 10px 20px;
  border-radius: 15px;
  box-shadow: 0 0 10px gray;
}
.page2 .svg-img {
  height: 380px;
  margin-top: 40px;
  margin-left: 110px;
}

@media (min-width: 430px) {
  .content1 .slogun #courage {
    display: none;
  }
}
@media (max-width: 1400px) {
  .page2 .left-bordering {
    width: 85%;
  }
  .page2 .btn-danger {
    margin-top: 40px;
  }
}
@media (max-width: 1200px) {
  .page2 .slogun {
    font-size: 40px;
  }
  .page2 .contents-wrap {
    height: 400px;
  }
  .page2 .contents-box {
    margin-bottom: -400px;
  }
  .page2 .contents-item .item-title {
    margin-top: 30px;
    font-size: 2.1rem;
  }
  .page2 .contents-item .item-detail {
    font-size: 3rem;
  }
  .page2 .svg-img {
    height: 250px;
  }
  .page2 .btn-danger {
    margin-top: 20px;
  }
}
@media (max-width: 1000px) {
  .content1 {
    margin: auto;
    padding: 15% 0;
  }
  .content1 .slogun {
    font-size: 29px;
    margin: 2rem 0;
  }
  .content1 .slogun span {
    font-size: 15px;
  }
  .page.page1 {
    padding: 20px 0 0;
  }
  .mainimage {
    width: 100%;
  }
  .page2 .left-bordering {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .page2 .slogun {
    font-size: 2.5rem;
  }
  .page2 .contents-wrap {
    height: 350px;
  }
  .page2 .contents-box {
    margin-bottom: -350px;
  }
  .page2 .contents-item {
    padding: 4%;
  }
  .page2 .contents-item .item-detail {
    font-size: 2.3rem;
  }
  .page2 .svg-img {
    height: 180px;
    margin-top: 70px;
  }
  .page2 .btn-danger {
    margin-top: 40px;
    font-size: 1.3rem;
  }
}
@media (max-width: 600px) {
  .page2 .slogun {
    font-size: 2rem;
  }
  .page2 .left-bordering {
    width: 90%;
    margin: auto;
  }
  .page2 .contents-wrap {
    height: 600px;
  }
  .page2 .contents-box {
    margin-bottom: -600px;
  }
  .page2 .contents-item {
    border-radius: 15px;
  }
  .page2 .contents-item .flex {
    display: block;
  }
  .page2 .contents-btn {
    padding: 0;
    display: inline-flex;
  }
  .page2 .contents .btn-boxing {
    padding: 4%;
  }
  .page2 .left-box {
    text-align: center;
  }
  .page2 .right-box {
    height: 200px;
  }
  .page2 .svg-img,
  .page2 .contents-item:nth-last-child(5) .svg-img {
    margin: 40px auto;
  }
  .page2 .svg-img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .page2 .slogun {
    background-color: rgba(0, 0, 0, 0.3098039216);
    margin: 20px 0;
    padding: 40px;
  }
}/*# sourceMappingURL=index.css.map */