@charset "utf-8";
/*===========SEO麵包削============*/
.breadcrumb{
    padding: 15px;
}
.breadcrumb ul li{
    display: inline;
    color: #545454;
    font-size: 14px;
}
.breadcrumb ul li:after{
    content: ">";
}
.breadcrumb ul li:first-child:after{
    content: "";
}
.breadcrumb ul li:last-child:after{
    content: "";
}
.breadcrumb ul li a{
    color: #545454;
}


body,
.submit,
select,
input {
    margin: 0px;
    padding: 0px;
    font-family: Arial, "新細明體", sans-serif;
    font-size: 16px;
}

h2 span{
    font-family: Arial, "新細明體", sans-serif; 
}

div,
/* CSS Document */
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,p,blockquote {
    margin: 0;
    padding: 0;
}
/*table{border-collapse:collapse;border-spacing:0;}*/

fieldset,img {
    border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: normal;
}

ol,ul {
    list-style: none;
}

caption,th {
    text-align: left;
}

q:before,
q:after {
    content: '';
}

a {
    text-decoration: none;
    font-family: Arial,"新細明體";
}

body {
    width: 100%;
    background-color: #e9d9c9;
}


/*------------page-bg------------*/
.index1{
    background:url(../images/bg-1_03.jpg) no-repeat #e9d9c9;

}
.index2{
    background:url(../images/bg-2_03.jpg) no-repeat #e9d9c9;
}
.index3{
    background:url(../images/bg-3_03.jpg) no-repeat #e9d9c9;
}
.index4{
    background:url(../images/bg-4_03.jpg) no-repeat #e9d9c9;
}
.index5{
    background:url(../images/bg-5_03.jpg) no-repeat #e9d9c9;
}
.index6{
    background:url(../images/bg-6_03.jpg) no-repeat #e9d9c9;
}
.index1, .index2, .index3, .index4, .index5, .index6{
    background-position: 120% 800px;  
}
.bgmove{
    -webkit-animation: bgmove 2s ease-in-out .5s forwards; 
    -moz-animation: bgmove 2s ease-in-out .5s forwards; 
    -o-animation: bgmove 2s ease-in-out .5s forwards; 
    animation: bgmove 2s ease-in-out .5s forwards;
    background-size: 30%;
}

@keyframes bgmove {
    0%   {background-position: 120% 800px; opacity: 0;}
    100% {background-position: right 900px; opacity: 1;}
}
@-webkit-keyframes bgmove {
    0%   {background-position: 120% 800px; opacity: 0;}
    100% {background-position: right 900px; opacity: 1;}
}


/*------------move-animation-----------*/
.move1{
    opacity: 0;
    margin-top: -40%;
    -webkit-animation: move1 2s ease-in-out forwards;
    -moz-animation: move1 2s ease-in-out forwards;
    -o-animation: move1 2s ease-in-out forwards; 
    animation: move1 2s ease-in-out forwards;/*動畫forwards在結束位置停止*/
}

@keyframes move1{
    0%   {opacity: 0; margin-top: -40%;}
    100% {opacity: 1; margin-top: 39px;}/*banner-position*/
}
@-webkit-keyframes move1{
    0%   {opacity: 0; margin-top: -40%;}
    100% {opacity: 1; margin-top: 39px;}/*banner-position*/
}

.move2{
    opacity: 0;
    -webkit-animation: move2 3s ease-in-out .5s forwards;
    -moz-animation: move2 3s ease-in-out .5s forwards;
    -o-animation: move2 3s ease-in-out .5s forwards; 
    animation: move2 3s ease-in-out .5s forwards;
}

@keyframes move2{
    0%   {opacity: 0;}
    100% {opacity: 1;}
}
@-webkit-keyframes move2{
    0%   {opacity: 0;}
    100% {opacity: 1;}
}


/*.navbar-default*/
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:active {
    background: none;
}


/*-----------top-----------*/
.scroll2top:link,
.scroll2top:visited {
    background: url(../images/top.png) no-repeat 0 0;
    height: 80px;
    width: 80px;
    margin-left: 0;
    right: 30%;
    bottom: 30px;
}

.scroll2top:hover {
    background: url(../images/top.png) no-repeat 0 -80px;
    -webkit-animation: icon-up 1s ease-out alternate;
    -moz-animation: icon-up 1s ease-out alternate;
    -o-animation: icon-up 1s ease-out alternate;
    animation: icon-up 1s ease-out alternate;   
}
@keyframes icon-up {
  0%,
  50%,
  100% {
    opacity: 0.7;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    opacity: 1;
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

/*-----------mobile-menu-----------*/
.mobile-nav-bg-style{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    z-index: 9999;
    background-color: #64120e;
}
#mobile-nav-icon {
    width: 28px;
    height: 24px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    position: fixed;
    top: 50px;
    right: 10px;
    z-index: 501;
    background-color: #ff0000;
    border-left:10px solid #ff0000;
    border-right:10px solid #ff0000;
    border-top:10px solid #ff0000;
    border-bottom:5px solid #ff0000;
    box-sizing: content-box;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
#mobile-nav-icon.nav-icon1-scroll{    
    top: 10px;
}
#mobile-nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ffffff;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#mobile-nav-icon span:nth-child(1) {
    top: 0px;
}

#mobile-nav-icon span:nth-child(2) {
    top: 8px;
}

#mobile-nav-icon span:nth-child(3) {
    top: 16px;
}
#mobile-nav-icon.open {
    top: 10px;
}
#mobile-nav-icon.open span {
    margin-top: 0px;
}

#mobile-nav-icon.open span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#mobile-nav-icon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#mobile-nav-icon.open span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.mobile-nav{
    position: fixed;
    top:50px;
    left: 0;
    z-index: 20;
    background: #73110b;
    display: none;
    width: 100%;
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.5); 
}
.mobile-nav ul{
    width: 100%;
}

.mobile-nav li{
    width: 100%;
    border-bottom: 1px solid #64120e;
}

.mobile-nav li a{
    display: inline-block;
    width: 100%;
    height: auto;
    font-size: 1.2em;
    color: #ffffff;
    text-align: center;
    width: 100%;
    padding: 15px 0 15px 0;
    text-decoration: none;
    background: #73110b;
    letter-spacing: 2px;
    text-shadow: 1px 1px 3px #000; 
}

.mobile-nav li a:hover{
    font-weight: bold;
    color: #f7d3a5;
    background: #64120e;
    -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;
    background: #4f0a0a; /* Old browsers */
    background: -moz-linear-gradient(top, #4f0a0a 0%, #5b1111 2%, #601009 14%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #4f0a0a 0%,#5b1111 2%,#601009 14%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #4f0a0a 0%,#5b1111 2%,#601009 14%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f0a0a', endColorstr='#601009',GradientType=0 ); /* IE6-9 */
}
/*-----------set-top-header-----------*/
.setop.navbar-default{
    width: 100%;
    position: fixed;
    top: 0;/*set-top-header-position*/
    z-index: 21;
}

/*-----------desktop-menu------------*/
.menu_x {
    width: 100%;
    height: 55px;
    margin-top: 3em;
}
.nav0 {
    width: 100%;
    height: 55px;
}

ul.menu {
    display: inline-block;
    background-color: #e9d9c9;
    overflow: hidden;
}

ul.menu li {
    float: left;
    border-right: 1px dotted #b69a6e;
}

ul.menu li:first-child {
    border-left: 1px dotted #b69a6e;
}

ul.menu li a {
    display: inline-block;
    font-size: 1.2em;
    color: #403019;
    text-align: center;
    width: 100%;
    line-height: 55px;
    height: 55px;
    padding:0 2.01em;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
}
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: #710b07;
    background: url(../images/menu-hover_03.png) no-repeat center;
    background:#BB9D6D \9;
    -webkit-transition:0.3s linear;
    -moz-transition:0.3s linear;
    -o-transition:0.3s linear;
    transition:0.3s linear;
    background-size: contain;/*把圖擴展至最大尺寸-等比例*/
}

/*------------banner-layout------------*/
.banner-layout{
    margin-top: 39px;
}

/*------------content------------*/
.content {
    clear: both;
    display: block;
    margin: 1em auto 5em;
}

/*------------outline------------*/
.outline{
    position: relative;
    z-index: 1;
    background:url(../images/outline-top_09.png) no-repeat left top,
    url(../images/outline-top_12.png) no-repeat right top,
    url(../images/outline-bottom_17.png) no-repeat left bottom,
    url(../images/outline-bottom_19.png) no-repeat right bottom;
    min-height: 350px;
    padding:1.5em;
}

.outline::before{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 35px;/*--(70px)/2--*/
    bottom: 0;
    display: block;
    width: calc(100% - 70px);
    height: 100%;
    content: "";
    background:url(../images/outline-line_13.png) repeat-x top,url(../images/outline-line_13.png) repeat-x bottom;    
}

.outline::after{
    position: absolute;
    z-index: -1;
    top: 35px;/*--(70px)/2--*/
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: calc(100% - 70px);
    content: "";
    background:url(../images/outline-line_13.png) repeat-y left,url(../images/outline-line_13.png) repeat-y right;
}

/*------------title------------*/
.title h3 {
    text-indent: -9999px;
    color: #000;
    height: 0;       
}

/*=====================c23模組大分類=====================*/
/*ul.city{
    height: 40px;
    padding: 10px 10px 10px 25px;
}
ul.city li a{
    display: block;
    font-size: 16px;
    font-weight: bolder;
    color: #545454;
    padding: 0 15px;
}
ul.city li a:hover{
    color: #6c6c6c;
    text-decoration: none;
}
ul.city li{
    float: left;
    border-right: 1px solid #545454;
}
ul.city li:first-child{
    border-left: 1px solid #545454;
}*/

/*=====================c23模組專用=====================*/
/*.intro-anchors-box:before {
    content: " ";
    display: none;
    height: 60px;
    padding:15px 0; 
}

.fixing .intro-anchors-box:before {
    display: none;
}*/

.intro-anchors {
    display: none;
}

.intro-anchors a {
    display: none;
}

.carrier {
    font-family: Verdana, Geneva, sans-serif, "新細明體";
    position: relative;
    margin: 30px 0;
}

.carrier h4 {
    clear: both;
    text-indent: 45px;
    font-size: 1.2em;
    font-family: "新細明體";
    color: #755629;
    letter-spacing: 2px;
}

.carrier h4::before{
    content: "";
    display: inline-block;
    position: absolute;
    top:0px;
    left: 20px;
    width: 20px;
    height: 20px;
    background: url(../images/icon-title.png) no-repeat 0px 0px;
    background-size: contain;
}

.carrier ul {
    margin-top:15px;
    color: #434343;
}

.carrier li {
    overflow: hidden;
    min-height: 60px;
    line-height: 1.3em;
    padding: 15px 30px;
    border-bottom: 1px dotted #c2a77c;
}

.carrier li:hover {
    background: #ede1d2;
    box-shadow:0px 3px 0px #c5ad8d;
    border:none;
    -webkit-transition: box-shadow .5s ease-in-out;
    -moz-transition: box-shadow .5s ease-in-out;
    -o-transition: box-shadow .5s ease-in-out;
    transition: box-shadow .5s ease-in-out;
}
/*.carrier li:last-child{border:none;}*/

.carrier li a:link,
.carrier li a:visited {
    position: relative;
    text-decoration: none;
    font-size: 0.95em;
    font-family: Verdana, Geneva, sans-serif, arial, "新細明體";
    color: #826d4c;
    letter-spacing: 1px;
    line-height: 1.5;
    display: block;
}

.carrier li a strong {
    display: block;
    font-size: 1.4em;
    font-family: "新細明體";
    color: #1c1717;
    margin-bottom: 8px;
    *margin:0;
    line-height:1.5;
}

.carrier li a:hover strong{
    color: #73110b;
}

.carrier li em.price {
    font-size: 0.9em;
    color: #73110b;
    font-family: Verdana, Geneva, sans-serif, arial, "新細明體";
    float: right;
    *margin-top: -1.2em;
    margin-top: 10px;
}

.carrier li em.price span {
    font-size: 1.5em;
    font-weight: bold;
}
.box-head{
    display: none !important;
}
.footer-bg {
    margin-bottom:-3px;    
}
.footer-bg img{
    width: 100%;
}
@media screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
@media screen and (max-width: 1680px) {
    .index1, .index2, .index3, .index4, .index5, .index6{
        background-position: 120% 700px;  
    }
    @keyframes bgmove {
        0%   {background-position: 120% 700px; opacity: 0;}
        100% {background-position: right 700px; opacity: 1;}
    }
    @-webkit-keyframes bgmove {
        0%   {background-position: 120% 700px; opacity: 0;}
        100% {background-position: right 700px; opacity: 1;}
    }
}
@media screen and (max-width: 1500px) {
    .index1, .index2, .index3, .index4, .index5, .index6{
        background-position: 120% 650px;  
    }
    @keyframes bgmove {
        0%   {background-position: 120% 650px; opacity: 0;}
        100% {background-position: right 650px; opacity: 1;}
    }
    @-webkit-keyframes bgmove {
        0%   {background-position: 120% 650px; opacity: 0;}
        100% {background-position: right 650px; opacity: 1;}
    }
}

@media screen and (min-width: 992px)and (max-width: 1199px) {
}

@media screen and (min-width: 768px)and (max-width: 991px) {
    .menu_x,.nav0 {
        height: 40px;
        margin-top: 2em;
    }
    ul.menu li a {
        font-size: 1em;
        line-height: 40px;
        height: 40px;
        padding:0 1.85em;
    }
    .scroll2top:link,
    .scroll2top:visited {
         right: 50px;
    }
}

@media screen and (max-width: 767px) {
    .setop.navbar-default.open{
        background-image:none;
        background-color: #570a06;
        border-bottom: 1px solid #4f0906;
        box-shadow:0px 1px 2px rgba(0, 0, 0, 0.3);  
    }
    .index1, .index2, .index3, .index4, .index5, .index6{
        background-image: none; 
    }
    /*.default{
        display: none;
    }*/
    .menu_x {
        display: none;
    }
    .scroll2top:link,
    .scroll2top:visited {
         right: 0px;
    }
    .content {
        margin: 1em auto;
    }
    .outline{
        padding:0.5em;
    }
}

@media screen and (max-width: 480px) {

}

.flyingBird {
    animation: flyingBird 20s ease-out infinite 0s;
    position: fixed;
    pointer-events: none;
    bottom: 140px;
    left: 236px;
    z-index: 20; 
}

.flyingBird img {
    opacity: 0.7; 
}

@media (max-width: 730px) {
    .flyingBird {
        display: none; 
    }
}

@keyframes flyingBird {
  from {
    opacity: 0.7; 
    bottom: -5%;
    left: -5%;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); 
    transform:scale(1,1);
    }
  to {
    opacity: 0; 
    bottom: 80%;
    left: 110%;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); 
    transform:scale(0.5,0.5);
    } 
}