﻿@charset "utf-8";

@keyframes flash-ani {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

input[type="text"]::placeholder {
  color: #ccc;
}

.show {
  visibility: visible;
}
.hide {
  visibility: hidden;
}
.cc-playing {
  visibility: hidden;
}
.btns div:hover {
  cursor: pointer;
}

.btn-bingo-start {
  position: absolute;
  /* background: url('../images/enter_btn.png') no-repeat;
    background-size: 294px 99px; */
  left: 490px;
  top: 603px;
  width: 294px;
  height: 99px;
  /* border: 1px solid red; */
}
.btn-bingo-howToPlay {
  position: absolute;
  left: 1068px;
  top: 627px;
  width: 192px;
  height: 73px;
  /* border: 1px solid blue; */
}
.btn-bingo-unit {
  position: absolute;
  left: 276px;
  top: 328px;
  width: 256px;
  height: 69px;
  /* border: 1px solid blue; */
}
.btn-bingo-unit {
  position: absolute;
  left: 276px;
  top: 368px;
  width: 256px;
  height: 69px;
  /* border: 1px solid blue; */
}
.btn-bingo-unit.unit-1 {
  top: 448px;
}
.btn-bingo-unit.unit-2 {
  top: 488px;
}
.btn-bingo-line {
  position: absolute;
  left: 746px;
  top: 368px;
  width: 256px;
  height: 69px;
  /* border: 1px solid blue; */
}
.btn-bingo-line.line-1 {
  top: 448px;
}

.btn-hTP-close {
  position: absolute;
  z-index: 10;
  left: 1050px;
  top: 55px;
  width: 50px;
  height: 50px;
  background: url("../images/guide_close.png") no-repeat;
  background-size: 50px 50px;
  cursor: pointer;
}
.btn-home {
  position: absolute;
  left: 12px;
  top: 13px;
  width: 75px;
  height: 75px;
  background: url("../images/home_btn.png") no-repeat;
  background-size: 75px 75px;
}
.btn-spin {
  position: absolute;
  left: 561px;
  top: 274px;
  width: 157px;
  height: 157px;
}
#roulette .result-img .btns {
  position: absolute;
  left: 490px;
  top: 483px;
  width: 294px;
  height: 99px;
}
#roulette .btn-reSpin,
#quiz-result .btn-regame {
  background: url("../images/roul_retry_btn.png") no-repeat;
  background-size: 294px 99px;
  width: 294px;
  height: 99px;
}
#roulette .btn-reSpin:hover,
#quiz-result .btn-regame:hover {
  background: url("../images/roul_retry_btn_hover.png") no-repeat;
  background-size: 294px 99px;
}
#roulette .btn-bingo-start {
  background: url("../images/roul_start_btn.png") no-repeat;
  background-size: 294px 99px;
  width: 294px;
  height: 99px;
  left: 0;
  top: 0;
}
#roulette .btn-bingo-start:hover {
  background: url("../images/roul_start_btn_hover.png") no-repeat;
  background-size: 294px 99px;
}
#quiz-result .btn-regame {
  transform: scale(0.9);
  position: absolute;
  left: 184px;
  top: 377px;
  width: 300px;
  height: 100px;
  z-index: 10;
}

.howTo-container {
  position: relative;
  width: 1280px;
  height: 720px;
}
.hTP-bg,
.result-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 1280px;
  height: 720px;
  background-color: #1e1e1e;
  opacity: 0.6;
}
.hTP-img {
  background: url(../images/guide_bg.png) no-repeat;
  position: absolute;
  left: 160px;
  top: 40px;
  background-size: 960px 640px;
  width: 960px;
  height: 640px;
  opacity: 1;
  padding: 45px 0 35px 55px;
}

.hTP-img .text-01 {
  position: absolute;
  top: 20px;
  left: 413px;
  color: #7e4922;
  font-size: 35px;
}
.cir-orange {
  position: relative;
  height: 40px;
}
.cir-orange span:nth-child(1) {
  position: absolute;

  color: white;
  font-size: 25px;

  background: #ff9230;
  border: 1px solid #ff9230;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  box-sizing: border-box;
}
.cir-orange span:nth-child(2) {
  font-size: 30px;
  color: #541e0f;

  margin-left: 56px;
  line-height: 40px;
}

.result-img .roul-result {
  background: url(../images/roulette_result.png) no-repeat;
  /* position: absolute; */
  left: 352px;
  top: 210px;
  background-size: 559px 259px;
  width: 489px;
  height: 189px;
  opacity: 1;
  padding: 35px;

  position: absolute;
  text-align: center;
  width: 490px;
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* line-height: 190px; */
  /* vertical-align: middle; */
  color: #744234;
  font-size: 35pt;
}

#bingo-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/game_bg.png") no-repeat;
}

#bingo-container .bingo-con {
  position: absolute;
  left: 299px;
  top: 58px;
  width: 680px;
  height: 600px;
  /* background-color: #AC544D;
    border-radius: 7px; */
}
#bingo-container .bingo-con .block-set {
  position: absolute;
  /* left:4px;
    top:4px; */
}
#bingo-container .bingo-con .block {
  position: absolute;
  left: 0;
  top: 0;
  width: 170px;
  height: 150px;
  background: url("../images/block.png") no-repeat;
  will-change: transform;
  cursor: pointer;
  /* border: 1px solid yellow; */
}
#bingo-container .bingo-con .block .num {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  font-family: "NanumSquareNeoHV";
  font-size: 70px;
  color: balck;
  /* opacity:0.7; */
  text-align: center;
}
#bingo-container .bingo-con .block .on {
  position: absolute;
  left: -7px;
  top: -8px;
  width: 185px;
  height: 165px;
  transform: scale(0.85);
  background: url("../images/block_on.png") no-repeat;
  background-size: 185px 165px;
  animation: flash-ani 0.8s 2;
  display: none;
}
#bingo-container .bingo-con .block.active1 {
  z-index: 1;
  background-position-y: -300px;
  pointer-events: none !important;
}
#bingo-container .bingo-con .block.active2 {
  z-index: 1;
  background-position-y: -450px;
  pointer-events: none !important;
}
#bingo-container .bingo-con .block.on .on {
  display: block;
}

#bingo-container .teams {
  position: relative;
  z-index: 9;
}
#bingo-container .teams .team {
  position: absolute;
  top: 104px;
  width: 210px;
  height: 255px;
}
#bingo-container .teams .team1 {
  left: 15px;
  background: url("../images/team_1.png") no-repeat;
  background-size: 210px 255px;
}
#bingo-container .teams .team2 {
  left: 1062px;
  background: url("../images/team_2.png") no-repeat;
  background-size: 210px 255px;
}
#bingo-container .teams .team .title {
  position: absolute;
  left: 42px;
  top: 53px;
  width: 119px;
  font-size: 27px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}
#bingo-container .teams .team .title > span {
  font-size: 50px;
  vertical-align: text-bottom;
}

#bingo-container .teams .team .score {
  position: absolute;
  left: 36px;
  top: 136px;
  width: 134px;
  font-size: 47px;
  font-family: NanumSquareNeoHV;
  color: #5e4f50;
  text-align: center;
}

#bingo-container .teams .team .on {
  position: absolute;
  display: none;
  left: 0px;
  top: 0;
  width: 210px;
  height: 255px;
  animation: flash-ani 0.8s infinite;
  z-index: -1;
}
#bingo-container .teams .team1 .on {
  background: url("../images/team_1_on.png") no-repeat;
  background-size: 210px 255px;
}
#bingo-container .teams .team2 .on {
  background: url("../images/team_2_on.png") no-repeat;
  background-size: 210px 255px;
}
#bingo-container .teams .team.active .on {
  display: block;
}

#quiz-container {
  position: absolute;
  left: 210px;
  top: 25px;
  width: 868px;
  height: 668px;
  background: url("../images/quiz_bg.png") no-repeat;
  z-index: 9;
}
#quiz-container .quiz-set {
  position: absolute;
  /* left: 22px; */
  /* top: 20px; */
  width: 868px;
  height: 668px;
}

#quiz-container .quest {
  /* border: 1px solid #00A7FD; */
  position: relative;
  display: flex;
  border-radius: 10px;
  background-color: #e2f7ff;
  margin: 41px auto 0px;
  width: 780px;
  padding: 0 0 20px 0;
  height: 330px;
  align-content: center;
  flex-direction: column;
}

#quiz-container .quest.h-fit {
  height: fit-content;
}

#quiz-container .quest .quest-num {
  width: 130px;
  height: 52px;
  margin: 0 auto 10px;
  border-radius: 0 0 10px 10px;
  background-color: #86c9e3;

  font-size: 30px;
  color: #004e76;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;

  font-family: "NanumGothicB";
}

#quiz-container .quiz {
  position: absolute;
  width: 868px;
  height: 668px;
  flex-shrink: initial;
  display: inline-flex;
  flex-direction: column;
}

#quiz-container .quest .quest-title {
  font-family: "NanumGothicB";
  font-size: 44px;
  color: #004e76;
  box-sizing: border-box;
  padding: 0 40px;
  line-height: calc(100% + 20px);
  text-align: center;
  width: 100%;
  margin: auto 0;
  display: block;
}
#quiz-container .quest .quest-title.ti-1 {
  text-indent: 45px;
}
#quiz-container .quest .quest-title.t-a-center {
  text-align: center;
}

#quiz-container .quest .quest-title span.box {
  display: inline-block;
  position: relative;
  border: 4px solid #72c2e0;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background-color: #fff;
  margin: auto 10px;
  top: 13px;
}

#quiz-container .quest .quest-box {
  display: table;
  text-align: center;
  position: relative;
  margin: 20px 20px 0 20px;
  /* height: 100px; */
  height: fit-content;
  padding: 20px;
  font-family: "NanumGothicB";
  font-size: 36px;
  line-height: calc(100% + 15px);
  color: #004e76;
  border-radius: 15px;
  border: 3px solid #baeafd;
  background: white;
}
#quiz-container .quest .quest-box.list-box {
  display: flex;
  align-items: center;
}
#quiz-container .quest .quest-box.list-box .box-list {
  margin: 0px auto;
}
#quiz-container .quest .quest-box.list-box .box-list:first-child {
  margin-left: 10px !important;
}
#quiz-container .quest .quest-box.list-box .box-list:last-child {
  margin-right: 10px !important;
}

#quiz-container .quest .quest-box .box {
  display: inline-block;
  width: 87px;
  height: 40px;
  background-color: #fff;
  border-radius: 7px;
  vertical-align: text-bottom;
  font-size: 45px;
  color: #000;
  line-height: 50px;
  position: relative;
  top: 5px;
  border: 4px solid #72c2e0;
}
#quiz-container .quest img {
  position: relative;
  /* width: 400px;
    height: 265px; */
}
#quiz-container .quest .quest-title.noindent {
  text-indent: 0;
}
#quiz-container .quest .quest-title .underline {
  border-bottom: solid 2px red;
}
#quiz-container .quiz .choice-list .list.on {
  background: #ffefb4;
  border-radius: 65px !important;
}
#quiz-container .quiz .choice-list .list {
  position: relative;
  /* width: 370px; */
  width: fit-content;
  border-radius: 15px;
  margin-left: 40px;
  cursor: pointer;
  font-family: "NanumGothicB";
  font-size: 35px;
  color: #000;
  line-height: calc(100%);
  padding-left: 70px;
  box-sizing: border-box;
  padding: 15px 20px 15px 65px;
  /* padding-right: 25px; */
  height: fit-content;
}

#quiz-container .quiz .choice-list.four .list {
  width: fit-content;
  display: inline-flex;
  align-items: flex-start;
}
#quiz-container .quiz .choice-list.col .list {
  margin: 0px auto;
  /* padding-top: 0px; */
}
#quiz-container .quiz .choice-list.row .list {
  /* padding-top: 0px; */
  width: fit-content;
}
#quiz-container .quiz .choice-list.col .list:first-child,
#quiz-container .quiz .choice-list.row .list:first-child {
  margin-left: 40px !important;
  /* padding-top: 25px !important; */
}
#quiz-container .quiz .choice-list.col .list:last-child,
#quiz-container .quiz .choice-list.row .list:last-child {
  margin-right: 40px !important;
  /* padding-bottom: 25px !important; */
}
#quiz-container .quiz .choice-list .list.line-2,
#quiz-container .quiz .choice-list.four.row .list {
  padding: 10px 20px 10px 65px;
}
#quiz-container .quiz .choice-list .list:before {
  position: absolute;
  font-family: OneMobilePop;
  left: 15px;
  /* top: 15px; */
  color: white;
  font-size: 30px;
  background: #ff9230;
  border: 1px solid #ff9230;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
}

#quiz-container .quiz .choice-list .list:nth-child(1):before {
  content: "1";
}
#quiz-container .quiz .choice-list .list:nth-child(2):before {
  content: "2";
}
#quiz-container .quiz .choice-list .list:nth-child(3):before {
  content: "3";
}
#quiz-container .quiz .choice-list .list:nth-child(4):before {
  content: "4";
}

#quiz-container .quiz .choice-list.three {
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-wrap: nowrap;
  flex-direction: column;
  margin: auto 0;
  width: 100%;
  justify-items: start;
}

#quiz-container .quiz .choice-list.three .list:last-child {
  grid-column: 1 / span 2;
  grid-row: 2 / 2;
}

#quiz-container .quiz .choice-list.four {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  margin: auto 0;
  width: 100%;
}
#quiz-container .quiz .choice-list.four .col {
  display: flex;
  position: relative;
  margin: 20px;
  /* width: 828px; */
}
#quiz-container .quiz .choice-list.col {
  display: flex;
  position: relative;
  margin: auto 0;
}
#quiz-container .quiz .choice-list.row {
  display: inline-flex;
  position: relative;
  margin: auto 0;
  flex-direction: column;
}

#quiz-container .quiz .choice-list.four .col .list:nth-child(1) {
  margin-left: 20px;
  margin-right: auto;
  width: fit-content;
}
#quiz-container .quiz .choice-list.four .col .list:nth-child(2) {
  margin-left: auto;
  margin-right: 200px;
  width: fit-content;
}

#quiz-container .quiz .choice-list.four .col .list.hidden::before {
  display: none;
}

#quiz-container .quiz .choice-list.four .col:nth-child(1) .list:nth-child(1):before {
  content: "1";
}
#quiz-container .quiz .choice-list.four .col:nth-child(1) .list:nth-child(2):before {
  content: "2";
}
#quiz-container .quiz .choice-list.four .col:nth-child(2) .list:nth-child(1):before {
  content: "3";
}
#quiz-container .quiz .choice-list.four .col:nth-child(2) .list:nth-child(2):before {
  content: "4";
}

#quiz-container .quiz .choice-list .list.active:before {
  background-position-y: -43px;
}
#quiz-container .quiz .choice-list .list.active {
  background-color: #ffff66;
}

#quiz-container .quiz .choice-list .list .circle {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #ffb245;
  font-family: "HUJingo250";
  color: #fff;
  line-height: 37px;
  text-align: center;
  font-size: 30px;
}
#quiz-container .quiz .choice-list .list .line {
  display: inline-block;
  width: 17px;
  height: 5px;
  background-color: #000;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
#quiz-container .quiz .choice-list .list .arrow {
  display: inline-block;
  width: 31px;
  height: 21px;
  background: url("../images/arrow.png") no-repeat;
  margin: 0 15px;
  vertical-align: middle;
  position: relative;
  top: -3px;
}

#quiz-container .quiz .choice-list.ver {
  display: block;
}
#quiz-container .quiz .choice-list.ver .list {
  width: 100%;
  margin-left: 0;
  margin-top: 13px;
}

#quiz-container .quiz .comment {
  position: absolute;
  color: red;
  font-family: "NanumGothicB";
  bottom: 30px;
  right: 30px;
  font-size: 20px;
}

#quiz-container .input-box {
  display: flex;
}

#quiz-container .quiz .input-con {
  /* position: absolute; */
  /* left:0;
    top: 344px; */
  margin: auto 0 auto auto;
  width: 640px;
  height: 274px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#quiz-container .quiz .input-con input[type="text"] {
  width: 100%;
  height: 90px;
  border: 4px solid #c0dde9;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 25px;
  font-family: "NanumGothicB";
  font-size: 46px;
  color: #000;
  /* color: #003399; */
  outline: none;
  /* box-shadow: 3px 3px 0px rgba(0,0,0,0.3); */
}
#quiz-container .quiz .input-con input[type="text"].on {
  color: #000;
  font-family: "NanumGothicB";
  font-size: 46px;
  /* text-align: center; */
}

#quiz-container .quiz .enter-btn {
  margin: auto auto auto 10px;
  /* position: absolute; */
  right: 0px;
  bottom: 10px;
  width: 135px;
  height: 76px;
  background: url("../images/enter_btn.png") no-repeat;
  text-align: center;
  font-family: "OneMobilePop";
  font-size: 40px;
  color: #fff;
  line-height: 70px;
}

.flex-box {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}
.flex-box .circle {
  display: flex;
  align-items: center;
  border: 2px solid;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  justify-content: center;
  margin-right: 15px;
  position: relative;
  top: 4px;
}
.flex-box div:nth-child(2) {
  text-align: justify;
}

#quiz-container .quiz .choice-list .list .circle.type-1 {
  display: inline-flex;
  align-items: center;
  border: 4px solid #004e76;
  background-color: #fff;
  color: #004e76;
  width: 33px;
  height: 33px;
  border-radius: 50px;
  justify-content: center;
  position: relative;
  top: 0;
  flex-direction: row;
  font-family: "OneMobilePop";
}

#bingo-stage .feed .feed-o,
#bingo-stage .feed .feed-x {
  position: absolute;
  left: 0;
  top: 0;
  width: 1280px;
  height: 720px;
  z-index: 10;
}
#bingo-stage .feed .feed-o > div {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 387px;
  height: 390px;
  background: url("../images/o.png") no-repeat;
  margin-left: -193px;
  margin-top: -195px;
}

#bingo-stage .feed .feed-x > div {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 350px;
  height: 357px;
  background: url("../images/x.png") no-repeat;
  margin-left: -175px;
  margin-top: -178px;
}

#quiz-result {
  position: absolute;
  /* border: 1px solid red; */
  width: 653px;
  height: 355px;
  left: 313px;
  top: 187px;
  z-index: 10;
}
#quiz-result .team span {
  font-size: 35px;
}
#quiz-result .team {
  position: absolute;
  color: #807245;
  font-size: 23px;
  top: 170px;
  left: 214px;
}
#quiz-result .team.team2 {
  left: 368px;
}
#quiz-result .one-mobile.result-text {
  position: relative;
  height: 80px;
  margin: 57px auto 0px;
  display: flex;
  justify-content: center;
  /* text-align: center; */
  align-items: center;
  font-size: 40px;
  color: #744234;
}

#quiz-result .one-mobile.result-text .col-1 {
  font-size: 75px;
  color: #ff6030;
  margin-right: 15px;
}
#quiz-result .one-mobile.result-text .col-2 {
  font-size: 75px;
  color: #00b359;
  margin-right: 15px;
}
#quiz-result .score {
  position: absolute;
  top: 240px;
  left: 172px;
  width: 152px;
  font-size: 45px;
  text-align: center;
  font-family: NanumSquareNeoHV;
  color: #744234;
}
#quiz-result .score2 {
  left: 328px;
}

.align-cl {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
}
