/* Tarasoft 2021-08-12 PIS  */

/* 한페이지 안에 모두 들어와야 하는 경우 */
/* 하위 태그에 100% 를 계속 상속시켜주며 body태그 바로 아래에는 position:fixed, overflow:hidden을 줘야함 */

html,body {
    width: 100%;
    height: 100%;
}

/* html,body #wrap {
    position:fixed; overflow:hidden;
    
} */


