body,html {background-color:#ffffff; width:100%;overflow-x: hidden; font-size: 16px;}
ul,li { text-decoration: none;list-style: none; }
a:hover,a:visited {text-decoration:none;}
#mtkContainer { position: relative; width: 100%;}
#mtkContainer,
#mtkContainer * { vertical-align: top; box-sizing: border-box; }

/*===========SEO麵包削============*/
.breadcrumb{
    margin: 0px 15px 15px 0px;
    color: #5b5b5b;
    background-color: transparent;
}
.breadcrumb ul li{
    display: inline;

    font-size: 1rem;
}
.breadcrumb ul li:after{
    content: ">";
}
.breadcrumb ul li:first-child:after{
    content: "";
}
.breadcrumb ul li:last-child:after{
    content: "";
}
.breadcrumb ul li a{
    color: #FF8400;
}


/*------------banner------------*/
header.header {background: url(../images/summer_headerBG.jpg) top center no-repeat; height:536px; }
header h1{position: relative; margin: 0; padding: 0;}
header h1 img.mobile768{width: 100%; }
.discount{position: absolute; left: 62%; margin-left:-270px; margin-top:280px; }
/*.girl{position: absolute; left: 50%; margin-left:200px; margin-top:160px; width: 80%;
height: auto;}*/


.pc768{display: block;}
.mobile768{display: none;}



/*-----------menu------------*/
.mainPageButton{
    padding-top: 20px;
    margin: 0 auto; 
    /*max-width:1200px;*/ 
    width: 100%;
    height: auto;
    background-color: #bdeefc;
}
.navbarArea {
    -webkit-transition: 2s ease all;
    -moz-transition: 2s ease all;
    -o-transition: 2s ease all;
    transition: 2s ease all;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform:translateY(20px);
    transform: translateY(20px);
}
.navbarArea.show {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform:translateY(0px);
    transform: translateY(0px); 
}
.navbarArea.fixed {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 2; 
}
.wrap {/*-----------解决navBar fixed破格滿版問題，讓選單fixed有寬度置中-----------*/
    max-width: 1100px;
    margin: 0 auto;
    padding: 0; 
}
ul.navBar {
    background: #1787d3; 
    text-align: center;
    position: relative;
    z-index: 1;

    /*-----------解决inline-block元素的空白间距-----------*/
    letter-spacing: -4px;/*根据不同字体字号或许需要做一定的调整*/ 
    word-spacing: -4px; 
    font-size: 0;
}

ul.navBar:before{
    content: '';
    position: absolute;
    left: -46px;
    top:0px;
    width: 46px;
    height: 83px;
    background: url(../images/summer_menu_angle.png) center center no-repeat; 
}
ul.navBar:after{
    content: '';
    position: absolute;
    right: -46px;
    top:0px;
    width: 46px;
    height: 83px;
    transform: scalex(-1);
    background: url(../images/summer_menu_angle.png) center center no-repeat; 
}

ul.navBar li {
    display: inline-block;

    /*-----------解决inline-block元素的空白间距-----------*/
    *display: inline;
    letter-spacing: normal; 
    word-spacing: normal;       
}

ul.navBar li a {
    display: inline-block;
    font-size: 1.5rem;
    color: white;
    text-align: center;
    width: 100%;
    padding:20px 18px;
    text-decoration: none;
    background: #1787d3; 
    border-left: 1px dotted #066cb2;
}

ul.navBar li:first-child a {
    border-left: 0px;
}

a.choose1:hover, .index1 a.choose1,
a.choose2:hover, .index2 a.choose2,
a.choose3:hover, .index3 a.choose3,
a.choose4:hover, .index4 a.choose4,
a.choose5:hover, .index5 a.choose5,
a.choose6:hover, .index6 a.choose6{
    color: white;
    background: #066cb2;
    font-weight: bolder;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}

/*------------content------------*/
.contentBg{ 
    background: url(../images/summer_bg.jpg) center 0px  repeat; 
    background-size: 100% auto;
    /*
    -webkit-animation: bgAction 1s infinite alternate; 
     animation: bgAction 1.5s infinite alternate;
     */ 
}

@-webkit-keyframes bgAction {
  from { background-position: center 0px; }
  to { background-position: center 15px; }
}
@keyframes bgAction {
  from { background-position: center 0px; }
  to { background-position: center 15px; }
}
.wrapper{
    margin: 0 auto; 
    max-width:1100px; 
    width: 100%;
    height: 100%;
    padding-bottom:4em;
}
.content {
    display: block;
    padding: 2.5em 2.5em 1em 2.5em; 
    border-left: 7px solid #1787d3;
    border-right: 7px solid #1787d3;
    border-bottom: 7px solid #1787d3;   
    box-shadow: 0px 8px 20px rgba(0,0,0, 0.2);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: white;
    -webkit-transition: 2s ease all;
    -moz-transition: 2s ease all;
    -o-transition: 2s ease all;
    transition: 2s ease all;
    opacity: 0;

}
.content.show {
    opacity: 1;
}


/*------------title------------*/
.title h3 {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 2.1rem;
    font-weight: bold;
    color: #1787d3;    
}
.title h3:before{
    content: "";
    display: inline-block;
    width: 30px;
    height: 52px;
    background: url(../images/summer_t-b-l.png) center left no-repeat;
    background-size: 100%;
    position: absolute;
    margin-left: -35px;
    margin-top: -15px;
}
.title h3:after{
    content: "";
    display: inline-block;
    width: 30px;
    height: 52px;
    background: url(../images/summer_t-b-r.png) center right no-repeat;
    background-size: 100%;
    position: absolute;
    margin-left: 5px;
    margin-top: -15px;
}



/*========== 篩選器CSS ==========*/
.backTop{display: none;}
.informationShow { display: none; }
.areaIntroduction { display: none; }
.searchButton { display:none; transition: .5s; position: fixed;top:10%; left: 10%; cursor: pointer; z-index: 19; }
.c23FilterBaseAppendClose { font: bold 22px/1.4em "arial","微軟正黑體";  display: inline-block; padding: 5px 10px; color: #fff; background: rgba(0,0,0,0.8); cursor: pointer; }

.searchButton img{ width: auto; -webkit-animation: topButton 1s  infinite alternate;animation: topButton 1s  infinite alternate; }
@-webkit-keyframes topButton {
  from { padding-top: 0; }
  to { padding-top: 20px; }
}
@-moz-keyframes topButton {
  from { padding-top: 0; }
  to { padding-top: 20px; }
}
@-o-keyframes topButton {
  from { padding-top: 0; }
  to { padding-top: 20px; }
}
@-ms-keyframes topButton {
  from { padding-top: 0; }
  to { padding-top: 20px; }
}
@keyframes topButton {
  from { padding-top: 0; }
  to { padding-top: 20px; }
}

#c23FilterBase { display: none; position: fixed;top: 10%; left: 0;  width: 100%; text-align: center; background: none; }
#c23FilterArea { margin: 0 auto; padding: 20px; width: 80%; background: rgba(0,0,0,0.7); }
#c23FilterBase  .c23FilterBaseAppendClose { letter-spacing: normal; }

@media only screen and (max-width: 1650px) {
.searchButton { left: 0%; }
}
@media only screen and (max-width: 768px) {
#c23FilterBase { display: block; top:-200vh;  }
#c23FilterArea { width: 100%; height: 100vh; padding: 5%; }

div.searchButton { display: none; }
}
/*========== 篩選器CSS ==========*/



/*===c23模組專用===*/
/*右側導航選單*/
.intro-anchors > div{width: 100px; /*height: 88px;*/ }/*選單第一個小雞圖*/
.intro-anchors > div > img{width: 100%; height: auto;}
.carrier .box-head{ display: none; }

.intro-anchors{ position:fixed; bottom: 200px; right: 3%; width: 100px; height:auto; transition: all 0.4s linear; z-index: 98; transform: scale(1); box-shadow: 0px 15px 10px -15px #111; }
.intro-anchors a{ display: block; width: 100%; height:auto; float: left; padding: 6px; text-decoration: none; color: white; text-align: center; font-size: 18px; line-height: 22px; transition: all 0.2s linear;  background-color: #1787d3;
    border-bottom: 1px solid #066cb2;}
.intro-anchors a:hover{ color: #fff; background-color:#066cb2;}
.intro-anchors a:last-child{ border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.intro-anchorsScale{transform: scale(0);}/*選單縮小*/

.carrier {
    font-family: Verdana, Geneva, sans-serif, "微軟正黑體";
    position: relative;
}
.carrier h4 {
    display:block;
    font-size: 1.8rem;
    font-family: "微軟正黑體";
    color: #ff8400;
    padding: 15px 10px 5px 10px;
    margin-bottom: 15px; 
    text-indent: 20px;
    border-bottom: 1px solid #ff8400;
}
/*
.carrier h4::after{
    content: "";
    display: block;
    background: url(../images/carrier-triangle.png) repeat-x 0px 0px;
    width: 100%;
    height: 5px;
}
*/
.carrier ul {
    padding: 10px 0 20px 0;
    color: #434343;
}
.carrier li {
    overflow: hidden;
    min-height: 60px;
    line-height: 1.3em;
    padding: 8px 30px;
    background:rgba(256,256,256,1);
    margin-bottom: 10px;
    border-bottom: 1px dashed #aaa;
}
.carrier li:hover {
    /*box-shadow: 0px 3px 0px rgba(255,132,0,1);*/
    border:1px solid #d7d7d7;
    border-left: 5px solid #ff8400;
    border-bottom: 2px solid #ff8400;
    /*
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    */
    -webkit-transition:all .2s ease-out; 
    -moz-transition:all .2s ease-out;
    -o-transition:all .2s ease-out;      
    transition:all .2s ease-out;   
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); 
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+69,ffffff+69,e8e8e8+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 69%, #ffffff 69%, #e8e8e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 69%,#ffffff 69%,#e8e8e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 69%,#ffffff 69%,#e8e8e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}
.carrier li a:link,
.carrier li a:visited {
    text-decoration: none;
    font-size: 0.95rem;
    color: #5b5b5b;
    letter-spacing: 1px;
    line-height: 1.5;
    display: block;
    font-family: "微軟正黑體",Verdana, Geneva, sans-serif;
}
.carrier li a strong {
    font-weight: normal;
    display: block;
    font-size: 1.3rem;
    font-weight: bolder;
    font-family: "微軟正黑體";
    color: #1787d3;
    margin: 0px 0px 4px 0px;
    *margin: 0;
    line-height: 1.2;
}
.carrier li a:hover strong{
    color: #ff8400;
}
.carrier li em.price {
    font-size: 1rem;
    color: #ff8400;
    font-family: Verdana, Geneva, sans-serif, arial, "微軟正黑體";
    float: right;
    *margin-top: -1.2em;
    margin-top: 10px;
}
.carrier li em.price span {
    font-size: 1.6rem;
    font-weight: bold;
}


@media screen and (max-width: 1400px) {
    .intro-anchors{ right: 0%;}/*右邊浮動選單*/
}

@media screen and (max-width: 991px) {

    .title h3 {
        font-size: 2.5rem; 
        margin-top:30px;  
    }
    .title h3:before{
        width: 30px;
        height: 52px;
    }
    .title h3:after{
        width: 30px;
        height: 52px;
    }
}


@media screen and (max-width: 768px) {
    .pc768{display: none;}
    .mobile768{display: block;}
    header.header {background: #fff top center repeat-y; height:auto;}
    .content{
        border: 4px solid #1787d3;
        border-radius: 20px;
        padding: 0.5em 0.5em 0.5em 0.5em;
    }
    .wrapper{
        width: 97%;
    }
    /*.mobileMenuButton { display: inline-block; position: fixed; bottom:0; left:50%; padding: 5px; width:auto; height:auto; z-index: 999; background: rgba(0,0,0,0.5) }*/
    .mainPageButton { position:fixed; top:-100vh; left: 0; width: 100%; height: 100vh;margin-bottom:0;background: rgba(0,0,0,0.8); z-index:98; }
    ul.navBar {
        margin:50px auto 0px; padding: 0px; width: 90%; max-width: 1440px; text-align: center; vertical-align:middle; 
        border-radius: 20px; overflow: hidden;
    }
    ul.navBar:before{
        display: none;
    }
    ul.navBar:after{
        display: none;
    }
    ul.navBar li {
        display: block; 
    }
    ul.navBar li a {
        display: block;
        font-size: 1.7rem;
        color: #000000;
        text-align: center;
        width: 100%;
        line-height: 1.5;
        height: auto;
        padding: 15px 10px; 
        text-decoration: none;
        background: #ffce00; 
        border-left: 0;
        border-bottom:1px solid #ccb103;
    }

    .title h3 {
        font-size: 2.3rem; 
        margin-top:20px;  
    }
    .title h3:before{
        width: 30px;
        height: 52px;
    }
    .title h3:after{
        width: 30px;
        height: 52px;
    }

    /* c23模組 */
    .intro-anchors {
        display: none;
    }
    .carrier li {
        padding: 12px 12px;
    }
    .carrier li a:link,
    .carrier li a:visited {
        letter-spacing: 0px;
    }
    .carrier li a strong {
        font-size: 1.2rem;
    }
    .carrier li em.price {
        font-size: 0.7rem;
        float: none;
        display: block;
        text-align: center;
        background-color: #ffdf00;
        border-radius: 20px;
        width: 100%;
        margin-top: 10px;
        padding: 3px 0;

    }
    .carrier li em.price span {
        font-size: 1.3rem;
        font-weight: bold;
    }
    .carrier li em.price:after{
        content: "\f07a";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 1.1rem;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        margin-left: 5px; 
    }

}

@media screen and (max-width: 480px) {
    .content {
        margin-top: 1.5em;
    }
    .title h3:before{
        display: none;
    }
    .title h3:after{
        display: none;
    }

}



/* bnAD */
.bnAD{margin: 0 auto 0 auto;text-align: center;}
.bnAD img.pc{width: 90%;max-width: 1030px;margin: 0 auto;}
.bnAD img.m{width: 90%;max-width: 640px;display: none;margin: 0 auto;}


@media screen and (max-width:640px) {
.bnAD img.pc{display: none;}
.bnAD img.m{display: block;}
}
