@charset "UTF-8";

/* ----------------------------------------------
 * HanbitSoft Infra Development Team
 * 5월 가정의달 이벤트 GE HAPPY XOXO Stylesheet
 * Author - hsa815@hanbitsoft.co.kr 220504
------------------------------------------------- */
/* 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;
}

#wrap {
    overflow: hidden;
    width: 100%;
    min-width: 1200px;
}

#wrap .inner {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

header {
    background: url(../images/bg_header.jpg) no-repeat 50% 0;
    height: 1174px;
}
.con1 {
    background: url(../images/bg_con1.jpg) no-repeat 50% 0;
    height: 1690px;
}
.con2 {
    background: url(../images/bg_con2.jpg) no-repeat 50% 0;
    height: 1789px;
}
.con3 {
    background: url(../images/bg_con3.jpg) no-repeat 50% 0;
    height: 1222px;
}
footer {
    background: url(../images/bg_footer.jpg) no-repeat 50% 0;
    height: 375px;
}

.hover_list{
    font-size: 0;
    height: 0;
    line-height: 0;
}
.btn_hover{
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.hover_list img {
    position: absolute;
    display: none;
}
.btn_hover:hover + img,
.btn_hover:focus + img{
    display: block;
}
.hover_list img.view{
    display: block;
    visibility: visible;
}
.btn_hover.more01{
    top: 790px;
    left: 685px;
}
.pop01{
    top: 815px;
    left: 445px;
}
.btn_hover.more02 {
    top: 790px;
    left: 1000px;
}
.pop02 {
    top: 815px;
    left: 763px;
}
.btn_hover.more03 {
    top: 675px;
    right: 147px;
}
.pop03 {
    top: 705px;
    left: 787px;
}
.btn_hover.more04 {
    top: 1020px;
    left: 495px;
}
.pop04 {
    top: 827px;
    left: 520px;
}

.btn_pop_reward{
    display: block;
    position: absolute;
    bottom: 213px;
    left: 284px;
    width: 637px;
    height: 143px;
    background: url(../images/btn_pop.png) no-repeat 0 0;
    font-size: 0;
}
.btn_pop_reward:hover{
    -webkit-animation: vibe 800ms linear forwards;
    animation: vibe 800ms linear forwards;
}
@-webkit-keyframes vibe {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    20% {
        -webkit-transform: scale(0.97, 1.03);
        transform: scale(0.97, 1.03);
    }

    40% {
        -webkit-transform: scale(1.03, 0.97);
        transform: scale(1.03, 0.97);
    }

    60% {
        -webkit-transform: scale(0.97, 1.03);
        transform: scale(0.97, 1.03);
    }

    80% {
        -webkit-transform: scale(1.03, 0.97);
        transform: scale(1.03, 0.97);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.pop_container{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);

}
.pop_container .pop_warp{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 850px;
    z-index: 10;
}
.pop_container .pop_warp img{
    width: 100%;
}
.pop_container .btn_close{
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 0;
}