@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@700&display=swap");

/*內頁白背景*/
.form-wrap {
  background-color: #fff;
  max-width: 620px;
  /*margin: 45px auto; 2024/08 */
  box-shadow: 0px 1px 8px #BEBEBE;
  -webkit-box-shadow: 0px 1px 8px #BEBEBE;
  -moz-box-shadow: 0px 1px 8px #BEBEBE;
}
.content {
    line-height: 1.8em;
}

.article__title {
    color: #000;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    margin: 20px 0 0 5px;

}
h5 {
    color:#5faeff;
    font-weight: 600;
}

/*------內頁Banner----*/
.lower-header {
    max-width: 100%;
      width: 100%;
    background:url(/Images/bg/lower_mv_center.png);
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 325px; 
    position: relative;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-content: space-between;
    flex-direction: row;  z-index: -1;
}



.lower-header__inner {
  max-width: 1360px;
  flex: 0 0 1360px; 
  margin: 0 auto;
  padding:60px 0 25px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  
}

  .lower-header::before{
   position: absolute;
    content: "";
    background:url(/Images/bg/pager_mv_center.png);
    background-position:center bottom;
    background-repeat: no-repeat;
    background-size:contain;
    min-height: 180px;
    min-width: 100%;
    right: 0;
    bottom: 0
  }

  .lower-header__ttl-ch {
    font-size: 1.65rem;
     color: #212121;
     font-weight:500;
      font-style: normal;
     margin: 0;
     position: relative;
     text-align:left;
     letter-spacing: 1px;
     padding-left:25px;
 }
 /*----20240527----*/
 .lower-header__ttl-en{
  position: relative;
    font-size: 1.2rem;
    color:  #fff;
     line-height: 1.5;
    font-weight: 500;
    padding-left:45px;
    padding-top:40px ;

}  
.lower-header__ttl-en::before {
  content: "";
  position: absolute;
  left:0;
  top:0px;
  width: 10rem;
  height: 10rem;
  text-align: center;
  border-radius: 50%;
  background-color: #3F9ED0;
  z-index: -1; 

}



  @media (max-width: 1440px) {
  .lower-header__inner {
    max-width: 1280px;
        padding: 25px 10px 25px 10px;}

  }

  @media (max-width: 1366px) {

  .lower-header {
     background-size: cover;
    min-height: 300px; }

  }

  @media (max-width: 1159px) {
    .lower-header__inner {
      padding: 60px 30px 15px  30px;
    }
    .lower-header {
      min-height: 280px;}
  }

 
  @media (max-width: 820px) {
    .lower-header {
        background-size: cover;
       
    }
   
      .lower-header__inner {
        padding: 52px 10px 20px 10px;
    }


    .lower-header__ttl-en {
      font-size: 0.938rem;}

    .lower-header__ttl-ch {
      font-size: 1.5rem;}
     


    .lower-header::before {
        content: "";
        display: block;
        padding-top:5%;
      }
     .lower-header__inner {
        position: relative;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;   

      }
            .lower-header::before {
              position: absolute;
              content: "";
              background: url(/Images/bg/pager_mv_center.png);
              background-position: center bottom;
              background-repeat: no-repeat;
              background-size: contain;
              min-height: 140px;
              min-width: 100%;
              bottom: 0;
              left: 15vw;
            }
    }
  
  
   
    @media (max-width:667px) {
      .lower-header {
        min-height: 260px;

      }
      .lower-header::before {
    
        min-height: 120px;
        min-width: 100%;
        bottom: 0;
        left:8vw;
      }
    }


/*------
deep banner

-----*/

.img1872 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  width: 230px;
  height: 100px;
  top: 208px;
  left: 25%;
  opacity: 0;
  background: url(/Images/bg/1872_ybannerBg.svg) center bottom no-repeat;
  transform: translate(0, -50%);
  -webkit-animation: text-fade-in 1000ms 800ms forwards;
  animation: text-fade-in 1000ms 800ms forwards;
  z-index: 2;
  background-size: contain;

}

@-webkit-keyframes text-fade-in {
  from {
    left: 0;
  }

  to {
    opacity: 1;
    left: 80%;
  }
}

@media (max-width: 1159px) {
  .img1872 {

    width: 225px;
    height: 100px;
    top: 234px;

  }

  @-webkit-keyframes text-fade-in {
    from {
      left: 0;
    }

    to {
      opacity: 1;
      left: 80%;
    }
  }
}

@media screen and (max-width: 1024px) {
  .img1872 {
    top: 108px;
    width: 175px;
    height: 70px;
  }



}

.phone_img1872 {
  display: none;
}


@media (max-width: 820px) {
  .img1872 {
    display: none;
  }



  .phone_img1872 {
    position: absolute;
    background-attachment: unset;
    top: 127px;
    right: 10px;
    background: url(/Images/bg/1872_pbannerBg.svg) right 150% no-repeat;
    width: 170px;
    height: 60px;
    background-size: contain;

    display: block;
    opacity: 0;
    -webkit-animation: moon-move-in 1.2s 1s forwards;
    animation: moon-move-in 1.2s 1s forwards;

  }
}

@-webkit-keyframes moon-move-in {
  from {
    opacity: 0;
    background-position: right 150%;
  }

  to {
    opacity: 1;
    background-position: top right;
  }
}
@media (max-width:720px) {

  .phone_img1872 {
       top: 118px;
  }
}
@media (max-width:540px) {

  .phone_img1872 {
    width: 155px;
    height: 55px;
    top: 118px;
  }
}
  
@media (max-width:480px) {
 
  .phone_img1872  {
    top:113px;}
  }
  
  @media (max-width:390px) {
 
    .phone_img1872  {
      top:110px;}
    }
  
/*內頁版本的Header*/

header .rightBox .subNav ul li a,
header .rightBox .search .box,
header .rightBox .search .box label,
header .rightBox .search .link li a,
header .rightBox .language a {
    font-size: 1rem;
    color: #595757;
}

/*分享區塊*/
.ShareBox .wrap {
    text-align: center;
}

/*工具*/
.middleTools {
    position: relative;
    padding:30px 0 30px 0;
    z-index: 2;
}

.middleTools-color {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding:10px 15px
}

.middleTools::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.middleTools .toolBtn,
.middleTools .pageFunctions a {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: inline-block;
    cursor: pointer;
}

.middleTools .pageFunctions ul li {
    display: inline-block;
    margin: 0 3px;
}

@media screen and (max-width: 570px) {
    .middleTools .rightBox {
        display: none;
    }
}

.middleTools .pageFunctions .shareBtnGroup > ul {
    width: 40px;
    position: absolute;
    z-index: 2;
    display: none;
}

.middleTools .pageFunctions .shareBtnGroup > ul li {
    margin: 3px 0;
}

/*麵包屑*/

.breadcumb {
    position: relative;
}

.breadcumb a,
.breadcumb p,
.breadcumb span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 300px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0 5px;    
    font-size: 0.938rem;
}

.breadcumb,
.breadcumb a,
.breadcumb p,
.breadcumb span{
    line-height: 40px;
    letter-spacing: 0.5px;
    font-size: 0.938rem;
    height: 40px;
    color: #595757;
}

.breadcumb a:hover,
.breadcumb a:focus {
    color: #82a4d0;
}

.breadcumb .toolBtn.home {
    margin-right: 7px;
    vertical-align:middle;
}

.breadcumb .acc {
    left: 0;
    z-index: -1;
}



/*搜尋區間*/

.filter span,
.filter p {
    display: inline-block;
    vertical-align: middle;
}

.filter .remove {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #595757 url(/Images/icon/icon_delete.svg) no-repeat
        center/55%;
    text-indent: -9999px;
    vertical-align: middle;
}

/*最後更新時間*/

.lastDate {
    text-align: right;
    padding: 0 6%;
    margin-top: 15px;
    float: right;
    width: 100%;
}

.lastDate p,
.lastDate span {
    line-height: 2.3em;
    color: #595757;
}

.lastDate span {
    color: #82a4d0
}



/*------------------------
版型
------------------------*/

.content {
    margin: 0;
    padding-bottom: 5%;
}

.content::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

article {
    float:right;
    width: calc(100% - 325px);
}

article ol {
    list-style: decimal;
}

.Information ol {
    list-style: none;
}

aside {
    float: left;
    max-width: 280px;
    width: 280px;
    padding: 5px;
}

/*側邊選單裡的下拉式收納選單*/

.storageMenu {
    margin-bottom: 0px;
}

.storageMenu:last-child {
    margin-bottom: 0;
}

aside .titlebd {
  display: block;
  background: #2d5391;
  padding: 1px;
  box-sizing: border-box;
}


.storageBtn {
      display: block;
    background-color: #CAE2F7;
    padding: 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #2d5391;

}



aside .storageMenu {
    margin-bottom: 1px;
}

.storageBtn > span {
    display: block;
    color: #000;
    position: relative;
    min-height: 1.4rem;
    padding-right: 40px;
    font-size: 1.4rem;
}

.storageBtn.cut > span::after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background: url(/Images/icon/aside_right.svg) no-repeat center/contain;
    position: absolute;
    right: 0;
    top: calc((100% - 20px) / 2);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.storageBtn.cut.selt > span::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.storageBox {
    padding:15px 0;
    background-color: #fff;
    display: none;
}

.storageBox li a {
    padding: 10px 10px 10px 20px;
    display: block;
    border-bottom: #CCDEEE solid 1px;
}

.storageBox li a > span {
    font-size: 1.2rem;
    position: relative;
  
}

.storageBox li a.current > span,
.storageBox li a:hover > span,
.storageBox li a:focus > span {
   color: #123d83; 
    font-weight: 600;
}

.storageBox li a.current>span {
  color: #123d83;
  font-weight: 600;
}
    



@media screen and (max-width: 950px) {
    /*主要區塊與側邊區塊*/
    article {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 40px auto;
      }
    aside{
        max-width: 100%;
        width: 100%;
        padding: 0;
        background-color: transparent;
        margin-bottom: 60px;
    }

    aside .storageMenu {
        margin-bottom: 1px;
    }
    
   /* aside .titlebd{
        display: none;
    }*/
.storageBtn{
  background-color: #CAE2F7;
}
}



/*-----------------
Back btn 3listBtn box
----------------*/
.backList_center {
    margin-top: 15px;
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 100%;
    display: block;
    height: 60px;
}

 .backList_center a {  
    display: inline-block;
    vertical-align: middle;
   text-align: center;

}



.backList_center a.pre-btn {
    float: left;
    left: 0;  padding: 0px 30px;
}

.backList_center a.pre-btn:hover{
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
    color:#ef8c3e;
  
  }

.backLis_center a.nex-btn {
    float: right;
    right: 0;
    padding: 0px 50px 0 30px;
}

.backList_center a.nex-btn:hover{
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
  color:#ef8c3e;

}

.backList-arrow-right {
  display:inline-block;
  margin: 25px auto 30px 35px;
  width: 12px;
  height: 12px;
  border-left: 2px solid #888888;
  transform: rotate(135deg);
  vertical-align: middle;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;   
}

.backList-arrow-right::after {
  content: "";
  display: block;
  width: 2px;
  height: 45px;
  background-color: #888888;
  transform: rotate(-45deg) translate(15px, 4px);
  right: 0;}



  .backList a.nex-btn {
    float: right;
    right: 0;
    padding: 0px 50px 0 30px;
}

.backList-arrow-left {
  display:inline-block;
  margin: 25px 35px 30px auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #888888;
  transform: rotate(-45deg);
  vertical-align: middle;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  
}
.backList-arrow-left::after {
  content: "";
  display: block;
  width: 2px;
  height: 45px;
  background-color: #888888;
  transform: rotate(-45deg) translate(15px, 4px);
  left: 0;}


  
@media screen and (max-width:575px) {

  .backList a.pre-btn {
  float: left;
  left: 0;
  padding: 0px 0px;
}
  .backList a.nex-btn {
    float: right;
    right: 0;
    padding: 0px 0px 0 0px;
}



.backList a.nex-btn:hover{
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    color:#ef8c3e;
  
  }

.backList-arrow-left {
    display:inline-block;
    margin: 30px 35px 30px auto;
    width: 12px;
    height: 12px;
    border-top: 2px solid #888888;
    transform: rotate(-45deg);
    vertical-align: middle;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    
}

  
    .backList-arrow-right {
      display:inline-block;
      margin: 30px auto 30px 35px;
      width: 12px;
      height: 12px;
      border-left: 2px solid #888888;
      transform: rotate(135deg);
      vertical-align: middle;
      -webkit-transition-duration: .3s;
      transition-duration: .3s;   
  }
.backList-arrow-left::after {
    content: "";
    display: block;
    width: 2px;
    height: 25px;
    position:relative;
    background-color: #888888;
    transform: rotate(-45deg) translate(15px, 4px);
    top: 3px;
    margin-left:-5px;
}
.backList-arrow-right::after {
    content: "";
    display: block;
    width: 2px;
    height: 25px;
        position:relative;
    background-color: #888888;
    transform: rotate(-45deg) translate(15px, 4px);
    top: 6px;
    right: 6px;
  }


  }

    







/*===================== News list====================*/

.news {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    gap: 48px;
  }

  .news__list-wrapper {
    flex: 1;
  
  }
 
  
  .news__item {
    border-top: 1px solid #d5d5d5;
  }
  .news__item:last-child {
    border-bottom: 1px solid #d5d5d5;
  }
  .news__unit-text:hover .news__unit-text {   
   
  
    text-decoration: underline;
    color: #82a4d0;
    
  
  }
  .news__unit-text:hover  {
    transform: translateY(-3px) scale(1.005) translateZ(0);

      color: #82a4d0;
      transition: all 0.4s ease-out;
  }


  .news__link {
    display: block;
    padding: 24px 16px;
   
  }

  .news__unit {
    display: flex;
    align-items: baseline;
  }


  .news__unit-dateBox{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content:center;
    padding-right: 10px;
    line-height: 1.5;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    border-right: #dcdcdc solid 1px;
    min-width:110px; 
    flex-shrink: 0;
    margin-top: 1px;
}

.news__unit-dateBox  .date{
  text-align: center;
    position: relative;
    display: block;
}
.news__unit-dateBox span {
  padding: 0 5px;


}

.news__unit-dateBox .mm {
  font-size: 1.25rem !important;
  position: relative;

}

.news__unit-dateBox .dd {
  font-size: 1.25rem !important;
  position: relative;

}

.news__unit-dateBox .mm::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: #333;
  bottom: 7px;
  right: -4px;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}

.news__unit-dateBox  .year {
  font-size: 0.875rem !important;
  text-align: center;
  position: relative;
}

.news__unit-dateBox .yy {
  font-size: 0.875rem !important;
  text-align: center;
  position: relative;
}

  .news__unit-date {
    font-size: 1rem;
    font-weight: 700;
    color: #152f4a;
    width: 112px;
    flex-shrink: 0;
    margin-top: 1px;
    margin-right: 13px;
  }

  .news__unit-text {
    font-size: 1.063rem;
    color: #152f4a;
    width: 100%;
  }
 
  .news__select {
    background: #f7f7f7;
    width: 240px;
    border-radius: 16px;
    padding: 32px 24px;
  }

  @media (max-width: 1024px) {
    .news__unit {
      flex-wrap: wrap;
    }
    .news__unit-text {
      margin-top: 10px;
      line-height: 24px;
    }
  }
  @media (max-width: 768px) {

    .news {
      display: block;
    }

 .news__list-wrapper {
      margin-top: 48px;
    }
  

.news__item:hover .news__unit-text {
      text-decoration: none;
    }

  .news__link {
      padding: 16px;
    }

 .news__unit-date {
      flex: none; 
      max-width:40vw;
      width:40vw;
    }
    
    .news__select {
      width: 100%;
      padding: 18px 24px 2px 24px;
    }
  }




 
  
  .news-category{
    min-width:90px;
    height: 20px;
    font-size:0.938rem;
   background: #82a4d0;
    border-radius: 4px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
    padding: 13px 0;
    color: #fff;
   margin:0 12px 0 0;
  }



  
/*-------內文-----*/


.tagBlock {
  margin: 15px 0px 10px 10px;
  display: block;

 
}
.tagIcon {  
  font-size:1rem;
  font-weight:600;
  letter-spacing: 1px;
  line-height: 1.8;
  border-radius: 0px;
  padding: 5px 10px;
  margin-right: 10px;
  display: inline-block;
  background-color: #eeeef1;
  color: #0082cd;
  margin-bottom: 5px;
}

/*----20240528其他連結---*/
.tagIcon a{  
  color: #0082cd;
  font-weight:700;
}

.tagIcon a:hover{  
  color: #e95514;
}
.newsDate {
  color: #e95514;
  font-size: 1rem;
  font-weight: 800;
   display: inline-block;
  text-align: left;
}
.newsDate span{
  color: #e95514;
  font-size: 1rem;
  font-weight: 800;
   display: inline-block;
  text-align: left;
}

.secform {
  color: #222;
  font-size: 1rem;
  font-weight: 500;
  padding: 8px 15px;
  margin-bottom: 15px;  
  position: relative;
  display: block;
    width: 100%;
}

.secform .formabout{
  color: #222;
  font-size: 1rem;
  font-weight: 500;
  padding: 8px 10px;
  margin-bottom: 15px;  
  position: relative;
 width: 100%;
 max-width: 100%;
 display: flex;
}
.formPrivacy{
    display: inline-block;
   
  }
.secform .formPrivacy::after {
  display: inline-block;
  margin: 0 .4rem 0 .2rem;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(/Images/icon/icon-target-blank.png);
  background-size: 100% 100%;
  content: "";
}

.secform .formabout span{
  display: inline-block;
}
.secform-doc{
  background: #000;
  height: 16px;
  margin: 7px 7px 0 7px;
  width:4px;
  /* position: relative; */
  
}
.secform ul {
  margin: 0 0 20px;
}
.secform  ul li{
  list-style-type: disc;
  margin: 0 0 10px 20px;
  }

  .secform ul li a{color: #4267b2;
  }
  .gridTxtCol {
    padding:0 30px;
    margin: 0px auto 30px auto;
    border-radius: 0;
    color: #333;
    display: block;
    max-width: 70%;
    width: 70%;
    background: #f6f8fa;
    border: #dae8ff solid 1px;  
  }

  @media screen and (max-width:1024px) {  
    .gridTxtCol {
      max-width: 80%;
      width: 80%;
    }
  }
  @media screen and (max-width:768px) {  
    .gridTxtCol {
      max-width: 100%;
      width: 100%;
    }
  }

  @media screen and (max-width:480px) {  
    .gridTxtCol {
      padding:0 15px;
    }
  }







 /*--------------
 最新消息標題
 ---------------------*/
 /*---20240528---*/
.c-header-block{
  display: inline;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.c-header{
   display: block;
  text-align: left;
  font-size: 2.35rem;
  color:#005BAC;
  font-weight:600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  position: relative;  
  padding: 5px 10px 30px 10px;
}


.c-header::after {
  content: "";
  position: absolute;
  bottom: 15px; 
  left: 0px;
  display: inline-block;
  height: 2px;
  background: #EBEEEF;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .c-header::before {display: none;}
}

@media screen and (max-width: 480px) {
  .c-header{
      /*最新消息標題*/
      padding:10px 0px 15px 15px;
      font-size: 1.6em;
      letter-spacing: 0.5px;
  }
  .c-header-block{
   margin: auto;
   text-align: center;
  }
}



/*------報名btn----*/
.all_button{
    margin-left: auto;
    position: relative;
    /* text-align: center; */
    text-align: right;
    display: block;
}

/*------應徵----*/
.all_button_r{
  float: right;
}


@media screen and (max-width: 677px) {
.all_button_r {
  float: none;
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
}
 .all_button_inner {
  width: 200px;
  height: 60px;
  position: relative;
  display: inline-block;
}

.all_button_inner_end {
  width: 200px;
  height: 60px;
  position: relative;
  display: inline-block;
}
 .all_button_inner a {
  width: 100%;
  height: 100%;
  padding-left: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 34px;
  color: #fff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  line-height: 60px;
}


.all_button_inner a::before{
  content: "";
  display: block;
  background: #159CDE;
  width: 100%;
  height: 100%;
  border-radius: 34px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.all_button_inner_end a::before{
  background: #838383!important 
}
.all_button_inner ._circle {
  width:55px;
  height: 55px;
  margin-right: 20px;
  border-radius: 50%;
  position: relative;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.all_button_inner ._circle::before {
  content: "";
  display: block;
  background: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
 .all_button_inner ._circle ._arrow {
  width: 17px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  font-size: 0;
  letter-spacing: 0;
  display: block;
}
 .all_button_inner ._circle ._arrow._white {
  -webkit-transform: translateX(-150%) translateY(-50%);
          transform: translateX(-150%) translateY(-50%);
}
.all_button_inner ._circle ._arrow img {
  vertical-align: top;
}
.all_button_inner .all_button_text {
  position: relative;
  z-index: 1;
  font-size: 1.45rem;
  letter-spacing: 1px;
}
.all_button_inner :hover {
  opacity: 1;
  color: #159CDE;
}
.all_button_inner_end :hover {
  opacity: 1;
  color: #a8a8a8 !important
}
.all_button_inner :hover::before{
  display: block;
  background: #F8F8F8;
  width: calc(100% + 20px);
  height: calc(100% + 10px);
  border-radius: 40px;
  border: 2px solid #E5E5E5;
}
 .all_button_inner :hover ._circle {
  width: 62px;
  margin-left: -16px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
 .all_button_inner :hover ._circle::before {
  background: #159CDE;
  width: 62px;
  height: 62px;
}
all_button_inner :hover ._circle ._arrow._blue._circle ._arrow._blue {
  -webkit-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
}
 .all_button_inner :hover ._circle ._arrow._white, ._circle ._arrow._white {
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}


/**---Pager Dowload----*/
.fileBox {
  padding: 0;
  margin:20px auto 0px auto;
  border-radius: 0;
  color: #000;
  display: block;
  max-width: 100%;
  width: 100%;
  background: #f7f8f9;
}


      .fileBox h4 {
          color: #2c3e50;
          padding: 10px;
          font-size: 17px;
          font-weight: 500;
          border-bottom: solid #ccc 2px;
      }
          .fileBox h4:before {
              background-color:#5584c6;
              content: "";
              height: 100%;
              width: 3px;
              left: 0;
              position: absolute;
              top: 0;
          }
  .filest {
      display: block;
      padding: 10px 8px;
      text-align: left;
      color: #666;
      font-size: 1em;
  }

  .filename {
      position: relative;
      margin: 0 auto;
      clear: both;
  }

      .filename ul {
          margin: 0;
          padding: 0;
          list-style: none;
          line-height: 150%;
      }

      .filename li {
          word-wrap: break-word;
          word-break: break-all;
          margin: 0 0 8px;
          padding: 5px 10px;
          border-bottom: 1px dotted #ccc4a8;
      }

  .attachment .filename li span {
      margin-left: 8px;
      display: inline-block;
  }

  .filename li i{
    font-style: normal;display: inline-block;
  }

  .filename li a {
      color: #414141;
      text-decoration: none;
  }

      .filename li a:hover {
          text-decoration: none;
          color: #3e6793;          
      }


  .filename .fileSize {
      margin: 0 5px;
      color: #999;
      padding: 0;
      font-size: 0.938rem
  }



/*-------side news--------*/
  .side_news {
    margin: 30px 0;
    display: block; 
    max-width: 100%;
}

.side_Title{
  display: block;
  position: relative;
  border-bottom: 1px dashed #cfcfcf;
  margin-bottom: 20px;
  padding: 15px 0;
  color: #3f3f3f;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
.side_news ul {
    display: flex;
    left: 0;
    list-style: none;
    padding: 0;
    margin: 20px auto;
}

.side_news li {
    width: calc(100%/3 - 10px);
    margin-bottom: 25px;
    display: inline-block;
  padding:8px 20px;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.side_news li:hover{
  background-color: rgba(0, 130, 205, 0.1)
}


.side_news .news__index__item__text{
  margin-bottom: 10px;}

  .side_news .uplist {
    padding-top: 0;
}
.side_news li:not(:last-child) {
    margin-right: 15px
}

@media (max-width:769px) {
    .side_news li {
        width: 100%;
        max-width: 100%;
    }



.side_news ul {
  display:block;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 20px auto;
}

}


/*-------faq phtom--------*/

.photoFAQ {
  margin-top: 15px;
}

.photoFAQ > ul {
  overflow: hidden;
}

.photoFAQ > ul > li {
  width: calc((100% - 30px) /2);
  height: 0;
  padding-bottom: 35%;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-bottom: 10px;
  background-color:transparent
}

.photoFAQ > ul > li:nth-child(even) {
  margin-right: 0px;
}


.photoFAQ > ul > li > .picBox {
  position: absolute;
  width: 100%;
  height: 100%;
}

.photoFAQ > ul > li > .picBox a {
  position: absolute;
  width: 100%;
  height: 100%;
}

.photoFAQ > ul > li > .picBox a img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}



.photoFAQ > ul > li > .picBox-inline a img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}
.photoFAQ > ul > li .picName {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}

.photoFAQ > ul > li .picName > p {

  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.6);
}

.photoFAQ > ul > li .picName:hover p,
.photoFAQ > ul > li .picName:focus p {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.3);
}
.photoFAQ  > ul > li {
  float: left;
  margin-bottom: 15px;
  margin-right: 20px;
  width:100%!important;
	max-width: 100%!important;
}

/**------news內頁帶相片--*/

/*---0527---*/
.img-gallery > ul {
  margin-bottom: 0;
    justify-content: center;
}

.img-gallery > ul > li {
  float: left;
  margin-bottom: 15px;
  margin-right: 20px;
  max-width: 480px;
}
.img-gallery > ul > li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}
.img-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.img-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.img-gallery > ul > li a:hover .img-gallery-poster > img {
  opacity: 1;
}
.img-gallery > ul > li a .img-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.img-gallery > ul > li a .img-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.img-gallery > ul > li a:hover .img-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.img-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.img-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.img-gallery .justified-gallery > a:hover .img-gallery-poster > img {
  opacity: 1;
}
.img-gallery .justified-gallery > a .img-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.img-gallery .justified-gallery > a .img-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.img-gallery .justified-gallery > a:hover .img-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.img-gallery .video .img-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}
.img-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}
.home .img-gallery {
  padding-bottom: 80px;
}


.textArea li, .textArea p {
  margin: 6px 0;
}



@media screen and (max-width:1440px) {
  .img-gallery > ul > li {
 
    max-width: 350px;
  }

}

@media screen and (max-width:1366px) {
  .img-gallery > ul > li {
    max-width: 320px;
  }

}
@media screen and (max-width:1199px) {
  .img-gallery > ul > li {
    max-width: 280px;
  }

}

@media screen and (max-width:991px) {
  .img-gallery > ul > li {
 
    max-width:270px;
  }

}
@media screen and (max-width:768px) {
.img-gallery > ul > li {
  float: none;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right:auto;
  max-width: 90%;
}

}


/*-----------
tabs art comms

-----------------*/
.FourTabs-box {
  padding:15px 0;
  display: block;  
  max-width: 100%;
  width: 100%;
  margin: auto;
}




  

.FourTabs-box .FourTabs-col {
  overflow: hidden;
margin: 30px auto;
  padding: 0 0 50px;
}

 .FourTabs-col .FourTabs {
  /*overflow: hidden;*/
  padding: 0 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;

 
}

.FourTabs .FourTabs-list {
  width: 100%;
  position: relative;
  top: 0px;
  left: 0px; 
  padding-bottom: 20px; 
  display: block;  
}

 .FourTabs .FourTabs-list > li {
  width: 100%;
}
 .FourTabs .FourTabs-list > li .FourTabs-btn {
  top: 0;
}

.FourTabs .FourTabs-list > li:nth-child(1) .FourTabs-btn {
  left: 0;
  border-right: 2px solid #fff;
}



.FourTabs .FourTabs-list > li:nth-child(1) .FourTabs-content {
  z-index: 2;
}

.FourTabs .FourTabs-list > li:nth-child(2) .FourTabs-btn {
  left: calc((100%/4)*1);
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}


 .FourTabs .FourTabs-list > li:nth-child(3) .FourTabs-btn {
  left: calc((100%/4)*2);
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}



.FourTabs .FourTabs-list > li:nth-child(4) .FourTabs-btn {
  left: calc((100%/4)*3);
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}



.FourTabs .FourTabs-btn {
  width: calc((100%)/4);
  height: auto;
  position: absolute;
  z-index: 5;
  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;
  padding: 15px 20px;
  background-color: #ECEAE3;
}


.FourTabs .FourTabs-btn span {
  font-size: 1.4rem;
  font-weight: 600;
}



 .FourTabs .FourTabs-btn.current {
  background-color: #ef8c3e;
}

 .FourTabs .FourTabs-btn.current span {
  color: #fff;
}

 .FourTabs .FourTabs-btn.current + .FourTabs-content {
  z-index: 3;
  opacity: 1;
  position: relative;
}

.FourTabs .FourTabs-content {
  width: 100%;
  display: block;
  z-index: 1;
  position: absolute;
  opacity: 0;
  padding-top: 75px;
}
.FourTabs .FourTabs-content .HotTagSpot .swiper-container {
  padding-bottom: 10px;
  overflow: inherit;
}

@media screen and (max-width:1440px) {
  .FourTabs .FourTabs-btn span {
    font-size: 1.3rem;}
}
@media screen and (max-width:1366px) {
  .FourTabs .FourTabs-btn span {
    font-size: 1.15rem;}
}
@media screen and (max-width:1190px) {
  .FourTabs .FourTabs-btn span {
      font-size: 1rem;
    }
  
    .FourTabs .FourTabs-btn {
      width: calc((100%) / 4);
      padding: 10px 10px
    }
  
    .FourTabs .FourTabs-list>li:nth-child(1) .FourTabs-btn {
      left: 0
    }
    
    .FourTabs .FourTabs-list>li:nth-child(2) .FourTabs-btn {
      left: calc((100% / 4)* 1);
    }
    
    .FourTabs .FourTabs-list>li:nth-child(3) .FourTabs-btn {
      left: calc((100% / 4)* 2);
    }
    
    .FourTabs .FourTabs-list>li:nth-child(4) .FourTabs-btn {
      left: calc((100% / 4)* 3);}
    
  }
@media screen and (max-width: 1024px) {

 
  .FourTabs .FourTabs-list > li:nth-child(2) .FourTabs-btn {
    left: 33.33%;
  }
  .FourTabs .FourTabs-list > li:nth-child(3) .FourTabs-btn {
    left: 66.66%;
    border-right: none;
  }
  .FourTabs .FourTabs-list > li:nth-child(4) .FourTabs-btn {
    left: 0%;
    top: 50px;
    border-left: none;
  }

 .FourTabs .FourTabs-content {
    padding-top: 120px;
 
  } 
  .FourTabs .FourTabs-btn {
    position: absolute;
    width: calc(33.33%);
    padding: 12px 2px; 
     line-height: 1.45;
   }



   .FourTabs-col .FourTabs {
    overflow: hidden;
    padding: 0 0;
    -webkit-box-flex: 1; 
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    
}
}


@media screen and (max-width: 570px) {
.FourTabs .FourTabs-btn span {
    font-size: 1rem;
    height: 45px;
  }
  .FourTabs .FourTabs-list > li:nth-child(4) .FourTabs-btn{top:75px}
  .FourTabs .FourTabs-content {
    padding-top: 150px;
}
}



.FourTabs .HotTagSpot {
  display: block;
  background-color: #fff;
  padding:30px 15px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  border: #dfdfdf solid 1px;
}

 .FourTabs .HotTagSpot .HotTagSpot-img {
  width: 100%;
  height: 0;
  margin: auto;
  padding-bottom: 66%;
  position: relative;
  overflow: hidden;
}

.FourTabs .HotTagSpot .HotTagSpot-img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

 .FourTabs .HotTagSpot .HotTagSpot-content {
  padding: 20px;
}

 .FourTabs .HotTagSpot .HotTagSpot-content .spot-title {


  margin-bottom: 15px;
}

@media screen and (max-width: 570px) {
 .FourTabs .HotTagSpot .HotTagSpot-content .spot-title {
    font-size: 1.05rem;
    line-height: 1.2;
  }
}


.FourTabs .HotTagSpot .HotTagSpot-content .spot-phone {
  margin-left: 25px;
  text-indent: -25px;
  word-break: break-all;
  margin-bottom: 10px;
}

@media screen and (max-width: 570px) {
.FourTabs .HotTagSpot .HotTagSpot-content .spot-phone {
    display: none;
  }
}
/*--------------------------------------


moreBtn box / Search box

--------------------------------*/
.more-btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 100;
}


/*------

bg

----*/
.circlesarea {
  position: fixed;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -9999;
 
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 50vw;
  height: 50vw;
  opacity: 0.2;
  animation: animate 100s linear infinite;
  bottom: -100px;
}

.circles li:nth-child(1) {
  max-width: 400px;
  max-height:400px;
  width: 100vw;
  height: 100vw;
  left: -5%;
  animation-delay: 0s;
  animation-duration: 300s;
  background: url(/Images/bg/pen_mark_c.png) no-repeat center;
  background-size: contain;
}

.circles li:nth-child(2) {
  max-width: 300px;
  max-height: 300px;
  left: -10%;
  bottom: -50vh;
  animation-delay: 20s;
  animation-duration: 80s;
  background: url(/Images/bg/pen_mark_p.png) no-repeat top left;
  background-size: contain;
}

.circles li:nth-child(3) {
  left: 20%;
  animation-delay: 0s;
  animation-duration: 70s;
  background: url(/Images/bg/circles_80.png) no-repeat top left;
  width: 80px;
  height: 80px;
  bottom: -50px;
  background-size: cover;
}

.circles li:nth-child(4) {
  left: -5%;
  animation-delay: 5s;
  background: url(/Images/bg/circles_40.png) no-repeat top left;
  width: 40px;
  height: 40px;
  bottom: -50px;
  background-size: cover;
}

.circles li:nth-child(5) {
  left: -10%;
  animation-delay: 0s;
  animation-duration: 60s;
  background: url(/Images/bg/circles_30.png) no-repeat top left;
  width: 30px;
  height: 30px;
  bottom: -50px;
  background-size: cover;
}

.circles li:nth-child(6) {
  left: 20%;
  animation-delay: 0s;
  animation-duration: 60s;
  background: url(/Images/circles_20.png) no-repeat top left;
  width: 20px;
  height: 20px;
  bottom: -50px;
  background-size: cover;
}

@keyframes animate {
  0% {
      transform: translateX(0) translateY(0) rotate(0deg);
      opacity: 0;
  }
  30% {
      opacity: 0.2;
  }
  100% {
      transform: translateX(100vw) translateY(-1000px) rotate(180deg);
  }
}

.input-btn {
  margin: auto 0;
  padding: 5px 20px;
  position: relative;
  display: block;
  color: #FFF;
  border: 1px solid #dedede;
  background-color: #566678;
  top: 35px;
  float: left;
}

.input-btn:active,
.input-btn:hover {
  color: #FFF;
  background-color: #ef8c3e;
}
.inputClear-btn {
  margin: auto 0;
  padding: 5px 20px;
  position: relative;
  display: block;
  color: #414141;
  border: 1px solid #dedede;
  background-color: #e6e7e9;
  top: 35px;
  float: left;
  margin-left: 8px;
}

.inputClear-btn:active,
.inputClear-btn:hover {
  color: #FFF;
  background-color: #757575
}
.input-form-ps{
  margin-top: 40px;
padding-left: 5px;
float: left;}


.gridItemBtnCol{
 position: relative;
}
@media screen and (max-width:1192px) {

  .input-btn {
      float: none;
      margin: 15px auto 5px auto;
      text-align: center;
      top: 0;
      width: 220px;
      max-width: 220px;
    }
  
    .input-form-ps {
      margin-top: 0px;
      text-align: center;
      padding-left: 15px;
      float: none;
      display: block;
    }
  
    .gridItemBtnCol .input-btn {
      float: left !important;
      width: 120px !important;
      max-width: 120px !important;
    }
  
  
    .gridItemBtnCol .input-btn {
      float: left !important;
      width: 120px !important;
      max-width: 120px !important;
    }
  
    .gridItemBtnCol .inputClear-btn {
      top: 0 !important;
      margin: 15px auto 5px 10px !important;
    }
  }




.item-slick.slick-slide.slick-current.slick-active {
  outline: none !important;
}


/*-----------album pager style css----*/
.slider-for {
  margin: 0 auto 15px  auto;
 
}
.slider-for img {
  width: 100%;dd
  max-width:  100%;
  min-height: 100%;
  
}

.slider-nav {
  margin: auto;
}

.slider-nav .item-slick {
  max-width:160px;
  min-height:90px; max-height:90px;
  margin-right: 15px;
  outline: none !important;
  cursor: pointer;
  overflow: hidden;  
  background-color: #e4e4e4;

}
.slider-nav .item-slick img {
  max-width: 100%;
  background-size: cover;
  background-position: center;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 50;
  margin-top: -12px;
}

.slick-prev {
  left: 0;
  display: inline-block;
    width:30px;
    height: 30px;
    vertical-align: middle;
    background-position: center;
    background-size: 45%;
    background-repeat: no-repeat;
    font-size: 0rem;
    text-indent: -9999px;
    background-color: #e4e4e4;
    position: absolute;
    background-image: url(/Images/icon/icon-left-gray.svg);
}

.slick-next {
  right: 0; display: inline-block;
  width:30px;
  height: 30px;
  vertical-align: middle;
  background-position: center;
  background-size: 45%;
  background-repeat: no-repeat;
  font-size: 0rem;
  text-indent: -9999px;
  background-color: #e4e4e4;
  position: absolute;background-image: url(/Images/icon/icon-right-gray.svg);
}

.gridphotoBox{
  margin: 60px auto 30px auto;
}




/*-------
movie vedio
---*/


.LearnvideoArea{
  margin-top: 60px;
}
.gridItemvBox {
  margin: 20px 0 0 0;
  width: 100%;
}

.gridItemvBox > ul {
  overflow: hidden;
  display: flex;
  flex-flow: wrap;
}

.gridItemvBox > ul > li {
  display: inline-block;
  width: 29%;
  max-width: 29%;  
  box-sizing: border-box;
  vertical-align: top;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px; 

  margin: 0 2% 90px 2%;
}

.gridItemvBox > ul > li > a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: -9999px;
}

.gridItemvBox ul li{
  width: 100%;
  /*border: 1px solid #d1d1d1; */
  background-color: #fff;
  border: 1px solid #1A1A1A;
}



.gridItemvBox ul li:before {
  content: "";
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  z-index: -1;
  top: 18px;
  left: 18px;
  transition: all .2s;
  border: 1px solid #1A1A1A;
  background-color: #fff;
}


.gridItemvBox ul li:hover:before {
  top: 13px;
  left: 13px;
}

.gridItemvBox figure {
  width: 100%;
  max-width: 100%;
 display: block;
}
.gridItemvBox figure figcaption {
  background-color: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 15px;
}

.gridItemvBox figure .movie-Information {
  background-color: #5c6473;
  padding: 20px 20px;
  box-sizing: border-box;
  display: none;
  width: 100%;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.8rem;
}

.gridItemvBox figure .movie-Information.open {
  background-color: #5c6473;
  padding: 20px 20px;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4rem;
}

.gridItemvBox figure figcaption .movie-title {
  font-size: 1.25rem;
  color: #4267b2;
  font-weight: 600;
}

 .gridItemvBox figure figcaption h4 {
  color: #595757;
  display: block;
  padding: 7px 0;
  border-bottom: 1px #c6c6c6 solid;
}

.gridItemvBox figure figcaption >  h4 a:hover{
  color: #ff8214
}

.gridItemvBox figure figcaption > a:focus h4 {
  color: #bc2f1e;
  display: block;
  outline: #ff8214 3px dashed;
  overflow: inherit;
}

 .gridItemvBox figure figcaption > p {
  padding: 0;
  font-size: 1rem;
  margin: 0;
}

.gridItemvBox figure figcaption h4 {
  margin: 0;
}




.gridItemvBox figure figcaption .icon {
  float: right;
  margin-top: 10px;
}

 .gridItemvBox figure figcaption .icon {
  margin: 0;
}

.gridItemvBox figure figcaption > p > img {
  width: 20px;
  margin: 0 2px;
}



.gridItemvBox figure .graphic {
  display: block;
  width: 100%;
  height: 0;
  margin: auto;
  padding-bottom: 56%;
  position: relative;
  overflow: hidden;
}

.gridItemvBox figure .graphic img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.gridItemvBox figure .moviebox {
  display: block;
  width: 100%;
  height: 20vw;
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.gridItemThreeBox .graphic .picBox {
}

.gridItemvBox .graphic .picBox a {
  display: block;
  width: 100%;
  height: 0;
  margin: auto;
  padding-bottom: 56%;
  position: relative;
  overflow: hidden;
}

.gridItemvBox .graphic .picBox img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.gridItemvBox .graphic .picBox a:focus {
  border: 2px solid rgb(255, 130, 20);
}

.gridItemvBox figure .Right-triangle {
  display: inline-block;
  color: #FFF;
  background-color: #888888;
  border: 2px solid  #888888;
  transition: all .1s;
   line-height: 33px;
  width: 70px;
  height: 40px;
  margin-left: calc(100% - 70px);
  font-size: 0.938rem;
 text-align: center;

  position: relative;
}


.gridItemvBox figure .Right-triangle:hover{
  color: #888888;
	background-color: #fff;
}

@media screen and (max-width:1180px) {

.gridItemvBox figure figcaption .movie-title {
    font-size: 1.2rem
  }

  .gridItemvBox > ul > li {
    width: 45%;
    max-width: 45%;}
   
}
@media screen and (max-width:768px) {
.gridItemvBox figure figcaption .movie-title {
  font-size: 1.063rem;
}

  .gridItemvBox ul li:before {
  width: 98%;
  height: 98%;
   
    left: 15px;}
}
@media screen and (max-width:667px) {
  .gridItemvBox > ul > li {
    width:93%;
    max-width:93%;
    }
}



/* FAQ Section  */
.faq_Box {
 background: #f6f8fa;
  padding:30px 15px;
display: block;
width: 100%;
}


.faq_container {
  width: 80%;
  margin: 0 auto;
}



/* Single FAQ */
.faq_single {
  padding: 16px 16px 0 16px;
  position: relative;
 display: block;

}

.faq_single:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 100%;
  padding-top: 16px;
  border-bottom: 2px solid #616471;
}

/* FAQ Question */
.faq_question h4 {
     line-height: 1.5;
     font-size: 1.45rem;
     color: #4267b2;
     font-weight: 600;
     line-height: 1.6;
     position: relative;
     box-sizing: border-box;
     width: 100%;
     max-width: 100%;
     margin: 0 auto;
     padding-right: 18px;
     word-wrap: break-word;
     overflow-wrap: break-word;
     text-overflow: ellipsis;
}
.sub_ttl{
display: block;
  font-size: 1.325rem;
  color: #414141;
  font-weight:800;
  padding: 10px;
  margin: 10px 0;

}
/* FAQ Open/Close Button */
.faq_arrow {
  font-size: 2.5rem;
  color: #000;
  float: right;
  position: absolute;
  top: 22px;
  right:10px;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: transparent;
}

/* FAQ Answer */
.faq_answer p {
  margin: 1em 0;
  line-height: 1.6;
  font-size: 1.063rem;
  line-height: normal;
  text-align: left;
  color: #000;
}



.faq_answer{
  padding:0 15px}


@media (max-width:768px) {
  .faq_arrow {
    top: 10px;}

  .faq_Box {
    padding: 35px 0;
  }


  .faq_container {
    width: 100%;
    margin: 0 auto;
  }

  
  .faq_single {
    padding: 5px 10px 0 10px;
  }


  .faq_question h4 {
    padding-right: 25px
  }

  /* Mobile:FAQ Answer */
  .faq_answer p {
    font-size: 1rem;
    margin: 16px 0 0 0;
  }

}



/*------search---*/


.caseSearchBox{
  width: 100%;
  max-width: 100%;
  margin: 5px auto 15px auto;
  display: block;
  color: #333;
  position: relative;
  border-radius: 25px;
  background-color: #f4f5fa;
  border: none;
  z-index: 2;
  padding:10px;
}

.caseSearhCol {
  display: flex;
  flex-direction: row;
  flex: 0 0 100%;
  max-width: 100%;
  margin: auto;
  flex-wrap: wrap;
  justify-content:space-between;
  align-items: start;
}



  .caseSearchBox ul {
    list-style: none;
    list-style-type: none;
    clear: both;
    padding: 0;
    margin: 0;
    left: 0;
  }

    .caseSearchBox ul li {
      display: inline-block;
      padding: 5px 0;
    }


.verticalTit {
  line-height: 1.5;
  font-size: 1.063em;
  font-weight: 700;

  position: relative;
  margin-top: 5px;
}


.dateSelector .verticalTit{
  margin-right: 5px;
}
/*--select---*/
.vertical-select{
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 3px 8px;
  font-size: 1rem;
  color: #111;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  line-height: 1.8;
  background-color: #fff
}

  .vertical-select:focus {
    border: solid 1px #527DCF;
    outline: 0;
  }



  .caseSearhCol input{
    width: 160px;
      height: 45px;
    border: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    color: #727171;
   position: relative;
    margin-left:0;
 
  }
  /*--input---*/

  .vertical-from option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.5em;
    padding: 5px;
  }

.caseSearchBox .input-form {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  padding: 5px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #495057;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ced4da;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 1em;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

  .caseSearchBox .input-form input {
    outline: none !important;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
    overflow: visible !important;
  }

    .caseSearchBox .input-form input :hover {
      border: 0;
      box-shadow: none;
    }

.caseSearchBox input:focus {
  outline: none
}

.case-icons-container {
  position: relative;
  /*top: 10px; 2024/05 註解*/
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #3F9ED0;
  display: inline-block;
  margin-right: auto;
  left: 8px;
  cursor: pointer;
}

  .case-icons-container:active, .case-icons-container:hover {
    background-color:#5584c6;
  }

.case-icon-searchTxt {
  display: none;
}

.case-icon-search {
  width: 40px;
  height: 40px;
  margin: 0;
  border: none;
  padding: 0;
  outline: none;
  
  z-index: 2;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}


  .case-icon-search::before {
    content: "";
    width: 2px;
    position: absolute;
    height: 10px;
    left: 28px;
    top: 27px;
    border-radius: 2px;
    background: #fff;
    transform: rotate(-45deg);
  }

  .case-icon-search::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 10px;
    top: 10px;
    border-radius: 16px;
    border: 2px solid #fff;
  }




/*-------Date search--------*/

.calendartableCol{
display: block;
}


.calendartableCol input{
width: 140px;
  height: 45px;
border: none;
display: inline-block;
vertical-align: middle;
font-size: 1rem;
color: #727171;
letter-spacing: 0.05em;
margin-left: 0px;
}

.caseSearhCol button{
  border: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin-left: -5px;
  width: 50px;
  height: 45px;
  cursor: pointer;
  background: #bbe0f3;
      font-size: 1rem;
  color: transparent;
  border-left: 1px solid #d1d1d1;    
  position: relative;
  margin-right: 5px;

}
.caseSearhCol.dateSelector,
.caseSearhCol.keywordSearch,
.calendartableCol  .dateSelector,
.calendartableCol  .keywordSearch{
  text-align: right;
  margin-bottom: 1em;
  float: left;
}

.caseSearhCol legend, .calendartableCol legend{
  vertical-align: middle;
  margin-right: 20px;
  font-weight: bold;
  float: left;
  font-size: 0;
}



.caseSearhCol input, .calendartableCol input{
  background: #ffffff;
  padding: 10px;
  border: 1px solid #d1d1d1;
}

.caseSearhCol button img, .calendartableCol button img{
  width:35px;
  height: auto;
  text-align: center;
  margin: auto;
  display: block;
}

.caseSearhCol .dateSelector,  .calendartableCol.dateSelector::after {
  position: relative;
}


.dateSelector_bar {
  display: inline-block;
  width: 13px;
  height: 4px;
  background: #727171;
  position:relative;
  top:5px; 
}
.caseSearhCol .dateSelector {
  text-align:center;
  margin: 0px auto 5px auto;
  display: block;
  position:relative
}
.caseSearhCol .keywordSearch button, .calendartableCol .keywordSearch button  {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.caseSearhCol .keywordSearch .searchBtn {
  cursor: pointer;
  display: inline-block;
  border: none;
  background: #efdc74 url(/Images/icon/search_W.svg) no-repeat center;
  background-size: 60%;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 110%;
  border-radius: 100%;
  vertical-align: middle;
  text-indent: -9999px;
}

@media screen and (max-width: 1024px){
.caseSearhCol{
  padding-bottom:15px;
  margin-right:35px;
}

}
@media screen and (max-width: 640px){
.caseSearhCol {
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
  padding-bottom: 0;
  margin-right: 15px;
  margin-left: 15px;
}
.caseSearhCol legend {
  width: auto;  
    margin-right: 0px;
  text-align: left;
}

.caseSearhCol input {
  width: calc(100% - 50px);
  margin-bottom: 10px;}


.caseSearhCol button {
      width: 50px;
      margin-bottom: 10px;
      display: initial;
      float: none;
  }

  .caseSearhCol .dateSelector {
      margin-bottom: 0;
       text-align: left;
       
  }
  .caseSearhCol.keywordSearch .searchBtn {
            position: absolute;
      margin-left: 10px;
  }
  
  .caseSearhCol button {
      position: absolute;
  }
  .newsSearchBox .dateSelector::after { display: none;}


  .newsSearchBox button img, .calendartableCol button img {
    width: 30px;}
    
   .calendartableCol button {
      width: 40px;}
}



/*------sitemap----*/



.siteMap{margin: 30px auto;}
.map-head {
  color: #2d5391;
  font-weight: 700;
  font-size: 1.35rem;
  padding: 10px 0;
  border-bottom: solid 2px #2d5391;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.map-item {
  font-weight: 400;
  text-align: center;     
     font-size: 1.063rem;
}
.map-sub-item {
  margin-bottom: 10px;
}
.map-sub-item a {
  color: #36315b;
  padding: 10px  15px;
  background-color: rgba(76, 71, 109, .06);
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.map-sub-item a:hover{
  color: #2d5391;
  font-weight: 700;
  background-color: rgba(76, 71, 109, .2);

}
.map-sub {
  margin-top: 15px;
  padding-left: 0;
  list-style-type: none;}

  @media screen and (max-width:768px){
    .map-item {
   
         font-size: 1rem;}
  }



  /*------------------
  內頁 
  share
  
  ----------------------*/
  .sharecontainer{
    position: fixed;
    bottom:120px;
    right: 5px;
    box-sizing: border-box;
    z-index: 7;
  }
  

  .sharecontainer .icon{
    width: 40px;
    flex: 0 0 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    cursor: pointer;
    opacity: .8;
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
 
  }   
  .sharecontainer .icon:hover{
    opacity: 1.0;
    }
  
  
  .linkedin{
    background: #0177b5;
  }
  
  .facebook{
    background: #3b579d;
  }
  
 
  .google{
    background: #df4d34;
  }
  


  .expandBtn{
    background-color: #595757;
  }
      
  .google img{
    max-width:28px;
    min-height: 100%;
    text-align: center;
    display: block;
  }
  .linkedin img{
    max-width:35px;
    height:35px;
    text-align: center;
     display: block;
     position: relative;
  }
  
  @media screen and (max-width:768px){

    .sharecontainer .icon{
      width: 30px;
      flex: 0 0 30px;
      max-width: 30px;
      height: 30px;}

      .sharecontainer{
            right: 0px;
            bottom:40px;
    
      }
      .linkedin img{
        max-width:30px;
        height:30px;
      
      }
      .google img{
        max-width:20px;
   
      }

  }

/*--------------------------------

履歷 list

---------------------------------*/
.jobItem {
 width:100%;
 max-width: 100%;
 display: block;
 overflow: hidden;
}
  .jobItem .wrapper {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    padding-top: 16px
}

 .jobItemName {
  color: #6A7079;
  font-weight: 700;
}

.jobItemheader{
  color: #005BAC;
  font-weight: 700;
}
.characteristics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px
}

.characteristics a {
    display: inline-block;
    padding: 4px 8px;
    border: 1px solid #6596FF;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
    white-space: nowrap
}

.characteristics a:hover {
    color: #6596FF;
    background-color: #F5F7FA
}

.job-detail-box .job-location {
    padding-left: 0;
    word-break: keep-all;
    color: #666;
    -ms-flex-item-align: start;
    align-self: flex-start
}
@media (max-width: 768px) {
  .jobItem .jobItemInfo {
      margin-bottom: 24px;
  }
}

/*--------------------------------

buss info

---------------------------------*/

 .vacancy-basic {
  display: flex;
  padding: 15px;
  background: #f3f3f3;
  align-items: flex-start;
  margin: 10px auto 15px auto;
  flex-direction:row
}

.vacancy-basic .va-img {
  flex: 0 0 300px;
  width: 100%
}

 .vacancy-basic figure {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 75%;
  text-align: center;
  font-size: 0;
  overflow: hidden;
  background: #dbe3e7;
  margin: 0
}

 .vacancy-basic figure img {
  max-height: 100%;
  vertical-align: middle;
  width: 100%;
  height:100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center
}

.vacancy-basic figure b {
  display: inline-block
}

.vacancy-basic figure span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.vacancy-basic figure span:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle
}

 .vacancy-basic .VBlist {
  display: flex;
  flex: 1;
  flex-direction:row;
  max-width: 100%;
  width: 100%;

}

.vacancy-basic .VBlist ul {
  padding: 0 15px;
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0 0 0 0;    
  width: 100%;
 max-width:100%;
}
 .vacancy-basic .VBlist ul li {
  margin:10px 0;
  display: flex;
  font-size: 1.063rem
}
.vacancy-basic .VBlist ul li a{
 color: #123d83;
}
.vacancy-basic .VBlist ul li span:first-child {
  flex: 0 0 220px;
  color: #747474;
  display: flex;
  font-weight: bold;
  align-items: center;
  padding-right: 10px;
  position: relative;
}

.vacancy-basic .VBlist ul li span:first-child::before {
  content: ' ';
  display: block;
  width: 21px;
  height: 21px;
  background: url(/Images/icon/right-arrow.png) center no-repeat;
  background-size: 50%;
  position: absolute;
  right: 0;
  opacity: 0.4;
  top: 3px;
}
@media (max-width:1280px) {
  .vacancy-basic .VBlist ul li span:first-child {
    flex: 0 0 180px;}

}
@media (max-width:1024px) {
  .vacancy-basic .VBlist ul li span:first-child {
    flex: 0 0 150px;}

}
@media (max-width:812px) {

  .vacancy-basic .VBlist ul {
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
}

.vacancy-basic .VBlist {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
}
 .vacancy-basic{
display: flex;
padding: 10px;
flex-direction: column;
align-items: flex-start;
}
.vacancy-basic .VBlist ul li  span:first-child{
  flex: 0 0 125px;
vertical-align: top;
padding-right: 5px;
align-items: flex-start }

}


/*--------------------------------

履歷 info

---------------------------------*/
.job-detail-ttl{
  font-size:1.375rem;
  color: #2B3340;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  padding-left: 8px;
  margin-bottom: 8px;
  letter-spacing:2px;
  display:block;
  max-width: 100%;
  border-left: 6px solid #159CDE;
}

  .VBfoot {
    padding: 15px;
    background: #f3f3f3;
    display: flex;
    flex-direction: column;
    margin: 15px auto 0 auto;
}

.VBfoot .VBf1 {
    order: 1
}

 .VBfoot .VBf1 ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 1rem;
    padding: 0
}

 .VBfoot .VBf1 ul li {
    display: flex;
    margin: 0 0 0.4rem 0
}

 .VBfoot .VBf1 ul li span:first-of-type {
    flex: 0 0 120px;
    text-align: justify;
    
    text-align-last: justify;
    margin-right: 1rem
}

.VBfoot .VBf2 {
    display: flex;
    align-items: center;
    flex-direction: row;
    align-items: flex-start;
    margin: 1rem;
    order: 3;
    justify-content: flex-end;
    align-items: center
}

 .VBfoot .VBf2 .VBf2ss {
    font-size: 0.875rem;
    color: #666;
    display: flex
}

.VBfoot .VBf2 .VBf2ss a {
    margin: 2px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    -moz-border-radius: 58px;
    -webkit-border-radius: 58px;
    border-radius: 58px
}

.VBfoot .VBf3 {
    display: flex;
    align-items: center;
    order: 2
}

 .VBfoot .VBf3 a {
    color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    padding: 10px 15px
}

 .VBfoot .VBf3 a img {
    margin-right: 6px;
    height: 10px
}

.VBfoot .VBf3 a.btn-1 {
    background: #53C1AE
}

.VBfoot .VBf3 a.btn-1:hover {
    background: #78D9C9
}

.VBfoot .VBf3 a.btn-2 {
    background:#159CDE
}

 .VBfoot .VBf3 a.btn-2:hover {
    background: #56AFD8
}

@media (min-width: 992px) {
 .VBfoot {
        flex-direction:row
    }

    .VBfoot .VBf1 {
        flex: 0 0 50%
    }

     .VBfoot .VBf2 {
        flex: 0 0 15%;
        flex-direction: column;
        border-right: 1px solid #cacaca;
        order: 2;
        align-items: flex-start;
        justify-content: center
    }

   .VBfoot .VBf3 {
        justify-content: center;
        flex: 0 0 40%;
        order: 3
    }

 .VBfoot .VBf3 a {
        width: 170px;
        height: 46px;
        display: flex;
        margin: 5px;
        align-items: center;
        justify-content: center;
        font-size: 1.125rem
    }
}

/*---------------------

 buss job nav

--------------------*/
.scrollheader{
position: relative;
  width: 100%;
  max-width: 100%;
  display:table;

}
#desktop-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}
#desktop-nav ul li {
	display: inline-block;	
	padding:0;
	text-align: center; 
  margin:0 5px 5px 0;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  
}
#desktop-nav ul li a {
	color: #000;
    font-weight: 500;
	text-decoration: none;
    letter-spacing: 1px;
	text-transform: uppercase;
}
#desktop-nav ul li a:hover {
  color: #123d83;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px); 
  background-color: #BEBEBE;
}
#desktop-nav ul li.active a {
  color: #000;
}

#sec01color{
  display:block;  
  width: 150px;
  max-width:150px;
  height: 46px;
 line-height: 46px;
  border-radius: 6px;
  background: #56AFD8;
}


#sec02color{
  display:block;  
  width: 150px;
  max-width:150px;
  height: 46px;
 line-height: 46px;
  border-radius: 6px;
  background:#a4c1ff
}

#sec03color{
  display:block;  
  width: 150px;
  max-width:150px;
  height: 46px;
 line-height: 46px;
  border-radius: 6px;
  background: #78D9C9; 
}



#sec01{
	width: 100%;
  display: block;

}
#sec02 {
	width: 100%;
  display: block;
}
#sec03 {
	width: 100%;
  display: block;
}