:root {
  --story-blue: #432df1;
  --story-yellow: #ffdd22;
}

@font-face {
  font-family: "NotoSansKR";
  src: url("./fonts/NotoSansKR-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "NotoSansKR";
  src: url("./fonts/NotoSansKR-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "NotoSansKR";
  src: url("./fonts/NotoSansKR-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "NotoSansKR";
  src: url("./fonts/NotoSansKR-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "ONE Mobile POP";
  src: url("./fonts/ONE\ Mobile\ POP\ OTF.otf") format("opentype");
  src: url("./fonts/ONE\ Mobile\ POP.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "ONE Mobile";
  src: url("./fonts/ONE\ Mobile\ OTF\ Regular.otf");
  font-weight: 400;
}

@font-face {
  font-family: "ONE Mobile";
  src: url("./fonts/ONE\ Mobile\ OTF\ Bold.otf");
  font-weight: 800;
}

body {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
  text-decoration: none;
}

.storyBlue {
  color: var(--story-blue);
}
.storyYellow {
  color: var(--story-yellow) !important;
}
.storyHalfBlue {
  color: var(--story-blue);
  opacity: 0.5;
}

#shGnb {
  background-color: var(--story-blue);
  width: 100vw;
  height: 80px;
  border-bottom: 1px solid white;
  position: fixed;
  z-index: 20;
  display: flex;
  flex-direction: row;
}

#gnb-logo {
  /* flex: 300; */
  width: calc(15.625vw - 30px);
  display: flex;
  /* padding-top: 34px; */
  align-items: center;
  padding-left: 30px;
}
#gnb-logo-img {
  width: 127px;
  height: 22px;
}

#gnb-menu {
  /* flex: 1320; */
  display: flex;
  flex-direction: row;
  align-items: center;
}

#shGnb-mobile {
  display: none;
  z-index: 20;
}
#gnb-cover-menu-mobile {
  z-index: 21;
}

.gnbMenu__option__link {
  /* width: min(200px, 25%); */
  margin-right: 5.625vw;
}

.gnbMenu__option {
  font-family: "ONE Mobile";
  /* font-weight: 800; */
  font-size: 18px;
  color: white;
}

.gnbMenu__option[active] {
  color: var(--story-yellow);
}

.gnbMenu__option:hover {
  color: var(--story-yellow);
}

.gnbMenu__option_right {
  justify-content: flex-end;
  font-family: "ONE Mobile";
  /* font-weight: 800; */
  font-size: 18px;
  color: white;
}

.gnbMenu__option_right[active] {
  color: var(--story-yellow);
}

.gnbMenu__option_right:hover {
  color: var(--story-yellow);
}

#gnb-editor {
  display: flex;
  align-items:flex-end;
  font-family: "ONE Mobile";
  font-weight: 800;
  font-size: min(1.0417vw, 20px);
  color: white;
}

#gnb-info {
  flex: 1;
  display: flex;
  padding-right: 1.5vw;
  justify-content: flex-end;
  align-items: center;
  font-family: "ONE Mobile";
  font-weight: 800;
  font-size: 18px;
  color: white;
  text-decoration: solid underline 2px;
  text-underline-offset: 10px;
}

#mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 20;
  display: none;
}
#mobile-menu-cover {
  position: relative;
  width: 100%;
  height: 100%;
}
#mobile-menu-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 50%);
}
#mobile-menu-flex {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
}
#mobile-menus {
  width: 80%;
  height: 100%;
  background: white;
  overflow-y: scroll;
}

#mobile-menu-flex-bottom {
  position: absolute;
  width: 100%;
  height: 30%;
  top: 70%;
  left: 0;
  display: flex;
  align-content: flex-end;
}

#mobile-menus-bottom {
  display: flex;
  flex-direction: column-reverse;
  width: 80%;
  height: 100%;
  background: white;
  overflow-y: scroll;
}

#mobile-menu-exit {
  margin: 6vw;
  width: 4vw;
  height: 4vw;
}

.mobileMenu {
  font-family: "NotoSansKR";
  font-weight: 400;
  font-size: 4.27vw;
  height: 13.33vw;
  display: flex;
  align-items: center;
  padding-left: 6vw;
  padding-right: 6vw;
  /* border-bottom: 0.5px solid #707070; */
  border-bottom: 0.5px solid rgba(112, 112, 112, 0.5);
}

.mobileMenu-bottom {
  font-family: "NotoSansKR";
  font-weight: 400;
  font-size: 4.27vw;
  height: 13.33vw;
  display: flex;
  align-items: center;
  padding-left: 6vw;
  padding-right: 6vw;
  /* border-bottom: 0.5px solid #707070; */
  border-top: 0.5px solid rgba(112, 112, 112, 0.5);
}

#menu-service-guide {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#guide-menu-text {
  flex: 2;
}
#guide-menu-arrowDown {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: right;
}
#guide-menu-arrowDown-img {
  width: 2.944vw;
  height: 1.472vw;
}
#guide-menu-arrowUp {
  flex: 1;
  display: none;
  align-items: center;
  justify-content: right;
}
#guide-menu-arrowUp-img {
  width: 2.944vw;
  height: 1.472vw;
}
#menu-service-guide-detail {
  padding-left: 6vw;
  padding-right: 6vw;
  font-family: "NotoSansKR";
  font-size: 3.73vw;
  font-weight: 400;
  /* border-bottom: 0.5px solid #707070; */
  border-bottom: 0.5px solid rgba(112, 112, 112, 0.5);
  display: none;
  flex-direction: column;
}

#menu-service-guide-pages {
  /* border-bottom: 0.5px solid #707070; */
  border-bottom: 0.5px solid rgba(112, 112, 112, 0.5);
  padding-bottom: 6vw;
}

.guideTitle {
  font-weight: 700;
  padding-top: 5.33vw;
}

.guideName {
  padding-left: 2.13vw;
  padding-top: 5.33vw;
}
#menu-service-guide-build {
  padding-top: 5.33vw;
  padding-bottom: 5.33vw;
}

@media only screen and (max-width: 768px) {
  #shGnb {
    display: none;
  }

  #gnb-logo {
    flex: 300;
    display: flex;
    padding-top: 34px;
    padding-left: 30px;
  }
  #gnb-logo-img {
    width: 127px;
    height: 22px;
  }

  #gnb-menu {
    flex: 1320;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  #shGnb-mobile {
    display: flex;
    width: 100%;
    /* height: 18.67vw; */
    background-color: var(--story-blue);
    z-index: 20;
    position: fixed;
    border-bottom: 1px solid white;
    flex-direction: column;
  }
  #gnb-space-mobile {
    width: 100%;
    height: 0px;
  }

  #gnb-cover-mobile {
    width: 100%;
    height: 13.33vw;
    position: relative;
  }
  #gnb-cover-logo-mobile {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #gnb-logo-link-mobile {
    width: 25.4vw;
    height: 4.4vw;
  }
  #gnb-logo-img-mobile {
    width: 100%;
    height: 100%;
  }

  #gnb-cover-menu-mobile {
    width: 13.87vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #gnb-cover-menu-mobile-img {
    width: 4.26vw;
    height: 3.2vw;
  }
}
