@charset "utf-8";

/* --------------------------------------------
 * HanbitSoft Service Development Team
 * 드라마 속 주인공 Stylesheet
 * Author - sgp8116@hanbitsoft.co.kr  20230323
----------------------------------------------- */


/* 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: 860px;
  overflow: hidden;
}

.nav {
  background-repeat: no-repeat;
  background-position: 50% 0;
  height: 157px;
}
.nav-01 {
  background-image: url(../images/bg-nav-01.jpg);
}
.nav-02 {
  background-image: url(../images/bg-nav-02.jpg);
}
.nav .inner {
  display: flex;
  justify-content: space-between;
  width: 1057px;
}
.nav-link {
  display: inline-block;
  width: 510px;
  height: 102px;
}

.section {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.event-01-section-01 {
  background-image: url(../images/tab01/section-01.jpg);
  height: 1703px;
}

.event-01-section-02 {
  background-image: url(../images/tab01/section-02.jpg);
  height: 1538px;
}

.event-01 .footer {
  background: url(../images/tab01/bg-footer.jpg) no-repeat 50% 0;
  height: 355px;
}
.event-01 .footer .link-footer-notice {
  position: absolute;
  top: 157px;
  left: 359px;
  width: 208px;
  height: 20px;
}

.event-02-content-01,
.event-02-content-02 {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.event-02-content-01 {
  background-image: url(../images/tab02/bg01.jpg);
  height: 1194px;
}
.event-02-content-02 {
  background-image: url(../images/tab02/bg02.jpg);
  height: 1959px;
}

.event-02 .footer {
  background: url(../images/tab02/bg-footer.jpg) no-repeat 50% 0;
  height: 480px;
}

.link-totem-guide {
  position: absolute;
  top: 861px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 253px;
  height: 49px;
}
.link-grade-totem {
  position: absolute;
  top: 1603px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 565px;
  height: 95px;
}
.link-couple-point-ranking {
  position: absolute;
  top: 966px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 445px;
  height: 95px;
}
.link-check-update {
  position: absolute;
  bottom: 67px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 445px;
  height: 95px;
}

.button-available-totem {
  background: 0;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 565px;
  height: 95px;
}
.button-detail-concept-avatar {
  background: 0;
  position: absolute;
  top: 503px;
  right: 70px;
  width: 445px;
  height: 95px;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal .dimmed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1177px;
  height: 700px;
  z-index: 2;
  overflow-y: scroll;
}
.modal .modal-content .button-close-modal {
  background: 0;
  position: absolute;
  top: 0px;
  right: 36px;
  width: 47px;
  height: 48px;
}
.modal .modal-content .content-img {
  background: url(../images/tab02/popup.png) no-repeat 0 0;
  width: 1160px;
  height: 1300px;
}

.modal.totem .modal-content {
  width: 796px;
  height: 750px;
  overflow: initial;
}
.modal.totem .modal-content .button-close-modal {
  right: 0;
}

.modal.totem .modal-content .content-img {
  background: url(../images/tab01/popup.png) no-repeat 0 0;
  width: 796px;
  height: 750px;
}

.link-event {
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 365px;
  height: 95px;
}