body {
    font-weight: 600;
}
h5 {
    font-weight: 700;
    letter-spacing: .2rem;
}
p{
    font-size: 1rem;
}

.page_title{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    font-size: 1.8rem;
    letter-spacing: 0.35rem;
    text-align: center;
}
.outer_spinner{
    z-index: 99;
    /**background: rgba(0,0,0,0.8);*/
    height: 100vh;
    position: fixed;
}
.spinner_outer_wrapper {
    opacity: 1;
    margin: 0;
    padding: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner-wrapper {
    opacity: 0;
    margin: 0;
    padding: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.opacity_1 {
    opacity: 1;
  }
.head_container {
    padding-top: 1rem;
    background: linear-gradient(180deg,rgba(255, 255, 255, 0.8) -10%,rgba(255, 255, 255, 0) 113%);
}
.logo img{
    width: 100px;
}
.logo{
    align-items: center;
    display: grid;
}

.header_logo_small > img{
    top: -0.25rem;
    left: -0.85rem;
    width: 2rem;
    position: absolute;
}

.btn {
    font-weight: bold;
    border-radius: 1rem;
    text-decoration: none;
}

.header_logo {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: .25rem;
}
.header_logo:hover{
    text-decoration: none;
}

.header_logo_small {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .25rem;
}

a.header_logo_small {
    display: block;
    padding: 0 15px;
}

.small_fr{
    float: left;
}


.nav-link {
    font-size: 1.25rem;
}
.bg_cus {
    background-color: #788873!important;
    letter-spacing: .25rem;
}

.navbar-dark .navbar-nav .nav-link {

    color: rgba(255, 255, 255, 1);
    
    font-weight: 400;
    text-align: center;
    letter-spacing: .25rem;
}

.about_us::before {
    background-image: url('/app/Resources/images/index/logo/webarc_logo/about_us.png');
    background-size: 30px 30px;
    display: block;
    margin: auto;
    position: relative;
    top :0;
    text-align: center;
    width: 30px; 
    height: 30px;
    content:"";
}

.news::before {
    background-image: url('/app/Resources/images/index/logo/webarc_logo/news.png');
    background-size: 30px 30px;
    display: block;
    margin: auto;
    position: relative;
    top :0;
    text-align: center;
    width: 30px; 
    height: 30px;
    content:"";
}

.online_apply::before {
    background-image: url('/app/Resources/images/index/logo/webarc_logo/online_apply.png');
    background-size: 30px 30px;
    display: block;
    margin: auto;
    position: relative;
    top :0;
    text-align: center;
    width: 30px; 
    height: 30px;
    content:"";
}

.inquire::before {
    background-image: url('/app/Resources/images/index/logo/webarc_logo/inquire.png');
    background-size: 30px 30px;
    display: block;
    margin: auto;
    position: relative;
    top :0;
    text-align: center;
    width: 30px; 
    height: 30px;
    content:"";
}

.download::before {
    background-image: url('/app/Resources/images/index/logo/webarc_logo/download.png');
    background-size: 30px 30px;
    display: block;
    margin: auto;
    position: relative;
    top :0;
    text-align: center;
    width: 30px; 
    height: 30px;
    content:"";
}

.question::before {
    background-image: url('/app/Resources/images/index/logo/webarc_logo/question.png');
    background-size: 30px 30px;
    display: block;
    margin: auto;
    position: relative;
    top :0;
    text-align: center;
    width: 30px; 
    height: 30px;
    content:"";
}

.awards_ceremony::before {
    background-image: url('/app/Resources/images/index/logo/webarc_logo/awards_ceremony.png');
    background-size: 30px 30px;
    display: block;
    margin: auto;
    position: relative;
    top :0;
    text-align: center;
    width: 30px; 
    height: 30px;
    content:"";
}

.contact_us::before {
    background-image: url('/app/Resources/images/index/logo/webarc_logo/contact_us.png');
    background-size: 30px 30px;
    display: block;
    margin: auto;
    position: relative;
    top :0;
    text-align: center;
    width: 30px; 
    height: 30px;
    content:"";
}

.membersign::before {
    background-image: url('/app/Resources/images/index/logo/webarc_logo/membersign.png');
    background-size: 30px 30px;
    display: block;
    margin: auto;
    position: relative;
    top :0;
    text-align: center;
    width: 30px; 
    height: 30px;
    content:"";
}


label {
    color: #30352e;
    font-weight: 800;
    letter-spacing: .25rem;
}
.block_first{
    background-image:url(/app/Resources/images/index/background/footer.png);    
    background-attachment:local;
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: bottom;
    background-size: cover;
}
/*--------------------------------------------------------------
# carousel down
--------------------------------------------------------------*/
.carousel-inner {
    border-radius: 1.25rem;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 38%);
}
/*--------------------------------------------------------------
# goTop down
--------------------------------------------------------------*/
.goTop_outer {
    z-index: 3;
    position: fixed;
    right: 5%;
    bottom: 1rem;
    color: #706e6c;
    text-align: center;
    text-decoration: none;
    padding: 0;
    display: none;
    cursor: pointer;
  }
  
  .goTop {
    width: 3.5rem;
    height: 3.5rem;
    display: none;
  }
  
  .goTop a {
    display: inline-block;
    color:#ffffff;;
    background-color: rgb(96 149 56);
    border: 0.85px #b3b3b3 solid;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-size: 2.5rem;
    border-radius: 100%;
    text-align: center;
    line-height: 3.5rem;
    
  }
  
  .goTop:hover {
    color: #ffffff;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    
  }

/** */
.form-check-inline{
    padding: 0 0 0 20px;
}

.outer_main {
    /*background-image:url(/app/Resources/images/index/background/bkcolor01.jpg);    
    background-attachment:local;
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: bottom;
    background-size: cover;
    */

}
.padding_0 {
    padding: 0;
}

.mask {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg,rgba(255,255,255,0.85) -14%,rgba(0,0,0,0) 71%);
}

/*--------------------------------------------------------------
# modal
--------------------------------------------------------------*/
.modal-content{
    
    background-image:url(/app/Resources/images/index/background/footer_a.png);    
    background-attachment:local;
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: bottom;
    background-size: cover;
    z-index: 2;
}
.modal-content:before {
    content: "";
    background: linear-gradient( 0deg ,rgba(255,255,255,0.85) 75%,rgba(255,255,255,0.88) 105%);
    position: absolute;
    border-radius: 0.3rem;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.modal-footer
{
    position: relative;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer{
    
    background-image:url(/app/Resources/images/index/background/footer_a.png);    
    background-attachment:local;
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: bottom;
    background-size: cover;

    position: relative;
    padding: 20px 0;
    
    /*margin-top: -25px;*/
    background-color: #fbfbfb;
    width: 100%;
}

footer .footer_mask {
    width: 100%;
    padding: 0 0 20px 0;
    margin: 0;
    position: absolute;
    float: left;
    opacity: 1;
    background: linear-gradient(0deg,rgba(255,255,255,0.8) -10%,rgba(0,0,0,0) 113%);

}
#footer {
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
  }
  
  #footer a {
    color: #fff;
  }
  
  #footer .footer_top {
    padding: 60px 0 30px 0;
    background-color: rgb(0 0 0 / 17%);
}

  
  #footer .footer_top .footer-info {
    background-color: rgba(0,0,0,0.37);
    color: #fff;
    border-top: 5px solid #548a56;
    text-align: center;
    padding: 2rem 1rem;
  }
  
  #footer .footer_top .footer-info h3 {
    font-size: 2rem;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.2rem;
  }
  
  #footer .footer_top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    letter-spacing: 0.1rem;
    font-family: "Raleway", sans-serif;
  }
  
  #footer .footer_top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #262626;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
  
  #footer .footer_top .social-links a:hover {
    background: #548a56;
    color: #fff;
    text-decoration: none;
  }
  
  #footer .footer_top h4 {
    font-size: 16px;
    letter-spacing: 0.2rem;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
  }
  
  #footer .footer_top ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  #footer .footer_top  ul i {
    padding-right: 2px;
    color: #c3d981;
    font-size: 18px;
    line-height: 1;
  }
  
  #footer .footer_top  ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  
  #footer .footer_top ul li:first-child {
    padding-top: 0;
  }
  
  #footer .footer_top  ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }
  
  #footer .footer_logo
  {
      width: 50px;
  }
  
  #footer .copyright {
    border-top: 1px solid #cbf3aa;
    text-align: center;
    padding-top: 30px;
  }
  
  #footer .credits {
    padding-top: 5px;
    text-align: center;
    font-size: 13px;
    color: #fff;
  }
  
  #footer .credits a {
    color: #ff7f08;
  }
  
  @media (max-width: 575px) {
    
  }
  
.bk_color_1 {
    background-color: #ccd6c4;
}

.bk_color_2 {
    background-color: #c5cec5;
}

.bk_color_3 {

    /*background-color: #a9b8aa; #5f8e62;*/
    
    background-color: #9abd9c; 
}


.membersign_bt {
    width: 50%;
    float: left;
    color: #30352e;
    font-weight: 800;
    letter-spacing: .35rem;
    background-color: rgba(0,0,0,.075);
    border: 0.75px solid #abbba6;
}

.membersign_bt_group {
    margin: 0 auto;
    width: 50%;
    display: block;
}

.securimage{
    width: fit-content;
    margin: auto;
    padding-top: 20px;
}


#main{
    position: relative;
    padding: 2.5rem 0;
    min-height: 500px;
}

.form_quick {
    width: 100%;
    max-width: 400px;
    padding: 2.5rem;
    margin: auto;
    text-align: center;
    background-color: #b0c3a9;
    border-radius: 1rem;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 38%);
  }
  .form_quick .checkbox {
    font-weight: 400;
  }
  .form_quick .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
   
    font-size: 16px;
    background-color: #e3eadc;
  }
  .form_quick .form-control:focus {
    z-index: 2;
  }
  .form_quick input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .form_quick input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .btn_asta {
    background-color: #548a56;
    border: 0px solid #000;
    color: #fbfbfb;
  }

  .news
  {
      text-align: center;
  }
  .news_row{
    display: block;
    float: left;
    position: relative;
    width: 100%;
    padding: 7px 0 2px 0;
    margin: 0 5px;
    border-radius: 2rem;
    box-shadow: 6px 3px 9px rgb(0 0 0 / 38%);
    border-bottom: 1px #789a79 solid;
  }
  .news_a::before {
    background-image: url(/app/Resources/images/index/logo/webarc_logo/news.png);
    background-size: 25px 25px;
    display: block;
    margin: auto;
    position: absolute;
    top: 0.25rem;
    left: 0rem;
    text-align: center;
    width: 25px;
    height: 25px;
    content: "";
}

.news_a {
    display: block;
    float: left;
    width: 25%;
}
.news_a> b {
    position: relative;
    font-size: 2rem;
    width: 100%;
    display: block;
    color: #1b350e;
}

.news_a> span{
    display: block;
    float: left;
    width: 100%;
    margin-top: -12px;
}

.news_b {
    width: 75%;
    display: block;
    float: left;
    text-align: left;
    color : #000;
}

.news_b > b {
    font-size: 2rem;
}

.news_b > p {
   color: #263e32;
}

a {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a:hover{
    cursor: pointer;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.img_full{
    display: block;
    width: 100%;
    margin: 0 0 0 0;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-shadow: 6px 3px 9px rgb(0 0 0 / 38%);
}

.img_full:hover  {
    cursor: pointer;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.href_block {
    float: left;
}
.block{
    position: relative;
}
.block_b{
    padding: 2rem 0 4rem 0;
}

.block_b_mask{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(228,228,228,0.55);
}

#captcha_code{
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s;
}

.default_block {
    min-height: 40vh;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #757575;
}


.table-bordered td, .table-bordered th {
    border: 1px solid #676767;
}
.TA_center{
    text-align: center;
}

/**/
.membersign_block{
    min-height: 50vh;
    margin: 0;
}

.membersign_bt_group_1{
    margin: 0 auto;
    width: 50%;
    display: flex;
}

.bk_show {
    display: flex;
}

.bk_hide{
    display: none;
}

.full_hide , .limit_hide {
    opacity: 0;
    text-shadow: 0 0 8px rgba(0,0,0,1);
}

.full_show,  .limit_show {
    opacity: 1;
    z-index: 0;
}


.full_outer, .limit_outer {
    position: absolute;
    width: 100%;
    margin: auto;
    display: block;
    z-index: -1;
}

.full_a , .limit_a {
    font-size: 2rem;
    text-align: center;
    display: block;
    border: 4px solid red;
    border-radius: 1rem;
    color: red !important;
    transform: rotate(5deg);
}


.check_outer {
    background-color: #fff;
    border-radius: 1rem;
    padding: 1rem 1rem 1rem 0;
    margin-bottom: 1rem;
    box-shadow: 4px -1px 2px 5px rgba(0, 0, 0, 0.05);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.check_outer:hover{
   
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 1;
}

.form-check-label {
    cursor: pointer;
}
.form-check:hover
{
    background-color: #ec6521;
    box-shadow: 6px 3px 9px rgb(0 0 0 / 38%);
    border-radius: 0.85rem;
}

.page-item.active .page-link {
    background-color: #9abd9c;
    border-color: #ccd6c4;
}

.image_full {
    display: block;
    width: 100%;
    margin: 0 0 0 0;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-shadow: 6px 3px 9px rgb(0 0 0 / 38%);
}


.card_outer{
    background-color: #fff;
    box-shadow: 6px 3px 9px rgb(0 0 0 / 38%);
    position: relative;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 0.9rem;
}

.securimage {
    width: 100%;
    max-width: 400px;
    padding: 2.5rem;
    margin: auto;
    text-align: center;
    background-color: #b0c3a9;
    border-radius: 1rem;
}
.content_outer{
    background-color: rgba(255,255,255,0);
    position: relative;
    margin-bottom: 20px;
    
}

.text_content{
    border-radius: 1.5rem;
    box-shadow: 6px 3px 9px rgb(0 0 0 / 38%);
    text-align: center;
    padding: 10px;
    background: #d0e3cc;
}
.wd_100 {
    width: 100% !important ;
}
.CaptchaHtml{
    display: inline-block;
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgb(255 255 255 / 75%);
}

*{
    font-family: "Microsoft JhengHei","微軟正黑體",'Noto Sans TC', sans-serif ,'cwTeXFangSong'!important;
  }	

  a:not([href]) {
    cursor: pointer;
  }
  
  .unaction {
    color: #adb5bd;
    cursor: default; 
  }
  .fl_L{
    float: left;
  }

  .showOnScroll:not(.animated) {
    opacity: 0;
  }
  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
  }

  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
  }
  

  .stick {
          position: fixed;
    right: 5%;
          bottom: 8%;
          z-index: 1;
      }
  .blog-post {
    margin: 0 0 10px 0;
    
    padding: 30px 0 0px 30px ;
  }

  div.blog-post:after {
    content: '';
    position: absolute;
    width: calc((100% - 30px));
    height: 2px;
    background: rgba(222, 222, 222, 1);
  }
  .blog-post .btn {
    display: block;
    margin: 0 0 30px 0;
  }

  #sec_title{
    margin-bottom: 20px;
  }

  
  a:not(.disable) {
    cursor: pointer;
  }
  .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.025);
}
.tb_title {
    text-align: center;
}
.tb_center {
  text-align: center;
}
.tbsp_title {
    text-align: center;
    background: #888888;
    color: #fff;
}
.icon_td {
  text-align: center;
  font-size: 1.25rem
}
.table td, .table th {
    padding: .5rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.text_content {
    cursor: pointer;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.text_content:hover  {
    cursor: pointer;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    
}
.dp_none {
    display: none !important;
}

.swal-button--defeat
{
    color: #fff;
    text-shadow: #495057;
    background-color: #548a56;
}

.swal-button {
    background-color: #548a56;
    color: #fff;
    text-shadow: #495057;
    border: none;
    box-shadow: none;
    border-radius: 15px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    margin: 0;
    cursor: pointer;
}
.swal-button:hover {
    background-color: #495057;
    color: #fff;
    text-shadow: #495057;
}

.ViewQuestionH4 {
    font-weight: 700;
}

.ViewQuestionH5 {
    font-weight: normal;
}