.pcHeaderSet {
    width: 1200px;
    margin: 0;
    padding: 30px 0 0 80px;
}

/*---------- Main Carousel (start) ----------*/
.mainCarouselSection {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    vertical-align: bottom;    
}

.sloganSet {
    min-height: 500px;
    background: #f0f0f0;
}

.mainCarousel {
    width: 40%;
    min-height: 100%;
    position: absolute;
    top: -140px;
    right: 0;
    z-index: 100;
}

.mainCarousel .pager {
    width: 100%;
    position: absolute;
    bottom: 15px;
    z-index: 101;
    text-align: center;
}

.mainCarousel .pager span  {
    width: 15px;
    height: 15px;
    margin: 3px 5px;    
    border-radius: 100%;
    display: inline-block;
    font-size: 0px;
    color: #ddd;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer; 
}

.mainCarousel .pager span.cycle-pager-active {
    color: #005bac;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.mainCarousel .pager > * {
    cursor: pointer;
}

.mainCarousel .prev {    
    padding: 15px 10px;
    position: absolute;
    top: 40%;
    left: 25px;
    z-index: 101;
    border-radius: 1px;
    line-height: 0.85;
    font-size: 50px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    cursor: pointer;    
}

.mainCarousel .next {
    padding: 15px 10px;
    display: inline-block;
    position: absolute;
    top: 40%;
    right: 25px;    
    z-index: 101;    
    border-radius: 1px;
    line-height: 0.85;
    font-size: 50px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    cursor: pointer;
}
/*---------- Main Carousel (end) ----------*/

/*---------- Banner (start) ----------*/
.banner {
    width: 1px;
    height: 35%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.banner ul {
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.banner ul li {
    width: 33.3%;
    height: 100%;
    float: left;
    position: relative;
    text-align: center;
}

.banner ul li .blackCover {
    width: 100%;
    height: 100%;
    margin: auto;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.35);
}

.banner ul li a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.banner ul li .item {
    width: 100%;
    margin: auto;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.banner ul li:nth-child(1) {
    background: #b00000;
}

.banner ul li:nth-child(1) .item {
    height: 250px;
}

.banner ul li:nth-child(1) .item img {
    width: 50%;
}

.banner ul li:nth-child(1) .item .txt1 {
    margin: 10px 0 30px;
    letter-spacing: 2px;
    font-size: 28px;
    color: #fff;
}

.banner ul li:nth-child(1) .item .txt2 {
    margin: 10px 0 20px;
    letter-spacing: 2px;
    font-size: 14px;
    color: #fff;
}

.banner ul li:nth-child(2) {
    background: url(../img/ytCover.jpg) center no-repeat;
    background-size: cover;
}

.banner ul li:nth-child(3) {
    background: url(../img/serviceTransport_07.jpg) 70% center no-repeat;
    background-size: cover;
}

.banner ul li a .item {
    height: 120px;
}

.banner ul li a .item .icon {
    font-size: 120px;
    color: rgba(255, 255, 255, 0.8);
}
/*---------- Banner (end) ----------*/

/*---------- Popup (start) ----------*/
.indexPopup {
    /* width: 1200px; */
    /* height: 550px; */
    /* background: url(../img/indexPopup.jpg) center no-repeat; */
    width: 1120px;
    height: 630px;
    background-size: contain;
}

.indexPopup iframe { /* DAKA 首頁宣傳片，之後影片移除可刪除 */
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: solid 1px #808080;
}
/*---------- Popup (end) ----------*/

@media screen and (min-width: 1367px) and (max-width: 1600px) {    
    .mainCarousel .slideContainer {
        width: 100%;
        height: 800px;
    }
    
    .banner {
        height: 35%;
        position: absolute;
        bottom: 0;
    }
    
    .banner ul li:nth-child(1) .item {
        height: 200px;
    }

    .banner ul li:nth-child(1) .item img {
        width: 45%;
    }

    .banner ul li:nth-child(1) .item .txt1 {
        margin: 10px 0 15px;
        font-size: 28px;
    }

    .banner ul li:nth-child(1) .item .txt2 {
        margin: 10px 0 20px;
        font-size: 14px;
    }

    .banner ul li:nth-child(2) .item {
        height: 110px;
    }

    .banner ul li:nth-child(2) .item .icon {
        font-size: 110px;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1366px) {
    .pcHeaderSet {
        margin: 0;
        padding: 15px 0 0 80px;
    }
    
    .sloganSet {
        background: #f0f0f0;
    }
    
    .mainCarousel {
        top: -100px;
    }
    
    .mainCarousel .slideContainer {
        width: 100%;
        height: 650px;
    }
    
    .banner {
        height: 35%;
        position: absolute;
        bottom: 0;        
    }
    
    .banner ul li:nth-child(1) .item {
        height: 170px;
    }

    .banner ul li:nth-child(1) .item img {
        width: 40%;
    }

    .banner ul li:nth-child(1) .item .txt1 {
        margin: 10px 0 15px;
        font-size: 24px;
    }

    .banner ul li:nth-child(1) .item .txt2 {
        margin: 10px 0 20px;
        font-size: 14px;
    }

    .banner ul li:nth-child(2) .item {
        height: 100px;
    }

    .banner ul li:nth-child(2) .item .icon {
        font-size: 100px;
    }
}

@media screen and (min-width: 1px) and (max-width: 1200px) {    
    .mainCarouselSection {
        width: 100%;
        min-height: auto;
    }
    
    .sloganSet {
        width: 100%;
        min-height: auto;
    }

    .mainCarousel {
        width: 100%;
        min-height: auto;
        margin: 0 0 10px;
        position: static;
        top: 0;
        right: 0;
        z-index: 1;
    }
    
    .banner {
        width: 100%;
        height: auto;
        position: static;
    }

    .banner ul li {
        width: 100%;
        height: 300px;
    }
    
    .banner ul li:nth-child(1) .item {
        height: 210px;
    }
}