@charset "UTF-8";
/* stylelint-disable custom-property-pattern */
/* stylelint-disable scss/dollar-variable-pattern */
/* stylelint-disable selector-class-pattern */
/* Spacing */
/* Max Width
 * Mobile : ~ 767px
 * Tablet : 768px ~ 1279px
 * Desktop : 1280px ~ 1920px
 */
/* Color Palette */
/* SUIT */
@font-face {
  font-family: "SUIT";
  src: url("../font/suit/SUIT-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SUIT";
  src: url("../font/suit/SUIT-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SUIT";
  src: url("../font/suit/SUIT-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SUIT";
  src: url("../font/suit/SUIT-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* Jokker */
@font-face {
  font-family: "Jokker";
  src: url("../font/jokker/Jokker-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Neue Haas Grotesk Display */
@font-face {
  font-family: "Neue Haas Grotesk Display";
  src: url("../font/grotesk/NeueHaasGroteskDisplay-55Roman-Web.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display";
  src: url("../font/grotesk/NeueHaasGroteskDisplay-65Medium-Web.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Neue Haas Grotesk Text */
@font-face {
  font-family: "Neue Haas Grotesk Text";
  src: url("../font/grotesk/NeueHaasGroteskText-55Roman-Web.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Text";
  src: url("../font/grotesk/NeueHaasGroteskText-65Medium-Web.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face{
    font-family:'Infinity Sans Cond';
    font-style:normal;
    font-weight:600;
    src:url("/font/infinity-sans/cond-700.woff2") format("woff2"),url("/font/infinity-sans/cond-700.woff") format("woff")
}
/* CSS 변수: mixins/reset에서 var(--font-*) 로 참조 */
:root {
  --font-suit: "SUIT";
  --font-jokker: "Jokker";
  --font-grotesk-display-roman: "Neue Haas Grotesk Display";
  --font-grotesk-display-medium: "Neue Haas Grotesk Display";
  --font-grotesk-text-r: "Neue Haas Grotesk Text";
  --font-grotesk-text-m: "Neue Haas Grotesk Text";
}

/* stylelint-disable font-family-no-missing-generic-family-keyword */
/* stylelint-disable order/properties-order */
/* stylelint-disable scss/no-duplicate-mixins */
html {
  font: inherit;
  font-family: var(--font-grotesk-text-r), sans-serif, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.15;
  -webkit-tap-highlight-color: transparent !important; /* 터치시 발생하는 파란색 하이라이트 없애기 */
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html[lang=ko] {
  font-family: var(--font-suit), sans-serif, sans-serif;
}

body {
  margin: 0;
  font-family: var(--font-grotesk-text-r), sans-serif, sans-serif;
  overscroll-behavior-y: none;
}

html[lang=ko] body {
  font-family: var(--font-suit), sans-serif, sans-serif;
}

main {
  display: block;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

hr {
  overflow: visible;
  height: 0;
  box-sizing: content-box;
}

pre {
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

p {
  margin: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  display: table;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  /* Focus outline 안보이게 처리 */
}
*:focus {
  outline: none;
}

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

svg:not(:root) {
  overflow: unset;
}

svg,
img {
  display: block;
}

button {
  padding: 0;
  border: none;
  margin: 0;
  background: transparent;
}
button:hover {
  cursor: pointer;
}

input {
  padding: 0;
  border: none;
  margin: 0;
  background: transparent;
}
input::-moz-placeholder {
  color: #8c8c8c;
}
input::placeholder {
  color: #8c8c8c;
}
input:focus {
  outline: none;
}

/*  input 화살표 숨기기
    크롬, 사파리, 엣지, 오페라
*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* 파이어폭스 */
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.a11y {
  position: absolute !important;
  display: block !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  word-break: initial !important;
  word-wrap: initial !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.page-header {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  padding-bottom: 1px;
}
.page-header::after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  display: block;
  width: 100vw;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  transform: translateX(-50%);
}
.page-header .title-area {
  position: relative;
  z-index: 0;
  width: 100%;
}
@media (min-width: 1280px) {
  .page-header .title-area {
    margin: 0 auto;
  }
}
.page-header .title-area .title-area-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 4.5rem 1.5rem 2.5rem;
  gap: 40px;
}
@media (min-width: 768px) {
  .page-header .title-area .title-area-inner {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media (min-width: 1280px) {
  .page-header .title-area .title-area-inner {
    width: 100%;
    max-width: 1920px;
    padding: 7.5rem;
    flex-direction: row;
  }
}
html[lang=en] .page-header .title-area .title-area-inner.page-header-en {
  display: flex;
}
.page-header .title-area .title {
  margin: 0;
  word-break: keep-all;
  overflow-wrap: break-word;
  font-family: var(--font-jokker), sans-serif;
  font-weight: 600;
  font-size: 46px;
  font-size: 2.875rem;
  line-height: 41px;
  line-height: 2.5625rem;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  max-width: 245px;
  color: #000;
}
html[lang=ko] .page-header .title-area .title {
  font-family: var(--font-suit), sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 42px;
  line-height: 2.625rem;
}
@media (min-width: 1280px) {
  .page-header .title-area .title {
    max-width: 715px;
    width: 100%;
    font-family: var(--font-jokker), sans-serif;
    font-weight: 600;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    font-size: 96px;
    font-size: 6rem;
    line-height:84px;
    line-height: 5.25rem;
  }
  html[lang=ko] .page-header .title-area .title {
    font-family: var(--font-suit), sans-serif;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-size: 96px;
    font-size: 6rem;
    line-height: 100px;
    line-height: 6.25rem;
  }
}
.page-header .title-area .description {
  font-family: var(--font-grotesk-text-r), sans-serif;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0;
  width: 100%;
  color: #515151;
}
html[lang=ko] .page-header .title-area .description {
  font-family: var(--font-suit), sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
}
@media (min-width: 1280px) {
  .page-header .title-area .description {
    /*max-width: 731px;*/
    font-family: var(--font-grotesk-text-r), sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
    width: 100%;
  }
  html[lang=ko] .page-header .title-area .description {
    font-family: var(--font-suit), sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
.page-header .bg-image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-header .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lnb-area {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .lnb-area {
    width: 100%;
    max-width: 800px;
    padding: 0;
    margin: 0 auto;
  }
}
@media (min-width: 1280px) {
  .lnb-area {
    width: 100%;
    max-width: 1920px;
    padding: 0 96px;
  }
}
.lnb-area .section-tabs {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.25rem 1.5rem 0;
  height: 69px;
}
@media (min-width: 1280px) {
  .lnb-area .section-tabs {
    gap: 3.75rem;
    height: 98px;
    padding-top: 2.125rem;
  }
  .lnb-area .section-tabs [role=tab] {
    padding-bottom: 30px;
  }
}
.lnb-area .section-tabs [role=tab] {
  padding: 0;
  padding-bottom: 29px;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  background: none;
  color: #8c8c8c;
  cursor: pointer;
  height: 100%;
  font-family: var(--font-grotesk-text-r), sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0;
}
@media (min-width: 1280px) {
  .lnb-area .section-tabs [role=tab] {
    padding-bottom: 32px;
    font-family: var(--font-grotesk-text-r), sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
.lnb-area .section-tabs [role=tab][aria-selected=true] {
  border-bottom-color: #5900FF;
  color: #5900FF;
  font-weight: 500;
}

.ethics {
  width: 100%;
  max-width: 1920px;
  padding: 3.75rem 1.5rem 4.5rem;
  margin: 0 auto;
  background-color: #fff;
  color: #000;
}
@media (min-width: 768px) {
  .ethics {
    max-width: 800px;
  }
}
@media (min-width: 1280px) {
  .ethics {
    position: relative;
    max-width: 1920px;
    padding: 7.5rem;
  }
}
.ethics-title {
  color: #000;
  margin: 0;
  font-family: var(--font-suit), sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
}
@media (min-width: 1280px) {
  .ethics-title {
    font-family: var(--font-suit), sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
.ethics-title:not(:first-of-type) {
  margin-top: 3rem;
}
@media (min-width: 1280px) {
  .ethics-title:not(:first-of-type) {
    margin-top: 3.25rem;
  }
}
.ethics-title + .ethics-list {
  margin-top: 1.5rem;
}
.ethics-list {
  display: flex;
  flex-direction: column;
  margin: 0 0 0.9375rem;
  padding: 0;
  gap: 0.9375rem;
}
.ethics-list-item {
  position: relative;
  padding-left: 0.8125rem;
  color: #515151;
  list-style: none;
  word-break: keep-all;
  overflow-wrap: break-word;
  font-family: var(--font-suit), sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
}
@media (min-width: 1280px) {
  .ethics-list-item {
    font-family: var(--font-suit), sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
.ethics-list-item::before {
  position: absolute;
    top: calc(1.25rem / 2);
    transform: translateY(-50%);
  left: 0;
  width: 3px;
  height: 3px;
  background-color: currentcolor;
  content: "";
  border-radius: 50%;
}
@media (min-width: 1280px) {
    .ethics-list-item::before {
        /* 데스크탑 line-height(2rem)의 절반으로 변경 */
        top: calc(2rem / 2);
    }
}
.ethics-list.ethics-guide-list {
  margin-bottom: 0;
  gap: 0.75rem;
}
.ethics-desc {
  margin-top: 1.5625rem;
  color: #515151;
  word-break: keep-all;
  overflow-wrap: break-word;
  font-family: var(--font-suit), sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
}
@media (min-width: 1280px) {
  .ethics-desc {
    font-family: var(--font-suit), sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
.ethics-desc + .ethics-list {
  margin-top: 0.9375rem;
}
@media (min-width: 1280px) {
  .ethics-desc + .ethics-list {
    margin-top: 1.1875rem;
  }
}
.ethics .report-form {
  display: flex;
  flex-direction: column;
  margin-top: 3.25rem;
}
.ethics .report-label {
  display: block;
  color: #000;
  font-family: var(--font-suit), sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
}
@media (min-width: 1280px) {
  .ethics .report-label {
    font-family: var(--font-suit), sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
.ethics .report-desc {
  color: #000;
  word-break: keep-all;
  overflow-wrap: break-word;
  font-family: var(--font-suit), sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.ethics .report-radio-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  gap: 0.25rem 0.75rem;
}
.ethics .report-radio-box .report-label {
  width: 100%;
}
.ethics .report-radio-box .report-radio-item {
  color: #515151;
  font-family: var(--font-suit), sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
}
@media (min-width: 1280px) {
    .ethics .report-radio-box .report-radio-item {
        color: #515151;
        font-family: var(--font-suit), sans-serif;
        font-weight: 400;
        letter-spacing: 0;
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 18px;
        line-height: 1.125rem;
    }
}
.ethics .report-error {
  color: #da1e28;
  font-family: var(--font-suit), sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
}
@media (min-width: 1280px) {
  .ethics .report-error {
    font-family: var(--font-suit), sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.ethics .report-input-box {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (min-width: 768px) {
  .ethics .report-input-box {
    max-width: 840px;
  }
}
.ethics .report-input-box .report-input-item {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.25rem;
}
@media (min-width: 1280px) {
  .ethics .report-input-box .report-input-item {
    flex: 1;
  }
}
@media (min-width: 1280px) {
  .ethics .report-input-box .report-input-item.report-form-title, .ethics .report-input-box .report-input-item.report-form-content, .ethics .report-input-box .report-input-item.report-form-attachment, .ethics .report-input-box .report-input-item.report-form-captcha {
    width: 100%;
    flex: none;
  }
}
.ethics .report-input-box .report-input-item.report-form-captcha {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.ethics .report-input-box .report-input-item.report-form-captcha .captcha-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
}
.ethics .report-input-box .report-input-item.report-form-captcha .captcha-wrap .report-label {
  width: 100%;
}
.ethics .report-input-box .report-input-item.report-form-captcha .captcha-wrap .img-recaptcha {
  display: flex;
  height: 40px;
  align-items: center;
  overflow: hidden;
}
.ethics .report-input-box .report-input-item.report-form-captcha .captcha-wrap .img-recaptcha img,
#captchaImg {
  width: 170px;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .ethics .report-input-box .report-input-item.report-form-captcha {
    display: grid;
    grid-template-columns: 170px 1fr 200px;
    grid-template-rows: auto auto;
    grid-template-areas:
      "captcha-label captcha-label captcha-label"
      "captcha-img captcha-input captcha-btn";
    gap: 0.5rem 1rem;
    align-items: end;
  }
  .ethics .report-input-box .report-input-item.report-form-captcha .captcha-wrap {
    display: contents;
  }
  .ethics .report-input-box .report-input-item.report-form-captcha .captcha-wrap .report-label {
    grid-area: captcha-label;
  }
  .ethics .report-input-box .report-input-item.report-form-captcha .captcha-wrap .img-recaptcha {
    grid-area: captcha-img;
  }
  .ethics .report-input-box .report-input-item.report-form-captcha .captcha-wrap .text-input {
    grid-area: captcha-input;
    min-width: 0;
  }
  .ethics .report-input-box .report-input-item.report-form-captcha .btn-captcha-refresh {
    grid-area: captcha-btn;
    box-sizing: border-box;
    width: 200px;
    min-width: 200px;
    height: 48px;
    min-height: 48px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.ethics .report-input-box .report-input-item.report-form-captcha .btn-captcha-refresh {
  width: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 1280px) {
  .ethics .report-input-box .report-input-item.report-form-captcha .btn-captcha-refresh {
    box-sizing: border-box;
    width: 200px;
    min-width: 200px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.ethics .report-input-box .report-input-item .text-input {
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.75rem;
  font-family: var(--font-suit), sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
}
.ethics .report-input-box .report-input-item .text-input input {
  width: inherit;
}
.ethics .report-input-box .report-input-item .text-input input::-moz-placeholder {
  color: #ccc;
}
.ethics .report-input-box .report-input-item .text-input input::placeholder {
  color: #ccc;
}
html[lang=en] .ethics .report-input-box .report-input-item .text-input input::-moz-placeholder {
    color: #ccc;
    font-size: 13px;
    font-size: 0.8125rem;
}
html[lang=en] .ethics .report-input-box .report-input-item .text-input input::placeholder {
    color: #ccc;
    font-size: 13px;
    font-size: 0.8125rem;
}

.ethics .report-input-box .report-input-item .text-area {
  height: 195px;
  font-family: var(--font-suit), sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
}
.ethics .report-agree {
  display: flex;
  flex-direction: column;
  margin-top: 6.25rem;
  margin-bottom: 3rem;
}
.ethics .report-agree-title {
  margin: 0 0 3rem;
  color: #000;
  font-weight: 500;
  font-family: var(--font-suit), sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media (min-width: 1280px) {
  .ethics .report-agree-title {
    font-family: var(--font-suit), sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
.ethics .report-agree-subtitle {
  margin: 0 0 0.75rem;
  color: #000;
  word-break: keep-all;
  overflow-wrap: break-word;
  font-family: var(--font-suit), sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22px;
  line-height: 1.375rem;
}
@media (min-width: 1280px) {
  .ethics .report-agree-subtitle {
    font-family: var(--font-suit), sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
.ethics .report-agree-subtitle + .ethics-list {
  margin-bottom: 2rem;
}
.ethics .report-agree-desc {
  color: #515151;
  word-break: keep-all;
  overflow-wrap: break-word;
  font-family: var(--font-suit), sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
}
@media (min-width: 1280px) {
  .ethics .report-agree-desc {
    font-family: var(--font-suit), sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
.ethics .report-agree-desc + .ethics-list {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 1280px) {
  .ethics .report-agree-desc + .ethics-list {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.ethics .report-agree + .report-desc {
  font-family: var(--font-suit), sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media (min-width: 1280px) {
  .ethics .report-agree + .report-desc {
    font-family: var(--font-suit), sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
    font-weight: 500;
  }
}
.ethics .report-agree-checkbox {
  width: 100%;
  margin-top: 3rem;
  font-family: var(--font-suit), sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
}
@media (min-width: 1280px) {
  .ethics .report-agree-checkbox {
    font-family: var(--font-suit), sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.ethics .report-sub-desc {
  margin-top: 0.25rem;
  color: #8c8c8c;
  word-break: keep-all;
  overflow-wrap: break-word;
  font-family: var(--font-suit), sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
}
@media (min-width: 1280px) {
  .ethics .report-sub-desc {
    font-family: var(--font-suit), sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.ethics .link-policy {
  color: #000;
}
@media (min-width: 1280px) {
  .ethics .link-policy {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.ethics .btns {
  display: flex;
  margin-top: 3rem;
  gap: 0.5rem;
}
@media (min-width: 1280px) {
  .ethics .btns {
    max-width: 636px;
    flex-direction: row;
    margin: 6.25rem auto 0;
    gap: 0.625rem;
  }
}
.ethics .btns .btn {
  flex: 1;
}

/* 폼 요소 (라디오, 파일, 텍스트) */
.radio-box {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  background-color: transparent;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}
.radio-box .ico-check {
  position: relative;
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  background-color: transparent;
  transition: background-color 0.15s, border 0.15s;
}
.radio-box .ico-check .icon {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: border 0.15s;
}
.radio-box .ico-check .icon::before, .radio-box .ico-check .icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
  transition: width 0.3s, height 0.3s;
}
.radio-box .ico-check .icon::after {
  background-color: #000;
}
.radio-box input {
  display: none;
}
.radio-box input:checked ~ .ico-check .icon::before {
  width: 100%;
  height: 100%;
}
.radio-box input:checked ~ .ico-check .icon::after {
  width: 8px;
  height: 8px;
}
.radio-box .text {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.radio-box label {
  display: contents;
  cursor: inherit;
}
.radio-box label::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}

.file-attach {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .ethics .report-input-box .report-input-item.report-form-attachment {
    display: grid;
    grid-template-columns: 1fr 200px;
    grid-template-rows: auto auto auto;
    grid-template-areas:
      "file-label file-label"
      "file-input file-btn"
      "file-desc file-desc";
    gap: 0.5rem 1rem;
    align-items: end;
  }
  .ethics .report-input-box .report-input-item.report-form-attachment .report-label {
    grid-area: file-label;
  }
  .ethics .report-input-box .report-input-item.report-form-attachment .file-attach {
    display: contents;
  }
  .ethics .report-input-box .report-input-item.report-form-attachment .file-attach .file-input {
    grid-area: file-input;
    width: 100%;
    min-width: 0;
  }
  .ethics .report-input-box .report-input-item.report-form-attachment .file-attach .btn-file-find {
    grid-area: file-btn;
    box-sizing: border-box;
    width: 200px;
    min-width: 200px;
    height: 48px;
    min-height: 48px;
  }
  .ethics .report-input-box .report-input-item.report-form-attachment .file-attach .file-desc {
    grid-area: file-desc;
  }
}

.file-attach .file-input {
  position: relative;
  display: flex;
  width: 100%;
  height: 40px;
  align-items: center;
  padding-right: 0.5rem;
  padding-left: 0.75rem;
  border-bottom: 1px solid #515151;
  cursor: pointer;
  /* input[type="file"]: 네이티브 "파일선택 / 선택된 파일 없음" 완전히 숨기고 영역만 클릭 가능하게 */
}
@media (min-width: 768px) {
  .file-attach .file-input {
    width: calc(100% - 240px);
  }
}
.file-attach .file-input input[type=file] {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: transparent;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  opacity: 0;
}
.file-attach .file-input input[type=file]:focus {
  outline: none;
}
.file-attach .file-input input[type=file]:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.file-attach .file-input input[type=file]::file-selector-button {
  display: none;
}
.file-attach .file-input input[type=file]::-webkit-file-upload-button {
  display: none;
}
.file-attach .file-input input[type=file]::-moz-focus-inner {
  border: 0;
}
.file-attach .file-input input[type=file]::-ms-browse {
  display: none;
}
.file-attach .file-input .file-text {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  color: #000;
  pointer-events: none;
  transform: translateY(-50%);
  font-family: var(--font-suit), sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
}
@media (min-width: 1280px) {
  .file-attach .file-input .file-text {
    font-family: var(--font-suit), sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 20px;
    line-height: 1.25rem;
    /*font-size: 20px;*/
    /*font-size: 1.25rem;*/
    /*line-height: 32px;*/
    /*line-height: 2rem;*/
  }
}
.file-attach .file-input .file-text.placeholder {
  color: #ccc;
}
.file-attach .file-desc {
  width: 100%;
  color: #8c8c8c;
  text-align: left;
  font-family: var(--font-suit), sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
}
@media (min-width: 1280px) {
  .file-attach .file-desc {
    font-family: var(--font-suit), sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
.file-attach .btn-file-find {
    width: 100%;
    font-size: 13px;
    font-size: 0.8125rem;
}
@media (min-width: 1280px) {
    .file-attach .btn-file-find {
        max-width: 200px;
        font-size: 16px;
        font-size: 1rem;
    }
}

.text-input {
  display: block;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  padding: 0.5rem 0.75rem;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  color: #000;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.text-input:hover {
  border-bottom-color: #000;
}
.text-input:focus-within {
  border-bottom-color: #000;
}
.text-input .input-area {
  position: relative;
  width: 100%;
  height: 100%;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.text-input input {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  color: inherit;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  outline: none;
}
@media (min-width: 1280px) {
    .text-input input {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 24px;
        line-height: 1.5rem;
    }
}

.text-input input::-moz-placeholder {
  color: #8c8c8c;
}
.text-input input::placeholder {
  color: #8c8c8c;
}
.text-input input:focus {
  border: none;
  outline: none;
}
.text-input input::-webkit-search-decoration, .text-input input::-webkit-search-cancel-button, .text-input input::-ms-clear, .text-input input::-ms-reveal {
  display: none;
}

.report-input-box {
  display: flex;
  max-width: min(90vw, 840px);
  flex-wrap: wrap;
  gap: 1.5rem;
}

.text-area {
  display: flex;
  overflow: hidden;
  flex-direction: column;
}
.text-area textarea {
  width: 100%;
  height: 100%;
  padding: 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  color: #000;
  resize: none;
  font-family: var(--font-suit), sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
}
@media (min-width: 1280px) {
  .text-area textarea {
    font-family: var(--font-suit), sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.text-area textarea::-moz-placeholder {
  color: #cccccc;
}
.text-area textarea::placeholder {
  color: #cccccc;
}
.text-area textarea:focus {
  border-color: #000;
  outline: none;
}
.text-area textarea:focus::-moz-placeholder {
  font-size: 0;
}
.text-area textarea:focus::placeholder {
  font-size: 0;
}

.report-desc {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
}
.report-desc a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* 개인정보 동의 체크박스 - 커스텀 디자인 */
.report-agree-checkbox {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-top: 3rem;
  padding-left: 1.75rem;
  cursor: pointer;
  gap: 0.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /* 커스텀 체크박스 박스 */
}
.report-agree-checkbox input {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.report-agree-checkbox::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0;
  background-color: #fff;
  content: "";
  transition: border-color 0.2s, background-color 0.2s;
}
.report-agree-checkbox:has(input:checked)::before {
  background: transparent;
}
.report-agree-checkbox:has(input:checked)::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("../images/icon-check.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.report-agree-checkbox span {
  flex: 1;
}

.report-sub-desc {
  margin: 0.25rem 0 0;
  color: #8c8c8c;
  font-size: 0.875rem;
}

.btns {
  display: flex;
  align-items: center;
  margin-top: 3rem;
  gap: 0.5rem;
}
@media (min-width: 1280px) {
  .btns {
    max-width: 656px;
    flex-direction: row;
    margin: 6.25rem auto 0;
    gap: 0.625rem;
    width: 100%;
  }
}

.btn {
  width: 200px;
  height: 48px;
  padding: 0;
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  cursor: pointer;
}
.btn .btn-text {
  font-family: var(--font-grotesk-text-r), sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  line-height: 0.75rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .btn .btn-text {
    font-family: var(--font-grotesk-text-r), sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

.btn-submit {
  border-color: #5900ff;
  background-color: #5900ff;
  color: #fff;
  flex: 1;
  width: auto;
}
.btn-submit {
    font-size: 12px;
    font-size: 0.75rem;
}
@media (min-width: 768px) {
    .btn-submit {
        height: 64px;
    }
}
@media (min-width: 1280px) {
    .btn-submit {
        height: 64px;
        font-size: 16px;
        font-size: 1rem;
    }
}

.btn-cancel {
  border-color: rgba(0, 0, 0, 0.5);
  background-color: transparent;
  color: #000;
  flex: 1;
  width: auto;
}
.btn-cancel {
    font-size: 12px;
    font-size: 0.75rem;
}
@media (min-width: 768px) {
    .btn-cancel {
        height: 64px;
    }
}
@media (min-width: 1280px) {
    .btn-cancel {
        height: 64px;
        font-size: 16px;
        font-size: 1rem;
    }
}

.br-pc {
  display: none;
}
@media (min-width: 1280px) {
  .br-pc {
    display: block;
  }
}

/* ========== 영문(html[lang="en"]) 타입 스타일 ========== */
[lang=en] .ethics-title {
  font-family: var(--font-grotesk-display-medium), sans-serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
}
@media (min-width: 1280px) {
  [lang=en] .ethics-title {
    font-family: var(--font-grotesk-text-m), sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
[lang=en] .ethics-desc {
  font-family: var(--font-grotesk-text-r), sans-serif;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0;
}
@media (min-width: 1280px) {
  [lang=en] .ethics-desc {
    font-family: var(--font-grotesk-text-r), sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
[lang=en] .ethics-list-item {
  font-family: var(--font-grotesk-text-r), sans-serif;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0;
}
@media (min-width: 1280px) {
  [lang=en] .ethics-list-item {
    font-family: var(--font-grotesk-display-roman), sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
[lang=en] .ethics .report-label {
  font-family: var(--font-grotesk-text-r), sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
}
@media (min-width: 1280px) {
  [lang=en] .ethics .report-label {
    font-family: var(--font-grotesk-display-roman), sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
[lang=en] .ethics .report-desc {
  font-family: var(--font-grotesk-text-r), sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
}
[lang=en] .ethics .report-radio-box .report-label {
  font-family: var(--font-grotesk-text-r), sans-serif;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0;
}
@media (min-width: 1280px) {
  [lang=en] .ethics .report-radio-box .report-label {
    font-family: var(--font-grotesk-display-roman), sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
[lang=en] .ethics .report-radio-box .report-radio-item {
  font-family: var(--font-grotesk-text-r), sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
}
@media (min-width: 1280px) {
  [lang=en] .ethics .report-radio-box .report-radio-item {
    font-family: var(--font-grotesk-display-roman), sans-serif;
    font-weight: 400;
    letter-spacing: -0.03em;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
[lang=en] .ethics .report-error {
  font-family: var(--font-grotesk-text-r), sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
}
@media (min-width: 1280px) {
  [lang=en] .ethics .report-error {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
[lang=en] .ethics .report-input-box .report-input-item .text-input {
  font-family: var(--font-grotesk-text-r), sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
}
@media (min-width: 1280px) {
  [lang=en] .ethics .report-input-box .report-input-item .text-input {
    font-family: var(--font-grotesk-display-roman), sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
[lang=en] .ethics .report-input-box .report-input-item .text-area {
  font-family: var(--font-grotesk-text-r), sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
}
@media (min-width: 1280px) {
  [lang=en] .ethics .report-input-box .report-input-item .text-area {
    font-family: var(--font-grotesk-display-roman), sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
[lang=en] .ethics .report-agree-title {
  font-family: var(--font-grotesk-display-medium), sans-serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
}
@media (min-width: 1280px) {
  [lang=en] .ethics .report-agree-title {
    font-family: var(--font-grotesk-display-medium), sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
[lang=en] .ethics .report-agree-subtitle {
  font-family: var(--font-grotesk-text-m), sans-serif;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media (min-width: 1280px) {
  [lang=en] .ethics .report-agree-subtitle {
    font-family: var(--font-grotesk-text-m), sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
[lang=en] .ethics .report-agree-desc {
  font-family: var(--font-grotesk-text-r), sans-serif;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0;
}
@media (min-width: 1280px) {
  [lang=en] .ethics .report-agree-desc {
    font-family: var(--font-grotesk-text-r), sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
[lang=en] .ethics .report-agree .ethics-list-item {
  font-family: var(--font-grotesk-text-r), sans-serif;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0;
}
@media (min-width: 1280px) {
  [lang=en] .ethics .report-agree .ethics-list-item {
    font-family: var(--font-grotesk-text-r), sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
[lang=en] .ethics .report-agree + .report-desc {
  /*margin-top: 3rem;*/
}
@media (min-width: 1280px) {
  [lang=en] .ethics .report-agree + .report-desc {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
    font-weight: 0;
  }
}
[lang=en] .ethics .report-agree-checkbox {
  font-family: var(--font-grotesk-text-r), sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
}
@media (min-width: 1280px) {
  [lang=en] .ethics .report-agree-checkbox {
    font-family: var(--font-grotesk-display-roman), sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
[lang=en] .ethics .report-sub-desc {
  font-family: var(--font-grotesk-text-r), sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
}
@media (min-width: 1280px) {
  [lang=en] .ethics .report-sub-desc {
    font-family: var(--font-grotesk-display-roman), sans-serif;
    font-weight: 400;
    letter-spacing: -0.03em;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
[lang=en] .ethics .text-area textarea {
  font-family: var(--font-grotesk-text-r), sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
}
@media (min-width: 1280px) {
  [lang=en] .ethics .text-area textarea {
    font-family: var(--font-grotesk-display-roman), sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
[lang=en] .ethics .file-attach .file-desc {
  font-family: var(--font-grotesk-text-r), sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
}
@media (min-width: 1280px) {
  [lang=en] .ethics .file-attach .file-desc {
    font-family: var(--font-grotesk-display-roman), sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
[lang=en] .ethics .file-attach .file-input .file-text {
  font-family: var(--font-grotesk-text-r), sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
}
@media (min-width: 1280px) {
  [lang=en] .ethics .file-attach .file-input .file-text {
    font-family: var(--font-grotesk-display-roman), sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

/* ========== Header ========== */
.header-new {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.header__inner__new {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  height: 56px;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .header__inner__new {
    max-width: 800px;
    height: 64px;
    margin: 0 auto;
    padding: 0 1.5rem;
  }
}
@media (min-width: 1280px) {
  .header__inner__new {
    max-width: 1920px;
    height: 80px;
    padding: 0 7.5rem;
  }
}
.header__inner__new h1 {
  margin: 0;
  font-size: 0;
  line-height: 1;
}
.header__inner__new h1 a {
  display: inline-block;
  text-decoration: none;
  color: #000;
}
.header__inner__new h1 a span {
  font-family: "Infinity Sans Cond", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.02em;
}
@media (min-width: 1280px) {
  .header__inner__new h1 a span {
    font-size: 28px;
  }
}
.header__sidemenu__new {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__sidemenu__new li {
  display: flex;
  align-items: center;
}
.header__sidemenu__new li + li::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin-right: 0.25rem;
  background-color: rgba(0, 0, 0, 0.3);
}
.header__sidemenu__new-link {
  display: inline-block;
  padding: 0.25rem 0.375rem;
  text-decoration: none;
  color: #8c8c8c;
  font-family: "Neue Haas Grotesk Text";
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.03em;
  transition: color 0.2s;
}
.header__sidemenu__new-link.on {
  color: #000;
  font-weight: 500;
}
.header__sidemenu__new-link:hover {
  color: #000;
}
@media (min-width: 1280px) {
  .header__sidemenu__new-link {
    font-size: 14px;
  }
}

/* ========== Footer ========== */
.footer {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  padding: 2rem 1.5rem;
}
@media (min-width: 768px) {
  .footer__inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem;
  }
}
@media (min-width: 1280px) {
  .footer__inner {
    max-width: 1920px;
    padding: 3rem 7.5rem;
  }
}
.footer .corp-information,
.footer .corp-information-kr {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 0.375rem;
  margin: 0;
  font-family: "Neue Haas Grotesk Text";
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #515151;
}
@media (min-width: 1280px) {
  .footer .corp-information,
  .footer .corp-information-kr {
    font-size: 14px;
  }
}
.footer .corp-information dt,
.footer .corp-information-kr dt {
  color: #000;
}
.footer .corp-information dd,
.footer .corp-information-kr dd {
  margin: 0;
}
.footer .copyright {
  margin: 0.5rem 0 0;
  font-family: "Neue Haas Grotesk Text";
  font-weight: 400;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #8c8c8c;
}
@media (min-width: 1280px) {
  .footer .copyright {
    font-size: 12px;
    margin-top: 1rem;
  }
}