/*=====================================================================================
버  전 : 5.0
날  짜 : 2025.07.10
제작사 : (주)에듀마루
본 파일 소스의 모든 저작권은 (주)에듀마루에 있습니다. 임의의 수정 및 배포를 금합니다.
문  의 : 02-6989-9337
=====================================================================================*/

/* 기본 css import  */
@import 'reset.css';
@import 'fonts.css';
@import 'value.css';
@import 'layout.css';
@import 'base.css';
@import 'icon.css';
@import 'character.css';
@import 'event.css';
@import 'popup.css';

img.sample {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 공통 */
html,
body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {
  background-color: #393939;
}

/* 전체 영역 */
div#wrap {
  position: relative;
  width: 1920px;
  height: 1080px;
  font-family: 'NanumSquareRoundB';
  font-size: 62px;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #111;
  word-break: keep-all;
  background-color: #fff;
  overflow: hidden;
}
