@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap'); */
/* NotoSans 쓸 경우 주석 풀고, body 적용 */

@font-face {
  font-family: "NanumSquare";
  src: url("https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@2.0/NanumSquareB.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("fonts/Pretendard-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("fonts/Pretendard-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("fonts/Pretendard-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("fonts/Pretendard-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("fonts/Pretendard-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("fonts/Pretendard-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("fonts/Pretendard-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "KimjungchulScript";
  src: url("fonts/KimjungchulScript-Bold.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
  font-family: "Gmarket Sans TTF";
  src: url("fonts/GmarketSansLight.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gmarket Sans TTF";
  src: url("fonts/GmarketSansMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gmarket Sans TTF";
  src: url("fonts/GmarketSansBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
} */

* {
  word-break: keep-all;
  box-sizing: border-box;
}

body {
  font-family:
    "Pretendard", "Noto Emoji", "Segoe UI Emoji", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}

html {
  font-family:
    "Pretendard", "Noto Emoji", "Segoe UI Emoji", sans-serif !important;
}

/* 초기화 */
html {
  overflow-y: auto !important;
  min-height: 100dvh;
}

body {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

.site-wrap {
  flex: 1 0 auto;
  width: 100%;
}

.landing-footer {
  flex-shrink: 0;
}

html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
  margin: 0;
  padding: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-family: inherit !important;
}

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

ul,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}

label,
input,
button,
select,
img {
  vertical-align: middle;
  font-size: 1em;
}

input,
button {
  margin: 0;
  padding: 0;
  font-family: inherit !important;
}

input[type="submit"] {
  cursor: pointer;
}

button {
  cursor: pointer;
}

textarea,
select {
  font-family: inherit !important;
}

select {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
  word-break: break-all;
}

pre {
  overflow-x: scroll;
  font-size: 1.1em;
}

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

/*head.sub.php로 셋팅하는 값 = full-h, full-w*/
:root {
  --primary: #2ec5eb;
  --seconday: #666;
  --ca-color: #333;
  /* --full-h: calc(var(--vh, 1vh) * 100);
  --full-w: calc(var(--vw, 1vw) * 100); */
  --header-h: 60px;
  --lnb-h: 48px;
}

.page-content-shell {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 88px 1rem 2rem;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .page-content-shell {
    padding-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  .page-content-shell {
    padding-top: 100px;
    padding-bottom: 5rem;
  }
}

.overlay {
  position: relative;
}

.overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

#header.active {
  background-color: #fff !important;
  color: #000 !important;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-bottom-color: transparent !important;
}

body.header-transparent #header:not(.active) {
  border-bottom: 1px solid rgba(234, 234, 234, 0.4);
}

body.header-transparent #header:not(.active) .header-nav__link {
  color: #fff;
}

body.header-transparent #header:not(.active) .header-nav__link:hover {
  color: rgba(255, 255, 255, 0.85);
}

#header.active .header-nav__link {
  color: #081f3a;
}

#header.active .header-nav__link:hover {
  color: #c9a66a;
}

.header-nav__link {
  font-family: "NanumSquare", "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 20.43px;
  text-align: center;
  letter-spacing: 0;
}

#header.active #logo:not(.landing-header-logo) {
  background-image: url("../img/logo.png") !important;
}

/* 아이콘 있는 경우 header.active * {color: #000 !important;} 해주시면 됩니다. */

/* 애니메이션 관련 */

/* 버튼 */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-primary {
  background-color: var(--primary);
  color: #fff;
  transition:
    background 0.2s,
    color 0.2s,
    box-shadow 0.2s;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #fff;
  color: var(--primary);
  outline: 1px solid var(--primary);
  box-shadow: 0 2px 8px rgba(96, 165, 250, 0.15);
}

.btn-primary:active {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 1px 4px rgba(96, 165, 250, 0.1);
}

.btn-secondary {
  background-color: var(--seconday);
  color: #fff;
  transition:
    background 0.2s,
    color 0.2s,
    box-shadow 0.2s;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background: #fff;
  color: var(--seconday);
  outline: 1px solid var(--seconday);
  box-shadow: 0 2px 8px rgba(156, 163, 175, 0.15);
}

.btn-secondary:active {
  background: var(--seconday);
  color: #fff;
  box-shadow: 0 1px 4px rgba(156, 163, 175, 0.1);
}

.btn-primary-outline {
  background-color: transparent;
  color: var(--primary);
  outline: 1px solid var(--primary);
  transition:
    background 0.2s,
    color 0.2s,
    box-shadow 0.2s;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 2px 8px rgba(96, 165, 250, 0.15);
  outline: none;
}

.btn-primary-outline:active {
  background: #fff;
  color: var(--primary);
  box-shadow: 0 1px 4px rgba(96, 165, 250, 0.1);
}

.btn-secondary-outline {
  background-color: transparent;
  color: var(--seconday);
  outline: 1px solid var(--seconday);
  transition:
    background 0.2s,
    color 0.2s,
    box-shadow 0.2s;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background: var(--seconday);
  color: #fff;
  box-shadow: 0 2px 8px rgba(156, 163, 175, 0.15);
  outline: none;
}

.btn-secondary-outline:active {
  background: #fff;
  color: var(--seconday);
  box-shadow: 0 1px 4px rgba(156, 163, 175, 0.1);
}

.btn-animation {
  position: relative;
  overflow: hidden;
  color: var(--primary);
  outline: 1px solid var(--primary);
}

.btn-animation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--primary);
  z-index: -1;
  transition: all 0.3s ease;
}

.btn-animation:hover {
  color: #fff;
  outline: 0;
}

.btn-animation:hover::before {
  width: 100%;
}

.button:disabled,
.btn-primary:disabled,
.btn-secondary:disabled,
.btn-primary-outline:disabled,
.btn-secondary-outline:disabled,
.btn-animation:disabled {
  background: #e5e7eb !important;
  /* Tailwind gray-200 */
  color: #b0b0b0 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
  opacity: 0.6;
  pointer-events: none;
  filter: grayscale(0.2);
}

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

.editor-content img {
  display: initial;
}

#sev_himg * {
  font-family:
    "Pretendard", "Noto Emoji", "Segoe UI Emoji", sans-serif !important;
}

.sev_admin {
  display: none;
}

/* Lnb 관련  */
/* lnb  */
.lnb_wrap {
  position: relative;
}

.lnb {
  background: #fff;
}

.lnb .lnb_map {
  height: var(--lnb-h);
  display: flex;
  align-items: center;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  max-width: 1600px;
  margin: 0 auto;
}

.lnb .lnb_map .home {
  width: var(--lnb-h);
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lnb .lnb_map .home a {
  color: #333;
}

.lnb .lnb_map > li {
  height: 100%;
  border-right: 1px solid #ddd;

  position: relative;
}

.lnb .lnb_map li.dep a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lnb .lnb_map li.dep a span {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;

  color: #333;
}

.lnb .lnb_map li.dep ul {
  display: none;
  position: absolute;
  left: 0;
  top: var(--lnb-h);
  width: 100%;
  z-index: 9999;
}

.lnb .lnb_map li.dep ul li {
  width: 100%;
  background: #f9f9f9;
  border-bottom: 1px solid #fff;
}

.lnb .lnb_map li.dep ul li a:hover {
  background: var(--primary);
  color: #fff;
  transition: 0.3s all;
}

.lnb .lnb_map li.dep ul li a.on {
  background: var(--primary);
  color: #fff;
}

/* 구글 번역 부분 커스텀 css - 번역기능 있을 경우만 사용 */

body {
  position: static !important;
  top: 0px !important;
}

.goog-logo-link {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
  display: none !important;
}

body > .skiptranslate,
.goog-logo-link,
.gskiptranslate,
.goog-te-gadget span,
.goog-te-banner-frame,
#goog-gt-tt,
.goog-te-balloon-frame,
div#goog-gt- {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
  font-size: 0px;
  width: 100px;
}

.goog-text-highlight {
  background: none !important;
  box-shadow: none !important;
}

#google_translate_element select {
  background: transparent;
  color: #000;
  border: none;
  font-weight: bold;
  border-radius: 0px;
  padding: 8px 12px;
}

.notranslate {
  translate: no !important;
}

/* ===== ARC Communications Landing ===== */

html.landing-scroll {
  scroll-behavior: smooth;
}

.font-cinzel,
h1.font-cinzel,
h2.font-cinzel,
h3.font-cinzel,
h4.font-cinzel,
h5.font-cinzel,
h6.font-cinzel {
  font-family: "Cinzel", serif !important;
}

.landing-main-banner__gradient {
  background: linear-gradient(
    180deg,
    rgba(255, 210, 132, 0.6) 21.147%,
    rgba(255, 219, 158, 0.551) 49.509%,
    rgba(255, 236, 202, 0.436) 86.039%,
    rgba(255, 255, 255, 0.252) 100%
  );
}

.landing-geo__overlay {
  background: linear-gradient(
    180deg,
    rgba(201, 166, 106, 0.7) 19.222%,
    rgba(201, 166, 106, 0) 100%
  );
}

.landing-inquiry__input {
  width: 100%;
  height: 60px;
  padding: 18px 30px 18px 30px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(243, 244, 248, 0.2);
  color: #fff;
  font-size: 18px;
  outline: none;
}

.landing-inquiry .landing-inquiry__input:focus,
.landing-inquiry .landing-inquiry__input:focus-visible {
  border-color: #fff;
  outline: none;
  box-shadow: 0 0 0 1px #fff;
}

.landing-inquiry__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.landing-contact-map {
  aspect-ratio: 646 / 390;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #fff;
}

.landing-contact-map__embed,
.landing-contact-map .root_daum_roughmap,
.landing-contact-map .wrap_map,
.landing-contact-map .map,
.landing-contact-map iframe,
.landing-contact-map [class*="roughmap"] {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.landing-contact-map__embed,
.landing-contact-map .wrap_map,
.landing-contact-map .map {
  width: 100% !important;
  height: 100% !important;
}

.landing-contact-map .wrap_map {
  height: 100% !important;
}

.landing-contact-map .cont,
.landing-contact-map .section_address,
.landing-contact-map .section.section_address,
.landing-contact-map .wrap_controllers,
.landing-contact-map .root_daum_roughmap .cont,
.landing-contact-map .root_daum_roughmap .cont .section.lst,
.landing-contact-map [class*="roughmap"] .cont {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.landing-inquiry__textarea {
  height: 253px;
  resize: vertical;
}

.landing-inquiry__privacy-checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  border-radius: 4px;
  background-color: #ffffff;
  cursor: pointer;
}

.landing-inquiry__privacy-checkbox:checked {
  background-color: #111e35;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}

.landing-inquiry__privacy-checkbox:focus,
.landing-inquiry__privacy-checkbox:focus-visible {
  outline: none;
}

.landing-inquiry__privacy-check:hover .landing-inquiry__privacy-checkbox {
  border-color: #111e35;
}

.landing-inquiry__captcha img {
  max-width: 100%;
}

body.header-transparent #header .landing-header-logo,
#header.active .landing-header-logo,
#header.active #logo.landing-header-logo {
  background-image: url("../img/logo.png") !important;
}

.landing-about {
  background-color: #fff;
  background-image: url("../img/landing/about_section_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.landing-about-arc-heading {
  display: inline;
}

.landing-about-arc-char {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  vertical-align: bottom;
}

.landing-about-arc-dot {
  display: block;
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 9999px;
  background-color: #c9a66a;
  font-style: normal;
}

@media (min-width: 1024px) {
  .landing-about-arc-dot {
    width: 6px;
    height: 6px;
    margin-bottom: 8px;
  }
}

.landing-services {
  background-color: #fff;
  background-image: url("../img/landing/services_section_bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}

.landing-about-cards {
  width: 100%;
  max-width: 1442px;
}

.landing-about-cards .aboutCardsSwiper {
  width: 100%;
  overflow: hidden;
}

.landing-about-cards .swiper-slide {
  height: auto;
  box-sizing: border-box;
  flex-shrink: 0;
}

@media (min-width: 1024px) {
  .landing-about-cards .aboutCardsSwiper {
    height: 430px;
  }

  .landing-about-cards .swiper-slide {
    width: 700px;
    height: 430px;
  }
}

.landing-about-cards__nav {
  position: absolute;
  top: 50%;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.23);
  transform: translateY(-50%);
  border: none;
  padding: 0;
  cursor: pointer;
  pointer-events: auto;
}

.landing-about-cards__nav img {
  pointer-events: none;
}

.landing-about-cards__nav.swiper-button-disabled {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}

.landing-about-cards__nav--prev {
  left: 8px;
}

.landing-about-cards__nav--next {
  right: 8px;
}

@media (min-width: 1024px) {
  .landing-about-cards__nav {
    width: 72px;
    height: 72px;
  }

  .landing-about-cards__nav--prev {
    left: 31px;
  }

  .landing-about-cards__nav--next {
    right: 31px;
  }
}

@media (max-width: 1023px) {
  .landing-about__watermark,
  .landing-services__watermark {
    display: none;
  }
}

/* 문의 게시판 — 랜딩 톤앤매너 */
.inquiry-board {
  color: #333;
}

.inquiry-board__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.375rem;
  margin-bottom: 2rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .inquiry-board__heading {
    margin-bottom: 2.5rem;
  }
}

.inquiry-board__heading-icon {
  width: 35px;
  height: 8px;
}

.inquiry-board__heading-label {
  font-family: Cinzel, serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #767c81;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

@media (min-width: 1024px) {
  .inquiry-board__heading-label {
    font-size: 1.25rem;
  }
}

.inquiry-board__heading-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  color: #081f3a;
}

@media (min-width: 640px) {
  .inquiry-board__heading-title {
    font-size: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .inquiry-board__heading-title {
    font-size: 1.875rem;
  }
}

.inquiry-board__panel {
  border: 1px solid rgba(201, 166, 106, 0.35);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 2px rgba(8, 31, 58, 0.04);
}

.inquiry-board__list-head {
  display: flex;
  justify-content: space-between;
  min-height: 2.75rem;
  background: #081f3a;
  color: #fff;
  border-bottom: 1px solid rgba(201, 166, 106, 0.35);
}

.inquiry-board__list-head .inquiry-board__cell {
  color: #fff;
  font-weight: 700;
}

.inquiry-board__list-row {
  display: flex;
  width: 100%;
  min-height: 2.5rem;
  border-bottom: 1px solid rgba(201, 166, 106, 0.2);
  background: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

@media (min-width: 768px) {
  .inquiry-board__list-row {
    min-height: 3.5rem;
  }
}

.inquiry-board__list-row:hover {
  background: rgba(201, 166, 106, 0.08);
}

.inquiry-board__list-row:nth-child(even) {
  background: rgba(255, 247, 233, 0.45);
}

.inquiry-board__list-row:nth-child(even):hover {
  background: rgba(201, 166, 106, 0.12);
}

.inquiry-board__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #333;
}

@media (min-width: 768px) {
  .inquiry-board__cell {
    font-size: 1rem;
  }
}

.inquiry-board__cell--muted {
  color: #767c81;
}

.inquiry-board__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 4rem;
  text-align: center;
  color: #767c81;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .inquiry-board__empty {
    font-size: 1rem;
  }
}

.inquiry-board__pagination {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.inquiry-board__pagination .pg_page,
.inquiry-board__pagination .pg_current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.5rem;
  margin: 0 0.125rem;
  border: 1px solid rgba(201, 166, 106, 0.35);
  border-radius: 0.25rem;
  font-size: 0.875rem;
  text-decoration: none;
  vertical-align: middle;
}

.inquiry-board__pagination .pg_page {
  color: #767c81;
  background: #fff;
}

.inquiry-board__pagination .pg_page:hover {
  color: #081f3a;
  background: rgba(201, 166, 106, 0.12);
  border-color: #c9a66a;
}

.inquiry-board__pagination .pg_current {
  color: #fff;
  background: #081f3a;
  border-color: #081f3a;
  font-weight: 700;
}

.inquiry-board__view {
  padding: 1.5rem 1rem;
}

@media (min-width: 768px) {
  .inquiry-board__view {
    padding: 2rem 1.5rem;
  }
}

@media (min-width: 1024px) {
  .inquiry-board__view {
    padding: 2.5rem 2rem;
  }
}

.inquiry-board__view-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(201, 166, 106, 0.35);
  font-size: 0.875rem;
  color: #767c81;
}

@media (min-width: 768px) {
  .inquiry-board__view-meta {
    font-size: 1rem;
  }
}

.inquiry-board__view-subject {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  color: #081f3a;
}

@media (min-width: 768px) {
  .inquiry-board__view-subject {
    font-size: 1.5rem;
  }
}

.inquiry-board__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .inquiry-board__table {
    font-size: 1rem;
  }
}

.inquiry-board__table th,
.inquiry-board__table td {
  border: 1px solid rgba(201, 166, 106, 0.25);
  padding: 0.75rem 1rem;
  vertical-align: top;
  word-break: break-word;
}

.inquiry-board__table th {
  width: 33.333%;
  background: rgba(255, 247, 233, 0.65);
  color: #081f3a;
  font-weight: 700;
}

.inquiry-board__table td {
  color: #333;
}

.inquiry-board__nav {
  margin-top: 2rem;
  border-top: 1px solid rgba(201, 166, 106, 0.35);
}

.inquiry-board__nav li {
  padding: 0.875rem 0;
  border-bottom: 1px solid rgba(201, 166, 106, 0.2);
  font-size: 0.875rem;
}

.inquiry-board__nav li:last-child {
  border-bottom: 0;
}

.inquiry-board__nav .nb_tit {
  display: inline-block;
  margin-right: 0.5rem;
  color: #c9a66a;
  font-weight: 700;
}

.inquiry-board__nav a {
  color: #081f3a;
  text-decoration: none;
}

.inquiry-board__nav a:hover {
  text-decoration: underline;
}

.inquiry-board__nav .nb_date {
  float: right;
  color: #767c81;
}

.inquiry-board #bo_v_atc_title {
  display: none;
}
