@charset "utf-8";

/* 기본 타이포그래피 조정 */
html, body {
  height: 100%;
}

header, footer, main, section, article, nav, aside {
  display: block;
}
/* 접근성: 포커스 표시 강화 */
:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.txt_blue {
  color: var(--color-brand-blue);
}
.txt_green {
  color: var(--color-forest-green);
}
.txt_orange {
  color: var(--color-accent-orange);
}
.txt_purple {
  color: var(--color-accent-purple);
}
.txt_yellow {
  color: var(--color-sun-yellow);
}

/* REM 설정: 기본 1rem = 18px */
:root {
  font-size: 18px;
  --fs-16: 0.85rem;
  --fs-18: 1rem;
  --fs-20: 1.2rem;
  --fs-24: 1.3rem;
  --fs-32: 1.5rem;
  --fs-36: 2rem;
  --fs-48: 2.5rem;
}

:root {
  /* Point colors */
  --color-brand-blue: #0172FF;   /* 0172FF */
  --color-forest-green: #23861C; /* 23861C */
  --color-red: #F2082F; /* F2082F */
  --color-accent-orange: #FF9500;/* FF9500 */
  --color-accent-purple: #A100FF;/* A100FF */
  --color-sun-yellow: #FFCE31;   /* FFCE31 */
  --color-bright-yellow: #FFFF00; /* FFFF00 */
  --color-lime-green: #00FF08;   /* 00FF08 */
  --color-cream-yellow: #FFDF91; /* FFDF91 */
  --color-white: #FFFFFF;     /* fffff */
}

:root {
  /* Neutral colors */
  --color-neutral-700: #444444; /* dark gray */
  --color-neutral-500: #999999; /* medium gray */
  --color-neutral-600: #B8B8B8; /* light gray */
  --color-neutral-300: #DBDBDB;  /* DBDBDB */
  --color-neutral-100: #f2f2f2; /* light gray */
  --color-mint-50: #F8FFF0;     /* F8FFF0 */
}

/* 반응형 루트 폰트 스케일 */
@media (max-width: 1200px) {
  :root {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  :root {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  :root {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  :root {
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  :root {
    font-size: 13px;
  }
}

:root {
	--background: #ffffff;
	--foreground: #171717;

  --color-background: var(--background);
	--color-foreground: var(--foreground);
	--font-sans: var(--font-geist-sans);
	--font-mono: var(--font-geist-mono);
}

@media (prefers-color-scheme: dark) {
	:root {
		--background: #0a0a0a;
		--foreground: #ededed;
	}
}
/* 1. 기본 스타일 초기화 */
html, body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

/* Sticky footer layout */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 2. body 기본 스타일 정의 */
body {
  font-family: 'Paperozi', 'Gmarket Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 6. 텍스트 줄임 처리 */
.txt_cut1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.txt_cut2, .txt_cut3, .txt_cut4, .txt_cut5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.txt_cut2 { -webkit-line-clamp: 2; }
.txt_cut3 { -webkit-line-clamp: 3; }
.txt_cut4 { -webkit-line-clamp: 4; }
.txt_cut5 { -webkit-line-clamp: 5; }

/* 7. 영역 메시지 지우기 */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

* {
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: var(--color-neutral-300) #f2f2f2; /* thumb track */
}
/* WebKit */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: #f2f2f2;
}
::-webkit-scrollbar-thumb {
  background-color: var(--color-neutral-300);
  border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover {
  background-color:  var(--color-cream-yellow);
}
::-webkit-scrollbar-corner {
  background: #f2f2f2;
}

/* 3. 모든 요소가 부모 스타일을 상속받도록 설정 */
h1, h2, h3, h4, h5, h6,
p, a, span, label, strong, em,
input, button, textarea, select,
ul, ol, li, table, thead, tbody, tr, th, td {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

/* 4. 특정 태그에 대한 추가 설정 */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
}

a {
    text-decoration: none;
}

ul, ol {
    list-style: none;
}

label, select, input, textarea {
    vertical-align: middle;
}

button, input, textarea, select {
    border: none;
    background-color: transparent;
    outline: none;
}
/* 공통 폼 스타일 (입력/셀렉트/체크박스) */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="password"],
textarea,
select {
  border: 1px solid var(--color-neutral-300);
  background: #fff;
  color: #000;
  border-radius: 7px;
  padding: 10px 12px;
  min-height: 50px;
}
textarea {
  min-height: 90px;
  height: auto;
  resize: vertical;
}
/* 커스텀 체크박스 (공통) */
/* 시각적으로 숨긴 체크박스(.visually-hidden)는 제외 */
input[type="checkbox"]:not(.visually-hidden) {
  -webkit-appearance: none;
          appearance: none;
  width: 25px;
  height: 25px;
  border: 1px solid var(--color-neutral-300);
  border-radius: 5px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
input[type="checkbox"]:not(.visually-hidden):checked {
  background-color: var(--color-brand-blue);
  border-color: var(--color-brand-blue);
}
input[type="checkbox"]:not(.visually-hidden):checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 48%;
  width: 6px;
  height: 12px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: translate(-50%, -50%) rotate(45deg);
}
button {
  cursor: pointer;
}
.section_head .dot {
  width: 8px;
  height: 20px;
  border-radius: 3px;
  background: var(--color-lime-green);
  flex: 0 0 auto;
}
/* 공통: 더보기/검색 등 작은 정사각 버튼 */
.btn_more {
  width: 25px;
  height: 25px;
  background-color: #444;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  margin-left: 5px;
}
.btn_more::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url('/static/assets/ic_search_white.svg') no-repeat center / contain;
  display: block;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('/static/assets/ic_arrow_gray.svg');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 16px;
  padding-right: 36px;
}

/* 회전 가능한 공통 셀렉트 래퍼 */
.select_wrap {
  position: relative;
  display: block;
}
.select_wrap select {
  padding-right: 40px;
  background-image: none !important; /* 래퍼 사용 시 내부 배경 제거 */
}
.select_wrap::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url('/static/assets/ic_arrow_gray.svg') no-repeat center/contain;
  transform: translateY(-50%) rotate(0deg);
  transition: transform .2s ease;
  pointer-events: none;
}
.select_wrap.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}
/* outline: none 사용 시 시각적 포커스 스타일을 제공하여 웹 접근성 보완 */
/* 포커스 시 기본 하이라이트 제거 (접근성 고려: 디자인 내 별도 처리 시) */
input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--color-neutral-300);
}

img, video, iframe {
    max-width: 100%;
    height: auto;
    display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
th, td {
  padding: 0;
  text-align: center;
  border: 0;
  font-weight: 400;
}
main {
  flex: 1 0 ;
  flex-basis: 0;
}

/* ===========================================
   기본 공통 스타일
   =========================================== */
#Netzero {
	height: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

span.status {
    display: inline-block;
    padding: 3px 13px;
    border-radius: 5px;
    background-color: #1F3241;
    color: #fff;
    text-align: center;
    font-size: 0.85rem;
}

/* 버튼 */
button {
    cursor: pointer;
}
.btn_lime_bg {
    background-color: #B9E300;
    color: #000;
    padding: 10px 30px;
   	font-weight: 700;
}
.btn_blue_bg {
	background-color:#0172FF;
    color: #fff;
    padding: 10px 30px;
   	font-weight: 700;
}
.btn_gray_line {
    background-color: #fff;
    color:#000;
    padding: 10px 30px;
    border: 1px solid #DBDBDB;
}
.bd_radius {
    border-radius: 5px;
}
.no_bd_radius {
    border-radius: 0;
}
.btn_blue_bg:hover,
.btn_lime_bg:hover,
.btn_gray_line:hover,
.btn_download:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
}
.btn_link {
	display: flex;
  	gap: 10px;
    align-items: cetner;
}
.btn_link::after {
	content:"";
  	display: block;
  	width: 15px;
  	height: 15px;
	background: url("/cmm/file/seeImage?atchFileId=FILE_000000000002204&fileSn=0") no-repeat center / contain;
}
.Action_btn {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid #dbdbdb;
}
.Action_btn:hover {
    border-color: #999;
}

.Action_btn::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
}
.Action_btn.download::before {
    background: url("/static/assets/ic_download.svg") no-repeat center center;
    background-size: contain;
}
.Action_btn.copy::before {
    background: url("/static/assets/ic_url.svg") no-repeat center center;
    background-size: contain;
}
.arrow_btn:after {
    content: '';
    display: block;
    width: 9px;
    height: 15px;
    background: url("/static/assets/ic_arrow_line_black.svg")no-repeat;
    background-size: contain;
}
.arrow_btn:hover:after {
    background: url("/static/assets/ic_arrow_line_white.svg")no-repeat;
    background-size: contain;
}
.arrow_btn:hover {
    background-color: #23861C;
    color: #fff;
}
.arrow_up {
    position: relative;
}
.arrow_up::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 13px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url("/static/assets/ic_arrow_up_black.svg") no-repeat center center;
    background-size: contain;
}

/* graph_wrap */
.graph_wrap {
  width: 100%;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}
/* circle_number */
.circle_number {
    position: relative;
    display: inline-block;
    padding-left: 40px;
}
.circle_number::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    display: flex;
    background-color: #151329;
    border-radius: 50%;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
}
.circle_number::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.circle_number.one::before {
    content: '1';
}
.circle_number.two::before {
    content: '2';
}
.circle_number.three::before {
    content: '3';
}
.circle_number.four::before {
    content: '4';
}
.circle_number.five::before {
    content: '5';
}
.download_btn,
.arrow_btn{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    margin-left: auto;
}
.download_btn::after {
    content: '';
    display: block;
    width: 10px;
    height: 20px;
    background-image: url("/static/assets/ic_download.svg");
    background-size: 10px;
    background-repeat: no-repeat;
}

/* 빈 리스트 상태 표시 (no-data 클래스 사용) */
.list_wrap.no-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  padding: 40px 20px;
}
.list_wrap.no-data::before {
  content: "";
  display: block;
  width: 250px;
  height: 250px;
  background: url("/cmm/file/seeImage?atchFileId=FILE_000000000002713&fileSn=0") no-repeat center / contain;
  margin-bottom: 15px;
}
.list_wrap.no-data::after {
  content: "현재 게시물이 없습니다.";
  color: var(--color-neutral-500);
  text-align: center;
}


/* 증가/감소 세모 박스 */
.triangle_up {
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #EC0647; /* 원하는 색상 */
}
.triangle_down {
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 9px solid #0015FF; /* 원하는 색상 */
}
.triangle_down.triangle_skyblue {
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 9px solid #5D88FD; /* 원하는 색상 */
}

/* 상태값 스타일 */
span.status {
    display: inline-block;
    padding: 3px 13px;
    border-radius: 5px;
    background-color: #23861C;
    color: #fff;
    text-align: center;
    font-size: 0.85rem;
}

/* 텍스트 색상 */
.text_lime {
    color : #0172FF;
}
.text_gray {
    color :#999;
}
.text_navy {
    color :#151329;
}
.text_red {
    color :#EC0647;
}
.text_blue {
    color :#0015FF;
}
.text_skyblue {
    color: #5D88FD;
}

/* 텍스트 굵기 */
.text_bold {
    font-weight: 700;
}

/* 초기 진입 순차 등장 애니메이션 */
.reveal {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .85s ease, transform .85s ease;
    will-change: opacity, transform;
}
.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}
/* 초기 준비 단계에서는 트랜지션 비활성화 */
.reveal-prep .reveal {
    transition: none !important;
}
/* 매우 짧은 준비 동안 컨테이너를 숨겨 플래시 방지 */
.reveal-hidden {
    visibility: hidden;
}
/* 최초 페인트부터 숨김: 부트 클래스가 있을 때만 적용 (JS로 제거) */
.reveal-boot #content_wrap > *,
.reveal-boot #cont_inner > * {
    opacity: 0;
    transform: translateY(12px);
}
/* 테이블 */
table {
    width: 100%;
}
table td {
    color: #999;
    text-align: center;
}
table thead {
    border-top: 2px solid #000;
}
table tbody tr {
    border-top: 1px solid #dbdbdb;
}
tbody tr {
    text-align: center;
    transition: background-color 0.3s ease-in-out;
}
table tbody tr:last-of-type {
    border-bottom: 1px solid #dbdbdb;
}
table tr, th, td , thead {
    padding: 7px 10px;
}
.list_wrap table tbody td.title:hover {
    background-color: #f8f8f8;
    background: linear-gradient(to bottom,#ffffff 0%, rgba(242, 243, 238, 0.5) 50%, #ffffff 100%);
}
.tbscroll {
    width: 100%;
}

/* 테이블 특수 클래스 */
table .title.new::before {
    content: 'N';
    display: block;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 0.70rem;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    background-color: var(--color-lime-green);
}

/* 테이블 상단고정 클래스 */
table .top_notice {
    position: relative;
}
table .top_notice span {
    position: relative;
    z-index: 1;
    color: transparent;
    display: inline-block;
    text-align: center;
}
table .top_notice span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background: url("/static/assets/ic_alram.svg") no-repeat center center;
    background-size: var(--fs-16);
    background-color: var(--color-accent-orange);
    border-radius: 50%;
    z-index: 10;
}

/* ===================== */
/* 방향성 아이콘 (Arrow) */
/* ===================== */
.ic_arrow_up,
.ic_arrow_down,
.ic_arrow_straight {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.ic_arrow_up {
  background-image: url("/cmm/file/seeImage?atchFileId=FILE_000000000002298&fileSn=0");
}
.ic_arrow_down {
  background-image: url("/cmm/file/seeImage?atchFileId=FILE_000000000002300&fileSn=0");
}
.ic_arrow_straight {
  background-image: url("/cmm/file/seeImage?atchFileId=FILE_000000000002301&fileSn=0");
}

/* ===================== */
/* 신호등 아이콘 (Traffic) */
/* ===================== */
.ic_traffic_green,
.ic_traffic_yellow,
.ic_traffic_red,
.ic_traffic_purple {
  display: inline-block;
  width: 50px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.ic_traffic_green {
  background-image: url("/cmm/file/seeImage?atchFileId=FILE_000000000002303&fileSn=0");
}
.ic_traffic_yellow {
  background-image: url("/cmm/file/seeImage?atchFileId=FILE_000000000002305&fileSn=0");
}
.ic_traffic_red {
  background-image: url("/cmm/file/seeImage?atchFileId=FILE_000000000002304&fileSn=0");
}
.ic_traffic_purple {
  background-image: url("/cmm/file/seeImage?atchFileId=FILE_000000000002308&fileSn=0");
}

/* screen-reader only */
.sr_only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ===========================================
   HEADER 스타일
   =========================================== */

/* dashboard_fab*/
.dashboard_fab {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #000;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border: 1px solid rgba(255,255,255,0.3);
    box-shadow: 0 8px 24px rgba(0,0,0,0.35);
}
.dashboard_fab img {
    width: 20px;
    height: 20px;
    filter: invert(i);
}
.dashboard_btn img {
    width: 15px;
    height: 15px;
}
.dashboard_btn span.label {
    color: #fff;
    font-size: 0.85rem;
    line-height: 1;
    font-weight: 700;
}

/*header*/
#header {
    position: fixed;
    left: 50%;
    z-index: 99;
    width: 100%;
    transform: translate(-50%);
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
#logo {
    position: absolute;
    left: 0;
    top: 1rem;
    z-index: 2;
}
.header_wrap {
    width: 100%;
    max-width: calc(100% - 6rem);
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative;
    z-index: 2;
    height: 90px;
    display: flex;
}
#gnb1 {
    position: relative;
    overflow: visible;
    width: 100%;
}
#gnb1 > ul {
    display: inline-block;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 9rem;
    padding-right: 3rem;
}
#gnb1 > ul > li {
    display: inline-block;
    padding: 0 20px;
    vertical-align: top;
    height: 90px;
}
#gnb1 > ul > li.lnb.is-open .submenu {
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: auto;
}
#gnb1 > ul .submenu {
    visibility: hidden;
    overflow: visible;
    width: 0;
    height: 0;
    opacity: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    min-width: 100%;
}

#gnb1 > ul > li.lnb.is-open .submenu {
    visibility: visible;
    overflow: visible;
    width: 100%;
    height: auto;
    opacity: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
#side_btn .btn_search {
    position: absolute;
    right: 0;
    top: 1.2rem;
    width: 50px;
    height: 45px;
    background-color: #0172FF;
    border-radius: 7px;
    background-image: url('/static/assets/ic_search_white.svg');
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 3;
}
#side_btn .btn_hamburger {
    display: none;
    position: absolute;
    right: 60px;
    top: 1.2rem;
    width: 50px;
    height: 45px;
    background-color: #0172FF;
    border-radius: 7px;
    background-image: url('/static/assets/ic_hamburger_on.svg');
    background-position: center;
    background-repeat: no-repeat;
    z-index: 3;
}
/* Active (pressed) and open states switch to off icon.
   Hover no longer forces icon change so it returns to default when not open. */
#side_btn .btn_hamburger:active,
#side_btn .btn_hamburger[aria-pressed="true"],
html.gnb2-open #side_btn .btn_hamburger {
    background-image: url('/static/assets/ic_hamburger_off.svg');
}

#header.active .header_wrap:before {
    content: "";
    width: 100vw;
    height: 10rem;
    position: absolute;
    left: 50%;
    top: 0;
    background: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

#gnb1 > ul .submenu::before {
    content: none;
}

#gnb1 > ul > li.active .submenu::before {
    content: none;
}
/* expand ::before when opened via JS class */
#gnb1 > ul > li.lnb.is-open .submenu::before {
    content: none;
}

/* GNB-wide background behind submenu (full viewport width) */
#gnb1::after {
    content: "";
    position: fixed;
    left: 0;
    top: var(--submenu-top, 90px);
    width: 100vw;
    height: 0;
    background: #fff;
    z-index: -1;
    border-radius: 0 0 4rem 4rem;
    -webkit-box-shadow: 0 3rem 6rem -3rem rgba(0, 0, 0, 0.4);
    box-shadow: 0 3rem 6rem -3rem rgba(0, 0, 0, 0.4);
    border-top: 1px solid rgba(205, 205, 205, 0.3);
    opacity: 0;
    -webkit-transition: height 0.35s ease, opacity 0.35s ease;
    transition: height 0.35s ease, opacity 0.35s ease;
    pointer-events: none;
}
/* When any submenu is open, expand the background using JS-provided height */
#gnb1.is-open::after {
    height: var(--submenu-bg-height, 16rem);
    opacity: 1;
}

/* remove global image layer; image handled per .lnb_title::before */
/* Submenu panel styling (similar to gihoo portal) */
#gnb1 > ul .submenu {
    background: transparent; /* full-bleed background handled by ::before */
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: transform 0.35s ease, opacity 0.35s ease;
    transition: transform 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
    z-index: 2;
}
#gnb1 > ul > li.lnb.is-open .submenu {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* Full-width invisible hit area to keep submenu open while hovering blank space */
#gnb1 .submenu-hitarea {
    position: fixed;
    left: 0;
    top: var(--submenu-top, 90px);
    width: 100vw;
    height: 0;
    display: none;
    z-index: 1;
    pointer-events: auto;
    /* no background; purely for hover capture */
}
#gnb1.is-open .submenu-hitarea {
    display: block;
    height: var(--submenu-bg-height, 16rem);
}
/* Title/description in submenu */
#gnb1 .submenu .desc {
    margin: 0;
    font-weight: 700;
    color: #000;
}

/* Sub list layout */
#gnb1 .submenu .sublist {
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    width: calc(100% - 500px);
    -webkit-box-direction: normal;
    gap: 10px;
}
#gnb1 .submenu .sublist li a {
    display: block;
    width: 250px;
    padding: 10px 44px 10px 20px;
    border-radius: 0.5rem;
    color: #000;
    -webkit-transition: background-color 0.15s, color 0.15s;
    transition: background-color 0.15s, color 0.15s;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    background-image: url('/static/assets/ic_leftarrow_gray.svg');
    background-repeat: no-repeat;
    background-position: right 16px center;
}
#gnb1 .submenu .sublist li a:hover,
#gnb1 .submenu .sublist li a:focus-visible {
    background-color: #0172FF;
    color: #fff;
    font-weight: 600;
    background-image: url('/static/assets/ic_leftarrow_white.svg');
}

/* Top level items */
#gnb1 > ul.topmenu > li > a {
    display: block;
    align-items: center;
    position: relative;
    height: 100%;
    line-height: 5rem;
    padding: 0;
    font-weight: 400;
    color: #000;
}
#gnb1 > ul.topmenu > li.is-open > a,
#gnb1 > ul.topmenu > li:hover > a {
    color: #0172FF;
    font-weight: 600;
}
#gnb1 > ul .submenu .lnb_title {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 4rem 0 4rem 6rem;
    width: 500px;
    position: relative;
}
#gnb1 > ul .submenu .lnb_title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 90px;
    height: 110px;
    background-image: url('/static/assets/image_lnb.svg');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    pointer-events: none;
}
#gnb1 > ul .submenu .lnb_title span {
    font-size: var(--fs-16);
}
#gnb1 > ul .submenu .desc {
    -webkit-box-flex: 0;
    font-size: var(--fs-32);
}

/* ===== gnb2 (Mobile) Layer & Container ===== */
#gnb2-layer {
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .45s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity .45s cubic-bezier(0.4, 0, 0.2, 1);
}
#gnb2-layer.open {
    pointer-events: auto;
    opacity: 1;
}

#gnb2 {
    position: fixed;
    display: block;
    width: 100%;
    left: auto;
    right: 0;
    top: var(--header-offset, 90px);
    background-color: #fff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    will-change: opacity, max-height;
    -webkit-transition: opacity .35s cubic-bezier(0.4, 0, 0.2, 1), max-height .35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity .35s cubic-bezier(0.4, 0, 0.2, 1), max-height .35s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: none;
    max-height: 0;
    overflow: hidden;
}
#gnb2:not(.active) {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: none;
    max-height: 0;
    overflow: hidden;
    transition: none;
    -webkit-transition: none;
}
#gnb2.active {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    max-height: 650px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
    pointer-events: auto;
}
#gnb2 > ul {
    width: 100%;
    margin: 0 auto;
    color: #000;
    position: relative;
    padding: 0 20px 40px 20px;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    word-break: keep-all;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#gnb2 > ul > li {
    position: relative;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}
#gnb2 > ul > li > a {
    font-size: var(--fs-18);
    line-height: 2rem;
    display: block;
    font-weight: 550;
    color: #111;
    border-bottom: 1px dashed #ddd;
    position: relative;
}
#gnb2 > ul > li > a[aria-expanded='true'] {
    border-bottom-color: #0172FF;
}
#gnb2 > ul > li:has(> .submenu2.open) > a {
    border-bottom-color: #0172FF;
    border-bottom: solid 2px #0172FF;
}

#gnb2 > ul > li > a::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform .45s cubic-bezier(0.4, 0, 0.2, 1), opacity .3s ease;
    transition: -webkit-transform .45s cubic-bezier(0.4, 0, 0.2, 1), opacity .3s ease;
    transition: transform .45s cubic-bezier(0.4, 0, 0.2, 1), opacity .3s ease;
    transition: transform .45s cubic-bezier(0.4, 0, 0.2, 1), opacity .3s ease, -webkit-transform .45s cubic-bezier(0.4, 0, 0.2, 1);
}
#gnb2 > ul > li:hover > a::before,
#gnb2 > ul > li:focus-within > a::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
#gnb2 > ul > li > .submenu2 {
    font-size: 1.3rem;
    line-height: 1.8;
}
/* 기본: 아코디언 닫힘 */
#gnb2 > ul > li > .submenu2 {
    display: block;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .32s cubic-bezier(0.4, 0, 0.2, 1), opacity .25s ease, -webkit-transform .25s ease, padding .25s ease;
    transition: max-height .32s cubic-bezier(0.4, 0, 0.2, 1), opacity .25s ease, -webkit-transform .25s ease, padding .25s ease;
    transition: max-height .32s cubic-bezier(0.4, 0, 0.2, 1), opacity .25s ease, transform .25s ease, padding .25s ease;
    transition: max-height .32s cubic-bezier(0.4, 0, 0.2, 1), opacity .25s ease, transform .25s ease, padding .25s ease, -webkit-transform .25s ease;
    opacity: 0;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    padding-top: 0;
    padding-bottom: 0;
    visibility: hidden;
    pointer-events: none;
    background-color: #fff;
}
/* 아코디언 열림 */
#gnb2 > ul > li > .submenu2.open {
    max-height: 500px;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding-top: 8px;
    padding-bottom: 8px;
    visibility: visible;
    pointer-events: auto;
}
#gnb2 > ul > li > .submenu2 > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    position: relative;
}
#gnb2 > ul > li > .submenu2 > ul > li a {
    width: 100%;
    border-radius: 25px;
    display: inline-block;
    padding: 5px 25px;
    font-size: var(--fs-18);
    border: 1px solid #dbdbdb;
    -webkit-transition: background-color .18s ease, color .18s ease, border-color .18s ease;
    transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}
#gnb2 > ul > li > .submenu2 > ul > li a:hover,
#gnb2 > ul > li > .submenu2 > ul > li a:focus {
    border-color: #0172FF;
    color: #fff;
    background-color: #0172FF;
    font-weight: 600;
}

#gnb2.active::before {
    content: "전체메뉴";
    font-size: var(--fs-32);
    position: relative;
    text-align: center;
    color: #000;
    font-weight: 700;
    display: block;
}

/* ===========================================
   TopScroll 스타일
   =========================================== */
.topscroll {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    background-color: #0172FF;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
    cursor: pointer; 
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .22s ease, transform .22s ease, box-shadow .2s ease;
    z-index: 50;
    pointer-events: none;
}
.topscroll img { 
    width: 20px; 
    height: 20px; 
}
.topscroll.visible { 
    opacity: 1;
    transform: translateY(0); 
    pointer-events: auto; 
}
.topscroll:hover { 
    box-shadow: 0 10px 28px rgba(0,0,0,0.24); 
}
.topscroll:active { 
    transform: translateY(1px); 
}

/* ===========================================
   FOOTER 스타일
   =========================================== */

#footer {
    position: relative;
    background: var(--color-mint-50);
    background-image: url('/static/assets/image_footer_bg.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 30px 0;
    width: 100%;
}
#footer::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 100px;
    left: 60px;
    top: - 30px;
    z-index: 1;
    background: url('/static/assets/image_tree.svg') no-repeat center center;
    background-size: contain;
}
#footer::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 80px;
    right: 60px;
    top: -10px;
    z-index: 1;
    background: url('/static/assets/image_tree2.svg') no-repeat center center;
    background-size: contain;
}   

#footer .footer_wrap {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;    
}

.footer_wrap .top_sec {
    display: flex;
    gap: 30px;
    align-items: center;
}

.top_sec .link_list a.email_reject,
.top_sec .link_list a.find_road {
    color: var(--color-neutral-700);
}

.top_sec .link_list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.top_sec .link_list .person_infor {
    font-weight: 600;
}
.agree {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 10px 30px;
    background-color: var(--color-white);
    border-radius: 10px;
}
.agree .sns_list {
    display: flex;
    gap: 5px;
    margin-left: auto;
}
.agree .sns_list button img {
    width: 40px;
    height: 40px;
}
.agree_list {
    position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
    width: 100%;
}

.agree_list .call_list {
    display: flex;
    gap: 15px;
}

.agree_list .call_list span {
    font-weight: 600;
}
.agree_list .call_list_gray {   
    font-size: var(--fs-16);
    color: var(--color-neutral-700);
}

.info {
    display: flex;
    flex-direction: column;
}

.info .address_list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.info .address_list span,
.info .copyright span {
    color: var(--color-neutral-700);
    font-size: var(--fs-16);
}

/* ===========================================
   Sub Nav 스타일
   =========================================== */
#nav_wrap {
    position: relative;
    width: 100%;
    background-color: var(--color-brand-blue);
}
#nav_inner {
    padding: 25px 0;
    position: relative;
}
#nav_wrap:has(#nav_inner:not(:has(.sub_tabs)))::before {
    width: 96px;
    height: 136px;
}
#nav_wrap:has(#nav_inner:not(:has(.sub_tabs))):after {
    width: 104px;
    height: 112px;
}
/* When no tabs are present under the visual, use compact vertical padding */
#nav_inner:not(:has(.sub_tabs)) {
    padding: 30px 0;
}
/* compact nav: shrink decorations (placed at end to override previous and media rules) */
#nav_inner .visual {
    position: relative;
    background-color: var(--color-brand-blue);
}
#nav_inner .visual_inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    color: #fff;
    text-align: center;
}
#nav_inner .breadcrumb ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    opacity: 0.9;
    font-size: var(--fs-16);
}
#nav_inner .breadcrumb img {
    width: 16px;
    height: 16px;
}
#nav_inner .sub_title {
    font-size: var(--fs-32);
    font-weight: 700;
}
#nav_inner .sub_tabs li a:hover {
    color: #fff;
    transition: background-color .2s, color .2s;
}

#nav_inner .sub_tabs {
    margin-top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
    overflow-x: auto;
    flex-wrap: nowrap;
    max-width: 100%;
}
#nav_inner .sub_tabs li {
    flex: 0 0 auto;
}
#nav_inner .sub_tabs li a {
    white-space: nowrap;
}
#nav_inner .sub_tabs li a {
    display: inline-block;
    padding: 0;
    border: none;
    border-radius: 999px;
    color: rgba(255,255,255,0.5);
    font-weight: 600;
    -webkit-transition: background-color .2s, color .2s, border-color .2s;
    transition: background-color .2s, color .2s, border-color .2s;
}
#nav_inner .sub_tabs li.is-active a {
    background-color: var(--color-accent-orange);
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 5px 30px;
}
#nav_inner .visual_decoration {
    position: absolute;
    bottom: 0;
    width: 180px;
    height: 140px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    pointer-events: none;
}
#nav_wrap::before {
    content: '';
    width: 120px;
    height: 170px;
    position: absolute;
    z-index: 5;
    left: 70px;
    bottom: -57px;
    background-image: url('/static/assets/image_sub_person.png');
    background-repeat: no-repeat;
    background-size: contain;
}
#nav_wrap:after {
    content: '';
    width: 130px;
    height: 140px;
    position: absolute;
    z-index: 5;
    right: 70px;
    bottom: 0;
    background-image: url('/static/assets/image_windmill.png');
    background-repeat: no-repeat;
    background-size: contain;
}

/* ===========================================
   Popup 공통 스타일
   =========================================== */
#popup_overlay {
    position: fixed;
    inset: 0;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgba(0,0,0,.5);
    padding: 20px;
    z-index: 1000;
}
#popup_overlay.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.popup_modal {
    width: min(800px, 92vw);
    border-radius: 16px;
    background: #fff;
    -webkit-box-shadow: 0 12px 30px rgba(0,0,0,.18);
            box-shadow: 0 12px 30px rgba(0,0,0,.18);
    overflow: hidden;
    position: relative;
}
.popup_header {
    background: var(--color-forest-green);
    color: #fff;
    text-align: center;
    padding: 13px 50px; 
    position: relative;
}
#popup_title {
    font-weight: 700;
    font-size: var(--fs-20);
}
.popup_close {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border-radius: 10px;
    background: var(--color-forest-green);
    color: #23861C;
    font-size: var(--fs-36);
    background-color: #fff;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 2px solid #fff;
}
.popup_close:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 2px;
}
.popup_body {
    background: #fff;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 15px;
}
.popup_list {
    list-style: disc;
    padding-left: 20px;
    display: grid;
    gap: 6px;
}
.popup_list li {
    font-size: var(--fs-18);
}

/*============================================
   대시보드 버튼 스타일
  ============================================ */
.floating_dashboard {
  position: fixed;
  right: 30px;
  width: 70px;
  height: 70px;
  top: 230px;
  z-index: 90;
  display: flex;
  font-size: var(--fs-16);
  flex-direction: column;
  align-items: center;
  gap: 4px;
  border-radius: 50%;
  padding: 10px;
  background-color: var(--color-accent-purple);
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  overflow: hidden;
}

.floating_dashboard::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: rotate(45deg);
  animation: quickShine 3s infinite;
}

.floating_dashboard .floating_icon {
  width: 25px;
  height: 25px;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.floating_dashboard .floating_text {
  font-size: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}

.floating_dashboard:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(138, 43, 226, 0.45);
  filter: brightness(1.1);
}

/* 반응형 - 대시보드 위치 조정 */
@media (max-width: 1024px) {
  .floating_dashboard {
    right: 30px;
    bottom: 90px;
    padding: 10px 8px;
    min-width: 55px;
  }
  .floating_dashboard {
  	width: 55px;
    height: 55px;
  }
  .floating_dashboard .floating_icon {
    width: 24px;
    height: 24px;
  }

}

@media (max-width: 768px) {
  .floating_dashboard {
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    min-width : 50px;
    padding: 8px 6px;
    top: auto;
  }

  .floating_dashboard .floating_icon {
    width: 22px;
    height: 22px;
  }

}
/* ===========================================
   Search 공통 스타일
   =========================================== */
/* search_wrap */
.search_wrap {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.search_wrap .info_wrap {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.search_wrap .info_wrap .info_text01 {
    position: relative;
    display: flex;
    gap: 5px;
}
.search_wrap .info_wrap .info_text01::after {
    content: '';
    position: relative;
    display: inline-block;
    width: 2px;
    height: 15px;
    background-color: #999;
    right: 0;
    top: 2px;
    margin-left: 10px;
}
.search_wrap .info_wrap .info_text02 .current_page_number {
    margin-left: 10px;
}

/* search_area */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/static/assets/ic_select.svg") no-repeat right 10px center;
    background-size: 15px;
}
.search_area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.search_criteria {
    border: 1px solid #999;
    padding: 7px 30px 7px 10px;
    width: 130px;
    border-radius: 5px;
    color: #000;
    background-color: #fff;
}
.search_input {
    background-color: #f2f2f2;
    padding: 10px 15px;
    width: 300px;
    border-radius: 5px;
    color: #000;
    border: none;
}

/* ===========================================
   Pagination 공통 스타일
   =========================================== */
/* 페이징 */
.pagination {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.pagination_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width:100%;
    position: relative;
}
.pagination_item {
    display: inline-block;
}
.pagination_btn {
    display: inline-block;
    min-width: 35px;
    min-height: 35px;
    border-radius: 50%;
    background-color: #fff;
    border: none;
    color: #999;
    text-align: center;
    line-height: 35px;
    transition: all 0.2s ease;
    text-decoration: none;
    cursor: pointer;
}
.pagination_btn:hover:not([aria-disabled="true"]):not([aria-current="page"]) {
    background-color: #f5f5f5;
}
.pagination_btn[aria-current="page"] {
    background-color: #0172FF;
    border: 1px solid #0172FF;
    color: #fff;
  	font-weight: 700;
    cursor: pointer;
}
.pagination_btn[aria-disabled="true"] {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}
.pagination_list .status_wrap {
    display: none;
}

/* ===========================================
   File 공통 스타일
   =========================================== */
/* 파일 아이콘 스타일 */
.file_icon {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px;
    vertical-align: middle;
}
.file.pdf .file_icon {
    background-image: url("/static/assets/ic_pdffile.svg");
}
.file.jpg .file_icon {
    background-image: url("/static/assets/ic_jpgfile.svg");
}
.file.hwp .file_icon {
    background-image: url("/static/assets/ic_hwpfile.svg");
}
.file.doc .file_icon {
    background-image: url("/static/assets/ic_docfile.svg");
}
.file.non .file_icon {
    background-image: url("/static/assets/ic_nonfile.svg");
}
.file.img .file_icon {
    background-image: url("/static/assets/ic_jpgfile.svg");
}
.file.xls .file_icon {
    background-image: url("/static/assets/ic_xlsfile.svg");
}
.file a {
	cursor: no-drop;
}

/* ===========================================
   Detail 공통 스타일
   =========================================== */

/* detail */
.detail_title_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 30px 15px 0 15px;
    border-top: 2px solid #000;
}
.detail_title_wrap .detail_title {
    font-size: 1.5rem;
    font-weight: 700;
}
.detail_title_wrap .detail_info {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.detail_title_wrap .detail_info p {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.detail_title_wrap .detail_info p::before {
    content: '';
    font-size: 0.85rem;
    color: #999;
}
.detail_title_wrap .detail_info p.writer::before {
    content: '작성자';
}
.detail_title_wrap .detail_info p.date::before {
    content: '작성일';
}
.detail_title_wrap .detail_info p.view_count::before {
    content: '조회수';
}

.detail_title_wrap .detail_info p:not(:last-of-type)::after {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    background-color: #DBDBDB;
}

.download_btn {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    margin-left: auto;
}
.download_btn::after {
    content: '';
    display: block;
    width: 10px;
    height: 15px;
    background-image: url("/static/assets/ic_download.svg");
    background-size: 10px;
    background-repeat: no-repeat;
}
.download_btn:hover {
    text-decoration: underline;
}

.file_wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
}
.file_wrap .file_title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: #F2F2F2;
}
.file_wrap .file_title h3 {
    color: #666;
}

.file_list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
}
.file_list li {
    position: relative;
    width: 100%;
}
.file_list li a {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.file_list li a span.file_name {
    flex: 1 0;
    flex-basis: 0;
}
.file_list li a:hover span.file_name {
    text-decoration: underline;
}
.file_list li a span.file_info {
    color: #999;
    font-size: .85rem;
}

.detail_content_wrap {
    padding: 0 15px 0 15px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.file_wrap.no_file {
    display: none;
}
.file_wrap.no_file ~ .detail_content_wrap {
    border-top: 1px solid #DBDBDB;
    padding: 15px 15px 0 15px;
}

/* preparing page */

.preparing_box {
	position: relative;
	width: 100%;
	min-height: 40vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.preparing_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 30px;
	text-align: center;
}
.preparing_img {
	width: min(70vw, 350px);
	height: auto;
	object-fit: contain;
}
.preparing_text h4.title {
	font-size: 1.25rem;
	font-weight: 700;
}
.preparing_text .desc {
	font-size: 1rem;
	color: #666;
}

.Content {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.Content_cont.two .graph_wrap {
    display: flex;
  	flex-direction: column;
    width: calc(100%  / 2);
}
.Content_cont.two {
  	flex-direction: row;
}
#Content {
    position: relative;
    width: 100%;
    padding-top: 90px;
}
#content_wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
/* Inner tabs (tabs-inside-content) */
#content_wrap .inner_tabs {
    width: 100%;
}
#content_wrap .inner_tabs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    padding: 0 8px;
    white-space: nowrap;
}
#content_wrap .inner_tabs li {
    position: relative;
    flex: 0 0 auto;
}
#content_wrap .inner_tabs li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    position: relative;
}
#content_wrap .inner_tabs li a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #cfd4dc; /* subtle bullet for inactive */
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
}
#content_wrap .inner_tabs li.is-active a {
    color: var(--color-brand-blue);
    font-weight: 700;
}
#content_wrap .inner_tabs li.is-active a::before {
    background: var(--color-brand-blue);
}
#content_wrap .inner_tabs li.is-active a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 3px;
    background: var(--color-brand-blue);
    border-radius: 3px;
}

#cont_inner {
   position: relative;
   width: 100%;
   display: flex;
   flex-direction: column;
   gap: 30px;
}
#cont_inner .cont_content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}
#cont_inner .inner_tabs {
    width: 100%;
    -webkit-overflow-scrolling: touch;
}
#cont_inner .inner_tabs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#cont_inner .inner_tabs li {
    position: relative;
    flex: 0 0 auto;
}
#cont_inner .inner_tabs li a {
    display: inline-block;
    vertical-align: middle;
    color: var(--color-neutral-500);
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
}
#cont_inner .inner_tabs li a:hover {
    color: var(--color-brand-blue);
}
#cont_inner .inner_tabs li a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #cfd4dc;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}
#cont_inner .inner_tabs li.is-active a {
    color: var(--color-brand-blue);
}
#cont_inner .inner_tabs li.is-active a::before {
    background: var(--color-brand-blue);
}
#cont_inner .inner_tabs li.is-active a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 3px;
    background: var(--color-brand-blue);
    border-radius: 3px;
}
#cont_inner .cont_title {
    font-size: var(--fs-24);
    font-weight: 700;
}
#cont_inner .cont_title_big {
    font-size: var(--fs-32);
    font-weight: 700;
}
#cont_inner .cont_title,
#cont_inner .cont_title_big {
    display: flex;
    align-items: center;
    gap: 10px;
}
#cont_inner .cont_title:before {
    content: '';
    width: 30px;
    height: 23px;
    display: block;
    background: url('/static/assets/ic_txt.svg') no-repeat center center;
    background-size: contain;
}
#cont_inner .cont_title_big:before {
    content: '';
    width: 35px;
    height: 32px;
    display: block;
    background: url('/cmm/file/seeImage?atchFileId=FILE_000000000002202&fileSn=0') no-repeat center / contain;
    background-size: contain;
}
#cont_inner .dot {
    display: inline-block;
  	margin-right: 5px;
    width: 8px;
    height: 15px;
    border-radius: 3px;
    background: var(--color-lime-green);
    flex: 0 0 auto;
}

/* 그래프 non 표시 */
.graph_wrap .nograph_box {
    display:  none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.05);
}
.graph_wrap.nograph .nograph_box {
    display: flex;
}
.graph_wrap.nograph .nograph_box p {
    font-size: 0.85rem;
    font-weight: 700;
    color: #fff;
}

/* 로딩중 */
.loading_page {
    position: relative;
    inset: 0;
    width: 100%;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.loading_page.full {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(135deg, #151329 0%, #0F2A0F 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loading_overlay {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 200;
    transition: opacity 0.3s ease;
    opacity: 1;
}

.loading_overlay.hide {
    opacity: 0;
    pointer-events: none;
}

.loading_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    color: #E7FFD1;
}

.logo_mark {
    position: relative;
    width: 84px;
    height: 84px;
    display: grid;
    place-items: center;
    filter: drop-shadow(0 8px 20px rgba(0,0,0,0.15)) drop-shadow(0 0 5px rgba(185,227,0,0.25));
}
.logo_mark .leaf {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 48px 48px 0 48px;
    background: linear-gradient(135deg, #B9E300 0%, #87C400 100%);
    transform-origin: 80% 80%;
}
.logo_mark .leaf.left { transform: rotate(45deg); animation: leafSpinLeft 1400ms ease-in-out infinite; }
.logo_mark .leaf.right { transform: rotate(225deg); animation: leafSpinRight 1400ms ease-in-out infinite; }
.logo_mark .dot {
    position: absolute;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background: #B9E300 !important;
    animation: dotPulse 1200ms ease-in-out infinite;
}
.Content_cont.two .graph_wrap {
    display: flex;
  	flex-direction: column;
    width: calc(100%  / 2);
}
.Content_cont.two {
  	flex-direction: row;
}

@keyframes leafSpinLeft {
    0%   { transform: rotate(45deg) scale(0.96); opacity: .9; }
    50%  { transform: rotate(225deg) scale(1.04); opacity: 1; }
    100% { transform: rotate(405deg) scale(0.96); opacity: .9; }
}
@keyframes leafSpinRight {
    0%   { transform: rotate(225deg) scale(1.04); opacity: 1; }
    50%  { transform: rotate(405deg) scale(0.96); opacity: .9; }
    100% { transform: rotate(585deg) scale(1.04); opacity: 1; }
}
@keyframes dotPulse {
    0%, 100% { transform: scale(0.9); box-shadow: 0 0 0 rgba(185,227,0,0.0); }
    50%      { transform: scale(1.15); box-shadow: 0 0 24px rgba(185,227,0,0.55); }
}
.loading_page.full .loading_text {
    color: #fff;
}
.loading_text {
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #000000;
    text-shadow: 0 1px 0 rgba(0,0,0,0.25);
}

@media (prefers-reduced-motion: reduce) {
    .logo_mark .leaf,
    .logo_mark .right,
    .logo_mark .left,
    .logo_mark .dot { animation: none !important; }
}
/* ===========================================
   미디어 쿼리 - 큰 화면부터 작은 화면 순서
   =========================================== */
@media (max-width: 1400px) {
    #footer .footer_wrap {
        padding: 0 30px;
    }
    #footer::before {
        content: none;
    }
    .footer_wrap .top_sec .logo img {
        width: 120px;
    }
    #cont_inner .inner_tabs ul {
        padding: 0 30px;
    }
    #cont_inner {
        padding: 0 30px;
    }
}
@media (max-width: 1200px) {
    .header_wrap {
        max-width: calc(100% - 4rem);
    }
     /* Logo */
    #logo img {
        width: 120px;
    }
    #gnb1 > ul {
        padding-left: 7rem;
        padding-right: 6rem;
    }
    #gnb1 > ul > li {
        padding: 0 10px;
    }
    #side_btn .btn_hamburger,
    #side_btn .btn_search {
        display: block;
        top: 1.5rem;
        width: 45px;
        height: 40px;
    }
    #gnb1::after {
        opacity: 0 !important;
        height: 0 !important;
    }
    /* hover/focus로 인한 열림 무력화 */
    #gnb1 > ul > li.lnb:hover .submenu,
    #gnb1 > ul > li.lnb:focus-within .submenu,
    #gnb1 > ul > li.lnb.is-open .submenu {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
        transform: translateY(-6px) !important;
        max-height: 0 !important;
    }
    #nav_inner .visual_decoration.right {
        width: 140px;
        height: 120px;
    }
}
/* 1024px 이하 (태블릿) */
@media (max-width: 1024px) {
  
    #nav_inner:not(:has(.sub_tabs)) {
   		padding: 20px 0;
	}
     #footer::after {
  		display: none;
    } 
    #gnb2 {
        top: var(--header-offset, 75px);
    }
    /* 상단 메뉴(head_menu)도 숨김 */
    #head_menu {
        display: none !important;
    }
    #gnb1 > ul .submenu {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
        transform: translateY(-6px) !important;
        max-height: 0 !important;
    }
    #gnb1 .submenu-hitarea {
        display: none !important;
    }
    .header_wrap {
        height: 75px;
    }
    #side_btn .btn_hamburger,
    #side_btn .btn_search,
    #logo {
        top: 1.2rem;
    }
    #nav_wrap::before {
        width: 100px;
        height: 150px;
        left: 30px;
    }
    #nav_wrap:after {
        width: 105px;
        height: 110px;
        right: 30px;
    }
    .popup_close {
        width: 30px;
        height: 30px;
    }
    #Content {
        padding-top: 75px;
    }
    #content_wrap {
        padding-bottom: 30px;
    }
    #cont_inner {
        padding: 0 20px;
        gap: 20px;
    }
    .search_wrap {
        flex-direction: column;
        gap: 15px;
    }
    .search_wrap .info_wrap {
        display: none;
    }
    .list_wrap .table_wrap table thead tr {
        display: none;
    }
    table tbody tr:first-of-type {
        border-top: 1px solid #000;
    }
  	.tbscroll {
        width: 100%;
        overflow-x: auto;
    }
    .tbscroll table {
        width: 100%;
        min-width: 900px;
        border-collapse: collapse;
    }
}

/* 터치 환경에서 호버를 터치용으로 조정 */
@media (hover: none) and (pointer: coarse) {
    /* 테이블 행 터치 효과 (hover 대신 active 사용) */
    table tbody tr:hover {
        background-color: transparent;
        background: none;
    }
    
    table tbody tr:active {
        background-color: #f8f8f8;
        background: linear-gradient(to bottom, #ffffff 0%, rgba(242, 243, 238, 0.5) 50%, #ffffff 100%);
    }

    /* TopScroll 터치 효과 */
    .topscroll:hover {
        box-shadow: 0 8px 24px rgba(0,0,0,0.18);
    }
    
    .topscroll:active {
        box-shadow: 0 10px 28px rgba(0,0,0,0.24);
        transform: translateY(1px);
    }
    
    /* 페이지네이션 터치 효과 */
    .pagination_btn:hover:not([aria-disabled="true"]):not([aria-current="page"]) {
        background-color: #fff;
    }
    
    .pagination_btn:active:not([aria-disabled="true"]):not([aria-current="page"]) {
        background-color: #f5f5f5;
    }
    
    /* 파일 링크 터치 효과 */
    .file_list li a:hover span.file_name {
        text-decoration: none;
    }
    
    .file_list li a:active span.file_name {
        text-decoration: underline;
    }
    
    /* 포스트 네비게이션 터치 효과 */
    .post_navi_wrap .post_navi:hover {
        background-color: transparent;
        background: none;
    }
    
    .post_navi_wrap .post_navi:active {
        background-color: #f8f8f8;
        background: linear-gradient(to bottom, #ffffff 0%, rgba(242, 243, 238, 0.5) 50%, #ffffff 100%);
    }
    
    /* 다운로드 버튼 터치 효과 */
    .download_btn:hover {
        text-decoration: none;
    }
    
    .download_btn:active {
        text-decoration: underline;
    }
    
    /* 서브 네비게이션 터치 효과 */
    #sub_nav_gnb .lnb_area a:hover {
        color: #999;
    }
    
    #sub_nav_gnb .lnb_area a:active {
        color: #B9E300;
    }
    
    /* 체크박스 텍스트 터치 효과 */
    .checkbox_text:hover {
        color: #666;
    }
    
    .checkbox_text:active {
        color: #000;
    }
    
    /* 닫기 버튼 터치 효과 */
    .close_btn:hover {
        color: #666;
    }
    
    .close_btn:active {
        color: #000;
    }
}

/* 768px 이하 (모바일) */
@media (max-width: 768px) {
   .list_wrap.no-data::before {
  	width: 150px;
   }
   	#nav_inner:not(:has(.sub_tabs)) {
  		padding: 15px 0;	
 	}
    #logo,
    #side_btn .btn_hamburger,
    #side_btn .btn_search {
        top: 1rem;
    }
    #side_btn .btn_hamburger,
    #side_btn .btn_search {
        width: 40px;
        height: 35px;
        border-radius: 5px;
    }
    #side_btn .btn_hamburger {
        right: 50px;
    }
    .header_wrap {
        height: 60px;
        max-width: calc(100% - 2.5rem);
    }
    #logo img {
        width: 100px;
    }
    #gnb2.active {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        width: 300px;
        padding-top: 20px;
        max-height: 50vh; /* smooth open/close */
        top: 75px;
        left: auto;
        right: 0;
    }
    #gnb2.active { top: 60px; }
    #gnb2 > ul {
        margin-top: 15px;
    }
    /* gnb2 아코디언: 상위 a 오른쪽에 아이콘 표시 (닫힘: 아래, 열림: 위) */
    #gnb2 > ul > li > a {
        position: relative;
        padding-right: 32px;
        align-items: center;
    }
    /* 기존 보더 화살표 제거 */
    #gnb2 > ul > li > a::before {
        content: none;
    }
    /* 아이콘 화살표 (ic_btmarrow_black) */
    #gnb2 > ul > li > a::after {
        content: '';
        position: absolute;
        right: 10px;
        top: 50%;
        width: 12px;
        height: 12px;
        background-image: url('/static/assets/ic_btmarrow_black.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transform: translateY(-50%) rotate(0deg);
        -webkit-transition: transform .25s ease;
        transition: transform .25s ease;
    }
    #gnb2 > ul > li > a[aria-expanded='true']::after {
        transform: translateY(-50%) rotate(180deg);
    }
    #gnb2 > ul > li > .submenu2 {
        display: block;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .32s cubic-bezier(0.4, 0, 0.2, 1), opacity .25s ease, -webkit-transform .25s ease, padding .25s ease;
        transition: max-height .32s cubic-bezier(0.4, 0, 0.2, 1), opacity .25s ease, -webkit-transform .25s ease, padding .25s ease;
        transition: max-height .32s cubic-bezier(0.4, 0, 0.2, 1), opacity .25s ease, transform .25s ease, padding .25s ease;
        transition: max-height .32s cubic-bezier(0.4, 0, 0.2, 1), opacity .25s ease, transform .25s ease, padding .25s ease, -webkit-transform .25s ease;
        opacity: 0;
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        padding-top: 0;
        padding-bottom: 0;
        visibility: hidden;
        pointer-events: none;
        background-color: #fff;
    }
    #gnb2 > ul > li > .submenu2.open {
        max-height: 500px;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        padding-top: 8px;
        padding-bottom: 8px;
        visibility: visible;
        pointer-events: auto;
    }
    #gnb2 > ul > li > .submenu2 > ul {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 5px;
    }
    #gnb2 > ul > li > .submenu2 a {
        color: #000;
        font-size: 1.05rem;
    }
    #footer .footer_wrap {
        padding: 0 20px;
        gap: 15px;
    }
    #footer::after {
        content: none;
    }
    .footer_wrap .top_sec {
        gap: 5px;
        flex-direction: column;
        align-items: flex-start;
    }
    .agree {
        padding: 10px 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .info .address_list {
        gap: 10px;
    }
    .agree .sns_list button img {
        width: 30px;
        height: 30px;
    }
    .agree .sns_list {
        margin: 0;
    }
    /* Topscroll */
    .topscroll { 
        right: 20px;  
      	bottom: 80px;
    }
    .topscroll img { 
        width: 24px; 
        height: 24px; 
    }

    /* sub nav */
    #nav_inner {
        padding: 15px 0;
    }
    #nav_inner .sub_title {
        font-size: var(--fs-32);
    }
    #nav_inner .visual_decoration.right {
        display: none;
    }
    #nav_wrap::before,
    #nav_wrap:after {
        display: none;
    }
    #nav_inner .sub_tabs li.is-active a {
        padding: 5px 20px;
    }
    #nav_inner .sub_tabs {
        padding: 0 15px 5px 15px;
        gap: 10px;
    }

    /* search */
    .search_area {
        width: 100%;
    }
    .search_area .search_criteria {
        width: 100px;
    }
    .search_area input {
        width: calc(100% - 220px);
    }
    .search_area .search_btn {
        width: 100px;
    }

    /* pagination */
    .pagination_item .pagination_btn {
        min-width: 25px;
        min-height: 25px;
        line-height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pagination {
        margin-top: 15px;
    }
    .pagination_list .status_wrap {
        display: block;
        width: 50px;
        text-align: center;
    }
    .pagination_item {
        display: none;
    }
    .pagination_item.first,
    .pagination_item.prev,
    .pagination_item.next,
    .pagination_item.last {
        display: block;
        max-width: 20px;
    }
    .pagination_status .active {
        color: #000;
    }
    .pagination_status .active::after {
        content: '/';
        margin: 0 3px;
    }
    .pagination_status:not(.active) {
        color: #999;
    }
    .pagination_list {
        gap: 5px;
    }

    /* deatil */
    .file_list li a span.file_info {
        display: none;
    }
      .preparing_box {
        min-height: 50vh;
    }
  
    /* Content */
    .Content {
        gap: 10px;
    }
    .Content_cont.two {
        flex-direction: column;
    }
    .Content_cont.two .graph_wrap {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }
    #Content {
        padding-top: 60px;
    }
    #content_wrap {
        padding-bottom: 15px;
    }
    #cont_inner {
        padding: 0 15px;
        gap: 15px;
    }
    
    #content_wrap {
        padding-top: 20px;
    }
    #cont_inner .inner_tabs ul {
        gap: 10px;
        padding: 0 15px;
    }
  	#content_wrap .list_wrap .table_wrap table tbody tr,td,th,thead {
  		padding: 0;
  	}
}

/* 769px 이상에서는 아코디언이 아닌 항상 펼침 상태 */
@media (min-width: 769px) {
    #gnb2.active > ul > li > .submenu2 {
        max-height: none;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        padding-top: 8px;
        padding-bottom: 8px;
        visibility: visible;
        pointer-events: auto;
    }
}

/* 480px 이하 (초소형 모바일) */
@media (max-width: 480px) {
    .top_sec .link_list {
        gap: 5px;
    }
    .agree_list {
        flex-direction: column;
        gap: 5px;
        align-items: flex-start;
    }
    
    /* notice */
    .notice-panel {
        width: 100%;
    }
    #content_wrap {
        padding-top: 15px;
    }
    #cont_inner .inner_tabs ul {
        gap: 5px;
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    }
    .popup_close {
        width: 23px;
        height: 23px;
    }
    .popup_header {
        padding: 5px 40px;
    }
    .popup_body {
        padding: 10px;
    }

    /* search */
    .search_area .search_criteria {
        width: 65px;
    }
    .search_area {
        gap: 5px;
    }
    .search_area select {
        background-size: 10px;
    }
    .search_criteria {
        padding: 7px 15px 7px 5px;
    }
    .search_area input {
        width: calc(100% - 133px);
    }
    .search_area .search_btn {
        width: 60px;
        padding: 10px 15px;
    }
  
  /* button */
  .download_btn, .arrow_btn {
  	padding: 10px 20px;
  }

}