@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: "Pretendard";
  src: url("fonts/Pretendard-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}

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

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

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

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

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

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

@font-face {
    font-family: 'Cafe24Danjeonghae';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Cafe24Danjunghae.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NanumBarunGothic';
    src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'NanumBarunGothic';
    src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'NanumBarunGothic';
    src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Optima';
    font-style: normal;
    font-weight: normal;
    src: local('Optima'), url('./fonts/OPTIMA.woff') format('woff');
}
    

@font-face {
    font-family: 'Optima Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Optima Italic'), url('./fonts/Optima_Italic.woff') format('woff');
}
    

@font-face {
    font-family: 'Optima Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Optima Medium'), url('./fonts/Optima Medium.woff') format('woff');
}
    

@font-face {
    font-family: 'Optima Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Optima Bold'), url('./fonts/OPTIMA_B.woff') format('woff');
}

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

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

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

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: #0033FF;
  --seconday: #26282E;
  --ca-color: #333;
  /* --full-h: calc(var(--vh, 1vh) * 100);
  --full-w: calc(var(--vw, 1vw) * 100); */
  --header-h: 60px;
  --lnb-h: 48px;
}

.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,
#header:hover {
  background-color: #fff !important;
  color: #000 !important;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

#header.active #logo,
#header:hover #logo {
  background-image: url("../img/b_logo.png") !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;
}

/* ===== 메인 페이지 ===== */
.main-page {
  overflow-x: hidden;
}

.main-visual-bg {
  transform: scale(1.02);
}

.main-sec1-fade {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 72.15%);
}

.main-sec2-fade {
  background: linear-gradient(90deg, #ffffff 27.85%, rgba(255, 255, 255, 0) 100%);
}

.main-sec3-overlay {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.55) 0%,
    rgba(125, 215, 255, 0.2) 50%,
    rgba(0, 108, 255, 0.1) 100%
  );
}

.main-more-view {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: var(--primary);
  font-size: 1.125rem;
  line-height: 1.4;
  transition: opacity 0.2s;
}

.main-more-view:hover {
  opacity: 0.8;
}

.main-more-view-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 9999px;
  background: rgba(0, 51, 255, 0.05);
}

.main-more-view-icon i {
  font-size: 1.5rem;
  transform: rotate(45deg);
}

.main-ba-label {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  padding: 0.25rem 1rem;
  border-radius: 5px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
}

.main-ba-label--before {
  background: rgba(0, 51, 255, 0.1);
  color: var(--primary);
}

.main-ba-label--after {
  background: var(--primary);
  color: #fff;
}



.main-sec5-card-overlay {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.41) 58.26%,
    rgba(0, 0, 0, 1) 100%
  );
}

.main-yt-cta {
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
  padding: 0.625rem 1.75rem 0.625rem 0.625rem;
  border-radius: 6.875rem;
  background: rgba(255, 255, 255, 0.15);
  transition: background 0.2s;
}

.main-yt-cta:hover {
  background: rgba(255, 255, 255, 0.25);
}

.main-yt-play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.6);
  border: none;
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
}

.main-yt-play:hover {
  transform: scale(1.05);
  background: rgba(255, 255, 255, 0.75);
}

.main-yt-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 9999px;
  border: 1px solid #d9dcdf;
  background: #fff;
  color: var(--seconday);
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}

.main-yt-nav:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.main-yt-nav i {
  font-size: 1.5rem;
}

.main-quick-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.375rem;
  color: #4b555d;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  transition: color 0.2s;
}

.main-quick-item:hover {
  color: var(--primary);
}

.main-quick-tel span {
  font-size: 1.125rem;
}

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

.main-notice-item {
  border-bottom: 1px solid #d9dcdf;
}

.main-notice-link {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 0;
  transition: color 0.2s;
}

.main-notice-link:hover .main-notice-title {
  color: var(--primary);
}

.main-notice-title {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #212121;
  margin: 0 0 0.25rem;
  transition: color 0.2s;
}

.main-notice-date {
  font-size: 1rem;
  line-height: 1.4;
  color: #aeb5ba;
  margin: 0;
}

.main-notice-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.125rem;
  height: 2.125rem;
  flex-shrink: 0;
  color: var(--seconday);
}

.main-notice-arrow i {
  font-size: 2rem;
  transform: rotate(45deg);
}

@media (max-width: 1023px) {
  .main-notice-title {
    font-size: 1.125rem;
  }
}

/* ===== 사이트 푸터 ===== */
.site-footer-heading {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  color: #26282e;
  margin: 0;
}

.site-footer-tel {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #003bba;
  letter-spacing: -0.02em;
}

@media (min-width: 1024px) {
  .site-footer-tel {
    font-size: 2.75rem;
  }
}

.site-footer-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  min-height: 3.375rem;
  padding: 0 1rem;
  background: #fff;
  border-radius: 4px;
  color: #4b555d;
  font-size: 1.125rem;
  line-height: 1.4;
  transition: box-shadow 0.2s;
}

.site-footer-btn:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.site-footer-hours {
  margin: 0;
}

.site-footer-hours-row {
  display: flex;
  align-items: flex-start;
  gap: 3.125rem;
  margin-bottom: 1.5rem;
}

.site-footer-hours-row:last-child {
  margin-bottom: 0;
}

.site-footer-hours-row dt {
  flex-shrink: 0;
  width: 4.0625rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  color: #26282e;
}

.site-footer-hours-row dd {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #4b555d;
}

.site-footer-map {
  min-height: 14.375rem;
}

.site-footer-map .root_daum_roughmap .cont .section.lst,
.site-footer-map .wrap_controllers,
.site-footer-map .cont {
  display: none;
}

.site-footer-info {
  margin: 0;
}

.site-footer-info-row {
  display: flex;
  align-items: flex-start;
  gap: 3.125rem;
  margin-bottom: 1.5rem;
}

.site-footer-info-row:last-child {
  margin-bottom: 0;
}

.site-footer-info-row dt {
  flex-shrink: 0;
  width: 7.125rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  color: #26282e;
}

.site-footer-info-row dd {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #aeb5ba;
  word-break: break-all;
}

.site-footer-bar-link {
  color: #aeb5ba;
  font-size: 1.125rem;
  line-height: 1.25;
  transition: color 0.2s;
}

.site-footer-bar-link:hover {
  color: var(--primary);
}