@charset "utf-8";

/* --------------------------------------------
 * HanbitSoft Service Development Team
 * 디에고의 스페셜 선물상자 Stylesheet
 * Author - sgp8116@hanbitsoft.co.kr  20251030
----------------------------------------------- */

/* 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 {
    background: #000;
    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: 1200px;
    margin: 0 auto;
}
.btnHome {
    position: absolute;
    z-index: 100;
    top: 38px;
    right: 50px;
    width: 120px;
    height: 50px;
}

.header {
    background: url(../images/bg-header.jpg) no-repeat 50% 0;
    width: 100%;
    height: 911px;
}

.section {
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
}
.section .inner {
    position: relative;
    height: 100%;
}

.section-01 {
    background-image: url(../images/bg-section-01.jpg);
    height: 939px;
}

.section-02 {
    background-image: url(../images/bg-section-02.jpg);
    height: 536px;
    z-index: 1;
}

.section-03 {
    background-image: url(../images/bg-section-03.jpg);
    height: 777px;
}

.section-04 {
    background-image: url(../images/bg-section-04.jpg);
    height: 678px;
}

.section-05 {
    background-image: url(../images/bg-section-05.jpg);
    height: 974px;
}

.footer > div {
    /* background: url(../images/bg-footer.jpg) no-repeat 50% 0; */
    background: #40296e;
    text-align: center;
    padding: 76px 0;
}
.footer > div h3 {
    background: url(../images/notice-text.png) no-repeat 0 0;
    width: 86px;
    height: 22px;
    margin: 0 auto;
    padding-bottom: 28px;
}
.footer > div ul li {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.4);
}
.footer > div ul li::before {
    content: "- ";
}
.footer .copyright {
    background: #180f29;
    font-family: "Arial", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
    padding: 42px 0;
}

.link {
    position: absolute;
    top: 656px;
    left: 301px;
    width: 598px;
    height: 75px;
    z-index: 1;
}

.button-open-popup {
    background: 0;
    position: absolute;
    top: 430px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 598px;
    height: 75px;
}
.button-open-popup.items {
    top: 782px;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;
}
.popup .popup-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/popup01.png) no-repeat 0 0;
    width: 857px;
    height: 688px;
}
.popup .button-close-popup {
    position: absolute;
    top: 0;
    right: 0;
    background: 0;
    width: 49px;
    height: 49px;
}
.popup .popup-content {
    margin: 100px 122px 30px 60px;
    height: 525px;
    box-sizing: border-box;
    overflow-y: auto;
}
.popup .popup-content h2,
.popup .popup-content h3 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.5px;
    color: #3a3637;
    text-align: center;
    margin-bottom: 15px;
}
.popup .popup-content h2 {
    margin-top: 10px;
}
.popup .popup-content table {
    width: 100%;
    border: 2px solid #b0b0b0;
    margin-bottom: 15px;
}
.popup .popup-content table thead th {
    border-left: 2px solid #c8c8c8;
    background-color: #bbbaba;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.5px;
    color: #3a3637;
    height: 42px;
}
.popup .popup-content table tbody th {
    border: 2px solid #c8c8c8;
    border-left: 0;
    background-color: #e3e3e3;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.5px;
    color: #3a3637;
    height: 38px;
}
.popup .popup-content table tbody td {
    border: 2px solid #c8c8c8;
    background-color: #e3e3e3;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.5px;
    color: #3a3637;
    height: 38px;
    text-align: center;
}
.popup .popup-content table tbody td span {
    color: #761fe1;
}
.popup .popup-content table thead th:first-child {
    border-left: 0;
}
.popup .popup-content table tbody tr:first-child th,
.popup .popup-content table tbody tr:first-child td {
    border-top: 0;
}
.popup .popup-content table tbody tr:last-child th,
.popup .popup-content table tbody tr:last-child td {
    border-bottom: 0;
}
.popup .popup-content table tbody td:last-child {
    border-right: 0;
}

.popup.items .popup-wrapper {
    background-image: url(../images/popup07.png);
    width: 860px;
    height: 693px;
}

.ly {
    position: absolute;
    top: 406px;
    left: 304px;
}
.ly .popup-button {
    width: 34px;
    height: 34px;
    cursor: pointer;
}
.ly .popup-content {
    display: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    top: 40px;
    left: -219px;
}
.popup-02 .popup-content {
    background-image: url(../images/popup02.png);
    left: -291px;
    width: 615px;
    height: 82px;
}
.popup-03 {
    left: 469px;
}
.popup-03 .popup-content {
    background-image: url(../images/popup03.png);
    width: 470px;
    height: 82px;
}
.popup-04 {
    left: 635px;
}
.popup-04 .popup-content {
    background-image: url(../images/popup04.png);
    left: -386px;
    width: 807px;
    height: 456px;
}
.popup-05 {
    left: 800px;
}
.popup-05 .popup-content {
    background-image: url(../images/popup05.png);
    left: -246px;
    width: 528px;
    height: 82px;
}
.popup-06 {
    left: 966px;
}
.popup-06 .popup-content {
    background-image: url(../images/popup06.png);
    left: -386px;
    width: 807px;
    height: 456px;
}
.ly:hover .popup-content {
    display: block;
}
