@font-face {
  font-family: 'myfont';
  src: url('//media.game-tree.com/kou-kr/home/static/font/경기천년바탕OTF_Regular.otf') format('truetype');
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 0.2rem;
  font-family: 'myfont';
}
.content {
  position: relative;
  width: 100%;
  height: calc(26.1rem + 2.24rem);
  min-width: 14rem;
  max-width: 21.6rem;
  margin: 0 auto;
  background: url(//media.game-tree.com/kou-kr/home/static/img/bg.jpg) no-repeat center top;
  background-size: cover;
}
.content .top {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  width: 100%;
  height: 2.61rem;
  min-width: 14rem;
  max-width: 21.6rem;
  background: url(//media.game-tree.com/kou-kr/home/static/img/top.png) no-repeat center center;
  background-size: 100% auto;
}
.content .top .top-btn-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.content .top .top-btn-wrap .top-btn.gray {
  filter: invert(1);
}
.content .page1 {
  position: relative;
  width: 100%;
  height: 12rem;
}
.content .page1 .video-btn {
  position: absolute;
  top: 6.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background: url(//media.game-tree.com/kou-kr/home/static/img/btn_video.png) no-repeat center center;
  background-size: 100% auto;
  cursor: pointer;
}
.content .page1 .p1-btn {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 7.59rem;
  height: 1.93rem;
  background: url(//media.game-tree.com/kou-kr/home/static/img/btn_p1.png) no-repeat center center;
  background-size: 100% auto;
  cursor: pointer;
}
.content .page2 {
  position: relative;
  width: 100%;
  height: 14.1rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  padding-top: 3.5rem;
  overflow: hidden;
}
.content .page2 .left-con {
  width: 12rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.content .page2 .left-con .con1 {
  position: relative;
  width: 9.59rem;
  height: 5.5rem;
  background: url(//media.game-tree.com/kou-kr/home/static/img/p2_con1.png) no-repeat center center;
  background-size: 100% auto;
}
.content .page2 .left-con .con1 .conitem {
  position: absolute;
  width: 1.13rem;
  height: 1.13rem;
  border-radius: 50%;
}
.content .page2 .left-con .con1 .conitem .unachieve {
  position: absolute;
  bottom: 0rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.82rem;
  height: 0.33rem;
  background: url(//media.game-tree.com/kou-kr/home/static/img/icon6.png) no-repeat center center;
  background-size: 100% auto;
}
.content .page2 .left-con .con1 .conitem .achieve {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(//media.game-tree.com/kou-kr/home/static/img/icon8.png) no-repeat center center;
  background-size: 100% auto;
  display: none;
}
.content .page2 .left-con .con1 .conitem.on .achieve {
  display: block;
}
.content .page2 .left-con .con1 .conitem.on .unachieve {
  display: none;
}
.content .page2 .left-con .con1 .conitem.conitem5 .achieve {
  background: url(//media.game-tree.com/kou-kr/home/static/img/achieve.png) no-repeat center center;
  background-size: 100% auto;
}
.content .page2 .left-con .con1 .conitem1 {
  top: 2.85rem;
  left: 0.04rem;
}
.content .page2 .left-con .con1 .conitem2 {
  top: 0.95rem;
  left: 1.54rem;
}
.content .page2 .left-con .con1 .conitem3 {
  top: 0.95rem;
  left: 6.54rem;
}
.content .page2 .left-con .con1 .conitem4 {
  width: 1.47rem;
  height: 1.47rem;
  top: 2.6rem;
  left: 7.7rem;
}
.content .page2 .left-con .con1 .conitem5 {
  width: 3.31rem;
  height: 3.31rem;
  top: 1.47rem;
  left: 2.96rem;
}
.content .page2 .left-con .con2 {
  position: relative;
  width: 8.02rem;
  height: 1.85rem;
  background: url(//media.game-tree.com/kou-kr/home/static/img/p2_con2.png) no-repeat center center;
  background-size: 100% auto;
  margin-top: -1rem;
}
.content .page2 .left-con .con2 .info-btn {
  position: absolute;
  top: -0.05rem;
  right: 2.8rem;
  width: 0.41rem;
  height: 0.42rem;
  background: url(//media.game-tree.com/kou-kr/home/static/img/icon9.png) no-repeat center center;
  background-size: 100% auto;
  cursor: pointer;
}
.content .page2 .right-con {
  width: 6.45rem;
  height: 15.16rem;
  margin-left: -1.5rem;
  background: url(//media.game-tree.com/kou-kr/home/static/img/p2_bg_con3.png) no-repeat center top;
  background-size: 100% auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.content .foot-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.24rem;
  background: #000;
  color: #fff;
}
.content .foot-wrap .pubmain {
  width: 14rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.content .foot-wrap .pubmain .foot-logo {
  width: 1.71rem;
  height: 0.94rem;
  background: url(//media.game-tree.com/kou-kr/home/static/img/icon_foot.png) no-repeat center center;
  background-size: 100% auto;
}
.content .foot-wrap .pubmain .foot-con {
  width: 3.8rem;
  margin-left: -3rem;
}
.content .foot-wrap .pubmain .foot-con .foot-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.content .foot-wrap .pubmain .foot-con .foot-btn-wrap .foot-btn.gray {
  filter: invert(1);
}
.content .foot-wrap .pubmain .foot-con .foot-text {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-size: 0.2rem;
  text-align: center;
  margin-top: 0.1rem;
}
.content .foot-wrap .pubmain .foot-con .foot-text a {
  color: #818181;
  text-decoration: none;
}
.content .foot-wrap .pubmain .foot-con .foot-text p {
  color: #818181;
  text-decoration: none;
}
.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
.video-popup .video-popup-con {
  position: relative;
  width: 80%;
  max-width: 12rem;
  min-height: 6rem;
  background: #000;
  border-radius: 0.2rem;
}
.video-popup .video-popup-con .video-popup-con-btn {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  width: 0.4rem;
  height: 0.4rem;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.5rem;
  color: #fff;
}
.video-popup .video-popup-con .video-popup-con-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.3rem;
}
.video-popup .video-popup-con video,
.video-popup .video-popup-con iframe {
  width: 100%;
  height: 6rem;
  border-radius: 0.2rem;
}
.video-popup .video-popup-con .video-popup-con-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #000;
}
.video-popup .video-popup-con .video-popup-con-text:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.video-popup.show {
  display: flex;
}
.reserve-box {
  width: 6rem;
  margin: 1.8rem auto 0 auto;
  background: rgba(10, 20, 30, 0.85);
  border-radius: 0.4rem;
  box-shadow: 0 0 0.2rem #0008;
  padding: 0.6rem 0.5rem 0.5rem 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.22rem;
}
.reserve-apps {
  display: flex;
  justify-content: flex-start;
  gap: 0.5rem;
  width: 100%;
  margin-bottom: 0.4rem;
}
.reserve-app {
  display: flex;
  align-items: center;
  gap: 0.12rem;
  font-size: 0.22rem;
  color: #fff;
  font-weight: 500;
}
.reserve-app img {
  width: auto;
  height: 0.35rem;
  object-fit: contain;
}
.reserve-phone {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 0.3rem;
  background: #060f11;
  border: 1.5px solid #444;
  padding: 0.12rem 0.18rem;
}
.reserve-phone-prefix {
  color: #fff;
  font-size: 0.26rem;
  margin-right: 0.12rem;
}
.reserve-phone-input {
  flex: 1;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 0.22rem;
  outline: none;
  text-align: center;
}
.reserve-check-all {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 0.18rem;
  color: #fff;
  font-size: 0.21rem;
}
.reserve-check-all input[type="checkbox"] {
  margin-right: 0.13rem;
  width: 0.22rem;
  height: 0.22rem;
  cursor: pointer;
}
.reserve-check-list {
  width: 100%;
  margin-bottom: 0.32rem;
  margin-top: 0.5rem;
}
.reserve-check-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.13rem;
  color: #fff;
  font-size: 0.2rem;
  position: relative;
}
.reserve-check-item input[type="checkbox"] {
  margin-right: 0.13rem;
  width: 0.22rem;
  height: 0.22rem;
  cursor: pointer;
}
.reserve-detail-btn {
  position: absolute;
  right: 0;
  width: 1.23rem;
  height: 0.35rem;
  background: url(//media.game-tree.com/kou-kr/home/static/img/p2_con3_btn.png) no-repeat center center;
  background-size: 100% auto;
  border: none;
  outline: none;
  cursor: pointer;
}
.reserve-submit-btn {
  width: 5.38rem;
  height: 1.37rem;
  margin-top: 1rem;
  background: url(//media.game-tree.com/kou-kr/home/static/img/btn_p2.png) no-repeat center center;
  background-size: 100% auto;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
.reserve-app input[type="radio"] {
  margin-right: 0.08rem;
}
.reserve-check-item input[type="checkbox"] {
  accent-color: #f7d08a;
}
.reserve-check-all input[type="checkbox"] {
  accent-color: #f7d08a;
}
.popup-mask {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
}
.popup-mask.show {
  display: flex;
}
.popup-content {
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.info-popup-content {
  width: 6.9rem;
  height: 8.46rem;
  background: url(//media.game-tree.com/kou-kr/home/static/img/tip1.png) no-repeat center center;
  background-size: 100% 100%;
}
.info-popup-link {
  width: 300px;
  height: 30px;
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  transform: translateX(-50%);
}
.tip-popup-content {
  width: 6.9rem;
  height: 3.68rem;
  background: url(//media.game-tree.com/kou-kr/home/static/img/tip_bg.png) no-repeat center center;
  background-size: 100% 100%;
}
.tip-popup-content .tip-popup-text {
  width: 100%;
}
.tip-popup-content .tip-popup-text p {
  color: #fff;
  font-size: 0.22rem;
  line-height: 0.3rem;
  text-align: center;
}
.popup-close {
  position: absolute;
  top: -0.1rem;
  right: -0.1rem;
  width: 0.8rem;
  height: 0.8rem;
  background: url(//media.game-tree.com/kou-kr/home/static/img/tip_close.png) no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 10;
}
