﻿@charset "UTF-8";
.grayBg .k-listview, .grayBg .k-widget {
  background-color: #F8F8F8;
}

.k-listview-row .k-listview-content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

img {
  max-width: 100%;
}

.blueBg {
  background-color: #3D6098;
  padding: 15px 0;
}

.greenBg {
  background-color: #185936;
  padding: 15px 0;
}

.grayBg {
  background-color: #F8F8F8;
}

.yellowBg {
  background-color: #FFD269;
}

.experience {
  margin: 0 auto;
  width: 1000px;
}

.skyblueBg {
  background-color: #EEF6FF;
}

.darkText {
  font-weight: bold;
  font-size: 18px;
  color: #2E2E2A;
}

.borderBtnLight {
  color: white;
  width: 180px;
  text-decoration: none;
  font-size: 15px;
  padding: 10px 40px;
  border: 2px solid white;
  margin: 15px 0 15px 20px;
  transition-duration: 0.5s;
  cursor: pointer;
  font-weight: bold;
}

.borderBtnLight:hover {
  background-color: white;
  color: #3D6098;
}

.borderBtnDark {
  color: #2E2E2A;
  width: 180px;
  text-decoration: none;
  font-size: 15px;
  padding: 10px 40px;
  border: 2px solid #2E2E2A;
  margin: 15px 0 15px 20px;
  transition-duration: 0.5s;
  cursor: pointer;
  font-weight: bold;
}

.borderBtnDark:hover {
  background-color: #2E2E2A;
  color: white;
}

.special {
  overflow-x: auto;
  white-space: nowrap;
}

.specialIcon {
  text-align: center;
  padding: 15px;
  display: inline-block;
}

.bigDarkText {
  color: #2E2E2A;
  font-size: 24px;
  font-weight: bold;
  padding: 15px 5px 0 0;
}

.grayText {
  color: #707070;
  font-size: 20px;
  line-height: 30px;
  padding: 5px 0 15px 30px;
}

.slideIcon {
  color: #707070;
  font-size: 15px;
  text-align: center;
}

.underlineTitle {
  color: #2E2E2A;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin: 80px auto 0px auto;
}

.underlineSlide {
  animation-name: underline;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in;
  border-bottom: 5px solid #CA271E;
  margin: 0 auto;
}

@keyframes underline {
  from {
    width: 30px;
  }
  to {
    width: 100px;
  }
}
.secTitle {
  color: #3D6098;
  font-weight: bold;
  font-size: 28px;
  line-height: 45px;
}

.newsMore {
  color: #707070;
  font-size: 18px;
  text-align: center;
  padding-top: 15px;
}

.moreBtn {
  color: #3D6098;
  font-size: 18px;
  font-weight: bold;
  padding-left: 0;
  transition-duration: 0.5s;
}

.moreBtn:hover {
  padding-left: 10px;
}

.systemBtn {
  padding: 10px 15px;
  border: 1px solid #707070;
  border-radius: 30px;
  text-align: center;
  margin-top: 15px;
  color: #707070;
  transition-duration: 0.5s;
}

.systemBtn:hover {
  background-color: #707070;
  color: white;
  font-weight: bold;
}

.systemCard {
  background-color: white;
  border-top: 5px solid #3D6098;
  padding: 15px;
  margin-top: 10px;
}

.systemCard:hover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.cardTitle {
  color: #3D6098;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}

.cardContent {
  color: #707070;
  line-height: 28px;
  font-size: 15px;
  margin-top: 5px;
}

.cardMore {
  color: #3D6098;
  display: inline;
}

.learnMore {
  text-align: center;
}

.learnTitle {
  color: #2E2E2A;
  font-weight: bold;
  font-size: 18px;
}

.learnContent {
  color: #2E2E2A;
  font-size: 15px;
  line-height: 25px;
  margin: 15px auto;
  max-width: 250px;
}

.eventLinkArea a {
  display: block;
  font-size: 18px;
  text-align: center;
  padding: 15px;
  color: white;
}
.eventLinkArea a:hover {
  font-weight: bold;
  color: white;
}

.blueText {
  color: #3D6098;
}

.bgBlueBtn {
  background-color: #3D6098;
  border-color: #3D6098;
  color: white;
  transition-duration: 0.2s;
}

.bgBlueBtn:hover {
  background-color: #274471;
  border-color: #274471;
  color: white;
  font-weight: bold;
  transition-duration: 0.2s;
  letter-spacing: 2px;
}

/*1028px以下的畫面*/
@media (max-width: 1028px) {
  .experience {
    width: 80%;
  }
}
/*768px以下的畫面*/
@media (max-width: 768px) {
  .borderBtnLight {
    margin: 15px auto;
  }
  .specialIcon {
    padding: 15px 20px;
  }
  .specialIcon img {
    max-width: 80%;
  }
  .bestChoice {
    text-align: center;
  }
  .experience {
    width: 100%;
    padding: 0 15px;
  }
  .underlineTitle {
    margin-top: 50px;
  }
  .mImg {
    padding: 10px;
    margin-bottom: 15px;
  }
  .systemBtn {
    border-radius: 5px;
    padding: 10px 0;
    font-size: 15px;
  }
  .grayText {
    font-size: 18px;
  }
}
/*新版banner廣告欄位*/
.bannerCard {
  display: flex;
  background-color: white;
  border-radius: 5px;
  min-height: 110px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
.bannerCard .leftCardIcon {
  width: 30%;
  background-position-x: -10px;
  background-position-y: 50%;
  background-repeat: no-repeat;
}
.bannerCard .leftCardIcon.card1 {
  background-image: url("../home/iso27001icon.png");
}
.bannerCard .leftCardIcon.card2 {
  background-image: url("../home/learningIcon.png");
}
.bannerCard .rightCard {
  width: 70%;
  background-repeat: no-repeat;
  background-position-x: 198px;
  background-position-y: 67px;
  padding: 10px;
  /*        &.card1 {
              background-image: url('../home/bannerCardRight1.png');
          }

          &.card2 {
              background-image: url('../home/bannerCardRight2.png');
          }*/
}
.bannerCard .rightCard .title {
  color: #3D6098;
  font-weight: bold;
  font-size: 20px;
}
.bannerCard .rightCard p {
  color: #333333;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0px;
  margin-top: 5xp;
  margin-bottom: 5px;
}

img {
  max-width: 100%;
}

.topStyle {
  text-align: center;
}

.specialTitle {
  font-size: 25px;
  font-weight: bold;
  margin: 25px 0;
}

.secTitle {
  font-size: 20px;
  font-weight: bold;
}

.thirdTitle {
  font-size: 18px;
  font-weight: bold;
}

.textDec {
  text-decoration: underline;
}

.fontSize18 {
  font-size: 18px;
}

.grayContent {
  font-size: 18px;
  color: #707070;
  line-height: 30px;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  letter-spacing: 1px;
}

.lightbg {
  background-color: #F8F8F8;
  padding: 15px;
  margin-bottom: 10px;
  max-width: 66%;
  margin: 5px auto;
  text-align: left;
  font-size: 18px;
  color: #707070;
  line-height: 30px;
}

.togglePic {
  text-align: center;
}
.togglePic p {
  font-size: 22px;
  font-weight: bold;
  color: #3D6098;
  margin-top: 10px;
}

.toggleBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.btnNormal {
  font-size: 20px;
  color: #707070;
  padding: 5px 15px;
  cursor: pointer;
}

.btnClicked {
  font-size: 20px;
  color: #3D6098;
  font-weight: bold;
  border-bottom: 5px solid #FFCF48;
}

.toggleContent {
  text-align: center;
  margin-top: 15px;
}

/*1335px以下的畫面*/
@media (max-width: 1335px) {
  .grayContent {
    width: 100%;
  }
}
/*1066px以下的畫面*/
@media (max-width: 1066px) {
  .lightbg {
    max-width: 80%;
  }
}
/*768px以下的畫面*/
@media (max-width: 768px) {
  .btnNormal {
    width: 28%;
    text-align: center;
    border: 1px solid #D8D8D8;
    margin: 10px 5px;
    padding: 10px 5px;
  }
  .btnClicked {
    background-color: #3D6098;
    color: white;
  }
  .lightbg {
    max-width: 100%;
  }
}
.infoIcon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 90px;
}

.devicePosition {
  position: relative;
  transform: translateX(38%);
}

.deviceImg {
  position: absolute;
  top: -90px;
  max-width: 550px;
  padding: 10px 20px;
}

.devicePT {
  padding-top: 320px;
}

@media (max-width: 768px) {
  .deviceImg {
    max-width: 350px;
  }
  .devicePosition {
    transform: translateX(5%);
  }
  .devicePT {
    padding-top: 135px;
  }
}
