@charset "UTF-8";

.logo {
  height: 45px;
  margin: 5px;
}

.company-bg {
  height: 150px;
  text-align: center;
  overflow: hidden;
}

@media (min-width: 400px) {
  .visible-xs {
    display: block;
  }
}


@media (min-width: 768px) {
  .company-bg {
    height: 200px;
    text-align: center;
    overflow: hidden;
  }
  .logo {
    height: 60px;
    vertical-align: middle;
  }
}


.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.top_bg{ 
    width: 100vw;
 }
body {
  font-family: 微軟正黑體, 'Roboto', sans-serif;
  font-size: 16px;
}

h2 {
  text-align: center;
  margin: 30px auto 20px;
}

h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  color: #fff;
  text-align: center;
  background: #36aed6;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 30px auto 40px;
}
@media (min-width: 768px) {
  h3 {
    margin: 60px auto 40px;
  }
}

.submit {
  color: #fff;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 100px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  word-wrap: break-word;
  padding: 12px 30px;
  margin: 30px auto;
  display: block;
  background-color: #36aed6;
  margin-bottom: 50px;
}

.number {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

input {
  font-family: 微軟正黑體;
  height: 40px;
  padding: 2px 5px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #4783ad;
}

input[type=checkbox], input[type=radio] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .col-SIBLING .col {
    display: inline-block;
    padding-right: 15px;
  }
  .col-SIBLING label {
    margin-right: 5px;
  }
}

.col-radio {
  vertical-align: middle;
}

.name {
  padding-top: 5px;
  font-size: 16px;
  height: 70px;
  line-height: 20px;
  vertical-align: middle;
}
.name em {
  font-style: normal;
  color: #cb4261;
  padding-left: 3px;
}
.name small {
  font-size: 0.77em;
  display: block;
  font-family: 'Roboto', sans-serif;
  color: #36aed6;
}

.sibling {
  width: 30px;
}


.sibling100 {
  width: 100px;
}

.siblingLong {
  width: 200px;
}

.siblingVLong {
  width: 300px;
}


a {
  color: #cb4261;
}
a:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.pcblock {
  padding-bottom: 30px;
}
.pcblock a {
  color: #ffe868;
  float: right;
  display: block;
  font-size: 13px;
  font-family: Verdana, Geneva, sans-serif;
  margin-right: 10px;
  margin-top: 10px;
}
.pcblock a:hover {
  color: #fff;
  text-decoration: none;
}

.mainkv {
  padding-top: 10px;
  padding-bottom: 10px;
  background: url(../imgs/top_bg.png) no-repeat -120px -150px;
  background-size: 1100px 470px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.mainkv #flower1 {
  background: url(../imgs/flower_1.png) no-repeat center top;
  background-size: cover;
  width: 200px;
  height: 200px;
  position: absolute;
  left: -120px;
  top: -30px;
}
.mainkv h1 {
  background: url(../imgs/title.png) no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  width: 250px;
  height: 80px;
  margin: 30px 0 0 60px;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
}
.mainkv h3 {
  background: url(../imgs/side_word_m.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  width: 275px;
  height: 150px;
  display: block;
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-iteration-count: 1;
  margin-left: 10vw;
  margin-top: -10px;
}
.mainkv h2 {
  background: url(../imgs/word_m.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  width: 200px;
  height: 200px;
  margin-left: 10vw;
  margin-top: 50px;
  webkit-animation-duration: 3s;
  -webkit-animation-delay: 3s;
  -webkit-animation-iteration-count: 1;
}
.mainkv #flower2 {
  background: url(../imgs/flower_2.png) no-repeat center top;
  background-size: cover;
  width: 360px;
  height: 225px;
  margin-left: calc(100% - 230px);
  margin-top: -90px;
}

article {
  padding: 0px 0px 40px;
}

.book1 {
  background: url(../imgs/bg_1.png) no-repeat left 50px;
  background-size: 80% 80%;
  height: 250px;
  padding: 10px;
  text-align: center;
}
.book1 h1 {
  background: url(../imgs/t1_m.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  width: 250px;
  height: 90px;
  margin: 60px auto 0;
  display: block;
}
.book1:focus h1 {
  display: none;
}

.book2 {
  background: url(../imgs/bg_2.png) no-repeat right 50px;
  background-size: 80% 80%;
  height: 260px;
  padding: 10px;
}
.book2 h1 {
  background: url(../imgs/t2_m.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  width: 250px;
  height: 90px;
  margin: 60px auto 0;
  display: block;
}

.book3 {
  background: url(../imgs/bg_3.png) no-repeat left 50px;
  background-size: 80% 80%;
  height: 250px;
  padding: 10px;
}
.book3 h1 {
  background: url(../imgs/t3_m.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  width: 250px;
  height: 90px;
  margin: 60px auto 0;
  display: block;
}

.book4 {
  background: url(../imgs/bg_4.png) no-repeat right 50px;
  background-size: 80% 80%;
  height: 250px;
  padding: 10px;
}
.book4 h1 {
  background: url(../imgs/t4_m.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  width: 250px;
  height: 90px;
  margin: 60px auto 0;
  display: block;
}

.book5 {
  background: url(../imgs/bg_5.png) no-repeat left 50px;
  background-size: 80% 80%;
  height: 250px;
  padding: 10px;
}
.book5 h1 {
  background: url(../imgs/t5_m.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  width: 250px;
  height: 90px;
  margin: 60px auto 0;
  display: block;
}

.book6 {
  background: url(../imgs/bg_6.png) no-repeat right 50px;
  background-size: 80% 80%;
  height: 250px;
  padding: 10px;
}
.book6 h1 {
  background: url(../imgs/t6_m.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  width: 250px;
  height: 150px;
  margin: 60px auto 0;
  display: block;
}

footer {
  background: #433334;
  text-align: center;
  padding: 5px 10px;
  font-size: 14px;
}
footer p {
  color: #a59991;
  margin: 0;
}

@media (min-width: 768px) {
  .mainkv {
    padding-top: 10px;
    padding-bottom: 10px;
    background: url(../imgs/top_bg.png) no-repeat 0px -150px;
    background-size: 1100px 470px;
    position: relative;
    overflow: hidden;
  }
  .mainkv #flower1 {
    background: url(../imgs/flower_1.png) no-repeat center top;
    background-size: cover;
    width: 250px;
    height: 250px;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .mainkv h1 {
    background: url(../imgs/title.png) no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    width: 250px;
    height: 80px;
    margin: 30px 0 0 250px;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
  }
  .mainkv h3 {
    background: url(../imgs/side_word_m.png) no-repeat;
    background-size: cover;
    text-indent: -9999px;
    width: 275px;
    height: 150px;
    display: block;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-iteration-count: 1;
    margin-left: 250px;
    margin-top: -10px;
  }
  .mainkv h2 {
    background: url(../imgs/word_m.png) no-repeat;
    background-size: cover;
    text-indent: -9999px;
    width: 200px;
    height: 200px;
    margin-left: 250px;
    margin-top: 50px;
    webkit-animation-duration: 3s;
    -webkit-animation-delay: 3s;
    -webkit-animation-iteration-count: 1;
  }
  .mainkv #flower2 {
    background: url(../imgs/flower_2.png) no-repeat center top;
    background-size: cover;
    width: 360px;
    height: 225px;
    margin-left: calc(100% - 230px);
    margin-top: -200px;
  }

  article {
    padding: 0px 8vw  40px;
  }

  .pcblock {
    width: 50%;
    display: block !important;
    float: left;
  }

  .book1 {
    background: url(../imgs/bg_1.png) no-repeat top;
    background-size: 300px 257px;
    height: 250px;
    padding: 10px;
    margin-bottom: 15px;
  }
  .book1 h1 {
    background: url(../imgs/t1_m.png) no-repeat;
    background-size: cover;
    text-indent: -9999px;
    width: 250px;
    height: 90px;
    margin: 60px auto 0;
    display: block;
  }
  .book1:focus h1 {
    display: none;
  }

  .book2 {
    background: url(../imgs/bg_2.png) no-repeat center top;
    background-size: 300px 300px;
    height: 260px;
    padding: 10px;
    margin-bottom: 15px;
  }
  .book2 h1 {
    background: url(../imgs/t2_m.png) no-repeat;
    background-size: cover;
    text-indent: -9999px;
    width: 250px;
    height: 90px;
    margin: 60px auto 0;
    display: block;
  }

  .book3 {
    background: url(../imgs/bg_3.png) no-repeat center top;
    background-size: 300px 257px;
    height: 250px;
    padding: 10px;
    margin-bottom: 15px;
  }
  .book3 h1 {
    background: url(../imgs/t3_m.png) no-repeat;
    background-size: cover;
    text-indent: -9999px;
    width: 250px;
    height: 90px;
    margin: 60px auto 0;
    display: block;
  }

  .book4 {
    background: url(../imgs/bg_4.png) no-repeat center top;
    background-size: 300px 257px;
    height: 250px;
    padding: 10px;
    margin-bottom: 15px;
  }
  .book4 h1 {
    background: url(../imgs/t4_m.png) no-repeat;
    background-size: cover;
    text-indent: -9999px;
    width: 250px;
    height: 90px;
    margin: 60px auto 0;
    display: block;
  }

  .book5 {
    background: url(../imgs/bg_5.png) no-repeat center top;
    background-size: 300px 257px;
    height: 250px;
    padding: 10px;
    margin-bottom: 15px;
  }
  .book5 h1 {
    background: url(../imgs/t5_m.png) no-repeat;
    background-size: cover;
    text-indent: -9999px;
    width: 250px;
    height: 90px;
    margin: 60px auto 0;
    display: block;
  }

  .book6 {
    background: url(../imgs/bg_6.png) no-repeat center top;
    background-size: 300px 257px;
    height: 250px;
    padding: 10px;
    margin-bottom: 15px;
  }
  .book6 h1 {
    background: url(../imgs/t6_m.png) no-repeat;
    background-size: cover;
    text-indent: -9999px;
    width: 250px;
    height: 150px;
    margin: 60px auto 0;
    display: block;
  }
}
@media (min-width: 992px) {
  .mainkv {
    padding-top: 10px;
    padding-bottom: 10px;
    background: url(../imgs/top_bg.png) no-repeat center -20px;
    background-size: 1100px 470px;
    height: 500px;
    position: relative;
    overflow: hidden;
  }
  .mainkv #flower1 {
    background: url(../imgs/flower_1.png) no-repeat center top;
    background-size: cover;
    width: 250px;
    height: 250px;
    position: absolute;
    left: 380px;
    top: 0px;
  }
  .mainkv h1 {
    background: url(../imgs/title.png) no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    width: 400px;
    height: 80px;
    margin: 50px 0 0 230px;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
  }
  .mainkv h3 {
    background: url(../imgs/side_word.png) no-repeat;
    background-size: cover;
    text-indent: -9999px;
    width: 300px;
    height: 125px;
    display: block;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-iteration-count: 1;
    float: right;
    margin-left: 0px;
    margin-top: -70px;
    margin-right: 200px;
  }
  .mainkv h2 {
    background: url(../imgs/word.png) no-repeat;
    background-size: cover;
    text-indent: -9999px;
    width: 400px;
    height: 100px;
    margin-left: 230px;
    margin-top: 50px;
    webkit-animation-duration: 3s;
    -webkit-animation-delay: 2.5s;
    -webkit-animation-iteration-count: 1;
  }
  .mainkv #flower2 {
    background: url(../imgs/flower_2.png) no-repeat center top;
    background-size: cover;
    width: 480px;
    height: 300px;
    margin-left: calc(100% - 650px);
    margin-top: -100px;
  }

  article {
    padding: 0px 0vw  40px;
  }

  .pcblock {
    width: calc(100% / 3);
    display: block !important;
    float: left;
    padding: 15px 20px;
  }
  .pcblock h3, .pcblock hr, .pcblock p {
    display: none;
  }
  .pcblock img {
    padding-bottom: 15px;
  }

  .book1 {
    height: 300px;
  }

  .book6 {
    height: 280px;
  }

  .container .pcblock:nth-child(2) {
    margin-top: 40px;
  }

  .container .pcblock:nth-child(3) {
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .container .pcblock:nth-child(5) {
    margin-top: 40px;
  }

  .container .pcblock:nth-child(6) {
    margin-top: 80px;
  }

  *[class^='imghvr-book-open-']:hover figcaption:before, *[class^='imghvr-book-open-']:hover figcaption:after, *[class*=' imghvr-book-open-']:hover figcaption:before, *[class*=' imghvr-book-open-']:hover figcaption:after {
    opacity: 1;
    background-color: #df5777;
    opacity: .97;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
