@charset "UTF-8";
/* 폰트 사이즈 변환 */
/* 말줄임표 */
html,
body {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

html {
  background: #fff;
  color: #444;
  font-family: "Pretendard", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 10px;
  font-weight: 500;
  letter-spacing: -0.05px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-size: 1.8rem;
  line-height: 1.6667;
}

* {
  font: inherit;
  box-sizing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: keep-all;
}

*:active,
*:focus,
*:focus:active {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

div,
span,
strong,
em,
p,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
td,
abbr,
acronym,
address,
big,
cite,
code,
ins,
small,
sub,
sup {
  padding: 0;
  margin: 0;
  font-size: inherit;
  color: inherit;
}

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

ol,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
td {
  font-weight: normal;
  font-size: 100%;
}

form,
fieldset {
  border: 0;
}

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

abbr,
acronym {
  border: 0;
}

abbr,
address,
big,
cite,
code,
ins,
small,
sub,
sup,
em {
  font-weight: normal;
  font-style: normal;
}

sup,
sub {
  color: inherit;
}

blockquote,
q {
  quotes: none;
}

caption {
  display: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img,
input,
select {
  vertical-align: middle;
  outline: none;
}

input {
  vertical-align: middle;
  outline: none;
}

select {
  font-size: 1.4rem;
  background: #fff;
}

button,
textarea {
  outline: none;
}

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

textarea {
  resize: none;
}

input,
select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

strong {
  font-weight: bold;
}

/*ios*/
input,
textarea,
[contenteditable] {
  -webkit-user-select: text;
  -moz-user-select: text;
       user-select: text;
  box-shadow: none;
}

@font-face {
  font-family: Pretendard;
  src: url("/fonts/pretendard/woff/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: Pretendard;
  src: url("/fonts/pretendard//woff/Pretendard-SemiBold.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: Pretendard;
  src: url("/fonts/pretendard//woff/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
}
body {
  font-family: "Pretendard";
  font-size: 10px;
}

.blind {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.is-lock {
  overflow: hidden;
  touch-action: none;
}

.list-depth1 strong {
  font-weight: 600;
}
.list-depth1 li {
  position: relative;
  margin-top: 1rem;
}
.list-depth1 li .num {
  position: absolute;
}
.list-depth1 li .num + .txt {
  padding-left: 2.4rem;
}

.list-depth2 {
  font-weight: 600;
}
.list-depth2 li {
  margin-top: 0.5rem;
}

.list-dot > li {
  position: relative;
  padding-left: 1.4rem;
}
.list-dot > li:before {
  content: "";
  position: absolute;
  left: 0rem;
  top: 1.2rem;
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  background-color: #444;
  border-radius: 50%;
}
.list-dot > li + li {
  margin-top: 0.5rem;
}

.ui-table {
  width: 100%;
  margin-top: 6rem;
  table-layout: fixed;
  border-top: 0.2rem solid #000;
}
.ui-table th,
.ui-table td {
  padding: 3.5rem 0 3.5rem 2rem;
  border-bottom: 0.1rem solid #ddd;
  word-break: break-all;
}
.ui-table th {
  color: #444;
  width: 10rem;
}
.ui-table td {
  font-weight: 600;
  color: #000;
}
@media (max-width: 1200px) {
  .ui-table tbody,
  .ui-table tr,
  .ui-table th,
  .ui-table td {
    display: block;
    width: 100%;
  }
  .ui-table th {
    border: 0;
    padding: 2rem 2rem 0rem;
    text-align: left;
  }
  .ui-table td {
    border: 0;
    padding: 2rem;
    border-bottom: 1px solid #ddd;
  }
}

.black-box {
  margin-top: 6rem;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1200px) {
  .black-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.black-box .card {
  padding: 4rem;
  background-color: #191920;
  color: #fff;
  -webkit-backdrop-filter: blur(2rem);
          backdrop-filter: blur(2rem);
  border-radius: 1.6rem;
}
.black-box .card-large {
  grid-column: span 2;
}
@media (max-width: 1200px) {
  .black-box .card-large {
    grid-column: span 1;
  }
}
.black-box .card-large:nth-child(1) h3 {
  background-image: url(/images/ico-mission01.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
}
.black-box .card-large:nth-child(2) h3 {
  background-image: url(/images/ico-mission02.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
}
.black-box .card .label {
  font-weight: 700;
  color: #2E90FF;
}
.black-box .card h3 {
  font-weight: 700;
  font-size: clamp(22px, 22px + (32 - 22) * (100vw - 365px) / (1200 - 365), 32px);
  margin-top: clamp(20px, 20px + (40 - 20) * (100vw - 365px) / (1200 - 365), 40px);
}
.black-box .card p {
  opacity: 60%;
  margin-top: clamp(5px, 5px + (10 - 5) * (100vw - 365px) / (1200 - 365), 10px);
}

@media (max-width: 1200px) {
  .mo-hidden {
    display: none;
  }
}

.ui-input {
  position: relative;
}
.ui-input .btn-clear {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(/images/icon_common_delete.svg);
  display: none;
}
.ui-input .btn-clear.show {
  display: block;
}
.ui-input input {
  padding-right: 44px !important;
}
.ui-input:has(textarea) .btn-clear {
  transform: translateY(0);
  top: 20px;
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  will-change: opacity, transform;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  z-index: 1;
  width: 100%;
  background-color: transparent;
  gap: 19.5rem;
  padding: 3.5rem 4rem;
}
@media (max-width: 1200px) {
  header {
    padding: 0;
  }
}
header .herder-wrap {
  display: flex;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1200px) {
  header .herder-wrap {
    display: block;
  }
}
header .logo {
  margin: 0;
}
@media (max-width: 1200px) {
  header .logo {
    margin: 0;
    padding: 2rem;
  }
}
header .logo h1 {
  width: 20.3rem;
  height: 2.4rem;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  header .logo h1 {
    width: 17rem;
    height: 2rem;
  }
}
header .logo h1 a {
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(/images/logo-h1.svg);
  background-size: cover;
}
header .gnb-wrap.show {
  display: block;
}
header .gnb-wrap.show .btn-menu {
  background-image: url(/images/ico-close.svg);
}
@media (max-width: 1200px) {
  header .gnb-wrap {
    display: none;
  }
}
header nav .gnb {
  display: flex;
  gap: 10rem;
}
@media (max-width: 1200px) {
  header nav .gnb {
    height: calc(100vh - 6rem);
    flex-direction: column;
    gap: 6rem;
    padding-top: 10rem;
  }
}
header nav .gnb li a {
  font-size: 1.8rem;
  color: #fff;
  width: 100%;
  display: block;
}
header nav .gnb li a:hover {
  text-decoration: underline;
}
@media (max-width: 1200px) {
  header nav .gnb li a {
    font-size: 3.2rem;
    text-align: center;
  }
}
header.fixed {
  background-color: #fff;
  z-index: 3;
  box-shadow: 0 0 1.6rem 0 rgba(0, 0, 0, 0.08);
}
header.fixed h1 a {
  background-image: url(/images/logo-h1-color.svg);
}
header.fixed nav .gnb li a {
  color: #000;
}
header.fixed .btn-menu {
  background-image: url(/images/ico-menu-black.svg);
}
header.hidden {
  /* 헤더 높이만큼 위로 올려서 숨깁니다 */
  transform: translateY(-100%);
}
header:has(.gnb-wrap.show) {
  background-image: url(/images/bg-ham.svg);
  background-size: cover;
}
header .btn-menu {
  width: 4rem;
  height: 4rem;
  background-image: url(/images/ico-menu.svg);
  position: absolute;
  right: 20px;
  display: block;
  top: 10px;
  display: none;
}
@media (max-width: 1200px) {
  header .btn-menu {
    display: block;
  }
}
header .btn-menu.close {
  background-image: url(/images/ico-close.svg);
}

footer {
  background: #121212;
  font-size: 1.8rem;
  color: #fff;
  padding: 8rem 0 6rem;
}
footer .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-top .pic {
  width: 25.4rem;
  height: 3rem;
}
@media (max-width: 1200px) {
  footer .footer-top .pic {
    width: 20.3rem;
    height: 2.4rem;
  }
}
footer .footer-top .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer-top .footer-logo {
  width: 100%;
}
footer .footer-top .footer-nav {
  display: flex;
  gap: 4rem;
}
@media (max-width: 1200px) {
  footer .footer-top .footer-nav {
    display: none;
  }
}
footer .footer-top .footer-nav *:hover {
  text-decoration: underline;
}
footer .footer-mid {
  margin-top: 4rem;
  opacity: 0.7;
}
footer .footer-mid .footer-info-txt {
  display: flex;
  gap: 2rem;
}
footer .footer-mid .footer-info-txt + .footer-info-txt {
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  footer .footer-mid .footer-info-txt + .footer-info-txt {
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 2rem;
  }
}
footer .footer-bot {
  padding-top: 4rem;
  margin-top: 4rem;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.1);
  opacity: 0.7;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  footer .footer-bot {
    flex-direction: column;
    gap: clamp(5px, 2.5vw, 20px);
  }
}
footer .footer-bot .inr {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  footer .footer-bot .inr {
    display: block;
  }
}
@media (max-width: 1200px) {
  footer .footer-link {
    margin-top: 2rem;
    display: block;
  }
}

.inr {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .inr {
    width: calc(100% - 40px);
  }
}

.section {
  padding: clamp(60px, 60px + (120 - 60) * (100vw - 365px) / (1200 - 365), 120px) 0;
  font-size: 1.8rem;
  line-height: 1.6666;
  background-size: cover;
}

.section-sub-visu {
  background-position: center;
  background-size: cover;
}

.section-sub-visu01 {
  background-image: url("/images/bg-sub-visu01.png");
}

.section-sub-visu02 {
  background-image: url("/images/bg-sub-visu02.png");
}

.section-sub-visu03 {
  background-image: url("/images/bg-sub-visu03.png");
}

.section-sub-visu04 {
  background-image: url("/images/bg-sub-visu04.png");
}

.section-sub-visu05 {
  background-image: url("/images/bg-sub-visu05.png");
}

.title-box {
  padding: clamp(103px, 103px + (190 - 103) * (100vw - 365px) / (1200 - 365), 190px);
  text-align: center;
}
.title-box h2 {
  color: #fff;
  font-size: clamp(32px, 32px + (60 - 32) * (100vw - 365px) / (1200 - 365), 60px);
  font-weight: 700;
  line-height: 1.2;
}
.title-box .desc {
  font-size: 2rem;
  line-height: 1.6;
  color: #fff;
  margin-top: clamp(20px, 20px + (16 - 20) * (100vw - 365px) / (1200 - 365), 16px);
}
@media (max-width: 1200px) {
  .title-box .desc {
    display: none;
  }
}

.page-head {
  text-align: center;
  margin-bottom: clamp(40px, 40px + (60 - 40) * (100vw - 365px) / (1200 - 365), 60px);
}
.page-head .page-tit {
  color: #000;
  font-weight: 700;
  font-size: clamp(32px, 32px + (60 - 32) * (100vw - 365px) / (1200 - 365), 60px);
}
.page-head .page-desc {
  margin-top: clamp(16px, 16px + (20 - 16) * (100vw - 365px) / (1200 - 365), 20px);
  font-size: 2rem;
  line-height: 1.5;
}

.section-commitment .commitment-box {
  display: flex;
  align-items: center;
  gap: clamp(20px, 20px + (80 - 20) * (100vw - 365px) / (1200 - 365), 80px);
}
@media (max-width: 1200px) {
  .section-commitment .commitment-box {
    flex-direction: column;
  }
}
.section-commitment .commitment-box .pic img {
  width: 100%;
  aspect-ratio: 560/240;
}
.section-commitment .msg-wrap p + p {
  margin-top: 4rem;
}
.section-commitment .msg-wrap p + p strong {
  font-weight: 600;
  color: #000;
}

.section-mission {
  background: url(/images/bg-mission.png) center;
}
.section-mission .page-tit {
  color: #fff;
}

.section-ci .ci-intro {
  margin-top: 6rem;
}
.section-ci .ci-intro .ci-pic {
  padding: 8rem 0;
  border-radius: 1.6rem 1.6rem 0 0;
  border: 1px solid #ddd;
  border-bottom: 0;
  text-align: center;
}
.section-ci .ci-intro .ci-pic img {
  width: clamp(270px, 3.5vw, 517px);
}
.section-ci .ci-intro .ci-colors {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  border-radius: 0 0 1.6rem 1.6rem;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .section-ci .ci-intro .ci-colors {
    grid-template-columns: 1fr;
  }
}
.section-ci .ci-intro .color {
  display: flex;
  flex-direction: column;
  gap: 12.6rem;
  padding: 4rem;
  color: #fff;
  font-size: clamp(22px, 22px + (24 - 22) * (100vw - 365px) / (1200 - 365), 24px);
  font-weight: 700;
}
@media (max-width: 1200px) {
  .section-ci .ci-intro .color {
    padding: 3rem 4rem;
    gap: 4rem;
  }
}
.section-ci .ci-intro .color .value {
  display: flex;
  align-items: center;
  gap: 1.9rem;
  font-weight: 400;
  font-size: 1.8rem;
}
.section-ci .ci-intro .color .value + .value {
  margin-top: 0.4rem;
}
.section-ci .ci-intro .color.color1 {
  background-color: #007EBC;
}
.section-ci .ci-intro .color.color2 {
  background-color: #EB6B00;
}
.section-ci .ci-intro .color.color3 {
  background-color: #45B637;
}

.section-location .map-wrap {
  display: flex;
  gap: 4rem;
  flex-direction: column;
  text-align: left;
}
.section-location .map-wrap .map {
  width: 100%;
  height: 40rem;
  border-radius: 1.6rem;
  overflow: hidden;
}
.section-location .map-wrap .map-address {
  font-size: clamp(22px, 22px + (32 - 22) * (100vw - 365px) / (1200 - 365), 32px);
  color: #000;
}
.section-location .map-wrap .map-info .info-item {
  display: flex;
  gap: 2rem;
  font-size: 1.8rem;
}
.section-location .map-wrap .map-info .info-item .dt {
  color: #000;
  font-weight: 600;
  min-width: 8rem;
}
.section-location .map-wrap .map-info .info-item .dd {
  color: #444;
}
.section-location .map-wrap .map-info .info-item .dd + .dd {
  margin-top: 0.5rem;
}

.section-organization {
  background-color: #f8f8f8;
}
.section-organization .dept-chart {
  padding: 0 5.5rem;
}
@media (max-width: 1200px) {
  .section-organization .dept-chart {
    padding: 0;
  }
}
.section-organization .ceo {
  position: relative;
  border: 0;
  color: #fff;
  background-color: #121212;
  font-weight: 600;
  text-align: center;
  margin-top: 4.2rem;
  border-radius: 3.5rem;
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31rem;
  z-index: 2;
  margin: 0 auto;
}
.section-organization .ceo::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 266px;
  left: 50%;
  bottom: -266px;
  z-index: 1;
  transform: translateX(-50%);
  background: rgba(170, 170, 170, 0.67);
}
@media (max-width: 1200px) {
  .section-organization .ceo {
    width: 100%;
  }
}
.section-organization .executives {
  margin-top: 4.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "advisor . director" ". . support";
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .section-organization .executives {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }
}
.section-organization .advisor {
  grid-area: advisor;
  justify-self: start;
  margin-top: 56px;
  position: relative;
}
@media (max-width: 1200px) {
  .section-organization .advisor {
    order: 2;
    margin-top: 0;
  }
}
.section-organization .advisor::before {
  content: "";
  position: absolute;
  width: 235px;
  height: 1px;
  right: -235px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  background: rgba(170, 170, 170, 0.67);
}
@media (max-width: 1200px) {
  .section-organization .advisor::before {
    content: none;
  }
}
.section-organization .director {
  grid-area: director;
  justify-self: end;
  position: relative;
}
@media (max-width: 1200px) {
  .section-organization .director {
    order: 1;
  }
}
.section-organization .director::before {
  content: "";
  position: absolute;
  width: 235px;
  height: 1px;
  left: -235px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  background: rgba(170, 170, 170, 0.67);
}
@media (max-width: 1200px) {
  .section-organization .director::before {
    content: none;
  }
}
.section-organization .support {
  grid-area: support;
  justify-self: end;
  position: relative;
  margin-top: -14px;
}
@media (max-width: 1200px) {
  .section-organization .support {
    order: 3;
    margin-top: 0;
  }
}
.section-organization .support::before {
  content: "";
  position: absolute;
  width: 235px;
  height: 1px;
  left: -235px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  background: rgba(170, 170, 170, 0.67);
}
@media (max-width: 1200px) {
  .section-organization .support::before {
    content: none;
  }
}
.section-organization .advisor,
.section-organization .director,
.section-organization .support {
  border: 0.2rem solid #000;
  width: 31rem;
  border-radius: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  padding: 2rem 0;
  height: 7rem;
  background-color: #fff;
  color: #000;
}
@media (max-width: 1200px) {
  .section-organization .advisor,
  .section-organization .director,
  .section-organization .support {
    width: 100%;
  }
}
.section-organization .centers {
  margin-top: 8.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem;
  position: relative;
  align-items: start;
}
@media (max-width: 1200px) {
  .section-organization .centers {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.2rem;
    margin-top: 3rem;
  }
}
.section-organization .centers::before {
  content: "";
  position: absolute;
  width: 780px;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: rgba(170, 170, 170, 0.67);
}
@media (max-width: 1200px) {
  .section-organization .centers::before {
    width: 1px;
    height: 30px;
    top: -30px;
    top: -15px;
    transform: translateY(-50%);
  }
}
.section-organization .centers .center {
  position: relative;
  border-radius: 1.6rem;
  border: 1px solid #ddd;
  color: #444;
}
.section-organization .centers .center::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 40px;
  background-color: rgba(170, 170, 170, 0.67);
}
@media (max-width: 1200px) {
  .section-organization .centers .center::before {
    content: none;
  }
}
.section-organization .centers .center .title {
  padding: 2rem 0;
  color: #000;
  font-weight: 600;
  background-color: #ddd;
  text-align: center;
  border-radius: 1.6rem 1.6rem 0 0;
}
.section-organization .centers .center ul {
  padding: 3rem;
  background-color: #fff;
  border-radius: 0 0 1.6rem 1.6rem;
}
.section-organization .centers .center ul li {
  color: #444;
}

.section-privacy .info-box {
  margin-top: 6rem;
  padding: 4rem;
  border-radius: 1.6rem;
  font-size: 1.8rem;
  background-color: #f8f8f8;
  color: #000;
}
.section-privacy .privacy-item .tit {
  font-size: 3.2rem;
  font-weight: 600;
}
.section-privacy .privacy-item .desc {
  margin-top: 2rem;
}

.privacy-item {
  margin-top: 4rem;
}

.section-talent {
  background-image: url(/images/bg-talent.png);
  background-size: cover;
  background-position: center;
}
.section-talent .page-head .page-tit {
  color: #fff;
}
.section-talent .page-head .page-desc {
  color: rgba(255, 255, 255, 0.7);
}

.section-benefit {
  background-color: #f8f8f8;
}
.section-benefit .benefits-box {
  display: flex;
  gap: 2rem;
}
@media (max-width: 1200px) {
  .section-benefit .benefits-box {
    flex-direction: column;
  }
}
.section-benefit .benefits-box li {
  padding: 4rem;
  border-radius: 1.6rem;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 100%;
  height: 30rem;
}
@media (max-width: 1200px) {
  .section-benefit .benefits-box li {
    height: 20rem;
  }
}
.section-benefit .benefits-box li .tit {
  color: #000;
  font-size: clamp(22px, 22px + (32 - 22) * (100vw - 365px) / (1200 - 365), 32px);
  font-weight: 700;
  line-height: 1.363;
}
.section-benefit .benefits-box li .desc {
  margin-top: clamp(5px, 5px + (10 - 5) * (100vw - 365px) / (1200 - 365), 10px);
  color: #444;
}
.section-benefit .benefits-box .benefit-item01 {
  background-image: url("/images/bg-benefit01.svg");
}
.section-benefit .benefits-box .benefit-item02 {
  background-image: url("/images/bg-benefit02.svg");
}
.section-benefit .benefits-box .benefit-item03 {
  background-image: url("/images/bg-benefit03.svg");
}
.section-benefit .benefits-box .benefit-item04 {
  background-image: url("/images/bg-benefit04.svg");
}

.section-recruit .recruit-flow {
  display: flex;
  gap: 4rem;
}
@media (max-width: 1200px) {
  .section-recruit .recruit-flow {
    flex-direction: column;
    align-items: center;
  }
}
.section-recruit .recruit-flow li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  border-radius: 50%;
  border: 0.1rem solid #ddd;
  background-color: #f8f8f8;
  width: 100%;
  max-width: 27rem;
  aspect-ratio: 1/1;
  color: #000;
}
.section-recruit .recruit-flow li:last-child {
  background-color: #121212;
}
.section-recruit .recruit-flow li:last-child .txt {
  color: #fff;
}
.section-recruit .recruit-flow li:last-child .txt strong {
  color: #fff;
}
.section-recruit .recruit-flow li + li:before {
  content: "";
  position: absolute;
  left: -4rem;
  display: block;
  width: 4rem;
  height: 0.1rem;
  background-color: #ddd;
}
@media (max-width: 1200px) {
  .section-recruit .recruit-flow li + li:before {
    top: -21px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.section-recruit .recruit-flow li .step {
  font-weight: 600;
}
.section-recruit .recruit-flow li .txt {
  display: block;
  font-size: 1.8rem;
  text-align: center;
}
.section-recruit .recruit-flow li .txt strong {
  display: block;
  color: #000;
  font-weight: 700;
  font-size: clamp(2.2rem, 2vw, 3.2rem);
}

.section-apply {
  background-image: url(/images/bg_apply.png);
  background-position: center;
  padding-bottom: 14.5rem;
}
.section-apply .inr {
  display: flex;
  justify-content: space-between;
  gap: 8rem;
}
@media (max-width: 1200px) {
  .section-apply .inr {
    flex-direction: column;
    gap: 4rem;
  }
}
.section-apply .page-head {
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .section-apply .page-head {
    text-align: center;
  }
}
.section-apply .page-head .page-tit {
  color: #fff;
}
.section-apply .page-head .page-desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.8rem;
}
.section-apply .apply-box-wrap .apply-box {
  background-color: #191920;
  border-radius: 2rem;
  -webkit-backdrop-filter: blur(2rem);
          backdrop-filter: blur(2rem);
  padding: 4rem;
}
.section-apply .apply-box-wrap .apply-box .tit {
  color: #2088FF;
}
.section-apply .apply-box-wrap .apply-box .link-mail {
  color: #fff;
  font-size: clamp(32px, 32px + (32 - 32) * (100vw - 365px) / (1200 - 365), 32px);
  margin-top: clamp(10px, 10px + (15 - 10) * (100vw - 365px) / (1200 - 365), 15px);
  word-break: break-all;
}
.section-apply .apply-box-wrap .msg {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 1rem;
}

.business-box {
  display: flex;
  gap: 3rem;
}
.business-box li {
  border-radius: 1.6rem;
  overflow: hidden;
  width: 100%;
  color: #444;
}
.business-box .business-item01 .box-head {
  background-image: url("/images/bg-business01.svg");
}
.business-box .business-item02 .box-head {
  background-image: url("/images/bg-business02.svg");
}
.business-box .business-item03 .box-head {
  background-image: url("/images/bg-business03.svg");
}
.business-box .business-item04 .box-head {
  background-image: url("/images/bg-business04.svg");
}
@media (max-width: 1200px) {
  .business-box {
    flex-wrap: wrap;
  }
}
.business-box .box-head {
  background-color: #f8f8f8;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 4rem;
  height: clamp(280px, 280px + (320 - 280) * (100vw - 365px) / (1200 - 365), 320px);
}
@media (max-width: 1200px) {
  .business-box .box-head {
    background-size: 140px auto;
  }
}
.business-box .box-head .tit {
  font-weight: 700;
  font-size: clamp(22px, 22px + (32 - 22) * (100vw - 365px) / (1200 - 365), 32px);
  color: #000;
}
.business-box .box-head .desc {
  margin-top: 1rem;
  margin-top: clamp(5px, 5px + (10 - 5) * (100vw - 365px) / (1200 - 365), 10px);
  color: #444;
}
.business-box .box-contents {
  height: 23rem;
  padding: 3rem;
  border: 1px solid #ddd;
  border-radius: 0 0 1.6rem 1.6rem;
  border-width: 0 0.1rem 0.1rem 0.1rem;
}
@media (max-width: 1200px) {
  .business-box .box-contents {
    height: auto;
  }
}

.inquiry-container {
  max-width: 800px;
  margin: 0 auto;
}
.inquiry-container .inquiry-form {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.inquiry-container .form-group {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.inquiry-container .form-group label {
  font-weight: 500;
  color: #000;
}
.inquiry-container .form-group label .required {
  color: #FF7600;
  margin-left: 0.2rem;
}
.inquiry-container .form-row.row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 576px) {
  .inquiry-container .form-row.row-2 {
    grid-template-columns: 1fr;
  }
}
.inquiry-container input[type=text],
.inquiry-container input[type=tel] {
  width: 100%;
  height: 6rem;
  padding: 0 16px;
  background-color: #f8f8f8;
  border: 0.2rem solid transparent;
  border-radius: 0.8rem;
  font-size: 14px;
  color: #000;
  outline: none;
  transition: all 0.2s ease;
}
.inquiry-container input[type=text]::-moz-placeholder, .inquiry-container input[type=tel]::-moz-placeholder {
  color: #aaa;
}
.inquiry-container input[type=text]::placeholder,
.inquiry-container input[type=tel]::placeholder {
  color: #aaa;
}
.inquiry-container input[type=text]:focus,
.inquiry-container input[type=tel]:focus {
  border: 0.2rem solid #000;
}
.inquiry-container .email-group {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.inquiry-container .email-group .ui-input {
  flex: 1;
}
.inquiry-container .email-group .at {
  color: #000;
  flex-shrink: 0;
}
.inquiry-container .email-group select {
  width: 100%;
  height: 6rem;
  padding: 0 16px;
  background-color: #f8f8f8;
  border: 0.2rem solid transparent;
  border-radius: 0.8rem;
  font-size: 14px;
  color: #000;
  outline: none;
  transition: all 0.2s ease;
  flex: 1;
  cursor: pointer;
}
.inquiry-container .email-group select::-moz-placeholder {
  color: #aaa;
}
.inquiry-container .email-group select::placeholder {
  color: #aaa;
}
.inquiry-container .email-group select:focus {
  border: 0.2rem solid #000;
}
@media (max-width: 1200px) {
  .inquiry-container .email-group {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.2rem 1rem;
  }
  .inquiry-container .email-group .ui-input:first-of-type {
    grid-column: 1/3;
    width: 100%;
  }
  .inquiry-container .email-group .at {
    grid-column: 1;
    justify-self: center;
    align-self: center;
  }
  .inquiry-container .email-group .ui-input:last-of-type {
    grid-column: 2;
    width: 100%;
  }
  .inquiry-container .email-group select {
    grid-column: 1/3;
    width: 100%;
  }
}
.inquiry-container select {
  width: 100%;
  height: 6rem;
  padding: 0 16px;
  background-color: #f8f8f8;
  border: 0.2rem solid transparent;
  border-radius: 0.8rem;
  font-size: 14px;
  color: #000;
  outline: none;
  transition: all 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  cursor: pointer;
}
.inquiry-container select::-moz-placeholder {
  color: #aaa;
}
.inquiry-container select::placeholder {
  color: #aaa;
}
.inquiry-container select:focus {
  border: 0.2rem solid #000;
}
.inquiry-container select:invalid,
.inquiry-container select option[disabled] {
  color: #b5b5b5;
}
.inquiry-container textarea {
  width: 100%;
  height: 6rem;
  padding: 0 16px;
  background-color: #f8f8f8;
  border: 0.2rem solid transparent;
  border-radius: 0.8rem;
  font-size: 14px;
  color: #000;
  outline: none;
  transition: all 0.2s ease;
  height: auto;
  padding: 2rem;
  resize: none;
}
.inquiry-container textarea::-moz-placeholder {
  color: #aaa;
}
.inquiry-container textarea::placeholder {
  color: #aaa;
}
.inquiry-container textarea:focus {
  border: 0.2rem solid #000;
}
.inquiry-container .terms-group .terms-box {
  width: 100%;
  height: 20rem;
  padding: 2rem 3rem;
  border: 0.1rem solid #ddd;
  border-radius: 6px;
  background-color: #ffffff;
  overflow-y: auto;
  font-size: 13px;
  color: #555555;
  word-break: break-all;
}
.inquiry-container .terms-group .checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.inquiry-container .terms-group .checkbox-label input[type=checkbox] {
  display: none;
}
.inquiry-container .terms-group .checkbox-label input[type=checkbox]:checked + .checkbox-custom {
  background-color: #121212;
  border: none;
}
.inquiry-container .terms-group .checkbox-label input[type=checkbox]:checked + .checkbox-custom::after {
  display: block;
}
.inquiry-container .terms-group .checkbox-label .checkbox-custom {
  width: 2.4rem;
  height: 2.4rem;
  border: 0.1rem solid #aaa;
  border-radius: 0.4rem;
  position: relative;
  background-color: #fff;
  transition: all 0.2s;
}
.inquiry-container .terms-group .checkbox-label .checkbox-custom::after {
  content: "";
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.1rem;
  height: 0.9rem;
  background-image: url(/images/ico-check.svg);
  background-repeat: no-repeat;
}
.inquiry-container .form-submit {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.inquiry-container .form-submit .btn-submit {
  width: 30rem;
  height: 5.4rem;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}
.inquiry-container .form-submit .btn-submit:hover {
  background-color: #2b2b2b;
}

.error .msg {
  color: #D43939;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: -0.4rem;
}
.error input, .error select, .error textarea {
  border-color: #D43939 !important;
}

.section-main {
  padding: clamp(60px, 60px + (120 - 60) * (100vw - 365px) / (1200 - 365), 120px) 0;
  font-size: 1.8rem;
  line-height: 1.6666;
  background-size: cover;
  background-position: center;
}
.section-main .page-head {
  margin-bottom: clamp(40px, 40px + (80 - 40) * (100vw - 365px) / (1200 - 365), 80px);
}
.section-main .page-head .page-tit {
  font-size: clamp(32px, 32px + (60 - 32) * (100vw - 365px) / (1200 - 365), 60px);
  line-height: 1.2;
}
.section-main .page-head .page-desc {
  color: rgba(255, 255, 255, 0.7);
}
.section-main .item {
  background-color: #191920;
  border-radius: 1.6rem;
  border: 2px solid transparent;
  padding: 4rem;
  -webkit-backdrop-filter: blur(2rem);
          backdrop-filter: blur(2rem);
  width: 100%;
}
.section-main .item:hover {
  border: 2px solid #0B7DFF;
}
.section-main .item .tit {
  font-size: clamp(22px, 22px + (32 - 22) * (100vw - 365px) / (1200 - 365), 32px);
  font-weight: 700;
  line-height: 1.375;
}
.section-main .item .desc {
  margin-top: 1rem;
  opacity: 0.7;
}

.main-section01 {
  padding: 0;
  display: flex;
  flex-direction: column;
  background-image: url(/images/bg-main-section01.png);
  height: 100vh;
  align-items: center;
  justify-content: center;
}
.main-section01 .title-box {
  padding: 0;
}
@media (max-width: 1200px) {
  .main-section01 .title-box .desc {
    display: block;
  }
}
.main-section01 .page-head {
  padding: 0;
}

.main-section02 {
  color: #fff;
  background: url(/images/bg-main-section02.png);
}
.main-section02 .page-tit {
  color: #fff;
}
.main-section02 .page-desc {
  opacity: 0.79;
}
.main-section02 .business-card {
  display: flex;
  gap: clamp(12px, 12px + (30 - 12) * (100vw - 365px) / (1200 - 365), 30px);
}
@media (max-width: 1200px) {
  .main-section02 .business-card {
    flex-wrap: wrap;
  }
}
.main-section02 .business-card .item {
  width: 100%;
  padding: 4rem 4rem clamp(180px, 180px + (246 - 180) * (100vw - 365px) / (1200 - 365), 246px);
  background-position: right bottom;
  background-repeat: no-repeat;
}
.main-section02 .business-card .item:nth-child(1) {
  background-image: url(/images/bg-business01.svg);
}
.main-section02 .business-card .item:nth-child(2) {
  background-image: url(/images/bg-business02.svg);
}
.main-section02 .business-card .item:nth-child(3) {
  background-image: url(/images/bg-business03.svg);
}

.main-section03 {
  background-image: url(/images/bg-main-section03.png);
}
.main-section03 .page-tit {
  color: #fff;
}
.main-section03 .direction-card {
  display: flex;
  gap: 2rem;
  color: #fff;
}
@media (max-width: 1200px) {
  .main-section03 .direction-card {
    flex-wrap: wrap;
  }
}
.main-section03 .direction-card .item {
  text-align: center;
}
.main-section03 .direction-card .item .tit {
  margin-top: clamp(20px, 20px + (40 - 20) * (100vw - 365px) / (1200 - 365), 40px);
}
.main-section03 .direction-card .item .desc {
  margin-top: clamp(10px, 10px + (5 - 10) * (100vw - 365px) / (1200 - 365), 5px);
}
.main-section03 .direction-card .ico {
  display: block;
  width: 6rem;
  height: 6rem;
  margin: 0 auto;
}
.main-section03 .direction-card .ico.ico-direction01 {
  background-image: url(/images/ico-direction01.svg);
}
.main-section03 .direction-card .ico.ico-direction02 {
  background-image: url(/images/ico-direction02.svg);
}
.main-section03 .direction-card .ico.ico-direction03 {
  background-image: url(/images/ico-direction03.svg);
}
.main-section03 .direction-card .ico.ico-direction04 {
  background-image: url(/images/ico-direction04.svg);
}

.main-section04 {
  color: #fff;
  background-image: url(/images/bg-main-section04.png);
}
.main-section04 .inr {
  display: flex;
  gap: 30.2rem;
}
@media (max-width: 1200px) {
  .main-section04 .inr {
    flex-direction: column;
    gap: 0;
  }
}
.main-section04 .page-head {
  text-align: center;
}
@media (max-width: 1200px) {
  .main-section04 .page-head {
    text-align: center;
  }
}
.main-section04 .page-head .page-tit {
  color: #fff;
}
.main-section04 .page-head .page-desc {
  text-align: left;
}
@media (max-width: 1200px) {
  .main-section04 .page-head .page-desc {
    text-align: center;
  }
}
.main-section04 .major-field {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 12px + (20 - 12) * (100vw - 365px) / (1200 - 365), 20px);
}
.main-section04 .major-field .label {
  font-size: 1.8rem;
  line-height: 1.555;
  color: #2E90FF;
  font-weight: 600;
}
.main-section04 .major-field h4 {
  font-size: clamp(22px, 22px + (32 - 22) * (100vw - 365px) / (1200 - 365), 32px);
  line-height: 1.375;
  font-weight: 700;
  margin-top: 1.5rem;
}

.button-wrap {
  display: flex;
  gap: 1rem;
  margin-top: 10rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .button-wrap {
    flex-direction: column;
    gap: 1.2rem;
  }
}
.button-wrap .btn-white-line {
  font-size: 1.8rem;
  border-radius: 0.8rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.7);
  color: #fff;
  font-weight: 600;
  line-height: 1.7777;
  padding: 1.3rem 10rem;
}
.button-wrap .btn-white-line:hover {
  background-color: #0B7DFF;
  border-color: #0B7DFF;
  color: #fff;
}/*# sourceMappingURL=main.css.map */
/* 문의 폼: 안내/오류 문구는 기본 숨김, JS 검증 시에만 표시 */
.inquiry-container .form-group .msg { display: none; }
.inquiry-container .form-group.error .msg { display: block; }
