img{border:0;}
.boxbagic {
	font-family: "굴림", "굴림체";
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	line-height: 20px;
	font-weight: normal;
}


.box {
	font-family: "돋움", "돋움체";
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: #999999;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	height: 45px;
	font-size: 12pt;

}


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: .3em;
  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;
}


.boxlogo {
	font-family: "돋움", "돋움체";
	font-size: 24px;
	color: #990000;
	text-decoration: none;
	line-height: 40px;
	font-weight: bold;
}



.boxinfo {
	font-family: "돋움", "돋움체";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
}



.boxtitle {
	font-family: "돋움", "돋움체";
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	line-height: 25px;
	font-weight: bold;
}



.boxform {
	font-family: "굴림", "굴림체";
	font-size: 12pt;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

.toplist {
	font-family: "굴림", "굴림체";
	font-size: 12px;
	color: #e4e4e4;
	text-decoration: none;
	font-weight: normal;
}


.container {
        width: 100%;
        height: 100%;
		max-width: 600px;
      }
