.container {
  display: inline-block;
  position: relative;
  padding: 0px 20px;
  width: 100%;
}

.bg-gray {
  background-color: #f8f8f8;
}

.header {
  position: relative;
  height: 70px;
  border-bottom: 1px solid rgba(178, 178, 178, 0.2);
  background-color: #fff;
}

.header .close {
  width: 16px;
  height: 16px;
  background: url("../img/close.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -8px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  width: 6px;
  height: 6px;
  margin: 0 3px;
}

.header .title {
  line-height: 68px;
  text-align: center;
  font-size: 19px;
  font-family: "CJONLYONENEWbody";
}

.point {
  padding: 30px 20px;
  text-align: center;
  background-color: #f6f6f6;
}

.point_table {
  width: 100%;
  padding: 10px 20px 20px 20px;
}

.point_login {
  font-size: 21px;
  font-weight: bold;
}

.point_table table th,
.point_table table td {
  font-size: 13px;
}

.point_table table {
  width: 100%;
  text-align: center;
}

.point_table table thead {
  background-color: #f1f1f1;
  line-height: 40px;
}

.point_table table tr.active {
  background-color: #1e1f31;
  color: #fff;
}

.point_table table tr.active span {
  font-size: inherit;
  padding: 0 20px;
  position: relative;
}

.point_table table tr.active span::after {
  content: "";
  top: 50%;
  margin-top: -11px;
  right: 0;
  position: absolute;
  width: 14px;
  height: 22px;
  background: url(../img/flower_right.png);
  background-size: cover;
}

.point_table table tr.active span::before {
  content: "";
  top: 50%;
  margin-top: -11px;
  left: 0;
  position: absolute;
  width: 14px;
  height: 22px;
  background: url(../img/flower_left.png);
  background-size: cover;
}

.point_table table td {
  line-height: 40px;
  border-bottom: 1px solid rgba(178, 178, 178, 0.2);
}

.point_table table td.active {
  color: #009de6;
}

.point_table_page {
  line-height: 45px;
  text-align: center;
  color: #646464;
  font-size: 13px;
}

.point_table_page span {
  color: #23a6e3;
}

.point_table_page_more {
  display: inline;
  margin-left: 10px;
  color: #000;
  padding-right: 14px;
  background: url("../img/arrow_down.png");
  background-size: 8px;
  background-position: right 0 top 2px;
  background-repeat: no-repeat;
}

.point_notice {
  padding: 20px 20px 12px 20px;
  opacity: 0.5;
}

.point_notice li {
  padding-left: 8px;
  text-indent: -8px;
  font-size: 12px;
}

.point_score {
  font-size: 33px;
  margin-bottom: 40px;
  font-weight: bold;
}

.point_score span {
  font-size: inherit;
  font-weight: 300;
}

.point_button {
  font-size: 16px;
  font-weight: 300;
  background: #1e1f31;
  display: inline-block;
  color: #fff;
  padding: 15px 30px;
  border-radius: 30px;
}

.game {
  text-align: center;
  padding: 30px 0;
}

.game.last {
  text-align: center;
  padding: 10px 0px 30px 0;
}

.game_title {
  font-size: 18px;
  font-family: "CjOnlyone";
  font-weight: bold;
  margin-bottom: 13px;
}

.game_img {
  width: 140px;
  height: 140px;
  display: inline-block;
  margin-bottom: 15px;
}

#eventDate {
  margin-bottom: 5px;
}

#announcementDate {
  margin-bottom: 15px;
}

.game_date {
  font-size: 13px;
}

.game_chance span {
  font-size: 13px;
  background: #f1f1f1;
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 10px;
  border-radius: 10px;
}

.game_text {
  font-size: 13px;
  line-height: 1.5;
  font-weight: bold;
  opacity: 0.8;
  margin-bottom: 13px;
}

.game_button {
  font-size: 16px;
  color: #fff;
  background-color: #1e1f31;
  display: inline-block;
  padding: 15px 0px;
  width: 220px;
  border-radius: 30px;
}

.game_button.start {
  background-color: #00adfd;
}

.banner.bottom {
  position: fixed;
  left: 0;
  bottom: 0;
}

.banner {
  display: table;
}

.banner img {
  width: 100%;
  float: left;
}

.result {
  text-align: center;
  padding: 30px 0;
}

.result_title {
  font-size: 17px;
  margin-bottom: 10px;
  font-weight: normal;
  margin-bottom: 13px;
}

.result_score {
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Noto Sans KR";
  vertical-align: top;
}

.result_score span {
  vertical-align: top;
  font-size: 33px;
  font-weight: normal;
}

.result_img {
  width: 120px;
  height: 72px;
  background: url("../img/result.png");
  background-size: cover;
  margin: 0 auto;
}

.result_button {
  font-size: 16px;
  color: #fff;
  background-color: #1e1f31;
  display: inline-block;
  padding: 15px 0px;
  width: 220px;
  border-radius: 30px;
}

.result_button.start {
  background-color: #00adfd;
  margin-bottom: 10px;
}

.score {
  margin: 0px 20px 10px 20px;
  box-sizing: border-box;
  padding: 15px 20px 9px 20px;
  border: 1px solid rgba(178, 178, 178, 0.2);
  border-radius: 4px;
}

.score ul li {
  display: inline-block;
  line-height: 25px;
  width: 100%;
}

.score_title {
  font-size: 13px;
  float: left;
}

.score_num {
  font-size: 13px;
  float: right;
  font-weight: bold;
}

.guide {
  padding: 30px;
  background-color: #f8f8f8;
}

.guide_title {
  font-size: 17px;
  color: #202020;
  font-weight: bold;
  margin-bottom: 4px;
}

.guide_text {
  padding-left: 8px;
  font-size: 14px;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.4rem;
}

.guide_text::after {
  content: " ";
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #606060;
  left: 0;
  top: 9px;
}

.main_section {
  position: relative;
  overflow: hidden;
}

.main_ani {
  position: absolute;
  left: 0;
  top: 0;
}

.main_section_1 {
  left: 0vw;
  top: 0vw;
  opacity: 0;
  width: 100%;
}
.main_section_2 {
  left: 1.5vw;
  top: -1.5vw;
  opacity: 0;
  width: 100%;
}

.main_section_3 {
  left: 3vw;
  top: -3vw;
  opacity: 0;
  width: 100%;
}

.main_section img {
  width: 100%;
}

.main_section_icon {
  width: 28vw;
  height: 28vw;
  position: absolute;
  right: -11vw;
  top: 50%;
  margin-top: -14vw;
}

.tip_section {
  width: 100%;
  margin-bottom: 23px;
  padding-top: 23px;
}

.tip_section_title {
  font-size: 25px;
  display: inline-block;
  font-family: "CjOnlyone";
  vertical-align: bottom;
}

.tip_section_title span {
  display: block;
  font-size: inherit;
  font-family: inherit;
  font-weight: bold;
}

.tip_section_button {
  right: 20px;
  bottom: 0;
}

.button_arrow {
  position: absolute;
  display: inline-block;
  justify-items: baseline;
  padding: 0em 2.2em 0em 1.4em;
  font-size: 1em;
  color: #1e1f31;
  font-weight: normal;
  line-height: 33px;
  border-radius: 20px;
  border: 1px solid #dadada;
  background-color: #fff;
}

.button_arrow::after {
  content: " ";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #1e1f31;
  border-bottom: 1px solid #1e1f31;
  position: absolute;
  transform: rotate(-45deg);
  right: 17px;
  top: 13px;
}

.point_img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  background-color: #ffe685;
  border-radius: 50%;
  overflow: hidden;
}

.point_img::after {
  content: "P";
  position: relative;
  display: block;
  z-index: 10;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  color: #ed9a00;
  font-weight: bold;
}

.point_img::before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  right: 4px;
  top: 0px;
  width: 14px;
  height: 40px;
  background-color: #fed63f;
}

.point_section {
  margin-bottom: 15px;
}

.point-section_header_title {
  margin-bottom: 7px;
  color: #8c8c8c;
  font-weight: normal;
}

.point-section_content_point {
  display: inline-block;
}

.point_section_button {
  bottom: 0;
  right: 20px;
}

.point_section_header_title {
  margin-bottom: 5px;
  color: #8c8c8c;
}

.point_section_header_title span {
  position: relative;
  top: 2px;
}

.point_section_header_title img {
  width: 17px;
  height: 17px;
  margin-left: 4px;
  vertical-align: middle;
}

.point_num {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  font-weight: bold;
  font-size: 28px;
}

.point_num span {
  font-weight: 300;
  font-size: 28px;
}

.point_content {
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  margin-bottom: 20px;
}

.point_title_left {
  font-size: 14px;
  line-height: 29px;
  float: left;
}

.point_title {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.point_title_right {
  float: right;
}

.point_title_right .point_num {
  font-size: 24px;
  color: #010101;
}

.point_title_right .point_num span {
  font-size: 24px;
}

.point_title_right .point_img::after {
  width: 25px;
  height: 25px;
  line-height: 25px;
}

.point_title_right .point_img {
  height: 25px;
  width: 25px;
}

.point_content ul li {
  float: left;
  width: 50%;
  color: #8c8c8c;
  font-size: 13px;
  border-right: 1px solid #f0f0f0;
}

.point_content ul li p {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.point_content ul li p span {
  font-size: inherit;
  font-weight: 300;
}

.point_content ul li:last-child {
  border-right: 0;
}

.game_list {
  padding: 16px 15px;
}

.game_list ul {
  display: inline-block;
  width: 100%;
}

.game_list ul li {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 0 5px 20px 5px;
  width: calc(100% - 10px);
}

.game_list ul li:last-child {
  margin-bottom: 0;
}

.game_list ul li.success::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  border-radius: 4px;
  z-index: 5;
}

.game_list ul li.nostart::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  border-radius: 4px;
  z-index: 5;
}

.game_list ul li.failure::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  border-radius: 4px;
  z-index: 5;
}

.game_list ul li.success::after {
  content: " ";
  height: 130px;
  width: 130px;
  background: url("../img/success_list.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -65px;
  margin-top: -65px;
  z-index: 6;
}

.game_list ul li.nostart::after {
  content: " ";
  height: 130px;
  width: 130px;
  background: url("../img/nostart_list.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -65px;
  margin-top: -65px;
  z-index: 6;
}

.game_list ul li.failure::after {
  content: " ";
  height: 130px;
  width: 130px;
  background: url("../img/failure_list.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -65px;
  margin-top: -65px;
  z-index: 6;
}

.game_list ul li .game_list_text {
  width: calc(100% - 125px);
  float: left;
}

.game_list ul li.nostart .game_list_text {
  padding-top: 13px;
}

.game_list ul li.success .game_list_text {
  padding-top: 13px;
}

.game_list ul li.failure .game_list_text {
  padding-top: 13px;
}

.game_list ul li .game_list_img {
  width: 125px;
  height: 125px;
  float: left;
  position: relative;
}

.game_list_img::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  right: 0;
  bottom: 0;
  background: url("../img/go.png");
  background-size: cover;
}

.game_list ul li .game_list_img img {
  width: 100%;
}

.game_list ul li.special {
  border: 0;
}

.game_list ul li.special .game_list_text_con::before {
  display: none;
}

.game_list ul li.special .game_list_text_user {
  background: url("../img/special.png");
  background-size: 15px;
  background-position: 0 3px;
  background-repeat: no-repeat;
  color: #000;
}

.game_list ul li.special .game_list_img::after {
  background: url("../img/special_badge.png");
  width: 110px;
  height: 28px;
  right: 6px;
  background-repeat: no-repeat;
  color: #000;
  background-size: 100%;
}

.game_list ul li.normal {
  width: calc(50% - 10px);
  float: left;
  text-align: center;
  margin: 0 5px 20px 5px;
  padding: 15px 10px;
}

.game_list ul li.normal .game_list_text_title {
  font-size: 15px;
}

.game_list ul li.normal > div {
  float: none;
}

.game_list ul li.normal .game_list_text {
  width: 100%;
}

.game_list ul li.normal .game_list_text_content {
  display: none;
}

.game_list ul li.normal .game_list_text_con {
  font-size: 11px;
}

.game_list ul li.normal .game_list_text_user {
  display: inline-block;
}

.game_list ul li.normal .game_list_text_title {
  padding-top: 135px;
}

.game_list ul li.normal.end .game_list_img {
  top: 13px;
}

.game_list ul li.normal .game_list_img {
  float: none;
  position: absolute;
  top: 43px;
  left: 50%;
  margin-left: -62.5px;
}

.game_list_text_user {
  padding-left: 16px;
  background: url("../img/user.png");
  background-size: 15px;
  background-position: 0 3px;
  background-repeat: no-repeat;
  color: #4d9fff;
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: normal;
}

.game_list_text_title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5px;
}

.game_list_text_content {
  line-height: 1.4;
  margin-bottom: 12px;
}

.game_list_text_con {
  position: relative;
  font-weight: bold;
  display: inline;
  z-index: 4;
}

.game_list_text_con span {
  font-size: inherit;
  font-weight: bold;
}

.game_list_text_con::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 7px;
  background: #feff00;
  bottom: -3px;
  z-index: -1;
  left: 0;
}

.game_section_date {
  padding: 15px 20px;
  font-size: 14px;
  background-color: #f7f7f7;
  color: #727272;
}

.game_seciton_tab {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}

.game_seciton_tab li {
  width: 50%;
  padding: 15px 0;
  text-align: center;
  float: left;
  position: relative;
}

.game_seciton_tab li span {
  display: block;
  position: relative;
  color: #8c8c8c;
}

.game_seciton_tab li.active span {
  color: #000;
}

.game_seciton_tab li.active span::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #000;
  left: 0;
  position: absolute;
  bottom: -16px;
}

.notcie_section {
  padding: 25px 20px;
  background-color: #efefef;
}

.notice_section_title {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
}

.notice_section_list {
  padding-bottom: 10px;
}

.notice_section_list li {
  font-size: 12px;
  margin-bottom: 5px;
  color: #000;
  opacity: 0.5;
  padding-left: 13px;
  text-indent: -13px;
}

.notice_section_sns {
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
}

.notice_section_sns_list {
  display: inline-block;
  width: 100%;
}

.notice_section_sns_list li {
  width: 40px;
  height: 40px;
  float: left;
  margin-left: 5%;
}

.notice_section_sns_list li:nth-child(1) {
  margin-left: 0;
}

.notice_section_sns_list li img {
  width: 100%;
}

.slide_section ul li img {
  width: 100%;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px !important;
}

.swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.swiper-pagination-bullet {
  background-color: #fff !important;
}

.cj_popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 25px;
  background: rgba(0, 0, 0, 0.5);
}

.cj_popup_content {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 25px;
  text-align: right;
  background: #fff;
  border-radius: 4px;
}

.cj_popup_text {
  font-size: 14px;
  text-align: left;
  color: #555;
  font-weight: 400;
  line-height: 1.3;
}

.cj_popup_button {
  margin-top: 5px;
  color: #ed316c;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 20px !important;
}

.bx-wrapper {
  margin: 0 !important;
  box-shadow: none !important;
  background: none !important;
  border: none !important;
}

.slide_section {
  height: 42vw !important;
}

.bx-pager-link.active {
  background: #fff !important;
  opacity: 1;
}

.bx-pager-link {
  background: #fff !important;
  opacity: 0.2;
}

.bannerContainer {
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  max-width: 100%;
  max-height: 100%;
}

.error_box {
  text-align: center;
  padding-top: 20vw;
}

.error_title {
  font-size: 20px;
  font-weight: bold;
}

.error_text {
  margin-top: 20px;
}

.alert_popup {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999999999;
  display: block;
  background: rgba(0, 0, 0, 0.5);
}

.alert_popup_box {
  width: 80vw;
  position: absolute;
  top: 70vw;
  padding: 20px;
  left: 50%;
  background: #fff;
  margin-left: -40vw;
  text-align: center;
}

.inquiry {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}

.inquiry * {
  box-sizing: border-box;
}

.inquiry .select_box {
  position: relative;
}

.inquiry .select_box::after {
  content: "";
  display: block;
  width: 2.5vw;
  height: 2.5vw;
  border-right: 1px solid rgb(127, 127, 127);
  border-bottom: 1px solid rgb(127, 127, 127);
  position: absolute;
  right: 3.5vw;
  top: 50%;
  margin-top: -2.2vw;
  transform: rotate(45deg);
}

.inquiry select {
  width: 100%;
  padding: 14px 12px;
  border-radius: 1vw;
  border: 1px solid rgb(220, 220, 220);
  background: rgb(255, 255, 255);
  appearance: none;
}

.inquiry textarea {
  width: 100%;
  padding: 14px 12px;
  margin: 12px 0px;
  border-radius: 2px;
  line-height: 1.3;
  resize: none;
  display: block;
  font-family: "Noto Sans KR";
  border: 1px solid rgb(220, 220, 220);
}

.inquiry input {
  width: 100%;
  padding: 14px 12px;
  border-radius: 2px;
  font-family: "Noto Sans KR";
  margin-bottom: 12px;
  border: 1px solid rgb(220, 220, 220);
}

.inquiry .notice {
  font-size: 11px;
  margin-top: 12px;
  line-height: 1.3;
  color: rgb(117, 117, 117);
}

.inquiry .btn_box {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 5vw;
}

.inquiry .btn_box button {
  width: calc(50% - 6px);
  position: relative;
  font-size: 15px;
  background: rgb(111, 111, 111);
  font-weight: bold;
  color: white;
  padding: 16px 0px;
  border-radius: 8px;
  border: 0px;
}

.inquiry .check_box {
  position: relative;
}

.inquiry .check_box input {
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
}

.inquiry .check_box input:checked + label {
  background: #00adfd;
}

.inquiry .check_box label {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 3vw;
  position: relative;
  width: 100%;
  background: rgb(187, 187, 187);
  color: rgb(255, 255, 255);
  padding: 14px 8.5vw;
  border-radius: 1vw;
}

.inquiry .check_box label::after {
  content: "";
  width: 6px;
  height: 10px;
  border-bottom: 1px solid rgb(255, 255, 255);
  border-right: 1px solid rgb(255, 255, 255);
  transform: rotate(45deg);
  position: absolute;
  left: 20px;
  top: 13px;
}

.inquiry .btn_box button:last-child {
  background-color: #00adfd;
}

@media (max-width: 340px) {
  .game_list_text_title {
    font-size: 15px;
  }

  .game_list_text_content {
    font-size: 11px;
  }
}
