@charset "UTF-8";
#skip_nav {
  position: relative;
  z-index: 999;
}
#skip_nav a {
  background: #333;
  border: 1px solid #fff;
  color: #fff;
  left: 0;
  line-height: 30px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: -200px;
  width: 160px;
}

.f__inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.f__header {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 92px;
  padding: 26px 0 16px 0;
  z-index: 100;
}
.f__header > .f__inner {
  position: relative;
  display: flex;
  align-items: end;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}
.f__header .headerTop {
  position: absolute;
  top: -10px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  height: 18px;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: -0.042px;
}
.f__header .headerTop span {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 16px;
}
.f__header .headerTop span a, .f__header .headerTop span button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: -0.042px;
}
.f__header .headerTop span a::after, .f__header .headerTop span button::after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  margin-top: 2px;
}
.f__header .logo {
  z-index: 1;
}
.f__header .logo a {
  display: flex;
  align-items: flex-end;
  height: 50px;
  width: 220px;
}
.f__header .logo a img {
  max-height: 100%;
  max-width: 100%;
}
.f__header .gnbWrap {
  display: flex;
  justify-content: center;
  gap: 24px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.f__header .gnbWrap ul {
  display: flex;
  align-items: center;
  gap: 24px;
}
.f__header .gnbWrap .depth01 li a {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.048px;
  white-space: nowrap;
}
.f__header .gnbWrap .depth01 li:hover {
  /*.depth02 {display: block;}*/
}
.f__header .gnbWrap .depth02 {
  display: none;
  position: fixed;
  z-index: 9;
  top: 107px;
  left: 0;
  width: 100%;
  gap: 20px;
}
.f__header .gnbWrap .depth02 .f__inner {
  padding: 20px 0 20px 381px;
}
.f__header .gnbWrap .depth02 li {
  padding: 0;
}
.f__header .gnbWrap .depth02 li a {
  display: block;
}
.f__header .btnWrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.f__header .btnWrap .f__ic_sitemap, .f__header .btnWrap .f__ic_close {
  display: none;
}
.f__header .btnWrap .f__ic_sitemap.active, .f__header .btnWrap .f__ic_close.active {
  display: block;
}
.f__header ~ .f__main, .f__header ~ .f__sub {
  margin-top: 92px;
}
.f__header .memberWrap {
  position: relative;
}
.f__header .memberWrap .bubble {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 22px;
  padding: 2px 8px;
  border-radius: 24px;
  background-color: var(--gray_80);
  color: var(--gray_5);
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.039px;
  opacity: 0;
  transition: 0.3s;
}
.f__header .memberWrap .bubble::before {
  content: "";
  position: absolute;
  display: block;
  width: 17px;
  height: 17px;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12" height="11" viewBox="0 0 12 11" fill="none"%3E%3Cpath d="M4.16834 0.999998C4.93814 -0.333335 6.86264 -0.333333 7.63244 1L11.5296 7.75C12.2994 9.08333 11.3371 10.75 9.7975 10.75H2.00327C0.463673 10.75 -0.498575 9.08333 0.271225 7.75L4.16834 0.999998Z" fill="%23EBEBEB"/%3E%3C/svg%3E');
}
.f__header .memberWrap .memberMenu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 13px;
  padding: 6px 0;
  border-radius: 2px;
  background-color: var(--gray_80);
  opacity: 0;
  transition: 0.3s;
}
.f__header .memberWrap .memberMenu li {
  padding: 1px 10px;
  text-align: center;
}
.f__header .memberWrap .memberMenu li a, .f__header .memberWrap .memberMenu li button {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.048px;
  color: var(--gray_5);
  white-space: nowrap;
}
.f__header .memberWrap .memberMenu li:hover {
  background-color: var(--gray_70);
}
.f__header .memberWrap:hover .bubble, .f__header .memberWrap:hover .memberMenu {
  opacity: 1;
}
.f__header {
  /* 로고 센터형 헤더*/
}
.f__header.logoCenter {
  padding: 16px 0;
  height: 130px;
}
.f__header.logoCenter > .f__inner {
  display: block;
  position: relative;
  height: 98px;
}
.f__header.logoCenter.sticky > .f__inner {
  height: auto;
}
.f__header.logoCenter .headerTop {
  top: 0;
  width: 100%;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.f__header.logoCenter .headerTop span a::after, .f__header.logoCenter .headerTop span button::after {
  display: none;
}
.f__header.logoCenter .headerTop span a + a::before, .f__header.logoCenter .headerTop span a + button::before, .f__header.logoCenter .headerTop span button + a::before, .f__header.logoCenter .headerTop span button + button::before {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  margin-top: 2px;
}
.f__header.logoCenter .logo {
  display: flex;
  justify-content: center;
}
.f__header.logoCenter .gnbWrap {
  margin-top: 24px;
}
.f__header.logoCenter .btnWrap {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  bottom: 0;
  left: 0;
}
.f__header.logoCenter + .f__siteMapWrap, .f__header.logoCenter ~ .f__main, .f__header.logoCenter ~ .f__sub {
  margin-top: 130px;
}
.f__header {
  /* 컴팩트형 헤더*/
}
.f__header.compact {
  height: 72px;
  padding: 20px 0;
}
.f__header.compact > .f__inner {
  height: auto;
  align-items: center;
}
.f__header.compact.sticky > .f__inner {
  height: auto;
}
.f__header.compact .headerTop {
  top: 50%;
  transform: translateY(-50%);
  right: 76px;
}
.f__header.compact .headerTop span a:last-child::after, .f__header.compact .headerTop span button:last-child::after {
  display: none;
}
.f__header.compact .headerTop span.date {
  display: none;
}
.f__header.compact .logo a {
  height: 34px;
}
.f__header.compact + .f__siteMapWrap, .f__header.compact ~ .f__main, .f__header.compact ~ .f__sub {
  margin-top: 72px;
}
.f__header {
  /* 심플형 헤더*/
}
.f__header.simple {
  position: fixed;
  display: flex;
  align-items: center;
  height: 86px;
  padding: 10px 20px;
}
.f__header.simple > .f__inner {
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.f__header.simple .logo a {
  height: 50px;
  width: 220px;
  align-items: center;
}
.f__header.simple .gnbWrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.f__header.simple .gnbWrap ul {
  gap: 80px;
}
.f__header.simple .gnbWrap ul li {
  width: 80px;
  text-align: center;
  position: relative;
}
.f__header.simple + .f__siteMapWrap ul {
  text-align: center;
}
.f__header.simple + .f__siteMapWrap .f__navigation {
  justify-content: center;
  gap: 63px;
}
.f__header.simple + .f__siteMapWrap .f__navigation .dep01 {
  flex: unset;
  width: 97px;
}
.f__header.simple + .f__siteMapWrap .f__navigation .dep01::before {
  display: none;
}
.f__header.simple + .f__siteMapWrap .f__navigation .dep01 > a {
  display: none;
}
.f__header.simple ~ .f__sub, .f__header.simple ~ .f__main {
  margin-top: 86px;
}
.f__header.simple:not(:has(+ .f__siteMapWrap .dep02 a)) .f__ic_sitemap.active {
  display: none;
}
.f__header.simple:not(:has(+ .f__siteMapWrap .dep02 a)) .f__ic_close.active {
  display: none;
}
.f__header.simple:not(:has(+ .f__siteMapWrap .dep02 a)) .f__siteMapWrap.active {
  display: none;
}
.f__header.simple:not(:has(+ .f__siteMapWrap .dep02 a)):hover + .f__siteMapWrap {
  display: none;
}
.f__header.simple:not(:has(+ .f__siteMapWrap .dep02 a)) + .f__siteMapWrap.active {
  display: none;
}
.f__header.sticky {
  position: fixed;
  padding: 0;
  height: 60px;
}
.f__header.sticky > .f__inner {
  position: relative;
  display: flex;
  padding: 13px 0;
  align-items: center;
  height: auto;
}
.f__header.sticky > .f__inner .headerTop .date {
  display: none;
}
.f__header.sticky > .f__inner .headerTop {
  right: 76px;
  top: 50%;
  transform: translateY(-50%);
}
.f__header.sticky > .f__inner .headerTop span a:last-child::after, .f__header.sticky > .f__inner .headerTop span button:last-child::after {
  display: none;
}
.f__header.sticky .logo a {
  width: 150px;
  height: 34px;
}
.f__header.sticky .gnbWrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
}
.f__header.sticky .btnWrap {
  display: flex;
  position: relative;
  width: auto;
  flex-direction: row;
}
.f__header.sticky + .f__siteMapWrap {
  margin-top: 60px;
}
.f__header.sticky ~ .f__main, .f__header.sticky ~ .f__sub {
  margin-top: 60px;
}
.f__header {
  /* hover 시 메뉴노출*/
}
.f__header:hover + .f__siteMapWrap {
  display: block;
}
.f__header + .f__siteMapWrap:hover {
  display: block;
}

.f__siteMapWrap {
  display: none;
  position: fixed;
  z-index: 99;
  margin-top: 92px;
  left: 0;
  width: 100%;
}
.f__siteMapWrap.active {
  display: block;
}
.f__siteMapWrap .f__navigation {
  padding-top: 32px;
}
.f__siteMapWrap .bottomArea {
  display: none;
}

.f__footer {
  position: relative;
  bottom: 0;
  width: 100%;
}
.f__footer .footerInfo {
  padding: 32px 0 48px 0;
}
.f__footer .footerInfo > .f__inner {
  display: flex;
  gap: 24px;
  align-items: center;
  position: relative;
}
.f__footer .footerInfo > .f__inner .logo a {
  width: 160px;
  height: 36px;
}
.f__footer .footerInfo > .f__inner .logo a img {
  max-width: 100%;
  max-height: 100%;
}
.f__footer .footerInfo > .f__inner .infoArea {
  flex: 1;
  position: relative;
}
.f__footer .footerInfo > .f__inner .infoArea ul {
  display: flex;
  height: 30px;
  align-items: center;
  gap: 30px;
  margin-bottom: 4px;
  max-width: calc(100% - 100px);
}
.f__footer .footerInfo > .f__inner .infoArea ul.snsWrap {
  position: absolute;
  right: 0;
  top: 0;
  gap: 8px;
}
.f__footer .footerInfo > .f__inner .infoArea ul li a.personal {
  font-weight: 700;
}
.f__footer .footerInfo > .f__inner .infoArea .address {
  margin-bottom: 4px;
}
.f__footer .powered {
  position: absolute;
  right: 0;
  bottom: 0;
}
.f__footer {
  /* 로고없음 */
}
.f__footer.logoBlank .f__navigation .dep01 + .dep01::before {
  display: none;
}
.f__footer.logoBlank .footerInfo > .f__inner .logo {
  display: none;
}
.f__footer.logoBlank .footerInfo > .f__inner .infoArea ul {
  height: 21px;
  margin-bottom: 8px;
}
.f__footer.logoBlank .footerInfo > .f__inner .infoArea ul li {
  height: 24px;
}
.f__footer.logoBlank .footerInfo > .f__inner .infoArea ul .f__ic_facebook::before, .f__footer.logoBlank .footerInfo > .f__inner .infoArea ul .f__ic_X::before, .f__footer.logoBlank .footerInfo > .f__inner .infoArea ul .f__ic_instagram::before {
  width: 24px;
  height: 24px;
  background-color: transparent;
}
.f__footer.logoBlank .footerInfo > .f__inner .infoArea ul .address {
  margin-bottom: 8px;
}
.f__footer {
  /* 심플형 */
}
.f__footer.simple {
  height: 160px;
}
.f__footer.simple .footerInfo {
  padding: 56px 0;
}
.f__footer.simple .footerInfo > .f__inner {
  flex-direction: column;
  row-gap: 8px;
  align-items: flex-start;
}
.f__footer.simple .footerInfo .infoArea {
  display: flex;
  column-gap: 46px;
  align-items: center;
}
.f__footer.simple .footerInfo .infoArea ul {
  margin-bottom: 0;
  height: auto;
  column-gap: 32px;
}
.f__footer.simple .footerInfo .infoArea ul li + li {
  position: relative;
}
.f__footer.simple .footerInfo .infoArea ul li + li::before {
  content: "";
  display: block;
  position: absolute;
  left: -16px;
  top: 5px;
  width: 1px;
  height: 10px;
}
.f__footer.simple .footerInfo .infoArea .address {
  margin-bottom: 0;
  display: flex;
  column-gap: 32px;
}
.f__footer.simple .footerInfo .infoArea .address span + span {
  position: relative;
}
.f__footer.simple .footerInfo .infoArea .address span + span::before {
  content: "";
  display: block;
  position: absolute;
  left: -16px;
  top: 5px;
  width: 1px;
  height: 10px;
}

.f__navigation {
  display: flex;
  gap: 32px;
  padding: 40px 0;
}
.f__navigation .dep01 {
  flex: 1 1 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.f__navigation .dep01 + .dep01::before {
  display: block;
  position: absolute;
  content: "";
  left: -16px;
  top: 0;
  width: 1px;
  height: 100%;
}
.f__navigation .dep02 > ul li + li {
  margin-top: 8px;
}

.f__searchWrap {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.f__searchWrap .f__inner {
  position: relative;
  padding-top: 238px;
}
.f__searchWrap .f__ic_close {
  position: absolute;
  right: 0;
  top: 56px;
}
.f__searchWrap .resultEmpty {
  position: relative;
  padding-top: 124px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.f__searchWrap.active {
  display: block;
}

.f__main {
  padding-top: 40px;
  padding-bottom: 140px;
}

.f__sub {
  padding-top: 48px;
  padding-bottom: 140px;
}
.f__sub .pageTit {
  width: auto;
}
.f__sub .snbWrap {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.f__sub .snbWrap .snb {
  display: flex;
}

.f__section {
  position: relative;
  display: grid;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.f__section.full {
  max-width: 100%;
}
.f__section {
  column-gap: 30px;
}
.f__section:has(aside) aside {
  grid-column: 2/3;
  grid-row: 1/2;
}
.f__section:has(aside) > .moduleSection {
  grid-column: 1/2;
}
.f__section:has(aside) > .headlineSection {
  grid-column: 1/3;
}
.f__section:has(aside) > .articleSection {
  grid-column: 1/2;
}
.f__section:has(aside) .f__pagination {
  grid-column: 1/3;
}
.f__section:not(:has(aside)) > .articleSection {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.f__section:not(:has(aside)) > .headlineSection {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.headImage {
  position: absolute;
  width: 100vw;
  height: 100vh;
  height: 420px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  filter: brightness(50%);
  z-index: 0;
}
.f__sub:has(.headImage) {
  padding-top: 0;
}
.f__section:has(.headImage) .headlineSection {
  z-index: 1;
  height: 420px;
  position: relative;
  justify-content: flex-end;
  padding-bottom: 32px;
  margin-bottom: 40px;
}

.popupArea {
  position: relative;
  z-index: 999;
}
.popupArea .f__popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: calc(60vh + 128px);
  height: calc(60dvh + 128px);
  max-height: 600px;
  background-color: white;
  display: flex;
  flex-direction: column;
  z-index: 99;
}
.popupArea .f__popup .f__pop_head {
  height: 64px;
  padding: 0 32px;
  display: flex;
  align-items: flex-end;
}
.popupArea .f__popup .f__pop_head .f__ic_close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.popupArea .f__popup .f__pop_body {
  flex: 1;
  padding: 24px 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 60vh;
  max-height: 60dvh;
  overflow-y: auto;
}
.popupArea .f__popup .f__pop_body .se-contents {
  flex: 1;
  overflow-y: auto;
  padding: 0 32px;
  max-height: 462px;
}
.popupArea .f__popup .f__pop_body .se-contents p {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.054px;
  color: var(--gray_5);
  font-family: var(--font);
}
.popupArea .f__popup .f__pop_body .imageWrap {
  flex: 1;
  overflow-y: auto;
  max-height: 462px;
}
.popupArea .f__popup .f__pop_body .btnWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
  row-gap: 10px;
}
.popupArea .f__popup .f__pop_body .btnWrap:has(.f__btn) {
  padding: 24px 0;
}
.popupArea .f__popup .f__pop_body .btnWrap .f__btn {
  height: 48px;
  padding: 0 24px;
  width: 210px;
}
.popupArea .f__popup .f__pop_foot {
  height: 64px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popupArea .f__popup .f__pop_foot:has(.f__btn_close:only-child) {
  justify-content: flex-end;
}
.popupArea .f__popup.imgPop {
  height: auto;
}
.popupArea .f__popup.imgPop .f__pop_head {
  align-items: center;
}
.popupArea .f__popup.imgPop .f__pop_body {
  padding: 0;
}
.popupArea .f__popup.alertPop {
  border-radius: 8px;
  box-shadow: -2px 3px 21px 0 rgba(0, 0, 0, 0.2);
  width: 360px;
  height: auto;
  padding: 40px 24px 24px 24px;
  row-gap: 24px;
  text-align: center;
}
.popupArea .f__popup.alertPop .f__btn {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
  border-radius: 4px;
}
.popupArea .f__popup.community {
  width: 800px;
  max-width: calc(100% - 40px);
  height: auto;
  border-radius: 8px;
  box-shadow: -2px 3px 21px 0 rgba(0, 0, 0, 0.2);
}
.popupArea .f__popup.community .f__pop_head {
  height: 48px;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid var(--gray_80);
}
.popupArea .f__popup.community .f__pop_body {
  padding: 16px 24px;
}
.popupArea .f__popup.community .f__pop_foot {
  height: 88px;
  justify-content: center;
  gap: 16px;
  padding: 16px 16px 24px 16px;
}
.popupArea .f__popup.community .f__pop_foot .f__btn {
  padding: 0 40px;
  border-radius: 4px;
}
.popupArea .dimmed {
  position: fixed;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.modalArea {
  position: relative;
  z-index: 9;
  display: none;
  inset: 0;
}
.modalArea.is-open {
  display: block;
}
.modalArea .f__modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 340px;
  min-height: 170px;
  max-height: calc(100vh - 128px);
  max-height: calc(100dvh - 128px);
  border-radius: 8px;
  background-color: white;
  z-index: 99;
  display: none;
}
.modalArea .f__modal.is-open {
  display: block;
}
.modalArea .f__modal .head {
  height: 40px;
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modalArea .f__modal .head h3 {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
.modalArea .f__modal .head h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.048px;
}
.modalArea .f__modal .head .f__ic_close::before {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Cpath d="M17 7L7.00008 16.9999" stroke="%231F1F1F" stroke-width="1.5" stroke-linecap="round"/%3E%3Cpath d="M17 17L7.00008 7.00008" stroke="%231F1F1F" stroke-width="1.5" stroke-linecap="round"/%3E%3C/svg%3E');
}
.modalArea .f__modal .body {
  padding: 16px 16px 24px 16px;
}
.modalArea .f__modal .body:has(.termsBox) .termsBox {
  max-height: 323px;
  border-radius: 4px;
}
.modalArea .f__modal .body:has(.termsBox) .termsBox p {
  color: var(--gray_10);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.036px;
}
.modalArea .f__modal .body:has(.termsBox) {
  border-top: 1px solid var(--gray_80);
  padding: 8px 16px;
}
.modalArea .f__modal .body h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.048px;
}
.modalArea .f__modal .body p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.042px;
}
.modalArea .f__modal .body p:has(+ .inputWrap) {
  min-width: 100%;
}
.modalArea .f__modal .body .message {
  text-align: center;
}
.modalArea .f__modal .body .message:has(+ *) {
  margin-bottom: 40px;
}
.modalArea .f__modal .body.border {
  border-top: 1px solid var(--gray_80);
  padding-bottom: 0;
}
.modalArea .f__modal .scrollWrap {
  overflow: auto;
  scrollbar-gutter: stable both-edges;
  max-height: 430px;
}
.modalArea .f__modal .scrollWrap .body {
  padding: 16px 8px 24px 8px;
}
.modalArea .f__modal .foot {
  padding: 16px;
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.modalArea .f__modal .foot .f__btn {
  height: 32px;
  border-radius: 4px;
  padding: 0 16px;
}
.modalArea .f__modal .foot .f__btn, .modalArea .f__modal .foot .f__btnspan {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px; /* 157.143% */
  letter-spacing: -0.042px;
}
.modalArea .f__modal .foot .f__btn_point,
.modalArea .f__modal .foot .f__btn_pointLine {
  flex: 1 1 100%;
  height: 40px;
  font-weight: 700;
}
.modalArea .f__modal.noClose .head {
  padding: 16px 16px 8px 16px;
  height: auto;
}
.modalArea .f__modal.noClose .body {
  padding: 0px 16px 24px 16px;
}
.modalArea .f__modal.noClose .foot {
  padding: 16px 12px 16px 16px;
}
.modalArea .f__modal:not(:has(.head)) {
  min-height: unset;
}
.modalArea .f__modal:not(:has(.head)) .foot {
  padding-top: 0;
}
.modalArea .dimmed {
  position: fixed;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.moduleSection {
  min-width: 0px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.moduleSection[class*=f__grid] {
  display: grid;
}

.headlineSection {
  min-width: 0px;
  padding-bottom: 24px;
  position: relative;
}
.headlineSection [class*=f__H], .headlineSection [class*=f__sH], .headlineSection h1, .headlineSection h2, .headlineSection h3, .headlineSection h4, .headlineSection h5 {
  overflow: unset;
  -webkit-line-clamp: unset;
}
.headlineSection .dateBox {
  display: flex;
  gap: 8px;
}
.headlineSection .dateBox.date {
  display: flex;
  gap: 2px;
}

.articleSection {
  min-width: 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.articleSection .article {
  display: flex;
  flex-direction: column;
}
.articleSection .article p {
  word-break: break-all;
}
.articleSection .article .byline {
  color: var(--gray_5);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  letter-spacing: -0.054px;
}
.articleSection .article a {
  display: inline;
}
.articleSection .tagWrap {
  padding-top: 12px;
  border-top: 1px solid var(--gray_80);
}
.articleSection .tagWrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.articleSection .tagWrap .tag {
  display: block;
  padding: 2px 8px;
  background-color: var(--gray_90);
  border: 1px solid var(--gray_70);
  color: var(--point);
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.039px;
  word-break: keep-all;
}

.sideSection {
  min-width: 0px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.memberSection {
  width: 460px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
.f__sub:has(.memberSection) {
  padding-top: 140px;
  min-height: calc(100vh - 66px);
}
.memberSection .f__btn {
  border-radius: 4px;
  padding: 12px 16px;
}
.memberSection .f__btn, .memberSection .f__btn span {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.048px;
}
.memberSection .f__btn_underline {
  padding: 0;
}
.memberSection .f__btn_underline, .memberSection .f__btn_underline span {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.042px;
  text-decoration-line: underline;
}
.memberSection .f__btn_link {
  padding: 0;
}
.memberSection .f__btn_link, .memberSection .f__btn_link span {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.036px;
  text-decoration-line: underline;
}
.memberSection .orLine {
  display: flex;
  align-items: center;
  gap: 16px;
}
.memberSection .orLine span {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.042px;
  color: var(--gray_50);
}
.memberSection .orLine span.hr {
  flex: 1;
  border-top: 1px solid var(--gray_60);
}
.memberSection .infoText {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.042px;
  padding-left: 20px;
  color: var(--gray_20);
  position: relative;
}
.memberSection .infoText::before {
  display: block;
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"%3E%3Ccircle cx="8" cy="8" r="8" fill="%23474747"/%3E%3Crect x="7" y="3" width="2" height="7" rx="1" fill="white"/%3E%3Crect x="7" y="11" width="2" height="2" rx="1" fill="white"/%3E%3C/svg%3E') no-repeat center center;
  left: 0px;
  top: 3px;
}
.memberSection .infoText .f__btn {
  display: inline-block;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: -0.039px;
}
.memberSection .resultBox {
  border-color: var(--gray_10);
  border-style: solid;
  border-width: 1px 0;
  background-color: var(--gray_90);
  padding: 40px 0;
  text-align: center;
}
.memberSection .resultBox h5 {
  color: var(--gray_60);
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.042px;
}
.memberSection .resultBox h5:has(+ h4) {
  margin-bottom: 10px;
}
.memberSection .resultBox h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.072px;
  color: var(--gray_5);
}
.memberSection .resultBox dl {
  display: grid;
  grid-template-columns: 80px 1fr;
  column-gap: 24px;
  row-gap: 16px;
  text-align: left;
  padding: 0 40px;
}
.memberSection .resultBox dl dt {
  color: var(--gray_60);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.048px;
}
.memberSection .resultBox dl dd {
  color: var(--gray_5);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.048px;
}
.memberSection .messageArea {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.memberSection .messageArea h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.048px;
}
.memberSection .messageArea p {
  color: var(--gray_20);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
  letter-spacing: -0.048px;
}
.memberSection .message {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}
.memberSection .titleArea {
  text-align: center;
}
.memberSection .titleArea .logoWrap {
  width: 220px;
  height: 50px;
  margin: 0 auto 24px auto;
}
.memberSection .titleArea .logoWrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.memberSection .titleArea > h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.072px;
}
.memberSection .titleArea > h3:has(+ p) {
  margin-bottom: 8px;
}
.memberSection .titleArea > p {
  color: var(--gray_20);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.042px;
}
.memberSection .titleArea .message {
  margin-top: 24px;
}
.memberSection .bottomArea {
  border-top: 1px solid var(--gray_10);
  padding-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.memberSection .bottomArea p {
  color: var(--gray_10);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.042px;
  display: flex;
  justify-content: space-between;
}
.memberSection .infoArea .infoWrap .infoItem p {
  display: flex;
  align-items: center;
  gap: 8px;
}
.memberSection .infoArea .infoWrap .infoItem .f__btn {
  padding: 0 16px;
  height: 32px;
}
.memberSection .infoArea .infoWrap .infoItem .f__btn, .memberSection .infoArea .infoWrap .infoItem .f__btn span {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
}
.memberSection .infoArea .infoWrap .infoItem .f__btn_social {
  display: inline-block;
  width: 32px;
  height: 32px;
}
.memberSection .infoArea .infoWrap .infoItem .f__btn_social.naver {
  background-size: 40%;
}
.memberSection .infoArea .infoWrap .infoItem .f__btn_social.kakao {
  background-size: contain;
}
.memberSection .infoArea .infoWrap .infoItem .f__btn_social.google {
  background-size: 65%;
}
.memberSection .buttonWrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.memberSection .buttonWrap .orLine {
  margin: 40px 0 32px 0;
}
.memberSection .buttonWrap .orLine:not(:first-child) {
  margin-top: 24px;
}
.memberSection .buttonWrap .socialWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.memberSection .resultWrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.memberSection .resultWrap .infoWrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.memberSection .resultWrap .infoWrap .f__btn {
  display: inline-block;
}
.memberSection .resultWrap .infoWrap .f__ic_info {
  margin-right: 4px;
  margin-bottom: -2px;
}

/* grid */
.f__grid {
  display: grid;
}

.f__grid-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.f__grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.f__grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.f__grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.f__grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.f__grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.align-center {
  align-items: center;
}
.align-start {
  align-items: start;
}
.align-end {
  align-items: end;
}

.justify-start {
  justify-content: start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-end {
  justify-content: end;
}

/*** tablet ***/
@container (min-width: 760px) and (max-width: 1015px) {
  /*** layout ***/
  .f__section {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .f__section:has(aside) {
    grid-template-columns: 1fr;
  }
  .f__section:has(aside) .moduleSection {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .f__section:has(aside) .sideSection {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .f__section:has(aside) .headlineSection {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .f__section:has(aside) .articleSection {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .f__section:has(aside) .articleSection + .sideSection {
    grid-row: 3/4;
  }
  .f__section:has(aside):has(.f__pagination) .sideSection {
    grid-row: 3/4;
  }
  .f__section:has(aside):has(.f__pagination) .f__pagination {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .f__section:not(:has(aside)) > .articleSection {
    max-width: 100%;
  }
  .f__section:not(:has(aside)) > .headlineSection {
    max-width: 100%;
  }
  .f__header, .f__header.sticky {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 12px 0;
    transition: none;
  }
  .f__header > .f__inner, .f__header.sticky > .f__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .f__header .headerTop, .f__header.sticky .headerTop {
    display: none;
  }
  .f__header .logo, .f__header.sticky .logo {
    z-index: 1;
  }
  .f__header .logo a, .f__header.sticky .logo a {
    display: flex;
    align-items: center;
    height: 36px;
    width: 160px;
  }
  .f__header .gnbWrap, .f__header.sticky .gnbWrap {
    display: none;
  }
  .f__header .btnWrap, .f__header.sticky .btnWrap {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .f__header ~ .f__main, .f__header ~ .f__sub, .f__header.sticky ~ .f__main, .f__header.sticky ~ .f__sub {
    margin-top: 60px;
  }
  .f__header, .f__header.sticky {
    /* 로고 센터형 헤더*/
  }
  .f__header.logoCenter, .f__header.sticky.logoCenter {
    padding: 12px 0;
    height: 60px;
  }
  .f__header.logoCenter > .f__inner, .f__header.sticky.logoCenter > .f__inner {
    display: flex;
    position: relative;
    height: auto;
  }
  .f__header.logoCenter .btnWrap, .f__header.sticky.logoCenter .btnWrap {
    position: relative;
    width: unset;
    flex-direction: row;
  }
  .f__header.logoCenter + .f__siteMapWrap, .f__header.logoCenter ~ .f__main, .f__header.logoCenter ~ .f__sub, .f__header.sticky.logoCenter + .f__siteMapWrap, .f__header.sticky.logoCenter ~ .f__main, .f__header.sticky.logoCenter ~ .f__sub {
    margin-top: 60px;
  }
  .f__header.simple + .f__siteMapWrap ul, .f__header.sticky.simple + .f__siteMapWrap ul {
    text-align: left;
  }
  .f__header.simple + .f__siteMapWrap .f__navigation, .f__header.sticky.simple + .f__siteMapWrap .f__navigation {
    padding: 24px 0;
  }
  .f__header.simple + .f__siteMapWrap .f__navigation .dep01, .f__header.sticky.simple + .f__siteMapWrap .f__navigation .dep01 {
    width: auto;
    padding: 0;
  }
  .f__header.simple + .f__siteMapWrap .f__navigation .dep01 > a, .f__header.sticky.simple + .f__siteMapWrap .f__navigation .dep01 > a {
    display: block;
    height: 56px;
    margin-bottom: 0;
    line-height: 56px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.054px;
  }
  .f__header.simple + .f__siteMapWrap .f__navigation .dep02 ul, .f__header.sticky.simple + .f__siteMapWrap .f__navigation .dep02 ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 0 16px 16px;
  }
  .f__header.simple + .f__siteMapWrap .f__navigation .dep02 a, .f__header.sticky.simple + .f__siteMapWrap .f__navigation .dep02 a {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.042px;
    color: var(--gray_30);
  }
  .f__header.simple ~ .f__sub, .f__header.simple ~ .f__main, .f__header.sticky.simple ~ .f__sub, .f__header.sticky.simple ~ .f__main {
    margin-top: 72px;
  }
  .f__header.simple:not(:has(+ .f__siteMapWrap .dep02 a)) .f__ic_sitemap.active, .f__header.sticky.simple:not(:has(+ .f__siteMapWrap .dep02 a)) .f__ic_sitemap.active {
    display: block;
  }
  .f__header.simple:not(:has(+ .f__siteMapWrap .dep02 a)) .f__ic_close.active, .f__header.sticky.simple:not(:has(+ .f__siteMapWrap .dep02 a)) .f__ic_close.active {
    display: block;
  }
  .f__header.simple:not(:has(+ .f__siteMapWrap .dep02 a)):hover + .f__siteMapWrap, .f__header.sticky.simple:not(:has(+ .f__siteMapWrap .dep02 a)):hover + .f__siteMapWrap {
    display: unset;
  }
  .f__header.simple:not(:has(+ .f__siteMapWrap .dep02 a)) + .f__siteMapWrap.active, .f__header.sticky.simple:not(:has(+ .f__siteMapWrap .dep02 a)) + .f__siteMapWrap.active {
    display: block;
  }
  .f__siteMapWrap {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    margin-top: 60px;
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
    border-top: 0;
    box-shadow: none;
    transition: all 0.3s;
    overflow-y: auto;
  }
  .f__siteMapWrap .f__navigation {
    padding: 0;
  }
  .f__siteMapWrap .f__navigation .dep01 {
    padding: 24px 0;
  }
  .f__siteMapWrap .f__navigation .dep01 > a {
    margin-top: 0;
  }
  .f__siteMapWrap .f__navigation .dep02 {
    display: block;
    padding-bottom: 0;
  }
  .f__siteMapWrap.active {
    left: 0;
    transition: all 0.3s;
  }
  .f__siteMapWrap .bottomArea {
    display: block;
    padding-top: 16px;
    padding-bottom: 40px;
  }
  .f__footer .footerInfo {
    padding: 32px 0 48px 0;
  }
  .f__footer .footerInfo > .f__inner {
    flex-direction: column;
    gap: 0;
  }
  .f__footer .footerInfo > .f__inner .logo {
    max-height: 54px;
    width: auto;
  }
  .f__footer .footerInfo > .f__inner .infoArea ul {
    height: auto;
    gap: 12px;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .f__footer .footerInfo > .f__inner .infoArea ul.snsWrap {
    position: relative;
  }
  .f__footer .footerInfo > .f__inner .infoArea ul:has(+ .snsWrap) {
    margin-bottom: 16px;
  }
  .f__footer .footerInfo > .f__inner .infoArea .address {
    margin-bottom: 16px;
  }
  .f__footer .footerInfo > .f__inner .powered {
    position: relative;
    width: 100%;
  }
  .f__footer {
    /* 로고없음 */
  }
  .f__footer.logoBlank .footerInfo > .f__inner .infoArea ul {
    height: auto;
    margin-bottom: 24px;
  }
  .f__footer.logoBlank .footerInfo > .f__inner .infoArea ul:has(+ .snsWrap) {
    margin-bottom: 16px;
  }
  .f__footer.logoBlank .footerInfo > .f__inner .infoArea ul .address {
    margin-bottom: 16px;
  }
  .f__footer.simple .footerInfo {
    padding: 40px 0;
  }
  .f__footer.simple .footerInfo > .f__inner {
    gap: 4px;
  }
  .f__footer.simple .footerInfo .infoArea {
    flex-direction: column;
    column-gap: 14px;
    width: 100%;
  }
  .f__footer.simple .footerInfo .infoArea ul {
    column-gap: 32px;
  }
  .f__footer.simple .footerInfo .infoArea .address {
    margin-bottom: 0;
  }
  .f__footer.simple .footerInfo .copyright {
    width: 100%;
    text-align: center;
  }
  .f__footer.simple .powered {
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 8px;
  }
  .f__navigation {
    display: block;
    padding: 0;
    gap: 0;
  }
  .f__navigation .dep01 {
    flex: unset;
    gap: 0;
  }
  .f__navigation .dep01 > a {
    margin: 12px 0;
  }
  .f__navigation .dep01:has(.dep02) > a {
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: right top;
  }
  .f__navigation .dep01 + .dep01::before {
    display: none;
  }
  .f__navigation .dep02 {
    display: none;
    padding-bottom: 16px;
  }
  .f__navigation .dep02 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .f__navigation .dep02 ul li + li {
    margin-top: 0;
  }
  .f__main {
    padding-top: 24px;
    padding-bottom: 120px;
  }
  .f__sub {
    padding-top: 24px;
    padding-bottom: 120px;
  }
  .headlineSection {
    padding-bottom: 16px;
  }
  .headImage {
    height: 360px;
  }
  .f__section:has(.headImage) .headlineSection {
    height: 360px;
  }
  .sideSection {
    flex-wrap: wrap;
    flex-direction: row;
  }
  /*** 레이아웃 유닛 ***/
  [class*=f__grid].line [class*=u__] + [class*=u__] {
    position: relative;
  }
  [class*=f__grid].line [class*=u__] + [class*=u__]::before {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    top: 0;
  }
  /* 그리드 반응형 : 태블릿에서 그리드 유지 + 2, 3 배수로 줄임 */
  .f__grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .f__grid-6 {
    grid-template-columns: repeat(3, 1fr);
  }
  /* float 설정 : 태블릿에서 그리드 유지 해제 1fr 변경*/
  .float.f__grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .float.f__grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .float.f__grid-4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .float.f__grid-5 {
    grid-template-columns: repeat(1, 1fr);
  }
  .float.f__grid-6 {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*** mobile ***/
@container (max-width: 759px) {
  /*** layout ***/
  .f__section:has(aside) {
    grid-template-columns: 1fr;
  }
  .f__section:has(aside) .moduleSection {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .f__section:has(aside) .headlineSection {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .f__section:has(aside) .articleSection {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .f__section:has(aside) .articleSection + .sideSection {
    grid-row: 3/4;
  }
  .f__section:has(aside) .sideSection {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .f__section:has(aside) .sideSection [class*=m__] {
    flex: 1 1 100%;
  }
  .f__section:has(aside):has(.f__pagination) .sideSection {
    grid-row: 3/4;
  }
  .f__section:has(aside):has(.f__pagination) .f__pagination {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .f__section:not(:has(aside)) > .articleSection {
    max-width: 100%;
  }
  .f__section:not(:has(aside)) > .headlineSection {
    max-width: 100%;
  }
  .f__header, .f__header.sticky {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 12px 0;
    transition: none;
  }
  .f__header > .f__inner, .f__header.sticky > .f__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .f__header .headerTop, .f__header.sticky .headerTop {
    display: none;
  }
  .f__header .logo, .f__header.sticky .logo {
    z-index: 1;
  }
  .f__header .logo a, .f__header.sticky .logo a {
    display: flex;
    align-items: center;
    height: 36px;
    width: 160px;
  }
  .f__header .gnbWrap, .f__header.sticky .gnbWrap {
    display: none;
  }
  .f__header .btnWrap, .f__header.sticky .btnWrap {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .f__header ~ .f__main, .f__header ~ .f__sub, .f__header.sticky ~ .f__main, .f__header.sticky ~ .f__sub {
    margin-top: 60px;
  }
  .f__header, .f__header.sticky {
    /* 로고 센터형 헤더*/
  }
  .f__header.logoCenter, .f__header.sticky.logoCenter {
    padding: 12px 0;
    height: 60px;
  }
  .f__header.logoCenter > .f__inner, .f__header.sticky.logoCenter > .f__inner {
    display: flex;
    position: relative;
    height: auto;
  }
  .f__header.logoCenter .btnWrap, .f__header.sticky.logoCenter .btnWrap {
    position: relative;
    width: unset;
    flex-direction: row;
  }
  .f__header.logoCenter + .f__siteMapWrap, .f__header.logoCenter ~ .f__main, .f__header.logoCenter ~ .f__sub, .f__header.sticky.logoCenter + .f__siteMapWrap, .f__header.sticky.logoCenter ~ .f__main, .f__header.sticky.logoCenter ~ .f__sub {
    margin-top: 60px;
  }
  .f__header, .f__header.sticky {
    /* 로고 심플형 헤더 */
  }
  .f__header.simple + .f__siteMapWrap ul, .f__header.sticky.simple + .f__siteMapWrap ul {
    text-align: left;
  }
  .f__header.simple + .f__siteMapWrap .f__navigation, .f__header.sticky.simple + .f__siteMapWrap .f__navigation {
    padding: 24px 0;
  }
  .f__header.simple + .f__siteMapWrap .f__navigation .dep01, .f__header.sticky.simple + .f__siteMapWrap .f__navigation .dep01 {
    width: auto;
    padding: 0;
  }
  .f__header.simple + .f__siteMapWrap .f__navigation .dep01 > a, .f__header.sticky.simple + .f__siteMapWrap .f__navigation .dep01 > a {
    display: block;
    height: 56px;
    margin-bottom: 0;
    line-height: 56px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.054px;
  }
  .f__header.simple + .f__siteMapWrap .f__navigation .dep02 ul, .f__header.sticky.simple + .f__siteMapWrap .f__navigation .dep02 ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 0 16px 16px;
  }
  .f__header.simple + .f__siteMapWrap .f__navigation .dep02 a, .f__header.sticky.simple + .f__siteMapWrap .f__navigation .dep02 a {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.042px;
    color: var(--gray_30);
  }
  .f__header.simple ~ .f__sub, .f__header.simple ~ .f__main, .f__header.sticky.simple ~ .f__sub, .f__header.sticky.simple ~ .f__main {
    margin-top: 72px;
  }
  .f__header.simple:not(:has(+ .f__siteMapWrap .dep02 a)) .f__ic_sitemap.active, .f__header.sticky.simple:not(:has(+ .f__siteMapWrap .dep02 a)) .f__ic_sitemap.active {
    display: block;
  }
  .f__header.simple:not(:has(+ .f__siteMapWrap .dep02 a)) .f__ic_close.active, .f__header.sticky.simple:not(:has(+ .f__siteMapWrap .dep02 a)) .f__ic_close.active {
    display: block;
  }
  .f__header.simple:not(:has(+ .f__siteMapWrap .dep02 a)):hover + .f__siteMapWrap, .f__header.sticky.simple:not(:has(+ .f__siteMapWrap .dep02 a)):hover + .f__siteMapWrap {
    display: unset;
  }
  .f__header.simple:not(:has(+ .f__siteMapWrap .dep02 a)) + .f__siteMapWrap.active, .f__header.sticky.simple:not(:has(+ .f__siteMapWrap .dep02 a)) + .f__siteMapWrap.active {
    display: block;
  }
  .f__header.sticky + .f__siteMapWrap, .f__header.sticky.sticky + .f__siteMapWrap {
    top: 0;
  }
  .f__siteMapWrap {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 0;
    margin-top: 60px;
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
    left: -100%;
    width: 100%;
    border-top: 0;
    box-shadow: none;
    transition: all 0.3s;
    overflow-y: auto;
  }
  .f__siteMapWrap .f__navigation {
    padding: 0;
  }
  .f__siteMapWrap .f__navigation .dep01 {
    padding: 24px 0;
  }
  .f__siteMapWrap .f__navigation .dep01 > a {
    margin-top: 0;
  }
  .f__siteMapWrap .f__navigation .dep02 {
    display: block;
    padding-bottom: 0;
  }
  .f__siteMapWrap .bottomArea {
    display: block;
    padding-top: 16px;
    padding-bottom: 40px;
  }
  .f__siteMapWrap.active {
    left: 0;
    transition: all 0.3s;
  }
  .f__footer .footerInfo {
    padding: 32px 0 48px 0;
  }
  .f__footer .footerInfo > .f__inner {
    flex-direction: column;
    gap: 24px;
  }
  .f__footer .footerInfo > .f__inner .logo {
    max-height: 54px;
  }
  .f__footer .footerInfo > .f__inner .infoArea ul {
    height: auto;
    column-gap: 12px;
    row-gap: 8px;
    max-width: unset;
    margin-bottom: 24px;
    flex-wrap: wrap;
  }
  .f__footer .footerInfo > .f__inner .infoArea ul.snsWrap {
    position: relative;
    margin-bottom: 24px;
    justify-content: center;
  }
  .f__footer .footerInfo > .f__inner .infoArea ul:has(.snsWrap) {
    margin-bottom: 16px;
  }
  .f__footer .footerInfo > .f__inner .infoArea .address {
    margin-bottom: 16px;
  }
  .f__footer .powered {
    position: relative;
    width: 100%;
  }
  .f__footer.logoBlank .footerInfo > .f__inner .infoArea ul {
    height: auto;
    margin-bottom: 24px;
  }
  .f__footer.simple .footerInfo {
    padding: 40px 0;
  }
  .f__footer.simple .footerInfo > .f__inner {
    gap: 4px;
  }
  .f__footer.simple .footerInfo .infoArea {
    flex-direction: column;
    column-gap: 14px;
    width: 100%;
  }
  .f__footer.simple .footerInfo .infoArea ul {
    column-gap: 32px;
  }
  .f__footer.simple .footerInfo .infoArea .address {
    margin-bottom: 0;
    flex-direction: column;
    gap: 4px;
    text-align: center;
  }
  .f__footer.simple .footerInfo .infoArea .address span::before {
    opacity: 0;
  }
  .f__footer.simple .footerInfo .copyright {
    width: 100%;
    text-align: center;
  }
  .f__footer.simple .footerInfo .powered {
    text-align: center;
    margin-top: 12px;
  }
  .f__navigation {
    display: block;
    padding: 0;
    gap: 0;
  }
  .f__navigation .dep01 {
    flex: unset;
    gap: 0;
  }
  .f__navigation .dep01 > a {
    margin: 12px 0;
  }
  .f__navigation .dep01:has(.dep02) > a {
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: right top;
  }
  .f__navigation .dep01 + .dep01::before {
    display: none;
  }
  .f__navigation .dep02 {
    display: none;
    padding-bottom: 16px;
  }
  .f__navigation .dep02 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .f__navigation .dep02 ul li + li {
    margin-top: 0;
  }
  .popupArea .f__popup {
    width: 335px;
  }
  .popupArea .f__popup.community .f__popbody {
    padding: 16px 24px 32px 24px;
  }
  .popupArea .f__popup.community .f__popfoot {
    height: 104px;
    padding: 24px 32px;
  }
  .popupArea .f__popup.community .f__formRow .f__formItem:has(.fileUpload) {
    flex-wrap: wrap;
    justify-content: flex-end;
    row-gap: 6px;
  }
  .popupArea .f__popup.community .f__formRow .f__formItem:has(.fileUpload) .fileUpload {
    flex: 1 1 100%;
  }
  .popupArea .f__popup.community .f__formRow .f__formItem:has(.fileUpload) .fileUpload + .f__btn {
    height: 32px;
    padding: 6px 16px;
  }
  .popupArea .f__popup .f__pop_body .btnWrap {
    flex-direction: column;
  }
  .popupArea .f__popup .f__pop_body .btnWrap .f__btn {
    width: 202px;
  }
  .f__main {
    padding-top: 24px;
    padding-bottom: 40px;
  }
  .f__sub {
    padding-top: 22px;
    padding-bottom: 40px;
  }
  .headlineSection {
    padding-bottom: 16px;
  }
  .headlineSection .dateBox {
    flex-wrap: wrap;
    row-gap: 2px;
  }
  .headlineSection .dateBox .date {
    min-width: 50%;
  }
  .headImage {
    height: 360px;
  }
  .f__section:has(.headImage) .headlineSection {
    height: 360px;
  }
  /*** 레이아웃 유닛 ***/
  [class*=f__grid-].line [class*=u__] + [class*=u__] {
    position: relative;
  }
  [class*=f__grid-].line [class*=u__] + [class*=u__]::before {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    top: 0;
  }
  /* 그리드 반응형 : 모바일에서 그리드 무조건 1로 변경 */
  .f__grid-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .f__grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .f__grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .f__grid-4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .f__grid-5 {
    grid-template-columns: repeat(1, 1fr);
  }
  .f__grid-6 {
    grid-template-columns: repeat(1, 1fr);
  }
  /* fix 설정 : 모바일에서 그리드 고정 */
  .fix.f__grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .fix.f__grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .fix.f__grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .fix.f__grid-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .fix.f__grid-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}