* {
  box-sizing: border-box;
  font-size: 0;
  margin: 0;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.container {
    width: 100%;
}

.header {
    width: 100%;
}

.header > img {
    width: 100%;
}

.intro {
    width: 100%;
}

.intro > img {
    width: 100%;
}

.info {
    width: 100%;
    z-index: 2;
}

.info-main {
    width: 100%;
}

.info-1 {
    width: 13.4vw;
    left: 11vw;
    top: 17.7vw;
    cursor: pointer;
}

.info-2 {
    width: 13.4vw;
    left: 26.9vw;
    top: 17.7vw;
    cursor: pointer;
}

.info-3 {
    width: 13.4vw;
    left: 42.55vw;
    top: 17.7vw;
    cursor: pointer;
}

.info-4 {
    width: 13.4vw;
    left: 58.4vw;
    top: 17.7vw;
    cursor: pointer;
}

.info-5 {
    width: 13.4vw;
    left: 74.2vw;
    top: 17.7vw;
    cursor: pointer;
}

.info-slide {
    background-color: #ecd4ca;
    padding-bottom: 2vw;
    z-index: 1;
    margin-top: -20vw;
}

.info-slide-img {
    margin-left: 11vw;
    width: 80vw;
}

.slide-div {
    background-color: #fff1e1;
    height: 100%;
    width: 20%;
    left: 8%;
    z-index: 1;
}

.slide-img-1 {
    width: 95%;
    display: inline-block;
    z-index: 2;
}

.slide-img-2 {
    width: 80%;
    display: inline-block;
    z-index: 2;
}

.close-slide {
    font-size: 2.5vw;
    color: #cf6666;
    top: 1%;
    left: 92%;
    z-index: 3;
    font-weight: 800;
    cursor: pointer;
}

@keyframes slide-down {
    0%   {
        margin-top: -20vw;
    }
    100% {
        margin-top: 0;
    }
}

@keyframes slide-up {
    0%   {
        margin-top: 0vw;
    }
    100% {
        margin-top: -20vw;
    }
}

.game-container {
    width: 100%;
}

.anchor-1 {
    text-decoration: none;
    font-size: 2.5vw;
    left: 73%;
    top: 27%;
    opacity: 0;
}

.anchor-2 {
    text-decoration: none;
    font-size: 2.5vw;
    left: 44%;
    top: 34%;
    opacity: 0;
}

.how-button {
    width: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 43.5%;
    cursor: pointer;
}

.tnc-button {
    width: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 92.6%;
    cursor: pointer;
}

.game-bg {
    width: 100%;
}

.play-area {
    width: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 68%;
}

.play-bg {
    width: 100%;
}

.play-intro {
    width: 35%;
    left: 0%;
    top: 5%;
}

.phone-click {
    width: 60%;
    top: 0;
    left: 35%;
    top: 6%;
}

.mobile {
    width: 22%;
    display: inline-block;
    margin: 5%;
    cursor: pointer;
}

.how-container {
    height: 100vh;
    width: 100%;
    position: fixed;
    background-color: rgba(0,0,0, 0.7);
    z-index: 4;
    top: 0;
    left: 0;
    display: none;
}

.how-img {
    width: 70%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.how-img > img {
    width: 100%;
}

.close-how {
    font-size: 4.75vw;
    color: rgba(0,0,0, 0.1);
    left: 92.15%;
    top: 2.6%;
    cursor: pointer;
}

.tnc-container {
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: rgba(0,0,0, 0.7);
    z-index: 4;
    top: 0%;
    left: 0;
    display: none;
    overflow-y: scroll;
}

.tnc-img {
    width: 70%;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    margin-bottom: 5vw;
    margin-top: 4vw;
}

.tnc-img > img {
    width: 100%;
}

.close-tnc {
    font-size: 4.75vw;
    color: rgba(0,0,0, 0.1);
    left: 92.15%;
    top: 0.6%;
    cursor: pointer;
}

.try-container {
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: rgba(0,0,0, 0.7);
    z-index: 4;
    top: 0%;
    left: 0;
    display: none;
    /* overflow-y: scroll; */
}

.try-img {
    width: 20%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.try-img > button {
    font-size: 1.5vw;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    width: 100%;
}

.form-container {
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: rgba(0,0,0, 0.7);
    z-index: 4;
    top: 0%;
    left: 0;
    display: none;
    /* overflow-y: scroll; */
}

.form {
    width: 55%;
    left: 50%;
    top: 5%;
    transform: translate(-50%, 0%);
    margin-bottom: 5vw;
    margin-top: 4vw;
    background-color: white;
    padding: 5vw;
}

.close-form {
    font-size: 4.75vw;
    color: rgba(0,0,0, 0.1);
    left: 92.15%;
    top: 0.6%;
    cursor: pointer;
}

.form > form > label {
    font-size: 1vw;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0.5vw;
}

.form > form > input {
    font-size: 1vw;
    margin-bottom: 1vw;
    font-family: 'Open Sans', sans-serif;
}

.form > h1 {
    font-size: 1.5vw;
    font-family: 'Open Sans', sans-serif;
    margin-bottom : 1vw;
    text-align: center;
}

.form > h6 {
    font-size: 1.5vw;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.form-detail {
    font-size: 1vw;
    margin-bottom: 1vw;
    font-family: 'Open Sans', sans-serif;
}

.agree-check {
    font-size: 1vw;
    display: inline-block;
    margin-left: 1vw;
    font-family: 'Open Sans', sans-serif;
}

.again-button {
    font-size: 1.5vw;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    width: 30%;
    margin-left: 50%;
    transform: translate(-50%, 0);
    margin-top: 2vw;
}

#submit-giveaway {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

