@font-face {
  font-family: "misans-1"; /* Project id 3464982 */
  src: url("../fonts/MiSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "misans-2"; /* Project id 3464982 */
  src: url("../fonts/MiSans-Demibold.ttf") format("truetype");
}
@font-face {
  font-family: "misans-3"; /* Project id 3464982 */
  src: url("../fonts/MiSans-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "misans-4"; /* Project id 3464982 */
  src: url("../fonts/MiSans-Light.ttf") format("truetype");
}
.misans-1 {
  font-family: "misans-1";
}
.misans-2 {
  font-family: "misans-2";
}
.misans-3 {
  font-family: "misans-3";
}
.misans-4 {
  font-family: "misans-4";
}
.culture_con {
    background-size: cover;
    margin: 70px auto;
  max-width: 1360px;
  padding-top: 30px;
  padding-bottom: 70px;
}
.swiper-text-1{
    
}
.swiper-text-2{
     background: linear-gradient(145deg, #f9d976 0%, #bf9a71 35%, #f5e5c6 65%, #cdab86 100%);
    -webkit-background-clip: text;
    background-clip: text;
   color: transparent;
}
.idxSolue .title{
    display: none;
}
.idxNews{
  background-repeat: no-repeat;
    background-size: cover;
}
.span_cn{
    font-size: clamp(1rem, 0.75rem + 1.25vw, 2.25rem); 
}
.idxSolue{
  background-repeat: no-repeat;
    background-size: cover;
}
.cul_ccc{
    display: flex;
}
.cultire_bt .culture_items_img{
    height: 100%;
    position: relative;
}
.cultire_bt{
    margin-top: 30px;
    text-align: center;
    width: 24.2%;
}
.cultire_bt .span_en{
    top: 95%;
    width: 100%;
    text-align: center;
    /* margin-top: 87%; */
    /* top: 0; */
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
}
.idxSolue .culture_list{
    margin-top: 30px;
    width: 70%;
    margin-left: 3%;
}
.idxNews{
     background-repeat: no-repeat;
    background-size: cover;
}
.culture_items:first-child .culture_items_img{
    
}
.culture_items {
  /*box-shadow: 0px 7px 17px #dedede;*/
  transition: all 0.6s;
  float: left;
  display: block;
  padding-bottom: 20px;
  margin-right: 28px;
  width: 30%;
  height: auto;
  border-radius: 10px;
  opacity: 1;
  /*background: #ffffff;*/
}

.culture_items:hover {
  margin-top: -20px;
  box-shadow: 0px 3px 22px rgba(0, 0, 0, 0.2);
}

.culture_items:last-child {
  margin-right: 0;
}

.culture_items_img {
  transition: all 0.6s;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 100%;
}

.culture_items_img img {
  object-fit: contain;
  /*overflow: hidden;*/
  transition: all 0.6s;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  width: 100%;
  height: 100%;
}

.culture_items:hover .culture_items_img img {
  transform: scale(1.2);
}

.culture_items_con {
  margin: 0 auto;
  width: 90%;
  text-align: center;
  padding-top: 10px;
}

.culture_items_con .main_title {
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0px;
  color: #3d3d3d;
}

.culture_items_con .sub_title {
  padding-top: 4px;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0em;
  color: #585858;
}

.culture .about_top {
  float: none;
}
.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 768px) {
    .idxSolue .title{
        display: block;
    }
  .culture_con {
     background-image: none !important; 
    background:transparent;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .idxSolueIconUl{
      overflow-x: auto;
  }
  .culture_items_con .main_title {
    font-size: 18px;
  }
  .idxSolue .culture_list {
    width: 100%;
    margin-left: 0%;
}
  .cultire_bt{
      display: none;
  }
  .culture_items {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .culture_items_con .sub_title {
    font-size: 12px;
  }
}
