.margin-y-10 {
  margin: 10px 0;
}

.margin-y-20 {
  margin: 20px 0;
}

.margin-y-30 {
  margin: 30px 0;
}

.margin-y-40 {
  margin: 40px 0;
}

.margin-y-50 {
  margin: 50px 0;
}

.page__title__wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: 0;
  font-size: 20px;
  justify-content: space-between;
}
.page__title__wrapper .title_container_wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.page__title__wrapper .title_container_wrapper .title_container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page__title__wrapper .page__common__title {
  color: black;
  font-size: 20px;
  font-family: "GmarketSansBold", sans-serif;
}
.page__title__wrapper .page__common__title:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 8px;
  height: 3px;
  background: #0048c8;
}
.page__title__wrapper .page__common__sub__title {
  color: #666666;
  font-size: 20px;
  font-family: "GmarketSansMedium", sans-serif;
}
.page__title__wrapper .arrow__right {
  height: 16px;
  width: 16px;
  display: block;
}
.page__title__wrapper .menu__opener__img__box {
  display: none;
}
.page__title__wrapper .write-btn {
  max-width: 100px;
  max-height: 48px;
}

.mypage .page__title__wrapper {
  min-height: 60px;
}

.giftcard .page__title__wrapper {
  min-height: 80px;
}

@media only screen and (max-width: 1024px) {
  .page__title__wrapper .menu__opener__img__box {
    display: flex;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
}
@media only screen and (max-width: 768px) {
  .page__title__wrapper {
    min-height: 48px;
    font-size: 16px;
    justify-content: normal;
    justify-content: space-between;
  }
  .page__title__wrapper .page__common__title {
    font-size: 16px;
  }
  .page__title__wrapper .page__common__sub__title {
    font-size: 16px;
  }
  .page__title__wrapper .write-btn {
    max-width: 80px;
    max-height: 32px;
    font-size: 12px !important;
  }
}

/*# sourceMappingURL=title.css.map */
