@font-face {
  font-family: "Pretendard Variable";
  font-weight: "45 920";
  font-style: normal;
  font-display: swap;
  src: local("Pretendard Variable"),
    url("../assets/fonts/PretendardVariable.woff2") format("woff2-variations");
}
:root {
  --neutral-900: #27282a;
  --neutral-600: #646d78;
  --neutral-400: #b6bdc4;
  --neutral-200: #e1e3e6;
  --neutral-100: #f5f6f9;
  --white: #ffffff;
  --primary-900: #1f449a;
  --primary-500: #3667da;
  --primary-100: #edf6ff;
  --red-900: #e02525;
  --red-100: #ffe5e5;
  --orange-900: #f07008;
  --orange-100: #ffefe5;
  --white-filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(149deg)
    brightness(109%) contrast(101%);
  --neutral-900-filter: invert(11%) sepia(6%) saturate(555%) hue-rotate(182deg)
    brightness(96%) contrast(88%);
  --neutral-600-filter: invert(45%) sepia(12%) saturate(426%) hue-rotate(173deg)
    brightness(90%) contrast(88%);
  --neutral-400-filter: invert(85%) sepia(9%) saturate(217%) hue-rotate(169deg)
    brightness(90%) contrast(85%);
  --opacity-40: rgba(0, 0, 0, 0.4);
  --drop-shadow: 0 7px 12px rgba(43, 68, 97, 0.15);
  --modal-shadow: 0 15px 30px rgba(44, 44, 44, 0.2);
}

a:focus {
  outline: none;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-focus-ring-color: transparent;
}

body,
html {
  min-height: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  letter-spacing: inherit;
  font-weight: inherit;
}

fieldset,
img,
abbr,
acronym {
  border: 0 none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border: 0 none;
}

caption,
th,
td {
  text-align: left;
  font-weight: inherit;
  border: 0;
}

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

audio,
canvas,
video {
  display: inline-block;
  display: inline;
  zoom: 1;
}

img,
video,
svg {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  object-fit: cover;
  image-rendering: -moz-auto;
  /*firefox*/
  image-rendering: -o-auto;
  /*opera*/
  image-rendering: -webkit-optimize-contrast;
  /*webkit*/
  image-rendering: auto;
  -ms-interpolation-mode: nearest-neighbor;
  /* -webkit-perspective: 1; */
  -webkit-tap-highlight-color: transparent;
}

ul,
ol,
dl,
li {
  list-style: none;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
}

i {
  font-style: normal;
  font-weight: normal;
}

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

input,
select,
label {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  margin: 0;
  font-weight: normal;
  letter-spacing: normal;
  background: none;
}

button,
input {
  line-height: normal;
  box-shadow: none;
}

input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

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

input:disabled,
textarea:disabled {
  opacity: 1;
}

button {
  cursor: pointer;
}

button,
select {
  text-transform: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

address {
  font-style: normal;
}

/* ::-webkit-scrollbar { width: 6px; height: 6px; } 
  ::-webkit-scrollbar-track { background: transparent; } 
  ::-webkit-scrollbar-thumb { background: #888; border-radius: 999px; background-clip: padding-box; border-top: 7px solid transparent; border-bottom: 10px solid transparent; border-right: 2px solid transparent; border-left: 2px solid transparent; } */
html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
}

input::-webkit-date-and-time-value {
  margin-top: 0;
  text-align: left;
  width: 100%;
}

fieldset {
  min-inline-size: auto;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  font-family: "Pretendard Variable", sans-serif;
  letter-spacing: -0.02em;
  color: var(--neutral-900);
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

main {
  flex-grow: 1;
  padding: 60px 0 130px;
}

body.hidden {
  overflow: hidden;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: polygon(0 0, 0 0, 0 0);
  border: 0;
}

.mb-only {
  display: none;
}

.scroll-wrapper {
  touch-action: pan-x;
  overscroll-behavior: contain;
}

button,
input,
textarea,
select {
  font-family: "Pretendard Variable", sans-serif;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  letter-spacing: -0.02em;
  text-align: unset;
}

input::placeholder {
  color: var(--neutral-400);
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  transition: background-color 0.2s linear;
}
.btn:disabled {
  color: var(--neutral-600);
  background-color: var(--neutral-100);
  border-color: var(--neutral-400);
}

.btn-primary {
  color: var(--white);
  background-color: var(--primary-900);
}
@media (hover: hover) and (pointer: fine) {
  .btn-primary:hover {
    background-color: var(--primary-500);
  }
}

.btn-outline {
  color: var(--primary-900);
  background-color: var(--white);
  border: 1px solid var(--primary-900);
}
@media (hover: hover) and (pointer: fine) {
  .btn-outline:hover {
    background-color: var(--primary-100);
  }
}

.btn-light {
  border: 1px solid var(--neutral-400);
}
@media (hover: hover) and (pointer: fine) {
  .btn-light:hover {
    background-color: var(--primary-100);
  }
}

.btn-small {
  height: 36px;
}

.btn-round {
  height: 30px;
  border-radius: 500px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
}
.pagination > button {
  display: block;
  width: 16px;
  filter: var(--neutral-600-filter);
}
.pagination > button:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.pagination .pagination-list {
  display: flex;
  gap: 8px;
}
.pagination .pagination-list button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  height: 30px;
  padding: 0 5px;
  font-weight: 600;
  border-radius: 5px;
}
.pagination .pagination-list button.active {
  color: var(--white);
  background-color: var(--primary-900);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}
.form-row:not(:last-child) {
  margin-bottom: 32px;
}
.form-row .col-4 {
  grid-column: span 2;
}
.form-row .col-6 {
  grid-column: span 3;
}
.form-row .col-8 {
  grid-column: span 4;
}
.form-row .col-12 {
  grid-column: span 6;
}

.input-wrap,
.select,
.file-input,
.address-input-wrap,
.multiple-checkbox,
.field-group {
  position: relative;
}
.input-wrap:has(input[required]) .label::after,
.select:has(input[required]) .label::after,
.file-input:has(input[required]) .label::after,
.address-input-wrap:has(input[required]) .label::after,
.multiple-checkbox:has(input[required]) .label::after,
.field-group:has(input[required]) .label::after {
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--orange-900);
  border-radius: 50%;
  content: "";
}

.label {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}

.input,
.select-btn {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid var(--neutral-200);
  border-radius: 5px;
}
.input:disabled,
.select-btn:disabled {
  background-color: var(--neutral-100);
}
.input.error,
.select-btn.error {
  border-color: var(--red-900);
}
.input.error ~ .error-message,
.select-btn.error ~ .error-message {
  display: block;
}

.select-btn {
  position: relative;
  padding: 0 46px 0 14px;
}
.select-btn::after {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  display: block;
  width: 18px;
  height: 18px;
  background: url(../assets/icons/icon_arrow_bottom.svg) no-repeat center/cover;
  filter: var(--neutral-900-filter);
  transition: transform 0.2s linear;
  content: "";
}
.select-btn.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.select-btn.active ~ .select-list {
  display: block;
}

.select-list {
  position: absolute;
  top: calc(100% + 3px);
  display: none;
  width: 100%;
  background-color: var(--white);
  border: 1px solid var(--neutral-200);
  border-radius: 5px;
  z-index: 2;
}
.select-list .select-item button {
  display: flex;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 0 13px;
  font-weight: 500;
}
.select-list.select-list-scroll {
  max-height: 230px;
  overflow-y: auto;
}

.file-input .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.file-input .top .label-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.file-input .top .label-wrap .label {
  margin-bottom: 0;
}
.file-input .top .label-wrap .guide-text {
  font-weight: 500;
  color: var(--neutral-600);
  word-break: keep-all;
}
.file-input .top label {
  flex-shrink: 0;
  cursor: pointer;
}
.file-input .empty-file-message,
.file-input .file-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 46px;
  padding: 0 14px;
  font-weight: 500;
  border: 1px solid var(--neutral-200);
  border-radius: 5px;
}
.file-input .empty-file-message {
  color: var(--neutral-400);
}
.file-input .file-item {
  color: var(--neutral-600);
}
.file-input .file-item:not(:last-child) {
  margin-bottom: 8px;
}
.file-input .file-item .delete-btn {
  flex-shrink: 0;
  display: block;
  width: 16px;
  height: 16px;
}
.file-input .file-item .file-name {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.error-message {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  display: none;
  font-size: 14px;
  font-weight: 500;
  color: var(--red-900);
}

.checkbox input:checked + label::before {
  background-image: url(../assets/icons/icon_check_on.svg);
}
.checkbox label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.checkbox label::before {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../assets/icons/icon_check_off.svg) no-repeat center/cover;
  content: "";
}

.search {
  position: relative;
  width: 636px;
  background-color: var(--white);
  border: 2px solid var(--primary-900);
  border-radius: 500px;
  overflow: hidden;
}
.search input {
  width: 100%;
  height: 52px;
  padding: 0 120px 0 20px;
  font-weight: 600;
}
.search button {
  position: absolute;
  top: 0;
  right: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 100px;
  height: 100%;
  font-weight: 600;
  color: var(--white);
  background-color: var(--primary-900);
  border-radius: 500px;
}
.search button::before {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../assets/icons/icon_search.svg) no-repeat center/cover;
  content: "";
}

.search-input {
  display: flex;
  height: 46px;
}
.search-input input {
  width: 100%;
  padding: 0 14px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid var(--neutral-200);
  border-right: 0;
  border-radius: 5px 0 0 5px;
}
.search-input button {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 100%;
  font-weight: 500;
  color: var(--white);
  background-color: var(--neutral-900);
  border-radius: 0 5px 5px 0;
}

.terms-checkbox-list {
  margin-top: 16px;
}
.terms-checkbox-list .terms-checkbox-item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.terms-checkbox-list .terms-checkbox-item:not(:last-child) {
  margin-bottom: 12px;
}
.terms-checkbox-list .terms-checkbox-item .view-terms-btn {
  display: block;
  width: 14px;
  filter: var(--neutral-900-filter);
}

.address-input-wrap .search-input {
  margin-bottom: 8px;
}

header.header {
  position: sticky;
  top: 0;
  left: 0;
  background-color: var(--white);
  z-index: 5;
}
header.header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 78px;
}
header.header .logo {
  width: 292px;
  aspect-ratio: 292/31;
}
header.header .menu-btn {
  display: none;
}
header.header .gnb-list {
  display: flex;
  align-items: center;
  gap: 43px;
}
header.header .gnb-item {
  position: relative;
}
header.header .gnb-link {
  padding: 10px 0;
  font-weight: bold;
  transition: color 0.2s linear;
}
@media (hover: hover) and (pointer: fine) {
  header.header .gnb-link:hover {
    color: var(--primary-900);
  }
}
header.header .gnb-submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  padding: 10px;
  background-color: var(--white);
  border: 1px solid var(--neutral-200);
  border-radius: 10px;
}
header.header .gnb-submenu .gnb-submenu-item:not(:last-child) {
  margin-bottom: 4px;
}
header.header .gnb-submenu .gnb-submenu-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  padding: 10px 0;
  font-weight: 600;
  color: var(--neutral-600);
  border-radius: 5px;
  transition: all 0.2s linear;
}
@media (hover: hover) and (pointer: fine) {
  header.header .gnb-submenu .gnb-submenu-link:hover {
    color: var(--primary-900);
    background-color: var(--primary-100);
  }
}

footer {
  background-color: var(--white);
}
footer .quickMenu {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 4;
}
footer .quickMenu .quickMenu-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
footer .quickMenu .quickMenu-item a,
footer .quickMenu .quickMenu-item button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 12px;
  background-color: var(--white);
  border: 1px solid;
  border-radius: 10px;
  transition: background-color 0.2s linear;
}
footer .quickMenu .quickMenu-item a {
  border-color: var(--orange-900);
}
@media (hover: hover) and (pointer: fine) {
  footer .quickMenu .quickMenu-item a:hover {
    background-color: var(--orange-100);
  }
}
footer .quickMenu .quickMenu-item button {
  border-color: var(--neutral-400);
}
@media (hover: hover) and (pointer: fine) {
  footer .quickMenu .quickMenu-item button:hover {
    background-color: var(--neutral-100);
  }
}
footer .footerTop {
  border-top: 1px solid var(--neutral-200);
  border-bottom: 1px solid var(--neutral-200);
}
footer .footerTop .link-list {
  display: flex;
  gap: 16px;
  height: 54px;
}
footer .footerTop .link-item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 600;
}
footer .footerTop .link-item:not(:last-child)::after {
  display: block;
  width: 5px;
  height: 5px;
  background-color: var(--neutral-200);
  border-radius: 50%;
  content: "";
}
footer .footerTop .link-item .link {
  transition: color 0.2s linear;
}
@media (hover: hover) and (pointer: fine) {
  footer .footerTop .link-item .link:hover {
    color: var(--primary-900);
  }
}
footer .footerbottom {
  padding: 40px 0 60px;
}
footer .footerbottom .logo {
  width: 292px;
  margin-bottom: 32px;
  aspect-ratio: 292/31;
}
footer .footerbottom .infoWrap {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  color: var(--neutral-600);
}
footer .footerbottom .address {
  margin-bottom: 16px;
}
footer .footerbottom .contact {
  display: flex;
  gap: 16px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: var(--opacity-40);
  z-index: 10;
}
.modal.show {
  display: flex;
}
.modal .modal-content {
  background-color: var(--white);
  box-shadow: var(--modal-shadow);
}
.modal .btn-wrap {
  display: flex;
}

.main-modal .modal-content {
  width: 690px;
  border-radius: 20px;
  overflow: hidden;
}
.main-modal .img-wrap {
  display: block;
  aspect-ratio: 690/480;
  overflow: hidden;
  background-color: var(--primary-100);
}
.main-modal .img-wrap img {
  height: 100%;
  object-fit: cover;
}
.main-modal .btn-wrap {
  border-top: 1px solid var(--neutral-200);
}
.main-modal .btn-wrap button {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  font-weight: 600;
  background-color: var(--white);
}
.main-modal .btn-wrap .no-show-btn {
  border-right: 1px solid var(--neutral-200);
}

.main-popup {
  z-index: 20;
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--white);
  box-shadow: var(--modal-shadow);
}
.main-popup .popup-body {
  display: block;
  width: 100%;
  overflow: auto;
  background-color: var(--primary-100);
}
.main-popup .popup-body img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.main-popup .btn-wrap {
  display: flex;
  border-top: 1px solid var(--neutral-200);
}
.main-popup .btn-wrap button {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  font-weight: 600;
  background-color: var(--white);
}
.main-popup .btn-wrap .no-show-btn {
  border-right: 1px solid var(--neutral-200);
}

.default-modal .modal-content,
.terms-modal .modal-content,
.detail-modal .modal-content {
  padding: 30px;
  border-radius: 10px;
}
.default-modal .btn-wrap,
.terms-modal .btn-wrap,
.detail-modal .btn-wrap {
  gap: 6px;
  justify-content: flex-end;
}

.default-modal .modal-content {
  width: 450px;
}
.default-modal .modal-title {
  margin-bottom: 12px;
  font-weight: 600;
}
.default-modal .modal-text {
  margin-bottom: 20px;
  font-weight: 500;
  color: var(--neutral-600);
}

.terms-modal .modal-content,
.detail-modal .modal-content,
.keyword-select-modal .modal-content {
  width: 860px;
}
.terms-modal .modal-title,
.detail-modal .modal-title,
.keyword-select-modal .modal-title {
  margin-bottom: 24px;
  font-weight: bold;
}
.terms-modal .editor-wrap,
.detail-modal .editor-wrap,
.keyword-select-modal .editor-wrap {
  max-height: 319px;
  margin-bottom: 20px;
  font-weight: 500;
  color: var(--neutral-600);
}

.detail-modal .content {
  height: 289px;
  margin-bottom: 30px;
}
.detail-modal .content .content-inner {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.detail-modal .content .content-inner .img {
  flex-shrink: 0;
  width: 287px;
  aspect-ratio: 287/191;
  background: url(../assets/images/info-center/img_default_fraud_site.jpg)
    no-repeat center/cover;
  border-radius: 10px;
  overflow: hidden;
}
.detail-modal .content .content-inner .img img {
  height: 100%;
  object-fit: cover;
}
.detail-modal .content .item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  line-height: 1.5;
}
.detail-modal .content .item:not(:last-child) {
  margin-bottom: 16px;
}
.detail-modal .content .title {
  flex-shrink: 0;
  width: 100px;
  font-weight: 500;
  color: var(--neutral-600);
}
.detail-modal .content .keyword-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.detail-modal .content .keyword-list .keyword-item {
  flex-shrink: 0;
}
.detail-modal .content .text {
  font-weight: 500;
}
.detail-modal .btn-wrap {
  justify-content: space-between;
  padding-top: 20px;
}
.detail-modal .btn-wrap .navigation {
  display: flex;
  gap: 6px;
}

.keyword-select-modal .modal-content {
  border-radius: 10px;
}
.keyword-select-modal .modal-inner {
  position: relative;
  padding: 30px;
}
.keyword-select-modal .content {
  height: 329px;
  padding-bottom: 39px;
}
.keyword-select-modal .list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.keyword-select-modal .list label {
  cursor: pointer;
}
.keyword-select-modal .list label:has(input:checked) {
  color: var(--primary-500);
  border-color: var(--primary-500);
}
.keyword-select-modal .selected-list-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 30px;
  border-top: 1px solid var(--neutral-200);
  background-color: var(--white);
}
.keyword-select-modal .selected-list-wrap .selected-list-inner {
  overflow: hidden;
}
.keyword-select-modal .btn-wrap {
  justify-content: space-between;
  padding: 20px 20px 30px;
}
.keyword-select-modal .btn-wrap .right {
  display: flex;
  gap: 6px;
}

.search-keyword {
  display: flex;
  align-items: center;
  gap: 18px;
}
.search-keyword .keyword-title {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  font-weight: 600;
}
.search-keyword .keyword-title::after {
  display: block;
  width: 1px;
  height: 15px;
  background-color: var(--neutral-400);
  content: "";
}
.search-keyword .keyword-wrap {
  overflow: hidden;
}
.search-keyword .keyword-list {
  display: flex;
  gap: 8px;
}
.search-keyword .keyword-item {
  flex-shrink: 0;
}

.keyword-area .keyword-wrap {
  overflow: hidden;
}
.keyword-area .keyword-list {
  display: flex;
  gap: 8px;
}
.keyword-area .keyword-item {
  flex-shrink: 0;
}

.keyword {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: fit-content;
  height: 30px;
  padding: 0 13px;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--white);
  border: 1px solid var(--neutral-200);
  border-radius: 500px;
}
.keyword button {
  flex-shrink: 0;
  width: 16px;
}
.keyword.normal {
  color: var(--neutral-600);
  border-color: var(--neutral-100);
  background-color: var(--neutral-100);
}

@media (hover: hover) and (pointer: fine) {
  a.keyword:hover,
  input[type="checkbox"] + label.keyword:hover {
    color: var(--white);
    background-color: var(--primary-500);
    border-color: var(--primary-500);
  }
}

.empty-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  font-size: 16px;
  font-weight: 500;
  color: var(--neutral-400);
}

.page-header {
  margin-bottom: 50px;
}

.page-title {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
.page-title::after {
  display: block;
  width: 14px;
  height: 14px;
  background: url(../assets/images/deco_img_page_title.svg) no-repeat
    center/cover;
  content: "";
}

.breadcrumb {
  margin-bottom: 50px;
}
.breadcrumb .breadcrumb-list {
  display: flex;
  gap: 12px;
}
.breadcrumb .breadcrumb-list .breadcrumb-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
}
.breadcrumb .breadcrumb-list .breadcrumb-item:last-child {
  font-weight: bold;
}
.breadcrumb .breadcrumb-list .breadcrumb-item:not(:last-child)::after {
  display: block;
  width: 12px;
  height: 12px;
  background: url(../assets/icons/icon_arrow_right.svg) no-repeat center/cover;
  content: "";
}

.tab .tab-list {
  display: flex;
  background-color: var(--neutral-100);
  border-radius: 500px;
}
.tab .tab-item {
  flex: 1 0 0;
}
.tab .tab-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 53px;
  font-weight: 600;
  color: var(--neutral-600);
  word-break: keep-all;
  background-color: var(--neutral-100);
  border-radius: 500px;
}
.tab .tab-item a.active {
  color: var(--white);
  background-color: var(--primary-900);
}

.search-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.search-wrap .total {
  font-weight: 600;
}
.search-wrap .total .count {
  color: var(--primary-900);
}
.search-wrap .search-input {
  width: 338px;
}

.insight-link .img {
  aspect-ratio: 384/220;
  margin-bottom: 16px;
  border-radius: 10px;
  overflow: hidden;
}
.insight-link .img img {
  width: 100%;
  height: 100%;
}
.insight-link .title {
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table .thead {
  display: flex;
  border-top: 1px solid var(--neutral-900);
  border-bottom: 1px solid var(--neutral-200);
}
.table .thead .thead-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  font-weight: bold;
}
.table .item {
  display: flex;
  border-bottom: 1px solid var(--neutral-200);
  transition: background-color 0.2s linear;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .table .item:hover {
    background-color: var(--primary-100);
  }
}
.table .item > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 53px;
  padding: 0 10px;
  font-weight: 500;
}
.table .item > div p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table.suspicious-ad .suspect-keyword {
  width: 300px;
}
.table.suspicious-ad .status,
.table.suspicious-ad .url {
  width: 104px;
}
.table.suspicious-ad .title {
  width: 546px;
}
.table.suspicious-ad .monitoring-date {
  width: 146px;
}
.table.damage-case .suspect-keyword,
.table.damage-case .agency {
  width: 146px;
}
.table.damage-case .name,
.table.damage-case .position {
  width: 116px;
}
.table.damage-case .content {
  width: 530px;
}
.table.damage-case .created-at {
  width: 146px;
}
.table.fraud-site-list .suspect-keyword,
.table.fraud-site-list .site,
.table.fraud-site-list .discovery-date,
.table.fraud-site-list .registration-date {
  width: 146px;
}
.table.fraud-site-list .site-of-use {
  width: 616px;
}
.table.wage-nonpayment .type {
  width: 110px;
}
.table.wage-nonpayment .business-name {
  width: 300px;
}
.table.wage-nonpayment .name {
  width: 104px;
}
.table.wage-nonpayment .business-type {
  width: 196px;
}
.table.wage-nonpayment .address {
  width: 332px;
}
.table.wage-nonpayment .unpaid-amount {
  width: 158px;
}

.insight.list-wrap .list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 24px;
}
.insight.list-wrap .item {
  width: calc((100% - 48px) / 3);
}

@media (max-width: 1320px) {
  main {
    padding: 4.5454545455vw 0 9.8484848485vw;
  }
  .inner {
    max-width: 90.9090909091vw;
  }
  .btn {
    height: 3.4848484848vw;
    padding: 0 1.0606060606vw;
    font-size: 1.0606060606vw;
    border-radius: 0.3787878788vw;
  }
  .btn-small {
    height: 2.7272727273vw;
  }
  .btn-round {
    height: 2.2727272727vw;
    border-radius: 37.8787878788vw;
  }
  .pagination {
    gap: 0.6060606061vw;
    margin-top: 3.0303030303vw;
  }
  .pagination > button {
    width: 1.2121212121vw;
  }
  .pagination .pagination-list {
    gap: 0.6060606061vw;
  }
  .pagination .pagination-list button {
    min-width: 2.2727272727vw;
    height: 2.2727272727vw;
    padding: 0 0.3787878788vw;
    border-radius: 0.3787878788vw;
  }
  .form-row {
    gap: 1.8181818182vw;
  }
  .form-row:not(:last-child) {
    margin-bottom: 2.4242424242vw;
  }
  .input-wrap:has(input[required]) .label::after,
  .select:has(input[required]) .label::after,
  .file-input:has(input[required]) .label::after,
  .address-input-wrap:has(input[required]) .label::after,
  .multiple-checkbox:has(input[required]) .label::after,
  .field-group:has(input[required]) .label::after {
    width: 0.4545454545vw;
    height: 0.4545454545vw;
  }
  .label {
    gap: 0.303030303vw;
    margin-bottom: 0.6060606061vw;
    font-size: 1.2121212121vw;
  }
  .input,
  .select-btn {
    height: 3.4848484848vw;
    padding: 0 1.0606060606vw;
    font-size: 1.2121212121vw;
    border-radius: 0.3787878788vw;
  }
  .select-btn {
    padding: 0 3.4848484848vw 0 1.0606060606vw;
  }
  .select-btn::after {
    right: 1.0606060606vw;
    width: 1.3636363636vw;
    height: 1.3636363636vw;
  }
  .select-list {
    top: calc(100% + 0.2272727273vw);
    border-radius: 0.3787878788vw;
  }
  .select-list .select-item button {
    height: 3.4848484848vw;
    padding: 0 0.9848484848vw;
  }
  .select-list.select-list-scroll {
    max-height: calc(3.4848484848vw * 5);
  }
  .file-input .top {
    margin-bottom: 0.6060606061vw;
  }
  .file-input .top .label-wrap {
    gap: 0.7575757576vw;
  }
  .file-input .empty-file-message,
  .file-input .file-item {
    gap: 0.7575757576vw;
    height: 3.4848484848vw;
    padding: 0 1.0606060606vw;
    border-radius: 0.3787878788vw;
  }
  .file-input .file-item:not(:last-child) {
    margin-bottom: 0.6060606061vw;
  }
  .file-input .file-item .delete-btn {
    width: 1.2121212121vw;
    height: 1.2121212121vw;
  }
  .error-message {
    top: calc(100% + 0.6060606061vw);
    font-size: 1.0606060606vw;
  }
  .checkbox label {
    gap: 0.7575757576vw;
    font-size: 1.0606060606vw;
  }
  .checkbox label::before {
    width: 1.5151515152vw;
    height: 1.5151515152vw;
  }
  .search {
    width: 48.1818181818vw;
    border-width: 0.1515151515vw;
  }
  .search input {
    height: 3.9393939394vw;
    padding: 0 9.0909090909vw 0 1.5151515152vw;
  }
  .search button {
    width: 7.5757575758vw;
    gap: 0.1515151515vw;
  }
  .search button::before {
    width: 1.8181818182vw;
    height: 1.8181818182vw;
  }
  .search-input {
    height: 3.4848484848vw;
  }
  .search-input input {
    padding: 0 1.0606060606vw;
    font-size: 1.2121212121vw;
    border-radius: 0.3787878788vw 0 0 0.3787878788vw;
  }
  .search-input button {
    width: 4.696969697vw;
    border-radius: 0 0.3787878788vw 0.3787878788vw 0;
  }
  .terms-checkbox-list {
    margin-top: 1.2121212121vw;
  }
  .terms-checkbox-list .terms-checkbox-item {
    gap: 0.303030303vw;
  }
  .terms-checkbox-list .terms-checkbox-item:not(:last-child) {
    margin-bottom: 0.9090909091vw;
  }
  .terms-checkbox-list .terms-checkbox-item .view-terms-btn {
    width: 1.0606060606vw;
  }
  .address-input-wrap .search-input {
    margin-bottom: 0.6060606061vw;
  }
  header.header .inner {
    height: 5.9090909091vw;
  }
  header.header .logo {
    width: 22.1212121212vw;
  }
  header.header .gnb-list {
    gap: 3.2575757576vw;
  }
  header.header .gnb-link {
    padding: 0.7575757576vw 0;
  }
  header.header .gnb-submenu {
    padding: 0.7575757576vw;
    border-radius: 0.7575757576vw;
  }
  header.header .gnb-submenu .gnb-submenu-item:not(:last-child) {
    margin-bottom: 0.303030303vw;
  }
  header.header .gnb-submenu .gnb-submenu-link {
    width: 13.6363636364vw;
    padding: 0.7575757576vw 0;
    border-radius: 0.3787878788vw;
  }
  footer .quickMenu {
    bottom: 3.0303030303vw;
    right: 3.0303030303vw;
  }
  footer .quickMenu .quickMenu-list {
    gap: 0.6060606061vw;
  }
  footer .quickMenu .quickMenu-item a,
  footer .quickMenu .quickMenu-item button {
    width: 4.2424242424vw;
    height: 4.2424242424vw;
    padding: 0.9090909091vw;
    border-radius: 0.7575757576vw;
  }
  footer .footerTop .link-list {
    gap: 1.2121212121vw;
    height: 4.0909090909vw;
  }
  footer .footerTop .link-item {
    gap: 1.2121212121vw;
  }
  footer .footerTop .link-item:not(:last-child)::after {
    width: 0.3787878788vw;
    height: 0.3787878788vw;
  }
  footer .footerbottom {
    padding: 3.0303030303vw 0 4.5454545455vw;
  }
  footer .footerbottom .logo {
    width: 22.1212121212vw;
    margin-bottom: 2.4242424242vw;
  }
  footer .footerbottom .address {
    margin-bottom: 1.2121212121vw;
  }
  footer .footerbottom .contact {
    gap: 1.2121212121vw;
  }
  .main-modal .modal-content {
    width: 52.2727272727vw;
    border-radius: 1.5151515152vw;
  }
  .main-modal .btn-wrap button {
    height: 4.2424242424vw;
  }
  .default-modal .modal-content,
  .terms-modal .modal-content,
  .detail-modal .modal-content {
    padding: 2.2727272727vw;
    border-radius: 0.7575757576vw;
  }
  .default-modal .btn-wrap,
  .terms-modal .btn-wrap,
  .detail-modal .btn-wrap {
    gap: 0.4545454545vw;
  }
  .default-modal .modal-content {
    width: 34.0909090909vw;
  }
  .default-modal .modal-title {
    margin-bottom: 0.9090909091vw;
  }
  .default-modal .modal-text {
    margin-bottom: 1.5151515152vw;
  }
  .terms-modal .modal-content,
  .detail-modal .modal-content,
  .keyword-select-modal .modal-content {
    width: 65.1515151515vw;
  }
  .terms-modal .modal-title,
  .detail-modal .modal-title,
  .keyword-select-modal .modal-title {
    margin-bottom: 1.8181818182vw;
  }
  .terms-modal .editor-wrap,
  .detail-modal .editor-wrap,
  .keyword-select-modal .editor-wrap {
    max-height: 24.1666666667vw;
    margin-bottom: 1.5151515152vw;
  }
  .detail-modal .content {
    height: 21.8939393939vw;
    margin-bottom: 2.2727272727vw;
  }
  .detail-modal .content .content-inner {
    gap: 1.8181818182vw;
  }
  .detail-modal .content .content-inner .img {
    width: 21.7424242424vw;
    border-radius: 0.7575757576vw;
  }
  .detail-modal .content .item {
    gap: 1.5151515152vw;
  }
  .detail-modal .content .item:not(:last-child) {
    margin-bottom: 1.2121212121vw;
  }
  .detail-modal .content .title {
    width: 7.5757575758vw;
  }
  .detail-modal .content .keyword-list {
    gap: 0.6060606061vw;
  }
  .detail-modal .btn-wrap {
    padding-top: 1.5151515152vw;
  }
  .detail-modal .btn-wrap .navigation {
    gap: 0.4545454545vw;
  }
  .keyword-select-modal .modal-content {
    border-radius: 0.7575757576vw;
  }
  .keyword-select-modal .modal-inner {
    padding: 2.2727272727vw;
  }
  .keyword-select-modal .content {
    height: 24.9242424242vw;
    padding-bottom: 2.9545454545vw;
  }
  .keyword-select-modal .list {
    gap: 1.0606060606vw;
  }
  .keyword-select-modal .selected-list-wrap {
    padding: 1.1363636364vw 2.2727272727vw;
  }
  .keyword-select-modal .selected-list-wrap .selected-list {
    gap: 0.6060606061vw;
  }
  .keyword-select-modal .btn-wrap {
    padding: 1.5151515152vw 1.5151515152vw 2.2727272727vw;
  }
  .keyword-select-modal .btn-wrap .right {
    gap: 0.4545454545vw;
  }
  .search-keyword {
    gap: 1.3636363636vw;
  }
  .search-keyword .keyword-title {
    gap: 1.3636363636vw;
  }
  .search-keyword .keyword-title::after {
    height: 1.1363636364vw;
  }
  .search-keyword .keyword-list {
    gap: 0.6060606061vw;
  }
  .keyword-area .keyword-list {
    gap: 0.6060606061vw;
  }
  .keyword {
    height: 2.2727272727vw;
    padding: 0 0.9848484848vw;
    font-size: 1.0606060606vw;
  }
  .keyword button {
    width: 1.2121212121vw;
  }
  .empty-text {
    height: 15.1515151515vw;
    font-size: 1.2121212121vw;
  }
  .page-header {
    margin-bottom: 3.7878787879vw;
  }
  .page-title {
    gap: 0.6060606061vw;
    margin-bottom: 1.2121212121vw;
  }
  .page-title::after {
    width: 1.0606060606vw;
    height: 1.0606060606vw;
  }
  .breadcrumb {
    margin-bottom: 3.7878787879vw;
  }
  .breadcrumb .breadcrumb-list {
    gap: 0.9090909091vw;
  }
  .breadcrumb .breadcrumb-list .breadcrumb-item {
    gap: 0.9090909091vw;
  }
  .breadcrumb .breadcrumb-list .breadcrumb-item:not(:last-child)::after {
    width: 0.9090909091vw;
    height: 0.9090909091vw;
  }
  .tab .tab-item a {
    height: 4.0151515152vw;
  }
  .search-wrap {
    margin-bottom: 1.5151515152vw;
  }
  .search-wrap .search-input {
    width: 25.6060606061vw;
  }
  .insight-link .img {
    margin-bottom: 1.2121212121vw;
    border-radius: 0.7575757576vw;
  }
  .table .thead .thead-item {
    height: 3.9393939394vw;
  }
  .table .item > div {
    height: 4.0151515152vw;
    padding: 0 0.7575757576vw;
  }
  .table.suspicious-ad .suspect-keyword {
    width: 22.7272727273vw;
  }
  .table.suspicious-ad .status,
  .table.suspicious-ad .url {
    width: 7.8787878788vw;
  }
  .table.suspicious-ad .title {
    width: 41.3636363636vw;
  }
  .table.suspicious-ad .monitoring-date {
    width: 11.0606060606vw;
  }
  .table.damage-case .suspect-keyword,
  .table.damage-case .agency {
    width: 11.0606060606vw;
  }
  .table.damage-case .name,
  .table.damage-case .position {
    width: 8.7878787879vw;
  }
  .table.damage-case .content {
    width: 40.1515151515vw;
  }
  .table.damage-case .created-at {
    width: 11.0606060606vw;
  }
  .table.fraud-site-list .suspect-keyword,
  .table.fraud-site-list .site,
  .table.fraud-site-list .discovery-date,
  .table.fraud-site-list .registration-date {
    width: 11.0606060606vw;
  }
  .table.fraud-site-list .site-of-use {
    width: 46.6666666667vw;
  }
  .table.wage-nonpayment .type {
    width: 8.3333333333vw;
  }
  .table.wage-nonpayment .business-name {
    width: 22.7272727273vw;
  }
  .table.wage-nonpayment .name {
    width: 7.8787878788vw;
  }
  .table.wage-nonpayment .business-type {
    width: 14.8484848485vw;
  }
  .table.wage-nonpayment .address {
    width: 25.1515151515vw;
  }
  .table.wage-nonpayment .unpaid-amount {
    width: 11.9696969697vw;
  }
  .table .insight.list-wrap .list {
    gap: 3.0303030303vw 1.8181818182vw;
  }
  .table .insight.list-wrap .item {
    width: calc((100% - 3.6363636364vw) / 3);
  }
}
@media (max-width: 768px) {
  main {
    padding: 10.6666666667vw 0 34.6666666667vw;
  }
  .pc-only {
    display: none;
  }
  .mb-only {
    display: block;
  }
  .inner {
    max-width: 89.3333333333vw;
  }
  .btn {
    height: 12.2666666667vw;
    padding: 0 3.7333333333vw;
    font-size: 3.7333333333vw;
    border-radius: 1.3333333333vw;
  }
  .btn-small {
    height: 9.6vw;
  }
  .btn-round {
    height: 8vw;
    border-radius: 133.3333333333vw;
  }
  .pagination {
    gap: 2.1333333333vw;
    margin-top: 10.6666666667vw;
  }
  .pagination > button {
    width: 4.2666666667vw;
  }
  .pagination .pagination-list {
    gap: 2.1333333333vw;
  }
  .pagination .pagination-list button {
    min-width: 8vw;
    height: 8vw;
    padding: 0 1.3333333333vw;
    border-radius: 1.3333333333vw;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 7.4666666667vw;
  }
  .form-row:not(:last-child) {
    margin-bottom: 7.4666666667vw;
  }
  .input-wrap:has(input[required]) .label::after,
  .select:has(input[required]) .label::after,
  .file-input:has(input[required]) .label::after,
  .address-input-wrap:has(input[required]) .label::after,
  .multiple-checkbox:has(input[required]) .label::after,
  .field-group:has(input[required]) .label::after {
    width: 1.6vw;
    height: 1.6vw;
  }
  .label {
    gap: 1.0666666667vw;
    margin-bottom: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
  .input,
  .select-btn {
    height: 12.2666666667vw;
    padding: 0 3.7333333333vw;
    font-size: 3.7333333333vw;
    border-radius: 1.3333333333vw;
  }
  .select-btn {
    padding: 0 12.2666666667vw 0 3.7333333333vw;
  }
  .select-btn::after {
    right: 3.7333333333vw;
    width: 4.8vw;
    height: 4.8vw;
  }
  .select-list {
    top: calc(100% + 0.8vw);
    border-radius: 1.3333333333vw;
    max-height: 61.3333333333vw;
    overflow-y: auto;
  }
  .select-list.select-list-scroll {
    max-height: calc(12.2666666667vw * 5);
  }
  .select-list::-webkit-scrollbar {
    display: none;
  }
  .select-list .select-item button {
    height: 12.2666666667vw;
    padding: 0 3.4666666667vw;
  }
  .file-input .top {
    gap: 5.3333333333vw;
    margin-bottom: 2.1333333333vw;
  }
  .file-input .top .label-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.1333333333vw;
  }
  .file-input .empty-file-message,
  .file-input .file-item {
    gap: 2.6666666667vw;
    height: 12.2666666667vw;
    padding: 0 3.7333333333vw;
    border-radius: 1.3333333333vw;
  }
  .file-input .file-item:not(:last-child) {
    margin-bottom: 2.1333333333vw;
  }
  .file-input .file-item .delete-btn {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .error-message {
    position: static;
    margin-top: 2.1333333333vw;
    font-size: 3.7333333333vw;
    word-break: keep-all;
  }
  .checkbox label {
    gap: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .checkbox label::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .search {
    width: 100%;
    border-width: 0.5333333333vw;
  }
  .search input {
    height: 13.8666666667vw;
    padding: 0 32vw 0 5.3333333333vw;
  }
  .search button {
    width: 26.6666666667vw;
    gap: 0.5333333333vw;
  }
  .search button::before {
    width: 6.4vw;
    height: 6.4vw;
  }
  .search-input {
    height: 12.2666666667vw;
  }
  .search-input input {
    padding: 0 3.7333333333vw;
    font-size: 3.7333333333vw;
    border-radius: 1.3333333333vw 0 0 1.3333333333vw;
  }
  .search-input button {
    width: 16.5333333333vw;
    border-radius: 0 1.3333333333vw 1.3333333333vw 0;
  }
  .terms-checkbox-list {
    margin-top: 4.2666666667vw;
  }
  .terms-checkbox-list .terms-checkbox-item {
    gap: 1.0666666667vw;
  }
  .terms-checkbox-list .terms-checkbox-item:not(:last-child) {
    margin-bottom: 3.2vw;
  }
  .terms-checkbox-list .terms-checkbox-item .view-terms-btn {
    width: 3.7333333333vw;
  }
  .address-input-wrap .search-input {
    margin-bottom: 2.1333333333vw;
  }
  header.header .inner {
    height: 17.0666666667vw;
  }
  header.header .logo {
    width: 50.1333333333vw;
  }
  header.header .menu-btn {
    display: block;
    width: 6.4vw;
  }
  header.header .gnb {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    height: calc(100vh - 17.0666666667vw);
    height: calc(100dvh - 17.0666666667vw);
    background-color: var(--opacity-40);
    overflow: auto;
  }
  header.header .gnb::-webkit-scrollbar {
    display: none;
  }
  header.header .gnb-list {
    display: block;
    background-color: var(--white);
  }
  header.header .gnb-item.is-open .gnb-link {
    color: var(--primary-900);
  }
  header.header .gnb-item.is-open .gnb-link::after {
    transform: rotate(180deg);
  }
  header.header .gnb-item:has(.gnb-submenu) .gnb-link::after {
    display: block;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    background: url(../assets/icons/icon_arrow_bottom.svg) no-repeat
      center/cover;
    filter: var(--neutral-600-filter);
    transition: transform 0.2s linear;
    content: "";
  }
  header.header .gnb-link {
    display: flex;
    align-items: center;
    gap: 3.2vw;
    height: 16vw;
    padding: 0 5.3333333333vw;
    border-bottom: 1px solid var(--neutral-200);
  }
  header.header .gnb-submenu {
    position: static;
    padding: 0;
    background-color: var(--primary-100);
    border: none;
    border-radius: 0;
    transform: none;
  }
  header.header .gnb-submenu .gnb-submenu-item:not(:last-child) {
    margin-bottom: 0;
  }
  header.header .gnb-submenu .gnb-submenu-link {
    justify-content: flex-start;
    width: 100%;
    height: 12.2666666667vw;
    padding: 0 5.3333333333vw;
    color: var(--neutral-900);
    border-radius: 0;
  }
  footer .quickMenu {
    bottom: 5.3333333333vw;
    right: 5.3333333333vw;
  }
  footer .quickMenu .quickMenu-list {
    gap: 2.1333333333vw;
  }
  footer .quickMenu .quickMenu-item a,
  footer .quickMenu .quickMenu-item button {
    width: 11.7333333333vw;
    height: 11.7333333333vw;
    padding: 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
  footer .footerTop .link-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 3.2vw 3.7333333333vw;
    height: auto;
    padding: 3.4666666667vw 0;
  }
  footer .footerTop .link-item {
    gap: 3.7333333333vw;
  }
  footer .footerTop .link-item:not(:last-child)::after {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
  footer .footerTop .link-item:nth-child(3)::after {
    display: none;
  }
  footer .footerbottom {
    padding: 8vw 0 13.3333333333vw;
  }
  footer .footerbottom .logo {
    width: 50.1333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  footer .footerbottom .infoWrap {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  footer .footerbottom .address {
    margin-bottom: 3.2vw;
  }
  footer .footerbottom .contact {
    flex-wrap: wrap;
    gap: 3.2vw;
  }
  .main-modal .modal-content {
    width: 89.3333333333vw;
    border-radius: 5.3333333333vw;
  }
  .main-modal .btn-wrap button {
    height: 14.9333333333vw;
  }
  .default-modal .modal-content,
  .terms-modal .modal-content,
  .detail-modal .modal-content {
    padding: 6.4vw;
    border-radius: 2.6666666667vw;
  }
  .default-modal .btn-wrap,
  .terms-modal .btn-wrap,
  .detail-modal .btn-wrap {
    gap: 1.6vw;
  }
  .default-modal .modal-content {
    width: 89.3333333333vw;
  }
  .default-modal .modal-title {
    margin-bottom: 3.2vw;
  }
  .default-modal .modal-text {
    margin-bottom: 5.3333333333vw;
  }
  .terms-modal .modal-content,
  .detail-modal .modal-content,
  .keyword-select-modal .modal-content {
    width: 89.3333333333vw;
  }
  .terms-modal .modal-title,
  .detail-modal .modal-title,
  .keyword-select-modal .modal-title {
    margin-bottom: 6.4vw;
  }
  .terms-modal .editor-wrap,
  .detail-modal .editor-wrap,
  .keyword-select-modal .editor-wrap {
    max-height: 85.6vw;
    margin-bottom: 5.3333333333vw;
  }
  .detail-modal .content {
    height: 81.8666666667vw;
    margin-bottom: 6.4vw;
  }
  .detail-modal .content .content-inner {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .detail-modal .content .content-inner .img {
    width: 100%;
    border-radius: 2.6666666667vw;
  }
  .detail-modal .content .item {
    gap: 2.6666666667vw;
  }
  .detail-modal .content .item:not(:last-child) {
    margin-bottom: 4.2666666667vw;
  }
  .detail-modal .content .title {
    width: 26.6666666667vw;
  }
  .detail-modal .content .keyword-list {
    gap: 1.6vw;
  }
  .detail-modal .btn-wrap {
    padding-top: 5.3333333333vw;
  }
  .detail-modal .btn-wrap .navigation {
    gap: 1.6vw;
  }
  .keyword-select-modal .modal-content {
    border-radius: 2.6666666667vw;
  }
  .keyword-select-modal .modal-inner {
    padding: 6.4vw;
  }
  .keyword-select-modal .content {
    height: 97.0666666667vw;
    padding-bottom: 15.2vw;
  }
  .keyword-select-modal .list {
    gap: 3.7333333333vw;
  }
  .keyword-select-modal .selected-list-wrap {
    padding: 4vw 6.4vw;
  }
  .keyword-select-modal .selected-list-wrap .selected-list {
    gap: 2.1333333333vw;
  }
  .keyword-select-modal .btn-wrap {
    padding: 5.3333333333vw 6.4vw 6.4vw;
  }
  .keyword-select-modal .btn-wrap .right {
    gap: 1.6vw;
  }
  .search-keyword .keyword-title {
    display: none;
  }
  .search-keyword .keyword-list {
    gap: 1.0666666667vw;
  }
  .keyword-area .keyword-list {
    gap: 1.0666666667vw;
  }
  .keyword {
    height: 8vw;
    padding: 0 3.4666666667vw;
    font-size: 3.7333333333vw;
  }
  .keyword button {
    width: 4.2666666667vw;
  }
  .empty-text {
    height: 44.8vw;
    font-size: 3.7333333333vw;
  }
  .page-header {
    margin-bottom: 8vw;
  }
  .page-title {
    gap: 2.1333333333vw;
    margin-bottom: 4.2666666667vw;
  }
  .page-title::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
  .breadcrumb {
    margin-bottom: 8vw;
  }
  .breadcrumb .breadcrumb-list {
    gap: 3.2vw;
  }
  .breadcrumb .breadcrumb-list .breadcrumb-item {
    gap: 3.2vw;
  }
  .breadcrumb .breadcrumb-list .breadcrumb-item:not(:last-child)::after {
    width: 3.2vw;
    height: 3.2vw;
  }
  .tab .tab-list {
    flex-wrap: wrap;
    gap: 2.6666666667vw;
    background-color: transparent;
  }
  .tab .tab-item {
    flex: 0;
  }
  .tab .tab-item a {
    width: 28vw;
    height: 13.8666666667vw;
    padding: 0 3.2vw;
    text-align: center;
  }
  .search-wrap {
    margin-bottom: 5.3333333333vw;
  }
  .search-wrap .search-input {
    width: 56vw;
  }
  .insight-link .img {
    margin-bottom: 4.2666666667vw;
    border-radius: 2.6666666667vw;
  }
  .table {
    overflow: hidden;
  }
  .table .thead {
    width: max-content;
  }
  .table .thead .thead-item {
    flex-shrink: 0;
    height: 13.8666666667vw;
  }
  .table .item {
    width: max-content;
  }
  .table .item > div {
    flex-shrink: 0;
    height: 14.1333333333vw;
    padding: 0 2.6666666667vw;
  }
  .table.suspicious-ad .suspect-keyword {
    width: 50.6666666667vw;
  }
  .table.suspicious-ad .status {
    width: 22.4vw;
  }
  .table.suspicious-ad .title {
    width: 106.6666666667vw;
  }
  .table.suspicious-ad .url {
    width: 27.7333333333vw;
  }
  .table.suspicious-ad .monitoring-date {
    width: 30.9333333333vw;
  }
  .table.damage-case .suspect-keyword,
  .table.damage-case .agency,
  .table.damage-case .name,
  .table.damage-case .position,
  .table.damage-case .created-at {
    width: 30.9333333333vw;
  }
  .table.damage-case .content {
    width: 78.9333333333vw;
  }
  .table.fraud-site-list .suspect-keyword,
  .table.fraud-site-list .site,
  .table.fraud-site-list .discovery-date,
  .table.fraud-site-list .registration-date {
    width: 30.9333333333vw;
  }
  .table.fraud-site-list .site-of-use {
    width: 78.9333333333vw;
  }
  .table.wage-nonpayment .type {
    width: 29.3333333333vw;
  }
  .table.wage-nonpayment .business-name {
    width: 64vw;
  }
  .table.wage-nonpayment .name {
    width: 27.7333333333vw;
  }
  .table.wage-nonpayment .business-type,
  .table.wage-nonpayment .unpaid-amount {
    width: 30.4vw;
  }
  .table.wage-nonpayment .address {
    width: 71.7333333333vw;
  }
  .insight.list-wrap .list {
    gap: 7.4666666667vw 4vw;
  }
  .insight.list-wrap .item {
    width: calc((100% - 4vw) / 2);
  }
}
.headline-lg {
  font-size: 66px;
  font-weight: bold;
}

.headline-md {
  font-size: 46px;
  font-weight: bold;
}

.display {
  font-size: 32px;
  font-weight: bold;
}

.text-title {
  font-size: 28px;
  font-weight: bold;
}

.text-lg {
  font-size: 18px;
}

.text-md {
  font-size: 16px;
}

.text-sm {
  font-size: 14px;
}

@media (max-width: 1320px) {
  .headline-lg {
    font-size: 5vw;
  }
  .headline-md {
    font-size: 3.4848484848vw;
  }
  .display {
    font-size: 2.4242424242vw;
  }
  .text-title {
    font-size: 2.1212121212vw;
  }
  .text-lg {
    font-size: 1.3636363636vw;
  }
  .text-md {
    font-size: 1.2121212121vw;
  }
  .text-sm {
    font-size: 1.0606060606vw;
  }
}
@media (max-width: 768px) {
  .headline-lg {
    font-size: 9.6vw;
  }
  .headline-md {
    font-size: 8vw;
  }
  .display {
    font-size: 6.4vw;
  }
  .text-title {
    font-size: 5.3333333333vw;
  }
  .text-lg {
    font-size: 4.2666666667vw;
  }
  .text-md {
    font-size: 3.7333333333vw;
  }
  .text-sm {
    font-size: 3.7333333333vw;
  }
}
.main-page {
  padding-top: 0;
}
.main-page section:not(:last-child) {
  margin-bottom: 60px;
}
.main-page .title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.main-page .title-wrap .more-btn {
  font-weight: 600;
  color: var(--neutral-600);
}
.main-page .banner-section {
  position: relative;
  padding: 0 57px;
}
.main-page .banner-section .banner {
  background: url(../assets/images/main/bg_banner.jpg) no-repeat center/cover;
  border-radius: 20px;
}
.main-page .banner-section .banner .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  height: 440px;
  padding-top: 75px;
}
.main-page .banner-section .banner h2 span {
  color: var(--primary-900);
}
.main-page .banner-section .banner .search-keyword {
  width: 588px;
}
.main-page .banner-section .report {
  margin-top: -118px;
}
.main-page .banner-section .report .report-list {
  display: flex;
  justify-content: center;
  gap: 75px;
  padding: 47px 0;
  background: url(../assets/images/main/bg_report.png) no-repeat right
    bottom/198px 121px var(--primary-900);
  border-radius: 20px;
  box-shadow: var(--drop-shadow);
}
.main-page .banner-section .report .report-item {
  width: 282px;
}
.main-page .banner-section .report .report-item .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  background-color: var(--white);
  border-radius: 10px;
}
.main-page .banner-section .report .report-item .logo .img {
  width: auto;
  height: 55px;
}
.main-page .banner-section .report .report-item .logo .img img {
  width: auto;
  height: 100%;
}
.main-page .banner-section .report .report-item p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: 20px;
  font-weight: 600;
  color: var(--white);
}
.main-page .banner-section .report .report-item p::after {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../assets/icons/icon_arrow_right.svg) no-repeat center/cover;
  filter: var(--white-filter);
  content: "";
}
.main-page .insight-section .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.main-page .insight-section .left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.main-page .insight-section .text-wrap h2 {
  margin-bottom: 16px;
}
.main-page .insight-section .text-wrap .desc {
  font-weight: 500;
  line-height: 1.5;
  word-break: keep-all;
}
.main-page .insight-section .control {
  display: flex;
  align-items: center;
  gap: 14px;
}
.main-page .insight-section .control button {
  display: block;
  width: 32px;
  height: 32px;
  padding: 5px;
  border: 1px solid var(--neutral-400);
  border-radius: 5px;
}
.main-page .insight-section .control button.swiper-button-disabled span {
  filter: var(--neutral-400-filter);
}
.main-page .insight-section .control button span {
  filter: var(--neutral-900-filter);
}
.main-page .insight-section .insight-slider {
  flex-shrink: 0;
  width: 792px;
}
.main-page .insight-section .insight-slider .swiper-slide {
  flex-shrink: 0;
  width: 384px;
}
.main-page .insight-section .insight-slider .swiper-slide:not(:last-child) {
  margin-right: 24px;
}
.main-page .suspicious-ad-section {
  padding: 80px 0;
  background-color: var(--primary-100);
  border-radius: 0 200px 0 200px;
}
.main-page .suspicious-ad-section .search-keyword {
  margin: 24px 0;
}
.main-page .suspicious-ad-section .box {
  display: flex;
  gap: 24px;
}
.main-page .suspicious-ad-section .box > article {
  flex: 1 0 0;
  min-width: 0;
}
.main-page .suspicious-ad-section .box .title-wrap {
  gap: 24px;
  margin-bottom: 24px;
}
.main-page .suspicious-ad-section .box .title-wrap .icon {
  width: 78px;
  height: 78px;
}
.main-page .suspicious-ad-section .box .title-wrap a {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
  font-weight: 600;
}
.main-page .suspicious-ad-section .box .title-wrap a::after {
  display: block;
  width: 14px;
  height: 14px;
  background: url(../assets/icons/icon_arrow_right.svg) no-repeat center/cover;
  filter: var(--neutral-900-filter);
  content: "";
}
.main-page .suspicious-ad-section .box .list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.main-page .suspicious-ad-section .box .list .item {
  width: calc((100% - 24px) / 2);
}
.main-page .suspicious-ad-section .box .list .item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 150px;
  padding: 0 20px;
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: var(--drop-shadow);
}
.main-page .suspicious-ad-section .box .list .item .keyword,
.main-page .suspicious-ad-section .box .list .item .status {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
}
.main-page .suspicious-ad-section .box .list .item .keyword {
  color: var(--red-900);
  background-color: var(--red-100);
  border-color: var(--red-100);
}
.main-page .suspicious-ad-section .box .list .item .status {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 30px;
  padding: 0 13px;
  color: var(--orange-900);
  background-color: var(--orange-100);
  border-radius: 500px;
}
.main-page .suspicious-ad-section .box .list .item .list-title {
  font-weight: 600;
}
.main-page .suspicious-ad-section .box .list .item .info {
  margin-top: 12px;
  font-weight: 500;
  color: var(--neutral-600);
}
.main-page .suspicious-ad-section .box .case .list-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-page .suspicious-ad-section .box .ad .list-title {
  display: -webkit-box;
  display: box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  line-height: 1.5;
  overflow: hidden;
}
.main-page .suspicious-ad-section .box .ad .list .item a {
  justify-content: flex-start;
  padding-top: 20px;
}
.main-page .suspicious-ad-section .box .empty-text {
  height: 324px;
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: var(--drop-shadow);
}
.main-page .board-section .inner {
  display: flex;
  gap: 24px;
}
.main-page .board-section article {
  width: calc((100% - 24px) / 2);
}
.main-page .board-section .title-wrap {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--neutral-900);
}
.main-page .board-section .list .item:not(:last-child) {
  border-bottom: 1px solid var(--neutral-200);
}
.main-page .board-section .list .item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 16px;
}
.main-page .board-section .list .item .list-title {
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-page .board-section .list .item .created-at {
  flex-shrink: 0;
  font-weight: 500;
  color: var(--neutral-600);
}
.main-page .press-section .inner {
  padding: 40px;
  background-color: var(--neutral-100);
  border-radius: 10px;
}
.main-page .press-section .title-wrap {
  margin-bottom: 24px;
}
.main-page .press-section .list {
  display: flex;
  gap: 40px;
}
.main-page .press-section .list .item {
  position: relative;
  width: calc((100% - 120px) / 4);
}
.main-page .press-section .list .item:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: -19px;
  width: 1px;
  height: 100%;
  background-color: var(--neutral-200);
  content: "";
}
.main-page .press-section .list .item .list-title {
  display: -webkit-box;
  display: box;
  margin-bottom: 12px;
  font-weight: 600;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  overflow: hidden;
}
.main-page .press-section .list .item .created-at {
  font-weight: 500;
  color: var(--neutral-600);
}
.main-page .press-section .empty-text {
  height: 80px;
}
.main-page .partners-section .title-wrap {
  margin-bottom: 24px;
}
.main-page .partners-section .partners-slider .swiper-slide {
  width: 180px;
  margin-right: 24px;
}
.main-page .partners-section .partners-slider a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background-color: var(--white);
  border: 1px solid var(--neutral-200);
  border-radius: 10px;
}
.main-page .partners-section .partners-slider a .img {
  width: 120px;
  aspect-ratio: 120/58;
}

.terms-page .terms-section .inner {
  max-height: 303px;
}

.news-page .list {
  border-top: 1px solid var(--neutral-200);
}
.news-page .list .item {
  border-bottom: 1px solid var(--neutral-200);
}
.news-page .list .item a,
.news-page .list .item .list-title,
.news-page .list .item .info {
  display: flex;
  align-items: center;
}
.news-page .list .item a {
  gap: 24px;
  min-height: 70px;
  padding: 16px 23px;
  transition: background-color 0.2s linear;
}
.news-page .list .item a > *:not(.list-title) {
  flex-shrink: 0;
  font-weight: 500;
  color: var(--neutral-600);
}
@media (hover: hover) and (pointer: fine) {
  .news-page .list .item a:hover {
    background-color: var(--primary-100);
  }
}
.news-page .list .item .number-wrap {
  display: flex;
  justify-content: center;
  width: 30px;
}
.news-page .list .item .number-wrap .fixed-icon {
  width: 24px;
}
.news-page .list .item .list-title {
  flex: 1;
  gap: 10px;
  min-width: 0;
}
.news-page .list .item .list-title p {
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-page .list .item .list-title .file-icon {
  flex-shrink: 0;
  width: 20px;
}
.news-page .list .item .info {
  gap: 24px;
  text-align: right;
}
.news-page .list .item .info .view-count,
.news-page .list .item .info .created-at {
  width: 90px;
}
.news-page .list .item .info .writer {
  width: 150px;
}

.news-detail-page .title,
.insight-detail-page .title {
  margin-bottom: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.news-detail-page .info-list,
.insight-detail-page .info-list {
  display: flex;
  gap: 24px;
  color: var(--neutral-600);
}
.news-detail-page .info-list .info-label,
.insight-detail-page .info-list .info-label {
  margin-right: 8px;
  font-weight: 600;
}
.news-detail-page .info-list .info-value,
.insight-detail-page .info-list .info-value {
  font-weight: 500;
}
.news-detail-page .content,
.insight-detail-page .content {
  margin: 24px 0;
  padding-top: 24px;
  border-top: 1px solid var(--neutral-200);
}
.news-detail-page .content .link-btn,
.insight-detail-page .content .link-btn {
  width: 150px;
  margin-bottom: 24px;
}
.news-detail-page .content .file-list,
.insight-detail-page .content .file-list {
  margin-top: 24px;
  padding: 30px;
  background-color: var(--neutral-100);
  border-radius: 10px;
}
.news-detail-page .content .file-list .file-item:not(:last-child),
.insight-detail-page .content .file-list .file-item:not(:last-child) {
  margin-bottom: 20px;
}
.news-detail-page .content .file-list .file-item .file-link,
.insight-detail-page .content .file-list .file-item .file-link {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  font-weight: 600;
  color: var(--neutral-600);
  transition: color 0.2s linear;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (hover: hover) and (pointer: fine) {
  .news-detail-page .content .file-list .file-item .file-link:hover,
  .insight-detail-page .content .file-list .file-item .file-link:hover {
    color: var(--neutral-900);
  }
}
.news-detail-page .content .file-list .file-item .file-link .file-icon,
.insight-detail-page .content .file-list .file-item .file-link .file-icon {
  flex-shrink: 0;
  width: 18px;
}
.news-detail-page .prev-next-list,
.insight-detail-page .prev-next-list {
  border-top: 1px solid var(--neutral-200);
}
.news-detail-page .prev-next-list .prev-next-item,
.insight-detail-page .prev-next-list .prev-next-item {
  border-bottom: 1px solid var(--neutral-200);
}
.news-detail-page .prev-next-list a,
.insight-detail-page .prev-next-list a {
  display: flex;
  align-items: center;
  gap: 40px;
  height: 70px;
  padding: 0 30px;
  font-weight: 600;
  transition: background-color 0.2s linear;
}
@media (hover: hover) and (pointer: fine) {
  .news-detail-page .prev-next-list a:hover,
  .insight-detail-page .prev-next-list a:hover {
    background-color: var(--primary-100);
  }
}
.news-detail-page .prev-next-list a > :not(.prev-next-label),
.insight-detail-page .prev-next-list a > :not(.prev-next-label) {
  color: var(--neutral-600);
}
.news-detail-page .prev-next-list .prev-next-label,
.insight-detail-page .prev-next-list .prev-next-label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.news-detail-page .prev-next-list .prev-next-label::before,
.insight-detail-page .prev-next-list .prev-next-label::before {
  display: block;
  width: 18px;
  height: 18px;
  background: no-repeat center/cover;
  content: "";
}
.news-detail-page .prev-next-list .prev-next-label.prev::before,
.insight-detail-page .prev-next-list .prev-next-label.prev::before {
  background-image: url(../assets/icons/icon_arrow_top.svg);
}
.news-detail-page .prev-next-list .prev-next-label.next::before,
.insight-detail-page .prev-next-list .prev-next-label.next::before {
  background-image: url(../assets/icons/icon_arrow_bottom.svg);
}
.news-detail-page .prev-next-list .prev-next-title,
.insight-detail-page .prev-next-list .prev-next-title {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-detail-page .list-btn,
.insight-detail-page .list-btn {
  width: 208px;
  margin: 40px auto 0;
}

.report-center-page .report-section {
  margin-bottom: 50px;
}
.report-center-page .report-section .report-list {
  display: flex;
  justify-content: center;
  gap: 75px;
  padding: 47px 0;
  background: url(../assets/images/main/bg_report.png) no-repeat right
    bottom/198px 121px var(--primary-900);
  border-radius: 20px;
  box-shadow: var(--drop-shadow);
}
.report-center-page .report-section .report-item {
  width: 282px;
}
.report-center-page .report-section .report-item .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  background-color: var(--white);
  border-radius: 10px;
}
.report-center-page .report-section .report-item .logo .img {
  width: auto;
  height: 55px;
}
.report-center-page .report-section .report-item .logo .img img {
  width: auto;
  height: 100%;
}
.report-center-page .report-section .report-item p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: 20px;
  font-weight: 600;
  color: var(--white);
}
.report-center-page .report-section .report-item p::after {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../assets/icons/icon_arrow_right.svg) no-repeat center/cover;
  filter: var(--white-filter);
  content: "";
}
.report-center-page .form-section .title-wrap {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--neutral-900);
}
.report-center-page .form-section .title-wrap .desc {
  margin-top: 16px;
  font-weight: 500;
}
.report-center-page .form-section .submit-btn {
  width: 208px;
  margin: 40px auto 0;
}

.join-partners-page section:not(:last-child) {
  margin-bottom: 50px;
}
.join-partners-page h2 {
  margin-bottom: 24px;
}
.join-partners-page .benefit-section .benefit-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.join-partners-page .benefit-section .benefit-list .benefit-item {
  padding: 30px;
  border: 1px solid var(--neutral-200);
  border-radius: 10px;
}
.join-partners-page
  .benefit-section
  .benefit-list
  .benefit-item:nth-child(-n + 2) {
  width: calc((100% - 24px) / 2);
}
.join-partners-page
  .benefit-section
  .benefit-list
  .benefit-item:nth-child(n + 3) {
  width: calc((100% - 48px) / 3);
}
.join-partners-page .benefit-section .benefit-list .benefit-icon {
  width: 38px;
  margin-bottom: 16px;
}
.join-partners-page .benefit-section .benefit-list .benefit-title {
  margin-bottom: 8px;
  font-weight: 600;
}
.join-partners-page .benefit-section .benefit-list .benefit-desc {
  word-break: keep-all;
  font-weight: 500;
  color: var(--neutral-600);
  line-height: 1.5;
}
.join-partners-page .step-section .step-list {
  display: flex;
  gap: 40px;
  padding: 40px;
  background-color: var(--primary-100);
  border-radius: 20px;
}
.join-partners-page .step-section .step-list .step-item {
  position: relative;
  flex: 1 0 0;
  text-align: center;
  border-radius: 10px;
  box-shadow: var(--drop-shadow);
}
.join-partners-page
  .step-section
  .step-list
  .step-item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  left: calc(100% + 12px);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../assets/icons/icon_step_arrow.svg) no-repeat center/cover;
  content: "";
}
.join-partners-page .step-section .step-list .step-item .step-number {
  padding: 9px 0;
  font-weight: 600;
  color: var(--white);
  background: linear-gradient(81deg, #1f449a 19.34%, #4b7cef 98.8%);
  border-radius: 10px 10px 0 0;
}
.join-partners-page .step-section .step-list .step-item .step-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 91px;
  font-weight: 600;
  line-height: 1.5;
  background-color: var(--white);
  border-radius: 0 0 10px 10px;
}
.join-partners-page .form-section fieldset {
  position: relative;
}
.join-partners-page .form-section fieldset:not(:nth-last-of-type(-n + 2)) {
  margin-bottom: 50px;
}
.join-partners-page .form-section fieldset:last-of-type {
  margin-top: 32px;
}
.join-partners-page .form-section legend {
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 24px;
  font-weight: bold;
  border-bottom: 1px solid var(--neutral-900);
}
.join-partners-page .form-section .legend-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.join-partners-page .form-section .field-group .label {
  margin-bottom: 16px;
}
.join-partners-page .form-section .field-group .checkbox {
  margin-bottom: 8px;
}
.join-partners-page .form-section .submit-btn {
  width: 208px;
  margin: 40px auto 0;
}

.info-center-page .suspect-keyword-wrap {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}
.info-center-page .suspect-keyword-wrap .btn {
  flex-shrink: 0;
}
.info-center-page .suspect-keyword-wrap .keyword-wrap {
  overflow: hidden;
}
.info-center-page .suspect-keyword-wrap .keyword-list {
  display: flex;
  gap: 8px;
}
.info-center-page .suspect-keyword-wrap .keyword-list .keyword-item {
  flex-shrink: 0;
}

.insight-detail-page .keyword-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.search-page .search-section {
  margin-bottom: 50px;
}
.search-page .search-section .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.search-page .search-section h2 span {
  color: var(--primary-500);
}
.search-page .search-section .total {
  color: var(--neutral-600);
  font-weight: 500;
}
.search-page .search-section .search-keyword {
  width: 588px;
}
.search-page .search-section .tab {
  width: 100%;
  margin-top: 32px;
}
.search-page .result-section .result:not(:last-of-type) {
  margin-bottom: 50px;
}
.search-page .result-section .title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.search-page .result-section .title-wrap a {
  font-weight: 600;
  color: var(--neutral-600);
}

.kjia-page section:not(:first-child):not(:last-child) {
  margin-bottom: 60px;
}
.kjia-page .kjia-section {
  padding: 150px 0;
  color: var(--white);
  background: url(../assets/images/about/bg_kjia.jpg) no-repeat center/cover;
}
.kjia-page .kjia-section .kjia {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 50px;
}
.kjia-page .kjia-section .kjia .kjia-row {
  display: flex;
  gap: 24px;
}
.kjia-page .kjia-section .kjia span {
  color: var(--primary-500);
}
.kjia-page .kjia-section h2 {
  margin-bottom: 20px;
}
.kjia-page .kjia-section .desc {
  font-weight: 500;
  line-height: 1.5;
}
.kjia-page .business-section h2 {
  margin-bottom: 24px;
}
.kjia-page .business-section .business-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 78px;
  border: 1px solid var(--neutral-200);
  border-radius: 20px;
}
.kjia-page .business-section .business-item:not(:last-child) {
  margin-bottom: 20px;
}
.kjia-page .business-section .business-item .left {
  display: flex;
  align-items: center;
  gap: 34px;
  line-height: 1.5;
}
.kjia-page .business-section .business-item h3 {
  width: 238px;
}
.kjia-page .business-section .business-item h3 span {
  color: var(--primary-500);
}
.kjia-page .business-section .business-item .desc {
  font-weight: 500;
  color: var(--neutral-600);
}
.kjia-page .business-section .business-item .img {
  flex-shrink: 0;
  width: 132px;
  aspect-ratio: 1/1;
}
.kjia-page .location-section .map {
  height: 360px;
  margin-bottom: 50px;
  background-color: var(--neutral-100);
  border-radius: 20px;
  overflow: hidden;
}
.kjia-page .location-section .location {
  display: flex;
  gap: 157px;
}
.kjia-page .location-section .location h2 {
  flex-shrink: 0;
}
.kjia-page .location-section .location .location-list {
  flex: 1;
}
.kjia-page .location-section .location .location-item {
  display: flex;
  align-items: flex-start;
  gap: 104px;
}
.kjia-page .location-section .location .location-item:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--neutral-200);
}
.kjia-page .location-section .location .location-item .title {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 180px;
  font-weight: 600;
}
.kjia-page .location-section .location .location-item .title .icon {
  width: 32px;
  aspect-ratio: 1/1;
}
.kjia-page .location-section .location .location-item .content {
  font-weight: 500;
}
.kjia-page .location-section .location .location-item .content p {
  line-height: 1.5;
}
.kjia-page
  .location-section
  .location
  .location-item
  .content
  p:not(:last-child) {
  margin-bottom: 16px;
}
.kjia-page .location-section .location .location-item .contact-list {
  display: flex;
  gap: 24px;
}
.kjia-page
  .location-section
  .location
  .location-item
  .contact-list
  .contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.kjia-page
  .location-section
  .location
  .location-item
  .contact-list
  .contact-item-title {
  display: flex;
  align-items: center;
  height: 26px;
  padding: 0 16px;
  font-weight: 600;
  color: var(--neutral-600);
  background-color: var(--neutral-100);
  border-radius: 500px;
}
.kjia-page .location-section .location .location-item .subway {
  display: flex;
  align-items: center;
  gap: 8px;
}
.kjia-page .location-section .location .location-item .subway .subway-list {
  display: flex;
  gap: 8px;
}
.kjia-page .location-section .location .location-item .subway .subway-item {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: auto;
  height: 32px;
}
.kjia-page .location-section .location .location-item .subway .subway-item img {
  display: block;
  width: auto;
  height: 100%;
}
.kjia-page .location-section .location .location-item .subway + p {
  margin-top: 16px;
}

.greeting-page .greeting-section .inner {
  display: flex;
  gap: 78px;
}
.greeting-page .greeting-section .inner .img {
  flex-shrink: 0;
  width: 408px;
  aspect-ratio: 408/548;
}
.greeting-page .greeting-section .inner .content {
  position: relative;
  flex: 1;
  line-height: 1.5;
  word-break: keep-all;
}
.greeting-page .greeting-section .inner .content::after {
  position: absolute;
  top: 76px;
  right: 0;
  width: 86px;
  aspect-ratio: 86/68;
  background: url(../assets/images/about/img_quotes.png) no-repeat center/cover;
  content: "";
  z-index: -1;
}
.greeting-page .greeting-section .inner .content p:not(:last-of-type) {
  margin-bottom: 34px;
}
.greeting-page .greeting-section .inner .content p:not(:last-of-type) span {
  color: var(--primary-500);
}
.greeting-page .greeting-section .inner .content .desc {
  font-weight: 500;
}
.greeting-page .greeting-section .inner .content .signature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}
.greeting-page .greeting-section .inner .content .signature span {
  width: 74px;
}

.articles-page .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.articles-page .top .date {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 500;
  color: var(--neutral-600);
}
.articles-page .top .date .title {
  font-weight: 600;
  color: var(--neutral-400);
}
.articles-page .top a {
  width: 150px;
}
.articles-page .editor-wrap {
  max-height: 328px;
}

.history-page .history-item {
  display: flex;
  align-items: flex-start;
}
.history-page .history-item:not(:last-child) {
  margin-bottom: 60px;
}
.history-page .history-item > * {
  flex-shrink: 0;
}
.history-page .history-item .year {
  width: 180px;
  color: var(--neutral-400);
}
.history-page .history-item .img {
  width: 330px;
  aspect-ratio: 330/220;
  border-radius: 10px;
  overflow: hidden;
}
.history-page .history-item .month-list {
  flex: 1;
  margin-left: 78px;
}
.history-page .history-item .month-item:not(:last-child) {
  margin-bottom: 50px;
}
.history-page .history-item .month {
  margin-bottom: 16px;
}
.history-page .history-item .detail-item:not(:last-child) {
  margin-bottom: 50px;
}
.history-page .history-item .detail-title {
  margin-bottom: 16px;
  font-weight: bold;
}
.history-page .history-item .detail-desc {
  font-weight: 500;
  color: var(--neutral-600);
  line-height: 1.5;
}

.organization-page .organization-section .inner::before {
  display: block;
  width: 100%;
  height: 53px;
  background: url(../assets/images/about/bg_organization.png) no-repeat
    center/cover;
  content: "";
}
.organization-page .organization-section .organization-img {
  width: 840px;
  height: auto;
  margin: 30px auto 0;
}

.ci-page section:not(:last-child) {
  margin-bottom: 60px;
}

.ci-page .desc {
  margin-bottom: 24px;
  font-weight: 500;
  line-height: 1.5;
  word-break: keep-all;
}
.ci-page .download-btn-wrap {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.ci-page .download-btn-wrap a {
  width: 150px;
}
.ci-page .img-wrap {
  display: flex;
  gap: 24px;
}
.ci-page .img-wrap .img {
  width: 100%;
}
.ci-page .color-section .img-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-auto-flow: column;
}
.ci-page .size-section .inner {
  display: flex;
  gap: 24px;
}
.ci-page .size-section .inner > div {
  flex: 1;
}
.ci-page .size-section .img-wrap {
  flex-direction: column;
}
.ci-page .size-section .img-box {
  display: flex;
  align-items: center;
  height: 200px;
  border: 1px solid var(--neutral-200);
}
.ci-page .size-section .img-box .img {
  flex-shrink: 0;
  width: 250px;
  aspect-ratio: 252/200;
}
.ci-page .size-section .img-box .text-wrap {
  flex: 1;
  padding: 0 40px;
}
.ci-page .size-section .img-box .img-title {
  margin-bottom: 16px;
  font-weight: bold;
}
.ci-page .size-section .img-box .img-desc {
  font-weight: 500;
  color: var(--neutral-600);
  line-height: 1.5;
}
.ci-page .prohibition-section .img-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.ci-page .prohibition-section .img-wrap .img-box {
  width: calc((100% - 48px) / 3);
}
.ci-page .prohibition-section .img-wrap .img-box p {
  margin-top: 12px;
  font-weight: 500;
  color: var(--red-900);
  text-align: center;
}

.partners-page .list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 24px;
}
.partners-page .list .item {
  width: calc((100% - 72px) / 4);
  text-align: center;
}
.partners-page .list .item .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 125px;
  background-color: var(--white);
  border: 1px solid var(--neutral-200);
  border-radius: 10px;
}
.partners-page .list .item .img-wrap .img {
  width: 188px;
  aspect-ratio: 188/91;
}
.partners-page .list .item .name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 12px 0;
  font-weight: 600;
}
.partners-page .list .item .name::after {
  display: block;
  width: 14px;
  height: 14px;
  background: url(../assets/icons/icon_arrow_right.svg) no-repeat center/cover;
  content: "";
  filter: var(--neutral-900-filter);
}
.partners-page .list .item .representative-name {
  font-weight: 500;
  color: var(--neutral-600);
}

@media (max-width: 1320px) {
  .main-page section:not(:last-child) {
    margin-bottom: 4.5454545455vw;
  }
  .main-page .title-wrap {
    gap: 0.9090909091vw;
  }
  .main-page .banner-section {
    padding: 0 2.0454545455vw;
  }
  .main-page .banner-section .banner {
    border-radius: 1.5151515152vw;
  }
  .main-page .banner-section .banner .inner {
    gap: 1.8181818182vw;
    height: 33.3333333333vw;
    padding-top: 5.6818181818vw;
  }
  .main-page .banner-section .banner .search-keyword {
    width: 44.5454545455vw;
  }
  .main-page .banner-section .report {
    margin-top: -8.9393939394vw;
  }
  .main-page .banner-section .report .report-list {
    gap: 5.6818181818vw;
    padding: 3.5606060606vw 0;
    background-size: 15vw 9.1666666667vw;
    border-radius: 1.5151515152vw;
  }
  .main-page .banner-section .report .report-item {
    width: 21.3636363636vw;
  }
  .main-page .banner-section .report .report-item .logo {
    height: 7.5757575758vw;
    border-radius: 0.7575757576vw;
  }
  .main-page .banner-section .report .report-item .logo .img {
    height: 4.1666666667vw;
  }
  .main-page .banner-section .report .report-item p {
    gap: 0.303030303vw;
    margin-top: 1.5151515152vw;
  }
  .main-page .banner-section .report .report-item p::after {
    width: 1.3636363636vw;
    height: 1.3636363636vw;
  }
  .main-page .insight-section .inner {
    gap: 1.8181818182vw;
  }
  .main-page .insight-section .left {
    gap: 1.8181818182vw;
  }
  .main-page .insight-section .text-wrap h2 {
    margin-bottom: 1.2121212121vw;
  }
  .main-page .insight-section .control {
    gap: 1.0606060606vw;
  }
  .main-page .insight-section .control button {
    width: 2.4242424242vw;
    height: 2.4242424242vw;
    padding: 0.3787878788vw;
    border-radius: 0.3787878788vw;
  }
  .main-page .insight-section .insight-slider {
    width: 60vw;
  }
  .main-page .insight-section .insight-slider .swiper-slide {
    width: 29.0909090909vw;
  }
  .main-page .insight-section .insight-slider .swiper-slide:not(:last-child) {
    margin-right: 1.8181818182vw;
  }
  .main-page .suspicious-ad-section {
    padding: 6.0606060606vw 0;
    border-radius: 0 15.1515151515vw 0 15.1515151515vw;
  }
  .main-page .suspicious-ad-section .search-keyword {
    margin: 1.8181818182vw 0;
  }
  .main-page .suspicious-ad-section .box {
    gap: 1.8181818182vw;
  }
  .main-page .suspicious-ad-section .box .title-wrap {
    gap: 1.8181818182vw;
    margin-bottom: 1.8181818182vw;
  }
  .main-page .suspicious-ad-section .box .title-wrap .icon {
    width: 5.9090909091vw;
    height: 5.9090909091vw;
  }
  .main-page .suspicious-ad-section .box .title-wrap a {
    gap: 0.303030303vw;
    margin-bottom: 0.6060606061vw;
  }
  .main-page .suspicious-ad-section .box .title-wrap a::after {
    width: 1.0606060606vw;
    height: 1.0606060606vw;
  }
  .main-page .suspicious-ad-section .box .list {
    gap: 1.8181818182vw;
  }
  .main-page .suspicious-ad-section .box .list .item {
    width: calc((100% - 1.8181818182vw) / 2);
  }
  .main-page .suspicious-ad-section .box .list .item a {
    height: 11.3636363636vw;
    padding: 0 1.5151515152vw;
    border-radius: 0.7575757576vw;
  }
  .main-page .suspicious-ad-section .box .ad .list .item a {
    justify-content: flex-start;
    padding-top: 1.5151515152vw;
  }
  .main-page .suspicious-ad-section .box .list .item .keyword,
  .main-page .suspicious-ad-section .box .list .item .status {
    margin-bottom: 1.2121212121vw;
    font-size: 1.2121212121vw;
  }
  .main-page .suspicious-ad-section .box .list .item .status {
    height: 2.2727272727vw;
    padding: 0 0.9848484848vw;
  }
  .main-page .suspicious-ad-section .box .list .item .info {
    margin-top: 0.9090909091vw;
  }
  .main-page .suspicious-ad-section .box .empty-text {
    height: 24.5454545455vw;
    border-radius: 0.7575757576vw;
  }
  .main-page .board-section .inner {
    gap: 1.8181818182vw;
  }
  .main-page .board-section .title-wrap {
    padding-bottom: 1.8181818182vw;
  }
  .main-page .board-section .list .item a {
    gap: 1.8181818182vw;
    padding: 1.8181818182vw 1.2121212121vw;
  }
  .main-page .press-section .inner {
    padding: 3.0303030303vw;
    border-radius: 0.7575757576vw;
  }
  .main-page .press-section .title-wrap {
    margin-bottom: 1.8181818182vw;
  }
  .main-page .press-section .list {
    gap: 3.0303030303vw;
  }
  .main-page .press-section .list .item {
    width: calc((100% - 9.0909090909vw) / 4);
  }
  .main-page .press-section .list .item:not(:last-child)::after {
    right: -1.4393939394vw;
  }
  .main-page .press-section .list .item .list-title {
    margin-bottom: 0.9090909091vw;
  }
  .main-page .press-section .empty-text {
    height: 6.0606060606vw;
  }
  .main-page .partners-section .title-wrap {
    margin-bottom: 1.8181818182vw;
  }
  .main-page .partners-section .partners-slider .swiper-slide {
    width: 13.6363636364vw;
    margin-right: 1.8181818182vw;
  }
  .main-page .partners-section .partners-slider a {
    height: 6.0606060606vw;
    border-radius: 0.7575757576vw;
  }
  .main-page .partners-section .partners-slider a .img {
    width: 9.0909090909vw;
  }
  .terms-page .terms-section {
    max-height: 22.9545454545vw;
  }
  .news-page .list .item a {
    gap: 1.8181818182vw;
    min-height: 5.303030303vw;
    padding: 1.2121212121vw 1.7424242424vw;
  }
  .news-page .list .item .number-wrap {
    width: 2.2727272727vw;
  }
  .news-page .list .item .number-wrap .fixed-icon {
    width: 1.8181818182vw;
  }
  .news-page .list .item .list-title {
    gap: 0.7575757576vw;
  }
  .news-page .list .item .list-title .file-icon {
    width: 1.5151515152vw;
  }
  .news-page .list .item .info {
    gap: 1.8181818182vw;
  }
  .news-page .list .item .info .view-count,
  .news-page .list .item .info .created-at {
    width: 6.8181818182vw;
  }
  .news-page .list .item .info .writer {
    width: 11.3636363636vw;
  }
  .news-detail-page .title,
  .insight-detail-page .title {
    margin-bottom: 1.8181818182vw;
  }
  .news-detail-page .info-list,
  .insight-detail-page .info-list {
    gap: 1.8181818182vw;
  }
  .news-detail-page .info-list .info-label,
  .insight-detail-page .info-list .info-label {
    margin-right: 0.6060606061vw;
  }
  .news-detail-page .content,
  .insight-detail-page .content {
    margin: 1.8181818182vw 0;
    padding-top: 1.8181818182vw;
  }
  .news-detail-page .content .link-btn,
  .insight-detail-page .content .link-btn {
    width: 11.3636363636vw;
    margin-bottom: 1.8181818182vw;
  }
  .news-detail-page .content .file-list,
  .insight-detail-page .content .file-list {
    margin-top: 1.8181818182vw;
    padding: 2.2727272727vw;
    border-radius: 0.7575757576vw;
  }
  .news-detail-page .content .file-list .file-item:not(:last-child),
  .insight-detail-page .content .file-list .file-item:not(:last-child) {
    margin-bottom: 1.5151515152vw;
  }
  .news-detail-page .content .file-list .file-item .file-link,
  .insight-detail-page .content .file-list .file-item .file-link {
    gap: 0.9090909091vw;
    text-underline-offset: 0.2272727273vw;
  }
  .news-detail-page .content .file-list .file-item .file-link .file-icon,
  .insight-detail-page .content .file-list .file-item .file-link .file-icon {
    width: 1.3636363636vw;
  }
  .news-detail-page .prev-next-list a,
  .insight-detail-page .prev-next-list a {
    gap: 3.0303030303vw;
    height: 5.303030303vw;
    padding: 0 2.2727272727vw;
  }
  .news-detail-page .prev-next-list .prev-next-label,
  .insight-detail-page .prev-next-list .prev-next-label {
    gap: 0.6060606061vw;
  }
  .news-detail-page .prev-next-list .prev-next-label::before,
  .insight-detail-page .prev-next-list .prev-next-label::before {
    width: 1.3636363636vw;
    height: 1.3636363636vw;
  }
  .news-detail-page .list-btn,
  .insight-detail-page .list-btn {
    width: 15.7575757576vw;
    margin: 3.0303030303vw auto 0;
  }
  .report-center-page .report-section {
    margin-bottom: 3.7878787879vw;
  }
  .report-center-page .report-section .report-list {
    gap: 5.6818181818vw;
    padding: 3.5606060606vw 0;
    background-size: 15vw 9.1666666667vw;
    border-radius: 1.5151515152vw;
  }
  .report-center-page .report-section .report-item {
    width: 21.3636363636vw;
  }
  .report-center-page .report-section .report-item .logo {
    height: 7.5757575758vw;
    border-radius: 0.7575757576vw;
  }
  .report-center-page .report-section .report-item .logo .img {
    height: 4.1666666667vw;
  }
  .report-center-page .report-section .report-item p {
    gap: 0.303030303vw;
    margin-top: 1.5151515152vw;
  }
  .report-center-page .report-section .report-item p::after {
    width: 1.3636363636vw;
    height: 1.3636363636vw;
  }
  .report-center-page .form-section .title-wrap {
    margin-bottom: 1.8181818182vw;
    padding-bottom: 1.8181818182vw;
  }
  .report-center-page .form-section .title-wrap .desc {
    margin-top: 1.2121212121vw;
  }
  .report-center-page .form-section .submit-btn {
    width: 15.7575757576vw;
    margin: 3.0303030303vw auto 0;
  }
  .join-partners-page section:not(:last-child) {
    margin-bottom: 3.7878787879vw;
  }
  .join-partners-page h2 {
    margin-bottom: 1.8181818182vw;
  }
  .join-partners-page .benefit-section .benefit-list {
    gap: 1.8181818182vw;
  }
  .join-partners-page .benefit-section .benefit-list .benefit-item {
    padding: 2.2727272727vw;
    border-radius: 0.7575757576vw;
  }
  .join-partners-page
    .benefit-section
    .benefit-list
    .benefit-item:nth-child(-n + 2) {
    width: calc((100% - 1.8181818182vw) / 2);
  }
  .join-partners-page
    .benefit-section
    .benefit-list
    .benefit-item:nth-child(n + 3) {
    width: calc((100% - 3.6363636364vw) / 3);
  }
  .join-partners-page .benefit-section .benefit-list .benefit-icon {
    width: 2.8787878788vw;
    margin-bottom: 1.2121212121vw;
  }
  .join-partners-page .benefit-section .benefit-list .benefit-title {
    margin-bottom: 0.6060606061vw;
  }
  .join-partners-page .step-section .step-list {
    gap: 3.0303030303vw;
    padding: 3.0303030303vw;
    border-radius: 1.5151515152vw;
  }
  .join-partners-page .step-section .step-list .step-item {
    border-radius: 0.7575757576vw;
  }
  .join-partners-page
    .step-section
    .step-list
    .step-item:not(:last-child)::after {
    left: calc(100% + 0.9090909091vw);
    width: 1.2121212121vw;
    height: 1.2121212121vw;
  }
  .join-partners-page .step-section .step-list .step-item .step-number {
    padding: 0.6818181818vw 0;
    border-radius: 0.7575757576vw 0.7575757576vw 0 0;
  }
  .join-partners-page .step-section .step-list .step-item .step-content {
    height: 6.8939393939vw;
    border-radius: 0 0 0.7575757576vw 0.7575757576vw;
  }
  .join-partners-page .form-section fieldset:not(:nth-last-of-type(-n + 2)) {
    margin-bottom: 3.7878787879vw;
  }
  .join-partners-page .form-section fieldset:last-of-type {
    margin-top: 2.4242424242vw;
  }
  .join-partners-page .form-section legend {
    margin-bottom: 1.8181818182vw;
    padding-bottom: 1.8181818182vw;
  }
  .join-partners-page .form-section .field-group .label {
    margin-bottom: 1.2121212121vw;
  }
  .join-partners-page .form-section .field-group .checkbox {
    margin-bottom: 0.6060606061vw;
  }
  .join-partners-page .form-section .submit-btn {
    width: 15.7575757576vw;
    margin: 3.0303030303vw auto 0;
  }
  .info-center-page .suspect-keyword-wrap {
    gap: 0.6060606061vw;
    margin-bottom: 1.8181818182vw;
  }
  .info-center-page .suspect-keyword-wrap .keyword-list {
    gap: 0.6060606061vw;
  }
  .insight-detail-page .keyword-list {
    gap: 0.6060606061vw;
    margin-top: 1.8181818182vw;
  }
  .search-page .search-section {
    margin-bottom: 3.7878787879vw;
  }
  .search-page .search-section .inner {
    gap: 1.3636363636vw;
  }
  .search-page .search-section .search-keyword {
    width: 44.5454545455vw;
  }
  .search-page .search-section .tab {
    margin-top: 2.4242424242vw;
  }
  .search-page .result-section .result:not(:last-of-type) {
    margin-bottom: 3.7878787879vw;
  }
  .search-page .result-section .title-wrap {
    gap: 0.9090909091vw;
    margin-bottom: 1.8181818182vw;
  }
  .kjia-page section:not(:first-child):not(:last-child) {
    margin-bottom: 4.5454545455vw;
  }
  .kjia-page .kjia-section {
    padding: 11.3636363636vw 0;
  }
  .kjia-page .kjia-section .kjia {
    gap: 1.8181818182vw;
    margin-bottom: 3.7878787879vw;
  }
  .kjia-page .kjia-section .kjia .kjia-row {
    gap: 1.8181818182vw;
  }
  .kjia-page .kjia-section h2 {
    margin-bottom: 1.5151515152vw;
  }
  .kjia-page .business-section h2 {
    margin-bottom: 1.8181818182vw;
  }
  .kjia-page .business-section .business-item {
    padding: 2.2727272727vw 5.9090909091vw;
    border-radius: 1.5151515152vw;
  }
  .kjia-page .business-section .business-item:not(:last-child) {
    margin-bottom: 1.5151515152vw;
  }
  .kjia-page .business-section .business-item .left {
    gap: 2.5757575758vw;
  }
  .kjia-page .business-section .business-item h3 {
    width: 18.0303030303vw;
  }
  .kjia-page .business-section .business-item .img {
    width: 10vw;
  }
  .kjia-page .location-section .map {
    height: 27.2727272727vw;
    margin-bottom: 3.7878787879vw;
    border-radius: 1.5151515152vw;
  }
  .kjia-page .location-section .location {
    gap: 11.8939393939vw;
  }
  .kjia-page .location-section .location .location-item {
    gap: 7.8787878788vw;
  }
  .kjia-page .location-section .location .location-item:not(:last-child) {
    margin-bottom: 3.0303030303vw;
    padding-bottom: 3.0303030303vw;
  }
  .kjia-page .location-section .location .location-item .title {
    gap: 2.2727272727vw;
    width: 13.6363636364vw;
  }
  .kjia-page .location-section .location .location-item .title .icon {
    width: 2.4242424242vw;
  }
  .kjia-page
    .location-section
    .location
    .location-item
    .content
    p:not(:last-child) {
    margin-bottom: 1.2121212121vw;
  }
  .kjia-page .location-section .location .location-item .contact-list {
    gap: 1.8181818182vw;
  }
  .kjia-page
    .location-section
    .location
    .location-item
    .contact-list
    .contact-item {
    gap: 0.6060606061vw;
  }
  .kjia-page
    .location-section
    .location
    .location-item
    .contact-list
    .contact-item-title {
    height: 1.9696969697vw;
    padding: 0 1.2121212121vw;
  }
  .kjia-page .location-section .location .location-item .subway {
    gap: 0.6060606061vw;
  }
  .kjia-page .location-section .location .location-item .subway .subway-list {
    gap: 0.6060606061vw;
  }
  .kjia-page .location-section .location .location-item .subway .subway-item {
    height: 2.4242424242vw;
  }
  .kjia-page .location-section .location .location-item .subway + p {
    margin-top: 1.2121212121vw;
  }
  .greeting-page .greeting-section .inner {
    gap: 5.9090909091vw;
  }
  .greeting-page .greeting-section .inner .img {
    width: 30.9090909091vw;
  }
  .greeting-page .greeting-section .inner .content::after {
    top: 5.7575757576vw;
    width: 6.5151515152vw;
  }
  .greeting-page .greeting-section .inner .content p:not(:last-of-type) {
    margin-bottom: 2.5757575758vw;
  }
  .greeting-page .greeting-section .inner .content .signature {
    gap: 0.7575757576vw;
  }
  .greeting-page .greeting-section .inner .content .signature span {
    width: 5.6060606061vw;
  }
  .articles-page .top {
    margin-bottom: 2.2727272727vw;
  }
  .articles-page .top .date {
    gap: 1.2121212121vw;
  }
  .articles-page .top a {
    width: 11.3636363636vw;
  }
  .articles-page .editor-wrap {
    max-height: 24.8484848485vw;
  }
  .history-page .history-item:not(:last-child) {
    margin-bottom: 4.5454545455vw;
  }
  .history-page .history-item .year {
    width: 13.6363636364vw;
  }
  .history-page .history-item .img {
    width: 25vw;
    border-radius: 0.7575757576vw;
  }
  .history-page .history-item .month-list {
    margin-left: 5.9090909091vw;
  }
  .history-page .history-item .month-item:not(:last-child) {
    margin-bottom: 3.7878787879vw;
  }
  .history-page .history-item .month {
    margin-bottom: 1.2121212121vw;
  }
  .history-page .history-item .detail-item:not(:last-child) {
    margin-bottom: 3.7878787879vw;
  }
  .history-page .history-item .detail-title {
    margin-bottom: 1.2121212121vw;
  }
  .organization-page .organization-section .inner::before {
    height: 4.0151515152vw;
  }
  .organization-page .organization-section .organization-img {
    width: 63.6363636364vw;
    margin: 2.2727272727vw auto 0;
  }
  .ci-page section:not(:last-child) {
    margin-bottom: 4.5454545455vw;
  }
  .ci-page .desc {
    margin-bottom: 1.8181818182vw;
  }
  .ci-page .download-btn-wrap {
    gap: 0.6060606061vw;
    margin-top: 1.2121212121vw;
  }
  .ci-page .download-btn-wrap a {
    width: 11.3636363636vw;
  }
  .ci-page .img-wrap {
    gap: 1.8181818182vw;
  }
  .ci-page .size-section .inner {
    gap: 1.8181818182vw;
  }
  .ci-page .size-section .img-box {
    height: 15.1515151515vw;
  }
  .ci-page .size-section .img-box .img {
    width: 18.9393939394vw;
  }
  .ci-page .size-section .img-box .text-wrap {
    padding: 0 3.0303030303vw;
  }
  .ci-page .size-section .img-box .img-title {
    margin-bottom: 1.2121212121vw;
  }
  .ci-page .prohibition-section .img-wrap {
    gap: 1.8181818182vw;
  }
  .ci-page .prohibition-section .img-wrap .img-box {
    width: calc((100% - 3.6363636364vw) / 3);
  }
  .ci-page .prohibition-section .img-wrap .img-box p {
    margin-top: 0.9090909091vw;
  }
  .partners-page .list {
    gap: 3.0303030303vw 1.8181818182vw;
  }
  .partners-page .list .item {
    width: calc((100% - 5.4545454545vw) / 4);
  }
  .partners-page .list .item .img-wrap {
    height: 9.4696969697vw;
    border-radius: 0.7575757576vw;
  }
  .partners-page .list .item .img-wrap .img {
    width: 14.2424242424vw;
  }
  .partners-page .list .item .name {
    gap: 0.303030303vw;
    margin: 0.9090909091vw 0;
  }
  .partners-page .list .item .name::after {
    width: 1.0606060606vw;
    height: 1.0606060606vw;
  }
}
@media (max-width: 767px) {
  .main-page section:not(:last-child) {
    margin-bottom: 13.3333333333vw;
  }
  .main-page .title-wrap {
    gap: 3.2vw;
  }
  .main-page .banner-section {
    padding: 0;
  }
  .main-page .banner-section .banner {
    background-image: url(../assets/images/main/bg_banner_mb.jpg);
    border-radius: 0;
  }
  .main-page .banner-section .banner .inner {
    gap: 5.3333333333vw;
    height: 117.3333333333vw;
    padding-top: 15.4666666667vw;
  }
  .main-page .banner-section .banner .search-keyword {
    width: 100%;
  }
  .main-page .banner-section .report {
    margin-top: -37.3333333333vw;
  }
  .main-page .banner-section .report .report-list {
    flex-direction: column;
    gap: 6.4vw;
    padding: 10.6666666667vw;
    background-size: 52.8vw 32.2666666667vw;
    border-radius: 5.3333333333vw;
  }
  .main-page .banner-section .report .report-item {
    width: 100%;
  }
  .main-page .banner-section .report .report-item .logo {
    height: 24vw;
    border-radius: 2.6666666667vw;
  }
  .main-page .banner-section .report .report-item .logo .img {
    height: 14.6666666667vw;
  }
  .main-page .banner-section .report .report-item p {
    gap: 1.0666666667vw;
    margin-top: 3.2vw;
  }
  .main-page .banner-section .report .report-item p::after {
    width: 4.8vw;
    height: 4.8vw;
  }
  .main-page .insight-section .inner {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .main-page .insight-section .left {
    flex-direction: row;
    align-items: flex-end;
    gap: 6.4vw;
  }
  .main-page .insight-section .text-wrap h2 {
    margin-bottom: 3.2vw;
  }
  .main-page .insight-section .control {
    gap: 2.1333333333vw;
  }
  .main-page .insight-section .control button {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    padding: 1.3333333333vw;
    border-radius: 1.3333333333vw;
  }
  .main-page .insight-section .insight-slider {
    width: 100%;
  }
  .main-page .insight-section .insight-slider .swiper-slide {
    width: 65.8666666667vw;
  }
  .main-page .insight-section .insight-slider .swiper-slide:not(:last-child) {
    margin-right: 4.2666666667vw;
  }
  .main-page .suspicious-ad-section {
    padding: 16vw 0;
    border-radius: 0 16vw 0 16vw;
  }
  .main-page .suspicious-ad-section .search-keyword {
    margin: 5.3333333333vw 0;
  }
  .main-page .suspicious-ad-section .box {
    flex-direction: column;
    gap: 13.3333333333vw;
  }
  .main-page .suspicious-ad-section .box .title-wrap {
    gap: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
  .main-page .suspicious-ad-section .box .title-wrap .icon {
    width: 20.8vw;
    height: 20.8vw;
  }
  .main-page .suspicious-ad-section .box .title-wrap a {
    gap: 1.0666666667vw;
    margin-bottom: 2.1333333333vw;
  }
  .main-page .suspicious-ad-section .box .title-wrap a::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
  .main-page .suspicious-ad-section .box .list {
    flex-direction: column;
    gap: 3.7333333333vw;
  }
  .main-page .suspicious-ad-section .box .list .item {
    width: 100%;
  }
  .main-page .suspicious-ad-section .box .list .item a {
    height: 37.8666666667vw;
    padding: 0 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
  .main-page .suspicious-ad-section .box .ad .list .item a {
    justify-content: flex-start;
    padding-top: 5.3333333333vw;
  }
  .main-page .suspicious-ad-section .box .list .item .keyword,
  .main-page .suspicious-ad-section .box .list .item .status {
    margin-bottom: 3.2vw;
    font-size: 3.7333333333vw;
  }
  .main-page .suspicious-ad-section .box .list .item .status {
    height: 8vw;
    padding: 0 3.7333333333vw;
  }
  .main-page .suspicious-ad-section .box .list .item .info {
    margin-top: 2.1333333333vw;
  }
  .main-page .suspicious-ad-section .box .empty-text {
    height: 79.4666666667vw;
    border-radius: 2.6666666667vw;
  }
  .main-page .board-section .inner {
    flex-direction: column;
    gap: 13.3333333333vw;
  }
  .main-page .board-section article {
    width: 100%;
  }
  .main-page .board-section .title-wrap {
    padding-bottom: 5.3333333333vw;
  }
  .main-page .board-section .list .item a {
    gap: 6.4vw;
    padding: 5.3333333333vw 4.2666666667vw;
  }
  .main-page .press-section .inner {
    padding: 8vw;
    border-radius: 2.6666666667vw;
  }
  .main-page .press-section .title-wrap {
    margin-bottom: 5.3333333333vw;
  }
  .main-page .press-section .list {
    flex-direction: column;
    gap: 8.5333333333vw;
  }
  .main-page .press-section .list .item {
    width: 100%;
  }
  .main-page .press-section .list .item:not(:last-child)::after {
    top: calc(100% + 4.2666666667vw);
    right: 0;
    width: 100%;
    height: 1px;
  }
  .main-page .press-section .list .item .list-title {
    margin-bottom: 2.1333333333vw;
  }
  .main-page .press-section .empty-text {
    height: 21.3333333333vw;
  }
  .main-page .partners-section .title-wrap {
    margin-bottom: 6.4vw;
  }
  .main-page .partners-section .partners-slider .swiper-slide {
    width: 42.6666666667vw;
    margin-right: 4.2666666667vw;
  }
  .main-page .partners-section .partners-slider a {
    height: 18.9333333333vw;
    border-radius: 2.6666666667vw;
  }
  .main-page .partners-section .partners-slider a .img {
    width: 28.8vw;
  }
  .terms-page .terms-section {
    max-height: 80.8vw;
  }
  .news-page .list .item a {
    flex-direction: column;
    align-items: flex-start;
    gap: 3.2vw;
    min-height: auto;
    padding: 4.2666666667vw;
  }
  .news-page .list .item .number-wrap {
    width: auto;
  }
  .news-page .list .item .number-wrap .fixed-icon {
    width: 6.4vw;
  }
  .news-page .list .item .list-title {
    gap: 2.6666666667vw;
    width: 100%;
  }
  .news-page .list .item .list-title .file-icon {
    width: 5.3333333333vw;
  }
  .news-page .list .item .info {
    gap: 3.2vw;
  }
  .news-page .list .item .info .view-count,
  .news-page .list .item .info .created-at,
  .news-page .list .item .info .writer {
    width: auto;
  }
  .news-detail-page .title,
  .insight-detail-page .title {
    margin-bottom: 5.3333333333vw;
  }
  .news-detail-page .info-list,
  .insight-detail-page .info-list {
    flex-wrap: wrap;
    gap: 2.6666666667vw 3.7333333333vw;
  }
  .news-detail-page .info-list .info-item:first-child,
  .insight-detail-page .info-list .info-item:first-child {
    flex-basis: 100%;
  }
  .news-detail-page .info-list .info-label,
  .insight-detail-page .info-list .info-label {
    margin-right: 2.1333333333vw;
  }
  .news-detail-page .content,
  .insight-detail-page .content {
    margin: 5.3333333333vw 0;
    padding-top: 5.3333333333vw;
  }
  .news-detail-page .content .link-btn,
  .insight-detail-page .content .link-btn {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
  .news-detail-page .content .file-list,
  .insight-detail-page .content .file-list {
    margin-top: 5.3333333333vw;
    padding: 6.4vw 4.2666666667vw;
    border-radius: 2.6666666667vw;
  }
  .news-detail-page .content .file-list .file-item:not(:last-child),
  .insight-detail-page .content .file-list .file-item:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
  .news-detail-page .content .file-list .file-item .file-link,
  .insight-detail-page .content .file-list .file-item .file-link {
    gap: 3.2vw;
    text-underline-offset: 0.8vw;
  }
  .news-detail-page .content .file-list .file-item .file-link .file-icon,
  .insight-detail-page .content .file-list .file-item .file-link .file-icon {
    width: 4.8vw;
  }
  .news-detail-page .prev-next-list a,
  .insight-detail-page .prev-next-list a {
    gap: 3.7333333333vw;
    height: 14.9333333333vw;
    padding: 0 4.2666666667vw;
  }
  .news-detail-page .prev-next-list .prev-next-label,
  .insight-detail-page .prev-next-list .prev-next-label {
    gap: 2.1333333333vw;
  }
  .news-detail-page .prev-next-list .prev-next-label::before,
  .insight-detail-page .prev-next-list .prev-next-label::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .news-detail-page .list-btn,
  .insight-detail-page .list-btn {
    width: 55.4666666667vw;
    margin: 8vw auto 0;
  }
  .report-center-page .report-section {
    margin-bottom: 13.3333333333vw;
  }
  .report-center-page .report-section .report-list {
    flex-direction: column;
    gap: 6.4vw;
    padding: 10.6666666667vw;
    background-size: 52.8vw 32.2666666667vw;
    border-radius: 5.3333333333vw;
  }
  .report-center-page .report-section .report-item {
    width: 100%;
  }
  .report-center-page .report-section .report-item .logo {
    height: 24vw;
    border-radius: 2.6666666667vw;
  }
  .report-center-page .report-section .report-item .logo .img {
    height: 14.6666666667vw;
  }
  .report-center-page .report-section .report-item p {
    gap: 1.0666666667vw;
    margin-top: 3.2vw;
  }
  .report-center-page .report-section .report-item p::after {
    width: 4.8vw;
    height: 4.8vw;
  }
  .report-center-page .form-section .title-wrap {
    margin-bottom: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
  .report-center-page .form-section .title-wrap .desc {
    margin-top: 4.2666666667vw;
  }
  .report-center-page .form-section .submit-btn {
    width: 55.4666666667vw;
    margin: 8vw auto 0;
  }
  .join-partners-page section:not(:last-child) {
    margin-bottom: 13.3333333333vw;
  }
  .join-partners-page h2 {
    margin-bottom: 5.3333333333vw;
  }
  .join-partners-page .benefit-section .benefit-list {
    gap: 3.7333333333vw;
  }
  .join-partners-page .benefit-section .benefit-list .benefit-item {
    padding: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
  .join-partners-page
    .benefit-section
    .benefit-list
    .benefit-item:nth-child(-n + 2),
  .join-partners-page
    .benefit-section
    .benefit-list
    .benefit-item:nth-child(n + 3) {
    width: 100%;
  }
  .join-partners-page .benefit-section .benefit-list .benefit-icon {
    width: 10.1333333333vw;
    margin-bottom: 3.2vw;
  }
  .join-partners-page .benefit-section .benefit-list .benefit-title {
    margin-bottom: 2.1333333333vw;
  }
  .join-partners-page .step-section .step-list {
    flex-direction: column;
    gap: 8.5333333333vw;
    align-items: center;
    padding: 8vw;
    border-radius: 5.3333333333vw;
  }
  .join-partners-page .step-section .step-list .step-item {
    width: 66.6666666667vw;
    border-radius: 2.6666666667vw;
  }
  .join-partners-page
    .step-section
    .step-list
    .step-item:not(:last-child)::after {
    top: calc(100% + 2.1333333333vw);
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .join-partners-page .step-section .step-list .step-item .step-number {
    padding: 2.4vw 0;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  }
  .join-partners-page .step-section .step-list .step-item .step-content {
    height: 24vw;
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  }
  .join-partners-page .form-section fieldset:not(:nth-last-of-type(-n + 2)) {
    margin-bottom: 13.3333333333vw;
  }
  .join-partners-page .form-section fieldset:last-of-type {
    margin-top: 7.4666666667vw;
  }
  .join-partners-page .form-section legend {
    margin-bottom: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
  .join-partners-page .form-section .field-group .label {
    margin-bottom: 2.1333333333vw;
  }
  .join-partners-page .form-section .field-group .checkbox {
    margin-bottom: 2.1333333333vw;
  }
  .join-partners-page .form-section .submit-btn {
    width: 55.4666666667vw;
    margin: 8vw auto 0;
  }
  .info-center-page .suspect-keyword-wrap {
    gap: 2.1333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .info-center-page .suspect-keyword-wrap .keyword-list {
    gap: 2.1333333333vw;
  }
  .insight-detail-page .keyword-list {
    gap: 2.1333333333vw;
    margin-top: 5.3333333333vw;
  }
  .search-page .search-section {
    margin-bottom: 10.6666666667vw;
  }
  .search-page .search-section .inner {
    gap: 4.8vw;
  }
  .search-page .search-section .search-keyword {
    width: 100%;
  }
  .search-page .search-section .tab {
    margin-top: 1.6666666667vw;
  }
  .search-page .result-section .result:not(:last-of-type) {
    margin-bottom: 13.3333333333vw;
  }
  .search-page .result-section .title-wrap {
    gap: 3.2vw;
    margin-bottom: 5.3333333333vw;
  }
  .kjia-page section:not(:first-child):not(:last-child) {
    margin-bottom: 13.3333333333vw;
  }
  .kjia-page .kjia-section {
    padding: 12.2666666667vw 0;
    word-break: keep-all;
    background-image: url(../assets/images/about/bg_kjia_mb.jpg);
  }
  .kjia-page .kjia-section .kjia {
    flex-direction: column;
    gap: 1.6vw;
    margin-bottom: 6.4vw;
  }
  .kjia-page .kjia-section .kjia .kjia-row {
    flex-direction: column;
    gap: 1.6vw;
  }
  .kjia-page .kjia-section h2 {
    margin-bottom: 3.2vw;
  }
  .kjia-page .business-section h2 {
    margin-bottom: 5.3333333333vw;
  }
  .kjia-page .business-section .business-item {
    gap: 5.3333333333vw;
    padding: 9.0666666667vw 6.4vw;
    border-radius: 5.3333333333vw;
  }
  .kjia-page .business-section .business-item:not(:last-child) {
    margin-bottom: 4.8vw;
  }
  .kjia-page .business-section .business-item .left {
    flex-direction: column;
    align-items: flex-start;
    word-break: keep-all;
    gap: 3.7333333333vw;
  }
  .kjia-page .business-section .business-item h3 {
    width: auto;
  }
  .kjia-page .business-section .business-item .img {
    width: 20.2666666667vw;
  }
  .kjia-page .location-section .map {
    height: 68.8vw;
    margin-bottom: 8vw;
    border-radius: 5.3333333333vw;
  }
  .kjia-page .location-section .location {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .kjia-page .location-section .location .location-item {
    flex-direction: column;
    gap: 4.2666666667vw;
  }
  .kjia-page .location-section .location .location-item:not(:last-child) {
    margin-bottom: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
  .kjia-page .location-section .location .location-item .title {
    gap: 3.7333333333vw;
    width: 100%;
  }
  .kjia-page .location-section .location .location-item .title .icon {
    width: 8.5333333333vw;
  }
  .kjia-page .location-section .location .location-item .content {
    word-break: keep-all;
  }
  .kjia-page
    .location-section
    .location
    .location-item
    .content
    p:not(:last-child) {
    margin-bottom: 3.7333333333vw;
  }
  .kjia-page .location-section .location .location-item .contact-list {
    flex-wrap: wrap;
    gap: 4vw;
  }
  .kjia-page
    .location-section
    .location
    .location-item
    .contact-list
    .contact-item {
    gap: 2.1333333333vw;
  }
  .kjia-page
    .location-section
    .location
    .location-item
    .contact-list
    .contact-item-title {
    height: 6.9333333333vw;
    padding: 0 4.2666666667vw;
  }
  .kjia-page .location-section .location .location-item .subway {
    align-items: flex-start;
    flex-direction: column;
    gap: 2.1333333333vw;
  }
  .kjia-page .location-section .location .location-item .subway .subway-list {
    gap: 2.1333333333vw;
  }
  .kjia-page .location-section .location .location-item .subway .subway-item {
    height: 8.5333333333vw;
  }
  .kjia-page .location-section .location .location-item .subway + p {
    margin-top: 3.7333333333vw;
  }
  .greeting-page .greeting-section .inner {
    flex-direction: column;
    gap: 8vw;
  }
  .greeting-page .greeting-section .inner .img {
    width: 100%;
  }
  .greeting-page .greeting-section .inner .content::after {
    top: 26.1333333333vw;
    width: 22.9333333333vw;
  }
  .greeting-page .greeting-section .inner .content p:not(:last-of-type) {
    margin-bottom: 6.4vw;
  }
  .greeting-page .greeting-section .inner .content .signature {
    gap: 3.2vw;
  }
  .greeting-page .greeting-section .inner .content .signature span {
    width: 19.7333333333vw;
  }
  .articles-page .top {
    flex-direction: column;
    align-items: flex-start;
    gap: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .articles-page .top .date {
    gap: 4.2666666667vw;
  }
  .articles-page .top a {
    width: 100%;
  }
  .articles-page .editor-wrap {
    max-height: 87.4666666667vw;
  }
  .history-page .history-item {
    flex-direction: column;
  }
  .history-page .history-item:not(:last-child) {
    margin-bottom: 13.3333333333vw;
  }
  .history-page .history-item .year {
    width: 100%;
    margin-bottom: 3.2vw;
  }
  .history-page .history-item .img {
    width: 100%;
    border-radius: 2.6666666667vw;
  }
  .history-page .history-item .month-list {
    margin: 4.2666666667vw 0 0 0;
  }
  .history-page .history-item .month-item:not(:last-child) {
    margin-bottom: 8vw;
  }
  .history-page .history-item .month {
    margin-bottom: 3.7333333333vw;
  }
  .history-page .history-item .detail-item:not(:last-child) {
    margin-bottom: 8vw;
  }
  .history-page .history-item .detail-title {
    margin-bottom: 3.7333333333vw;
  }
  .organization-page .organization-section .inner::before {
    display: none;
  }
  .organization-page .organization-section .organization-img {
    width: 100%;
    margin: 0 auto;
  }
  .ci-page section:not(:last-child) {
    margin-bottom: 13.3333333333vw;
  }
  .ci-page .desc {
    margin-bottom: 6.4vw;
  }
  .ci-page .download-btn-wrap {
    flex-direction: column;
    gap: 2.1333333333vw;
    margin-top: 6.4vw;
  }
  .ci-page .download-btn-wrap a {
    width: 100%;
  }
  .ci-page .img-wrap {
    flex-direction: column;
    gap: 6.4vw;
  }
  .ci-page .color-section .img-wrap {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-flow: row;
  }
  .ci-page .size-section .inner {
    flex-direction: column;
    gap: 13.3333333333vw;
  }
  .ci-page .size-section .img-box {
    flex-direction: column;
    height: auto;
  }
  .ci-page .size-section .img-box .img {
    width: 100%;
  }
  .ci-page .size-section .img-box .text-wrap {
    width: 100%;
    padding: 8vw;
  }
  .ci-page .size-section .img-box .img-title {
    margin-bottom: 4.2666666667vw;
  }
  .ci-page .prohibition-section .img-wrap {
    gap: 6.4vw;
  }
  .ci-page .prohibition-section .img-wrap .img-box {
    width: 100%;
  }
  .ci-page .prohibition-section .img-wrap .img-box p {
    margin-top: 3.2vw;
  }
  .partners-page .list {
    gap: 8vw 4vw;
  }
  .partners-page .list .item {
    width: calc((100% - 4vw) / 2);
  }
  .partners-page .list .item .img-wrap {
    height: 18.9333333333vw;
    border-radius: 2.6666666667vw;
  }
  .partners-page .list .item .img-wrap .img {
    width: 28.8vw;
  }
  .partners-page .list .item .name {
    gap: 1.0666666667vw;
    margin: 3.2vw 0;
  }
  .partners-page .list .item .name::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
