﻿@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR');
*{box-sizing:border-box;padding: 0;margin: 0;list-style:none;text-decoration:none;font-family: 'Noto Sans KR', sans-serif;}
html,body{width: 100%;height: 100%;}
@media only screen and (max-width: 480px) 
{
    .case_wrap{width: 98%!important}
    .title h1{font-size: 20px;}
} /* 모바일 */