.banner {
    height: 550px;
    background: url('../img/home-banner.jpg') no-repeat center center scroll;
    /* background-size: 50% */
}

.home {
    background-color: #3266CC;
    color: #fff;
    
}
.intro {
    background-color: #F3F4F8;
    color: #8F9296;
}
.block-title {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 36px;
    margin-top: 40px;
}
.intro .block-title {
    color: #67696C;
}

a.button {
    color: #fff;
    outline: none;
    transition: 0.6s;
}
a.button:hover {
    color: #FFFF33;
}
a.button:link{
    text-decoration: none!important;
}
.modal {
    color: #000;
}
.modal-footer {
    text-align: center;
}
.button {
    text-align: center;
}
.image {
    text-align: right;
    /* padding-left: 10px; */
}
.box {
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    display:  flex;
    align-items: center;
}
.box .text {
    text-align:left;
    padding-left: 10px;
}

.container .purpose {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 80px;
    padding-left: 80px;
    margin-top: 24px;
    text-align: center;
    border: #fff;
    border-style: solid;
    border-width: 8px;
}
.container .purpose h1{
    font-size: 36px;
    color: #fff;
    font-weight: bold
}
.container .purpose p{
    font-size: 22px;
}

.full-view .about-content {
    padding-right: 30px;
    padding-left: 30px;
}
.about-content {
    margin-top: 20px;
    margin-bottom: 30px;
    text-justify: distribute;
    font-weight: 600
}
.about-content > h3 {
    color: #67696C;
    font-size: 26px;
    font-weight: 600;
    text-align: left;
}
.symbol {
    font-size: 36px;
    color: #ADAFB1;
    margin-right: 5px;
}
.intro p, .intro li {
    margin-top: 12px;
    text-align: left;
    font-size: 16px;
    line-height: 32px;
    text-justify: distribute;
}
ol {
    list-style-type: cjk-ideographic
}

footer {
    background-color: #3266CC;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
}

h5.text-success{
    margin-bottom: 15px;
}

div.modal-body.alert.alert-success {
    margin-bottom: 0px;
}

@media (max-width: 1800) {

}

@media (min-width: 992px) {
    .row.vdivide [class*='col-']:not(:last-child):after {
        background: #EAEAEA;
        width: 2px;
        content: "";
        display:block;
        position: absolute;
        top:0;
        bottom: 0;
        right: 0;
        height: 100%;
      }
}

@media (max-width: 991px) {
    .wrapper {
        margin-bottom: 50px;
    }
    
    .container .purpose {
        padding-right: 40px;
        padding-left: 40px;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {

}

@media (max-width: 576px) {
    .button {
        min-width: 0px;
    }
}

.support {
    background-color: #ffffff;
    font-family: 'Noto Sans CJK TC', sans-serif;
    font-weight: medium;
  }
  
  .support p {
    padding-top: 30px;
    text-align: center;
    font-size: 20px;
  }
  
  .support .container {
    width: 100%;
    padding-bottom: 70px;
  }
  
  @media (min-width: 576px) {
    .support .container {
      width: 480px;
    }
  }
  
  @media (min-width: 768px) {
    .support .container {
      width: 1000px;
    }
  }
  
  @media (min-width: 992px) {
    .support .container {
      width: 1000px;
    }
  }
  





  .support .container .block {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  @media (min-width: 576px) {
    .support .container .block {
      margin-bottom: 10px;
      margin-left: 10px;
      margin-right: 10px;
    }
  }
  
  @media (min-width: 768px) {
    .support .container .block {
      margin-bottom: 20px;
      margin-left: 30px;
      margin-right: 30px;
    }
  }
  
  @media (min-width: 992px) {
    .support .container .block {
      margin-bottom: 20px;
      margin-left: 30px;
      margin-right: 30px;
    }
  }
  
  @media (max-width: 575px) {
    .support .container .block.f {
    width:100%;
    text-align: center;
  }
  .support .container .block.f p.name {
    text-align: center;
    font-size: 16px;
    color: #000000;
    padding-top: 0px;
    font-weight: regular;
    max-width:100%;
  }
}
    


  .support .container .block img {
    -o-object-fit: scale-down;
       object-fit: scale-down;
    width: 120px;
    height: 120px;
  }
  
  @media (min-width: 576px) {
    .support .container .block img {
      width: 120px;
      height: 120px;
    }
  }
  
  @media (min-width: 768px) {
    .support .container .block img {
      width: 168px;
      height: 168px;
    }
  }
  
  @media (min-width: 992px) {
    .support .container .block img {
      width: 168px;
      height: 168px;
    }
  }
  
  .support .container .block p.name {
    text-align: center;
    font-size: 16px;
    color: #000000;
    padding-top: 0px;
    font-weight: regular;
    max-width: 120px;
  }
  
  @media (min-width: 576px) {
    .support .container .block p.name {
      max-width: 120px;
    }
  }
  
  @media (min-width: 768px) {
    .support .container .block p.name {
      max-width: 168px;
    }
  }
  
  @media (min-width: 992px) {
    .support .container .block p.name {
      max-width: 168px;
    }
  }
  
  .support .container .rule {
    font-size: 16px;
    color: #000000;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 10px;
  }


/* ------- */


  .support .container .sub {
    margin-bottom: 10px;
    margin-left: 1px;
    margin-right: 1px;
    padding-top: 30px;
  }
  
  @media (min-width: 576px) {
    .support .container .sub {
      margin-bottom: 10px;
      margin-left: 1px;
      margin-right: 1px;
      padding-top: 30px;
    }
  }
  
  @media (min-width: 768px) {
    .support .container .sub {
      margin-bottom: 20px;
      margin-left: 3px;
      margin-right: 3px;
      padding-top: 70px;
    }
  }
  
  @media (min-width: 992px) {
    .support .container .sub {
      margin-bottom: 20px;
      margin-left: 3px;
      margin-right: 3px;
      padding-top: 70px;
    }
  }


  .support .container .sub img {
    -o-object-fit: scale-down;
       object-fit: scale-down;
    width: 40px;
    height: 40px;
  }
  
  @media (min-width: 576px) {
    .support .container .sub img {
      width: 40px;
      height: 40px;
    }
  }
  
  @media (min-width: 768px) {
    .support .container .sub img {
      width: 56px;
      height: 56px;
    }
  }
  
  @media (min-width: 992px) {
    .support .container .sub img {
      width: 56px;
      height: 56px;
    }
  }
  
  .support .container .sub p.name {
    text-align: center;
    font-size: 16px;
    color: #000000;
    padding-top: 0px;
    font-weight: regular;
    max-width: 120px;
  }
  
  @media (min-width: 576px) {
    .support .container .sub p.name {
      max-width: 120px;
    }
  }
  
  @media (min-width: 768px) {
    .support .container .sub p.name {
      max-width: 168px;
    }
  }
  
  @media (min-width: 992px) {
    .support .container .sub p.name {
      max-width: 168px;
    }
  }

