/*세로모드*/
/*메인 페이지 작업*/
.content_main > .main_page1 {
  display: none;
}

.main_page1-2 {
  width: 100%;
}

.main_page1-3 {
  display: none;
}

.content_main > div > img {
  display: none;
}

.content_main > .block {
  display: none;
}

/*1P*/
/*이미지 컨테이너 부분*/
#backTopImg {
  background-image: url(/images/slot/main/slot_main_img1.png);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85vw;
  background-size: cover;
}
#b_backTopImg {
  background-image: url(/images/bingo/main/bingo_main_img1.png);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85vw;
  background-size: cover;
}
/*
main1 이미지 텍스트 부분
*/
.main1_title {
  position: absolute;
  color: rgb(243, 0, 79);
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 6vw;
  font-weight: bolder;
}
.main1_inform {
  position: absolute;
  color: rgb(149, 103, 168);
  bottom: 3vw;
  margin: 0 4vw;
  font-size: 4vw;
  line-height: 5vw;
  word-spacing: 1vw;
}
.web_main1_inform1 {
  display: none;
}
.web_main1_inform2 {
  display: none;
}
/*
---------------------------------------------------------------------------------------------------
*/
/*
bingo main text
*/
/* main1 */
.bingo_main1_title {
  position: absolute;
  color: rgb(52, 24, 171);
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 5vw;
  font-weight: bolder;
  top: 3vw;
}
.bingo_main1_inform {
  position: absolute;
  color: rgb(115, 103, 169);
  bottom: 12vw;
  margin: 0 4vw;
  font-size: 4.5vw;
  line-height: 6vw;
  word-spacing: 0.5vw;
}
/* main2 */
.bingo_main2_title {
  position: absolute;
  color: rgb(52, 24, 171);
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 5vw;
  font-weight: bolder;
  top: 3vw;
  justify-content: center;
  align-items: center;
}
.bingo_main2_inform {
  position: absolute;
  color: rgb(115, 103, 169);
  bottom: 14vw;
  margin: 0 4vw;
  font-size: 4.5vw;
  line-height: 6vw;
  word-spacing: 0.5vw;
}
/* main3 */
.bingo_main3_inform {
  position: absolute;
  color: rgb(165, 67, 2);
  top: 120vw;
  margin: 0 18vw;
  font-size: 4.5vw;
  line-height: 5vw;
  word-spacing: 0.5vw;
}
/* main4 */
.bingo_main4_title {
  position: absolute;
  color: rgb(52, 24, 171);
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 5vw;
  font-weight: bolder;
  top: 5vw;
  justify-content: center;
  align-items: center;
}
.bingo_main4_subTitle1 {
  position: absolute;
  color: rgb(52, 24, 171);
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 4.5vw;
  top: 15vw;
  font-weight: bolder;
  justify-content: center;
  align-items: center;
}
.bingo_main4_subTitle2 {
  position: absolute;
  color: rgb(52, 24, 171);
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 4.5vw;
  top: 106vw;
  font-weight: bolder;
  justify-content: center;
  align-items: center;
}
.bingo_main4_inform {
  position: absolute;
  color: rgb(115, 103, 169);
  bottom: 3vw;
  margin: 0 4vw;
  font-size: 4.5vw;
  line-height: 5vw;
  word-spacing: 0.5vw;
}
/* main5 */
.bingo_main5_title {
  position: absolute;
  color: rgb(52, 24, 171);
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 5vw;
  font-weight: bolder;
  top: 4vw;
  justify-content: center;
  align-items: center;
}
.bingo_main5_inform {
  position: absolute;
  color: rgb(115, 103, 169);
  bottom: 6vw;
  margin: 0 4vw;
  font-size: 4.5vw;
  line-height: 5vw;
  word-spacing: 0.5vw;
}
/*
---------------------------------------------------------------------------------------------------
*/
/*PlayBingo, Slot 인게임 접속 버튼*/
.playMain_inGame_btn {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  bottom: 10vw;
  width: 100%;
}
.playMain_playBtn {
  width: 50vw;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.playMain_playBtn:hover {
  filter: opacity(0.8) drop-shadow(0 0 0 white);
}
.content_main > .main_page1-3 {
  display: none;
}

/*이미지 컨테이너 부분 종료*/
.content_main {
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-family: "Noto Sans KR", sans-serif;
}

#signupContainer {
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
  margin-bottom: 150px;
}

.signup-layout {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.signup-layout > img {
  width: 60%;
  opacity: 0.8;
}

#play-bingo-text-container {
  position: absolute;
  color: white;
  font-size: 50px;
  top: 170px;
}

#fb-connect-container {
  position: absolute;
  margin-bottom: 240px;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#fb-connect-container > img {
  width: 50%;
}

#metamask-connect-container {
  position: absolute;
  margin-top: 60px;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#metamask-connect-container > img {
  width: 50%;
}

#discord-connect-container {
  position: absolute;
  margin-top: 360px;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#discord-connect-container > img {
  width: 50%;
}

.helpBtn {
  display: flex;
  margin-top: 700px;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.helpBtn > a {
  padding: 10px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.helpBtn > a > div {
  display: flex;
  justify-content: center;
  width: 100%;
}

.helpBtn > a > div > img {
  width: 40%;
  /*opacity: 0.7;*/
}

/*2P*/
/*
main1 이미지 텍스트 부분
*/
.main2_title {
  position: absolute;
  color: rgb(243, 0, 79);
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 6vw;
  font-weight: bolder;
  top: 4vw;
  justify-content: center;
  align-items: center;
}
.main2_inform {
  position: absolute;
  color: rgb(149, 103, 168);
  bottom: 4vw;
  margin: 0 4vw;
  font-size: 4vw;
  line-height: 5vw;
  word-spacing: 0.5vw;
}
.web_main2_inform1 {
  display: none;
}
.web_main2_inform2 {
  display: none;
}
.web_main2_inform3 {
  display: none;
}

/*
---------------------------------------------------------------------------------------------------
*/
.youtube2P {
  position: absolute;
  width: 100%;
  margin-top: 12vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.youtube2P > iframe {
  width: 100%;
  height: 56vw;
}
/*3P*/
/*
main1 이미지 텍스트 부분
*/
.main3_title {
  position: absolute;
  color: rgb(243, 0, 79);
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 6vw;
  font-weight: bolder;
  top: 4vw;
  justify-content: center;
  align-items: center;
}
.main3_subTitle {
  position: absolute;
  color: rgb(149, 103, 168);
  font-weight: bold;
  display: flex;
  flex-direction: column;
  top: 22.5vw;
  font-size: 3vw;
  left: 10vw;
}
.main3_subTitle > span {
  margin-bottom: 83.5vw;
}
.main3_inform {
  position: absolute;
  color: rgb(149, 103, 168);
  bottom: 5vw;
  margin: 0 3vw;
  font-size: 4vw;
  line-height: 5vw;
  word-spacing: 0.5vw;
}
/*
---------------------------------------------------------------------------------------------------
*/
/*4P*/
/*
main1 이미지 텍스트 부분
*/
.main4_title {
  position: absolute;
  color: rgb(243, 0, 79);
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 6vw;
  font-weight: bolder;
  top: 4vw;
  justify-content: center;
  align-items: center;
}
.web_main4_subTitle {
  display: none;
}
.main4_subTitle {
  position: absolute;
  color: rgb(149, 103, 168);
  font-weight: bold;
  display: flex;
  flex-direction: column;
  top: 16.7vw;
  left: 17vw;
  font-size: 3vw;
}
.main4_subTitle > .main4_subTitle_ele1 {
  display: flex;
  flex-direction: column;
  margin-bottom: 38vw;
}
.main4_subTitle > .main4_subTitle_ele1 > span:first-child {
  margin-bottom: 38vw;
}
.main4_subTitle > .main4_subTitle_ele2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 38vw;
}
.main4_subTitle > .main4_subTitle_ele2 > span:first-child {
  margin-bottom: 38vw;
}
.main4_subTitle > .main4_subTitle_ele3 {
  display: flex;
  flex-direction: column;
}
.main4_subTitle > .main4_subTitle_ele3 > span:first-child {
  margin-bottom: 38vw;
}
.main4_subTitle > span {
  margin-bottom: 36.5vw;
}
.main4_inform {
  position: absolute;
  color: rgb(149, 103, 168);
  bottom: 5vw;
  margin: 0 3vw;
  font-size: 4vw;
  line-height: 5vw;
  word-spacing: 0.5vw;
}
/*
---------------------------------------------------------------------------------------------------
*/
/*5P*/
/*
main1 이미지 텍스트 부분
*/
.main5_title {
  position: absolute;
  color: rgb(243, 0, 79);
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 6vw;
  font-weight: bolder;
  top: 4vw;
  justify-content: center;
  align-items: center;
}
.main5_inform {
  position: absolute;
  color: rgb(149, 103, 168);
  bottom: 5vw;
  margin: 0 4vw;
  font-size: 4vw;
  line-height: 5vw;
  word-spacing: 0.5vw;
}
/*
---------------------------------------------------------------------------------------------------
*/
/*6P*/
#footer {
  position: absolute;
  display: flex;
  bottom: 0;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 23vw;
}

.help_containers {
  display: flex;
}

.bottom_logo_container {
  display: flex;
  align-items: center;
}

/*footer item*/
#footer > .help_containers > .menu_item:nth-child(1) > a > div > img {
  width: 30vw;
  margin-right: 2vw;
  /*margin-bottom: 10px;*/
}

#footer > .help_containers > .menu_item:nth-child(2) > a > div > img {
  width: 30vw;
}

#footer > .bottom_logo_container > .menu_item:nth-child(1) > a > div > img {
  width: 15vw;
}


/* visibility 를 통한 signGrops*/
div#need-help {
  position: absolute;
}

div.signup_container {
  position: fixed;
  border: solid 3px white;
  border-radius: 10px;
  width: 378px;
  height: 598px;
  left: 50vw;
  top: 50vh;
  background-color: #130a10;
  transform: translate(-50%, -50%);
  visibility: hidden;
  z-index: 9999;
}
.signup_container_email {
  opacity: 0;
  transition: opacity 0.3s;
}
.modalOn {
  opacity: 1;
  transition: opacity 0.6s;
}
div#signup_container_email {
  position: fixed;
  border-radius: 10px;
  width: 100%;
  background-color: rgba(26, 44, 56, 0.9);
  height: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  z-index: 990;
  overflow: auto;
  overflow-x: hidden;
  font-family: "Noto Sans KR";
}
#signup_container_email > span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin: 10px;
  font-size: 5vw;
  font-weight: bold;
}
div#signup_container_name {
  position: fixed;
  border: solid 3px white;
  border-radius: 10px;
  width: 800px;
  height: 900px;
  left: 50vw;
  top: 50vh;
  background-color: #130a10;
  transform: translate(-50%, -50%);
  visibility: hidden;
  z-index: 9999;
}

img.signup-form-logo {
  position: absolute;
  top: 4%;
  left: 50%;
  width: calc(120% / 378 * 100);
  transform: translate(-50%);
}

form.signup-form {
  display: flex;
  color: white;
  align-items: center;
  flex-direction: column;
  margin: 25px 40px;
}
.signup-form > h3 {
  color: #b1bad3;
  font-size: 3vw;
  font-weight: bold;
  /* margin: 15px 0; */
}
.signup-form > h3 > span {
  color: white;
  cursor: pointer;
}

input.signup-input-email {
  border-radius: 5px;
}

input.signup-input-c_email {
  border-radius: 5px;
}

input.signup-input-name {
  border-radius: 5px;
  /*margin-top: 10px;*/
  color: black;
  background-color: white;
  padding: 25px;
}

div.input-group {
  display: flex;
  flex-direction: column;
  margin-top: 70px;
  font-size: 60px;
  width: 100%;
}

#signup_container_email > .signup-form > .input-group {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
  justify-content: center;
  font-size: 4vw;
  width: 100%;
}

#signup_container_email > .signup-form > .input-group > label {
  margin-bottom: 6px;
  color: #b1bad3;
  font-size: 3vw;
  font-weight: bold;
}
#signup_container_email > .signup-form > .input-group > label > span {
  color: red;
  font-size: 2vw;
}
#signup_container_email > .signup-form > .input-group > input {
  background-color: white;
  color: black;
  padding: 10px;
}

span.checkbox {
  position: absolute;
  border: solid white 1px;
  width: 4vw;
  height: 4vw;
}

span.agreement {
  font-size: 2.5vw;
  margin-left: 30px;
  color: white;
}

img.checkbox-img {
  position: absolute;
  width: 100%;
  z-index: 99999;
  visibility: hidden;
}

button.signup-btn {
  width: 67%;
  margin-bottom: 30px;
  background-color: rgb(0,231,1);
  border-radius: 5px;
  padding: 2.5vw 0;
  font-size: 3.5vw;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: bold;
}

img.signup-btn-img {
  width: 100%;
}

div.email-error-messages {
  color: red;
  font-size: 3vw;
  display: none;
}

div.name-error-messages {
  color: red;
  margin-top: 8px;
  text-align: center;
  font-size: 3vw;
}

div.exist-error-messages {
  color: red;
  font-size: 3vw;
  display: none;
}

div.agreement-error-messages {
  color: red;
  font-size: 3vw;
  display: none;
}










/* Mobile - Landscape */
@media (min-width: 480px) {
  /*  모바일 가로모드  */
  /*가로모드*/
  /*메인 페이지 작업*/
  .content_main > .main_page1 {
    display: none;
  }

  .main_page1-2 {
    display: none;
  }

  .content_main > div > img {
    display: none;
  }

  .content_main > .block {
    display: none;
  }

  .main_page1-3 {
    width: 100%;
    height: 100%;
    display: block;
  }
  .playMain_inGame_btn {
    bottom: 5vw;
  }
  .playMain_playBtn {
    width: 30vw;
  }
  /*1P*/
  /*이미지 컨테이너 부분*/
  .content_main > .main_page1-2 {
    display: none;
  }

  .content_main > .main_page1-3 {
    width: 100%;
    display: block;
  }

  #backTopImg {
    background-image: url(/images/landscape/slot_landscape_main1.png);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 55vw;
    background-size: cover;
  }
  #b_backTopImg {
    background-image: url(/images/landscape/bingo_landscape_main1.png);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 55vw;
    background-size: cover;
  }

  /*이미지 컨테이너 부분 종료*/
  .content_main {
    position: relative;
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
  /*
  ---------------------------------------------------------------------------------------------------------------------
  */
  #signupContainer {
    position: absolute;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .signup-layout {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .signup-layout > img {
    width: 35%;
    opacity: 0.8;
  }

  #play-bingo-text-container {
    position: absolute;
    color: white;
    font-size: 30px;
    top: 125px;
  }

  #fb-connect-container {
    position: absolute;
    margin-bottom: 140px;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #fb-connect-container > img {
    width: 32%;
  }

  #metamask-connect-container {
    position: absolute;
    margin-top: 40px;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #metamask-connect-container > img {
    width: 32%;
  }

  #discord-connect-container {
    position: absolute;
    margin-top: 220px;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #discord-connect-container > img {
    width: 32%;
  }

  .helpBtn {
    display: flex;
    margin-top: 400px;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .helpBtn > a {
    padding: 10px;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .helpBtn > a > div {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .helpBtn > a > div > img {
    width: 25%;
    /* opacity: 0.7; */
  }
  /*
  1P
 */
/*
main1 이미지 텍스트 부분
*/
  .main1_title {
    flex-direction: inherit;
    font-size: 3.5vw;
    top: 2vw;
  }
  .main1_inform {
    font-size: 2.5vw;
    line-height: 3.5vw;
    word-spacing: 0.3vw;
    width: 45vw;
    right: 4vw;
    margin: 0;
    bottom: 15vw;
  }
  .web_main1_inform1 {
    display: none;
  }
  .web_main1_inform2 {
    display: none;
  }
  /*
  ---------------------------------------------------------------------------------------------------
  */
  /*2P*/
  /*
  main2 이미지 텍스트 부분
  */
  .main2_title {
    flex-direction: inherit;
    font-size: 3.5vw;
    top: 4vw;
  }
  .main2_inform {
    font-size: 2.5vw;
    line-height: 3.5vw;
    word-spacing: 0.3vw;
    width: 45vw;
    left: 7vw;
    margin: 0;
    bottom: 15vw;
  }
  .web_main2_inform1 {
    display: none;
  }
  .web_main2_inform2 {
    display: none;
  }
  .web_main2_inform3 {
    display: none;
  }
  /*
  ---------------------------------------------------------------------------------------------------
  */
  /*3P*/
  /*
  main3 이미지 텍스트 부분
  */
  .main3_title {
    flex-direction: inherit;
    font-size: 3.5vw;
    top: 2vw;
  }
  .main3_subTitle {
    top: 8.3vw;
    left: 8vw;
    font-size: 2vw;
    flex-direction: inherit;
  }
  .main3_subTitle > span {
    margin-bottom: 0;
    margin-right: 33.5vw;
  }
  .main3_inform {
    font-size: 2.5vw;
    line-height: 3.5vw;
    word-spacing: 0.3vw;
    margin: 0 5vw;
  }
  /*
  ---------------------------------------------------------------------------------------------------
  */
  /*4P*/
  /*
  main4 이미지 텍스트 부분
  */
  .main4_title {
    flex-direction: inherit;
    font-size: 3.5vw;
    top: 3vw;
  }
  .web_main4_subTitle {
    display: none;
  }
  .main4_subTitle {
    top: 10.2vw;
    left: 8vw;
    font-size: 2vw;
    flex-direction: column;
  }
  .main4_subTitle > .main4_subTitle_ele1 {
    margin-bottom: 24.4vw;
    display: flex;
    flex-direction: initial;
  }
  .main4_subTitle > .main4_subTitle_ele1 > span:first-child {
    margin-bottom: 0;
    margin-right: 29.5vw;
  }
  .main4_subTitle > .main4_subTitle_ele2 {
    margin-bottom: 24.2vw;
    display: flex;
    flex-direction: initial;
  }
  .main4_subTitle > .main4_subTitle_ele2 > span:first-child {
    margin-bottom: 0;
    margin-right: 20vw;
  }
  .main4_subTitle > .main4_subTitle_ele3 {
    margin-bottom: 0;
    display: flex;
    flex-direction: initial;
  }
  .main4_subTitle > .main4_subTitle_ele3 > span:first-child {
    margin-right: 12vw;
    margin-bottom: 0;
  }
  .main4_inform {
    font-size: 2.5vw;
    line-height: 3.5vw;
    word-spacing: 0.3vw;
    margin: 0 5vw;
    bottom: 10vw;
  }
  /*
  ---------------------------------------------------------------------------------------------------
  */
  /*5P*/
  /*
  main5 이미지 텍스트 부분
  */
  .main5_title {
    font-size: 3.5vw;
    top: 3vw;
  }
  .main5_inform {
    font-size: 2.5vw;
    line-height: 3.5vw;
    word-spacing: 0.3vw;
    margin: 0 5vw;
    bottom: 6vw;
  }
  /*
  ---------------------------------------------------------------------------------------------------
  */
  /*
bingo main text
*/
  /* main1 */
  .bingo_main1_title {
    font-size: 3vw;
    top: 4vw;
  }
  .bingo_main1_inform {
    bottom: 8vw;
    margin: 0;
    font-size: 2.5vw;
    line-height: 3.5vw;
    word-spacing: 0.3vw;
    width: 55vw;
    right: 1vw;
  }
  /* main2 */
  .bingo_main2_title {
    font-size: 3vw;
    top: 4vw;
  }
  .bingo_main2_inform {
    bottom: 12vw;
    margin: 0;
    font-size: 2.5vw;
    line-height: 3.5vw;
    word-spacing: 0.3vw;
    width: 48vw;
    left: 3vw;
  }
  /* main3 */
  .bingo_main3_inform {
    top: 77vw;
    margin: 0 4vw;
    font-size: 2.5vw;
    line-height: 3.5vw;
    word-spacing: 0.1vw;
  }
  /* main4 */
  .bingo_main4_title {
    font-size: 3vw;
    top: 2vw;
  }
  .bingo_main4_subTitle1 {
    font-size: 2.5vw;
    top: 8vw;
    left: 18vw;
  }
  .bingo_main4_subTitle2 {
    font-size: 2.5vw;
    top: 8vw;
    right: 14vw;
  }
  .bingo_main4_inform {
    bottom: 4vw;
    margin: 0 5vw;
    font-size: 2.5vw;
    line-height: 3.5vw;
    word-spacing: 0.3vw;
  }
  /* main5 */
  .bingo_main5_title {
    font-size: 3vw;
    top: 2vw;
  }
  .bingo_main5_inform {
    bottom: 47vw;
    margin: 0;
    font-size: 2.5vw;
    line-height: 4vw;
    word-spacing: 0.3vw;
    width: 50vw;
    right: 4vw;
  }
  /*
  ---------------------------------------------------------------------------------------------------
  */
  /*2P*/
  .youtube2P {
    position: absolute;
    width: 80%;
    margin-top: 8vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .youtube2P > iframe {
    width: 100%;
    height: 46vw;
  }

  /*6P*/
  #footer {
    position: absolute;
    display: flex;
    bottom: 0;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 13vw;
  }

  .help_containers {
    display: flex;
    flex-direction: inherit;
  }

  .bottom_logo_container {
    display: flex;
    margin-left: 50px;
    align-items: center;
  }

  /*footer item*/
  #footer > .help_containers > .menu_item:nth-child(1) > a > div > img {
    width: 20vw;
    margin-right: 10px;
  }

  #footer > .help_containers > .menu_item:nth-child(2) > a > div > img {
    width: 20vw;
  }

  #footer > .bottom_logo_container > .menu_item:nth-child(1) > a > div > img {
    width: 10vw;
  }


  /* visibility 를 통한 signGrops*/
  div#need-help {
    position: absolute;
  }

  div.signup_container {
    position: fixed;
    border: solid 3px white;
    border-radius: 10px;
    width: 378px;
    height: 598px;
    left: 50vw;
    top: 50vh;
    background-color: #130a10;
    transform: translate(-50%, -50%);
    visibility: hidden;
    z-index: 9999;
  }

  div#signup_container_email {
    position: fixed;
    border-radius: 10px;
    width: 100%;
    background-color: rgba(26, 44, 56, 0.9);
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    z-index: 990;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #signup_container_email > span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin: 10px;
    font-size: 2vw;
    font-weight: bold;
  }
  div#signup_container_name {
    position: fixed;
    border: solid 3px white;
    border-radius: 10px;
    width: 450px;
    height: 350px;
    left: 50vw;
    top: 50vh;
    background-color: #130a10;
    transform: translate(-50%, -50%);
    visibility: hidden;
    z-index: 9999;
  }

  #signup_container_email > .signup-form-logo {
    position: absolute;
    top: 2%;
    left: 50%;
    width: calc(70% / 378 * 100);
    transform: translate(-50%);
  }

  img.signup-form-logo {
    position: absolute;
    top: 4%;
    left: 50%;
    width: calc(70% / 378 * 100);
    transform: translate(-50%);
  }

  #signup_container_name > .signup-form {
    display: flex;
    color: white;
    background-color: transparent;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    margin: 0px 40px;
  }
  form.signup-form {
    display: flex;
    color: white;
    align-items: center;
    flex-direction: column;
    margin: 0 40px;
  }
  .signup-form > h3 {
    color: #b1bad3;
    font-size: 2vw;
    font-weight: bold;
    /* margin: 15px 0; */
  }
  input.signup-input-email {
    border-radius: 5px;
  }

  input.signup-input-c_email {
    border-radius: 5px;
  }

  input.signup-input-name {
    border-radius: 5px;
    /*margin-top: 10px;*/
    color: black;
    background-color: white;
    padding: 15px;
  }

  div.input-group {
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    font-size: 25px;
    width: 100%;
  }

  #signup_container_email > .signup-form > .input-group {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px;
    justify-content: center;
    font-size: 3vw;
    width: 70%;
  }
  #signup_container_email > .signup-form > .input-group > label {
    margin-bottom: 9px;
    color: #b1bad3;
    font-size: 2vw;
    font-weight: bold;
  }

  #signup_container_email > .signup-form > .input-group > input {
    background-color: white;
    color: black;
    padding: 3px;
  }

  span.checkbox {
    position: absolute;
    border: solid white 1px;
    width: 17px;
    height: 17px;
  }

  span.agreement {
    font-size: 1vw;
    margin-left: 30px;
  }

  img.checkbox-img {
    position: absolute;
    width: 100%;
    z-index: 99999;
    visibility: hidden;
  }

  button.signup-btn {
    width: 50%;
    margin: 15px 0;
    padding: 2vw 0;
    font-size: 2.5vw;
  }

  img.signup-btn-img {
    width: 100%;
  }
  div.email-error-messages {
    color: red;
    font-size: 2vw;
    display: none;
  }

  div.name-error-messages {
    color: red;
    margin-top: 8px;
    text-align: center;
    font-size: 2vw;
  }
  div.exist-error-messages {
    color: red;
    font-size: 2vw;
    display: none;
  }

  div.agreement-error-messages {
    color: red;
    font-size: 1.5vw;
    display: none;
  }
}












/* Tablet */
@media (min-width: 768px) {
  .playMain_inGame_btn {
    bottom: 5vw;
  }
  .playMain_playBtn {
    width: 30vw;
  }
  div#signup_container_email {
    position: fixed;
    border-radius: 10px;
    width: 100%;
    background-color: rgba(26, 44, 56, 0.9);
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    z-index: 990;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Noto Sans KR';
    overflow: auto;
    overflow-x: hidden;
  }
  #signup_container_email > .signup-form > .input-group {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-top: 0;
    margin-bottom: 35px;
    justify-content: center;
    font-size: 3vw;
    width: 50%;
  }
  button.signup-btn {
    width: 40%;
    margin-bottom: 35px;
    margin-top: 0;
    padding: 1.5vw 0;
    font-size: 2vw;
  }
}











/* Desktop */
@media (min-width: 1280px) {
  /*메인 페이지 작업*/
  .content_main > .main_page1-2 {
    display: none;
  }

  .main_page1-2 {
    display: none;
  }

  .main_page1-3 {
    display: none;
  }

  /*1P*/
  /*이미지 컨테이너 부분*/
  .content_main > .main_page1 {
    width: 100%;
    display: block;
  }
  .playMain_inGame_btn {
    bottom: 80px;
  }
  .playMain_playBtn {
    width: 300px;
  }

  .content_main > .main_page1-3 {
    display: none;
  }

  /*이미지 컨테이너 부분 종료*/
  .content_main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  #signupContainer {
    position: absolute;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    margin-bottom: 100px;
  }

  #signupContainer > div > img {
    /*opacity: 0.8;*/
  }

  #play-bingo-text-container {
    position: absolute;
    color: white;
    font-size: 32px;
    margin-bottom: 285px;
  }

  #fb-connect-container {
    position: absolute;
    margin-bottom: 130px;
    cursor: none;
  }

  #metamask-connect-container {
    position: absolute;
    margin-top: 40px;
    cursor: none;
  }

  #discord-connect-container {
    position: absolute;
    margin-top: 215px;
    cursor: none;
  }

  .helpBtn {
    display: flex;
    margin-top: 480px;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .helpBtn > a {
    padding: 10px;
  }

  /*2P*/
  .content_main > div > img {
    display: block;
  }
  .content_main > .block {
    display: block;
  }
  .web-bingoMainImg {
    display: block;
  }
  .youtube2P {
    position: absolute;
    width: 65%;
    height: 550px;
    margin-top: 90px;
  }

  .youtube2P > iframe {
    width: 100%;
    height: 100%;
  }

  /*6P*/
  #footer {
    position: absolute;
    display: flex;
    bottom: 0;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 120px;
  }

  .help_containers {
    display: flex;
    flex-direction: inherit;
  }

  .bottom_logo_container {
    display: flex;
    margin: 0;
  }

  /*footer item*/
  #footer > .help_containers > .menu_item:nth-child(1) > a > div > img {
    width: 250px;
  }

  #footer > .help_containers > .menu_item:nth-child(2) > a > div > img {
    width: 250px;
    margin-left: 10px;
  }

  #footer > .bottom_logo_container > .menu_item:nth-child(1) > a > div > img {
    width: 100px;
  }

  /* visibility 를 통한 signGrops*/
  div#need-help {
    position: absolute;
  }

  div.signup_container {
    position: fixed;
    border: solid 3px white;
    border-radius: 10px;
    width: 378px;
    height: 598px;
    left: 50vw;
    top: 50vh;
    background-color: #130a10;
    transform: translate(-50%, -50%);
    visibility: hidden;
    z-index: 9999;
  }

  div#signup_container_email {
    position: fixed;
    border-radius: 10px;
    width: 500px;
    height: 500px;
    left: 50vw;
    top: 50vh;
    transform: translate(-50%, -50%);
    visibility: hidden;
    z-index: 9999;
    display: block;
  }

  div#signup_container_name {
    position: fixed;
    border: solid 3px white;
    border-radius: 10px;
    width: 380px;
    height: 360px;
    left: 50vw;
    top: 50vh;
    background-color: #130a10;
    transform: translate(-50%, -50%);
    visibility: hidden;
    z-index: 9999;
  }
  #signup_container_email > span{
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin: 10px;
    font-size: 17px;
    font-weight: bold;
  }
  img.signup-form-logo {
    position: absolute;
    top: 4%;
    left: 50%;
    width: calc(104% / 378 * 100);
    transform: translate(-50%);
  }

  form.signup-form {
    display: flex;
    color: white;
    align-items: center;
    flex-direction: column;
    margin: 30px 20px;
  }

  input.signup-input-email {
    border-radius: 5px;
  }

  input.signup-input-c_email {
    border-radius: 5px;
  }

  input.signup-input-name {
    border-radius: 5px;
    /*margin-top: 10px;*/
    color: black;
    background-color: white;
    padding: 10px;
  }

  div.input-group {
    display: flex;
    flex-direction: column;
    margin-top: 65px;
    font-size: 25px;
    width: 100%;
  }

  #signup_container_email > .signup-form > .input-group {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px;
    justify-content: center;
    width: 100%;
  }
  #signup_container_email > .signup-form > .input-group:nth-child(4) {
    margin-left: 10px;
  }
  #signup_container_email > .signup-form > .input-group > label {
    margin-bottom: 6px;
    color: #b1bad3;
    font-size: 14px;
    font-weight: bold;
  }
  #signup_container_email > .signup-form > .input-group > label > span {
    color: red;
    font-size: 9px;

  }

  #signup_container_email > .signup-form > .input-group > input {
    font-size: 15px;
    background-color: #0f212e;
    border: 2px solid #2f4553;
    color: white;
    padding: 5px;
    height: 35px;
  }
  .signup-form > h3 {
    color: #b1bad3;
    font-size: 14px;
    font-weight: bold;
    /*margin: 15px 0;*/
  }
  .signup-form > h3 > span {
    color: white;
    cursor: pointer;
  }
  /*#signup_container_email > .signup-form > .input-group:nth-child(1) > input {*/
  /*  background-color: gray;*/
  /*}*/
  span.checkbox {
    position: absolute;
    border: solid white 1px;
    width: 17px;
    height: 17px;
  }

  span.agreement {
    font-size: 12px;
    margin-left: 30px;
  }

  img.checkbox-img {
    position: absolute;
    width: 100%;
    z-index: 99999;
    visibility: hidden;
  }

  button.signup-btn {
    width: 70%;
    margin: 30px 0;
    padding: 13px 0;
    font-size: 20px;
  }

  img.signup-btn-img {
    width: 100%;
  }

  div.email-error-messages {
    color: red;
    font-size: 2vw;
    display: none;
    font-size: 15px;
  }

  div.name-error-messages {
    color: red;
    margin-top: 8px;
    text-align: center;
    font-size: 15px;
  }

  div.exist-error-messages {
    color: red;
    font-size: 2vw;
    display: none;
    font-size: 15px;
  }

  div.agreement-error-messages {
    color: red;
    font-size: 2vw;
    display: none;
    font-size: 15px;
  }



  /*
main1 이미지 텍스트 부분
*/
  .main1_title {
    flex-direction: inherit;
    font-size: 35px;
    top: 25px;
  }
  .main1_inform {
    font-size: 20px;
    line-height: 25px;
    word-spacing: 1px;
    width: 600px;
    right: 105px;
    margin: 0;
    top: 162px;
  }
  .web_main1_inform1 {
    position: absolute;
    color: rgb(149, 103, 168);
    display: block;
    font-size: 20px;
    line-height: 25px;
    word-spacing: 1px;
    width: 600px;
    right: 105px;
    margin: 0;
    top: 322px;
  }
  .web_main1_inform2 {
    position: absolute;
    color: rgb(149, 103, 168);
    display: block;
    font-size: 20px;
    line-height: 25px;
    word-spacing: 1px;
    width: 600px;
    right: 105px;
    margin: 0;
    top: 515px;
  }
  /*
  ---------------------------------------------------------------------------------------------------
  */
  /*2P*/
  /*
  main2 이미지 텍스트 부분
  */
  .main2_title {
    flex-direction: inherit;
    font-size: 35px;
    top: 25px;
  }
  .main2_inform {
    font-size: 20px;
    line-height: 25px;
    word-spacing: 1px;
    width: 600px;
    left: 105px;
    margin: 0;
    top: 132px;
  }
  .web_main2_inform1 {
    position: absolute;
    color: rgb(149, 103, 168);
    display: block;
    font-size: 20px;
    line-height: 25px;
    word-spacing: 1px;
    width: 600px;
    left: 105px;
    margin: 0;
    top: 290px;
  }
  .web_main2_inform2 {
    position: absolute;
    color: rgb(149, 103, 168);
    display: block;
    font-size: 20px;
    line-height: 25px;
    word-spacing: 1px;
    width: 600px;
    left: 105px;
    margin: 0;
    top: 422px;
  }
  .web_main2_inform3 {
    position: absolute;
    color: rgb(149, 103, 168);
    display: block;
    font-size: 20px;
    line-height: 25px;
    word-spacing: 1px;
    width: 600px;
    left: 105px;
    margin: 0;
    top: 550px;
  }

  /*
  ---------------------------------------------------------------------------------------------------
  */
  /*3P*/
  /*
  main3 이미지 텍스트 부분
  */
  .main3_title {
    flex-direction: inherit;
    font-size: 35px;
    top: 25px;
    margin-right: 15px;
  }
  .main3_subTitle {
    top: 145px;
    left: 120px;
    font-size: 20px;
    flex-direction: inherit;
  }
  .main3_subTitle > span {
    margin: 0;
  }
  .main3_subTitle > span:first-child {
    margin-bottom: 0;
    margin-right: 553px;
  }
  .main3_inform {
    font-size: 20px;
    line-height: 25px;
    word-spacing: 1px;
    margin: 0 100px;
    top: 80px;
    bottom: initial;
    text-align: center;
  }
  /*
  ---------------------------------------------------------------------------------------------------
  */
  /*4P*/
  /*
  main4 이미지 텍스트 부분
  */
  .main4_title {
    flex-direction: inherit;
    font-size: 35px;
    top: 25px;
  }
  .main4_subTitle {
    display: none;
  }
  .web_main4_subTitle {
    position: absolute;
    color: rgb(149, 103, 168);
    font-weight: bolder;
    display: flex;
    font-size: 17px;
    left: 80px;
    top: 144px;
  }
  .web_main4_subTitle_ele1 {
    display: flex;
    flex-direction: column;
  }
  .web_main4_subTitle_ele1 > span {
    margin-bottom: 262px;
  }
  .web_main4_subTitle_ele2 {
    display: flex;
    flex-direction: column;
  }
  .web_main4_subTitle_ele2 > span {
    margin-bottom: 262px;
    margin-left: 190px;
  }
  .web_main4_subTitle_ele3 {
    display: flex;
    flex-direction: column;
  }
  .web_main4_subTitle_ele3 > span {
    margin-bottom: 262px;
    margin-left: 150px;
  }
  .main4_inform {
    font-size: 20px;
    line-height: 25px;
    word-spacing: 1px;
    margin: 0 100px;
    top: 80px;
    bottom: initial;
    text-align: center;
  }
  /*
  ---------------------------------------------------------------------------------------------------
  */
  /*5P*/
  /*
  main5 이미지 텍스트 부분
  */
  .main5_title {
    flex-direction: inherit;
    font-size: 35px;
    top: 25px;
  }
  .main5_inform {
    font-size: 20px;
    line-height: 25px;
    word-spacing: 1px;
    margin: 0 290px;
    top: 80px;
    bottom: initial;
    text-align: center;
  }
  /*
  ---------------------------------------------------------------------------------------------------
  */
  /*
bingo main text
*/
  /* main1 */
  .bingo_main1_title {
    font-size: 35px;
    top: 50px;
  }
  .bingo_main1_inform {
    bottom: 190px;
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    word-spacing: 3px;
    width: 620px;
    right: 80px;
  }
  /* main2 */
  .bingo_main2_title {
    font-size: 35px;
    top: 50px;
  }
  .bingo_main2_inform {
    bottom: 230px;
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    word-spacing: 3px;
    width: 620px;
    left: 90px;
  }
  /* main3 */
  .bingo_main3_inform {
    top: 200px;
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    word-spacing: 3px;
    width: 335px;
  }
  /* main4 */
  .bingo_main4_title {
    font-size: 35px;
    top: 50px;
  }
  .bingo_main4_subTitle1 {
    font-size: 25px;
    top: 160px;
    left: inherit;
  }
  .bingo_main4_subTitle2 {
    font-size: 25px;
    top: 350px;
    right: inherit;
  }
  .bingo_main4_inform {
    top: 100px;
    margin: 0 200px;
    font-size: 20px;
    line-height: 25px;
    word-spacing: 3px;
    text-align: center;
  }
  /* main5 */
  .bingo_main5_title {
    font-size: 35px;
    top: 30px;
  }
  .bingo_main5_inform {
    top: 75px;
    bottom: inherit;
    margin: 0 200px;
    font-size: 20px;
    line-height: 25px;
    word-spacing: 3px;
    text-align: center;
    width: 1100px;
    right: inherit;
  }
  /*
  ---------------------------------------------------------------------------------------------------
  */
  #backTopImg {
    background-image: url(/images/slot/main/1page.png);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1400px;
    height: 700px;
    background-size: cover;
  }
  #b_backTopImg {
    background-image: url(/images/bingo/main/1page.png);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1400px;
    height: 700px;
    background-size: cover;
  }

}