@charset "utf-8";

/* --------------------------------------------
 * HanbitSoft Service Development Team
 * 2025 발렌타인데이이벤트 Stylesheet
 * Author - sgp8116@hanbitsoft.co.kr 20250213
----------------------------------------------- */


/* 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:1210px;margin: 0 auto;}
.btnHome {position:absolute;z-index:100;top:41px;right:55px;width:120px;height:46px;}

.header {
  position: relative;
  background: url(../images/bg-header.jpg) no-repeat 50% 0;
  width: 100%;
  height: 1204px;
}

.tab {
  background: url(../images/bg-tab.jpg) no-repeat 50% 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 83px;
  z-index: 10;
}
.tab-inner {
  width: 1100px;
  margin: 0 auto;
}
.tab-list {
  display: flex;
  justify-content: space-between;
}
.tab-link {
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  width: 274px;
  height: 83px;
}
.tab-item:nth-child(1) .tab-link {
  background-image: url(../images/tab-01.png);
}
.tab-item:nth-child(2) .tab-link {
  background-image: url(../images/tab-02.png);
}
.tab-item:nth-child(3) .tab-link {
  background-image: url(../images/tab-03.png);
}
.tab-item:nth-child(4) .tab-link {
  background-image: url(../images/tab-04.png);
}
.tab-item:nth-child(1) .tab-link.active,
.tab-item:nth-child(1) .tab-link:hover {
  background-image: url(../images/tab-01-active.png);
}
.tab-item:nth-child(2) .tab-link.active,
.tab-item:nth-child(2) .tab-link:hover {
  background-image: url(../images/tab-02-active.png);
}
.tab-item:nth-child(3) .tab-link.active,
.tab-item:nth-child(3) .tab-link:hover {
  background-image: url(../images/tab-03-active.png);
}
.tab-item:nth-child(4) .tab-link.active,
.tab-item:nth-child(4) .tab-link:hover {
  background-image: url(../images/tab-04-active.png);
}

.section,
.section-content {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.section .inner {
  height: 100%;
}

.event01 .section {
  background-image: url(../images/event01/bg-section.jpg);
  height: 1303px;
}

.event02 .section-content-01 {
  background-image: url(../images/event02/bg-content-01.jpg);
  height: 1320px;
}
.event02 .section-content-02 {
  background-image: url(../images/event02/bg-content-02.jpg);
  height: 1127px;
}
.event02 .popup {
  position: absolute;
  z-index: 1;
}
.event02 .popup .button {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.event02 .popup .content {
  display: none;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 30px;
  left: -183px;
  width: 397px;
  height: 257px;
}
.event02 .popup:hover .content {
  display: block;
}
.event02 .popup-01 {
  top: 258px;
  left: 1091px;
}
.event02 .popup-01 .content {
  background-image: url(../images/event02/popup01.png);
}
.event02 .popup-02 {
  top: 520px;
  left: 960px;
}
.event02 .popup-02 .content {
  background-image: url(../images/event02/popup02.png);
}

.event03 .section-content-01 {
  background-image: url(../images/event03/bg-content-01.jpg);
  height: 3366px;
}
.event03 .link-item-detail {
  position: absolute;
  bottom: 98px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 373px;
  height: 50px;
}
.event03 .section-content-02 {
  background-image: url(../images/event03/bg-content-02.jpg);
  height: 2452px;
}

.event04 .section-content-01 {
  background-image: url(../images/event04/bg-content-01.jpg);
  height: 1601px;
}
.event04 .section-content-02 {
  background-image: url(../images/event04/bg-content-02.jpg);
  height: 3667px;
}
.event04 .button-open-vm-items {
  background: 0;
  position: absolute;
  top: 1260px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 142px;
  height: 51px;
}
.event04 .modal {
  display: none;
  position: absolute;
  top: 1300px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 516px;
  height: 1375px;
}
.event04 .modal .button-close-vm-items {
  background: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 23px;
  height: 35px;
  cursor: pointer;
  z-index: 1;
}
.event04 .modal .content {
  background: url(../images/event04/POPUP.png) no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 516px;
  height: 1375px;
}
.event04 .link-couplepoint-ranking {
  position: absolute;
  bottom: 68px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 374px;
  height: 50px;
}
.event04 .section-content-03 {
  background-image: url(../images/event04/bg-content-03.jpg);
  height: 1888px;
}

.footer {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-color: #4e3530;
  /* background-image: url(../images/bg-footer.jpg); */
  /* height: 608px; */
}
.footer > div {
  width: 1200px;
  /* width: 950px; */
  margin: 0 auto;
  /* padding: 90px 0 40px; */
  /* padding: 110px 0 40px; */
  padding: 70px 0;
}
.footer h3 {
  /* font-size: 25px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: #fff;
  text-align: center; */
  background: url(../images/footer-notice-text.png) no-repeat 50% 0;
  width: 80px;
  height: 22px;
  margin: 0 auto;
  padding-bottom: 27px;
}
.footer ol {
  counter-reset: numbering;
}
.footer ol li {
  display: table;
  font-size: 16px;
  line-height: 1.31;
  letter-spacing: -0.07em;
  color: #cbaba5;
  text-align: center;
  word-break: keep-all;
  margin: 9px auto;
}
.footer ol li::before {
  counter-increment: numbering;
  content: counters(numbering, "")". ";
  /* display: table-cell;
  padding-right: 8px; */
}
.footer ol li a {
  font-size: 15px;
  color: #e8ada1;
  text-decoration: none;
  font-style: italic;
  padding-left: 13px;
}
.footer ol li span {
  display: block;
  font-size: 16px;
  color: #595959;
}
.footer .copyright {
  border-top: 1px solid #78544d;
  background: #4e3530;
  font-family: '돋움', dotum, sans-serif;
  /* width: 1019px; */
  font-size: 12px;
  color: #8f6157;
  text-align: center;
  padding: 44px 0;
  margin: 0 auto;
}

.button-to-top {
  position: fixed;
  bottom: 5%;
  right: 5%;
  background: url(../images/button-top.png) no-repeat 0 0;
  width: 183px;
  height: 132px;
  z-index: 10;
}
