@charset "UTF-8";
body {
  font-family: "PingFang TC", 微軟正黑體, "Microsoft JhengHei", sans-serif; }

img {
  max-width: 100%;
  vertical-align: top; }

.btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0; }

.container {
  max-width: 1400px; }

.header {
  padding: 1.5rem 0; }
  .header .row [class*="col"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header .row .logo {
    height: 70px; }
    @media (min-width: 768px) {
      .header .row .logo {
        height: auto; } }
  .header .row .title {
    font-size: 2.375rem;
    font-weight: 400;
    line-height: 1.3; }
    @media (min-width: 768px) {
      .header .row .title {
        font-size: 2.8125rem; } }

.main {
  position: relative;
  padding-bottom: 2.25rem; }
  .main:after {
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: 0;
    display: block;
    content: "";
    background: url(../images/bg.png) 100% 50% no-repeat;
    background-size: auto 100%; }
    @media (min-width: 768px) {
      .main:after {
        width: 50%;
        height: 712px;
        top: 0;
        background-position: 0 50%; } }

.col-left {
  position: relative;
  z-index: 1;
  padding-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .col-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      min-height: 712px;
      padding-top: 2.5rem; } }
  .col-left .row {
    margin-left: -10px;
    margin-right: -10px; }
  .col-left [class*="col"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
    @media (min-width: 768px) {
      .col-left [class*="col"] {
        padding-left: 10px;
        padding-right: 10px; } }
  .col-left .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transform: scale(0.68);
    -ms-transform: scale(0.68);
    transform: scale(0.68); }
    @media (min-width: 992px) {
      .col-left .icon {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); } }
  .col-left .btn {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 0.875rem;
    border: 1px solid #000;
    border-radius: 50rem; }
    @media (min-width: 768px) {
      .col-left .btn {
        margin-top: 0.75rem;
        font-size: 1.25rem; } }
    .col-left .btn:hover {
      color: #fff;
      background-color: #000; }
    .col-left .btn.not-open {
      position: relative; }
      .col-left .btn.not-open:hover:after {
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        content: "建置中";
        font-size: 1.25rem;
        border-radius: 50rem;
        background-color: #000; }

.col-right {
  position: relative;
  z-index: 1;
  padding-bottom: 3rem; }
  @media (min-width: 992px) {
    .col-right {
      padding-left: 23%;
      padding-bottom: 0; } }

.links-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50%; }

.links {
  width: 100%; }
  .links.links-top [class*="col"] {
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .links.links-top [class*="col"] {
        margin-top: 1rem;
        margin-bottom: 0; } }
  .links.links-bottom [class*="col"] {
    margin-bottom: 1rem; }
  .links .col-title {
    margin: 1rem 0 !important; }
  .links .title {
    display: block;
    width: 100%;
    padding: 0.5rem;
    color: #001A27;
    font-size: 1.25rem;
    border-radius: 50rem;
    background-color: #9BAAC3;
    text-align: center; }
  .links .btn {
    display: block;
    width: 100%;
    padding: 0.125rem;
    border: 1px solid #000;
    border-radius: 50rem;
    background-color: #fff; }
    .links .btn:hover {
      color: #fff;
      background-color: #000; }
    .links .btn.not-open {
      position: relative; }
      .links .btn.not-open:hover:after {
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        content: "建置中";
        border-radius: 50rem;
        background-color: #000; }

/*# sourceMappingURL=style.css.map */