﻿@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;
}

.repairArea {
  border: 1px solid #D8D8D8;
  text-align: center;
  padding: 30px;
  margin-top: 50px;
}

.repairArea:hover {
  border: 1px solid #707070;
}

.repairTitle {
  color: #3D6098;
  font-weight: bold;
  font-size: 23px;
  margin: 10px 0;
}

.repairCheck {
  color: #3D6098;
  font-size: 18px;
  border-bottom: 5px solid #FFCF48;
  margin: 20px 0;
  display: inline;
  cursor: pointer;
}

.popWidth {
  max-width: 700px;
}

.red {
  color: #CA271E;
}

.serverTitle {
  color: #2E2E2A;
  font-weight: bold;
  font-size: 20px;
}

.serverBody {
  color: #707070;
  line-height: 25px;
  font-size: 16px;
}

.disabled.downloadBtn:hover {
  cursor: default;
}

/*1028px以下的畫面*/
@media (max-width: 1028px) {
  .repairArea {
    width: 100%;
    border: none;
    margin-top: 0;
  }
  .repairArea:hover {
    border: none;
  }
}
.orderText {
  color: #707070;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  padding: 20px;
}

.orderArea {
  border: 1px solid #D8D8D8;
  text-align: center;
  margin-top: 37px;
}

.orderArea:hover {
  border: 1px solid #707070;
}

.orderTitle {
  background-color: #3D6098;
  font-weight: bold;
  font-size: 23px;
  margin: 10px 0;
  color: white;
  text-align: center;
  margin: 0;
  padding: 10px;
}

.orderCheck {
  font-size: 18px;
  margin: 20px 0;
}

.underLine {
  text-decoration: underline;
}

.blue {
  color: #3D6098;
}
