#comparison {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#comparison #arrow {
    position: absolute;
    right: 0;
    bottom: calc(20% - 9px);
    left: 0;
    z-index: 3;
    margin: 0 auto;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-image: url("../images/01.cover/arrow_btn@2x.png");
    background-size: 100%;
    -webkit-transform: translateY(calc((25px / 2) + 9px));
    transform: translateY(calc((25px / 2) + 9px));
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -ms-touch-action: none;
    touch-action: none;
}
#comparison #arrow-guide {
    position: absolute;
    bottom: 20%;
    left: 0;
    z-index: 2;
    padding-bottom: 40px;
    width: 100%;
    text-align: center;
    -webkit-transition: opacity 0.2s, visibility 0.2s;
    transition: opacity 0.2s, visibility 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
#comparison #arrow-guide.hide {
    opacity: 0;
    visibility: hidden;
}
#comparison #arrow-bg {
    position: absolute;
    right: 0;
    bottom: calc(20% - 9px);
    left: 0;
    z-index: 2;
    margin: 0 auto;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -webkit-transform: translateY(calc((25px / 2) + 9px));
    transform: translateY(calc((25px / 2) + 9px));
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
#comparison #arrow-bg:before,
#comparison #arrow-bg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: 2s opacity infinite;
    animation: 2s opacity infinite;
}
#comparison #arrow-bg:before {
    z-index: -1;
    background-color: rgba(187, 147, 90, 0.5);
    -webkit-transform: scale(1.22);
    transform: scale(1.22);
}
#comparison #arrow-bg:after {
    z-index: -2;
    background-color: rgba(187, 147, 90, 0.3);
    -webkit-transform: scale(1.44);
    transform: scale(1.44);
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
@-webkit-keyframes opacity {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes opacity {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
#comparison #arrow-bg.hide:before,
#comparison #arrow-bg.hide:after {
    opacity: 0;
    -webkit-animation: none;
    animation: none;
}
#comparison #arrow-fillerbox {
    position: absolute;
    right: 0;
    bottom: calc(20%);
    left: 0;
    z-index: 1;
    margin: 0 auto;
    width: 285px;
    height: 97px;
    background-image: url("../images/01.cover/step_1@2x.png");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.35);
    box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.35);
    -webkit-transform: translateY(calc(97px / 2));
    transform: translateY(calc(97px / 2));
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -ms-touch-action: none;
    touch-action: none;
}
#comparison .visual {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    font-size: 0;
    background-image: url("../images/01.cover/back@2x.png");
    background-size: 220px 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
}
#comparison .visual #divisor {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background-image: url("../images/01.cover/front@2x.png");
    background-size: 220px;
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 -2px 15px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 -2px 15px -5px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
#comparison .visual #divisor .message {
    position: absolute;
    right: 15px;
    bottom: 70px;
    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;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 1s, visibility 1s;
    transition: opacity 1s, visibility 1s;
}
#comparison .visual #divisor .message img {
    margin-top: 10px;
}
#comparison .visual #divisor .message.show {
    opacity: 1;
    visibility: visible;
}
#comparison input[type="range"] {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-writing-mode: bt-lr;
    -ms-writing-mode: bt-lr;
    writing-mode: bt-lr;
    -webkit-appearance: slider-vertical;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
#comparison input[type="range"]::-webkit-slider-thumb {
    -webkit-transform: scale(50);
    transform: scale(50);
    -webkit-user-select: auto;
    user-select: auto;
    pointer-events: auto;
}
#comparison input[type="range"]::-moz-range-thumb {
    transform: scale(50);
    -moz-user-select: auto;
    user-select: auto;
    pointer-events: auto;
}
#cover {
    -webkit-transition: opacity 0.8s, visibility 0.8s;
    transition: opacity 0.8s, visibility 0.8s;
}
#cover.hide {
    opacity: 0;
    visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -ms-touch-action: none;
    touch-action: none;
}
#cover.hide #comparison input[type="range"]::-webkit-slider-thumb {
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
}
#cover.hide #comparison input[type="range"]::-moz-range-thumb {
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
}
#cover-after {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: opacity 0.8s, visibility 0.8s;
    transition: opacity 0.8s, visibility 0.8s;
}
#cover-after .after-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
#cover-after .after-logo .logo-img-02 {
    margin-top: 16px;
}
#cover-after.hide {
    opacity: 0;
    visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -ms-touch-action: none;
    touch-action: none;
}
#cover-after.hide #comparison input[type="range"]::-webkit-slider-thumb {
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
}
#cover-after.hide #comparison input[type="range"]::-moz-range-thumb {
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
}
#guide .guide-slider .swiper-slide img {
    max-height: 667px;
}
#page-container #page-1 .page-common-inner .page-article {
    position: relative;
    width: 100%;
    background-image: url("../images/01.opening/opening@2x.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#page-container #page-1 .page-common-inner .page-article .opening-title {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#page-container #page-1 .page-common-inner .page-article .opening-title-caption {
    margin-top: 15px;
    font-size: 20px;
    text-align: center;
}
#page-container #page-1 .page-common-inner .page-article .opening-title-caption .yello-font {
    color: #caa064;
    font-weight: 500;
}
#page-container #page-1 .page-common-inner .page-article .opening-title-caption .white-font {
    font-weight: 300;
    color: #fff;
}
#page-container #page-6 .benefit-item {
    padding: 100px 40px 50px;
    text-align: center;
}
#page-container #page-6 .benefit-item .icon-block {
    margin: 10px 0 0;
}
#page-container #page-6 .benefit-item .icon-block .line {
    position: relative;
    margin: 0 auto;
    width: 1px;
    height: 70px;
    background-color: #caa064;
}
#page-container #page-6 .benefit-item .icon-block .line:before {
    content: "";
    position: absolute;
    top: 0;
    left: -7px;
    width: 16px;
    height: 1px;
    background-color: #caa064;
}
#page-container #page-6 .benefit-item .icon-block .icon {
    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;
    margin: 0 auto;
    padding-top: 5px;
    width: 101px;
    height: 101px;
    border: 3px solid #caa064;
    border-radius: 50%;
}
#page-container #page-6 .benefit-item .title {
    margin-top: 40px;
}
#page-container #page-6 .benefit-item .description {
    margin-top: 16px;
    font-size: 15px;
    color: #414141;
    letter-spacing: -0.2px;
    line-height: 21px;
}
#page-container #page-6 .benefit-item .description span {
    color: #bb935a;
}
#page-container #page-6.animation-start .benefit-item-1 #benefit-safe-icon {
    stroke-dasharray: 100;
    stroke-dashoffset: 1000;
    -webkit-animation: benefit-1 15s linear infinite forwards;
    animation: benefit-1 15s linear infinite forwards;
}
#page-container #page-6.animation-start .benefit-item-2 #benefit-tech-icon-head {
    -webkit-animation: benefit-2 2s infinite;
    animation: benefit-2 2s infinite;
    -webkit-transform-origin: center;
    transform-origin: center;
}
#page-container #page-6.animation-start .benefit-item-3 #benefit-effect-icon-arrow {
    -webkit-animation: benefit-3 2s infinite;
    animation: benefit-3 2s infinite;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}
@-webkit-keyframes benefit-1 {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes benefit-1 {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes benefit-2 {
    0% {
        -webkit-transform: rotateZ(0) translate3d(0, 0, 0);
        transform: rotateZ(0) translate3d(0, 0, 0);
    }
    30% {
        -webkit-transform: rotateZ(12deg) translate3d(-2.5px, -2px, 0);
        transform: rotateZ(12deg) translate3d(-2.5px, -2px, 0);
    }
    60% {
        -webkit-transform: rotateZ(-12deg) translate3d(1.9px, 2.5px, 0);
        transform: rotateZ(-12deg) translate3d(1.9px, 2.5px, 0);
    }
    100% {
        -webkit-transform: rotateZ(0) translate3d(0, 0, 0);
        transform: rotateZ(0) translate3d(0, 0, 0);
    }
}
@keyframes benefit-2 {
    0% {
        -webkit-transform: rotateZ(0) translate3d(0, 0, 0);
        transform: rotateZ(0) translate3d(0, 0, 0);
    }
    30% {
        -webkit-transform: rotateZ(12deg) translate3d(-2.5px, -2px, 0);
        transform: rotateZ(12deg) translate3d(-2.5px, -2px, 0);
    }
    60% {
        -webkit-transform: rotateZ(-12deg) translate3d(1.9px, 2.5px, 0);
        transform: rotateZ(-12deg) translate3d(1.9px, 2.5px, 0);
    }
    100% {
        -webkit-transform: rotateZ(0) translate3d(0, 0, 0);
        transform: rotateZ(0) translate3d(0, 0, 0);
    }
}
@-webkit-keyframes benefit-3 {
    0% {
        -webkit-transform: rotateZ(0) translate3d(0, 0, 0);
        transform: rotateZ(0) translate3d(0, 0, 0);
    }
    30% {
        -webkit-transform: rotateZ(-2deg);
        transform: rotateZ(-2deg);
    }
    60% {
        -webkit-transform: rotateZ(2deg);
        transform: rotateZ(2deg);
    }
    100% {
        -webkit-transform: rotateZ(0) translate3d(0, 0, 0);
        transform: rotateZ(0) translate3d(0, 0, 0);
    }
}
@keyframes benefit-3 {
    0% {
        -webkit-transform: rotateZ(0) translate3d(0, 0, 0);
        transform: rotateZ(0) translate3d(0, 0, 0);
    }
    30% {
        -webkit-transform: rotateZ(-2deg);
        transform: rotateZ(-2deg);
    }
    60% {
        -webkit-transform: rotateZ(2deg);
        transform: rotateZ(2deg);
    }
    100% {
        -webkit-transform: rotateZ(0) translate3d(0, 0, 0);
        transform: rotateZ(0) translate3d(0, 0, 0);
    }
}
#page-container #page-8 .page-common-inner {
    color: #414141;
}
#page-container #page-8 .page-common-inner .page-article {
    padding: 0 15px;
}
#page-container #page-8 .page-common-inner .page-8-banner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 15px;
    height: 380px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-size: cover;
    background-position: center bottom;
}
#page-container #page-8 .page-common-inner .article-01 {
    padding-top: 40px;
}
#page-container #page-8 .page-common-inner .article-01-title {
    font-size: 25px;
    font-weight: 700;
    text-align: right;
}
#page-container #page-8 .page-common-inner .article-01 .article-01-content {
    margin-top: 20px;
    font-size: 15px;
}
#page-container #page-8 .page-common-inner .article-02 {
    margin-top: 50px;
}
#page-container #page-8 .page-common-inner .article-02 .article-02-banner {
    position: relative;
    padding-bottom: 30px;
    max-width: 100%;
}
#page-container #page-8 .page-common-inner .article-02 .article-02-banner .banner-img {
    margin: 0 -15px;
}
#page-container #page-8 .page-common-inner .article-02 .article-02-banner .banner-img img {
    width: 100%;
}
#page-container #page-8 .page-common-inner .article-02 .article-02-banner .banner-title {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    bottom: 20px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
#page-container #page-8 .page-common-inner .article-02 .article-02-banner .banner-title img {
    display: block;
    margin-bottom: 30px;
}
#page-container #page-8 .page-common-inner .article-02 .article-02-banner .banner-title img.kor {
    margin-right: 10px;
}
#page-container #page-8 .page-common-inner .article-02 .article-02-list {
    margin-top: 30px;
    padding: 0 15px;
}
#page-container #page-8 .page-common-inner .article-02 .article-02-list .list-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#page-container #page-8 .page-common-inner .article-02 .article-02-list .list-title .list-title-inner {
    margin-right: 10px;
    font-size: 25px;
    font-weight: 700;
}
#page-container #page-8 .page-common-inner .article-02 .article-02-list .list-caption {
    margin-top: 5px;
    font-size: 15px;
}
#page-container #page-8 .page-common-inner .article-02 .article-02-list .list-caption .strong {
    font-weight: 700;
}
#page-container #page-8 .page-common-inner .article-03 {
    margin: 50px 0;
}
#page-container #page-8 .page-common-inner .article-03 .article-03-banner {
    position: relative;
    padding-bottom: 30px;
    max-width: 100%;
}
#page-container #page-8 .page-common-inner .article-03 .article-03-banner .banner-img {
    margin: 0 -15px;
}
#page-container #page-8 .page-common-inner .article-03 .article-03-banner .banner-img img {
    width: 100%;
}
#page-container #page-8 .page-common-inner .article-03 .article-03-banner .banner-title {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    bottom: 20px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
#page-container #page-8 .page-common-inner .article-03 .article-03-banner .banner-title img {
    display: block;
    margin-bottom: 30px;
}
#page-container #page-8 .page-common-inner .article-03 .article-03-banner .banner-title img.kor {
    margin-right: 10px;
}
#page-container #page-8 .page-common-inner .article-03 .article-03-list {
    margin-top: 30px;
    padding: 0 15px;
}
#page-container #page-8 .page-common-inner .article-03 .article-03-list .list-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#page-container #page-8 .page-common-inner .article-03 .article-03-list .list-title .list-title-inner {
    margin-right: 10px;
    font-size: 25px;
    font-weight: 700;
}
#page-container #page-8 .page-common-inner .article-03 .article-03-list .list-title .list-title-inner-img-01 {
    margin-right: 5px;
}
#page-container #page-8 .page-common-inner .article-03 .article-03-list .list-caption {
    margin-top: 5px;
    font-size: 15px;
}
#page-container #page-8 .page-common-inner .article-03 .article-03-list .list-caption .strong {
    font-weight: 700;
}
#page-container #page-9 .page-common-inner {
    color: #414141;
}
#page-container #page-9 .page-common-inner .page-article {
    padding: 0 15px;
}
#page-container #page-9 .page-common-inner .page-9-banner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 15px;
    height: 428px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-size: cover;
    background-position: center bottom;
}
#page-container #page-9 .page-common-inner .caption {
    margin-bottom: 50px;
}
#page-container #page-9 .page-common-inner .caption-title {
    margin-top: 30px;
    font-size: 25px;
    font-weight: 700;
}
#page-container #page-9 .page-common-inner .caption-content .inform {
    margin-top: 25px;
    font-size: 15px;
}
#page-container #page-9 .page-common-inner .caption-content .inform .strong {
    font-weight: 700;
}
#page-container #page-10 .page-common-inner {
    padding: 0 15px;
    color: #414141;
}
#page-container #page-10 .page-common-inner .page-article {
    margin-top: 30px;
}
#page-container #page-10 .page-common-inner .page-article .image {
    position: relative;
    text-align: center;
}
#page-container #page-10 .page-common-inner .page-article .title {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 700;
}
#page-container #page-10 .page-common-inner .page-article .caption {
    margin-top: 15px;
    margin-bottom: 50px;
    font-size: 15px;
}
#page-container #page-10 .page-common-inner .article-01 .dot-1 {
    top: 39%;
    left: 43%;
}
#page-container #page-10 .page-common-inner .article-02 .dot-1 {
    top: 40%;
    left: 37%;
}
#page-container #page-10 .page-common-inner .article-02 .dot-2 {
    top: 40%;
    left: 58%;
}
#page-container #page-11 .page-common-inner {
    padding: 0 15px;
    color: #414141;
}
#page-container #page-11 .page-common-inner .page-article {
    margin-top: 30px;
}
#page-container #page-11 .page-common-inner .page-article .image {
    position: relative;
    text-align: center;
}
#page-container #page-11 .page-common-inner .page-article .title {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 700;
}
#page-container #page-11 .page-common-inner .page-article .part-01-caption {
    margin-top: 15px;
    margin-bottom: 50px;
    font-size: 15px;
}
#page-container #page-11 .page-common-inner .article-01 .dot-1 {
    top: 71%;
    left: 27%;
}
#page-container #page-11 .page-common-inner .article-01 .dot-2 {
    top: 71%;
    left: 70%;
}
#page-container #page-11 .page-common-inner .article-02 .image .dot-1 {
    top: 51%;
    left: 39%;
}
#page-container #page-11 .page-common-inner .article-02 .image .dot-2 {
    top: 51%;
    left: 56.5%;
}
#page-container #page-11 .page-common-inner .article-02 .caption {
    margin-top: 15px;
    font-size: 15px;
}
#page-container #page-11 .page-common-inner .article-02 .caption-bottom {
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 15px;
}
#page-container #page-11 .page-common-inner .article-02 .caption-bottom .strong {
    font-weight: 700;
}
#page-container .qna-slider {
    height: 100%;
}
#page-container .qna-slider .swiper-wrap {
    height: 100%;
}
#page-container .qna-slider .item {
    height: 100%;
    background-color: #fff;
    overflow: hidden;
}
#page-container .qna-slider .item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
#page-container .qna-slider .item .qna {
    padding: 80px 38px 70px;
    text-align: center;
}
#page-container .qna-slider .item .qna .q {
    width: 225px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    z-index: 2;
}
#page-container .qna-slider .item .qna .image {
    margin-top: -72px;
}
#page-container .qna-slider .item .qna .question {
    margin-top: 35px;
}
#page-container .qna-slider .item .qna .answer {
    margin-top: 17px;
    font-size: 15px;
    color: #414141;
    letter-spacing: -0.2px;
    line-height: 21px;
}
#page-container .qna-slider .item .qna .answer span {
    color: #bb935a;
}
#page-container .qna-slider .item .qna .fake-dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}
#page-container .qna-slider .item .qna .fake-dot span {
    display: block;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border: 1px solid #caa064;
    border-radius: 50%;
}
#page-container .qna-slider .item .qna .fake-dot span.active {
    background-color: #caa064;
}
#page-container .hanaintv {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 70px 40px 40px;
    height: 100%;
    background-color: #000;
}
#page-container .hanaintv .title {
    position: relative;
    z-index: 2;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-bottom: 20px;
    text-align: center;
}
#page-container .hanaintv .video-box {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: calc(100% - 40px);
    background-color: #000;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}
#page-container .hanaintv .video-box video {
    width: 100%;
    height: 100%;
}
#page-container .hanaintv .background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: cover;
}
#page-container .icon-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 25px;
}
#page-container .icon-message .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 76px;
    flex: 0 0 76px;
    text-align: right;
}
#page-container .icon-message .message {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 30px 15px 40px;
    min-height: 70px;
    font-size: 13px;
    color: #414141;
    line-height: 20px;
    letter-spacing: -0.32px;
}
#page-container .icon-message .message::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: calc(100% - 10px);
    height: 100%;
    background-color: #f2f2f2;
    border-radius: 20px;
}
#page-container .icon-message .message::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto 0;
    width: 10px;
    height: 10px;
    background-color: #f2f2f2;
    -webkit-transform: rotate(-30deg) skewX(30deg);
    transform: rotate(-30deg) skewX(30deg);
}
#page-container .icon-message.icon-1 .icon {
    padding-right: 13px;
}
#page-container .icon-message.icon-2 .icon {
    padding-right: 9px;
}
#page-container .icon-message.icon-3 .icon {
    padding-right: 9px;
}
#page-container .icon-message.icon-4 .icon {
    padding-right: 12px;
}
#page-container .icon-message.icon-5 .icon {
    padding-right: 8px;
}
#page-container .position-point .article {
    height: 100%;
}
#page-container .position-point .abs-item {
    position: absolute;
    height: 103px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #bb935a;
    opacity: 0;
    visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -ms-touch-action: none;
    touch-action: none;
}
#page-container .position-point .abs-item .step {
    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;
    padding: 15px 0 5px;
}
#page-container .position-point .abs-item .step .text {
    display: block;
}
#page-container .position-point .abs-item .step .item {
    display: block;
    margin: 11px 22px 0;
}
#page-container .position-point .abs-item-1 {
    top: 200px;
    left: 30px;
}
#page-container .position-point .abs-item-2 {
    top: 261px;
    left: 30px;
}
#page-container .position-point .abs-item-3 {
    bottom: 174px;
    left: 30px;
}
#page-container .position-point .abs-item-4 {
    bottom: 48px;
    left: 30px;
}
#page-container .position-point .abs-item-5 {
    top: 79px;
    right: 30px;
}
#page-container .position-point .abs-item-6 {
    top: 244px;
    right: 30px;
}
#page-container .position-point .abs-item-7 {
    bottom: 185px;
    right: 30px;
}
#page-container .position-point .abs-item.show {
    -webkit-animation: drawItem 0.5s linear 1 forwards;
    animation: drawItem 0.5s linear 1 forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
@-webkit-keyframes drawItem {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
@keyframes drawItem {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
#page-container .position-point .line-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -ms-touch-action: none;
    touch-action: none;
}
#page-container .position-point .line-svg .line {
    stroke-width: 1px;
    stroke: #bb935a;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}
#page-container .position-point .line-svg .line.show {
    -webkit-animation: drawLine 1s linear 1 forwards;
    animation: drawLine 1s linear 1 forwards;
}
@-webkit-keyframes drawLine {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes drawLine {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
#page-container .position-point .abs-item-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -ms-touch-action: none;
    touch-action: none;
}
#page-container .position-point .abs-item-dots .dot {
    position: absolute;
    width: 50px;
    height: 50px;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    pointer-events: auto;
    -ms-touch-action: auto;
    touch-action: auto;
    opacity: 0;
    -webkit-animation: dotFlash 3.5s infinite;
    animation: dotFlash 3.5s infinite;
}
#page-container .position-point .abs-item-dots .dot::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    width: 23px;
    height: 23px;
    background-color: #bb935a;
    border-radius: 50%;
}
#page-container .position-point .abs-item-dots .dot:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    margin: auto;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
}
#page-container .position-point .abs-item-dots .dot.active {
    -webkit-animation: inherit;
    animation: inherit;
    opacity: 1;
}
#page-container .position-point .abs-item-dots .dot-1 {
    right: -25px;
    bottom: 330px;
}
#page-container .position-point .abs-item-dots .dot-2 {
    right: 60px;
    bottom: 255px;
}
#page-container .position-point .abs-item-dots .dot-3 {
    right: -2px;
    bottom: 180px;
}
#page-container .position-point .abs-item-dots .dot-4 {
    right: -33px;
    bottom: 142px;
}
#page-container .position-point .abs-item-dots .dot-5 {
    bottom: 430px;
    left: 5px;
}
#page-container .position-point .abs-item-dots .dot-6 {
    bottom: 301px;
    left: 65px;
}
#page-container .position-point .abs-item-dots .dot-7 {
    bottom: 229px;
    left: 33px;
}
@-webkit-keyframes dotFlash {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes dotFlash {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
#page-container .position-point .panorama-slider .item .background-image {
    background-size: 390px;
}
#page-container .face-dot-pointer {
    position: absolute;
    width: 20px;
    height: 20px;
    -webkit-animation: flashFaceDotPointer 1s linear infinite;
    animation: flashFaceDotPointer 1s linear infinite;
    opacity: 0;
}
#page-container .face-dot-pointer::before,
#page-container .face-dot-pointer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}
#page-container .face-dot-pointer::before {
    z-index: 1;
    width: 20px;
    height: 20px;
    background-color: rgba(187, 147, 90, 0.3);
}
#page-container .face-dot-pointer::after {
    z-index: 2;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    background-color: #bb935a;
}
@-webkit-keyframes flashFaceDotPointer {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes flashFaceDotPointer {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.coverflow-slider {
    height: 100%;
}
.coverflow-slider .swiper-wrapper {
    height: 100%;
}
.coverflow-slider .swiper-wrapper .item {
    height: 100%;
    background-size: cover;
}
.coverflow-slider .swiper-wrapper .item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.coverflow-slider .swiper-wrapper .item-inner .title-area {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
}
.coverflow-slider .swiper-wrapper .item-inner .content-area {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#page-container #last-cover .page-article {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#25180a), to(#19140e));
    background-image: linear-gradient(180deg, #25180a 0%, #19140e 100%);
}
#page-container #last-cover .page-article .website {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #bb935a;
}
#last-cover .video-done {
    background-color: transparent !important;
}
#last-cover .video-done-inner {
    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;
    height: 100%;
    text-align: center;
}
#page-container .video-ad-page .header .volume {
    background-color: rgba(0,0,0,0.2);
}
#page-container .video-ad-page .header .volume.active{
    background-color: rgba(0,0,0,0.5);
}
/*# sourceMappingURL=hanain.min.css.map */
