#logo {
    display: block;
    width: 580px;
    margin: 0px auto;
    text-align: center;
}

body {
    font-family: 'Noto Sans KR', sans-serif;
    width: 480px;
    min-height: 100vh;
    margin: auto;
    padding: 0;
    background-color: white;
}

.pannel{
    position: absolute;
    margin: auto;
    height: auto;
    background-color: #ffffff;        /* pannel 색상 background-color: */
    width: 480px;
    margin: auto;
    border-radius: 15px;
    text-align: center;
}

.title{
    margin-top: 5px;          /* 메인페이지 보디 위치*/
    margin-bottom: 5px;
    
}

.start-btn{
    display: block;
    width: 250px;             /* 시작페이지 시작하기 버튼 */
    line-height: 220%; 
    font-size: 26px;
    text-align: center;
    border-radius: 30px;
    border-color: #556070;
    padding: 0px 10px;
    margin: auto;
    margin-bottom: 100px;
}

button{
    background-color:white;
    border: solid black 1px;
    border-radius: 20px;
    padding: 0px 10px;
    width: 220px;
    padding: 2px;
    text-align: center;
}

#main-img{
    width: 280px;
    margin: auto;              /* 메인 보디 중앙 이미지 크기*/
}

#back-btn{
    border: none;
    float: left;
    font-size: 1em;
}

#progress-text{
    float: right;
}

#up{
    height:2em;
}

.top-bar{
    width: 460px;
    height: 100px;
    margin: auto;
    
}

#progress-bar{
    width: 460px;  
    height: 20px; 
    background-color: #eeeeee;     /* 상단 진행바1 섹상 */
    border-radius: 20px;
}

#progress-bar-finished{
    width: 460px; 
    height: 20px; 
    background-color: #cccccc;     /* 상단 진행바2 색상 */
    border-radius: 20px;
}

#question-img{
    width: 320px;
}

.question-text{
    width: 400px;
    padding: 10px 0;
    margin: 2em auto;
    margin-top: 1em;
    font-size: 22px;                 /* 질문 텍스트 크기 */
    background-color: #cccccc;
    border-radius: 1em;
}

.answer-btn{
    display: block;
    width: 400px;
    margin: 10px auto;
    margin-top: 15px;
    padding: 10px 0;
    font-size: 20px;                 /* 질문답 예, 아니오 텍스트 크기 */
    background-color: #eeeeee;
    border: none;
}

#result-text {
    display: block;
    width: 450px;
    padding: 15px;
    margin: 50px auto 50px auto;  /* 위/아래 각각 30px */
    font-size: 20px;
    background-color: #eeeeee;
    border-radius: 20px;
    white-space: pre-wrap;
    max-height: none !important;
    overflow: visible !important;
}

h2 {
    color:gray;
    text-align: center;
    
}

#result-div {
    position: static;
}

.retry-btn{
    display: block;
    width: 250px;                    /* 다시하기 버튼 */
    line-height: 220%; 
    font-size: 26px;
    text-align: center;
    border-radius: 30px;
    border-color: #556070;
    padding: 0px 10px;
    margin: auto;
    margin-top: 15px;
}

.share-btn{
    display: block;
    width: 250px;                    /* 공유하기 버튼 */
    line-height: 220%;  
    font-size: 26px;
    text-align: center;
    border-radius: 30px;
    border-color: #556070;
    padding: 0px 10px;
    margin: auto;
    margin-top: 15px;
}

.compatibility-img{
    width: 280px;
}

.part{
    width: 480px; 

}

.compatibility{
    width: 480px; 
    padding: 0px;
    margin: 2em auto;
    margin-top: 1em;
    font-size: 16px;
    background-color: #eeeeee;
    border-radius: 180px;
    display: block;
}

.compatibility-text{
    display: block;
    width: 480px;
    margin: 1em 0;
    padding: 0 10px;
    height: 50px;
}

#result-img{
    display: block;
    width: 480px; 
    margin: auto;
    text-align: center;
}

.top-nav-bar{ 
    height: auto;
    width: 480px;
    top: 20px;
    left: 50%;
}

#end {
    display: block;
    margin: auto;
    width: 480px;
    text-align: center;
    font-size:16px;
    color: orange;             /* end, footer 설정*/
}

.mbti-good, .mbti-bad {
    font-size: 20px;
    margin-top: 18px;
    font-weight: normal; /* 필요시 bold로! */
    line-height: 1.6;
}

html, body, .pannel, #result-div {
  min-height: 100vh !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}
body, .pannel, #result-div {
  overflow-y: visible !important;
}
#result-div {
  display: block !important;
  position: static !important;
  height: auto !important;
  max-height: none !important;
}
