@charset "UTF-8";
:root {
  --vh: 1%;
  /* 기본색상 */
  --color-main: #007bfa;
  --color-main-bg: #eef2f3;
  --color-link-apply: #1d9df9;
}
html,
body,
main {
  height: 100%;
  height: calc(var(--vh, 1vh) * 100);
  word-break: keep-all;
}
html,
body {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
  min-width: initial;
}
* {
  font-family: "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", system-ui, sans-serif;
}
section,
.section {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
body {
  background: #EDF3F5;
  position: relative;
  height: auto !important;
  overflow-y: auto;
}
::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera*/
  scrollbar-width: none;
  /* Firefox */
  scroll-behavior: smooth;
}
body.hide {
  overflow: hidden;
  height: calc(var(--vh, 1vh) * 100);
}
section .inner{
  max-width: 844px;
  margin: 0 auto;
}
.theme-default #share{
  background: #DAE6EB;
}

.d-none {
  display: none !important;
}
.inmotion{opacity: 0;transform: translateY(40px); transition: all 0.4s 0.2s;}
.inmotion.play-inmotion{opacity: 1;transform: translateY(0); }
  
/* 컨텐츠 영역 */
/* 컨텐츠 공통 */
/* section-top */
.section-top .inner {
  padding: 0px 20px 40px;
}
.section-top .tit-box {
  margin-bottom: 60px;
  text-align: center;
  transform: translate(0, 0px); /* 최상위에 있을 시 밀려 올라가는거 방지 */
}
.section-top .tit-box .item-money {
  width: 220px;
  height: 160px;
  margin: 15px auto 5px;
}
.section-top .tit-box .tit {
  display: block;
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: 800;
  line-height: normal;
}
.section-top .tit-box .tit strong{
  display: block;
  color: #418FFF;
}
.section-top .tit-box .desc {
  color: #444;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  margin: 20px 0;
  line-height: normal;
}
.section-top .tit-box .date {
  color: #999;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.15px;
}
.list-header{
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 23.87px;
}
.list-header strong{
  color: #007BFA;
}
.item-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.item-list li > div {
  font-size: 15px;
  font-weight: 600;
  line-height: 17.9px;
  white-space: nowrap;
  display: flex;
}
.item-list li > div::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 14px;
  background-color: #fff;
  background-image: var(--item-bgimg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 34px 34px;
}
.item-list .box-inner{
  display: flex;
  flex-direction: column;    justify-content: center;
}
.item-list li .tit {
  display: block;
color: #000;
margin-bottom:8px;
  font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.item-list li .sub {color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;}
.item-list li .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 69px;
  height: 36px;
  padding: 0 10px;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  line-height: 15.51px;
  white-space: nowrap;
  border-radius: 10px;
  background-color: #ffe300;
  box-sizing: border-box;
}
.item-list li .btn-finish {
  color: #777;
  pointer-events: none;
  background: #e5e5e5;
}

/* section1 */
.section1 {
  background: #DAE6EB;
}
.section1 .inner {
  padding: 50px 24px 0;
}
.section1 .tit-box {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}
.section1 .tit-box .fnq {
  display: block;
  background: url('https://og.kakaobank.io/view/70185d31-7d0c-4fad-a3c2-7f463c6696c1') no-repeat;
  width:46px;
  height: 18px;
  background-size: contain;
  text-indent: -999em;
  font-size: 0;
  overflow: hidden;
  margin:0 auto 8px;
}
.section1 .item-box {
  padding: 20px 24px;
  border-radius: 20px;
  background: #fff;
  box-sizing: border-box;
}
.section1 .item-box dt,
.section1 .item-box dd {
  position: relative;
  min-height: 26px;
  padding-left: 35px;
}
.section1 .item-box dt + dd {
  margin-top: 10px;
}
.section1 .item-box dd + dt {
  margin-top: 40px;
}
.section1 .item-box dd + dt::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 35px;
  right: 0;
  height: 1px;
  background: #e7e7e7;
}
.section1 .item-box dt em,
.section1 .item-box dd em {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 9px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: var(--item-icoimg);
}
.section1 .item-box dt span,
.section1 .item-box dd span {
  display: inline-block;
  padding-top: 3px;
  color: var(--span-color);
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}
.section1 .item-box li{
  margin-top:12px;
  color: #2C78C6;
  font-size: 14px;
  font-style: normal;
  line-height: 21px;
}
.section1 .item-box li strong{
  display: block;
  color: #0C60B7;
  margin-bottom: 4px;
  font-weight: 700;
}
.section1 .item-noti p {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}
.section1 .item-noti p span {
  color: var(--color-main);
}

.item-noti {
  padding: 32px 0;
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.item-noti .enabled {
  display: none;
}
.item-noti .disabled {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.item-noti.complete .enabled  {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.item-noti .enabled .link_apply {
 background-color: #DDD;
 color:#222;
 pointer-events: none;
}
.item-noti.complete  .disabled{
  display: none;
}
.item-noti .alarm:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  background: url(https://og.kakaobank.io/view/8b9e709e-9778-4432-a460-b65fc02486a3) no-repeat center / 100%;
  vertical-align: middle;
  margin-right: 4px;
}
.item-noti .enabled:before {
  content: "";
  width: 35px;
  height: 32px;
  background: url(https://og.kakaobank.io/view/0c2e54da-5d33-428b-800e-a19ded0fa9fd) no-repeat center / 100%;
}
.item-noti .link_apply {
  display: inline-flex;
  width: auto;
  padding: 13.5px 16px;
  color: #fff;
  border-radius: 10px;
  background: #333B58;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: auto;
}

@media screen and (min-width: 430px) {
  .item-box ul li br{display: none;}
}
@media screen and (max-width: 767.98px) {
}
@media screen and (max-width: 360.98px) {
  #eventInfo {
    padding: 0 15px;
  }
  .section:not(#eventInfo) .inner {
    padding-right: 0;
    padding-left: 0;
    scale: 0.9;
  }
  .item-list li {
    padding: 12px 0;
  }
  .item-list li > div::before {
    margin-right: 6px;
    width: 36px;
    height: 36px;
    background-size: 64%;
  }
}

.empty-list {
  height: 100vh;
}
#missionContainer.play-inmotion .mission-list{transition: all 0.3s 0.6s;
}

#eventInfo .info-list .dep2 li::before{
  content:none;
  }
  #eventInfo .info-list .indent li{
    content:none;
    text-indent: -10px;
  }
  .tit.inmotion.play-inmotion{transition: all 0.3s 0.3s;}
  .desc.inmotion.play-inmotion{transition: all 0.3s 0.4s;}
  .date.inmotion.play-inmotion{transition: all 0.3s 0.5s;}

