@charset "UTF-8";
/* reset.scss */
*,
*:before,
*:after {
  box-sizing: border-box;
  flex-shrink: 1;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-wrap: break-word;
  box-sizing: border-box;
  word-break: keep-all;
}

:lang(ko) {
  word-break: keep-all;
  word-wrap: break-word;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
hr {
  margin: 0;
  padding: 0;
}

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

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

html {
  /* 스크롤 바의 색상 지정 */
  /* 스크롤 바 호버 시 색상 지정 */
}
html ::-webkit-scrollbar {
  width: 17px;
  /* 스크롤 바의 너비 */
  background-color: #f6f6f6;
  /* 스크롤 바의 배경색 */
}
html ::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
  /* 스크롤 바의 색상 */
}
html ::-webkit-scrollbar-thumb:hover {
  /* 스크롤 바의 색상 */
}
html ::-webkit-scrollbar-button {
  width: 17px;
  height: 16px;
}

body {
  color: var(--color-darken);
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  box-sizing: border-box;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

caption,
legend {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
}

table {
  border-spacing: 0;
  table-layout: fixed;
}

picture {
  display: inline-block;
}

picture > img {
  display: block;
}

img,
picture,
video,
canvas {
  max-width: 100%;
  border: none;
}

img {
  vertical-align: top;
}

hr.type-dashed {
  border-top-style: dashed;
}
hr.type-hide {
  display: none;
}

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

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  text-decoration: none;
  text-underline-position: under;
  color: var(--color-darken);
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
}
button:disabled {
  cursor: default;
}

input,
select,
textarea {
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-text-fill-color: #000 !important;
  box-shadow: 0 0 0px 1000px #fff inset !important;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
  -webkit-text-fill-color: #000 !important;
  box-shadow: 0 0 0px 1000px #fff inset !important;
}

svg {
  fill: transparent;
}

:root {
  /* gray */
  --gray-100: #fcfcfd;
  --gray-200: #f9f9fb;
  --gray-300: #eff0f3;
  --gray-400: #e7e8ec;
  --gray-500: #e0e1e6;
  --gray-600: #d8d9e0;
  --gray-700: #cdced7;
  --gray-800: #b9bbc6;
  --gray-900: #8b8d98;
  /* semantic color */
  --color-primary: #dab866;
  --color-secondary: #231815;
  --color-darken: #111;
  --color-white: #fff;
  --color-gray: #E6E6E6;
  --color-darkgray: #282828;
  --color-error: #FF0000;
  --color-point: #f6f0e3;
  --color-red: #c01d4b;
  --border-primary: var(--color-primary);
  --border-secondary: var(--color-secondary);
  --border-darken: var(--color-darken);
  --border-white: var(--color-white);
  --border-gray: var(--color-gray);
  --border-darkgray: var(--color-darkgray);
  --border-error: var(--color-error);
  --border-point: var(--color-point);
  --border-red: var(--color-red);
  --bg-primary: var(--color-primary);
  --bg-secondary: var(--color-secondary);
  --bg-darken: var(--color-darken);
  --bg-white: var(--color-white);
  --bg-gray: var(--color-gray);
  --bg-error: var(--color-error);
  --bg-point: var(--color-point);
  --bg-red: var(--color-red);
  --bg-darkgray: var(--color-darkgray);
}

/* Pretendard */
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  src: url("fonts/Pretendard-Black.woff") format("woff"), url("fonts/Pretendard-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  src: url("fonts/Pretendard-ExtraBold.woff") format("woff"), url("fonts/Pretendard-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  src: url("fonts/Pretendard-Bold.woff") format("woff"), url("fonts/Pretendard-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  src: url("fonts/Pretendard-SemiBold.woff") format("woff"), url("fonts/Pretendard-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  src: url("fonts/Pretendard-Medium.woff") format("woff"), url("fonts/Pretendard-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  src: url("fonts/Pretendard-Regular.woff") format("woff"), url("fonts/Pretendard-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  src: url("fonts/Pretendard-Light.woff") format("woff"), url("fonts/Pretendard-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  src: url("fonts/Pretendard-ExtraLight.woff") format("woff"), url("fonts/Pretendard-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  src: url("fonts/Pretendard-Thin.woff") format("woff"), url("fonts/Pretendard-Thin.woff2") format("woff2");
  font-weight: 100;
  font-display: swap;
}
/* 부르크명조 */
@font-face {
  font-family: "BookkMyungjo-Bd";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/BookkMyungjo-Bd.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
/* 신라문화채 */
@font-face {
  font-family: "Shilla_CultureB-Bold";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2206-02@1.0/Shilla_CultureB-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
/* G마켓 sans */
@font-face {
  font-family: "GmarketSans";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff2") format("woff2"), url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSans";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff2") format("woff2"), url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSans";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff2") format("woff2"), url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/* Quantico */
@font-face {
  font-family: "Quantico";
  font-style: normal;
  src: url("fonts/Quantico-Regular.woff") format("woff"), url("fonts/Quantico-Regular.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Quantico";
  font-style: normal;
  src: url("fonts/Quantico-Bold.woff") format("woff"), url("fonts/Quantico-Bold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
/* 한마음명조 */
@font-face {
  font-family: "KBIZHanmaumMyungjo";
  src: url("fonts/KBIZHanmaumMyungjoB.woff") format("woff"), url("fonts/KBIZHanmaumMyungjoB.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "KBIZHanmaumMyungjo";
  src: url("fonts/KBIZHanmaumMyungjoM.woff") format("woff"), url("fonts/KBIZHanmaumMyungjoM.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "KBIZHanmaumMyungjo";
  src: url("fonts/KBIZHanmaumMyungjoR.woff") format("woff"), url("fonts/KBIZHanmaumMyungjoR.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "KBIZHanmaumMyungjo";
  src: url("fonts/KBIZHanmaumMyungjoL.woff") format("woff"), url("fonts/KBIZHanmaumMyungjoL.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
/* CormorantGaramond */
@font-face {
  font-family: "Cormorant Garamond", serif;
  src: url("fonts/CormorantGaramond-Bold.woff") format("woff"), url("fonts/CormorantGaramond-Bold.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Cormorant Garamond", serif;
  src: url("fonts/CormorantGaramond-SemiBold.woff") format("woff"), url("fonts/CormorantGaramond-SemiBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Cormorant Garamond", serif;
  src: url("fonts/CormorantGaramond-Medium.woff") format("woff"), url("fonts/CormorantGaramond-Medium.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Cormorant Garamond", serif;
  src: url("fonts/CormorantGaramond-Regular.woff") format("woff"), url("fonts/CormorantGaramond-Regular.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Cormorant Garamond", serif;
  src: url("fonts/CormorantGaramond-Light.woff") format("woff"), url("fonts/CormorantGaramond-Light.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
/* 부크크고딕 */
@font-face {
  font-family: "BookkGothic";
  src: url("fonts/BookkGothic_Bold.woff2") format("wof2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "BookkGothic";
  src: url("fonts/BookkGothic_Light.woff2") format("wof2");
  font-weight: 100;
  font-style: normal;
}
/* 월인석보 */
@font-face {
  font-family: "TTWorinseokboB";
  src: url("fonts/TTWorinseokboBB.woff2") format("woff2"), url("fonts/TTWorinseokboBB.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "TTWorinseokboB";
  src: url("fonts/TTWorinseokboBL.woff2") format("woff2"), url("fonts/TTWorinseokboBL.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "TTWorinseokboB";
  src: url("fonts/TTWorinseokboBR.woff2") format("woff2"), url("fonts/TTWorinseokboBR.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
.container {
  width: 100%;
  max-width: 1430px;
  margin: 0 auto;
}
.container.fluid {
  width: 100%;
  max-width: 100%;
}

input {
  font-size: 16px;
}

.text-field {
  height: 50px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  border: 1px solid var(--border-secondary);
  padding: 0 10px;
}
.text-field.fluid {
  width: 100%;
}

.textarea-box {
  border: 1px solid var(--border-secondary);
  border-radius: 9px;
  overflow: hidden;
  margin-top: 10px;
}
.textarea-box textarea {
  font-size: 16px;
  border: none;
  width: 100%;
  height: 213px;
  padding: 20px;
  resize: none;
  overflow-y: auto;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 9px;
  font-size: 18px;
  padding: 0 10px;
  font-weight: 600;
  /* color */
  /* line type */
}
.btn.btn-primary {
  background-color: var(--bg-primary);
  color: #fff;
}
.btn.btn-secondary {
  background-color: var(--bg-secondary);
  color: #fff;
}
.btn.btn-point {
  background-color: var(--bg-point);
  color: #fff;
}
.btn.btn-point.line {
  background-color: #fff;
  border: 1px solid var(--border-point);
  color: var(--color-point);
}
.btn.btn-line-darken {
  border: 1px solid var(--border-darken);
}

/* other type */
.btn-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  height: 40px;
  border: 2px solid var(--border-darken);
  border-radius: 22px;
}
.btn-link .label {
  color: var(--color-darken);
  font-size: 16px;
  white-space: nowrap;
  width: 110px;
  display: flex;
  align-items: center;
  font-family: "Quantico";
}
.btn-link .icon-box {
  width: 14px;
  height: 14px;
  overflow: hidden;
  display: flex;
  background-color: var(--bg-darken);
  border-radius: 50%;
  position: relative;
}
.btn-link .icon-box::before {
  content: "";
  width: 6px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-link .icon-box::after {
  content: "";
  width: 1px;
  height: 6px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-link.disabled {
  background-color: #f6f6f6 !important;
  border: 2px solid #e6e6e6 !important;
}
.btn-link.disabled .label {
  color: #adadad;
}
.btn-link.disabled .icon-box {
  background-color: #adadad !important;
}
.btn-link.size-sm .label {
  width: 60px;
}
.btn-link:hover .icon-box .icon {
  transform: translateX(0px);
}
.btn-link.up .icon-box .icon::before {
  background-size: 30px;
}

.btn-down {
  display: flex;
  align-items: center;
}
.btn-down .icon {
  display: block;
  width: 24px;
  height: 24px;
}

.checkbox[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* 기본(네이티브) 모양을 제거 */
  box-sizing: border-box;
  background-clip: content-box;
  width: 9px;
  height: 9px;
  border: 1px solid var(--border-secondary);
  cursor: pointer;
}
.checkbox[type=checkbox]:checked {
  border-color: var(--border-secondary);
  background-color: var(--bg-secondary);
}

.checkbox-label {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  cursor: pointer;
}

.radio[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* 기본(네이티브) 모양을 제거 */
  box-sizing: border-box;
  background-clip: content-box;
  width: 9px;
  height: 9px;
  border: 1px solid var(--border-secondary);
  cursor: pointer;
}
.radio[type=radio]:checked {
  border-color: var(--border-secondary);
  background-color: var(--bg-secondary);
}

.radio-label {
  display: flex;
  align-items: center;
  gap: 25px;
  cursor: pointer;
}

.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  /* size */
}
.icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.icon.icon-home:before {
  background-image: url(../images/icon/icon-home.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.icon-phone:before {
  background-image: url(../images/icon/icon-phone.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.icon-arrow:before {
  background-image: url(../images/icon/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.icon-arrow2:before {
  background-image: url(../images/icon/icon-arrow2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.icon-arrow-down:before {
  background-image: url(../images/icon/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.icon-arrow-right:before {
  background-image: url(../images/icon/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.icon-doublearrow:before {
  background-image: url(../../assets/images/icon/icon-doublearrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.icon-play:before {
  background-image: url(../../assets/images/icon/icon-play.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.icon-pause:before {
  background-image: url(../../assets/images/icon/icon-pause.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.icon-menu:before {
  background-image: url(../images/icon/icon-menu.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.icon-youtube:before {
  background-image: url(../images/icon/icon-youtube.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.icon-insta:before {
  background-image: url(../images/icon/icon-insta.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.icon-insta-color:before {
  background-image: url(../images/icon/icon-insta-color.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.icon-facebook:before {
  background-image: url(../images/icon/icon-facebook.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.icon-blog:before {
  background-image: url(../images/icon/icon-blog.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.icon-edu:before {
  background-image: url(../images/icon/icon-edu.gif);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.icon-group:before {
  background-image: url(../images/icon/icon-group.gif);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.icon-organism:before {
  background-image: url(../images/icon/icon-organism.gif);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.icon-shakehands:before {
  background-image: url(../images/icon/icon-shakehands.gif);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.icon-stamp:before {
  background-image: url(../images/icon/icon-stamp.gif);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.icon-store:before {
  background-image: url(../images/icon/icon-store.gif);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.icon-food-1:before {
  background-image: url(../images/icon/icon-food-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.icon-food-2:before {
  background-image: url(../images/icon/icon-food-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.icon-food-3:before {
  background-image: url(../images/icon/icon-food-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.icon-food-4:before {
  background-image: url(../images/icon/icon-food-4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.icon-food-5:before {
  background-image: url(../images/icon/icon-food-5.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.icon-food-6:before {
  background-image: url(../images/icon/icon-food-6.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.icon-food-7:before {
  background-image: url(../images/icon/icon-food-7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.icon-food-8:before {
  background-image: url(../images/icon/icon-food-8.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.icon-car:before {
  background-image: url(../images/icon/icon-car.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.icon-bus:before {
  background-image: url(../images/icon/icon-bus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.icon-subway:before {
  background-image: url(../images/icon/icon-subway.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.icon-download:before {
  background-image: url(../images/icon/icon-download.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.icon-attachment:before {
  background-image: url(../images/icon/icon-attachment.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.icon-close:before {
  background-image: url(../images/icon/icon-close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.icon-top-left:before {
  background-image: url(../images/icon/icon-top-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.icon-top-right:before {
  background-image: url(../images/icon/icon-top-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.size-12:before {
  width: 12px;
  height: 12px;
}
.icon.size-20:before {
  width: 20px;
  height: 20px;
}
.icon.size-24:before {
  width: 24px;
  height: 24px;
}
.icon.size-30:before {
  width: 30px;
  height: 30px;
}
.icon.size-50:before {
  width: 50px;
  height: 50px;
}
.icon.size-100:before {
  width: 100px;
  height: 100px;
}

.chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  font-style: normal;
  flex-shrink: 0;
  /* color */
  /* size */
}
.chip.primary {
  background-color: var(--bg-darken);
  color: #fff;
}
.chip.secondary {
  background-color: var(--bg-secondary);
  color: #fff;
}
.chip.point {
  background-color: var(--bg-point);
  color: #fff;
}
.loading-component {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.loading-component.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.loading-component .loading-inner {
  width: 320px;
  text-align: center;
}
.loading-component .loading-bar-wrap {
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 16px;
}
.loading-component .loading-bar {
  width: 0%;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transition: width 0.3s ease;
}
.loading-component .loading-percent {
  color: #fff;
  font-size: 16px;
  font-family: "Pretendard", sans-serif;
}

body.loading #wrapper {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}

body.loaded #wrapper {
  opacity: 1;
  visibility: visible;
}

#loading-screen {
  position: fixed;
  inset: 0;
  background: #000;
  color: #fff;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#loading-screen.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loading-bar-wrap {
  width: 320px;
  height: 6px;
  background: rgba(255, 255, 255, 0.3);
  margin-bottom: 12px;
  border-radius: 3px;
  overflow: hidden;
}

.loading-bar {
  width: 0%;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transition: width 0.3s ease;
}

.loading-percent {
  font-size: 16px;
}

#header {
  width: 100%;
}
#header::after {
  content: "";
  position: absolute;
  top: 106px;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--bg-white);
  z-index: 90;
  transition: all 0.4s;
}
#header .container {
  max-width: 100%;
}
#header .header-inner {
  padding: 0 40px;
  display: flex;
  align-items: center;
  height: 106px;
  position: relative;
  border-bottom: 1px solid var(--border-gray);
}
#header h1 {
  flex-shrink: 0;
}
#header h1 a {
  display: block;
  width: 180px;
  height: 66.5px;
  background-image: url(../../assets/images/img-gz-eng-b.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#header h1 img {
  width: 180px;
  background-image: url(../../assets/images/logo-b.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#header nav {
  margin-left: auto;
}
#header nav ul {
  display: flex;
  align-items: center;
  gap: 90px;
  height: 106px;
}
#header nav li {
  position: relative;
}
#header nav li::after {
  content: "";
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
  background-color: var(--bg-primary);
}
#header nav li.on > a {
  color: var(--color-primary);
}
#header nav li.on::after {
  width: 100%;
}
#header nav li.on .depth-box {
  opacity: 1;
  visibility: visible;
}
#header nav li:last-child .depth-box .depth-inner {
  justify-content: flex-end;
}
#header nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 106px;
  color: var(--color-darken);
  font-size: 24px;
  font-weight: 800;
  font-family: "BookkGothic";
}
#header .depth-box {
  width: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
  transform: translateY(107px);
  transition: opacity 0.3s ease;
  visibility: hidden;
  opacity: 0;
}
#header .depth-box .depth-inner {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  gap: 40px;
}
#header .depth-box a {
  height: 100%;
  flex-shrink: 0;
  font-size: 20px;
  color: var(--color-gray);
  font-family: "Pretendard";
  font-weight: 600;
}
#header .depth-box a:hover {
  color: var(--color-darken);
}
#header .gnb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-left: 90px;
}
#header .gnb .btn-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-darken);
  color: var(--color-white);
  width: 120px;
  height: 54px;
  border-radius: 32px;
}
#header .gnb .btn-menu {
  width: 23px;
  height: 17px;
  display: none;
  cursor: pointer;
}
#header .gnb .btn-menu.openmenu div:nth-child(1) {
  transform: rotate(45deg) translateY(10px);
}
#header .gnb .btn-menu.openmenu div:nth-child(2) {
  opacity: 0;
}
#header .gnb .btn-menu.openmenu div:nth-child(3) {
  transform: rotate(-45deg) translateY(-10px);
}
#header .gnb .btn-menu div {
  width: 100%;
  height: 3px;
  margin-bottom: 4px;
  background: var(--bg-darken);
  transition: transform 0.4s ease;
}
#header.menu-on {
  background-color: var(--bg-white);
}
#header.menu-on::after {
  height: 70px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
#header.menu-on h1 a {
  background-image: url(../../assets/images/img-gz-eng-b.svg);
  background-size: contain;
}
#header.menu-on nav a {
  color: var(--color-darken);
}
#header.menu-on .depth-box .depth-inner a {
  color: var(--color-darken);
  opacity: 0.7;
}
#header.menu-on .depth-box .depth-inner a:hover {
  color: var(--color-darken);
  opacity: 1;
}
#header.all h1 {
  position: absolute;
  z-index: 999;
  left: 0;
}
#header.all .gnb .btn-contact {
  margin-right: 48px;
}
#header.all .gnb .btn-menu {
  position: absolute;
  z-index: 999;
  right: 0;
}
#header.all .gnb .btn-menu div {
  background: var(--bg-white);
}
#header.all .sitemap {
  opacity: 1;
  height: 100vh;
  visibility: visible;
}
#header.all .sitemap li::after {
  width: 100%;
}
#header .sitemap {
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 100;
  top: 0;
  transition: all 0.4s;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  background-color: rgba(0, 0, 0, 0.7);
}
#header .sitemap .container {
  width: 100%;
  max-width: 1430px;
  height: 100vh;
  display: flex;
  align-items: center;
}
#header .sitemap ul {
  width: 100%;
}
#header .sitemap li {
  display: flex;
  align-items: center;
  padding: 50px 0;
  position: relative;
}
#header .sitemap li:after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 3s;
}
#header .sitemap li + li {
  margin-top: 10px;
}
#header .sitemap li p {
  width: 20%;
  font-size: 50px;
  font-weight: 700;
  font-family: "Cormorant Garamond", serif;
  font-family: "Cormorant Garamond";
  color: #fff;
  margin-left: 50px;
  flex-shrink: 0;
}
#header .sitemap li .depth2 {
  width: calc(80% - 50px);
}
#header .sitemap li a {
  font-size: 24px;
  padding: 0 10px;
  color: #fff;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: 50px;
  position: relative;
}
#header .sitemap li a::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: -5px;
  top: 12px;
}
#header .sitemap li a:hover {
  color: var(--color-primary);
  font-weight: 700;
}
#header .sitemap li a:hover::after {
  background-color: var(--color-primary);
}

#footer {
  margin-top: 100px;
  border-top: 1px solid var(--border-gray);
}
#footer .footer-inner {
  padding: 50px 0;
}
#footer .flex .box-item {
  width: 50%;
}
#footer .top-box b {
  font-size: 14.5px;
}
#footer .top-box .info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}
#footer .top-box .info-item + .info-item {
  margin-top: 10px;
}
#footer .top-box .info-item b {
  font-weight: 900;
  flex-shrink: 0;
}
#footer .logo-box {
  flex-shrink: 0;
  width: 160px;
  height: 66.5px;
  background-image: url(../../assets/images/logo-b.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
#footer address {
  width: 600px;
  font-style: normal;
  font-size: 14.5px;
  line-height: 33px;
  display: flex;
  flex-wrap: wrap;
}
#footer address span {
  color: var(--color-darkgray);
}
#footer address span + span {
  padding-left: 15px;
}
#footer address span:last-child {
  padding-left: 0;
}
#footer address .bar {
  position: relative;
}
#footer address .bar::after {
  content: "";
  width: 1px;
  height: 12px;
  background-color: var(--bg-darkgray);
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
}
#footer .copy {
  font-size: 14.5px;
  line-height: 33px;
}

#goTop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  opacity: 0;
}
#goTop img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
}
#goTop em {
  width: 50px;
  height: 50px;
  background-image: url("../../assets/images/temp/top-btn.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#goTop.on {
  opacity: 1;
}

#breadcrumb {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border-gray);
  background-color: var(--bg-white);
}
#breadcrumb.on {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%);
  width: 100%;
}
#breadcrumb .link-home {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#breadcrumb .depth {
  min-width: 220px;
  height: 60px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#breadcrumb .depth p {
  font-size: 18px;
}
#breadcrumb .depth::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background: #dddddd;
}
#breadcrumb .depth2 a {
  min-width: 220px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--border-gray);
}
#breadcrumb .depth2 a.active {
  background-color: var(--bg-gray);
}
#breadcrumb .depthbox {
  display: none;
  width: calc(100% - 60px);
}
#breadcrumb .depthbox .depthbox-item {
  position: relative;
  flex-grow: 1;
}
#breadcrumb .depthbox .depthbox-item::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: var(--bg-gray);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#breadcrumb .depthbox .depthbox-item::after {
  content: "";
  width: 20px;
  height: 10px;
  display: block;
  background-image: url(../images/icon/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(9%) sepia(55%) saturate(1875%) hue-rotate(0deg) brightness(104%) contrast(110%);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transform-origin: 50% 50%;
}
#breadcrumb .depthbox .depthbox-item.on {
  background-color: var(--bg-gray);
}
#breadcrumb .depthbox .depthbox-item.on::after {
  transform: translateY(-50%) rotate(180deg);
}
#breadcrumb .depthbox .depthbox-item.on ul {
  display: block;
}
#breadcrumb .depthbox .depthbox-item p {
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#breadcrumb .depthbox .depthbox-item ul {
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  overflow: hidden;
  border: 1px solid var(--border-gray);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: none;
}
#breadcrumb .depthbox .depthbox-item a {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-white);
}
#breadcrumb .depthbox .depthbox-item a.active {
  background-color: var(--bg-gray);
}
#breadcrumb .depthbox .depthbox-item a:hover {
  background-color: var(--bg-primary);
}

#visual .container {
  max-width: 1920px;
  padding: 0 40px;
}
#visual .visual-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#visual .title-box.on h3 {
  opacity: 1;
}
#visual .title-box h3 {
  font-size: 50px;
  font-weight: 900;
  font-family: "KBIZHanmaumMyungjo";
  opacity: 0;
  transition: all 2s;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
#visual .bg-box {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#visual .bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* boardlist */
#boardList {
  margin-top: 20px;
}
#boardList .board-list {
  display: flex;
  flex-wrap: wrap;
  border-top: 3px solid var(--border-darken);
  border-bottom: 4px solid var(--border-darken);
  margin: 0 auto;
}
#boardList .board-list .board-item:last-child {
  border-bottom: 0;
}
#boardList .board-list.no-hov .board-item .img-box {
  display: none;
}
#boardList .board-list .chip {
  margin-left: 10px;
  margin-right: 10px;
}
#boardList .board-item {
  width: 100%;
  flex-grow: 1;
  border-bottom: 1px solid var(--border-darkgray);
  padding: 50px 0;
  display: flex;
  align-items: flex-start;
  position: relative;
}
#boardList .board-item > div {
  width: calc(100% - 100px);
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
#boardList .board-item .num {
  font-size: 20px;
  width: 50px;
  text-align: center;
  flex-shrink: 0;
  margin-right: 40px;
}
#boardList .board-item .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: all 0.4s;
}
#boardList .board-item .title {
  font-size: 24px;
  font-weight: 800;
  word-break: break-all;
}
#boardList .board-item .date {
  width: 100px;
  flex-shrink: 0;
  margin-top: 10px;
}

/* boarddetail */
#boardDetail {
  margin: 50px auto;
}
#boardDetail .title-box {
  border-top: 2px solid var(--border-darken);
  padding: 50px 0;
  display: flex;
  align-items: center;
}
#boardDetail .title {
  font-size: 30px;
  font-weight: bold;
  margin-right: 10px;
}
#boardDetail .date {
  margin-left: auto;
  flex-shrink: 0;
}
#boardDetail .cont-box {
  padding: 50px 0;
  border-top: 4px solid var(--border-darken);
  border-bottom: 4px solid var(--border-darken);
  font-size: 18px;
}
#boardDetail .post-navigation {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
#boardDetail .post-navigation .flex {
  gap: 10px;
}
#boardDetail .post-navigation > div {
  margin-bottom: 20px;
}
#boardDetail .post-navigation > .btn-link {
  max-width: 180px;
  margin: 0 auto;
}

/* thumblsit */
.thumb-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 30px;
  margin-top: 30px;
}
.thumb-list .no-data {
  width: 100%;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--color-darken);
  text-align: center;
  grid-column: 1/-1; /* 시작 열 ~ 마지막 열까지 */
  border-top: 1px solid var(--border-darkgray);
  border-bottom: 1px solid var(--border-darkgray);
}
.thumb-list .thumb-item {
  width: 100%;
  margin: 0 auto;
}
.thumb-list .thumb-item:hover .img-box img {
  transform: scale(1.1);
}
.thumb-list .img-box {
  width: 100%;
  height: 260px;
  overflow: hidden;
  background-image: url(../images/img-noimg-thumb.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.thumb-list .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  -o-object-fit: cover;
     object-fit: cover;
}
.thumb-list .cont-box {
  margin-top: 20px;
}
.thumb-list .cont-box .title,
.thumb-list .cont-box .cont {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.thumb-list .cont-box .title {
  font-size: 20px;
  -webkit-line-clamp: 1;
}
.thumb-list .cont-box .cont {
  margin-top: 10px;
}
.thumb-list .date {
  font-size: 18px;
  color: var(--color-darkgray);
}

#boardsearch {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#boardsearch .board-searchbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  border-bottom: 1px solid var(--border-darken);
}
#boardsearch .board-searchbox .text-field {
  min-width: 300px;
  border: 0;
}

.attachment-box {
  margin-top: 50px;
  border-top: 1px solid var(--border-darken);
}
.attachment-box .attachment-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.attachment-box .attachment-header .attachment-title {
  font-size: 20px;
}
.attachment-box .attachment-header .icon-box .icon::before {
  content: "";
  width: 24px;
  height: 24px;
}
.attachment-box .attachment-header .btn-down {
  gap: 10px;
}

.attachment-list {
  margin-top: 20px;
}
.attachment-list ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.attachment-list .file-item {
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 10px;
  border: 1px solid #e6e6e6;
}
.attachment-list .file-item:hover {
  background-color: #fbfbfb;
  border: 1px solid var(--color-primary);
}
.attachment-list .file-item:hover .file-name {
  color: var(--color-darken);
}
.attachment-list .file-item .file-icon {
  width: 36px;
  height: 36px;
  display: block;
  flex-shrink: 0;
}
.attachment-list .file-item .file-icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.attachment-list .file-item .file-icon.pdf:before {
  background-image: url(../images/icon/icon-pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.attachment-list .file-item .file-icon.xls:before {
  background-image: url(../images/icon/icon-xls.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.attachment-list .file-item .file-icon.doc:before {
  background-image: url(../images/icon/icon-doc.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.attachment-list .file-item .file-icon.jpg:before {
  background-image: url(../images/icon/icon-jpg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.attachment-list .file-item .file-icon.png:before {
  background-image: url(../images/icon/icon-png.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.attachment-list .file-item .file-icon.hwp:before {
  background-image: url(../images/icon/icon-hwp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.attachment-list .file-item .file-icon.zip:before {
  background-image: url(../images/icon/icon-zip.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.attachment-list .file-item .file-name {
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #adadad;
  max-width: calc(100% - 140px);
}
.attachment-list .file-item div {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.attachment-list .file-item .file-size {
  font-size: 16px;
  color: #adadad;
}

#pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
#pagination > a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: fill 0.3s;
}
#pagination > a + a {
  margin-left: 10px;
}
#pagination button {
  display: flex;
  align-items: center;
  justify-content: center;
}
#pagination button + button {
  margin-left: 10px;
}
#pagination button:disabled, #pagination button[disabled] {
  background-color: #f6f6f6 !important;
  border: 1px solid #e6e6e6 !important;
}
#pagination button:disabled .icon::before, #pagination button[disabled] .icon::before {
  filter: brightness(0) saturate(100%) invert(76%) sepia(46%) saturate(1%) hue-rotate(76deg) brightness(109%) contrast(100%) !important;
}
#pagination .btn-pgn {
  width: 40px;
  height: 40px;
  border: 1px solid var(--border-darken);
  border-radius: 10px;
}
#pagination .btn-pgn .icon {
  display: block;
  width: 12px;
  height: 12px;
}
#pagination .btn-pgn .icon::before {
  filter: brightness(0) saturate(100%) invert(9%) sepia(55%) saturate(1875%) hue-rotate(0deg) brightness(104%) contrast(110%);
}
#pagination .btn-pgn.next, #pagination .btn-pgn.prev {
  background-color: #f7f5ee;
  border: 1px solid var(--border-darken);
}
#pagination .btn-pgn.first, #pagination .btn-pgn.last {
  background-color: #fff;
  border: 1px solid var(--border-darken);
}
#pagination .btn-pgn.first .icon, #pagination .btn-pgn.prev .icon {
  transform: rotate(180deg);
}
#pagination .num-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}
#pagination .num-list li {
  margin: 0 2px;
}
#pagination .num-list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--color-darken);
  font-size: 18px;
}
#pagination .num-list li.active {
  position: relative;
}
#pagination .num-list li.active a {
  color: var(--color-darken);
  font-weight: 900;
}
#pagination .num-list li.active::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--bg-darken);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.pagetitle {
  border-bottom: 1px solid var(--border-darken);
  margin-bottom: 70px;
}
.pagetitle h2 {
  font-size: 55px;
  font-weight: 800;
  color: var(--color-primary);
  height: 83px;
}

.title-wrap.on .section-subtitle {
  opacity: 1;
}
.title-wrap.on .section-subtitle::after {
  height: 60px;
}

.section-title {
  text-align: center;
  font-size: 45px;
  font-family: "KBIZHanmaumMyungjo";
}

.section-subtitle {
  font-size: 24px;
  text-align: center;
  font-weight: 300;
  color: var(--color-darkgray);
  position: relative;
  opacity: 0;
  transition: all 2s;
  margin-bottom: 140px;
}
.section-subtitle b {
  color: var(--color-darken);
}
.section-subtitle::after {
  content: "";
  width: 1px;
  height: 0px;
  background-color: var(--bg-darken);
  display: block;
  margin: 40px auto 40px;
  transition: all 1s 1s;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}

/* tabs */
.tabs {
  border-bottom: 2px solid var(--border-darken);
  margin: 50px auto;
}
.tabs ul {
  display: flex;
  align-items: center;
}
.tabs ul li {
  position: relative;
  width: 50%;
}
.tabs ul li a {
  height: 80px;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--color-darken);
}
.tabs ul li a::before {
  content: "";
  display: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--bg-primary);
}
.tabs ul li.active a {
  color: var(--color-primary);
}
.tabs ul li.active a::before {
  display: block;
}
.tabs ul li.active:after {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  background-color: var(--bg-primary);
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}

#menuImgModal {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  /* 컨텐츠 래퍼 */
  /* 닫기 버튼 */
}
#menuImgModal.is-open, #menuImgModal + #menuImgModalOverlay.is-open {
  opacity: 1;
  pointer-events: auto;
}
#menuImgModal .modal-content {
  position: relative;
  width: 50vw;
  max-height: 90vh;
}
#menuImgModal .modal-content .viewer {
  position: relative;
  width: 100%;
  max-height: 80vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#menuImgModal .modal-content .viewer img {
  display: block;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  transform-origin: center center;
  will-change: transform;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  transition: transform 0.2s ease;
  cursor: default;
  /* 이동 변수(줌에서만 사용) 초기값 */
  --tx: 0px;
  --ty: 0px;
  /* 기본 모드에선 translate만 0,0 (scale 없음) */
  transform: translate(0, 0);
}
#menuImgModal .modal-content .viewer.is-zoom {
  height: 58vh;
}
#menuImgModal .modal-content .viewer.is-zoom img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 900px !important; /* 요청대로 고정 기준폭 */
  height: auto;
  max-width: none; /* 기준폭 고정 */
  max-height: none;
  cursor: grab;
  transform: translate(calc(-50% + var(--tx)), calc(-50% + var(--ty))) scale(3);
}
#menuImgModal .modal-content .viewer.is-zoom.dragging img {
  cursor: grabbing;
}
#menuImgModal .modal-content .btn-zoom {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 100px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  cursor: pointer;
  border: none;
  border-radius: 6px;
}
#menuImgModal .modal-content .btn-zoom:hover {
  background: rgba(0, 0, 0, 0.75);
}
#menuImgModal .modal-content .btn-zoom[aria-pressed=true] {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}
#menuImgModal .btn-close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.95);
  z-index: 2;
  cursor: pointer;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

/* media */
/* component media 1430 */
@media (max-width: 1430px) {
  /* container */
  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .container.fluid {
    padding: 0;
  }
  /* header */
  #header .header-inner {
    padding: 0;
  }
  #header nav {
    display: none;
  }
  #header .gnb {
    margin-left: auto;
  }
  #header .gnb .btn-menu {
    display: block;
  }
  #header .sitemap ul {
    height: calc(100vh - 106px);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #header .sitemap li + li {
    margin-top: 0;
  }
  /* topbutton */
  #goTop {
    right: 20px;
  }
  /* breadcrumb */
  #breadcrumb .depth {
    display: none;
  }
  #breadcrumb .depthbox {
    display: flex;
  }
  /* board */
  .thumb-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .thumb-list .cont-box .title {
    font-size: 20px;
  }
  /* modal */
  #menuImgModal .modal-content {
    width: 60vw;
  }
  #menuImgModal .modal-content .viewer.is-zoom img {
    width: 820px !important;
  }
}
/* media 1024 */
@media (max-width: 1024px) {
  /* header */
  #header .sitemap .container {
    overflow-y: auto;
    align-items: flex-start;
  }
  #header .sitemap ul {
    margin-top: 106px;
  }
  #header .sitemap li + li {
    margin-top: 0;
  }
  #header .sitemap li p {
    width: 30%;
    margin-left: 0;
  }
  #header .sitemap li a {
    margin-left: 0;
  }
  #header .sitemap li .depth2 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-left: 10%;
  }
  /* footer  */
  #footer {
    padding: 50px 0;
  }
  #footer .footer-inner {
    padding: 0;
  }
  #footer .box-item + .box-item {
    text-align: right;
  }
  #footer address {
    width: 100%;
    gap: 10px;
  }
  #footer address span {
    display: block;
  }
  #footer address span + span {
    padding-left: 0;
  }
  #footer address span.bar::after {
    display: none;
  }
  #footer .bot-box .box-item + .box-item {
    text-align: right;
  }
  #footer .copy {
    text-align: center;
  }
  /* visual */
  #visual .container {
    max-width: 100%;
    padding: 0 20px;
  }
  /* tabs */
  .tabs ul li a {
    font-size: 24px;
  }
  /* board */
  .thumb-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .thumb-list .no-data {
    font-size: 18px;
  }
  .thumb-list .img-box {
    height: 29vw;
  }
  .thumb-list .img-box img {
    height: 100%;
  }
  .thumb-list .date {
    font-size: 16px;
  }
  /* modal */
  #menuImgModal .modal-content {
    width: 72vw;
  }
  #menuImgModal .modal-content .viewer.is-zoom img {
    width: 760px !important;
  }
}
/* media 720 */
@media (max-width: 720px) {
  /* header */
  #header .sitemap ul {
    margin-top: 106px;
    justify-content: flex-start;
  }
  #header .sitemap li {
    padding: 24px 0;
    align-items: flex-start;
  }
  #header .sitemap li p {
    font-size: 32px;
    width: 35%;
  }
  #header .sitemap li .depth2 {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 12px;
  }
  #header .sitemap li a {
    margin-top: 0;
    font-size: 20px;
  }
  /* footer */
  #footer .flex {
    flex-direction: column;
  }
  #footer .flex .box-item {
    width: 100%;
    text-align: center;
  }
  #footer .logo-box {
    margin: 0 auto;
    margin-bottom: 50px;
  }
  #footer .top-box .num {
    font-size: 30px;
  }
  #footer .bot-box .box-item + .box-item {
    text-align: center;
  }
  #footer .bot-box .box-item + .box-item ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }
  #footer .bot-box .box-item + .box-item ul li {
    font-size: 14.5px;
  }
  #footer address {
    flex-direction: column;
    line-height: 1;
    margin: 10px auto;
  }
  #footer .copy {
    font-size: 10px;
  }
  /* visual */
  #visual .visual-inner {
    margin-top: 50px;
  }
  #visual .title-box h3 {
    font-size: 36px;
  }
  /* tabs */
  .tabs ul li a {
    height: 50px;
    font-size: 18px;
  }
  .tabs ul li a.active::before {
    width: 20px;
    height: 8px;
  }
  .tabs ul li a.active::after {
    height: 3px;
  }
  /* breadcrumb */
  #breadcrumb .depth {
    min-width: calc(50% - 30px);
  }
  #breadcrumb .dropdown-box {
    padding: 10px 0;
  }
  /* pagetitle */
  .title-wrap {
    margin: 50px 0;
  }
  .section-title {
    font-size: 36px;
  }
  .section-subtitle {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 100px;
  }
  .section-subtitle::after {
    height: 50px;
    margin: 30px auto;
    top: 100%;
  }
  /* boardsearch */
  #boardsearch .board-searchbox .text-field {
    min-width: 200px;
  }
  /* board */
  #boardList .board-item {
    padding: 30px 0;
    flex-direction: column;
  }
  #boardList .board-item > div {
    width: 100%;
  }
  #boardList .board-item .num {
    margin-right: 10px;
  }
  #boardList .board-item .title {
    font-size: 18px;
  }
  #boardList .board-item .date {
    margin-left: 60px;
  }
  #boardList .board-item .cont {
    font-size: 16px;
  }
  #boardList .board-item .cont b {
    font-size: 16px;
  }
  #boardDetail .title-box {
    padding: 30px 0;
  }
  #boardDetail .title {
    font-size: 24px;
  }
  .thumb-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .thumb-list .img-box {
    height: 53vw;
  }
  .thumb-list .cont-box .title {
    font-size: 20px;
  }
  .thumb-list .date {
    font-size: 16px;
  }
  /* pagination */
  #pagination .btn-pgn.next,
  #pagination .btn-pgn.prev {
    flex-shrink: 0;
  }
  #pagination .btn-pgn.first,
  #pagination .btn-pgn.last {
    flex-shrink: 0;
  }
  /* modal */
  #menuImgModal .modal-content {
    width: 90vw;
  }
  #menuImgModal .modal-content .viewer.is-zoom img {
    width: 660px !important;
  }
}
/* media 480 */
@media (max-width: 480px) {
  /* button */
  .btn-link.size-sm .label {
    width: 50px;
  }
  /* header */
  #header .header-inner {
    height: 80px;
  }
  #header h1 a {
    width: 120px;
    height: 40px;
    background-size: contain;
  }
  #header .gnb .btn-contact {
    width: 100px;
    height: 40px;
    border-radius: 20px;
  }
  #header .sitemap ul {
    margin-top: 80px;
    height: calc(100vh - 80px);
  }
  #header .sitemap li p {
    font-size: 24px;
  }
  #header .sitemap li a {
    font-size: 18px;
  }
  /* visual */
  #visual .visual-inner {
    margin-top: 20px;
  }
  #visual .title-box h3 {
    font-size: 28px;
  }
  /* title */
  .title-wrap {
    margin: 0;
  }
  .section-subtitle {
    margin-top: 20px;
    margin-bottom: 140px;
    font-size: 20px;
  }
  .section-subtitle b {
    font-size: 20px;
  }
  /* boardsearch */
  #boardsearch {
    flex-direction: column-reverse;
  }
  #boardsearch .board-counter {
    margin-top: 10px;
    margin-left: auto;
  }
  #boardsearch .board-searchbox {
    width: 100%;
    margin-left: 0;
  }
  #boardsearch .board-searchbox .text-field {
    min-width: auto;
    width: calc(100% - 40px);
  }
  /* board */
  #boardList .board-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
  }
  #boardList .board-item > div {
    width: 100%;
  }
  #boardList .board-item .num {
    font-size: 14px;
    width: 30px;
  }
  #boardList .board-item .title {
    font-size: 16px;
  }
  #boardList .board-item .date {
    width: auto;
    font-size: 14px;
    margin-left: 40px;
    margin-top: 10px;
  }
  #boardDetail .title {
    font-size: 24px;
  }
  /* pagination */
  #pagination .num-list li a {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  #pagination .num-list li.active::after {
    height: 3px;
  }
  #pagination .btn-pgn.next,
  #pagination .btn-pgn.prev {
    border: 3px solid #e6e0d3;
  }
  #pagination .btn-pgn.first,
  #pagination .btn-pgn.last {
    border: 3px solid #ece2df;
  }
  #pagination .btn-pgn {
    width: 30px;
    height: 30px;
  }
  /* modal */
  #menuImgModal .modal-content {
    width: 100vw;
  }
  #menuImgModal .modal-content .viewer.is-zoom img {
    width: 560px !important;
  }
}
html {
  font-size: 16px;
}

body {
  -ms-overflow-style: none;
}
body.fix {
  overflow: hidden;
}
body.modal-open {
  overflow: hidden;
}

::-webkit-scrollbar {
  display: none;
}

/* theme button */
.theme-switch-wrapper {
  position: fixed;
  bottom: 150px;
  right: 50px;
  z-index: 999;
}
.theme-switch-wrapper .theme-switch {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 70px;
}
.theme-switch-wrapper .theme-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.theme-switch-wrapper .theme-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #4994ec;
  transition: 0.4s;
  border-radius: 34px;
  border: 1px solid #333;
}
.theme-switch-wrapper .theme-switch .slider::before {
  content: "";
  position: absolute;
  height: 60px;
  width: 60px;
  left: 5px;
  bottom: 4px;
  background-image: url(../../assets/images/icon/icon-theme-light.svg);
  transition: 0.4s;
  border-radius: 50%;
}
.theme-switch-wrapper .theme-switch input:checked + .slider {
  background-color: #012752;
  border: 1px solid #f4db4a;
}
.theme-switch-wrapper .theme-switch input:checked + .slider::before {
  transform: translateX(60px);
  background-image: url(../../assets/images/icon/icon-theme-dark.svg);
}

/* common style */
#contents {
  overflow: hidden;
}
#contents.visible {
  overflow: visible;
}

.section {
  overflow: hidden;
}
.section.visible {
  overflow: visible;
}

.relative {
  position: relative;
}

.blind {
  position: absolute;
  left: -99999px;
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-indent: -99999px;
  clip: rect(0, 0, 0, 0);
}

.spacer {
  display: block;
  width: 100%;
  height: 1px;
  margin: 100px 0;
}

.flex {
  display: flex;
}
.flex.align-center {
  align-items: center;
}
.flex.align-start {
  align-items: flex-start;
}
.flex.align-ent {
  align-items: flex-end;
}
.flex.justify-center {
  justify-content: center;
}
.flex.justify-start {
  justify-content: flex-start;
}
.flex.justify-end {
  justify-content: flex-end;
}
.flex.justify-space-between {
  justify-content: space-between;
}
.flex.gap30 {
  gap: 30px;
}

/* text */
.text-bold {
  font-weight: bold;
}

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

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

/* font */
.font-Quantico {
  font-family: "Quantico";
}

.font-Bookk {
  font-family: "BookkMyungjo-Bd";
}

/* color */
.color-primary {
  color: var(--color-primary);
}

.color-secondary {
  color: var(--color-secondary);
}

.color-point {
  color: var(--color-point);
}

.color-error {
  color: var(--color-error);
}

.color-darken {
  color: var(--color-darken);
}

.color-white {
  color: var(--color-white);
}

.color-red {
  color: var(--color-red);
}

/* list type */
.list-type.dot li {
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  padding-left: 15px;
}
.list-type.dot li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--bg-darken);
  position: absolute;
  top: 10px;
  left: 0;
}
.list-type.dot li.no-dot {
  padding-left: 0;
}
.list-type.dot li.no-dot::before {
  display: none;
}

/* 딤 + 모달 베이스 */
#menuImgModalOverlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
#menuImgModalOverlay.is-open {
  opacity: 1;
  pointer-events: auto;
}