@charset "utf-8";
#atc06 {
  position: relative;
  z-index: 10;
  width: 100%;
    padding: 70px 0;
}
#atc06 .idx_tit h3 {
  font-weight: 900;
  font-size: 40px;
  color: #000;
  font-family: var(--k-font);
    text-transform: uppercase;
  text-align: center;
        line-height: 1.4;
}
#atc06 .idx_tit .s_tit {
  margin-bottom: 0px;
  font-size: 20px;
  color: #111;
  font-family: var(--k-font);
  text-align: center;
}
#atc06 .idx_tit {
  text-align: center;
}
#atc06 .idx_tit {
  padding-bottom: 30px;
  transition: all .3s
}
#atc06 .atc06_cont {
    overflow: hidden;
    width: 100%;
    padding: 0 100px;
    /*height: 500px;*/
    margin: 0 auto;
}
#atc06 .atc06_cont > div {
  position: relative;
  float: left;
  width: calc(50% - 5px);
  /*height: 500px;*/
}
#atc06 .atc06_cont > div:first-child {
  margin-right: 10px
}
#atc06 .atc06_cont > div a {
  display: block
}
#atc06 .atc06_cont .img_box {
  position: relative;
  overflow: hidden
}
#atc06 .atc06_cont .img_box img {
      transition: all .3s;
    object-fit: cover;
    width: -webkit-fill-available;
    width: 100%;
}
#atc06 .atc06_cont .img_box .cont_num {
  position: absolute;
left: 45px;
    top: 35px;
  font-weight: 600;
  font-size: 30px;
  color: rgba(255, 255, 255, .9);
  font-family: var(--k-font);
}
#atc06 .atc06_cont .cont_tit {
  position: absolute;
  left: 45px;
  top: 80px;
  font-size: 18px;
  color: #fff;
  font-family: var(--k-font);
}
#atc06 .atc06_cont .more_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 145px;
  height: 116px;
  padding: 54px 0 0 54px;
  border-radius: 40px 0px 0px 0px;
  font-size: 16px;
  color: #e1e3e3;
  background: #365250;
  font-family: var(--k-font);
  transition: all .3s
}
#atc06 .dot_area {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 605px;
  margin-left: -302px;
}
#atc06 .dot_area .dot01 {
  position: absolute;
  overflow: hidden;
  left: 0x;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, .2);
  -webkit-animation: dot 5s infinite linear;
  -ms-animation: dot 5s infinite linear;
  animation: dot 5s infinite linear
}
#atc06 .atc06_cont > div:hover .more_btn {
  bottom: 20px
}
#atc06 .atc06_cont > div:hover .img_box img {
  transform: scale(1.1)
}
#atc06.move .idx_tit {
  padding-top: 138px;
  transition: all .5s
}
#atc06.move .atc06_cont > div {
  transition: all 1.5s
}
#atc06.move .atc06_cont > div:first-child {
  transition-delay: .5s
}
#atc06.move .atc06_cont > div:last-child {
  transition-delay: .7s
}