.post-type-archive {
  height: 100vh;
}

.post-type-archive .wp-site-blocks {
  height: 100%;
}

.post-type-archive .header-inner {
  border-bottom: unset;
  gap: unset;
  padding: unset !important;
}

.post-type-archive .header-menu-area {
  flex: 1;
  min-width: 500px;
  border-right: 1px solid var(--wp--preset--color--contrast);
  position: relative;
}

.post-type-archive nav.main-menu {
  margin-top: 14px;
  margin-right: 15px;
  border-bottom: 1px solid var(--wp--preset--color--contrast);
}

.post-type-archive .header-logo-area {
  width: 636px;
  margin-left: 14px;
  padding-left: unset;
  border-bottom: 1px solid var(--wp--preset--color--contrast);
  margin-top: 14px;
}

.post-type-archive .pc-about-btn {
  cursor: none;
  background-color: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--base);
  pointer-events: none;
}

.post-type-archive .main {
  height: calc(100% - 50px);
  margin-block-start: unset;
}

.post-type-archive .main-inner {
  width: 100%;
  height: 100%;
  align-items: start;
}

.post-type-archive .main-inner-left {
  flex: 1;
  min-width: 500px;
  height: 100%;
  border-right: 1px solid var(--wp--preset--color--contrast);
  box-sizing: border-box;
}

.post-type-archive .main-inner-left-inner {
  margin-right: 14px;
}

.post-type-archive .main-inner-right {
  width: 650px;
  height: 100%;
}

.post-type-archive .main-inner-right .about-content {
  margin-left: 14px;
  height: 100%;
  position: relative;
  margin-bottom: 14px !important;
  overflow: hidden;
}

.post-type-archive .main-inner-right .sns-button-area {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  border-bottom: 1px solid var(--wp--preset--color--contrast);
  margin-bottom: 14px;
}

.post-type-archive .main-inner-right .sns-btn {
  margin-bottom: 10px;
}

.post-type-archive.post-open .header-logo-area {
  flex: 1;
  width: 100%;
}

.post-open .header-btn-area {
  display: flex;
}

.post-type-archive.post-open .pc-about-btn {
  display: none;
}

.post-type-archive.post-open .main-inner-right {
  flex: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.post-type-archive.post-open .header-menu-area {
  flex: unset;
  width: 650px;
}

.single-post-area {
  display: none;
  margin-left: 14px;
  height: 100%;
  overflow: scroll;
  /* 스크롤바 숨기기 */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

.single-post-area::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.post-type-archive.post-open .main-inner-right .about-content {
  display: none;
}

.single-post-top {
  display: flex;
  padding: 15px 0;
  height: 115px;
  border-bottom: 1px solid var(--wp--preset--color--contrast);
  font-size: 22px;
  box-sizing: border-box;
  /* position: absolute; */
  background: #121212e6;
  width: 100%;
}

.single-post-content-wrap {
  padding-top: 10px;
  border-bottom: 1px solid var(--wp--preset--color--contrast);
    margin-bottom: 30px;
}

.post-type-archive.post-open .mob-main-menu {
  display: none !important;
}

.post-type-archive.post-open .main-inner-left {
  flex: unset;
  width: 650px;
}

@media (min-width: 770px) {
}

@media (max-width: 1100px) {
}

@media (max-width: 770px) {
  .post-type-archive .header-menu-area {
    min-width: unset !important;
    border-right: unset !important;
  }

  .post-type-archive .header-inner {
    height: 45px;
    padding-top: 5px !important;
    padding-right: 0px !important;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
    border-bottom: 1px solid var(--wp--preset--color--contrast) !important;
  }

  .post-type-archive .header-logo-area {
    border-bottom: unset !important;
  }

  .post-type-archive .main {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .post-type-archive .main-inner-left {
    min-width: unset !important;
    border-right: unset !important;
  }

  .post-type-archive .main-inner-right {
    display: none;
    position: absolute !important;
    right: 0;
    width: 100%;
    padding: 0 10px !important;
    background-color: var(--wp--preset--color--base);
    height: calc(100% - 50px) !important;
  }

  .post-type-archive .mob-main-menu {
    right: 5px !important;
  }

  .post-type-archive .main-inner-right .about-content {
    margin-left: unset !important;
    margin-bottom: unset !important;
  }

  .post-type-archive .main-inner-left-inner {
    margin-right: unset !important;
  }

  .post-type-archive .main-inner-right .sns-btn {
    margin-bottom: 5px;
  }

  .post-type-archive .main-inner-right .sns-button-area {
    margin-bottom: 0;
  }
}
