@import url("golf.css");

.ceo-hero {
  padding: 3.125rem 0 3.125rem;
  text-align: center;
}

.ceo-hero__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #222;
  word-break: keep-all;
}

.ceo-hero__title .point {
  color: #c9a14a;
}

.ceo-letter {
  padding: 0 0 6.25rem;
  text-align: center;
}

.sec-eyebrow {
  color: #c9a14a;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  margin-bottom: 0.3125rem;
}

.ceo-letter__body p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.02em;
  color: #666;
  word-break: keep-all;
}

.ceo-letter__body p + p {
  margin-top: 2.1875rem;
}

.ceo-letter__quote {
  quotes: none;
  color: #666;
}

.ceo-letter__quote::before {
  content: "\201C";
}

.ceo-letter__quote::after {
  content: "\201D";
}

.ceo-letter__closing {
  margin-top: 2.5rem;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.03em;
  color: #222;
  word-break: keep-all;
}

.ceo-letter__brand {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0.625rem;
  margin-top: 3.125rem;
}

.ceo-letter__sign {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 1.875rem;
}

.ceo-letter__role {
  font-size: 1.125rem;
  font-weight: 400;
  color: #666;
}

.ceo-letter__name {
  font-size: 1.125rem;
  font-weight: 500;
  color: #222;
}

.ceo-network {
  position: relative;
  padding: 19.0625rem 0 9.375rem;
  background-color: #fff;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  overflow: hidden;
  isolation: isolate;
}

.ceo-network__watermark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
  z-index: -1;
}

.ceo-network__watermark-track {
  display: flex;
  width: max-content;
  animation: watermark-roll 40s linear infinite;
}

.ceo-network__watermark-text {
  flex: 0 0 auto;
  font-size: 15rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #f8f9fb;
  white-space: nowrap;
}

@keyframes watermark-roll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ceo-network__watermark-track {
    animation: none;
  }
}

.ceo-network__inner {
  position: relative;
}

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

.ceo-network__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.125rem;
  list-style: none;
  margin: 0 0 6.25rem;
  padding: 0;
}

.net-contact__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.net-contact__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(20, 19, 19, 0.05);
  border-radius: 50%;
}

.net-contact__value {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #141313;
  text-decoration: none;
}

a.net-contact__value:hover {
  color: #c9a14a;
}

.net-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 11.5625rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.net-item {
  position: relative;
  flex: 0 0 18rem;
  max-width: 18rem;
  text-align: center;
}

.net-item + .net-item::before {
  content: "";
  position: absolute;
  top: 5rem;
  right: calc(100% + 0.9375rem);
  width: 8.75rem;
  height: 2px;
  background-color: #999;
}

.net-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.375rem;
  height: 9.375rem;
  margin: 0 auto 2rem;
  border-radius: 50%;
  background-color: var(--net-color);
  transition: var(--transition);
}

.net-item:hover .net-item__icon {
  transform: translateY(-4px);
}

.net-item__label {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--net-color);
}

.net-item__title {
  margin: 1.25rem 0 0.625rem;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #222;
  word-break: keep-all;
}

.net-item__desc {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: -0.02em;
  color: #222;
  word-break: keep-all;
}

.net-item--golf {
  --net-color: #578f3b;
}

.net-item--resort {
  --net-color: #d45124;
}

.net-item--fitness {
  --net-color: #3f4e82;
}

/* business */
.biz-hero {
  position: relative;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  text-align: center;
}

.biz-hero__inner .sec-eyebrow,
.biz-vision__inner .sec-eyebrow {
  color: #000;
  font-size: 0.7375rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.biz-hero__title {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #222;
  margin-top: 0.75rem;
}

.biz-hero__desc {
  margin-top: 3.125rem;
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: -0.02em;
  color: #000;
  word-break: keep-all;
}

.biz-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  height: 3.125rem;
  margin-top: 1.5rem;
  padding: 0 2.375rem;
  border-radius: 999px;
  background-color: #222;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #fff;
  text-decoration: none;
  transition: var(--transition);
}

.biz-hero__cta:hover {
  background-color: #c9a14a;
}

.biz-hero__cta svg {
  transition: var(--transition);
}

.biz-hero__cta:hover svg {
  transform: translateX(3px);
}

.biz-feature__wrap {
  position: relative;
  margin-top: 6.25rem;
  padding: 1.5625rem 3.125rem;
  border-radius: 1.875rem;
  background-color: #fff;
  box-shadow: 0 4px 114px 0 rgba(0, 0, 0, 0.09);
  max-width: 75rem;
  margin: 6.25rem auto 0;
}

.feat-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
  --feat-line: #d2d2d2;
  --feat-line-inset-y: 2.875rem;
  --feat-line-inset-x: 8.9375rem;
}

.feat-grid::before {
  content: "";
  position: absolute;
  top: var(--feat-line-inset-y);
  bottom: var(--feat-line-inset-y);
  left: 50%;
  width: 1px;
  background-color: var(--feat-line);
  pointer-events: none;
}

.feat-grid::after {
  content: "";
  position: absolute;
  left: var(--feat-line-inset-x);
  right: var(--feat-line-inset-x);
  top: 50%;
  height: 1px;
  background-color: var(--feat-line);
  pointer-events: none;
}

.feat-item {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
  padding: 3.125rem 3.125rem 2.1875rem;
}

.feat-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 5.625rem;
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 1.25rem;
}

.feat-item__icon img {
  width: 2.25rem;
  height: 2.25rem;
  object-fit: contain;
}

.feat-item__icon--peach {
  background-color: #fff8e8;
}

.feat-item__icon--pink {
  background-color: #fff2f2;
}

.feat-item__icon--blue {
  background-color: #e2f3ff;
}

.feat-item__icon--purple {
  background-color: #ffe7fb;
}

.feat-item__title {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #222;
  word-break: keep-all;
  text-align: left;
}

.feat-item__desc {
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: -0.02em;
  color: #797979;
  word-break: keep-all;
  text-align: left;
}

.biz-vision {
  padding: 20.5rem 0 10rem;
  text-align: center;
  background-color: #fff;
  margin-top: -14.375rem;
}

.biz-vision__title {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #222;
  margin-top: 0.75rem;
}

.vision-venn {
  position: relative;
  width: 100%;
  max-width: 37.5rem;
  height: 18.75rem;
  margin: 3.125rem auto;
  isolation: isolate;
}

.vision-venn__circle {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18.75rem;
  height: 18.75rem;
  transform: translateY(-50%);
  border-radius: 50%;
}

.vision-venn__circle::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: var(--venn-color);
  mix-blend-mode: multiply;
  opacity: 0.2;
}

.vision-venn__circle--left {
  left: 1.375rem;
  --venn-color: #c9a14a;
  /* padding-right: 4.375rem; */
  z-index: 2;
}

.vision-venn__circle--right {
  right: 0;
  --venn-color: #3f4e82;
  /* padding-left: 4.375rem; */
  z-index: 1;
}

.vision-venn__text {
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.03em;
}

.vision-venn__circle--left .vision-venn__text {
  color: #c9a14a;
}

.vision-venn__circle--right .vision-venn__text {
  color: #3f4e82;
}

.biz-vision__lead {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.03em;
  color: #222;
  word-break: keep-all;
}

.biz-vision__desc {
  margin-top: 1.5rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: #666;
  word-break: keep-all;
}

.biz-dept {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 5rem;
  list-style: none;
  margin: 7.5rem 0 0;
  padding: 0;
}

.biz-dept__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
}

.biz-dept__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0.25rem 1.25rem rgba(20, 19, 19, 0.1);
  filter: drop-shadow(0 0 25px rgba(0, 0, 0, 0.08));
  transition: var(--transition);
}

.biz-dept__item:hover .biz-dept__icon {
  transform: translateY(-4px);
}

.biz-dept__icon img {
  width: 3.75rem;
  height: auto;
  object-fit: contain;
}

.biz-dept__label {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #000;
}

/* recruitment */
.page-recruit .sub-page-main {
  background-color: #f6f7f8;
}

.rec-hero {
  padding: 2.5rem 0 3.125rem;
  text-align: center;
}

.rec-hero__inner .sec-eyebrow {
  color: #000;
  font-size: 0.7375rem;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.rec-hero__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #222;
  margin-top: 0.75rem;
}

.rec-hero__desc {
  margin-top: 3.125rem;
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: -0.02em;
  color: #000;
  word-break: keep-all;
}

.rec-hero__slogan {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #222;
}

.rec-section {
  padding: 0 0 7.5rem;
  margin-bottom: 0;
}

.recruitment-sect {
  position: relative;
  overflow: hidden;
}

.recruitment-sect::before {
  content: "";
  position: absolute;
  top: 9.3rem;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}

.recruitment-sect .container {
  position: relative;
  z-index: 2;
}

.rec-search {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  max-width: 37.5rem;
  margin: 0 auto 1.875rem;
  border-bottom: 2px solid #2d3748;
}

.rec-search__select {
  position: relative;
  flex: 0 0 5rem;
}

.rec-search__select select {
  width: 100%;
  height: 3rem;
  padding: 0 1.25rem 0 1rem;
  border: 0;
  background: transparent;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #1a1a1a;
  appearance: none;
  cursor: pointer;
}

.rec-search__select select:focus {
  outline: none;
}

.rec-search__arrow {
  position: absolute;
  top: 50%;
  right: 0.25rem;
  transform: translateY(-50%);
  display: flex;
  pointer-events: none;
}

.rec-search__field {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
}

.rec-search__field input {
  flex: 1 1 auto;
  min-width: 0;
  height: 3rem;
  padding: 0 2.5rem 0 0;
  border: 0;
  background: transparent;
  font-size: 0.9375rem;
  font-weight: 300;
  letter-spacing: -0.02em;
  color: #222;
}

.rec-search__field input::placeholder {
  color: #8d8d8d;
}

.rec-search__field input:focus {
  outline: none;
}

.rec-search__submit {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.rec-board {
  overflow: hidden;
  border-radius: 0.75rem;
  background-color: #fff;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.05);
}

.rec-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rec-item {
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr) 13rem 9.25rem 5.625rem;
  align-items: center;
  gap: 0 1.25rem;
  min-height: 4.1875rem;
  padding: 1.25rem;
  border-bottom: 1px solid #f0f0f0;
  transition: var(--transition);
}

.rec-item:last-child {
  border-bottom: 0;
}

.rec-item:not(.rec-item--notice):hover {
  background-color: #fafafa;
}

.rec-item--notice {
  grid-template-columns: 5.5rem minmax(0, 1fr);
  background-color: #fbf8f1;
}

.rec-item__no {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #666;
  text-align: center;
}

.rec-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  height: 1.5rem;
  padding: 0 0.75rem;
  border-radius: 999px;
  background-color: #c9a14a;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #fff;
}

.rec-item__title {
  min-width: 0;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: -0.02em;
  color: #222;
}

.rec-item--notice .rec-item__title {
  font-weight: 400;
}

.rec-item__title a {
  display: block;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rec-item__title a:hover {
  color: #c9a14a;
}

.rec-item__period {
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: -0.02em;
  color: #666;
  white-space: nowrap;
}

.rec-item__period-label {
  margin-right: 0.375rem;
  font-style: normal;
  font-weight: 700;
  color: #222;
}

.rec-item__apply,
.rec-item__hit {
  position: relative;
  padding-left: 1.25rem;
}

.rec-item__apply::before,
.rec-item__hit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 0.875rem;
  transform: translateY(-50%);
  background-color: #e0e0e0;
}

.rec-item__apply {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #33363d;
  text-decoration: none;
  white-space: nowrap;
}

.rec-item__apply:hover {
  color: #c9a14a;
}

.rec-item__hit {
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: -0.02em;
  color: #666;
  white-space: nowrap;
}

.recruitment-sect .page-link.active {
  background: #c9a14a;
  color: #ffffff;
  border: 1px solid #c9a14a;
  font-weight: 700;
}

.rec-section .pagination-wrap {
  margin-top: 3.125rem;
}

/* recruitment_detail */
.rec-empty {
  width: 100%;
  margin: 0;
  padding: 3rem 0;
  text-align: center;
  color: #8a8a8a;
}

.rec-item--empty {
  grid-template-columns: 1fr;
}

.rec-item.is-closed .rec-item__title a {
  color: #999;
}

.page-recruit-detail .sub-page-main {
  overflow: hidden;
  padding: 0;
}

.rec-detail-section {
  position: relative;
  padding: 0 0 7.5rem;
  /* background-color: #fff; */
}

.rec-detail-section::before {
  content: "";
  position: absolute;
  top: 18.3rem;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}

.rec-detail-section .container {
  position: relative;
  z-index: 2;
}

.rec-detail__head {
  padding: 3.125rem 0 2.5rem;
  text-align: center;
}

.rec-detail__status {
  display: inline-flex;
  align-items: center;
  height: 1.75rem;
  padding: 0 0.875rem;
  border-radius: 999px;
  background-color: #e6e8ea;
  font-size: 0.875rem;
  font-weight: 500;
  color: #666;
}

.rec-detail__status.is-open {
  background-color: #c9a14a;
  color: #fff;
}

.rec-detail__title {
  margin: 1rem 0 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.03em;
  color: #222;
  word-break: keep-all;
}

.rec-detail__card {
  padding: 3.125rem;
  border-radius: 0.75rem;
  background-color: #fff;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.05);
}

.rec-detail__info {
  margin: 0;
}

.rec-detail__row {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid #f0f0f0;
}

.rec-detail__row dt {
  flex: 0 0 9rem;
  font-size: 1rem;
  font-weight: 700;
  color: #222;
}

.rec-detail__row dd {
  margin: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  color: #444;
  word-break: keep-all;
}

.rec-detail__cta {
  margin-top: 2.5rem;
  text-align: center;
}

.rec-detail__apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 3.5rem;
  padding: 0 2.5rem;
  border-radius: 999px;
  background-color: #2d3748;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.rec-detail__apply:hover {
  background-color: #c9a14a;
}

.rec-detail__note {
  margin: 0.875rem 0 0;
  font-size: 0.875rem;
  color: #8a8a8a;
}

.rec-detail__nav {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  margin-top: 3.125rem;
}

.rec-detail__nav-item {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  flex: 1 1 0;
  min-width: 0;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.2s ease;
}

.rec-detail__nav-item:hover {
  border-color: #c9a14a;
}

.rec-detail__nav-item.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.rec-detail__nav-item--next {
  text-align: right;
}

.rec-detail__nav-tag {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #c9a14a;
}

.rec-detail__nav-title {
  overflow: hidden;
  font-size: 1rem;
  font-weight: 300;
  color: #444;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rec-detail__nav-list {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 6.25rem;
  border: 1px solid #2d3748;
  border-radius: 0.5rem;
  background-color: #2d3748;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.rec-detail__nav-list:hover {
  background-color: #c9a14a;
  border-color: #c9a14a;
}

.rec-detail__status.is-notice {
  margin-right: 0.375rem;
  background-color: #c9a14a;
  color: #fff;
}

.board-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 40px;
}

.board-nav__item {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none;
}

.board-nav__item--next {
  align-items: flex-end;
  text-align: right;
}

.board-nav__tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 46px;
  padding: 0 16px;
  border: 1px solid #e6e8ea;
  border-radius: 8px;
  background-color: #fff;
  color: #131416;
  font-size: 15px;
  font-weight: 700;
  align-self: flex-start;
}

.board-nav__tag:hover {
  color: #fff;
  background-color: #c9a14a;
  border-color: #c9a14a;
}

.board-nav__tag:hover svg path {
  fill: #fff !important;
}

.board-nav__item--next .board-nav__tag {
  align-self: flex-end;
}

.board-nav__tag svg {
  color: #58616a;
}

.board-nav__title {
  max-width: 100%;
  color: #131416;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.board-nav__list {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 68px;
  padding: 0 40px;
  border-radius: 8px;
  background-color: #58616a;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s;
}

/* location */
.location-rec .rec-hero {
  padding: 0 0 6.5625rem;
  text-align: center;
}

.location-rec {
  background: #fff;
}

.location {
  padding: 0 0 500px;
}

.location .container {
  padding: 0;
}

.location-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.location-head__name {
  margin: 0 0 15px;
  color: #c9a14a;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
  word-break: keep-all;
}

.location-head__addr {
  margin: 0;
  color: #1e2124;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  word-break: keep-all;
}

.location-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}

.location-contact__item {
  display: flex;
  align-items: center;
  gap: 24px;
}

.location-contact__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #666;
  flex-shrink: 0;
  gap: 30px;
}

.location-contact__text {
  display: flex;
  flex-direction: column;
}

.location-contact__label {
  color: #666;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.location-contact__value {
  color: #1e2124;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.location-map {
  position: relative;
  width: 100%;
  height: 540px;
  overflow: visible;
  background-color: #eef0f2;
  z-index: 10;
}

#map {
  width: 100%;
  height: 540px;
}

.location-map__canvas {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}

.location-map .root_daum_roughmap {
  border: 0;
}

.location-map__overlay {
  position: relative;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.location-map__mapwrap {
  position: relative;
  overflow: hidden;
}

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.25rem;
  font-weight: 600;
  cursor: pointer;
  z-index: 2;
  transition: opacity 0.3s ease;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.map-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}

.location-transit {
  position: absolute;
  right: 0;
  bottom: 120px;
  width: 640px;
  max-width: 100%;
  padding: 50px 40px;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 16px;
  pointer-events: auto;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.location-transit__title {
  margin: 0 0 50px;
  color: #222;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

.transit__row {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  padding-bottom: 40px;
}

.transit__type {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #666;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  min-width: 95px;
}

.transit__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.transit__item {
  display: flex;
  /* align-items: center; */
  gap: 10px;
}

.transit__row + .transit__row {
  padding-top: 40px;
  border-top: 1px solid #e6e8ea;
  padding-bottom: 0;
}

.transit__lines {
  display: inline-flex;
  gap: 4px;
  flex-shrink: 0;
}

.transit__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.transit__desc {
  color: #222;
  font-size: 18px;
  line-height: 1.5;
  word-break: keep-all;
}

.transit__sub {
  color: #666;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.subway {
  display: inline-flex;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  background-color: #02a94e;
}

.transit__divider {
  height: 1px;
  background-color: #e6e8ea;
  margin: 32px 0;
  display: none;
}

.transit__bus {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.transit__stop {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.transit__stop span {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.bus {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 14px;
}

.bus_icon {
  display: flex;
  align-items: center;
  gap: 4px;
}

.bus_icon p {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.container.location-map__actions {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-top: 2.5rem;
}

.location-map__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 64px;
  padding: 0 24px;
  border: 1px solid #e6e8ea;
  border-radius: 8px;
  background-color: #fff;
  color: #000a1a;
  font-size: 18px;
  text-decoration: none;
}

.root_daum_roughmap .wrap_controllers {
  display: none !important;
}

.root_daum_roughmap .cont {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .trust-card,
  .trust-card:hover {
    transition: none;
    transform: none;
  }
}

@media screen and (max-width: 1500px) {
  .biz-vision__inner {
    flex-direction: column;
  }

  .biz-vision__text {
    margin-top: 4rem;
  }

  .location .container {
    width: calc(100% - 3rem);
  }
}

@media screen and (max-width: 1500px) {
  .location-head {
    justify-content: center;
  }

  .location-head__info {
    text-align: center;
  }
}

@media (max-width: 1200px) {
  .location-map {
    height: auto;
    overflow: visible;
    background-color: #fff;
  }

  .location-map__canvas {
    position: static;
  }
  .location-map__overlay {
    position: static;
    height: auto;
    pointer-events: auto;
  }
  .location-transit {
    position: static;
    width: 100%;
    right: auto;
    bottom: auto;
    margin-top: 24px;
    padding: 40px;
  }
  .location-map__actions {
    min-height: 0;
    padding-top: 24px;
  }

  .lec-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .biz-feature__wrap {
    padding: 2.5rem 1.875rem;
  }

  .feat-item {
    padding: 1.875rem;
  }

  .biz-dept {
    flex-wrap: wrap;
    gap: 2.5rem;
  }

  .ceo-network {
    padding: 11.25rem 0 5.625rem;
  }

  .ceo-network__watermark {
    font-size: 9rem;
  }

  .ceo-network__contact {
    gap: 1.25rem 2.5rem;
    margin-bottom: 3.75rem;
  }

  .net-list {
    gap: 3.75rem;
  }

  .net-item {
    flex: 1 1 0;
    max-width: 15rem;
  }

  .net-item + .net-item::before {
    right: calc(100% + 0.625rem);
    width: 2.5rem;
    top: 4.6875rem;
  }

  .net-item__icon {
    width: 8rem;
    height: 8rem;
  }

  .ceo-network__watermark-text {
    font-size: 9rem;
  }
}

@media (max-width: 1000px) {
  .ceo-hero__title {
    font-size: 2.5rem;
  }

  .ceo-letter__body p {
    font-size: 1rem;
  }
}

@media (max-width: 850px) {
  /* about - ceo */
  .ceo-hero {
    padding: 2.308rem 0 1.538rem;
  }

  .sub-tab-bar__inner {
    justify-content: space-between;
  }

  .recruitment-sect::before {
    top: 8.6rem;
  }

  .sec-eyebrow {
    font-size: 1.077rem;
    margin-bottom: 0.462rem;
  }

  .ceo-hero__title {
    font-size: 1.846rem;
    line-height: 1.4;
    letter-spacing: -0.04em;
  }

  .ceo-hero__title br {
    display: none;
  }

  .ceo-letter {
    padding: 0 0 3.077rem;
  }

  .ceo-letter__body p {
    font-size: 1.077rem;
    line-height: 1.75;
  }

  .ceo-letter__body p + p {
    margin-top: 1.231rem;
  }

  .ceo-letter__body br {
    display: none;
  }

  .ceo-letter__closing {
    margin-top: 1.538rem;
    font-size: 1.231rem;
    line-height: 1.6;
  }

  .ceo-letter__brand {
    margin-top: 1.846rem;
    gap: 0.462rem;
  }

  .ceo-letter__brand img,
  .ceo-letter__brand svg {
    width: auto;
    height: 1.538rem;
  }

  .ceo-letter__sign {
    margin-top: 1.077rem;
    gap: 0.462rem;
  }

  .ceo-letter__role,
  .ceo-letter__name {
    font-size: 1rem;
  }

  .ceo-network {
    padding: 10.923rem 0 3.846rem;
  }

  .ceo-network__watermark {
    top: 1.538rem;
  }

  .ceo-network__watermark-text {
    font-size: 7.615rem;
    letter-spacing: -0.03em;
  }

  .ceo-network__watermark-track {
    animation-duration: 20s;
  }

  .ceo-network__contact {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 0.923rem;
    margin-bottom: 2.769rem;
    padding: 1.231rem;
    border: 1px solid #ededed;
    border-radius: 0.769rem;
    background-color: #fafafa;
  }

  .net-contact__item {
    gap: 0.615rem;
  }

  .net-contact__icon {
    width: 2.154rem;
    height: 2.154rem;
  }

  .net-contact__icon svg {
    width: 1.077rem;
    height: 1.077rem;
  }

  .net-contact__value {
    font-size: 1.077rem;
    word-break: break-all;
  }

  .net-list {
    flex-direction: column;
    align-items: center;
    gap: 2.769rem;
  }

  .net-item {
    flex: 0 0 auto;
    max-width: 100%;
  }

  .net-item + .net-item::before {
    display: none;
  }

  .net-item__icon {
    width: 6.923rem;
    height: 6.923rem;
    margin-bottom: 1.231rem;
  }

  .net-item__icon svg,
  .net-item__icon img {
    width: 2.769rem;
    height: 2.769rem;
  }

  .net-item__label {
    font-size: 1.385rem;
  }

  .net-item__title {
    margin: 0.769rem 0 0.462rem;
    font-size: 1.154rem;
  }

  .net-item__desc {
    font-size: 1rem;
    line-height: 1.7;
  }

  .net-item__desc br {
    display: none;
  }

  /* business */
  .biz-hero {
    padding: 2.308rem 0 0;
  }

  .biz-hero__inner .sec-eyebrow,
  .biz-vision__inner .sec-eyebrow {
    font-size: 0.846rem;
    letter-spacing: 0.9px;
    margin-bottom: 0.462rem;
  }

  .biz-hero__title {
    font-size: 2.154rem;
    margin-top: 0.462rem;
  }

  .biz-hero__desc {
    margin-top: 1.538rem;
    font-size: 1.077rem;
    line-height: 1.75;
  }

  .biz-hero__desc br {
    display: none;
  }

  .biz-hero__cta {
    height: 3.231rem;
    margin-top: 1.538rem;
    padding: 0 1.692rem;
    font-size: 1.077rem;
  }

  .biz-feature__wrap {
    max-width: 100%;
    margin: 2.308rem auto 0;
    padding: 0.769rem 1.231rem;
    border-radius: 1.231rem;
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.09);
  }

  .feat-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .feat-grid::before,
  .feat-grid::after {
    display: none;
  }

  .feat-item {
    gap: 1.077rem;
    padding: 1.538rem 0.462rem;
  }

  .feat-item + .feat-item {
    border-top: 1px solid #d2d2d2;
  }

  .feat-item__icon {
    flex: 0 0 3.846rem;
    width: 3.846rem;
    height: 3.846rem;
    border-radius: 0.923rem;
  }

  .feat-item__icon img {
    width: 1.692rem;
    height: 1.692rem;
  }

  .feat-item__title {
    font-size: 1.154rem;
  }

  .feat-item__desc {
    margin-top: 0.462rem;
    font-size: 1rem;
    line-height: 1.65;
  }

  .biz-vision {
    margin-top: 0;
    padding: 4.615rem 0;
  }

  .biz-vision__title {
    font-size: 2.154rem;
    margin-top: 0.462rem;
  }

  .vision-venn {
    max-width: 20rem;
    height: 10rem;
    margin: 2.308rem auto;
  }

  .vision-venn__circle {
    width: 10rem;
    height: 10rem;
  }

  .vision-venn__circle--left {
    left: 0.75rem;
  }

  .vision-venn__text {
    font-size: 1.077rem;
  }

  .biz-vision__lead {
    font-size: 1.154rem;
    line-height: 1.65;
  }

  .biz-vision__lead br {
    display: none;
  }

  .biz-vision__desc {
    margin-top: 1.077rem;
    font-size: 1rem;
    line-height: 1.75;
  }

  .biz-vision__desc br {
    display: none;
  }

  .biz-dept {
    flex-wrap: wrap;
    gap: 1.846rem 1.231rem;
    margin-top: 3.077rem;
  }

  .biz-dept__item {
    flex: 0 0 calc(33.333% - 0.923rem);
    gap: 0.769rem;
  }

  .biz-dept__icon {
    width: 5.385rem;
    height: 5.385rem;
    box-shadow: 0 0.154rem 0.769rem rgba(20, 19, 19, 0.1);
    filter: drop-shadow(0 0 0.923rem rgba(0, 0, 0, 0.08));
  }

  .biz-dept__icon img {
    width: 2.462rem;
  }

  .biz-dept__label {
    font-size: 1rem;
    text-align: center;
  }

  /* recruitment */
  .rec-hero {
    padding: 1.538rem 0 2.308rem;
  }

  .rec-hero__inner .sec-eyebrow {
    font-size: 0.846rem;
    letter-spacing: 0.9px;
    margin-bottom: 0.462rem;
  }

  .rec-hero__title {
    font-size: 2.154rem;
    margin-top: 0.462rem;
  }

  .rec-hero__desc {
    margin-top: 1.538rem;
    font-size: 1.077rem;
    line-height: 1.75;
  }

  .rec-hero__desc br {
    display: none;
  }

  .rec-hero__slogan {
    font-size: 1.077rem;
  }

  .rec-section {
    padding: 0 0 3.846rem;
  }

  .rec-search {
    max-width: 100%;
    gap: 0.615rem;
    margin-bottom: 1.538rem;
  }

  .rec-search__select {
    flex: 0 0 4.615rem;
  }

  .rec-search__select select,
  .rec-search__field input {
    height: 2.769rem;
    font-size: 1rem;
  }

  .rec-board {
    border-radius: 0.923rem;
  }

  .rec-item {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.462rem 0.769rem;
    min-height: 0;
    padding: 1.231rem;
  }

  .rec-item__no {
    display: none;
  }

  .rec-item--notice {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .rec-item--notice .rec-item__no {
    display: block;
  }

  .rec-item__title {
    grid-column: 1 / -1;
    font-size: 1.077rem;
    line-height: 1.5;
  }

  .rec-item--notice .rec-item__title {
    grid-column: auto;
  }

  .rec-item__title a {
    white-space: normal;
    word-break: keep-all;
  }

  .rec-item__period {
    font-size: 0.923rem;
    white-space: normal;
  }

  .rec-item__apply {
    justify-self: end;
    font-size: 0.923rem;
  }

  .rec-item__apply::before {
    display: none;
  }

  .rec-item__apply {
    padding-left: 0;
  }

  .rec-item__hit {
    display: none;
  }

  .rec-section .pagination-wrap {
    margin-top: 1.846rem;
  }

  /* recruiment_detail */
  .rec-detail-section {
    padding: 0 0 3.846rem;
  }

  .rec-detail__head {
    padding: 1.538rem 0 1.231rem;
  }

  .rec-detail__title {
    font-size: 1.385rem;
  }

  .rec-detail__card {
    padding: 1.538rem 1.231rem;
    border-radius: 0.923rem;
  }

  .rec-detail__row {
    flex-direction: column;
    gap: 0.308rem;
    padding: 0.923rem 0;
  }

  .rec-detail__row dt {
    flex: none;
    font-size: 0.923rem;
  }

  .rec-detail__apply {
    width: 100%;
    height: 3.231rem;
    font-size: 1.077rem;
  }

  .rec-detail__nav {
    flex-direction: column;
    gap: 0.615rem;
  }

  .rec-detail__nav-item--next {
    text-align: left;
  }

  .rec-detail__nav-list {
    flex: none;
    height: 3rem;
  }

  /* location */
  .location {
    padding: 1.538rem 0 3.846rem;
  }

  .location .container {
    padding: 0 1.231rem;
    width: 100%;
  }

  .location-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.538rem;
    margin-bottom: 1.923rem;
  }

  .location-head__name {
    margin-bottom: 0.462rem;
    font-size: 1.538rem;
    letter-spacing: -0.02em;
  }

  .location-head__addr {
    font-size: 1.077rem;
    line-height: 1.6;
  }

  .location-head__addr .only_wweb {
    display: none;
  }

  .location-contact {
    width: 100%;
    flex-direction: column;
    gap: 0.769rem;
    padding: 1.231rem;
    border: 1px solid #ededed;
    border-radius: 0.769rem;
    background-color: #fafafa;
  }

  .location-contact__item {
    gap: 0.615rem;
  }

  .location-contact__icon svg {
    width: 1.231rem;
    height: 1.231rem;
  }

  .location-rec .rec-hero {
    padding: 2.8125rem 0 2.1875rem;
    text-align: center;
  }

  .location-contact__text {
    gap: 0.769rem;
    flex-direction: row;
  }

  .location-contact__label {
    flex: 0 0 4.231rem;
    font-size: 1rem;
  }

  .location-contact__value {
    font-size: 1.077rem;
  }

  .location-map {
    height: auto;
  }

  #map {
    height: 23.077rem;
  }

  .map-overlay {
    font-size: 1.077rem;
    padding: 1.231rem;
  }

  .location-map__overlay {
    height: auto;
    padding: 0 1.231rem;
  }

  .location-transit {
    position: static;
    width: 100%;
    margin-top: 1.538rem;
    padding: 1.692rem 1.231rem;
    border-radius: 0.923rem;
    box-shadow: 0 0.308rem 1.231rem 0 rgba(0, 0, 0, 0.08);
  }

  .location-transit__title {
    margin-bottom: 1.538rem;
    font-size: 1.385rem;
  }

  .transit__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.077rem;
    padding-bottom: 1.538rem;
  }

  .transit__row + .transit__row {
    padding-top: 1.538rem;
  }

  .transit__type {
    gap: 0.308rem;
    font-size: 1.231rem;
  }

  .transit__type svg {
    width: 1.385rem;
    height: 1.385rem;
  }

  .transit__list {
    width: 100%;
    gap: 1.077rem;
  }

  .transit__item {
    gap: 0.615rem;
  }

  .subway {
    width: 1.538rem;
    height: 1.538rem;
    font-size: 1rem;
    line-height: 1;
  }

  .transit__desc {
    font-size: 1.077rem;
    line-height: 1.5;
  }

  .transit__sub {
    font-size: 0.923rem;
  }

  .transit__bus {
    width: 100%;
    gap: 1.385rem;
  }

  .transit__stop {
    flex-wrap: wrap;
    gap: 0.308rem;
    font-size: 1.077rem;
    line-height: 1.5;
    word-break: keep-all;
  }

  .transit__stop span {
    font-size: 0.923rem;
  }

  .bus {
    flex-wrap: wrap;
    gap: 0.615rem 0.923rem;
    margin-top: 0.769rem;
  }

  .bus_icon svg {
    width: 1.231rem;
    height: 1.231rem;
  }

  .bus_icon p {
    font-size: 1rem;
  }

  .container.location-map__actions {
    flex-direction: column;
    gap: 0.615rem;
    padding: 1.538rem 1.231rem 0;
  }

  .location-map__btn {
    width: 100%;
    justify-content: center;
    height: 3.385rem;
    padding: 0 1.231rem;
    border-radius: 0.615rem;
    font-size: 1.077rem;
  }

  .board-nav__tag svg {
    width: 2rem;
    height: 2rem;
  }

  .location-map__btn svg {
    width: 1.385rem;
    height: 1.385rem;
  }

  .board-nav__tag {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    height: 4.6rem;
    padding: 0 1.6rem;
    border: 0.1rem solid #e6e8ea;
    border-radius: 0.8rem;
    background-color: #fff;
    color: #131416;
    font-size: 1.2rem;
    font-weight: 700;
    /* align-self: center; */
  }

  .board-nav {
    gap: 1.231rem;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .board-nav__item {
    flex: unset;
  }
  .board-nav__item--next {
    align-items: flex-end;
    text-align: left;
  }
  .board-nav__item--next .board-nav__tag {
    /* align-self: flex-start; */
  }
  .board-nav__title {
    font-size: 1.231rem;
    max-width: 11rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }

  .board-nav__item--next .board-nav__title {
    text-align: right;
    padding-right: 0.6rem;
  }

  .board-nav__list {
    width: 100%;
    height: 4.308rem;
    font-size: 1.538rem;
  }

  .board-view__url svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}
