/******************************************************************/

/* index */

/******************************************************************/

@charset "UTF-8";

.app.index .app-logo.main {
  margin: 0;
}

.btn_wrap {
  text-align: center;
}

/* swipper wrapper default css가 안먹고 있음 원인 파악해서 수정 필요 */
.swiper-wrapper {
  display: flex;
}

.app.index .app-header .app-logo {
  background-image: url('https://cdn.banggooso.com/assets/images/common/logo_2024.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: -9999px;
  width: 7.949rem;
  height: 1.875rem;
}

.app.index .app-header .feature {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
}

#katalkPop div.checkbox input[type='checkbox']:checked + label:before {
  content: 'v';
  z-index: 1;
}

/* ham & menu */
#ham {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.625rem;
}

#ham img {
  width: 2rem;
  height: 2rem;
}

.ham_on {
  right: 0 !important;
}

#menu-t {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
  z-index: 99;
}

#menu {
  width: 62.7%;
  height: 100%;
  background-color: #ffffff;
  z-index: 99;
  padding: 0 2rem;
  transform: skew(-0.03deg);
  -webkit-overflow-scrolling: scroll;
  overflow: scroll;
  margin-left: auto;
  position: fixed;
  right: -100%;
  transition: all 0.5s;
}

#menu .profile-top {
  width: 100%;
  text-align: right;
  border-bottom: 1px solid #f7f6f6;
  position: relative;
  padding: 3rem 0 1rem 0;
}

#menu .profile-top > div {
  /* position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%); */
  width: 100%;
  text-align: center;
}

#menu .profile-top > div > p:first-child {
  text-align: center;
  font-size: 0.95rem;
  color: #cbcbcb;
  font-weight: 500;
}

#menu .profile-top > div > p.login + a.gugugu {
  display: inline-block;
  margin: 1rem auto;
  height: 6.4rem;
}

#menu .profile-top > div > p.login + a.gugugu > img {
  height: 100%;
  border-radius: 50%;
}

#menu .profile-top > div > p.login + a.gugugu + p {
  font-size: 1.1rem;
  font-weight: 500;
  font-family: 'RixGulimEB', sans-serif;
}

#menu .profile-top .icon-profile {
  line-height: 11.5rem;
  position: relative;
  z-index: 2;
}

#menu .list li {
  margin: 2.2rem 0;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 2.5rem;
  background-size: 1.7rem;
}

#menu .list li a h5 {
  font-size: 1rem;
  font-weight: 500;
  font-family: 'RixGulimEB', sans-serif;
}

#menu .list li.my-room {
  background-image: url('https://cdn.banggooso.com/assets/images/menu/mypage.png');
}

#menu .list li.my-alarm {
  background-image: url('https://cdn.banggooso.com/assets/images/menu/alarm.png');
}

#menu .list li.my-notice {
  background-image: url('https://cdn.banggooso.com/assets/images/menu/notice.png');
}

#menu .list li.my-setting {
  margin-bottom: 9.5rem;
  background-image: url('https://cdn.banggooso.com/assets/images/menu/setting.png');
}

#menu .profile-top .login-img {
  margin: 2rem 0 2.5rem 0;
}

#menu .profile-top .login-img .my-name {
  font-family: 'RixGulimEB', sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
}

.login-img img {
  display: inline-block;
  margin: 0 auto 0.4rem;
  width: 4.41rem;
}

.btn-sahre-t {
  border-top: 1px solid #f7f6f6;
  text-align: center;
  margin: 0rem 0 1.1rem;
  padding-top: 1.2rem;
}

.profile-bottom > a,
#menu .profile-bottom .btn-share {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.7rem;
  padding-left: 2.6rem;
}

.profile-bottom .list a,
.profile-bottom > a {
  display: block;
}

.profile-bottom .my-brand {
  width: 100%;
  border: 1px solid #adadad;
  border-radius: 3rem;
  color: #adadad;
  text-align: center;
  line-height: 2.5rem;
  text-align-last: center;
  padding: 0;
  margin: 1.5rem auto;
}

.profile-bottom > a {
  margin: 1.7rem 0;
}

.profile-bottom > a > span {
  color: #707070;
  font-weight: 500;
  font-size: 1rem;
  font-family: 'RixGulimEB', sans-serif;
}

.profile-bottom .my-send {
  background-image: url('https://cdn.banggooso.com/assets/images/menu/letter.png');
}

.profile-bottom .my-introduce {
  background-image: url('https://cdn.banggooso.com/assets/images/menu/introduce.png');
}

.profile-bottom select.my-locale {
  width: 100%;
  display: block;
  padding: 8px;
  border: 1px solid #adadad;
  background: url('https://cdn.banggooso.com/assets/images/icons/bottom-arrow-b.png') no-repeat 95% 50%;
  background-size: 0.9rem;
  border-radius: 2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1rem;
  font-family: 'RixGulim';
  padding-left: 40%;
}

#menu .profile-top .login-img {
  margin-top: 1.5rem;
}

.login-img img {
  display: inline-block;
  margin: 0 auto 0.4rem;
  width: 4.41rem;
}

.btn-sahre-t {
  border-top: 1px solid #f7f6f6;
  text-align: center;
  margin: 0rem 0 1.1rem;
  padding-top: 1.5rem;
}

#menu .profile-bottom .btn-share {
  height: 2.5rem;
  margin-right: 0.75rem;
  background-size: auto 100%;
  background-repeat: no-repeat;
  display: inline-block;
}

#menu .profile-bottom .btn-share.kakao {
  background-image: url('https://cdn.banggooso.com/assets/images/menu/sns_kakao.png');
}

#menu .profile-bottom .btn-share.instagram {
  background-image: url('https://cdn.banggooso.com/assets/images/menu/sns_insta.png');
}

#menu .profile-bottom .btn-share.twitter {
  background-image: url('https://cdn.banggooso.com/assets/images/menu/sns_twitter.png');
}

#menu .profile-bottom .btn-share.naver-share {
  background-image: url('https://cdn.banggooso.com/assets/images/menu/sns_blog.png');
  margin-right: 0;
}

/***************************************************************************************/

/* 점검중 페이지 CSS */

.app.notice {
  background-image: url('https://cdn.banggooso.com/assets/images/common/noticeBackground.png');
  background-size: 100% 100%;
  height: 100vh;
  text-align: center;
}

.app.notice .top img {
  width: 100%;
}

.app.app.notice .noticeTitle {
  margin-top: 2.5rem;
}

.app.app.notice .noticeTitle img {
  width: 80%;
}

.app.app.notice .noticeBox {
  background-image: url('https://cdn.banggooso.com/assets/images/common/noticeBox.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 80%;
  height: 35%;
  margin: 1.5rem auto 0;
  font-size: 2.3rem;
  font-family: 'jalnan', sans-serif;
  padding: 4.3rem 1.5rem;
  position: relative;
}

.app.app.notice .noticeBox p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.app.notice .noticeImg {
  width: 100%;
  text-align: center;
  height: 35%;
  background: url('https://cdn.banggooso.com/assets/images/common/noticeGugu.png') no-repeat center bottom;
  background-size: contain;
  margin-top: 1rem;
}

.app.notice .noticeImg img {
  width: 60%;
}

.app.notice .noticeImg + .top {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* 제휴 문의 & 의견 보내기 - send-ask-page.html & brand.html */

.app-main.brand {
  font-family: 'RixGulim', sans-serif !important;
}

.app-main.brand ol.ol {
  list-style: decimal;
}

.app-main.brand ol.ol li {
  list-style: decimal;
  padding-left: 0.3rem;
  color: #909090;
  font-size: 0.85rem;
  margin-left: 2.5rem;
}

.app-main.brand h2 {
  margin: 1rem 1.3rem;
  line-height: 1.3;
  font-size: 1.35rem;
}

.app-main.brand div.ask {
  width: 100%;
  background-image: url('https://cdn.banggooso.com/assets/images/menu/text-bg.png');
  background-repeat: no-repeat;
  background-position: top;
  background-size: 101% auto;
  position: absolute;
  top: 11rem;
  transition: all 1s;
}

.app-main.brand div.ask .jjack {
  position: absolute;
  top: -5.5rem;
  right: 1rem;
  width: 11rem;
}

.ask button.option {
  width: calc((100% - 2.6rem) - 0.1px);
  margin: 2.5rem 1.3rem 1rem;
  padding: 0.6rem 0;
  border-radius: 2rem;
  border: 0;
  background-color: #ffd524;
  font-size: 0.9rem;
  font-weight: 550;
  text-align-last: center;
  font-family: 'RixGulim';
}

.app-main.brand.brand2 .ask {
  top: 11rem;
}

.app-main.brand.brand2 #brand {
  padding-top: 0;
}

#brand {
  padding-top: 2.5rem;
}

/*#brand select{text-align-last: center; text-align: center; -ms-text-align-last: center; -moz-text-align-last: center; display:inline-flex;}*/

#brand label#fake-option,
#brand select#ask-options {
  width: calc((100% - 2.6rem) - 0.1px);
  margin: 0 1.3rem 1rem;
  display: block;
  padding: 5px;
  border: 1px solid #999;
  background: url('https://cdn.banggooso.com/assets/images/menu/arrow-3.png') no-repeat 95% 50%;
  border-radius: 2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.6rem 0 0.6rem 2rem;
  font-size: 0.85rem;
  font-family: 'RixGulim';
}

#brand select#ask-options {
  display: none;
  cursor: pointer;
}

#brand select#ask-options::-ms-expand {
  display: none;
}

#brand select#ask-options::selected {
  background: #ffd524;
}

#brand input {
  cursor: pointer;
}

.option-select {
  display: block !important;
  background-color: #ffd524 !important;
  border: 0 !important;
  font-weight: bold;
}

#brand textarea,
#brand input.phone {
  display: block;
  width: calc((100% - 2.6rem) - 0.1px);
  border: 0;
  background-color: #f5f5f5;
  line-height: 2rem;
  font-size: 0.7rem;
  margin-top: 0.4rem;
  padding-left: 1rem;
  margin: 0 1.3rem;
}

#brand label.title {
  font-size: 0.95rem;
  font-weight: bold;
  margin: 0 1.3rem;
}

#brand textarea {
  min-height: 10rem;
  line-height: 1.5;
  letter-spacing: -0.6px;
  padding: 1rem;
  font-family: 'RixGulim', sans-serif;
  color: #848484;
}

#brand .plus {
  font-size: 0.8rem;
  color: red;
  margin-left: 1.3rem;
  font-weight: bold;
}

#brand #submitmail {
  width: 100%;
  border: 0;
  background: #ffd524;
  padding: 0.8rem 0;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 1.5rem;
  -webkit-appearance: none;
}

#brand .file {
  margin: 1rem 1.3rem 1rem;
  display: none;
}

#brand #file {
  display: none;
}

#brand #ask-options {
  display: block;
}

#brand .btn.fileBtn {
  display: block;
  border: 2px solid #ffd524;
  margin: 1rem 1.3rem 0.4rem 1.3rem;
  padding: 0.6rem 0;
}

#brand .btn.fileBtn span {
  color: #848484;
  padding-left: 0.4rem;
}

/***************************************************************************************/

/* search.html */

.app-main .main_default {
  padding-left: 1.5625rem !important;
  padding-right: 1.5625rem !important;
}

.main_default .keyword-wrap a.tag {
  height: 2.7rem;
  border-radius: 1.3rem;
  padding: 0 1.5rem;
  font-size: 0.8rem;
  margin-right: 0.7rem;
  margin-bottom: 1rem;
  background: #f2f2f2;
}

.main_default > .button-group {
  margin-top: 3.4rem;
}

.main_default .keyword-wrap.category {
  margin-top: 2.5rem;
}

.login-img .my-icon {
  width: 5.5rem;
  height: 5.5rem;
  flex-shrink: 0;
  border-radius: 100%;
  display: block;
  overflow: hidden;
}

.login-img .my-icon {
  margin: 0 auto;
}

.login-img .my-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.button-group {
  align-items: top;
}

.button-group .subtitle {
  color: #222222;
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

/* search.thml & category.html */

.home-feed {
  /* padding-top: 15.8rem; */
  position: relative;
}
/* 2023-03-01 new homefeed START */
.home-feed .main-character-wrapper {
  position: relative;
  transform: skew(0) !important;
  display: flex;
  justify-content: space-between;
  padding: 1.75rem 1.5rem;
  overflow: hidden;
}

.home-feed .text-wrapper {
  display: flex;
  justify-content: flex-end;
  z-index: 10;
  transform: skew(0) !important;
}

/* .home-feed .text-wrapper:after {
  content: '';
  position: absolute;
  right: -6%;
  bottom: 32px;
  border-top: 10px solid #ffea00;
  border-right: 16px solid transparent;
  transform: translateY(100%);
} */

/* .home-feed .text-wrapper:before {
  content: '';
  position: absolute;
  right: -10%;
  bottom: 34px;
  border-top: 13px solid #0c0c0c;
  border-right: 20px solid transparent;
  transform: translateY(100%);
} */

/* @media(max-width: 350px) {
  .home-feed .text-wrapper:before {
    right: -15% !important;
    bottom: 25px !important;
    border-top: 15px solid #0C0C0C !important;
    border-right: 24px solid transparent  !important;
  }

  .home-feed .text-wrapper:after {
    right: -10% !important;
    bottom: 23px !important;
    border-top: 10px solid #FFEA00 !important;
    border-right: 18px solid transparent !important;
  }
} */

.home-feed .text_area {
  position: relative;
  display: inline-block;
  /* max-width: 15.122rem;
  min-width: 4.878rem;
  min-height: 2.439rem; */
  border-radius: 12px;
  color: #0c0c0c;
  font-size: 1.75rem;
  line-height: 2.125rem;
  /* transform: skew(0deg, 0.03deg) !important; */
  font-family: 'Pretendard-bold';
  font-weight: 700;
  letter-spacing: -0.013rem;
}

/* .home-feed .character-box {
  display: flex;
  justify-content: flex-end;
} */

.home-feed .character {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0.9rem;
  right: 0;
}

.home-feed .character > img {
  width: 7.063rem;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.home-feed .recommend-wrapper {
  height: 10.625rem;
  display: flex;
  align-items: flex-end;
  margin-left: 1.3rem;
}
.home-feed .title {
  font-size: 1.15rem;
  font-weight: 500;
  font-family: 'RixGulimEB', sans-serif;
  margin-top: 1rem;
}

.home-feed .title.total_cate {
  margin-top: 2rem;
}

.home-feed .recommend-list .slide-box .slide-text {
  background-color: #fff;
  width: 100%;
  padding: 0 0.3125rem;
  height: 2.1rem;
  line-height: 2.1rem;
  margin: -1px;
  text-align: center;
  font-size: 0.85rem;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: 'RixGulim', sans-serif;
}

.home-feed .recommend-list {
  position: relative;
  z-index: 13;
  height: 10.625rem;
  width: 100%;
}

.home-feed .recommend-list .inner {
  position: relative;
  z-index: 2;
}

.home-feed .recommend-list .inner .title {
  color: #000000;
  font-size: 1.25rem;
  text-align: left;
  margin-bottom: 1.5625rem;
  font-weight: 500;
  padding-left: 3.125rem;
}

.home-feed .recommend-list .swiper-container {
  padding-left: 0;
  padding-bottom: 0;
  margin-top: 0;
  overflow: inherit;
}

.home-feed .recommend-list .swiper-slide:last-child {
  margin-right: 1.125rem;
}

.home-feed .recommend-list .swiper-slide {
  width: 10.625rem;
  height: 10.625rem;
}

.home-feed .recommend-list .swiper-slide + .swiper-slide {
  margin-left: 0.7rem;
}

.home-feed .recommend-list .slide-box {
  width: 100%;
  box-sizing: border-box;
  /* border: 2px solid #00000008; */
  background-color: #fff;
  position: relative;
  border-radius: 0.75rem;
}

.home-feed .recommend-list .thum_icon {
  width: 3.438rem;
  height: 1.75rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 0.7rem 0 0.7rem 0;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: 'Pretendard-bold';
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #0c0c0c;
}

.home-feed .recommend-list .thum_icon.hot {
  background-color: #fff100;
  font-size: 0.875rem;
}
.home-feed .recommend-list .thum_icon.new {
  background-color: #27261a;
  color: white;
  font-size: 0.875rem;
}

/* .home-feed .recommend-list .slide-box .link {
  text-align: center;
  /* padding-bottom: 2.65625rem; */
/* width: 100%; 
}*/

.home-feed .feed-list > li .cate-icon,
.feed-list > li .cate-icon {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  background-color: #f6f6f6;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feed-list > li .category-title {
  margin-left: 0.5rem;
}

.home-feed .feed-list > li .feed_thum_icon_box {
  display: flex;
  gap: 0.5rem;
  flex-grow: 1;
  justify-content: flex-end;
}

.home-feed .feed-list > li .feed_thum_icon {
  width: 3.438rem;
  height: 1.76rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  font-size: 0.938rem;
  font-weight: 700;
  font-family: 'Pretendard';
}
.home-feed .metavv_icon_box {
  /* height: 100%;
  width: 100%; */
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  /* padding-bottom: 0.5rem; */
}

.home-feed .metavv_icon_box > .feed_thum_icon_metavv {
  line-height: 1.2rem;
}

.home-feed .metavv_icon_box > .feed_thum_icon_metavv > img,
.metavv_icon_box > .feed_thum_icon_metavv > img {
  width: 5rem;
}
.home-feed .feed-list > li .feed_thum_icon:last-child {
  margin-right: 0;
}

.home-feed .feed-list > li .feed_thum_icon.hot {
  background-color: #fff100;
}
.home-feed .feed-list > li .feed_thum_icon.new {
  background-color: #27261a;
  color: white;
}

/* 2023-03-01 new homefeed END */

.home-feed .all-category {
  -webkit-display: grid;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(5, 5.349rem);
  grid-column-gap: 0.5rem;
  grid-row-gap: 1rem;
  padding: 1.5rem 0 2.2rem 0;
  list-style: none;
  position: relative;
  z-index: 13;
}

.home-feed .all-category li {
  width: 5.35rem;
}

.home-feed .all-category a {
  -webkit-display: flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #222222;
  font-weight: 500;
  font-family: 'Pretendard-medium', sans-serif;
  font-size: 0.875rem;
  line-height: 1.1rem;
  gap: 0.5rem;
  letter-spacing: -0.02rem;
}

.home-feed .all-category a div {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 0.8rem;
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-feed .all-category a div:active {
  background-color: #e7e7e7;
}

.home-feed .all-category a .category-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}

.home-feed .recommend-list .slide-box .img-box {
  width: 10.625rem;
  height: 10.625rem;
  background-size: cover;
  background-position: top left;
  border-radius: 0.75rem;
}

.home-feed .recommend-list .slide-box .img-box:active {
  opacity: 0.6;
}

/* popup */

/* 앱 유도 팝업 */

#pop_app {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100vh;
  z-index: 9999;
}

#pop_app .app_icon {
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 600px;
  text-align: center;
}

#pop_app .btn {
  border: 0.18rem solid #222222;
  width: 90%;
  padding: 1.2rem;
  border-radius: 2rem;
  background: #ffd524;
  font-weight: bold;
  font-family: 'jalnan', sans-serif;
  font-size: 1.26rem;
  box-shadow: 0.1rem 0.1rem 0 #222;
  margin-top: -0.5rem;
}

#pop_app .plus {
  color: #ffffff;
  text-decoration: underline;
  padding-top: 0.5rem;
  font-size: 0.8rem;
  letter-spacing: 0.8px;
  cursor: pointer;
  font-weight: 500;
}

#app-down {
  position: fixed;
  bottom: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
  background: #ffd524;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-family: 'Jalnan', sans-serif;
  font-size: 0.7rem;
  z-index: 9999;
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.4);
}

#app-down img {
  height: 0.75rem;
  margin-left: 12px;
  margin-top: -2px;
}

/* 카톡 앱 채널 팝업 */

#katalkPop {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 0 2rem;
}

#katalkPop a {
  width: 100%;
  height: 5rem;
  transform: translateY(5rem);
  display: inline-block;
  position: relative;
  z-index: 105;
}

#katalkPop img {
  display: block;
  transform: translateY(50%);
}

#katalkPop p.close {
  position: absolute;
  top: 10.9rem;
  right: 2.7rem;
  cursor: pointer;
  z-index: 103;
  width: 1.2rem;
  height: 1.5rem;
  background-image: url('https://cdn.banggooso.com/assets/images/common/close_btn.png');
  background-size: contain;
  background-repeat: no-repeat;
}

#katalkPop div.checkbox {
  font-size: 0.85rem;
  color: #ffffff;
  transform: translate(6rem, 5.3rem);
}

#katalkPop div.checkbox input[type='checkbox'] + label:before {
  content: ' ';
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  line-height: 1px;
  margin: -5px 8px 0 0;
  text-align: center;
  vertical-align: middle;
  background: none;
  border: 0.1rem solid #fff;
  color: #fff;
  font-size: 1.2rem;
}

#katalkPop div.checkbox input[type='checkbox'] {
  display: none;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #fff;
}

.wave_idx {
  animation: wave 1s linear;
}

@keyframes wave {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

@media screen and (max-width: 500px) {
  #menu {
    transform: skew(0);
  }
  .app-header .app-header-btn:nth-child(2) {
    right: 2.7rem;
  }
  .app-main.alarm .alarm-line .contents {
    padding-left: 4.2rem;
  }
  .app .app-header .app-title {
    line-height: 2.99rem !important;
  }
  /* .app.index .app-header .app-logo {
    margin: 0.5rem 0 0 12px;
    display: block;
    width: 5.85rem;
    height: 1.95rem;
    background-color: transparent;
    background-image: url('https://cdn.banggooso.com/assets/images/common/logo_2023.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: contain;
    font-size: 0;
    text-indent: -9999px;
  } */

  body.ja-JP .app.index .app-header .app-logo,
  body.zh-CN .app.index .app-header .app-logo,
  body.en-US .app.index .app-header .app-logo,
  body.zh-ES .app.index .app-header .app-logo {
    background-image: url('https://cdn.banggooso.com/assets/images/common/logo-locale-renewal-black.png');
    width: 6.7rem;
    height: 1.7rem;
  }
}

/* @media screen and (max-width: 380px) {
  #menu .profile-top {
    padding: 7rem 0;
  }
} */

body.ja-JP .app.index .app-header .app-logo,
body.zh-CN .app.index .app-header .app-logo,
body.en-US .app.index .app-header .app-logo,
body.ca-ES .app.index .app-header .app-logo {
  background-image: url('https://cdn.banggooso.com/assets/images/common/logo-locale-renewal-black.png');
}

body.ja-JP #app-down,
body.ja-JP #pop_app .btn,
body.ja-JP .app.app.notice .noticeBox {
  font-family: 'Corporate-Logo-Rounded';
}

body.ja-JP .app-main.brand,
body.ja-JP .ask button.option,
body.ja-JP #brand label#fake-option,
body.ja-JP #brand select#ask-options,
body.ja-JP #brand textarea,
body.ja-JP .home-feed .recommend-list .slide-box .slide-text {
  font-family: 'NotoSansCJKjp' !important;
}

body.ja-JP #menu .profile-top > div > p.login + a.gugugu + p,
body.ja-JP #menu .list li a h5,
body.ja-JP #menu .profile-top .login-img .my-name,
body.ja-JP .profile-bottom > a > span,
body.ja-JP .home-feed .title,
body.ja-JP .home-feed .all-category a {
  font-family: 'NotoSansCJKjpBlack';
}

body.en-US .app-main.brand,
body.en-US .ask button.option,
body.en-US #brand label#fake-option,
body.en-US #brand select#ask-options,
body.en-US #brand textarea,
body.en-US .home-feed .recommend-list .slide-box .slide-text {
  font-family: 'OdinRoundedBold' !important;
}

body.en-US #menu .profile-top > div > p.login + a.gugugu + p,
body.en-US #menu .list li a h5,
body.en-US #menu .profile-top .login-img .my-name,
body.en-US .profile-bottom > a > span,
body.en-US .home-feed .title,
body.en-US .home-feed .all-category a {
  font-weight: 500;
}

body.en-US .home-feed .all-category .category-item {
  text-align: center;
}

body.zh-CN #app-down,
body.zh-CN #pop_app .btn,
body.zh-CN .app.app.notice .noticeBox {
  font-family: 'StationCoolHappyBody2016';
}

body.zh-CN .app-main.brand,
body.zh-CN .ask button.option,
body.zh-CN #brand label#fake-option,
body.zh-CN #brand select#ask-options,
body.zh-CN #brand textarea,
body.zh-CN .home-feed .recommend-list .slide-box .slide-text {
  font-family: 'ZhankuLiteraryStyle' !important;
}

body.zh-CN #menu .profile-top > div > p.login + a.gugugu + p,
body.zh-CN #menu .list li a h5,
body.zh-CN #menu .profile-top .login-img .my-name,
body.zh-CN .profile-bottom > a > span,
body.zh-CN .home-feed .title,
body.zh-CN .home-feed .all-category a {
  font-family: 'ZhankuLiteraryStyle';
  font-weight: 900;
}

body.ca-ES #app-down,
body.ca-ES #pop_app .btn,
body.ca-ES .app.app.notice .noticeBox {
  font-family: 'Ptolemy-GreatPrimer18';
}

body.ca-ES .app-main.brand,
body.ca-ES .ask button.option,
body.ca-ES #brand label#fake-option,
body.ca-ES #brand select#ask-options,
body.ca-ES #brand textarea,
body.ca-ES .home-feed .recommend-list .slide-box .slide-text {
  font-family: sans-serif !important;
}

body.ca-ES #menu .profile-top > div > p.login + a.gugugu + p,
body.ca-ES #menu .list li a h5,
body.ca-ES #menu .profile-top .login-img .my-name,
body.ca-ES .profile-bottom > a > span,
body.ca-ES .home-feed .title,
body.ca-ES .home-feed .all-category a {
  font-family: sans-serif;
  font-weight: 900;
}

.app-main.brand div.ask .popup-message-box {
  position: absolute;
  top: -4.25rem;
  right: 5.55rem;
  width: 5rem;
  font-size: 0.7rem;
  font-weight: 500;
  background: #fff;
  border-radius: 2rem;
  text-align: center;
  z-index: 1;
  line-height: 1.8rem;
}

body.ca-ES .app-main.brand div.ask .popup-message-box {
  font-size: 1rem;
  letter-spacing: 0;
}

body.ja-JP .app-main.brand div.ask .popup-message-box,
body.zh-CN .app-main.brand div.ask .popup-message-box {
  font-size: 0.55rem;
}

body.zh-CN #menu .profile-top > div > p:first-child,
body.zh-CN .button-group .subtitle,
body.zh-CN .home-feed .recommend-list .slide-box .slide-text,
body.zh-CN .home-feed .recommend-list .inner .title,
body.zh-CN #pop_app .plus,
body.zh-CN .app-main.brand div.ask .popup-message-box {
  font-weight: 600;
}

body.ca-ES #menu .profile-top > div > p:first-child,
body.ca-ES .button-group .subtitle,
body.ca-ES .home-feed .recommend-list .slide-box .slide-text,
body.ca-ES .home-feed .recommend-list .inner .title,
body.ca-ES #pop_app .plus,
body.ca-ES .app-main.brand div.ask .popup-message-box {
  font-weight: 600;
}

/***************************************************************************************/

/* 홈 화면 배너 */

.home-feed .event-banner-wrapper {
  display: none;
  padding: 0.5rem 1.1rem 0 1.1rem;
  margin: 0;
}

.home-feed .event-banner-wrapper img {
  border-radius: 0.5rem;
  width: 28.75rem;
}

/* 홈화면 nav bot */
.nav_bot a:first-child {
  background: url('https://cdn.banggooso.com/assets/images/common/nav01_on.png') no-repeat 50% 8%;
  background-size: 41.8%;
}

.pop_induce .popup .agree {
  border: 0 !important;
}

.pop_induce .popup .agree span {
  color: #ffd113;
  font-size: 1.4rem;
  cursor: pointer;
}

/* 24.03.04 방구소 홈페이지 랜딩 구간 퍼블리싱 ( 숏퀴즈, 감정가게 ) */
.landing-wrapper {
  width: 100%;
  padding: 2rem 1.3rem 0 1.3rem;
  display: flex;
  justify-content: space-between;
}

.landing-es,
.landing-sr {
  width: 14rem;
  height: 5.625rem;
  border-radius: 0.938rem;
}

.landing-es:active,
.landing-sr:active {
  opacity: 0.6;
}

.scroll-to-top {
  color: white;
  position: fixed;
  right: 1.75rem;
  bottom: 1.75rem;
  width: 3.438rem;
  height: 3.438rem;
  cursor: pointer;
  border-radius: 50%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.7rem);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  transform: skew(-0.03deg);
}

.scroll-to-top svg {
  background-color: #00000080;
  border-radius: 50%;
}

.scroll-to-top.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-to-top .arrow-upward {
  position: absolute;
  background-image: url('https://cdn.banggooso.com/assets/images/icons/arrow_upward.png');
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.scroll-to-top svg path {
  fill: none;
}

.scroll-to-top svg.progress-circle path {
  stroke: white;
  stroke-width: 10;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
