.title_video.crawling-contents-top.vol323_06 {
  height: auto;
  aspect-ratio: 16 / 9;
  background-position: center center;
  background-image: url(/page/vol323/img/sub06_01.gif);
  background-size: contain;
  background-color: #37372F;
}
.title_video.crawling-contents-top.vol323_07 {
  background-position: center center;
  background-image: url(/page/vol323/img/sub07_01.gif);
}

.sub.vol323_06 .content {
  background-color: #37372F;
}
.sub.vol323_06 .vol312_sub04_01 li .vol312_sub04_01--textbox {
  border-radius: 0;
}

.sub.vol323_06 .content--after-none {
  background-color: #fff;
}

.sub .box-inner-img {
  margin-bottom: 30px;
  display: block;
}

.intro-title-image {
  padding: 80px 0;
}

.intro-title-image img {
  width: 90% !important;
  max-width: max-content;
  margin: 0 auto;
}

.vol312_sub04_01 li .thin-border {
  position: relative;
  padding: 12px;
}

.vol312_sub04_01 li .thin-border::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
  filter: blur(6px);
}

.vol312_sub04_01 li .thin-border .inner-gap {
  padding: 15px;
}

.vol312_sub04_01 li .thin-border .tag {
  width: auto;
  max-width: max-content;
  display: block;
  padding: 5px 15px;
  background-color: #2c2e3b;
  color: #fff;
  margin-top: 20px;
  border-radius: 20px;
  font-style: italic;
}

.sub.vol323_06 .content .inner p.vol323-color {
  color: #aeb983 !important;
}

/* .sub.vol323_06 .last_list_text,
.sub.vol323_06 .sub_nav *,
.sub.vol323_06 .content .inner .sub_slide_contain > h4 {
  color: #fff !important;
} */

/* .sub.vol323_06 .content .inner .sub_nav [class$="btn"] {
  border: 1px solid #fff;
} */

/* .sub.vol323_06 .content .inner .sub_nav [class$="btn"]:hover {
  background-color: #fff;
  color: #000 !important;
} */

.vol312_sub04_01 li:nth-of-type(2n) {
  margin-top: 100px;
}

.tail-none .sub .title_video::after,
.tail-none .sub .content::after {
  background: none;
}

.mt50-0 {
  margin-top: 50px;
}
.pt-60-30 {
  padding-top: 60px;
}
.imgflexbox.mb-50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 580px) {
  .mt50-0 {
    margin-top: 0;
  }

  .pt-60-30 {
    padding-top: 30px;
  }

  .imgflexbox.mb-50 {
    margin-bottom: 50px;
  }

  .title_video.crawling-contents-top.vol323_06 {
    height: auto;
    aspect-ratio: 9 / 16;
    background-position: center center;
    background-image: url(/page/vol323/img/sub06_01_mo.gif);
  }
  .title_video.crawling-contents-top.vol323_07 {
    height: auto;
    aspect-ratio: 9 / 16;
    background-position: center center;
    background-image: url(/page/vol323/img/sub07_01_mo.gif);
  }

  .intro-title-image {
    padding: 30px 0;
  }

  .vol312_sub04_01 li .thin-border {
    padding: 10px;
  }

  .vol312_sub04_01 li .thin-border .inner-gap {
    padding: 10px;
    font-size: 14px;
  }

  .vol312_sub04_01 li .thin-border .tag {
    font-size: 14px;
    padding: 5px 10px;
    margin-bottom: 20px;
    border-radius: 20px;
    word-break: keep-all;
  }

  .vol312_sub04_01 li:nth-of-type(2n) {
    margin-top: 0;
  }

}

/* 이벤트 미니게임 css */
.game-layout {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.game-box {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
  font-size: 0;
}

.game-box .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.game-box, .game-box * {
  box-sizing: border-box;
}

.timer {
  position: static;
  margin-bottom: 20px;
  /* background-image: none; */
}

.game-box .timer > span {
  font-size: 24px;
}

.game {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.game ul {
  width: 100%;
  height: 100%;
  padding: 25% 8% 12% 10%;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.game ul li {
  width: calc(100% / 5);
  height: calc(100% / 4);
  position: relative;
}

.game ul li button {
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: aquamarine;
  cursor: auto;
}

.game ul li img {
  width: 140%;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.game-start-interface,
.game-retry-interface,
.game-answer-no {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.game-answer-no {
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

.game-answer-no .x-box {
  width: 10vw;
  height: 10vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
}

.game-answer-no .x-box img {
  width: 100%;
}

.game-start-interface {
  display: flex;
  align-items: flex-end;
}

.game-box .filter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.9), 70%, transparent);
}

.game-box .ui-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.game-box .ui-wrap .btn {
  border: 0;
  outline: none;
  cursor: pointer;
  background-color: transparent;
}
.game-box .ui-wrap .btn img {
  max-width: 80vw;
}

.snowman {
  width: 100%;
}

.form-box {
  display: none;
}

.no-tail::before,
.no-tail::after {
  display: none !important;
}

@media screen and (max-width: 475px) {
  .game-answer-no .x-box {
    width: 20vw;
    height: 20vw;
  }
}

.tag.tag_loc::before {
  content: "";
  width: 1.3em;
  height: 1.3em;
  display: inline-block;
  transform: translateY(5px);
  background-image: url(../../img/sub06_loc_ico.png);
  background-position: center;
  background-size: contain;
}