@charset "UTF-8";
/* ----------------------------------------------
 * HanbitSoft Infra Development Team
 * 가을이벤트 Stylesheet
 * Author - sgp8116@hanbitsoft.co.kr 20251113
------------------------------------------------- */
/* 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: "돋움", 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;
}

/* Styles
-------------------------------------------------------------- */
#wrap {
    position: relative;
    background: url(../images/bg.jpg) no-repeat 0 0;
    width: 692px;
    height: 1889px;
}

.popup {
    position: absolute;
}
.popup .button {
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.popup .content {
    display: none;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.popup-01 {
    top: 928px;
    left: 544px;
}
.popup-01 .content {
    background-image: url(../images/popup-01.png);
    top: 25px;
    left: -310px;
    width: 421px;
    height: 144px;
}

.popup-02 {
    top: 1360px;
    left: 534px;
}
.popup-02 .content {
    background-image: url(../images/popup-02.png);
    top: 25px;
    left: -306px;
    width: 396px;
    height: 284px;
}

.popup:hover .content {
    display: block;
}
