@charset "UTF-8";
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * ALL
 * HEADER
 * BANNER
 * FOOTER
 * MAIN
 * ABOUT
 * CONTACT
 **/
/*------------------------------------*\
    ALL
\*------------------------------------*/
html,
body {
  overflow-x: hidden;
  min-height: 1000px;
}

body {
  color: #666666;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
  padding-top: 80px;
}
@media (min-width: 992px) {
  body {
    padding-top: 120px;
  }
}

a {
  color: #666666;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover, a:focus {
  color: #004d7e;
  outline: 0;
}

img {
  max-width: 100%;
  width: auto\9 ;
  /* ie8 */
}

.container {
  max-width: 100%;
}
@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }
}

#scrollUp {
  right: 12px;
  bottom: 30px;
  z-index: 1000 !important;
}
@media (min-width: 992px) {
  #scrollUp {
    right: 30px;
  }
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
.navbar {
  background-color: #ffffff;
  height: 80px;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar.fixed {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .navbar {
    height: 120px;
  }
}
.navbar .container {
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}
@media (min-width: 1800px) {
  .navbar .container {
    max-width: 1760px;
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar .offcanvas {
  width: 80%;
  top: 80px;
}
.navbar .offcanvas-backdrop {
  top: 80px;
}
@media (min-width: 992px) {
  .navbar .offcanvas {
    background: transparent;
  }
}
.navbar-brand img {
  width: 240px;
}
@media (min-width: 576px) {
  .navbar-brand img {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .navbar-brand img {
    width: auto;
  }
}
.navbar-toggler {
  border-radius: 0;
  border: none;
  width: 30px;
  height: 20px;
  padding: 0;
  position: absolute;
  right: 12px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.navbar-toggler .icon-bar {
  display: block;
  background: #004d7e;
  text-align: center;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar-toggler .icon-bar:nth-of-type(1) {
  top: 0;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
  top: 10px;
  opacity: 1;
}
.navbar-toggler .icon-bar:nth-of-type(3) {
  top: 20px;
}
.navbar-toggler.show .icon-bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.navbar-toggler.show .icon-bar:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggler.show .icon-bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.navbar-tool {
  margin-right: 40px;
}
.navbar-tool .btn {
  border-radius: 0;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar-tool .btn:hover {
  opacity: 0.7;
}
.navbar-tool .btn + .btn {
  margin-left: 0.1rem;
}
@media (min-width: 576px) {
  .navbar-tool {
    margin-right: 50px;
  }
  .navbar-tool .btn {
    border-radius: 0;
    padding: 0;
  }
  .navbar-tool .btn + .btn {
    margin-left: 0.75rem;
  }
}
@media (min-width: 992px) {
  .navbar-tool {
    margin-right: 0;
    position: absolute;
    right: 12px;
  }
}
@media (min-width: 1800px) {
  .navbar-tool {
    right: 0;
  }
}
.navbar-nav {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 992px) {
  .navbar-nav {
    margin-right: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1800px) {
  .navbar-nav {
    margin-left: 5.5rem;
  }
}
.navbar-nav .nav-item {
  position: relative;
  padding: 0.5rem 0;
}
@media (min-width: 992px) {
  .navbar-nav .nav-item {
    padding: 0 0.5rem;
  }
}
@media (min-width: 1200px) {
  .navbar-nav .nav-item {
    padding: 0 1rem;
  }
}
@media (min-width: 1400px) {
  .navbar-nav .nav-item {
    padding: 0 1.75rem;
  }
}
.navbar-nav .nav-link {
  color: #545454;
  font-size: 1.25rem;
  letter-spacing: 0.1rem;
  padding: 0 !important;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: #004d7e;
  font-weight: bold;
}
@media (min-width: 992px) {
  .navbar-nav .nav-link {
    font-size: 1.5rem;
    line-height: 120px;
    overflow: hidden;
    position: relative;
  }
  .navbar-nav .nav-link::before {
    content: "";
    background-color: #004d7e;
    width: auto;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .navbar-nav .nav-link:hover::before, .navbar-nav .nav-link.active::before {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (min-width: 1200px) {
  .navbar-nav .nav-link {
    font-size: 1.625rem;
  }
}
.navbar-nav .dropdown .dropdown-menu {
  border-radius: 0;
  border-color: #004d7e;
  background-color: #ffffff;
  padding: 1rem;
  margin: 1rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.navbar-nav .dropdown .dropdown-menu li {
  width: 100%;
}
.navbar-nav .dropdown .dropdown-item {
  background-color: transparent;
  letter-spacing: 0.075rem;
  padding: 0.2rem 0;
}
.navbar-nav .dropdown .dropdown-item:hover, .navbar-nav .dropdown .dropdown-item.active {
  background-color: transparent;
  color: #004d7e;
  font-weight: bold;
}
@media (max-width: 991px) {
  .navbar-nav .dropdown .dropdown-menu {
    position: relative;
  }
}
@media (min-width: 992px) {
  .navbar-nav .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  .navbar-nav .dropdown .dropdown-toggle::after {
    display: none;
  }
  .navbar-nav .dropdown .dropdown-menu {
    display: block;
    border: none;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    padding: 1.5rem 2.5rem;
    margin-top: 0;
    left: 50%;
    right: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(10px);
        -ms-transform: translateX(-50%) translateY(10px);
            transform: translateX(-50%) translateY(10px);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .navbar-nav .dropdown .dropdown-item {
    font-size: 1.25rem;
  }
}

/* SEARCH */
.modal-search .modal-dialog {
  max-width: 750px;
}
.modal-search .modal-content {
  border-radius: 1rem;
}
.modal-search .modal-body {
  padding: 1rem;
}
.modal-search .modal-body form {
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 0.25rem;
}
.modal-search .modal-body .form-control {
  border-radius: 0;
  border: none;
  color: #808080;
  font-size: 1.25rem;
  letter-spacing: 0.125rem;
  padding-left: 0;
}
.modal-search .modal-body .form-control::-webkit-input-placeholder {
  color: #808080;
}
.modal-search .modal-body .form-control::-moz-placeholder {
  color: #808080;
}
.modal-search .modal-body .form-control:-ms-input-placeholder {
  color: #808080;
}
.modal-search .modal-body .form-control::-ms-input-placeholder {
  color: #808080;
}
.modal-search .modal-body .form-control::placeholder {
  color: #808080;
}
.modal-search .modal-body .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.modal-search .modal-body .btn {
  border-radius: 0;
  color: #004d7e;
  font-size: 1.25rem;
  letter-spacing: 0.1rem;
  padding: 0;
}
.modal-search .modal-body .btn:hover, .modal-search .modal-body .btn:active {
  border: none;
  color: #000000;
}
@media (min-width: 768px) {
  .modal-search .modal-body {
    padding: 3rem 4.5rem;
  }
  .modal-search .modal-body .form-control {
    font-size: 1.5rem;
  }
  .modal-search .modal-body .btn {
    font-size: 1.5rem;
  }
}

/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner {
  position: relative;
}
.banner::after {
  content: "";
  background-color: #004d7e;
  width: 110px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .banner::after {
    left: 12px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (min-width: 1600px) {
  .banner::after {
    left: 13.25%;
  }
}
.banner .container {
  max-width: 100%;
}
@media (min-width: 1800px) {
  .banner .container {
    max-width: 1760px;
  }
}
.banner-pic {
  height: 200px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 992px) {
  .banner-pic {
    height: 320px;
  }
}
.banner-txt {
  width: 100%;
  padding: 0 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .banner-txt {
    padding: 0;
    left: 12px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 1600px) {
  .banner-txt {
    left: 13.25%;
  }
}
.banner-txt .title {
  color: #004d7e;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-bottom: 0;
}
.banner-txt .title span {
  display: block;
  color: #211815;
  font-size: 1.75rem;
  font-weight: 100;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .banner-txt .title {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .banner-txt .title {
    font-size: 1.75rem;
  }
  .banner-txt .title span {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}
.banner-secondary {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1800px) {
  .banner-secondary {
    max-width: 1600px;
  }
}
.banner-secondary::after {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.banner-secondary .banner-txt {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.banner-secondary .banner-txt .title {
  color: #211815;
  font-weight: normal;
  text-align: center;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {
  background-color: #004d7e;
  color: #ffffff;
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .footer {
    padding: 6.25rem 0;
  }
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .container {
  position: relative;
}
.footer-logo {
  text-align: center;
  margin-bottom: 1rem;
}
.footer-logo img {
  width: 200px;
}
@media (min-width: 992px) {
  .footer-logo {
    text-align: left;
  }
  .footer-logo img {
    width: auto;
  }
}
.footer-copy {
  font-size: 0.8125rem;
  text-align: center;
  letter-spacing: 0.1rem;
  line-height: 1.8;
  margin-top: 1rem;
}
.footer-copy span {
  display: inline-block;
}
@media (min-width: 992px) {
  .footer-copy {
    text-align: left;
    margin-top: 0;
  }
}
@media (min-width: 1400px) {
  .footer-copy {
    letter-spacing: 0.125rem;
  }
}
.footer-nav {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 1rem;
  display: none;
}
.footer-nav .nav {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.footer-nav .nav li {
  margin-bottom: 1rem;
}
.footer-nav .nav li a {
  letter-spacing: 0.125rem;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .footer-nav {
    display: block;
    padding-bottom: 1.25rem;
    margin-bottom: 2rem;
  }
  .footer-nav .nav li a {
    font-size: 1.875rem;
  }
}
.footer-info {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-info .nav li {
  margin-bottom: 0.75rem;
}
@media (min-width: 992px) {
  .footer-info {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-info .nav li {
    font-size: 1.1875rem;
    margin-right: 2.5rem;
  }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  font-size: 1.25rem;
  letter-spacing: 0.05rem;
  line-height: 1.8;
  padding: 3rem 0;
  overflow: hidden;
  position: relative;
}
main::after {
  content: "";
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  width: 830px;
  height: 635px;
  position: absolute;
  bottom: -220px;
  right: -320px;
}
main > * {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  main {
    font-size: 1.5rem;
    letter-spacing: 0.075rem;
    padding: 7rem 0;
  }
}

/* LAYOUT LIST */
.l-list-wrap > .container {
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1800px) {
  .l-list-wrap > .container {
    max-width: 1650px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1400px) {
  .l-list {
    margin: 0 -2rem;
  }
}
.l-list-item {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .l-list-item {
    margin-bottom: 5.25rem;
  }
}
@media (min-width: 1400px) {
  .l-list-item {
    padding: 0 2rem;
  }
}
.l-list-pic a {
  display: block;
  border-radius: 0.5rem;
  background-color: #004d7e;
  overflow: hidden;
  position: relative;
}
.l-list-pic a::before {
  content: "";
  background-image: url(../images/more.svg);
  background-repeat: no-repeat;
  width: 155px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.l-list-pic a img {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-list-pic a:hover::before {
  opacity: 1;
}
.l-list-pic a:hover img {
  opacity: 0.3;
}
.l-list-txt {
  margin-top: 0.75rem;
}
@media (min-width: 992px) {
  .l-list-txt {
    margin-top: 1.5rem;
  }
}
.l-list-txt .title {
  color: #211815;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 992px) {
  .l-list-txt .title {
    font-size: 1.875rem;
  }
}
.l-list-txt .date {
  color: #004d7e;
}
.l-list-txt .class {
  margin-left: 0.5rem;
}

/* LAYOUT VIEW */
.l-view {
  max-width: 1200px;
  margin: 0 auto;
}
.l-view-header {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .l-view-header {
    margin-bottom: 4rem;
  }
}
.l-view-header .title {
  color: #333333;
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.075rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .l-view-header .title {
    font-size: 1.875rem;
    letter-spacing: 0.15rem;
  }
}
.l-view-header .nav {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-view-header .badge {
  background-color: #004d7e;
  letter-spacing: 0.15rem;
  padding: 0.6rem 1rem;
}
.l-view-header .date {
  color: #004d7e;
  letter-spacing: 0.075rem;
}

/* PAGINATION */
.pagination {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
.pagination .page-item {
  margin: 0 0.5rem;
}
.pagination .page-link {
  border-radius: 50%;
  border: 1px solid #545454;
  background-color: transparent;
  color: #545454;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 38px;
  width: 40px;
  height: 40px;
  padding: 0;
}
.pagination .page-link:hover, .pagination .page-link.active {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-width: 2px;
  border-color: #004d7e;
  color: #004d7e;
  font-weight: bold;
}
.pagination .page-arrow {
  color: #545454;
  font-size: 2rem;
  text-align: center;
  margin: 0 1rem;
}
.pagination .page-arrow:hover {
  color: #004d7e;
}
@media (min-width: 992px) {
  .pagination .page-arrow {
    margin: 0 2rem;
  }
}

/* BACK */
.back-wrap {
  border-top: 2px solid #d9d9d9;
  max-width: 1200px;
  margin: 4rem auto 0;
  padding-top: 3.5rem;
}

.back {
  display: inline-block;
  border-radius: 50rem;
  border: 1px solid #004d7e;
  background-color: #ffffff;
  color: #004d7e;
  font-weight: bold;
  letter-spacing: 0.25rem;
  line-height: 50px;
  width: 200px;
  height: 50px;
}
.back:hover {
  background-color: #004d7e;
  color: #ffffff;
}
@media (min-width: 992px) {
  .back {
    letter-spacing: 0.5rem;
    width: 300px;
  }
}

/* FORM */
.form.row {
  margin: 0;
}
.form.row > [class*=col-] {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .form.row {
    margin: 0 -1.5rem;
  }
  .form.row > [class*=col-] {
    padding: 0 1.5rem;
  }
}
.form .col-form-label {
  font-weight: bold;
  white-space: nowrap;
}
.form .col-form-label span {
  color: #9a2e2b;
}
.form .form-control {
  border-radius: 0;
  font-size: 1.25rem;
  padding: 0.75rem;
}
.form .form-control:focus {
  border-color: #004d7e;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form .form-control::-webkit-input-placeholder {
  color: #a0a0a0;
}
.form .form-control::-moz-placeholder {
  color: #a0a0a0;
}
.form .form-control:-ms-input-placeholder {
  color: #a0a0a0;
}
.form .form-control::-ms-input-placeholder {
  color: #a0a0a0;
}
.form .form-control::placeholder {
  color: #a0a0a0;
}
@media (min-width: 992px) {
  .form .form-control {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .form .form-control {
    padding: 0.75rem 1.75rem;
  }
}
.form .form-check-input {
  border-color: #9a2e2b;
}
.form .form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form .form-check-input:checked {
  background-color: #9a2e2b;
  border-color: #9a2e2b;
}
.form .textarea {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
@media (min-width: 992px) {
  .form .textarea > [class*=col-]:first-child {
    width: 16.5%;
  }
  .form .textarea > [class*=col-]:last-child {
    width: 83.5%;
  }
}
@media (min-width: 1200px) {
  .form .textarea > [class*=col-]:first-child {
    width: 12%;
  }
  .form .textarea > [class*=col-]:last-child {
    width: 88%;
  }
}
.form .btn {
  border-radius: 50rem;
  border: 1px solid #004d7e;
  background-color: #004d7e;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
  line-height: 50px;
  width: 200px;
  height: 50px;
  padding: 0;
}
.form .btn:hover {
  background-color: #ffffff;
  color: #004d7e;
}
@media (min-width: 992px) {
  .form .btn {
    font-size: 1.5rem;
    letter-spacing: 0.5rem;
    width: 300px;
  }
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
/* ABOUT PROFILE */
.about-profile h2 {
  color: #004d7e;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
@media (min-width: 992px) {
  .about-profile h2 {
    font-size: 2.5rem;
  }
}
.about-profile h3 {
  color: #000000;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
@media (min-width: 992px) {
  .about-profile h3 {
    font-size: 2.25rem;
  }
}
.about-profile img {
  border-radius: 0.25rem;
}
.about-profile a {
  display: inline-block;
  border-radius: 50rem;
  border: 1px solid #004d7e;
  background-color: #004d7e;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.1rem;
  line-height: 50px;
  width: 300px;
  height: 50px;
  margin-top: 3rem;
}
.about-profile a:hover {
  background-color: #ffffff;
  color: #004d7e;
}
.about-profile .more {
  display: inline-block;
  border-radius: 0;
  border: none;
  background-color: transparent;
  color: #004d7e;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-top: 2.5rem;
}
.about-profile .more img {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about-profile .more:hover {
  background-color: transparent;
  color: #004d7e;
}
.about-profile .more:hover img {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
@media (min-width: 992px) {
  .about-profile .more {
    font-size: 1.75rem;
  }
}

/* ABOUT RULES */
.about-rule {
  background-image: url(../images/about-rule-bg.jpg);
  background-position: center top;
}
.about-rule::after {
  display: none;
}
.about-rule-header {
  text-align: center;
}
.about-rule-header .title {
  color: #000000;
  font-size: 1.75rem;
}
@media (min-width: 992px) {
  .about-rule-header .title {
    font-size: 2.125rem;
  }
}
.about-rule-header .text {
  color: #004d7e;
  font-size: 1.125rem;
}
.about-rule-body ul {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.about-rule-body ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0.5rem;
}
.about-rule-body ul li > span {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 2rem;
}
@media (min-width: 992px) {
  .about-rule-body ul li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* ABOUT TEAM */
.about-team .row > [class*=col] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-team .item {
  display: inline-block;
  color: #ffffff;
  font-size: 1rem;
  text-align: left;
  line-height: 1.5;
  padding: 1rem;
  width: 100%;
  max-width: 450px;
  margin-bottom: 1.5rem;
  position: relative;
}
.about-team .item img {
  border-radius: 50%;
  margin-bottom: 0.5rem;
}
.about-team .item span {
  display: block;
}
.about-team .item h3 {
  font-size: 1.125rem;
  font-weight: bold;
}
.about-team .item p {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .about-team .item {
    padding: 1rem 2rem;
  }
}
@media (min-width: 768px) {
  .about-team .item {
    padding-left: 130px;
  }
  .about-team .item img {
    margin-bottom: 0;
    position: absolute;
    top: 1rem;
    left: 2rem;
  }
}
@media (min-width: 992px) {
  .about-team .item {
    font-size: 1.125rem;
  }
  .about-team .item h3 {
    font-size: 1.25rem;
  }
}
.about-team .item.primary {
  padding: 1rem 2rem;
  padding-left: 130px;
  margin-bottom: 3rem;
}
.about-team .item.primary img {
  margin-bottom: 0;
  position: absolute;
  top: 1rem;
  left: 2rem;
}
.about-team .primary {
  margin-bottom: 1.5rem;
}
.about-team .primary .item {
  background-color: #004d7e;
}
.about-team .secondary .item {
  background-color: #32a6d7;
}

/* ABOUT CONSULT */
.about-consult .table th {
  border: 1px solid #a4a2a3;
  background-color: #32a6d7;
  color: #ffffff;
  font-weight: normal;
}
.about-consult .table td {
  border: 1px solid #a4a2a3;
  vertical-align: middle;
}
.about-consult .table tr:nth-child(odd) td {
  background-color: #ffffff;
}
.about-consult .table tr:nth-child(even) td {
  background-color: #f2f2f2;
}
@media (min-width: 768px) {
  .about-consult .table th:first-child,
.about-consult .table td:first-child {
    text-align: center;
  }
  .about-consult-secondary .table td:first-child {
    width: 40%;
  }
  .about-consult-secondary .table {
    margin-bottom: 4rem;
  }
  .about-consult-secondary .table th,
  .about-consult-secondary .table td {
      text-align: center;
  }
}
@media (min-width: 992px) {
  .about-consult .table th,
.about-consult .table td {
    padding: 0.75rem 2rem;
  }
}
@media (max-width: 767px) {
  .about-consult .table {
    border-bottom: none;
  }
  .about-consult .table thead {
    display: none;
  }
  .about-consult .table tr {
    border-bottom: 1px solid #cecece;
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    position: relative;
  }
  .about-consult .table td {
    border-bottom: none;
    display: block;
    width: 100%;
    padding: 0.25rem;
    padding-left: 130px;
    position: relative;
  }
  .about-consult .table td::before {
    content: attr(data-content) "：";
    background-color: #32a6d7;
    color: #ffffff;
    width: 120px;
    white-space: nowrap;
    padding: 0.25rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  .about-consult-secondary .table {
    margin-bottom: 2rem;
  }
  .about-consult-secondary .table tr {
    margin-bottom: 0;
  }
  .about-consult-secondary .table td {
    padding-left: 0.25rem;
  }
  .about-consult-secondary .table td::before {
    display: none;
  }
  .about-consult-secondary td[rowspan="5"] {
    background-color: #32a6d7 !important;
    color: #ffffff;
  }
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/
.contact .container {
  max-width: 100%;
}
@media (min-width: 1400px) {
  .contact .container {
    max-width: 1280px;
  }
}

/* CONTACT INFO */
.contact-info {
  background-color: rgba(0, 77, 126, 0.05);
  padding: 2rem 1rem;
  position: relative;
}
@media (min-width: 576px) {
  .contact-info {
    padding: 3rem;
  }
}
@media (min-width: 1200px) {
  .contact-info {
    padding: 3rem 5rem;
  }
}
.contact-info .title {
  display: inline-block;
  color: #004d7e;
  font-size: 1.65rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
@media (min-width: 992px) {
  .contact-info .title {
    font-size: 1.875rem;
  }
}
.contact-info .nav {
  color: #000000;
  margin-top: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-info .nav li {
  line-height: 1.8;
  margin-bottom: 0.5rem;
}
.contact-info .nav li:first-child {
  width: 100%;
}
.contact-info .nav li a {
  color: #000000;
}
.contact-info .nav li a:hover {
  color: #004d7e;
}
.contact-info .nav li i {
  color: #004d7e;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .contact-info .nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .contact-info .nav li {
    margin-bottom: 0;
    margin-right: 2rem;
  }
}
.contact-info .pic {
  position: relative;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .contact-info .pic {
    margin-top: 0;
    position: absolute;
    top: 50%;
    right: 5rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/* CONTACT FORM */
.contact-form {
  margin-top: 2.75rem;
}
.contact-form .text {
  margin-bottom: 3rem;
}