@charset "utf-8";

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;font-family:'Malgun Gothic', dotum, sans-serif;background:#ecf5fe}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Malgun Gothic', dotum, sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family:'Malgun Gothic', dotum, sans-serif;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'Malgun Gothic', dotum, sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}

*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

#number_wrap {margin:0 auto;width:1000px}
.img_div {float:left;margin:150px 0 0;width:560px;box-shadow: 1px 10px 25px #fff}
.img_div img {width:100%;height:auto}
.number_list {float:right;width:390px;margin:140px 0 0}
.number_list ul {margin:0 -20px 0;padding:0;list-style:none;zoom:1}
.number_list ul:after {display:block;visibility:hidden;clear:both;content:""}
.number_list ul li {width:20%;position:relative;min-height:1px;padding-left:10px;*padding-left:0;padding-right:20px;*padding-right:0;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-left:0}
.number_list .li_clear {clear:both}
.number_list .li_btn {position:relative;margin:0 0 8px 0;width:80px;height:80px;line-height:75px;text-align:center;border-radius:10px;overflow:hidden}
.hd_text {margin-left:-10px;height:250px;text-align:left}
.hd_logo {margin:0 0 0 3px;font-size:25px;font-weight:bold}
.hd_text1 {margin:10px 0 0;font-size:40px;font-weight:bold}
.hd_text2 {margin:40px 0 0;font-size:16px;line-height:25px}
.btn_item {
	font-size: 30px;
	background: #2DA9E1;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	transition:0.3s all;
	-webkit-transition:0.3s all;
	-moz-transition:0.3s all;
	-o-transition:0.3s all;
	-ms-transition:0.3s all;
}
.btn_item:hover {background:#ff6600}