@font-face {
  font-family: "GmarketSans";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff") format("woff"), url(https://image.daedamo.com/web-fonts/GmarketSans/GmarketSansTTFBold.ttf) format("truetype");
  font-weight: 500;
}

/* 대다모피셜 일경우 투표 영역 숨김 */
#view_content {
  display: none;
}
.mw_basic_view_vote {
  display: none;
}
.daedamofficial-wrap.admin + .board-floating-stickerBanner-wrap + .mw_basic_view_content + .mw_basic_view_vote {
  display: block;
}

/* content */
.daedamofficial-wrap .content {
  text-align: center;
  background: #f8f8f8;
  padding: 98px 38px 150px;
}

.daedamofficial-wrap .title-text {
  display: block;
  margin-bottom: 70px;
  font-size: 63px;
  font-weight: normal;
  line-height: 1.2;
  font-family: "GmarketSans";
  letter-spacing: -4px;
}
.daedamofficial-wrap .title-logo {
  width: 23%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.daedamofficial-wrap .title-logo img {
  width: 100%;
}

.daedamofficial-wrap .content-inner {
  margin-top: 160px;
  font-weight: 300;
}
.daedamofficial-wrap .content-inner,
.daedamofficial-wrap .content-inner * {
  font-size: 32px;
}
.daedamofficial-wrap .content-inner p {
  line-height: 1.4;
  margin: 24px 0;
}
.daedamofficial-wrap .content-inner strong {
  line-height: 1.3;
  display: block;
  font-weight: bold;
}

/* event_vote_content.inc.php  custom  */
.daedamofficial-wrap .vote-content-wrap {
  --vote-inner: 45px;
  border: none;
  padding: 0;
}
.daedamofficial-wrap .vote-content-wrap .title {
  display: none;
}
.daedamofficial-wrap .vote-content-wrap .btn-link-more {
  display: none;
}
.daedamofficial-wrap .vote-content-wrap .vote-content {
  height: 90px;
}
.daedamofficial-wrap .vote-content-wrap .vote-content .tooltip-wrap {
  bottom: -54%;
  font-size: 25px;
  border-radius: 36px;
  padding: 13px 25px;
}
.daedamofficial-wrap .vote-content-wrap .vote-content .tooltip-wrap img {
  width: 35px;
}
.daedamofficial-wrap .vote-content-wrap .vote-content .tooltip-wrap:after {
  /* border-left: 1vw solid transparent;
  border-right: 1vw solid transparent;
  border-bottom: 1.6vw solid #ff9801; */
}
.daedamofficial-wrap .vote-content-wrap .vote-content .vote-inner p {
  font-size: 48px;
}
.daedamofficial-wrap .vote-content-wrap .vote-content .vote-left .vote-inner p {
  margin-right: 6px;
}
.daedamofficial-wrap .vote-content-wrap .vote-content .vote-right .vote-inner p {
  margin-left: 6px;
}
.daedamofficial-wrap .vote-content-wrap .vote-content .center-icon {
  width: 92px;
  height: 120px;
}
.daedamofficial-wrap .vote-content-wrap .vote-content .center-icon img {
  width: 100%;
}

.daedamofficial-wrap .vote-content-wrap .vote-content .vote-left.on::after,
.daedamofficial-wrap .vote-content-wrap .vote-content .vote-left:hover::after {
  left: -19px;
}
.daedamofficial-wrap .vote-content-wrap .vote-content .vote-right.on::after,
.daedamofficial-wrap .vote-content-wrap .vote-content .vote-right:hover::after {
  right: -19px;
}

/* 참여 경품 */
.daedamofficial-wrap .present-wrap {
  position: relative;
  padding: 166px 0;

  background: var(--main-primary-color);
  text-align: center;
  color: #fff;
}
.daedamofficial-wrap .present-wrap .title-text {
  font-size: 53px;
  margin-bottom: 40px;
  line-height: 1;
  color: var(--sub-color2);
}
.daedamofficial-wrap .present-wrap .title-text + p {
  font-size: 33px;
  margin-bottom: 100px;
}
.daedamofficial-wrap .present-wrap .item-lists {
  margin-bottom: 90px;
  padding: 0 44px;
}
.daedamofficial-wrap .present-wrap .item-lists + p {
  font-size: 20px;
  opacity: 0.5;
  font-weight: lighter;
}
.daedamofficial-wrap .present-wrap .item-lists li img {
  width: 360px;
  position: relative;
  left: -8%;
}
.daedamofficial-wrap .present-wrap .item-lists li p {
  font-size: 26px;
  margin: 26px 0;
  font-family: "GmarketSans";
  line-height: 1;
}
.daedamofficial-wrap .present-wrap .item-lists li:nth-child(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.daedamofficial-wrap .present-wrap .item-lists li:nth-child(1) div {
  width: 47%;
}
.daedamofficial-wrap .present-wrap .item-lists li:nth-child(2) img {
  left: -3%;
}
.daedamofficial-wrap .present-wrap .item-lists li:nth-child(2) span {
  display: block;
  font-size: 20px;
  font-weight: lighter;
  line-height: 1.4;
}
/* .daedamofficial-wrap .present-wrap .item-lists li:nth-child(1) img {
}
.daedamofficial-wrap .present-wrap .item-lists li:nth-child(1) img:nth-child(2) {
  position: absolute;
  left: auto;
  right: -4%;
}
.daedamofficial-wrap .present-wrap .item-lists li:nth-child(1).on img:nth-child(1) {
  animation: trans-LR 0.6s both;
}
.daedamofficial-wrap .present-wrap .item-lists li:nth-child(1).on img:nth-child(2) {
  animation: trans-LR 0.6s 0.2s both;
}
.daedamofficial-wrap .present-wrap .item-lists li:nth-child(2).on img:nth-child(1) {
  animation: trans-LR 0.6s 0.3s both;
}

@keyframes trans-LR {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.02) translateX(-30%);
    -ms-transform: scale(1.02) translateX(-30%);
    transform: scale(1.02) translateX(-30%);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
  }
} */

.daedamofficial-wrap .period-wrap {
  padding: 80px 74px;
  background: #000;
  color: #fff;
  font-size: 30px;
}
.daedamofficial-wrap .period-wrap p:not(:last-child) {
  margin-bottom: 26px;
}

/* -----------------------------------------------------------
  ------ mobile ------
--------------------------------------------------------------  */
.mobile .daedamofficial-wrap .content {
  padding: 12vw 4.6vw 17vw;
}
.mobile .daedamofficial-wrap .title-logo {
  margin-bottom: 9vw;
}
.mobile .daedamofficial-wrap .title-text {
  font-size: 7.6vw;
  margin-bottom: 9vw;
  letter-spacing: -0.4vw;
}
.mobile .daedamofficial-wrap .vote-content-wrap {
  padding: 0 1vw;
}
.mobile .daedamofficial-wrap .content-inner {
  margin-top: 17vw;
}

.mobile .daedamofficial-wrap .content-inner,
.mobile .daedamofficial-wrap .content-inner * {
  font-size: 4vw;
}
.mobile .daedamofficial-wrap .content-inner p {
  margin: 3.5vw 0;
}
.mobile .daedamofficial-wrap .vote-content-wrap .vote-content {
  height: 12vw;
}

.mobile .daedamofficial-wrap .vote-content-wrap .vote-content .center-icon {
  width: 11vw;
  height: 14vw;
}

.mobile .daedamofficial-wrap .vote-content-wrap .vote-content .tooltip-wrap {
  bottom: -44%;
  font-size: 3vw;
  border-radius: 36px;
  padding: 1.6vw 4.444vw;
}
.mobile .daedamofficial-wrap .vote-content-wrap .vote-content .tooltip-wrap img {
  width: 3.5vw;
}

.mobile .daedamofficial-wrap .vote-content-wrap .vote-content .vote-inner span {
  font-size: 3vw;
}

.mobile .daedamofficial-wrap .vote-content-wrap .vote-content .vote-left.on::after,
.mobile .daedamofficial-wrap .vote-content-wrap .vote-content .vote-left:hover::after {
  left: -2.8vw;
}
.mobile .daedamofficial-wrap .vote-content-wrap .vote-content .vote-right.on::after,
.mobile .daedamofficial-wrap .vote-content-wrap .vote-content .vote-right:hover::after {
  right: -2.8vw;
}
.mobile .daedamofficial-wrap .vote-content-wrap .vote-content .vote-inner p {
  font-size: 6vw;
}
.mobile .daedamofficial-wrap .vote-content-wrap {
  --vote-inner: 6.5vw;
}

/* 참여 경품 */
.mobile .daedamofficial-wrap .present-wrap {
  padding: 20vw 0;
}
.mobile .daedamofficial-wrap .present-wrap .title-text {
  font-size: 6.4vw;
  margin-bottom: 6vw;
}
.mobile .daedamofficial-wrap .present-wrap .title-text + p {
  font-size: 4vw;
  margin-bottom: 12.5vw;
}
.mobile .daedamofficial-wrap .present-wrap .item-lists {
  margin-bottom: 11.2vw;
  padding: 0 7.2vw;
}
.mobile .daedamofficial-wrap .present-wrap .item-lists li img {
  width: 107%;
  left: -8%;
}
.mobile .daedamofficial-wrap .present-wrap .item-lists li p {
  font-size: 3.2vw;
  margin: 3.2vw 0;
}
.mobile .daedamofficial-wrap .present-wrap .item-lists li:nth-child(1) {
  margin-bottom: 7.7vw;
}
.mobile .daedamofficial-wrap .present-wrap .item-lists li:nth-child(1) div {
  width: 47%;
}
.mobile .daedamofficial-wrap .present-wrap .item-lists li:nth-child(2) img {
  width: 44.8vw;
  left: -2%;
}
.mobile .daedamofficial-wrap .present-wrap .item-lists li:nth-child(2) span {
  font-size: 2.4vw;
}
.mobile .daedamofficial-wrap .present-wrap .item-lists + p {
  font-size: 2.4vw;
}

.mobile .daedamofficial-wrap .period-wrap {
  padding: 9.6vw 9vw;
  font-size: 4vw;
}
.mobile .daedamofficial-wrap .period-wrap p:not(:last-child) {
  margin-bottom: 4vw;
}
