@charset "utf-8";
.main_slider_wrap {
  position: relative;
  height: 426px;
  overflow: hidden;
  clear: both;
}
.main_slider_wrap .main_slider {
  position: absolute;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
  top: 180px;
  z-index: 100;
  top: 0;
}
.main_slider_wrap .main_slider .owl-prev {
  position: absolute;
  width: 29px;
  height: 53px;
  left: 200px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 101;
}
.main_slider_wrap .main_slider .owl-prev span {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background: url(../images/arrow1_left.png) 0 0 no-repeat;
}
.main_slider_wrap .main_slider .owl-next {
  position: absolute;
  width: 29px;
  height: 53px;
  right: 200px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 101;
}
.main_slider_wrap .main_slider .owl-next span {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background: url(../images/arrow1_right.png) 0 0 no-repeat;
}
.main_game_wrap {
  padding: 50px 0;
  background: url("../images/bg1_new2.jpg") center top no-repeat;
}
.main_game_wrap .main_game {
  display: flex;
  justify-content: center;
}
.main_game_wrap .main_game ul {
  display: flex;
  justify-content: center;
}
.main_game_wrap .main_game ul li {
  margin: 0 20px;
}
.main_game_wrap .main_game ul li .mouseover2 {
  animation-name: mouseover2;
  -webkit-animation-name: mouseover2;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  transform-origin: 90% 100%;
  -ms-transform-origin: 90% 100%;
  -webkit-transform-origin: 90% 100%;
  visibility: visible !important;
  display: none;
}
@keyframes mouseover2 {
  0% {
    transform: rotate(0deg) scaleY(1.1);
  }
  20% {
    transform: rotate(-1deg) scaleY(1.05);
  }
  35% {
    transform: rotate(2deg) scaleY(1);
  }
  50% {
    transform: rotate(-1deg);
  }
  65% {
    transform: rotate(1deg);
  }
  80% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.main_game_wrap .main_game ul li > a:hover img {
  display: none;
}
.main_game_wrap .main_game ul li > a:hover img.mouseover2 {
  display: block;
}

.main_con_wrap {
  float: left;
  width: 100%;
  padding: 40px 0 50px 0;
  background: url("../images/bg2_new.jpg");
}

.main_con_box {
  margin: 0px auto;
  width: 1350px;
  /* width: 100%; */
}
.font05 {
  color: #ffc000;
  font-weight: 500;
}
.main_list_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.main_con1_wrap {
  width: 410px;
  margin: 0 20px 0 20px;
}

.main_con1_title {
  margin: 0 0 10px 0;
}

.main_con1 {
  width: 410px;
  margin: 5px 0 0 0;
  overflow: hidden;
}

.main_con1 td {
  font-size: 13px;
  line-height: 30px;
  color: #dddddd;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.font15 {
  color: #d544d4;
}
.footer_wrap {
  background-color: #000;
  text-align: center;
  padding: 35px 0 40px 0;
}
.footer_wrap .footer_copyright {
  width: 100%;
  text-align: center;

  line-height: 30px;
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0px;
}
.content_wrap::after {
  display: block;
  content: "";
  clear: both;
}
.layer_wrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  overflow-y: auto;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}
.layer_wrap.active {
  display: block;
}

.layer_wrap .layer_container {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 202;
}
.layer_wrap.big .layer_container {
  width: 1360px;
}
.layer_wrap.mid .layer_container {
  width: 1000px;
}
.layer_wrap.sml .layer_container {
  width: 400px;
}
.layer_wrap .layer_container {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  z-index: 202;
}
.layer_wrap .layer_container .close_box {
  text-align: center;
  padding: 35px 0 10px 0;
}
.layer_wrap .layer_container .layer_content {
  background: url(../images/bg2_new.jpg);
  min-height: 400px;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  box-shadow: 50px 50px 50px rgba(0, 0, 0, 0.8);
}
.layer_content .title1 {
  height: 50px;
  line-height: 54px;
  text-align: center;
  background: url("../images/bg_top3.jpg") center center no-repeat;
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -1px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 5px -1px;
  padding: 0 15px 0 15px;
  margin: 10px 0 0 0;
  font-family: "GmarketSansBold";
}
.layer_content .game > ul > li > a img.mouseover3 {
  display: none;
  animation-name: mouseover3;
  -webkit-animation-name: mouseover3;

  animation-duration: 1s;
  -webkit-animation-duration: 1s;

  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;

  transform-origin: 90% 100%;
  -ms-transform-origin: 90% 100%;
  -webkit-transform-origin: 90% 100%;

  visibility: visible !important;
}

@keyframes mouseover3 {
  0% {
    transform: rotate(0deg) scaleY(1.1);
  }
  20% {
    transform: rotate(-1deg) scaleY(1.05);
  }
  35% {
    transform: rotate(2deg) scaleY(1);
  }
  50% {
    transform: rotate(-1deg);
  }
  65% {
    transform: rotate(1deg);
  }
  80% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.layer_content .game > ul > li > a:hover img {
  display: none;
}
.layer_content .game > ul > li > a:hover img.mouseover3 {
  display: block;
}
.layer_content .game > ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
.layer_content .game > ul > li {
  position: relative;
  margin-top: 20px;
}
.layer_content .game > ul > li > a {
  display: block;
  font-size: 0;
}
.layer_container {
  animation-name: popup_style04;
  -webkit-animation-name: popup_style04;

  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;

  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;

  visibility: visible !important;
}

@keyframes popup_style04 {
  0% {
    transform: translate(-50%, -500%);
  }
  100% {
    transform: translate(-50%, 0%);
  }
}
.layer_wrap.sml .layer_container .layer_content {
  background: url(../images/bg1_new2.jpg);
  min-height: inherit;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  box-shadow: 50px 50px 50px rgba(0, 0, 0, 0.8);
}
.popup_login {
  text-align: center;
  padding: 0 0 25px 0;
}
.popup_login ul li {
  margin: 0 0 5px 0;
  line-height: 32px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -1px;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
  text-align: center;
}
.input_popup_login {
  background-color: #333333;
  border: 1px solid #000000;
  padding: 4px 0 4px 10px;
  width: 340px;
  height: 46px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
}

.popup_login_btn1 {
  background: url("../images/btn1.jpg") center top no-repeat;
  background-size: 100% 100%;
  min-width: 340px;
  min-height: 34px;
  padding: 0 15px 0 15px;
  line-height: 46px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0pt;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px -1px;
}

.popup_login_btn1:hover {
  background: url("../images/btn1over.jpg") center top no-repeat;
  background-size: 100% 100%;
}

.popup_login_btn2 {
  background: url("../images/btn2.jpg") center top no-repeat;
  background-size: 100% 100%;
  min-width: 340px;
  min-height: 34px;
  padding: 0 15px 0 15px;
  line-height: 46px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0pt;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px -1px;
}

.popup_login_btn2:hover {
  background: url("../images/btn2over.jpg") center top no-repeat;
  background-size: 100% 100%;
}
.popupWrap {
  position: absolute;
  z-index: 150;
  width: 100%;
  top: 180px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}
.noticeNewPop {
  position: relative;
  margin: 0 15px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.85);
}
.noticeNewPop .popup_wrap {
  width: 100%;
  min-width: 300px;
  max-width: 520px;
  border: 4px solid;
  border-color: #f4ed93;
  box-sizing: border-box;
}
.noticeNewPop .popup_wrap .popup_box .popup_content {
  display: block;
  color: #e9e9e9;
  box-sizing: border-box;
}
.noticeNewPop .popup_wrap .popup_box .popup_content > img {
  width: 100%;
  height: auto;
}
.noticeNewPop .popup_wrap .popup_box .popup_content > font {
  padding: 35px 20px;
  display: block;
  line-height: 185%;
  font-size: 125%;
}
.popup_wrap .btnPopClose {
  position: absolute;
  right: -15px;
  top: -17px;
}
.popup_wrap .btnPopClose a {
  background-color: #f4ed93;
  border-radius: 40px 40px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  display: block;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.popup_wrap .btnPopClose a svg {
  fill: #422c17;
  width: 16px;
  height: auto;
  display: block;
  margin: 12px auto;
}
.popup_wrap .btnPopToday {
  position: absolute;
  margin: 0 auto;
  width: auto;
  top: -10px;
  left: 0;
}
.popup_wrap .btnPopToday a {
  background-color: #f4ed93;
  padding: 4px 10px;
  box-sizing: border-box;
  border-radius: 20px 20px;
  text-align: center;
  cursor: pointer;
  display: block;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.popup_wrap .btnPopToday a span {
  font-size: 12px;
  letter-spacing: -0.035rem;
  font-weight: 600;
  color: #422c17;
}
.popup_wrap .btnPopToday a span svg {
  fill: #422c17;
  vertical-align: middle;
  margin: -3px 0 0 5px;
  opacity: 0.85;
}
.popup_wrap .btnPopClose a:hover {
  opacity: 0.85;
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  box-shadow: 2px 2px 5px #000000;
}
.popup_wrap .btnPopToday a:hover {
  opacity: 0.95;
  margin-left: 10px;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  box-shadow: 2px 2px 5px #000000;
}
.con_box10 {
  margin-top: 10px;
}
.write_title_top {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.write_title {
  background: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 60px;
  color: #ffffff;
  padding: 10px 20px 10px 20px;
  line-height: 21px;
  width: 180px;
  font-weight: 500;
}
.write_basic {
  background: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 60px;
  color: #ffffff;
  padding: 10px 20px 10px 20px;
  line-height: 21px;
}

.btn_wrap_right {
  width: 100%;
  text-align: right;
}
.btn_wrap_right ul li {
  display: inline;
}
.btn_wrap_center {
  width: 100%;
  text-align: center;
}
.btn_wrap_center ul li {
  display: inline;
}

.btn1_1 {
  background: url("../images/btn1.jpg") center top no-repeat;
  background-size: 100% 100%;
  min-width: 80px;
  min-height: 34px;
  padding: 0 15px 0 15px;
  line-height: 34px;
}
.btn1_1:hover {
  background: url("../images/btn1over.jpg") center top no-repeat;
  background-size: 100% 100%;
}
.btn3_1 {
  background: url("../images/btn1.jpg") center top no-repeat;
  background-size: 100% 100%;
  min-width: 300px;
  height: 50px;
  line-height: 50px;
}
.btn3_1:hover {
  background: url("../images/btn1over.jpg") center top no-repeat;
  background-size: 100% 100%;
}

.btn3_2 {
  background: url("../images/btn2.jpg") center top no-repeat;
  background-size: 100% 100%;
  min-width: 300px;
  height: 50px;
  line-height: 50px;
}
.btn3_2:hover {
  background: url("../images/btn2over.jpg") center top no-repeat;
  background-size: 100% 100%;
}
.btn1_1 {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0pt;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px -1px;
}
.btn1_2 {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0pt;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px -1px;
}
.btn2_1 {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0pt;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px -1px;
}
.btn2_2 {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0pt;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px -1px;
}
.btn3_1 {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0pt;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px -1px;
}
.btn3_2 {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0pt;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px -1px;
}
.btn1_2 {
  background: url("../images/btn2.jpg") center top no-repeat;
  background-size: 100% 100%;
  min-width: 80px;
  min-height: 34px;
  padding: 0 15px 0 15px;
  line-height: 34px;
}
.btn1_2:hover {
  background: url("../images/btn2over.jpg") center top no-repeat;
  background-size: 100% 100%;
}
.input1 {
  background-color: #222222;
  border: 1px solid #000000;
  padding: 4px 0 4px 5px;
  color: #f7f7f7;
  border-radius: 3px;
  height: 34px;
}
.input2 {
  background-color: #222222;
  border: 1px solid #000000;
  padding: 4px 0 4px 5px;
  color: #f7f7f7;
  border-radius: 3px;
}
.font11 {
  color: #e2a826;
  font-weight: 900;
  font-size: 20px;
  font-family: Arial;
  letter-spacing: -1pt;
  text-shadow: 1px 1px 1px #000000;
  font-style: italic;
}
.font12 {
  color: #00deff;
  font-weight: 900;
  font-size: 20px;
  font-family: Arial;
  letter-spacing: -1pt;
  text-shadow: 1px 1px 1px #000000;
  font-style: italic;
}
.list_title1 {
  background: linear-gradient(to right, #444444 0%, #333333 100%);
  color: #ffffff;
  line-height: 34px;
  text-align: center;
  font-weight: 500;
}
.list_notice1 {
  background: rgba(27, 58, 75, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #f0f0f0;
  line-height: 40px;
  text-align: center;
}
.list_notice2 {
  background: rgba(27, 58, 75, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  line-height: 40px;
  padding: 0 0 0 15px;
  font-weight: 500;
}
.list1 {
  background: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #e1e1e1;
  line-height: 40px;
  text-align: center;
}
.list2 {
  background: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  line-height: 40px;
  padding: 0 0 0 15px;
  font-weight: 500;
}
.list_notice2 a {
  display: block;
}
.btn2_1 {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0pt;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px -1px;
}
.btn2_1 {
  background: url("../images/btn1.jpg") center top no-repeat;
  background-size: 100% 100%;
  min-width: 120px;
  height: 35px;
  line-height: 35px;
}
.btn2_1:hover {
  background: url("../images/btn1over.jpg") center top no-repeat;
  background-size: 100% 100%;
}
.btn2_2 {
  background: url("../images/btn2.jpg") center top no-repeat;
  background-size: 100% 100%;
  min-width: 120px;
  height: 35px;
  line-height: 35px;
}
.btn2_2:hover {
  background: url("../images/btn2over.jpg") center top no-repeat;
  background-size: 100% 100%;
}
.check {
  width: 240px;
  height: 240px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 3;
  text-align: center;
  font-size: 16px;
  letter-spacing: -1px;
  font-weight: 500;
  color: #ffffff;
  line-height: 26px;
  top: 0px;
  left: 0px;
  border-radius: 8px;
  padding: 30px 0 0 0;
}
.select1 {
  width: 245px;
  background-color: #222222;
  border: 1px solid #000000;
  padding: 4px 0 4px 5px;
  color: #f7f7f7;
  border-radius: 3px;
  height: 34px;
}
.text_error {
  font-size: 11px;
  color: #f56c6c;
}
.gamehide{display:none;}
.pophide{display:none;}