html {
    width: 100%;
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Lato', sans-serif, '微軟正黑體';
    font-size: 15px;
    background: url(../images/content-bg.jpg) repeat;
    overflow: hidden;
}
h1, h2, h3, h4, p {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif, '微軟正黑體';
}
a {
    text-decoration: none;
    color: #fff;
}
img {
    border: none;
    width: 100%;
    vertical-align: middle;
}
ul, li {
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
.clear {
    clear: both;
}
#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 1;
    background-color: #e5d8d2;
    z-index: 99;
    text-align: center;
}
.loading {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -75px;
}
.loading .block {
    width: 40px;
    height: 40px;
    /*border:5px solid #fff;*/

    position: absolute;
}
.loading .block:nth-child(1) {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    -webkit-animation: top-left 3s infinite;
    background-color: #8c4838;
}
.loading .block:nth-child(2) {
    top: 0;
    left: 50px;
    right: auto;
    bottom: auto;
    -webkit-animation: top-right 3s infinite;
    background-color: #ec8b6f;
}
.loading .block:nth-child(3) {
    top: 50px;
    left: 0;
    right: auto;
    bottom: auto;
    -webkit-animation: bottom-left 3s infinite;
    background-color: #efc03f;
}
.loading .block:nth-child(4) {
    top: 50px;
    left: 50px;
    right: auto;
    bottom: auto;
    -webkit-animation: bottom-right 3s infinite;
    background-color: #ea9fb9;
}
@-webkit-keyframes top-left {
    0% {
        left: 0;
        top: 0;
    }
    25% {
        left: 50px;
        top: 0;
        -webkit-transform: rotate(90deg)
    }
    50% {
        left: 50px;
        top: 50px;
        -webkit-transform: rotate(180deg)
    }
    75% {
        left: 0;
        top: 50px;
        -webkit-transform: rotate(270deg)
    }
    100% {
        left: 0;
        top: 0;
        -webkit-transform: rotate(360deg)
    }
}
@-webkit-keyframes top-right {
    0% {
        left: 50px;
        top: 0;
    }
    25% {
        left: 50px;
        top: 50px;
    }
    50% {
        left: 0;
        top: 50px;
    }
    75% {
        left: 0;
        top: 0;
    }
    100% {
        left: 50px;
        top: 0;
    }
}
@-webkit-keyframes bottom-left {
    0% {
        left: 50px;
        top: 50px;
    }
    25% {
        left: 0;
        top: 50px;
        -webkit-transform: rotate(90deg)
    }
    50% {
        left: 0;
        top: 0;
        -webkit-transform: rotate(180deg)
    }
    75% {
        left: 50px;
        top: 0;
        -webkit-transform: rotate(270deg)
    }
    100% {
        left: 50px;
        top: 50px;
        -webkit-transform: rotate(360deg)
    }
}
@-webkit-keyframes bottom-right {
    0% {
        left: 0;
        top: 50px;
    }
    25% {
        left: 0;
        top: 0;
    }
    50% {
        left: 50px;
        top: 0;
    }
    75% {
        left: 50px;
        top: 50px;
    }
    100% {
        left: 0;
        top: 50px;
    }
}
section {
    width: 100%;
    height: 100%;
}
#wrapper {
    width: 100%;
    height: 100%;
    background: url(../images/bg.jpg) repeat;
}
.ptwrapper {
    height: 100%
}
.topline {
    background: url(../images/header-line.jpg) left top;
    height: 11px;
    position: absolute;
    top: 0;
    width: 100%;
}
h1 {
    display: inline-block;
}
.kv {
    background-color: #ede0da;
    background-image: url(../images/kv_pl.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}
.content {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
    height: 100%;
}
/*-----------------menu start---------------*/

nav {
    position: relative;
    bottom: 0px;
    width: 100%;
}
.menu-wrapper, .submenu-wrapper {
    width: 100%;
    position: relative;
    bottom: 0;
    height: 76px;
}
.menu-wrapper {
    background: #e68175;
}
.menu {
    margin: 0 auto;
    bottom: 0;
    height: 76px;
    /*max-width: 1200px;*/
}
.menu ul {
    margin: 0 auto;
    float: right;
    display: inline-block;
    height: 76px;
    font-size: 18px;
    position: relative;
    width: 100%;
    padding: 0 0 0 0;
}
.menu li {
    /*position: relative;*/

    display: inline-block;
    float: right;
    text-align: center;
    line-height: 76px;
    vertical-align: middle;
}
.menu li.logo {
    padding-left: 5%;
    float: left;
    line-height: 70px;
}
.menu_item > a {
    position: relative;
    display: block;
    padding: 0 30px;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}
.menu_item > a:hover {
    color: #e8dbaa;
}
li.social:nth-child(1) {
    padding-right: 5%;
}
.social>a {
    display: block;
    width: 33px;
    height: 33px;
    margin-left: 15px;
    margin-top: 21px;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}
.social > a:hover {
    -webkit-filter: drop-shadow(0px 0px 5px #ffdae6);
    -moz-filter: drop-shadow(5px 5px 10px #ffdae6);
    -ms-filter: drop-shadow(5px 5px 10px #ffdae6);
    -o-filter: drop-shadow(5px 5px 10px #ffdae6);
    filter: drop-shadow(5px 0px 5px #ffdae6);
}
.social a.fb {
    background: url(../images/fb.png);
}
.social a.youtube {
    background: url(../images/youtube.png);
}
.submenu-wrapper {
    background: #cf6f64;
    height: auto;
    position: absolute;
    bottom: 76px;
    display: none;
    left: 0;
}
.submenu {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: #cf6f64;
}
.submenu ul {
    display: inline-block;
    margin: 0 auto;
    font-size: 18px;
    height: 100%;
    width: 100%;
    text-align: center;
}
.submenu li {
    display: inline-block;
    line-height: 50px;
    padding: 0;
    float: none;
}
.submenu li > a {
    display: block;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}
.submenu li > a:hover {
    color: #e8dbaa;
}
.submenu li > a >span {
    color: #fff;
    padding: 0 10px;
}
.element.style {
    display: block;
}
.drop-icon {
    position: absolute;
    top: 0px;
    left: 40%;
    margin: 0 0 0 0;
    display: block;
    width: 0px;
    height: 0px;
    z-index: 9;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #cf6f64 transparent transparent transparent;
    display: none;
}
/*-----------------menu end---------------*/

.txt {
    float: right;
    height: auto;
    width: 40%;
    text-align: center;
    position: absolute;
    right:2%;
    top: 50%;
    display: table;
    margin-top: -439.5px;
}
.txt > h2 {
    right: 0;
    color: #797a7e;
    font-size: 40px;
    letter-spacing: 8px;
    font-weight: normal;
    padding:2% 0;
}
.txt > p {
    color: #797a7e;
    font-size: 15px;
    line-height: 30px;
    font-family: 'Lato', sans-serif, '微軟正黑體';
    padding: 3% 0;
}
.txt >.slogan {
    vertical-align: middle;
    text-align: center;
    width: 60%;
}
.txt >.kv_pt {
    width: 40%;
    float: right;
    position: relative;
    bottom: 0;
}
.pt p {
    font-size: 18px;
    color: #4e4e4e;
    padding: 0;
    margin: 0;
    line-height: 20px;
    display: none;
}
.pt_title {
    text-align: center;
    width: 20%;
    /*min-width: 300px;*/

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 13%;
    opacity: 0;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
}
.pt_item_wrapper {
    position: absolute;
    /*width: 10%;*/

    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    -moz-animation: sign-sway 5s infinite;
    -webkit-animation: sign-sway 5s infinite;
    animation: sign-sway 5s infinite;
    -moz-animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}
.item {
    width: 70%;
    right: 5%;
    position: relative;
    margin: 0 auto;
    top: 10%;
    opacity: 0;
    filter: alpha(opacity=0);
}
.pt_item1 {
    right: 5%;
    top: 5%;
}
.pt_item2 {
    right: 15%;
    top: 7%;
}
.pt_item3 {
    right: 5%;
    top: 50%;
}
.pt_item4 {
    right: 30%;
    bottom: 15%;
}
.pt_item5 {
    left: 2%;
    top: 10%;
}
.pt_item6 {
    left: 30%;
    top: 5%;
}
.pt_item7 {
    left: 17%;
    top: 32%;
}
.pt_item8 {
    left: 10%;
    bottom: 15%;
}
.pt_item9 {
    left: 32%;
    bottom: 15%;
}
