@charset "UTF-8";
.product-qna.info-item {
  margin-top: 1.6666666667vw;
}
.product-qna .qna-form {
  padding: 0 3.8888888889vw;
}
.product-qna .qna-form a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #477A7B;
  height: 11.1111111111vw;
  font-size: 3.8888888889vw;
  font-weight: 500;
  color: #ffffff;
  text-align: left;
  width: 100%;
  margin: 4.4444444444vw auto;
}
.product-qna .qna-form a i {
  position: relative;
  top: 0.2777777778vw;
  margin-right: 1.1111111111vw;
}
.product-qna .qna-toggle {
  display: flex;
  justify-content: flex-end;
  padding: 5.2777777778vw 3.8888888889vw 3.3333333333vw;
  border-bottom: 0.2777777778vw solid #E5E5E5;
}
.product-qna .qna-toggle span {
  font-size: 3.3333333333vw;
  font-weight: 400;
  color: #7E7E7E;
  text-align: left;
  line-height: 4.4444444444vw;
}
.product-qna .qna-title {
  padding: 3.8888888889vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-qna .qna-title h4 {
  font-size: 5vw;
  font-weight: 700;
}
.product-qna .qna-title h4 span {
  font-size: 3.6111111111vw;
  font-weight: 400;
  color: #7e7e7e;
  margin-left: 4px;
}
.product-qna .qna-title .view-all {
  display: flex;
  color: #7e7e7e;
  font-size: 3.6111111111vw;
}
.product-qna .qna-lists li {
  margin: 0 3.8888888889vw;
  padding-bottom: 4.4444444444vw;
  border-bottom: 0.2777777778vw solid #F2F2F2;
}
.product-qna .qna-lists li .list-info {
  padding: 5vw 0 1.9444444444vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.product-qna .qna-lists li .list-info span {
  display: flex;
  align-items: center;
  font-size: 3.8888888889vw;
  color: #999999;
}
.product-qna .qna-lists li .list-info span::before {
  margin-right: 2.7777777778vw;
  width: 15.5555555556vw;
  height: 5.5555555556vw;
  border-radius: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.0555555556vw;
  font-weight: 500;
  color: #333;
  text-align: left;
}
.product-qna .qna-lists li .list-info span i {
  margin: 0 0.8333333333vw;
}
.product-qna .qna-lists li .list-info > i {
  width: 3.3333333333vw;
  height: 1.6666666667vw;
  background: url(../images/icons/product_view/icon_review_toggle.svg) no-repeat center/100%;
}
.product-qna .qna-lists li .list-content h5 {
  font-size: 3.8888888889vw;
  font-weight: 400;
  color: #333;
  text-align: left;
  line-height: 5.2777777778vw;
}
.product-qna .qna-lists li .list-content p {
  display: none;
  padding: 1.6666666667vw 0 3.6111111111vw;
  font-size: 3.3333333333vw;
  font-weight: 400;
  color: #7E7E7E;
  text-align: left;
  line-height: 5vw;
}
.product-qna .qna-lists li .list-content .reply {
  display: none;
  margin-top: 3.6111111111vw;
  padding: 3.3333333333vw 3.3333333333vw 3.8888888889vw;
  background: #F8F8F8;
  background-position: 4.4444444444vw 4.4444444444vw;
  background-size: 4.4444444444vw auto;
  line-height: 5vw;
  font-size: 3.8888888889vw;
  font-weight: 400;
  color: #7E7E7E;
  text-align: left;
  border-top: 0.2777777778vw solid #E5E5E5;
}
.product-qna .qna-lists li .list-content .reply i {
  margin-bottom: 2.2222222222vw;
}
.product-qna .qna-lists li .list-content .reply span {
  display: block;
  margin-top: 3.3333333333vw;
  color: #A4A4A4;
}
.product-qna .qna-lists li.wait .list-info span:not(.line)::before {
  content: "답변대기";
  background: #F5F5F5;
  color: #7E7E7E;
}
.product-qna .qna-lists li.end .list-info span:not(.line)::before {
  content: "답변완료";
  background: rgba(71, 122, 123, 0.15);
  color: #477A7B;
}
.product-qna .qna-lists li.open {
  padding-bottom: 0;
}
.product-qna .qna-lists li.open .list-content p, .product-qna .qna-lists li.open .list-content .reply {
  display: block;
}
.product-qna .qna-lists li.empty {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 38.8888888889vw;
  text-align: center;
  line-height: 1.6em;
  border-bottom: none;
  font-size: 3.6111111111vw;
  font-weight: 400;
  color: #7E7E7E;
  text-align: left;
}
.product-qna .qna-lists li:last-child {
  border-bottom: none;
}

.qna-info-notice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 3.3333333333vw 3.8888888889vw;
  border-bottom: 0.2777777778vw solid #E5E5E5;
}
.qna-info-notice strong {
  font-size: 3.8888888889vw;
  font-weight: 500;
  color: #333;
  text-align: left;
  line-height: 5vw;
}

.qna-info-text {
  margin-bottom: -17.7777777778vw;
  padding: 3.8888888889vw;
  background: #F8F8F8;
  font-size: 3.8888888889vw;
  font-weight: 400;
  color: #7E7E7E;
  text-align: left;
  line-height: 5vw;
}

.qna-product {
  padding: 3.8888888889vw;
  display: flex;
  background: #F8F8F8;
}
.qna-product .thumb {
  width: 60px;
  overflow: hidden;
  border: 1px solid #E6E6E6;
  border-radius: 0.2em;
}
.qna-product span {
  display: inline-block;
  margin-left: 2.7777777778vw;
  font-size: 3.3333333333vw;
  font-weight: 400;
  color: #333;
  text-align: left;
  width: 72.7777777778vw;
  line-height: 5vw;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
  text-overflow: ellipsis;
  max-height: 13.8888888889vw;
}

.qna-form {
  padding: 3.8888888889vw;
}
.qna-form label {
  margin-bottom: 10px;
}
.qna-form ul {
  margin-bottom: 7.7777777778vw;
}
.qna-form ul li {
  font-size: 3.3333333333vw;
  font-weight: 400;
  color: #7E7E7E;
  text-align: left;
  position: relative;
  padding-left: 2.5vw;
  line-height: 1.5em;
  margin-bottom: 1.6666666667vw;
}
.qna-form ul li::before {
  position: absolute;
  top: 2.2222222222vw;
  left: 0;
  content: "";
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  background: #7E7E7E;
  border-radius: 50%;
}
.qna-form .customer-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 38.8888888889vw;
  height: 10vw;
  margin: 0 auto;
  background: #fff;
  border-radius: 1.1111111111vw;
  font-size: 3.8888888889vw;
  font-weight: 400;
  color: #333;
  text-align: left;
  border: 0.2777777778vw solid #555;
}
.qna-form .customer-link span {
  position: relative;
  top: -0.2777777778vw;
}