.row {
  padding-bottom: 0;
}

/* nav */

header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
}

header .headerTop {
  padding: 0.5rem 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

h1.logo a {
  display: block;
  width: 6.75rem;
}

header .gnbItemBox > li {
  display: flex;
  align-items: center;
}

header .gnbItemBox > li::after {
  padding-left: 1rem;
  content: "ㅣ";
  font-size: 1.125rem;
  color: var(--Greyscale4);
}

header .gnbItemBox > li:last-child::after {
  content: none;
}

header .gnbItemBox a.login,
header .gnbItemBox a.join {
  display: block;
  width: unset !important;
  height: unset !important;
  font-size: 1rem;
  color: var(--Greyscale8) !important;
}

header .selectWrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}

header .selectric-wrapper {
  min-width: max-content;
}

header .selectric {
  background-color: #fff;
  border: 0px;
  padding-right: 3rem;
  min-height: 3rem;
  border-radius: 0.5rem;
}

header .selectric .button,
header .selectric-focus .selectric .button {
  border: none;
}
/* 언어선택 */
header .lgg-select{
  position: relative;
}
header .lgg-select select.form-select{
  padding: 0.625rem 3.125rem 0.625rem 25px;
  color: var(--Greyscale8);
  font-size: 1rem;
  height: 3rem;
  box-sizing: border-box;
  line-height: 2rem;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0;
  min-width: auto;
  position: relative;
}
header .lgg-select::before{
  content: '';
  display: inline-block;
  background: url('../assets/image/common/language.svg') center no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  left: 0;
}
header .selectric .label {
  padding: 0.625rem 0.5rem;
  color: var(--Greyscale8);
  font-size: 1rem;
  height: 3rem;
  box-sizing: border-box;
  line-height: 2rem;
  border: none;
}

header .udBox .headerGnb .headerInner {
  padding: 0.5rem 0;
}

header .headerGnb .headerInner ul.gnb li > a {
  position: relative;
}

header .headerGnb .headerInner ul.gnb li:hover > a {
  color: var(--Greyscale9);
  font-weight: 700;
}
header .headerGnb .headerInner ul.gnb li > a img{
  display: none;
}
header .headerGnb .headerInner ul.gnb > li > a:hover::after {
  position: absolute;
  left: 0;
  bottom: -0.6rem;
  content: "";
  width: 100%;
  height: 0.25rem;
  background: var(--Primary1);
}

header .headerGnb .headerInner ul.gnb li > .lnb {
  display: none;
  position: absolute;
  top: 7.625rem;
  left: 0;
  width: max-content;
  min-width: 100%;
  background: #fff;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-top: 0.0625rem solid var(--Greyscale2);
  box-sizing: border-box;
  box-shadow: 0 0.0625rem 0.5rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

header .headerGnb .headerInner ul.gnb li > .lnb[style*="display: block"] {
  display: flex !important;
}

header .headerGnb .headerInner ul.gnb li > .lnb > .titBox {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc(((100% - 88.75rem) / 2) + 18.75rem);
  height: 100%;
  padding: 0.625rem 1.875rem;
  box-sizing: border-box;
  background-color: var(--Primary1);
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}

header .headerGnb .headerInner ul.gnb li > .lnb > .lnb_inner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  background-color: #fff;
  width: 70rem;
  padding-left: 18.75rem;
  /* height: 100%; */
  overflow-y: auto;
}

header .headerGnb .headerInner ul.gnb li > .lnb > .lnb_inner > li {
  flex-grow: 1;
  padding: 1.625rem;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--Greyscale8);
  border-right: 1px solid var(--Greyscale2);
}

header .headerGnb .headerInner ul.gnb li > .lnb > .lnb_inner > li > a::after {
  content: "";
  display: block;
  width: 5rem;
  height: 0.125rem;
  background-color: var(--Greyscale8);
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

header .headerGnb .headerInner ul.gnb li > .lnb > .lnb_inner .sub_menu {
  font-size: 1rem;
  font-weight: 400;
}

@media (max-width: 1420px) {
  header .headerGnb .headerInner ul.gnb li > .lnb {
    width: 100%;
  }

  header .headerGnb .headerInner ul.gnb li > .lnb > .titBox {
    width: 260px;
    font-size: 2rem;
  }

  header .headerGnb .headerInner ul.gnb li > .lnb > .lnb_inner {
    width: calc(100% - 260px);
    padding-left: 260px;
  }
}

@media (max-width: 960px) {
  header .headerGnb .headerInner ul.gnb {
    align-items: start;
    box-sizing: border-box;
    gap: 0;
  }

  header .headerGnb .headerInner ul.gnb > li > a:hover {
    color: var(--Primary1);
  }

  header .headerGnb .headerInner ul.gnb > li > a.active {
    color: var(--Primary1);
    font-weight: 700;
  }

  header .headerGnb .headerInner ul.gnb > li > a:hover::after {
    display: none;
  }

  header .headerGnb .headerInner ul.gnb li > .lnb {
    /* display: flex; */
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    min-width: unset;
    left: unset;
    height: 100% !important;
    background-color: var(--Greyscale1);
    box-shadow: none;
    align-items: start;
  }

  header .headerGnb .headerInner ul.gnb li > .lnb > .titBox {
    display: none;
  }

  header .headerGnb .headerInner ul.gnb li > .lnb > .lnb_inner {
    width: 100%;
    flex-direction: column;
    padding: 0;
    background-color: transparent;
    gap: 1rem;
    padding-top: 20px;
    height: 100%;
    overflow-y: auto;
  }

  header .headerGnb .headerInner ul.gnb li > .lnb > .lnb_inner > li > a::after {
    display: none;
  }

  header .headerGnb .headerInner ul.gnb li > .lnb > .lnb_inner > li {
    padding: 0 20px;
    flex-grow: 0;
  }
  header .headerGnb .headerInner ul.gnb li{
    width: 100%;
  }
  header .headerGnb .headerInner ul.gnb li a {
    text-align: left;
    font-size: 1rem;
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  header .headerGnb .headerInner ul.gnb li a img{
    filter: invert(95%) sepia(11%) saturate(93%) hue-rotate(159deg) brightness(90%) contrast(86%);
  }
  header .headerGnb .headerInner ul.gnb .lnb .lnb_inner > li > a {
    font-size: 1.125rem;
  }

  header .headerGnb .headerInner ul.gnb li > .lnb > .lnb_inner .sub_menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 1rem;
  }
}

@media (max-width: 1200px) {
  .selectric .label {
    font-size: 0.9375rem;
  }
}

@media (max-width: 960px) {
  .headerGnb {
    position: fixed;
    top: 0;
    right: 0;
    width: 0 !important;
    height: 100%;
    height: calc(var(--vh, 1vh) * 100);
    background: #fff;
    overflow-x: hidden;
    transition: all ease-out 0.3s;
    z-index: 990;
  }

  .headerGnb.active {
    width: 28.75rem !important;
  }

  .headerGnb .headerInner {
    margin-top: 4rem;
    padding: 0 1rem 1rem;
    flex-direction: column-reverse !important;
    align-items: center;
    justify-content: start;
    gap: 1rem;
    width: 100%;
    box-sizing: border-box;
  }

  .headerGnb .headerInner .gnb {
    flex-direction: column !important;
  }

  .mBtn {
    display: block;
  }

  header .headerGnb .headerInner ul.gnb > li:hover::after {
    content: unset;
  }

  header .headerGnb .headerInner ul.gnb li ul.lnb {
    position: unset;
  }

  header .headerGnb .headerInner ul.gnb li:hover ul.lnb {
    display: none;
  }
  .rightItem{
    display: none;
  }
}

@media (max-width: 640px) {
  .headerGnb.active {
    width: 100% !important;
  }
}
/* aside */

.wrapper .asideWrap {
  flex-shrink: 0;
  width: 15rem;
}

.wrapper .asideWrap .asideTit {
  background-color: var(--Primary1);
  padding: 1.25rem 0;
  text-align: center;
  font-size: 1.625rem;
  font-weight: 700;
  color: #fff;
  border-radius: 1.25rem 1.25rem 0px 0px;
}

.wrapper .asideWrap .asideNav {
  margin-top: 0.625rem;
  border: 0.0625rem solid #ced4da;
  border-radius: 0.25rem;
}

.asideNav .toggle {
  position: relative;
  display: inline-block;
  width: 100%;
}

.asideNav .toggle > .asideBtn.toggleBtn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 0.25rem;
}

.asideNav .toggle > .asideBtn.toggleBtn span {
  flex-grow: 1;
  padding: 0.625rem 1rem;
  color: var(--Greyscale9);
  font-size: 1rem;
}

.asideNav .toggle.show .asideBtn.toggleBtn span {
  color: var(--Primary1);
  font-weight: 700;
}

.asideNav .toggle .asideBtn.toggleBtn > img.arrow {
  padding: 0 0.75rem;
  transition: all 0.3s;
  opacity: 0.3;
}

.asideNav .toggle.show .asideBtn.toggleBtn > img.arrow {
  transform: rotate(180deg);
  opacity: 1;
}

.asideNav .toggle > .asideSubCon {
  display: none;
  width: 100%;
  background: var(--Greyscale1);
  box-sizing: border-box;
}

.asideNav .toggle > .asideSubCon a {
  position: relative;
  display: block;
  padding: 0.5rem 1rem 0.5rem 2rem;
  color: var(--Greyscale8);
  box-sizing: border-box;
}

.asideNav .toggle > .asideSubCon a.active {
  color: var(--Greyscale8);
  font-weight: 700;
}

.asideNav .toggle > .asideSubCon a::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "·";
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  left: 1rem;
}

.asideNav .toggle > .asideSubCon a:not(.txt) {
  padding-left: 2rem;
}

.asideNav .toggle > .asideSubCon a.active::before {
  color: var(--Primary1);
}

.asideNav .toggle.show .asideSubCon {
  display: block;
}

/* aside toggle(not) style */

.asideNav .toggle > .asideBtn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 0.25rem;
}

.asideNav .toggle > .asideBtn span {
  flex-grow: 1;
  padding: 0.625rem 1rem;
  color: var(--Greyscale9);
  font-size: 1rem;
}

.asideNav .toggle.show .asideBtn span {
  color: var(--Primary1);
  font-weight: 700;
}

.asideNav .toggle .asideBtn > img.arrow {
  padding: 0 0.75rem;
  transition: all 0.3s;
  opacity: 0.3;
}

.asideNav .toggle.show .asideBtn > img.arrow {
  transform: rotate(180deg);
  opacity: 1;
}

.asideWrap_m {
  display: none;
}

@media (max-width: 960px) {
  .asideWrap {
    display: none;
  }

  .asideWrap_m {
    display: block;
    margin-left: -2rem;
    margin-right: -2rem;
    border-top: 0.0625rem solid var(--Greyscale4);
  }

  .asideWrap_m .asideNav_m {
    position: relative;
    padding: 1rem 2rem;
    width: 100%;
    background-color: var(--Greyscale1);
    box-sizing: border-box;
  }

  .asideWrap_m .asideNav_m .dropdownBtn {
    border: none;
  }

  .asideWrap_m .asideNav_m .arrowIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.625rem;
    height: 2.625rem;
    text-indent: -6249.9375rem;
    background-color: var(--Primary1);
    border-radius: 0.25rem;
  }

  .asideWrap_m .asideNav_m .arrowIcon img {
    width: 1.5rem;
    height: 1.5rem;
    transition: all 0.3s;
  }

  .asideWrap_m .asideNav_m.show .arrowIcon img {
    transform: rotate(180deg);
  }

  .asideWrap_m .dropdownCon {
    background: #fff;
    border-radius: 0.25rem;
    z-index: 9;
  }

  .asideWrap_m .accordion {
    position: absolute;
    top: 0.6rem;
    left: 0.9rem;
    right: 0.9rem;
    border-radius: 0.25rem;
    border-left: 0.0625rem solid var(--Greyscale4);
    border-right: 0.0625rem solid var(--Greyscale4);
    box-sizing: border-box;
    z-index: 9;
  }

  .asideWrap_m .accordionBox .accordionItem:first-child {
    border-radius: 0.5rem 0.5rem 0 0;
  }

  .asideWrap_m .accordionBox .accordionItem:last-child {
    border-radius: 0 0 0.5rem 0.5rem;
  }

  .asideWrap_m .accordionBox .accordionItem .accordionHeader {
    padding: 0.625rem 1rem;
  }

  .asideWrap_m
  .accordionBox
  .accordionItem
  .accordionHeader.show
  .accordionTitle {
    color: var(--Primary1);
    font-weight: 700;
  }

  .asideWrap_m .accordionBox .accordionItem .accordionContent {
    background-color: var(--Greyscale1);
  }

  .asideWrap_m .accordionBox .accordionItem .accordionContent a {
    position: relative;
    display: block;
    margin-bottom: 0.5rem;
  }

  .asideWrap_m .accordionBox .accordionItem .accordionContent a.active {
    font-weight: 700;
  }

  .asideWrap_m .accordionBox .accordionItem .accordionContent a::before {
    display: inline-block;
    margin-right: 0.5rem;
    content: "·";
    font-size: 1.5rem;
    position: absolute;
    top: -0;
    left: 0;
  }

  .asideWrap_m .accordionBox .accordionItem .accordionContent a:not(.txt) {
    padding-left: 0.875rem;
  }

  .asideWrap_m .accordionBox .accordionItem .accordionContent a.active::before {
    color: var(--Primary1);
  }

  .asideWrap_m .accordionBox .accordionItem .accordionContent a:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .asideWrap_m {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .asideWrap_m .asideNav_m {
    padding: 1rem;
  }
}

/* content header */

.contentWrap {
  flex-grow: 1;
  width: 100%;
}

.conTop {
  padding: 1.875rem 0;
  border-bottom: 0.0625rem solid var(--Greyscale4);
}

.conTop .conTit {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.conTop .conTit h3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--Greyscale8);
}

.conTop .conTit .breadcrumb {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0px;
}

.conTop .conTit .breadcrumb .breadcrumbItem {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0px;
}

.conTop .conTit .breadcrumb .breadcrumbItem a {
  color: #b0b0b0;
}

.conTop .conTit .breadcrumb .breadcrumbItem::after {
  display: block;
  content: "";
  height: 0.625rem;
  width: 0.375rem;
  background: url("../assets/icon/common/breadcrumb_arrow.svg") center no-repeat;
}

.conTop .conTit .breadcrumb .breadcrumbItem:last-child a {
  color: var(--Greyscale8);
}

.conTop .conTit .breadcrumb .breadcrumbItem:last-child::after {
  display: none;
}

@media (max-width: 960px) {
  .contentWrap {
    width: 100%;
  }

  .conTop {
    border-bottom: none;
  }
}

/* content body */

.contentBox {
  padding-top: 1.875rem;
}

/* 4뎁스 모바일 메뉴 */

.depth4Menu_m {
  display: none;
}

@media (max-width: 640px) {
  .depth4Menu_d {
    display: none;
  }

  .depth4Menu_m {
    display: block;
  }

  .depth4Menu_m a.dropdownBtn {
    margin-bottom: 1.875rem;
    background: var(--Primary1);
    border: none;
  }

  .depth4Menu_m a > span {
    color: #fff !important;
    font-weight: 700;
  }

  .depth4Menu_m.show > a span {
    color: #fff !important;
  }

  .depth4Menu_m > .dropdownCon {
    top: 2.6rem;
  }
}

/* 푸터 */

footer {
  margin-top: 3.625rem;
  padding: 1.5rem 0 !important;
}

footer .privacy {
  color: var();
}

footer .fnbBItem {
  padding-top: 0 !important;
}

footer .fnbCItem {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: row;
  align-items: center !important;
  gap: 1.5rem;
}

footer .fnbCItem .infoTxtBox {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

footer .fnbCItem .leftItem {
  width: 100%;
}

footer .fnbCItem .copyRight {
  margin-top: 0;
}

@media (max-width: 960px) {
  footer .termsBox {
    justify-content: flex-start !important;
    gap: 1rem !important;
  }
}

@media (max-width: 640px) {
  footer .fnbCItem {
    flex-direction: column-reverse;
    align-items: flex-start !important;
    justify-content: flex-start;
  }
}

/* ------------------------------------------------------ */

/* 입력양식 스타일 */

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"] {
  border: 0.0625rem solid var(--Greyscale4);
  padding: 0.75rem 0.875rem;
  font-size: 1rem;
}

input[type="text"]:disabled {
  background-color: var(--Greyscale2);
  color: var(--Greyscale6);
}

input[type="file"]::file-selector-button {
  position: absolute;
  background: var(--Primary1);
  color: #fff;
  border: 0;
  padding: 0.75rem 1rem;
  font-family: "Pretendard GOV";
  font-size: 1rem;
  border-radius: 0.25rem;
  top: 0;
  right: 0;
  margin: 0;
}

input[type="file"] {
  font-size: 1rem;
  font-family: "Pretendard GOV";
  border: 0.0625rem solid var(--Greyscale4);
  border-radius: 0.25rem;
  position: relative;
  width: 100%;
  padding: 0.75rem 0.875rem;
  line-height: 1.375rem;
}



textarea {
  border: 0.0625rem solid var(--Greyscale4);
  padding: 0.75rem 0.875rem;
}

button {
  cursor: pointer;
}

select.slcLst {
  width: 100%;
  border: 0.0625rem solid var(--Greyscale4);
  height: 10.312rem;
  font-size: 1rem;
}

/* 날짜선택 */
.DatePickerWrap {
  display: flex;
  flex-direction: row;
}

.DatePicker {
  flex-grow: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  max-width: 12.5rem;
  background: #fff;
  border-radius: 0.5rem;
  box-sizing: border-box;
  border: 0.0625rem solid var(--Greyscale4);
}

.DatePicker.both {
  max-width: 16rem;
}

.DatePickerWrap .DatePicker:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.DatePickerWrap .DatePicker:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}

.DatePicker > input {
  padding: 0.75rem 1rem;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  flex-grow: 1;
  border-radius: 0.5rem;
  border: 0;
}

.DatePicker > input.datePickerInput::placeholder {
  color: #b5bec6 !important;
  font-size: 1rem;
}

.DatePicker > input:focus-visible {
  outline: transparent;
}

.DatePickerWrap + .DatePickerBtn {
  display: flex;
  flex-direction: row;
}

.DatePickerBtn > button {
  padding: 0.75rem 0.875rem;
  background-color: #fff;
  border: 0.0625rem solid var(--Greyscale4);
  border-right: 0;
}

.DatePickerBtn > button:first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.DatePickerBtn > button:last-child {
  border-right: 0.0625rem solid var(--Greyscale4);
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.DatePickerBtn > button.on {
  background-color: var(--Primary1);
  color: #fff;
}

/* 스위치 */

.switchWrap {
  display: flex;
  width: 4.125rem;
  align-items: center;
}

.switchWrap label {
  display: block;
  position: relative;
  width: 4.125rem;
  height: 20.5rem;
  background: #d3d3d3;
  border-radius: 0.3125rem;
  transition: background 0.4s;
}

.switchWrap label::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 2.0625rem;
  height: 20.5rem;
  border-radius: 0.3125rem;
  background-color: var(--Primary1);
  transition: all 0.4s;
}

.switchWrap label::before {
  content: "Y";
  width: 2.0625rem;
  height: 20.5rem;
  font-size: 0.875rem;
  line-height: 20.5rem;
  position: absolute;
  left: 0px;
  top: 0;
  transition: all 0.4s;
  color: #fff;
  z-index: 1;
  text-align: center;
}

.switchWrap input[type="checkbox"]:checked + label {
  background: var(--Greyscale4);
}

.switchWrap input[type="checkbox"]:checked + label::after {
  left: 2.0625rem;
  background-color: var(--Greyscale6);
}

.switchWrap input[type="checkbox"]:checked + label::before {
  content: "N";
  color: #fff;
  left: 2.0625rem;
}

/* input + 설명/텍스트표기 */

.inputWrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 0.625rem;
  position: relative;
}

.inputWrap.top input {
  padding-right: 2.5rem;
}

.inputWrap.top .inputEtc {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  transform: translateY(-50%);
}

/* 버튼영역 */

.buttonArea {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: 0.625rem;
  font-size: 1.125rem;
}

.buttonArea.left {
  justify-content: flex-start;
}

.buttonArea.right {
  justify-content: flex-end;
}

.buttonArea.center {
  justify-content: center;
}

.buttonArea .buttonSec {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.625rem;
}

button.btn,
a.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 6.25rem;
  padding: 0.625rem;
  gap: 0.3125rem;
  background-color: var(--Primary1);
  color: #fff;
  border-radius: 0.25rem;
  flex-shrink: 0;
}

button.btn.line,
a.line {
  border: 0.0625rem solid var(--Greyscale4);
  background-color: #fff;
  color: var(--Greyscale8);
}

button.sml,
a.btn.sml {
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  min-width: 0;
  font-size: 1rem;
  font-weight: normal;
}

.boardBodyItem .buttonArea {
  margin: 0;
}

.adminTable .col.txt .buttonArea {
  margin: 0;
}

.adminTable .col.txt p {
  flex-shrink: 0;
}

/* ------------------------------------------------------ */
/* content component */

/* 검색바 */
.srchFltrWrap .subsearch {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  width: 100%;
  height: 48px;
}
.srchFltrWrap .subsearch .form-select{
  border-radius: 0.5rem 0 0 0.5rem;
  border-right: 0;
}
.srchFltrWrap .subsearch .selectBox {
  gap: 0.625rem;
  border: 0;
  font-size: 1rem;
  padding: 0.625rem 1rem;
  padding-right: 3rem;
  min-height: 3rem;
  width: 200px;
  border-radius: 0.5rem 0 0 0.5rem;
  border: 0.0625rem solid var(--Greyscale4);
  border-right: 0;
}
.srchFltrWrap .subsearch .nice-select {
  border: 0.0625rem solid var(--Greyscale4);
  border-right: 0;
  height: 48px;
  line-height: 48px;
  padding: 0 1rem;
  border-radius: 0.5rem 0 0 0.5rem;
}
.subsearch .rightItem {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.subsearch .rightItem .searchBtn {
  background-color: var(--Primary1);
  color: #fff;
  padding: 0.75rem 1rem;
  height: 100%;
  width: 3.875rem;
  min-width: unset;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 0 0.5rem 0.5rem 0;
}

.subsearch input[type="search"] {
  padding: 0 1rem;
  border: 0.0625rem solid var(--Greyscale4);
  width: 100%;
  border-radius: 0.5rem;
}

.subsearch .rightItem input {
  flex-grow: 1;
  padding: 0 1rem;
  height: 48px;
  border: 1px solid var(--Greyscale4);
  border-right: 0;
  border-radius: 0;
}

.subsearch .searchBtn {
  background-color: var(--Primary1);
  color: #fff;
  padding: 0.75rem 1rem;
  height: 100%;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 0.5rem;
  flex-shrink: 0;
}

.srchFltrWrap .srchFltrItem p.tit {
  flex-shrink: 0;
  font-weight: 500;
  margin-left: 1rem;
}

.srchFltrWrap .srchFltrItem p.tit:first-of-type {
  margin-left: 0rem;
}
@media (max-width: 640px) {
  .srchFltrWrap .subsearch .form-select{
    border-radius: 0.5rem;
    border-right: solid 1px var(--Greyscale4);
    width: 100%;
  }
}
/* 팝업 */

html.noScroll {
  overflow: hidden;
}

.popupWrap {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
}

.popupWrap.on {
  display: block;
}

.popupWrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: -1;
}

.popupWrap .popupInner {
  padding: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1200px;
  min-width: 15.625rem;
  max-height: 80%;
  background-color: #fff;
  border-radius: 0.25rem;
  overflow-y: auto;
}

.popupWrap .popupInner .popupTop {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1.875rem;
}

.popupWrap .popupInner .popupTop > h5 {
  font-size: 1.5rem;
}

.popupCon.survey {
  border: 0.0625rem solid var(--Greyscale4);
}

.popupCon .board-dtlPage {
  min-width: 1200px;
}

@media (max-width: 640px) {
  .popupWrap .popupInner {
    max-width: 50%;
  }
}

/* ------------------------------------------------------ */

/* 게시판 스타일 */

.boardCount {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.1875rem;
  font-size: 1rem;
  color: var(--Greyscale7);
  margin-bottom: 1rem;
}

.boardCount::before {
  content: "";
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  background-image: url("../assets/icon/content/point_dot.svg");
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.4375rem;
}

.boardCount > span {
  color: var(--Primary1);
  font-weight: 600;
}

.table-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1rem;
}

.table-top .boardCount {
  margin-bottom: 0;
}

.table-top .buttonArea {
  width: unset;
}

.table-area {
  overflow-x: auto;
  overflow: hidden;
}

table.board {
  margin-bottom: 1rem;
}

table.board thead {
  background: #fff;
  border-top: 0.0625rem solid var(--Greyscale9);
  border-bottom: 0.0625rem solid var(--Greyscale9);
}

table.board thead,
table.board tbody {
  text-align: center;
}

table.board tbody {
  background: #fff !important;
}

table.board thead th {
  position: relative;
}

table.board thead th::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 0.0625rem;
  height: 1.25rem;
  background-color: var(--Greyscale4);
}

table.board thead th:last-child::after {
  display: none;
}

table.board tbody.t-line {
  border-top: 0.125rem solid var(--Greyscale8);
}

table.board tbody > tr {
  border-bottom: 0.0625rem solid var(--Greyscale4);
  border-top: 0;
}

table.board thead > tr th {
  font-weight: 700;
}

table.board tbody > tr th {
  font-weight: 400;
}

table.board tbody > tr.noticeBox {
  background: var(--Greyscale0);
}

table.board tbody > tr.noticeBox p.noticeTxt {
  display: block;
  padding: 0.1875rem 0.3125rem;
  color: var(--Greyscale8);
  font-weight: 400;
  background: var(--Secondary);
  border-radius: 0.1875rem;
}

table.board thead > tr th,
table.board tbody > tr td {
  /* padding: 1rem; */
  /* height: 3.125rem; */
  font-size: 1rem !important;
  word-break: keep-all;
  color: var(--Greyscale8);
  box-sizing: border-box;
}

table.board thead > tr th.check,
table.board tbody > tr td.check {
  width: 3.5rem;
}

.boardBodyItem.switch,
.boardHeaderItem.switch {
  width: 70.5rem;
}

.boardBodyItem.date,
.boardHeaderItem.date {
  width: 12.5rem;
}

.boardBodyItem .smlTxt {
  font-size: 0.875rem;
}

table.board thead > tr th.num,
table.board tbody > tr td.num {
  width: 8%;
}

table.board thead > tr th.item01,
table.board tbody > tr td.item01 {
  width: 10%;
}

table.board thead > tr th.item02,
table.board tbody > tr td.item02 {
  width: 20%;
}

table.board thead > tr th.fix100,
table.board tbody > tr td.fix100 {
  width: 6.25rem;
}

table.board thead > tr th.fix200,
table.board tbody > tr td.fix200 {
  width: 12.5rem;
}

table.board thead > tr th.date,
table.board tbody > tr td.date {
  width: 12.5rem;
}

table.board thead > tr th.tit,
table.board tbody > tr td.tit {
  flex: auto;
  max-width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  /* white-space: nowrap; */
}

table.board tbody > tr td.left {
  text-align: left;
}

table.board tbody > tr td.tit,
table.board tbody > tr td.tit a {
  color: var(--Greyscale8);
  font-weight: 400;
}

table.board tbody.l-line > tr td {
  border-left: 0.0625rem solid var(--Greyscale4);
  min-width: 11.25rem;
}

table.board tbody.l-line > tr td:first-child {
  border-left: 0;
}

table.board thead .overHeader-b {
  border-bottom: 0.0625rem solid var(--Greyscale4);
}

table.board thead .overHeader-r {
  border-right: 0.0625rem solid var(--Greyscale4);
}

table.board tbody > tr .overHeader-l {
  border-left: 0.0625rem solid var(--Greyscale4) !important;
}

table.board tbody tr .boardBodyItem > div.flexBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.625rem;
}

/* 상세/수정 표 */

.adminTable {
  border-top: 0.0625rem solid #ced4da;
  margin-bottom: 1rem;
}

.adminTable .row {
  border-bottom: 0.0625rem solid #ced4da;
  margin: 0;
}

.adminTable .col.tit,
.adminTable .col.txt {
  padding: 1rem;
}

.adminTable .col.tit {
  display: flex;
  align-items: center;
  justify-content: start;
  background-color: var(--Greyscale1);
  width: 12.5rem;
  font-weight: 700;
}

.adminTable .col.txt {
  width: 100%;
  flex: 1 0 0;
  display: flex;
  gap: 0.625rem;
  align-items: center;
}

.adminTable .col.txt.form {
  flex-direction: column;
  align-items: flex-start;
}

.adminTable .col.txt input[type="checkbox"] {
  flex-shrink: 0;
}

.adminTable .col.txt input[type="text"],
.adminTable .col.txt textarea,
.adminTable .col.txt input[type="password"] {
  width: 100%;
  font-size: 1rem;
}

.adminTable .col.txt .dropdown {
  width: 100%;
}

.adminTable .col.txt label {
  flex-shrink: 0;
}

.adminTable .row > .col.txt > form {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
}

.adminTable fieldset {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}

.adminTable .col.txt .description {
  color: #868e96;
  font-size: 0.875rem;
}

.adminTable .col.txt > .line {
  margin-bottom: 0.625rem;
}

.adminTable .col.txt > .line:last-child {
  margin-bottom: 0;
}

.adminTable .col.txt textarea {
  width: 100%;
}

.adminTable .col.tit.required::before {
  content: "*";
  color: #d32f2f;
}

.adminTableTit {
  font-size: 1.125rem;
  font-weight: 700;
  padding: 1rem 0.625rem;
  border-bottom: 0.125rem solid var(--Greyscale8, #363a3c);
  margin-top: 1.875rem;
}

.adminTable .row.header .col.tit {
  justify-content: center;
}

.adminTable .col.txt.insd {
  padding: 0;
}

.adminTable .insd .row {
  width: 100%;
  flex-wrap: wrap;
  border-bottom: 0;
}

.adminTable .insd .row .col {
  flex-basis: unset;
  justify-content: center;
}

/* .container .adminTable:nth-child(2) {
  margin-top: 1.875rem;
} */

.adminTableInfo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.adminTableInfo p {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.3125rem;
  color: var(--Greyscale8);
}

.adminTableInfo p::before {
  content: "-";
  display: inline-block;
}

.adminTable .adminTable {
  width: 100%;
  flex-shrink: 0;
}

.adminTable .col.tit.full {
  width: 100%;
  justify-content: space-between;
}

.adminTable .col.tit.full > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.625rem;
}

.adminTable .adminTable .col.txt > .row {
  width: 100%;
  border-bottom: 0;
  gap: 0.625rem;
}

.adminTable .adminTable .col.txt > .row > .col {
  padding: 0;
}

.adminTable .adminTable .col.txt > .row > .col fieldset input[type="radio"],
.adminTable .adminTable .col.txt > .row > .col fieldset input[type="checkbox"] {
  margin-right: 0.625rem;
}

/* 에디터 자리 */
.editorBox {
  width: 100%;
  height: 100%;
  min-height: 31.25rem;
}

/* 어드민테이블 내 좌우정렬 */

.adminTable .flexRow {
  display: flex;
  flex-direction: row;
  gap: 0.625rem;
  width: 100%;
}

/* -------------------------------------- */
/* 셀렉트박스 */

/* 디폴트 셀렉트박스 */

.selectric-hover .selectric,
.selectric-focus .selectric,
.selectric-open,
.selectric-open .selectric {
  border: none;
  outline: none;
}

.selectric-wrapper {
  min-width: 200px;
}

.selectric {
  background-color: #fff;
  border: 0px;
  padding-right: 3rem;
  min-height: 3rem;
  border-radius: 0.5rem;
}

.selectric .label {
  padding: 0.625rem 1rem;
  border: 0.0625rem solid var(--Greyscale4);
  color: var(--Greyscale8);
  font-size: 1rem;
  height: 3rem;
  box-sizing: border-box;
  border-radius: 0.5rem;
  line-height: 1.625rem;
}

.selectric .button {
  background-color: transparent;
  background-image: url(../assets/icon/Basic_Icon/Select_arrow.svg);
  border-top: 0.0625rem solid var(--Greyscale4);
  border-bottom: 0.0625rem solid var(--Greyscale4);
  border-right: 0.0625rem solid var(--Greyscale4);
  width: 3rem;
  height: 3rem;
  box-sizing: border-box;
  transition: none;
  border-radius: 0 0.5rem 0.5rem 0;
}

.selectric-focus .selectric .button {
  border-radius: 0.5rem 0 0 0.5rem;
  border-left: 0.0625rem solid var(--Greyscale4);
  border-right: 0px;
}

.selectric-items {
  background-color: #fff;
  border: 0px;
}

.selectric-items li.highlighted {
  color: var(--Primary1);
  background-color: var(--Greyscale1);
}

/* 검색필터 */

.srchFltrWrap {
  margin-bottom: 1.25rem;
}

.srchFltrWrap .srchFltrItem {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}

.srchFltrWrap .srchFltrItem:last-child {
  margin-bottom: 0px;
}

.srchFltrWrap .srchFltrItem .subsearch .selectric {
  border-radius: 0.5rem 0 0 0.5rem;
}

.srchFltrWrap .srchFltrItem .subsearch .selectric .button {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* 상세/수정/등록 */

.adminTable .selectric .label {
  border-radius: 0.5rem 0 0 0.5rem;
}

/* -------------------------------------- */

/* zoom in/out */

.zoomBoxItem {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.5);
  height: 2rem;
  padding: 0.375rem;
  border-radius: 0.375rem;
  box-sizing: border-box;
}

.zoomBoxItem p {
  font-size: 1rem;
  color: var(--Greyscale8);
}

.zoomBoxItem button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 0.1875rem;
  border: 1px solid var(--Greyscale4);
  height: 1.25rem;
  width: 1.25rem;
}

/* 검색바 내 셀렉트박스 */

.srchFltrWrap .selectric .label {
  border-radius: 0.5rem 0 0 0.5rem;
}

/* gnb select */

nav .rightItem .selectric-wrapper {
  min-width: unset;
}

nav .rightItem .selectric {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0px;
  padding-right: 1.875rem;
  min-height: unset;
  border-radius: 0.5rem;
}

nav .rightItem .selectric .label {
  padding: 0.375rem 0.625rem;
  border: none;
  color: #fff;
  height: unset;
  border-radius: unset;
}

nav .rightItem .selectric .button {
  background-color: transparent;
  background-image: url(../assets/icon/App_Bar/Select_arrow_w.svg);
  border: none;
  width: 1.875rem;
  height: 100%;
}

nav .rightItem .selectric-items {
  background-color: #fff;
  border: 0px;
}

nav .rightItem .selectric-items li.highlighted {
  color: var(--Primary1);
}

/* 버튼 최소사이즈 설정 */
.btn {
  font-size: 1.125rem;
}

.buttonArea .btn {
  min-width: 130px;
}

/* 가로 구분선 추가 */

hr {
  display: block;
  height: 1px;
  box-sizing: border-box;
  background-color: var(--Greyscale4);
  border: 0;
  margin: 1rem 0;
}

/* 페이지네이션 커스텀 */

.pagination-area {
  margin-top: 1rem;
}

.pagination li:not(.page) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 0.5rem;
}

.pagination li.active {
  border: 0.0625rem solid var(--Primary1);
}

.popupWrap .buttonArea {
  margin-top: 1rem;
}

/* 수정/등록 페이지 테이블 수정 */

.adminTable .checkList {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  padding: 0.8125rem 0;
}

.adminTable .checkList fieldset {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.adminTable #tree {
  min-width: 16.25rem;
}

.adminTable .cus01 {
  background-color: var(--Greyscale1);
  text-align: center;
  justify-content: center;
  font-weight: 700;
}

/* 모바일 반응형 추가 */

@media (max-width: 960px) {
  .wrapper {
    flex-direction: column-reverse;
  }

  .wrapper .asideWrap {
    width: 100%;
  }

  .conTop .conTit {
    gap: 1rem;
  }

  .conTop .conTit h3 {
    font-size: 1.5rem;
  }

  .adminTable .row > .col.txt > form {
    flex-wrap: wrap;
  }

  .breadCrumb {
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .conTop .conTit {
    flex-direction: column;
  }

  .adminTable .col.tit {
    width: 10rem;
    font-size: 0.9375rem;
  }

  button.btn,
  a.btn,
  .wrapper .asideWrap .asideNav li a,
  .popupWrap .popupInner .popupTop {
    font-size: 0.9375rem;
  }

  .wrapper .asideWrap .asideTit {
    font-size: 1.25rem;
  }

  .popupWrap .popupInner {
    width: 80%;
    min-width: unset;
  }

  .popupWrap .popupInner {
    padding: 1rem;
  }

  .srchFltrWrap .srchFltrItem,
  .srchFltrWrap .subsearch {
    flex-wrap: wrap;
  }

  .srchFltrWrap .subsearch {
    gap: 0.5rem;
    height: unset !important;
  }

  .srchFltrWrap .subsearch .selectWrap {
    width: 100%;
  }
  .srchFltrWrap .subsearch .selectWrap .nice-select{
    width: 100%;
    border: 0.0625rem solid var(--Greyscale4) !important;
    border-radius: 0.5rem !important;
  }
  .srchFltrWrap .srchFltrItem .subsearch .selectric {
    border-radius: 0.5rem;
  }

  .srchFltrWrap .srchFltrItem .subsearch .selectric .button {
    border-right: 0.0625rem solid var(--Greyscale4);
    border-radius: 0 0.5rem 0.5rem 0;
  }

  .subsearch .rightItem input {
    width: 100%;
    border-radius: 0.5rem 0 0 0.5rem;
  }

  .table-area {
    width: 100%;
    overflow-x: auto;
  }

  table.board thead > tr th,
  table.board tbody > tr td,
  .pagination > li a {
    font-size: 0.875rem !important;
  }

  table.board thead > tr th,
  table.board tbody > tr td {
    width: auto !important;
    white-space: nowrap;
    max-width: unset !important;
  }

  .pagination li:not(.page) {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.1875rem;
  }

  .adminTable .checkList,
  .DatePickerWrap,
  .DatePickerWrap + .DatePickerBtn {
    flex-wrap: wrap;
  }
}

input[type="date"i]::-webkit-calendar-picker-indicator,
input::-webkit-calendar-picker-indicator {
  display: none;
}

@media (max-width: 460px) {
  .adminTable .row {
    flex-direction: column;
  }

  .adminTable .col {
    width: 100% !important;
    min-height: unset;
  }

  .buttonArea .btn {
    min-width: 3.75rem;
  }

  .fileBox > label {
    padding: 0.625rem 1rem;
  }
}

/* 말줄임 */

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Header */

/* 커스텀 */
.header {
  width:100%;
  height: 50px;
}

.header > .header-inner {
  max-width: 1200px;
  margin:0 auto;
  position:relative;
}
.header > .header-inner .top-menu-bar {
  width: 100%;
}


/* 상단 메뉴바 */
.header > .header-inner > .top-menu-bar > ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.header > .header-inner > .top-menu-bar > ul:nth-child(2) {
  margin-right:105px;
}

.header > .header-inner > .top-menu-bar > ul > li > a {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header > .header-inner > .top-menu-bar > ul > li > a > * {
  line-height:normal;
}

.header > .header-inner > .top-menu-bar > ul > li > a::after {
  content:"";
  display:block;
  background-color:#000;
  position:absolute;
  bottom:0;
  left:50%;
  width:0%;
  height:3px;
  transform:translatex(-50%);
  transition:width .3s ease-in-out;
}

.header > .header-inner > .top-menu-bar > ul > li > a.active::after {
  width:100%;
}

/* 2차 메뉴 배경 */
.header > .header-inner > .top-menu-bar > .sub-menu-bg {
  position:fixed;
  top: 122px;
  left:0;
  width:100%;
  height:0;
  background-color:#fff;
  border-top:1px solid #ccc;
  z-index:-5;
  transition:height .3s;
}

/* 2차 메뉴 */
.header > .header-inner > .top-menu-bar ul > li {
  text-align: center;
  flex: 1;
  width: 100%;
}

.header > .header-inner > .top-menu-bar > ul > li > ul {
  padding:20px 0;
  display: block;
}

.header > .header-inner > .top-menu-bar > ul > li.active > ul {
  visibility:visible;
}
.header > .header-inner > .top-menu-bar > ul > li > ul > li > a {
  font-weight:bold;
}

.header > .header-inner > .top-menu-bar > ul ul > li > a {
  display:inline-block;
  font-size:15px;
  padding:7px 0;
  position:relative;
  visibility:hidden;
  transform:translatex(-10px);
  opacity:0;
}

/* 2차 메뉴 나오는 딜레이 */
.header > .header-inner > .top-menu-bar > ul > li.active ul > li > a {
  visibility:visible;
  opacity:1;
  transform:translatex(0);
}

.header > .header-inner > .top-menu-bar > ul > li.active ul > li > a.delay-1 {
  transition:visibility .5s, opacity .5s, transform .5s;
}

.header > .header-inner > .top-menu-bar > ul > li.active ul > li > a.delay-2 {
  transition:visibility .5s .1s, opacity .5s .1s, transform .5s .1s;
}

.header > .header-inner > .top-menu-bar > ul > li.active ul > li > a.delay-3 {
  transition:visibility .5s .2s, opacity .5s .2s, transform .5s .2s;
}

.header > .header-inner > .top-menu-bar > ul > li.active ul > li > a.delay-4 {
  transition:visibility .5s .3s, opacity .5s .3s, transform .5s .3s;
}

.header > .header-inner > .top-menu-bar > ul > li.active ul > li > a.delay-5 {
  transition:visibility .5s .4s, opacity .5s .4s, transform .5s .4s;
}

.header > .header-inner > .top-menu-bar > ul ul > li > a::after {
  content:"";
  display:block;
  background-color:#000;
  position:absolute;
  bottom:0;
  left:50%;
  width:0%;
  height:1px;
  transform:translatex(-50%);
  transition:width .3s ease-in-out;
}

.header > .header-inner > .top-menu-bar > ul ul > li > a:hover::after {
  width:100%;
}

/* 서브메뉴 실질적 width, height */
.header > .header-inner > .top-menu-bar > ul > li > .sub-menu-height {
  width:100%;
  height:300px;
  position:fixed;
  top:86px;
  left:0;
  z-index:-3;
  display:none;
}

.header > .header-inner > .top-menu-bar > ul > li.active > .sub-menu-height {
  display:block;
}

.header > .header-inner > .top-menu-bar > ul > li > .sub-menu-height-1 {
  height:164px;
}

.header > .header-inner > .top-menu-bar > ul > li > .sub-menu-height-2 {
  height:238px;
}

.header > .header-inner > .top-menu-bar > ul > li > .sub-menu-height-3 {
  height:164px;
}

.header > .header-inner > .top-menu-bar > ul > li > .sub-menu-height-4 {
  height:90px;
}

.header > .header-inner > .top-menu-bar > ul > li > .sub-menu-height-5 {
  height:127px;
}

/* 상단 헤더 반응형 */
@media (max-width:1025px){
  .header {
    display:none;
  }
}

@media (min-width:1025px){
  .m-header {
    display:none;
  }
}

/* 모바일 헤더 */
.m-header {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height: 60px;
  background-color:#fff;
  text-align:center;
  z-index:500;
}

/* 모바일 메뉴 버튼 */
.m-header > .m-menu-btn {
  position:absolute;
  top:50%;
  right: 12px;
  transform:translatey(-50%);
  width:46px;
  height:46px;
  cursor:pointer;
}

.m-header > .m-menu-btn > div {
  width:50%;
  height:1px;
  background-color:#000;
  position:absolute;
  top:16px;
  left:50%;
  transform:translatex(-50%);
  transition:top .2s, transform .2s, opacity .2s;
}

.m-header > .m-menu-btn > div:nth-child(2) {
  top:23px;
}

.m-header > .m-menu-btn > div:nth-child(3) {
  top:30px;
}

/* 버튼 클릭 시 애니메이션 */
.m-header > .m-menu-btn.active div:nth-child(1) {
  top:50%;
  transform:translatex(-50%) translatey(-50%) rotate(45deg);
}

.m-header > .m-menu-btn.active div:nth-child(3) {
  top:50%;
  transform:translatex(-50%) translatey(-50%) rotate(-45deg);
}

.m-header > .m-menu-btn.active div:nth-child(2) {
  opacity:0;
}

/* 모바일 배경 마스크 */
.m-header > .mobile-mask {
  position:fixed;
  top:50px;
  left:0;
  width:100%;
  height:0;
  background-color:#fff;
  z-index:-5;
  transition:height .3s;
}

/* 모바일 메뉴 리스트 */
.m-header > .m-menu-list {
  overflow-y:auto;
  padding-top: 50px;
}

.m-header > .m-menu-list > ul > li {
  border-bottom:1px solid #ccc;
  visibility:hidden;
  transform:translatey(-20px);
  opacity:0;
  position:relative;
}

.m-header > .m-menu-list.active > ul > li {
  visibility:visible;
  transform:translatey(0);
  opacity:1;
}

.m-header > .m-menu-list.active > ul > li.delay-1 {
  transition:visibility .5s, opacity .5s, transform .5s;
}

.m-header > .m-menu-list.active > ul > li.delay-2 {
  transition:visibility .5s .1s, opacity .5s .1s, transform .5s .1s;
}

.m-header > .m-menu-list.active > ul > li.delay-3 {
  transition:visibility .5s .2s, opacity .5s .2s, transform .5s .2s;
}

.m-header > .m-menu-list.active > ul > li.delay-4 {
  transition:visibility .5s .3s, opacity .5s .3s, transform .5s .3s;
}

.m-header > .m-menu-list.active > ul > li.delay-5 {
  transition:visibility .5s .4s, opacity .5s .4s, transform .5s .4s;
}

.m-header > .m-menu-list > ul > li > a {
  display: flex;
  justify-content: space-between;
  padding: 20px 28px;
  text-align:left;
  font-size:17px;
}

.m-header > .m-menu-list > ul > li > a > span {
  transition:transform .3s;
}

.m-header > .m-menu-list > ul > li.active > a > span {
  transform:rotate(180deg);
  display: flex;
  align-items: center;
}

/* 2차 메뉴 관련 */

.m-header > .m-menu-list > ul > li > ul {
  padding:20px 48px;
  background-color:#f9f9f9;
  display:none;
}

.m-header > .m-menu-list > ul > li > ul > li > a {
  display:block;
  text-align:left;
  padding:10px 0;
  font-size:15px;
  display: flex;
  justify-content: space-between;
}
.m-header > .m-menu-list > ul > li > ul > li > a img {
  filter: invert(100%) brightness(0) contrast(100%);
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}



/* 3차 메뉴 */
.m-header > .m-menu-list > ul > li > ul ul {
  padding-top:10px;
  margin-top:10px;
  border-top:1px solid #ccc;
  display: none;
}

.m-header > .m-menu-list > ul > li > ul ul > li > a {
  display:block;
  text-align:left;
  font-size:15px;
  font-weight:300;
  padding:10px 0;
}

/* 모바일 서치 온 */
.m-header > .m-search-on {
  position:fixed;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  visibility:hidden;
  opacity:0;
}

.m-header > .m-search-on.active {
  visibility:visible;
  opacity:1;
  transition:visibility .5s, opacity 1s;
}

.m-header > .m-search-on > .m-search-box {
  position:relative;
  border-bottom:1px solid #0c0c0c;
}

.m-header > .m-search-on > .m-search-box > input {
  width:320px;
  height:46px;
  border:none;
  padding:0 10px 0 45px;
}

.m-header > .m-search-on > .m-search-box > .img-box {
  width:24px;
  position:absolute;
  top:50%;
  left:8px;
  transform:translatey(-50%);
}

.m-header > .m-search-on > .m-recommend-word {
  padding:20px 0 0 44px;
  text-align:left;
}

.m-header > .m-search-on > .m-recommend-word > p {
  font-size:14px;
  padding-bottom:5px;
}

.m-header > .m-search-on > .m-recommend-word > ul > li > a {
  padding:10px 0;
}



/************************* 반응형 *************************/
/* -------------------- 반응형 -------------------- */
@media (max-width: 960px) {
  header .headerGnb .headerInner ul.gnb li:hover > a {
    color: var(--Primary1);
    font-weight: 700;
  }
  header .headerGnb .headerInner ul.gnb li ul.lnb{
    flex-direction: column;
    background: var(--Greyscale1);
    display: none;
    padding: 0;
  }
  header .headerGnb .headerInner ul.gnb li ul.lnb:hover a{
    color: inherit;
  }
  header .headerGnb .headerInner ul.gnb li.toggle > a img{
    display: block;
    transition: all .25s;
  }
  header .headerGnb .headerInner ul.gnb li.toggle.active > a img{
    transform: rotate(180deg);
    filter: hue-rotate(190deg) saturate(150%) brightness(100%) contrast(100%);
  }

}
@media (max-width: 460px) {
  .mb-if{
    flex-direction: column !important;
    align-items: start !important;
  }
  .mb-if .inputField{
    width:100% !important;
  }
}



/* 상단메뉴 */
.Hd-wrap {
  width: 100%;
  border-top: 0.0625rem solid var(--Greyscale2);
  border-bottom: 0.0625rem solid var(--Greyscale2);
  position: relative;
}
.Hd-wrap ul.login-box{
  display: none;
}
.Hd-menu {
  width: 1200px;
  display: flex;
  padding: 0;
  list-style-type: none;
  margin: 0 auto;
  justify-content: space-evenly;
  position: relative;
}
.Hd-menu li{
  flex:1;
}
.Hd-menu li:hover a {
  font-weight: 700;
}
.Hd-menu li:hover ul.submenu li a{
  font-weight: 500;
}
.Hd-menu li:hover ul.submenu li a{
  padding: 22px;
}
.Hd-menu li:hover ul.submenu li a:hover{
  font-weight: 700;
}
.Hd-menu a {
  display: block;
  text-decoration: none;
  padding: 18px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.Hd-menu a:focus {
  outline: auto;
}
.Hd-menu a img{
  display: none;
}
/* 서브메뉴 활성화 스타일 */
.Hd-menu > li .submenu {
  border-bottom: 0.0625rem solid var(--Greyscale2);
  justify-content: center;
}
.submenu {
  display: none;
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100vw;
  transform: translateX(-50%);
  background: #fff;
}
.submenu li {
  margin: 0;
  flex:inherit;
}
.submenu a {
  padding: 10px;
  display: block;
  text-decoration: none;
}
.submenu a:focus {
  outline:auto;
}
/* 서브메뉴 표시 (마우스 호버) */
.Hd-menu li:hover .submenu {
  display: flex;
  border-bottom:0.0625rem solid var(--Greyscale2) ;
  justify-content: center;
}
/* 서브메뉴 표시 (키보드 초점) */
.Hd-menu li:focus-within .submenu {
  display: flex; /* 초점이 들어왔을 때 서브메뉴 표시 */
  border-bottom: 0.0625rem solid var(--Greyscale2);
  justify-content: center;
}
.Hd-mb-menu{
  display: none;
}
.Hd-wrap .Hd-sitemap{
  position: absolute;
  right: 0;
  top:50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
}
.Hd-wrap .Hd-sitemap a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 1420px) {
  .Hd-menu{
    width: calc(100% - 56px);
    margin: inherit;
  }
  .submenu{
    margin-left: 28px;
  }
}
@media (max-width: 960px) {
  .Hd-sitemap{
    display: none;
  }
  .Hd-wrap ul.login-box{
    display: flex;
    /* gap: 10px; */
    position: absolute;
    top: 0;
    left: 0;
    height: 58px;
    justify-content: center;
    align-items: center;
    padding: 0 18px;
    font-size: 15px;
    box-sizing: border-box;
  }
  .Hd-wrap ul.login-box li{
    position: relative;
  }
  .Hd-wrap ul.login-box li::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 13px;
    background: var(--Greyscale4);
    position: relative;
    margin: 0 12px;
    top: 2px;
  }
  .Hd-wrap ul.login-box li:last-child:after {
    display: none;
  }
  .Hd-mb-menu {position: fixed;top: 1px;right: 0;width: 58px;height: 58px;display: block;}
  .Hd-mb-menu::before {
    content:'';
    display: inline-block;
    background: url(../assets/icon/App_Bar/menu.svg) center no-repeat;
    width: 100%;
    height: 100%;
    transition: right 0.3s ease-in-out;
  }
  .Hd-mb-menu.active::before {
    content:'';
    display: inline-block;
    background: url(../assets/icon/App_Bar/close.svg) center no-repeat;
    width: 100%;
    height: 100%;
  }
  .Hd-wrap {
    position: fixed;
    top: 0;
    right: -50%;
    width: 50%;
    height: 100%;
    background: #fff;
    overflow-x: hidden;
    z-index: 990;
    padding-top: 57px;
    transition: all 0.3s;
  }
  .Hd-wrap.active {
    right: 0;
  }
  .Hd-menu {
    flex-direction: column;
    width: 100%;
  }
  .Hd-menu li{
    flex: inherit;
  }
  .Hd-menu a{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .Hd-menu a.dp-menu{
    position: relative;
  }
  .Hd-menu a.dp-menu::after{
    content: '';
    display: inline-block;
    background: url("../assets/icon/App_Bar/appBar_snb_icon.svg") center no-repeat;
    width: 16px;
    height: 16px;
    transform: rotate(-90deg);
    transition: right 0.3s ease-in-out;
  }
  .Hd-menu a.dp-menu.active::after{
    transform: rotate(0deg);
  }
  .Hd-menu a img {
    display: block;
  }
  .submenu{
    display: none;
    position: relative;
    flex-direction: column;
    left: 0;
    transform: inherit;
    margin-left: 0;
    border-bottom: 0;
    background: var(--Greyscale1);
  }
  .Hd-menu li:hover .submenu{
    display: none;
  }
  .Hd-menu li .submenu.active{
    display: flex;
  }
  .Hd-menu li:hover .submenu li a{
    padding: 10px 18px !important;
    /* font-size: 15px; */
  }
  .Hd-menu li:hover ul.submenu li a:hover{
    font-weight:inherit;
  }
  .Hd-menu li:hover ul.submenu li a:active{
    font-weight:700;
  }
  .Hd-menu li:hover a{
    font-weight: inherit;
  }

  .dp-menu.active{
    font-weight: 700 !important;
  }
}

@media (max-width: 640px) {
  .Hd-wrap{
    width: 100%;
    right: -100%;
  }
  .Hd-wrap.active{
    right: 0;
  }
}
