:root {
  --orange: #fb8200;
}

.is-orange {
  color: var(--orange) !important;
}

#container {
  min-height: 100svh;
}

.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.pointer {cursor:pointer;}
.menu {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px -4px 23px 0px rgba(21, 34, 79, 0.05);
  box-shadow: 0px -4px 23px 0px rgba(21, 34, 79, 0.05);
  z-index: 99;
}
.menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 17.6vw;
}
.menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.07vw;
  font-size: 2.67vw;
  line-height: 1;
  font-weight: 400;
  color: #aaaaaa;
}
.menu a img {
  width: 6.4vw;
}
.menu a.active {
  color: var(--orange);
}
.menu a.active svg path {
  stroke: var(--orange);
}

.header {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.header h1 {
  font-size: 5.33vw;
  font-weight: 600;
  line-height: 1;
}
.header h1 a {
  display: block;
}
.header h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #111;
  font-size: 4.27vw;
  font-weight: 600;
}
.header h2.is-jellyhome {
  position: static;
  margin-left: 2.67vw;
  -webkit-transform: none;
  transform: none;
  margin-right: auto;
}
.header h2.is-kongsaja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.13vw;
}
.header h2.is-kongsaja img {
  width: 4.8vw;
  height: 4.8vw;
}
.header > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 13.33vw;
}
.header > .inner img {
  max-width:100px;
}
.header .level {
  margin-left: auto;
  width: 8vw;
  height: 8vw;
  background-image: ur l('/assets/images/common/icon_jelly.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 1.07vw;
}
.header .level1 {
  background-image: url('/assets/images/common/1.png');
}
.header .level2 {
  background-image: url('/assets/images/common/2.png');
}
.header .level3 {
  background-image: url('/assets/images/common/3.png');
}
.header .level4 {
  background-image: url('/assets/images/common/4.png');
}
.header .level5 {
  background-image: url('/assets/images/common/5.png');
}
.header .level6 {
  background-image: url('/assets/images/common/6.png');
}
.header .level7 {
  background-image: url('/assets/images/common/7.png');
}
.header .level8 {
  background-image: url('/assets/images/common/8.png');
}
.header .level9 {
  background-image: url('/assets/images/common/9.png');
}
.header .level10 {
  background-image: url('/assets/images/common/10.png');
}
.header .level11 {
  background-image: url('/assets/images/common/11.png');
}
.header .level12 {
  background-image: url('/assets/images/common/12.png');
}
.header .level13 {
  background-image: url('/assets/images/common/13.png');
}
.header .level14 {
  background-image: url('/assets/images/common/14.png');
}
.header .level15 {
  background-image: url('/assets/images/common/15.png');
}
.header .level span {
  font-size: 2.67vw;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
.header .news-btn {
  margin-left: 4vw;
}
.header.sub-style {
  border-bottom: 1px solid #eee;
}

.prev-btn {
  display: block;
  width: 3.2vw;
  height: 4.8vw;
}
.prev-btn svg {
  width: 100%;
  height: 100%;
}

.gnb {
  background-color: #fff;
  padding-bottom: 5.33vw;
}
.gnb > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.gnb > .inner a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #111;
  font-size: 3.73vw;
  font-weight: 600;
  line-height: 1;
}

.dim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1001;
}
.comment-dim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 100;
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 91.47vw;
  z-index: 9999;
  text-align: center;
}
.modal.style02 p {
  color: #333;
  font-size: 4vw;
  font-weight: 500;
}
.modal.style02 .modal-content {
  border-radius: 5.33vw;
  padding: 8vw 8vw 5.33vw;
}
.modal.style02 .modal-content ul {
  margin-top: 5.33vw;
}
.modal.style02 .modal-content ul li {
  border-radius: 2.67vw;
  border: 1px solid #ddd;
}
.modal.style02 .modal-content ul li:first-child {
  background-color: var(--orange);
  border-color: var(--orange);
}
.modal.style02 .modal-content ul li:last-child {
  margin-top: 2.67vw;
  /*
  background-color: var(--orange);
  border-color: var(--orange);
  */
}
.modal.style02 .modal-content ul li:first-child button {
  color: #fff;
}
.modal.style02 .modal-content ul li button {
  width: 100%;
  height: 12.27vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #111;
  font-size: 4.27vw;
  font-weight: 700;
  line-height: 1.12;
}
.modal#optionModal .modal-content li button,
.modal#guestbook-Modal .modal-content li button,
.modal#comment-Modal .modal-content li button,
.modal#shareModal .modal-content ul li button {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #333;
  font-size: 4.27vw;
  font-weight: 600;
  line-height: 1.15;
}
.modal#optionModal .modal-content li:not(:first-child),
.modal#guestbook-Modal .modal-content li:not(:first-child),
.modal#comment-Modal .modal-content li:not(:first-child),
.modal#shareModal .modal-content ul li:not(:first-child) {
  border-top: 1px solid #ddd;
}

.modal#shareModal .modal-content ul li button {
  gap: 2.67vw;
  img {
    width: 6.4vw;
    flex: none;
  }
}

.modal-content {
  background-color: #fff;
  border-radius: 2.67vw;
}
.modal-content ul {
  width: 100%;
}
.modal#reportReasonModal .modal-content {
  padding: 8vw;
}
.modal#reportReasonModal b {
  color: #333;
  font-size: 4.8vw;
  font-weight: 700;
  display: block;
  margin-bottom: 5.33vw;
}

.modal#reportReasonModal p {
  color: #555;
  font-size: 3.47vw;
  font-weight: 500;
}
.modal#reportReasonModal .check-list {
  margin: 8vw 0;
  padding: 5.33vw;
  border: 1px solid #ddd;
  border-radius: 2.67vw;
}
.modal-btns {
  display: flex;
  flex-direction: column;
  gap: 2.67vw;
}
.modal-btns button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12.27vw;
  color: #fff;
  font-size: 4.27vw;
  font-weight: 700;
  line-height: 4.8vw;
  background-color: var(--orange);
  border-radius: 2.67vw;
  width: 100%;
}
.modal-btns li:last-child button {
  background-color: transparent;
  border: 1px solid #ddd;
  color: #111;
}
.kong-count {
  display: flex;
  margin: 8vw 0;
  justify-content: center;
  align-items: center;
  gap: 2.13vw;
}
.kong-count input[type='number'] {
  width: 26.67vw;
  height: 10.67vw;
  min-width: 0;
  text-align: center;
  font-size: 4vw;
  font-weight: 400;
  border-radius: 1.33vw;
  border: 1px solid #d9d9d9;
}
.modal#kongModal .modal-content {
  padding: 8vw;
}
.modal#kongModal p {
  color: #333;
  font-size: 4.27vw;
  font-weight: 700;
}
.modal#kongModal p.giftable {
  color: #333;
  font-size: 3.8vw;
  font-weight: 500;
}
.modal#kongModal p.giftable span {
  color: var(--orange);
}
.kong-count button {
  width: 9.6vw;
  height: 9.6vw;
  border-radius: 50%;
  border: 1px solid #000;
  font-size: 8.53vw;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.follow-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.07vw;
  padding-inline: 2.13vw;
  border-radius: 1.6vw;
  background-color: var(--orange);
  color: #fff;
  height: 5.87vw;
  font-size: 2.67vw;
  font-weight: 600;
  line-height: 1;
}

.profile-img {
  width: 9.6vw;
  height: 9.6vw;
  border-radius: 50%;
  overflow: hidden;
  background-image: url('/assets/images/common/profile_default.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #d9d9d9;
}
.profile-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.profile-name {
  font-size: 4vw;
  font-weight: 600;
  line-height: 1;
}

.feed-top__btns {
  gap: 4vw;
}
#commentModal {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  background: white;
  transition: bottom 0.3s ease-in-out;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 8vw 5.33vw;
  border-radius: 2.67vw 2.67vw 0 0;
}
.modal-drag-handle {
  width: 40px;
  height: 4px;
  background: #000;
  border-radius: 2px;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}

#commentModal.show {
  bottom: 0;
}
#commentModal .modal-content {
  display: flex;
  flex-direction: column;
  min-height: 50vh;
}
#commentModal .jellyhome-guestbook__list {
  max-height: 40vh;
  overflow-y: auto;
}
#commentModal form {
  margin-top: auto;
}
