/* 공통 레이아웃 */

:root {
  --font-style-primary: 'Manrope', sans-serif;
}

.wrap {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  background-color: #f6f8fa;
  font-family: 'Roboto', sans-serif;
}
.inner {
  width: min(120rem, 100%);
  padding: 0 2%;
}

.body-wrapper {
  display: flex;
  width: 100%;
  min-height: calc(100vh - 170px);
}
.wrap:has(header) .body {
  margin-bottom: 104px;
}
.body {
  width: 100%;
  padding: 5rem 9.7rem 0;
}

.blind {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

/* header */
.header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 1;
  height: 8rem;
  background: rgba(255, 255, 255, 0.6980392157);
  box-shadow: 0px 2px 18px 0px rgba(227, 231, 236, 0.5019607843);
}
.header__logo {
  width: 38rem;
  text-align: center;
}
.header__gnb {
  margin-left: 5.0520833333%;
}

.gnb__ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 2.5rem;
}
.gnb__li:not(.gnb__li-home) {
  padding: 0 1rem;
}

.gnb__li-home {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
}
.gnb__li-home.active {
  background-color: #565973;
}

.gnb__li-home img:first-of-type {
}
.gnb__li-home img:last-of-type {
  display: none;
}
.gnb__li-home.active img:first-of-type {
  display: none;
}
.gnb__li-home.active img:last-of-type {
  display: block;
}
.gnb__link {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 150%;
  color: #515c78;
}
.gnb__link img {
  display: none;
}
.gnb__li.active .gnb__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.8rem;
  padding: 0 1.6rem;
  background-color: #505c78;
  border-radius: 4rem;
  color: #fff;
}

/* 왼쪽 메뉴바 */
.left-aside {
  position: relative;
  flex-shrink: 0;
  width: 38rem;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(227, 231, 236, 0.6980392157);
}
.left-aside.active {
  display: block;
}
body:has(.left-aside.active) {
  overflow: hidden;
}
body .left-aside.active .left-dim {
  height: 100vh;
}
.left-aside .close {
  display: none;
}
.left-aside .country {
  display: flex;
  align-items: center;
  height: 85px;
  padding: 3.5rem 4rem 0;
  margin-bottom: 3rem;
}
.left-aside .country .img-area {
  margin-top: 2px;
  margin-right: 1.2rem;
}
.left-aside .country .img-area img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.left-aside .country .right .name {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 2rem;
  color: #3f68a1;
}
.left-aside .country .right .city {
  font-size: 1.8rem;
  color: #565973;
}
.left-aside .point-box {
  min-height: 95px;
  padding: 10px 4rem;
  margin-bottom: 40px;
  background: url(/images/butterfly.png) no-repeat right 40px center;
}
.left-aside .point-box .name {
  margin-bottom: 12px;
  font-size: 22px;
  color: #454753;
}
.left-aside .point-box .btm {
  display: flex;
  align-items: center;
}
.left-aside .point-box .btm .p {
  display: inline-block;
  vertical-align: middle;
  margin-top: 4px;
  flex-shrink: 0;
  margin-right: 5px;
}
.left-aside .point-box .btm .numb {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-weight: 600;
  font-size: 3rem;
  color: #3f68a1;
}
.left-aside .point-box .btm > a {
  display: none;
  vertical-align: middle;
  margin-top: 2px;
}
.left-aside .link-area {
  display: flex;
  margin-bottom: 30px;
}
.left-aside .link-area > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border-top: 1px solid #e6e7ed;
  border-bottom: 1px solid #e6e7ed;
  font-weight: 500;
  font-size: 15px;
  color: #505c78;
}
.left-aside .link-area > a:first-of-type {
  border-right: 1px solid #e6e7ed;
}
.left-aside .link-area > a img {
  margin-left: 7px;
  vertical-align: middle;
}

/* .wrap:not(:has(.body.main)) .left-aside .box-link {
  display: none;
} */

.left-aside .box-link {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0 40px;
  margin-bottom: 30px;
}
.left-aside .box-link a {
  width: 100%;
}
.left-aside .box-link a .item {
  height: 117px;
  padding: 17px 17px 20px;
  border-radius: 10px 20px 10px 20px;
}
.left-aside .box-link a .item.write {
  background: #70c3a7 url(/images/edit-3.png) no-repeat right 16px top 16px;
}
.left-aside .box-link a .item.ba {
  background: #5c7dee url(/images/bug-2.png) no-repeat right 16px top 17px;
}
.left-aside .box-link a .item strong {
  display: block;
  margin-bottom: 12px;
  font-family: var(--font-style-primary);
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
}
.left-aside .box-link a .item p {
  font-family: var(--font-style-primary);
  font-size: 14px;
  line-height: 140%;
  color: #fff;
}
.left-aside .box-link .mobile {
}
.left-aside .box-link .item .pc {
  display: none;
}

.left-aside .online-member {
  height: 171px;
  padding: 17px 30px;
  margin: 0 40px 35px;
  border: 1px solid #ededed;
  border-radius: 10px;
}
.left-aside .online-member h3 {
  margin-bottom: 20px;
  font-family: var(--font-style-primary);
  font-weight: 700;
  font-size: 18px;
  color: #343a5e;
}
.left-aside .online-member h3 span {
  font-weight: 700;
  font-size: 16px;
  color: #40acda;
}
.left-aside .online-member ul {
  overflow-y: auto;
  max-height: 97px;
}
.left-aside .online-member ul li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 140%;
  color: #565973;
}
.left-aside .point-ranking {
  padding: 0 40px;
  margin-bottom: 70px;
}
.left-aside .point-ranking h3 {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  font-family: var(--font-style-primary);
  font-weight: 700;
  font-size: 18px;
  color: #343a5e;
}
.left-aside .point-ranking h3 .blank-mark {
}
.left-aside .point-ranking h3 .blank-mark img {
  display: inline-block;
  margin-top: -4px;
  margin-left: 6px;
  vertical-align: middle;
}
.left-aside .point-ranking ul {
}
.left-aside .point-ranking ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 0 20px;
  margin-bottom: 5px;
  background-color: #fff;
  border: 1px solid #e6e7ed;
  border-radius: 10px;
}
.left-aside .point-ranking ul li .flag-area {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.left-aside .point-ranking ul li .flag {
  margin-top: 4px;
  flex-shrink: 0;
  margin-right: 10px;
}
.left-aside .point-ranking ul li .flag img {
  object-fit: cover;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.left-aside .point-ranking ul li .ranking {
  margin-top: 3px;
  margin-right: 15px;
  flex-shrink: 0;
  width: 30px;
  font-weight: 600;
  font-size: 16px;
  color: #565973;
  text-align: center;
}
.left-aside .point-ranking ul li .id {
  word-break: break-all;
  font-size: 16px;
  color: #565973;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.left-aside .point-ranking ul li .numb {
  flex-shrink: 0;
  font-size: 16px;
  color: #7d7f88;
}
.left-aside .point-ranking .tool-box {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 10;
  width: 257px;
  height: 131px;
  padding: 15px 12px 15px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ededed;
  box-shadow: 0px 0px 12px 0px #bbbec280;
}
.left-aside .point-ranking .tool-box em {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 14px;
  color: #5e5873;
}
.left-aside .point-ranking .tool-box p {
  font-size: 13px;
  line-height: 18px;
  color: #8487a1;
}
.left-aside .point-ranking .tool-box button {
  position: absolute;
  top: 12px;
  right: 12px;
}
.left-aside .logout {
  text-align: center;
}
.left-aside .logout a {
  font-weight: 500;
  font-size: 15px;
  color: #aaafb9;
}
.left-aside .logout a img {
  margin-left: 6px;
  vertical-align: middle;
}

/* 오른쪽 메뉴바 */
.right-aside {
  transition: all 0.5s;
  flex-shrink: 0;
  position: relative;
  z-index: 10;
  width: 6rem;
  min-height: 100vh;
  padding: 9.3rem 2.5rem;
  margin-top: -8rem;
  background-color: #343e76;
}
.right-aside .no-data {
  position: static;
  transform: translate(0);
  margin-top: 80px;
  text-align: center;
}
.right-aside__container {
  transition: opacity 0.5s;
  opacity: 0;
}
.right-aside.active {
  width: 29rem;
}
.right-aside.active .right-aside__container {
  opacity: 1;
}
.right-aside.active .right-aside__btn {
  right: 2rem;
}
.right-aside.active .right-aside__btn img:first-of-type {
  display: block;
}
.right-aside.active .right-aside__btn img:last-of-type {
  display: none;
}
.right-aside .news-container__tit {
  margin-bottom: 3rem;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 2rem;
  color: #fff;
}
.right-aside .news-container__li {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.right-aside .news-item {
  font-size: 1.4rem;
}
.right-aside .news-item__tit {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 160%;
  color: #fff;
}
.right-aside .news-item__para {
  margin-bottom: 0.8rem;
  font-weight: 400;
  line-height: 160%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #fff;
}
.right-aside .news-item__date {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.6980392157);
}
.right-aside .news-item__date .new {
  margin-left: 5px;
  /* padding-right: 1.3px; */
}
.right-aside .news-item__date .new img {
  vertical-align: middle;
}
.right-aside .sns__ul {
  justify-content: flex-end;
  gap: 1.5rem;
}
.right-aside .family-site {
  max-width: 21rem;
  width: 100%;
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
}
.right-aside .family-site select {
  max-width: 21rem;
  width: 100%;
  height: 4.2rem;
  padding: 0 1.5rem;
  background: #4c5690 url(/images/i-down-16.png) no-repeat right 1.5rem center;
  font-family: var(--font-style-primary) !important;
  font-size: 1.4rem;
  color: #c4c9e5;
}
.right-aside .family-site select option {
  height: 40px;
  border-radius: 0;
}
.right-aside .family-site select option:first-of-type {
  display: none;
}
.right-aside__btn {
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 2rem;
  right: 1.1rem;
  width: 3.8rem;
  height: 3.8rem;
  background-color: #4cb69d;
}
.right-aside__btn img:first-of-type {
  display: none;
}
.right-aside__btn img:last-of-type {
  display: block;
}

/* 버튼 */
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn--size-m {
  height: 2.5rem;
  padding: 0 0.8rem;
  border-radius: 0.3rem;
  font-size: 1.5rem;
}
.btn--size-l {
  height: 2.5rem;
  padding: 0 1rem;
  border-radius: 0.4rem;
  font-size: 1.6rem;
}
.btn--size-xl {
  height: 2.8rem;
  padding: 0 1.5rem;
  border-radius: 0.5rem;
  font-size: 1.7rem;
}
.btn--type-primary {
  background-color: blue;
  color: #fff;
}
.btn--type-primary:hover {
  background-color: darkblue;
}
.btn--type-secondary {
  background-color: gray;
  color: #fff;
}
.btn--type-danger {
  background-color: red;
  color: #fff;
}
.btn--type-success {
  background-color: green;
  color: #fff;
}
.btn--type-warning {
  background-color: yellow;
  color: #fff;
}

.mobile-btn {
  display: none;
}
.mobile-btn .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 110px;
  height: 45px;
  padding: 0 43px 0 17px;
  margin-bottom: 10px;
  font-family: var(--font-style-primary);
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}
.mobile-btn .btn:last-of-type {
  margin-bottom: 0;
}
.mobile-btn .btn.shared {
  background: #70c3a7 url(/images/edit.png) no-repeat right 17px center;
  box-shadow: 0px 2px 12px 0px #70c3a766;
  border-radius: 50px;
}
.mobile-btn .btn.ba {
  background: #5c7dee url(/images/bug.png) no-repeat right 17px center;
  box-shadow: 0px 2px 12px 0px #5c7dee66;
  border-radius: 50px;
}

.clip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.clip a {
  display: block;
  align-items: center;
  width: 130px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px 0 36px;
  background: url(/images/attatchment-01.png) no-repeat left 10px center;
  border: 1px solid #ededed;
  border-radius: 3px;
  font-size: 14px;
  color: #8487a1;
  white-space: nowrap;
}

/* 더보기기 */
.more {
  display: inline-block;
  padding-right: 20px;
  background: url(/images/i-right-arrow-16.png) no-repeat right center;
  font-weight: 500;
  font-size: 1.4rem;
  color: #8487a1;
}
.read-more {
  font-size: 1.5rem;
  color: #5c7dee;
}

.load-more button {
  display: flex;
  align-items: center;
  width: 154px;
  height: 50px;
  padding-left: 32px;
  margin: 0 auto;
  background: url(/images/arrow-down-18.png) no-repeat right 24px center;
  border: 1px solid #ededed;
  border-radius: 50px;
  font-family: 'Roboto Flex', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #505c78;
}

/* 뱃지 */
.badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2.1rem;
  padding: 0 0.5rem;
  border-radius: 0.2rem;
  font-weight: 500;
  font-size: 1.3rem;
  white-space: nowrap;
}

.badge--type-primary {
  background-color: rgba(68, 195, 248, 0.1019607843);
  color: #44c3f8;
}
.badge--type-secondary {
  background-color: rgba(90, 198, 161, 0.1019607843);
  color: #5ac6a1;
}
.badge--type-warning {
  background-color: rgba(255, 179, 66, 0.1019607843);
  color: #ffb342;
}
.badge--type-danger {
  background-color: #f268741a;
  color: #f26874;
}
.badge--type-tertiary {
  background-color: #5659731a;
  color: #565973;
}

/* 모달 */
.modal {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 0.5rem;
}
.modal--size-s .modal__container {
  padding: 1.5rem;
  width: min(50rem, 90%);
}
.modal--size-m .modal__container {
  padding: 2rem;
  width: min(70rem, 90%);
}
.modal--size-l .modal__container {
  padding: 2.5rem;
  width: min(80rem, 90%);
}
.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal__footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 달력 */
.calendar {
  overflow: hidden;
  flex-shrink: 0;
  max-width: 42.7rem;
  width: 100%;
  /* height: 33.3rem; */
  padding: 1.2rem 3rem 1rem;
  background-color: #fff;
  border-radius: 1.5rem;
  box-shadow: 0px 0px 12px 0px rgba(227, 231, 236, 0.5019607843);
}
.calendar .fc-head {
  height: 3.2rem;
  margin-bottom: 0.4rem;
  vertical-align: middle;
}
.calendar td,
.calendar th {
  border: none;
  text-align: center;
  vertical-align: middle;
}
.calendar .fc-widget-header {
  border: none;
  margin-right: 0 !important;
}
.calendar .fc-sun {
  color: #ff0000;
}
.calendar .fc-basic-view .fc-body .fc-row {
  min-height: auto;
}
.calendar .fc-toolbar .fc-center h2 {
  font-weight: 600;
  font-size: 1.8rem;
  color: #343a5e;
}
.calendar.fc-unthemed td.fc-today {
  background-color: transparent;
  border: none;
}
.calendar.fc-unthemed td .fc-day-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border-radius: 50%;
  font-size: 1.5rem;
}
.calendar.fc-unthemed td.fc-today .fc-day-number {
  background-color: #edf7fb;
  font-weight: 500;
  font-size: 15px;
  color: #40acda;
}

.calendar .fc-highlight {
  background-color: transparent;
}
.calendar .fc-state-default {
  background: none;
  border: none;
  box-shadow: none;
}
.calendar .fc-toolbar .fc-center {
  margin-top: 0.6rem;
}
.calendar .fc-toolbar.fc-header-toolbar {
  height: 4.4rem;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
  border-bottom: 1px solid #eee;
}
.calendar .fc-day-top.fc-other-month {
  visibility: hidden;
}

/* 좋아요 */
.like {
}
.like__numb {
  display: inline-block;
  margin-top: -0.1rem;
  font-size: 1.4rem;
  color: #7d7f88;
  vertical-align: middle;
}
.like img:first-of-type {
  display: inline-block;
  vertical-align: middle;
}
.like img:last-of-type {
  display: none;
}
.like.active img:first-of-type {
  display: none;
}
.like.active img:last-of-type {
  display: inline-block;
  vertical-align: middle;
}
.like.active .like__numb {
  color: #ff4947;
}

.like.heart {
  width: 40px;
  height: 40px;
  background: url(/images/heart-off.png);
}
.like.heart .count {
  padding-left: 1px;
  margin-top: 11px;
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  color: #8487a1;
}
.like.heart.active {
  background: url(/images/heart-on.png);
}
.like.heart.active .count {
  color: #f55462;
}

/* new */
.new {
  /* display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: 1.6rem;
  padding-top: 1px;
  background-color: #ff4947;
  border-radius: 50%;
  font-weight: 400;
  font-size: 1rem;
  color: #fff; */
}

/* sns */
.sns__ul {
  display: flex;
}
.sns__anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.2rem;
  height: 4.2rem;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  border-radius: 50%;
}

/* txt */
.ellipsis-1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ellipsis-2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipsis-3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ellipsis-4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.title-sub-page {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title-sub-page h2 {
  font-family: var(--font-style-primary);
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 130%;
  color: #505c78;
}

/* 디테일 페이지 */
.sub .sub-container {
}
.sub .sub-container .title-sub-page {
  max-width: 1286px;
  width: 100%;
  margin: 0 auto 2.5rem;
}
.sub .sub-content {
  max-width: 1286px;
  width: 100%;
  padding: 54px 20px 0;
  padding-top: 5rem;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #e3e7ec80;
  border-radius: 1.2rem;
}
.sub .sub-content .main-wrap {
  max-width: 956px;
  width: 100%;
  margin: 0 auto;
}
.sub .sub-content .detail-wrap {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}

/* tab */
.tab-group {
}
.tab-group .tabs {
  display: flex;
  gap: 0 3rem;
}
.tab-group .tabs .tab-btn {
  padding-bottom: 0.2rem;
  font-family: var(--font-style-primary);
  font-weight: 600;
  font-size: 1.8rem;
  color: #cbcddb;
}
.tab-group .tabs .tab-btn.active {
  border-bottom: 1px solid #5c7dee;
  font-weight: 700;
  color: #5c7dee;
}
.tab-group .tab-content {
}
.tab-group .tab-content .tab-pane {
  display: none;
}
.tab-group .tab-content .tab-pane.active {
  display: block;
}

.tab-groups {
}
.tab-groups .tabs {
  display: flex;
  gap: 0 3rem;
}
.tab-groups .tabs .tab-btn {
  padding-bottom: 0.2rem;
  font-family: var(--font-style-primary);
  font-weight: 600;
  font-size: 1.8rem;
  color: #cbcddb;
}
.tab-groups .tabs .tab-btn.active {
  border-bottom: 1px solid #5c7dee;
  font-weight: 700;
  color: #5c7dee;
}
.tab-groups .tab-content {
}
.tab-groups .tab-content .tab-pane {
  display: none;
}
.tab-groups .tab-content .tab-pane.active {
  display: block;
}
.mobile-header {
  display: none;
}

/* 작성글 헤더 */
.write-header {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ededed;
}
.write-header .tit {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #565973;
}
.write-header .info {
  display: flex;
  align-items: center;
}
.write-header .info .name-country {
  display: flex;
  align-items: center;
}
.write-header .info .name-country .country {
  margin-right: 8px;
}
.write-header .info .name-country .name {
  padding-right: 14px;
  margin-top: -2px;
  margin-right: 14px;
  border-right: 1px solid #ededed;
  font-size: 14px;
  color: #8487a1;
}
.write-header .info .date {
  font-size: 14px;
  color: #8487a1;
}
.write-header .btn-area {
  position: absolute;
  top: 0;
  right: 0;
}
.write-header .btn-area button {
  vertical-align: middle;
}
.write-header .btn-area button:first-of-type {
  margin-right: 3px;
}
.write-body {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}

/* 버튼 */
.btn-common-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.btn-common-area .left {
}
.btn-common-area .right {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.btn-common-area .btn {
  display: flex;
  align-items: center;
  width: 125px;
  height: 50px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 14px;
}
.btn-common-area .border {
  border: 1px solid #ededed;
  color: #505c78;
}
.btn-common-area .gray {
  background-color: #505c78;
  color: #fff;
}
.btn-common-area .back {
  padding-left: 15px;
  background: url(/images/arrow-left-18.png) no-repeat left 30px center;
}
.btn-common-area .delete {
  padding-left: 20px;
  background: url(/images/trash.png) no-repeat left 24px center;
}
.btn-common-area .edit {
  padding-left: 20px;
  background: #505c78 url(/images/edit.png) no-repeat left 35px center;
}

/* 페이지네이션션 */
.pagenation {
}
.pagenation ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagenation ul li {
}
.pagenation ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 14px;
  color: #33354d;
}
.pagenation ul li:not(.prev-all, .next-all).active a {
  background: #5c7dee1a;
  color: #5c7dee;
}

.pagenation ul li.prev-all img:first-of-type {
  display: block;
}
.pagenation ul li.prev-all img:last-of-type {
  display: none;
}
.pagenation ul li.next-all img:first-of-type {
  display: block;
}
.pagenation ul li.next-all img:last-of-type {
  display: none;
}

.pagenation ul li.prev-all.active img:first-of-type {
  display: none;
}
.pagenation ul li.prev-all.active img:last-of-type {
  display: block;
}
.pagenation ul li.next-all.active img:first-of-type {
  display: none;
}
.pagenation ul li.next-all.active img:last-of-type {
  display: block;
}

/* 카테고리 버튼 */
.category-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 25px;
}
.category-btn > a {
  display: flex;
  align-items: center;
  height: 39px;
  padding: 0 20px;
  border: 1px solid #ededed;
  border-radius: 50px;
  box-shadow: 0px 0px 10px 0px #e3e7ec80;
  font-family: var(--font-style-primary);
  font-weight: 500;
  font-size: 14px;
  color: #8487a1;
}
.category-btn > a.active {
  background-color: #505c78;
  font-weight: 600;
  color: #fff;
}
.category-btn > a span {
  font-size: 18px;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background-color: #000000a6;
}
.modal-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 506px;
  width: 96%;
  padding-top: 55px;
  background-color: #fff;
}
.modal-box .modal-tit {
  font-family: var(--font-style-primary);
  font-weight: 600;
  font-size: 20px;
  color: #5c7dee;
  text-align: center;
}
.modal-box .info-txt {
  font-size: 16px;
  line-height: 140%;
  color: #8487a1;
  text-align: center;
}
.modal-box .btn-area {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.modal-box .btn-area .btn.border {
  border: 1px solid #cbcddb;
  color: #8487a1;
}
.modal-box .btn-area .btn.bgc {
  background-color: #343e76;
  color: #fff;
}
.modal-box .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal-box .close-btn img {
  pointer-events: none;
}

.modal-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 55px 50px 40px;
  background-color: #fff;
  border-radius: 1.2rem;
}
.modal-box .modal-tit {
  margin-bottom: 15px;
  font-family: var(--font-style-primary);
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #5c7dee;
}
.modal-box .modal-txt {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 140%;
  color: #505c78;
  text-align: center;
}
.modal-box .btn-area {
}
.modal-box .btn-area .btn {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  border-radius: 30px;
  font-family: var(--font-style-primary);
  font-weight: 500;
  font-size: 14px;
}
.modal-box .btn-area .btn.no {
  border: 1px solid #cbcddb;
  color: #8487a1;
}
.modal-box .btn-area .btn.yes {
  background-color: #343e76;
  color: #fff;
}
.modal-box .close-btn {
}

/* footer */
.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 380px;
  width: calc(100% - 670px);
  height: 60px;
  border-top: 1px solid #eeeff4;
}
.footer .link-area {
}
.footer .link-area > a {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
  font-size: 13px;
  color: #9496a6;
}
.footer .link-area > a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #9496a62e;
}
.footer .link-area > a:last-of-type::after {
  display: none;
}
.footer .copyright {
}
.footer .copyright p {
  font-size: 13px;
  line-height: 160%;
  color: #9496a6;
}

.no-data {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer .inner {
  width: min(100%, 1087px);
  padding: 0 20px;
  margin: 0 auto;
}
.footer .family-site-area {
  display: none;
}
.footer .family-site-area select option:first-of-type {
  display: none;
}
.footer .info-area {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/* summer note */
.note-editor {
  line-height: normal;
}
.note-editor .note-modal-footer {
  box-sizing: content-box;
}
.note-editor .note-group-select-from-files {
  /* padding-bottom: 0; */
}
.note-editor .note-group-image-url {
  /* display: none; */
}

/* 스크롤 */
/* 스크롤바 전체 크기 설정 */
::-webkit-scrollbar {
  width: 7px; /* 세로 스크롤바 너비 */
  height: 7px; /* 가로 스크롤바 높이 */
}
/* 스크롤 트랙(배경) */
::-webkit-scrollbar-track {
  background-color: #f0f0f0; /* 연한 회색 */
  border-radius: 10px;
}
/* 스크롤 이동 핸들(손잡이) */
::-webkit-scrollbar-thumb {
  background-color: #888; /* 어두운 색 */
  border-radius: 10px;
}
/* 마우스 오버 시 손잡이 색 변경 */
::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
@media (max-width: 1700px) {
}
@media (max-width: 1500px) {
  .header__gnb {
    margin-left: 20px;
  }
}
@media (max-width: 1380px) {
  .left-aside {
    display: none;
  }
  .right-aside {
    display: none;
  }
  .header {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 84px;
    background-color: #fff;
    border-top: 1px solid #e8ebee;
  }
  .header__logo {
    display: none;
  }
  .gnb__li-home {
    display: none;
  }
  .header__gnb {
    width: 100%;
  }
  .gnb__ul {
    justify-content: space-evenly;
    margin: 0;
  }
  .gnb__li:nth-of-type(6) {
    display: none;
  }
  .gnb__li:not(.gnb__li-home) {
    padding: 0;
  }
  .gnb__link {
    font-family: var(--font-style-primary);
    font-size: 1.2rem;
    color: #bcbec8;
  }
  .gnb__link span {
    display: none;
  }
  .gnb__li .gnb__link {
    display: block;
    padding: 0;
    background: none;
    border-radius: 0;
  }
  .gnb__li.active .gnb__link {
    display: block;
    padding: 0;
    background: none;
    border-radius: 0;
  }
  .gnb__li .gnb__link img:first-of-type {
    display: block;
  }
  .gnb__li .gnb__link img:last-of-type {
    display: none;
  }
  .gnb__li.active .gnb__link img:first-of-type {
    display: none;
  }
  .gnb__li.active .gnb__link img:last-of-type {
    display: block;
  }
  .mobile-header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 70px;
    background-color: #fff;
    box-shadow: 0px 1px 0px 0px #0000000d;
  }
  .mobile-header .logo {
    margin-left: 20px;
  }
  .mobile-header .hamburger {
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
  }
  .left-aside {
    position: absolute;
    inset: 0;
    z-index: 10000;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .left-aside .left-dim {
    overflow-y: auto;
    width: 35rem;
    height: 100%;
    padding-bottom: 50px;
    background-color: #f6f8fa;
  }
  .left-aside .point-box .btm > a {
    display: inline-block;
  }
  .left-aside .box-link {
    padding: 0 25px;
  }
  .left-aside .online-member ul {
    max-height: 89px;
  }
  .left-aside .box-link a {
  }
  .left-aside .country {
  }
  .left-aside .top-area {
    background-color: #fff;
  }
  .left-aside .close {
    display: flex;
    align-items: center;
    height: 70px;
    padding-left: 14px;
  }
  .left-aside .box-link a .item {
    height: 99px;
    padding: 15px 17px 15px;
  }
  .left-aside .box-link a .item strong {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .left-aside .box-link a .item p {
    font-size: 13px;
  }
  .left-aside .box-link .item .mobile {
    display: none;
  }
  .left-aside .box-link .item .pc {
    display: block;
  }
  .left-aside .country .right .name {
    font-size: 16px;
  }
  .left-aside .country .right .city {
    font-size: 16px;
  }
  .left-aside .point-box .name {
    font-size: 18px;
  }
  .left-aside .point-box .btm .numb {
    font-size: 26px;
  }
  .left-aside .link-area > a {
    font-size: 14px;
  }
  .left-aside .link-area > a img {
    width: 20px;
  }
  .left-aside .online-member {
    max-height: 159px;
    margin: 0 25px 30px;
    background-color: #fff;
  }
  .left-aside .point-ranking {
    padding: 0 25px;
  }
  .left-aside .online-member h3 {
    font-size: 14px;
  }
  .left-aside .online-member h3 span {
    font-size: 13px;
  }
  .left-aside .online-member ul li {
    font-size: 14px;
  }
  .left-aside .point-ranking h3 {
    font-size: 14px;
  }
  .left-aside .point-ranking h3 .blank-mark img {
    width: 18px;
    margin-top: -1px;
  }

  .right-aside {
  }
  .body {
    padding: 30px 20px;
  }
  .sub .sub-content {
    border-radius: 12px;
  }
  .mobile-btn {
    display: block;
    position: fixed;
    bottom: 189px;
    right: 10px;
    z-index: 100;
  }
  .gnb__li.active .gnb__link {
    height: auto;
  }

  /* footer */
  .footer {
    position: relative;
    bottom: 84px;
    left: auto;
    width: 100%;
    height: 100px;
    padding: 0;
    border-bottom: 1px solid #cbcddb33;
  }
  .footer .family-site-area {
    display: block;
  }
  .footer .inner {
    display: flex;
    justify-content: space-between;
  }

  .footer .info-area {
    display: block;
  }
  .footer .link-area {
    margin-bottom: 5px;
  }
  .footer .family-site-area select {
    width: 160px;
    height: 35px;
    padding: 0 15px;
    background: #fff url(/images/arrow-down-18.png) no-repeat right 15px center;
    border: 1px solid #cbcddb;
    border-radius: 4px;
    font-family: var(--font-style-primary) !important;
    font-size: 12px;
    color: #9496a6;
  }
  .footer .family-site-area select option {
  }
}

@media (max-width: 1000px) {
  .left-aside {
    display: none;
  }
}

@media (max-width: 800px) {
  .body-wrapper {
    min-height: calc(100vh - 154px);
  }
  .sub .sub-content {
    /* box-shadow: none; */
  }
  .footer {
    background-color: #fff;
  }
}

@media (max-width: 768px) {
  .header__gnb {
    margin: 0 !important;
  }
  .gnb__ul {
    gap: 0 10px;
  }
  .tab-group .tabs {
    gap: 0 20px;
  }
  .tab-group .tabs .tab-btn {
    font-size: 15px;
  }
  .title-sub-page h2 {
    font-size: 20px;
  }
  .sub .sub-container .title-sub-page {
    margin-bottom: 20px;
  }

  .write-header {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .shared-detail .write-header .tit {
    font-size: 18px;
  }
  .btn-common-area .btn {
    width: 100px;
    background: url(/images/arrow-left-18.png) no-repeat left 17px center;
  }
  .category-btn > a {
    font-size: 13px;
  }

  .footer {
    flex-wrap: wrap;
    align-content: center;
    gap: 15px 0;
  }
  .footer .copyright {
    width: 100%;
    text-align: center;
  }
  .footer .copyright p {
    font-size: 12px;
  }

  .badge {
    font-size: 11px;
  }

  .write-header .tit {
    font-size: 18px;
    line-height: 130%;
  }
  .footer {
    gap: 10px;
    align-content: center;
    flex-wrap: wrap;
  }
  .footer .copyright {
    width: 100%;
    text-align: left;
  }
}

@media (max-width: 500px) {
  .left-aside .box-link a .item.write {
    background: #70c3a7 url(/images/edit-3.png) no-repeat right 16px top 16px /26px;
  }
  .left-aside .box-link a .item.ba {
    background: #5c7dee url(/images/bug-2.png) no-repeat right 16px top 17px / 26px;
  }
  .sub .sub-content {
    padding: 30px 20px;
    box-shadow: none;
  }
  .gnb__ul {
    gap: 0 5px;
  }
  .gnb__li .gnb__link {
    /* width: 50px; */
  }
  .footer {
    height: auto;
    padding: 20px 0;
    border-bottom: none;
    border-top: none;
  }
  .footer .inner {
    flex-wrap: wrap;
  }
  .footer .info-area {
    margin-bottom: 20px;
  }
  .mobile-btn {
    bottom: 104px;
  }
  .left-aside .left-dim {
    padding-bottom: 80px;
  }
}
