@charset "UTF-8";
@import url("contents_repond.css");
/*-------------------------------------------------
title       : 서브 반응형
Author      : ㅈㅁㅈ
Create date : 2021-08-04
-------------------------------------------------*/
@media (max-width: 1280px) { #visual { height: 25rem; padding-top: 3rem; }
  #visual::before { background-size: 100% auto; }
  #visual::after { position: absolute; top: auto; left: 50%; transform: translateX(-50%); bottom: 0; width: 100rem; max-width: 100%; background-size: 150% auto !important; }
  #visual .title { font-size: 3.5rem; }
  #visual .title::after { font-size: 1.6rem; }
  .path { top: 23rem; } }
