@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,700&display=swap");
@font-face {
  font-family: "SCoreDream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SCoreDream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "SCoreDream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff") format("woff");
  font-weight: 700;
  font-style: bold;
}

.emphasis {
  color: #1cabe2;
}

.emphasis-y {
  color: #ffe446;
}

.emphasis-y-l {
  color: #ffea70;
}

/* CSS 초기화 세팅 */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
blockquote,
pre,
code,
address,
ul,
ol,
li,
menu,
nav,
section,
article,
aside,
dl,
dt,
dd,
table,
thead,
tbody,
tfoot,
label,
caption,
th,
td,
form,
fieldset,
legend,
hr,
input,
button,
textarea,
object,
figure,
figcaption {
  margin: 0;
  padding: 0;
  letter-spacing: -2px;
}

html,
body {
  width: 100%;
  height: 100%;
  color: #2d2926;
  font-family: "SCoreDream";
  font-size: 24px;
}

@media only screen and (max-width: 1280px) {
  html,
  body {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  html,
  body {
    font-size: 16px;
  }
}

html {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  width: 100%;
  background: #fff;
  min-width: 320px;
  -webkit-text-size-adjust: none;
  word-wrap: break-word;
  word-break: break-all;
}

input,
select,
textarea,
button {
  border: none;
  font-size: 24px;
  font-family: "SCoreDream";
}

@media only screen and (max-width: 1280px) {
  input,
  select,
  textarea,
  button {
    font-size: 16px;
  }
}

button {
  cursor: pointer;
  background: transparent;
}

ul,
ol,
li {
  list-style: none;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

p {
  line-height: 1.7;
}

img {
  vertical-align: top;
  max-width: 100%;
}

img,
fieldset {
  border: 0;
}

address,
cite,
code,
em {
  font-style: normal;
  font-weight: normal;
}

label,
img,
input,
select,
textarea,
button {
  vertical-align: middle;
}

.hide,
caption,
legend {
  line-height: 0;
  font-size: 1px;
  overflow: hidden;
}

hr {
  display: none;
}

main,
header,
section,
nav,
footer,
aside,
article,
figure {
  display: block;
}

a,
button {
  color: inherit;
  text-decoration: none;
}

a:focus,
button:focus {
  outline: none;
}

/* 히든 텍스트 */
.for-a11y {
  display: block;
  z-index: -1;
  height: 1px;
  overflow: hidden;
  font-size: 1px;
  line-height: 1px;
  color: transparent;
  border: 0;
  padding: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  background: none;
  position: absolute;
  width: 1px;
  margin: 0;
}

caption.for-a11y {
  display: table-caption;
  height: 1px;
  margin-bottom: -1px;
  position: static;
}

.clear-fix {
  *zoom: 1;
}

.clear-fix::after {
  content: "";
  display: table;
  clear: both;
}

/* 폼 요소 */
textarea {
  outline: 0;
  width: 100%;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: none;
}

/* check box */
input {
  outline: 0;
  min-width: 68px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input.checkbox {
  position: absolute;
  left: -9999px;
  opacity: 0;
  filter: alpha(opacity=0);
}

input .label-chk::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #d9d9d9;
  vertical-align: middle;
  margin-right: 8px;
}

input .label-chk.active::before {
  border-color: #d9d9d9;
}

input[type="tel"],
input[type="time"],
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="file"],
input[type="url"],
input[type="number"],
input[type="date"] {
  padding: 0 12px;
  outline: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.ui-input-block {
  width: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* select box */
.select-box {
  outline: 0;
  min-width: 120px;
  height: 38px;
  border: 1px solid #d9d9d9;
  display: inline-block;
  position: relative;
  text-align: left;
}

.select-box select.select {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  height: 38px;
  line-height: 41px;
}

.select-box span.select {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 30px 0 10px;
  height: 38px;
  line-height: 38px;
  cursor: default;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 스크립트를 위한 최소한 스타일 */
.js-ui-dropdown-layer,
.js-ui-tab-panel-content {
  display: none;
}

.js-ui-tab-panel-content.js-tabpanel-opened {
  display: block;
}

/* display table */
.form-flex {
  display: table;
}

.form-flex.type-full {
  width: 100%;
}

.form-flex-cell {
  display: table-cell;
  vertical-align: middle;
}

.form-flex-cell + .form-flex-cell {
  padding-left: 8px;
}

.form-flex-cell + .btn-confirm {
  display: table-cell;
}

.hide {
  display: none !important;
}

.slick-initialized {
  visibility: visible !important;
}

#wrap {
  min-width: 1600px;
}

.inner {
  width: 1600px;
  margin: 0 auto;
}

br.mobile-block {
  display: none;
}

@media only screen and (max-width: 1600px) {
  #wrap {
    min-width: 100%;
  }
  .inner {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media only screen and (max-width: 640px) {
  br.mobile-block {
    display: block;
  }
}

.up-on-scroll {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 0.7s;
  transition: opacity 1s, -webkit-transform 0.7s;
  transition: transform 0.7s, opacity 1s;
  transition: transform 0.7s, opacity 1s, -webkit-transform 0.7s;
}

.up-on-scroll.type-ib {
  display: inline-block;
}

@-webkit-keyframes box-lid {
  0% {
    -webkit-transform: translate3d(0, 165px, 0) rotate(0deg);
            transform: translate3d(0, 165px, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate3d(50px, 260px, 0) rotate(20deg);
            transform: translate3d(50px, 260px, 0) rotate(20deg);
  }
  90%,
  100% {
    -webkit-transform: translate3d(0, 20px, 0) rotate(0);
            transform: translate3d(0, 20px, 0) rotate(0);
  }
}

@keyframes box-lid {
  0% {
    -webkit-transform: translate3d(0, 165px, 0) rotate(0deg);
            transform: translate3d(0, 165px, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate3d(50px, 260px, 0) rotate(20deg);
            transform: translate3d(50px, 260px, 0) rotate(20deg);
  }
  90%,
  100% {
    -webkit-transform: translate3d(0, 20px, 0) rotate(0);
            transform: translate3d(0, 20px, 0) rotate(0);
  }
}

@-webkit-keyframes box-body {
  0% {
    -webkit-transform: translate3d(0%, 0%, 0) rotate(0deg);
            transform: translate3d(0%, 0%, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate3d(0%, 25%, 0) rotate(20deg);
            transform: translate3d(0%, 25%, 0) rotate(20deg);
  }
  70% {
    -webkit-transform: translate3d(0%, 0%, 0) rotate(0deg);
            transform: translate3d(0%, 0%, 0) rotate(0deg);
  }
}

@keyframes box-body {
  0% {
    -webkit-transform: translate3d(0%, 0%, 0) rotate(0deg);
            transform: translate3d(0%, 0%, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate3d(0%, 25%, 0) rotate(20deg);
            transform: translate3d(0%, 25%, 0) rotate(20deg);
  }
  70% {
    -webkit-transform: translate3d(0%, 0%, 0) rotate(0deg);
            transform: translate3d(0%, 0%, 0) rotate(0deg);
  }
}

header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}

header .inner {
  padding: 8px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1600px) {
  header .inner {
    padding: 20px;
  }
}

header h1 a {
  display: block;
  width: 231px;
  height: 99px;
  background: url(../images/img_logo@2x.png) no-repeat center center;
  background-size: 100%;
}

@media only screen and (max-width: 1280px) {
  header h1 a {
    width: 160px;
    height: 69px;
  }
}

@media only screen and (max-width: 640px) {
  header h1 a {
    width: 102px;
    height: 48px;
  }
}

header .navigation {
  padding-right: 84px;
}

header .navigation ul {
  font-size: 0;
  text-align: right;
}

header .navigation ul li {
  display: inline-block;
  color: #fff;
  font-size: 24px;
}

header .navigation ul li + li {
  margin-left: 99px;
}

header .navigation ul li a,
header .navigation ul li button {
  font-weight: bold;
}

header .navigation ul li a {
  display: block;
  text-align: center;
  background: #374ea2;
  color: #ffea70;
  padding: 0 36px;
  height: 56px;
  line-height: 56px;
}

@media only screen and (max-width: 1024px) {
  header .navigation ul li a {
    font-size: 16px;
    padding: 0 24px;
    height: 44px;
    line-height: 46px;
  }
}

@media only screen and (max-width: 640px) {
  header .navigation ul li a {
    font-size: 14px;
    height: 34px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 1600px) {
  header .navigation {
    padding-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  header .navigation ul li {
    display: none;
  }
  header .navigation ul li:nth-child(4) {
    display: block;
  }
}

.button-cta {
  color: #2d2926;
  font-size: 24px;
  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;
  text-align: center;
  position: fixed;
  right: 20px;
    /*bottom: 20px;*/
  top: 20px;
  z-index: 200;
}

.button-cta.type-square {
  width: 372px;
  height: 209px;
  background: url(../images/btn_cta_square_box@2x.png) no-repeat center center;
  background-size: 100%;
}

.button-cta.type-giftbox {
  width: 300px;
  height: 276px;
  background: url(../images/btn_cta_gift_box@2x.png) no-repeat center center;
  background-size: 100%;
}

.button-cta.type-giftbox > div {
  padding-top: 32px;
}

@media only screen and (max-width: 640px) {
  .button-cta.type-giftbox > div {
    padding-top: 16px;
  }
}

.button-cta span {
  display: block;
}

.button-cta span + span {
  margin-top: 12px;
}

.button-cta strong {
  position: relative;
  font-size: 32px;
}

.button-cta strong.underline::before {
  content: "";
  display: block;
  overflow: hidden;
  width: 100%;
  height: 10px;
  background: url(../images/obj_cta_highlight@2x.png) no-repeat left center;
  background-size: 100% 9px;
  position: absolute;
  left: -20px;
  opacity: 0;
  bottom: -8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.button-cta:hover strong.underline::before {
  left: 0;
  opacity: 1;
}

@media only screen and (max-width: 1600px) {
  .button-cta {
    right: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .button-cta {
    font-size: 24px;
  }
  .button-cta.type-square {
    width: 380px;
    height: 190px;
  }
  .button-cta.type-giftbox {
    width: 280px;
    height: 262px;
  }
  .button-cta strong {
    font-size: 28px;
  }
}

@media only screen and (max-width: 640px) {
  .button-cta {
    font-size: 14px;
  }
  .button-cta.type-square {
    width: 194px;
    height: 126px;
  }
  .button-cta.type-giftbox {
    width: 142px;
    height: 134px;
  }
  .button-cta strong {
    font-size: 18px;
  }
}

.contents-section[data-index="0"] {
  padding: 193px 0 0 0;
  height: 1080px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/bg_main_grid.png) no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="0"] {
    padding-top: 120px;
    height: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="0"] {
    padding-top: 90px;
  }
}

.contents-section[data-index="0"] .inner {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1600px) {
  .contents-section[data-index="0"] .inner {
    padding: 0;
  }
}

.contents-section[data-index="0"] h2 {
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 40px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 100px;
}

.contents-section[data-index="0"] h2 .title-eng {
  display: block;
  font-family: "Roboto", sans-serif;
  margin-bottom: 52px;
}

.contents-section[data-index="0"] h2 .title-challenge {
  font-size: 80px;
  display: inline-block;
  margin-top: -48px;
  position: relative;
}

.contents-section[data-index="0"] h2 .title-challenge::after {
  content: "";
  display: inline-block;
  width: 137px;
  height: 170px;
  background: url(../images/ico_resolution_137x170@2x.png) no-repeat center center;
  background-size: 100%;
  vertical-align: bottom;
}

@media only screen and (max-width: 1280px) {
  .contents-section[data-index="0"] h2 {
    font-size: 32px;
  }
  .contents-section[data-index="0"] h2 .title-challenge {
    font-size: 60px;
    margin-top: 0;
  }
  .contents-section[data-index="0"] h2 .title-challenge::after {
    width: 80px;
    height: 92px;
    position: relative;
    top: -10px;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="0"] h2 {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 50px;
  }
  .contents-section[data-index="0"] h2 .title-eng {
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 32px;
  }
  .contents-section[data-index="0"] h2 .title-challenge {
    font-size: 40px;
    margin-top: 16px;
    line-height: normal;
  }
  .contents-section[data-index="0"] h2 .title-challenge::after {
    width: 36px;
    height: 52px;
    position: absolute;
    right: -40px;
    top: 40px;
  }
}

.contents-section[data-index="0"] .main-video {
  width: 1440px;
  height: 810px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.contents-section[data-index="0"] .main-video .button-mute {
  width: 56px;
  height: 56px;
  position: absolute;
  left: 40px;
  bottom: 24px;
  background: url(../images/btn_video_mute_on@2x.png) no-repeat center center;
  background-size: 100%;
}

.contents-section[data-index="0"] .main-video .button-mute.is-unmute {
  background-image: url(../images/btn_video_mute_off@2x.png);
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="0"] .main-video .button-mute {
    left: 20px;
    bottom: 20px;
    width: 36px;
    height: 36px;
  }
}

@media only screen and (max-width: 1600px) {
  .contents-section[data-index="0"] .main-video {
    width: 100%;
    height: 56.2vw;
  }
  .contents-section[data-index="0"] .main-video #iframe_mainVideo {
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
  }
}

@media only screen and (min-width: 1600px) {
  .contents-section[data-index="0"] .main-video {
    width: 1440px;
    height: 810px;
  }
  .contents-section[data-index="0"] .main-video #iframe_mainVideo {
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
  }
}


.contents-section[data-index="0"] .ico-scroll {
  width: 80px;
  margin: -40px auto 0;
  position: relative;
  z-index: 10;
}

.contents-section[data-index="0"] .ico-scroll img {
  width: 80px;
  border-radius: 100%;
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="0"] .ico-scroll {
    display: none;
  }
}

.contents-section[data-index="0"] .bg-object span {
  position: absolute;
  z-index: 0;
}

.contents-section[data-index="0"] .bg-object .cloud-01 {
  width: 313px;
  left: 105px;
  top: 154px;
  -webkit-animation: floating 4s linear infinite;
          animation: floating 4s linear infinite;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="0"] .bg-object .cloud-01 {
    width: 120px;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="0"] .bg-object .cloud-01 {
    left: 20px;
    width: 80px;
  }
}

.contents-section[data-index="0"] .bg-object .cloud-02 {
  width: 403px;
  left: 0;
  top: 602px;
  -webkit-animation: floating 2.5s linear infinite;
          animation: floating 2.5s linear infinite;
}

@keyframes floating {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="0"] .bg-object .cloud-02 {
    display: none;
  }
}

.contents-section[data-index="0"] .bg-object .twinkle-01 {
  width: 197px;
  right: 0;
  top: 186px;
  -webkit-animation: floating 5s linear infinite;
          animation: floating 5s linear infinite;
}

@keyframes floating {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -40px);
            transform: translate(0, -40px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="0"] .bg-object .twinkle-01 {
    width: 100px;
    top: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="0"] .bg-object .twinkle-01 {
    right: 0;
    width: 80px;
  }
}

.contents-section[data-index="0"] .bg-object .twinkle-02 {
  width: 210px;
  right: 174px;
  top: 395px;
  -webkit-animation: floating 2s linear infinite;
          animation: floating 2s linear infinite;
}

@keyframes floating {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="0"] .bg-object .twinkle-02 {
    width: 90px;
    right: 100px;
    top: 150px;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="0"] .bg-object .twinkle-02 {
    display: none;
  }
}

.contents-section[data-index="1"] {
  background: url(../images/bg_dream_section.png) repeat center center;
  background-size: 100%;
  padding: 530px 0 200px 0;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1600px) {
  .contents-section[data-index="1"] {
    background-size: cover;
  }
}

@media only screen and (max-width: 1280px) {
  .contents-section[data-index="1"] {
    padding-top: 380px;
  }
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="1"] {
    margin-top: -100px;
    padding-top: 196px;
  }
}

.contents-section[data-index="1"]::before {
  content: "";
  display: block;
  width: 100%;
  height: 933px;
  background: url(../images/bg_cloud_full.png) no-repeat center center;
  position: absolute;
  left: 0;
  bottom: -40px;
  z-index: 0;
  -webkit-animation: floating 3s linear infinite;
          animation: floating 3s linear infinite;
}

@keyframes floating {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -40px);
            transform: translate(0, -40px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media only screen and (max-width: 1280px) {
  .contents-section[data-index="1"]::before {
    background-position: center bottom;
    height: 600px;
  }
}

.contents-section[data-index="1"] h3 {
  color: #152150;
  font-size: 64px;
}

.contents-section[data-index="1"] h3 span {
  font-weight: 300;
}

@media only screen and (max-width: 1280px) {
  .contents-section[data-index="1"] h3 {
    font-size: 48px;
  }
  .contents-section[data-index="1"] h3 span {
    font-size: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="1"] h3 {
    font-size: 32px;
  }
  .contents-section[data-index="1"] h3 span {
    font-size: 24px;
  }
}

.contents-section[data-index="1"] .dream-story-card {
  margin-top: 112px;
}

.contents-section[data-index="1"] .dream-story-card ul {
  font-size: 0;
  text-align: center;
}

.contents-section[data-index="1"] .dream-story-card li {
  width: 512px;
  display: inline-block;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  cursor: pointer;
}

.contents-section[data-index="1"] .dream-story-card li img {
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.25);
}

.contents-section[data-index="1"] .dream-story-card li + li {
  margin-left: 32px;
}

.contents-section[data-index="1"] .dream-story-card li .card-inner {
  position: relative;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  width: 100%;
  height: 100%;
}

.contents-section[data-index="1"] .dream-story-card li .card-front,
.contents-section[data-index="1"] .dream-story-card li .card-back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.contents-section[data-index="1"] .dream-story-card li .card-back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  position: absolute;
  left: 0;
  top: 0;
}

.contents-section[data-index="1"] .dream-story-card li.is-active .card-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

@media only screen and (max-width: 1600px) {
  .contents-section[data-index="1"] .dream-story-card li {
    width: 32%;
  }
  .contents-section[data-index="1"] .dream-story-card li + li {
    margin-left: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="1"] .dream-story-card li {
    width: 100%;
  }
  .contents-section[data-index="1"] .dream-story-card li + li {
    margin-left: 0%;
    margin-top: 32px;
  }
}

@media only screen and (max-width: 1280px) {
  .contents-section[data-index="1"] .dream-story-card {
    margin-top: 32px;
    position: relative;
    z-index: 1;
  }
}

.contents-section[data-index="1"] .bg-object span {
  position: absolute;
}

.contents-section[data-index="1"] .bg-object .cloud-half {
  width: 208px;
  right: 0;
  top: 334px;
  -webkit-animation: floating 5s linear infinite;
          animation: floating 5s linear infinite;
}

@keyframes floating {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -40px);
            transform: translate(0, -40px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media only screen and (max-width: 1280px) {
  .contents-section[data-index="1"] .bg-object .cloud-half {
    width: 160px;
  }
}

.contents-section[data-index="2"] {
  padding: 218px 0 380px 0;
  background: #fff;
  text-align: center;
}

.contents-section[data-index="2"] h3 {
  color: #374ea2;
  font-weight: bold;
  font-size: 64px;
}

.contents-section[data-index="2"] h3 span {
  font-weight: 300;
}

.contents-section[data-index="2"] h3 .highlight {
  font-weight: bold;
  position: relative;
  z-index: 0;
  line-height: 1.7;
}

.contents-section[data-index="2"] h3 .highlight::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -4px;
  width: 100%;
  height: 100%;
  background: #ffc20e;
  z-index: -1;
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="2"] h3 .highlight::before {
    top: -2px;
  }
}

@media only screen and (max-width: 1280px) {
  .contents-section[data-index="2"] {
    padding: 0 0 200px 0;
  }
  .contents-section[data-index="2"] h3 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="2"] h3 {
    font-size: 24px;
  }
}

.contents-section[data-index="3"] {
  position: relative;
  height: 350vh;
  z-index: 21;
}

.contents-section[data-index="3"] .title-area {
  height: 244px;
  background: url(../images/bg_resolution_title.png) repeat center center;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 40px;
  z-index: 10;
}

.contents-section[data-index="3"] .title-area p {
  position: relative;
  display: inline-block;
}

.contents-section[data-index="3"] .title-area p.obj-hand::before {
  content: "";
  display: block;
  width: 58px;
  height: 70px;
  background: url(../images/ico_resolution_hand@2x.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: -78px;
  bottom: 10px;
}

.contents-section[data-index="3"] .title-area p.obj-plane::before {
  content: "";
  display: block;
  width: 73px;
  height: 74px;
  background: url(../images/ico_resolution_plane@2x.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  right: -90px;
  bottom: -20px;
}

@media only screen and (max-width: 1280px) {
  .contents-section[data-index="3"] .title-area {
    font-size: 32px;
  }
  .contents-section[data-index="3"] .title-area p.obj-hand::before {
    width: 44px;
    height: 54px;
    left: -60px;
  }
  .contents-section[data-index="3"] .title-area p.obj-plane::before {
    width: 60px;
    height: 64px;
    right: -60px;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="3"] .title-area {
    font-size: 20px;
    height: 160px;
  }
}

.contents-section[data-index="3"] .resolution-sticky {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
}

.contents-section[data-index="3"] .sticky-section {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  overflow: hidden;
  height: 100vh;
  margin-bottom: 50vh;
}

.contents-section[data-index="3"] .sticky-section[data-slide="0"] .sticky-top {
  background: url(../images/img_health_head.png) no-repeat center center;
  background-size: cover;
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="3"] .sticky-section[data-slide="0"] .sticky-top {
    background: url(../images/img_health_head@2x.png) no-repeat center center;
    background-size: cover;
  }
}

.contents-section[data-index="3"] .sticky-section[data-slide="0"] .sticky-bottom {
  background: url(../images/img_health_body.png) no-repeat center center;
  background-size: cover;
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="3"] .sticky-section[data-slide="0"] .sticky-bottom {
    background: url(../images/img_health_body@2x.png) no-repeat center center;
    background-size: cover;
  }
}

.contents-section[data-index="3"] .sticky-section[data-slide="1"] .sticky-top {
  background: url(../images/img_dream_head.png) no-repeat center center;
  background-size: cover;
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="3"] .sticky-section[data-slide="1"] .sticky-top {
    background: url(../images/img_dream_head@2x.png) no-repeat center center;
    background-size: cover;
  }
}

.contents-section[data-index="3"] .sticky-section[data-slide="1"] .sticky-bottom {
  background: url(../images/img_dream_body.png) no-repeat center center;
  background-size: cover;
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="3"] .sticky-section[data-slide="1"] .sticky-bottom {
    background: url(../images/img_dream_body@2x.png) no-repeat center center;
    background-size: cover;
  }
}

.contents-section[data-index="3"] .sticky-section[data-slide="2"] .sticky-top {
  background: url(../images/img_env_head.png) no-repeat center center;
  background-size: cover;
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="3"] .sticky-section[data-slide="2"] .sticky-top {
    background: url(../images/img_env_head@2x.png) no-repeat center center;
    background-size: cover;
  }
}

.contents-section[data-index="3"] .sticky-section[data-slide="2"] .sticky-bottom {
  background: url(../images/img_env_body.png) no-repeat center center;
  background-size: cover;
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="3"] .sticky-section[data-slide="2"] .sticky-bottom {
    background: url(../images/img_env_body@2x.png) no-repeat center center;
    background-size: cover;
  }
}

.contents-section[data-index="3"] .sticky-section[data-slide="3"] .sticky-top {
  background: url(../images/img_challenge_head.png) no-repeat center center;
  background-size: cover;
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="3"] .sticky-section[data-slide="3"] .sticky-top {
    background: url(../images/img_challenge_head@2x.png) no-repeat center center;
    background-size: cover;
  }
}

.contents-section[data-index="3"] .sticky-section[data-slide="3"] .sticky-bottom {
  background: url(../images/img_challenge_body.png) no-repeat center center;
  background-size: cover;
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="3"] .sticky-section[data-slide="3"] .sticky-bottom {
    background: url(../images/img_challenge_body@2x.png) no-repeat center center;
    background-size: cover;
  }
}

.contents-section[data-index="3"] .sticky-section[data-slide="4"] .sticky-top {
  background: url(../images/img_love_head.png) no-repeat center center;
  background-size: cover;
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="3"] .sticky-section[data-slide="4"] .sticky-top {
    background: url(../images/img_love_head@2x.png) no-repeat center center;
    background-size: cover;
  }
}

.contents-section[data-index="3"] .sticky-section[data-slide="4"] .sticky-bottom {
  background: url(../images/img_love_body.png) no-repeat center center;
  background-size: cover;
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="3"] .sticky-section[data-slide="4"] .sticky-bottom {
    background: url(../images/img_love_body@2x.png) no-repeat center center;
    background-size: cover;
  }
}

.contents-section[data-index="3"] .sticky-section .highlight {
  margin-top: 24px;
  color: #fff;
}

.contents-section[data-index="3"] .sticky-section .highlight span {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 8px;
}

.contents-section[data-index="3"] .sticky-section .highlight span::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #1cabe2;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.contents-section[data-index="3"] .sticky-section .highlight .highlight-big {
  font-size: 40px;
}

@media only screen and (max-width: 1280px) {
  .contents-section[data-index="3"] .sticky-section .highlight .highlight-big {
    font-size: 32px;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="3"] .sticky-section .highlight .highlight-big {
    font-size: 20px;
  }
}

.contents-section[data-index="3"] .sticky-section .sticky-top {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 40px;
}

.contents-section[data-index="3"] .sticky-section .sticky-top .highlight {
  margin-top: 24px;
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="3"] .sticky-section .sticky-top p {
    display: none;
  }
}

.contents-section[data-index="3"] .sticky-section .sticky-center {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
}

.contents-section[data-index="3"] .sticky-section .sticky-center img {
  width: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 1280px) {
  .contents-section[data-index="3"] .sticky-section .sticky-center {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
            transform: translate(-50%, -50%) scale(0.7);
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="3"] .sticky-section .sticky-center {
    display: none;
  }
}

.contents-section[data-index="3"] .sticky-section .sticky-bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 40px;
}

.contents-section[data-index="3"] .sticky-section .sticky-bottom .highlight {
  font-size: 40px;
}

@media only screen and (max-width: 1280px) {
  .contents-section[data-index="3"] .sticky-section .sticky-bottom .highlight {
    font-size: 32px;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="3"] .sticky-section .sticky-bottom .highlight {
    font-size: 20px;
  }
}

.contents-section[data-index="3"] .sticky-section .check-lists {
  margin-top: 32px;
}

.contents-section[data-index="3"] .sticky-section .check-lists .check-items {
  display: inline-block;
  position: relative;
  z-index: 0;
  text-align: center;
  padding-left: 32px;
  line-height: 64px;
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="3"] .sticky-section .check-lists .check-items {
    line-height: 42px;
  }
}

.contents-section[data-index="3"] .sticky-section .check-lists .check-items + br + .check-items {
  margin-left: 64px;
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="3"] .sticky-section .check-lists .check-items + br + .check-items {
    margin-left: 0;
  }
}

.contents-section[data-index="3"] .sticky-section .check-lists .check-items::before {
  content: "";
  display: inline-block;
  width: 100%;
  padding: 32px 24px;
  -webkit-transform: skew(-40deg);
          transform: skew(-40deg);
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="3"] .sticky-section .check-lists .check-items::before {
    padding: 20px 16px;
  }
}

.contents-section[data-index="3"] .sticky-section .check-lists .check-items.line::after {
  content: "";
  display: block;
  width: 3px;
  height: 22px;
  background: #f26a21;
  -webkit-transform: skew(-40deg);
          transform: skew(-40deg);
  position: absolute;
}

.contents-section[data-index="3"] .sticky-section .check-lists .check-items.line.left-bottom::after {
  left: -16px;
  bottom: -11px;
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="3"] .sticky-section .check-lists .check-items.line.left-bottom::after {
    left: -5px;
  }
}

.contents-section[data-index="3"] .sticky-section .check-lists .check-items.line.right-top::after {
  right: -60px;
  top: -11px;
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="3"] .sticky-section .check-lists .check-items.line.right-top::after {
    right: -30px;
  }
}

.contents-section[data-index="3"] .sticky-section .check-lists .check-items span {
  position: relative;
  padding-left: 48px;
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="3"] .sticky-section .check-lists .check-items span {
    padding-left: 30px;
    white-space: nowrap;
  }
}

.contents-section[data-index="3"] .sticky-section .check-lists .check-items span::before {
  content: "";
  display: block;
  width: 36px;
  height: 29px;
  background: url(../images/ico_resulition_chk@2x.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: -4px;
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="3"] .sticky-section .check-lists .check-items span::before {
    width: 24px;
    height: 20px;
    top: -1px;
  }
}

@media only screen and (max-width: 1600px) {
  .contents-section[data-index="3"] .sticky-section .check-lists {
    padding-right: 78px;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="3"] .sticky-section .check-lists {
    padding-right: 36px;
  }
}

.contents-section[data-index="4"] {
  padding: 120px 0 0 0;
  position: relative;
  background: url(../images/bg_dream_box.png) repeat center center;
  overflow: hidden;
}

.contents-section[data-index="4"] .inner {
  position: relative;
}

.contents-section[data-index="4"] h3 {
  color: #fff;
  font-size: 64px;
}

.contents-section[data-index="4"] h3 span {
  display: block;
  font-weight: 400;
}

@media only screen and (max-width: 1280px) {
  .contents-section[data-index="4"] h3 {
    font-size: 52px;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="4"] h3 {
    font-size: 24px;
  }
}

.contents-section[data-index="4"] h4 {
  font-size: 28px;
  color: #fff;
  font-weight: 300;
  margin-top: 40px;
  line-height: 1.55;
}

@media only screen and (max-width: 1280px) {
  .contents-section[data-index="4"] h4 {
    font-size: 22px;
    margin-top: 32px;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="4"] h4 {
    font-size: 16px;
  }
}

.contents-section[data-index="4"] #giftBox {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.contents-section[data-index="4"] .gift-box {
  position: relative;
  width: 593px;
  margin: -100px auto 60px;
}

.contents-section[data-index="4"] .gift-box .gift-box-head {
  width: 380px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-transform: translate(0, 165px);
          transform: translate(0, 165px);
}

.contents-section[data-index="4"] .gift-box .gift-box-body {
  margin: 0 auto;
  width: 397px;
}

.contents-section[data-index="4"] .gift-box .gift-pop-purple,
.contents-section[data-index="4"] .gift-box .gift-pop-orange,
.contents-section[data-index="4"] .gift-box .gift-pop-navy,
.contents-section[data-index="4"] .gift-box .gift-pop-yellow {
  overflow: hidden;
  height: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  opacity: 0;
}

.contents-section[data-index="4"] .gift-box .gift-pop-purple {
  width: 204px;
  background: url(../images/obj_pop_purple@2x.png) no-repeat center bottom;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 255px;
}

.contents-section[data-index="4"] .gift-box .gift-pop-orange {
  width: 53px;
  background: url(../images/obj_pop_orange@2x.png) no-repeat center bottom;
  background-size: 100%;
  position: absolute;
  left: 192px;
  bottom: 245px;
}

.contents-section[data-index="4"] .gift-box .gift-pop-navy {
  width: 68px;
  background: url(../images/obj_pop_navy@2x.png) no-repeat center bottom;
  background-size: 100%;
  position: absolute;
  right: 192px;
  bottom: 240px;
}

.contents-section[data-index="4"] .gift-box .gift-pop-yellow {
  width: 204px;
  background: url(../images/obj_pop_yellow@2x.png) no-repeat center bottom;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 255px;
}

.contents-section[data-index="4"] .gift-box.is-active .gift-box-head {
  -webkit-animation: box-lid 1.5s forwards ease-in-out;
          animation: box-lid 1.5s forwards ease-in-out;
}

.contents-section[data-index="4"] .gift-box.is-active .gift-box-body {
  -webkit-animation: box-body 1.5s forwards ease-in-out;
          animation: box-body 1.5s forwards ease-in-out;
}

.contents-section[data-index="4"] .gift-box.is-active .gift-pop-purple,
.contents-section[data-index="4"] .gift-box.is-active .gift-pop-orange,
.contents-section[data-index="4"] .gift-box.is-active .gift-pop-navy,
.contents-section[data-index="4"] .gift-box.is-active .gift-pop-yellow {
  opacity: 1;
}

.contents-section[data-index="4"] .gift-box.is-active .gift-pop-purple {
  height: 160px;
}

.contents-section[data-index="4"] .gift-box.is-active .gift-pop-orange {
  height: 62px;
}

.contents-section[data-index="4"] .gift-box.is-active .gift-pop-navy {
  height: 79px;
}

.contents-section[data-index="4"] .gift-box.is-active .gift-pop-yellow {
  height: 160px;
}

@media only screen and (max-width: 1280px) {
  .contents-section[data-index="4"] .gift-box {
    width: 320px;
  }
  .contents-section[data-index="4"] .gift-box .gift-box-head {
    width: 100%;
  }
  .contents-section[data-index="4"] .gift-box .gift-box-body {
    width: 100%;
  }
  .contents-section[data-index="4"] .gift-box.is-active .gift-pop-purple {
    left: -100px;
    bottom: 201px;
  }
  .contents-section[data-index="4"] .gift-box.is-active .gift-pop-orange {
    left: 92px;
    bottom: 190px;
  }
  .contents-section[data-index="4"] .gift-box.is-active .gift-pop-navy {
    right: 60px;
    bottom: 194px;
  }
  .contents-section[data-index="4"] .gift-box.is-active .gift-pop-yellow {
    right: -120px;
    bottom: 205px;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="4"] .gift-box {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

.contents-section[data-index="4"] #canvas {
  height: 100vh;
  pointer-events: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 30%;
  z-index: 10;
}

.contents-section[data-index="4"] #fullPop {
  height: 100vh;
  pointer-events: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.contents-section[data-index="5"] {
  background: #fff url(../images/txt_reimagine_future.png) no-repeat right center;
  padding: 112px 0 198px 0;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1280px) {
  .contents-section[data-index="5"] {
    background-size: 400px;
    background-position: right 20%;
  }
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="5"] {
    padding: 100px 0 120px 0;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="5"] {
    background-image: none;
  }
}

.contents-section[data-index="5"] h3 {
  color: #15245b;
  font-size: 40px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1280px) {
  .contents-section[data-index="5"] h3 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="5"] h3 {
    font-size: 20px;
  }
}

.contents-section[data-index="5"] .dreambox-lists {
  margin-top: 100px;
}

.contents-section[data-index="5"] .dreambox-lists ul::after {
  content: "";
  display: table;
  clear: both;
}

.contents-section[data-index="5"] .dreambox-lists ul li {
  width: 20%;
  text-align: center;
  float: left;
}

.contents-section[data-index="5"] .dreambox-lists ul li img {
  width: 240px;
}

.contents-section[data-index="5"] .dreambox-lists ul li span {
  display: block;
  margin-top: 24px;
}

@media only screen and (max-width: 1280px) {
  .contents-section[data-index="5"] .dreambox-lists ul li {
    font-size: 16px;
  }
  .contents-section[data-index="5"] .dreambox-lists ul li img {
    width: 80%;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="5"] .dreambox-lists ul li {
    font-size: 14px;
    width: 50%;
    margin-bottom: 32px;
  }
}

.contents-section[data-index="5"] .cta-button-mid {
  text-align: center;
  margin-top: 180px;
}

.contents-section[data-index="5"] .cta-button-mid button {
  display: inline-block;
  font-size: 32px;
  position: relative;
  z-index: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contents-section[data-index="5"] .cta-button-mid button::before {
  content: "";
  display: inline-block;
  padding: 24px 70px;
  background: #ffdc0e;
  -webkit-transform: skew(-30deg);
          transform: skew(-30deg);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media only screen and (max-width: 1280px) {
  .contents-section[data-index="5"] .cta-button-mid button {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="5"] .cta-button-mid {
    margin-top: 120px;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="5"] .cta-button-mid {
    margin-top: 60px;
  }
  .contents-section[data-index="5"] .cta-button-mid button {
    font-size: 16px;
  }
  .contents-section[data-index="5"] .cta-button-mid button::before {
    padding: 16px 28px;
  }
}

.contents-section[data-index="5"] .ico-scroll {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -40px;
}

.contents-section[data-index="5"] .ico-scroll img {
  width: 80px;
  border-radius: 100%;
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="5"] .ico-scroll {
    display: none;
  }
}

.list li {
  padding-left: 16px;
  position: relative;
  font-size: 20px;
}

.list li + li {
  margin-top: 8px;
}

.list.type-dots li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #15245b;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 100%;
}

@media only screen and (max-width: 1280px) {
  .list li {
    font-size: 16px;
  }
  .list.type-dots li::before {
    top: 4px;
  }
}

@media only screen and (max-width: 640px) {
  .list li {
    font-size: 14px;
  }
}

.contents-section[data-index="6"] {
  background: #e2f0f6 url(../images/img_index6_bg.png) no-repeat right top;
  padding: 120px 0 84px 0;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="6"] {
    background: #e2f0f6;
  }
}

.contents-section[data-index="6"] h3 {
  font-size: 64px;
  line-height: 1.5;
  color: #152150;
  font-weight: 300;
}

.contents-section[data-index="6"] h3 strong {
  display: inline-block;
  position: relative;
  z-index: 0;
}

.contents-section[data-index="6"] h3 strong.underline::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 28px;
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 20px;
  background: #b2def1;
}

@media only screen and (max-width: 1280px) {
  .contents-section[data-index="6"] h3 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="6"] h3 {
    font-size: 24px;
  }
  .contents-section[data-index="6"] h3 strong.underline::before {
    bottom: 0;
    height: 12px;
  }
}

.contents-section[data-index="6"] .support-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 104px;
  position: relative;
  z-index: 1;
}

.contents-section[data-index="6"] .support-info .graph-box {
  width: 524px;
}

.contents-section[data-index="6"] .support-info .txt-box {
  background: url(../images/bg_support_text@2x.png) no-repeat center center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 872px;
  height: 480px;
  background-size: 100%;
  line-height: 2;
}

@media only screen and (max-width: 1280px) {
  .contents-section[data-index="6"] .support-info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 32px;
  }
  .contents-section[data-index="6"] .support-info .graph-box {
    width: 30%;
  }
  .contents-section[data-index="6"] .support-info .txt-box {
    width: 60%;
  }
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="6"] .support-info {
    display: block;
  }
  .contents-section[data-index="6"] .support-info .graph-box {
    margin: 0 auto 32px;
  }
  .contents-section[data-index="6"] .support-info .txt-box {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="6"] .support-info .graph-box {
    width: 80%;
  }
  .contents-section[data-index="6"] .support-info .txt-box {
    display: block;
    height: auto;
    padding: 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 13px;
    background-size: 100% 100%;
  }
}

.contents-section[data-index="6"] .bg-object span {
  position: absolute;
  z-index: 0;
}

.contents-section[data-index="6"] .bg-object .twinkle-01 {
  width: 163px;
  right: 0;
  top: 109px;
  -webkit-animation: floating 5s linear infinite;
          animation: floating 5s linear infinite;
}

@keyframes floating {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -40px);
            transform: translate(0, -40px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="6"] .bg-object .twinkle-01 {
    display: none;
  }
}

.contents-section[data-index="6"] .bg-object .twinkle-02 {
  width: 210px;
  right: 174px;
  top: 318px;
  -webkit-animation: floating 2s linear infinite;
          animation: floating 2s linear infinite;
}

@keyframes floating {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="6"] .bg-object .twinkle-02 {
    display: none;
  }
}

footer {
  background: #374ea2;
  padding: 80px 0;
}

footer ul {
  font-size: 20px;
  color: #e5e6e8;
  line-height: 1.6;
}

footer .footer-logo {
  border-top: 1px solid #828385;
  padding-top: 55px;
  margin-top: 55px;
  text-align: center;
}

footer .footer-logo img {
  width: 103px;
}

@media only screen and (max-width: 1280px) {
  footer {
    padding: 40px 0;
  }
  footer ul {
    font-size: 16px;
  }
  footer .footer-logo img {
    width: 80px;
  }
}

@media only screen and (max-width: 640px) {
  footer ul {
    font-size: 14px;
  }
  footer .footer-logo img {
    width: 65px;
  }
}
