@font-face {
    font-family: 'GangwonEdu_OTFBoldA';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEdu_OTFBoldA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

article{
    display: flex;
    flex-direction: column;
}

article.question{
  justify-content : center;
  align-items: center;
}
#restitle{
    display:block;
    margin:0px auto;
    content: url("restitle_img.png");
    margin-top : 50px;
    width : 630px;
    height: 66px;
}
.question{
    display: none;
}

.result{
    display: none; 
    
}

#img {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    border: 5px solid #bcbcbc;
}
.share {
    margin: 0 auto;
}

.startTitle{
    margin:auto;
    width: 185px;
    height: 54px;
    font-family: 'GangwonEdu_OTFBoldA';
    font-size: 24px;
    line-height: 90px;
    /* or 375% */
    text-align: center;
    
    color: #000000;
    
    border: 2px solid #FFFFFF;
}


.progressBar{ /*진행도바 사진 서식*/
    width: 321px;
    height: 97.32px;
    margin: auto;
}
.startButton{/*테스트 시작하기 버튼 사진*/
    max-width: 80%;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    margin:auto; 
    border: 0;
    outline: 0;
    margin-bottom: 13%;
    position: relative;
}
#startbtn{
    width: 40%;
    height: auto;
    margin:auto;
}
#title{
    font-size : 40px;
    width : 65%;
}
#mtitleImg1{
    display: none;
}
#titleImg1{/*상냥이 MBTI사진*/
    content: url("title_img.png");
    width:40%; 
    height:auto;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 8%;
}

#titleImg2{/*나는 어떤 고양이일까 사진*/
    width: 20%;
    height: auto;
    margin: auto;
    margin-bottom: 2%;
} 
.row-flex{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin:10px;
}

.res-img {
  width : 200px;
  height : 200px;
  margin : 10px;
  border-radius: 20%;
}

#container{
    font-family: 'GangwonEdu_OTFBoldA';
    /* min-height:100%;
    position:relative;
    padding-bottom:20%; */
    position: relative;
    padding-bottom:100px;
    min-height: 100vh;
}
.startPage0{
    background-image: url("start_page0.jpg");
    max-width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
}
.startPage{
    background-image: url("start_page.jpg");
    max-width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
}
#A, #B{
    width : 50%;
    border-radius: 25px;
    opacity: 0.9;
    border: 3px solid black;
    font-size : 24px;
    font-family: 'GangwonEdu_OTFBoldA';
}

#explain{
    border: 2px dashed #bcbcbc;
    border-radius: 20px;
    background-color: #FFFFFF;
    padding: 2%;
    margin-left: 25%;
    margin-right: 25%;
}

h3, h2{
    text-shadow:-1px 0px 0px white,1px 0px 0px white,0px -1px 0px white,0px 1px 0px white;
}

#subtitle{
    text-shadow:1px 1px 10px #fffd99;
    ;
}
#supproting{
    text-align: center;
    margin-bottom: 40px;
}
#ad{
    /* width:100%;
    height:100px;
    position:absolute;
    bottom:0; */
    position: absolute;
    bottom: 0;
    width:100%;
    height:100px;
   
} 