@charset "utf-8";
* {
  font-family: 'Pretendard', 'Apple SD Gothic Neo', 'Malgun Gothic', '맑은 고딕', system-ui, sans-serif;
}
section {
  padding: 91px 0;
}
.p_wrap.p_puzzle .img_g {
  display: block;
  width: 100%
}
.p_puzzle .img_center {
  display: block;
  margin: 0 auto
}
.p_puzzle {
  overflow: hidden;
  background: #BCD7F0;
}
.p_puzzle .p_cont .title, .section_share .title {
  display: block;
  color: #313949;
  font-size: 28px;
  font-weight: 800;
  line-height: 26px;
  text-align: center;
  margin-bottom: 13px;
}
.p_puzzle .p_cont .desc {
  color: #576173;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  display: block;
  width: 100%;
  padding: 0 0 28px;
}
.p_puzzle .p_cont .desc b {
  color: #B1BED6;
  font-weight: 600;
  display: inline-block;
  padding: 0 5px;
}
.p_puzzle .img_g {
  max-width: 305px;
  margin: 0 auto;
}
.p_puzzle [class*=section_] {
  min-width: 320px;
  margin: 0 auto;
  box-sizing: border-box
}
.p_puzzle [class*=box_] {
  width: 305px;
  margin: 0 auto;
  border-radius: 25px;
  background-color: #fff;
  box-sizing: border-box
}
.p_puzzle .section_intro {
  position: relative;
  max-width: none;
  display: flex;
  justify-items: center;
  align-items: center;
  min-width: auto;
  padding: 61px 0 50px;
}
.p_puzzle .section_intro .kv {
  position: relative;
  height: 250px;
  width: 275px;
  position: relative;
  margin: 0 auto;
}
.kv .wrap_puzzle {
  width: 288px;
  height: 175px;
  position: relative;
  margin: 0 auto;
}
.ready .kv .obj {
  opacity: 0;
  transform: translateY(10px);
  animation: none;
}
.kv .title {
  width: 245px;
  height: 26px;
  display: block;
  margin: 0 auto 10px;
  opacity: 1;
  transform: translateY(0);
  transition: all .3s;
}
.kv .puzzle1 {
  width: 181px;
  height: 166px;
  background: url(https://og.kakaobank.io/view/5f06d45c-0662-4098-a074-9e57f021ad44) no-repeat;
  background-size: contain;
  position: absolute;
  left: -12px;
  opacity: 1;
  display: block;
  transform: rotate(0deg);
  transition: opacity 0.3s 0.2s;
  animation: ticktok1 1s .7s forwards;
}
.kv .puzzle2 {
  width: 151px;
  height: 167px;
  position: absolute;
  right: 10px;
  bottom: -5px;
  opacity: 1;
  background: url(https://og.kakaobank.io/view/02eeb862-84c5-4254-9f09-e8f09d9f31bd) no-repeat;
  background-size: contain;
  transform: rotate(0deg);
  transition: opacity 0.3s 0.3s;
  animation: ticktok2 1s .7s forwards;
  display: block;
}
.kv .badge {
  display: block;
  width: 177px;
  height: 65px;
  background: url(https://og.kakaobank.io/view/fe724708-65aa-4596-aee3-53f877de37cc) no-repeat;
  background-size: contain;
  margin: 0 auto 0;
  opacity: 1;
  transform: translateY(-30px);
  transition: all .3s .3s;
}
.p_puzzle .section_intro.load {
  position: relative;
  max-width: none;
  height: 238px;
  padding: 61px 0 50px;
}
.p_puzzle .section_intro .img_intro {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -210px
}
.p_puzzle .section_puzzle {
  width: 275px;
  padding: 0;
  min-width: auto;
}
.p_puzzle .order .section_puzzle {
  padding: 91px 0;
}
.p_puzzle .section_puzzle .wrap_puzzle {
  overflow: hidden;
  position: relative;
  border-radius: 21px
}
.p_puzzle .section_puzzle .box_puzzle {
  width: 273px;
  padding: 16px 13px 23px 14px;
  border-radius: 31px;
  box-sizing: border-box
}
.p_puzzle .section_puzzle .box_puzzle .wrap_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 7px 0 8px
}
.p_puzzle .section_puzzle .box_puzzle .tit_week {
  font-size: 18px;
  line-height: 26px
}
.p_puzzle .section_puzzle .box_puzzle .week_info {
  display: flex;
  flex-direction: column;
}
.p_puzzle .section_puzzle .box_puzzle .date {
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  margin-top: 2px;
  color: #9aa1ab
}
.p_puzzle .section_puzzle .badge_situation, .section_puzzle .type_reward {
  display: block;
  padding: 0 14px;
  border-radius: 18px;
  font-size: 15px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff;
  background-color: #F8B73D
}
.p_puzzle .section_puzzle .badge_situation.type_lock {
  color: #aeaeae;
  background-color: #f0f0f0
}
.p_puzzle .section_puzzle .badge_situation.type_win,
.p_puzzle .section_puzzle .badge_situation.type_lose {
  background-color: #63A2FF
}
.p_puzzle .section_puzzle .badge_situation.type_gift {
  background-color: #FF7269
}
.p_puzzle .section_puzzle .badge_situation.type_incomplete {
  background-color: #B3B3B3
}
.p_puzzle .section_puzzle .badge_situation.type_reward {
  background-color: #FF8E9C
}
.p_puzzle .section_puzzle .type_reward .ico_arrow {
  display: inline-block;
  margin: 12px 0 0 4px;
  vertical-align: top;
  image-orientation: none;
  background: url(https://og.kakaobank.io/view/31d02696-5f1a-4764-8246-e53fc761a7c7) no-repeat;
  width: 7px;
  height: 11px;
  background-size: contain;
}
.swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  margin: 25px auto;
  width: 275px;
}
.swiper-pagination-bullet {
  margin: 0 4px;
  width: 10px;
  opacity: 1;
  height: 10px;
  border-radius: 5px;
  font-size: 1px;
  line-height: 0;
  color: transparent;
  background-color: #ffffff
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FB7676
}
.p_puzzle .order_group {
  display: flex;
  flex-direction: column;
  margin: 0 auto 74px;
  opacity: 0;
  transition: opacity .5s;
}
.p_puzzle .order_group.active {
  opacity: 1;
  transition: opacity .5s;
}
.p_puzzle .order_group.finish {
  opacity: 1;
}
.p_puzzle .order_group.finish .section_puzzle {
  display: none;
}
.p_puzzle .order_group.finish .section_situation {
  order: 1;
  padding-top: 34px
}
.p_puzzle .order_group.order {
  display: flex;
  flex-direction: column;
  margin: 0 auto
}
.p_puzzle .order_group.order .section_puzzle {
  order: 2;
}
.p_puzzle .order_group.order .section_situation {
  order: 1;
  padding-top: 34px
}
.p_puzzle .section_situation {
  padding: 123px 0 0;
}
.p_puzzle .section_situation .tit_situation {
  display: block;
  font-size: 22px;
  line-height: 26px;
  color: #576173;
  text-align: center
}
.p_puzzle .section_situation .title {
  margin-bottom: 16px;
  line-height: 26px;
}
.p_puzzle .section_situation .desc {
  color: #576173;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
}
.p_puzzle .section_situation .num_situation {
  display: inline-block;
  margin-left: 9px;
  color: #63A2FF;
  vertical-align: top
}
.p_puzzle .section_situation .box_situation {
  overflow: hidden;
  position: relative;
  min-height: 467px;
  padding: 35px 25px 48px;
  border-radius: 19px
}
.p_puzzle .box_situation .list_situation {
  margin: 25px 0 9px;
  display: flex;
  flex-wrap: wrap
}
.p_puzzle .box_situation .list_situation li {
  width: 111px;
  padding: 8px
}
.p_puzzle .box_situation .area_situation {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 10px;
}
.p_puzzle .box_situation .wrap_accumulate {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding: 24px 26px 24px;
  border-radius: 19px;
  background-color: #66BAFF
}
.p_puzzle .order .wrap_accumulate {
  display: none;
}
.p_puzzle .wrap_accumulate {
  font-size: 18px;
  line-height: 26px;
  color: #fff
}
.p_puzzle #winnerGift {
  display: none;
  background: #FF6B7C;
}
.p_puzzle #winnerGift .num_accumulate {
  color: #FFEEB1;
}
.p_puzzle .wrap_accumulate .num_accumulate {
  color: #FFEF9D;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: right;
}
.p_puzzle .wrap_accumulate .num_accumulate.thaus {
  font-size: 17px;
}
.p_puzzle .section_situation .img_situation, .p_puzzle .section_situation .wrap_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}
.p_puzzle .section_situation .img_situation {
  display: block
}
.p_puzzle .section_situation .wrap_layer .link_apply {
  position: absolute;
  left: 5%;
  right: 0;
  bottom: 92px;
  height: 60px;
  width: 90%;
}
.p_puzzle .section_situation .wrap_layer .link_apply+.link_apply {
  bottom: 28px;
}
.section_situation .ap_title {
  display: block;
  margin: 181px auto 20px;
  color: #FFF;
  text-align: center;
  font-size: 23px;
  font-weight: 800;
  line-height: 31px;
}
.pc .section_situation .ap_title {
  margin: 220px auto 20px;
}
.section_situation .type_app {
  overflow: hidden;
  width: 100%;
  height: 480px;
  position: absolute;
  background: rgba(17, 28, 44, 0.90);
}
.p_puzzle .section_situation .type_app .link_apply {
  color: #FFDB3F;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  bottom: 168px;
  right: initial;
  top: initial;
}
.p_puzzle .section_info, .p_puzzle .section_how {
  background-color: #E5F3FF;
  padding-bottom: 0;
}
.p_puzzle .wrap_notice .title {
  margin-bottom: 13px;
  ;
}
.p_puzzle .section_info .wrap_howto {
  padding: 91px 0;
}
.p_puzzle .section_how .box_how {
  padding: 58px 37px 39px 36px
}
.p_puzzle .section_share {
  padding: 121px 0 0;
}
.p_puzzle .section_share .title {
  margin-bottom: 26px;
  line-height: 41px;
}
.p_puzzle .section_share .img_wrap {
  position: relative;
  width: 305px;
  margin: 0 auto;
}
.p_puzzle .section_share .img_shine {
  display: block;
  position: absolute;
  top: 144px;
  left: 32px;
  background: url(https://og.kakaobank.io/view/d3a582dd-51b0-40f1-bbe6-469dcb2c9d89);
  width: 22px;
  height: 25px;
  background-size: contain;
  animation: ticktok3 1s infinite;
}
.p_puzzle .section_share .img_shine+.img_shine {
  background: url(https://og.kakaobank.io/view/d3a582dd-51b0-40f1-bbe6-469dcb2c9d89);
  position: absolute;
  top: 64px;
  right: 37px;
  left: initial;
  width: 22px;
  height: 25px;
  background-size: contain;
  animation: ticktok4 1s .4s infinite;
}
.popups {
  opacity: 0;
}
.popups.on {
  opacity: 1
}
.layer_comm.layer_prm {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
}
.layer_comm .bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.55)
}
.layer_prm .inner_layer {
  overflow: hidden;
  width: 305px;
  padding: 40px 14px 14px;
  border-radius: 20px;
  background-color: #fff;
  box-sizing: border-box
}
.layer_prm .desc_alert {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.025em;
  color: #000;
  text-align: center
}
.layer_prm .desc_sub {
  display: block;
  margin-top: 20px;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.067em;
  font-weight: normal;
  color: #333;
  text-align: center
}
.layer_prm .btn_confirm {
  display: block;
  width: 100%;
  margin-top: 35px;
  border-radius: 10px;
  font-size: 20px;
  line-height: 60px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  background-color: #83C3FF
}
#eventInfo {
  padding: 0 30px;
  background: #F1F1F1;
}
#share .share-btn {
  background: none;
  padding: 0
}
#share .share-btn .btn {
  color: #333
}
#share .share-btn .btn:active {
  text-decoration: none;
}
.accordion-block {
  border-top: 2px solid #333333;
}
.accordion-block .accordion-btn .icon-plus svg {
  stroke: #333333;
}
@keyframes ticktok1 {
  0% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes ticktok2 {
  0% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes ticktok3 {
  0% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(20deg);
  }
  50% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes ticktok4 {
  0% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(0);
  }
}
#alarmWrapper .btn {
  display: block;
  color: #FFF;
  font-size: 17px;
  font-weight: 700;
  width: 247px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 18px;
  background: #66BAFF;
  margin: 33px auto 19px;
}
#alarmWrapper .btn.done {
  background: #ADB4BD;
}
#alarmWrapper .accordion-btn .title {
  color: #576173;
  font-size: 14px;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}
#alarmWrapper .accordion-btn svg {
  vertical-align: middle;
  transition: transform .5s;
  transform: rotate(180deg)
}
#alarmWrapper .accordion-btn.is-active svg {
  vertical-align: middle;
  transition: transform .5s;
  transform: rotate(0)
}
#alarmWrapper .accordion-block {
  border: none;
  padding: 0;
}
#alarmWrapper .accordion-content {
  background: #F6FBFF;
  padding: 24px 36px;
  color: #A1A6B0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.037px;
  /* 150.266% */
}
#alarmWrapper .accordion-content strong {
  color: #576173;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.037px;
  /* 150.266% */
}
#alarmWrapper .info-list {
  word-break: keep-all;
}
#alarmWrapper .info-list li {
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  line-height: 26px;
}
#alarmWrapper .info-list li::before {
  /*content: "・";*/
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #A1A6B0;
  border-radius: 50%;
}
#animContainer {
  background: url(https://og.kakaobank.io/view/85072395-a194-492b-ad7f-d9fa2a80beaa);
  background-size: contain;
  width: 157px;
  height: 99px;
  display: block;
  margin: 0 auto 20px;
}
.info-list .puzzle_alim {
  font-weight: 800;
  text-decoration: underline;
}