* {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  display: flex;
  font-size: 14px;
}

body {
  width: 100vw;
  min-width: 300px;
  position: relative;
}
html,
body {
  font-family: 'Spoqa Han Sans Neo', 'sans-serif';
  font-weight: 600;
  height: 100vh;
}
body,
pre {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p,
dl,
dt,
dd,
th,
menu {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
li {
  list-style: none;
}
img {
  vertical-align: middle;
  width: 100%;
}
a {
  color: inherit;
  text-decoration: inherit;
}
input,
textarea,
button {
  outline: none;
}
textarea {
  font-family: inherit;
  padding: 0;
}
em,
address {
  font-style: normal;
}

#textarea {
  display: none;
}
.back {
  background-color: #f7f7f7;
  margin: auto;
  position: relative;
  height: 100vh;
}
@media screen and (min-width: 768px) {
  html {
    background: #eee;
  }
  .back {
    height: 100vh;
    width: 600px;
  }
}
.header {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-weight: 500;
  position: relative;
  background-color: #fff;
}
.header img {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 20px;
  top: 18px;
  cursor: pointer;
}
.content__main {
  padding: 10px 20px 14px 20px;
  background-color: #fff;
}

.content_question p:nth-child(1) {
  margin: 0 0 8px 0;
  color: #202020;
  font-weight: 600;
}
.content_question_type {
  color: #6982f1;
  margin-right: 5px;
}
.content {
  color: #818181;
  font-size: 12px;
}
.content_date {
  font-size: 12px;
  margin-bottom: 10px;
  color: #b9b9b9;
  margin-top: 10px;
}
.after_answer {
  padding: 3px 8px;
  border-radius: 14px;
  font-size: 10px;
  background: #6982f1;
  color: #fff;
  margin-right: 6px;
}
.content_category {
  padding: 3px 8px;
  border-radius: 14px;
  font-size: 10px;
  border: 1px solid #edeff9;
  color: #666666;
}
.content_img img {
  width: auto;
  height: auto;
  max-width: 64px;
  max-height: 64px;
  border-radius: 10px;
  margin-top: 10px;
}
.content_img img + .content_img img {
  margin-left: 10px;
}

.content_answer__box {
  margin-top: 20px;
}

.content_answer__top {
  width: 0px;
  height: 0px;
  border-bottom: 10px solid #f5f6fc;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin-left: 15px;
}
.content_answer__body {
  background: #f5f6fc;
  padding: 15px;
}
.content_answer__profile {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.info_img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.info_name {
  color: #202020;
}
.info_hospital {
  color: #818181;
  font-size: 12px;
  margin-top: 2px;
}
.answer_type {
  color: #4d6aed;
}
.answer {
  color: #3d3d3d;
  margin: 10px 0;
}
.answer_date {
  color: #b9b9b9;
  font-size: 12px;
}
.list__box {
  border-top: 6px solid #f7f7f7;
  border-bottom: 13px solid #f7f7f7;
  background-color: #fff;
}
.list_top {
  padding: 11px 20px;
  font-weight: 700;
  border-bottom: 1px solid #fafafa;
  background-color: #fff;
}
.list_content {
  margin-top: 6px;
  padding: 14px 20px;
  background-color: #fff;
  cursor: pointer;
  border-bottom: 1px solid #fafafa;
}
.content_title {
  color: #202020;
  margin: 8px 0 6px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content__box {
  display: flex;
  justify-content: space-between;
}
.content_text {
  font-size: 12px;
  color: #818181;
  max-height: 47px;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.content_img__box {
  display: inline-block;
  position: relative;
}

.content_img__box img {
  width: auto;
  height: auto;
  max-width: 64px;
  max-height: 64px;
  border: 1px solid #f7f7f7;
  margin-left: 12px;
}
.content_day {
  margin-top: 10px;
  font-size: 10px;
  color: #666666;
}
.dialog {
  height: 100vh;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 9999;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  position: fixed;
  overflow: hidden;
}
#app_store_popup .dialog_content {
  background-color: #edeff9;
}
#web_store_popup .dialog_content {
  background-color: #edeff9;
}
.dialog_content {
  position: absolute;
  padding: 18px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
}
.dialog_title {
  display: block;
  font-size: 16px;
  text-align: center;
}

.dialog_close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.share_popup {
  display: flex;
  gap: 40px;
  padding: 27px 61px 12px 61px;
}
.share_popup__kakao {
  width: 64px;
  height: 100%;
  text-align: center;
  cursor: pointer;
}
.share_popup__kakao img {
  width: 64px;
  height: 64px;
  margin-bottom: 8px;
}

.share_popup__url {
  width: 64px;
  height: 100%;
  text-align: center;
  cursor: pointer;
}
.share_popup__url div {
  width: 64px;
  height: 64px;
  background-color: #f7f7f7;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.share_popup__url img {
  width: 32px;
  height: 32px;
}

.app_store_popup {
  text-align: center;
  padding: 15px 5px 2px 5px;
}
.app_store_popup__text {
  font-size: 16px;
  font-weight: 800;
  margin: 20px 0;
}
.app_store_popup__text em {
  color: #6982f1;
}
.app_store_popup__logo {
  width: 160px;
  height: 56px;
}
.app_store_popup__btn {
  margin-bottom: 16px;
}
.app_store_popup__btn button {
  width: 290px;
  height: 48px;
  border-radius: 24px;
  background-color: #6982f1;
  font-size: 14px;
  color: #fff;
  border: none;
  cursor: pointer;
}
.app_store_popup__btn img {
  width: 156px;
  height: 48px;
  cursor: pointer;
}
.app_store_popup__btn img + .app_store_popup__btn img {
  margin-left: 9px;
}

.app_store_popup p {
  color: #666666;
  cursor: pointer;
}
