﻿body {
    font-family: Microsoft JhengHei;
    box-sizing: border-box;
    position: relative;
    margin: 0px auto;
    min-width: 1366px;
    background: url(../images/bg.jpg) no-repeat center top #fff1f0;
    overflow-x: hidden;
}
a {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
/*a:hover {
    filter: brightness(1.2);
    -webkit-filter: brightness(1.2);
    -moz-filter: brightness(1.2);
}*/
img {
    max-width: 100%;
}
/*----Wrap----*/
.top {
    max-width: 1366px;
    position: relative;
    margin: 0px auto;
    /* overflow: hidden; */
}
.wrap {
    max-width: 1366px;
    min-height: 440px;
    position: relative;
    margin: 0px auto;
    z-index: 100;
    /* overflow: hidden; */
}
/*----Logo----*/
.logo {
    width: 20%;
    max-width: 210px;
    left: 30px;
    display: block;
    position: absolute;
    z-index: 99;
}
.logo a:hover {
    position: relative;
    top: -3px;
}
/*----Slogan----*/
.slogan {
    width: 80%;
    max-width: 880px;
    position: absolute;
    top: 510px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    animation: bounceIn 1s both 0.3s;
}
/*----Menu----*/
.menu {
    background-image: url(../images/menu_bg.png);
    width: 1100px;
    height: 85px;
    display: block;
    text-align: center;
    padding-top: 55px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}
.menu li {
    list-style-type: none;
    display: inline-block;
}
.cloud01 {
    position: absolute;
    top: 430px;
    animation: float ease-in-out 1.5s infinite;
    z-index: 9;
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
}
.cloud02 {
    position: absolute;
    top: 420px;
    animation: float ease-in-out 1.8s infinite alternate;
    z-index: 8;
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
}
.cloud03 {
    position: absolute;
    top: 850px;
    z-index: 9;
    width: 100%;
    overflow: hidden;
    animation: float ease-in-out 2s infinite alternate;
}
.char06 {
    position: absolute;
    right: 60px;
    top: 810px;
    z-index: 99;
    animation: flying ease-out 3.5s infinite;
}
.char {
    width: 100%;
    height: 810px;
    margin-top: 40px;
    position: relative;
    margin: 0 auto;
}
.char div {
    position: absolute;
}
.char01 {
    left: 375px;
    top: -4px;
    z-index: 4;
}
.char02 {
    left: 50px;
    z-index: 2;
}
.char03 {
    left: -220px;
    top: 180px;
    z-index: 2;
}
.char04 {
    right: 140px;
    top: -168px;
    z-index: 2;
}
.char05 {
    right: -125px;
    top: 210px;
    z-index: 3;
}
.rainbow {
    right: -180px;
    top: 160px;
    z-index: 0;
}
/*---Content----*/
.content ul {
    text-align: center;
}
li.con {
    width: 40%;
    height: 200px;
    list-style-type: none;
    text-align: left;
    background: rgba(255, 255, 255, 0.5);
    border: 3px solid #ff6198;
    border-radius: 30px;
    padding: 20px 30px 40px;
    margin: 10px;
    display: inline-block;
    vertical-align: top;
    box-shadow: 3px 4px 2px 0px #ffc6da;
}
.con li {
    margin-left: 20px;
    line-height: 23px;
    font-weight: bold;
    color: #636363;
}
#BOX2 li {
    width: 25%;
    height: 160px;
    /* text-align: center; */
}
#BOX2 h4 {
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    margin: 5px;
}
#BOX3 li {
    text-align: center;
    width: 35%;
    height: 150px;
}
.con h2 {
    text-align: center;
    margin-bottom: 10px;
}
#BOX4 p {
    width: 80%;
    line-height: 30px;
    margin: 30px auto;
}
@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0m);
        transform: translateY(10m);
    }
    50% {
        -webkit-transform: translateY(1em);
        transform: translateY(1em);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-moz-keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(1em);
        transform: translateY(1em);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/*----Content----*/
.content {
    position: relative;
    /* border-radius: 20px; */
    /* border: 4px solid #fff; */
    margin: 0 auto;
    padding-bottom: 10px;
    /* width: 998px; */
    /* text-align: center; */
    /* box-shadow: 0px 0px 20px 2px #d708bd, 0px 0px 20px 2px #d708bd inset; */
}
.content .title {
    position: relative;
    margin: 10px auto;
    text-align: center;
}
.content .box {
    display: inline-block;
    border-radius: 10px;
    margin: 50px 15px 10px;
    padding-bottom: 20px;
    width: 460px;
    background: #f5e3ff;
    overflow: hidden;
    vertical-align: top;
}
.content .box .sub_title {
    background: linear-gradient(180deg, #193783 5%, #521b82 95%);
    margin-bottom: 10px;
}
.content .box .sub_title img {
    margin: 17px auto;
}
.content p {
    margin: 10px auto 0;
    color: #636363;
    font-weight: bold;
    line-height: 25px;
}
span {
    margin-left: 50px;
}
/*----Notice----*/
.notice {
    margin: 0% 12% 3% 12%;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 27px;
    text-align: justify;
    text-shadow: 1px 1px 15px #000;
}
.notice p {
    margin-left: 2%;
}
/*----Footer----*/
#footer {
    position: relative;
    height: 70px;
    background: #882647;
    color: #fff;
    font-size: 12px;
    padding-top: 20px;
	z-index: 99;
}
#footer table {
    margin: 0 auto 0 auto;
}
#footer table td {
    padding-right: 8px;
}
#footer .about {
    line-height: 18px;
}
#footer table .t {
    list-style: none;
    font-size: 11px;
    line-height: 15px;
}
@media screen and (max-width: 1366px) {
	body {
		background-size: cover;
	}
    .char {
        overflow: hidden;
    }
    .char06 {
        display: none;
    }
}