
.flex {
    display: flex;
    flex-flow: row nowrap;
}

.justify {
    justify-content: space-between;
}

.right {
    flex-direction: row-reverse;
}

.nice-select {
    margin-left: 15px;
}

div.header {
    background: #0F1923;
    height: 80px;
}

div.box {
    max-width: 1150px;
    margin: 0 auto;
}

img.logo {
    margin-top: 15px;
    width: 380px;
    height: 45px;
}

div.gad-top {
    width: 468px;
    height: 60px;
    margin-top: 10px;
}

@media only screen and (max-width: 768px) {

    img.logo {
        margin: 12px auto;
        width: 220px;
        height: 26px;
    }

    div.gad-top {
        display: none;
    }

    div.header {
        background: #0F1923;
        height: 50px;
    }

    div.header .flex {
        justify-content: center;
        align-items: center
    }
}

.select-area {
    height: 42px;
    padding: 12px;
}

select {
    display: none;
}

.intro {
 position: absolute;
    bottom: 30px;
    right: 0;
    width: 1920px;
    height: 88px;
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
    text-align: left;
    padding: 6px 0px 6px 15px;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.85);
    box-sizing: border-box;
}

.nice-select ul.list {
    max-height: 300px;
    overflow-y: scroll;
}

.footer {
    background: #0f1923;
    color: #ddd;
    font-size: 13px;
    font-weight: 300;
    padding: 25px 0 25px 30px;
}

.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

.jssora106 {
    display: block;
    position: absolute;
    cursor: pointer
}

.jssora106 .c {
    fill: #fff;
    opacity: .3
}

.jssora106 .a {
    fill: none;
    stroke: #000;
    stroke-width: 350;
    stroke-miterlimit: 10
}

.jssora106:hover .c {
    opacity: .5
}

.jssora106:hover .a {
    opacity: .8
}

.jssora106.jssora106dn .c {
    opacity: .2
}

.jssora106.jssora106dn .a {
    opacity: 1
}

.jssora106.jssora106ds {
    opacity: .3;
    pointer-events: none
}

.jssort101 .p {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background: #000
}

.jssort101 .p .cv {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    box-sizing: border-box;
    z-index: 1
}

.jssort101 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 400;
    stroke-miterlimit: 10;
    visibility: hidden
}

.jssort101 .p:hover .cv, .jssort101 .p.pdn .cv {
    border: none;
    border-color: transparent
}

.jssort101 .p:hover {
    padding: 2px
}

.jssort101 .p:hover .cv {
    background-color: rgba(0, 0, 0, 6);
    opacity: .35
}

.jssort101 .p:hover.pdn {
    padding: 0
}

.jssort101 .p:hover.pdn .cv {
    border: 2px solid #fff;
    background: none;
    opacity: .35
}

.jssort101 .pav .cv {
    border-color: #fff;
    opacity: .35
}

.jssort101 .pav .a, .jssort101 .p:hover .a {
    visibility: visible
}

.jssort101 .t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    opacity: .6
}

.jssort101 .pav .t, .jssort101 .p:hover .t {
    opacity: 1
}