@charset "utf-8";

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

body ::selection {
  color: #000;
  text-shadow: none;
}

body ::-moz-selection {
  color: #000;
  text-shadow: none;
}

a {
  transition: all 0.6s;
  text-decoration: none;
}

:active,
:focus,
:hover {
  outline: 0 !important;
}

::-webkit-scrollbar {
  width: 0;
  height: 12px;
  background-color: transparent;
}
button {
  border: none;
  border: none;
}

input {
  outline: 0;
  text-indent: 0.5em;
}

p {
  margin: 0;
}

.ph-container {
  max-width: 30vw;
  margin: 0 auto;
  border: 1px solid #f1f1f1;
  height: 100%;
  padding: 20px;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  .ph-container {
    max-width: 100vw;
    border: none;
  }
}

.header-container {
  display: flex;
  gap: 18px;
}

.header-img {
  width: 72px;
  height: 72px;
}

.header-img img {
  width: 100%;
}

.header-info_title {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  margin-bottom: 8px;
}

.header-info_subtitle {
  color: #01875f;
  font-weight: 600;
  font-size: 14px;
  margin: 2px 0px;
}

.header-info_desc {
  color: #5f6368;
  font-size: 12px;
  font-weight: 400;
}

.score-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0px;
}

.score-item {
  text-align: center;
  flex: 1;
}

.score-item_title {
  font-size: 14px;
  color: #000000cc;
  font-weight: 700;
  margin: 2px 0px;
}

.score-item_info {
  font-size: 11px;
  color: #00000099;
  font-weight: 400;
}

.score-item_line {
  width: 1px;
  height: 24px;
  background-color: #0000004d;
}

.download-btn {
  display: block;
  background-color: #01875f;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
}

.download-btn_title {
  color: #ffde0a;
  font-weight: 400;
  font-size: 12px;
  display: flex;
  gap: 2px;
  justify-content: center;
}

.download-btn_desc {
  font-weight: 400;
  font-size: 12px;
}

.download-share-bookmark {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 15px 0px;
}

.download-share {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #01875f;
}

.app-img-container {
  display: flex;
  gap: 8px;
  overflow-x: auto;
}

.app-img {
  min-width: 125px;
  width: 125px;
  height: auto;
}

.app-img img {
  width: 100%;
  border-radius: 10px;
}

.about-container {
  margin-top: 20px;
  margin-bottom: 30px;
}
.about-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0px;
}

.about-title {
  color: #000000cc;
  font-weight: 600;
}

.about-desc {
  color: #00000099;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.update-container {
  margin-bottom: 30px;
}

.update-title {
  color: #000000cc;
  font-weight: 600;
  margin: 10px 0px;
}

.update-desc {
  color: #00000099;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.data-container {
  margin-bottom: 30px;
}

.data-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0px;
}

.data-title {
  color: #000000cc;
  font-weight: 600;
}

.data-desc {
  color: #00000099;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.data-box {
  border: 1px solid #00000033;
  padding: 16px;
  border-radius: 10px;
  margin: 10px 0px;
}

.data-box_item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 15px 0px;
}

.data-box_item p {
  color: #00000080;
  font-size: 14px;
  font-weight: 400;
}

.rating-container {
  margin-top: 20px;
  margin-bottom: 15px;
}
.rating-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0px;
}

.rating-title {
  color: #000000cc;
  font-weight: 600;
}

.rating-desc {
  color: #00000099;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.button-groups {
  display: flex;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

.button-group_phone {
  display: flex;
  gap: 6px;
  color: #056449;
  background-color: #e5f3ef;
  padding: 10px 20px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 12px;
}

.button-group_others {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #00000033;
  padding: 10px 15px;
  border-radius: 50px;
  cursor: pointer;
}

.button-group_others img {
  width: 16px;
}

.button-group_others p {
  color: #00000080;
  font-size: 12px;
  font-weight: 400;
}

.rating-mark {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}
.rating-mark img {
  width: 100%;
}

.comment-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-bottom: 0.5px solid #00000033;
  padding-bottom: 20px;
}
.comment-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0px;
}

.avatar-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.avatar-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.avatar-img img {
  width: 100%;
}

.avatar-name {
  font-size: 14px;
  font-weight: 400;
}

.comment-header_more {
  width: 24px;
}

.comment-header_more img {
  width: 100%;
}

.comment-date-container {
  display: flex;
  align-items: center;
  gap: 6px;
}

.comment-date_star {
  width: 60px;
}

.comment-date_star img {
  width: 100%;
}

.comment-date {
  font-size: 12px;
  color: #5f6368;
  font-weight: 400;
}

.comment-content_title {
  font-size: 14px;
  font-weight: 400;
  margin: 5px 0px;
  color: #00000080;
}

.others-container {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 20px;
}

.others-container p {
  font-size: 14px;
  font-weight: 400;
  color: #5f6368;
}
