@charset "utf-8";
.section {
  position: relative;
  background-color: #fcfcfc;
}
.absolute {
  position: relative;
}
.col-box {
  position: relative;
}
.circle_bg01 {
  top: 10%;
  right: 0;
}
.circle_bg02 {
  right: 0;
  bottom: 0;
}
@media all and (max-width: 768px) {
  .circle_bg02 {
	  display: none;
	}
}
.box-shadow {
  box-shadow: 7px 7px 15px rgba(178, 178, 178, 0.5);
}
body.page-type-reliability .section-kv {
  background-image: url('../../../images/governance/kv.jpg');
  background-color: #fcf3d8;
}
@media all and (max-width: 768px) {
  body.page-type-reliability .section-kv {
    padding-bottom: 71.4%;
    background-size: cover;
    background-image: url('../../../images/governance/kv-m.jpg');
  }
}
body.page-type-reliability .section-content {
  background: linear-gradient(to bottom, #fcf3d8 0%, #fbfcfc 60%);
}
@media all and (max-width: 768px) {
  body.page-type-reliability .section-content {
    background: linear-gradient(to bottom, #fcf3d8 0%, #fbfcfc 60%);
  }
}
body.page-type-reliability .section-footer-dec {
  background-color: #FBFCFC;
}
body.page-type-reliability .col-box {
  position: relative;
}
body.page-type-reliability .absolute {
  position: absolute;
}
body.page-type-reliability .list-dot {
  width: 10px;
  height: 10px;
  background-color: #63A4C3;
  border-radius: 30px;
  margin-right: 10px;
}
body.page-type-reliability .indent-box {
  margin-top: 30px;
  width: fit-content;
  padding: 0 10px 8px 0;
}
body.page-type-reliability .text-center {
  text-align: center;
}
.col-box img.people02 {
  width: 200px;
}
@media all and (max-width: 1400px) {
  .col-box img.people02 {
    width: 180px;
  }
}
@media all and (max-width: 1280px) {
  .col-box img.people02 {
    width: 140px;
  }
}
@media all and (max-width: 1024px) {
  .col-box img.people02 {
    display: none;
  }
}
.w-50 {
  position: relative;
}
.col-box img.car {
  right: 0;
  top: -20%;
  width: 200px;
}
@media all and (max-width: 1400px) {
  .col-box img.car {
    display: none;
  }
}
.more {
  width: 30%;
  float: right;
  margin-top: 3%;
}
@media all and (max-width: 1400px) {
  .more {
    width: 30%;
  }
}
@media all and (max-width: 1024px) {
  .more {
    width: 33%;
  }
}
@media all and (max-width: 820px) {
  .more {
    width: 80%;
    float: none;
  }
}
@media all and (max-width: 500px) {
  .more {
    width: 100%;
  }
}
@media all and (max-width: 414px) {
  .more {
    width: 100%;
	font-size: 15px;
  }
}
.more a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1e57a5;
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 5px 20px;
  margin-bottom: 15px;
  box-shadow: 0 0 15px rgb(0, 0, 0,0.25);
}
.more a .trs i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.more a:hover {
  color: #d85353;
  background-color: #f7ebed;
}
.more a:hover i {
  transform: translateX(3px);
}
.indent-box {
  justify-content: space-between;
  align-items: center !important;
  border-bottom: 1px solid #0A58A5;
  padding-bottom: 5px;
  margin-top: 20px;
	width: 100% !important;
}
.link-title{
	color: #626262;
}
.link-title::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #0A58A5;
  border-radius: 30px;
  margin-right: 10px;
}
@media all and (max-width: 414px) {
  .link-title::before {
    width: 8px;
    height: 8px;
    margin-right: 5px;
  }
}
.download-icon {
    width: 30px;
    height: 18px;
    background-image: url(../../../images/icon_download01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}
.section-content .wrap .col-box .cards{
	background-color: transparent;
	box-shadow: none;
	padding: 0;
	margin-top: 0;
}