
/*  color:var(--primary); color: var(--text-color3); */




/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
.box_info_DA .sub_stit {width:100%; float: left; font-size: calc(var(--tit-mds-size) * 1.3); color: #000; font-weight:500; line-height: 130%;  margin-bottom: 30px; text-align: center; }
.box_info_DA .sub_stit em{width:100%; float: left;  color: #000; font-weight:700; line-height: 130%;  text-align: center; }  
}

/**** 모바일 ****/
@media only all and (max-width:767px) {
.box_info_DA .sub_stit {width:100%; float: left; font-size: calc(var(--tit-mds-size) * 1.2); color: #000; font-weight:500; line-height: 130%;  margin-bottom: 30px; text-align: center; letter-spacing: -1px; }
.box_info_DA .sub_stit em{width:100%; float: left; font-size: calc(var(--tit-mds-size) * 1.3); color: #000; font-weight:700; line-height: 130%;  text-align: center; }  
}

/* 구분 //end -----------------------------------*/

	
.box_info_DA  .enter_info02>.enter_box .enter_img img{ width: 90%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    display: block;}		
	

.box_info_DA  .enter_info02>.enter_box .enter_tx1{ width:100%; float: left; font-size: calc(var(--tit-ms-size) * 0.9); color: #767676; font-weight:500; line-height: 130%;  margin-bottom: 10px}	
.box_info_DA  .enter_info02>.enter_box .enter_tx1 em { width:100%; float: left; font-size: calc(var(--tit-ms-size) * 1.2); color: #000; font-weight:700; line-height: 130%; }




/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
.box_info_DA  .enter_info02{ width: 100%; float: left;  display: grid;   grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap:30px;}	
.box_info_DA  .enter_info02>.enter_box{ width: 100%; float: left;  border-radius: 15px; display: flex; flex-direction: column; align-items: center; text-align: center;}
	
.box_info_DA  .enter_info02>.enter_box .enter_img{ width: 100%; aspect-ratio: 1 / 1; display: flex; flex-direction: row; justify-content: center; align-items: center;}	
}

/**** 모바일 ****/
@media only all and (max-width:767px) {
.box_info_DA  .enter_info02{ width: 100%; float: left;  display: grid;   grid-template-columns: repeat(2, 1fr); gap: 10px;}	
.box_info_DA  .enter_info02>.enter_box{ width: 100%; float: left;  border-radius: 15px; display: flex; flex-direction: column; align-items: center; text-align: center;}
	
.box_info_DA  .enter_info02>.enter_box .enter_img{ width: 80%; height: auto; aspect-ratio: 1 / 1; display: flex; flex-direction: row; justify-content: center; align-items: center;}	  
}

/* 구분 //end -----------------------------------*/