@charset "UTF-8";

/* ----------------------------------------------
 * HanbitSoft Infra Development Team
 * 크리스마스 + 새해 이벤트  Stylesheet
 * Author - hsa815@hanbitsoft.co.kr 221221
------------------------------------------------- */
/* 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 {
    overflow: hidden;
    width: 100%;
    min-width: 1200px;
}

#wrap .inner {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

header {
    position: relative;
    background: url(../images/bg_header.jpg) no-repeat 50% 0;
    height: 887px;
}
header.newyear{
    background: url(../images/bg_haeder_new.jpg) no-repeat 50% 0;
}
.container{
    position: relative;
}

.tab{
    display: none;
}
.tab00 {
    max-width: 2000px;
    background: url(../images/bg_content01.jpg) no-repeat 50% 0;
    height: 2913px;
    border-top: solid 4px #f62e0d;
    margin: auto;
}
.tab01 {
    max-width: 2000px;
    background: url(../images/bg_content02.jpg) no-repeat 50% 0;
    height: 2702px;
    border-top: solid 4px #ffe13d;
    margin: auto;
}
.tab.active{
    display: block;
}

.footer{
    position: absolute;
    width: 100%;
    height: 307px;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    background: url(../images/bg_footer.jpg) no-repeat 50% 0 ;
    box-sizing: border-box;
}
.footer .inner{
    width: 660px !important;
    padding-top: 120px;
}
.footer .mg{
    padding-left: 14px;
}
.nav{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
}
.nav ul{
    display: flex;
    width: 1100px;
    height: 100%;
    margin: auto;
}
.nav ul li{
    width: 50%;
    height: 100%;
    background: url(../images/bg_tab.png) 0 0;
    cursor: pointer;
}
.nav ul .tabNav00.active{
    background-position: 0 -100px;
}
.nav ul .tabNav01{
    background-position: -550px -100px;
}
.nav ul .tabNav01.active{
    background-position: -550px 0;
}


/* 더보기버튼 */
.contents span+img {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.contents .more {
    position: absolute;
    display: block;
    width: 28px;
    height: 25px;
    cursor: pointer;
    font-size: 0;
    z-index: 1;
}

.contents .more:hover+img,
.contents .more:focus+img {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 10;
}

.more.more01 {
    top: 711px;
    left: 792px;
}

.layer01 {
    top: 611px;
    left: 830px;
}

.more.more02 {
    top: 1672px;
    left: 792px;
}

.layer02 {
    top: 1572px;
    left: 830px;
}

.more.more03 {
    bottom: 570px;
    left: 640px;
}

.layer03 {
    bottom: 310px;
    left: 680px;
}

.more.more04 {
    bottom: 755px;
    left: 530px;
}

.layer04 {
    bottom: 635px;
    left: 570px;
}

.more.more05 {
    bottom: 772px;
    left: 821px;
}

.layer05 {
    bottom: 521px;
    left: 646px;
}

.more.more06 {
    bottom: 570px;
    left: 455px;
}

.layer06 {
    bottom: 345px;
    left: 278px;
}


/* 팝업버튼 */
.btn_pop {
    display: block;
    position: absolute;
    bottom: 355px;
    left: 360px;
    width: 500px;
    height: 115px;
    background: url(../images/btn_go_link01.png) no-repeat;
    font-size: 0;
}
.btn_pop.pop02{
    background: url(../images/btn_go_link02.png) no-repeat;
}
.pop_con{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
}
.pop_con .popup01{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pop_close{
    position: absolute;
    display: block;
    top: 45px;
    right: 22px;
    width: 40px;
    height: 40px;
    font-size: 0;
}
.btn_more {
    display: block;
    position: absolute;
    top: 500px;
    right: -200px;
    width: 222px;
    height: 221px;
    background: url(../images/btn_go_link.png) no-repeat;
    font-size: 0;
}

/* 마우스오버 효과 Buzz Out */
@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

.btn_pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.btn_pop:hover,
.btn_pop:focus,
.btn_pop:active {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}