@charset "UTF-8";

/* ----------------------------------------------
 * HanbitSoft Infra Development Team
 * 서머코스튬 Stylesheet
 * Author - hsa815@hanbitsoft.co.kr 220801
------------------------------------------------- */
/* 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: 1078px;
}
.con {
    background: url(../images/bg_con.jpg) no-repeat 50% 0;
    height: 3142px;
}
footer {
    background: url(../images/bg_footer.jpg) no-repeat 50% 0;
    height: 331px;
}
.content{
    position: absolute;
    width: 100%;
    height: 3064px;
    top: 10px;
    background: url(../images/bg_content.png) no-repeat 50% 0;
}
/* 수박아이콘 */
.bg_icon{
    display: block;
    position: absolute;
}
.bg_icon.icon1{
    top: -30px;
    right: -170px;
    width: 386px;
    height: 380px;
    background: url(../images/bg_icon_01.png) no-repeat 0 0;
    animation: motion 1.8s linear infinite;
}
.bg_icon.icon2{
    top: 2180px;
    left: -170px;
    width: 348px;
    height: 349px;
    background: url(../images/bg_icon_02.png) no-repeat 0 0;
    animation: swing ease-in-out 1s infinite alternate;
}
.bg_icon.icon3{
    top: 900px;
    left: -50px;
    width: 131px;
    height: 155px;
    z-index: 10;
    background: url(../images/bg_icon_03.png) no-repeat 0 0;
    animation: vibe ease-in-out 1.7s infinite alternate;
}
.hover_list{
    position: relative;
    font-size: 0;
    line-height: 0;
}
.btn_hover{
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.hover_list img {
    position: absolute;
    display: none;
    z-index: 10;
}
.btn_hover:hover + img,
.btn_hover:focus + img{
    display: block;
}
.hover_list img.view{
    display: block;
    visibility: visible;
}
.btn_hover.more01{
    top: 545px;
    left: 542px;
}
.pop01{
    top: 575px;
    left: 310px;
}
.btn_hover.more02 {
    top: 1265px;
    left: 543px;
}
.pop02 {
    top: 1295px;
    left: 315px;
}
.btn_hover.more03 {
    top: 2003px;
    left: 618px;
}
.pop03 {
    top: 2030px;
    left: 385px;
}
.btn_hover.more04 {
    top: 2740px;
    left: 690px;
}
.pop04 {
    top: 2770px;
    left: 460px;
}
.btn_hover.more05 {
    top: 3015px;
    left: 350px;
}
.pop05 {
    top: 1705px;
    left: 105px;
}
.btn_hover.more06 {
    top: 3015px;
    left: 725px;
}
.pop06 {
    top: 1465px;
    left: 480px;
}
.btn_hover.more07 {
    top: 3015px;
    left: 1095px;
}
.pop07 {
    top: 2490px;
    left: 850px;
}

/* 팝업버튼 */
.btn_box{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.btn_box .btn_popup{
    display: inline-block;
    width: 358px;
    height: 128px;
    background: url(../images/btn_pop.png) no-repeat;
    font-size: 0;
}
.btn_box .btn_popup:hover{
    animation: vibe 600ms linear forwards;
}
.btn_box .btn_popup.popup01{
    background-position: 0 0;
}
.btn_box .btn_popup.popup02{
    background-position: -372px 0;
    margin: 0 59px;
}
.btn_box .btn_popup.popup03 {
    background-position: -742px 0;
}
@-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);
    }
}

@keyframes motion {
    0% {
        margin-top: -10px;
    }

    50% {
        margin-top: 30px;
    }

    100% {
        margin-top: -10px;
    }
}

@keyframes bounce {
    100% {
        margin-top: -20px;
        text-shadow: 0 1px 0 #CCC,
            0 2px 0 #CCC,
            0 3px 0 #CCC,
            0 4px 0 #CCC,
            0 5px 0 #CCC,
            0 6px 0 #CCC,
            0 7px 0 #CCC,
            0 8px 0 #CCC,
            0 9px 0 #CCC,
            0 50px 25px rgba(0, 0, 0, .3);
    }
}

@keyframes swing {
    0% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(-5deg);
    }
}

/* 팝업 */
.pop_container{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 99;
    display: none;
    overflow: hidden;
}
.pop_content{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 523px;
   height: 800px;
   overflow-y: scroll;
   overflow-x: hidden;
}

#popup3 .pop_content{
    height: 530px;
    overflow: hidden;
}