@charset "utf-8";

/* ----------------------------------------------
 * HanbitSoft Service Development Team
 * 개척자를 위한 장비 상점 Stylesheet
 * Author - sgp8116@hanbitsoft.co.kr 260212
 ------------------------------------------------- */

/* 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: "돋움", 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;
}

/* Reserved Class
-------------------------------------------------------------- */
.irPm {
    display: block;
    font-size: 0px;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
}
.irWa {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}
.blind {
    position: absolute;
    top: 0;
    left: -1000%;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
.show {
    display: block;
}
.hide {
    display: none;
}
.fL {
    float: left;
}
.fR {
    float: right;
}
.clearFix {
    zoom: 1;
}
.clearFix:after {
    display: block;
    content: "";
    clear: both;
}

/* Styles
-------------------------------------------------------------- */
#wrap {
    position: relative;
    width: 100%;
    min-width: 1200px;
    max-width: 2000px;
    margin: 0 auto;
}
.inner {
    position: relative;
    width: 1100px;
    height: 100%;
    margin: 0 auto;
}

.header {
    background: url(../images/bg-header.jpg) no-repeat 50% 0;
    height: 714px;
}

.section {
    position: relative;
    background: url(../images/section0.jpg) no-repeat 50% 0;
    height: 1347px;
}

.event01 .section {
    background-image: url(../images/section01.jpg);
    height: 1503px;
}

.event02 .section {
    background-image: url(../images/section02.jpg);
    height: 1525px;
}

.event03 .section {
    background-image: url(../images/section03.jpg);
    height: 1382px;
}

.footer {
    background: url(../images/bg-footer.jpg) no-repeat 50% 0;
    height: 531px;
}

.link {
    position: absolute;
    top: 560px;
    width: 350px;
    height: 82px;
}
.link-02 {
    left: 376px;
}
.link-03 {
    left: 748px;
}

.button-popup {
    background: none;
    position: absolute;
    bottom: 166px;
    right: 60px;
    width: 184px;
    height: 42px;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.popup .dimmed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.popup .content-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 639px;
    height: 588px;
    z-index: 2;
}
.popup .content-wrapper .button-close {
    background: none;
    position: absolute;
    top: 80px;
    right: 65px;
    width: 40px;
    height: 40px;
}
.popup .content-wrapper .content {
    background: url(../images/popup.png) no-repeat 0 0;
    width: 639px;
    height: 588px;
}

.link-back {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 460px;
    height: 68px;
}
.event01 .link-back {
    bottom: 77px;
}
.event02 .link-back {
    bottom: 100px;
}
.event03 .link-back {
    bottom: 107px;
}
