@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css");

.ReviewAidV2 * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1em;
  font: inherit;
  vertical-align: baseline;
  line-height: 100%;
  font-family: Pretendard, Pretendard Variable, Noto Sans KR,
    Apple SD Gothic Neo, Malgun Gothic, sans-serif !important;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
}

.ReviewAidV2 article,
.ReviewAidV2 aside,
.ReviewAidV2 details,
.ReviewAidV2 figcaption,
.ReviewAidV2 figure,
.ReviewAidV2 footer,
.ReviewAidV2 header,
.ReviewAidV2 hgroup,
.ReviewAidV2 menu,
.ReviewAidV2 nav {
  display: block;
}

.ReviewAidV2 input {
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
}

.ReviewAidV2 input[type="checkbox"],
.ReviewAidV2 input [type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
}

.ReviewAidV2 label {
  padding: 0;
}

.ReviewAidV2 ol,
.ReviewAidV2 ul {
  list-style: none;
}

.ReviewAidV2 body {
  line-height: 1;
}

.ReviewAidV2 blockquote,
.ReviewAidV2 q {
  quotes: none;
}

.ReviewAidV2 blockquote:before,
.ReviewAidV2 blockquote:after {
  content: "";
  content: none;
}

.ReviewAidV2 q:before,
.ReviewAidV2 q:after {
  content: "";
  content: none;
}

.ReviewAidV2 a {
  text-decoration: none;
}

.ReviewAidV2 a:visited,
.ReviewAidV2 a:hover,
.ReviewAidV2 a:focus,
.ReviewAidV2 a:active {
  text-decoration: none;
}

.ReviewAidV2 table {
  border-collapse: collapse;
  border-spacing: 0;
}

.ReviewAidV2 button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
}

.ReviewAidV2 * {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.ReviewAidV2 *::-webkit-scrollbar {
  display: none;
}

.ReviewAidV2 textarea {
  all: unset;
  line-height: inherit;
}

.ReviewAidV2 b {
  font-weight: 700;
}

.ReviewAidV2 img {
  object-fit: cover;
}

.default * {
  font-family: Pretendard, Pretendard Variable, Noto Sans KR,
    Apple SD Gothic Neo, Malgun Gothic, sans-serif !important;
}

:root {
  --real-black: #000;
  --real-black-rgb: 0, 0, 0;
  --white: #ffffff;
  --white-rgb: 255, 255, 255;
  --gray-100: var(--real-black);
  --gray-100-rgb: var(--real-black-rgb);
  --gray-70: #505050;
  --gray-70-rgb: 80, 80, 80;
  --gray-60: #6f6f6f;
  --gray-60-rgb: 111, 111, 111;
  --gray-50: #9a9a9a;
  --gray-50-rgb: 154, 154, 154;
  --gray-20: #cdcdcd;
  --gray-20-rgb: 205, 205, 205;
  --gray-10: #e8e8e8;
  --gray-10-rgb: 232, 232, 232;
  --bluegray-10: #f7f9fb;
  --bluegray-10-rgb: 247, 249, 251;
  --cool-gray-50: #6b7684;
  --cool-gray-50-rgb: 107, 118, 132;
  --cool-gray-40: #8b95a1;
  --cool-gray-40-rgb: 139, 149, 161;
  --cool-gray-30: #b0b8c1;
  --cool-gray-30-rgb: 176, 184, 193;
  --cool-gray-20: #e5e8eb;
  --cool-gray-20-rgb: 229, 232, 235;
  --cool-gray-10: #f2f4f6;
  --cool-gray-10-rgb: 242, 244, 246;
  --whitegray-90: #f9f9f9;
  --whitegray-90-rgb: 249, 249, 249;
  --whitegray-70: #f7f7f7;
  --whitegray-70-rgb: 247, 247, 247;
  --whitegray-30: #fcfcfc;
  --whitegray-30-rgb: 252, 252, 252;
  --blue-100: #4ba4f8;
  --blue-100-rgb: 75, 164, 248;
  --blue-80: #75bcff;
  --blue-80-rgb: 117, 188, 255;
  --blue-60: #93c8fb;
  --blue-60-rgb: 147, 200, 251;
  --blue-40: #c5e3ff;
  --blue-40-rgb: 197, 227, 255;
  --blue-20: #e7f3ff;
  --blue-20-rgb: 231, 243, 255;
  --red-100: #eb0f36;
  --red-100-rgb: 235, 15, 54;
  --red-10: rgba(217, 0, 0, 0.1);
  --red-10-rgb: 217, 0, 0, 0.1;
  --pink-100: #fdf2f2;
  --pink-100-rgb: 253, 242, 242;
  --green-100: #48bc02;
  --green-100-rgb: 72, 188, 2;
  --shadow: 2px 3px 25px 0 rgba(var(--real-black-rgb), 0.1);
  --review-aid-primary-color: var(--blue-100);
  --reviewAid-widget-point_color: var(--review-aid-primary-color);
  --reviewAid-widget-graph_text_color: var(--real-black);
  --reviewAid-widget-graph_color: var(--review-aid-primary-color);
}
