@charset "UTF-8";
/* ----------------------------------------------
 * HanbitSoft Service Development Team
 * 목표달성패키지 Stylesheet
 * Author - sgp8116@hanbitsoft.co.kr 20260129
------------------------------------------------- */
/* 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;
}

button {
    background: transparent;
}

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

#wrap {
    position: relative;
    width: 692px;
}

.evt__header {
    background: url(../images/bg-header.jpg) no-repeat;
    height: 739px;
}

.section {
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
    height: 361px;
}

.section-01 {
    background-image: url(../images/bg-section-01.jpg);
    z-index: 1;
}
.section-02 {
    background-image: url(../images/bg-section-02.jpg);
}
.section-03 {
    background-image: url(../images/bg-section-03.jpg);
}
.section-04 {
    background-image: url(../images/bg-section-04.jpg);
}
.section-05 {
    background-image: url(../images/bg-section-05.jpg);
}
.section-06 {
    background-image: url(../images/bg-section-06.jpg);
}
.section-07 {
    background-image: url(../images/bg-section-07.jpg);
}
.section-08 {
    background-image: url(../images/bg-section-08.jpg);
    z-index: 1;
}
.section-09 {
    background-image: url(../images/bg-section-09.jpg);
}
.section-10 {
    background-image: url(../images/bg-section-10.jpg);
}
.section-11 {
    background-image: url(../images/bg-section-11.jpg);
    height: 672px;
    z-index: 1;
}
.section-12 {
    background-image: url(../images/bg-section-12.jpg);
}
.section-13 {
    background-image: url(../images/bg-section-13.jpg);
}
.section-14 {
    background-image: url(../images/bg-section-14.jpg);
}
.section-15 {
    background-image: url(../images/bg-section-15.jpg);
}
.section-16 {
    background-image: url(../images/bg-section-16.jpg);
}
.section-17 {
    background-image: url(../images/bg-section-17.jpg);
    height: 341px;
    z-index: 1;
}

.popup {
    position: absolute;
}
.popup .button {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.popup .content {
    display: none;
    position: absolute;
    top: 25px;
    left: -190px;
}
.popup.popup-01 {
    top: 217px;
    left: 372px;
}
.popup.popup-02 {
    top: 219px;
    left: 267px;
}
.popup.popup-03 {
    top: 533px;
    left: 301px;
}
.popup.popup-04 {
    top: 217px;
    left: 371px;
}
.popup.popup-04 .content {
    top: -416px;
}
.popup:hover .content {
    display: block;
}

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