@charset "utf-8";

/* --------------------------------------------
 * HanbitSoft Service Development Team
 * 트민남녀 커플댄스 Stylesheet
 * Author - sgp8116@hanbitsoft.co.kr  20230316
----------------------------------------------- */


/* 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: 1211px;
  overflow: hidden;
}
.ch-m,
.ch-f,
.ch-m1,
.ch-f1 {
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 190px;
}
.ch-m,
.ch-f {
  width: 800px;
  height: 1000px;
  /* animation: characterAni 5s both linear; */
  opacity: 0;
  animation: appearance 1s 0.5s both linear;
}
.ch-m1,
.ch-f1 {
  opacity: 0;
  animation: appearance 1s 2s both linear;
}
.ch-m {
  background-image: url(../images/main-m.png);
  left: -316px;

}
.ch-f {
  background-image: url(../images/main-f.png);
  right: -315px;

}
.ch-m1 {
  background-image: url(../images/ch-m.png);
  top: 201px;
  left: -268px;
  width: 635px;
  height: 991px;
}
.ch-f1 {
  background-image: url(../images/ch-f.png);
  top: 200px;
  right: -143px;
  width: 516px;
  height: 996px;
}

@keyframes appearance {
  to {
    opacity: 1;
  }
}

.section {
  position: relative;
  background-image: url(../images/bg-section.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  height: 1404px;
}

.button-show-detail {
  background: 0;
  position: absolute;
  top: 686px;
  left: 570px;
  width: 430px;
  height: 100px;
}

.footer {
  background: url(../images/bg-footer.jpg) no-repeat 50% 0;
  height: 385px;
}

/* modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal .dimmed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80%;
  z-index: 2;
  overflow-y: scroll;
}
.modal .modal-content .button-close-modal {
  background: 0;
  position: absolute;
  top: 53px;
  right: 0px;
  width: 77px;
  height: 83px;
}
.modal .modal-content .modal-img {
background: url(../images/modal.png) no-repeat 0 0;
  width: 1137px;
  height: 1741px;
}
.modal .popup {
  position: absolute;
  top: 0;
  left: 0;
}
.modal .popup01 {
  top: 393px;
  left: 661px;
}
.modal .popup02 {
  top: 903px;
  left: 504px;
}
.modal .popup03 {
  top: 903px;
  left: 864px;
}
.modal .popup .button {
  position: absolute;
  top: 0;
  left: 0;
  width: 141px;
  height: 33px;
}
.modal .popup .popup-content {
  display: none;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 37px;
  left: -86px;
}
.modal .popup .popup-content div {
  position: absolute;
  top: 52px;
  left: 40px;
  display: flex;
  width: 127px;
}
.modal .popup02 .popup-content div {
  top: 51px;
  left: 80px;
}
.modal .popup03 .popup-content div {
  left: 90px;
}
.modal .popup .popup-content div img {
  width: 100%;
}
.modal .popup01 .popup-content {
  background-image: url(../images/popup01.png);
  width: 329px;
  height: 401px;
}
.modal .popup02 .popup-content {
  background-image: url(../images/popup02.png);
  left: -243px;
  width: 669px;
  height: 401px;
}
.modal .popup03 .popup-content {
  background-image: url(../images/popup03.png);
  top: -197px;
  left: -690px;
  width: 686px;
  height: 390px;
}
.modal .popup:hover .popup-content {
  display: block;
}