@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("/css/font-awesome.css");
@import url("/css/animate.css");
@import url("/css/bootstrap.css");
@import url("/css/hover.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
html, body {
  width: 100%;
  height: auto;
  overflow-X: hidden;
}
body {
  font-size: 100%;
}
iframe {
  display: ;
}
* {
  transition: all .3s;
  -webkit-transition: all .3s;
}
/*:before{ content:"\f146";font-family: 'FontAwesome'; }*/
.btnTop {
  background: #CCC \9;
  background: rgba(0, 0, 0, .2);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
  z-index: 99;
  color: #FFF;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  display: none;
  z-index: 999;
}
.btnTop:before {
  content: "\f106";
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #FFF;
  display: block;
  padding-top: 6px;
}
.btnTop:hover {
  background: rgba(0, 0, 0, .4);
}
.img-response {
  max-width: 100%;
  height: auto;
}
/*------------item-inline-block------------*/
.item-inline-block {
  letter-spacing: -5px;
}
.item-inline-block > * {
  display: inline-block !important;
  letter-spacing: 1px;
  vertical-align: top;
}
/*------------item-table-cell------------*/
.item-table-cell {
  display: table;
}
.item-table-cell > * {
  display: table-cell !important;
  vertical-align: top;
}
/*------------item-flex------------*/
.item-flex {
  display: flex !important;
  display: -webkit-flex !important;
  flex-flow: row wrap
}
.item-flex > * {
  flex: 1;
  -webkit-flex: 1
}
@media screen and (max-width: 640px) {
  .vertical-xs {
    display: block !important;
  }
  .vertical-xs > * {
    display: block !important;
    width: 100% !important;
    float: none !important;
  }
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .hide-xs {
    display: none !important;
  }
  .show-xs {
    display: block !important;
  }
}
.wrap {
    width: 100%;
    height: auto;
    position: relative;
    font-family: 'Noto Sans TC', "微軟正黑體", Microsoft Yahei;
    line-height: 1.6;
    background: #162b54;
    background-position: 50% -39px;
    background-repeat: no-repeat;
}
.logo {
  background-color: #425bb5;
}
.logo img {
  width: 250px;
  height: auto;
  padding: 10px;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 版頭 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.header {
    width: 100%;
    position: relative;
    height: 785px;
    overflow: hidden;
    background: url(../images/title-bg.png), #162b54;
    background-position: bottom;
    background-repeat: no-repeat;
}
.header span img {
  width: 100%;
  height: auto;
}
.header .center {
  width: 100%;
  /*  max-width: 1000px;*/
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.header .center img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.header-word {
    display: inline-block;
    margin: 60px 0;
}
.header-word img {
    max-width: 566px;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 內容 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.container {
  width: 100%;
  margin: 0 auto;
}
.content {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.notice {
    color: #ffffff;
    text-align: left;
    padding: 30px 0 100px;
    letter-spacing: 1px;
    max-width: 585px;
    margin: 50px auto 0;
    font-weight: bold;
}
.block_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto!important;
    padding: 60px 50px 50px;
    background: #425bb5;
    border-radius: 20px;
}
.block-title {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 30px;
}
.row2 .block-title {
    color: #162b54;
}
.ver-triple .block {
  width: 100%;
  max-width: 600px;
}
.block-title.ac {
    margin-top: 80px;
}
.block {
    display: inline-block;
    position: relative;
    width: 315px;
    height: 330px;
    border-radius: 20px;
    text-align: left;
    padding-top: 40px;
    background: #ffffff !important;
    border: 5px solid #5d9bff;
}
.block.b2 {
  width: 415px;
}

/*
.newo .row2 .block {
    background: #0e2c4e !important;
}
*/
.row1 .block:nth-child(2) {
  margin-top: -2px;
}
.row2 .block {
    width: calc(50% - 20px);
    height: auto;
    padding: 25px 0;
    justify-content: space-between;
    margin: 10px 0;
    border: 5px solid #77c9d3;
    align-items: center;
    text-align: left;
}
.newo a.order-link {
  margin-bottom: 0;
}
.block p {
    color: #4059b0;
    font-size: 24px;
    font-weight: bold;
    /* letter-spacing: 4px; */
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0;
}
.row2 .block p {
    font-size: 36px;
    width: 350px;
    color: #162b54;
}
.large {
  font-size: 72px;
  font-weight: bold;
  color: #ff85a1;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1;
  margin-top: -20px;
}
span.small-word {
  font-size: 36px;
}
.large:last-of-type {
  letter-spacing: -3px;
}
a.order-link {
    display: inline-block;
    font-size: 24px;
    text-decoration: none;
    text-align: center;
    border-radius: 50px;
    height: 60px;
    padding: 7px 50px;
    color: #fff;
    border: 2px solid #e5768f;
    background-color: #ff85a1;
}
a.order-link i {
  margin-left: 5px;
}
a.order-link:hover {
    background-color: #d76a83;
    border: 2px solid #d76a83;
}
.row2 a.order-link:hover {
    background-color: #216f7d;
    border: 2px solid #216f7d;
}
.block_wrap.row2 {
    background: #8ce3ee;
    margin-top: 55px !important;
}
.row2 a.order-link {
    font-size: 19px;
    padding: 5px 20px;
    height: 40px;
    line-height: 25px;
    border: 2px solid #247482;
    background-color: #162b54;
}
.block-plan {
  flex-wrap: wrap;
}
/*----------------------------- 注意事項文字 -----------------------------------  */
/* ul { width:80%; margin:0 auto; color:#a3a3a3; list-style:decimal; padding-left:30px;}
 ul li{ margin-bottom:10px; font-size:15px; color:#333333; line-height:1.5;}
*/
@media screen and (max-width: 1200px) {
  .block_wrap.row1 {
    padding: 60px 20px 50px;
  }
  .block {
    width: 260px;
  }
  .block.b2 {
    width: 420px;
  }
    
    .row2 .block p {
    width: 220px;
}
    
}
@media screen and (max-width: 1024px) {
/*
    .wrap {
    background: #f8c2cf;
}
*/
  .content {
    padding: 0 5% !important;
  }
  .large {
    margin-top: 0;
  }
  .block_wrap {
    flex-flow: wrap;
    max-width: 650px;
  }
  .block {
    width: 100%;
    max-width: 420px;
    padding: 15px;
    text-align: center;
    padding-top: 10px;
    margin: 20px auto !important;
  }
  .block.b2 br {
    display: none;
  }
  .newo .block p {
    letter-spacing: 0;
    font-size: 26px;
    padding-top: 35px;
  }
  .row2 .block {
    width: 100%;
    max-width: unset;
  }
  .row2 .block p {
    padding: 0;
    text-align: left;
    width: calc(100% - 245px);
  }
}
@media screen and (max-width: 768px) {
  .block.b2 {
    /*    width: 85% !important;*/
    min-height: 380px;
  }
  /*
  .row2 .block {
    width: 100% !important;
    max-width: unset;
  }
*/
  a.order-link {
    /*    margin: 0px auto 20px;*/
    display: block;
  }
  .newo .block_wrap {
    flex-direction: column;
    /*    padding: 0;*/
  }
  .newo .block.b2 p {
    padding-top: 10px;
  }
}
@media screen and (max-width: 640px) {
    .header {
    background-size: cover;
}
    .header .center {
    padding-top: 130px;
}
.header-word {
    margin-top: 60px;
    margin-bottom: 25px;
    background: #162b54;
}
  .header-word img, .header-word img {
    margin: 0 auto;
  }
  .notice {
    padding: 30px 10px 60px;
  }
  .row2 .block p {
    padding: 0 0 25px;
    text-align: center;
    width: 100%;
  }
  .row2 .block {
    flex-direction: column;
  }
  .block_wrap.row2 {
    padding: 60px 20px 50px;
  }
  .block-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 450px) {
  .content {
    padding: 0 2% !important;
  }
  .header {
    padding: 0;
  }

  br.show {
    display: block;
  }

}
@media screen and (max-width: 400px) {
  .block {
    box-shadow: none;
  }
}