@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url(http://fonts.googleapis.com/earlyaccess/jejugothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/jejumyeongjo.css);
html,body,h1,h2,h3,h4,h5,h6,p,table,tr,td
A:active, A:visited { color: black; text-decoration: none; font-family: 'Nanum Gothic', sans-serif;  line-height : 16pt;}
A:link { color: black; text-decoration: none; font-family: 'Nanum Gothic', sans-serif;  line-height : 16pt;}
A:hover { text-decoration: none; color: #1565ae; font-family: 'Nanum Gothic', sans-serif; line-height : 16pt;}


#bt {font-family: 'Nanum Gothic', sans-serif; font-size:85%; float:left; display:block;width:198px; height:26px;text-decoration:none; border:1px solid #dddddd; color:#888888;background-color:#f7f7f7; margin-right:2px; text-align:center; line-height:26px}
#bt a {display:block;text-decoration:none; border-color: #dddddd; color:#888888;background-color:#f7f7f7;height:26px; line-height:26px  }
#bt a:hover { display:block;border-color: #565e60; color:#565e60; background-color:#fff;height:26px; line-height:26px }

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  z-index: 10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  color: white;
  font-family: 'Nanum Gothic', sans-serif;
  line-height: 1;
  padding-left: 0px;
  text-align: left;
  font-weight: bold;
}

#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 35px 0px 18px 32px;
  font-size: 13px;
  text-decoration: none;
  text-transform: none;
  color: black;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a  {
  color: #bd1526;
}
#cssmenu > ul > li.active > a {
  
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 18px;
  padding-bottom: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 38px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #bd1526;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0px;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
margin-left: 6px;
}
#cssmenu ul ul li a {

  padding: 10px 20px 10px 28px;
  width: 180px;
  font-size: 12px;
  background: #575e6a;
  text-decoration: none;
  color: #eaeaea;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}

.cssmenu0011 {
  margin: 0;
  font-family: 'Nanum Gothic', sans-serif;
  padding: 70px 0px 0px 0px;
  font-size: 12px;  
  line-height : 14pt;
  text-align:left;
}

.cssmenu010 {
  margin: 0;
  font-family: 'Nanum Gothic', sans-serif;
  padding: 0px 0px 0px 0px;
  font-size: 14px;  
  line-height : 18pt;
}

.cssmenu11 {
  margin: 0;
  font-family: 'Nanum Gothic', sans-serif;
  padding: 20px 0px 0px 0px;
  font-size: 15px;  
  line-height : 20pt;
  color:black;
}

.cssmenu1111 {
  margin: 0;
  font-family: 'Nanum Gothic', sans-serif;
  padding: 20px 0px 0px 0px;
  font-size: 12px;  
  line-height : 20pt;
  color:gray;
}

.cssmenu111 {
  margin: 0;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 20px;  
  line-height : 26pt;
  color:black;
}

.cssmenu12 {
  margin: 0;
  font-family: 'Nanum Myeongjo', sans-serif;
  font-size: 24px;    
  line-height : 26pt;
  color: #62a241; 
  border-bottom: 1px solid #62a241; 
}

.cssmenu121 {
  margin: 0;
  font-family: 'Nanum Myeongjo', sans-serif;
  padding: 10px 0px 50px 10px;
  font-size: 24px;  
  line-height : 28pt;
}

.cssmenu001 {
  margin: 0;
  font-family: 'Jeju Myeongjo', sans-serif;
  padding: 10px 0px 10px 10px;
  font-size: 28px;  
  line-height : 42pt;
  color:gray;
}

.cssmenu002 {
  margin: 0;
  font-family: 'Jeju Gothic', sans-serif;
  padding: 10px 0px 10px 10px;
  font-size: 13px;  
  line-height : 16pt;
}

.rtop, .rbottom{display:block;margin:0 0 0 0px;}
.rtop *, .rbottom *{display:block; height:1px; overflow:hidden; }
.r1{margin:0 5px; background:#f2f2f2;}
.r2{margin:0 3px; border-left:2px solid #e9e9e9; border-right:2px solid #e9e9e9; background:#f2f2f2;}
.r3{margin:0 2px; border-left:1px solid #e9e9e9; border-right:1px solid #e9e9e9; background:#f2f2f2;}
.r4{margin:0 1px; height:2px; border-left:1px solid #e9e9e9; border-right:1px solid #e9e9e9; background:#f2f2f2;}
.box{ margin:0 0 0 0px; padding:5px 10px; border-left:#e9e9e9 solid 1px; border-right:#e9e9e9 solid 1px; border-top:#e9e9e9 solid 1px;  background:#f2f2f2; font-size:12px;}


#cssmenuleft {
  font-family: 'Nanum Gothic', sans-serif;
  background: #333;
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 227px;
}
#cssmenuleft li {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#cssmenuleft a {
  font-family: 'Nanum Gothic', sans-serif;
  background: #333;
  border-bottom: 1px solid #686868;
  color: #ccc;
  display: block;
  margin: 0px;
  padding: 8px 12px;
  text-decoration: none;
  font-weight: bold;
}

#cssmenuleft a:hover {
  font-family: 'Nanum Gothic', sans-serif;
  background: #ce1408 url("images/hover.gif") left center no-repeat;
  color: #fff;
  padding-bottom: 8px; 
}



/* company */
.company { font-size: 15px; line-height: 24px; letter-spacing: -.5px; color: #989189; font-family: 'Nanum Gothic', sans-serif; width: auto; }
.company > article { margin: 0 auto; }
.company > article:after { content: ''; display: block; clear: both; }
.company > article > .wrap { width: 1000px; margin: 0 auto; position: relative; }
.company h2 { font-size: 25px; color: #333; line-height: 27px; font-family: 'Nanum Gothic', sans-serif; margin-bottom: 1.6em; }
.company h3 { font-size: 21px; color: #989189; }
.company em { color: #5ab130; }
.company p + p { margin-top: 2em; }
.company p > span { display: block; }
.company .title { font-size: 28px; line-height: 42px; color: #333; }

.company .intro { text-align: center; padding: 0 0 370px; background: url('') center bottom repeat-x; margin-top: 80px; margin-bottom: 80px; }
.company .intro .title { font-size: 24.5px; line-height: 33px; letter-spacing: -0.2px; font-family: 'Nanum Myeongjo', sans-serif; margin-bottom: 2em; }
.company .intro strong { color: #5ab130; border-bottom: 1px solid #5ab130; }
.company .intro .sign { margin-top: 2.5em; }


#box00{
    border:10px solid #000;
    border-radius: 10px 40px 40px 10px;
    width: 200px;
    height: 100px;
    background-color:#ccc;
}

/* 톱메뉴*/
ul, li{
list-style:none;
padding:0px;
margin:0px;}

#wrap1 {
	width:100%;
	position: relative;
	padding:0px;
	margin:0px;
	  z-index: 9;
}

#header1 {
	width:100%;
	height:112px;
	padding:0px;
	margin:0px;
	background: url('http://duri.ezwebh.gethompy.com/html/top_back.jpg'); background-repeat:repeat-x;
}

.navi_bg{
}

.nav {
	height:112px;
	list-style: none;
	width:1010px;
	font-size: 15px;
    font-family: 'Nanum Gothic', sans-serif;
	color:black;
	padding:0px;
	margin:0px;

}

.topnav{
	text-align:center;
	width:112px;
	cursor:pointer;
	font-weight:bold;
	padding:15px 0px 0px 0px;
	margin:0px;
}

.topnav11{
	text-align:center;
	width:96px;
	cursor:pointer;
	font-weight:bold;
	padding:15px 0px 0px 0px;
	margin:0px;
}

.topnav1{
	width:275px;
	height:112px;
    padding:0px 0px 0px 0px;
	margin:0px;
	cursor:pointer;
}

.topnav:hover{
	color:#d3d3d3;
	padding:15px 0px 0px 0px;
	margin:0px;
}

.navi_set{
	float: left;
	padding:0px;
	margin:0px;
	position: relative;
}

.navi_set1{
	float: left;
	padding:0px;
	margin:0px;
	position: relative;
}

/* 톱메뉴끝*/



