@charset "utf-8";

/* ----------------------------------------------
 * HanbitSoft Infra Development Team
 * 신규가문지원 월드 Stylesheet
 * Author - moran67@hanbitsoft.co.kr 200402
 ------------------------------------------------- */

/* 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 {
  display: block;
  content: "";
  clear: both;
}

-------------------------------------------------------------- */
body {
  width: 100%;
  height: 100%;
  background: #000;
}
#wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-width: 1200px;
}
.inner {
  position: relative;
  width: 1100px;
  height: 100%;
  margin: 0 auto;
}
.sp {
  overflow: hidden;
  display: block;
  background: url(../images/sp.png) no-repeat;
  text-indent: -9999px;
}

.header {
  background: url(../images/bg_header.jpg) 50% 0 no-repeat;
  height: 991px;
}
.evt_con1 .title {
  background: url(../images/bg01_title.jpg) 50% 0 no-repeat;
  height: 325px;
}
.evt_con2 {
  background: url(../images/bg02.jpg) 50% 0 no-repeat;
  height: 601px;
}

.tabBox {
  width: 1104px;
  height: 398px;
  padding-top: 127px;
  margin: 0 auto;
}
.tabBox li {
  float: left;
}
.tabBox:before {
  content: '';
  display: block;
  position: absolute;
  top: 124px;
  left: 19px;
  background: url(../images/light01.jpg) no-repeat;
  width: 400px;
  height: 5px;
}
.tabBox a {
  display: block;
  background: url(../images/sp_menu.png) no-repeat;
  width: 213px;
  height: 98px;
}
.tabBox .btn_menu1 {
  width: 221px;
  background-position: 0 0;
}
.tabBox .btn_menu2 {
  background-position: -224px 0;
}
.tabBox .btn_menu3 {
  background-position: -439px 0;
}
.tabBox .btn_menu4 {
  background-position: -655px 0;
}
.tabBox .btn_menu5 {
  width: 229px;
  background-position: -871px 0;
}
.tabBox .btn_menu6 {
  width: 221px;
  height: 100px;
  background-position: 0 -98px;
}
.tabBox .btn_menu7 {
  height: 100px;
  background-position: -224px -98px;
}
.tabBox .btn_menu8 {
  height: 100px;
  background-position: -439px -98px;
}
.tabBox .btn_menu9 {
  height: 100px;
  background-position: -655px -98px;
}
.tabBox .btn_menu10 {
  width: 229px;
  height: 100px;
  background-position: -871px -98px;
}
.tabBox .btn_menu1:hover,
.tabBox .active .btn_menu1 {
  width: 221px;
  background-position: 0 -200px;
} 
.tabBox .btn_menu2:hover,
.tabBox .active .btn_menu2 {
  background-position: -225px -200px;
}
.tabBox .btn_menu3:hover,
.tabBox .active .btn_menu3 {
  background-position: -440px -200px;
}
.tabBox .btn_menu4:hover,
.tabBox .active .btn_menu4 {
  background-position: -656px -200px;
}
.tabBox .btn_menu5:hover,
.tabBox .active .btn_menu5 {
  width: 229px;
  background-position: -872px -200px;
}
.tabBox .btn_menu6:hover,
.tabBox .active .btn_menu6 {
  width: 221px;
  background-position: 0 -298px;
}
.tabBox .btn_menu7:hover,
.tabBox .active .btn_menu7 {
  background-position: -225px -298px;
}
.tabBox .btn_menu8:hover,
.tabBox .active .btn_menu8 {
  background-position: -440px -298px;
}
.tabBox .btn_menu9:hover,
.tabBox .active .btn_menu9 {
  background-position: -656px -298px;
}
.tabBox .btn_menu10:hover,
.tabBox .active .btn_menu10 {
  width: 229px;
  background-position: -872px -298px;
}

.con0 {
  background: url(../images/tab_content01.jpg) 50% 0 no-repeat;
  height: 1722px;
}
.con1 {
  background: url(../images/tab_content02.jpg) 50% 0 no-repeat;
  height: 1722px;
}
.con2 {
  background: url(../images/tab_content03.jpg) 50% 0 no-repeat;
  height: 1048px;
}
.con3 {
  background: url(../images/tab_content04.jpg) 50% 0 no-repeat;
  height: 1231px;
}
.con4 {
  background: url(../images/tab_content05.jpg) 50% 0 no-repeat;
  height: 1221px;
}
.con5 {
  background: url(../images/tab_content06.jpg) 50% 0 no-repeat;
  height: 1288px;
}
.con6 {
  background: url(../images/tab_content07.jpg) 50% 0 no-repeat;
  height: 1054px;
}
.con7 {
  background: url(../images/tab_content08.jpg) 50% 0 no-repeat;
  height: 834px;
}
.con8 {
  background: url(../images/tab_content09.jpg) 50% 0 no-repeat;
  height: 670px;
}
.con9 {
  background: url(../images/tab_content10.jpg) 50% 0 no-repeat;
  height: 837px;
}
.content {
  position: relative;
  display: none;
}
.content.active {
  display: block;
}
.content .evtBtn {
  display: block;
  position: absolute;
  width: 185px;
  height: 33px;
  background: transparent;
}
.content .evtBtn00 {
  top: 350px;
  left: 145px;
}
.content .evtBtn01 {
  top: 350px;
  left: 701px;
}
.content .evtBtn02 {
  top: 573px;
  left: 146px;
}
.content .evtBtn02_1 {
  top: 573px;
  left: 700px;
}

.content .evtBtn03 {
  top: 899px;
  left: 362px;
  width: 374px;
  height: 78px;
}
.content .evtBtn04 {
  top: 634px;
  left: 379px;
  width: 340px;
  height: 80px;
}
.content .evtBtn05 {
  top: 732px;
  left: 379px;
  width: 340px;
  height: 79px;
}
.content .evtBtn06 {
  top: 513px;
  left: 379px;
  width: 340px;
  height: 79px;
}

/* S :  popup */
.content .layerPop {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: none;
  z-index: 2;
}
.content .layerPop .layerCont {
  position: relative;
  max-width: 1010px;
  margin: 65px auto;
}
.showing-modal {
  overflow: hidden;
}
.content .layerPop .closeBtn {
  position: absolute;
  top: -58px;
  right: -55px;
  background: url(../images/btn_close.png) no-repeat;
  width: 50px;
  height: 50px;
  transition: transform 0.25s linear;
}
.content .layerPop .closeBtn:hover {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  transform: rotate(270deg);
}
.content .layerPop .layerPopCon {
  position: absolute;
  top: 129px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 868px;
  height: 685px;
  overflow-y: auto;
}
.content .layerPop04 .layerCont {
  background: url(../images/layer04_bg.jpg) no-repeat;
  width: 1010px;
  height: 884px;
}
.content .layerPop04 .layerPopCon {
  top: 108px;
}
.content .layerPop06 .layerCont {
  background: url(../images/layer06_bg.jpg) no-repeat;
  width: 1010px;
  height: 840px;
} 
/* E : popup */

.evt_con2 .btnLink {
  display: block;
  position: absolute;
  width: 305px;
  height: 46px;
}
.evt_con2 .btnLink00 {
  top: 275px;
  left: -18px;
}
.evt_con2 .btnLink01 {
  top: 275px;
  left: 399px;
}
.evt_con2 .btnLink02 {
  top: 275px;
  left: 814px;
}
.evt_con2 .btnLink03 {
  top: 447px;
  left: -18px;
}
.evt_con2 .btnLink04 {
  top: 447px;
  left: 399px;
}
.evt_con2 .btnLink05 {
  top: 447px;
  left: 814px;
}
/* scroll spy */
.scrollspy_wrap {
  position: absolute;
  top: 1110px;
  left: 50%;
  margin-left: 589px;
  background: url(../images/bg_quick.png) 0 0 no-repeat;
  width: 184px;
  height: 174px;
}
.scrollspy_wrap li a {
  display: block;
  background: url(../images/sp_quick.png) no-repeat;
  width: 182px;
  height: 79px;
}
.scrollspy_wrap li:first-child {
  margin-top: 9px;
}
.scrollspy_wrap li .btn_scroll1 {
  background-position: 0 0;
}
.scrollspy_wrap li .btn_scroll1:hover,
.scrollspy_wrap li.on .btn_scroll1 {
  background-position: -184px 0;
}
.scrollspy_wrap li .btn_scroll2 {
  background-position: 0 -80px;
}
.scrollspy_wrap li .btn_scroll2:hover,
.scrollspy_wrap li.on .btn_scroll2 {
  background-position: -184px -80px;
}

.footer {
  background: url(../images/bg_footer.jpg) 50% 0 no-repeat;
  height: 92px;
}
