#service-guide-page-headerback {
  width: 100%;
  height: 80px;
  background-color: white;
}
#service-guide-page {
  width: 100vw;
  display: flex;
  flex-direction: row;
  background-color: white;
}

#guide-pc-menu {
  width: 15.625vw;
  height: calc(100vh - 80px);
  border-right: 0.5px solid black;
  position: fixed;
  top: 80px;
  left: 0;
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
  font-family: "NotoSansKR";
}
#guide-menu-title {
  margin-top: 2.6vw;
  margin-bottom: 1.04vw;
}
#guide-menu-title-text {
  font-weight: 700;
  font-size: 1.35vw;
}
#guide-menu-title-desc {
  font-size: 0.73vw;
  margin-top: 0.47vw;
}
.guideMenuBox {
  padding-top: 1.5625vw;
  padding-bottom: 2.09vw;
  border-bottom: 1px solid black;
}
.guideMenuBox__label {
  font-size: 0.73vw;
  font-weight: 700;
}
.guideMenuBox__menu {
  font-size: 0.94vw;
  margin-top: 1.04vw;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.guideMenuBox__menu__num {
  width: 1.93vw;
}
/* .guideMenuBox__menu__text {
} */
.currentMenu {
  font-weight: 700;
}
#guide-world-build {
  margin-top: 1.56vw;
}
/* build apge */
#guide-build-first {
  margin-top: 2.6vw;
  margin-left: 2.6vw;
  margin-bottom: 10.42vw;
  font-family: "NotoSansKR";
}
#guide-build-first-p1 {
  font-size: 1.56vw;
  line-height: 2.6vw;
}
#guide-build-first-p2 {
  margin-top: 5.2vw;
  margin-bottom: 1.5625vw;
  font-size: 2.08vw;
}
.guideBuild__chapterName {
  font-size: 1.5625vw;
  margin-top: 1.5625vw;
}
/* build apge */

#guide-contents {
  display: flex;
  flex-direction: column;
  padding-left: 26.042vw;
}
#guide-title {
  font-family: "NotoSansKR";
  font-weight: 700;
  font-size: 2.6vw;
  margin-top: 2.6vw;
}

.guideChapter {
  margin-top: 0.68vw;
  font-family: "NotoSansKR";
  margin-bottom: 10.47vw;
}
.guideChapter__title {
  font-weight: 700;
  font-size: 1.5625vw;
}
.guideChapter__content {
  display: flex;
  flex-direction: row;
  margin-top: 5.21vw;
}

.guideChapter__content__image {
  width: 19.53vw;
}
.guideChapter__content__image img {
  width: 100%;
}
.guideChapter__content__dimage {
  width: 41.67vw;
  display: flex;
  flex-direction: row;
  align-items: start;
}
.guideChapter__content__dimage img {
  width: 46.875%;
  object-fit: scale-down;
}
.guideChapter__content__dimage__left {
}
.guideChapter__content__dimage__right {
  margin-left: auto;
}

.guideChapter__content__textArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.guideChapter__content__text {
  padding-left: 2.6vw;
  font-size: 1.042vw;
  line-height: 1.82vw;
}
.guideChapter__content__subtext {
  padding-left: 2.6vw;
  font-size: 0.73vw;
  line-height: 1.2vw;
  color: #393939;
}
.guideChapter__content__section {
}
.guideChapter__content__section__title {
  font-size: 1.56vw;
}
.guideChapter__content__section__text {
  font-size: 1.04vw;
  line-height: 1.82vw;
  margin-top: 2.6vw;
}
#guideChapterLastImages {
  height: 15.625vw;
  display: flex;
  flex-direction: row;
  margin-bottom: 5.21vw;
}
.guideChapterLastImage {
  width: 15.625vw;
}
.guideChapterLastImage img {
  width: 100%;
}
.guideChapterLastArrow {
  width: 2.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.guideChapterLastArrow img {
  width: 0.78125vw;
}
.hideOnPC {
  display: none;
}
.hideOnMobile {
  display: block;
}
.hideOnPCFlex {
  display: none;
}
.hideOnMobileFlex {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #service-guide-page-headerback {
    /* width: 100%; */
    /* height: 80px; */
    height: 18.67vw;
    /* background-color: white; */
  }
  /* #service-guide-page {
    width: 100vw;
    display: flex;
    flex-direction: row;
    background-color: white;
  } */

  #guide-pc-menu {
    /* width: 15.625vw;
    height: calc(100vh - 80px);
    border-right: 0.5px solid black;
    position: fixed;
    top: 80px;
    left: 0;
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
    font-family: "NotoSansKR"; */
    width: 0;
    display: none;
  }
  /* build apge */
  #guide-build-first {
    /* margin-top: 2.6vw; */
    margin-top: 13.33vw;
    /* margin-left: 2.6vw; */
    margin-left: 5.33vw;
    /* margin-bottom: 10.42vw; */
    margin-bottom: 53.33vw;
    /* font-family: "NotoSansKR"; */
  }
  #guide-build-first-p1 {
    font-size: 4.8vw;
    line-height: 9.07vw;
  }
  #guide-build-first-p2 {
    /* margin-top: 5.2vw; */
    margin-top: 13.33vw;
    /* margin-bottom: 1.5625vw; */
    margin-bottom: 0;
    padding-bottom: 6.67vw;
    /* font-size: 2.08vw; */
    font-size: 7.47vw;
  }
  .guideBuild__chapterName {
    /* font-size: 1.5625vw; */
    font-size: 4.8vw;
    /* margin-top: 1.5625vw; */
    margin-top: 6.67vw;
  }
  /* build apge */
  #guide-contents {
    /* display: flex; */
    /* flex-direction: column; */
    /* padding-left: 26.042vw; */
    padding-left: 5.33vw;
    padding-right: 5.33vw;
    width: 100%;
  }
  #guide-title {
    /* font-family: "NotoSansKR";
    font-weight: 700;
    font-size: 2.6vw;
    margin-top: 2.6vw; */
    display: none;
  }

  .guideChapter {
    margin-top: 13.33vw;
    font-family: "NotoSansKR";
    /* margin-bottom: 10.47vw; */
  }
  .guideChapter__title {
    /* font-weight: 700; */
    font-size: 5.87vw;
    letter-spacing: -0.18vw;
    display: flex;
    flex-direction: column;
  }
  .guideChapter__title span {
    margin-bottom: 2vw;
  }
  .guideChapter__content {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 8vw;
  }

  .guideChapter__content__image {
    width: 100%;
    padding-bottom: 5.86vw;
  }
  /* .guideChapter__content__image img {
    width: 100%;
  } */

  .guideChapter__content__dimage {
    width: 100%;
    /* display: flex;
    flex-direction: row; */
    padding-bottom: 5.86vw;
  }
  .guideChapter__content__dimage img {
    width: 49%;
  }
  .guideChapter__content__dimage__left {
  }
  .guideChapter__content__dimage__right {
    /* margin-left: auto; */
  }
  .guideChapter__content__textArea {
    /* display: flex;
    align-items: center; */
    padding-bottom: 10.67vw;
  }
  .guideChapter__content__text {
    padding-left: 0;
    font-size: 3.73vw;
    line-height: 6.4vw;
  }
  .guideChapter__content__subtext {
    padding-left: 0;
    font-size: 2.67vw;
    line-height: 3.47vw;
    color: #393939;
  }
  .guideChapter__content__section {
    margin-bottom: 40vw;
  }
  .guideChapter__content__section__title {
    /* font-size: 1.56vw; */
    font-size: 4.8vw;
  }
  .guideChapter__content__section__text {
    /* font-size: 1.04vw; */
    font-size: 3.73vw;
    /* line-height: 1.82vw; */
    line-height: 6.4vw;
    /* margin-top: 2.6vw; */
    margin-top: 13.33vw;
  }
  #guideChapterLastImages {
    /* height: 15.625vw; */
    height: 26.93vw;
    /* display: flex; */
    /* flex-direction: row; */
    margin-bottom: 5.21vw;
  }
  .guideChapterLastImage {
    /* width: 15.625vw; */
    width: auto;
    flex: 11;
  }
  .guideChapterLastImage img {
    width: 100%;
  }
  .guideChapterLastArrow {
    /* width: 2.5vw; */
    width: auto;
    flex: 2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .guideChapterLastArrow img {
    /* width: 0.78125vw; */
    width: 1.4vw;
  }
  .hideOnPC {
    display: block;
  }
  .hideOnMobile {
    display: none;
  }
  .hideOnPCFlex {
    display: flex;
  }
  .hideOnMobileFlex {
    display: none;
  }
}
