@charset "utf-8";

/******************서브페이지*******************/
.subpage .sub-visual{position:relative;width:100%;height:450px;display:flex;align-items: center;justify-content: center;}
.subpage .sub-visual h2{color:#fff;}
.subpage .sub-contents{margin:var(--gap-sub) 0;}
.subpage .sub-page-tit h2{font-size:var(--sub-vis-tit);color:#fff;font-family: var(--eng1);font-weight: 600;}




/*반응형*/

@media screen and (max-width:1350px){


}

@media screen and (max-width:1024px){

 
	
}

@media screen and (min-width:769px){
}

@media screen and (max-width:768px){

  .subpage .sub-visual {height: auto;aspect-ratio: 375 / 240;align-items: end;padding-bottom: 30px;}

 

}

@media screen and (max-width:500px){
}