﻿@charset "UTF-8";
/* Img Path */
/* Reset CSS
 * --------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

table {
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: bold;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
    margin: 0;
    padding: 0;
    color: #444;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
}

*:focus {
    outline: none;
}

/* Custom CSS
  * --------------------------------------- */
body {
    line-height: 1.5;
    background: #000;
    font-family: 'Meiryo', sans-serif, 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Arial, 'Yu Gothic';
    font-weight: 300;
    vertical-align: baseline;
    overflow: hidden;
}

input[type="text"] {
    font-family: 'Meiryo', sans-serif, 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Arial, 'Yu Gothic';
    font-weight: 300;
}

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

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

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    float: none !important;
}

table,
th,
td {
    vertical-align: middle;
}

blockquote before,
blockquote after,
q before,
q after {
    content: "";
}

button {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.blind {
    width: 0;
    height: 0;
    overflow: hidden;
    display: inline-block;
}

#wrapper {
    position: relative;
    visibility: hidden;
}

.header {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 70px;
    background: url("../images/common/gnb/bg.png") no-repeat 0 0;
    background-size: cover;
}

.header .inner {
    width: 100%;
    margin: 0 auto;
    padding: 34px 0 0 0px;
    display: flex;
    align-items: center;
}

.header .inner h1 {
    margin-left: 0px;
}

.header .inner ul.gnb {
    position: absolute;
    display: inline-flex;
    left: 80px;
}

.header .inner ul.gnb li a {
    display: block;
    overflow: hidden;
    height: 18px;
    text-indent: -1000px;
    background: url() no-repeat center 0;
}

.header .inner ul.gnb li ~ li {
    margin-left: 30px;
}

.header .inner ul.gnb li.active a:after {
    content: "";
    animation: motionFadeIn 1s 0s ease both;
}

.header .inner ul.gnb li.leave a:after {
    content: "";
    animation: motionFadeOut 1s 0s ease both;
}

.header .inner ul.gnb li a.dep1.main {
    width: 96px;
    background-image: url(../images/common/gnb/menu1.png);
}

.header .inner ul.gnb li a.dep1.main:after {
    width: 96px;
    height: 18px;
    background-image: url(../images/common/gnb/menu1.png);
    background-position: center -22px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.header .inner ul.gnb li a.dep1.reservation {
    width: 116px;
    background-image: url(../images/common/gnb/menu2.png);
}

.header .inner ul.gnb li a.dep1.reservation:after {
    width: 116px;
    height: 18px;
    background-image: url(../images/common/gnb/menu2.png);
    background-position: center -22px;
    position: absolute;
    left: 125px;
    top: 0;
    opacity: 0;
}

.header .inner ul.gnb li a.dep1.event {
    width: 100px;
    background-image: url(../images/common/gnb/menu3.png);
}

.header .inner ul.gnb li a.dep1.event:after {
    width: 100px;
    height: 18px;
    background-image: url(../images/common/gnb/menu3.png);
    background-position: center -22px;
    position: absolute;
    left: 259px;
    top: 0;
    opacity: 0;
}

.header .inner ul.gnb li a.dep1.world {
    width: 100px;
    background-image: url(../images/common/gnb/menu4.png);
}

.header .inner ul.gnb li a.dep1.world:after {
    width: 100px;
    height: 18px;
    background-image: url(../images/common/gnb/menu4.png);
    background-position: center -22px;
    position: absolute;
    left: 256px;
    top: 0;
    opacity: 0;
}

.header .inner ul.gnb li a.dep1.character {
    width: 99px;
    background-image: url(../images/common/gnb/menu5.png);
}

.header .inner ul.gnb li a.dep1.character:after {
    width: 139px;
    height: 18px;
    background-image: url(../images/common/gnb/menu5.png);
    background-position: center -22px;
    position: absolute;
    left: 366px;
    top: 0;
    opacity: 0;
}

.header .inner ul.gnb li a.dep1.media {
    width: 100px;
    background-image: url(../images/common/gnb/menu6.png);
}

.header .inner ul.gnb li a.dep1.media:after {
    width: 122px;
    height: 18px;
    background-image: url(../images/common/gnb/menu6.png);
    background-position: center -22px;
    position: absolute;
    left: 115px;
    top: 0;
    opacity: 0;
}

.header .inner ul.quick {
    position: absolute;
    display: inline-flex;
    right: 80px;
    top: 10px;
}

.header .inner ul.quick li a {
    display: block;
    overflow: hidden;
    text-indent: -1000px;
    background: url() no-repeat center 0;
}

.header .inner ul.quick li:nth-child(n+2).active a:after {
    content: "";
    animation: motionFadeIn 1s 0s ease both;
}

.header .inner ul.quick li:nth-child(n+2).leave a:after {
    content: "";
    animation: motionFadeOut 1s 0s ease both;
}

.header .inner ul.quick li ~ li {
    margin-left: -8px;
}

.header .inner ul.quick li a.audio {
    width: 100px;
    height: 27px;
    background-image: url(../images/common/sns/audio.png);
    margin: 12px 30px 0px 0px;
    cursor: pointer;
}

.header .inner ul.quick li a.audio.on {
    background-position: center -33px;
}

.header .inner ul.quick li a.audio.hidden {
    background-position: center bottom;
}

.header .inner ul.quick li a.facebook {
    width: 64px;
    height: 64px;
    background-image: url(../images/common/sns/facebook.png);
}

.header .inner ul.quick li a.facebook:after {
    width: 64px;
    height: 58px;
    background-image: url(../images/common/sns/facebook.png);
    background-position: center -82px;
    position: absolute;
    left: 122px;
    top: 0;
    opacity: 0;
}

.header .inner ul.quick li a.insta {
    width: 64px;
    height: 64px;
    background-image: url(../images/common/sns/insta.png);
}

.header .inner ul.quick li a.insta:after {
    width: 64px;
    height: 58px;
    background-image: url(../images/common/sns/insta.png);
    background-position: center -82px;
    position: absolute;
    left: 178px;
    top: 0;
    opacity: 0;
}

.header .inner ul.quick li a.twitter {
    width: 64px;
    height: 64px;
    background-image: url(../images/common/sns/twitter.png);
}

.header .inner ul.quick li a.twitter:after {
    width: 64px;
    height: 58px;
    background-image: url(../images/common/sns/twitter.png);
    background-position: center -82px;
    position: absolute;
    left: 234px;
    top: 0;
    opacity: 0;
}

.header .inner ul.quick li a.cafe {
    width: 64px;
    height: 64px;
    background-image: url(../images/common/sns/cafe.png);
}

.header .inner ul.quick li a.cafe:after {
    width: 64px;
    height: 58px;
    background-image: url(../images/common/sns/cafe.png);
    background-position: center -82px;
    position: absolute;
    left: 290px;
    top: 0;
    opacity: 0;
}

.header .inner ul.quick li a.youtube {
    width: 64px;
    height: 64px;
    background-image: url(../images/common/sns/youtube.png);
}

.header .inner ul.quick li a.youtube:after {
    width: 64px;
    height: 58px;
    background-image: url(../images/common/sns/youtube.png);
    background-position: center -82px;
    position: absolute;
    left: 346px;
    top: 0;
    opacity: 0;
}

.banner {
    position: fixed;
    top: 70px;
    right: -18px;
    z-index: 99;
    transform: scale(0.8);
}

.banner a {
    display: block;
    font-size: 0;
}

.banner .close {
    position:absolute;
    top: -8px;
    right: 20px;
    width: 54px;
    height: 54px;
    background: url("../images/common/banner-close.png") no-repeat 0 0;
}

.section {
    position: relative;
    background-color: #000;
}

.section .inner {
    width: 100%;
    height: 100%;
    text-align: center;
}

.section .inner.scr-bottom:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 45px;
    height: 80px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    bottom: 10px;
    background: url("../images/common/scroll-bottom.png") no-repeat 0 0;
    background-size: 45px 80px;
    -webkit-animation: scrollAni 1s infinite alternate;
    animation: scrollAni 1s infinite alternate;
    margin-left: -26px;
    pointer-events: none;
    z-index: 99;
}

.footer {
    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;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55px;
    background: url('../images/common/footer/bg.jpg') no-repeat center center;
    background-size: cover;
}

.footer .copyrights {
    position: absolute;
    left: 0;
    margin-left: 80px;
    height: 27px;
}

.footer .privacy {
    position: absolute;
    right: 0;
    margin-right: 80px;
}

/* #SECTION1 */
#section1 .videoArea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#section1 .videoArea .mainIntroVideo {
    position:absolute;
    left:50%;
    top:50%;
    z-index:0;
}

#section1 .videoArea .videoCover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/section1/cover.png");
    z-index: -1;
}

#section1 .inner {
    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;
}

#section1 .inner .content {
    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;
    transform: scale(0.9) rotate(.001deg);
    margin-top: 254px;
}

#section1 .inner [class^="btn-"] {
    overflow: hidden;
    text-indent: -1000px;
}

#section1 .inner .title {
    position: absolute;
    z-index: 1;
    top: 100px;
    left: 118px;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    width: 450px;
    height: 385px;
}

#section1 .inner .btn-play {
    display: block;
    width: 156px;
    height: 156px;
    margin-top: 74px;
    background: url("../images/section1/btn-play.png") no-repeat 0 0;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

#section1 .inner .btn-play:hover {
    background-position: 0 bottom;
}

#section1 .inner .store-box {
    position: relative;
    margin-top: 290px;
    z-index: 1;
    opacity: 0;
}

#section1 .inner .store-box a ~ a {
  margin-left: 10px;
}

#section1.fp-completely .inner .title {
    -webkit-animation: motionFadeInDown 0.5s ease-in-out both;
            animation: motionFadeInDown 0.5s ease-in-out both;
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
    will-change: transform;
}

#section1.fp-completely .inner .btn-play {
    -webkit-animation: motionFadeIn 0.5s ease-in-out both;
            animation: motionFadeIn 0.5s ease-in-out both;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    will-change: transform;
}

#section1.fp-completely .inner .store-box {
    -webkit-animation: motionFadeInUp 0.5s ease-in-out both;
            animation: motionFadeInUp 0.5s ease-in-out both;
    -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s;
    will-change: transform;
}

/* #SECTION4 */
#section4 {
    background: url(../images/section4/bg.jpg?v20201007) no-repeat center center;
    background-size: cover;
}

#section4 .inner {
    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;
}

#section4 .character.left {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -480px;
    margin-left: -1194px;
    opacity: 0;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    pointer-events: none;
    z-index: 0;
}

#section4 .character.right {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -350px;
    margin-right: -1152px;
    opacity: 0;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    pointer-events: none;
    z-index: 0;
}

#section4 .rhizome.left {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 160px;
    margin-left: -1048px;
    opacity: 1;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    pointer-events: none;
    /*z-index: 1;*/
}

#section4 .rhizome.right {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -80px;
    margin-right: -1076px;
    opacity: 1;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    pointer-events: none;
}

#section4 .inner .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.85) rotate(.001deg);
    margin-top: -14px;
}

#section4 .inner .content .title {
    position: relative;
    opacity: 0;
}

#section4 .inner .content .slide-box {
    position: relative;
    margin-top: -68px;
    opacity: 0;
}

#section4 .inner .content .slide-box::after {
  content: '';
  display: block;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 10;
  width: 1158px;
  height: 677px;
  background: url(../images/section4/frame.png) no-repeat center 0;
  pointer-events: none;
}

#section4 .inner .content .slide-box .swiper-wrap {
  display: block;
  position: relative;
  width: 1100px !important;
  height: 619px;
  margin: 119px 0px 0px -19px;
}

#section4 .inner .content .slide-box .swiper-wrap .swiper-slide {
  width: 1100px !important;
}

#section4 .inner .content .slide-box .swiper-wrap .swiper-slide .img {
  display: block;
  font-size: 0;
}

#section4 .inner .content .slide-box .swiper-wrap .swiper-slide-active {
  position: relative;
  z-index: 10;
}

.swiper-pagination {
  width: 100%;
  margin-top: 25px;
  padding: 13px 10px 0 0;
  text-align: right;
}

#section4 .inner .content .slide-box .swiper-wrap .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    font-weight: 400;
    opacity: 1;
    border-radius: 0;
    background-color: transparent;
    color: #767676;
}

#section4 .inner .content .slide-box .swiper-wrap .swiper-pagination .swiper-pagination-bullet-active {
    color: #8214f3;
}

#section4 .inner .content .slide-box .swiper-wrap .swiper-pagination-fraction {
    bottom: -60px;
}

#section4 .inner .content .slide-box .swiper-wrap [class^="swiper-button-"] {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 75px;
  height: 650px;
  margin-top: 0px;
}

#section4 .inner .content .slide-box .swiper-wrap .swiper-button-prev {
  left: -98px;
  width: 75px;
  height: 111px;
  background: url("../images/section4/btn-slide-prev.png") no-repeat center center;
}

#section4 .inner .content .slide-box .swiper-wrap .swiper-button-next {
  right: -98px;
  width: 75px;
  height: 111px;
  background: url("../images/section4/btn-slide-next.png") no-repeat center center;
}

#section4 .inner .content .slide-box .swiper-wrap .navi.swiper-button-prev {
  top: 684px;
  left: 500px;
  width: 9px;
  height: 13px;
  background: url("../images/section4/btn-navi-prev.png") no-repeat center center;
}

#section4 .inner .content .slide-box .swiper-wrap .navi.swiper-button-next {
  top: 684px;
  right: 500px;
  width: 9px;
  height: 13px;
  background: url("../images/section4/btn-navi-next.png") no-repeat center center;
}

#section4.fp-completely .inner .content .title {
    -webkit-animation: motionFadeInDown 0.5s ease-in-out both;
            animation: motionFadeInDown 0.5s ease-in-out both;
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
    will-change: transform;
}

#section4.fp-completely .character.left {
    -webkit-animation: motionFadeInLeftScale85 0.5s ease-in-out both;
            animation: motionFadeInLeftScale85 0.5s ease-in-out both;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    will-change: transform;
}

#section4.fp-completely .character.right {
    -webkit-animation: motionFadeInRightScale85 0.5s ease-in-out both;
            animation: motionFadeInRightScale85 0.5s ease-in-out both;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    will-change: transform;
}

#section4.fp-completely .inner .content .slide-box {
    -webkit-animation: motionFadeIn 0.5s ease-in-out both;
            animation: motionFadeIn 0.5s ease-in-out both;
    -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s;
    will-change: transform;
}

/* #SECTION5 */
#section5 {
    background: url(../images/section5/bg.jpg) no-repeat center top;
    background-size: cover;
    z-index: 2;
}

#section5 .inner {
    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;
}

#section5 .inner .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.85) rotate(.001deg);
}

#section5 .inner .content .title {
    position: relative;
    opacity: 0;
}

#section5 .inner .content .diagram-box {
    position: relative;
    margin-top: -48px;
    margin-left: -194px;
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.85);
}

#section5 .inner .content .diagram-box .diagram {
    width: 1288px;
    height: 888px;
    background: url(../images/section5/diagram.png) no-repeat center 0;
}

#section5 .inner .content .diagram-box .diagram a {
    cursor: pointer;
}

#section5 .inner .content .diagram-box .diagram .btn-character1 {
    position: absolute;
    display: block;
    width: 266px;
    height: 282px;
    top: 50%;
    left: 50%;
    margin-top: -112px;
    margin-left: -26px;
}

#section5 .inner .content .diagram-box .diagram .btn-character2 {
    position: absolute;
    display: block;
    width: 226px;
    height: 236px;
    top: 50%;
    left: 50%;
    margin-top: -338px;
    margin-left: 286px;
}

#section5 .inner .content .diagram-box .diagram .btn-character3 {
    position: absolute;
    display: block;
    width: 226px;
    height: 237px;
    top: 50%;
    left: 50%;
    margin-top: -338px;
    margin-left: -300px;
}

#section5 .inner .content .diagram-box .diagram .btn-character4 {
    position: absolute;
    display: block;
    width: 185px;
    height: 163px;
    top: 50%;
    left: 50%;
    margin-top: -80px;
    margin-left: 376px;
}

#section5 .inner .content .diagram-box .diagram .btn-character5 {
    position: absolute;
    display: block;
    width: 180px;
    height: 167px;
    top: 50%;
    left: 50%;
    margin-top: 106px;
    margin-left: 342px;
}

#section5 .inner .content .diagram-box .diagram .btn-character6 {
    position: absolute;
    display: block;
    width: 185px;
    height: 168px;
    top: 50%;
    left: 50%;
    margin-top: 238px;
    margin-left: 212px;
}

#section5 .inner .content .diagram-box .diagram .btn-character7 {
    position: absolute;
    display: block;
    width: 163px;
    height: 177px;
    top: 50%;
    left: 50%;
    margin-top: 285px;
    margin-left: 32px;
}

#section5 .inner .content .diagram-box .diagram .btn-character8 {
    position: absolute;
    display: block;
    width: 202px;
    height: 168px;
    top: 50%;
    left: 50%;
    margin-top: 238px;
    margin-left: -190px;
}

#section5 .inner .content .diagram-box .diagram .btn-character9 {
    position: absolute;
    display: block;
    width: 191px;
    height: 167px;
    top: 50%;
    left: 50%;
    margin-top: 106px;
    margin-left: -322px;
}

#section5 .inner .content .diagram-box .diagram .btn-character10 {
    position: absolute;
    display: block;
    width: 182px;
    height: 163px;
    top: 50%;
    left: 50%;
    margin-top: -80px;
    margin-left: -358px;
}

#section5.fp-completely .inner .content .title {
    -webkit-animation: motionFadeInDown 0.5s ease-in-out both;
            animation: motionFadeInDown 0.5s ease-in-out both;
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
    will-change: transform;
}

#section5.fp-completely .inner .content .diagram-box {
    -webkit-animation: motionFadeIn-Diagram 0.5s ease-in-out both;
            animation: motionFadeIn-Diagram 0.5s ease-in-out both;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    will-change: transform;
}

/* #section7 */
#section7 {
    background: url(../images/section7/bg.jpg) no-repeat center center;
    background-size: cover;
    z-index: 1;
}

#section7 .character.left {
    position: absolute;
    top: 50%;
    left: -10%;
    margin-top: -520px;
    /* margin-left: -1419px; */
    opacity: 0;
    pointer-events: none;
    z-index: 0;
}

#section7 .character.right {
    position: absolute;
    top: 50%;
    right: -15%;
    margin-top: -500px;
    /* margin-right: -1156px; */
    opacity: 0;
    pointer-events: none;
    z-index: 0;
}

#section7 .inner .content.center {
    width: 1300px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 821px;
    left: 0;
    right: 0;
}

#section7 .inner .content .title,
#section7 .inner .content .content,
#section7 .inner .content .calendar {
    opacity: 0;
}

#section7 .inner .left {
    height: 100%;
    min-width: 770px;
    display: inline-block;
    float: left;
}

#section7 .inner .left .news .content {
    background: url(/content/pc/images/section7/news_bg.png);
    width: 770px;
    height: 708px;
    margin: auto;
    will-change: transform;
}

#section7 .inner .left .news .content .categorys {
    padding-top: 35px;
    width: 550px;
    display: inline-block;
}

#section7 .inner .left .news .content .categorys div {
    background: url(/content/pc/images/section7/news_btn.png);
    width: 110px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    float: left;
    font-size: 13px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 
  1px 0px 0px rgba(168, 86, 66, 0.5),  /*右*/
  -1px 0px 0px rgba(168, 86, 66, 0.5),  /*左*/
  0px 1px 0px rgba(168, 86, 66, 0.5),  /*下*/
  0px -1px 0px rgba(168, 86, 66, 0.5),  /*上*/

  1px 1px 0px rgba(168, 86, 66, 0.5),  /*右下*/
  -1px 1px 0px rgba(168, 86, 66, 0.5),  /*左下*/
  1px -1px 0px rgba(168, 86, 66, 0.5),  /*右上*/
  -1px -1px 0px rgba(168, 86, 66, 0.5),  /*左上*/

  2.121px 2.121px 0.3px rgba(168, 86, 66, 0.25);
}

#section7 .inner .left .news .content .categorys div.active {
    background: url(/content/pc/images/section7/news_btn0.png);
}

#section7 .inner .left .news .content .notifications ul {
    width: 665px;
    margin: auto;
    text-align: left;
    margin-top: 20px;
    color: #000000;
}

#section7 .inner .left .news .content .notifications ul.hidden {
    display: none;
}

#section7 .inner .left .news .content .notifications ul li {
    border-bottom: 1px solid #fec89d;
    padding-top: 10px;
}

#section7 .inner .left .news .content .notifications ul li .date {
    float: right;
}

#section7 .inner .left .news .content .notifications ul li .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

#section7 .inner .left .news .content .notifications ul li .title a {
    font-size: 20px;
    color: #000000;
    display: block;
    height: 30px;
}

#section7 .inner .left .news .content .notifications .label {
    width: 117px;
    height: 25px;
    display: inline-block;
}

#section7 .inner .left .news .content .notifications .event {
    background: url(/content/pc/images/section7/news_label_event.png);
}

#section7 .inner .left .news .content .notifications .maint {
    background: url(/content/pc/images/section7/news_label_maint.png);
}

#section7 .inner .left .news .content .notifications .notice {
    background: url(/content/pc/images/section7/news_label_notice.png);
}

#section7 .inner .left .news .content .notifications .update {
    background: url(/content/pc/images/section7/news_label_update.png);
}

#section7 .inner .left .news .content .notifications .new {
    background: url(/content/pc/images/section7/new.png);
    width: 62px;
    height: 25px;
    display: inline-block;
}

#section7 .inner .left .news .content .paging {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 55px;
    width: fit-content;
    margin: auto;
}

#section7 .inner .left .news .content .paging .prev {
    float: left;
    cursor: pointer;
}

#section7 .inner .left .news .content .paging .center {
    display: inline-block;
    line-height: 42px;
    padding: 0 40px;
}

#section7 .inner .left .news .content .paging .next {
    float: right;
    cursor: pointer;
}

#section7 .inner .right {
    height: 100%;
    min-width: 460px;
    display: inline-block;
    float: right;
}

#section7 .inner .movie .content {
    background: url(/content/pc/images/section7/movie_bg.png);
    width: 460px;
    height: 260px;
    margin: auto;
    will-change: transform;

}

#section7 .inner .movie .content .youtube {
    width: 446px;
    height: 244px;
    padding: 8px;
}

#section7 .inner .calendar {
    width: 460px;
    height: 113px;
}

#section7 .inner .calendar img {
    width: 100%;
}

#section7 .inner .sns {
    margin-top: 10px;
}

#section7 .inner .sns .content {
    background: url(/content/pc/images/section7/sns_bg.png);
    width: 460px;
    /* height: 306px; */
    height: 210px;
    margin: auto;
    will-change: transform;
}

#section7 .inner .sns .content .twitter {
    width: 446px;
    /* height: 290px; */
    height: 190px;
    padding: 8px;
}

#section7 #twitterTimeLine {
    /* height: 290px; */
    height: 190px;
    overflow: hidden scroll;
}

#section7.fp-completely .inner .content .title {
    -webkit-animation: motionFadeInDown 0.5s ease-in-out both;
            animation: motionFadeInDown 0.5s ease-in-out both;
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
    will-change: transform;
}

#section7.fp-completely .character.left {
    -webkit-animation: motionFadeInLeftScale70 0.5s ease-in-out both;
            animation: motionFadeInLeftScale70 0.5s ease-in-out both;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    will-change: transform;
}

#section7.fp-completely .character.right {
    -webkit-animation: motionFadeInRightScale70 0.5s ease-in-out both;
            animation: motionFadeInRightScale70 0.5s ease-in-out both;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    will-change: transform;
}

#section7.fp-completely .inner .content .content,
#section7.fp-completely .inner .content .calendar {
    -webkit-animation: motionFadeIn 0.5s ease-in-out both;
            animation: motionFadeIn 0.5s ease-in-out both;
    -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s;
    will-change: transform;
}

@-webkit-keyframes motionFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -60px, 0);
                transform: translate3d(0, -60px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}

@keyframes motionFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -60px, 0);
                transform: translate3d(0, -60px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes motionFadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 60px, 0);
                transform: translate3d(0, 60px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}

@keyframes motionFadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 60px, 0);
                transform: translate3d(0, 60px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes motionFadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}

@keyframes motionFadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes motionFadeOut {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}

@keyframes motionFadeOut {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes motionFadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-7%, 0, 0);
                transform: translate3d(-7%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}

@keyframes motionFadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-7%, 0, 0);
                transform: translate3d(-7%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes motionFadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(7%, 0, 0);
                transform: translate3d(7%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}

@keyframes motionFadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(7%, 0, 0);
                transform: translate3d(7%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes motionFadeInLeftScale85 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-7%, 0, 0) scale(0.85);
                transform: translate3d(-7%, 0, 0) scale(0.85);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0.85);
                transform: translate3d(0, 0, 0) scale(0.85);
    }
}

@keyframes motionFadeInLeftScale85 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-7%, 0, 0) scale(0.85);
                transform: translate3d(-7%, 0, 0) scale(0.85);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0.85);
                transform: translate3d(0, 0, 0) scale(0.85);
    }
}

@-webkit-keyframes motionFadeInRightScale85 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(7%, 0, 0) scale(0.85);
                transform: translate3d(7%, 0, 0) scale(0.85);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0.85);
                transform: translate3d(0, 0, 0) scale(0.85);
    }
}

@keyframes motionFadeInRightScale85 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(7%, 0, 0) scale(0.85);
                transform: translate3d(7%, 0, 0) scale(0.85);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0.85);
                transform: translate3d(0, 0, 0) scale(0.85);
    }
}

/* 디큐브 추가 */
@-webkit-keyframes motionFadeInLeftScale70 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-7%, 0, 0) scale(0.70);
                transform: translate3d(-7%, 0, 0) scale(0.70);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0.70);
                transform: translate3d(0, 0, 0) scale(0.70);
    }
}

@keyframes motionFadeInLeftScale70 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-7%, 0, 0) scale(0.70);
                transform: translate3d(-7%, 0, 0) scale(0.70);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0.70);
                transform: translate3d(0, 0, 0) scale(0.70);
    }
}

@-webkit-keyframes motionFadeInRightScale70 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(7%, 0, 0) scale(0.70);
                transform: translate3d(7%, 0, 0) scale(0.70);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0.70);
                transform: translate3d(0, 0, 0) scale(0.70);
    }
}

@keyframes motionFadeInRightScale70 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(7%, 0, 0) scale(0.70);
                transform: translate3d(7%, 0, 0) scale(0.70);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0.70);
                transform: translate3d(0, 0, 0) scale(0.70);
    }
}

@-webkit-keyframes motionFadeIn-Diagram {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0.85);
                transform: translate3d(0, 0, 0) scale(0.85);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0.85);
                transform: translate3d(0, 0, 0) scale(0.85);
    }
}

@keyframes motionFadeIn-Diagram {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0.85);
                transform: translate3d(0, 0, 0) scale(0.85);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0.85);
                transform: translate3d(0, 0, 0) scale(0.85);
    }
}

@-webkit-keyframes motionFadeInLeft-Notebook {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-7%, 0, 0) scale(0.7);
                transform: translate3d(-7%, 0, 0) scale(0.7);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0.7);
                transform: translate3d(0, 0, 0) scale(0.7);
    }
}

@keyframes motionFadeInLeft-Notebook {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-7%, 0, 0) scale(0.7);
                transform: translate3d(-7%, 0, 0) scale(0.7);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0.7);
                transform: translate3d(0, 0, 0) scale(0.7);
    }
}

@-webkit-keyframes motionFadeInRight-Notebook {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(7%, 0, 0) scale(0.7);
                transform: translate3d(7%, 0, 0) scale(0.7);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0.7);
                transform: translate3d(0, 0, 0) scale(0.7);
    }
}

@keyframes motionFadeInRight-Notebook {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(7%, 0, 0) scale(0.7);
                transform: translate3d(7%, 0, 0) scale(0.7);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0.7);
                transform: translate3d(0, 0, 0) scale(0.7);
    }
}

@-webkit-keyframes motionFadeInRight-Notebook60 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(7%, 0, 0) scale(0.6);
                transform: translate3d(7%, 0, 0) scale(0.6);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0.6);
                transform: translate3d(0, 0, 0) scale(0.6);
    }
}

@keyframes motionFadeInRight-Notebook60 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(7%, 0, 0) scale(0.6);
                transform: translate3d(7%, 0, 0) scale(0.6);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0.6);
                transform: translate3d(0, 0, 0) scale(0.6);
    }
}

@-webkit-keyframes scrollAni {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
    }
}

@keyframes scrollAni {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
    }
}

@keyframes closeRotate {
    0% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(360deg);
    }
}
@-moz-keyframes closeRotate {
    0% {
        -moz-transform:rotate(0deg);
    }
    100% {
        -moz-transform:rotate(360deg);
    }
}
@-webkit-keyframes closeRotate {
    0% {
        -webkit-transform:rotate(0deg);
    }
    100% {
        -webkit-transform:rotate(360deg);
    }
}
@-o-keyframes closeRotate {
    0% {
        -o-transform:rotate(0deg);
    }
    100% {
        -o-transform:rotate(360deg);
    }
}

/* 팝업 관련 */
.b-close {
  -webkit-transform: rotate(0deg);
}

.b-close:hover {
  -webkit-animation: closeSpin .6s 0s ease-in-out alternate;
          animation: closeSpin .6s 0s ease-in-out alternate;
}

@-webkit-keyframes closeSpin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes closeSpin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

/* POPUP */
#fade {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 40;
    display: none;
}

.popup {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    color: #fff;
}

.popup .btn-close {
    position: absolute;
    top: -64px;
    right: 0px;
    font-size: 0;
}

.popup .btn-confirm {
    display: block;
    width: 261px;
    height: 89px;
    margin: 15px auto;
    background: url("../images/popup/btn-confirm.png") no-repeat 0 0;
}

.popup .btn-confirm:hover {
    background-position: 0 -95px;
}

.popup.privacy {
    display: none;
    position: absolute;
    width: 1100px;
    height: 520px;
    background: url("../images/popup/bg-privacy.jpg") no-repeat center top;
}

.popup.complete {
    width: 758px;
    height: 340px;
}

.popup.complete .cnt {
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    background: url("../images/popup/bg-reservation-complete.png") no-repeat center top;
    z-index: 2;
}

.popup.complete .cnt .btn-confirm {
    position: absolute;
    left: 250px;
    bottom: 28px;
}

.popup.complete .character {
    position: absolute;
    right: -128px;
    z-index: 1;
}

.popup.pop-screen {
    width: 1280px;
    padding: 1px;
}

.popup.pop-screen .cnt {
    width: 100%;
    height: 720px;
}

.popup.pop-world {
    width: 1280px;
    height: 720px;
}

.popup.pop-world .cnt {
    position: absolute;
    height: 100%;
    width: 100%;
}

.popup.pop-world .cnt .slide-box {
    position: relative;
}

.popup.pop-world .cnt .slide-box::after {
  content: '';
  display: block;
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 10;
  width: 1280px;
  height: 720px;
  pointer-events: none;
}

.popup.pop-world .cnt .slide-box .swiper-wrap {
  display: block;
  position: relative;
  width: 1280px !important;
  height: 720px;
  margin: 0;
}

.popup.pop-world .cnt .slide-box .swiper-wrap .swiper-slide {
  width: 1280px !important;
}

.popup.pop-world .cnt .slide-box .swiper-wrap .swiper-slide .img {
  display: block;
  font-size: 0;
}

.popup.pop-world .cnt .slide-box .swiper-wrap .swiper-slide-active {
  position: relative;
  z-index: 10;
}

.popup.pop-world .cnt .slide-box .swiper-wrap [class^="swiper-button-"] {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 56px;
  height: 650px;
  margin-top: 0px;
}

.popup.pop-world .cnt .slide-box .swiper-wrap .swiper-button-prev {
  left: -76px;
  width: 56px;
  height: 81px;
  background: url("../images/popup/section4/btn-slide-prev.png") no-repeat center center;
}

.popup.pop-world .cnt .slide-box .swiper-wrap .swiper-button-next {
  right: -76px;
  width: 56px;
  height: 81px;
  background: url("../images/popup/section4/btn-slide-next.png") no-repeat center center;
}

.popup.pop-gallery {
    width: 1152px;
    height: 648px;
    padding: 1px;
}

.popup.pop-character {
    width: 1569px;
    height: 1110px;
    transform: scale(0.8);
}

.popup.pop-character .cnt {
    position: absolute;
    height: 100%;
    width: 100%;
}

.popup.pop-character .cnt .characterBox {
    position: absolute;
    height: 100%;
    width: 100%;
}

.popup.pop-character .cnt .characterBox.character1 {
    background: url("../images/popup/section5/character1-bg.png") no-repeat center center;
}

.popup.pop-character .cnt .characterBox.character1 a {
    position: absolute;
    display: block;
    right: 190px;
    top: 426px;
}

.popup.pop-character .cnt .characterBox.character1 .btn-close {
    position: absolute;
    top: 158px;
    right: 98px;
    font-size: 0;
}

.popup.pop-character .cnt .characterBox.character2 {
    background: url("../images/popup/section5/character2-bg.png") no-repeat center center;
}

.popup.pop-character .cnt .characterBox.character2 a {
    position: absolute;
    display: block;
    right: 222px;
    top: 474px;
}

.popup.pop-character .cnt .characterBox.character2 .btn-close {
    position: absolute;
    top: 146px;
    right: 72px;
    font-size: 0;
}

.popup.pop-character .cnt .characterBox.character3 {
    background: url("../images/popup/section5/character3-bg.png?v20200825") no-repeat center center;
}

.popup.pop-character .cnt .characterBox.character3 a {
    position: absolute;
    display: block;
    right: 275px;
    top: 450px;
}

.popup.pop-character .cnt .characterBox.character3 .btn-close {
    position: absolute;
    top: 118px;
    right: 112px;
    font-size: 0;
}

.popup.pop-character .cnt .characterBox.character4 {
    background: url("../images/popup/section5/character4-bg.png") no-repeat center center;
}

.popup.pop-character .cnt .characterBox.character4 a {
    position: absolute;
    display: block;
    right: 210px;
    top: 460px;
}

.popup.pop-character .cnt .characterBox.character4 .btn-close {
    position: absolute;
    top: 154px;
    right: 126px;
    font-size: 0;
}

.popup.pop-character .cnt .characterBox.character5 {
    background: url("../images/popup/section5/character5-bg.png") no-repeat center center;
}

.popup.pop-character .cnt .characterBox.character5 a {
    position: absolute;
    display: block;
    right: 180px;
    top: 426px;
}

.popup.pop-character .cnt .characterBox.character5 .btn-close {
    position: absolute;
    top: 114px;
    right: 60px;
    font-size: 0;
}

.popup.pop-character .cnt .characterBox.character6 {
    background: url("../images/popup/section5/character6-bg.png") no-repeat center center;
}

.popup.pop-character .cnt .characterBox.character6 a {
    position: absolute;
    display: block;
    right: 175px;
    top: 500px;
}

.popup.pop-character .cnt .characterBox.character6 .btn-close {
    position: absolute;
    top: 192px;
    right: 110px;
    font-size: 0;
}

.popup.pop-character .cnt .characterBox.character7 {
    background: url("../images/popup/section5/character7-bg.png") no-repeat center center;
}

.popup.pop-character .cnt .characterBox.character7 a {
    position: absolute;
    display: block;
    right: 185px;
    top: 514px;
}

.popup.pop-character .cnt .characterBox.character7 .btn-close {
    position: absolute;
    top: 194px;
    right: 104px;
    font-size: 0;
}

.popup.pop-character .cnt .characterBox.character8 {
    background: url("../images/popup/section5/character8-bg.png") no-repeat center center;
}

.popup.pop-character .cnt .characterBox.character8 a {
    position: absolute;
    display: block;
    right: 282px;
    top: 505px;
}

.popup.pop-character .cnt .characterBox.character8 .btn-close {
    position: absolute;
    top: 172px;
    right: 148px;
    font-size: 0;
}

.popup.pop-character .cnt .characterBox.character9 {
    background: url("../images/popup/section5/character9-bg.png") no-repeat center center;
}

.popup.pop-character .cnt .characterBox.character9 a {
    position: absolute;
    display: block;
    right: 234px;
    top: 480px;
}

.popup.pop-character .cnt .characterBox.character9 .btn-close {
    position: absolute;
    top: 156px;
    right: 130px;
    font-size: 0;
}

.popup.pop-character .cnt .characterBox.character10 {
    background: url("../images/popup/section5/character10-bg.png") no-repeat center center;
}

.popup.pop-character .cnt .characterBox.character10 a {
    position: absolute;
    display: block;
    right: 316px;
    top: 484px;
}

.popup.pop-character .cnt .characterBox.character10 .btn-close {
    position: absolute;
    top: 152px;
    right: 180px;
    font-size: 0;
}

/*----NoteBook CSS Start----*/
@media (max-height: 1040px) {
    .header {
        height: 59px;
    }

    .header .inner h1 {
        margin: -10px 0 0 -20px;
        transform: scale(0.7);
    }

    .header .inner ul.gnb {
        left: 0px;
        margin: -14px -120px 0px 0px;
        transform: scale(0.7);
    }

    .header .inner ul.quick {
        margin: -8px -80px 0px 0px;
        transform: scale(0.7);
    }

    .banner {
        transform: scale(0.7);
    }

    .section .inner.scr-bottom:after {
        width: 28px;
        height: 50px;
        background-size: 28px 50px;
    }

    #section1 .inner .content {
        transform: scale(0.7);
        margin-top: 154px;
    }

    #section2 .character {
        margin-left: -962px;
    }

    #section2 .inner .content {
        margin-top: 28px;
        transform: translate(-50%, -50%) scale(0.75);
    }

    #section2 .inner .content .registration {
        margin: -20px 0px 0px 581px;
    }

    #section2.fp-completely .inner .content .registration {
        -webkit-animation: motionFadeInLeft-Notebook 0.5s ease-in-out both;
                animation: motionFadeInLeft-Notebook 0.5s ease-in-out both;
    }

    #section3 .inner .content {
        margin-top: 26px;
        transform: translate(-50%, -50%) scale(0.7);
    }

    #section4 .inner .content {
        margin-top: -26px;
        transform: translate(-50%, -50%) scale(0.7);
    }

    #section4 .character.left {
        transform: scale(0.7);
    }

    #section4 .character.right {
        transform: scale(0.7);
    }

    #section4 .rhizome.left {
        transform: scale(0.7);
    }

    #section4 .rhizome.right {
        transform: scale(0.7);
    }

    #section4.fp-completely .character.left {
        -webkit-animation: motionFadeInLeft-Notebook 1s ease-in-out both;
                animation: motionFadeInLeft-Notebook 1s ease-in-out both;
        -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s;
    }

    #section4.fp-completely .character.right {
        -webkit-animation: motionFadeInRight-Notebook 1s ease-in-out both;
                animation: motionFadeInRight-Notebook 1s ease-in-out both;
        -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s;
    }

    #section5 .inner .content {
        margin-top: 34px;
        transform: translate(-50%, -50%) scale(0.7);
    }

    #section6 .inner .content {
        margin-top: -16px;
        transform: translate(-50%, -50%) scale(0.85);
    }

    #section6 .character.left {
        margin-left: -1022px;
        transform: scale(0.7);        
    }

    #section6 .character.right {
        margin-right: -1118px;
        transform: scale(0.7);
    }

    #section6.fp-completely .character.left {
        -webkit-animation: motionFadeInLeft-Notebook 1s ease-in-out both;
                animation: motionFadeInLeft-Notebook 1s ease-in-out both;
        -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s;
    }

    #section6.fp-completely .character.right {
        -webkit-animation: motionFadeInRight-Notebook 1s ease-in-out both;
                animation: motionFadeInRight-Notebook 1s ease-in-out both;
        -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s;
    }

    #section0 .inner .content {
        margin-top: -16px;
        transform: translate(-50%, -50%) scale(0.85);
    }
    
    #section0 .character.left {
        margin-left: -1022px;
        transform: scale(0.7);        
    }
    
    #section0 .character.right {
        margin-right: -1118px;
        transform: scale(0.6) !important;
    }
    
    #section0.fp-completely .character.left {
        -webkit-animation: motionFadeInLeft-Notebook 1s ease-in-out both;
                animation: motionFadeInLeft-Notebook 1s ease-in-out both;
        -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s;
    }
    
    #section0.fp-completely .character.right {
        -webkit-animation: motionFadeInRight-Notebook60 1s ease-in-out both;
                animation: motionFadeInRight-Notebook60 1s ease-in-out both;
        -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s;
    }
    
    #section0.fp-completely .characterRightText {
        position: absolute;
        top: -25px;
        left: 275px;
        -webkit-animation: motionFadeInRightScale70 0.8s ease-in-out both;
                animation: motionFadeInRightScale70 0.8s ease-in-out both;
        -webkit-animation-delay: 1.0s;
                animation-delay: 1.0s;
        will-change: transform;
    }

    #section7 .inner .content {
        margin-top: -16px;
        transform: scale(0.85);
    }
    
    #section7 .character.left {
        transform: scale(0.7);
    }
    
    #section7 .character.right {
        transform: scale(0.7);
    }
    
    #section7.fp-completely .character.left {
        -webkit-animation: motionFadeInLeft-Notebook 1s ease-in-out both;
                animation: motionFadeInLeft-Notebook 1s ease-in-out both;
        -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s;
    }
    
    #section7.fp-completely .character.right {
        -webkit-animation: motionFadeInRight-Notebook60 1s ease-in-out both;
                animation: motionFadeInRight-Notebook60 1s ease-in-out both;
        -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s;
    }
    
    #section7.fp-completely .characterRightText {
        position: absolute;
        top: -25px;
        left: 275px;
        -webkit-animation: motionFadeInRightScale70 0.8s ease-in-out both;
                animation: motionFadeInRightScale70 0.8s ease-in-out both;
        -webkit-animation-delay: 1.0s;
                animation-delay: 1.0s;
        will-change: transform;
    }

    .footer {
        height: 40px;
    }

    .footer .copyrights {
        transform: scale(0.7);
    }

    .footer .privacy {
        transform: scale(0.7);
    }

    .popup.pop-character {
        top: -95px !important;
        transform: scale(0.6);
    }

    @-webkit-keyframes motionFadeIn-Diagram {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, 0, 0) scale(0.85);
                    transform: translate3d(0, 0, 0) scale(0.85);
        }
        100% {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0) scale(0.85);
                    transform: translate3d(0, 0, 0) scale(0.85);
        }
    }

    @keyframes motionFadeIn-Diagram {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, 0, 0) scale(0.85);
                    transform: translate3d(0, 0, 0) scale(0.85);
        }
        100% {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0) scale(0.85);
                    transform: translate3d(0, 0, 0) scale(0.85);
        }
    }
}
/*----NoteBook CSS End----*/
/*---- 800 > height > 1080 CSS Start----*/
/*--- 800 > height > 1080 CSS End----*/
/*---- height > 1400 CSS Start----*/
@media (min-height: 1400px) {
}

/*---- height < 1000 and width < 1800 CSS Start----*/
@media (max-height: 1000px) and (max-width: 1800px) and (min-width: 1600px) {
}
/*--- height < 1000 and width < 1800 CSS End----*/

/*----IE10+ Browser CSS Start----*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .header .inner ul.gnb {
        top: 26px;
    }

    .footer .copyrights {
        top: 0;
        margin-top: 14px;
    }

    .footer .privacy {
        top: 0;
        margin-top: 14px;
    }
}
/*----IE10+ Browser CSS End----*/

/*---- width > 1920 CSS Start----*/
/*
@media (min-width: 1950px) {
    .banner {
        top: 130px;
        transform: scale(1);
    }

    .section .inner.scr-bottom:after {
        width: 64px;
        height: 113px;
        background-size: 64px 113px;   
    }

    #section1 .inner .content {
        margin-top: 0px;
        transform: scale(1);
    }

    #section2 .character {
        margin-left: -898px;
    }

    #section2 .inner .content {
        margin-top: -112px;
        transform: translate(-50%, -50%) scale(1);
    }

    #section2 .inner .content .registration {
        margin: 32px 0px 0px 954px;
    }

    #section3 .character {
        margin-top: -348px;
        margin-left: -1142px;
    }

    #section3 .inner .content {
        margin-top: -106px;
        transform: translate(-50%, -50%) scale(1);
    }

    #section3 .inner .content .rewards {
        margin-left: 210px;
    }

    #section4 .inner .content {
        margin-top: -142px;
        transform: translate(-50%, -50%) scale(1);
    }

    #section4 .inner .content .slide-box {
        margin-top: 0px;
    }

    #section4 .character.left {
        transform: scale(1);
        margin-top: -582px;
        margin-left: -1276px;
    }

    #section4 .character.right {
        transform: scale(1);
        margin-top: -434px;
        margin-right: -1270px;
    }

    #section4 .rhizome.left {
        margin-top: 320px;
        margin-left: -1282px;
        transform: scale(1);
    }

    #section4 .rhizome.right {
        margin-top: 32px;
        margin-right: -1278px;
        transform: scale(1);
    }

    #section4.fp-completely .character.left {
        -webkit-animation: motionFadeInLeft 1s ease-in-out both;
                animation: motionFadeInLeft 1s ease-in-out both;
        -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s;
    }

    #section4.fp-completely .character.right {
        -webkit-animation: motionFadeInRight 1s ease-in-out both;
                animation: motionFadeInRight 1s ease-in-out both;
        -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s;
    }

    #section5 .inner .content {
        margin-top: -44px;
        transform: translate(-50%, -50%) scale(1);
    }

    #section5 .inner .content .diagram-box {
        margin-top: 48px;
    }

    #section6 .inner .content {
        margin-top: -220px;
        transform: translate(-50%, -50%) scale(1);
    }

    #section6 .inner .content .slide-box {
        margin-top: 145px;
        margin-left: 20px;
    }

    #section6 .character.left {
        transform: scale(1);
        margin-top: -654px;
        margin-left: -1280px;
    }

    #section6 .character.right {
        transform: scale(1);
        margin-top: -624px;
        margin-right: -1280px;
    }

    #section6.fp-completely .character.left {
        -webkit-animation: motionFadeInLeft 1s ease-in-out both;
                animation: motionFadeInLeft 1s ease-in-out both;
        -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s;
    }

    #section6.fp-completely .character.right {
        -webkit-animation: motionFadeInRight 1s ease-in-out both;
                animation: motionFadeInRight 1s ease-in-out both;
        -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s;
    }

    #section0 .inner .content {
        margin-top: -180px;
        transform: translate(-50%, -50%) scale(1);
    }
    
    #section0 .inner .content .slide-box {
        margin-top: 145px;
        margin-left: 20px;
    }
    
    #section0 .character.left {
        transform: scale(1);
        margin-top: -654px;
        margin-left: -1280px;
    }
    
    #section0 .character.right {
        transform: scale(1);
        margin-top: -624px;
        margin-right: -1280px;
        top: 50%;
    }
    
    #section0.fp-completely .character.left {
        -webkit-animation: motionFadeInLeft 1s ease-in-out both;
                animation: motionFadeInLeft 1s ease-in-out both;
        -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s;
    }
    
    #section0.fp-completely .character.right {
        -webkit-animation: motionFadeInRight 1s ease-in-out both;
                animation: motionFadeInRight 1s ease-in-out both;
        -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s;
    }
    
    #section0.fp-completely .characterRightText {
        position: absolute;
        top: -25px;
        left: 275px;
        -webkit-animation: motionFadeInRightScale70 0.8s ease-in-out both;
                animation: motionFadeInRightScale70 0.8s ease-in-out both;
        -webkit-animation-delay: 1.0s;
                animation-delay: 1.0s;
        will-change: transform;
    }

    .footer {
        height: 90px;
    }

    .popup.pop-character {
        transform: scale(1);
    }

    @-webkit-keyframes motionFadeIn-Diagram {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, 0, 0) scale(1);
                    transform: translate3d(0, 0, 0) scale(1);
        }
        100% {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0) scale(1);
                    transform: translate3d(0, 0, 0) scale(1);
        }
    }

    @keyframes motionFadeIn-Diagram {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, 0, 0) scale(1);
                    transform: translate3d(0, 0, 0) scale(1);
        }
        100% {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0) scale(1);
                    transform: translate3d(0, 0, 0) scale(1);
        }
    }
}
*/
/*---- width > 1920 CSS End----*/

#downloadLink a {
    margin-right: 20px;
}

#footer {
    height: 190px !important;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url('../images/common/footer/bg.jpg') no-repeat center center;
    background-size: cover;
}

#footer .fp-tableCell {
    height: inherit !important;
    display: block !important;
}

#footer .logo {
    height: 180px;
    display: inline-block;
    vertical-align: top;
}

#footer .copyrights {
    display: inline-block;
    vertical-align: top;
    margin: 0 60px;
}

#footer .copyrights table {
    margin: auto;
}
#footer .privacy {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}