a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #222;
}

.blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

input,
select,
textarea {
  border-color: #ddd;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}

button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  font-size: 62.5%;
}

html body {
  font-family: 'Nanum Gothic', 'dotum', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  min-width: 1100px; 
  margin: 0 auto; 
}

.blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

@-webkit-keyframes scrollDown {
  0% {
    background-position: center 50%;
  }
  100% {
    background-position: center 70%;
  }
}

@keyframes scrollDown {
  0% {
    background-position: center 50%;
  }
  100% {
    background-position: center 70%;
  }
}

@-webkit-keyframes circleMovement01 {
  0% {
    left: 280px;
    top: -125px;
  }
  50% {
    left: 200px;
    top: -100px;
  }
  100% {
    left: 230px;
    top: -15px;
  }
}

@keyframes circleMovement01 {
  0% {
    left: 280px;
    top: -125px;
  }
  50% {
    left: 200px;
    top: -100px;
  }
  100% {
    left: 230px;
    top: -15px;
  }
}

@-webkit-keyframes circleMovement02 {
  0% {
    left: 100px;
    top: 260px;
  }
  100% {
    left: 150px;
    top: 300px;
  }
}

@keyframes circleMovement02 {
  0% {
    left: 100px;
    top: 260px;
  }
  100% {
    left: 150px;
    top: 300px;
  }
}

@-webkit-keyframes circleMovement03 {
  0% {
    left: 100px;
    bottom: 50px;
  }
  100% {
    left: 150px;
    bottom: 100px;
  }
}

@keyframes circleMovement03 {
  0% {
    left: 100px;
    bottom: 50px;
  }
  100% {
    left: 150px;
    bottom: 100px;
  }
}

@-webkit-keyframes circleMovement04 {
  0% {
    right: 265px;
    top: 50px;
  }
  100% {
    right: 285px;
    top: 50px;
  }
}

@keyframes circleMovement04 {
  0% {
    right: 265px;
    top: 50px;
  }
  100% {
    right: 285px;
    top: 50px;
  }
}

@-webkit-keyframes circleMovement05 {
  0% {
    right: 110px;
    bottom: 180px;
  }
  100% {
    right: 120px;
    bottom: 140px;
  }
}

@keyframes circleMovement05 {
  0% {
    right: 110px;
    bottom: 180px;
  }
  100% {
    right: 120px;
    bottom: 140px;
  }
}

@-webkit-keyframes circleMovement06 {
  0% {
    right: 350px;
    bottom: -170px;
  }
  100% {
    right: 300px;
    bottom: -150px;
  }
}

@keyframes circleMovement06 {
  0% {
    right: 350px;
    bottom: -170px;
  }
  100% {
    right: 300px;
    bottom: -150px;
  }
}


@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);    
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}


header {
  background: #fbfbfb;
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
  z-index: 8888;
}

header .header-top {
  height: 64px;
  line-height: 64px;
  text-align: right;
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

header .header-top .logo {
  background-image: url("../img/yearplan/2021/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 97px;
  height: 39px;
  position: absolute;
  top: 13px;
  left: 0;
}

header .header-top a {
  display: inline-block;
  position: relative;
}

header .header-top a::before {
  content: '';
  width: 1px;
  height: 10px;
  background: #ddd;
  display: inline-block;
  margin: 0 10px;
}

header .header-top a:nth-of-type(1)::before {
  display: none;
}

#fullpage { 
	min-width: 1200px; 
	margin: 0 auto; 
}
#fullpage .section {
  text-align: center;
  position: relative;
  display: table; 
  width: 100%; height: 100%; 
}

#fullpage .section .section-container {
  text-align: center;
  position: relative;
  z-index: 100; 
  width: 100%; 
  display:table-cell; 
  vertical-align: middle; 
  margin-left: auto;
  margin-right: auto;
  padding: 120px 0;
}

#fullpage_nav {
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 1000;
  margin-top: -90px;
  text-align: right;
}

#fullpage_nav::after {
  position: absolute;
  top: 10px;
  bottom: 15px;
  right: 17px;
  z-index: 0;
  width: 1px;
  background: #b4b4b4;
  content: '';
}

#fullpage_nav li {
  position: relative;
  z-index: 2;
}

#fullpage_nav li.active span {
  color: #fff;
  background: #ff0014;
  font-weight: 700;
}

#fullpage_nav li.active span:after {
  background: #fff;
}

#fullpage_nav li + li {
  margin-top: 0px;
}

#fullpage_nav span {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 35px;
  border-radius: 35px;
  color: #4f4f4f;
  line-height: 35px;
  font-size: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: 'Nanum Gothic';
  font-weight: bold; 
  letter-spacing: -0.2px; 
  font-size:12px; 
}

#fullpage_nav span:after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 15px;
  height: 15px;
  margin-top: -8px;
  border-radius: 50%;
  background: #4f4f4f;
  content: '';
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}


.section01 {
  z-index: 10;
  overflow: hidden;
  background-image: url("../img/yearplan/2021/section01_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
}

#fullpage .section01 .section-container { padding-top: 70px; }

.section01 .tit01 {
  background-image: url("../img/yearplan/2021/section01_tit_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 826px;
  height: 223px;
  margin: 0 auto;
  opacity: 0; 
}

.section01 .character-area {
	margin:0 auto;
    width: 1047px;
    height: 447px;
    background-image: url(../img/yearplan/2021/section01_character.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: relative;
}

.section01 .btn-area {
    margin: 0 auto;
    position:relative;
    width:42%;
    top:188px;
}

.section01 .btn-area .btn-play {
	background-image: url(../img/yearplan/2021/section01_btn_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 213px;
    height: 229px;
    float:left;
}

.section01 .btn-area .btn-life {
	background-image: url(../img/yearplan/2021/section01_btn_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 214px;
    height: 229px;
	float:right;
}

.section01.onSlide01 .cont-wrap .item {
  opacity: 1;
}

.section01.onSlide01 .tit01 {animation: fadeInDown 1s forwards ;  }

.section02 {
  z-index: 10;
  overflow: hidden;
  background-color: #fff4e0;
  background-image: url("../img/yearplan/2021/section02_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
}

.section02 .tit01 {
  background-image: url("../img/yearplan/2021/section02_tit_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 718px;
  height: 217px;
  margin: 0 auto;
}

.section02 .cont-wrap {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
 	 -ms-flex-pack: center;
 	justify-content: center;
  background: rgba(229,219,197,0.6) ; 
  border-radius: 30px; 
  width: 1150px; height: 323px;
  align-items:center;  
  margin: 50px auto 0; 
  position: relative; 
  padding-top: 29px; 
  transform-style: preserve-3d;
}

.section02 .cont-wrap::before { 
	content: '누리놀이 놀이흐름';
	font-size: 0;  
	background-image: url("../img/yearplan/2021/section02_tit_02.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 290px;
	height: 29px;
	margin: 0 auto;
	position: absolute; 
	top:30px;  left: 50%; 
	transform: translateX(-50%);	
}

.section02 .cont-wrap .item {
  margin-left: 13px;
  width: 156px;
  height: 187px;
  background-image: url("../img/yearplan/2021/section02_cont_01.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  margin-left: -2px; 
}

.section02 .cont-wrap .item--01 {
  margin-left: 0;
}

.section02 .cont-wrap .item--02 {
  background-position: -156px 0;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.section02 .cont-wrap .item--03 {
  background-position: -312px 0;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.section02 .cont-wrap .item--04 {
  background-position: -468px 0;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.section02 .cont-wrap .item--05 {
  background-position: -624px 0;
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.section02 .cont-wrap .item--06 {
  background-position: -780px 0;
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.section02 .cont-wrap .item--07 {
  background-position: -936px 0;
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.section02.onSlide01 .cont-wrap .item {
  opacity: 1;
}

.section02.onSlide01 .tit01 {animation: fadeInDown 1s forwards ;  }

.section02 .txt01 {
  background-image: url("../img/yearplan/2021/section02_txt_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 569px;
  height: 139px;
  margin: 50px auto;
}

.section02 .btn-area { 
    text-align: center;
}

.section02 .btn-area .btn-01 {
    background-image: url(../img/yearplan/2021/section02_btn_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 400px;
    height: 70px;
    margin-right: 24px;
}

.section02 .btn-area .btn-02 {
    background-image: url(../img/yearplan/2021/section02_btn_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 400px;
    height: 70px;
}

.section02 .btn-area > a {
    display: inline-block;
    letter-spacing: 0;
}

.section03 {
  background-color: #fff;
  overflow: hidden;
  background-image: url("../img/yearplan/2021/section03_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.section03 .tit01 {
  background-image: url("../img/yearplan/2021/section03_tit_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 671px;
  height: 123px;
  margin: 0 auto;
  position: relative; 
}

.section03 .tit01::before, 
.section03 .tit01:before { 
  content: ''; 
  display: block; 
  background: url('../img/yearplan/2021/section03_badge.png') no-repeat;
  width: 161px; height: 122px; 
  position: absolute; 
  left: -22px; top: -78px; 
}

.section03 .tit02 {
  background-image: url("../img/yearplan/2021/section03_tit_02.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 388px;
  height: 21px;
  margin: 30px auto 0;
}

.section03 .plan-download {
  border: 1px solid #cecece;
  width: 1100px; 
  margin: 40px auto 0 auto; 
}

.section03 .plan-top-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: #f6f6f6;
}

.section03 .plan-top-tab li {
  width: 14.28%;
  height: 60px;
  border-left: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  cursor: pointer;
}

.section03 .plan-top-tab li span {
  display: block;
  margin: 0 auto;
  height: 16px;
  margin-top: 23px;
  background-image: url("../img/yearplan/2021/section03_tab_title.png");
  background-repeat: no-repeat;
  background-repeat: no-repeat;
}

.section03 .plan-top-tab li.on {
  background-color: #fff;
  border-bottom-color: #fff;
}

.section03 .plan-top-tab li.on span {
  background-position-y: -16px !important;
}

.section03 .plan-top-tab li.tab01 span {
  width: 82px;
}

.section03 .plan-top-tab li.tab02 span {
  width: 78px;
  background-position: -82px 0;
}

.section03 .plan-top-tab li.tab03 span {
  width: 63px;
  background-position: -160px 0;
}

.section03 .plan-top-tab li.tab04 span {
  width: 94px;
  background-position: -223px 0;
}

.section03 .plan-top-tab li.tab05 span {
  width: 62px;
  background-position: -317px 0;
}

.section03 .plan-top-tab li.tab06 span {
  width: 61px;
  background-position: -379px 0;
}

.section03 .plan-top-tab li.tab07 span {
  width: 62px;
  background-position: -440px 0;
}

.section03 .plan-top-tab li:first-child {
  border-left: 0;
}

.section03 .plan-cont {
  height: 175px;
  opacity: 0;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  letter-spacing: -10px;
  -webkit-transition: 1s;
  transition: 1s;
  background-color: #fff;
}

.section03 .plan-cont .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.section03 .plan-cont .normal-container {
  display: block;
}

.section03 .plan-cont .normal-container:nth-of-type(1) {
  margin-bottom: 10px;
}

.section03 .plan-cont .normal-container .cont-tit {
  background-position: right center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  width: 90px !important;
}

.section03 .plan-cont .normal-container .cont-tit--01 {
  background-image: url("../img/yearplan/2021/section03_tab_cont_tit_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 89px;
  height: 20px;
}

.section03 .plan-cont .normal-container .cont-tit--02 {
  background-image: url("../img/yearplan/2021/section03_tab_cont_tit_02.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 59px;
  height: 21px;
}

.section03 .plan-cont.on {
  display: block;
  opacity: 1;
}

.section03 .plan-cont a {
  letter-spacing: 0;
}

.section03 .plan-cont .btn-down1 {
  background-color: #1ec17e;
  display: inline-block;
  vertical-align: middle;
  width: 220px;
  height: 62px;
  line-height: 62px;
  border-radius: 30px;
  text-align: center;
  margin-left: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}


.section03 .plan-cont .btn-down1 span {
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
}

.section03 .plan-cont .btn-down2 {
  background-color: #1ec17e;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 52px;
  line-height: 52px;
  border-radius: 26px;
  text-align: center;
  margin-left: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.section03 .plan-cont .btn-down2.bg-mint {
  background-color: #33d6c1;
}
.section03 .plan-cont .btn-down1:hover , 
.section03 .plan-cont .btn-down2:hover  { background-color: #3172dc !important; }


.section03 .plan-cont .btn-down2 span {
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
}

.section03 .plan-cont .btn-down-all {
  margin-left: 0;
}

.section03 .plan-cont .btn-down-all span {
  background-image: url("../img/yearplan/2021/section03_btn_text_all.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 125px;
  height: 16px;
}

.section03 .plan-cont .btn-down-age3 span {
  background-image: url("../img/yearplan/2021/section03_btn_text_age3.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 134px;
  height: 16px;
}

.section03 .plan-cont .btn-down-age4 span {
  background-image: url("../img/yearplan/2021/section03_btn_text_age4.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 134px;
  height: 16px;
}

.section03 .plan-cont .btn-down-age5 span {
  background-image: url("../img/yearplan/2021/section03_btn_text_age5.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 134px;
  height: 16px;
}

.section04 {
  background-color: #fee8eb;
  background-image: url("../img/yearplan/2021/section04_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.section04 .tit01 {
  background-image: url("../img/yearplan/2021/section04_tit_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 432px;
  height: 57px;
  margin: 0 auto;
}

.section04 .tit02 {
  background-image: url("../img/yearplan/2021/section04_tit_02.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 752px;
  height: 49px;
  margin: 30px auto 0;
}

.section04 .cont-flex-box {
  background-image: url("../img/yearplan/2021/section04_conts.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1150px;
  height: 984px;
  margin: 25px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.section04 .btn-area { 
    margin-top: 56px;
    text-align: center;
    letter-spacing: -10px;
}

.section04 .btn-area .btn-01 {
    background-image: url(../img/yearplan/2021/section04_btn_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 400px;
    height: 70px;
    margin-right: 24px;
}

.section04 .btn-area .btn-02 {
    background-image: url(../img/yearplan/2021/section04_btn_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 400px;
    height: 70px;
}

.section04 .btn-area > a {
    display: inline-block;
    letter-spacing: 0;
}
.section04 .btn-area .subtit01 { 
	width:417px; height:31px; 
	background-image: url('../img/yearplan/2021/section04_tit_03.png'); 
	background-repeat: no-repeat;  
	display: block;
	margin-bottom:36px !important;
	margin:0 auto;
	vertical-align:top;	
}

.section05 {
  background-color: #c3dcff;
  background-image: url("../img/yearplan/2021/section05_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.section05 .tit01 {
  background-image: url("../img/yearplan/2021/section05_tit_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 723px;
  height: 120px;
  margin: 0 auto;
}

.section05 .tit02 {
  background-image: url("../img/yearplan/2021/section05_tit_02.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 562px;
  height: 48px;
  margin: 30px auto 0;
}

.section05 .cont-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

.section05 .cont-wrap .item {
  margin-left: 35px;
}

.section05 .cont-wrap .item:nth-of-type(1) {
  margin-left: 0;
}

.section05 .cont-wrap .item01 {
  background-image: url("../img/yearplan/2021/section05_cont_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 513px;
  height: 350px;
}
  
.section05 .cont-wrap .item02 {
  background-image: url("../img/yearplan/2021/section05_cont_02.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 513px;
  height: 350px;
}
.section05 .play-play {
	display:inline-block;
	width:513px;
	height:350px;
}
.section05 .btn-area { 
    margin-top: 30px;
    text-align: center;
}
.section05 .btn-area .btn-01 {
    background-image: url(../img/yearplan/2021/section05_btn_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 400px;
    height: 70px;
    margin-right: 150px;
}
.section05 .btn-area .btn-02 {
    background-image: url(../img/yearplan/2021/section05_btn_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 400px;
    height: 70px;
    margin-right: 22px;
}

.section05 .btn-area > a {
    display: inline-block;
    letter-spacing: 0;
}

.section06 {
  background-color: #e2f2f8;
  overflow: hidden;
  background-image: url("../img/yearplan/2021/section06_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.section06 .tit01 {
  background-image: url("../img/yearplan/2021/section06_tit_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 708px;
  height: 58px;
  margin: 0 auto;
}

.section06 .tit02 {
  background-image: url("../img/yearplan/2021/section06_tit_02.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 528px;
  height: 48px;
  margin: 30px auto 0;
}

.section06 .cont-wrap {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}

.section06 .cont-wrap .item {
  margin-left: 20px;
  width: 150px;
  height: 237px;
  background-image: url("../img/yearplan/2021/section06_cont_01.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.section06 .cont-wrap .item--01 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.section06 .cont-wrap .item--02 {
  background-position: -150px 0;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.section06 .cont-wrap .item--03 {
  background-position: -300px 0;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.section06 .cont-wrap .item--04 {
  background-position: -450px 0;
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.section06 .cont-wrap .item--05 {
  background-position: -600px 0;
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.section06 .cont-wrap .item--06 {
  width: 157px;
  margin-left: 15px;
  background-position: -750px 0;
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.section06 .cont-wrap .item--06::after {
  display: none;
}

.section06 .btn-area {
  margin-top: 30px;
  text-align: center;
  letter-spacing: -10px;
}

.section06 .btn-area > a {
  display: inline-block;
  letter-spacing: 0;
}

.section06 .btn-area .btn-applyMembership {
  background-image: url("../img/yearplan/2021/section06_cont_btn_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 320px;
  height: 70px;
  margin-right: 10px;
}

.section06 .btn-area .btn-viewContents {
  background-image: url("../img/yearplan/2021/section06_cont_btn_02.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 320px;
  height: 70px;
}

.section06.on .cont-wrap .item {
  opacity: 1;
}

@media screen and (max-width: 768px) {
	.section06 .cont-wrap .item {  opacity: 1 !important; transition: none; }
} 
   
.section07 {
  background-color: #f1f9ee;
  overflow: hidden;
  background-image: url("../img/yearplan/2021/section07_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.section07 .tit01 {
  background-image: url("../img/yearplan/2021/section07_tit_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 738px;
  height: 57px;
  margin: 0 auto;
}

.section07 .tit02 {
  background-image: url("../img/yearplan/2021/section07_tit_02.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 295px;
  height: 48px;
  margin: 30px auto 0;
}

.section07 .cont-wrap {
  margin-top: 40px;
}

.section07 .cont-wrap .event-banner {
  display: block;
  margin: 0 auto;
  background-image: url("../img/yearplan/2021/section07_event_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 900px;
  height: 300px;
}

.section07 .cont-wrap .btn-event {
  margin-top: 46px;
  text-align: center;
  letter-spacing: -10px;
}

.section07 .cont-wrap .btn-event > a {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/yearplan/2021/section07_event_btn.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 243px;
  height: 65px;
}
 

.section { 
  padding: 0 !important;
  margin: 0 !important;
}


.section--footer { 
	border-top: 1px solid #d4d4d4;
}


@media screen and (max-width: 1200px) {
	#fullpage_nav { display: none; }
	#fullpage .section .scroll-top { display: none; }
} 