@charset "UTF-8";
/* //////////////////////////////////////////////////// */
/* ////////////////////// COLOR /////////////////////// */
/* //////////////////////////////////////////////////// */
/*r2beat xiyouxi*/
/* //////////////////////////////////////////////////// */
/* ////////////////////// HEADER ////////////////////// */
/* //////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////// */
/* ////////////////////// CARD ////////////////////// */
/* //////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////// */
/* ////////////////////// SUB ////////////////////// */
/* //////////////////////////////////////////////////// */
/*search*/
/*table*/
/*./r2beat xiyouxi*/
/* //////////////////////////////////////////////////// */
/* ////////////////////// IMAGE /////////////////////// */
/* //////////////////////////////////////////////////// */
/*$cl_medium_ori : #afb6c1;*/
/* //////////////////////////////////////////////////// */
/* /////////////// main/sub/grey 사용 ///////////////// */
/* //////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////// */
/* ///////////////////// BUTTON /////////////////////// */
/* //////////////////////////////////////////////////// */
/**************************************/
/**************** 공통 ****************/
/**************************************/
/**************************************/
/**************** 메인 ****************/
/**************************************/
/**************************************/
/**************** 서브 ****************/
/**************************************/
/*카드 형태*/
.card {
  width: 100%;
  height: 335px;
  position: relative;
  margin-right: 20px;
  float: left;
  overflow: hidden;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15); /*border:1px solid #f7f7f7;*/
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-color: #ffffff;
}

.card-deco {
  position: absolute;
  bottom: -17%;
  right: -8%;
  width: 264px;
  height: 253px;
  background: url("//r2beat-web-cdn.xiyouxi.com/images/main/card-deco-min.png") no-repeat center/contain;
  z-index: 1;
  transform: scale(1);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

/* 메인 컨텐츠 카드섹션 공통영역 */
.card-wrap {
  width: 100%;
  min-height: 966px;
  margin-top: 0;
  margin-bottom: 5vh;
}

.card-wrap .main-card {
  z-index: 8000;
  width: auto;
  max-width: 1200px;
  margin: 0 auto;
}

.main-card .row-w {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-areas: "wrap-notice wrap-rules wrap-event" "wrap-gift wrap-energy wrap-ranking";
  gap: 24px;
  width: 100%;
  max-width: 1200px !important;
}

/*grid-area*/
.wrap-notice {
  grid-area: wrap-notice;
}

.wrap-rules {
  grid-area: wrap-rules;
}

.wrap-event {
  grid-area: wrap-event;
}

.wrap-gift {
  grid-area: wrap-gift;
}

.wrap-energy {
  grid-area: wrap-energy;
}

.wrap-ranking {
  grid-area: wrap-ranking;
}

.card-wrap .main-card .wrap-banner.card {
  margin-bottom: 0;
}

.card-wrap .main-card h2 {
  position: relative;
  height: 65px;
  line-height: 65px;
  padding-left: 24px;
  font-size: clamp(18px, 1.71vw, 22px);
  font-weight: 500;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.card-wrap .main-card .wrap-notice h2, .card-wrap .main-card .wrap-rules h2, .card-wrap .main-card .wrap-event h2, .card-wrap .main-card .wrap-ranking h2 {
  text-shadow: none;
  background: linear-gradient(to right, #cb51f8, #6b5bfc);
}

.btn-more, .btn-more:visited {
  z-index: 30;
  display: inline-block;
  position: absolute;
  top: 17px;
  right: 20px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #ff5ebd;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

.btn-more:hover {
  background-color: #fcc43f;
}

/*카드배경*/
.wrap-gift {
  background: url("//r2beat-web-cdn.xiyouxi.com/images/main/card-img1-min.png") no-repeat top/105%;
}

.wrap-energy {
  background: url("//r2beat-web-cdn.xiyouxi.com/images/main/card-img2-min.png") no-repeat top/105%;
}

/*호버시 배경변화*/
.wrap-event:hover .card-deco, .wrap-rules:hover .card-deco, .wrap-notice:hover .card-deco, .wrap-ranking:hover .card-deco {
  transform: scale(1.2);
}

.wrap-list-type, .wrap-event, .wrap-rules, .wrap-notice,
.wrap-energy, .wrap-gift, .wrap-ranking {
  position: relative;
  z-index: 20;
  border-radius: 1rem;
  transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
}

.wrap-announce:hover, .wrap-event:hover,
.wrap-update:hover, .wrap-maintenance:hover, .wrap-patch:hover,
.wrap-media:hover, .wrap-gallery:hover, .wrap-facebook:hover {
  background-size: 110%;
}

.wrap-list-type {
  box-sizing: border-box;
  height: 335px;
}

.wrap-slider-type, .wrap-notice, .wrap-rules, .wrap-event, .wrap-gift, .wrap-energy, .wrap-ranking {
  box-sizing: border-box;
}

/* 카드 공통 안전장치 (콘텐츠 오버플로 방지) */
.row-w > .card,
.row-w > .wrap-list-type,
.row-w > .wrap-ranking,
.row-w > .wrap-gift,
.row-w > .wrap-energy {
  min-width: 0; /* 긴 텍스트·표 넘침 방지 */
}

/* 카드 카테고리, 제목*/
.card dl {
  z-index: 30;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: calc(100% - 65px);
  display: inline-block;
}

.card dl a.is-link {
  position: absolute;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: clamp(90px, 7.81vw, 100px);
  z-index: 30;
  bottom: 0;
  left: 0;
  padding: 12px 23px 28px;
  background: #fff;
}

.card dl a.is-link dt {
  box-sizing: border-box;
  margin: 8px 0 8px;
  width: 100%;
  font-size: 1rem;
  line-height: 1.3;
  vertical-align: middle;
  color: #131313;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  word-break: keep-all;
}

.card dl a.is-link dt .cate {
  display: inline;
  box-sizing: border-box;
  width: 100%;
  margin-right: 0.25rem; /* font-weight:bold;*/
  font-size: 17px;
  font-weight: 500;
  line-height: 18px;
  vertical-align: middle;
}

.card dl a.is-link:hover dt,
.card dl a.is-link dt .cate {
  color: #f85175;
}

.card dl a.is-link dd {
  font-size: 12px;
  line-height: 18px;
  color: #000;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-weight: 500;
}

.card .bg-gradient {
  position: absolute;
  left: -1px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 29;
  display: none;
}

/* 게시글 리스트 타입 */
.wrap-list-type ul {
  width: 90%;
  margin: 8px auto;
}

.wrap-list-type ul li {
  height: 2.15vw;
  line-height: 2.45rem;
  clear: both;
  font-size: 0.875rem;
}

.wrap-list-type ul li a {
  max-width: calc(100% - 120px);
  color: #000;
}

.wrap-list-type ul li .new {
  display: inline-block;
  width: 18px;
  height: 17px;
  vertical-align: middle;
  margin-bottom: 2px;
  background: url("//r2beat-web-cdn.xiyouxi.com/images/main/new-icon-min.png") no-repeat center/contain;
}

.wrap-list-type ul li .date {
  float: right;
  line-height: 2.5rem;
  font-size: 12.5px;
  color: #000;
  vertical-align: middle;
}

.wrap-list-type .go-cafe {
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: calc(100% + 2px);
  height: 47px;
  line-height: 47px; /*padding-left:20px;*/
  background-size: 200% auto;
  background-image: linear-gradient(to right, #26c2aa 0%, #26c2aa, #25dec1 100%);
  background-position: right center;
  transition: 0.5s;
  animation: bgPos 1.4s 0s infinite linear alternate;
}

.wrap-list-type .go-cafe a {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.wrap-list-type .go-cafe img {
  position: relative;
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  margin-right: 0;
  vertical-align: middle;
}

.wrap-list-type .go-cafe img {
  float: right;
  margin-top: 16.5px;
}

.wrap-list-type .go-cafe:hover {
  cursor: pointer;
}

.wrap-list-type .go-cafe .for-gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to right, #8a50ff, #cd2f7d);
}

@keyframes bgPos {
  0% {
    background-position: right center;
  }
  100% {
    background-position: left center;
  }
}
/* 이벤트 리스트 */
.wrap-notice ul li a:hover, .wrap-rules ul li a:hover, .wrap-event ul li a:hover {
  color: #f85175;
}

@keyframes bgPos {
  0% {
    background-position: right center;
  }
  100% {
    background-position: left center;
  }
}
/* 랭킹 슬라이더  */
.wrap-ranking .slick-slider {
  padding-top: 40px;
}

.wrap-ranking .ranking-cont {
  width: 100%;
}

.wrap-ranking h1 {
  padding-left: 23px;
  padding-left: 1.438rem;
  padding-top: 9px;
  padding-top: 1.188rem;
  font-size: 26px;
  font-size: 1.625rem;
  color: #f89c22;
  text-shadow: 0 0px 3px rgba(0, 0, 0, 0.95);
}

.wrap-ranking h1 span.small {
  font-size: 16px;
  font-size: 1rem;
}

table .show-caption {
  overflow: hidden;
  position: relative;
  min-height: 20px;
  padding-left: 23px;
  padding-left: 1.438rem;
  padding-right: 23px;
  padding-right: 1.438rem;
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff; /* #f89c22; */
}

.wrap-ranking .tbl-ranking {
  width: 100%; /*margin-top:1.5rem;*/
}

.wrap-ranking .tbl-ranking caption {
  width: 100%;
  height: 30px;
  line-height: 24px;
  text-align: center;
}

.wrap-ranking .tbl-ranking thead {
  position: relative;
  border-top: 1px solid #705afc;
  border-bottom: 1px solid #705afc;
}

.wrap-ranking .tbl-ranking th {
  border: none;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  color: #705afc;
}

.wrap-ranking .tbl-ranking td {
  border: none;
  height: 38px;
  line-height: 38px;
  font-weight: 300;
  font-size: 13px;
  text-align: center;
  color: #131313;
  white-space: nowrap;
  font-weight: 600;
}

.wrap-ranking .tbl-ranking td.lt8 {
  font-size: 11px;
}

.wrap-ranking .tbl-ranking td.lt12 {
  font-size: 10px;
}

.ranking-cont .is-nodata {
  padding: 1rem;
  font-size: 0.875rem;
}

@media screen and (max-width: 1280px) {
  .main-card .row-w {
    width: 94% !important;
    margin: 0 auto;
  }
  .card dl {
    height: calc(100% - 65px);
  }
  .card dl a.is-link {
    min-height: 6.2857rem;
  }
  .card-wrap .main-card .card h2 {
    height: 65px;
    line-height: 65px;
    font-size: clamp(1.3846rem, 1.53846rem, 18px);
  }
  .wrap-ranking .slick-dots li {
    width: 30%;
  }
}
@media screen and (max-width: 1170px) {
  .wrap-list-type, .wrap-slider-type, .wrap-announce, .wrap-event,
  .wrap-update, .wrap-maintenance, .wrap-patch, .wrap-gallery,
  .wrap-media, .wrap-ranking, .wrap-facebook {
    background-size: 120%;
  }
  .wrap-list-type:hover, .wrap-slider-type:hover, .wrap-announce:hover, .wrap-event:hover,
  .wrap-update:hover, .wrap-maintenance:hover, .wrap-patch:hover, .wrap-gallery:hover,
  .wrap-media:hover, .wrap-ranking:hover, .wrap-facebook:hover {
    background-size: 125%;
  }
  .icon-new {
    width: 15px;
    height: 15px;
    line-height: 13px;
    font-size: 10px;
    text-indent: -0.5px;
  }
}
@media screen and (max-width: 1024px) {
  .main-card .row-w {
    padding-top: 120px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: "wrap-notice wrap-rules" "wrap-event wrap-gift" " wrap-energy wrap-ranking";
  }
  .main-card {
    margin: -80px 2% 0;
  }
  .card-wrap {
    min-height: 1080px;
    margin-top: -40px;
  }
  .wrap-notice, .wrap-rules, .wrap-event, .wrap-gift, .wrap-energy, .wrap-ranking {
    box-sizing: border-box;
  }
  .wrap-list-type ul li {
    height: 32px;
    line-height: 2.4615rem;
  }
  .wrap-ranking .tbl-ranking th {
    height: unset;
    line-height: unset;
    padding: 10px 0 5px;
  }
  .wrap-ranking .tbl-ranking td {
    height: 32px;
    line-height: 32px;
  }
  .tbl-ranking tbody tr:nth-child(1) {
    border-top: 0.75rem solid transparent;
  }
}
@media screen and (max-width: 640px) {
  .wrap-list-type, .wrap-slider-type, .wrap-announce, .wrap-event,
  .wrap-update, .wrap-maintenance, .wrap-patch, .wrap-gallery,
  .wrap-media, .wrap-ranking, .wrap-facebook {
    background-position: top center;
  }
}
@media screen and (max-width: 568px) {
  .main-card .row-w {
    padding-top: 120px !important;
    grid-template-columns: 1fr;
    grid-template-areas: "wrap-notice" "wrap-rules" "wrap-event" "wrap-gift" " wrap-energy" "wrap-ranking";
  }
  .wrap-list-type, .wrap-slider-type, .wrap-announce, .wrap-event,
  .wrap-update, .wrap-maintenance, .wrap-patch, .wrap-gallery,
  .wrap-media, .wrap-ranking, .wrap-facebook {
    background-position: center center;
  }
  .card dl a.is-link {
    min-height: auto;
  }
}
@media screen and (max-width: 480px) {
  .card-wrap {
    margin-top: -65px;
  }
}
/* 메인 이벤트 배너 슬라이더 */
.wrap-banner {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  box-shadow: none;
  border: none;
}
.wrap-banner .event-text-wrap {
  position: relative;
}
.wrap-banner .pull-right {
  width: 29.25%;
  margin-right: 6.875rem;
}
.wrap-banner .pull-right img {
  width: 100%;
}

.wrap-banner .clearfix {
  position: relative;
}
.wrap-banner .event-text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
}
.wrap-banner .event-text-wrap .event-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6.875rem;
  line-height: 1.4;
  max-width: calc(100% - 8.1rem);
}
.wrap-banner .event-text-wrap .event-text * {
  word-break: keep-all;
}
.wrap-banner .event-text-wrap .blank {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.banner-title {
  font-size: 35px; /*font-size:2.1875rem;*/
  font-size: 1.84vw;
  font-size: 1.84vw;
  line-height: 1.25;
  font-weight: 400;
  margin-bottom: 0.5vw;
}
.banner-title:last-child {
  margin-bottom: 10px;
}

p.banner-title {
  font-size: 1.3vw;
  font-weight: 300;
}

.banner-desc {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4;
}

.event-img.small {
  display: none;
}

@media screen and (max-width: 1660px) {
  .banner-title {
    font-size: 34px;
  }
  p.banner-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .banner-title {
    font-size: 3vw;
  }
  p.banner-title {
    font-size: 2vw;
  }
  .banner-desc {
    font-size: 1.0769rem;
  }
}
@media screen and (max-width: 800px) {
  .wrap-banner .slick-dots {
    bottom: 0;
  }
  .wrap-banner .pull-right {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .banner-title {
    font-size: 3.2vw;
  }
  p.banner-title {
    font-size: 2.3vw;
  }
  .wrap-banner .pull-right {
    height: 13.846rem;
  }
}
@media screen and (max-width: 640px) {
  /* 슬라이드 배너 */
  .wrap-banner .pull-right img {
    width: auto;
    height: 100%;
    margin-left: -6vw;
  }
}
@media screen and (max-width: 568px) {
  /* 슬라이드 배너 */
  .wrap-banner .pull-right {
    width: 100%;
    margin-right: 0;
  }
  .wrap-banner .pull-right img {
    margin: 0 auto;
    padding-left: 13vw;
  }
  .wrap-banner .event-text-wrap {
    position: relative;
    width: 100%;
    text-align: center;
    padding-bottom: 2rem;
  }
  .wrap-banner .event-text-wrap .event-text {
    max-width: 100%;
    margin-left: 0;
  }
  .banner-title {
    font-size: 1.5384rem;
  }
  p.banner-title {
    font-size: 1.25rem;
  }
  .wrap-banner .slick-dots {
    bottom: -2rem;
    padding: 0;
    text-align: center;
  }
  .wrap-banner .slick-dotted.slick-slider {
    margin-bottom: 3.25rem;
  }
}
body {
  background: #131313;
}

.main a {
  color: #fff;
}

#content {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #f8f8f8;
  background-image: url("//r2beat-web-cdn.xiyouxi.com/images/main/main-bg-min.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center -2.5vw;
}
@media screen and (max-width: 1280px) {
  #content {
    background-size: 120% auto;
    background-position: enter -70px;
  }
}
@media screen and (max-width: 1024px) {
  #content {
    background-image: url("//r2beat-web-cdn.xiyouxi.com/images/main/main-bg-mobile-min.png");
    background-size: 150% auto;
    background-position: center -80px;
  }
}
@media screen and (max-width: 768px) {
  #content {
    background-size: 160% auto;
    background-position: center -70px;
  }
}
@media screen and (max-width: 640px) {
  #content {
    background-size: 190% auto;
    background-position: center -60px;
  }
}
@media screen and (max-width: 480px) {
  #content {
    background-size: 200% auto;
    background-position: center -45px;
  }
}

/*연령고지*/
.main-card {
  position: relative;
}
.main-card .age_notice {
  position: absolute;
  top: -27px;
  width: 68px;
  height: 86px;
  background: url("//r2beat-web-cdn.xiyouxi.com/images/main/age-notice-min.png") no-repeat center/contain;
}
@media screen and (max-width: 1280px) {
  .main-card .age_notice {
    top: -15px;
    left: 5.2%;
    background-size: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .main-card .age_notice {
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .main-card .age_notice {
    left: 4%;
  }
}
@media screen and (max-width: 480px) {
  .main-card .age_notice {
    top: 40px;
    left: 1%;
    background-size: 70%;
  }
}

/* 메인 비주얼 영역 */
#logoCopy {
  position: relative;
  text-align: center;
  margin-top: 6.4vw;
}

#logoCopy h1 {
  position: relative;
  margin-top: 30px;
  z-index: 30;
  /* &::before {
       content: '';
       width: 20%;
       max-width: 310px;
       height: auto;
       aspect-ratio: 310/92;
       background: url($cdn_root + 'images/main/open-text-min.png') no-repeat center / contain;
       position: absolute;
       top: -32%;
       left: 50%;
       transform: translateX(-52%);
       z-index: 100;
       @media all and (max-width: 1700px) {
           width: 16%;
       }
       @media all and (max-width: 1680px) {
           width: 16%;
       }
       @media all and (max-width: 1440px) {
           width: 16%;
       }
       @media all and (max-width: 1280px) {
           top: -25%;
       }
       @media all and (max-width: 1024px) {
           top: -35%;
           width: 23%;
       }
       @media all and (max-width: 768px) {
           top: -35%;
           width: 29%;
       }
   }*/
}

@media screen and (max-width: 1024px) {
  #logoCopy .chr {
    display: none;
  }
}

#logoCopy h1 img {
  width: 17.71%;
}
@media screen and (max-width: 1280px) {
  #logoCopy h1 img {
    width: 20.71%;
  }
}
@media screen and (max-width: 1024px) {
  #logoCopy h1 img {
    width: 23.71%;
  }
}
@media screen and (max-width: 768px) {
  #logoCopy h1 img {
    width: 28.71%;
  }
}
@media screen and (max-width: 768px) {
  #logoCopy h1 img {
    width: 30.71%;
  }
}

/* main logo animation */
#logoCopy h1 img {
  position: relative;
  animation: stamp 1s ease-out, tilt 5s ease-in-out infinite 3s;
}
@media screen and (max-width: 1024px) {
  #logoCopy h1 img {
    animation: unset;
  }
}

@keyframes stamp {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.5;
    transform-origin: 50% 50%;
    transform: scale(2);
    transition: all 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  55% {
    opacity: 1;
    transform: scale(0.7);
  }
  85% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes tilt {
  0% {
    transform: rotate(0deg);
  }
  2% {
    transform: rotate(2deg);
  }
  /* 첫 번째 흔들림 */
  4% {
    transform: rotate(0deg);
  }
  6% {
    transform: rotate(2deg);
  }
  /* 두 번째 흔들림 */
  8% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
  /* 나머지 시간은 쉬기 */
}
/* ./main logo animation */
/*캐릭터*/
@keyframes drop-bounce {
  /* 하늘 위에서 내려오기 */
  0% {
    transform: translate(-50%, -120vh) scale(1);
    animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); /* 자연스럽게 낙하 */
  }
  /* 바닥에 닿는 순간 (조금 눌리듯 커짐) */
  68% {
    transform: translate(-50%, 0) scale(1.1);
    animation-timing-function: ease-out;
  }
  88% {
    transform: translate(-50%, -2.5vh) scale(0.7);
    animation-timing-function: ease-out;
  }
  /* 최종 착지 */
  100% {
    transform: translate(-50%, 0) scale(1);
    animation-timing-function: ease-out;
  }
}
.chr {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}
.chr .left-main {
  position: absolute;
  top: clamp(-38px, -0.059375 * 100vw + 76px, 0px);
  left: 34%;
  width: 24.58vw;
  height: 33.38vw;
  transform: translate(-50%, -120vh) scale(1);
  animation: drop-bounce 1.2s forwards;
  animation-delay: 0.5s;
}
@media (max-width: 1280px) {
  .chr .left-main {
    top: clamp(-10px, -0.078125 * 100vw + 90px, 10px);
  }
}
.chr .left-main img {
  width: 100%;
}
.chr .left-sub1 {
  position: absolute;
  top: 38px;
  left: 28%;
  z-index: -1;
  width: 8.33vw;
  height: 14.94vw;
  transform: translate(-50%, -120vh) scale(1);
  animation: drop-bounce 1.2s forwards;
  animation-delay: 0.9s;
}
.chr .left-sub1 img {
  width: 100%;
}
.chr .left-sub2 {
  position: absolute;
  top: 40%;
  left: 22%;
  width: 9.47vw;
  height: 8.43vw;
  transform: translate(-50%, -120vh) scale(1);
  animation: drop-bounce 1.2s forwards;
  animation-delay: 1.2s;
}
.chr .left-sub2 img {
  width: 100%;
}
.chr .right-main {
  position: absolute;
  top: clamp(-39px, -0.0578125 * 100vw + 72px, -2px);
  right: 17.5%;
  width: 19.89vw;
  height: 27.23vw;
  transform: translate(-50%, -120vh) scale(1);
  animation: drop-bounce 1.2s forwards;
  animation-delay: 0.5s;
}
@media (max-width: 1280px) {
  .chr .right-main {
    top: clamp(-9px, -0.10546875 * 100vw + 126px, 18px);
  }
}
.chr .right-main img {
  width: 100%;
}
.chr .right-sub1 {
  position: absolute;
  top: clamp(-24px, -0.03125 * 100vw + 36px, -4px);
  right: 11.5%;
  z-index: -1;
  width: 14.47vw;
  height: 13.33vw;
  transform: translate(-50%, -120vh) scale(1);
  animation: drop-bounce 1.2s forwards;
  animation-delay: 0.9s;
}
@media (max-width: 1280px) {
  .chr .right-sub1 {
    top: clamp(0px, -0.09765625 * 100vw + 125px, 25px);
  }
}
.chr .right-sub1 img {
  width: 100%;
}
.chr .right-sub2 {
  position: absolute;
  top: -60px;
  top: clamp(-60px, -0.0625 * 100vw + 60px, -20px);
  right: 17%;
  width: 5.31vw;
  height: 4.84vw;
  transform: translate(-50%, -120vh) scale(1);
  animation: drop-bounce 1.2s forwards;
  animation-delay: 1.2s;
}
@media (max-width: 1280px) {
  .chr .right-sub2 {
    top: clamp(-20px, -0.06640625 * 100vw + 65px, -3px);
  }
}
.chr .right-sub2 img {
  width: 100%;
}

.main-card .row-w {
  padding-top: 75px;
}

/* 메인 팝업 */
.wrap-artworks.card {
  float: none;
  transition: unset;
  overflow: inherit;
}

.wrap-artworks.card dl {
  z-index: 30;
  position: initial;
  box-sizing: border-box;
  width: initial;
  height: initial;
  display: block;
  border: none;
}

.wrap-artworks .wrap-media {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .mb-hidden640 {
    display: none;
  }
}
/*QQ chat-QR*/
.edge {
  position: absolute;
  z-index: 10000;
}

.edge__tab {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: clamp(120px, 14.2364106989vw + 80.1380500431px, 285px);
  width: 58px;
  height: 79px;
  padding: 0 2px 18px 0;
  border-top-left-radius: 21px;
  border-bottom-left-radius: 21px;
  border-top: 1px solid #d178dd;
  border-left: 1px solid #d178dd;
  border-bottom: 1px solid #d178dd;
  border-right: none;
  box-shadow: 0 0 0 4px #6a5bfc;
  background-image: linear-gradient(120deg, #c84ef8, #9c4efb, #6c5bfc);
  cursor: pointer;
  z-index: 100;
  transition: transform 0.3s ease;
}
@media all and (min-width: 390px) {
  .edge__tab {
    right: 0;
    width: 68px;
    height: 90px;
    padding: 0 0 20px 0;
  }
}
@media all and (min-width: 1440px) {
  .edge__tab {
    top: 285px;
  }
}
.edge__tab::after {
  content: "QQ";
  position: absolute;
  top: 52px;
  font-weight: 700;
  color: #ffffff;
}
@media all and (min-width: 390px) {
  .edge__tab::after {
    top: 60px;
  }
}
.edge__tab span {
  display: inline-block;
  width: 36px;
  aspect-ratio: 1/1;
  background: url("//r2beat-web-cdn.xiyouxi.com/images/main/qq-icon-min.png") no-repeat center/contain;
}
@media all and (min-width: 390px) {
  .edge__tab span {
    width: 42px;
  }
}

.edge__panel {
  display: inline-block;
  position: fixed;
  width: auto;
  height: auto;
  right: -128px;
  top: clamp(70px, 14.2364106989vw + 30.1380500431px, 235px);
  background-color: #ffffff;
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
  border-top: 4px solid #6a5bfc;
  border-left: 4px solid #6a5bfc;
  border-bottom: 4px solid #6a5bfc;
  z-index: 101;
  transition: transform 0.3s ease;
}
@media all and (min-width: 1440px) {
  .edge__panel {
    top: 235px;
  }
}
@media all and (max-height: 800px) {
  .edge__panel {
    overflow-y: scroll;
    height: 425px;
  }
}

.edge__panel .qr-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 10px;
}

.edge__panel .qr-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #000000;
  width: 103px;
  height: 120px;
  border-radius: 14px;
}
.edge__panel .qr-card img {
  width: 95px;
  aspect-ratio: 1/1;
  border-radius: 12px;
  margin-top: 4px;
  box-sizing: border-box;
}
.edge__panel .qr-card span {
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans SC", sans-serif;
  font-size: 12px !important;
  letter-spacing: -1.5px;
  color: #ffffff;
  padding: 4px 0;
}
.edge__panel .qr-card span strong {
  font-size: 11px;
  letter-spacing: -1.5px;
  color: #fd5bbd;
  padding: 2px;
  font-weight: 500;
}
.edge__panel .qr-card span .full {
  font-size: 12px;
  letter-spacing: -1px;
}

.copyTarget {
  cursor: pointer;
}

.edge {
  --edge-move: 125px;
  position: relative;
}

.edge__panel,
.edge__tab {
  transition: right 0.2s ease;
  will-change: right;
}

/* 닫힘(기본): 왼쪽 바깥 */
.edge__panel {
  right: calc(-1 * var(--edge-move, 128px));
}

.edge__tab {
  right: -3px;
}
@media al and (min-width: 390px) {
  .edge__tab {
    right: 0;
  }
}

/* 열림 */
.edge.is-open .edge__panel {
  right: 0;
}

.edge.is-open .edge__tab {
  right: var(--edge-move, 128px);
}

/* 초기 강제 닫힘 시 애니메이션 억제 */
.edge.no-anim .edge__panel,
.edge.no-anim .edge__tab {
  transition: none !important;
}

/* 방향이 반대라면(닫힘=0, 열림=+폭) 위 transform을 아래로 바꾸세요:
.edge__panel, .edge__tab { transform: translateX(0); }
.edge.is-open .edge__panel, .edge.is-open .edge__tab { transform: translateX(var(--edge-move)); }
*/
