html {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .05rem;
  background-color: #e5e6ed;
}

.kv {
  background: transparent url('../img/kv.jpg') scroll no-repeat top;
  width: 100%;
  height: 100vh;
  font-size: 0;
  overflow: hidden;
}

.logo {
  padding: 30px 30px;
  display: block;
}

.btn {
  position: fixed;
  width: 100%;
  height: auto;
  bottom: 0;
  z-index: 100;
  clear: s;
}

.btn li {
  float: left;
  list-style: none;
  width: 50%;
  text-align: center;
  color: white;

}

.btn li a {
  font-family: "Noto Serif TC", serif;
  background-color: #597499;
  color: white;
  text-decoration: none;
  letter-spacing: .5em;
  padding: 20px;
  width: 100%;
  height: auto;
  display: block;
  font-size: 24px;
  animation-name: bright;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
}

.btn li:nth-child(2) a {
  background-color: #95677d;
  animation-name: bright2;
	animation-duration: 2s;
  animation-delay: 1s;
	animation-iteration-count: infinite;
}

.btn li a:hover,
.btn li a:active {
  filter: brightness(1.2);
}

@keyframes bright{
    0%  {filter: brightness(1.2);}
    60% {filter: brightness(1.0);}
    100%{filter: brightness(1.2);}
}
@keyframes bright2{
    0%  {filter: brightness(1.0);}
    60% {filter: brightness(1.2);}
    100%{filter: brightness(1.0);}
}
.content{
  position: absolute;
  top: 69.5%;
  margin-left: 9.3%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.maintxt{
  background: url('../img/maintxt.png') no-repeat center;
  background-size: contain;
  width: 554px;
  height: 197px;
}
.subTxt{
  background: url('../img/subTxt.png') scroll no-repeat center;
  background-size: contain;
  width: 388px;
  height: 39px;
  margin: 25px 0 0 -35px;
}
.subTxt2{
  background: url('../img/subTxt2.png') scroll no-repeat center;
  background-size: contain;
  width: 452px;
  height: 54px;
  margin-top: 20px;
}

.content2 {
  width: 464px;
  height: 139px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  margin: 50px 0 0 -90px;
  position: relative;
  display: block;
}

h4 {
  width: 100%;
  height: 54px;
  background: transparent url('../img/time.png') scroll no-repeat center;
  margin: 24px auto 12px;
  display: block;
  clear: both;
}

h5 {
  width: 348px;
  height: 26px;
  background: transparent url('../img/giftTxt.png') scroll no-repeat center;
  margin: 0 auto;
  display: block;
}

.balloon {
  width: 99px;
  height: 99px;
  background: transparent url('../img/balloon.png') scroll no-repeat center;
  position: absolute;
  right: -92px;
  top: -18px;
}

.gift {
  width: 62px;
  height: 148px;
  background: transparent url('../img/bottle.png') scroll no-repeat center;
  position: absolute;
  right: -19px;
  top: -24px;
}

.scroll {
  font-size: 0;
  width: 57px;
  height: auto;
  text-align: center;
  margin: 0 auto;
  top: 685px;
}

.scroll .txt {
  width: 57px;
  height: 22px;
  background: transparent url('../img/scroll.png') no-repeat scroll center;
  display: inline-block;
}

.scroll .line {
  width: 2px;
  height: 81px;
  display: inline-block;
  margin-top: 12px;
  background: linear-gradient(
    to bottom,
    #6c6967 0%,
    #ffffff00 50%,
    #6c6967 100%
  );
  background-size: 100% 400%;
  animation: flow 2s linear infinite ;
}
@keyframes flow {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 0 0;
  }
}

@keyframes scrollMove {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
/* p1 */
.p1{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding:0 0 135px 0;
  margin-top: -100px;
  color: #7c665b;
  font-size: 21px;
}
.p1_bg1{
  background:url('../img/p1_bg1.png') no-repeat scroll center top;
  background-size: cover;
  width: 490px;
  height: 380px;
  position: absolute;
  bottom: 0;
  left: -0.3%;
}
.p1_bg2{
  background:url('../img/p1_bg2.png') no-repeat scroll center top;
  background-size: cover;
  width: 458px;
  height: 364px;
  position: absolute;
  bottom: 0;
  right: -0.3%;
}
.p1_bg1 .butterfly1{
  background:url('../img/p1_butterfly_L1.png') no-repeat center top;
  background-size: contain;
  width: 61px;
  height: 60px;
  position: absolute;
  top: 1%;
  left: calc(50% - 135px);
  animation: fly 4s infinite;
  animation-delay: 2s;
}
.p1_bg1 .butterfly2{
  background:url('../img/p1_butterfly_L2.png') no-repeat center top;
  background-size: contain;
  width: 36px;
  height: 42px;
  position: absolute;
  top: 35%;
  left: calc(50% + 55px);
  animation: fly 5s infinite;
}
.p1_bg2 .butterfly1{
  background:url('../img/p1_butterfly_R1.png') no-repeat center top;
  background-size: contain;
  width: 48px;
  height: 42px;
  position: absolute;
  bottom: 10%;
  left: -15%;
  animation: fly 4s infinite;
}
.p1_bg2 .butterfly2{
  background:url('../img/p1_butterfly_R2.png') no-repeat center top;
  background-size: contain;
  width: 69px;
  height: 58px;
  position: absolute;
  top: 25%;
  left: calc(50% - 135px);
  animation: fly 6s infinite;
  animation-delay: 1s;
}

.p1 .title{
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 10px;
  text-align: center;
  margin-bottom: 15px;
}
.p1 .event1,.p1 .event3{
  background: rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  max-width: 1141px;
  margin: 0 auto 75px;
  padding: 0 0 14px 0;
  display: flex;
}
.p1 .pic{
  position: relative;
  background:url('../img/p1_pic1.png') no-repeat scroll center;
  background-size: contain;
  width: 261px;
  height: 255px;
  margin: -18px 95px 0 122px;
}
.p1 .pic .butterfly{
  position: absolute;
  background:url('../img/p1_butterfly1.png') no-repeat scroll center;
  background-size: contain;
  width: 64px;
  height: 73px;
  top: 7.5%;
  left: -19%;
  animation: fly 3s ease-in-out infinite;
}
@keyframes fly {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-13px); }
  100% { transform: translateY(0); }
}
.p1 .txt{
  position: relative;
  line-height: 1.3;
  align-self: center;
  margin-top: 24px;
}
.p1 .txt .under{
  position: absolute;
  background:url('../img/p1_c.png') no-repeat scroll center;
  background-size: contain;
  width: 137px;
  height: 58px;
  z-index: 1;
  left: -3%;
  top: 65%;
}
.p1 span{
  display: inline-block;
  font-weight: 700;
}
.p1 .blue{
  color: #7993ba;
  font-weight: 700;
}

.p1 ul li{
  position: relative;
  text-indent: -5px;
  letter-spacing: 1px;
  z-index: 2;
}
.p1 ul li:nth-child(3){
  line-height: 1.5;
}
.p1 ul li::marker{
  color: #d57751;
}
.p1 ul li span{
  text-indent: 0px;
}
.p1 ul .big{
  font-size: 36px;
}
.p1 ul .big2{
  font-size: 30px;
}

.p1 .event2{
  max-width: 1141px;
  margin: 0 auto 75px;
  display: flex;
  justify-content: space-between;
}
.p1 .box{
  background: rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  width: 350px;
  height: 370px;
  padding: 40px 25px;
}
.p1 .box p:nth-child(2){
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 3px;
  margin: 20px 0 8px;
}
.p1 .icon{
  background-size: contain;
  width: 93px;
  height: 76px;
}
.p1 .icon1{
  background:url('../img/p1_icon1.png') no-repeat scroll center;
}
.p1 .icon2{
  background:url('../img/p1_icon2.png') no-repeat scroll center;
}
.p1 .icon3{
  background:url('../img/p1_icon3.png') no-repeat scroll center;
}

.p1 .event3{
  padding:0 0 14px 0;
  margin-top: 30px;
  line-height: 1.5;
  justify-content: center;
  align-items: flex-end;
}
.p1 .up span{
  color: #7a9656;
  font-size: 28px;
}
.p1 .down{
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.p1 .txt2{
  margin-right: 18px;
}
.p1 .txt2 p:nth-child(1){
  font-size: 24px;
  letter-spacing: 3px;
}
.p1 .txt2 p:nth-child(2){
  color: #7a9656;
}
.p1 .pic2{
  background:url('../img/p1_pic2.png') no-repeat scroll center;
  background-size: contain;
  width: 86px;
  height: 86px;
}
.p1 .part1{
  margin: 0 20px 20px 0;
}
.p1 .part2{
  background:url('../img/p1_pic3.png') no-repeat scroll center;
  background-size: contain;
  width: 194px;
  height: 267px;
  margin-top: -30px;
}

.w1200 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.campaign {
  background: transparent url('../img/bg3.jpg') repeat center;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: auto;
  padding-bottom: 50px;
  color: white;
}

.campaign .title{
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 10px;
  text-align: center;
  margin: 60px 0 40px;
}

.campaign .cam-content {
  padding: 0;
  font-weight: 400;
}

.campaign ul li,
.notice ul li {
  list-style-type: decimal;
  font-size: 21px;
  padding-left: 10px;
}

.campaign ul,
.notice ul {
  width: 88%;
  padding-left: 20px;
  margin: 0 auto 60px;
}
.campaign ul li a{
  color: white;
}

.notice {
  background-color: #bfccdf;
  width: 100%;
  height: auto;
  color: #44679b;
  overflow: auto;
  cursor: pointer;
}

.notice .title {
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 10px;
  text-align: center;
  width: 240px;
  margin: 60px auto 30px;
  position: relative;
}

.notice .title .tri {
  background: transparent url('../img/tri.svg') no-repeat center;
  position: absolute;
  width: 22px;
  height: 19px;
  top: calc(50% - 12px);
  right: -26px;
  rotate: 60deg;
}

.notice .notice-content {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height .5s ease;
}

.notice.op .title .tri {
  rotate: 0deg;
}

.notice.op .notice-content {
  max-height: 1800px;
  display: inline;
}

table {
  border-collapse: separate;
  border-radius: 30px;
  width: 100%;
}

tr {
  background-color: #44679b;
}

tr:first-child td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

tr:first-child td:last-child {
  border-top-right-radius: 10px;
}

tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

td {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

li span {
  display: block;
}

.footer {
  background-color: #7993ba;
  font-size: 14px;
  text-align: center;
  height: auto;
  padding: 20px 20px 100px;
  font-weight: 700;
}

.footer p {
  font-family: Microsoft JhengHei;
  font-size: 14px;
  color: white;
  display: inline;
}

.footer a {
  color: white;
  text-decoration: none;
  margin-left: 40px;
  display: inline;
  font-family: Microsoft JhengHei;
  font-size: 14px;
}



/*RWD*/
@media screen and (min-width:750px) {
  .footer div {
    display: inline;
  }

  .kv {
    height: 100vh;
    background-size: cover;
  }

  .scroll {
    display: block;
    position: relative;
  }

  .btn {
    width: 200px;
    height: auto;
    bottom: auto;
    right: 0%;
    top: 60%;
  }

  .btn li {
    float: none;
    list-style: none;
    width: 100%;
    text-align: center;
    font-size: 0;
    color: white;
  }

  .btn li a {
    margin-bottom: 10px;
    font-size: 0;

  }

  .btn li:first-child a {
    width: 147px;
    height: 141px;
    background: transparent url('../img/btn-apply.png') no-repeat scroll center;
  }

  .btn li:last-child a {
    width: 147px;
    height: 141px;
    background: transparent url('../img/btn-contact.png') no-repeat scroll center;
  }

  .notice {
    padding-bottom: 50px;
  }

  td {
    padding: 3px;
  }

  .footer {
    padding: 20px;
  }

  .footer a {
    margin-left: 10px;
  }
}
@media screen and (min-width:1200px) {

  .kv {
    background-size: auto;
    overflow-x: hidden;
    height: 1080px;
  }

  td {
    padding: 6px 10px;
  }
}
@media screen and (max-width:1200px){
  .content{
    margin-left: 3%;
    transform: scale(0.9);
  }
  .scroll{
    top: 600px;
  }
  .p1_bg1{
    left: -12%;
  }
  .p1_bg2{
    right: -15%;
  }
  .p1 .event1,.p1 .event2, .p1 .event3{
    width: 88%;
  }
  .p1 .event1{
    padding: 14px 0;
  }
  .p1 .pic{
    margin: 0px 55px 0 50px;
  }
  .p1 .pic .butterfly{
    width: 54px;
    left: -10%;
  }
  .p1 .txt{
    margin-top: 0;
  }
  .p1 ul li:nth-child(3){
    margin-top: 10px;
  }
  .p1 .box{
    width: 100%;
    height: 450px;
  }
  .p1 .box:nth-child(2){
    margin:0 20px;
  }
  .p1 .box .icon{
    margin: 0 auto;
  }
}
@media screen and (max-width:1021px) {
  .p1 .txt .under{
    left: -5%;
    top: 50%;
  }
}


@media screen and (max-width:900px) {
  .p1 .event2{
    flex-wrap: wrap;
  }
  .p1 .box{
    height: 340px;
    text-align: center;
  }
  .p1 .box:nth-child(2){
    margin: 20px 0;
  }
}

@media screen and (max-width:768px) {
  .kv {
    background: url('../img/kv-m.jpg') scroll no-repeat top;
    height: 1334px;
  }
  .content{
    margin-left: 0;
    left: calc(50% - 280px);
    top: 110px;
  }
  .content2 {
    margin: 600px 0 0 -90px;
  }
  .scroll{
    display: none;
  }
  .p1_bg1{
    left: -32%;
  }
  .p1_bg2{
    right: -35%;
  }
  .p1 .title{
    margin-bottom: 25px;
  }
  .p1 .event1{
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    padding:0 0 24px 0;
  }
  .p1 ul li:nth-child(3){
    margin-top: 0px;
  }
  .p1 .txt .under{
    top: 65%;
  }
  .p1 .txt{
    margin-left: 15px;
  }
  .p1 .pic{
    margin: -18px 0px 0 0px;
  }
  .notice .title{
    margin: 30px auto;
  }
}
@media screen and (max-width:650px) {
  .p1 .txt .under{
    top: 50%;
  }
  .p1 .txt{
    width: 85%;
    margin-left: 150px;
  }
  .p1 ul li::marker{
    margin: 0 2px 0 0;
  }
  .p1 ul li:nth-child(3){
    margin-top: 10px;
  }
  .p1 .event3{
    flex-wrap: wrap;
    padding: 24px 0;
  }
  .p1 .part2{
    margin-top: 0;
  }
}