/************************************************/
/* swipe */
/************************************************/
.swipe {
    overflow: hidden;
    /*visibility: hidden;*/
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.swipe-wrap {
    overflow: hidden;
    height: 100%;
    position: relative;
}

.swipe-wrap .item {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #f9f2f4;

}

.swipe-wrap .item b {
    display: block;
    font-weight: bold;
    color: #ffffff;
    font-size: 50px;
    text-align: center;
}

.swipe-wrap .item:nth-child(1) {
    background: url("../resource/intro/carousel-bg-1-m.jpg") no-repeat center;
    background-size: cover;
}

.swipe-wrap .item:nth-child(2) {
    background: url("../resource/intro/carousel-bg-7-m.jpg") no-repeat center;
    background-size: cover;
}

.swipe-wrap .item:nth-child(3) {
    background: url("../resource/intro/carousel-bg-8-m.jpg") no-repeat center;
    background-size: cover;
}

.swipe-wrap .item:nth-child(4) {
    background: url("../resource/intro/carousel-bg-13-m.jpg") no-repeat center;
    background-size: cover;
}

.swipe-wrap .item:nth-child(5) {
    background: url("../resource/intro/carousel-bg-10-m.jpg") no-repeat center;
    background-size: cover;
}

.swipe-wrap .item:nth-child(6) {
    background: url("../resource/intro/carousel-bg-9-m.jpg") no-repeat center;
    background-size: cover;
}

.swipe-wrap .item:nth-child(7) {
    background: url("../resource/intro/carousel-bg-4-m.jpg") no-repeat center;
    background-size: cover;
}

.swipe-wrap .item:nth-child(8) {
    background: url("../resource/intro/carousel-bg-12-m.jpg") no-repeat center;
    background-size: cover;
}

.swipe-wrap .item:nth-child(9) {
    background: url("../resource/intro/carousel-bg-11-m.jpg") no-repeat center;
    background-size: cover;
}

.swipe-wrap .item:nth-child(10) {
    background: url("../resource/intro/carousel-bg-5-m.jpg") no-repeat center;
    background-size: cover;
}

.swipe-wrap .item:nth-child(11) {
    background: url("../resource/intro/carousel-bg-6-m.jpg") no-repeat center;
    background-size: cover;
}

.swipe-wrap .item:nth-child(12) {
    background: url("../resource/intro/carousel-bg-3-m.jpg") no-repeat center;
    background-size: cover;
}

.swipe-wrap .item:nth-child(13) {
    background: url("../resource/intro/carousel-bg-2-m.jpg") no-repeat center;
    background-size: cover;
}

.swipe-wrap .item:nth-child(14) {
    background: url("../resource/intro/carousel-bg-14-m.jpg") no-repeat center;
    background-size: cover;
}

.swipe-wrap .item:nth-child(15) {
    background: url("../resource/intro/carousel-bg-15-m.jpg") no-repeat center;
    background-size: cover;
}

.swipe-wrap .item:nth-child(16) {
    background: url("../resource/intro/carousel-bg-16-m.jpg") no-repeat center;
    background-size: cover;
}

.swipe-wrap .item:nth-child(17) {
    background: url("../resource/intro/carousel-bg-17-m.jpg") no-repeat center;
    background-size: cover;
}

.swipe-wrap .item:nth-child(18) {
    background: url("../resource/intro/carousel-bg-18-m.jpg") no-repeat center;
    background-size: cover;
}

/************************************************/
/* swipe-control */
/************************************************/
.view .swipe-control {
    position: absolute;
    width: 100%;
    height: 153px;
    z-index: 1;
    bottom: 120px;
}

.view .swipe-control a {
    position: absolute;
    padding: 10px 15px;
}

.view .swipe-control a.next {
    right: 0;
}

.view .swipe-control a.next img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.swipe-wrap .item .label {
    position: absolute;
    right: 20px;
    top: 15px;
    background-color: rgba(207, 180, 30, 1);
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
}

.swipe-wrap .item .label.left {
    right: auto;
    left: 20px;
    top: 15px;
}

.swipe-wrap .item .label p {
    font-size: 18px;
    font-weight: bold;
    color: black;
    padding: 10px 15px;
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
}

/* article */
.swipe-wrap .item article {
    position: absolute;
    width: 500px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 110px;
}

.swipe-wrap .item article .title {
    font-size: 30px;
    color: white;
    padding: 15px;

}

.swipe-wrap .item article .description {
    font-size: 24px;
    color: white;
    text-align: justify;
    padding: 15px;
}

.swipe-wrap .item .black-gradient {
    position: absolute;
    width: 100%;
    height: 80%;
    background: url("../resource/engine/black-gradient.png") repeat-x;
    background-size: 100% 100%;
    bottom: 0;
    pointer-events: none;
}
