/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap');
@import url('http://fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lora');





body{margin:0 0 0 0; color:#000; font-size:14px; font-family: 'Nanum Gothic';min-width:1280px;}

a:link{color:#000; text-decoration: none;}
a:visited{color:#000; text-decoration: none;}
a:hover{color:#7a93bb; text-decoration: none;}

a.room:link{color:#fff; text-decoration: none;}
a.room:visited{color:#fff; text-decoration: none;}
a.room:hover{color:#000; text-decoration: none;}



.navidiv{position:relative;}
.cir{width:350px;height:350px;border-radius:500px;background:rgba(0,0,0,0.7);font-family: 나눔고딕; font-size:14px; font-weight:400; color:#fff;}


#header{
	height:152px;
	position:absolute;
	display:block;
	width: 100%;
	min-width:1280px;
	z-index:999;
	margin:0 auto;
	text-align:center;
	color: #f2f2f2;
	background:rgba(0,0,0,0.3);
	 
	
}


#header table{
	width: 100%;
}




#header1{
	top:60px;
	position:absolute;
	display:block;
	z-index:999;
	text-align:center;
	color: #f2f2f2;
	background:rgba(255,255,255,0.0);
	}
	
#header2{
	top:500px;
	position:absolute;
	display:block;
	width: 100%;
	z-index:999;
	text-align:center;
	color: #f2f2f2;
	background:rgba(255,255,255,0.0);
	}


.marginh70{height:70px}
.marginh50{height:50px}
.marginh30{height:30px}

.fonttype1{font-family:'Nanum Myeongjo'; font-weight:200;}
.fonttype2{font-family:'Lora'; font-weight:200;}
.fonttype3{font-family: 'Jeju Myeongjo', serif; font-weight:200;}
.fonttype4{ font-family: 'Hankc', serif;}

.center{text-align:center;}

.font60{font-size:60px;}
.font48{font-size:48px;}
.font32{font-size:32px;}
.font24{font-size:24px;}
.font20{font-size:20px;}
.font18{font-size:18px;}
.font16{font-size:16px;}
.font14{font-size:14px;}

.font11{font-size:11px;}

.textlh{line-height:26px}
.textlh1{line-height:20px}

hr {
    border: none;
    border-top: 1px solid #000;
    color: #fff;
    background-color: #fff;
    height: 1px;
    width: 100%;
}


.fontcolor{color:#7a93bb}
.fontcolor1{color:#ccc}
.fontcolor2{color:#fff}

