@charset "UTF-8";

html, body, .container {
	width:1280px;
	height:800px;
	overflow:hidden;
	margin:0px;
	padding:0px;
}

div, img {
	position:absolute;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.container {
	position:relative;
}

/* .objects, { width:100%; height:100%; } */

.button {
	cursor:pointer;
	z-index: 100;
}

#btn_reset {
	top: 15px;
	right: 20px;
}

#btn_answer {
	right:25px;
	bottom:26px;
}

#tipbox {
	background-color: rgba(88, 92, 97,0.9);
}

#obj_train { left:50px; top:522px; }


#content_area {
    top: 0px;
    left: 0px;
    width: 1280px;
    height: 800px;
    /* border: 1px solid red; */
}

#desc {
    font-family: 'Rix밝은굴림', 'SM태명조','Nanum Gothic Bold', 'Baloo Tammudu','ConcertOne', sans-serif;
    font-weight: bold;
    padding: 10px;
    top: 32px;
    left: 30px;
    width: 800px;
    height: 30px;
    color: #565252;
    font-size: 36px;
    line-height: 36px;
    text-align: left;
}

#qusbox {
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.sel {

	cursor:pointer;
}

.img {
	/* transform: scale(0.8); */
}

.sel {
	opacity: 0.7;
}