@charset "UTF-8";
/* ----------------------------------------------
 * HanbitSoft Infra Development Team
 * 도밍고의 개척일지 Stylesheet
 * Author - hsa815@hanbitsoft.co.kr 230118
 ------------------------------------------------- */
/* 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;
}

.clearFix {
  zoom: 1;
}

.clearFix:after {
  display: block;
  content: "";
  clear: both;
}

/* style 
-------------------------------------------------------------- */
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;
}

header {
  background: url(../images/bg_top.jpg) no-repeat 50% 0;
  height: 1014px;
}

.evt-contents {
  background: url(../images/bg_contents.jpg) no-repeat 50% 0;
  height: 2252px;
}

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

.btn_more {
  display: block;
  position: absolute;
  top: 1175px;
  right: 322px;
  width: 25px;
  height: 25px;
  font-size: 0;
  cursor: pointer;
}

.pop_img1 {
  display: none;
  position: absolute;
  top: 1205px;
  right: 148px;
}

.btn_more:hover + img,
.btn_more:active + img {
  display: block;
}

.btn_link_item {
  display: block;
  position: absolute;
  top: 245px;
  right: 25px;
  width: 300px;
  height: 65px;
  font-size: 0;
}
