@charset "UTF-8";
/* Note: */
/* ------------------------------------------------- */
/* Created Date: 2017.08.15 */
/* Author: Tom tang */
* {
  font-family: "微軟正黑體";
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.dis-ib {
  display: inline-block;
}

.flex_box {
  display: flex;
  justify-content: center;
  height: 280px;
}

@media (max-width: 767px) {
  .flex_box {
    display: block;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flex_box {
    height: 31rem;
  }
}

body {
  font-size: 1rem;
  font-size: 14px;
}

h1, h2, h3 {
  font-weight: bold;
}

.img-responsive {
  display: inline-block;
}

.form-group {
  height: 70px;
}

@media (min-width: 1400px) {
  .container {
    width: 1320px;
  }
}

#banner {
  background-image: url("../img/banner_bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding: 5rem 0;
}

@media (max-width: 767px) {
  #banner {
    background-image: none;
    padding: 0;
  }
}

#banner #slogan_bk {
  color: #FFF;
}

@media (min-width: 768px) {
  #banner #slogan_bk {
    padding-top: 8rem;
  }
}

#banner #slogan_bk h1 {
  font-size: 4.3rem;
  line-height: 60px;
  margin-bottom: 5rem;
  max-width: 525px;
}

@media (max-width: 767px) {
  #banner #slogan_bk h1 {
    font-size: 2.25rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }
}

#banner #slogan_bk h4 {
  line-height: 35px;
  padding-right: 35px;
  max-width: 550px;
}

@media (max-width: 767px) {
  #banner #slogan_bk h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  #banner #slogan_bk {
    background-image: url("../img/banner_bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

#banner #register_bk {
  background-color: #FFF;
}

@media (max-width: 767px) {
  #banner #register_bk {
    border-bottom: 1px solid #ddd;
  }
}

#banner #register_bk .heading {
  font-size: 24px;
  text-align: center;
  color: #ea5b7c;
  border-bottom: 1px solid #ededed;
  padding: 15px 0;
}

#banner #register_bk .form {
  padding: 15px;
}

#banner #register_bk .form select {
  color: #929292;
}

#banner #register_bk .form select, #banner #register_bk .form input {
  width: 100%;
  border: 1px solid #bcbcbc;
  padding: 5px;
  height: 33px;
  line-height: 33px;
}

#banner #register_bk .form .radio-inline, #banner #register_bk .form .checkbox-inline {
  margin-top: -5px;
  padding-left: 0;
}

#banner #register_bk .form .radio label {
  line-height: 40px;
}

#banner #register_bk .form .radio input {
  width: auto;
  display: inline-block;
  margin-right: 10px;
}

#banner #register_bk .form .radio span {
  margin-right: 58px;
}

@media (max-width: 767px) {
  #banner #register_bk .form .radio span {
    margin-right: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #banner #register_bk .form .radio span {
    margin-right: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #banner #register_bk .form .radio span {
    margin-right: 20px;
  }
}

#banner #register_bk .form .submit-btn {
  display: inline-block;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #FFF;
  background-color: #ea5b7c;
  width: 150px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: bold;
}

#banner #register_bk .form .submit-btn:hover, #banner #register_bk .form .submit-btn:focus {
  background-color: #c84966;
}

#sec_6 button {
  display: inline-block;
  border: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #FFF;
  background-color: #ea5b7c;
  width: 150px;
  padding: 5px 0;
}

#sec_6 button:hover, #sec_6 button:focus {
  background-color: #c84966;
}

.section {
  padding: 2rem 0;
}

@media (max-width: 767px) {
  .section {
    padding: 2rem 0;
  }
}

.section .line {
  width: 80%;
  height: 1px;
  background-color: #dbdbdb;
}

.section .heading_lg {
  font-size: 50px;
  font-family: 'Amiri', serif;
  font-weight: lighter;
}

.section .sec_title {
  color: #ea5b7c;
}

@media (max-width: 767px) {
  .section .sec_title {
    font-size: 24px;
  }
}

.section .sec_sub_title {
  font-size: 24px;
}

@media (max-width: 767px) {
  .section .sec_sub_title {
    font-size: 20px;
  }
}

.section .sec_descript {
  color: #ababab;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
}

@media (max-width: 767px) {
  .section .sec_descript {
    font-size: 15px;
    line-height: 25px;
  }
}

.section .border_box {
  border: 1px solid #ddd;
  margin: 0px 35px;
}

.section .border_box, .section .border_box + laptop, .section .border_box + desktop {
  padding: 30px;
}

@media (max-width: 767px) {
  .section .border_box {
    border: 0;
    margin: 0;
  }
}

.section .border_box .border_box_xs {
  border: 0;
}

@media (max-width: 767px) {
  .section .border_box .border_box_xs {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
  }
}

#sec_1 .intro {
  color: #a0a0a0;
  font-size: 18px;
  font-style: italic;
  line-height: 28px;
  text-align: center;
  margin: 35px 0;
}

#sec_1 #vw_logo_bk {
  text-align: center;
  margin-bottom: 40px;
}

#sec_1 #vw_logo_bk img {
  max-width: 143px;
  margin-top: 40px;
}

@media (max-width: 767px) {
  #sec_1 #vw_logo_bk img {
    max-width: 60%;
  }
}

@media (max-width: 767px) {
  #sec_1 #vw_logo_bk h1 {
    font-size: 3rem;
  }
}

#sec_1 #vw_logo_bk h3 {
  color: #7c7c7c;
  margin-top: 40px;
  font-weight: bold;
}

@media (max-width: 767px) {
  #sec_1 #vw_logo_bk h3 {
    margin-top: 15px;
  }
}

#sec_2 {
  background-color: #f9f9f9;
}

@media (max-width: 767px) {
  #sec_2 h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

#sec_2 .article_bk {
  padding: 35px;
}

@media (max-width: 767px) {
  #sec_2 .article_bk {
    padding: 0 15px;
  }
}

#sec_3 {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  #sec_3 .article_bk {
    text-align: left;
  }
}

@media (min-width: 768px) {
  #sec_3 .article_bk {
    text-align: center;
  }
}

#sec_3 .sec_title {
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  #sec_3 .sec_title {
    margin-bottom: 2rem;
  }
}

#sec_3 .txt_bk {
  display: inline-block;
}

#sec_3 .txt_bk h3:before {
  content: "• ";
  color: #ea5b7c;
  font-size: 24px;
}

#sec_3 .txt_bk h4.sec_descript {
  margin-bottom: 20px;
  padding: 5px 15px;
}

#sec_4 {
  background-color: #f9f9f9;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  #sec_4 {
    padding: 0;
  }
}

#sec_4 #border_box_bk {
  margin-top: 35px;
}

#sec_4 .sec_descript {
  font-weight: bold;
}

#sec_4 .list ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

#sec_4 .list li {
  text-align: left;
}

#sec_4 .list li:before {
  content: "• ";
  color: #ea5b7c;
  font-size: 24px;
}

#sec_4 .list_lg > h3 {
  display: inline-block;
  color: #5b5b5b;
  line-height: 40px;
}

#sec_5 h1.sec_title > span {
  font-family: 'Dancing Script', cursive;
  font-weight: 400;
  color: #3d3d3d;
  padding: 0 5px;
  font-size: 43px;
}

#sec_5 .sec_descript {
  padding-right: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #sec_5 .row_padding {
    padding-left: 3rem;
  }
}

@media (min-width: 1200px) {
  #sec_5 .row_padding {
    padding-left: 5rem;
  }
}

#sec_5_2 {
  background-color: #f9f9f9;
}

#sec_5_2 h1.sec_title {
  color: #3d3d3d;
  margin-bottom: 30px;
}

#sec_5_2 h4 {
  color: #ea5b7c;
  line-height: 30px;
  font-weight: bold;
}

#sec_6 h3 {
  line-height: 38px;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  #sec_6 h3 {
    font-size: 16px;
    line-height: 28px;
  }
}

#sec_6 button {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 10px 30px;
}

::-webkit-input-placeholder {
  color: #929292;
  opacity: 1;
}

:-moz-placeholder {
  color: #929292;
  opacity: 1;
}

::-moz-placeholder {
  color: #929292;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #929292;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #929292;
  opacity: 1;
}

#apply_form label.error {
  color: #f93939;
  display: inline-block;
  padding: 3px 3px;
  font-size: 12px;
  line-height: 1;
  width: auto;
}

