@charset "utf-8";
/* CSS Document */

.titleBox em {
  font-size: 30px;
  line-height: 42px;
}

.mainArea.ins{
  padding-bottom: 0;
}
.mainArea.ins .titleBox{
  width: 100%;
}
.contentBox .textEditor{
  padding-top: 0;
  position: relative;
  z-index: 1;
}
.contentBox .item{
  padding: 100px 0;
  position: relative;
}
.contentBox .item.item-mission::before{
  content: '';
  width: 1920px;
  height: 100%;
  background: #f9f9f9;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
}
.textEditor .itemBox{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
}
.textEditor .itemBox.reverse{
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.textEditor .itemBox.bottom{
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.textEditor .itemBox + .itemBox{
  margin-top: 40px;
}
.textEditor .itemBox:nth-of-type(1){
  margin-top: -30px;
}
.textEditor .itemBox .Img{
  padding: 10px 0;
}
.textEditor .itemBox.reverse .Img + .Txt,
.textEditor .itemBox .Txt{
  padding: 10px 40px 10px 0;
}
.textEditor .itemBox .Img + .Txt{
  padding: 10px 0 10px 40px;
}
.textEditor .itemBox.reverse .Img,
.textEditor .itemBox .Txt + .Img{
  text-align: right;
}
.textEditor .itemBox .Txt h4{
  color: #111;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}

.textEditor .itemBox .Txt p{
  font-size: 17px;
}

/*missionList*/
  .contentBox .textEditor ul.missionList{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin: 20px -80px 0;
  }
  ul.missionList li{
    width: 25%;
    position: relative;
    padding: 50px 30px 10px;
    text-align: center;
  }
  ul.missionList li .title{
    width: 116px;
    height: 116px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 25px rgba(0, 0, 0, 0.05);
    color: #27319c;
    font-size: 18px;
    display: inline-block;
    padding-top: 25px;
    position: absolute;
    top: 0;
    right: -20px;
    z-index: 1;
  }
  ul.missionList li .title span{
    font-size: 22px;
    line-height: 1.2;
    display: block;
  }
  ul.missionList li p{
    margin-top: 15px;
  }

/*processList*/
  .contentBox .textEditor ul.processList{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin: 30px -80px 0;
  }
  ul.processList li{
    width: 25%;
    position: relative;
    padding: 30px 30px 90px;
    clear: both;
  }
  ul.processList li::before{
    content: '';
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    bottom: 26px;
    left: 0;
  }
  ul.processList li:nth-of-type(4n+1)::before{
    width: calc(100% - 30px);
    left: 30px;
  }
  ul.processList li:nth-of-type(4n)::before{
    width: calc(100% - 30px);
    left: 0;
  }
  ul.processList li:hover::before{
    background: #27319c;
  }
  ul.processList li .icon{
    width: 48px;
    height: 55px;
    float: left;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
  }
  ul.processList li .icon img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  ul.processList li:hover .icon img{
    top: -52px;
  }
  ul.processList li .title{
    color: #111;
    font-size: 18px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  ul.processList li:hover .title{
    color: #27319c;
  }
  ul.processList li p{
    color: #666;
    font-size: 14px;
    line-height: 26px;
  }
  ul.processList li .num{
    width: 32px;
    height: 32px;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 50%;
    text-align: center;
    color: #454545;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0;
    position: absolute;
    bottom: 10px;
    left: 90px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  ul.processList li:hover .num{
    background: #27319c;
    color: #fff;
  }


/**********響應式**********/
@media (min-width: 1921px){    
  .contentBox .item.item-mission::before{
    width: calc(1920px * 3);
    left: -1920px;
  }
}
@media (max-width: 1450px){
  .contentBox .textEditor ul.missionList{
    margin: 20px 0 0;
  }
  .contentBox .textEditor ul.processList{
    margin: 30px -50px 0;
  }
}
@media (max-width: 1300px){
  .contentBox .textEditor ul.processList{
    margin: 30px 0 0;
  }
  ul.processList li{
    width: 33.3%;
    padding: 30px 15px 90px 10px;
  }
  ul.processList li:nth-of-type(4n+1)::before,
  ul.processList li:nth-of-type(4n)::before{
    width: 100%;
    left: 0;
  }
}
@media (max-width: 1180px){
  ul.missionList li{
    width: 50%;
  }
  ul.missionList li .title{
    top: 20px;
    right: calc(50% - 170px);
  }
}
@media (max-width: 960px){
  ul.processList li{
    width: 50%;
  }
}
@media (max-width: 766px){
  .contentBox .item{
    padding: 50px 0;
  }
  .textEditor .itemBox:nth-of-type(1){
    margin-top: 0;
  }

  .textEditor .itemBox .Txt,
  .textEditor .itemBox .Img + .Txt,
  .textEditor .itemBox.reverse .Img + .Txt{
    padding: 10px 0 10px 10px;
  }
  .textEditor .itemBox.reverse .Img,
  .textEditor .itemBox .Txt + .Img{
    text-align: left;
  }
}
@media (max-width: 640px){
  ul.missionList li{
    width: 100%;
  }
  ul.processList li{
    width: 100%;
    padding: 20px 0 20px 50px;
  }
  ul.processList li::before,
  ul.processList li:nth-of-type(4n+1)::before,
  ul.processList li:nth-of-type(4n)::before{
    width: 1px;
    height: 100%;
    bottom: 0;
    left: 16px;
  }
  ul.processList li .icon{
    float: none;
  }
  ul.processList li .num{
    bottom: calc(100% - 50px);
    left: 0px;
  }
}
@media (max-width: 400px){
  ul.missionList li .title{
    right: 0;
  }
}
