@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:600);

main {
    background: #F6F5F1;
}
.banner .item {
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}
.banner .item a {
    display: block;
}
.banner .item img {
    width: 100%;
}
.banner .slick-prev,
.banner .slick-next {
    background: url(../images/index/banner_arrow.png) no-repeat;
    width: 40px;
    height: 80px;
    text-indent: -9999px;
    border: 0;
    position: absolute;
    top: 50%;
    margin-top: -40px;
}
.banner .slick-prev:focus,
.banner .slick-next:focus {
    outline: none;
}
.banner .slick-prev { background-position:    0 0; left:  5%; }
.banner .slick-next { background-position: 100% 0; right: 5%; }

.content {
    padding-top: 0;
}
.top-box {
    background: #C70707 url(../images/index/news_bg.png) no-repeat 3% 50%;
    position: relative;
    padding: 75px 0 30px;
    color: #fff;
    top: -35px;
    margin-bottom: 20px;
}
.top-box .ibtn.scroll {
    background-image: url(../images/index/scroll.png);
    width: 100px;
    height: 99px;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -50px;
}
.top-box .row {
    display: table;
    width: 100%;
}
.top-box .col {
    display: table-cell;
    width: 50%;
    padding: 0 60px;
    border-left: 1px dotted #fff;
    vertical-align: top;
}
.top-box .col:first-child {
    border: 0;
}
.news h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 44px;
    font-weight: bold;
}
.news h2 small {
    font-family: "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 10px 10px;
}
.news-list a {
    display: block;
    color: #fff;
    margin: 5px 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list a .date {
    color: #FAD25E;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}
.news-list a:hover span,
.news-list a:hover .date {
    text-decoration: underline;
}

.search-box .form-group {
    padding: 10px 0 0;
}
.search-box .control-label {
    color: #fff;
    float: left;
    display: inline-block;
    line-height: 34px;
}
.search-box .input-wrap {
    margin-left: 75px;
}
.search-box .form-control {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    padding: 4px 10px;
    line-height: 24px;
    height: 34px;
    color: #333;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.search-box .inline-checkbox {
    color: #fff;
    display: inline-block;
    margin-left: 10px;
}
.search-box .destination .form-control {
    width: 32%;
}
.search-box .date .form-control {
    width: 42%;
}
.search-box .date .date-divider {
    display: inline-block;
    vertical-align: middle;
    width: 12%;
    position: relative;
}
.search-box .date .date-divider:before {
    content: " ";
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    height: 1px;
    background: #fff;
}
.search-box .keywords .form-control {
    width: 66%;
}
.search-box .btn-box {
    padding-top: 25px;
    text-align: center;
}

.travel-area {
    padding: 40px 0 20px;
    text-align: center;
    display: none;
}
.travel-area > li {
    width: 12.5%;
}
.travel-area li a {
    display: block;
    width: 134px;
    margin: 0 auto;
}
.travel-area li h3 {
    margin-bottom: 15px;
}
.travel-area li h3 a {
    height: 134px;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    line-height: 124px;
    background: url(../images/index/arrow_down.png) no-repeat 50% 88%;
    -webkit-box-shadow:inset 2px 2px 10px 0 rgba(0,0,0,.5);
            box-shadow:inset 2px 2px 10px 0 rgba(0,0,0,.5);
    -webkit-border-radius: 100px;
            border-radius: 100px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.travel-area li h3 a:hover {
    opacity: .7;
}
.travel-area li.b1 h3 a { background-color: #17A6DA; }
.travel-area li.b2 h3 a { background-color: #FF9326; }
.travel-area li.b3 h3 a { background-color: #80C617; }
.travel-area li.b4 h3 a { background-color: #CC4F96; }
.travel-area li.b5 h3 a { background-color: #85A2CE; }
.travel-area li.b6 h3 a { background-color: #26D9A4; }
.travel-area li.b7 h3 a { background-color: #FF632F; }
.travel-area li.b8 h3 a { background-color: #BAB61F; }

.travel-area li ul {
    margin-bottom: 20px;
}
.travel-area li ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.featured-travel h2 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #6A5947;
    /* text-shadow: 1px 1px 5px #333; */
    line-height: 1.2;
    letter-spacing: 3px;
    position: relative;
}
.featured-travel h2 small {
    display: block;
    color: #C70707;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.featured-travel h2:before,
.featured-travel h2:after {
    content: " ";
    display: block;
    height: 1px;
    background: #6A5947;
    position: absolute;
    top: 50%;
}
.featured-travel h2:before {
    left: 74px;
    right: 50%;
    margin-right: 100px;
}
.featured-travel h2:after {
    right: 74px;
    left: 50%;
    margin-left: 100px;
}
.featured-travel .slick-prev,
.featured-travel .slick-next {
    background: url(../images/index/carousel_arrow.png) no-repeat;
    width: 48px;
    height: 48px;
    position: absolute;
    top: -59px;
    text-indent: -9999px;
    border: 0;
}
.featured-travel .slick-prev:focus,
.featured-travel .slick-next:focus {
    outline: none;
}
.featured-travel .slick-prev { background-position:    0 0; left: 0; }
.featured-travel .slick-next { background-position: 100% 0; right: 0; }
.featured-travel .slick-prev:hover { background-position:    0 100%; }
.featured-travel .slick-next:hover { background-position: 100% 100%; }

.featured-travel .item a {
    max-width: 390px;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.featured-travel .item a .pic {
    position: relative;
    height: 260px;
}
.featured-travel .item a figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(42,42,42,0.85);
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    padding: 12px;
}
.featured-travel .item .more {
    display: inline-block;
    width: 128px;
    text-align: center;
    line-height: 33px;
    border: 1px solid #A6825B;
    color: #A6825B;
    margin: 32px 0;
    -webkit-border-radius: 6px;
            border-radius: 6px;
}
.featured-travel .item a:hover .more {
    background: #A6825B;
    color: #fff;
}
.featured-travel .item p {
    text-align: left;
}

.featured-travel .item a:hover p {
    text-decoration: underline;
}

@media screen and (max-width: 1350px) {
    .top-box .col {
        padding: 0 30px;
    }
}
@media screen and (max-width: 1240px) {
    .travel-area {
        max-width: 800px;
        margin: 0 auto;
    }
    .travel-area > li {
        width: 25%;
    }
    .top-box {
        padding-top: 40px;
    }
    .top-box .row,
    .top-box .col {
        display: block;
        width: auto;
    }
    .top-box .col {
        border: 0;
        border-top: 1px dotted #fff;
        padding: 20px 60px;
    }
}
@media screen and (max-width: 767px) {
    /* .banner .item {
        height: 270px;
    }
    .banner .item a {
        height: 100%;
    }
    .banner .item img {
        display: none;
    } */
    .top-box {
        margin: 0 -15px;
        top: 0;
        margin-bottom: 40px;
    }
    .top-box .col {
        padding: 15px;
    }
    .travel-area > li {
        width: 33.33%;
    }
}
@media screen and (max-width: 580px) {
    .search-box .form-group {
        padding-top: 0;
    }
    .search-box .control-label {
        float: none;
    }
    .search-box .input-wrap {
        margin-left: 0;
    }
    .search-box .form-group .form-control {
        display: block;
        width: 100%;
    }
    .search-box .date .date-divider {
        margin: 0 auto 10px;
        display: block;
    }
    .search-box .date .date-divider:before {
        width: 1px;
        height: 20px;
        position: static;
    }
}
@media screen and (max-width: 520px) {
    .travel-area {
        margin: 0 -5px;
    }
    .travel-area > li {
        width: 50%;
    }
}