@font-face{
    font-family: "flower";
    src:url("./SSShinb/SSShinb7Regular_otf.otf") format("opentype");
    font-style: normal;
    font-weight: bold;

}


body{
    background-image: url("./img/bg1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    font-family: flower;
}
.content{
    margin-top: 50px;
    width: 700px;
    height: 900px;
    box-shadow: 0px 0px 3px rgb(0, 0, 0.5);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: white;
    overflow: auto;
    margin-bottom: 50px;
}

.notice{
    font-size: 20px;
    margin-top: 64px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    background-color: #fff8eb;
    text-align: center;
}

.notice p:first-child{
    margin-top: 15px;
}

.start-title{
    width: 100%;
    height: 70px;
    font-size: 48px;
    background-color: skyblue;
    color: white;
}

article{
    display: flex;
    flex-direction: column;
}

.progress-width{
    width: 450px;
    margin: 0 auto;
}

.question{
    display: none;
}

.result{
    display: none;
}

#img{
    width: 300px;
    height: 300px;
    margin: 0 auto;
}
.stage{
    margin-top: 30px;
    margin-bottom: -30px;
    font-size: 24px;
    font-size: bold;

}
.shere{
    margin:0 auto;
}

.btn{
    width: 300px;
    margin: 0 auto;
    font-size: 24px;
}

.btn-sky{
    background-color: skyblue;
    color:#fff8eb ;
    width: 450px;
    height: 100px;
    font-size: 32px;
    font-weight: bold;
}

.kakao_ad{
    width: 320px;
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
}

.kakao2{
    width: 320px;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.kakao3{
    width: 320px;
    margin-left: auto;
    margin-right: auto;
}


.banner{
    display: flex;
    justify-content: center;
    width: 300px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.banner-img{
    width: 300px;
}

.img2{
    width: 200px;
    float: left;
    margin-top: 50px;
    margin-left: -200px;
}

@media screen and (max-width:1208px) {
    .img2{
        display: none;
    }
    
}