@charset "utf-8";

/* --------------------------------------------
 * HanbitSoft Service Development Team
 * 화이트데이기념이벤트 커플댄스 Stylesheet
 * Author - sgp8116@hanbitsoft.co.kr  20230309
----------------------------------------------- */


/* 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: 1168px;
}

.section {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.section-01-01 {
  background: url(../images/bg-section-01-01.jpg) no-repeat 50% 0;
  height: 3447px;
}
.link-event-mode-couple-dance {
  position: absolute;
  bottom: 81px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 597px;
  height: 86px;
}

.section-01-02 {
  background: url(../images/bg-section-01-02.jpg) no-repeat 50% 0;
  height: 1867px;
}
.youtube {
  position: absolute;
  top: 222px;
  left: 50%;
  transform: translate(-50%, 0);
}
.section-01-02 .button-wrapper {
  position: absolute;
  top: 973px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
}
.link-youtube,
.link-fashion-gallary {
  display: inline-block;
  width: 330px;
  height: 98px;
}
.link-fashion-gallary {
  margin-left: 23px;
}

.section-02 {
  background-image: url(../images/bg-section-02.jpg);
  height: 1269px;
}
.button-wish-event {
  background: 0;
  position: absolute;
  bottom: 245px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 667px;
  height: 86px;
}
.link-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
}
.link-wrapper a {
  width: 50%;
  height: 128px;
}

.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;
}


/* modal */
.modal {
  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%);
  width: 1010px;
  height: 80vh;
  background: #fff;
  z-index: 2;
}
.modal .modal-content .modal-header {
  position: relative;
  background: url(../images/modal-head.jpg) no-repeat 50% 0;
  height: 73px;
}
.modal .modal-content .modal-header .button-close-modal {
  background: 0;
  position: absolute;
  top: 19px;
  right: 20px;
  width: 30px;
  height: 30px;
}
.modal .modal-content .modal-section {
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  height: calc(80vh - 153px);
  padding: 0 72px 80px;
  overflow-y: auto;
}
.modal .modal-content .modal-headline {
  background: url(../images/modal-headline.png) no-repeat 50% 50%;
  height: 83px;
  padding: 65px 0 60px 0;
}
.modal .modal-content .section-comment .input-comment {
  border: 1px solid #cccccc;
  background: #e6e6e6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 119px;
}
.modal .modal-content .section-comment .input-comment p {
  font-size: 12px;
  color: #999;
  margin: 5px 0 0 110px;
}
.modal .modal-content .section-comment .input-comment .input-comment-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal-content .section-comment .input-comment .input-comment-wrapper textarea {
  border-top: 1px solid #d0d4e3;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #d0d4e3;
  border-left: 1px solid #d0d4e3;
  width: 635px;
  height: 50px;
  resize: none;
  box-sizing: border-box;
  margin-left: 10px;
}
.modal .modal-content .section-comment .input-comment .input-comment-wrapper .button-submit {
  background: #f64545;
  width: 83px;
  height: 50px;
  font-size: 18px;
  color: #fff;
}
.modal .modal-content .section-comment .input-comment .input-comment-wrapper .user-profile-img {
  border-radius: 50%;
  background: #dfdfdf;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.modal .modal-content .section-comment .input-comment .input-comment-wrapper .user-profile-img img {
  width: 60px;
  height: 60px;
}
.modal .modal-content .section-comment .comments {
  padding-top: 20px;
}
.modal .modal-content .section-comment .comment-item {
  position: relative;
  border-bottom: 1px solid #ccc;
  display: flex;
  gap: 10px;
  padding: 10px 20px 10px 38px;
}
.modal .modal-content .section-comment .comment-item .user-img {
  flex-shrink: 0;
  border-radius: 50%;
  background: #dfdfdf;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.modal .modal-content .section-comment .comment-item .user-img img {
  width: 60px;
  height: 60px;
}
.modal .modal-content .section-comment .comment-item .comment-content .user-info .user-name {
  font-size: 13px;
  font-weight: bold;
  color: #333333;
}
.modal .modal-content .section-comment .comment-item .comment-content .user-info .regi-date {
  font-size: 13px;
  color: #999;
}
.modal .modal-content .section-comment .comment-item .comment-content .user-comment {
  font-size: 13px;
  color: #333333;
  margin-top: 5px;
}
.modal .modal-content .section-comment .comment-item .user-comment-control {
  position: absolute;
  top: 10px;
  right: 0;
  display: flex;
  align-items: center;
}
.modal .modal-content .section-comment .comment-item .user-comment-control .button-modi,
.modal .modal-content .section-comment .comment-item .user-comment-control .button-del {
  position: relative;
  background: 0;
  font-size: 12px;
  color: #333;
}
.modal .modal-content .section-comment .comment-item .user-comment-control .button-modi:hover,
.modal .modal-content .section-comment .comment-item .user-comment-control .button-del:hover {
  text-decoration: underline;
}
.modal .modal-content .section-comment .comment-item .user-comment-control .button-modi {
  padding-right: 10px;
}
.modal .modal-content .section-comment .comment-item .user-comment-control .button-del {
  padding-left: 10px;
}
.modal .modal-content .section-comment .comment-item .user-comment-control .button-del::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 1px;
  height: 1em;
  background: #333;
}
.pagination {
  margin:20px 0 15px 0;
  text-align:center;
}
.pagination .prev {
  background:url(../images/prev.jpg) no-repeat 0 0;
  width:28px;
  height:29px;
  margin-right:10px;
}
.pagination .next {
  background:url(../images/next.jpg) no-repeat 0 0;
  width:28px;
  height:29px;
  margin-left:10px;
}
.pagination a,
.pagination strong {
  display:inline-block;
  vertical-align:middle;
  width:25px;
  height:29px;
  line-height:29px;
}
.pagination strong,
.pagination a:hover {
  color:#ff546c;
  text-decoration:none;
}