.content .tab-content .tab-pane {
  float: left;
}
.content .tab-content .tab-pane img {
  display: block;
  margin: 0 auto;
}
.content .tab-content .tab-pane .pic img {
  width: 100%;
}
.content .tab-content #gm-intro.tab-pane {
  margin-bottom: 70px;
}
.content .strike {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}
.content .strike > .mainTitle {
  position: relative;
  display: inline-block;
}
.content .strike > .mainTitle:before,
.content .strike > .mainTitle:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 9999px;
  height: 5px;
  margin-top: -2px;
  border-top: 1px solid #d7dfdc;
  border-bottom: 1px solid #d7dfdc;
}
.content .strike > .mainTitle:before {
  right: 100%;
  margin-right: 0px;
}
.content .strike > .mainTitle:after {
  left: 100%;
  margin-left: 0px;
}
.content .mainTitle {
  color: #434242;
  font-weight: bolder;
  font-size: 24px;
  background: #fff;
  padding: 0 25px;
}
#intro .mainTitle {
  margin-top: 52px;
  margin-bottom: 10px;
}
#company-info .mainTitle {
  margin-top: 52px;
  margin-bottom: 10px;
}
#gm-intro .mainTitle {
  margin-top: 52px;
  margin-bottom: 50px;
}
#mission .mainTitle {
  margin-top: 52px;
  margin-bottom: 10px;
}
#policy .mainTitle {
  margin-top: 52px;
  margin-bottom: 3px;
}
#protect .mainTitle {
  margin-top: 52px;
  margin-bottom: 10px;
}
#milestone .mainTitle {
  margin-top: 52px;
  margin-bottom: 10px;
}

/* ==========================================================================
    About Content Company Intro
========================================================================== */

.rwdbr {
  display: block;
}
@media screen and (max-width: 767px) {
  .rwdbr {
    display: none;
  }
}
.sub.nav-tabs {
  margin-bottom: 55px;
  padding: 20px 0;
  border: 0;
  margin-top: 35px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sub.nav-tabs li {
  /* width: calc(25% - 1px); */
  height: 46px;
  text-align: center;
  float: left;
  background: #0e528d;
  opacity: 0.5;
  margin-right: 1px;
  margin-bottom: 1px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.sub.nav-tabs li:last-child {
  margin-right: 0;
}
.sub.nav-tabs li a {
  margin: 0;
  padding: 0 20px;
  float: left;
  width: 100%;
}
.sub.nav-tabs li a h4 {
  font-size: 16px;
  margin: 0;
  color: #c8e5ff;
  line-height: 46px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.sub.nav-tabs li:hover,
.sub.nav-tabs li.active {
  opacity: 1;
}
.sub.nav-tabs li:hover a h4,
.sub.nav-tabs li.active a h4 {
  color: #fff;
}

@media screen and (max-width: 1407px) {
  .sub-body > .tab-content > .tab-pane {
    float: left;
    padding: 0 15px;
    width: 1000px;
    position: relative;
  }
  #about .sub-body > .tab-content > .tab-pane#milestone {
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@media screen and (max-width: 1199px) {
  .sub-body > .tab-content > .tab-pane {
    width: 100%;
  }
  #company-info .sub.nav-tabs {
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 0;
    border-top: solid 1px #fff;
  }
}

@media screen and (max-width: 767px) {
  .content .tab-content .tab-pane {
    width: 100%;
  }
  .sub.nav-tabs {
    margin-bottom: 40px;
  }
  .sub.nav-tabs li {
    width: calc(33.33333333333333334% - 1px);
  }
}

@media screen and (max-width: 599px) {
  .sub.nav-tabs li {
    width: calc(50% - 1px);
  }
}

@media screen and (max-width: 479px) {
  .sub.nav-tabs li {
    width: 100%;
  }
  .sub.nav-tabs li a h4:before {
    padding-right: 5px;
  }
  .content .strike {
    word-wrap: normal;
    word-break: normal;
    white-space: normal;
  }
  .content .mainTitle {
    font-size: 22px;
    width: 185px;
    padding: 0 8px;
  }
  #company-info .sub.nav-tabs {
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 0;
    border-top: solid 1px #fff;
  }
  .content .tab-content .tab-pane {
    margin-bottom: 30px !important;
  }
  .tab-pane .strike > .mainTitle {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}

#intro .intro-container .up {
  float: left;
  width: 100%;
  padding-bottom: 48px;
}
#intro .intro-container {
  margin: 0 auto;
  margin-top: 35px;
}
#intro .intro-container .image {
  float: left;
  padding-right: 20px;
}
#intro .intro-container .down article .group {
  position: relative;
}
#intro .intro-container article p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #868686;
}

@media screen and (max-width: 991px) {
  #intro .intro-container .image {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}

#gm-intro .subTitle {
  color: #0e528d;
}
#gm-intro .subTitle h4 {
  position: relative;
  font-size: 36px;
  line-height: 44px;
  font-family: 'Alegreya', '微軟正黑體';
}
#gm-intro .subTitle h4:before {
  position: absolute;
  content: '”';
  font-family: 'Alegreya';
  font-weight: normal;
  left: -15px;
  top: 20px;
}
#gm-intro .subTitle h4:after {
  position: absolute;
  content: '“';
  font-family: 'Alegreya';
  font-weight: normal;
}
#gm-intro .pic {
  position: relative;
  width: 50%;
  float: left;
}
#gm-intro .pic img {
  width: 100%;
  max-width: 504px;
}
#gm-intro .txt {
  float: left;
  width: 50%;
  padding: 0 20px;
}
#gm-intro .txt p {
  font-size: 16px;
  color: #868686;
  letter-spacing: 0.2px;
  line-height: 30px;
  margin: 0;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
#gm-intro .sign span {
  font-weight: '300';
  color: #0e528d;
}

@media screen and (max-width: 767px) {
  #gm-intro .subTitle h4 {
    text-align: center;
  }
  #gm-intro .subTitle h4:before {
    position: relative;
  }
  #gm-intro .txt,
  #gm-intro .pic {
    width: 100%;
    display: block;
  }
  #gm-intro .pic {
    margin-top: 20px;
  }
  #gm-intro .pic img {
    width: 100%;
    max-width: none;
    position: relative;
    float: none;
    display: block;
    margin: 0 auto;
  }
  #intro .intro-container .up {
    padding-bottom: 0;
  }
}

#mission .mission-container {
  float: left;
  position: relative;
  margin-bottom: 62px;
  margin-top: 25px;
  display: flex;
  justify-content: center;
  width: 100%;
}
#mission .mission-container .left,
#mission .mission-container .right {
  display: inline-block;
  position: relative;
  float: left;
}
#mission .mission-container .right {
  width: 325px;
  margin-left: 30px;
  margin-top: 95px;
}
#mission .mission-container .right .txtArea .group {
  margin-bottom: 25px;
}
#mission .mission-container .right .txtArea .group h4,
#mission .mission-container .right .txtArea .group p {
  font-size: 16px;
  display: inline-block;
}
#mission .mission-container .right .txtArea .group h4 {
  color: #868686;
}
#mission .mission-container .right .txtArea .group h4:after {
  content: ':';
  display: inline-block;
  position: relative;
}
#mission .mission-container .right .txtArea .group p {
  color: #868686;
  letter-spacing: 0.2px;
}
#mission .mission-container .right .txtArea .group span {
  color: #868686;
  font-size: 16px;
}

@media screen and (max-width: 1400px) {
  #mission .mission-container .left,
  #mission .mission-container .right {
    width: 50%;
    display: inline-block;
  }
  #mission .mission-container .left .pic,
  #mission .mission-container .left .pic img {
    width: 100%;
  }
  #mission .mission-container .right {
    margin-left: 0;
    padding-left: 40px;
  }
}

@media screen and (max-width: 991px) {
  #mission .mission-container {
    flex-direction: column;
  }
  #mission .mission-container .left,
  #mission .mission-container .right {
    width: 100%;
    display: block;
  }
  #mission .mission-container .left .pic {
    position: relative;
    width: 60%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -mos-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #mission .mission-container .left .pic img {
    width: 100%;
  }
  #mission .mission-container .right {
    margin-left: 0;
    padding-left: 0;
    margin-top: 50px;
  }
  #mission .mission-container .right .txtArea .group:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  #mission .mission-container .left .pic {
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  #mission .mission-container .left .pic {
    width: 100%;
  }
}

#policy .policy-container {
  margin: 0 auto;
  float: left;
  margin-top: 20px;
  margin-bottom: 65px;
}
#policy .policy-container .left,
#policy .policy-container .right {
  float: left;
  display: inline-block;
}
#policy .policy-container .article {
  margin-bottom: 41px;
}
#policy .policy-container .article p {
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 30px;
  color: #868686;
}
#policy .policy-container .left .pic {
  display: inline-block;
  margin-right: 14px;
}
#policy .policy-container .left .pic:last-child {
  margin-right: 0px;
}
#policy .policy-container .left .pic img {
  margin-bottom: 13px;
}
#policy .policy-container .left .pic p {
  text-align: center;
  font-size: 14px;
  color: #868686;
}
#policy .policy-container .right {
  width: 240px;
  margin-left: -90px;
}
#policy .policy-container .right .pic {
  display: inline-block;
  margin-bottom: 40px;
}
#policy .policy-container .right .pic:first-child {
  margin-right: 8px;
}
#policy .policy-container .right .pic:last-child {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -mos-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 1407px) {
  #policy .policy-container .left {
    margin-right: 92px;
  }
}

@media screen and (max-width: 1199px) {
  #policy .policy-container .left,
  #policy .policy-container .right {
    margin-right: 0;
  }
  #policy .policy-container .right .pic img {
    width: 96%;
  }
}

@media screen and (max-width: 991px) {
  #policy .policy-container .left {
    width: 100%;
  }
  #policy .policy-container .right {
    margin-left: 0;
    margin-top: 20px;
    width: auto;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -mos-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #policy .policy-container .right .pic:last-child {
    left: 0%;
    -webkit-transform: translateX(0%);
    -mos-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@media screen and (max-width: 767px) {
  #policy .policy-container .left .pic img {
    width: 100%;
  }
  #policy .policy-container {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 599px) {
  #policy .policy-container .left .pic img {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  #policy .policy-container .left,
  #policy .policy-container .right {
    width: 100%;
  }
  #policy .policy-container .right {
    width: auto;
  }
  #policy .policy-container .right .pic {
    width: auto;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -mos-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    margin-bottom: 20px;
  }
  #policy .policy-container .right .pic img {
    width: 100%;
  }
}

/* ==========================================================================
    About Content Social Trust
========================================================================== */

#protect {
  margin-top: -19px;
}
#protect #em {
  padding-top: 25px;
  padding-bottom: 0px;
}
#protect #esd {
  padding-top: 3px;
  padding-bottom: 45px;
}
#protect #ep,
#protect #em,
#protect #esd {
  width: 100%;
}
#protect #ep,
#protect #em {
  float: left;
}
#protect #ep #LeftBorderTitle {
  margin-bottom: 34px;
}
#protect #em #LeftBorderTitle {
  margin-bottom: 34px;
}
#protect #esd #LeftBorderTitle {
  margin-bottom: 34px;
}

@media screen and (max-width: 767px) {
  #protect #em,
  #protect #esd {
    padding: 20px 0;
  }
}

.article > article > h4,
.article > article > p,
.article > article > ol,
.article > article > ol > li > p,
.article > article > ul > li > p {
  font-size: 16px;
  line-height: 24px;
  color: #868686;
}
.article > article > ol {
  -webkit-padding-start: 20px;
}
.article > article > h4 {
  font-weight: bold;
}

#protect .ep-container .pic {
  display: inline-block;
  margin-top: 5px;
  float: left;
  margin-bottom: 0px;
  margin-right: 30px;
}
#protect .ep-container .pic img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -mos-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 113px;
}
#protect .ep-container .pic p {
  margin-top: 18px;
  width: 130px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2px;
  line-height: 19px;
}

#em .left,
#em .right {
  float: left;
  display: inline-block;
}
#em .left {
  width: 680px;
  margin-right: 58px;
}
#em .left .em-container article p {
  margin-top: 21px;
}

@media screen and (max-width: 1199px) {
  #em .left {
    width: 60%;
    margin-right: 0;
    padding-right: 20px;
  }
  #em .right {
    width: 40%;
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  #em .left,
  #em .right {
    width: 100%;
    display: block;
  }
  #em .right {
    margin-top: 20px;
  }
  #em .left .em-container article h4 {
    font-size: 16px;
    line-height: 25px;
  }
  #em .right .pic img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -mos-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 75%;
    max-width: 200px;
  }
}

#protect .esd-container {
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
  text-align: left;
}
#protect #esd .esd-container ul {
  -webkit-padding-start: 20px;
  color: #868686;
  font-size: 10px;
}
#protect #esd .esd-container p {
  color: #868686;
}

@media screen and (max-width: 991px) {
  #protect .esd-container .list-item .group ul li {
    margin: 20px 10px;
  }
}

@media screen and (max-width: 767px) {
  #protect .ep-container .pic {
    width: 25%;
    margin: 20px 0;
  }
  #protect .ep-container .pic img {
    width: auto;
    max-width: 95px;
    height: auto;
  }
  #protect .ep-container .pic p {
    width: 100%;
    padding: 0 5px;
  }
}

@media screen and (max-width: 599px) {
  #protect .esd-container .list-item {
    height: 100%;
  }
  #protect .esd-container .list-item .group {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -mos-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #protect .esd-container .list-item .group ul {
    margin: 0;
    width: 60%;
  }
  #protect .esd-container .list-item .group ul li {
    margin: 10px 0;
  }
  #protect .esd-container .list-item .group ul li .left {
    height: 40px;
  }
  #protect .esd-container .list-item .group ul li .left span {
    padding: 10px;
  }
  #protect .esd-container .list-item .left-group li:last-child,
  #protect .esd-container .list-item .right-group li:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  #protect #ep .ep-container .group {
    float: none;
    display: block;
    margin: 0 auto;
    width: 300px;
  }
  #protect #ep .ep-container .pic {
    width: 50%;
    max-width: 118px;
    margin: 20px 0;
  }
  #protect .ep-container .pic img {
    width: 80%;
    max-width: none;
  }
  #protect .esd-container .list-item .group ul {
    margin: 0;
    width: 90%;
  }
}

#attend {
  margin-bottom: 56px;
}
#attend video {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -mos-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 388px;
}
#attend .attend-container p {
  margin-top: 40px;
  margin-bottom: 41px;
  font-size: 16px;
  line-height: 32px;
  color: #565962;
}

@media screen and (max-width: 767px) {
  #attend .attend-container p {
    font-size: 13px;
    line-height: 22px;
    padding: 0 15px;
    margin: 20px 0;
  }
  #attend video {
    width: 80%;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  #attend .attend-container p {
    font-size: 13px;
    line-height: 22px;
    padding: 0 15px;
    margin: 20px 0;
  }
  #attend video {
    width: 95%;
    height: auto;
  }
}

#welfare .welfare-container,
#welfare .article {
  float: left;
}
#welfare .welfare-container {
  margin-top: 21px;
  margin-bottom: 24px;
}
#welfare .article {
  margin-bottom: 58px;
}
#welfare .article article h4 {
  font-size: 24px;
  font-weight: bold;
  color: #565962;
}
#welfare .article article p {
  font-size: 16px;
  letter-spacing: 0.2px;
  margin-top: 23px;
  line-height: 30px;
  color: #565962;
}
#welfare .article .pic {
  margin-top: 37px;
}

@media screen and (min-width: 1200px) and (max-width: 1407px) {
  #welfare .article .pic {
    width: 100%;
  }
  #welfare .article .pic img {
    float: left;
    width: 24%;
    margin-right: 1%;
  }
}

@media screen and (max-width: 1199px) {
  #welfare .article .pic {
    width: auto;
    width: 700px;
    float: left;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -mos-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #welfare .article .pic img {
    width: 50%;
    padding: 5px;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  #welfare .article {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  #welfare .article article h4 {
    font-size: 16px;
    line-height: 25px;
  }
  #welfare .article article p {
    font-size: 13px;
    line-height: 22px;
  }
  #welfare .article .pic {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 479px) {
  #welfare .article .pic img {
    width: auto;
    max-width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -mos-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.milestone-container {
  margin-top: 54px;
  margin-bottom: 107px;
  /* float: left; */
  position: relative;
}

@media screen and (min-width: 768px) {
  .milestone-container {
    min-height: 900px;
  }
}

#history {
  background: url(images/history-line-bg.jpg) center repeat-y;
}
#history .list-block {
  margin-left: 4px;
}
#history .list-bk_bx{
  clear: both;
  overflow: hidden;
  margin-top: -115px;
}
#history .year,
#history .list h4 {
  font-size: 30px;
  font-family: 'Alegreya', '微軟正黑體';
}

#history .list {
  float: left;
  width: 50%;
  padding: 0 80px;
  padding-bottom: 0px;
}
#history .list h4 {
  color: #0e528d;
  margin-bottom: 10px;
  font-size: 30px;
}
#history .list p {
  color: #868686;
  font-size: 16px;
  line-height: 24px;
}
#history .list .pic {
  max-width: 220px;
}
#history .list-bk_bx:first-of-type {
  margin-top: -10px !important;
}
#history .list-bk_bx:nth-of-type(2) .list {
  background: url(images/history-right.png) left 8px no-repeat !important;
}
#history .list-bk_bx:nth-of-type(odd) .list {
  text-align: right;
  margin-right: 3px;
  margin-left: -3px;
  margin-top: 0px;
  padding-left: 0;
  background: url(images/history-left.png) right 8px no-repeat;
}
#history .list-bk_bx:nth-of-type(even) .list {
  margin-top: 115px;
  padding-right: 0;
  background: url(images/history-right.png) left 8px no-repeat;
  float: right;
}
#history .list-bk_bx:nth-of-type(odd) .list .pic {
  float: right;
}
#history .list-bk_bx:nth-of-type(even) .list .pic {
  float: left;
}
#history .list-bk_bx:last-child {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #milestone .milestone-container,
  #mission .mission-container,
  #team .pic {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  #about #mission .mission-container {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 599px) {
  #milestone .milestone-container {
    margin-top: 10px;
  }
  #history .list-bk_bx{
    margin-top: 0px;
  }
  .max-sm-size #history .list-bk_bx .list {
    float: none;
    width: 100%;
    text-align: center;
    background: none !important;
    padding: 0;
    margin: 10px 0 !important;
    border-bottom: 1px dashed #0e528d;
  }
  .max-sm-size #history .year {
    display: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
  }
  .max-sm-size #history {
    background: none;
  }
  .max-sm-size #history .list-bk_bx .list .pic {
    float: none;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
