/* 모든 스타일은 css 충돌방지를 위해 .main을 기준으로 작성 하시면 됩니다. 예) .main .box {} */
  .main{}
  /* PC 스케일 작업*/
@media screen and (min-width:600px) {
  .con02.bg_pst_blue{background:url(/franchise/images/con02_bg.png) no-repeat center top;background-size:cover; 
    flex-direction: row;
    justify-content: center; gap: 8em;}}

    @media screen and (max-width: 599px) {
    .con02_01{aspect-ratio: unset !important;}}