@charset "utf-8";
/* LET’S LEARN KOREAN! 한국어학당 페이지 작성/ 20120618_khw */


/* 세계지도 이미지 */
.learnKorean{
	position:relative;
 	width:100%;
	height:380px;
	margin-bottom:30px;
	background:url(/home/images/learnKorean/learnKorean_bg.jpg) no-repeat 0 0
}

/* 각나라 */
.nation01{
	position:absolute;
	top:90px;
	left:320px;
}
.nation02{
	position:absolute;
	top:130px;
	left:290px;
}
.nation03{
	position:absolute;
	top:170px;
	left:263px;
}
.nation04{
	position:absolute;
	top:175px;
	left:325px;
}
.nation05{
	position:absolute;
	top:170px;
	left:396px;
}
.nation06{
	position:absolute;
	top:202px;
	left:270px;
}
.nation07{
	position:absolute;
	top:235px;
	left:255px;
}
.nation08{
	position:absolute;
	top:233px;
	left:315px;
}
.nation09{
	position:absolute;
	top:215px;
	left:370px;
}
.nation10{
	position:absolute;
	top:265px;
	left:300px;
}
.nation11{
	position:absolute;
	top:160px;
	left:630px;
}
 
/* input box */
.inputboxW{
	height:65px;
	margin:0 0 30px 160px;
	padding:25px 0 0 80px;
	background:url(/home/images/learnKorean/inputBg.jpg) no-repeat 0 0	
}
.inputboxW label{
	display:none
}
.inputboxW select{
	height:20px;
	border:1px solid #ccc; 
	font-size:12px; 
	font-family:arial; 
	color:#333; 
	background-image:none;
}
 
.inputboxW select.size1{width:180px;}
.inputboxW select.size2{width:160px;}
.inputboxW select.size3{width:100px;} 