@charset "utf-8";


.MAIN_06_KNB {width: 100%; 
  float: left; 
  overflow: hidden;
  position: relative;
  padding-top:clamp(150px, 17.188vw, 220px); 
  background: url("../../resources/images/mainbg_06.jpg")no-repeat center top; 
  background-size: cover;	  height: clamp(300px, 34.531vw, 442px)!important
}


.MAIN_06_KNB .fullscreen {
  align-items: flex-start;
}

.MAIN_06_KNB .contents-inner {
  width: 100%; 
}

.MAIN_06_KNB .text { display: flex;
justify-content:space-between;  align-items: center; flex-direction:row; box-sizing: border-box; grid-gap:  clamp(60px, 7.813vw, 100px)
}
/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {.MAIN_06_KNB .text span{; width: 100%; float: left; 
  font-weight: 400; color: #fff;  font-size: calc(var(--tit-md-size) * 0.95); letter-spacing: -1px; line-height: 130%
}

}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {.MAIN_06_KNB .text span{; width: 100%; float: left; 
  font-weight: 400; color: #fff;  font-size: calc(var(--tit-md-size) * 0.8); letter-spacing: -1px; line-height: 130%
}

}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/



.MAIN_06_KNB .contents-inner .text>span:first-child{
  width: 100%;  text-align: right;  
}
.MAIN_06_KNB .contents-inner .text>span:nth-child(2){
  width: 100%;  text-align: left
}
