﻿html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
button,
textarea,
p,
th,
td,
b,
i,
strong,
span {
    padding: 0;
    margin: 0;
}

.pagebox {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.pagebox.post {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.pagebox.posb {
    visibility: hidden;
}

.back27 {
    background: #002d72;
}

.pagebox .comTit {
    position: absolute;
    top: 50%;
    width: 35%;
    left: 8%;
    z-index: 8;
}

.pagebox .comTit img {
    display: block;
    width: 100%;
}

.pagebox .comTit .timg {
    width: 100%;
    margin-bottom: 4%;
    opacity: 0;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
}

.pagebox .comTit .bimg {
    width: 100%;
    width: 60%;
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
}

.active .pagebox .comTit.comTitAni .timg {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 1s .5s ease-in;
    transition: all 1s .5s ease-in;
}

.active .pagebox .comTit.comTitAni .bimg {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 1s .5s ease-in;
    transition: all 1s .5s ease-in;
}

.pagebox .picList {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    -o-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
}

.pagebox .picList li {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.pagebox .picList li a {
    width: 100%;
    height: 100%;
}

.pagebox .picList li.on {
    z-index: 6;
    opacity: 1;
}

.pagebox .picList li.animated {
    z-index: 10;
}

.animated {
    -webkit-animation: animated 4.4s linear;
    animation: animated 4.4s linear;
    -moz-animation: animated 4.4s linear;
    -ms-animation: animated 4.4s linear;
    -o-animation: animated 4.4s linear;
}

@-webkit-keyframes animated {
    0% {
        -webkit-transform: translate3d(0px, 0px, 0px);
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0px, 0px, 60px);
        opacity: 0;
    }
}

@keyframes animated {
    0% {
        -webkit-transform: translate3d(0px, 0px, 0px);
                transform: translate3d(0px, 0px, 0px);
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0px, 0px, 60px);
                transform: translate3d(0px, 0px, 60px);
        opacity: 0;
    }
}

.runList {
    width: 50%;
    position: absolute;
    left: 50%;
    top: 46%;
    z-index: 4;
    margin-left: -25%;
    color: #002d72;
    text-align: center;
}

.runList .zw {
    width: 100%;
    display: block;
}

.runList .auto {
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40%;
}

.runList .autoabLx,
.runList .autoacLx {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.runList .timg {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 4em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}

.runList .bimg {
    position: absolute;
    bottom: -10%;
    left: 0;
    color: #c1a367;
    font-size: 2em;

    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(40px);
    line-height: normal;
    transform: translateY(40px);
}

#dowebok {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.section {
    height: 100%;
    width: 100%;
    z-index: 20;
    position: relative;
}