@charset "utf-8";

/* --------------------------------------------
 * HanbitSoft Service Development Team
 * 블랙크리스마스 Stylesheet
 * Author - sgp8116@hanbitsoft.co.kr 20251218
----------------------------------------------- */

/* 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:focus {
    outline: 0;
}
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
-------------------------------------------------------------- */
.irPm {
    display: block;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}
.irWa {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.blind {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    clip-path: polygon(0 0, 0 0, 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    white-space: nowrap;
}
.show {
    display: block;
}
.hide {
    display: none;
}
.fL {
    float: left;
}
.fR {
    float: right;
}
.clearFix {
    zoom: 1;
}
.clearFix:after {
    clear: both;
    display: block;
    content: "";
}

/* Styles
-------------------------------------------------------------- */
body {
    font-family: "맑은 고딕", Malgun Gothic, dotum, Helvetica, sans-serif;
}
#wrap {
    position: relative;
    width: 100%;
    min-width: 1200px;
    max-width: 2000px;
    margin: 0 auto;
}
.inner {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}
.btnHome {
    position: absolute;
    z-index: 100;
    top: 41px;
    right: 0;
    width: 120px;
    height: 46px;
}

.header {
    position: relative;
    background: url(../images/bg-header.jpg) no-repeat 50% 0;
    width: 100%;
    height: 1013px;
}

.tab {
    background-repeat: no-repeat;
    background-position: 50% 0;
    height: 94px;
}
.tab .inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab .inner .tab-link {
    width: 50%;
    height: 94px;
}
.event-01 .tab {
    background-image: url(../images/nav-01.jpg);
}
.event-02 .tab {
    background-image: url(../images/nav-02.jpg);
}

.section {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 0;
}
.section .inner {
    height: 100%;
}

.event-01 .section-01 {
    background-image: url(../images/event-01/bg-section-01.jpg);
    height: 3004px;
}
.event-01 .section-01 .button-open-modal {
    background: transparent;
    position: absolute;
    top: 1695px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 359px;
    height: 54px;
}
.event-01 .section-01 .popup {
    display: none;
    position: absolute;
    top: 1730px;
    left: 50%;
    transform: translate(-50%, 0);
}
.event-01 .section-01 .popup .content {
    background: url(../images/event-01/popup.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 663px;
    height: 516px;
}
.event-01 .section-01 .popup .content .button-close {
    background: transparent;
    position: absolute;
    top: 5px;
    right: 6px;
    width: 37px;
    height: 55px;
}
.event-01 .section-01 .popup.active {
    display: block;
}

.event-01 .section-02 {
    background-image: url(../images/event-01/bg-section-02.jpg);
    height: 2780px;
}

.event-02 .section-01 {
    background-image: url(../images/event-02/bg-section-01.jpg);
    height: 2770px;
}

.event-02 .section-01 .link-detail-item {
    position: absolute;
}
.event-02 .section-01 .link-detail-item .button {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 83px;
    cursor: pointer;
}
.event-02 .section-01 .link-detail-item .content {
    display: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    top: 90px;
    left: -187px;
    width: 464px;
    height: 287px;
}
.event-02 .section-01 .link-detail-item.item-01 {
    top: 1109px;
    left: 112px;
}
.event-02 .section-01 .link-detail-item.item-01 .content {
    background-image: url(../images/event-02/popup04.png);
}
.event-02 .section-01 .link-detail-item.item-02 {
    top: 1807px;
    left: 900px;
}
.event-02 .section-01 .link-detail-item.item-02 .content {
    background-image: url(../images/event-02/popup05.png);
}
.event-02 .section-01 .link-detail-item:hover .content {
    display: block;
}

.event-02 .section-02 {
    background-image: url(../images/event-02/bg-section-02.jpg);
    height: 857px;
    z-index: 1;
}

.event-02 .section-02 .popup {
    position: absolute;
    top: 570px;
}
.event-02 .section-02 .popup .button {
    position: absolute;
    top: 0;
    left: 0;
    width: 73px;
    height: 71px;
    cursor: pointer;
}
.event-02 .section-02 .popup .content {
    display: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    top: 80px;
}
.event-02 .section-02 .popup .content .img-wrapper {
    position: absolute;
}
.event-02 .section-02 .popup .content .img-wrapper img {
    width: 100%;
}
.event-02 .section-02 .popup.popup-01 {
    left: -37px;
}
.event-02 .section-02 .popup.popup-02 {
    left: 719px;
}
.event-02 .section-02 .popup.popup-03 {
    left: 1062px;
}
.event-02 .section-02 .popup.popup-01 .content {
    background-image: url(../images/event-02/popup01.png);
    left: -108px;
    width: 292px;
    height: 613px;
}
.event-02 .section-02 .popup.popup-02 .content {
    background-image: url(../images/event-02/popup02.png);
    left: -409px;
    width: 892px;
    height: 453px;
}
.event-02 .section-02 .popup.popup-03 .content {
    background-image: url(../images/event-02/popup03.png);
    left: -182px;
    width: 440px;
    height: 477px;
}
.event-02 .section-02 .popup.popup-01 .content .img-wrapper {
    top: 45px;
    left: 10px;
    width: 271px;
}
.event-02 .section-02 .popup.popup-02 .content .img-wrapper {
    top: 62px;
    left: 200px;
    display: flex;
    width: 225px;
}
.event-02 .section-02 .popup.popup-02 .content .img-wrapper img {
    position: absolute;
}
.event-02 .section-02 .popup.popup-03 .content .img-wrapper {
    top: 45px;
    left: 11px;
    width: 418px;
}
.event-02 .section-02 .popup:hover .content {
    display: block;
}

.event-02 .section-03 {
    background-image: url(../images/event-02/bg-section-03.jpg);
    height: 1099px;
}

.event-02 .section-04 {
    background-image: url(../images/event-02/bg-section-04.jpg);
    height: 1574px;
}
.event-02 .section-04 .link-fashion-gallary {
    position: absolute;
    top: 1339px;
    left: 575px;
    width: 278px;
    height: 50px;
}

.footer {
    /* background: #d24945; */
    /* height: 549px; */
}
.event-01 .footer {
    background: url(../images/event-01/bg-footer.jpg) no-repeat 50% 0;
    height: 581px;
}
.event-02 .footer {
    background: url(../images/event-02/bg-footer.jpg) no-repeat 50% 0;
    height: 580px;
}
.footer > div {
    /* padding: 55px 0 40px; */
    padding: 25px 0 0;
}
.footer h3 {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: -0.8px;
    color: #e39796;
    text-align: center;
    background: url(../images/notice.png) no-repeat 50% 0;
    width: 109px;
    height: 42px;
    margin: 0 auto;
    padding-bottom: 27px;
}
.footer ol {
    counter-reset: numbering;
}
.footer ol li {
    font-size: 19px;
    line-height: 31px;
    letter-spacing: -1px;
    color: #878686;
    text-align: center;
}
.footer ol li::before {
    counter-increment: numbering;
    content: counters(numbering, "") ". ";
}
.footer ol li a {
    color: #787878;
    text-decoration: underline;
}
.footer ol li span {
    display: block;
    font-size: 16px;
    color: #5b5b5b;
}
.footer .copyright {
    border-top: 1px solid #33322b;
    background: #33322b;
    padding: 44px 0;
}
.footer .copyright p {
    font-family: "돋움", dotum, sans-serif;
    width: 1019px;
    font-size: 12px;
    color: #83827f;
    text-align: center;
    margin: 0 auto;
}

.button-to-top {
    position: fixed;
    bottom: 5%;
    right: 5%;
    background: url(../images/button-top.png) no-repeat 0 0;
    width: 106px;
    height: 166px;
    z-index: 10;
}
