﻿@charset "utf-8";

#evtWrap {
  padding-top: 90px;
  background-color: #ffffff;
  text-align: center;
}

#quickMenu {
  top: 120px;
  right: 50px;
  position: fixed;
  z-index: 100;
  overflow: hidden;
}
#quickMenu .btn1 {
  width: 100%;
  height: 24%;
  top: 19%;
  left: 0%;
}
#quickMenu .btn2 {
  width: 100%;
  height: 24%;
  top: 43%;
  left: 0%;
}
#quickMenu .btn3 {
  width: 100%;
  height: 24%;
  top: 67%;
  left: 0%;
}
#quickMenu .top {
  width: 100%;
  height: 9.5%;
  bottom: 0%;
  left: 0%;
}

.sec {
  position: relative;
  min-width: 1150px;
  background-repeat: no-repeat;
  background-position-x: center;
}
.sec .innerWrap {
  width: 1150px;
  height: 100%;
  margin: 0px auto;
  position: relative;
}

#main {
  height: 653px;
  background-image: url("https://19be575011ac1188.kinxzone.com/main.jpg");
}
#evt1 {
  height: 1739px;
  background-image: url("https://19be575011ac1188.kinxzone.com/section1_0210.jpg");
}
#evt2 {
  max-width: 1920px;
  margin: 0px auto;
  height: 1177px;
  background-image: url("https://19be575011ac1188.kinxzone.com/section2.jpg");
}
#evt2_list {
  padding-top: 10px;
  padding-bottom: 50px;
  background-image: url("https://19be575011ac1188.kinxzone.com/section2_list.jpg");
  background-color: #d8ffde;
  max-width: 1920px;
  margin: 0px auto;
}
#evt3 {
  height: 1427px;
  background-image: url("https://19be575011ac1188.kinxzone.com/section3.jpg");
}
#notice {
  height: 684px;
  background-image: url("https://19be575011ac1188.kinxzone.com/footer.jpg");
}
#notice .btn1 {
  width: 51%;
  height: 5%;
  bottom: 10%;
  left: 11%;
}
.btn.join {
  cursor: pointer;
}

#evt1 .btnContainer {
  width: 80%;
  top: 41%;
  left: 10%;
}
#evt2 .btnContainer {
  width: 80%;
  bottom: 4%;
  left: 10%;
}
.sec .btnContainer img {
  width: 100%;
  height: auto;
}
.sec .btnContainer ul {
  display: flex;
  justify-content: space-around;
}
.sec .btnContainer li a.zoom {
  transform: scale(1);
  transition: transform 0.3s ease;
}
.sec .btnContainer li a.zoom:hover {
  transform: scale(1.05);
}
#list {
  width: 80%;
  margin: 0px auto;
}
#list p.txt1 {
  margin: 30px 0px;
}
#list .list {
  margin: 30px 0px;
}
#list .list li {
  margin: 15px 0px;
  min-height: 185px;
  padding: 20px;
  padding-left: 190px;
  border-radius: 15px;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  color: #555555;
  text-align: left;
  position: relative;
}
#list .list li p.thumb {
  top: 20px;
  left: 20px;
  position: absolute;
}
#list .list li p.comment {
  font-size: 26px;
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#list .list li p.user {
  font-size: 23px;
  text-align: right;
}
#list .list li p.user span {
  margin-left: 15px;
}

#list .paging a {
  font-size: 20px;
  padding: 5px;
  font-style: normal;
  display: inline-block;
  color: #555555;
}
#list .paging a.active {
  font-weight: bold;
  color: #000000;
}
#evt2_list .gift {
  width: 80%;
  margin: 0px auto;
  margin-top: 60px;
}
#evt3 .join {
  width: 35%;
  top: 28%;
  left: 32.5%;
  animation: ani_btn 1.2s infinite;
}
#evt3 .link {
  width: 28%;
  bottom: 9%;
  left: 36%;
  animation: ani_btn 1.2s infinite;
}

@keyframes ani_btn {
  0% {
    transform: scale(0.97);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.97);
  }
}

/*팝업*/
.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 9999;
  box-sizing: border-box;
  background-color: hsla(0, 0%, 0%, 0.8);
  text-align: center;
  display: none;
}
.popup:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.popup .wrap {
  width: 630px;
  margin: 0 auto;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
}
.popup .top {
  position: relative;
}
.popup .top .close {
  width: 15%;
  height: 100%;
  top: 0%;
  right: 0%;
}
.popup .top .close a {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  position: absolute;
  font-size: 0px;
}

.popup .top .closePolicy {
  width: 15%;
  height: 100%;
  top: 0%;
  right: 0%;
  cursor: pointer;
}
.popup .top .closePolicy a {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  position: absolute;
  font-size: 0px;
}
.popup .mid {
  background-color: #ffffff;
  padding: 5px 0px;
}

.popup .mid .content1 {
  padding: 30px 50px;
  box-sizing: border-box;
}
.popup .mid .content2 {
  box-sizing: border-box;
}
.popup .content3 {
  position: relative;
}

#popup_login .evt {
  display: none;
}
#popup_login .wrap.evt2 .evt2 {
  display: block;
}
#popup_login .wrap.evt3 .evt3 {
  display: block;
}
#popup_login .content1 p.txt1 {
  font-size: 33px;
  line-height: 40px;
  font-weight: 500;
}
#popup_login .content1 p.txt2 {
  font-size: 22px;
  font-weight: 500;
}
#popup_login .content1 p.txt3 {
  font-size: 22px;
  color: #999999;
}
#popup_login .content1 .input {
  margin: 30px 10px;
  padding: 10px 30px;
  border: 2px solid #eaeaea;
  border-radius: 25px;
  width: auto;
  height: auto;
}
#popup_login .content1 .input li {
  padding-left: 120px;
  margin: 20px 0px;
  position: relative;
}
#popup_login .content1 .input li label {
  font-size: 29px;
  width: 100px;
  line-height: 62px;
  font-weight: 600;
  top: 0px;
  left: 0px;
  position: absolute;
  display: block;
}
#popup_login .content1 .input li input {
  font-size: 30px;
  width: 100%;
  height: 62px;
  padding: 0px 30px;
  font-weight: 600;
  border-radius: 30px;
  border: none;
  background-color: #eaeaea;
  text-align: center;
}
#popup_login .content1 .agree {
  font-size: 22px;
  margin: 20px 0px;
  color: #8cc33f;
  display: flex;
  align-items: center;
  justify-content: center;
}
#popup_login .content1 .agree label {
  display: flex;
  align-items: center;
}
#popup_login .content1 .agree label em {
  width: 39px;
  height: 39px;
  margin-right: 10px;
  display: inline-block;
  background-image: url(https://19be575011ac1188.kinxzone.com/popup_login_check.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#popup_login .content1 .agree label input {
  display: none;
}
#popup_login .content1 .agree label input:checked + em {
  background-image: url(https://19be575011ac1188.kinxzone.com/popup_login_checkH.jpg);
}
#popup_login .content1 .agree a {
  margin-left: 10px;
}
#popup_login .confirm {
  display: flex;
  justify-content: center;
}

#popup_policy .content1 .policy {
  margin-bottom: 20px;
  padding: 10px 30px;
  border: 2px solid #eaeaea;
  border-radius: 25px;
  height: 450px;
  overflow-y: auto;
  text-align: left;
}
#popup_policy .content1 .policy dl {
  margin-bottom: 20px;
  line-height: 25px;
}
#popup_policy .content1 .policy dt {
  font-size: 22px;
  margin: 5px 0px;
  font-weight: 700;
}
#popup_policy .content1 .policy dd {
  font-size: 18px;
}

#popup_evt2_input .mid {
  padding: 5px 50px;
}
#popup_evt2_input .select {
  padding: 20px 0px;
}
#popup_evt2_input .select span {
  display: none;
}
#popup_evt2_input .select.select1 span.select1 {
  display: block;
}
#popup_evt2_input .select.select2 span.select2 {
  display: block;
}
#popup_evt2_input .select.select3 span.select3 {
  display: block;
}
#popup_evt2_input textarea {
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
  height: 150px;
  font-size: 20px;
  border-radius: 20px;
  border: 2px solid #7cc576;
  resize: none;
}

#popup_evt3_share .sns {
  width: 96%;
  height: 12%;
  top: 58.5%;
  left: 2%;
}
#popup_evt3_share .sns .btn {
  width: 20%;
  height: 100%;
}
#popup_evt3_share .sns .facebook {
  left: 0%;
}
#popup_evt3_share .sns .kakao {
  left: 20%;
}
#popup_evt3_share .sns .blog {
  left: 40%;
}
#popup_evt3_share .sns .twitter {
  left: 60%;
}
#popup_evt3_share .sns .threads {
  left: 80%;
}
#popup_evt3_share .confirm {
  width: 52%;
  height: 9%;
  bottom: 13.5%;
  left: 24%;
}

#popup_roulette .evt {
  display: none;
}
#popup_roulette .wrap.evt2 .evt2 {
  display: block;
}
#popup_roulette .wrap.evt3 .evt3 {
  display: block;
}
#popup_roulette p.txt1 {
  margin: 20px 0px;
  font-size: 30px;
  font-weight: 600;
  color: #047b36;
}
#popup_roulette .roulette {
  position: relative;
}
#popup_roulette .roulette .pin {
  width: 57px;
  margin-left: -28px;
  top: 8px;
  left: 50%;
  position: absolute;
  z-index: 2;
}
#popup_roulette .roulette .pan span {
  display: none;
}
#popup_roulette .roulette .pan .start {
  display: block;
  cursor: pointer;
}

.win.popup .closeBtn,
.lose.popup .closeBtn {
  width: 36%;
  height: 11%;
  bottom: 3%;
  left: 32%;
}

.comingsoon {
  display: none1;
  position: absolute;
  width: 100%;
  height: 77%;
  top: 23%;
  left: 0%;
  background-color: #000000;
  z-index: 10;
}
.comingsoon span {
  top: 14%;
  left: 50%;
  margin-left: -456px;
}

#popup_ytb .wrap {
  width: 900px;
}
#popup_ytb .wrap .top {
  position: absolute;
  width: 100%;
  height: 14.5%;
  top: 0%;
  left: 0%;
}
#popup_ytb .top .closePlayer {
  width: 15%;
  height: 100%;
  top: 0%;
  right: 0%;
}
#popup_ytb .top .closePlayer a {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  position: absolute;
  font-size: 0px;
}
#popup_ytb .wrap .content {
  position: relative;
}
#popup_ytb .content #player {
  width: 94%;
  height: 70%;
  top: 20%;
  left: 3%;
}
#popup_ytb .content .bg img {
  display: none;
}
#popup_ytb .content .bg0 img.bg0 {
  display: block;
}
#popup_ytb .content .bg1 img.bg1 {
  display: block;
}
#popup_ytb .content .bg2 img.bg2 {
  display: block;
}

@media screen and (max-width: 960px) {
  #evtWrap {
    padding-top: 60px;
  }
  .sec {
    position: relative;
    min-width: 360px;
    height: auto !important;
    background-image: none !important;
  }
  .sec .innerWrap {
    width: 100%;
    position: absolute;
  }
  #quickMenu {
    top: 100px;
    right: 0px;
    width: 45px;
    display: none;
  }

  #notice .btn1 {
    width: 56%;
    height: 6%;
    bottom: 0%;
    left: 4%;
  }

  #evt1 .btnContainer {
    width: 94%;
    left: 3%;
    margin: 5px;
  }
  #evt1 .btnContainer li {
    margin: 0px 5px;
  }

  #evt2 .btnContainer {
    width: 94%;
    left: 3%;
    bottom: 7%;
  }
  #evt2 .btnContainer li {
    margin: 0px 5px;
  }
  #evt2_list {
    padding-bottom: 30px;
  }
  #evt2_list .innerWrap {
    position: relative;
  }

  #list {
    width: 94%;
  }
  #list p.txt1 {
    margin: 15px 30px;
  }
  #list .list {
    margin: 10px 0px;
  }
  #list .list li {
    margin: 5px 0px;
    min-height: 90px;
    padding: 10px;
    padding-left: 100px;
    border-radius: 10px;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
  }
  #list .list li p.thumb {
    top: 10px;
    left: 10px;
    width: 80px;
  }
  #list .list li p.comment {
    font-size: 12px;
    padding-left: 5px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  #list .list li p.user {
    font-size: 12px;
    text-align: right;
  }
  #list .list li p.user span {
    margin-left: 10px;
  }

  #list .paging a {
    font-size: 14px;
    padding: 3px;
  }
  #evt2_list .gift {
    margin-top: 20px;
    width: 94%;
  }
  #evt3 .join {
    width: 38%;
    top: 24%;
    left: 31%;
    animation: ani_btn 1.2s infinite;
  }
  #evt3 .link {
    width: 32%;
    bottom: 11%;
    left: 34%;
  }

  .popup .wrap {
    width: 90%;
    max-width: 600px;
  }
  .popup .mid .content1 {
    padding: 20px 20px;
    box-sizing: border-box;
  }
  .popup .mid .content2 {
    padding: 20px 0px;
    box-sizing: border-box;
  }

  #popup_login .content1 p.txt1 {
    font-size: 17px;
    line-height: 25px;
  }
  #popup_login .content1 p.txt2 {
    font-size: 12px;
  }
  #popup_login .content1 p.txt3 {
    font-size: 12px;
    margin: 2px 0px;
  }
  #popup_login .content1 .input {
    margin: 10px 5px;
    padding: 10px 10px;
    border: 1px solid #eaeaea;
    border-radius: 15px;
  }
  #popup_login .content1 .input li {
    padding-left: 75px;
    margin: 10px 0px;
  }
  #popup_login .content1 .input li label {
    font-size: 16px;
    width: 70px;
    line-height: 30px;
  }
  #popup_login .content1 .input li input {
    font-size: 16px;
    height: 30px;
    padding: 0px 10px;
    border-radius: 15px;
  }
  #popup_login .content1 .agree {
    font-size: 12px;
    margin: 10px 0px;
  }
  #popup_login .content1 .agree label em {
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
  #popup_login .content1 .agree a {
    margin-left: 10px;
  }
  #popup_login .content1 .confirm img {
    width: 44%;
    max-width: 170px;
  }
  #popup_login .content1 .confirm img.evt2,
  #popup_login .content1 .confirm img.evt3 {
    width: 55%;
  }
  #popup_policy .content1 .policy {
    height: 230px;
    padding: 10px 15px;
    border: 1px solid #eaeaea;
    border-radius: 15px;
  }
  #popup_policy .content1 .policy dl {
    margin-bottom: 15px;
    line-height: 15px;
  }
  #popup_policy .content1 .policy dt {
    font-size: 12px;
    margin: 5px 0px;
  }
  #popup_policy .content1 .policy dd {
    font-size: 11px;
  }
  #popup_policy .content1 .closePolicy img {
    width: 40%;
  }

  #popup_evt2_input .mid {
    padding: 5px 20px;
  }
  #popup_evt2_input p.txt1 img {
    width: 65%;
  }
  #popup_evt2_input .select {
    padding: 15px 0px;
  }
  #popup_evt2_input textarea {
    margin-bottom: 15px;
    padding: 10px;
    height: 100px;
    font-size: 14px;
    border-radius: 15px;
  }
  #popup_evt2_input a.confirm img {
    width: 65%;
  }

  #popup_evt3_share {
    margin-bottom: 20px;
  }
  #popup_evt3_share .confirm img {
    width: 50%;
  }
  #popup_roulette .roulette {
    width: 90%;
    margin: 0px auto;
    margin-top: 10px;
  }
  #popup_roulette .roulette .pin {
    width: 10%;
    margin-left: -5%;
    top: 0px;
    left: 50%;
  }
  #popup_roulette p.txt1 {
    font-size: 18px;
    margin: 15px 0px;
  }
  #popup_roulette .winCheck2 {
    margin-top: 10px;
    display: block;
  }
  #popup_roulette .winCheck2 img {
    width: 40%;
  }

  .comingsoon {
    height: 78%;
    top: 22%;
  }
  .comingsoon span {
    top: 16%;
    width: 92%;
    left: 4%;
    margin-left: 0px;
  }
  #popup_ytb .wrap {
    width: 94%;
  }
}
