@charset "utf-8";

/* ----------------------------------------------
 * HanbitSoft Infra Development Team
 * 아일리스 업데이트 기념 Stylesheet
 * Author - moran67@hanbitsoft.co.kr 200514
 ------------------------------------------------- */

/* CSS Reset
-------------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
strong,
small,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
select,
input,
button,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure,
figcaption {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
img,
fieldset,
button {
  border: 0;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body,
input,
button,
textarea,
select,
table,
kbd {
  line-height: 1.2;
  font-family: Malgun Gothic, "맑은고딕", "돋움", dotum, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}
img {
  vertical-align: middle;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover,
a:focus,
a:active {
  text-decoration: underline;
  color: #0000ff;
}
button,
label {
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
legend {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  visibility: hidden;
}

/* Reserved Class
-------------------------------------------------------------- */
.blind {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  width: 1px;
  height: 1px;
}
.fL {
  float: left;
}
.fR {
  float: right;
}
.clearFix {
  zoom: 1;
}
.clearFix:after {
  content: "";
  display: block;
  clear: both;
}

/* Styles
-------------------------------------------------------------- */
#wrap {
  overflow: hidden;
  width: 100%;
  min-width: 1200px;
}
#wrap .inner {
  position: relative;
  width: 1100px;
  height: 100%;
  margin: 0 auto;
}
.header {
  background: url(../images/bg-top.jpg) no-repeat 50% 0;
  height: 750px;
}
.nav1 {
  background: url(../images/tab1/nav.jpg) no-repeat 50% 0;
  height: 120px;
}
.nav1 ul, .nav2 ul {
  position: relative;
  width: 1100px;
  height: 100%;
  margin: 0 auto;  
}
.nav1 li + li {
  position: absolute;
  left: 50%;
  width: 550px; 
  height: 100%;
}
.nav1 li + li:hover {
  background: url(../images/tab1/on.jpg) no-repeat;
  width: 549px;
  height: 120px;
}
.nav1 li a,
.nav2 li a {
  display: block;
  width: 100%;
  height: 100%;
}
.content1 {
  background: url(../images/tab1/cont.jpg) no-repeat 50% 0;
  height: 2108px;
}
.content1 .btn-support-fund {
  position: absolute;
  top: 950px;
  left: 360px;
  width: 380px;
  height: 70px;
  background: transparent;
}
.support-popup-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  cursor:url(cursor.cur), url('../images/tab1/ico_close.png'), auto;
}
.support-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -111px 0 0 -236px;
}

/* content2 */
.content2 .bg1 {
  background: url(../images/tab2/cont.jpg) no-repeat 50% 0;
  height: 2533px;
}
.content2 .bg2 {
  background: url(../images/tab2/cont1.jpg) no-repeat 50% 0;
  height: 1527px;
}
.nav2 {
  background: url(../images/tab2/nav.jpg) no-repeat 50% 0;
  height: 120px;
}
.nav2 li + li {
  position: absolute;
  left: 0;
  width: 550px; 
  height: 100%;
}
.nav2 li + li:hover {
  background: url(../images/tab2/on.jpg) no-repeat;
  width: 549px;
  height: 120px;
}
.content2 .more-view1,
.content2 .more-view2 {
  display: block;
  position: absolute;
  top: 724px;
  width: 28px;
  height: 23px;
  cursor: pointer;
}
.content2 .more-view1 {
  left: 506px;
}
.content2 .more-view2 {
  left: 784px;
}
.content2 .layer1 {
  position: absolute;
  top: 765px;
  left: 253px;  
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.content2 .layer2 {
  position: absolute;
  top: 765px;
  left: 173px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.content2 .layer1.show,
.content2 .layer2.show {
  opacity: 1;
  visibility: visible;
}
.content2 .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  z-index: 9;
  cursor:url(cursor.cur), url('../images/tab1/ico_close.png'), auto;
}