﻿@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(../css/main.css);
* {
	margin: 0;
	padding: 0;
}
html{
	
	overflow-x : hidden; /*문서 전체에 가로 스크롤바 자국 항상 숨김*/
} /*스크롤바가 없다가 생기면 내용 전체가 움직이기 때문에 움직이는걸 방지하기위해 미리 만들어놓는다*/
li {
	list-style: none;
}
body
 {-webkit-text-size-adjust: none;}

body, input, textarea {
	font-size: 12px;
	font-weight: 100; /* IE8 이하버전 대응 */
	font-family: 'Nanum Gothic', dotum, sans-serif;
}
table {
	border-collapse : collapse; /*칸 사이의 기본 여백 제거 및 중첩 테두리 상쇄 효과*/
}
input {
	vertical-align: middle;
}
img {

	border : 0; /*이미지 링크시 기본적으로 나타나는 테두리제거*/	
}
a {
	color: #444;
	text-decoration: none;
}
.block {
	display : block;
}
.clear:after {
	content: "";
	display: block;
	clear: both;
	*zoom: 1;
}
a:hover {
	color: #0091e5;
}
.indent {
	display : inline-block;
	width : 0;
	height : 0;
	/*text-indent : -9999px;*/
	font-size : 0;
	line-height : 0;
}

.header img{ display : block; width : 100%;}

.popp{ position:relative;}
.enter01 {
    border: 1px solid #000;
    left: 8%;
    width: 41%;
    height: 3.5%;
    bottom: 1.3%;
    position: absolute;
    display: block;
    cursor: pointer;
    background: #fff;
    opacity: 0; 
}
.enter02 {
    border: 1px solid #000;
    right: 8%;
    width: 41%;
    height: 3.5%;
    bottom: 1.3%;
    position: absolute;
    display: block;
    cursor: pointer;
    background: #fff;
    opacity: 0; 
}

.hol{ position: relative; }

.hlf {
    border: 1px solid #000;
    left: 14.28%;
    width: 71.42%;
    height: 13.26%;
    bottom: 44.4%;
    position: absolute;
    display: block;
    cursor: pointer;
    background: #fff;
    opacity: 0; 

}

.a1 {
    border: 1px solid #000;
    left: 20%;
    width: 27.5%;
    height: 1.8%;
    bottom: 0.63%;
    position: absolute;
    display: block;
    cursor: pointer;
    background: #fff;
    opacity: 0; 
}
.a2 {
    border: 1px solid #000;
    right: 20%;
    width: 27.5%;
    height: 1.8%;
    bottom: 0.63%;
    position: absolute;
    display: block;
    cursor: pointer;
    background: #fff;
    opacity: 0; 
}

.popup1_a1 {
    border: 1px solid #000;
    left: 20%;
    width: 27.5%;
    height: 4.86%;
    bottom: 3%;
    position: absolute;
    display: block;
    cursor: pointer;
    background: #fff;
    opacity: 0; 
}
.popup1_a2 {
    border: 1px solid #000;
    right: 20%;
    width: 27.5%;
    height: 4.86%;
    bottom: 3%;
    position: absolute;
    display: block;
    cursor: pointer;
    background: #fff;
    opacity: 0; 
}

.popup2_a1 {
    border: 1px solid #000;
    left: 20%;
    width: 27.5%;
    height: 6.25%;
    bottom: 1.96%;
    position: absolute;
    display: block;
    cursor: pointer;
    background: #fff;
    opacity: 0; 
}
.popup2_a2 {
    border: 1px solid #000;
    right: 20%;
    width: 27.5%;
    height: 6.25%;
    bottom: 1.96%;
    position: absolute;
    display: block;
    cursor: pointer;
    background: #fff;
    opacity: 0; 
}

.popup3_a1 {
    border: 1px solid #000;
    left: 20%;
    width: 27.5%;
    height: 3.78%;
    bottom: 1.94%;
    position: absolute;
    display: block;
    cursor: pointer;
    background: #fff;
    opacity: 0; 
}
.popup3_a2 {
    border: 1px solid #000;
    right: 20%;
    width: 27.5%;
    height: 3.78%;
    bottom: 1.94%;
    position: absolute;
    display: block;
    cursor: pointer;
    background: #fff;
    opacity: 0; 
}

