.font {
	font-family: "굴림체", "굴림";
	font-size: 15px;
	text-decoration: none;
	color: #333333;
	line-height: 25px;
}
.text {
	font-family: "굴림체", "굴림";
	font-size: 15px;
	text-decoration: none;
	color: #333333;
}
.bagic {
	font-family: "굴림체", "굴림";
	font-size: 15px;
	text-decoration: none;
	color: #333333;
	line-height: 22px;
}

.wfont {
	font-family: "굴림체", "굴림";
	font-size: 15px;
	text-decoration: none;
	color: #FFFFFF;
}


.bottom {
	font-family: "돋움", "돋움체";
	font-size: 12px;
	text-decoration: none;
	color: #999999;
	line-height: 20px;
}
		 
.title {
	font-family: "굴림체", "굴림";
	font-size: 20px;
	text-decoration: none;
	color: #000000;
	line-height: 30px;
	font-weight: bold;
}


.sub {
	font-family: "굴림체", "굴림";
	font-size: 20px;
	text-decoration: none;
	color: #006699;
	line-height: 40px;
	font-weight: bold;
}



.tbig {
	font-family: "굴림체", "굴림";
	font-size: 20pt;
	text-decoration: none;
	color: #00145d;
	line-height: 30px;
}
	
		 
	.style {
	font-family: "굴림체", "굴림";
	font-size: 15px;
	text-decoration: none;
	color: #0066CC;
	line-height: 24px;
}
		 
	.style2 {
	font-family: "굴림체", "굴림";
	font-size: 15px;
	text-decoration: none;
	color: #CC3300;
	line-height: 24px;
}	
.sotitle {
	font-family: "굴림체", "굴림";
	font-size: 24px;
	text-decoration: none;
	color: #000000;
	line-height: 55px;
	font-weight: bold;
}
.big {
	font-family: "굴림체", "굴림";
	font-size: 22pt;
	text-decoration: none;
	color: #5d3a00;
	line-height: 35px;
	font-weight: bold;
}			 
		 
.box {
	font-family: "굴림체", "굴림";
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #999999;
	height: 50px;
	width: 120px;
	font-size: 15px;
	alignment-adjust: central;
}
.boxname {
	font-family: "굴림체", "굴림";
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #999999;
	height: 40px;
	width:250px;
	font-size: 15px;
	alignment-adjust:central;
}


.box3 {
	font-family: "굴림체", "굴림";
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #999999;
	height: 50px;
	width:120px;
	font-size: 15px;
	alignment-adjust:central;
}

.boxname {
	font-family: "굴림체", "굴림";
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #999999;
	height: 40px;
	width:250px;
	font-size: 15px;
	alignment-adjust:central;
}


.box2 {
	font-family: "굴림체", "굴림";
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #999999;
	height: 50px;
	width:120px;
	font-size: 15px;
	alignment-adjust:central;
}.bg {
	background-image: url(images/topbg.gif);
	background-repeat: repeat-x;
}
a:hover {
	text-decoration: underline;
}
select {
  
  font-family: "Noto Sansf KR", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  
  color: #444;
  background-color: #fff;
  
  padding: .6em 1.4em .5em .8em;
  margin: 0;
  
  border: 1px solid #aaa;
  border-radius: .5em;
  box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
}

select:hover {
  border-color: #888;
}

select:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

select:disabled {
  opacity: 0.5;
}
