@charset "UTF-8";
.hidden {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSansKR-Regular.woff2) format("woff2"), url(../fonts/NotoSansKR-Regular.woff) format("woff"), url(../fonts/NotoSansKR-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NotoSansKR-Medium.woff2) format("woff2"), url(../fonts/NotoSansKR-Medium.woff) format("woff"), url(../fonts/NotoSansKR-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NotoSansKR-Bold.woff2) format("woff2"), url(../fonts/NotoSansKR-Bold.woff) format("woff"), url(../fonts/NotoSansKR-Bold.otf) format("opentype");
}
html {
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  font-size: 14px;
}

body {
  margin: 0;
  background: #fff;
  -webkit-text-size-adjust: none;
  line-height: 1;
  -webkit-print-color-adjust: exact !important;
  print-color-adjust: exact !important;
  line-height: 1.45;
}

html, body {
  overscroll-behavior-y: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
}

body,
input,
select,
textarea,
button,
pre {
  font-family: "Noto Sans KR", "Malgun Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", Arial, sans-serif;
  letter-spacing: -0.02em;
}

article,
aside,
hgroup,
header,
footer,
figure,
figcaption,
nav,
section,
time,
mark,
canvas,
video,
audio,
details,
summary {
  display: block;
}

ul {
  list-style: none;
}

address {
  font-style: normal;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  background: transparent;
  text-decoration: none;
  color: inherit;
}

b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

ins {
  color: #555;
}

em {
  font-style: normal;
}

mark {
  background-color: #ff9;
  font-style: italic;
  color: #555;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
}

textarea {
  resize: none;
}

input[type=text],
input[type=number],
input[type=password],
input[type=tel],
input[type=search],
input[type=email],
input[type=time],
input[type=month],
input[type=date],
input[type=url],
input[type=image],
input[type=button],
input[type=submit],
input[type=reset],
input[type=file],
textarea,
select,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
}

input[type=hidden],
input::-ms-clear,
input::-ms-reveal {
  display: none;
}

input[type=password] {
  font-family: Verdana !important;
}

input[type=button]::-moz-focus-inner,
button::-moz-focus-inner {
  margin: -1px;
  padding: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=button],
input[type=image],
input[type=file],
input[type=submit],
button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

input:disabled,
button:disabled {
  cursor: default;
}

input[type=date] {
  background: transparent;
}

input::-webkit-calendar-picker-indicator {
  opacity: 0;
}

::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1;
  font-family: "Noto Sans KR", "Malgun Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", Arial, sans-serif;
  font-weight: 500;
}

::-moz-placeholder {
  color: #bbb;
  opacity: 1;
  font-family: "Noto Sans KR", "Malgun Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", Arial, sans-serif;
  font-weight: 500;
}

:-moz-placeholder {
  color: #bbb;
  opacity: 1;
  font-family: "Noto Sans KR", "Malgun Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", Arial, sans-serif;
  font-weight: 500;
}

:-ms-input-placeholder {
  color: #bbb;
  opacity: 1;
  font-family: "Noto Sans KR", "Malgun Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", Arial, sans-serif;
  font-weight: 500;
}

::placeholder {
  color: #bbb;
  opacity: 1;
  font-family: "Noto Sans KR", "Malgun Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", Arial, sans-serif;
  font-weight: 500;
}

select:invalid {
  color: #bbb !important;
  opacity: 1;
  font-family: "Noto Sans KR", "Malgun Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", Arial, sans-serif;
  font-weight: 500 !important;
}

input[type=date] {
  position: relative;
}

input[type=date]:in-range::-webkit-datetime-edit-year-field,
input[type=date]:in-range::-webkit-datetime-edit-month-field,
input[type=date]:in-range::-webkit-datetime-edit-day-field,
input[type=date]:in-range::-webkit-datetime-edit-text {
  color: transparent;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-clear-button {
  z-index: 1;
}

form {
  display: block;
  width: 100%;
}

button.back {
  position: relative;
  padding-left: 46px;
  line-height: 37px;
  font-weight: 500;
  font-size: 15px;
  color: #000;
}
button.back::before {
  content: "";
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: #F1F1F1 url("../images/common/arr2.svg") no-repeat center/24px;
}

.buttons {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 10px;
}
.buttons.caseRight {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.buttons.caseRight + .grid {
  margin-top: 8px;
}
.buttons > * {
  z-index: 1;
}

a[class^=primary], a[class^=secondary], a[class^=case], a[class^=tertiary], button[class^=primary], button[class^=secondary], button[class^=case], button[class^=tertiary] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
}
a[class^=primary]::before, a[class^=secondary]::before, a[class^=case]::before, a[class^=tertiary]::before, button[class^=primary]::before, button[class^=secondary]::before, button[class^=case]::before, button[class^=tertiary]::before {
  z-index: 0;
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  opacity: 0;
  transition: all 0.2s;
}
a[class^=primary] span, a[class^=secondary] span, a[class^=case] span, a[class^=tertiary] span, button[class^=primary] span, button[class^=secondary] span, button[class^=case] span, button[class^=tertiary] span {
  z-index: 1;
  position: relative;
}
a[class*=Large], button[class*=Large] {
  height: 58px;
  padding: 0 25px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
}
a[class*=Medium], button[class*=Medium] {
  height: 46px;
  padding: 0 22px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
}
a[class*=Small], button[class*=Small] {
  height: 40px;
  padding: 0 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
}
a[class*=Xsmall], button[class*=Xsmall] {
  height: 36px;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 500;
}
a[class^=primary], button[class^=primary] {
  border-color: #307EF7;
  background: #307EF7;
  color: #fff;
}
a[class^=primary]:disabled, a[class^=primary][disabled], button[class^=primary]:disabled, button[class^=primary][disabled] {
  cursor: default;
  border-color: #ddd;
  background: #ddd;
}
a[class^=primary]:disabled::before, a[class^=primary][disabled]::before, button[class^=primary]:disabled::before, button[class^=primary][disabled]::before {
  display: none;
}
a[class^=primary]::before, button[class^=primary]::before {
  background: #000;
}
a[class^=primary]:hover::before, a[class^=primary]:focus::before, button[class^=primary]:hover::before, button[class^=primary]:focus::before {
  opacity: 0.2;
}
a[class^=secondary], button[class^=secondary] {
  border-color: #307EF7;
  background: #fff;
  color: #307EF7;
}
a[class^=secondary]:disabled, a[class^=secondary][disabled], button[class^=secondary]:disabled, button[class^=secondary][disabled] {
  cursor: default;
  border-color: #ddd;
  color: #ddd !important;
}
a[class^=secondary]:disabled::before, a[class^=secondary][disabled]::before, button[class^=secondary]:disabled::before, button[class^=secondary][disabled]::before {
  display: none;
}
a[class^=case], button[class^=case] {
  border-color: rgba(48, 126, 247, 0.08);
  background: rgba(48, 126, 247, 0.08);
  color: #307EF7;
}
a[class^=case]::before, button[class^=case]::before {
  background: rgba(48, 126, 247, 0.12);
}
a[class^=case]:hover::before, a[class^=case]:focus::before, button[class^=case]:hover::before, button[class^=case]:focus::before {
  opacity: 1;
}
a[class^=case].refresh::after, button[class^=case].refresh::after {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../images/common/refresh.svg") no-repeat center/22px;
}
a[class^=tertiary], button[class^=tertiary] {
  border-color: #999;
  background: #999;
  color: #fff;
}
a[class^=tertiary]::before, button[class^=tertiary]::before {
  background: #000;
}
a[class^=tertiary]:hover::before, a[class^=tertiary]:focus::before, button[class^=tertiary]:hover::before, button[class^=tertiary]:focus::before {
  opacity: 0.2;
}
a.primaryLarge.search, button.primaryLarge.search {
  padding-left: 66px;
  padding-right: 40px;
}
a.primaryLarge.search::after, button.primaryLarge.search::after {
  z-index: 1;
  content: "";
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 18px;
  width: 28px;
  height: 28px;
  background: url("../images/common/search.svg") no-repeat center/100%;
}

a.aside, button.aside {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #EAEAEA;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #999;
}
a.aside.set::after, button.aside.set::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/common/set.svg") no-repeat center;
}
a.aside.excel::before, button.aside.excel::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/common/excel.svg") no-repeat center;
}
a.aside.expand, button.aside.expand {
  width: 40px;
  background: url("../images/common/expand.svg") no-repeat center;
}
a.aside.expand.on, button.aside.expand.on {
  background-image: url("../images/common/expanded.svg");
}
a.aside.expand span, button.aside.expand span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

button.selectLike {
  position: relative;
  height: 36px;
  padding: 0 40px 0 12px;
  border: 1px solid #EAEAEA;
  border-radius: 6px;
  background: #fff;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  color: #999;
}
button.selectLike::after {
  content: "";
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 24px;
  height: 24px;
  background: url("../images/common/arr3.svg") no-repeat center/100%;
}
button.selectLike.opened::after {
  transform: rotate(180deg);
}

button.stats {
  width: 36px;
  height: 36px;
  border: 1px solid #999;
  border-radius: 5px;
  background: url("../images/common/stats.svg") no-repeat center/19px;
}
button.stats span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

button.more {
  width: 34px;
  height: 34px;
  background: url("../images/common/more.svg") no-repeat center/100%;
}
button.more span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

a.link, button.link {
  font-weight: 500;
  text-decoration: underline;
  color: #307EF7;
}

label.check, label.check2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 5px;
  font-size: 14px;
  font-weight: 500;
}
label.check.small, label.check2.small {
  font-size: 13px;
}
label.check:has(input:not(:checked)), label.check2:has(input:not(:checked)) {
  color: #999;
}
label.check:has(input:not(:checked))::before, label.check2:has(input:not(:checked))::before {
  border: 1px solid #ccc;
  background: #fff;
}
label.check::before, label.check2::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
label.check.small::before, label.check2.small::before {
  width: 16px;
  height: 16px;
  border-radius: 3px;
}
label.check input, label.check2 input {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

label.check:has(input:checked) {
  color: #000;
}
label.check:has(input:checked)::before {
  background: #307EF7 url("../images/common/check.svg") no-repeat center;
}

label.check2:has(input:checked) {
  color: #333;
}
label.check2:has(input:checked)::before {
  border: 1px solid #307EF7;
  background: #fff url("../images/common/check2.svg") no-repeat center;
}

label.slide {
  position: relative;
  font-size: 12px;
}
label.slide:not(.normal) {
  padding-left: 28px;
  line-height: 13px;
  font-weight: 500;
}
label.slide:not(.normal)::before {
  width: 23px;
  height: 13px;
  border-radius: 7px;
}
label.slide:not(.normal)::after {
  width: 11px;
  height: 11px;
}
label.slide:not(.normal):has(input:checked)::after {
  left: 1px;
}
label.slide:not(.normal):not(:has(input:checked))::after {
  left: 11px;
}
label.slide.normal {
  padding-left: 41px;
  line-height: 20px;
  font-weight: 700;
}
label.slide.normal::before {
  width: 36px;
  height: 20px;
  border-radius: 10px;
}
label.slide.normal::after {
  width: 16px;
  height: 16px;
}
label.slide.normal:has(input:checked)::after {
  left: 2px;
}
label.slide.normal:not(:has(input:checked))::after {
  left: 18px;
}
label.slide::before, label.slide::after {
  content: "";
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
}
label.slide::before {
  left: 0;
}
label.slide::after {
  border-radius: 50%;
  background: #fff;
}
label.slide:has(input:checked) {
  color: #307EF7;
}
label.slide:has(input:checked)::before {
  background: #307EF7;
}
label.slide:not(:has(input:checked)) {
  color: #999;
}
label.slide:not(:has(input:checked))::before {
  background: #999;
}
label.slide input {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
label.slide input:checked + span + span,
label.slide input:not(:checked) + span {
  display: none;
}

ul.toggles {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
}
ul.toggles li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
ul.toggles li strong {
  font-size: 12px;
  font-weight: 500;
  color: #000;
}

label.radio {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 5px;
  font-size: 14px;
}
label.radio:has(input:not(:checked)) {
  font-weight: 500;
  color: #999;
}
label.radio:has(input:not(:checked))::before {
  border: 1px solid #ddd;
}
label.radio:has(input:checked) {
  font-weight: 700;
  color: #307EF7;
}
label.radio:has(input:checked)::before {
  border: 1px solid #307EF7;
  background: #fff;
}
label.radio:has(input:checked)::after {
  content: "";
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #307EF7;
}
label.radio::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
label.radio input {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

label.radioTab {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  padding: 0 25px;
  border-width: 1px;
  border-style: solid;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}
label.radioTab:has(input:checked) {
  border-color: #307EF7;
  background: #307EF7;
  color: #fff;
}
label.radioTab:has(input:not(:checked)) {
  border-color: #EAEAEA;
  background: #fff;
  color: #777;
}
label.radioTab input {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

label.bookmark {
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
label.bookmark::before {
  content: "";
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 14px;
  height: 14px;
}
label.bookmark:has(input:not(:checked))::before {
  background: url("../images/common/bookmark.svg") no-repeat center;
}
label.bookmark:has(input:checked)::before {
  background: url("../images/common/bookmarked.svg") no-repeat center;
}
label.bookmark input, label.bookmark span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

div.select {
  position: relative;
}
div.select:not(.showing) > ul {
  display: none;
}
div.select > button {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  height: 58px;
  padding: 0 50px 0 18px;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  background: #fff;
  font-weight: 500;
  font-size: 15px;
  text-align: left;
}
div.select > button.placeholder {
  color: #999;
}
div.select > button:not(.placeholder) {
  color: #000;
}
div.select > button:disabled {
  background: #F9F9F9;
  color: #999;
}
div.select > button:disabled::after {
  display: none;
}
div.select > button::after {
  content: "";
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 32px;
  height: 32px;
  background: url("../images/common/arr3.svg") no-repeat center/100%;
}
div.select.xSmall > button, div.select.small > button, div.select.normal > button {
  padding-right: 40px;
  border-radius: 6px;
  font-size: 14px;
}
div.select.xSmall > button::after, div.select.small > button::after, div.select.normal > button::after {
  right: 6px;
  width: 24px;
  height: 24px;
}
div.select.xSmall > button {
  height: 36px;
  padding-left: 12px;
}
div.select.small > button {
  height: 40px;
  padding-left: 12px;
}
div.select.normal > button {
  height: 50px;
  padding-left: 15px;
}
div.select > ul {
  z-index: 99;
  position: absolute !important;
  margin: auto;
  left: 0;
  right: 0;
  top: 66px;
  min-width: 150px;
  padding: 12px 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1490196078);
}
div.select > ul li {
  position: relative;
}
div.select > ul li:hover {
  background: #F1F1F1;
}
div.select > ul button:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  padding: 0 20px;
  text-align: left;
  line-height: 36px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
div.select > ul button:first-child.current {
  color: #307EF7;
}
div.select > ul button:first-child:last-child {
  width: 100%;
}
div.select > ul button:first-child:not(:last-child) {
  width: calc(100% - 36px);
}
div.select > ul .del {
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 16px;
  height: 16px;
  background: url("../images/common/close.svg") no-repeat center/11px;
  filter: grayscale(100);
  opacity: 0.7;
}
div.select > ul .del span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
div.select.xSmall > ul {
  top: 45px;
}
div.select.small > ul {
  top: 50px;
}
div.select.normal > ul {
  top: 59px;
}

.textfield {
  height: 58px;
  padding: 0 18px;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  background: #fff !important;
  font-size: 15px;
  font-weight: 500;
}
.popup .textfield, .filterGroup .textfield, .analysisContent .textfield {
  padding: 0 15px;
  border-radius: 6px;
  font-size: 14px;
}
.popup .textfield, .filterGroup .dateRange .textfield, .analysisContent .dateRange .textfield {
  height: 50px;
}
.textfield.hasDatepicker {
  width: 146px;
  padding-right: 54px;
  background: #fff url("../images/common/calendar.svg") no-repeat right 15px center !important;
}

.checkRange {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 33px;
}
.checkRange::before {
  z-index: 0;
  content: "";
  position: absolute !important;
  margin: auto;
  left: 0;
  right: 0;
  top: 6px;
  left: 0;
  width: 88%;
  height: 2px;
  background: #EAEAEA;
}
.checkRange label {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1px;
  cursor: pointer;
  width: 24px;
}
.checkRange label:has(input:checked)::before {
  background: #307EF7;
}
.checkRange label:has(input:checked) + label:has(input:checked)::after {
  content: "";
  position: absolute;
  left: -35px;
  top: 6px;
  width: 40px;
  height: 2px;
  background: #307EF7;
}
.checkRange label:has(input:not(:checked))::before {
  border: 2px solid #EAEAEA;
  background: #fff;
}
.checkRange label::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.checkRange label input {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.checkRange label input:checked + span {
  font-weight: 500;
  font-size: 12px;
  color: #307EF7;
}
.checkRange label input:not(:checked) + span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.dateRange {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.checkboxes {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 14px 50px;
}

.searchWord {
  position: relative;
}
.searchWord input {
  width: 100%;
  height: 55px;
  padding: 0 60px 0 20px;
  border: 2px solid #307EF7;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
.searchWord button {
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 7px;
  width: 41px;
  height: 41px;
  border-radius: 8px;
  background: #307EF7;
}
.searchWord button::before {
  content: "";
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 28px;
  height: 28px;
  background: url("../images/common/search.svg") no-repeat center/100%;
}
.searchWord button span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.analysisWord {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.analysisWord input {
  height: 55px;
  padding: 0 15px;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
}
.analysisWord .key {
  width: 230px;
}
.analysisWord .url {
  width: 654px;
}
.analysisWord .primaryLarge {
  height: 55px;
}

.pricefeild {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-right: 6px;
  border: 1px solid #EAEAEA;
  border-radius: 6px;
}
.pricefeild input {
  width: calc(100% - 52px);
  height: 42px;
  padding-left: 10px;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 500;
}
.pricefeild .secondaryXsmall {
  width: 52px;
  height: 30px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 13px;
}

.pushBox {
  position: relative;
}
.pushBox + ul.words {
  margin-top: 12px;
  line-height: 32px;
  font-weight: 500;
  color: #333;
}
.pushBox input {
  width: 100%;
  height: 56px;
  padding: 0 70px 0 15px;
  border: 1px solid #eee;
  border-radius: 6px;
  font-weight: 500;
  color: #000;
}
.pushBox .secondaryXsmall {
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 10px;
}

.checkboxes + .pushBox {
  margin-top: 30px;
}

.tabMenu {
  z-index: 100;
  position: sticky;
  top: 68px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 83px;
  width: 100%;
  height: 64px;
  background: #307EF7;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.tabMenu a {
  line-height: 59px;
  padding: 0 8px;
  border-bottom: 3px solid #307EF7;
}
.tabMenu a.selected {
  border-color: #fff;
}

.tabType1 {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 50px;
  margin-top: 50px;
  margin-bottom: 13px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
  font-size: 18px;
  font-weight: 700;
}
.tabType1.small {
  font-size: 15px;
  gap: 30px;
}
.tabType1.small * + *::before {
  left: -15px;
}
.tabType1 > *.selected {
  color: #000;
}
.tabType1 > *:not(.selected) {
  color: #bbb;
}
.tabType1 > *:not(.selected) span {
  position: relative;
  top: -8px;
  margin-left: 3px;
  font-weight: 500;
  font-size: 12px;
}
.tabType1 > * + * {
  position: relative;
}
.tabType1 > * + *::before {
  content: "";
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -25px;
  width: 1px;
  height: 15px;
  background: #ddd;
}

.tabType2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
  margin-top: 50px;
}
.tabType2 > * {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 190px;
  height: 55px;
  border-color: #307EF7;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  font-size: 15px;
  font-weight: 700;
}
.tabType2 > *:first-child {
  border-radius: 10px 0 0 10px;
  border-left-width: 1px;
}
.tabType2 > *:last-child {
  border-radius: 0 10px 10px 0;
}
.tabType2 > *:not(.selected) {
  background: #fff;
  color: #307EF7;
}
.tabType2 > *.selected {
  background: #307EF7;
  color: #fff;
}

/**
 * Swiper 9.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 31, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide, swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 0);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.tooltip, .preview {
  z-index: 98;
  position: relative;
  text-align: left;
}
.tooltip::before, .preview::before {
  z-index: 0;
  content: "";
  position: absolute !important;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  width: 24px;
  height: 35px;
}
.tooltip.showing, .preview.showing {
  z-index: 99;
}
.tooltip:not(.showing) > div, .preview:not(.showing) > div {
  display: none;
}
.tooltip > button, .preview > button {
  z-index: 1;
  position: relative;
}
.tooltip > button span, .preview > button span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.tooltip > div, .preview > div {
  position: absolute;
  background: #fff;
}

.tooltip {
  width: 24px;
  height: 24px;
}
.tooltip.hide {
  display: none;
}
.tooltip.show {
  display: inline;
  vertical-align: middle;
}
.tooltip > button {
  width: 24px;
  height: 24px;
  background: url("../images/common/tooltip.svg") no-repeat center/100%;
}
.tooltip > div {
  top: 32px;
  left: -148px;
  width: 320px;
  padding: 20px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #000;
}
.tooltip > div.case {
  left: -300px;
  width: 655px;
  padding: 16px 18px;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  background: #F9F9F9;
  font-size: 12px;
  font-weight: 400;
  color: #333;
}
.tooltip > div:has(> a) {
  padding-bottom: 48px;
}
.tooltip > div a {
  position: absolute;
  right: 20px;
  bottom: 16px;
  font-weight: 500;
  font-size: 12px;
  color: #307EF7;
}

.preview {
  width: 22px;
  height: 22px;
}
.preview > button {
  width: 22px;
  height: 22px;
  background: url("../images/common/zoom.svg") no-repeat center/16px;
}
.preview > div {
  top: 30px;
  left: -157px;
  width: 333px;
  padding: 18px 20px 12px 15px;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1215686275);
  border-radius: 10px;
}
.preview > div strong, .preview > div p {
  padding-left: 100px;
}
.preview > div strong {
  display: block;
  min-height: 35px;
  font-size: 12px;
  color: #000;
}
.preview > div p {
  margin-top: 13px;
  font-weight: 500;
  font-size: 13px;
  color: #777;
}
.preview > div p b {
  font-size: 15px;
  color: #000;
}
.preview > div dl.type2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  margin-top: 20px;
  font-size: 11px;
}
.preview > div dl.type2 dd:not(:last-child) {
  position: relative;
  margin-right: 15px;
}
.preview > div dl.type2 dd:not(:last-child)::after {
  content: "";
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ddd;
}
.preview > div .thumb {
  position: absolute;
  top: 16px !important;
  left: 15px !important;
  bottom: unset !important;
  margin: 0 !important;
  width: 80px !important;
  height: 80px !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.preview > div .thumb span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

#popupSources {
  z-index: 99;
  position: absolute;
  width: 180px;
  padding: 18px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  background: #fff;
  font-size: 12px;
  color: #333;
}
#popupSources:not(.showing) {
  display: none;
}
#popupSources > li {
  position: relative;
  padding-left: 10px;
}
#popupSources > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #333;
}
#popupSources > li + li {
  margin-top: 8px;
}

.functionLayer {
  z-index: 2;
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  min-width: 120px;
  padding: 20px 23px;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 10px;
  background: #fff;
}
.functionLayer:not(.showing) {
  display: none;
}
.functionLayer a {
  color: #333;
}
.functionLayer button {
  color: #777;
}

.filterGroup {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
}
.filterGroup:first-of-type {
  margin-top: 50px;
}
.filterGroup + .filterGroup {
  margin-top: 30px;
}
.filterGroup + .gridContainer {
  margin-top: 20px;
}
.filterGroup:has(#useKeyword:checked) > div.selects, .filterGroup:has(#useKeyword:not(:checked)) > div.keywords {
  display: none;
}
.filterGroup:has(> .more:not(.on)) > .filters > li + li + li + li + li + li + li + li {
  display: none;
}
.filterGroup:has(> .more:not(.on)) > .filters > li + li + li + li + li + li + li {
  display: none;
}
.filterGroup:has(> .more:not(.on)) > .filters > li + li + li + li + li + li {
  display: none;
}
.filterGroup:has(> .more:not(.on)) > .filters > li + li + li + li + li {
  display: none;
}
.filterGroup ~ .buttons {
  margin-top: 30px;
}
.filterGroup > header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 5px;
}
.filterGroup > header .title {
  font-size: 18px;
  color: #000;
}
.filterGroup > header .title small {
  font-size: 15px;
  font-weight: 400;
}
.filterGroup > header .selectLike {
  margin-left: 10px;
}
.filterGroup > header .check {
  margin-left: 13px;
}
.filterGroup > header .select {
  margin-left: 5px;
}
.filterGroup > div, .filterGroup > ul {
  margin-top: 15px;
}
.filterGroup > div:not(.choose), .filterGroup > ul {
  border: 1px solid #EAEAEA;
  border-radius: 10px;
}
.filterGroup .more {
  position: absolute !important;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 78px;
  height: 24px;
  padding: 0 30px 0 10px;
  border: 1px solid #EAEAEA;
  border-radius: 5px 5px 0 0;
  background: #F9F9F9;
  font-size: 12px;
  font-weight: 500;
  color: #999;
}
.filterGroup .more::after {
  content: "";
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 16px;
  height: 16px;
  background: url("../images/common/arr3.svg") no-repeat center/100%;
}
.filterGroup .more.on::after {
  transform: rotate(180deg);
}
.filterGroup .selects, .filterGroup .keywords {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 18px;
  background: #F9F9F9;
}
.filterGroup .selects .select, .filterGroup .selects .textfield, .filterGroup .keywords .select, .filterGroup .keywords .textfield {
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
.filterGroup .choose {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
}
.filterGroup .choose:has(label.radioTab:last-of-type > input:not(:checked)) .dateRange {
  display: none;
}
.filterGroup .relatedFilters {
  overflow: auto;
  max-height: 158px;
  padding: 20px;
}
.filterGroup .relatedFilters::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.filterGroup .relatedFilters::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #ddd;
}
.filterGroup .relatedFilters::-webkit-scrollbar-track {
  background-color: transparent;
}
.filterGroup .relatedFilters > li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.filterGroup .relatedFilters > li + li {
  margin-top: 15px;
}
.filterGroup .relatedFilters > li > div:first-child {
  position: relative;
  min-width: 120px;
}
.filterGroup .relatedFilters > li > div:first-child::after {
  content: "";
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 16px;
  background: #ddd;
}
.filterGroup .relatedFilters > li > div:first-child label {
  color: #000 !important;
}
.filterGroup .relatedFilters > li > div:last-child {
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px 30px;
  padding-left: 15px;
}
.filterGroup .relatedFilters > li > div:last-child label {
  color: #333 !important;
}
.filterGroup .filters {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px 30px;
  overflow: hidden;
  padding: 25px 25px 53px;
}
.filterGroup .filters li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.filterGroup .filters li:first-child, .filterGroup .filters li:nth-child(3) {
  width: calc(100% - 390px - 30px);
}
.filterGroup .filters li:nth-child(2), .filterGroup .filters li:nth-child(4) {
  width: 390px;
}
.filterGroup .filters li + li + li + li + li {
  width: 100%;
}
.filterGroup .filters li:not(:first-child) .radioTab {
  width: 94px;
  padding: 0;
}
.filterGroup .filters li > span {
  width: 98px;
  font-weight: 500;
  font-size: 14px;
  color: #000;
}
.filterGroup .filters li > div {
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
.filterGroup .filters li > div:not(.checkRange) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
}
.filterGroup .filters li > div:has(label:last-of-type input:not(:checked)) .textInputs {
  display: none;
}
.filterGroup .filters li > div .radioTab, .filterGroup .filters li > div .textfield {
  height: 40px;
  padding: 0 16px;
}
.filterGroup .filters li > div .textfield {
  border-radius: 6px;
}
.filterGroup .filters li > div .textInputs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 18px;
}
.filterGroup .filters li > div .textInputs .textfield {
  width: 94px;
}

.selectedFilters {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
  margin-top: 15px;
  padding: 14px 192px 14px 20px;
  border: 1px solid #EAEAEA;
  border-radius: 10px;
}
.selectedFilters::before {
  content: "";
  position: absolute;
  top: 17px;
  bottom: 17px;
  right: 175px;
  margin: auto;
  width: 1px;
  background: #EAEAEA;
}
.selectedFilters .reset {
  z-index: 1;
  position: absolute;
  left: -5px;
  top: -5px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: #777;
}
.selectedFilters .reset::before {
  content: "";
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/common/close.svg") no-repeat center/9px;
  filter: brightness(10);
}
.selectedFilters .reset span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.selectedFilters .secondarySmall {
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 14px;
  width: 145px;
  padding: 0;
}
.selectedFilters ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
}
.selectedFilters ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid rgba(48, 126, 247, 0.5);
  border-radius: 6px;
  background: rgba(48, 126, 247, 0.1);
  font-weight: 500;
  font-size: 14px;
  color: #307EF7;
}
.selectedFilters ul li button {
  width: 18px;
  height: 18px;
  background: url("../images/common/close.svg") no-repeat center/10px;
}
.selectedFilters ul li button span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.vodList {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px 40px;
}
.vodList > li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 530px;
}
.vodList > li img {
  display: block;
  width: 100%;
}
.vodList > li .thumb {
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.vodList > li .channel {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
}
.vodList > li p {
  width: calc(100% - 52px);
  letter-spacing: -0.01em;
}
.vodList > li p a {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
.vodList > li p a:hover, .vodList > li p a:focus {
  text-decoration: underline;
}
.vodList > li p span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #555;
}

.boardList {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
  border-top: 2px solid #524B4B;
  border-bottom: 2px solid #524B4B;
}
.boardList > li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 72px;
  border-bottom: 1px solid #EAEAEA;
}
.boardList > li p {
  position: relative;
  max-width: calc(100% - 100px);
  padding-right: 34px;
}
.boardList > li.new p::after {
  content: "new";
  position: absolute;
  top: -8px;
  right: 0;
  font-size: 14px;
  color: #C40000;
}
.boardList > li a {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  max-width: 100%;
  font-weight: 500;
  font-size: 15px;
  color: #000;
}
.boardList > li a:hover, .boardList > li a:focus {
  text-decoration: underline;
}
.boardList > li span {
  font-size: 14px;
  color: #777;
}

.pagination:not(.swiper-pagination-clickable) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 40px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
  margin-top: 45px;
}
.pagination:not(.swiper-pagination-clickable) button:not(:disabled):hover,
.pagination:not(.swiper-pagination-clickable) button:not(:disabled):focus {
  text-decoration: underline;
}
.pagination:not(.swiper-pagination-clickable) > button {
  font-size: 14px;
  color: #333;
}
.pagination:not(.swiper-pagination-clickable) > button:disabled {
  color: #bbb;
}
.pagination:not(.swiper-pagination-clickable) > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 20px;
  color: #bbb;
}
.pagination:not(.swiper-pagination-clickable) > div button.current {
  color: #000;
}

.detailHeader {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
  padding-top: 40px;
}
.detailHeader button.back {
  margin-bottom: 30px;
}
.detailHeader + .detailArticle {
  margin-top: 20px;
  padding-top: 40px;
  border-top: 2px solid #524B4B;
}
.detailHeader h2 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.detailHeader h2.new::after {
  content: "new";
  position: relative;
  display: inline;
  top: -9px;
  padding-left: 2px;
  font-size: 14px;
  font-weight: 500;
  color: #C40000;
}
.detailHeader > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 36px;
  margin-top: 10px;
  font-size: 15px;
  color: #777;
}
.detailHeader > div span + span {
  position: relative;
}
.detailHeader > div span + span::before {
  content: "";
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -18px;
  width: 1px;
  height: 14px;
  background: #ddd;
}

.detailArticle {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
  padding-bottom: 50px;
  border-bottom: 1px solid #EAEAEA;
}
.detailArticle img {
  display: block;
  margin-top: 30px;
  max-width: 100%;
}

.gridContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.gridContainer:has(button.expand:not(.on)), .gridContainer:not(:has(button.expand)) {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
}
.gridContainer .utilities {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.gridContainer .buttons {
  gap: 8px;
}
.gridContainer .buttons button {
  z-index: 1;
  position: relative;
}
.gridContainer .buttons.full {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}
.gridContainer .delAll {
  margin-left: 12px;
  font-weight: 500;
  font-size: 13px;
  color: #8b8b8b;
}

.tabType1 ~ section .gridContainer:has(.buttons.full) {
  margin-top: -50px;
}

.grid table,
table.grid {
  width: 100%;
  border-collapse: separate;
  background: #fff;
}

.grid.column table,
table.grid.column {
  border-spacing: 0 12px;
}

.grid {
  overflow: auto;
  width: 100%;
}
.gridContainer .grid {
  margin-top: 15px;
  width: 100%;
}
.grid + p {
  margin-top: 11px;
  font-size: 13px;
}
.grid::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.grid::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #ddd;
}
.grid::-webkit-scrollbar-track {
  background-color: transparent;
}
*:not(.popup) .grid.fixedTop {
  padding-top: 46px;
}
*:not(.popup) .grid.fixedTop.column thead {
  top: 56px;
}
body:has(.tabMenu) *:not(.popup) .grid.fixedTop.column thead {
  top: 120px;
}
*:not(.popup) .grid.fixedTop thead {
  z-index: 8;
  position: fixed;
  top: 68px;
  overflow: hidden;
  width: 1100px;
}
.gridContainer:has(button.expand.on) *:not(.popup) .grid.fixedTop thead {
  width: 100%;
}
*:not(.popup) .grid.fixedTop thead tr {
  display: table;
}
*:not(.popup) .grid.fixedTop thead tr th:not(.sticky) {
  position: relative;
}
.grid.scrolling thead th.sticky::after,
.grid.scrolling tbody th:last-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -22px;
  width: 22px;
  background: url("../images/common/shadow.svg") no-repeat right top;
}
.grid td, .grid th {
  vertical-align: middle;
  font-size: 13px;
  font-weight: 500;
  text-align: right;
  color: #333;
}
.grid td.subject, .grid td.left, .grid th.subject, .grid th.left {
  text-align: left !important;
}
.grid td.center, .grid th.center {
  text-align: center;
}
.grid td.left, .grid th.left {
  padding-left: 20px;
}
.grid td.right, .grid th.right {
  padding-right: 20px;
  text-align: right !important;
}
.grid td label.bookmark, .grid th label.bookmark {
  display: block;
  margin: auto;
}
.grid td .buttons, .grid th .buttons {
  gap: 8px;
}
.grid td em.primary, .grid th em.primary {
  color: #307EF7;
}
.grid td strong.emph, .grid th strong.emph {
  font-size: 14px;
}
.grid td div.rank, .grid th div.rank {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
  margin-top: 4px;
}
.grid td div.rank > strong, .grid th div.rank > strong {
  font-size: 16px;
  color: #000;
}
.grid td div.rank > em, .grid th div.rank > em {
  font-size: 12px;
  color: #777;
}
.grid thead {
  z-index: 1;
  top: 0;
}
.grid thead th {
  height: 46px;
  padding: 0 9px;
  background: #F9F9F9;
}
.grid thead th:first-child {
  border-radius: 6px 0 0 6px;
}
.grid thead th:last-child {
  border-radius: 0 6px 6px 0;
}
.grid thead th.sticky {
  z-index: 1;
  position: sticky;
}
.grid thead th.sticky:first-child {
  left: 0;
}
.grid thead th.del {
  color: #bbb;
}
.grid thead th small {
  font-size: 12px;
  font-weight: 400;
}
.grid thead th button {
  height: 46px;
  padding: 0 6px 0 20px;
  background: url("../images/common/sort.svg") no-repeat left center;
}
.grid thead th button.ascending {
  background-image: url("../images/common/sort1.svg");
}
.grid thead th button.descending {
  background-image: url("../images/common/sort2.svg");
}
.grid tbody tr[onclick] {
  cursor: pointer;
}
.grid tbody tr[onclick]:hover th, .grid tbody tr[onclick]:hover td {
  background: #F9F9F9;
}
.grid tbody th.sticky {
  position: sticky;
}
.grid tbody th.sticky:first-child {
  left: 0;
}
.grid tbody th, .grid tbody td {
  height: 43px;
  padding: 0 15px;
  background: #fff;
}
.grid tbody th.subject, .grid tbody td.subject {
  font-weight: 700;
}
.grid tbody th.subject .crown, .grid tbody td.subject .crown {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 21px;
}
.grid tbody th.subject .crown::before, .grid tbody td.subject .crown::before {
  content: "";
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("../images/common/crown.svg") no-repeat left center/100%;
}
.grid tbody th.subject .crown.emph::before, .grid tbody td.subject .crown.emph::before {
  filter: invert(51%) sepia(58%) saturate(5746%) hue-rotate(203deg) brightness(100%) contrast(95%);
}
.grid tbody th.subject .crown:not(.emph)::before, .grid tbody td.subject .crown:not(.emph)::before {
  filter: invert(100%);
  opacity: 0.1;
}
.grid tbody th.subject .crown em, .grid tbody td.subject .crown em {
  position: relative;
  top: -4px;
  font-size: 10px;
}
.grid tbody th.del button, .grid tbody td.del button {
  width: 24px;
  height: 24px;
  background: url("../images/common/close2.svg") no-repeat center/16px;
}
.grid tbody th.del button span, .grid tbody td.del button span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.grid tbody th .status, .grid tbody td .status {
  display: inline-block;
  width: 53px;
  font-size: 12px;
}
.grid tbody th .status.best, .grid tbody td .status.best {
  color: #009F15;
}
.grid tbody th .status.positive, .grid tbody td .status.positive {
  color: #307EF7;
}
.grid tbody th .status.normal, .grid tbody td .status.normal {
  color: #777;
}
.grid tbody th .status.negative, .grid tbody td .status.negative {
  color: #FF9204;
}
.grid tbody th .status.worst, .grid tbody td .status.worst {
  color: #C40000;
}
.grid tbody th.sources button {
  padding-right: 18px;
  background: url("../images/common/zoom.svg") no-repeat right center/16px;
}
.grid.column th, .grid.column td {
  text-align: center;
}
.grid.column tbody td {
  padding-top: 28px;
  padding-bottom: 28px;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}
.grid.column tbody td:first-child {
  border-left: 1px solid #EAEAEA;
  border-radius: 10px 0 0 10px;
}
.grid.column tbody td:last-child {
  border-right: 1px solid #EAEAEA;
  border-radius: 0 10px 10px 0;
}
.grid.column tbody td em.type1 {
  color: #307EF7;
}
.grid.column tbody td em.type2 {
  color: #999;
}
.grid.column tbody td span.date {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  font-weight: 400;
  color: #777;
}
.grid.column tbody td .caseRefresh {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.grid.column tbody td span.caseRefresh {
  color: #999;
}
.grid.column tbody td b.caseRefresh {
  color: #307EF7;
}
.grid.column tbody td button.more {
  margin-left: 7px;
}
.grid.table th, .grid.table td {
  text-align: center;
}
.grid.table th del, .grid.table td del {
  display: block;
  font-weight: 400;
  color: #ACACAC;
}
.grid.table tbody td {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EAEAEA;
}

.tableOverview {
  border-collapse: unset;
  margin-top: 15px;
  width: 100%;
}
.tableOverview th, .tableOverview td {
  vertical-align: middle;
  border-color: #EAEAEA;
  border-style: solid;
  border-right-width: 1px;
  text-align: center;
}
.tableOverview th:first-child, .tableOverview td:first-child {
  border-left-width: 1px;
}
.tableOverview th.left, .tableOverview td.left {
  padding-left: 30px;
  text-align: left;
}
.tableOverview th {
  vertical-align: middle;
  height: 55px;
  padding: 0 15px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  background: #fafafa;
  font-weight: 500;
  font-size: 13px;
  color: #333;
}
.tableOverview th:first-child {
  border-top-left-radius: 10px;
}
.tableOverview th:last-child {
  border-top-right-radius: 10px;
}
.tableOverview tbody tr:first-child td {
  padding-top: 15px;
}
.tableOverview tbody tr:last-child td {
  padding-bottom: 25px;
  border-bottom-width: 1px;
}
.tableOverview tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.tableOverview tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.tableOverview td {
  padding: 8px 15px;
  background: #fff;
  font-size: 13px;
  font-weight: 500;
  color: #333;
}
.tableOverview td b {
  font-size: 15px;
  color: #000;
}
.tableOverview td p.flow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.tableOverview td p.flow small {
  font-size: 12px;
  font-weight: 400;
  color: #777;
}
.tableOverview td p.flow span {
  font-size: 12px;
  font-weight: 400;
}
.tableOverview td p.flow span.up, .tableOverview td p.flow span.down {
  padding-right: 13px;
}
.tableOverview td p.flow span.up {
  background: url("../images/analysis/up.svg") no-repeat right center;
}
.tableOverview td p.flow span.down {
  background: url("../images/analysis/down.svg") no-repeat right center;
}
.tableOverview td p.flow span:not(.up):not(.down) {
  color: #777;
}

div.tableOverview {
  overflow-x: auto;
  border-top-left-radius: 10px;
}
div.tableOverview table {
  border-collapse: unset;
  width: 100%;
}
div.tableOverview::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
div.tableOverview::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #ddd;
}
div.tableOverview::-webkit-scrollbar-track {
  background-color: transparent;
}
div.tableOverview th.left, div.tableOverview td.left {
  padding-left: 20px;
}
div.tableOverview th:first-child, div.tableOverview td:first-child {
  z-index: 1;
  position: sticky;
  left: 0;
}
div.tableOverview th.rank, div.tableOverview td.rank {
  position: sticky;
  left: 200px;
  width: 110px;
  border-left-width: 0 !important;
  text-align: right;
  font-weight: 400;
  font-size: 12px;
  color: #555;
}
div.tableOverview th.rank::before {
  background: #fafafa;
}
div.tableOverview td.rank::before {
  background: #fff;
}
div.tableOverview tbody tr:last-child td:first-child {
  border-bottom-left-radius: unset;
}
div.tableOverview tbody tr:last-child td:last-child {
  border-bottom-right-radius: unset;
}

.tableOverview.case.fixedTop {
  padding-top: 55px;
}
.tableOverview.case.fixedTop thead {
  z-index: 8;
  position: fixed;
  top: 68px;
  overflow: hidden;
  width: 1100px;
}
.tableOverview.case.fixedTop thead tr {
  display: table;
}
.tableOverview.case.fixedTop thead tr th:first-child {
  border-top-left-radius: 0;
}
.tableOverview.case.fixedTop thead tr th:last-child {
  border-top-right-radius: 0;
}
.tableOverview.case.fixedTop thead tr th + th {
  position: relative;
}
.tableOverview.case td {
  height: 54px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-bottom-width: 1px;
}

.listHeader {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
  margin-top: -44px;
  margin-bottom: 8px;
}
.listHeader .buttons {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.listProducts > li,
.productOverview {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px 10px;
  padding: 25px 20px 25px 160px;
  border: 1px solid #EAEAEA;
  border-radius: 10px;
}
.listProducts > li > span,
.productOverview > span {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  color: #777;
}
.listProducts > li > strong, .listProducts > li .con > strong,
.productOverview > strong,
.productOverview .con > strong {
  width: 100%;
  font-size: 15px;
  color: #000;
}
.listProducts > li > strong + dl.type2,
.productOverview > strong + dl.type2 {
  margin-top: 5px;
}
.listProducts > li dl,
.productOverview dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  width: 100%;
  font-size: 13px;
}
.listProducts > li dl dt,
.productOverview dl dt {
  color: #777;
}
.listProducts > li dl dd,
.productOverview dl dd {
  font-weight: 500;
  color: #000;
}
.listProducts > li dl dd.primary,
.productOverview dl dd.primary {
  color: #307EF7;
}
.listProducts > li dl.type1,
.productOverview dl.type1 {
  margin-top: 6px;
  margin-bottom: 11px;
}
.listProducts > li dl.type1 dd:not(:last-child),
.productOverview dl.type1 dd:not(:last-child) {
  position: relative;
  margin-right: 26px;
}
.listProducts > li dl.type1 dd:not(:last-child)::after,
.productOverview dl.type1 dd:not(:last-child)::after {
  content: "";
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -15px;
  width: 1px;
  height: 12px;
  background: #ddd;
}
.listProducts > li dl.type2,
.productOverview dl.type2 {
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
.listProducts > li dl.type2 dd:not(:last-child),
.productOverview dl.type2 dd:not(:last-child) {
  position: relative;
  margin-right: 20px;
}
.listProducts > li dl.type2 dd:not(:last-child)::after,
.productOverview dl.type2 dd:not(:last-child)::after {
  content: "";
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -14px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ddd;
}
.listProducts > li dl.type3,
.productOverview dl.type3 {
  margin-top: 8px;
}
.listProducts > li dl.type3 dd,
.productOverview dl.type3 dd {
  font-weight: 700;
}
.listProducts > li dl.type3 dd b,
.productOverview dl.type3 dd b {
  font-size: 16px;
}
.listProducts > li .thumb,
.productOverview .thumb {
  position: absolute;
  left: 20px;
  margin: auto;
  width: 120px;
  height: 120px;
  border-radius: 10px;
  background: url("../images/common/noImg.svg") no-repeat center/contain;
}
.listProducts > li .thumb span,
.productOverview .thumb span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.listProducts {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
}
.listProducts.compare > li {
  padding-right: 200px;
}
.listProducts > li {
  min-height: 140px;
}
.listProducts > li + li {
  margin-top: 10px;
}
.listProducts > li.typeShop .con p::before {
  background: url("../images/ranking/shop.svg") no-repeat center/16px;
}
.listProducts > li.typeShop .con p em {
  color: #307EF7;
}
.listProducts > li.typeId1 .con p::before {
  background: url("../images/ranking/id1.svg") no-repeat center/16px;
}
.listProducts > li.typeId1 .con p em {
  color: #FF9204;
}
.listProducts > li.typeId2 .con p::before {
  background: url("../images/ranking/id2.svg") no-repeat center/16px;
}
.listProducts > li.typeId2 .con p em {
  color: #FF6D38;
}
.listProducts > li.typeUrl .con p::before {
  background: url("../images/ranking/url.svg") no-repeat center/16px;
}
.listProducts > li.typeUrl .con p em {
  color: #9959FF;
}
.listProducts > li > a {
  position: relative;
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 7px;
  margin: -25px -20px -25px -140px;
  padding: 25px 20px 25px 140px;
  width: 100%;
  min-height: 140px;
}
.listProducts > li > a .rankStat {
  margin-top: 3px;
}
.listProducts > li > em {
  z-index: 1;
  position: absolute;
  left: -1px;
  top: -1px;
  width: 28px;
  height: 28px;
  border-radius: 10px 0 10px 0;
  background: #444;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  line-height: 28px;
  color: #fff;
}
.listProducts > li:has(ul.rank) .con {
  padding-right: 500px;
}
.listProducts > li .con {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  padding-right: 100px;
}
.listProducts > li .con p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: 12px;
}
.listProducts > li .con p::before {
  content: "";
  width: 16px;
  height: 16px;
}
.listProducts > li .con p em {
  font-weight: 500;
}
.listProducts > li .con p span {
  color: #999;
}
.listProducts > li .stat {
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 270px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 3px;
}
.listProducts > li .stat em {
  font-weight: 500;
  color: #307EF7;
}
.listProducts > li .stat span {
  font-size: 12px;
  color: #777;
}
.listProducts > li .rankStat {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.listProducts > li .rankStat li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  height: 29px;
  padding: 0 10px;
  border: 1px solid #eee;
  border-radius: 6px;
  font-size: 12px;
}
.listProducts > li .rankStat li em, .listProducts > li .rankStat li b {
  font-weight: 500;
}
.listProducts > li .rankStat li span, .listProducts > li .rankStat li b {
  color: #777;
}
.listProducts > li .rankStat li b.up, .listProducts > li .rankStat li b.down {
  padding-left: 13px;
}
.listProducts > li .rankStat li b.up {
  background: url("../images/analysis/up.svg") no-repeat left center;
}
.listProducts > li .rankStat li b.down {
  background: url("../images/analysis/down.svg") no-repeat left center;
}
.listProducts > li .rank {
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 195px;
  gap: 4px;
  height: 70px;
}
.listProducts > li .rank span {
  width: 100%;
  text-align: right;
  font-size: 13px;
  color: #555;
}
.listProducts > li .rank p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
  margin-top: 4px;
}
.listProducts > li .rank p > strong {
  font-size: 16px;
  color: #000;
}
.listProducts > li .rank p > em {
  font-size: 12px;
  color: #777;
}
.listProducts > li .rank .preview {
  position: absolute;
  right: -3px;
  bottom: 11px;
}
.listProducts > li .rank .preview + p {
  padding-right: 21px;
}
.listProducts > li ul.rank {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
.listProducts > li ul.rank li:first-child {
  position: relative;
}
.listProducts > li ul.rank li:first-child::after {
  content: "";
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -20px;
  width: 1px;
  height: 39px;
  background: #ddd;
}
.listProducts > li div.rank, .listProducts > li ul.rank > li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
}
.listProducts > li .utilities {
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}
.listProducts > li .utilities button.more {
  margin-left: 4px;
}
.listProducts > li .utilities .refresh {
  width: 76px;
  text-align: center;
  font-weight: 500;
}
.listProducts > li .utilities span.refresh {
  color: #888;
}
.listProducts > li .utilities em.refresh {
  color: #307EF7;
}
.listProducts > li .utilities2 {
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.listProducts > li .utilities2 + .rank {
  right: 70px;
}
.listProducts > li > b {
  padding: 0 5px;
  border-radius: 3px;
  line-height: 23px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  color: #fff;
}
.listProducts > li > b.type1 {
  background: #555;
}
.listProducts > li > b.type2 {
  background: #009F15;
}
.listProducts > li > b.type3 {
  background: #FF9204;
}
.listProducts > li > b.type4 {
  background: #307EF7;
}
.listProducts > li > b.type5 {
  background: #C40000;
}
.listProducts > li > b.type6 {
  background: #9959FF;
}
.listProducts > li > p {
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 180px;
  text-align: center;
  color: #999;
}
.listProducts > li > p > * {
  padding: 0 20px;
  border-left: 1px solid #EAEAEA;
}
.listProducts > li > p span {
  padding-top: 2px;
  font-size: 12px;
  font-weight: 500;
}
.listProducts > li > p strong {
  padding-top: 5px;
  padding-bottom: 2px;
  font-size: 16px;
  color: #333;
}
.listProducts > li .thumb {
  top: 0;
  bottom: 0;
}
.listProducts.case > li {
  padding-left: 140px;
}
.listProducts.case > li .thumb {
  width: 100px;
  height: 100px;
}

.listAd > li {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 84px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EAEAEA;
}
.listAd > li + li {
  margin-top: 25px;
}
.listAd > li div.type1 {
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  width: 100%;
}
.listAd > li div.type1 strong {
  color: #000;
}
.listAd > li div.type1 dl {
  margin-top: 14px;
}
.listAd > li div.type2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 6px;
}
.listAd > li div.type2 dl {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.listAd > li dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.listAd > li dl dt {
  color: #555;
}
.listAd > li dl dd {
  font-weight: 700;
  color: #000;
}
.listAd > li dl dd.type1 {
  color: #307EF7;
}
.listAd > li dl dd.type2 {
  color: #999;
}
.listAd > li dl dd em {
  font-size: 20px;
}
.listAd > li .thumb {
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  bottom: 15px;
  left: 0;
  width: 70px;
  height: 70px;
  background: url("../images/common/noImg.svg") no-repeat center/contain;
}
.listAd > li .thumb span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.graph {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 160px;
  padding: 25px 20px;
  border: 1px solid #EAEAEA;
  border-radius: 10px;
  background: #fff;
  overflow-x: auto;
}
.graph:has(.barChartType1) {
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  padding-bottom: 20px;
}
.graph::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.graph::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #ddd;
}
.graph::-webkit-scrollbar-track {
  background-color: transparent;
}

.graphInfo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 30px;
  width: 100%;
  font-weight: 500;
  font-size: 13px;
  color: #555;
}
.graphInfo dt {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.graphInfo dt:first-of-type {
  background: #307EF7;
}
.graphInfo dt:last-of-type {
  background: #9959FF;
}
.graphInfo dt span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.graphInfo dd:not(:last-child) {
  margin-right: 20px;
}

.lineChartType1 li div,
.multiChartType1 ul.line li div,
.multiChartType2 ul.line li div {
  z-index: 3;
  position: absolute;
  padding: 10px 20px;
  border: 1px solid #307EF7;
  border-radius: 10px;
  background: #fff;
}
.lineChartType1 li div strong,
.multiChartType1 ul.line li div strong,
.multiChartType2 ul.line li div strong {
  display: block;
  text-align: center;
  color: #000;
}
.lineChartType1 li div dl,
.multiChartType1 ul.line li div dl,
.multiChartType2 ul.line li div dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px 6px;
  margin-top: 10px;
  font-size: 13px;
}
.lineChartType1 li div dl dt,
.multiChartType1 ul.line li div dl dt,
.multiChartType2 ul.line li div dl dt {
  font-weight: 500;
  color: #555;
}
.lineChartType1 li div dl dd,
.multiChartType1 ul.line li div dl dd,
.multiChartType2 ul.line li div dl dd {
  text-align: right;
  font-weight: 700;
}
.lineChartType1 li div dl dd:first-of-type,
.multiChartType1 ul.line li div dl dd:first-of-type,
.multiChartType2 ul.line li div dl dd:first-of-type {
  color: #307EF7;
}
.lineChartType1 li div dl dd:last-of-type,
.multiChartType1 ul.line li div dl dd:last-of-type,
.multiChartType2 ul.line li div dl dd:last-of-type {
  color: #9959FF;
}

.lineChartType1 {
  position: relative;
  margin-bottom: 22px;
  width: 900px;
  height: 140px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-image: linear-gradient(0deg, #eeeeee 1.39%, #ffffff 1.39%, #ffffff 50%, #eeeeee 50%, #eeeeee 51.39%, #ffffff 51.39%, #ffffff 100%);
  background-size: 72px 72px;
}
.lineChartType1 > span {
  position: absolute;
  left: -50px;
  width: 42px;
  text-align: right;
  font-weight: 500;
  font-size: 12px;
  color: #aaa;
}
.lineChartType1 > span:first-of-type {
  top: -6px;
}
.lineChartType1 > span:last-of-type {
  bottom: -6px;
}
.lineChartType1 > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  height: 140px;
}
.lineChartType1 > ul > li {
  position: relative;
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  min-width: 60px;
}
.lineChartType1 > ul > li > span {
  position: absolute !important;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -22px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  color: #555;
}
.lineChartType1 > ul > li:not(:first-child) > p::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 50%;
  width: var(--lineWidth);
  height: 1px;
  transform: rotate(var(--angle));
  transform-origin: bottom right;
}
.lineChartType1 > ul > li > p {
  position: absolute !important;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50%;
}
.lineChartType1 > ul > li > p.search::after, .lineChartType1 > ul > li > p.search button::before {
  background: #307EF7;
}
.lineChartType1 > ul > li > p.shopping::after, .lineChartType1 > ul > li > p.shopping button::before {
  background: #9959FF;
}
.lineChartType1 > ul > li > p button {
  z-index: 2;
  position: absolute !important;
  margin: auto;
  left: 0;
  right: 0;
  top: -9px;
  width: 26px;
  height: 26px;
}
.lineChartType1 > ul > li > p button::before {
  content: "";
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-radius: 50%;
}
.lineChartType1 > ul > li > p button span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.lineChartType1 > ul > li > div {
  display: none;
  top: -55px;
  left: calc(-50% + 72px);
  width: 144px;
}
.lineChartType1 > ul > li > div dt {
  width: 60px;
}
.lineChartType1 > ul > li > div dd {
  width: calc(100% - 66px);
}

.multiChartType1 {
  position: relative;
  margin-bottom: 22px;
  margin-left: 17px;
  width: 417px;
  height: 225px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-image: linear-gradient(0deg, #eeeeee 1.09%, #ffffff 1.09%, #ffffff 50%, #eeeeee 50%, #eeeeee 51.09%, #ffffff 51.09%, #ffffff 100%);
  background-size: 92px 92px;
}
.multiChartType1 > span {
  position: absolute;
  left: -17px;
  bottom: -9px;
  font-weight: 500;
  color: #AEAEAE;
}
.multiChartType1 > ul {
  position: absolute;
  left: 30px;
  right: 30px;
  margin: auto;
}
.multiChartType1 .line {
  top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 8px;
  height: 40px;
}
.multiChartType1 .line li {
  position: relative;
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
.multiChartType1 .line li:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 50%;
  width: var(--lineWidth);
  height: 1px;
  background: #9959FF;
  transform: rotate(var(--angle));
  transform-origin: bottom right;
}
.multiChartType1 .line li button {
  z-index: 15;
  position: absolute !important;
  margin: auto;
  left: 0;
  right: 0;
  top: -10px;
  width: 25px;
  height: 25px;
}
.multiChartType1 .line li button::before {
  content: "";
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #9959FF;
}
.multiChartType1 .line li button span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.multiChartType1 .line li button:not(:hover) + div {
  display: none;
}
.multiChartType1 .line li div {
  z-index: 15;
  left: -35px;
  top: 20px;
  width: 140px;
}
.multiChartType1 .line li div dt {
  width: 24px;
}
.multiChartType1 .line li div dd {
  width: calc(100% - 30px);
}
.multiChartType1 .bar {
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 0 8px;
  height: 80px;
}
.multiChartType1 .bar li {
  position: relative;
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  border-radius: 3px 3px 0 0;
  background: #307EF7;
}
.multiChartType1 .bar li span {
  position: absolute !important;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -22px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  color: #555;
}

.multiChartType2 {
  position: relative;
  width: 420px;
  height: 195px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.multiChartType2 > span {
  position: absolute;
  left: -17px;
  bottom: -9px;
  font-weight: 500;
  color: #fff;
}
.multiChartType2 > ul {
  position: absolute;
  left: 30px;
  right: 30px;
  margin: auto;
}
.multiChartType2 .line {
  top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 8px;
  height: 40px;
}
.multiChartType2 .line li {
  position: relative;
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
.multiChartType2 .line li:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 50%;
  width: var(--lineWidth);
  height: 2px;
  background: #fff;
  transform: rotate(var(--angle));
  transform-origin: bottom right;
}
.multiChartType2 .line li button {
  z-index: 15;
  position: absolute !important;
  margin: auto;
  left: 0;
  right: 0;
  top: -10px;
  width: 26px;
  height: 26px;
}
.multiChartType2 .line li button::before {
  content: "";
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
.multiChartType2 .line li button:hover::before {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1490196078);
  background: #307EF7;
}
.multiChartType2 .line li button span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.multiChartType2 .line li button:not(:hover) + div {
  display: none;
}
.multiChartType2 .line li div {
  z-index: 15;
  left: -35px;
  top: 20px;
  width: 140px;
}
.multiChartType2 .line li div dt {
  width: 24px;
}
.multiChartType2 .line li div dd {
  width: calc(100% - 30px);
}
.multiChartType2 .bar {
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 0 8px;
  height: 80px;
}
.multiChartType2 .bar li {
  position: relative;
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  border-radius: 3px 3px 0 0;
  background: #009F15;
}
.multiChartType2 .bar li span {
  position: absolute !important;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -22px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.donutChartType1 {
  position: relative;
  margin-right: 26px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.donutChartType1::before {
  content: "";
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fff;
}
.donutChartType1 span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.donutChartType1 + dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px 0;
  width: 135px;
}
.donutChartType1 + dl dt {
  position: relative;
  width: 68px;
  padding-left: 13px;
  font-size: 13px;
  font-weight: 500;
  color: #555;
}
.donutChartType1 + dl dt::before {
  content: "";
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.donutChartType1 + dl dt:first-of-type::before {
  background: #307EF7;
}
.donutChartType1 + dl dt:last-of-type::before {
  background: #9959FF;
}
.donutChartType1 + dl dd {
  width: calc(100% - 68px);
  font-weight: 700;
  font-size: 20px;
}
.donutChartType1 + dl dd:first-of-type {
  color: #307EF7;
}
.donutChartType1 + dl dd:last-of-type {
  color: #9959FF;
}
.donutChartType1 + dl dd::after {
  content: "%";
  padding-left: 1px;
  font-size: 12px;
  font-weight: 500;
  color: #555;
}

.donutChartType2 {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 110px;
  height: 110px;
  border-radius: 50%;
}
.donutChartType2::before, .donutChartType2::after {
  content: "";
  position: absolute;
  margin: auto;
  border-radius: 50%;
}
.donutChartType2::before {
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  opacity: 0.08;
}
.donutChartType2::after {
  z-index: 1;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 2px solid;
  background: #fff;
}
.donutChartType2 span {
  z-index: 2;
  position: relative;
  text-align: center;
  font-size: 12px;
  color: #656565;
}
.donutChartType2 span b {
  display: block;
  margin-bottom: -4px;
  color: #676767;
}
.donutChartType2 span b em {
  font-size: 30px;
}
.donutChartType2.best::before, .donutChartType2.best + em {
  background: #009F15;
}
.donutChartType2.best::after {
  border-color: rgba(0, 159, 21, 0.08);
}
.donutChartType2.best em {
  color: #009F15;
}
.donutChartType2.positive::before, .donutChartType2.positive + em {
  background: #307EF7;
}
.donutChartType2.positive::after {
  border-color: rgba(48, 126, 247, 0.08);
}
.donutChartType2.positive em {
  color: #307EF7;
}
.donutChartType2.normal::before, .donutChartType2.normal + em {
  background: #777;
}
.donutChartType2.normal::after {
  border-color: rgba(119, 119, 119, 0.08);
}
.donutChartType2.normal em {
  color: #777;
}
.donutChartType2.negative::before, .donutChartType2.negative + em {
  background: #FF9204;
}
.donutChartType2.negative::after {
  border-color: rgba(255, 146, 4, 0.08);
}
.donutChartType2.negative em {
  color: #FF9204;
}
.donutChartType2.worst::before, .donutChartType2.worst + em {
  background: #C40000;
}
.donutChartType2.worst::after {
  border-color: rgba(196, 0, 0, 0.08);
}
.donutChartType2.worst em {
  color: #C40000;
}
.donutChartType2 + em {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 87px;
  height: 34px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.barChartType1 {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 6px;
  margin-bottom: 20px;
  width: 240px;
  height: 80px;
  border-bottom: 1px solid #EAEAEA;
}
.barChartType1 > li {
  position: relative;
  width: 30px;
  border-radius: 3px 3px 0 0;
  background: #307EF7;
  text-align: center;
}
.barChartType1 > li > span {
  position: absolute !important;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -20px;
  font-size: 12px;
  font-weight: 500;
  color: #555;
}
.barChartType1 > li > div {
  z-index: 1;
  position: absolute;
  left: -42px;
  top: -35px;
  width: 114px;
  padding: 10px;
  border: 1px solid #307EF7;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  font-size: 13px;
  color: #555;
}
.barChartType1 > li > div strong {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #000;
}
.barChartType1 > li > div em {
  font-weight: 700;
  color: #307EF7;
}
.barChartType1 > li:not(:hover) > div {
  display: none;
}

.popup {
  z-index: 9999;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  min-width: 1100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}
.popup > section {
  position: relative;
  padding: 30px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1490196078);
}
.popup > section.type1, .popup > section.alert {
  width: 600px;
}
.popup > section.type2 {
  width: 700px;
}
.popup > section.type3 {
  width: 800px;
}
.popup > section.type4 {
  width: 840px;
}
.popup > section > header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px 6px;
  margin-bottom: 35px;
}
.popup > section > header h2 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.popup > section > header > p {
  width: 100%;
  font-size: 14px;
  color: #333;
}
.popup > section > header > dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  margin-top: 9px;
  width: 100%;
}
.popup > section > header > dl dt {
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  color: #777;
}
.popup > section > header > dl dd {
  font-weight: 700;
  color: #000;
}
.popup > section > header .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 26px;
  height: 26px;
  background: url("../images/common/close.svg") no-repeat center/16px;
  filter: grayscale(100);
}
.popup > section > header .close span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.popup > section.alert > p {
  text-align: center;
}
.popup > section .inputGroup {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  margin: 0 10px;
}
.popup > section .inputGroup + .inputGroup {
  margin-top: 25px;
}
.popup > section .inputGroup .title {
  font-size: 14px;
  color: #333;
}
.popup > section .inputGroup .title small {
  padding-left: 6px;
  color: #999;
}
.popup > section .inputGroup .textfield {
  width: 100%;
}
.popup > section .inputGroup .withBtn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 10px;
  width: 100%;
}
.popup > section .inputGroup .withBtn .textfield {
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
.popup > section .inputGroup .withBtn .secondaryMedium {
  height: 50px;
}
.popup > section dl.box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
  padding: 30px 25px;
  border-radius: 6px;
  background: #FAFAFA;
}
.popup > section dl.box dt {
  width: 130px;
  color: #333;
}
.popup > section dl.box dd {
  width: calc(100% - 140px);
  font-size: 16px;
  font-weight: 500;
  word-break: break-all;
  color: #000;
}
.popup > section > footer {
  margin-top: 40px;
}
.popup > section > footer.border {
  padding-top: 16px;
  border-top: 1px solid #ccc;
}
.popup > section > footer.buttons button {
  min-width: 100px;
}
.popup > section > footer.buttons button:first-child:last-child {
  min-width: 150px;
}
.popup > section > footer.buttons p {
  margin-top: 24px;
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #777;
}
.popup > section > footer.buttons p u {
  color: #000;
}
.popup .keywordTable {
  margin-bottom: -20px;
  min-height: 344px;
  max-height: calc(100vh - 400px);
  border-bottom: 1px solid #ccc;
}
.popup .keywordTable thead {
  position: sticky;
  top: 0;
}
.popup .keywordTable th.center, .popup .keywordTable td.center {
  padding: 0 5px;
}
.popup .find .textfield {
  display: block;
  margin: auto;
  width: 432px;
  height: 50px;
}
.popup .find .textfield + .textfield {
  margin-top: 10px;
}
.popup .find > p {
  margin-top: 30px;
  text-align: center;
  color: #333;
}
.popup .find > p b {
  color: #000;
}

ul.bullet li {
  position: relative;
  padding-left: 10px;
}
ul.bullet li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #333;
}

ul.words {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  line-height: 29px;
}
ul.words li {
  position: relative;
  padding: 0 30px 0 8px;
  border-radius: 4px;
  background: #F9F9F9;
  color: #555;
}
ul.words li button {
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 16px;
  height: 16px;
  background: url("../images/common/close2.svg") no-repeat center/100%;
}
ul.words li button span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

section.search {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
section.search::after {
  content: "";
  position: absolute;
  left: -30px;
  right: -30px;
  bottom: 0;
  height: 1px;
  background: #EAEAEA;
}
section.search > .title {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
  font-weight: 500;
  font-size: 18px;
  color: #000;
}
section.search > .title em {
  font-weight: 700;
  color: #307EF7;
}
section.search > .searchWord {
  margin: 22px auto 15px;
  max-width: 640px;
}
section.search > .analysisWord {
  margin-top: 22px;
}
section.search > p {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
  font-size: 14px;
  font-weight: 500;
  color: #555;
}
section.search .recent {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  margin: -6px auto 0;
  max-width: 640px;
  padding-right: 34px;
  font-size: 12px;
  font-weight: 500;
  line-height: 29px;
}
section.search .recent > .title {
  font-weight: 500;
  color: #2758DC;
}
section.search .recent > div {
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  height: 29px;
  overflow: hidden;
}
section.search .recent ul.layer {
  z-index: 1;
  position: absolute !important;
  margin: auto;
  left: 0;
  right: 0;
  top: 37px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
}
section.search .recent:not(.showing) .layer {
  display: none;
}
section.search .recent > ul.layer ~ button {
  display: block;
}
section.search .recent > button {
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
  width: 24px;
  height: 24px;
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  background: #F9F9F9 url("../images/common/arr3.svg") no-repeat center/18px;
}
section.search .recent > button span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
section.search .recent.showing > button {
  transform: rotate(180deg);
}

.default, .empty {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 0;
  padding-top: 100px;
  font-weight: 500;
  font-size: 16px;
}
.default.caseBorder, .empty.caseBorder {
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}
.default::before, .empty::before {
  content: "";
  width: 80px;
  height: 102px;
  background: url("../images/common/charactor.png") no-repeat center/100%;
}

.default {
  color: #555;
}

.empty {
  color: #bbb;
}

.results {
  margin: 50px -30px 0;
  padding: 50px 30px 0;
  border-top: 1px solid #EAEAEA;
}
.results > header {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
}
.results > header + .gridContainer {
  margin-top: 30px;
}
.results > header .title {
  font-size: 20px;
  color: #000;
}
.results > header .title em {
  color: #307EF7;
}
.results > header p {
  margin-top: 8px;
  font-size: 14px;
  color: #555;
}

/*! jQuery UI - v1.14.1 - 2024-12-15
* https://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit https://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright OpenJS Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  z-index: 3 !important;
  width: 320px;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  margin-bottom: 15px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: url("../images/common/arr3.svg") no-repeat center/100%;
}

.ui-datepicker .ui-datepicker-prev {
  left: 0;
  transform: rotate(90deg);
}

.ui-datepicker .ui-datepicker-next {
  right: 0;
  transform: rotate(-90deg);
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  order: 1;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  order: 2;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
}

.ui-datepicker th {
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  color: #777;
}

.ui-datepicker td {
  padding-bottom: 5px;
  border: 0;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-align: center;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  padding: 20px 30px;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 14px !important;
  background: #fff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  border-radius: 8px;
}
.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-widget-header .ui-state-default:hover,
.ui-button:hover,
.ui-state-default a:hover,
.ui-state-default a:link:hover,
.ui-state-default a:visited:hover,
a.ui-button:hover,
a:link.ui-button:hover,
a:visited.ui-button:hover,
.ui-button:hover {
  background: #F9F9F9;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #307EF7 !important;
  color: #fff !important;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: rgba(48, 126, 247, 0.15) !important;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  color: #bbb;
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  background-image: none;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
}

.ui-widget-shadow {
  box-shadow: 0px 0px 5px #666666;
}

body, preference {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

#container {
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  min-height: 100vh;
}

#header {
  z-index: 100;
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 1160px;
  height: 100px;
  padding: 0 30px;
  border-bottom: 1px solid #EAEAEA;
  background: #fff;
  transition: height 0.3s;
}
body.scrolling #header {
  height: 68px;
}
#header h1 a {
  display: block;
  width: 190px;
  height: 40px;
  background: url("../images/common/headerLogo.png") no-repeat left center;
}
#header h1 a span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
#header .swiper {
  width: 600px;
  height: 80px;
  border-radius: 10px;
  transition: opacity 0.3s;
}
body.scrolling #header .swiper {
  opacity: 0;
}
#header .swiper .swiper-slide a {
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
#header .swiper .swiper-slide a img {
  display: block;
  width: 600px;
  height: 80px;
}
#header .swiper .pagination {
  z-index: 1;
  position: absolute !important;
  margin: auto;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .swiper .pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #fff;
  opacity: 1 !important;
}
#header .swiper .pagination .swiper-pagination-bullet-active {
  width: 16px;
  background: #5C98F6;
}
#header .shortcut {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 43px;
  font-size: 15px;
  font-weight: 700;
  color: #555;
}
#header .shortcut a {
  position: relative;
  padding-left: 29px;
}
#header .shortcut a.current {
  color: #307EF7;
}
#header .shortcut a:hover, #header .shortcut a:focus {
  text-decoration: underline;
}
#header .shortcut a[target=_blank] {
  background: url("../images/common/guide.svg") no-repeat left center;
}
#header .shortcut a:not([target=_blank])::before {
  content: "";
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("../images/common/crown.svg") no-repeat center/100%;
  filter: invert(52%) sepia(6%) saturate(19%) hue-rotate(344deg) brightness(88%) contrast(82%);
}
#header .shortcut a.current::before {
  filter: invert(51%) sepia(58%) saturate(5746%) hue-rotate(203deg) brightness(100%) contrast(95%);
}

#contents {
  min-width: 1160px;
  min-height: calc(100vh - 100px - 142px);
  padding: 0 30px 100px;
}
#contents .subtitle {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 30px;
  padding-top: 60px;
  font-size: 26px;
  font-weight: 700;
}

.jumpToTop {
  z-index: 1;
  position: sticky;
  bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: opacity 0.3s;
}
.jumpToTop:not(.showing) {
  opacity: 0;
}
.jumpToTop > button {
  margin-right: -18px;
  width: 36px;
  height: 36px;
  border: 1px solid #307EF7;
  border-radius: 50%;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.0784313725);
  background: #fff url("../images/common/arr4.svg") no-repeat center/24px;
}
.jumpToTop > button span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

#footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  min-width: 1160px;
  height: 157px;
  padding: 20px 30px;
  border-top: 1px solid #EAEAEA;
}
#footer h1 {
  width: 130px;
  height: 18px;
  background: url("../images/common/logo2.svg") no-repeat center;
}
#footer h1 span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
#footer > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}
#footer > div a {
  position: relative;
  font-size: 12px;
  color: #555;
}
#footer > div a:first-child::after {
  content: "";
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -16px;
  width: 1px;
  height: 9px;
  background: #ddd;
}
#footer p {
  font-size: 12px;
  text-align: center;
  color: #555;
}
#footer p a {
  text-decoration: underline;
}

#menu {
  z-index: 99;
  position: sticky;
  left: 0;
  top: 0;
  min-height: 100vh;
  border-right: 1px solid #EAEAEA;
  background: #fff;
}
body.menuClosed #menu {
  width: 70px;
  padding-bottom: 100px;
}
body:not(.menuClosed) #menu {
  width: 200px;
  padding: 18px 15px 30px;
}
#menu button.toggle {
  position: fixed;
  left: 0;
  bottom: 40px;
  width: 28px;
  height: 28px;
  border-radius: 0 8px 8px 0;
  background: #ccc;
}
#menu button.toggle::before {
  content: "";
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 12px;
  height: 12px;
  background: url("../images/common/arr.svg") no-repeat center;
}
body.menuClosed #menu button.toggle::before {
  transform: rotate(180deg);
}
#menu button.toggle span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
#menu .info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#menu .info.type0, #menu .info.type1 {
  background: #F2F2F2;
}
#menu .info.type2 {
  background: #EAF2FE;
}
#menu .info.type3 {
  background: #FFF2F2;
}
#menu .info.type4 {
  background: #F4F0FE;
}
body.menuClosed #menu .info {
  padding: 30px 0;
}
body.menuClosed #menu .info > * {
  display: none;
}
body:not(.menuClosed) #menu .info {
  margin: 0 3px;
  padding: 36px 20px 20px;
  border-radius: 15px;
}
#menu .info::before {
  content: "";
  background: url("../images/common/profile.svg") no-repeat center/100%;
}
body.menuClosed #menu .info::before {
  width: 44px;
  height: 44px;
}
body:not(.menuClosed) #menu .info::before {
  width: 58px;
  height: 58px;
}
#menu .info strong {
  margin-top: 12px;
  color: #000;
}
#menu .info a, #menu .info span {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 22px;
  width: 100%;
  height: 35px;
  padding-left: 16px;
  border-radius: 8px;
  font-weight: 700;
  color: #fff;
}
#menu .info a::before, #menu .info span::before {
  content: "";
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 18px;
  height: 18px;
  background: url("../images/common/crown.svg") no-repeat center;
}
#menu .info.type0 a, #menu .info.type0 span {
  padding-left: 0;
  background: #333;
}
#menu .info.type0 a::before, #menu .info.type0 span::before {
  display: none;
}
#menu .info.type1 a, #menu .info.type1 span {
  background: #999;
}
#menu .info.type2 a, #menu .info.type2 span {
  background: linear-gradient(to right, #8192FF, #5C98F6);
}
#menu .info.type3 a, #menu .info.type3 span {
  background: linear-gradient(to right, #F86C78, #FF797C);
}
#menu .info.type4 a, #menu .info.type4 span {
  background: linear-gradient(to right, #B85CF6, #8E68F7);
}
#menu .menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  margin-top: 28px;
}
body.menuClosed #menu .menu {
  padding: 0 12px;
}
#menu .menu a {
  height: 46px;
  font-size: 15px;
  font-weight: 500;
  color: #555;
}
body.menuClosed #menu .menu a {
  position: relative;
  width: 100%;
}
body.menuClosed #menu .menu a::before {
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body.menuClosed #menu .menu a span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
body:not(.menuClosed) #menu .menu a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding: 0 10px;
}
#menu .menu a:hover:not(.current), #menu .menu a:focus:not(.current) {
  text-decoration: underline;
}
#menu .menu a:nth-of-type(1)::before {
  background-image: url("../images/common/menu1.svg");
}
#menu .menu a:nth-of-type(2)::before {
  background-image: url("../images/common/menu2.svg");
}
#menu .menu a:nth-of-type(3)::before {
  background-image: url("../images/common/menu3.svg");
}
#menu .menu a:nth-of-type(4)::before {
  background-image: url("../images/common/menu4.svg");
}
#menu .menu a:nth-of-type(5)::before {
  background-image: url("../images/common/menu5.svg");
}
#menu .menu a:nth-of-type(6)::before {
  background-image: url("../images/common/menu6.svg");
}
#menu .menu a:nth-of-type(7)::before {
  background-image: url("../images/common/menu7.svg");
}
#menu .menu a:nth-of-type(8)::before {
  background-image: url("../images/common/menu8.svg");
}
#menu .menu a.current {
  width: 100%;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 8px;
  background: #307EF7;
  color: #fff;
}
#menu .menu a.current::before {
  filter: brightness(100);
}
#menu .menu a::before {
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
#menu .menu hr {
  margin: 14px auto;
  height: 1px;
  background: #EAEAEA;
}
body.menuClosed #menu .menu hr {
  width: 30px;
}
body:not(.menuClosed) #menu .menu hr {
  width: 160px;
}

section[class^=main] h2 {
  text-align: center;
  font-size: 24px;
}
section[class^=main] h2 em {
  color: #307EF7;
}
section[class^=main] > header p {
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
}

.mainIntro {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  background: #fff;
}
.mainIntro > p {
  width: 190px;
  height: 108px;
  background: url("../images/common/logo4.svg") no-repeat center/100%;
}
.mainIntro > p span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.mainIntro > span {
  font-size: 15px;
  font-weight: 500;
  color: #333;
}
.mainIntro > div {
  position: relative;
  width: 448px;
}
.mainIntro > div input {
  width: 100%;
  height: 66px;
  padding: 0 73px 0 20px;
  box-shadow: 0px 10px 10px 0px rgba(48, 126, 247, 0.2);
  border: 0;
  outline: 0;
  border-radius: 15px;
  background: #307EF7;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}
.mainIntro > div button {
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 17px;
  width: 36px;
  height: 36px;
  background: url("../images/common/search.svg") no-repeat center/100%;
}
.mainIntro > div button span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.mainKeyword {
  padding: 120px 30px 0;
  /*background: $primary_blue;*/
}
.mainKeyword > header {
  text-align: center;
}
.mainKeyword > div {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
  margin-top: 10px;
  padding: 50px 50px 30px;
  box-shadow: 0px -15px 20px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 40px 40px 0 0;
  background: #fff;
}
.mainKeyword > div::after {
  content: "";
  position: absolute !important;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  background: linear-gradient(180deg, rgba(48, 126, 247, 0) 65.69%, rgba(25, 78, 161, 0.1) 100%);
}
.mainKeyword > div .analysisHeader {
  margin-top: 0;
}
.mainKeyword > div .analysisContent > li > a {
  pointer-events: none;
}

.mainMarketing {
  padding: 50px 30px;
}
.mainMarketing > div {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.mainMarketing h3 {
  margin-bottom: 10px;
  font-size: 15px;
  color: #000;
}
.mainMarketing .ad {
  grid-row: 1/span 2;
}
.mainMarketing .ad > div {
  padding: 20px;
  border-radius: 35px;
  background: #307EF7;
}
.mainMarketing .ad > div > section {
  position: relative;
  border-radius: 20px;
  background: #fff;
}
.mainMarketing .ad > div > section h4 {
  position: absolute;
  top: 13px;
  padding: 0 10px;
  border-radius: 6px;
  background: #505050;
  line-height: 32px;
  font-size: 13px;
  color: #fff;
}
.mainMarketing .ad > div > section:first-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 19px 10px;
  padding: 20px 20px 20px 120px;
}
.mainMarketing .ad > div > section:first-child h4 {
  right: -8px;
}
.mainMarketing .ad > div > section:first-child > strong {
  width: 100%;
  font-weight: 500;
  color: #000;
}
.mainMarketing .ad > div > section:first-child > dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.mainMarketing .ad > div > section:first-child > dl dt {
  font-size: 12px;
  color: #555;
}
.mainMarketing .ad > div > section:first-child > dl dd {
  font-weight: 700;
  color: #000;
}
.mainMarketing .ad > div > section:first-child > dl dd em {
  color: #307EF7;
}
.mainMarketing .ad > div > section:first-child > .thumb {
  position: absolute;
  left: 17px;
  top: 17px;
  width: 84px;
  height: 84px;
  background: url("../images/common/noImg.svg") no-repeat center/contain;
}
.mainMarketing .ad > div > section:first-child > .thumb span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.mainMarketing .ad > div > section:last-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px 10px;
  margin-top: 20px;
  padding: 57px 20px 35px;
}
.mainMarketing .ad > div > section:last-child h4 {
  left: -8px;
}
.mainMarketing .ad > div > section:last-child .searchLike {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0 15px;
  border-radius: 10px;
  background: #F7F7F7;
  line-height: 47px;
  font-weight: 700;
  color: #000;
}
.mainMarketing .ad > div > section:last-child .searchLike::after {
  content: "";
  width: 26px;
  height: 26px;
  background: url("../images/common/search.svg") no-repeat center/100%;
  filter: invert(100);
  opacity: 0.3;
}
.mainMarketing .ad > div > section:last-child > p span {
  font-size: 12px;
  color: #777;
}
.mainMarketing .ad > div > section:last-child > p strong {
  display: block;
  margin-top: 4px;
  font-weight: 500;
  color: #000;
}
.mainMarketing .ad > div > section:last-child > dl {
  position: relative;
  padding: 20px 15px;
  border: 1px solid rgba(48, 126, 247, 0.3);
  border-radius: 8px;
  text-align: center;
  color: #307EF7;
}
.mainMarketing .ad > div > section:last-child > dl dt {
  position: absolute !important;
  margin: auto;
  left: 0;
  right: 0;
  top: -8px;
  width: 86px;
  background: #fff;
  line-height: 17px;
  font-weight: 500;
  font-size: 12px;
}
.mainMarketing .ad > div > section:last-child > dl dd {
  font-size: 18px;
  font-weight: 700;
}
.mainMarketing .ad > div > section:last-child .analysisContent .title {
  font-size: 12px;
  line-height: 17px;
}
.mainMarketing .ad > div > section:last-child .analysisContent > li.type1 > p em {
  font-size: 15px;
}
.mainMarketing .ad > div > section:last-child .analysisContent > li.type2 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mainMarketing .ad > div > section:last-child .analysisContent > li.type2 strong {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 12px;
  color: #555;
}
.mainMarketing .ad > div > section:last-child .analysisContent > li.type2 > dl dt:first-child {
  margin-left: 0;
  background-color: #000;
}
.mainMarketing .ad > div > section:last-child .analysisContent > li.type2 > dl dt {
  margin-left: 10px;
  line-height: 21px;
  font-size: 12px;
}
.mainMarketing .tableOverview th, .mainMarketing td {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.mainMarketing .reviewGraph > div {
  position: relative;
  width: 540px;
  height: 270px;
  padding: 32px 60px 22px;
  background: url("../images/main/graphBg.svg") no-repeat center/100%;
}
.mainMarketing .reviewGraph > div::before {
  content: "";
  position: absolute;
  right: 14px;
  top: -8px;
  width: 65px;
  height: 65px;
  background: url("../images/main/set.svg") no-repeat center/100%;
}
.mainMarketing .totalScores {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
  margin-top: 10px;
}
.mainMarketing .totalScores h3 {
  margin-bottom: 30px;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #333;
}
.mainMarketing .totalScores .scores {
  padding-bottom: 30px;
  border-radius: 30px;
  background: #F9F9F9;
}

.mainStrategy {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  background: #DCEAFF;
}
.mainStrategy h2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  font-weight: 500;
}
.mainStrategy h2 span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.mainStrategy a {
  width: 252px;
  box-shadow: 0px 10px 10px 0px rgba(48, 126, 247, 0.2);
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 30px;
}

.articles {
  padding-top: 60px;
}
.articles + .articles {
  padding-bottom: 130px;
}
.articles header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 15px;
}
.articles header h2 {
  font-size: 22px;
  color: #1D1D1D;
}
.articles header a {
  font-weight: 500;
  color: #777;
}

.membershipHeader {
  overflow: hidden;
  margin: 0 -30px;
  padding: 47px 0 51px;
  background: #F9F9F9;
}
.membershipHeader h2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
  padding-top: 85px;
  background: url("../images/membership/crown.svg") no-repeat center top;
}
.membershipHeader h2::before {
  content: "";
  width: 179px;
  height: 32px;
  background: url("../images/common/logo3.svg") no-repeat center;
}
.membershipHeader h2 span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.membershipHeader h2 em {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}
.membershipHeader ul {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
  margin-top: 56px;
}
.membershipHeader ul::before {
  content: "";
  position: absolute;
  left: -95px;
  top: -73px;
  width: 249px;
  height: 249px;
  border-radius: 50%;
  background: rgba(74, 176, 215, 0.1019607843);
}
.membershipHeader ul::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -130px;
  width: 280px;
  height: 280px;
  background: url("../images/membership/polygon.svg") no-repeat center;
}
.membershipHeader ul > li {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: calc(50% - 15px);
  padding: 203px 25px 20px;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.0784313725);
  border-style: solid;
  border-width: 1px;
  border-radius: 20px;
  background: #fff;
}
.membershipHeader ul > li:nth-child(1) {
  border-color: #999;
}
.membershipHeader ul > li:nth-child(1) > strong, .membershipHeader ul > li:nth-child(1) > p:last-child {
  color: #333;
}
.membershipHeader ul > li:nth-child(1)::before, .membershipHeader ul > li:nth-child(1) > button {
  background: #999;
}
.membershipHeader ul > li:nth-child(2) {
  border-color: #307EF7;
}
.membershipHeader ul > li:nth-child(2) > strong, .membershipHeader ul > li:nth-child(2) > p:last-child, .membershipHeader ul > li:nth-child(2) > p em {
  color: #307EF7;
}
.membershipHeader ul > li:nth-child(2)::before, .membershipHeader ul > li:nth-child(2) > button {
  background: #307EF7;
}
.membershipHeader ul > li:nth-child(3) {
  border-color: #FF797C;
}
.membershipHeader ul > li:nth-child(3) > strong, .membershipHeader ul > li:nth-child(3) > p:last-child, .membershipHeader ul > li:nth-child(3) > p em {
  color: #FF797C;
}
.membershipHeader ul > li:nth-child(3)::before, .membershipHeader ul > li:nth-child(3) > button {
  background: #FF797C;
}
.membershipHeader ul > li:nth-child(4) {
  z-index: 1;
  border-color: #9959FF;
}
.membershipHeader ul > li:nth-child(4) > strong, .membershipHeader ul > li:nth-child(4) > p:last-child, .membershipHeader ul > li:nth-child(4) > p em {
  color: #9959FF;
}
.membershipHeader ul > li:nth-child(4)::before, .membershipHeader ul > li:nth-child(4) > button {
  background: #9959FF;
}
.membershipHeader ul > li.best::before {
  content: "BEST!";
  position: absolute;
  top: -10px;
  right: 10px;
  width: 70px;
  height: 28px;
  border-radius: 6px;
  text-align: center;
  line-height: 28px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}
.membershipHeader ul > li > strong {
  position: absolute;
  left: 25px;
  top: 50px;
  font-size: 26px;
}
.membershipHeader ul > li .tooltip {
  position: absolute;
  top: 12px;
  right: 12px;
}
.membershipHeader ul > li > p:not(:last-child) {
  position: absolute;
  left: 25px;
  top: 108px;
  font-size: 14px;
  color: #333;
}
.membershipHeader ul > li > p:not(:last-child) em {
  font-weight: 700;
}
.membershipHeader ul > li > del {
  font-size: 16px;
  font-weight: 500;
  color: #999;
}
.membershipHeader ul > li > span {
  margin-top: 2px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.membershipHeader ul > li > span b {
  font-size: 22px;
  font-weight: 700;
}
.membershipHeader ul > li > button, .membershipHeader ul > li > p:last-child {
  margin-top: 30px;
  width: 100%;
  height: 50px;
  text-align: center;
  font-weight: 700;
}
.membershipHeader ul > li > button {
  border-radius: 10px;
  color: #fff;
}
.membershipHeader ul > li > p:last-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.membershipHeader ul > li > p:last-child::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../images/common/crown2.svg") no-repeat center;
}

.membershipDataList {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
  margin-top: 60px;
}
.membershipDataList tbody, .membershipDataList thead, .membershipDataList th, .membershipDataList td {
  display: block;
}
.membershipDataList tr {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.membershipDataList tr th:not([rowspan]), .membershipDataList tr td {
  width: 350px;
  border-color: #ddd;
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
}
.membershipDataList tr th:not([rowspan]):last-child, .membershipDataList tr td:last-child {
  border-right-width: 1px;
}
.membershipDataList thead tr {
  margin-bottom: 10px;
  padding-left: 350px;
}
.membershipDataList thead tr th {
  border-bottom-width: 1px;
  line-height: 57px;
  font-weight: 700;
  font-size: 16px;
}
.membershipDataList thead tr th:nth-child(2) {
  border-radius: 10px 0 0 10px;
  background: #F9F9F9;
  color: #777;
}
.membershipDataList thead tr th:nth-child(3) {
  background: rgba(48, 126, 247, 0.1);
  color: #307EF7;
}
.membershipDataList thead tr th:nth-child(4) {
  background: rgba(255, 121, 124, 0.1);
  color: #FF797C;
}
.membershipDataList thead tr th:nth-child(5) {
  border-radius: 0 10px 10px 0;
  background: rgba(153, 89, 255, 0.1);
  color: #9959FF;
}
.membershipDataList tbody + tbody {
  margin-top: 40px;
}
.membershipDataList tbody tr {
  position: relative;
}
.membershipDataList tbody tr:last-child > * {
  border-bottom-width: 1px;
}
.membershipDataList tbody tr:first-child > th:first-child {
  border-top-left-radius: 10px;
}
.membershipDataList tbody tr:first-child > td:last-child {
  border-top-right-radius: 10px;
}
.membershipDataList tbody tr:last-child > th:first-child {
  border-bottom-left-radius: 10px;
}
.membershipDataList tbody tr:last-child > td:last-child {
  border-bottom-right-radius: 10px;
}
.membershipDataList tbody tr > * {
  line-height: 52px;
}
.membershipDataList tbody tr th:not([rowspan]) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  padding: 0 15px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
.membershipDataList tbody tr th:not([rowspan]) .tooltip {
  line-height: 1;
}
.membershipDataList tbody tr th:not([rowspan]) .tooltip > div {
  line-height: 1.45;
}
.membershipDataList tbody tr th:not([rowspan]) .tooltip, .membershipDataList tbody tr th:not([rowspan]) .tooltip > button {
  width: 18px;
  height: 18px;
}
.membershipDataList tbody tr td {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #555;
}
.membershipDataList tbody tr td em {
  padding-left: 29px;
  background: url("../images/membership/infinite.svg") no-repeat left center;
  color: #000;
}
.membershipDataList tbody tr:has(th[rowspan]) {
  padding-top: 38px;
}
.membershipDataList tbody tr:has(th[rowspan]) th[rowspan] {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  line-height: 26px;
  color: #000;
}
.membershipDataList tbody tr:has(th[rowspan]) th[rowspan] + th {
  border-top-left-radius: 10px;
}

.analysisHeader {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
  margin-top: 50px;
  padding-left: 240px;
}
.analysisHeader .title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.analysisHeader .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background: url("../images/common/noImg.svg") no-repeat center/contain;
}
.analysisHeader .thumb span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.analysisHeader .categories {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3px;
  margin-top: 6px;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  color: #777;
}
.analysisHeader .categories:not(.showing) > ul, .analysisHeader .categories:not(:has(> ul)) > button {
  display: none;
}
.analysisHeader .categories.showing > button {
  transform: rotate(180deg);
}
.analysisHeader .categories em {
  color: #000;
}
.analysisHeader .categories ul {
  z-index: 1;
  position: absolute;
  top: 30px;
  left: 0;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
}
.analysisHeader .categories ul li + li {
  margin-top: 10px;
}
.analysisHeader .categories > button {
  width: 24px;
  height: 24px;
  background: url("../images/common/arr5.svg") no-repeat center;
}
.analysisHeader .categories > button span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.analysisHeader > dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.analysisHeader > dl > * {
  padding-top: 10px;
}
.analysisHeader > dl dt {
  width: 90px;
  font-weight: 500;
  font-size: 14px;
  color: #000;
}
.analysisHeader > dl dd {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 6px 30px;
  width: calc(100% - 90px);
}
.analysisHeader > dl dd p {
  position: relative;
}
.analysisHeader > dl dd p:not(:last-child)::after {
  content: "";
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -15px;
  width: 1px;
  height: 12px;
  background: #ddd;
}
.analysisHeader > dl dd p img {
  display: block;
  height: 20px;
}

.analysis {
  margin-top: 50px;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
}
.analysis + .analysis:not(.case) {
  padding-top: 50px;
  border-top: 1px solid #EAEAEA;
}
.analysis > header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
}
.analysis > header .select {
  margin-left: 10px;
}
.analysis > header .buttons {
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.analysis > .title {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
}
.analysis > .title + .tabType1, .analysis > .title + section {
  margin-top: 20px;
}
.analysis > .title + .listProducts {
  margin-top: 15px;
}
.analysis > .title, .analysis > header .title {
  font-size: 18px;
  color: #000;
}
.analysis > .title.keyword, .analysis > header .title.keyword {
  padding-left: 35px;
  line-height: 24px;
  background-size: 24px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../images/common/keyword.svg");
}
.analysis > .title.advertising, .analysis > header .title.advertising {
  padding-left: 35px;
  line-height: 24px;
  background-size: 24px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../images/common/advertising.svg");
}
.analysis > .title.shopping, .analysis > header .title.shopping {
  padding-left: 35px;
  line-height: 24px;
  background-size: 24px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../images/common/shopping.svg");
}
.analysis > .title.trend, .analysis > header .title.trend {
  padding-left: 35px;
  line-height: 24px;
  background-size: 24px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../images/common/trend.svg");
}
.analysis > .title span, .analysis > header .title span {
  font-size: 14px;
  font-weight: 500;
}
.analysis > .title span.date, .analysis > header .title span.date {
  font-weight: 400;
  color: #777;
}
.analysis > section + section > .title {
  margin-top: 30px;
}
.analysis > section > .title {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #000;
}
.analysis > .grid {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
}
.analysis > .grid.column {
  margin-top: 3px;
}
.analysis > .grid:not(.column) {
  margin-top: 15px;
}
.analysis .tabType1 {
  margin-top: unset;
  font-size: 16px;
}
.analysis .analysisContent {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
  padding: 25px 30px;
  border: 1px solid #EAEAEA;
  border-radius: 10px;
  font-size: 14px;
}

.analysisContent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.analysisContent li {
  position: relative;
}
.analysisContent > li.type1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 8px;
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  width: 100%;
  min-width: 25%;
  padding: 6px 0 10px;
}
.analysisContent > li.type1 + li.type1 + li.type1 + li.type1 + li.type1, .analysisContent > li.type1 + li.type2 {
  margin-top: 40px;
}
.analysisContent > li.type1 + li.type1 + li.type1 + li.type1 + li.type1::before, .analysisContent > li.type1 + li.type2::before {
  content: "";
  position: absolute !important;
  margin: auto;
  left: 0;
  right: 0;
  top: -20px;
  height: 1px;
  background: #EAEAEA;
}
.analysisContent > li.type1:not(:nth-child(4n-3))::after {
  content: "";
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #EAEAEA;
}
.analysisContent > li.type1 .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  line-height: 28px;
  color: #555;
}
.analysisContent > li.type1 .title.blog::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url("../images/logos/small/blog.png") no-repeat center top/100%;
}
.analysisContent > li.type1 .title.cafe::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url("../images/logos/small/cafe.png") no-repeat center top/100%;
}
.analysisContent > li.type1 .title.kin::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url("../images/logos/small/kin.png") no-repeat center top/100%;
}
.analysisContent > li.type1 .title.web::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url("../images/logos/small/web.png") no-repeat center top/100%;
}
.analysisContent > li.type1 > p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}
.analysisContent > li.type1 > p em {
  font-weight: 700;
  font-size: 18px;
}
.analysisContent > li.type1 > p.best em {
  color: #009F15;
}
.analysisContent > li.type1 > p.positive em {
  color: #307EF7;
}
.analysisContent > li.type1 > p.normal em {
  color: #777;
}
.analysisContent > li.type1 > p.negative em {
  color: #FF9204;
}
.analysisContent > li.type1 > p.worst em {
  color: #C40000;
}
.analysisContent > li.type1 > p span {
  margin-left: 5px;
  width: 63px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  color: #fff;
}
.analysisContent > li.type1 > p.best span {
  background: #009F15;
}
.analysisContent > li.type1 > p.positive span {
  background: #307EF7;
}
.analysisContent > li.type1 > p.normal span {
  background: #777;
}
.analysisContent > li.type1 > p.negative span {
  background: #FF9204;
}
.analysisContent > li.type1 > p.worst span {
  background: #C40000;
}
.analysisContent > li.type1 > a {
  width: 20px;
  height: 20px;
  background: url("../images/common/arr6.svg") no-repeat center/100%;
}
.analysisContent > li.type1 > a span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.analysisContent > li.type2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.analysisContent > li.type2 > strong {
  font-weight: 500;
  color: #000;
}
.analysisContent > li.type2 > dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.analysisContent > li.type2 > dl dt {
  margin-left: 20px;
  padding: 0 5px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
  color: #fff;
}
.analysisContent > li.type2 > dl dt:first-child {
  background: #307EF7;
}
.analysisContent > li.type2 > dl dt:not(:first-child) {
  background: #bbb;
}
.analysisContent > li.type2 > dl dd {
  font-weight: 500;
}
.analysisContent > li.type2 > dl dd:first-of-type {
  color: #000;
}
.analysisContent > li.type2 > dl dd:not(:first-of-type) {
  color: #555;
}
.analysisContent > li.type3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.analysisContent > li.type3 + li.type3 {
  margin-top: 12px;
}
.analysisContent > li.type3 + li.type3:has(label.radio) {
  margin-top: 20px;
}
.analysisContent > li.type3 > strong {
  width: 85px;
  font-weight: 500;
  color: #000;
}
.analysisContent > li.type3 .items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.analysisContent > li.type3 .items > strong {
  padding-right: 12px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
.analysisContent > li.type3 .items > strong em {
  font-size: 18px;
  font-weight: 700;
  color: #307EF7;
}
.analysisContent > li.type3 .items span {
  padding: 0 15px;
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
  font-weight: 500;
  line-height: 34px;
}
.analysisContent > li.type3 .items span.selected {
  border-color: #307EF7;
  color: #307EF7;
}
.analysisContent > li.type3 .items span:not(.selected) {
  border-color: #EAEAEA;
  color: #777;
}
.analysisContent > li.type3 > .select {
  margin-right: 10px;
}
.analysisContent > li.type3 label.radio:not(:last-child) {
  margin-right: 20px;
}
.analysisContent > li.graphs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 30px 0;
  margin: 30px -30px -25px;
  width: calc(100% + 60px);
  padding: 30px 30px 40px;
  background: #F9F9F9;
}
.analysisContent > li.graphs > section.full {
  width: 100%;
}
.analysisContent > li.graphs > section:not(.full) {
  width: 333px;
}
.analysisContent > li.graphs > section .title {
  margin-bottom: 10px;
  font-weight: 500;
  color: #000;
}

.detailKeyword {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}
.detailKeyword dt, .detailKeyword dd {
  line-height: 21px;
}
.detailKeyword dt {
  font-weight: 500;
  font-size: 13px;
  color: #555;
}
.detailKeyword dd {
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
.detailKeyword dd:not(:last-of-type) {
  padding-right: 80px;
  margin-right: 5px;
  border-right: 1px solid #EAEAEA;
}

.analysDetailHeader, .rankingDetailHeader {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
  padding-top: 107px;
}
.analysDetailHeader button.back, .rankingDetailHeader button.back {
  position: absolute;
  top: 40px;
  left: 0;
}
.analysDetailHeader h2, .rankingDetailHeader h2 {
  font-size: 20px;
}
.analysDetailHeader > p, .rankingDetailHeader > p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #555;
}
.analysDetailHeader > p .refresh, .rankingDetailHeader > p .refresh {
  width: 76px;
}
.analysDetailHeader > p span.refresh, .rankingDetailHeader > p span.refresh {
  text-align: center;
  font-weight: 700;
  color: #307EF7;
}
.analysDetailHeader > p > em, .rankingDetailHeader > p > em {
  font-weight: 500;
  font-size: 13px;
  color: #307EF7;
}

.productOverview {
  margin-top: 12px;
  width: 100%;
  padding-bottom: 13px;
}
.productOverview .thumb {
  top: 20px;
}
.productOverview .tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 25px;
  margin-top: 20px;
  margin-left: -140px;
  width: calc(100% + 140px);
  padding-top: 13px;
  border-top: 1px solid #EAEAEA;
  line-height: 32px;
  color: #555;
}
.productOverview .tags span {
  white-space: nowrap;
}

.tags ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
}

ul.tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  padding: 15px 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
  border: 1px solid #EAEAEA;
  border-radius: 10px;
}

.tags li {
  padding: 0 10px;
  border-radius: 6px;
  background: #F1F1F1;
  font-weight: 500;
  line-height: 32px;
  color: #555;
}

.analysisDetail {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
}
.analysisDetail > header .title, .analysisDetail > .title {
  font-size: 16px;
  color: #000;
}
.analysisDetail > .title {
  margin-bottom: 15px;
}
.analysisDetail > header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.analysisDetail > header button {
  font-weight: 500;
  color: #307EF7;
}
.analysisDetail > header a {
  font-weight: 500;
  font-size: 13px;
  text-decoration: underline;
  color: #999;
}
.analysisDetail > div {
  border: 1px solid #EAEAEA;
  border-radius: 10px;
}
.analysisDetail .scores .items ul, .analysisDetail ul.scores {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.analysisDetail .scores .items ul > li, .analysisDetail ul.scores > li {
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  width: 100%;
  padding: 2px 0;
}
.analysisDetail .scores .items ul > li + li, .analysisDetail ul.scores > li + li {
  border-left: 1px solid #EAEAEA;
}
.analysisDetail .scores .items ul > li.best > p em, .analysisDetail ul.scores > li.best > p em {
  color: #009F15;
}
.analysisDetail .scores .items ul > li.best > em, .analysisDetail ul.scores > li.best > em {
  background: #009F15;
}
.analysisDetail .scores .items ul > li.positive > p em, .analysisDetail ul.scores > li.positive > p em {
  color: #307EF7;
}
.analysisDetail .scores .items ul > li.positive > em, .analysisDetail ul.scores > li.positive > em {
  background: #307EF7;
}
.analysisDetail .scores .items ul > li.normal > p em, .analysisDetail ul.scores > li.normal > p em {
  color: #777;
}
.analysisDetail .scores .items ul > li.normal > em, .analysisDetail ul.scores > li.normal > em {
  background: #777;
}
.analysisDetail .scores .items ul > li.negative > p em, .analysisDetail ul.scores > li.negative > p em {
  color: #FF9204;
}
.analysisDetail .scores .items ul > li.negative > em, .analysisDetail ul.scores > li.negative > em {
  background: #FF9204;
}
.analysisDetail .scores .items ul > li.worst > p em, .analysisDetail ul.scores > li.worst > p em {
  color: #C40000;
}
.analysisDetail .scores .items ul > li.worst > em, .analysisDetail ul.scores > li.worst > em {
  background: #C40000;
}
.analysisDetail .scores .items ul > li > strong, .analysisDetail ul.scores > li > strong {
  font-weight: 500;
  color: #333;
}
.analysisDetail .scores .items ul > li > p, .analysisDetail ul.scores > li > p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  margin: 10px 0;
}
.analysisDetail .scores .items ul > li > p em, .analysisDetail ul.scores > li > p em {
  font-size: 16px;
  font-weight: 700;
}
.analysisDetail .scores .items ul > li > p span, .analysisDetail ul.scores > li > p span {
  font-size: 12px;
  color: #777;
}
.analysisDetail .scores .items ul > li > em, .analysisDetail ul.scores > li > em {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 64px;
  height: 25px;
  border-radius: 4px;
  line-height: 25px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}
.analysisDetail ul.scores {
  padding: 48px 15px;
  border: 1px solid #EAEAEA;
  border-radius: 10px;
}
.analysisDetail div.scores .desc {
  margin-top: 30px;
  width: 100%;
  padding: 20px 20px 20px 147px;
  border-radius: 10px;
  background: #fafafa url("../images/common/charactor.png") no-repeat 45px center/75px;
  color: #333;
}
.analysisDetail div.scores .desc .title {
  margin-bottom: 10px;
  color: #000;
}
.analysisDetail div.scores + section {
  margin-top: 20px;
  color: #555;
}
.analysisDetail div.scores + section .title {
  margin-bottom: 8px;
}

div.scores {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 0 15px 20px;
}
div.scores .title {
  color: #333;
}
div.scores .items {
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  margin-top: -7px;
}
div.scores .items ul {
  padding: 13px 5px;
}
div.scores .items + .total::before {
  top: -5px;
}
div.scores .finalresults, div.scores .total {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
div.scores .finalresults .title, div.scores .total .title {
  width: 100%;
  text-align: center;
}
div.scores .finalresults .donutChartType2 + p, div.scores .total .donutChartType2 + p {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #333;
}
div.scores .finalresults {
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
div.scores .total {
  position: relative;
  width: 294px;
}
div.scores .total::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 1px;
  height: 145px;
  background: #EAEAEA;
}
div.scores .finalresults + .total {
  width: 316px;
}

.reviewAnalysis {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 13px;
  padding: 30px 47px;
  background: #FCFCFC;
}
.reviewAnalysis > section {
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  width: 100%;
}
.reviewAnalysis > section .title {
  margin-bottom: 10px;
  color: #333;
}
.reviewAnalysis > section .graph {
  height: 305px;
}
.reviewAnalysis > section > ul {
  height: 305px;
  padding: 24px 30px;
  border: 1px solid #EAEAEA;
  border-radius: 10px;
  background: #fff;
}
.reviewAnalysis > section > ul li + li {
  margin-top: 22px;
}
.reviewAnalysis > section > ul li strong {
  display: block;
  margin-bottom: 8px;
  padding-left: 29px;
  line-height: 24px;
}
.reviewAnalysis > section > ul li:first-child strong {
  background: url("../images/analysis/positive.svg") no-repeat left center;
  color: #009F15;
}
.reviewAnalysis > section > ul li:last-child strong {
  background: url("../images/analysis/negative.svg") no-repeat left center;
  color: #FF6D38;
}
.reviewAnalysis > section > ul li p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-box-align: center;
  -o-box-align: center;
  box-align: center;
  max-height: 5.8em;
  line-height: 1.45 !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: break-spaces;
  color: #000;
}

.api {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
  margin-top: 60px;
  padding: 23px 20px;
  border: 1px solid #EAEAEA;
  border-radius: 10px;
}
.api .title {
  font-size: 16px;
  color: #307EF7;
}
.api p {
  font-weight: 500;
  color: #777;
}
.api button {
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  height: 22px;
  padding-right: 24px;
  background: url("../images/common/arr3.svg") no-repeat right center/16px;
  line-height: 22px;
  font-size: 15px;
  font-weight: 500;
  color: #999;
}
.api button span {
  color: #777;
}
.api button b {
  color: #307EF7;
}

.myAd {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
  margin-top: 15px;
  min-height: calc(100vh - 350px);
  border: 1px solid #EAEAEA;
  border-radius: 10px;
}
.myAd > header {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 300px;
  padding: 28px 0;
  border-right: 1px solid #EAEAEA;
}
.myAd > header .title {
  width: 100%;
  padding-left: 20px;
  font-size: 18px;
  color: #000;
}
.myAd > header > button {
  position: absolute;
  right: 20px;
  top: 32px;
  padding-right: 27px;
  background: url("../images/common/swap.svg") no-repeat right center/20px;
  font-size: 13px;
  font-weight: 500;
  color: #777;
}
.myAd > header.all > button:nth-of-type(1), .myAd > header:not(.all) > button:nth-of-type(2), .myAd > header:not(.all) li.disabled {
  display: none;
}
.myAd > header > ul {
  position: relative;
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  margin-top: 26px;
  width: 100%;
}
.myAd > header > ul::before {
  content: "";
  position: absolute !important;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  width: 260px;
  height: 1px;
  background: #ddd;
}
.myAd > header > ul li {
  padding: 10px 0;
  border-bottom: 1px solid #EAEAEA;
  font-size: 15px;
}
.myAd > header > ul li.disabled {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.myAd > header > ul li.disabled > button::after {
  content: "비활성";
  position: relative;
  top: -8px;
  margin-left: 4px;
  font-size: 11px;
  font-weight: 500;
}
.myAd > header > ul li.disabled button {
  color: #a9a9a9 !important;
}
.myAd > header > ul li button {
  width: 100%;
  text-align: left;
}
.myAd > header > ul li > button {
  position: relative;
  width: 100%;
  padding: 13px 50px 13px 20px;
  font-weight: 700;
  color: #000;
}
.myAd > header > ul li > button::before {
  content: "";
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 32px;
  height: 32px;
  background: url("../images/common/arr3.svg") no-repeat center/32px;
}
.myAd > header > ul li.opened > button::before {
  transform: rotate(180deg);
}
.myAd > header > ul li > div button {
  padding: 11px 20px;
  color: #555;
}
.myAd > header > ul li > div button.selected {
  background: rgba(48, 126, 247, 0.2);
  color: #000;
}
.myAd > header > ul li:not(.opened) > div {
  display: none;
}
.myAd .listAd {
  width: 100%;
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  padding: 28px 30px;
}

.rankingHeader {
  margin: 18px -30px 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EAEAEA;
}
.rankingHeader .titleCoupang {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
  font-size: 20px;
  color: #000;
}
.rankingHeader .titleCoupang::after {
  content: "";
  width: 49px;
  height: 11px;
  background: url("../images/ranking/coupang.svg") no-repeat center/100%;
}
.rankingHeader > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
  font-size: 20px;
  font-weight: 700;
}
.rankingHeader > ul > li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}
.rankingHeader > ul > li a.selected {
  color: #000;
}
.rankingHeader > ul > li a:not(.selected) {
  color: #bbb;
}
.rankingHeader .analysisWord {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
}
.rankingHeader .analysisWord .select {
  width: 220px;
}
.rankingHeader .analysisWord .select > button {
  height: 55px;
}
.rankingHeader .analysisWord input.word {
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}

section.ranking > .title, section.ranking > header .title {
  font-size: 18px;
}
section.ranking > .title {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 15px;
}
section.ranking > header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 8px;
}
section.ranking > header .title {
  margin-bottom: 10px;
  width: 100%;
  font-size: 18px;
}
section.ranking > header .checks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
section.ranking > header .checks .check2 {
  font-size: 13px;
  font-weight: 400;
}
section.ranking > header .checks .check2::before {
  width: 16px;
  height: 16px;
  border-radius: 3px;
}

.rankingDetailHeader {
  gap: 7px;
}
.rankingDetailHeader + .productOverview {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
  margin-top: 17px;
  min-height: 160px;
}
.rankingDetailHeader + .productOverview dl {
  margin-top: 11px;
}
.rankingDetailHeader ~ .tableOverview {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
}
.rankingDetailHeader > h2 {
  width: 100%;
}
.rankingDetailHeader > div {
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.rankingDetailHeader > div > em {
  font-size: 14px;
  font-weight: 500;
}
.rankingDetailHeader > div > em.shop {
  color: #307EF7;
}
.rankingDetailHeader > div > em.url {
  color: #9959FF;
}
.rankingDetailHeader > div > em.id1 {
  color: #FF9204;
}
.rankingDetailHeader > div > em.id2 {
  color: #FF6D38;
}
.rankingDetailHeader > div > span, .rankingDetailHeader > div > input {
  font-size: 13px;
  color: #999;
}
.rankingDetailHeader > div span + span {
  position: relative;
  margin-left: 10px;
}
.rankingDetailHeader > div span + span::before {
  content: "";
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -10px;
  width: 1px;
  height: 10px;
  background: #ddd;
}
.rankingDetailHeader > div input {
  border: none;
  width: 345px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
}
.rankingDetailHeader > div button.copy {
  margin-left: -4px;
  width: 46px;
  height: 25px;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  background: #f5f5f5;
  font-size: 12px;
  color: #646464;
}

section.login, section.join {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  width: 400px;
  min-height: 100vh;
  padding: 30px;
}
section.login > header, section.join > header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
section.login > header p, section.join > header p {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
section.login > header p em, section.join > header p em {
  color: #307EF7;
}
section.login > header h1, section.join > header h1 {
  width: 314px;
  height: 70px;
  background: url("../images/common/logo.svg") no-repeat center/100%;
}
section.login > header h1 span, section.join > header h1 span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
section.login > header h2, section.join > header h2 {
  font-size: 24px;
  color: #000;
}
section.login > header span, section.join > header span {
  font-size: 13px;
  color: #777;
}
section.login > header + input, section.join > header + input {
  margin-top: 46px;
}
section.login input[type=text], section.login input[type=password], section.login input[type=tel], section.login input[type=number], section.login input[type=email], section.join input[type=text], section.join input[type=password], section.join input[type=tel], section.join input[type=number], section.join input[type=email] {
  width: 100%;
  height: 52px;
  padding: 0 15px;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  font-size: 15px;
}
section.login input[type=text] + input, section.login input[type=password] + input, section.login input[type=tel] + input, section.login input[type=number] + input, section.login input[type=email] + input, section.join input[type=text] + input, section.join input[type=password] + input, section.join input[type=tel] + input, section.join input[type=number] + input, section.join input[type=email] + input {
  margin-top: 10px;
}
section.login input[type=text] + button.primaryLarge, section.login input[type=password] + button.primaryLarge, section.login input[type=tel] + button.primaryLarge, section.login input[type=number] + button.primaryLarge, section.login input[type=email] + button.primaryLarge, section.join input[type=text] + button.primaryLarge, section.join input[type=password] + button.primaryLarge, section.join input[type=tel] + button.primaryLarge, section.join input[type=number] + button.primaryLarge, section.join input[type=email] + button.primaryLarge {
  margin-top: 30px;
}
section.login > button.primaryLarge,
section.login > button.secondaryLarge, section.join > button.primaryLarge,
section.join > button.secondaryLarge {
  width: 100%;
  height: 55px;
}
section.login > a, section.join > a {
  margin-top: 40px;
  font-size: 13px;
  text-decoration: underline;
  color: #777;
}

section.login > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px;
  margin-top: 30px;
}
section.login > div button {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #777;
}
section.login > div button:not(:last-child) {
  padding-right: 35px;
  border-right: 1px solid #ddd;
}
section.login > p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 23px;
  margin-top: 50px;
  margin-bottom: 27px;
  width: 100%;
  color: #777;
}
section.login > p::before, section.login > p::after {
  content: "";
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  height: 1px;
  background: #ddd;
}

section.join > section {
  margin-top: 30px;
  width: 100%;
}
section.join > section > * + * {
  margin-top: 10px;
}
section.join > section h3 {
  font-weight: 500;
  color: #000;
}
section.join .certify {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px 8px;
}
section.join .certify input {
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
section.join .certify > span {
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  color: #307EF7;
}
section.join .certify .secondaryMedium {
  width: 72px;
  height: 52px;
}
section.join .agreement {
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EAEAEA;
}
section.join .agreement label.check:first-of-type {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EAEAEA;
}
section.join .agreement button {
  text-decoration: underline;
}

section.join .phone,
.inputGroup .phone {
  position: relative;
  width: 100%;
}
section.join .phone button,
.inputGroup .phone button {
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 12px;
  font-size: 13px;
  font-weight: 500;
  color: #307EF7;
}
section.join .phone em,
.inputGroup .phone em {
  position: absolute;
  right: 0;
  top: -25px;
  font-size: 12px;
  color: #307EF7;
}

section.mypage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
}
section.mypage:first-of-type {
  margin-top: 30px;
}
section.mypage + section.mypage {
  margin-top: 40px;
}
section.mypage > .title {
  font-size: 18px;
  color: #000;
}
section.mypage > button {
  text-decoration: underline;
  color: #999;
}
section.mypage > ul, section.mypage > div, section.mypage > p {
  overflow: hidden;
  margin-top: 15px;
  width: 100%;
  border: 1px solid #EAEAEA;
  border-radius: 10px;
}
section.mypage > ul {
  padding: 50px 0 60px;
}
section.mypage > ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 593px;
}
section.mypage > ul li:first-child {
  margin-bottom: 24px;
}
section.mypage > ul li + li + li {
  margin-top: 15px;
}
section.mypage > ul li > p, section.mypage > ul li > div {
  width: 500px;
}
section.mypage > ul li > span, section.mypage > ul li > label {
  color: #333;
}
section.mypage > ul li > p {
  font-weight: 500;
  font-size: 15px;
  color: #000;
}
section.mypage > ul li > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 55px;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  background: #F9F9F9;
}
section.mypage > ul li > div input {
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  padding-left: 15px;
  border: none;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
section.mypage > ul li > div button {
  width: 64px;
  height: 29px;
  border-left: 1px solid #ddd;
  font-weight: 500;
  color: #7a7a7a;
}
section.mypage > div:not(.tableContainer) {
  position: relative;
  padding: 30px 150px 30px 25px;
}
section.mypage > div:not(.tableContainer) .error, section.mypage > div:not(.tableContainer) .success {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
}
section.mypage > div:not(.tableContainer) .error {
  padding-left: 27px;
  background: url("../images/mypage/error.svg") no-repeat left center;
  color: #C40000;
}
section.mypage > div:not(.tableContainer) .success {
  color: #307EF7;
}
section.mypage > div:not(.tableContainer) .desc {
  margin-top: 12px;
  color: #555;
}
section.mypage > div:not(.tableContainer) .desc b {
  color: #000;
}
section.mypage > div:not(.tableContainer) > button, section.mypage > div:not(.tableContainer) > span {
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 106px;
  height: 42px;
  border: 1px solid;
  border-radius: 6px;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  font-size: 15px;
}
section.mypage > div:not(.tableContainer) > button {
  border-color: #C40000;
  color: #C40000;
}
section.mypage > div:not(.tableContainer) > span {
  border-color: #307EF7;
  color: #307EF7;
}
section.mypage > p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 200px;
  font-weight: 500;
  font-size: 15px;
  color: #999;
}
section.mypage .tableContainer {
  position: relative;
  padding: 0 20px;
}
section.mypage .tableContainer::before {
  z-index: 0;
  content: "";
  position: absolute !important;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  height: 46px;
  background: #F9F9F9;
}
section.mypage .tableContainer .grid.table {
  z-index: 1;
  position: relative;
}
section.mypage .tableContainer .grid.table th, section.mypage .tableContainer .grid.table td {
  padding-left: 0;
}
section.mypage .tableContainer .grid.table th:not(.left), section.mypage .tableContainer .grid.table td:not(.left) {
  padding-right: 0;
}
section.mypage .tableContainer .grid.table td {
  font-weight: 400;
}
section.mypage .tableContainer .grid.table td button {
  text-decoration: underline;
}
section.mypage .tableContainer .grid.table td button.cancel {
  color: #E00D0D;
}
section.mypage .tableContainer .grid.table td span {
  color: #A5A5A5;
}
section.mypage .tableContainer footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 42px;
  height: 60px;
}
section.mypage .tableContainer footer p {
  font-weight: 500;
  color: #999;
}
section.mypage .tableContainer footer p em {
  color: #000;
}
section.mypage .tableContainer footer button {
  width: 24px;
  height: 24px;
  background: url("../images/common/arr3.svg") no-repeat center/100%;
}
section.mypage .tableContainer footer button:first-child {
  transform: rotate(90deg);
}
section.mypage .tableContainer footer button:last-child {
  transform: rotate(-90deg);
}
section.mypage .tableContainer footer button:disabled {
  opacity: 0.4;
}
section.mypage .tableContainer footer button span {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.mypageFunction {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 85px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
}
.mypageFunction button {
  font-size: 15px;
  font-weight: 500;
  color: #aaa;
}
.mypageFunction button:first-child {
  position: relative;
}
.mypageFunction button:first-child::after {
  content: "";
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -42px;
  width: 1px;
  height: 15px;
  background: #ddd;
}

/*# sourceMappingURL=style.css.map */
