@charset "utf-8";

/* --------------------------------------------
 * HanbitSoft Service Development Team
 * 출석이벤트 Stylesheet
 * Author - sgp8116@hanbitsoft.co.kr  20230302
----------------------------------------------- */


/* 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:1100px;height: 100%;margin: 0 auto;}
.btnHome {position:absolute;z-index:100;top:39px;right:0px;width:120px;height:50px;}

.header {
  position: relative;
  background: url(../images/bg-header.jpg) no-repeat 50% 0;
  height: 1184px;
}

.section {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.section-01 {
  background-image: url(../images/bg-section-01.jpg);
  height: 3066px;
}

.section-02 {
  background-image: url(../images/bg-section-02.jpg);
  height: 2209px;
}

.section-03 {
  background-image: url(../images/bg-section-03.jpg);
  height: 899px;
}

.button-detail-01 {
  position: absolute;
  top: 1018px;
  right: 109px;
  width: 210px;
  height: 47px;
  cursor: pointer;
}
.button-detail-02 {
  position: absolute;
  top: 896px;
  right: 109px;
  width: 210px;
  height: 47px;
  cursor: pointer;
}
.detail.detail-01,
.detail.detail-02 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail.detail-01 .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/item-detail-01.png) no-repeat 0 0;
  width: 844px;
  height: 1271px;
  z-index: 1;
}
.detail.detail-01 .popup-content .button-close,
.detail.detail-02 .popup-content .button-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 49px;
  height: 49px;
  cursor: pointer;
}
.detail.detail-02 .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/item-detail-02.png) no-repeat 0 0;
  width: 844px;
  height: 848px;
  z-index: 1;
}

.popup {
  position: absolute;
}
.popup .button-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 27px;
}
.popup.popup-01 {
  top: 1762px;
  right: 163px;
}
.popup.popup-01 .popup-content {
  display: none;
  position: absolute;
  top: 30px;
  left: -236px;
  background: url(../images/popup01.png) no-repeat 0 0;
  width: 334px;
  height: 290px;
}
.popup.popup-01 .popup-content .gif-wrapper {
  position: absolute;
  top: 106px;
  left: 32px;
}
.popup.popup-01 .popup-content .gif-wrapper img {
  width: 134px;
}
.popup.popup-02 {
  top: 1373px;
  right: 340px;
}
.popup.popup-02 .popup-content {
  display: none;
  position: absolute;
  top: 30px;
  left: -536px;
  background: url(../images/popup02.png) no-repeat 0 0;
  width: 799px;
  height: 488px;
}
.popup:hover .popup-content {
  display: block;
}

.link-special-box {
  position: absolute;
  top: 528px;
  left: 190px;
  width: 392px;
  height: 30px;
}

.footer {
  background: #191c1d;
}
.footer > div {
  padding: 53px 0;
}
.footer h3 {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: #9a9a9a;
  text-align: center;
  padding-bottom: 35px;
}
.footer ol {
  counter-reset: numbering;
}
.footer ol li {
  font-size: 19px;
  line-height: 35px;
  letter-spacing: -0.8px;
  color: #787878;
  text-align: center;
}
.footer ol li::before {
  counter-increment: numbering;
  content: counters(numbering, "")". ";
}
.footer ol li a {
  color: #787878;
  text-decoration: underline;
}
.footer .copyright {
  background: #050606;
  font-family: '돋움', dotum, sans-serif;
  font-size: 12px;
  color: #747474;
  text-align: center;
  padding: 44px 0;
}

.go-top {
  position: fixed;
  bottom: 10%;
  right: 10%;
  background: url(../images/button-top.jpg) no-repeat 0 0;
  width: 47px;
  height: 47px;
}
