#main {
  height: 80vh;
  justify-content: space-around;
  box-sizing: border-box;
}

#main_img {
  border-radius: 20px;
  object-fit: cover;
}

.title-name {
  font-size: 2rem;
  text-shadow: 0px 0px 5px rgb(248, 255, 189);
}
.title-start {
  font-size: 30px;
  border-radius: 20px;
}
#qna {
  display: none;
}
.title-name {
  margin-top: 2rem;
}
.qBox {
  line-height: 3;
  text-align: center;
  border-radius: 20px;
  font-size: 20px;
  width: 100%;
  color: whitesmoke;
}
.answerList {
  background-color: whitesmoke;
  border-radius: 20px;
  display: block;
  width: 75%;
  border: 0px;
  font-size: 20px;
}

.status {
  height: 20px;
  width: 80%;
  background-color: whitesmoke;
  border-radius: 20px;
}

.statusBar {
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(to right, black, #d50000);
}

.example {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  min-height: 30vh;
  background-color: rgb(0, 0, 0);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px ridge;
  border-color: #ffd700 #ddbf14 #ffd700 #ddbf14;

  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.result h1 {
  font-size: 3vh;
  color: #ffd700;
}

#mood {
  display: inline-block;
  font-size: 3vh;
  line-height: 5vh;
}
#explain {
  display: inline-block;
  font-size: 3vh;
}

/* font size 서정 */

@media (max-width: 600px) {
  .title-name {
    font-size: 18px;
  }

  .title-name {
    margin-top: 3rem;
  }
  .answerList,
  .title-start {
    font-size: 16px;
  }
  .result h1 {
    font-size: 3vw;
    color: #ffd700;
  }

  #mood {
    display: inline-block;
    line-height: 4vh;
    font-size: 5vw;
  }
  #explain {
    display: inline-block;
    font-size: 4vw;
  }
  #main {
    height: 60vh;
  }

  #img {
    width: 90%;
    margin: 0 auto;
    padding: 10% 0%;
    overflow: hidden;
  }
  #main_img {
    border-radius: 20px;
    object-fit: cover;
  }
  .qBox {
    font-size: 16px;
  }
}
@media (min-width: 1000px) {
  .qBox {
    font-size: 20px;
  }

  .title-name {
    font-size: 2.5rem;
    margin-top: 3rem;
  }
  .answerList {
    font-size: 20px;
  }
  .title-start {
    font-size: 36px;
  }
  .answerList:hover {
    background-color: #37474f;
  }
  #main {
    height: 70vh;
  }
  #img {
    width: 90%;
    margin: 0 auto;
    padding: 0% 20%;
  }
  #main_img {
    border-radius: 20px;
    object-fit: cover;
  }
  .result h1 {
    font-size: 3vh;
    color: #ffd700;
    margin-top: 30px;
  }

  #mood {
    display: inline-block;
    font-size: 3vh;
    line-height: 6vh;
  }
  #explain {
    display: inline-block;
    font-size: 4vh;
  }
  #down {
    max-width: 70%;
    margin: 0 auto;
  }
}
.kakao_ad_area {
  width: 468px;
  height: 60px;
}
@media (min-width: 500px) {
  .kakao_ad_area {
    width: 320px;
    height: 100px;
  }
}
@media (min-width: 800px) {
  .kakao_ad_area {
    width: 728px;
    height: 90px;
  }
}
