﻿@charset "utf-8";

/* reset.css와 style.css를 기준으로 desktop(index.css) 스타일의 반응형 선택자 스캐폴드만 정의 */

/* =========================================================================
   Tablet : 800px ~ 1200px
   ========================================================================= */
@media screen and (min-width: 800px) and (max-width: 1200px) {
   :root {}
   main.hero2 {}
   section.earthing h2 {}
   section.earthing .img-wrapper li.placeholder {}
}

/* =========================================================================
   mobile : ~ 799px
   ========================================================================= */
@media screen and (max-width: 799px) {
   :root {}
   main.hero2 {}
   section.earthing h2 {}
   section.earthing .img-wrapper li.placeholder {}
}
