@charset "UTF-8";

/* ==========================================================================
   structure
   ========================================================================== */

/* #wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
    height: 100vh;
} */
/*
@media only screen and (max-width:1239px) {
    #wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        z-index: 0;
    }
}

@media only screen and (min-width:1240px) {
    #wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: calc(100% - 540px);
        height: 100vh;
        overflow: hidden;
        z-index: 0;
    }
}
*/

#wrapper {
    position: relative;
    top: 0;
    left: 0;
    /* width: calc(100% - 540px); */
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.catalog-shop {}


/* gallery, slide, loader, pagination, etc
   ========================================================================== */

#preloader {
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    padding: 5px 12px;
    text-align: center;
    line-height: 1;
    background: #fff url(./indicator_lite.gif) no-repeat 50% 50%;
    text-indent: -9999px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    border-radius: 6px;
}

.course .pagination {
    z-index: 4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.next,
.prev {
    cursor: pointer;
    position: absolute;
}

.pagination .nav {
    position: absolute;
    width: 100%;
    text-align: center;
    display: none;
}

.pagination .nav li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 16px;
    height: 16px;
    background: url(./dotnav_rollover.png) no-repeat 50% 50%;
}

.pagination .nav span {
    display: none;
}

.pagination .nav li:hover {
    background-image: url(./dotnav.png);
}

.pagination .nav .active,
.pagination .nav .active:hover {
    cursor: auto;
    background-image: url(./dotnav_active.png);
}

.slide-container {
    position: relative;
    /*background: #faf1c4;*/
    width: 100%;
}

.slide {
    position: relative;
}

/*
.slide a {
    position: absolute;
    display: block;
    width: 80%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

 .slide {
	position: relative;
	margin: 0 16px;
	background-color: #fff;
	text-align: center;
	box-shadow: 0 0 6px rgba(145, 129, 14, .5);
}
*/

.slide img {
    max-height: 100%;
    height: 100vh;
    /* height: calc(100vh - 90px); */
}

/*
.slide-nav .next,
.slide-nav .prev {
    opacity: .6;
    cursor: pointer;
    transition: 0.3s ease;
    font-size: 30px;
    background: #fff;
    line-height: 1;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}

.slide-nav .next:hover,
.slide-nav .prev:hover {
    opacity: 1;
}
*/



.slide-nav .next,
.slide-nav .prev {
    display: block;
    top: 50%;
    transform: translateY(-50%);
    z-index: 101;
    background: rgba(28,28,28,0.8)
}

/*
.slide-nav .prev {
    left: 10px;
    color: #ff8bc1;
}

.slide-nav .next {
    right: 10px;
    color: #ffa784;
}
*/


.slide-nav .prev {
    width: 30px;
    left: 10px;
/*    background-image: url(/pc/img/top/prev_rollover.png);
    background-repeat: no-repeat;
    background-size: cover;*/
    opacity: 1;
    transition: 0.3s ease;
}

.slide-nav .next {
    right: 10px;
    width: 30px;
/*    background-image: url(/pc/img/top/next_rollover.png);
    background-repeat: no-repeat;
    background-size: cover;*/
    opacity: 1;
    transition: 0.3s ease;
}

.slide-nav .prev i, .slide-nav .next i{
    font-size: 18px;
    color: #a2a2a2;
    display: block;
    transition: 0.3s ease;
    transform: scaleY(140%);
    line-height: 70px;
}
.slide-nav .next:hover, .slide-nav .prev:hover {
}

.slide-nav .prev:hover i, .slide-nav .next:hover i{
    color: #fff;
}


@media only screen and (max-width:1370px) {
    .slideNg{
        position: relative;
        text-align: center;
        height: 100vh;
        width:100%;
        background-image: url(/ngFile/photo.jpg);
        background-size: cover;
        background-position: 50%;
    }
}

@media only screen and (min-width:1371px) {
    .slideNg{
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        text-align: center;
        height: 100vh;
        width: 100%;
        background-image: url(/ngFile/photo.jpg);
        background-size: cover;
        background-position: 50%;
    }
}

