@charset "UTF-8";

:root {
   --bs-lemon: #ffffcc;
   --bs-haccblue: #0086c0;
   --bs-haccblue-rgb: 0, 134, 192;
   --bs-hacc: #6b9bb2;
   --bs-hacc-bg-subtle: #e8f5fa;
   --bs-hacc-border-subtle: #b1cad6;
}

* {
   padding: 0;
   margin: 0;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

html,
body {
   font-family: 'Noto Sans KR', sans-serif;
   font-size: 16px;
   color: #000;
   font-weight: 400;
   height: 100%;
}

ul,
ol,
li {
   list-style: none;
}

a {
   text-decoration: none;
   color: #000;
}

a:hover {
   text-decoration: none;
}

a:visited {
   text-decoration: none;
}

a:active {
   text-decoration: none;
}

table {
   border-collapse: collapse;
}

input:-ms-input-placeholder {
   color: #f00;
}

input::-webkit-input-placeholder {
   color: #f00;
}

input::-moz-placeholder {
   color: #f00;
}

input::-moz-placeholder {
   color: #f00;
}

[tabindex='-1']:focus {
   outline: 0 !important;
}

input[type='radio'],
input[type='checkbox'] {
   box-sizing: border-box;
   padding: 0;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
   -webkit-appearance: button;
   border: none;
}

img {
   vertical-align: top;
}

.b1r {
   border: 1px solid red !important;
}

.b1b {
   border: 1px solid #000000 !important;
}

.b1d {
   border: 1px solid #dddddd;
}

.br1d {
   border-right: 1px solid #dddddd;
}

.bb1e {
   border-bottom: 1px solid #eeeeee;
}

/**************************************************/
/****************** 게시판 공통 S ******************/
/**************************************************/
/* 게시판 공통  */
#bo_list_total {
   font-size: 14px;
}

.jsBoardBtn {
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 14px;
   background-color: #6c757d;
   color: #fff;
   padding: 0.5rem 0.75rem;
   min-width: 50px;
   min-height: 38px;
   /* height: 43px;
   width: 65px; */
   border-radius: 5px;
}

.jsBoardBtn:hover {
   color: #fff;
}

.jsBoardBtnList {
   background-color: #6c757d;
}

.jsBoardBtnWrite {
   background-color: var(--bs-haccblue);
}

.jsBoardBtnUpdate {
   background-color: #343a40;
}

.jsBoardBtnDel {
   background-color: #343a40;
}

.jsBoardBtnSeldel {
   background-color: #6c757d;
}

.jsBtn {
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 14px;
   background-color: #6c757d;
   color: #fff;
   padding: 10px;
   border-radius: 5px;
}

.jsBtn:hover {
   color: #fff;
}

.jsBtnList {
   background-color: #6c757d;
}

.jsBtnWrite {
   background-color: #17a2b8;
}

.jsBtnUpdate {
   background-color: #343a40;
}

.jsBtnDel {
   background-color: #343a40;
}

.jsBtnSeldel {
   background-color: #6c757d;
}
.jsBoardSearchBtn {
   min-width: 38px;
   min-height: 38px;
   border-radius: 4px;
   background-color: var(--bs-hacc);
}
.jsBoardSearchBtn i {
   font-size: 17px;
   color: #fff;
}

/* 기본테이블 */
.jsTable table {
   width: 100%;
   border-collapse: collapse;
   border-spacing: 0 5px;
   background: #fff;
   border-top: 1px solid #666666;
   border-bottom: 1px solid #dedede;
}
.jsTable caption {
   padding: 10px 0;
   font-weight: bold;
   text-align: left;
}
.jsTable {
   margin: 0 0 10px;
}
.jsTable caption {
   padding: 0;
   font-size: 0;
   line-height: 0;
   overflow: hidden;
}
.jsTable thead {
   background: #f9fafb;   
}
.jsTable thead th {
   padding: 20px 0;
   font-weight: 500;
   text-align: center;
   border-bottom: 1px solid #dedede;
   height: 40px;
   color: #444444;
   background: url('/img/bg_jsTh.jpg') no-repeat right center;
}
.jsTable thead th:last-child {
   background: none;
}
.jsTable thead th input {
   vertical-align: middle;
}
@media (max-width: 768px) {
   .jsTable thead th {
      background: none;
   }
}

/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.jsTable tfoot td,
.jsTable tfoot th {
   padding: 10px 0;
   border-top: 1px solid #c1d1d5;
   border-bottom: 1px solid #c1d1d5;
   background: #d7e0e2;
   text-align: center;
}
.jsTable tbody th {
   padding: 8px 0;
   border-bottom: 1px solid #dedede;
}
.jsTable td {
   color: #666;
   padding: 10px 5px;
   font-size: 16px;
   border-top: 1px solid #dedede;
   border-bottom: 1px solid #dedede;
   line-height: 1.4em;
   height: 60px;
   word-break: break-all;
}
.jsTable tbody tr:hover td {
   background: #fafafa;
}
.jsTable a:hover {
   text-decoration: underline;
}
/* paging S */
.pg_wrap {
   clear: both;
   margin: 30px 0;
   text-align: center;
}

.pg_wrap:after {
   display: block;
   visibility: hidden;
   clear: both;
   content: '';
}

.pg {
}

.pg_current,
.pg_page {
   display: inline-block;
   vertical-align: middle;
}

.pg a:focus,
.pg a:hover {
   text-decoration: none;
}

.pg_page {
   color: #555;
   font-size: 14px;
   height: 1.5rem;
   line-height: 1.5rem;
   padding: 0 5px;
   min-width: 1.5rem;
   text-decoration: none;
}

@media (min-width: 1200px) {
   .pg_page {
      height: 36px;
      line-height: 36px;
      min-width: 36px;
   }
}

.pg_page:hover {
   background-color: #ddd;
}

.pg_arrow {
   background-color: #fff;
}

.pg_start {
   text-indent: -999px;
   overflow: hidden;
   background: url('../img/btn_first.jpg') no-repeat 50% 50% #fff;
   padding: 0;
   /* border: 1px solid #d9d9d9; */
   margin-right: 10px;
   border-radius: 20px;
}

.pg_prev {
   text-indent: -999px;
   overflow: hidden;
   background: url('../img/btn_prev.jpg') no-repeat 50% 50% #fff;
   padding: 0;
   /* border: 1px solid #d9d9d9; */
   margin-right: 20px;
   border-radius: 20px;
}

.pg_next {
   text-indent: -999px;
   overflow: hidden;
   background: url('../img/btn_next.jpg') no-repeat 50% 50% #fff;
   padding: 0;
   /* border: 1px solid #d9d9d9; */
   margin-left: 20px;
   border-radius: 20px;
}

.pg_end {
   text-indent: -999px;
   overflow: hidden;
   background: url('../img/btn_end.jpg') no-repeat 50% 50% #fff;
   padding: 0;
   margin-left: 10px;
   /* border: 1px solid #d9d9d9; */
   border-radius: 20px;
}

.pg_end:hover,
.pg_next:hover,
.pg_prev:hover,
.pg_start:hover {
   background-color: #fafafa;
}

.pg_current {
   display: inline-block;
   background: var(--bs-hacc);
   color: #fff;
   font-weight: bold;
   height: 1.5rem;
   line-height: 1.5rem;
   padding: 0 10px;
   min-width: 1.5rem;
   border-radius: 20px;
}

@media (min-width: 1200px) {
   .pg_current {
      height: 36px;
      line-height: 36px;
      min-width: 36px;
   }
}

/* paging E */

/**************************************************/
/****************** 게시판 공통 E ******************/
/**************************************************/

.back-to-top {
   position: fixed;
   display: none;
   background: #fff;
   color: #fff;
   width: 126px;
   height: 672px;
   text-align: center;
   line-height: 1;
   right: 15px;
   bottom: 70px;
   transition: background 0.5s;
   z-index: 11;
   border-radius: 30px;
   border: 1px solid #e5e9ee;
}

.back-to-top .topBtnWrap {
   width: 100%;
}
.back-to-top .topBtnWrap .title {
   position: absolute;
   top: -2px;
   background-color: #0070b2;
   width: 100%;
   height: 40px;
}
.back-to-top .topBtnWrap .box_wrap {
}
.back-to-top .topBtnWrap .box {
   width: 100%;
   height: 102px;
}
.bt-e5e9ee {
   border-top: 1px solid #e5e9ee;
}
.bb-e5e9ee {
   border-bottom: 1px solid #e5e9ee;
}
.back-to-top .topBtnWrap .box span {
   font-size: 14px;
   font-weight: 600;
   color: #999999;
}
.back-to-top .top {
   position: absolute;
   bottom: -35px;
}
/* 모바일 Top버튼 */
.quickWrap {
   position: fixed;
   right: 15px;
   bottom: 50px;
   cursor: pointer;
   z-index: 11;
   /* background-color: #fff; */
}
.quickWrap .quickBtn {
   max-width: 60px;
}
.quickWrap .quickBtn i {
   
}
.quickCont {
   display: none;
   position: fixed;
   right: 15px;
   bottom: 100px;
   width: 150px;
   z-index: 15;
   /* background-color: #fff; */
}
.quickCont .quickClose {
   text-align: center;
}
.quickCont .topBtnWrap .box {
   width: 100%;
}
.quickCont .topBtnWrap .box span {
   font-size: 12px;
   font-weight: 600;
   color: #999999;
}



.quickCont a {
   display: block;
   padding: 10px 20px;
   border-radius: 15px 15px 0 15px;
   background: #fff;
   border:1px solid #000;
   /* box-shadow: 0 0 8px rgba(144 85 239 / 50%); */
}
.quickCont a + a {
   /* margin-top: 5px; */
}
.quickCont a span {
   display: flex;
   align-items: center;
   color: #353535;
   font-size: 13px;
   font-weight: 500;
}
.quickCont a img {
   max-width: 30px;
   margin-right: 5px;
}

/* 하단 footer S */
#footer {
   min-height: 305px;
   background-color: #333333;
}
#footer .wrap {
   display: flex;
}
#footer h4 {
   margin-right: 90px;
}
#footer .conn li {
   font-size: 16px;
   color: #dfdfdf !important;
}
#footer .conn li span {
   color: #fff;
   font-weight: 600;
   padding-right: 20px;
}
#footer .conn1 {
   margin-right: 150px;
}
#footer p {
   width: 100%;
   font-size: 13px;
   color: #c4c4c4;
   display: none;
}
@media (max-width: 1024px) {
   #footer .wrap {
      display: flex;
      flex-direction: column;
   }
   #footer h4 {
      width: 100%;
      margin-right: 0px;
      margin-bottom: 30px;
   }
   #footer .conn li.ex {
      display: none;
   }

   #footer .conn {
      width: 100%;
   }
   #footer .conn1 {
      margin-right: 0px;
   }
   #footer .conn2 {
      margin-bottom: 30px;
   }
   #footer p {
      display: block;
   }
}
/* 하단 footer E */

.fw-900 {
   font-weight: 900 !important;
}




 /* 팝업레이어 */
#hd_pop {
	z-index: 1000;
	position: relative;
	margin: 0 auto;
	height: 0;
}

#hd_pop h2 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

.hd_pops {
	position: absolute;
	border: 1px solid #e9e9e9;
	background: #fff;
}

.hd_pops2 {
	position: absolute;
	background: #fff;
}
.hd_pops img {
	max-width: 100%
}
.hd_pops2 img {
	max-width: 100%;	
	height: auto;
}

.hd_pops_con2 {
	border:10px solid #e7eeff; 
	padding:10px;
	
}
.hd_pops_con .title_wrap {
	display:flex;	
	justify-content:space-between;
	border-bottom:2px solid #e7eeff;
	margin-bottom:10px;
	min-height:70px;
	padding-bottom:10px;
	font-size: 24px;
	font-weight: 700;
	color: #ff0000;
}
.hd_pops_con .title_wrap h1 {
	align-self:flex-end;
}
.hd_pops_con .title_wrap h5 {
	font-size:12px;
	font-weight: 400;
	color: #000;
	align-items:flex-start;
}

.hd_pops_footer {
	padding: 0;
	background: #000;
	color: #fff;
	text-align: left;
	position: relative;	
}

.hd_pops_footer:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.hd_pops_footer button {
	padding: 10px;
	border: 0;
	color: #fff
}

.hd_pops_footer .hd_pops_reject {
	background: #000;
	text-align: left
}

.hd_pops_footer .hd_pops_close {
	background: #393939;
	position: absolute;
	top: 0;
	right: 0
}