@charset "UTF-8";

/* @font-face { */
/*   font-family: 'Nanum Gothic Coding'; */
/*   font-style: normal; */
/*   font-display: swap; */
/*   src: url('/gnoti/css/fonts/NotoSansKR-VariableFont_wght.ttf') format('ttf'); */
/* } */
@font-face {
  font-family: 'Noto Sans KR';
  src: url('../../fonts/NotoSansKR-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}
body {
	/* font style */
/* 	font-family: 'Nanum Gothic Coding'; */
/* 	--bs-font-sans-serif :'Nanum Gothic Coding'; */
  font-family: Roboto, Noto Sans KR, 돋음, Dotum, Apple SD Gorihc NEO, sans-serif;
/* 	  font-style: normal; */
  color : #000;
  /* height: calc(100vh - 60px); */
  overflow-y: auto;
} 
a {
	text-decoration: none;
}
.container {
	margin: auto;
}

.comm-container {
	width: 1200px;
	margin: 60px auto 60px;
	font-family: 'Noto Sans KR', sans-serif;
}

.comm-container.chk {
	width: 1100px !important;
}


/*컨텐츠 레이아웃*/
#layoutSidenav #layoutSidenav_content {
	/*	position: relative;*/
	position: fixed;
	display: flex;
	flex-direction: column;
	/*	justify-content: space-between;*/
	/*	min-width: 0;*/
	flex-grow: 1;
	height: calc(100vh - 55px);
	margin-top: -55px;
	/*	background-color: #f5f7fb;*/
	/* height: 100%; */
	width: 100vw;
}

.sb-nav-fixed .sb-topnav {
	z-index: 1039;
	position: fixed;
	top: 0;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}
.sb-nav-fixed .sb-topnav.bg-white {
  background-color: transparent !important;
  padding: 0px;
}

.sb-sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1037;
	opacity: 0.5;
	transition: opacity 0.3s ease-in-out;
}

#layoutSidenav #layoutSidenav_content {
	margin-left: 0;
	transition: margin 0.15s ease-in-out;
}

/* 사이드바 display: none; -> margin, padding 수정 */
.sb-sidenav-toggled #layoutSidenav #layoutSidenav_content {
	margin-left: 0px;
	padding-left: 0px !important;
	padding-top: 56px;
}

.sb-sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
	display: none;
}

/*************************************************
Head Style 
*************************************************/
.nav-tabs {
    margin-top: 3px;
    background-color: #fff;
    justify-content: space-between;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	font-weight: 600;
	--bs-nav-tabs-link-active-color: #787878;
	border-bottom-color: #febc48;
}

.nav-tabs .nav-link {
	color: #4a515c;
	background-color: rgb(236, 236, 239); /* f6f6f8 */
	border-color:#dee2e6;
}

.nav-item{
	font-size: 14px !important;
}

/*************************************************
 Left Side Bar Style 
*************************************************/
.sidebar {
  min-width: 260px;
  max-width: 260px;
  transition: margin-left 0.35s ease-in-out, left 0.35s ease-in-out, margin-right 0.35s ease-in-out, right 0.35s ease-in-out;
  direction: ltr;
  background: #222e3c;
}
.sidebar-content {
  transition: margin-left 0.35s ease-in-out, left 0.35s ease-in-out, margin-right 0.35s ease-in-out, right 0.35s ease-in-out;
  display: flex;
  height: 100vh;
  flex-direction: column;
  background: #f6f6f8;
  overflow: auto;
}
.sidebar-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-grow: 1;
}
/* Sidebar 메뉴 색상 스타일 */
.sidebar-link, a.sidebar-link {
  display: block;
  padding: 0.625rem 1.625rem;
  font-weight: 400;
  transition: background 0.1s ease-in-out;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  border-left-style: solid;
  border-left-width: 3px;
  color:#697878;
  background: #f6f6f8;
  border-left-color: transparent;
}

.sidebar-link i, a.sidebar-link i, .sidebar-link svg, a.sidebar-link svg {
  margin-right: 0.75rem;
  color: #697878;
}
.sidebar-link:focus {
  outline: 0;
}
.sidebar-link:hover {
  color: #febc48;
  background: #fff6dc; /* 서브메뉴hover색 */
 /*  border-radius: 15px; */
  border-left-color: transparent;
}
.sidebar-link:hover i, .sidebar-link:hover svg {
  color: #febc48;
}
ul.submenu-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-item.active > .sidebar-link, .sidebar-item.active .sidebar-link:hover {
  color: #697878;
  background: #fff6dc;
  /* background: linear-gradient(90deg, rgba(59, 125, 221, 0.1) 0%, rgba(59, 125, 221, 0.0875) 50%, rgba(0, 0, 0, 0) 100%); */
  border-left-color: #febc48;
}
.sidebar-item.active > .sidebar-link i, .sidebar-item.active .sidebar-link:hover i, .sidebar-item.active > .sidebar-link svg, .sidebar-item.active .sidebar-link:hover svg {
  color: #697878;
}
/* Sidebar brand */
.sidebar-brand {
  font-weight: 600;
  font-size: 1.15rem;
  padding: 1.15rem 1.5rem;
  display: block;
  color: #f8f9fa;
}
.sidebar-brand:hover {
  text-decoration: none;
  color: #f8f9fa;
}
.sidebar-brand:focus {
  outline: 0;
}
/* // Toggle states */
.sidebar-toggle {
  cursor: pointer;
  width: 26px;
  height: 26px;
  display: flex;
}
.sidebar.collapsed {
  margin-left: -260px;
}

#layoutSidenav_nav.collapsed {
  margin-left: -260px;
}

@media (min-width: 1px) and (max-width: 991.98px) {
  .sidebar {
    margin-left: -260px;
 }
  .sidebar.collapsed {
    margin-left: 0;
 }
}
.sidebar-toggle {
  margin-right: 1rem;
}
/* // Sidebar header */
.sidebar-header {
  background: transparent;
  padding: 1.5rem 1.5rem 0.375rem;
  font-size: 1rem; /* 0.75rem */
  color: #354145;
  display: flex;
  align-items: center;
  /* 드롭다운 메뉴 */
   cursor: pointer;
}
.sidebar-header:hover {
	color:	#febc48;
}
/* // Badge */
.sidebar-badge {
  position: absolute;
  right: 15px;
  top: 14px;
  z-index: 1;
}
/* // Sidebar bottom */
.sidebar-cta-content {
  padding: 1.5rem;
  margin: 1.75rem;
  border-radius: 0.3rem;
  background: #2b3947;
  color: #e9ecef;
}

ul.submenu-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dropdown-icon {
   margin-left: auto;
}

.rotate{
 transform: rotate(180deg);
}

.sidebar-content::-webkit-scrollbar {
  width: 10px;
}
.sidebar-content::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 10px;
  background-clip: padding-box;
  border: 1px solid transparent;
}
.sidebar-content::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 10px;
  box-shadow: inset 0px 0px 5px white;
}


/************************************************
 FOOTER
************************************************/
#footer {
	/*bottom: 0;*/
	width: 100%;
	min-height: 72px;
	background: #fafafa;
	color: #111;
    border-top: 1px solid #e5e5e5;
    font-weight: 500;
}

.footer .top {
	display: flex;
	justify-content: space-between; /* ✅ 왼쪽-오른쪽 양 끝 정렬 */
    align-items: center;
	width: 100%;
	margin: 0 auto;
    padding: 18px 24px;
	/*padding-top: 30px;*/
	/*align-items: flex-start;*/
}

.footer .ci {
	background: url('../../../images/nextrade_logo.svg') no-repeat center center;
	width: 180px;
	height: 36px;
	font-size: 0;
	background-size: contain; /* 요소 크기에 맞게 비율 유지해서 조절 */
}

.footer .info-link{
	flex: 1;
	padding-right: 30px;
}

/* footer 링크 라인 */
.footer .info-link .info-list{
    display: flex;
    justify-content: flex-end;   /* 가운데 정렬 */
    align-items: center;
    gap: 0;                    /* 구분선 넣을 거라 gap은 0 */
    padding: 14px 0;
    margin: 0;
    list-style: none;
}

/* 링크 */
.footer .info-link .info-list a{
    display: inline-block;
    padding: 0 14px;
    color: #111;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1;
}

/* 링크 사이 구분선 */
.footer .info-link .info-list a + a{
    border-left: 1px solid #e5e5e5;
}

.info-list a{
	color: #111;
    text-decoration: none;
	font-weight: 500;
}

.footer .info-link  .info-list a:hover {
    color: #E50038;                   /* 브랜드 컬러는 hover에서만 */
}

/************************************************
 TOP Navigation 
************************************************/
ol, ul {
	list-style : none;
}

.page-home #body {
	padding-bottom: 67px;
	min-height: calc(100vh - 100px);
	background-color: #fff;
	font-family: "Noto Sans CJK KR", sans-serif;
}
.page- #body {
	padding-top: 67px;
	padding-bottom: 100px;
	min-height: calc(100vh - 100px);
	background-color: #fff;
	font-family: "Noto Sans CJK KR", sans-serif;
}

.gnoti-menu {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
  gap: 50px;
}

.gnoti-menu>li {
  position: relative !important;
}

.gnoti-menu>li>a {
	display: block;
	padding: 20px 16px;
	font-weight: 500;
	color: #fff;
    font-size: 18px;
	text-decoration: none;
	white-space: nowrap;
}

.gnoti-menu>li:not(:first-child){
	margin-left: 0px;
}

.submenu {
  position: absolute; 
  top: 100%; 
  left: 10px;
  background: transparent;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
  z-index: 2000;
  min-width: 200px
}

.submenu li {
	padding: 0px;
	width: 200px;
}

/* 기본 링크 스타일 */
.submenu li a {
  position: relative;
  display: inline-block;
  padding-left: 5px;
  color: #333;
  text-decoration: none;
}
.submenu li a[rel=""] {
  cursor: default;
}

.submenu li a[rel]:not([rel=""]) {
  cursor: pointer;
}

/* .submenu li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 105%;
  height: 2px;
  background-color: #e61c3a;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.submenu li a:hover::after {
  transform: scaleX(1);
} */

/* rel 속성이 있고 값이 비어있지 않은 경우만 */
.submenu li a[rel]:not([rel=""]):hover {
  color: #e61c3a;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.submenu>li>a>span {
  padding-left: 0;
  color: inherit;
  font-size: 16px;
}

.submenu-wrapper {
  position: absolute;
  top: 67px;
  left: 0;
  width: 100%;
  height: 500px;
  background: #ffffff;
  max-height: 0;
  transition: max-height 0.3s ease;
  z-index: 1 !important;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
  pointer-events: none; 
}

.submenu > li > a {
  display: flex;              /* 줄맞춤 안정 */
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0 10px 5px;   /* 원하는 동일 간격 */
  line-height: 1.4;           /* 줄간격 고정 */
}
.sub-submenu {
  padding-left: 12px;   /* 2차 메뉴만 살짝 안으로 */
}

.sub-submenu>li>a>span {
	padding-left: 0px;
  color: inherit;;
  font-size: 14px;
}
.sub-submenu li a .icon-bullet {
  display: inline-block !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background-color: #e61c3a !important;
  margin-right: 6px !important;
}
.sub-submenu > li > a {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;

  padding: 6px 0 6px 5px;
  line-height: 1.25;
}

/* .submenu li a {
	color: #fff;
	text-decoration: none;
} */
/* 
.submenu li a:hover{
	color: #e61c3a !important;
	font-weight: bold;
} */

.icon-bullet {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e61c3a; 
  margin-right: 6px;
}

#gnoti-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 60px;
  /* background: transparent; */
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  gap: 16px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);     /* 블러 유지 */
}
/* 스크롤 내려갔을 때 */
#gnoti-header.scrolled {
  background: rgba(255, 255, 255, 0.9);  /* 검정 배경 */
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.page-home #gnoti-header.scrolled .gnoti-menu > li > a {
  color: #000;   /* 검정색 */
}
.page- #gnoti-header .gnoti-menu > li > a {
  color: #000;   /* 검정색 */
}
.gnoti-header-open .submenu {
  max-height: 500px;
  opacity: 1;
  background: transparent;
  padding-top: 16px;
}
#gnoti-header.menu-open .submenu {
  max-height: 500px;
  opacity: 1;
  padding-top: 16px;
}

#gnoti-header .submenu {
  padding-top: 16px;
}

#gnoti-header.menu-open .submenu-wrapper {
  max-height: 500px;
}

.gnoti-header-open ~ .submenu-wrapper,
.gnoti-header-open + .submenu-wrapper,
#gnoti-header.gnoti-header-open .submenu-wrapper {
  max-height: 500px;
}
.page- #gnoti-header .btn {
	color: #000 !important;
	font-size: 13px;
	display: inline-flex !important;
  align-items: center !important;
  justify-content: center;
  gap: 6px;
  border: none;
  padding: 0px;
}
.page-home #gnoti-header .btn {
	color: #fff !important;
	font-size: 13px;
	display: inline-flex !important;
  align-items: center !important;
  justify-content: center;
  gap: 6px;
  border: none;
  padding: 0px;
}
.page-home #gnoti-header.scrolled .btn {
	color: #000 !important;
	font-size: 13px;
	display: inline-flex !important;
  align-items: center !important;
  justify-content: center;
  gap: 6px;
  border: none;
  padding: 0px;
}
#gnoti-header .btn > .fa:hover {
    color: #E50038 !important;
}

.gnoti-header-open .submenu-wrapper::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.header-left {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin-right: 0px;
}
.nextrade-logo {
  width: 195px;
}
.header-right .btn {
  font-family: inherit;
}
.header-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  overflow: visible;   /* 드롭다운이 아래로 나와도 잘리지 않게 */
}

.header-right {
  display: flex;
  align-items: center;
  flex: 0 0 auto;       /* 오른쪽 버튼/언어 영역도 고정 */
  gap: 2px;
  margin-left: 0px;
}

.main-menu-item a {
  position: relative;
  display: inline-block;
}

.main-a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background-color: #e61c3a;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: left;
  z-index: 9999;
}

.main-a:hover::after {
  transform: scaleX(1);
}

.auth-btn-wrap {
  display: flex;
  align-items: center;
  gap: 15px;   /* 로그인 ↔ 회원가입 간격 */
}

.language {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}

/* 버튼 스타일 */
.page-home #langButton {
  background-color: transparent;
  border: 1px solid white;
  border-radius: 999px;
  color: white;
  padding: 4px 12px;
  font-size: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}
.page- #langButton {
  background-color: transparent;
  border: 1px solid black;
  border-radius: 999px;
  color: black;
  padding: 4px 12px;
  font-size: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}
.page-home #gnoti-header.scrolled #langButton {
  border: 1px solid #000;
  color: #000;
}

#langButton:hover {
    color: #E50038 !important;
    border: 1px solid #E50038 !important;
}

/* 드롭다운 스타일 */
.lang-dropdown {
  position: absolute;
  top: calc(100% + 8px); /* 버튼 아래에 위치 */
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 8px;
  padding: 8px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  text-align: center;
  min-width: 100px;
  font-size: 12px;
}

/* 말풍선 꼬리 */
.lang-dropdown .dropdown-arrow {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

/* 항목 */
.lang-dropdown div[data-lang] {
  padding: 6px 12px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
}

.lang-dropdown div[data-lang]:hover {
  background-color: #f0f0f0;
}


#topMenu ul li a {
  color: #4a515c;
  display: block;
  font-size: 14px;
  padding: 15px 14px;
  transition: 0.3s linear;
}

#topMenu ul li:hover { background: #F0EFEF; }

#topMenu ul li ul {
  border-bottom: 5px solid #ccc;
  display: none;
  position: absolute;
  width: 250px;
}

#topMenu ul li ul li {
  /* border-top: 1px solid #ccc; */
  display: block;
}

#topMenu ul li ul li:first-child { border-top: none; }

#topMenu ul li ul li a {
  background: #F0EFEF; /*  #e3e0e0; */
  display: block;
  padding: 10px 14px;
}

nav ul li ul li a:hover { background: #126d9b; }

nav .fa.fa-angle-down { margin-left: 6px; }

/************************************************
 TAB STYLE
************************************************/
.sb-nav-fixed{
	background: #f6f6f8;
}


.wrapper-nav {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
    height: 40px;

}

.list {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 3500px;
    margin-top: 0;
    padding-left: 3px;
}

.list li {
    display: table-cell;
    position: relative;
    text-align: center;
    cursor: grab;
    cursor: -webkit-grab;
    color: #efefef;
    vertical-align: middle
}

.scroller {
    text-align: center;
    cursor: pointer;
    display: none;
    padding: 7px;
    white-space: no-wrap;
    vertical-align: middle;
    background-color: #fff
}

.pointer {
    cursor: pointer
}

/*Toast Grid select bugger fix  */

/* .tui-ico-ellipsis, .tui-ico-first, .tui-ico-last, .tui-ico-next, .tui-ico-prev{
	margin-top: 9px; 
}*/

/*content height*/
.contextRow{
  /* height : 90% !important; */
  height:calc(100vh - 130px);
  margin: -17px 15px 0 15px;

}

.customSearchArea{
	margin: 13px 22px 7px 22px;
	background:#fff;  
	/* height : 50px; */
	border: 2px #e6e6e6 solid;
	padding: 8px !important;
	border-top: 2px #e6e6e6 solid !important;
}

.customSearchArea input{
  margin-top: 1px;
}

.customSearchArea #cmpnyNm {
    min-width: unset !important;
    width: 200px !important;
}

.PersonalSearchArea{
	margin: 0 0 20px;
}

.point{
  background: #fef4f4;	
}

.search{
	padding-bottom:2px;
	gap: 150px;
	align-items: center;
}
.search_multiline{
	padding-bottom:2px;
	column-gap: 80px;
	row-gap: 8px;
	align-items: center;
}

.search_multiline_compliance{
	padding-bottom:2px;
	column-gap: 100px;
	row-gap: 8px;
	align-items: center;
}

.search-4{
	padding-bottom:2px;
	align-items: center;
}

.row-schecule{
	flex-wrap: nowrap;
}

.mb-md-0{
	align-items: center;
}

.schedule-md{
	gap: 5px !important;
}

.row.search > div {
    padding-bottom: 1px;
}

.sb-sidenav-footer .d-grid .btn {
	white-space: nowrap;
}

/* .d-grid{
	margin-bottom: 5px;
} */

.col-form-label {
	white-space: nowrap;
	font-size: 12px;
}

.col-sm-10 {
	width: 66.5%;
}

.col-sm-8{
	align-items: center;
}

.between-label{
	padding: 0px !important;
    width: 0px !important;
}

/* .tui-grid-cell-rowselected .tui-grid-table .tui-grid-cell-current-row{
	    background-color: #F5F6CE !important; 선택된 행의 배경색을 변경
	    color: #333; 선택된 행의 텍스트 색상을 변경
	    기타 원하는 스타일을 지정
	} */
.row{
	border: 1px;
}

/* #egovComFileUploader{
	border: 1px;
	background: aqua;
	
}

#egovComEtcFileUploader{
	border: 1px;
	background: aqua;
	
} */

/*부모요소의 items를 center로*/
        /*display: flex;*/



    /*자식요소의 text-align를 center로*/
   .div{
       text-align: center;
   } 
/************************************************
 Toast Grid  
************************************************/
/* toast ui gird header color */
/* .tui-grid-content-area{
	 border-top: 2px #000 solid;
}
 */
 .tui-grid-container{
    font-family: 'Noto Sans KR', sans-serif;
    font-style: normal;
 }
 
.tui-grid-cell-header {
    background-color: #fafafa;
    font-size: 15px;
    font-weight: 500;
    color:#000;
    padding: 4px 5px 4px 5px;
}

.tui-grid-header-area{
	height: auto !important;
}

/* toast ui gird header top line */
.tui-grid-header-area .tui-grid-table {
    border-top:none;
}

.tui-grid-border-line-top {
   border-top:none;
}

.tui-grid-border-line-top {
    top: 0;
    left: 0;
    right: 0;
    height: 0;
}

.tui-grid-rside-area{
    width: 920px;
}

.tui-grid-cell .tui-grid-cell-header {
	height: 25px;
}

.tui-grid-cell-header.tui-grid-cell-selected {
    font-size: 12px;
}

.tui-grid-cell-header.tui-grid-cell-row-header {
	background-color: #fafafa;
	color:#000;
	font-size: 12px;
}

.tui-grid-cell-header.tui-grid-cell-row-header:hover{
	background-color: #fafafa;
}

.tui-grid-cell .tui-grid-cell-has-input  {
	 font-size: 12px;
}

.tui-grid-lside-area {
	border-left: 0.5px solid #e6e6e6;
}

.tui-grid-no-scroll-x .tui-grid-border-line-bottom{
	    border-bottom: 1px solid #e6e6e6;
}

/* toast ui gird click color */
/* .someClassName {
   background-color:#EFF7FF;
}
 */
.tui-grid-cell-current-row > .tui-grid-cell{
	background-color: #f9f9f9;
}

/* toast ui gird selected color */
.tui-grid-layer-selection {
    background-color: #f9f9f9;
}

.tui-grid-cell-row-header:hover{
	background-color: #C0D3EE;
}

.tui-grid-cell-row-header:active{
	background-color: #dff1fd;
}

.tui-grid-cell-row-header.tui-grid-cell-selected {
	 background-color: #EFF7FF;
    font-size: 15px;
}

.tui-grid-layer-focus-deactive .tui-grid-layer-focus-border{
	 background-color: transparent !important
}

.tui-grid-border-line.tui-grid-border-line-right {
    border-right: 1px #e6e6e6 solid;
}
    
/* toast ui gird pagination color */
.tui-grid-container .tui-grid-pagination{height:28px;margin:10px 0 -20px; line-height:normal;text-align:center;font-size:0}

 .tui-pagination .tui-page-btn .tui-pagination .tui-first-child .tui-pagination .tui-first-child.tui-pagination .tui-last-child{
 display:inline-block;
 position:relative;
 width:21px;
 padding:8px 0 6px;
 margin-left:0;
 font-size:12px;
 line-height:1;
 text-decoration:none;
 vertical-align:middle;
 border:1px solid #e6e6e6;}
 
.tui-pagination .tui-last-child.tui-is-selected {
    color: #e7013a; background: #fff; font-weight: 700;
}
.tui-pagination .tui-first-child.tui-is-selected {
    color: #e7013a; background: #fff; font-weight: 700; }
    
.tui-pagination .tui-is-selected, .tui-pagination strong {
    cursor: default;
    background: #E50038;
}
.tui-pagination .tui-page-btn:hover {
color: #e7013a; background: #fff1ef
; border:1px solid #e7013a; font-weight: 700;}


.tui-grid-cell-header.tui-grid-cell-selected{
	background-color: #fafafa !important;
}

.tui-pagination .tui-first+.tui-prev, .tui-pagination .tui-next+.tui-last, .tui-pagination .tui-next-is-ellip{
	margin-left: 3px;
}

.tui-pagination .tui-page-btn {
	border: 1px solid #fff;

}

/* pagination 페이지 이동 스타일 */
a.tui-page-btn.tui-next {
    border: 1px solid #ddd;
    background-color: #fff;
}

a.tui-page-btn.tui-last{
    border: 1px solid #ddd;
    background-color: #fff;
}

a.tui-page-btn.tui-prev{
    border: 1px solid #ddd;
    background-color: #fff;
}

a.tui-page-btn.tui-first{
    border: 1px solid #ddd;
    background-color: #fff;
}

span.tui-page-btn.tui-is-disabled.tui-prev{
    border: 1px solid #ddd;
    background-color: #fff;
}

span.tui-page-btn.tui-is-disabled.tui-first{
    border: 1px solid #ddd;
    background-color: #fff;
}

span.tui-page-btn.tui-is-disabled.tui-last{
    border: 1px solid #ddd;
    background-color: #fff;
}

span.tui-page-btn.tui-is-disabled.tui-next{
    border: 1px solid #ddd;
    background-color: #fff;
}

/* pagination 페이지 이동 hover 스타일 */
a.tui-page-btn.tui-next:hover {
    border: 1px solid #ddd;
    background-color: #fff;
}

a.tui-page-btn.tui-last:hover{
    border: 1px solid #ddd;
    background-color: #fff;
}


a.tui-page-btn.tui-prev:hover{
    border: 1px solid #ddd;
    background-color: #fff;
}

a.tui-page-btn.tui-first:hover{
    border: 1px solid #ddd;
    background-color: #fff;
}

span.tui-page-btn.tui-is-disabled.tui-prev:hover{
    border: 1px solid #ddd;
    background-color: #fff;
}

span.tui-page-btn.tui-is-disabled.tui-first:hover{
    border: 1px solid #ddd;
    background-color: #fff;
}

span.tui-page-btn.tui-is-disabled.tui-last:hover{
    border: 1px solid #ddd;
    background-color: #fff;
}

span.tui-page-btn.tui-is-disabled.tui-next:hover{
    border: 1px solid #ddd;
    background-color: #fff;
}

tr:hover td {
	background: #f9f9f9;
}

.tui-grid-layer-focus-border{
	background: transparent;
}

/************************************************
 content body STYLE
************************************************/
.d-flex{
	margin-bottom: 0px;
}

.d-flex.align-items-center.ord {
	font-size: 22px;
	font-weight: 500;
}

.tui-grid-cell.tui-grid-cell-header.tui-grid-cell-row-header {
		font-size: 15px;
}

.content-title{
	border-bottom: 1px #e3e3e3 solid;
	color:#000;
	height:45px;
	    font-weight: none !important;
}

.container-fluid{
	overflow: auto; 
	padding: 0 0 16px 0;
}

.form-control:focus{
	box-shadow: none;
	border-color: #1c90fb;
}
.form-control-sm, .form-select-sm{
	border-radius: 0;
	font-size: 12px;
}

/*title 하단 sub bar*/
.sub-bar{
    position: relative;
    margin: 13px 22px 0 22px;
}

.child-box{
    height: 39px;
    display: flex;
    flex-direction: row;
    align-items: center;
    visibility: visible !important;
    border: 1px solid #d4dfe7;
    background-color: #f3f7fa;
    border-radius: 3px;	
}

.child-left{
	padding-left: 10px;
    text-align: left;
    margin-bottom: 3px;
}

.child-right{
	flex-grow: 1;
    padding-left: 5px;
    font-size: 12px;
    font-weight:500;
    letter-spacing: -.65px;
    text-align: left;
    color: #000;
}

/*컨텐츠 Title*/

/*컨텐츠 Title 폰트 */
.fw-semibold {
    font-size: 18px !important;
    font-weight: 400 !important;
    margin-left: 25px;
    line-height: 1.5;
}
/*컨텐츠 Title nev 스타일 */
.breadcrumb{
	font-size: 12px !important;
	color: #1c90fb;
	padding: 0 0 5px 2px;
}

.breadcrumb-item {
    padding: 1px 0 0 3px;
}

.fa-lg {
   padding-top: 5px;
}

.home-icon{
	filter: invert(46%) sepia(35%) saturate(4861%) hue-rotate(192deg) brightness(102%) contrast(102%);
	padding-top: 1px;
}

.tui-grid-cell-content{
	font-size: 12px;
  color:#000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}
 
.contextRow .card{
  min-height: 580px; 
}

/*컨텐츠 감사는 영역*/
.card{
	border: solid 1px #fff !important;
}


/*컨텐츠 항목 head*/
.card-header {
	/* padding:10px 10px 0 10px; */
	font-size: 15px;
	background-color: #fff;
    font-weight: bold;
   /*  margin: -15px 0 -5px 0; */
    border-bottom: none;
    height : 40px;
}

#gridArea > .card-header{
	padding: 10px 0px 10px 0px;
}

.squere{
	width: 8px;
	padding-right:5px;
	filter: grayscale(100%) brightness(0);
}

.inform-list{
    color: #000;	
}

.card-body {
	padding: 0px 10px 10px 10px;
    border-top: 2px #000 solid;
	justify-content: center;
    align-items: center;
}

/*상세정보 영역*/
.title2{
	width: 12px;
}

.inform {
	background-color: #fff;
}

.inform-text{
	font-size: 15px;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
}

.form-select{
	color:#000;
	font-size: 12px;
	border-radius: 0;
	line-height: 1.5;
	border-color: #ccc;
	margin-top: 1px;
}

.form-select option{
	font-weight: 400; 
	font-family: Noto Sans KR;
	font-size: 12px;
}

label {
  font-size: 16px;
  font-weight: 500;
  padding: 0em 0.4em;
}

[type="radio"],
span {
  vertical-align: middle;
}

.g-2 {
    --bs-gutter-y: none;
}

.mb-xxl-0 {
    margin-bottom: 0px !important;
   align-items: center;
    border-bottom: 1px #ccc solid;

}

.label-mb-name {
   flex-wrap: nowrap;
}

.row.mb-xxl-0 div {
   padding: 8px;
}

div.mb-xxl-0:has(div>textarea)>label {
    padding: calc( 2.75rem + 1px) 0.5rem;
}

div.mb-xxl-0:has(div>select[multiple])>label {
    padding: calc( 2.15rem + 1px) 0.5rem;
}

label.radio-inline {
    padding: 5px 0 8px 0;
    font-weight: 500;
    width: 60px !important;
    height: 30px;
    font-size: 15px;
}

.contents-form{
	padding: 0 0 8px 2px;
	/* border-top: 2px #000 solid; */
}

div.card-body:has(div.tui-grid-container) {
    padding: 0px;
}

div.mb-3:has(div.customSearchArea) {
	margin-bottom:0px !important;
}

/*사용자관리 권한 디폴트*/
	
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{
	font-size: 12px;
	    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.35em 0.65em;
    margin-right: 0.375rem;
    margin-bottom: 0.375rem;
    color: #000;
    cursor: auto;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    padding: 0.375rem 0.75rem;
    font-size: 12px;
    line-height: 1.5;
}
/* 
.note{
    max-width: 100px !important;
    height: 100px;
    text-align: right;
    background-color: #fafafa;	
    display: flex;
    align-items: center;
    padding-left: 65px;
}

.note-code{
    max-width: 100px !important;
    height: 100px;
    text-align: right;
    background-color: #fafafa;	
    display: flex;
    align-items: center;
    padding-left: 36px;
}

.note-role{
	max-width: 100px !important;
    height: 80px;
    text-align: right;
    background-color: #fafafa;	
    display: flex;
    align-items: center;
    padding-left: 65px;
} */

.g-form-label {
    max-width: 100px !important;
    /* text-align: right; */
    background-color: #fafafa;
    /* padding: 15 12 10 10px; */
    padding: calc( 1rem + 1px) 0.5rem;
    padding-right: 120px !important;
}

.g-form-label-short {
    padding-right: 75px !important;
}

.formMenu{
float:left;	
}

.form-select-sm {
	border-radius: 0;
}

.form-select-sm~.select2-container--bootstrap-5 .select2-selection {
	border-radius: 0;
	height: 65px;
}

.select2-container--default .select2-selection--multiple{
	border-radius: 0;
	border: 1px solid #cccc;
	height: 65px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple{
	box-shadow: none;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
    color: #2893f8;
    background-color: #e0f4ff;
}

.form-control-high{
	height: 85px;
}

/*사용자관리 권한 그리드 클릭시*/

.select2-container--default .select2-selection--multiple .select2-selection__choice{
	font-size: 12px;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:4px;
	box-sizing:border-box;
	display:inline-block;
	margin-left:5px;
	margin-top:5px;
	padding: 4.5px 8.5px;
	position:relative;
	max-width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	vertical-align:bottom;
	white-space:nowrap
	}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	width: 0.75rem;
    height: 0.75rem;
    padding: 2px;
    background-color: transparent;
    border: none;
    left: 0;
    top: 0;
    margin-right: 0.25rem;
}

.select2-container--default .select2-results__option--selected{
	background-color: #e0f4ff;
    color: #2893f8;
	}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #e0f4ff;
    color: #2893f8;
}

.select2-results__option{
	font-size: 12px;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
	}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.5rem auto no-repeat;
    background-position-x: 50%;
    background-position-y: center;
    background-size: 0.5rem;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: transparent;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.5rem auto no-repeat;
    background-position-x: 50%;
    background-position-y: center;
    background-size: 0.5rem;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: transparent;
}

.form-select-sm~.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered 
.select2-selection__choice .select2-selection__choice__remove:hover{
   background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.5rem auto no-repeat;
 }
 
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
	cursor:default;
	}
	
	.select2-container--default .select2-selection--multiple .select2-selection__choice__remove >span{
   display: none;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection{
	box-shadow:none;
}

/************************************************
 content button STYLE
************************************************/
.g-card-header-btn {
	--bs-btn-padding-y: .25rem;
	--bs-btn-padding-x: .5rem;
	--bs-btn-font-size: .75rem;
	--bs-btn-border-radius: .2rem;
}

/* btn */
.btn-download {
	--bs-btn-color: #fff;
	--bs-btn-bg:#0e8040;
	--bs-btn-border-color: #0e8040;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #10a050;
	--bs-btn-hover-border-color: #28ad70;
	justify-content: center;
}

.btn-add {
	--bs-btn-color: #fff;
	--bs-btn-bg:#E7013A;
	--bs-btn-border-color:#E7013A;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #CA1F1C;
    --bs-btn-active-bg: #be3232;
    --bs-btn-active-border-color: #be3232;
    --bs-btn-active-color: #fff;
	justify-content: center;
}

.btn-delete {
	--bs-btn-color: #E7013A;
	--bs-btn-bg:#fff;
	--bs-btn-border-color:#E7013A;
	--bs-btn-hover-color: #E7013A;
	--bs-btn-hover-border-color:#E7013A;
	--bs-btn-hover-bg: #FFF1EF;
	--bs-btn-active-border-color: #E7013A;
    --bs-btn-active-color: #E7013A;
    --bs-btn-active-bg: #ffe7e3;
	justify-content: center;
	/* margin-bottom: 7px; */
	margin-left: 1px;
}

.btn-search {
	--bs-btn-color: #fff;
	--bs-btn-bg:#e50038;
	--bs-btn-border-color:#e50038;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #c40030;
	--bs-btn-active-border-color: #d25400;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #d25400;
	justify-content: center;
}

.btn-save {
	--bs-btn-color: #E7013A;
	--bs-btn-bg:#fff;
	--bs-btn-border-color:#E7013A;
	--bs-btn-hover-color: #E7013A;
	--bs-btn-hover-border-color:#E7013A;
	--bs-btn-hover-bg: #FFF1EF;
	--bs-btn-active-border-color: #E7013A;
    --bs-btn-active-color: #E7013A;
    --bs-btn-active-bg: #ffe7e3;
	justify-content: center;
	/* margin-bottom: 7px; */
}

.btn-save-searcharea{
	--bs-btn-color: #fff;
	--bs-btn-bg:#0d6efd;
	--bs-btn-border-color:#0d6efd;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #0b5ed7;
	justify-content: center;
}

.btn-upload {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0B3C8A;
    --bs-btn-border-color: #0B3C8A;

    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0A3478;
    --bs-btn-hover-border-color: #0A3478;

    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #082E69;
    --bs-btn-active-border-color: #082E69;

    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #adb5bd;
    --bs-btn-disabled-border-color: #adb5bd;
}

.btn-fileDownload {
    --bs-btn-color: #fff;
    --bs-btn-bg: #E50038;
    --bs-btn-border-color: #E50038;

    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #CC0031;
    --bs-btn-hover-border-color: #CC0031;

    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #B8002C;
    --bs-btn-active-border-color: #B8002C;

    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #adb5bd;
    --bs-btn-disabled-border-color: #adb5bd;
}

/* icon 색상변경*/
img.pe-2.delete, img.pe-2.save {
  filter: invert(13%) sepia(94%) saturate(6583%) hue-rotate(338deg) brightness(86%) contrast(112%);
}

img.pe-2.schedule-save{
-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);
}

/************************************************
 POPUP
************************************************/


/************************************************
 Home
************************************************/

.main-container {
    height: 835px;
}

.main-banner {
  position: relative;
  height: 100%;
  overflow: hidden;
}

/* 배경 전용 레이어 */
.main-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('../../../images/main-banner3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -80px;
  filter: blur(4px);        /* ✅ 배경만 blur */
  transform: scale(1.05);   /* blur 가장자리 깨짐 방지 */
  z-index: 1;
}
.main-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.25);
  z-index: 1;
}

/* 텍스트는 선명 */
.main-banner .txt-area {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
  color: #ffffff;
  z-index: 2;               /* 배경 위 */
}

.bg-banner {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 200px;
	font-size: 44px;
	letter-spacing: -25px;
}

#product-outline-img  { background-image: url('../../../images/background/info_product.jpg');}
#info-contract-img    { background-image: url('../../../images/background/info_contract.png');}
#customer-service-img { background-image: url('../../../images/background/customer_svc.png'); }
#report-img 	      { background-image: url('../../../images/background/report.png');}

.txt-title {
    display: flex;
    flex-direction: column;
    font-size: 64px; /* 시안: 64pt */
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.5px;
}
.page-home .txt-title{
	font-size: 64px;
	color: #fff;
  font-weight: 800;
  font-family: "Noto Sans CJK KR", sans-serif;
  letter-spacing: -0.8px;
}

.page-home .txt-area{
  align-items: flex-start;   /* ⬅︎ 가로 정렬 좌측 */
  text-align: left;          /* ⬅︎ 텍스트 좌측 */
}

.page-home .txt-cn{
	font-size: 18px;
	color: #fff;
  letter-spacing: -0.8px;
  white-space: pre-line;
}
.page-home .txt-cn{
  text-align: left;
  margin-top: 30px;
}
.txt-area{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.txt-title .txt-brand {
  margin-top: 6px;          /* Welcome to 아래 간격 */
  font-size: 64px;          /* 동일 크기 (원하면 더 크게 가능) */
  font-weight: 700;
  color: #e50038;           /* NXT 레드 */
  letter-spacing: -0.5px;

}
.txt-title span {
	display: inline-block;
	width: 150px;
	height: 50px;
	background: url('../../../images/nxt.png') no-repeat center center;
	background-size: contain;
	overflow: hidden;
  margin-top: 5px;
}

.txt-cn{
	font-size: 2rem;
	color: #fff;
    font-family: "Noto Sans CJK KR", sans-serif;
    letter-spacing: -0.8px;
}

.main-noti {
	align-items:center;
	text-align: center;
	margin-top: 100px;
}

.home-noti-title{
  width:80%;
  max-width:1200px;
  margin:0 auto 32px;
}
.home-noti-title h2 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 100px;
	text-align: center;
	margin-bottom: 6px;
}
.home-noti .home-container.split{
  width:80%;
  max-width:1200px;      /* 필요시 조정 */
  margin:0 auto;
  gap:48px;              /* 좌우 박스 간격 */
}
.home-noti .noti-box{
  flex:1;
  min-width:0;           /* 테이블 overflow 방지 */
}
/* 기본 푸터 사용 시 가장 하단으로 이동 
#body {
  padding-bottom: 0;
} */
/* home.jsp에 추가한 푸터 높이 조절은 height를 조절해서 */
.home-container.split {
    display: flex;
    gap: 50px;
    height: 500px;
}

.home-container.split .noti-box {
    flex: 1;
    min-width: 0;
}

.home-scroll {
  height: 100vh;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.home-card {
  height: 800px;
  scroll-snap-align: start;
    display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-card.home-noti {
  justify-content: flex-start; /* center 제거 */
  padding-top: 110px;   /* 헤더 높이에 맞게 90~120 사이 조정 */
  box-sizing: border-box;
}
.home-guide, .home-guide *{
  overflow:visible;
}
.home-guide-section {
  padding: 120px 80px;
  background: #fff;
  text-align: center;
}

.right-floating-nav{
  position: fixed;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;

  user-select: none;
}

/* HOME */
.right-floating-nav .rf-home{
  font-size: 14px;
  font-weight: 800;
  color: #e7013a;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  line-height: 1;
}

.right-floating-nav .rf-home:hover{
  opacity: .85;
}

/* dots */
.right-floating-nav .rf-dots{
  display:flex;
  flex-direction: column;
  align-items:center;
  gap: 12px;
}





/* mouse (height 45) */
.right-floating-nav .rf-mouse{
  display:flex;
  flex-direction: column;
  align-items:center;
  gap: 8px;
}

.right-floating-nav .rf-mouse-body{
  width: 22px;
  height: 45px;          /* 요구사항: height 45 */
  border-radius: 13px;
  border: 2px solid rgba(245,216,216,.85);
  position: relative;
  box-sizing: border-box;
}

.right-floating-nav .rf-mouse-wheel{
  width: 4px;
  height: 10px;
  border-radius: 2px;
  background: rgba(255,255,255,.85);
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  animation: rfWheel 1.4s ease-in-out infinite;
}

@keyframes rfWheel{
  0%{ transform: translate(-50%, 0); opacity: 1; }
  60%{ transform: translate(-50%, 10px); opacity: .35; }
  100%{ transform: translate(-50%, 0); opacity: 1; }
}

/* arrows */
.right-floating-nav .rf-mouse-arrows{
  display:flex;
  flex-direction: column;
  gap: 4px;
}

.right-floating-nav .rf-dot:hover{
  transform: scale(1.1);
}
/* 기본 비활성 점 (다크 배경용) */
.right-floating-nav .rf-dot{
  width:12px;
  height:12px;
  border-radius:50%;
  background: rgba(255,255,255,.35);
  cursor:pointer;
  transition: background .15s ease, transform .15s ease;
}

/* 활성 점 */
.right-floating-nav .rf-dot-active{
  background:#e7013a;
}

/* 화이트 섹션에서의 비활성 점 */
.right-floating-nav .rf-dot-light{
  background: rgba(231,1,58,.35); /* 빨강 35% */
}

.right-floating-nav .rf-mouse-arrows i{
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(245,216,216,.85);
  border-bottom: 2px solid rgba(245,216,216,.85);
  transform: rotate(45deg);
  opacity: .7;
  animation: rfArrow 1.2s ease-in-out infinite;
}

.right-floating-nav .rf-mouse-arrows i:nth-child(2){ animation-delay: .15s; opacity: .5; }
.right-floating-nav .rf-mouse-arrows i:nth-child(3){ animation-delay: .3s;  opacity: .35; }

@keyframes rfArrow{
  0%{ transform: rotate(45deg) translate(0,0); }
  50%{ transform: rotate(45deg) translate(0,2px); }
  100%{ transform: rotate(45deg) translate(0,0); }
}

/* 작은 화면에서는 숨김(원하면 제거) */
@media (max-width: 768px){
  .right-floating-nav{ display:none; }
}

.guide-layout{
  display:flex;
  align-items:stretch;   /* 중요: 자식 높이 늘리기 */
}

.guide-title-area{
  min-width:320px;
  padding-top:80px;
}
.guide-cards-title{
  font-size:40px;
  font-weight:800;
  line-height:1.2;
  color:#000;
  white-space: pre-line;  /* ← \n 줄바꿈 적용 핵심 */
}

.guide-cards-title .title-hl{
  display:inline-block;
  padding:6px 12px;
  border:2px solid #1e1847;
  background:rgba(30, 24, 71, 0.12);
}
.guide-cards-wrap{
  display:flex;
  gap:30px;
  align-items:stretch;   /* 카드 높이 기준으로 늘어남 */
  min-height:500px;      /* 카드 높이(500) 보장 */
}
.guide-cards{
  width:380px;
  height:500px;
  background:#fff;
  border-radius:22px;
  box-shadow:0 12px 26px rgba(0,0,0,0.14);
  padding:38px 34px;
  cursor:pointer;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  transition:transform .18s ease, box-shadow .18s ease;
}
.guide-cards:hover {
  transform:translateY(-4px);
  box-shadow:0 16px 34px rgba(0,0,0,0.18);
}

.card-content {
  padding: 32px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-category{
  font-size:18px;
  font-weight:700;
  color:#e50038;
  display:block;
  margin-bottom:18px;
}

.card-title{
  font-size:26px;
  font-weight:800;
  color:#000;
  line-height:1.32;
  margin:0;
  white-space: pre-line;
}
.card-link{ display:none; }

.guide-cards {
  height: 300px;
  width: 400px;
  display:flex;
}
@media (max-width: 1024px){
  .guide-layout{
    flex-direction:column;
  }

  .guide-title-area{
    min-width:auto;
    margin-bottom:40px;
    margin-right: 20px;
  }
}
.image-card {
  height: 500px;
  width: 380px;
  display:flex;
}

.card-image{
  /* margin-top:auto; */
  height:245px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
}

.card-image img{
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  display:block;
}
/************************************************
 Home floating style
************************************************/

#homeFloatingMenu {
    position: absolute;
    right: 1px;
    z-index: 1000;
    transition: bottom 0.3s ease;
}

.float-pill-double {
    display: flex;
    align-items: center;
    height: 110px;
    /* min-width: 300px; */
    background: #ffffff;
    /* border-radius: 999px; */
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    overflow: hidden;
}

/* 좌/우 메뉴 공통 */
.pill-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    /* padding: 0 16px; */
    height: 100%;
    cursor: pointer;
    white-space: nowrap;
    width: 254px;
    /* height: 110px; */
    justify-content: center;
}

.pill-item:hover {
    background: #f7f7f7;
}

/* 아이콘 원 */
.pill-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pill-icon img {
    width: 35px;
    height: 35px;
    margin-right: 7px;
}

/* 메뉴명 */
.pill-text {
    font-size: 18px;
    font-weight: 500;
    color: #343434;
}

/* 가운데 세로 구분선 */
.pill-divider {
    width: 1px;
    height: 100%;
    background: #e5e5e5;
}

/************************************************
layer alert style 
************************************************/

div#modelAlert {
    top: 40%;
    left: 40%;
    position: absolute;
    display: none;
}

.modelLayer{
	position: absolute; 
	height: 30px;
	width: 350px; 
	z-index: 999;
	 top: 50%;
}
.modelContent{
	background-color: #f4ffe8;
	height: auto;
	border-left: 3px solid #60c88d;
	justify-content: center;
}

.modelimg{
	margin : 7px;
}

.modelMsg{
    white-space: nowrap;
    font-size: 13px;
    font-weight:350;
    margin : -5px; 
}

.modelclose{
	float: right;
    margin: 7px;
    padding-top: 3px;
    filter: invert(7%) sepia(7%) saturate(1837%) hue-rotate(58deg) brightness(97%) contrast(89%);
}
.sub-bar {
	margin-bottom: 10px;

}

/* Modal */
.regi-modal {
	display: none;
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.regi-modal-content {
	background-color: white;
	margin: 10% auto;
	padding: 20px;
	border-radius: 8px;
	width: 90%;
	max-width: 600px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.regi-modal-content h2 {
	margin-top: 0;
	color: #121212;
}

.regi-modal-close {
	float: right;
	cursor: pointer;
	font-size: 20px;
	color: #888;
}

/* Access Denied */
.ad_container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.ad_cn {
	display: inline-block;
	padding: 40px;
	border: 2px solid #ff9999;
	border-radius: 10px;
	background-color: #ffe6e6;
}

.ad_h1 {
	color: #cc0000;
}

.ad_p {
	font-size: 16px;
}

.ad_button {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 25px;
	background-color: #cc0000;
	color: white;
	text-decoration: none;
	border-radius: 5px;
}

.ad_button:hover {
	background-color: #990000;
}


/* Register */
.signup-container {
	min-height: 100%;
	margin: -80px 0 -130px;
	padding: 150px 0 150px;
}

.signup-contents {
	width: 1100px;
	margin: 0 auto;
	/* padding: 70px 0 0; */
}

.signup-wrap {
	width: 1000px;
	margin: 10px auto 0;
}

.signup-wrap .signup-box {
	width: 100%;
}

.title {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	color: #121212;
}

.step {
	display: flex;
	justify-content: space-around;
	margin-bottom: 40px;
	font-size: 32px;
}

.step div {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #888;
	font-weight: bold;
}

.step .active {
	color: #e61c3a;
}

.step div::before {
	content: attr(data-step);
	display: inline-block;
	width: 36px;
	height: 32px;
	line-height: 32px;
	border-radius: 50%;
	background-color: #888;
	color: white;
	text-align: center;
	margin-right: 8px;
}

.step .active::before {
	background-color: #e61c3a;
}

.cntrct_step li p {
    color: #9D9D9D;
}

.step-state.step1 .cntrct_step li:nth-child(-n+1) p { color: #000000; font-weight: bold; }
.step-state.step2 .cntrct_step li:nth-child(-n+2) p { color: #000000; font-weight: bold; }
.step-state.step3 .cntrct_step li:nth-child(-n+3) p { color: #000000; font-weight: bold; }
.step-state.step4 .cntrct_step li:nth-child(-n+4) p { color: #000000; font-weight: bold; }
.step-state.step5 .cntrct_step li:nth-child(-n+5) p { color: #000000; font-weight: bold; }
.step-state.step6 .cntrct_step li:nth-child(-n+6) p { color: #000000; font-weight: bold; }
.step-state.step7 .cntrct_step li:nth-child(-n+7) p { color: #000000; font-weight: bold; }

.form-group {
	display: flex;
	align-items: center;
	padding: 10px 0;
}

.form-group label,
.form-group fieldset legend {
	font-weight: bold;
	/*margin-top: 5px;*/
	color: #121212;
	min-width: 50px;
	width: auto;
  
}

.form-group > label,
.form-group > fieldset > legend,
.form-fieldset > label {
  font-weight: bold;
  color: #121212;
  display: inline-block;
  width: 28ch;
  text-align: left;
  margin-right: 10px;
  white-space: nowrap;
}
.form-fieldset {
	display: flex;
}
.form-fieldset legend {
	font-size: 1rem !important;
	font-weight: bold;
	color: #333;
	min-width: 50px; 
}
.form-fieldset > div {
	display: flex;
	gap: 12px;
	align-items: center;
}
.form-fieldset > div label {
	font-weight: normal;
	width: auto !important; 
  	margin-right: 16px;
}
.form-group input[type=checkbox] {
	min-width: auto;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="password"],
.form-group input[type="number"],
 .form-txt {
	/* width: auto; */
	min-width: 300px;
	padding: 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-sizing: border-box;
}

#contractSearchArea input.form-control {
	min-width: 200px;
	padding: 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-sizing: border-box;
}

.form-group span.phone-display,
.form-group span.tel-display {
    min-width: 300px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    background-color: #fff;
}

.password-row {
    display: grid;
    grid-template-columns: 150px 1fr auto; 
    column-gap: 10px;
}

.password-rules {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 500px;
}

#phoneNoDisplay.form-control,
#telNoDisplay.form-control {
    display: block;
    width: 300px;
    height: 35px;
    padding: 8px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    background-color: #fff !important;
    box-sizing: border-box;
    cursor: pointer;
    line-height: normal;
}

#phoneNo.form-control,
#telNo.form-control {
    display: block;
    width: 300px;
    height: 35px;
    padding: 8px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    background-color: #fff !important;
    box-sizing: border-box;
    line-height: normal;
}

.col-xxl-3 {
        width: 20%;
}
    
.input-short {
    min-width: 160px !important;
    width: 160px !important;
}

.input-middle {
    min-width: 210px !important;
    width: 210px !important;
}

.form-group .required::after {
	content: " *";
	color: red;
}

.buttons {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 80px;
}

.buttons button {
	width: 120px;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.btn-prev {
	background-color: #f0f0f0;
	color: #333;
}

.btn-area {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
}

.btn-next {
	background-color: #e61c3a;
	color: #fff;
}

.btn-next:hover {
	background-color: #b2182e;
}

.btn-submit.btn-next {
	margin-bottom: 35px;
	margin-top: 50px;
}

.right-div {
	display: flex;
	flex: 1;
	justify-content: flex-end;
	align-items: flex-end;
}

.underline {
	border-bottom: 2px solid #666;
	padding-top: 30px;
	margin-bottom: 35px;
    justify-content: space-between;
}

.form-group-list {
	margin: 0 0 0 20px;
	display: inline-block;
	vertical-align: middle;
	list-style: none;
	width: 400px;
}

.form-info {
	color: #666;
}

.form-button {
	margin: 0 0 1px 10px;
	border-radius: 3px;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	font-size: 12px;
    min-width: 80px;
    height: 33px;
}

.form-button:hover {
	background-color: #f0f0f0;
}

.cntrct-form-button {
  display: inline-flex;
  align-items: center;
	margin: 0 0 1px 10px;
  margin-top: 65px;
  margin-bottom: 15px;
	border-radius: 6px;
	background-color: #fff;
	color: #000;
	border: 1px solid #c8c8c8;
	font-size: 16px;
    min-width: 80px;
    height: 39px;
}

.cntrct-form-button img {
  display: block;
  margin-right: 3px;
  height: 18px;
}

.cntrct-form-button.backBtn {
	margin: 0 0 1px 10px;
  margin-top: 65px;
  margin-bottom: 15px;
	border-radius: 6px;
	background-color: #ebebeb;
	color: #4a515c;
	border: 1px solid #c8c8c8;
	font-size: 16px;
    min-width: 80px;
    height: 39px;
}

.cntrct-button:hover {
	background-color: #f0f0f0;
}

.form-modal-content {
	min-height: 400px;
}

.search-box {
	margin-bottom: 30px;
	height:50px;
	max-height:50px;
}

.result-table {
	max-width: 500px;
}

.result-table thead {
	background-color: #f0f0f0;
	font-weight: bold;
}

.form-column {
	height: 50px;
	padding: 2px;
	text-align: center;
}
.result-table tr {
	border-bottom: 1px solid #f0f0f0;
	height: 50px;
	padding: 2px;
}
.result-table tbody tr:hover {
	background-color: #f5f7fa;
}
.result-table tr td:first-child {
	text-align: center;
}

.form-group-last {
	padding-bottom: 20px;
}

.form-mb-search {
	display: flex;
	width: auto;
}

input:invalid {
  border: 1px solid #e61c3a;
}

.no-data{
	text-align: center;
	color: #666;
	display: block;
}

/* ctmmnyMgmt, memberMgmt */
label.txtLabel {
	padding-right: 130px !important;
}



/* noti */
.noti-container {
	width: 1100px;
	margin: 90px auto 60px;
	font-family: 'Noto Sans KR', sans-serif;
}

.noti-title {
	font-size: 32px;
	font-weight: 700;
	color: #333;
	text-align: center;
	margin-bottom: 40px;
}

.total-count {
	display: flex;
    justify-content: space-between;
    gap: 6px;
    align-items: center;
}

.count-all{
	font-size: 14px;
	margin-bottom: 20px;
}

.total-count .count {
	color: red;
	font-weight: bold;
}

.total-count .currentPage {
	font-weight: bold;
}

.search-box {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	padding: 40px 30px;
	background-color: #f6f6f6;
	height: 50px;
}

.search-box select {
	width: auto;
	height: 50px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: white;
	font-size: 14px;
	padding-left: 8px;
	padding-right: 8px;
	cursor: pointer;
}

.search-box input[type="text"] {
	flex-grow: 1;
	height: 50px;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
	outline: none;
	background-color: white;
	margin-left: 6px;
}

.search-box button {
	background-color: #E50038;
	border: none;
	color: white;
	font-weight: 700;
	font-size: 14px;
	padding: 0 18px;
	height: 45px;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	margin-left: 6px;
}

.search-box button:hover {
	background-color: #C40030;
}

.mgt_tb {
	width: 100%;
	border-collapse: collapse;
}

.mgt_tb thead th {
	border-bottom: 1.5px solid #999;
	font-weight: 700;
	color: #333;
	text-align: center;
	padding: 14px 8px;
	background-color: #f9f9f9;
	user-select: none;
}

.mgt_tb tbody td {
	padding: 14px 8px;
	font-size: 14px;
	color: #333;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

.mgt_tb tbody tr:hover {
	background-color: #f9f9f9;
	cursor: pointer;
}

.mgt_tb th:nth-child(1), .mgt_tb td:nth-child(1) {
	width: 80px; /* 번호 최소 너비 */
}

.mgt_tb th:nth-child(2), .mgt_tb td:nth-child(2) {
	text-align: left;
	padding-left: 15px;
	min-width: 380px; /* 제목 최소 너비 */
}

.mgt_tb th:nth-child(3), .mgt_tb td:nth-child(3), .mgt_tb th:nth-child(4), .mgt_tb td:nth-child(4) {
	width: 150px;
}

.pagination {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	gap: 6px;
}

.pagination button {
	border: none;
	background: transparent;
	cursor: pointer;
	font-size: 14px;
	color: #333;
	padding: 6px 12px;
	border-radius: 3px;
	transition: background-color 0.2s ease;
}

.pagination button.active, .pagination button:hover {
	background-color: #E50038;
	color: white;
	font-weight: 700;
}

.pagination button:disabled {
	color: #ccc;
	cursor: default;
	background: none;
}

.table-controls {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
	/* margin-bottom: 8px; */
}

.table-controls select {
	height: 30px;
	padding: 0 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 13px;
	cursor: pointer;
}

/* notiDetail */

.prev-next-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.prev-next-table th {
	width: 120px;
	background: #f8f8f8;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #ddd;
	color: #333;
	font-weight: 600;
	font-size: 16px;
}

.prev-next-table td {
	padding: 12px 0 12px 15px;
	text-align: left !important; 
	vertical-align: left !important;
}

.prev-next-table a {
	display: inline-block;
	color: #444;
	text-decoration: none;
	max-width: 90%;
	word-break: break-word;
	font-size: 15px;
}

hr {
	border: none;
	border-top: 1px solid #ccc;
	margin: 20px 0;
}

.info-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	font-weight: 600;
	color: #333;
}

.info-section-title {
	flex-grow: 1;
	font-weight: 600;
}

.info-section-date {
	color: #999;
	font-weight: normal;
	white-space: nowrap;
}

.info-section-content {
	font-size: 14px;
	line-height: 1.6;
	color: #444;
	margin: 25px 0 35px;
	white-space: pre-wrap;
}

table.info-table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	font-size: 13px;
}

table.info-table th, table.info-table td {
	padding: 8px 12px;
	border: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
}

table.info-table th {
	background-color: #ddd;
	color: #222;
	font-weight: 600;
}

table.info-table td.left-align {
	text-align: left;
	padding-left: 15px;
}

.attach-section {
	font-size: 13px;
	color: #222;
	margin-bottom: 30px;
}

.attach-section strong {
	font-weight: 600;
	margin-right: 10px;
}

.attach-link {
	color: #444;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
}

.attach-link:hover {
	color: #ff5a00;
	border-bottom-color: #ff5a00;
}

.attach-icon {
	display: inline-block;
	margin-left: 5px;
	width: 12px;
	height: 12px;
	background:
		url('data:image/svg+xml;utf8,<svg fill="%23ff5a00" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 3v2h3.59L10 12.59 11.41 14 19 6.41V10h2V3z"/></svg>')
		no-repeat center;
	background-size: contain;
}

.prev-post {
	font-size: 13px;
	color: #666;
	padding: 15px 0;
	border-top: 1px solid #ddd;
}

.prev-post strong {
	font-weight: 600;
	margin-right: 10px;
}

.prev-post a {
	color: #444;
	text-decoration: none;
}

.prev-post a:hover {
	color: #ff5a00;
}

.button-container {
	text-align: center;
	margin-top: 30px;
}

.button-container button {
	padding: 12px 50px;
	background-color: #E50038;
	border: none;
	color: white;
	font-size: 16px;
	font-weight: 600;
	border-radius: 3px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.button-container button:hover {
	background-color: #C40030;
}

/************************************************
공지사항 style 
************************************************/
.container-noti {
	width: 1100px !important;
	margin: 90px auto 60px !important;
	width: 1100px !important;
    min-height: calc(58px * 10 + 120px);
    overflow: visible;
}

.card-noti {
border: none !important;
}

.card-noti .card-header {
	border-bottom: none !important;
	padding: 20px 0 !important;
}

.card-body-noti {
    margin-bottom: 40px;
}

.title {
    font-size: 40px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
}

.tui-grid-table-container .tui-grid-table tbody tr:hover {
	background-color: #f9f9f9;
	cursor: pointer;
}

/************************************************
radio button style
************************************************/
input[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 13px;
  height: 13px;
  border: 1px solid #ccc;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}

input[type='radio']:checked {
  background-color:  #e61c3a;
  border: 5px solid white;
  box-shadow: 0 0 0 1px #e61c3a;
}

input[type="radio"].queryDtaUseRadio:disabled {
    -webkit-appearance: none;
    appearance: none;
    background: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 14px;
    height: 14px;
}

input[type="radio"]:disabled + label,
label input[type="radio"]:disabled {
    color: #e0e0e0 !important;
    cursor: not-allowed;
}

input[type="radio"].queryDtaUseRadio {
  -webkit-appearance: radio;
  appearance: radio;
}

/************************************************
change email modal
************************************************/
.change-email-box {
	padding: 30px 10px;
	
}
#inputChangeEmail {
	min-width: 100%;
}

/************************************************
고객사관리 검색창
************************************************/
.col-long {
    width: 20.5%;
}

.client-idbox {
    /* width: auto; */
    padding-left: 0;
}

/************************************************
회원관리 검색창
************************************************/
.input-group-sm>.form-control{
	padding: 3.5px .5rem;
    margin-top: 0;
}

.form-check{
	display: flex;
	margin-bottom: 0;
    margin-right: 12px !important;
    align-items: center;
}

.custom-check {
    width: 30%;
}

.label-custom-check {
    width: 20px;
}
.box_button {
	display: flex;
	padding: 20px;
	justify-content: center;
}
.box_button button {
	padding: 8px;
	margin-left: 10px;
	border-radius: 3px;
	font-size: 12px;
    min-width: 80px;
    border: none;
}
.info-icon {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background-color: #666666;
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  cursor: pointer;
  font-weight: bold;
}

.info-icon .tooltip-text {
  visibility: hidden;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 6px 9px;
  border-radius: 4px;
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}

.info-icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
/************************************************
접속로그관리 검색창
************************************************/
.col-calendar {
    width: 75%;
}

.col-xxl-3-5 {
    flex: 0 0 25%;
    max-width: 25%;
}
.date-range-group .form-control,
.date-range-group .input-group-text {
    height: 37px !important;
    margin-top: 1px;
}

.input-calendar {
    min-width: 60px !important;
    width: 60px !important;
}

.col-select-short {
    width: 12%;
}

.form-select-short {
    width: 90px;
}

.log-selectbox, 
.log-searchbox {
    width: 20%;
}
#sysLogingSearchArea .log-selectbox,
#sysLogingSearchArea .log-searchbox {
    width: 17%;
}

.input-logbox {
	min-width: 160px !important;
    width: 160px !important;
}


/************************************************
jsp 페이지 css 정리 
************************************************/

/* main.jsp */
.wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
    height: 50px;
}

/* main_top.jsp */
a {
	text-decoration: none;
}

.container {
	margin: auto;
}

/*컨텐츠 레이아웃*/
#layoutSidenav #layoutSidenav_content {
	/*	position: relative;*/
	position: fixed;
	display: flex;
	flex-direction: column;
	/*	justify-content: space-between;*/
	/*	min-width: 0;*/
	flex-grow: 1;
	height: calc(100vh - 55px);
	margin-top: -55px;
	/*	background-color: #f5f7fb;*/
	/* height: 100%; */
	width: 100vw;
}

.sb-nav-fixed .sb-topnav {
	z-index: 3000 !important;
	background-color: transparent;
  border-bottom: none;
}

.sb-sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1037;
	opacity: 0.5;
	transition: opacity 0.3s ease-in-out;
}

#layoutSidenav #layoutSidenav_content {
	margin-left: 0;
	transition: margin 0.15s ease-in-out;
}

/* 사이드바 display: none; -> margin, padding 수정 */
.sb-sidenav-toggled #layoutSidenav #layoutSidenav_content {
	margin-left: 0px;
	padding-left: 0px !important;
	padding-top: 56px;
}

.sb-sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
	display: none;
}

/* home.jsp */
#home-container{
  width:100%;
  max-width:1200px;
  margin:0 auto;
  padding:60px 20px;   /* 기존 80px이면 800 초과 가능 */
  box-sizing:border-box;
}

.home-guide{
  background:#f5f5f5;
  height:auto;          /* 고정 height 쓰지 말고 */
  min-height:800px;     /* 기본은 800 유지 */
  display:flex;
  align-items:center;
  overflow:visible;     /* 혹시 부모에서 자르면 방지 */
}
.main-noti h2 {
	font-size: 38px;
    font-weight: 600;
}

.main-noti span {
    color: #666;
    font-size: 14px;
}

.main-noti-title {
	display: flex;
	justify-content: space-between; 
	align-items: center;
	border-bottom: 1px solid #e2e4e5;
	height: 40px;
}
/* 제목 */
.title {
	font-size: 40px;
	font-weight: 600;
	color: #121212;
	margin-bottom: 60px;
	text-align: center; /* 추가 */
}

.main-noti-title .title {
    font-weight: 500;
    margin-bottom: 22px;
}

/* MORE 버튼 */
.main-noti-title .search-box {
    background-color: transparent;
	font-size: 12px;
	margin-right: -27px;
}

.search-box a {
	display: inline-flex;
    align-items: center;
	color: #777;
	text-decoration: none;
	font-weight: 500;
}

.main-noti-title .search-box a:after {
    display: inline-flex;
    content: "";
    width: 20px;
    height: 20px;
    margin-left: 8px;
    background: url(image/icon_arr_right_g.bfaa73c0.svg) no-repeat 100%;
}

.search-box a:hover{
	color: #E50038;
}

.search-box {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;
	font-size: 14px;
	color: #333;
}


/* 테이블 스타일 */
table {
	width: 100%;
	border-collapse: collapse;
}

th, td {
	padding: 14px 0;
	font-size: 15px;
	border-bottom: 1px solid #e0e0e0;
	color: #222;
}

/* 내용: 왼쪽 정렬 */
#homeTableBody td:nth-child(1) {
  text-align: left;
}

/* 날짜: 오른쪽 정렬 */
#homeTableBody td:nth-child(2),
#homeTableBody td:nth-child(3),
#homeTableBody td:nth-child(4) {
  text-align: right;
  white-space: nowrap;
  color: #999;
  font-size: 13px;
}

/* 내용: 왼쪽 정렬 */
#homeFaqBody td:nth-child(1) {
  text-align: left;
}

/* 날짜: 오른쪽 정렬 */
#homeFaqBody td:nth-child(2),
#homeFaqBody td:nth-child(3),
#homeFaqBody td:nth-child(4) {
  text-align: right;
  white-space: nowrap;
  color: #999;
  font-size: 13px;
}

/* 링크 스타일 */
td a {
	color: #222;
	text-decoration: none;
	font-weight: 400;
}

td a:hover {
	text-decoration: none;
	color: #e61c3a;
}

/* roleMgmt.jsp */
.leftAreaTop{
	height: 20.2%;
	min-height: 90px !important;
}

.leftAreaBottom{
	margin-top: 15px;
	height: calc(78% - 18px);
}
#gridArea{
min-height: 690px; 
}
#gridArea_small{
min-height: 250px; 
}
/* .leftAreaTop{
	height: 13vh; 
}

.leftAreaBottom{
	margin-top: 15px;
	height: calc(71vh - 15px);; 
} */

/* qnaDetail.jsp */
 #egovComFileList a { color:#444 !important; text-decoration:none; }
 #egovComFileList a:hover { color:#444 !important; text-decoration:underline; }
 
 /* userLogin.jsp */

/* body { */
/* 	font-family: 'Noto Sans KR', sans-serif; */
/* 	display: flex; */
/* 	justify-content: center; */
/* 	align-items: center; */
/* 	height: 100vh; */
/* 	margin: 0; */
/* 	background-color: #f5f5f5; */
/* } */
/* 기본(일반 페이지: index/home 포함) - 흰색 0.05 + blur */
.page-home #gnoti-header {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: background .3s ease, box-shadow .3s ease;
}

/* 스크롤 시 - 검정 0.9 */
.page-home #gnoti-header.scrolled {
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* 로그인 페이지 - 항상 검정 0.9 (스크롤과 무관) */
.page- #gnoti-header,
.page- #gnoti-header.scrolled {
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

#login-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
    padding-top: 60px;
}

#loginForm {
	width: 100%;
	max-width: 400px; /* 원하는 너비로 */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.input-div {
	margin: 10px 0;
	position: relative;
}

.input-div input {
    width: 100%; /* Ensure input fields take full width of parent */
    height: 50px;
    box-sizing: border-box; /* Include padding and border in width calculation */
    padding-left: 8px;
}

.login_btn {
    width: 100%; /* Ensure button takes full width of parent */
    height: 50px;
    background-color: #e61c3a;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    margin-top: 20px;
    box-sizing: border-box; /* Include padding and border in width calculation */
}

.input-div input::placeholder {
	color: #ABABAB;
	font-weight: 500;
}

.login_btn:hover {
	background-color: #b2182e;
}

.save-id {
    text-align: center;
    margin: 10px 0;
    font-size: 14px;
    display: flex; /* Use flexbox */
    align-items: center; /* Vertically center items */
    justify-content: center; /* Horizontally center the content */
    gap: 10px; /* Add some space between elements */
}

.save-id input[type="checkbox"] {
	margin-right: 5px;
}

.links {
    margin: 0; /* Remove default margin */
    font-size: 14px;
}

.links a {
    color: #999;
    text-decoration: none;
    margin: 0 5px;
}

.links a:hover {
    color: #e61c3a;
}

.notice {
    margin-top: 10px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notice .icon-alert {
    color: #ff0000; /* 아이콘 색 (예: 빨간색) */
    margin-right: 5px;
}

.notice .notice-text {
    color: #333; /* 텍스트 색 (예: 주황색) */
}


.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
    vertical-align: middle;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* 슬라이더 */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	transition: 0.4s;
	border-radius: 34px;
}

.slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	transition: 0.4s;
	border-radius: 50%;
}

.switch input:checked+.slider {
	background-color: #00d54f; /* 연한 연두색 */
}

.switch input:checked+.slider:before {
	transform: translateX(24px);
}

.switch-label {
    margin: 0; /* Remove margin to align properly */
    font-size: 14px;
    vertical-align: middle;
}

.form-set {
    margin-bottom: 10px;
}

.label-set{
	min-width: 145px !important;
	margin-bottom: 0;
	font-size: 16px;
}

.set-pw-guide {
    padding-left: 0;
    font-size: 13px;
}

li.fa-info-circle {
    display: flex;
    gap: 5px;
    line-height: 1.4;
    font-size: 14px;
}

.mail-ko, .mail-en {
    padding: 0;
    font-size: 16px;
}

.form-button-set{
	margin: 0 0 1px 10px;
    border-radius: 3px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    font-size: 14px;
    min-width: 95px;
    height: 37px;
}

#contactUsModal .modal-title {
  color: #000 !important;
}
#contactUsModal .table {
  background-color: #f5f6f8;
  border-collapse: collapse;
  border-color: #dee2e6;
  width: 100%;
  font-size: 14px;
}

#contactUsModal .table {
  background-color: #f5f6f8;
  border-collapse: collapse;
  border-color: #dee2e6;
  width: 100% !important;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  font-weight: 500;
}

#contactUsModal .table thead th {
  background-color: #f0f1f3;
  color: #000;
  font-weight: 600;
  font-size: 17px;
  text-align: center;
  padding: 10px 0;
  border-bottom: 2px solid #dee2e6;
}

#contactUsModal .table tbody td {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
  padding: 8px 0;
  color: #333 !important;
}

#contactUsModal .table tbody td[rowspan],
#contactUsModal .table tbody td.table-secondary {
  background-color: #f5f6f8;
  color: #333 !important;
  font-weight: 600;
}

#contactUsModal .table td:nth-child(1) {
  width: 35%;
}

#contactUsModal .table td:nth-child(2) {
  width: 35%;
}

#contactUsModal .table td:nth-child(3) {
  width: 30%; 
}

#contactUsModal .table tbody tr td:last-child {
  color: #666 !important;
}

#contactUsModal .modal-dialog {
  max-width: 900px;
}

#contactUsModal .modal-content {
  width: 100%;
}

#contactUsModal.modal .modal-body {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  min-height: 500px !important;
}
#contactUsModal .table,
#contactUsModal .table td,
#contactUsModal .table th {
  line-height: normal !important;
  height: 50px !important;
  vertical-align: middle !important;
}

/************************************************
Contact Us style 
************************************************/
  .contact-nxt-red {
    background-color: #d93b3b;
    color: #fff;
  }
  .contact-nxt-blue {
    background-color: #001f5b;
    color: #fff;
  }

  .contact-desc {
    background-color: #f3f4f6;
    border-radius: 8px;
    padding: 1rem 1.25rem;
    color: #222;
    margin-bottom: 2.5rem;
    line-height: 1.6;
    margin-top: -1.5rem;
    font-size: 18px;
    font-weight: 500;
    width: 93%;
	margin-left: auto;
	margin-right: auto;
	white-space: pre-line;
  }

  .contact-section h6 {
    font-weight: 700;
    margin-bottom: 1.25rem;
    position: relative;
    padding-left: 1.6rem;
    color: #111 !important;
    font-size: 18px;
  }

  .contact-heading {
  display: flex;
  align-items: flex-start;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 18px;
  color: #111;
  margin-bottom: 1.25rem;
  margin-left: 0.8%;
}

.contact-badge {
  display: flex; 
  background-color: #d93b3b;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: 0.5rem;
  padding: 0.25rem 0.55rem;
}

.badge-red {
  background-color: #d93b3b; /* 빨강 */
}

.badge-blue {
  background-color: #001f5b; /* 남색 */
}

.contact-title {
  line-height: 1;
}

.contact-label {
    font-weight: 700;
    text-align: center;
    border-radius: 4px;
    font-size: 20px;
    width: 85%;
    margin: 0 auto;
    padding: 18px 0;
    white-space: pre-line;
}

.contact-email {
    margin-top: 10px;
    font-weight: 600;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.contact-email::before {
    content: "•";
    color: #000;
    font-size: 22px;
    padding-right: 6px;
    line-height: 1;
}

.contact-section .mb-3 {
    margin-bottom: 3.5rem !important;
}

.contactMgt-section {
	  align-items: center !important;
    margin-bottom: 0px;
    display: flex !important;
    justify-content: flex-end !important;
}

.contact-divider {
    width: 2px;
    background-color: #ddd;
    height: auto;
    margin: 0 1.8rem;
}
  
  
.attach-content {
  text-align: left;
  vertical-align: middle;
  padding: 14px 15px;
}

.attach-table {
  width: 100%;
  border-collapse: separate;
  border-top: 1px solid #ccc; 
  border-bottom: 1px solid #ccc;       
  border-left: none;
  border-right: none;
  margin-bottom: 50px;
}

.attach-table tr,
.attach-table td,
.attach-table th {
  border: none;
  vertical-align: middle;
}

.attach-title {
  width: 120px;
  font-weight: bold;
  text-align: center !important;
  padding: 20px 0;
  position: relative;
}

table.attach-table {
  border-collapse: separate !important;
  border-spacing: 0;
  table-layout: fixed;
}

.attach-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 15%;       
  height: 70%;   
  width: 1px;
  background-color: #ccc;
}

/************************************************
정보상품 style 
************************************************/
.product-subtitle {
	 font-size: 26px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
}

.product-header-banner, 
.product-main-banner {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}

.product-main-container {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ddd;
  height: 200px !important;
}

.product-main-banner .txt-area { text-align: center; }
.product-main-banner .txt-cn {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}

/* 네비게이션 */
.product-nav-bar {
  width: 100%;
  background: #f8f9fa;
  border-bottom: 2px solid #ddd;
  position: relative;
}

.product-nav-menu {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}

.product-nav-item {
  position: relative;
  text-align: center;
}

.product-nav-link {
  background: none;
  border: none;
  border-right: 2px solid #ddd;
  padding: 18px 50px 18px 30px;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  cursor: pointer;
  transition: .2s;
  width: auto;
  min-width: 220px; 
  text-align: left;
}

.product-nav-link::after {
  content: "▼";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: .8rem;
  color: #000;
  transition: .2s;
}

.product-nav-item.open .product-nav-link::after { content: "▲"; }

.product-nav-link.active,
.product-nav-link:hover {
  color: #000;
}

.product-sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 2px solid #ddd;
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  z-index: 20;
}

.product-nav-item.open .product-sub-menu {
  display: flex;
}

.product-sub-link {
  display: block;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  transition: .2s;
}

.product-sub-link:hover,
.product-sub-link.active {
  background: #fff;
  font-weight: 600;
}

.product-sub-link:last-child { border-bottom: none; }

.product-nav-bar .product-nav-item a { color: #666; font-weight: 500; }

.product-nav-bar .container {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* 홈 버튼 */
.product-home-btn {
  background: #dc3545;
  color: #fff;
  border: none;
  padding: 16px 25px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 13px;
  box-shadow: 0 -1px 0 #dc3545;
}

.product-home-btn:hover { background: #bb2d3b; }
.product-home-btn i { font-size: 1.1rem; vertical-align: middle; }

/* 섹션 타이틀 */
.product-section-title {
  text-align: center;
  margin: 90px 0 30px;
  font-size: 2.5rem;
  font-weight: 500;
}

.product-table {
	border: 1px solid #dee2e6 !important;
	border-top: 2px solid #333 !important;
}

.product-table thead th {
  background: #f5f6f8;
  text-align: center;
  border: 1px solid #dee2e6 !important;
  vertical-align: middle;
  font-size: 16px !important;
  padding: 8px 16px !important;
}

.product-table tbody td,
.product-table tfoot td,
.product-table thead th,
.product-table tr {
  height: 20px !important;               /* 🔹 전체 행 높이 고정 (세로 길이 확 줄이기) */
}

.product-table tbody td {
  vertical-align: middle;
  color: #666;
  border: 1px solid #dee2e6 !important;
  font-size: 15px !important;
  white-space: normal;
  padding: 8px 16px !important;
}

.product-table th:nth-child(1),
.product-table td:nth-child(1) { width: 28%; }

.product-table th:nth-child(2),
.product-table td:nth-child(2) { width: 52%; }

.product-table th:nth-child(3),
.product-table td:nth-child(3) { width: 10%; }

.product-table th:nth-child(4),
.product-table td:nth-child(4) { width: 10%; }

.product-table td:nth-child(2) { 
	padding-left: 12px;
	text-align: left; 
}
.product-table td:not(:nth-child(2)) { text-align: center; }

table.product-table > tbody > tr {
  height: 16px !important;  
  min-height: 20px !important;
}

.product-table-responsive.mt-4 {
  margin-top: 4px !important; /* 🔹 위 여백 거의 제거 */
}

.ref-table .col-product {
  text-align: left;
  font-weight: 600;
  padding-left: 12px;
}

.ref-table .col-market {
  text-align: left !important;
  padding-left: 12px;
}

.ref-table .col-real,
.ref-table .col-close {
  text-align: center !important;
}

/* 탭 */
.product-tab-wrap {
  width: 100%;
  text-align: center;
  position: relative;
}

.product-tab-menu-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border: 1px solid #bfbfbf;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 10px;
  width: 100%;
}

/* input 숨김 */
.product-tab-wrap input[type="radio"] {
  display: none;
}

/* 버튼 기본 스타일 */
.product-tab-menu-wrap .product-tab-btn {
  flex: 1;
  padding: 20px 0;
  background: #fff;
  color: #666;
  border-right: 1px solid #bfbfbf;
  cursor: pointer;
  transition: 0.2s;
  font-size: 20px;
}

.product-tab-menu-wrap .product-tab-btn:last-child {
  border-right: none;
}

/* 선택 시 강조 */
#product-tab1:checked ~ .product-tab-menu-wrap label[for="product-tab1"],
#product-tab2:checked ~ .product-tab-menu-wrap label[for="product-tab2"] {
  background: #dc3545;
  color: #fff;
  border-color: #dc3545;
}

/* 탭 내용 */
.product-tab-content { display: none; }
#product-tab1:checked ~ .product-tab-cnts .content1 { display: block; }
#product-tab2:checked ~ .product-tab-cnts .content2 { display: block; }

@keyframes productFadeIn { from { opacity: 0 } to { opacity: 1 } }

.guideProduct {
	font-size: 16px; 
	color:#666; 
	font-weight: 500; 
	margin-left: 16px;
} 

/* 체크리스트 */
#checklist-table,
#use-type-table {
	border: none;
	margin-bottom: 20px;
}
#checklist-table thead th:nth-child(1),
#checklist-table tbody td:nth-child(1),
#use-type-table  .first-col{
	width: 180px;
	padding: 14px 8px;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	font-weight: 700;
	color: #333;
	background-color: #f9f9f9;
}
#checklist-table thead th:nth-child(2),
#checklist-table thead th:nth-child(3) {
	width: 400px;
	padding: 14px 8px;
	
}
#checklist-table th,
#use-type-table th {
	border-bottom: 1.5px solid #999;
	font-weight: 700;
	color: #333;
	background-color: #f9f9f9;
}
#checklist-table th,
#checklist-table td,
#use-type-table th,
#use-type-table td {
	white-space:normal !important;
	padding: 25px 8px;
	text-align: center !important;
	border-right: 1px solid #e0e0e0;
}
.th_text {
	/*color: #999 !important; */
	font-size: 13px;
}

#use-type-table tbody tr:hover{
  background: inherit !important;   /* background-color 말고 background */
}

#use-type-table .use-desc {
  text-align: left;
  padding-left: 20px;
}

.btn-submit {
	width: 180px;
	height: 50px;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 800;
	margin-top: 20px;
	box-sizing: border-box;
}

.div-align-center {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; 
  justify-content: center; 
}

/************************************************
이메일 템플릿관리 style 
************************************************/
.mail-content-area .contents-form .row.mail-content-area {
  align-items: stretch;
}
.mail-content-area .col-form-label {
  background-color: #f8f9fa;
  display: flex;
  align-items: center; 
}

.card-body-flex-none{
	flex: none;
}

.email-template-page .container-fluid.d-flex.flex-column.h-100 {
  min-height: calc(100vh - 80px);
  background-color: #fff;
}

.email-template-page .contextRow {
  height: auto !important;
  overflow: visible !important;
}

.email-template-page .contextRow .card.h-100,
.email-template-page .card-body.card-ctmmny {
  overflow: visible !important;
}

.row.mb-xxl-0 div[id^="cnTmplt"] .toastui-editor-contents table,
.row.mb-xxl-0 div[id^="cnTmplt"] .toastui-editor-contents table[style] {
  margin-left: auto !important;
  margin-right: auto !important;
  border-collapse: collapse;
  border-spacing: 0;
  width: 50% !important;
  max-width: 800px;
  min-width: 300px;
}

.email-template-page div.mb-xxl-0:has(div>textarea)>label {
  padding: calc(2.75rem + 210px) 0.5rem;
}
/************************************************
리포트신고 일정관리 style 
************************************************/

/* date-input-group 전체 스타일 */
.date-input-group {
    display: flex;
    align-items: center;
    gap: 10px; /* input/label 간격 */
    flex-wrap: wrap; /* 화면 작아지면 줄바꿈 */
    margin-bottom: 20px;
}

/* label 스타일 */
.date-input-group label {
    font-weight: 500;
    font-size: 14px;
    color: #333;
    margin-right: 5px;
    min-width: 60px;
}

/* input[type=month], input[type=date] 스타일 */
.date-input-group input[type="month"],
.date-input-group input[type="date"] {
    padding: 5px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 34px;
    font-size: 14px;
    width: 150px;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.date-input-group input[type="month"]:focus,
.date-input-group input[type="date"]:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.2);
    outline: none;
}

/* 버튼 스타일 */
.date-input-group .btn-register {
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
    height: 34px;
}

.date-input-group .btn-register:hover {
    background-color: #0056b3;
}

/* datepicker 모든 td 동일크기로 */
.ui-datepicker td,
.ui-datepicker td:nth-child(2),
.ui-datepicker td:nth-child(3),
.ui-datepicker td:nth-child(4) {
  text-align: center !important;
  white-space: normal !important;
  color: #333 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  z-index: 9999 !important;
}

.ui-datepicker {
	z-index: 9999 !important;
}

/* ToastUI / Bootstrap 등에서 datepicker 뒤로 밀리는 현상 방지 */
.toastui-editor-defaultUI,
.toastui-editor-defaultUI-toolbar,
.toastui-editor-contents {
  position: relative !important;
  z-index: auto !important;
}

.modal {
  position: fixed !important;
  z-index: 5000 !important;
}

.modal-backdrop {
  z-index: 1999 !important;
}

.card {
  position: relative;
  z-index: 1;
}

/************************************************
계약체결 style 
************************************************/
.cntrct_step {
  list-style:none;
  margin-top: 65px;
}

/* 단계별 상태 스타일 */
.step-box {
  padding:0 10px 10px 10px;
  border:1px solid #ddd;
}
.step-state {
  padding:10px 0 15px;
  margin-top:15px;
}
.step-state ul:after {
  content:'';
  display:block;
  clear:both
}
.step-state ul li {
  float:left;
  position:relative;
  padding-top:50px; /* 진행바 영역 확보 */
  font-size:16px;
  font-weight:bold;
  text-align:center;
  line-height:12px;
  color:#666
}

/* 6단계용 폭 (100 / 6) */
.step-state.step-count-6 ul li,
.step-state.step6-ing ul li {
    width:16.6667%;
}

/* 7단계용 폭 (100 / 7) */
.step-state.step-count-7 ul li,
.step-state.step7-ing ul li {
    width:14.2857%;
}

.step-state ul li:first-child {
  font-size:16px
}
.step-state ul li p:after {
  position:absolute; /* absolute 기준은 li 영역 */
  width:41px;
  height:24px;
  margin-right:-20px;
  background-size:auto 24px;
  background-position:-58px 0;
  top:0;
  right:0;
  color:#fff;
  font-size:11px;
  line-height:16px;
  letter-spacing:-.5px;
}
.step-state ul li p {
  padding-top:6px;
  line-height: 1.2;
}

.step-state ul li span {
  display:block;
  margin-top:2px;
  font-weight:normal;
  color:#898989;
  font-size:12px
}
/* 회색 진행바 생성 */
.step-state ul li:before {
  position:absolute;
  top:35px;
  left:0;
  right:0;
  height:3px;
  background:#ddd;
  content:''
}
/* 첫 번째 진행바 반만 생성*/
.step-state ul li:nth-child(1):before {
  left:50%
}
/* 마지막 진행바 반만 생성*/
.step-state ul li:last-child:before {
  right: 50%;
}
/* 화살표 상태 아이콘 */
.step-state ul li:after {
  position: absolute;
  top: 27px;
  left: 50%;
  transform:  translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ddd;
  content: "▶";
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  justify-content: center;
  text-align: center;
  padding-left: 1px;
}

/* 활성화 진행바 및 활성화 화살표 아이콘 표시 */
/* 활성화 상태바 */
.step-state.step2 ul li:nth-child(-n+2):before,
.step-state.step2-ing ul li:nth-child(-n+2):before,
.step-state.step3 ul li:nth-child(-n+3):before,
.step-state.step3-ing ul li:nth-child(-n+3):before,
.step-state.step4 ul li:nth-child(-n+4):before,
.step-state.step4-ing ul li:nth-child(-n+4):before,
.step-state.step5 ul li:nth-child(-n+5):before,
.step-state.step5-ing ul li:nth-child(-n+5):before,
.step-state.step6 ul li:nth-child(-n+6):before,
.step-state.step6-ing ul li:nth-child(-n+6):before,
.step-state.step7 ul li:nth-child(-n+7):before,
.step-state.step7-ing ul li:nth-child(-n+7):before {
  background:#e61c3a;
}
/* 활성화 아이콘 표시 */
.step-state.step1 ul li:nth-child(1):after,
.step-state.step2 ul li:nth-child(-n+2):after,
.step-state.step2-ing ul li:nth-child(-n+2):after,
.step-state.step3 ul li:nth-child(-n+3):after,
.step-state.step3-ing ul li:nth-child(-n+3):after,
.step-state.step4 ul li:nth-child(-n+4):after,
.step-state.step4-ing ul li:nth-child(-n+4):after,
.step-state.step5 ul li:nth-child(-n+5):after,
.step-state.step6-ing ul li:nth-child(-n+5):after,
.step-state.step6 ul li:nth-child(-n+6):after,
.step-state.step6-ing ul li:nth-child(-n+6):after,
.step-state.step7 ul li:nth-child(-n+7):after,
.step-state.step7-ing ul li:nth-child(-n+7):after {
  background-color: #e61c3a; /* 🔥 여기서 색상 변경 가능 */
  color: #fff;
}
/* 도전 중일 경우의 1/2 영역 비활성화 상태바 영역 */
.step-state ul li p:before {
  position:absolute;
  top:35px;
  left:50%;
  right:0;
  height:3px;
  content:'';
}

/* 6단계 플로우: 마지막 단계 = 6단계 */
.step-state.step-count-6.step2 ul li:nth-child(2) p:before,
.step-state.step-count-6.step3 ul li:nth-child(3) p:before,
.step-state.step-count-6.step4 ul li:nth-child(4) p:before,
.step-state.step-count-6.step5 ul li:nth-child(5) p:before {
    background:#ddd;
}

/* 7단계 플로우: 마지막 단계 = 7단계 */
.step-state.step-count-7.step2 ul li:nth-child(2) p:before,
.step-state.step-count-7.step3 ul li:nth-child(3) p:before,
.step-state.step-count-7.step4 ul li:nth-child(4) p:before,
.step-state.step-count-7.step5 ul li:nth-child(5) p:before,
.step-state.step-count-7.step6 ul li:nth-child(6) p:before {
    background:#ddd;
}

.txt-right {
	text-align: right;
  /* margin-right: 0.4rem; */
  /* margin-bottom: 15px; */
}

#viewContent table { 
	border-collapse: collapse; width: 100%; margin: 8px 0; 
}

.toast-body{
	z-index:5000 !important;
}

.toast-container {
    top: 10% !important;
    transform: translateX(-50%) !important;
}

.toastui-editor-contents table th,
.toastui-editor-contents table th p {
  text-align: center !important;
  vertical-align: middle !important;
  background-color: #f2f2f2 !important;
  color: #000 !important;
  font-weight: 600;
  padding: 8px 12px; 
  white-space: nowrap;
}	

.toastui-editor-defaultUI {
  overflow: hidden !important;
}

#brdDataSubject {
  width: 40%;
  height: 36px;
  border-radius: 6px;
  font-size: 16px;
  padding-left: 10px;
}

.row.mb-xxl-0 div[id^="cnTmplt"],
.row.mb-xxl-0 div[id^="cnTmplt"] * {
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

/* 계약체결 */
.contract-container {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  border: 1px solid #c8c8c8 !important;
  border-top: 2px solid #e50038 !important;
}


.nav-tabs {
  border-bottom: none;
}

.nav-tabs .nav-link {
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: .375rem .375rem 0 0;
  margin-left: 4px;
  padding: 6px 12px;
  font-size: 15px;
  width: 160px;
  height: 50px;
  
  line-height: 1.2;
  white-space: pre-line;
}

.nav-tabs .nav-link.active {
  background-color: #e61c3a;
  color: #ffffff;
  border-bottom: 2px solid #e61c3a;
  width: 160px;
  height: 50px;
}

.no-scroll {
	overflow: hidden;
}

.tab-content{
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}

.order_form_contextRow{
  height : 90% !important;
  margin: -17px 15px 0 15px;

}

.form-submit-button {
	margin: 0 0 1px 10px;
	border-radius: 3px;
	border: none;
	background-color: #e61c3a;
	color: #fff;
	font-size: 14px;
  font-weight: 600;
}

.form-submit-button {
	margin: 0 0 1px 10px;
	border-radius: 3px;
	border: none;
	background-color: #e61c3a;
	color: #fff;
	font-size: 18px;
    width: 195px;
    height: 50px;
}

.orderFormPage #body {
  padding-bottom: 0;
}

#tab-etc {
    overflow-x: hidden;
    padding: 0 50px 50px 50px;
}

#tab-basic, #tab-cntrctInfo {
	padding: 0 50px 0 50px;
}

/************************************************
 계약서 템플릿 페이지
************************************************/
#cntrctTmpPage .tab-content {
  height: auto !important;
  overflow: visible !important;
}

#cntrctTmpPage .search-box {
  display: flex !important;
  align-items: center !important;         
  justify-content: flex-start !important; 
  flex-wrap: wrap !important;
  gap: 1rem !important;
  height: 100px !important;
  padding: 10px 20px !important;
  background-color: #f6f6f6 !important;
  min-height: 100px !important;
  box-sizing: border-box !important;
  margin-bottom: 40px !important;
}

#prevBtn {
    background-color: #e50038;
    color: #fff;
}

#cntrctTmpPage #searchForm label {
  white-space: nowrap;
}

#cntrctTmpPage #searchForm .input-calendar {
  min-width: 100px !important;
  width: 100px !important;
}

#cntrctTmpPage #searchForm .input-group-sm .form-control,
#cntrctTmpPage #searchForm .input-group-sm .input-group-text {
  height: 32px;
}

.cntrct-template-page .container-fluid.d-flex.flex-column.no-scroll {
  min-height: calc(100vh - 80px);   /* 화면 전체 높이 확보 */
  background-color: #fff;
  overflow: hidden;  /* 전체 스크롤 제거 */
}

.cntrct-template-page .contextRow {
  height: auto !important;
  overflow: visible !important;
}

.cntrct-template-page .card-body.card-ctmmny {
  flex: none !important;
  overflow: visible !important;
}

#egovComFileList .no-attach-msg {
  font-size: 15px;
  color: #222;
  text-align: left;
  margin-bottom: 0;
  margin-top: 10px;
}

/* #orderForm { */
/* 	padding: 50px; */
/* } */

.hidden-field {
	display: none;	
}

/* 준법감시확인 승인/반려 비활성화 버튼 */
.approval-btn-area .form-button:disabled {
    background-color: #ccc !important;
    cursor: not-allowed;
    opacity: 0.6;
}

.cntrct-tab-menu {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
    display: flex;
    border-bottom: 1px solid #ddd;
}

.cntrct-tab-menu li {
    padding: 8px 16px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-bottom: none;
    margin-right: 4px;
    background: #f9f9f9;
    font-size: 14px;
}

.cntrct-tab-menu li.active {
    background: #ffffff;
    font-weight: 600;
    border-top: 2px solid #007bff; /* 포인트 색상 */
}

.cntrct-tab-contents {
    border: 1px solid #ddd;
    padding: 16px;
    background: #fff;
}

.cntrct-tab-pane {
    display: none;
}

.cntrct-tab-pane.active {
    display: block;
}

.i18n-preline {
    white-space: pre-line;
}

.btn-del {
    width: 26px;
    height: 26px;

    border: 1px solid #dcdcdc;   /* 연한 Gray */
    background-color: #ffffff;  /* White */
    color: #777;

    font-size: 14px;
    font-weight: 600;
    line-height: 1;

    border-radius: 4px;
    cursor: pointer;

    transition:
            border-color 0.15s ease,
            color 0.15s ease,
            background-color 0.15s ease;
}

/* hover: Highlight만 Red */
.btn-del:hover {
    border-color: #E50038;   /* Main Color Red */
    color: #E50038;
    background-color: #ffffff;
}

/* active: 살짝만 눌림 표현 */
.btn-del:active {
    background-color: #fafafa;
}

.cntrct-highlight {
    background-color: rgba(255, 243, 200, 0.55); /* 은은한 노랑 하이라이트 */
    border: 1px solid #f0c36d;
    padding: 2px 4px;
}

#contractTabsContent, #anxContainer {
	padding : 0 50px 0 50px;
  margin-top: 25px;
}

.date-notice-text-price-unit {
    text-align: right;
}

/* grid 하이라이트 */
.tui-grid-row-highlight {
    background-color: #eef5ff !important;
}

.btn-margin-bottom {
	margin-bottom: 1rem;
}

.findIdAndResetPw {
    border: 1px solid #999;
}

.form-guide-text {
    margin-top: -10px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.4;
    color: #666;
    letter-spacing: -0.2px;
}

.error-img {
	width: 50%;
}

.ad_container2 { text-align: center; margin-top: 50px;}
.ad_button2 {
    display: inline-block;
    padding: 12px 30px;
    margin-top: 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 15px;
    transition: all 0.3s ease;
}

.btn_red2 {
    background-color: #FF5A5F;
    color: white;
}
.btn_red2:hover {
    background-color: #E0484D;
    box-shadow: 0 4px 12px rgba(255, 90, 95, 0.3);
    color: white;
}

.btn_dark2 {
    background-color: #444444; 
    color: white;
}
.btn_dark2:hover {
    background-color: #222222;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    color: white;
}

.error-p {
	white-space: pre-line;
}

.before-required::before {
    content: "* ";
    color: red;
}

.signup-link {
    color: #0066cc;
    text-decoration: underline;
    cursor: pointer;
    vertical-align: middle;
}

.signup-link:hover {
    color: #004999;
}