@charset "utf-8";
#atc08 {
  position: relative;
  padding: 70px 0;
  background: #f5f5f4
}
#atc08 .pl {
  white-space: pre-line
}
#atc08:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 1124px;
  height: 100%;
  background: url(./img/bg.png) no-repeat
}
#atc08 .tit_box .pl {
  position: relative;
  padding: 0 0 0px 0;
  color: #111;
  line-height: 1.2;
  font-size: 40px;
    text-align: center;
    font-family: var(--k-font);
    font-weight: 900;
}


#atc08 .tit_box .subt {
  color: #111;
  line-height: 1.2;
  font-size: 20px;
    text-align: center;
}


#atc08 .tit_box {
    margin-bottom: 50px;
}




#atc08 .cont {
  position: relative;
  display: flex;
  padding-left: 100px;
  z-index: 1
}
#atc08 .cont .left p {
  position: relative;
  color: #111;
  font-size: 16px
}
#atc08 .cont .left p:after {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  left: -50px;
  bottom: 0;
  background: url(./img/deco.png) no-repeat;
  background-size: 12px
}
/*#atc08 .cont .left {
  padding-top: 40%;
  width: 20%;
  color: #666;
  font-size: 15px
}*/
#atc08 .cont .right {
  width: 100%
}
#atc08 .cont .tabs > ul {
  display: flex;
  padding: 60px 0 70px 0;
  gap: 12px
}
#atc08 .cont .tabs > ul li {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #e1e1e1;
  border-radius: 50px;
  cursor: pointer;
  font-size: 15px;
  transition: all 0.2s
}
#atc08 .cont .tabs > ul li:hover {
  color: #fff;
  background: var(--primary)
}
#atc08 .tab-content {
  display: none
}
#atc08 .tab-content ul li {
  overflow: hidden
}



#atc08 .tab-content ul li img{
  object-fit: cover;
        width: -webkit-fill-available;
    width: 100%;
}





#atc08 .tab-content ul .empty {
  margin: 200px auto
}
#atc08 .tab-content.active {
  display: block
}