.event_wrap{
 font-family:"Pretendard Variable";  
}
.event_wrap .inner {width:750px;} /* 최소 750px */
.event_wrap .wide_inner{
  width:1200px;
}
/* background */
.event_wrap .bg_01 {
  overflow: hidden;
	padding-bottom: 82px;
	background: #15A6FF url(https://contents.kyobobook.co.kr/pmtn/2025/book/250919_funding/bnO_bg_01/background.jpg) 50% 0 no-repeat;
  background-size: cover;
  box-sizing: content-box;
}
.event_wrap .e_nav{
  padding-top: 12px;
	height: 54px;
	background-color: #fff;
}
.event_wrap .bg_02 {
  padding: 84px 0 90px;
  background-color:#FFEFD8;
}
.event_wrap .bg_03 {
  padding: 70px 0 60px;
  background: #fff url(https://contents.kyobobook.co.kr/pmtn/2025/book/250919_funding/bnO_bg_03/background.jpg) 50% 0 no-repeat;
  background-size: cover;
}
.event_wrap .bg_04 {
  padding: 100px 0 18px;
  background-color: #FFF3C4;
}
.event_wrap .bg_05 {
  padding: 98px 0 80px;
  background-color: #DDE8FF;
}
.event_wrap .bg_06 {
  height: 110px;
  background: #5851FB url(https://contents.kyobobook.co.kr/pmtn/2025/book/250919_funding/bnO_bg_06/background.jpg) 50% 0 no-repeat;
  background-size: cover;
}

/* bg_01 */
.event_wrap .bg_01 .wide_inner{
  overflow: visible;
}
/* animation */
.event_wrap #canvasOne{
  position: absolute;
  top: 0;
}

/* e_ani_wrap */
.event_wrap .e_ani_wrap{
  margin: 116px auto 0;
  height: 525px;
  text-align: center;
  position: relative;
}

  .e_ani_wrap .e_cake{
    width: 529px;
    position: absolute;
    left: 328px;
    top: 0;
    z-index: 3;
    animation: fadeIn 1s linear;
  }
  .e_ani_wrap .e_cake img{
    width: 100%;
  }

  .e_ani_wrap .e_title{
    position: relative;
    margin: 0 auto;
    width: 710px;
    padding-top: 390px;
    z-index: 4;
    animation: slideup 0.5s linear forwards;
  }

  .e_ani_wrap .e_confetti{
    position: absolute;
    opacity: 0;
    top: -75px;
    left: 123px;
    width: 820px;
    z-index: 2;
    animation: bounceIn 1s 1s linear forwards , flash 9s 2.5s linear infinite;
  }
  .e_ani_wrap .e_frame{
    opacity: 0;
    position: absolute;
    top: -62px;
    left: 510px;
    width: 175px;
    animation: fadeIn 3s 2s linear infinite , bounceOut 3s 2s linear infinite;
  }

.event_wrap .e_sub_title{
  margin-top: 28px;
  opacity: 0;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 134%;
  letter-spacing: -0.96px;
  animation: slideup 0.5s 0.2s linear forwards;
}
.event_wrap .e_sub_title>span{
  display: block;
  margin-top: 10px;
}

/* e_deco_container */
.event_wrap .e_deco_container{
  position: absolute;
  width: 1200px;
  height: 508px;
  top: 0;
}
.e_deco_container .e_deco_wrap{
  position: relative;
  width: 100%;
  height: 100%;
}
.e_deco_container .e_deco_wrap .e_cloud_01{
  opacity: 0;
  position: absolute;
  left: 330px;
  top: -50px;
  width: 130px;
  animation: bounceInDown 2s 0.2s linear , bounce01 3s 2.5s ease-in-out infinite, opacity_ani 2s 0.2s ease forwards;
}
.e_deco_container .e_deco_wrap .e_star_01{
  opacity: 0;
  position: absolute;
  left: 430px;
  top: -15px;
  width: 65px;
  animation: bounceInDown 2.5s 0.2s linear , bounce02 4s 3s ease-in-out infinite , opacity_ani 2s 0.2s ease forwards ;
}
.e_deco_container .e_deco_wrap .e_cloud_02{
  position: absolute;
  top: 250px;
  left: 96px;
  width: 182px;
  animation: bounceInDown 2s linear , bounce01 3.5s 2s ease-in-out infinite;
}
.e_deco_container .e_deco_wrap .e_star_02{
  position: absolute;
  top: 325px;
  left: 230px;
  width: 63px;
  animation: bounceInDown 2.5s linear , bounce02 2.5s 2s ease-in-out infinite;
}

.e_deco_container .e_deco_wrap .e_cloud_03{
  opacity: 0;
  position: absolute;
  top: 100px;
  right: 140px;
  width: 308px;
  animation: bounceInDown 2.5s 0.1s linear , bounce02 3s 3s ease-in-out infinite , opacity_ani 2s 0.1s ease forwards ;
}
.e_deco_container .e_deco_wrap .e_star_03{
  opacity: 0;
  position: absolute;
  top: 90px;
  right: 330px;
  width: 42px;
  animation: bounceInDown 3s 0.1s linear , bounce01 3s 3s ease-in-out infinite , opacity_ani 2s 0.1s ease forwards ;
}
.e_deco_container .e_deco_wrap .e_star_04{
  opacity: 0;
  position: absolute;
  top: 248px;
  right: 130px;
  width: 52px;
  animation: bounceInDown 3.5s 0.1s linear , bounce02 2s 3s ease-in-out infinite , opacity_ani 2s 0.1s ease forwards ;
}

@keyframes slideup {
  0%{
	transform: translateZ(-150px) translateY(60px);
	opacity: 0;
  }
  100%{
	transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

@keyframes bounce01 {
  0%{
	transform: translateY(0px);
  }
  50%{
	transform: translateY(-20px);
  }
  100%{
	transform: translateY(0px);
  }
}

@keyframes bounce02 {
  0%{
	transform: translateY(0px);
  }
  50%{
	transform: translateY(20px);
  }
  100%{
	transform: translateY(0px);
  }
}

@keyframes opacity_ani {
  0%{
	opacity: 0;
  }
  100%{
	opacity: 1;
  }
}

/* e_nav */
/* e_tab */
.e_nav .sps.sps_scroll_fixed{
	/* position: relative; */
	background-color: #fff;
}
.e_nav .sps.sps_scroll_fixed.sps-abv{
	position: relative;
}
.e_nav .sps.sps_scroll_fixed.sps-abv.sps-blw{
	position: fixed;
}
.e_nav .e_tab{
	margin-top: 16px;
	position: relative;
	background-color: #fff;
	margin: 0 auto;
	width: 750px;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.e_nav .e_tab>li{
  position: relative;
	width: 33.33%;
	height: 54px;
	cursor: pointer;
	border-radius: 20px 20px 0px 0px;
	font-size:22px; 
	line-height: 54px; 
	font-family: 'Noto Sans KR', sans-serif;
	text-align:center;
	transition: all 0.2s linear;
	box-sizing: border-box;
	color: #595959;
	background-color: #F1F1F5;
  border-top: 1px solid #CACFEA;
  border-right: 1px solid #CACFEA;
  border-left: 1px solid #CACFEA;
  box-sizing: border-box;
}
.e_nav .e_tab>li.on{
	color: #000;
	font-weight: 700;
}
.e_nav .e_tab>li:nth-child(1).on{
	background-color: #FFEFD8;
  border-top: 1px solid #D2BFA6;
  border-right: 1px solid #D2BFA6;
  border-left: 1px solid #D2BFA6;
}
.e_nav .e_tab>li:nth-child(2).on{
	background-color: #FFC7E6;
  border-top: 1px solid #E693C1;
  border-right: 1px solid #E693C1;
  border-left: 1px solid #E693C1;
}
.e_nav .e_tab>li:nth-child(3).on{
	background-color: #FFEDA3;
  border-top: 1px solid #E0C868;
  border-right: 1px solid #E0C868;
  border-left: 1px solid #E0C868;
}
.e_nav .e_tab>li:nth-child(4).on{
	background-color: #9CAED3;
  border-top: 1px solid #9CAED3;
  border-right: 1px solid #9CAED3;
  border-left: 1px solid #9CAED3;
}
/* bg_02 */
.event_wrap .e_title_s02{
  margin: 0 auto 6px;
  width: 355px;
}
.event_wrap .e_choice_container{
  margin: 0 auto;
  position: relative;
  width: 676px;
  height: 875px;
  background: url(https://contents.kyobobook.co.kr/pmtn/2025/book/250919_funding/bnO_bg_02/choice_bg.png) 50% no-repeat;
  background-size: cover;
}
  .e_choice_container .e_choice{
    display: block;
  }
  .e_choice_container .e_choice>div{
    transition: all 0.2s linear;
  }
  .e_choice_container .e_choice>div:hover{
    transform: scale(1.05);
  }
  .e_choice_container .e_choice img{
    display: block;
  }
  .e_choice_container .e_choice_01{
    position: absolute;
    top: 200px;
    left: 10px;
    transform: rotate(-30deg);
    z-index: 1;
    width: 274px;
  }
  .e_choice_container .e_choice_02{
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 2;
    width: 343px;
  }
  .e_choice_container .e_choice_03{
    position: absolute;
    top: 20px;
    left: 42px;
    z-index: 3;
    width: 299px;
  }
  .e_choice_container .e_choice_04{
    position: absolute;
    bottom: 20px;
    right: 42px;
    z-index: 4;
    width: 333px;
  }
  .e_choice_container .e_choice_05{
    position: absolute;
    bottom: 100px;
    left: 30px;
    z-index: 5;
    width: 339px;
    transform: rotate(10deg);
  }
  .e_choice_container .e_choice_06{
    position: absolute;
    top: 315px;
    right: 40px;
    z-index: 6;
    width: 278px;
  }

.event_wrap .e_min_sub{
  margin-top: 10px;
  color: #8E8E8E;
  font-size: 24px;
  font-weight: 400;
  line-height: 134%;
  letter-spacing: -0.48px;
  text-align: center;
}
/* bg_03 */
.event_wrap .e_title_s03{
  margin: 0 auto 56px;
  width: 446px;
}
.event_wrap .e_roulette_container{
  margin: 0 auto;
  position: relative;
  width: 737px;
}
  .e_roulette_container .e_roulette_btn{
    position: absolute;
    display: inline-block;
    width: 270px;
    height: 270px;
    top: 221px;
    left: 233px;
    cursor: pointer;
    transition: all 0.2s linear;
  }
  .e_roulette_container .e_roulette_btn:hover{
    transform: scale(1.05);
  }
  .e_roulette_container .e_roulette_darts{
    position: absolute;
    top: -46px;
    left: 318px;
    animation: swing 3s linear infinite;
    z-index: 2;
  }
.etoggle_container .etoggle_btn{
  display: flex;
  margin: 47px auto 0;
  padding: 18px 50px;
  justify-content: space-between;
  align-items: center;
  width: 670px;
  height: 94px;
  background-color: #F4F4F4;
  box-sizing: border-box;
  border-radius: 16px;
  cursor: pointer;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.7px;
}
.etoggle_container .etoggle_btn>span{
  display: inline-block;
}
.etoggle_container .etoggle_btn>span.ico{
  width: 38px;
  height: 38px;
  background: url(https://contents.kyobobook.co.kr/pmtn/2025/book/250919_funding/bnO_bg_03/toggle_off.png) 50% no-repeat;
  transition: all 0.4s linear;
}
.etoggle_container .etoggle_btn.on>span.ico{
  transform: rotate(-180deg);
  background: url(https://contents.kyobobook.co.kr/pmtn/2025/book/250919_funding/bnO_bg_03/toggle_on.png) 50% no-repeat;
}

/* notice */
.e_notice{
  width: 670px;
  padding: 50px 0;
}
.e_notice ul{
  padding: 0;
}
.e_notice p, .e_notice ul li{color:#767676;}
.e_notice ul li strong{color: #000;}
.e_notice ul li:before{background-color:#767676;}

.event_wrap .e_auth_btn{
  display: block;
  position: relative;
  margin: 104px auto 0;
  width: 670px;
  height: 88px;
  border-radius: 16px;
  background: #FD55B4;
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 88px;
  letter-spacing: -0.7px;
  transition: all 0.2s linear;
}
.event_wrap .e_auth_btn::before{
  display: block;
  position: absolute;
  content: '';
  top: -60px;
  left: 140px;
  /* inset: 0; */
  width: 388px;
  height: 73px;
  background: url(https://contents.kyobobook.co.kr/pmtn/2025/book/250919_funding/bnO_bg_03/bubble.png) 50% no-repeat;
  animation: bounce01 3.5s ease-in-out infinite;
}
.event_wrap .e_auth_btn:hover{
  transform: scale(1.05);
}
/* bg_04 */
.event_wrap .e_title_s04{
  margin: 0 auto 30px;
  width: 397px;
}
/* bg_05 */
.event_wrap .e_title_s05{
  margin: 0 auto 40px;
  width: 362px;
}

/* e_calendar_wrap */
.event_wrap .e_calendar_wrap{
	position: relative;
	margin: 60px auto 0;
	padding: 50px 0;
	width: 670px;
	border-radius: 20px;
	background-color: #fff;
}
.event_wrap .e_calendar_wrap.animate .e_calendar_list>li:nth-child(1){
	animation: headShake 1.1s ease forwards;
}
.event_wrap .e_calendar_wrap.animate .e_calendar_list>li:nth-child(6){
	animation: headShake 1.2s 1s ease forwards;
}
.event_wrap .e_calendar_wrap.animate .e_calendar_list>li:nth-child(7){
	animation: headShake 1.2s 1.8s ease forwards;
}
.event_wrap .e_calendar_wrap.animate .e_calendar_list>li:nth-child(8){
	animation: headShake 1.2s 2s ease forwards;
}

.e_calendar_wrap .e_calendar_list{
	position: relative;
	display: flex;
	width: 530px;
	margin: 0 auto;
	flex-wrap: wrap;
	gap: 36px 22px;
	z-index: 2;
}
.e_calendar_wrap .e_calendar_list>li{
	width: 160px;
}

/* e_calender_line */
.e_calendar_wrap .e_calender_line{
	position: absolute;
	top: 106px;
	left: 0;
	width: 627px;
	height: 837px;
}
@keyframes drawLineLoop {
  0% {
    stroke-dashoffset: 10000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.e_calender_line path {
  stroke: #B6CDFB;
  stroke-width: 20;
  fill: none;
  stroke-dasharray: 10000;
  stroke-dashoffset: 10000;
}

.e_calendar_wrap.animate .e_calender_line path {
  animation: drawLineLoop 10s linear forwards;
}

.event_wrap .e_list_sub{
  margin: 30px auto 0;
  color: #5875B2;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.48px;
}

/* bg_06 */
.event_wrap .e_funding_map{
  display: flex;
  margin: 0 auto;
  align-items: center;
  width: 370px;
  height: 110px;
}

/* e_pop */
.event_wrap .e_pop{
  display: none;
  position: fixed;
  padding: 42px;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  width: 570px;
  background-color: #fff;
  border-radius: 40px;
  box-sizing: border-box;
  z-index: 1000;
}
.event_wrap .e_pop.open{
  display: block;
}
  .e_pop .epop_title_wrap{
    position: relative;
  }
  .e_pop .epop_title_wrap>span{
    display: inline-block;
  }
  .e_pop .epop_title_wrap>span.epop_title{
    display: block;
    margin: 0 auto;
    width: 480px;
  }
  .e_pop .epop_title_wrap>span.epop_title img{
    display: block;
    width: 100%;
  }
  .e_pop .epop_title_wrap>span.close_ico{
    position: absolute;
    top: -6px;
    right: 0;
    width: 56px;
    height: 56px;
    background: url(https://contents.kyobobook.co.kr/pmtn/2025/book/250919_funding/bnO_pop/x_box.png) 50% no-repeat;
    background-size: cover;
    cursor: pointer;
  }
  .e_pop .epop_topic{
    margin-top: 30px;
    border-radius: 10px;
    border: 1px solid var(--Grayscale-gray-300, #EAEAEA);
    background: var(--Grayscale-gray-100, #F7F7F7);
    display: flex;
    height: 70px;
    padding: 13px 40px;
    align-items: center;
    gap: 20px;
    box-sizing: border-box;
  }
  .e_pop .epop_topic>span{
    display: inline-block;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
    letter-spacing: -0.48px;
  }
  .e_pop .epop_topic>span.topic_bubble{
    border-radius: 6px;
    padding: 6px 10px;
    box-sizing: border-box;
  } 
  .e_pop .epop_topic>span.topic_01{
    background: #FFE5E7;
    color: #EF4250;
  }
  .e_pop .epop_topic>span.topic_02{
    background: #E3FBFF;
    color: #009DE0;
  }
  .e_pop .epop_topic>span.topic_03{
    background: #CEEFB1;
    color: #26AE33;
  }
  .e_pop .epop_topic>span.topic_04{
    background: #FFDDB4;
    color: #E26B00;
  }
  .e_pop .epop_topic>span.topic_05{
    background: #FDEF97;
    color: #C98507;
  }
  .e_pop .epop_topic>span.topic_06{
    background: #FFDDF5;
    color: #D953B2;
  }
  .e_pop .epop_book_list{
    width: 480px;
    margin-top: 36px;
  }
  .e_pop .goods_list{
    width: 300px;
  }
    .e_pop .epop_book_list .epop_title{
      margin-top: 20px;
      text-align: center;
      max-height: 66px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis; 
      line-height: 1.5;
      word-break: keep-all;
    }
    .epop_book_list .list_wrap{
      display: flex;
      justify-content: center;
      color: #000;
      text-align: center;
      font-size: 24px;
      font-weight: 500;
      line-height: 130%;
      letter-spacing: -0.48px;
      gap: 30px;
    }
    .epop_book_list .list_wrap .book_img{
      display: block;
      margin: 0 auto;
      width: 160px;
      height: 226px;
      overflow: hidden;
      border-radius: 8px;
      border: 1px solid var(--Grayscale-gray-400, #D5D5D5);
    }
    .epop_book_list .list_wrap .book_img img{
      display: flex;
      align-items: center;
      width: 100%;
    }
    .epop_book_list .list_wrap .goods_img{
      position: relative;
      width: 100%;
      height: 226px;
    }
    .epop_book_list .list_wrap .goods_img img{
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50% , -50%);
      width: 226px;
      height: 226px;
      background-color: #fff;
    }

.e_dim {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 999;
}
.e_dim.open {
  display: block;
}

/* roulette rotainon animation */
.event_wrap .e_roulette_board {
  transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
  transform: rotate(0deg);
}