﻿@charset "utf-8";
/* CSS Document */

.ImageAdvertising {
    width: 100%;
    height: 788px;
    overflow: hidden;
    position: relative;
}

.banner {
    width: 100%;
    height: 100%;
    background: #000;
}

div.mask {
    background: url(/Content/images/zh-TW/all/Mask.png) repeat-x;
    width: 100%;
    position: fixed;
    z-index: -1;
    min-height: 300px;
}

.banner img {
    width: 100%;
}

.banner div {
    position: absolute;
}

.ImageAdvertising p.name {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

    .ImageAdvertising p.name span {
        display: inline-block;
        vertical-align: top;
        color: #FFF;
        font-size: 25px;
        background: url(/Content/images/zh-TW/all/imgmenu.png);
        padding: 10px 25px;
    }
/*左右箭頭_切換背景*/
div.bgmenu {
    position: absolute;
    z-index: 1;
    top: 50%;
    height: 50px;
    width: 100%;
    margin-top: -25px;
}

    div.bgmenu a {
        width: 50px;
        height: 50px;
        display: block;
        color: #FFF;
        text-decoration: none;
        text-indent: -9999px;
    }

        div.bgmenu a.pre {
            float: left;
            margin-right: 2px;
            background: url(/Content/images/zh-TW/all/back.png)
        }

        div.bgmenu a.next {
            float: right;
            background: url(/Content/images/zh-TW/all/forward.png)
        }
/*點點按鈕_切換背景*/
div.dotmenu {
    height: 20px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    margin-bottom: 70px;
    text-align: center;
    width: 100%;
    padding: 10px; /*background:*/
    display: none;
}

    div.dotmenu a {
        width: 10px;
        height: 10px;
        border-radius: 100em;
        background: #CCC;
        text-indent: -9999px;
        overflow: hidden;
        margin: 0 2px;
        display: inline-block;
    }

        div.dotmenu a.red {
            background-color: #db3f2f !important;
            display: inline-block;
        }
/*照片按鈕_切換背景*/
.imgmenu {
    width: 100%;
    background: url(/Content/images/zh-TW/all/imgmenu.png);
    position: absolute;
    z-index: 1;
    bottom: 0;
    padding: 10px;
    text-align: center;
    display: none;
}

    .imgmenu a {
        display: inline-block;
        border: 2px solid #FFF;
    }

        .imgmenu a img {
            width: 100px;
        }

        .imgmenu a.active {
            border: 2px solid #db3f2f;
        }

@media screen and (max-width: 1366px) {
    .ImageAdvertising {
        height: auto;
		height: 522px;
    }
    .banner {
        height: auto;
    }
}

@media screen and (max-width: 1024px) {
    .ImageAdvertising {
        height: auto;
    }
    .imgmenu a img {
        width: 50px;
    }

    .banner {
        height: auto;
    }
}

@media screen and (max-width: 600px) {
    div.imgmenu, div.dotmenu {
        display: none;
    }
}

@media screen and (max-width: 1366px) {
    .banner {
        height: 552px;
    }
}

@media screen and (max-width: 1024px) {
    .banner {
        height: 458px;
    }
}

@media screen and (max-width: 768px) {
    .banner {
        height: 432px;
    }
}

@media screen and (max-width: 736px) {
    .banner {
        height: 414px;
    }
}

@media screen and (max-width: 667px) {
    .banner {
        height: 375px;
    }
}

@media screen and (max-width: 568px) {
    .banner {
        height: 319px;
    }
}

@media screen and (max-width: 480px) {
    .banner {
        height: 232px;
    }
}

@media screen and (max-width: 414px) {
    .banner {
        height: 210px;
    }
}

@media screen and (max-width: 375px) {
    .banner {
        height: 200px;
    }
}

@media screen and (max-width: 320px) {
    .banner {
        height: 133px;
    }
}