@charset "utf-8";

/* --------------------------------------------
 * HanbitSoft Service Development Team
 * 빼빼로데이이벤트 Stylesheet
 * Author - sgp8116@hanbitsoft.co.kr 20231109
----------------------------------------------- */


/* 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 {
  background: url(../images/bg-header.jpg) no-repeat 50% 0;
  height: 784px;
}

.main {
  position: relative;
}

.tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.tab-inner {
  width: 1100px;
  height: 107px;
  margin: 0 auto;
  display: flex;
}
.tab-button {
  background: 0;
  width: 50%;
}

.section {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.section-promotion {
  background-image: url(../images/bg-tab-content-0.jpg);
  height: 1356px;
}
.section-promotion .button-open-popup {
  background: 0;
  position: absolute;
  top: 659px;
  right: 144px;
  width: 326px;
  height: 58px;
}
.section-update {
  background-image: url(../images/bg-tab-content-1.jpg);
  height: 2733px;
}

/* footer */
.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;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.popup .dimmed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.popup .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1047px;
  height: 70%;
  z-index: 2;
}
.popup .content .button {
  position: absolute;
  top: -95px;
  right: -25px;
  background: url(../images/button-clsoe-popup.png) no-repeat 0 0;
  width: 76px;
  height: 89px;
  z-index: 1;
  cursor: pointer;
}
.popup .content .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.popup .content .img {
  background: url(../images/popup.png) no-repeat 0 0;
  height: 1560px;
}