@charset "UTF-8";
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/*=================================================
            공통 레이아웃
=================================================*/
@font-face {
  font-family: "OneStoreMobileGothicBody";
  src: url(" asset('assets/fonts/ONE-Mobile-Regular.woff')" ) format("woff");
  font-weight: normal;
  font-display: swap;
}
body {
  position: relative;
  font-family: "onemobile", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  min-width: 320px;
  line-height: 1.15;
  color: #2b2b2b !important;
  letter-spacing: -0.02em;
  overflow-x: hidden;
}

#page-content-wrapper {
  position: relative;
  background-color: #fff;
  padding: 60px 0 200px;
  min-height: 300px;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  #page-content-wrapper {
    padding: 60px 0 80px;
  }
}

.area {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 1920px) {
  .area {
    max-width: 1260px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .area {
    max-width: 1232px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

/*=================================================
            공통 요소
=================================================*/
.btn-common {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 8px;
  border: none;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none;
  transition: all 0.2s linear;
  cursor: pointer;
}

.a11y-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.none {
  display: none !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.flex {
  display: flex !important;
}

@media screen and (min-width: 375px) {
  .none-xs {
    display: none !important;
  }
}

@media screen and (min-width: 375px) {
  .block-xs {
    display: block !important;
  }
}

@media screen and (min-width: 544px) {
  .none-sm {
    display: none !important;
  }
}

@media screen and (min-width: 544px) {
  .block-sm {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .none-md {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .block-md {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .inline-block-md {
    display: inline-block !important;
  }
}

@media screen and (min-width: 992px) {
  .none-lg {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .block-lg {
    display: block !important;
  }
}

@media screen and (min-width: 1200px) {
  .none-xl {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .block-xl {
    display: block !important;
  }
}

@media screen and (min-width: 1200px) {
  .inline-block-xl {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1440px) {
  .none-xxl {
    display: none !important;
  }
}

@media screen and (min-width: 1440px) {
  .block-xxl {
    display: block !important;
  }
}

@media screen and (min-width: 1600px) {
  .block-xxxl {
    display: block !important;
  }
}

@media screen and (min-width: 1300px) {
  .none-1300 {
    display: none !important;
  }
}

@media screen and (min-width: 1300px) {
  .block-1300 {
    display: block !important;
  }
}

@media screen and (min-width: 992px) {
  .flex-lg {
    display: flex !important;
  }
}

@media screen and (min-width: 1200px) {
  .flex-xl {
    display: flex !important;
  }
}

@media screen and (max-width: 543.98px) {
  .sm-none {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .md-none {
    display: none;
  }
}

@media screen and (max-width: 991.98px) {
  .lg-none {
    display: none;
  }
}

@media screen and (max-width: 1199.98px) {
  .xl-none {
    display: none !important;
  }
}

@media screen and (max-width: 1439.98px) {
  .xxl-none {
    display: none !important;
  }
}

@media screen and (max-width: 1599.98px) {
  .xxxl-none {
    display: none !important;
  }
}

.point-color {
  color: #0BA4A4;
}

.hr-line {
  display: block;
  margin: 60px 0;
  border: 0;
  border-top: 1px solid #ddd;
}

.subtop-wrap {
  position: relative;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .subtop-wrap {
    font-size: 24px;
    letter-spacing: 0.01em;
  }
}
.subtop-wrap .sub-top-image {
  height: 270px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: scale(1.1);
  transition: transform 1.8s;
}
@media screen and (max-width: 767.98px) {
  .subtop-wrap .sub-top-image {
    height: 150px;
  }
}
.subtop-wrap h2 {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s 0.2s;
}
.subtop-wrap.aniOn .sub-top-image {
  transform: scale(1);
}
.subtop-wrap.aniOn h2 {
  top: 50%;
  opacity: 1;
}

.page-top-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 27px;
}
@media screen and (max-width: 543.98px) {
  .page-top-wrap {
    flex-direction: column;
    gap: 10px;
  }
}
.page-top-wrap .share-buttons {
  margin-left: auto;
}

.common-list-wrap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 991.98px) {
  .common-list-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 543.98px) {
  .common-list-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.common-list-wrap.type-list {
  display: block;
}
.common-list-wrap.type-list .list {
  display: flex;
  column-gap: 40px;
  margin-bottom: 26px;
}
@media screen and (max-width: 991.98px) {
  .common-list-wrap.type-list .list {
    column-gap: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 543.98px) {
  .common-list-wrap.type-list .list {
    column-gap: 10px;
  }
}
.common-list-wrap.type-list .list .img-item {
  aspect-ratio: 1/1;
  width: 200px;
}
@media screen and (max-width: 991.98px) {
  .common-list-wrap.type-list .list .img-item {
    width: 100px;
  }
}
@media screen and (max-width: 767.98px) {
  .common-list-wrap.type-list .list .img-item {
    width: 18.7165775401vw;
  }
}
.common-list-wrap.type-list .list .top-wrap {
  display: block;
  margin-bottom: 0;
}
.common-list-wrap.type-list .list .top-wrap .status-badge {
  position: absolute;
  top: 26px;
  right: 26px;
}
@media screen and (max-width: 991.98px) {
  .common-list-wrap.type-list .list .top-wrap .status-badge {
    top: 16px;
    right: 16px;
    font-size: 12px;
    width: 60px;
    height: 24px;
  }
}
@media screen and (max-width: 543.98px) {
  .common-list-wrap.type-list .list .top-wrap .status-badge {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 10px;
    width: 18.7165775401vw;
  }
}
.common-list-wrap.type-list .list .desc-wrap {
  flex: 1;
  margin: 0;
}
.common-list-wrap.type-list .list .desc-wrap .bottom-wrap {
  margin-top: auto;
}
.common-list-wrap.type-list .list .desc-wrap .title {
  margin-bottom: 23px;
}
@media screen and (max-width: 991.98px) {
  .common-list-wrap.type-list .list .desc-wrap .title {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .common-list-wrap.type-list .list .desc-wrap .title {
    padding-right: 64px !important;
  }
}
@media screen and (max-width: 543.98px) {
  .common-list-wrap.type-list .list .desc-wrap .title {
    padding-right: 0 !important;
  }
}
.common-list-wrap.type-list .list .desc-wrap .date {
  font-size: 18px;
  color: #2b2b2b;
  font-weight: 100;
}
@media screen and (max-width: 991.98px) {
  .common-list-wrap.type-list .list .desc-wrap .date {
    font-size: 12px;
  }
}
.common-list-wrap.type-list .list .desc-wrap .desc {
  margin-top: 14px;
  margin-bottom: 20px;
  font-size: 16px;
}
@media screen and (max-width: 991.98px) {
  .common-list-wrap.type-list .list .desc-wrap .desc {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
  }
}
.common-list-wrap.type-list .list .desc-wrap .title,
.common-list-wrap.type-list .list .desc-wrap .date,
.common-list-wrap.type-list .list .desc-wrap .desc {
  padding-right: 100px;
}
@media screen and (max-width: 767.98px) {
  .common-list-wrap.type-list .list .desc-wrap .title,
  .common-list-wrap.type-list .list .desc-wrap .date,
  .common-list-wrap.type-list .list .desc-wrap .desc {
    padding-right: 0;
  }
}
.common-list-wrap.view-write .list .desc-wrap .desc {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #d9d9d9;
}
.common-list-wrap.view-write .list .desc-wrap .bottom-wrap {
  margin-top: auto;
  padding-top: 10px;
}
.common-list-wrap.view-write .list .desc-wrap .bottom-wrap .date:not(:last-child) {
  margin-bottom: 5px;
}
.common-list-wrap .list {
  position: relative;
  padding: 26px;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  transition: all 0.2s;
}
@media screen and (max-width: 991.98px) {
  .common-list-wrap .list {
    padding: 16px;
  }
}
.common-list-wrap .list:hover {
  border-color: #9aedff;
  box-shadow: 10px 10px 20px 0 rgba(196, 196, 196, 0.22);
}
.common-list-wrap .list .top-wrap {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 991.98px) {
  .common-list-wrap .list .top-wrap {
    gap: 16px;
  }
}
.common-list-wrap .list .status-badge {
  order: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
  width: 120px;
  height: 30px;
  font-size: 15px;
  font-weight: 700;
  color: #848484;
  background-color: #f4f4f4;
}
@media screen and (max-width: 1439.98px) {
  .common-list-wrap .list .status-badge {
    width: 90px;
  }
}
@media screen and (max-width: 991.98px) {
  .common-list-wrap .list .status-badge {
    width: 75px;
    font-size: 14px;
  }
}
.common-list-wrap .list .status-badge.is-on {
  color: #0BA4A4;
}
.common-list-wrap .list .img-item {
  flex: 1;
  aspect-ratio: 186/155;
  border-radius: 6px;
  overflow: hidden;
}
.common-list-wrap .list .img-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.common-list-wrap .list .desc-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
@media screen and (max-width: 991.98px) {
  .common-list-wrap .list .desc-wrap {
    margin-top: 16px;
  }
}
.common-list-wrap .list .desc-wrap .title {
  margin-bottom: 10px;
  font-family: "Paperlogy", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 24px;
  font-weight: 800;
}
@media screen and (max-width: 991.98px) {
  .common-list-wrap .list .desc-wrap .title {
    font-size: 16px;
  }
}
.common-list-wrap .list .desc-wrap .date {
  font-size: 15px;
  color: #777;
}
@media screen and (max-width: 991.98px) {
  .common-list-wrap .list .desc-wrap .date {
    font-size: 12px;
  }
}
.common-list-wrap .list .bottom-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 991.98px) {
  .common-list-wrap .list .bottom-wrap {
    margin-top: 16px;
  }
}
.common-list-wrap .list .btn-go {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  align-items: center;

}
@media screen and (max-width: 991.98px) {
  .common-list-wrap .list .btn-go {
    font-size: 15px;
  }
}
.common-list-wrap .list .btn-go:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 43px;
  height: 15px;
  background: url('../images/Users/icon_list_arrow.svg') no-repeat center bottom/contain;
  vertical-align: middle;
  transition: all 0.3s;
}
@media screen and (max-width: 991.98px) {
  .common-list-wrap .list .btn-go:after {
    width: 30px;
    vertical-align: baseline;
  }
}
.common-list-wrap .list .btn-go:hover:after {
  margin-left: 15px;
}
.common-list-wrap .list .btn-go span {
  display: inline-block;
  box-shadow: inset 0 -7px 0 #d5d3f8;
}
.common-list-wrap .list .share-wrap {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
.common-list-wrap .list .share-wrap .icon-share {
  width: 18px;
}
.common-list-wrap .list .share-wrap .sns-popup {
  top: 43px;
}
@media screen and (max-width: 991.98px) {
  .common-list-wrap .list .share-wrap .sns-popup {
    top: 30px;
  }
}

/* .common-top-banner  배너 */
.common-top-banner {
  position: relative;
  background: linear-gradient(90deg, #6ab0bc 0%, #afeaf4 100%);
  color: #fff;
  padding: 42px 39px;
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 16px;
  margin-bottom: 98px;
}
@media screen and (max-width: 991.98px) {
  .common-top-banner {
    padding: 34px 20px;
    margin-bottom: 9.8890010091vw;
  }
}
@media screen and (max-width: 767.98px) {
  .common-top-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 16px;
  }
}
.common-top-banner-img {
  width: 119px;
  height: 119px;
}
@media screen and (max-width: 767.98px) {
  .common-top-banner-img {
    width: 80px;
    height: 80px;
  }
}
.common-top-banner-text {
  flex: 1;
}
.common-top-banner-text .title {
  font-family: "Paperlogy", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media screen and (max-width: 991.98px) {
  .common-top-banner-text .title {
    font-size: 22px;
  }
}
.common-top-banner-text .desc {
  font-family: "onemobile", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 15px;
  line-height: 1.73;
}
@media screen and (max-width: 991.98px) {
  .common-top-banner-text .desc {
    font-size: 14px;
    line-height: 1.5;
  }
}
.common-top-banner-icon {
  position: absolute;
  top: 39px;
  right: 34px;
  width: 18px;
  height: 28px;
  background-image: url('../images/Users/icon_share.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 991.98px) {
  .common-top-banner-icon {
    top: 20px;
    right: 16px;
    width: 13px;
  }
}

/*=================================================
        Scroll Ani 초기속성값 설정
=================================================*/
[data-scrollani=slideUp] {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
}

[data-scrollani=slideDown] {
  opacity: 0;
  transform: translate3d(0, -100px, 0);
}

[data-scrollani=scaleDown] {
  transform: scale(1.1);
}

[data-scrollani=fadeIn] {
  opacity: 0;
}

[data-scrollani=leftToRight] {
  opacity: 0;
  transform: translate3d(-100px, 0, 0);
}

[data-scrollani=rightToLeft] {
  opacity: 0;
  transform: translate3d(100px, 0, 0);
}

header {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  border-bottom: 1px solid #ccc;
  transition: background-color 0.2s;
  z-index: 99;
}
@media screen and (max-width: 991.98px) {
  header {
    margin-bottom: 0;
  }
}
header .inner-wrap {
  display: flex;
  padding: 26px 20px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1439.98px) {
  header .inner-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 991.98px) {
  header .inner-wrap {
    padding: 14px 0;
  }
}
header .logo {
  position: relative;
  z-index: 2;
  width: 127px;
}
@media screen and (max-width: 991.98px) {
  header .logo {
    width: 96px;
    z-index: 999;
  }
}
header .logo img {
  width: 100%;
}
header .nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  height: 100%;
}
@media screen and (max-width: 1199.98px) {
  header .nav-list {
    gap: 45px;
  }
}
@media screen and (max-width: 991.98px) {
  header .nav-list {
    display: none;
  }
}
header .nav-list li {
  display: flex;
  color: #404040;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  height: 100%;
}
header .nav-list li a {
  display: flex;
  align-items: center;
  height: 100%;
}
header .aside-link {
  position: relative;
  display: flex;
  height: 47px;
  padding: 0 30px;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  gap: 42px;
  z-index: 2;
}
@media screen and (max-width: 991.98px) {
  header .aside-link {
    display: none;
  }
}
header .aside-link a {
  display: inline-flex;
  align-items: center;
  text-align: center;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #404040;
}
header .aside-link a:not(:last-child) {
  position: relative;
}
header .aside-link a:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -22px;
  width: 1px;
  height: 19px;
  border-right: 1px solid #ebebeb;
  transform: translateY(-50%);
}
header .aside-link a:hover {
  color: #000;
}
header .mobile-ham {
  display: none;
}
@media screen and (max-width: 991.98px) {
  header .mobile-ham {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    width: 30px;
    height: 30px;
    z-index: 999;
  }
}
.m-nav-open header .mobile-ham .btn-ham {
  display: none;
}
header .mobile-ham .btn-close {
  display: none;
}
@media screen and (max-width: 991.98px) {
  header .mobile-ham .btn-close {
    width: 26px;
  }
  .m-nav-open header .mobile-ham .btn-close {
    display: block;
  }
}
header .mobile-gnb-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 320px;
  background-color: aliceblue;
  padding: 100px 16px 0;
  height: 100%;
  z-index: 700;
  overflow: auto;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}
.m-nav-open header .mobile-gnb-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
header .mobile-gnb-wrap ul {
  margin-bottom: 60px;
}
header .mobile-gnb-wrap ul li a {
  display: block;
  padding: 10px 0;
  margin: 5px 0;
  font-size: 18px;
}
header .mobile-gnb-wrap ul li.active a {
  font-weight: 700;
}
header .mobile-gnb-wrap .mobile-aside-link {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
header .mobile-gnb-wrap .mobile-aside-link a {
  color: #404040;
  font-size: 15px;
}
header .mobile-gnb-wrap .mobile-aside-link a:not(:last-child) {
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #d9d9d9;
}

#footer .foot-contents {
  background: #f1f1f1;
}
#footer .footer-inner {
  display: flex;
  max-width: 1232px;
  margin: 0 auto;
  padding: 58px 16px 88px;
}
@media screen and (max-width: 991.98px) {
  #footer .footer-inner {
    padding: 40px 16px;
  }
}
@media screen and (max-width: 991.98px) {
  #footer .footer-inner {
    flex-direction: column;
  }
}
#footer .footer-inner .logo {
  width: 163px;
}
@media screen and (max-width: 991.98px) {
  #footer .footer-inner .logo {
    width: 120px;
    margin-bottom: 30px;
  }
}
#footer .footer-inner .footer-menu {
  margin-left: 39px;
  padding-left: 34px;
  border-left: 1px solid #d9d9d9;
  font-size: 16px;
  color: #555;
}
@media screen and (max-width: 991.98px) {
  #footer .footer-inner .footer-menu {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    font-size: 14px;
  }
}
#footer .footer-inner .footer-menu .menus {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  overflow: hidden;
}
#footer .footer-inner .footer-menu li {
  position: relative;
  font-weight: 700;
  padding-right: 50px;
}
@media screen and (max-width: 991.98px) {
  #footer .footer-inner .footer-menu li {
    padding-right: 20px;
  }
}
#footer .footer-inner .footer-menu li:before {
  content: "·";
  position: absolute;
  left: -26px;
  color: #888;
}
@media screen and (max-width: 991.98px) {
  #footer .footer-inner .footer-menu li:before {
    left: -11px;
  }
}
#footer .footer-inner .footer-menu li a {
  color: #333;
}
#footer .footer-inner address {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 5px;
  margin: 30px 0 10px;
}
@media screen and (max-width: 991.98px) {
  #footer .footer-inner address {
    margin: 22px 0 8px;
    flex-direction: column;
  }
}
#footer .footer-inner .copy {
  font-size: 14px;
  font-weight: 100;
  color: #717171;
}
@media screen and (max-width: 991.98px) {
  #footer .footer-inner .copy {
    font-size: 12px;
  }
}
#footer .btn-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  z-index: 88;
}
@media screen and (max-width: 1200px) {
  #footer .btn-top {
    right: 24px;
  }
}
@media screen and (max-width: 991.98px) {
  #footer .btn-top {
    width: 40px;
    right: 16px;
    bottom: 16px;
  }
}

/* slick */
.slick-slider {
  position: relative;
}

.slick-list {
  overflow: hidden;
  position: relative;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
}

/* 배너 */
#footer .banner {
  position: relative;
  background-color: #fff;
  font-size: 0;
  line-height: 0;
}

#footer .banner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  border-top: 1px solid #dbdbdb;
  background-color: #fff;
  transform: translateX(-50%);
}

#footer .banner .banner_content {
  position: relative;
  padding: 37px 0 29px;
}

#footer .banner .banner_content h2 {
  position: absolute;
  top: 33px;
  left: 0;
  color: #1b1b1b;
  font-size: 17px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: 700;
}

#footer .banner .banner_content .banner_list {
  padding-left: 199px;
}

#footer .banner .banner_content .slick-slide > div {
  display: inline-block;
  width: 20%;
}

#footer .banner .banner_content .banner_item {
  position: relative;
  text-align: center;
}

#footer .banner .banner_content .banner_item:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 16px;
  background-color: #dbdbdb;
}

#footer .banner .banner_content .slick-slide div:first-child .banner_item:before {
  display: none;
}

#footer .banner .banner_content .banner_item a {
  display: block;
  padding: 0 15px;
  color: #626262;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#footer .banner .banner_control {
  position: absolute;
  top: 33px;
  left: 84px;
}

#footer .banner button {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  border: 1px solid #c9cddc;
  border-radius: 12px;
  box-shadow: 3px 4px 6px 0 rgba(190, 201, 213, 0.2);
  vertical-align: top;
}

#footer .banner button + button {
  margin-left: 3px;
}

#footer .banner button:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  width: 24px;
  height: auto;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}

#footer .banner .banner_prev:before {
  background-image: url("../images/Users/collapse-arrow--v1.png");
}

#footer .banner .banner_next:before {
  background-image: url("../images/Users/collapse-arrow--v1.png");
  transform: rotate(180deg);
}

#footer .banner .banner_auto:before {
  content: "";
  width: 17px;
  background-image: url("../images/Users/pause.png");
}

#footer .banner .banner_auto.slick-play:before {
  content: "";
  width: 15px;
  background-image: url("../images/Users/play.png");
}

@media all and (max-width: 1200px) {
  #footer .banner .banner_content .slick-slide > div {
    width: 25%;
  }
}
@media all and (max-width: 800px) {
  #footer .banner .banner_content .slick-slide > div {
    width: 33.3333333333%;
  }
}
@media all and (max-width: 640px) {
  #footer .banner .banner_content {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  #footer .banner .banner_content h2 {
    top: 22px;
    font-size: 14px;
    line-height: 20px;
  }
  #footer .banner .banner_content .banner_list {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
  }
  #footer .banner .banner_content .slick-slide > div {
    width: 25%;
  }
  #footer .banner .banner_content .banner_item:before {
    top: 2px;
  }
  #footer .banner .banner_content .banner_item a {
    font-size: 12px;
    line-height: 20px;
  }
  #footer .banner .banner_control {
    top: 23px;
    left: 60px;
  }
  #footer .banner button {
    width: 18px;
    height: 18px;
    border-radius: 50%;
  }
  #footer .banner button:before {
    content: "";
    background-size: contain;
    width: 100%;
  }
  #footer .banner .banner_prev:before,
  #footer .banner .banner_next:before {
    content: "";
  }
  #footer .banner .banner_auto:before {
    content: "";
    width: 13px;
  }
}
@media all and (max-width: 480px) {
  #footer .banner .banner_content .slick-slide > div {
    width: 33.3333333333%;
  }
  #footer .banner .banner_content .banner_item a {
    padding: 0 10px;
  }
}
.breadcrumb-wrap {
  width: 100%;
  background: #F8F9FA;
}
.breadcrumb-wrap .bc_list {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  height: 65px;
}
@media screen and (max-width: 991.98px) {
  .breadcrumb-wrap .bc_list {
    height: 40px;
  }
}
.breadcrumb-wrap .bc_item {
  position: relative;
  display: flex;
  align-items: center;
  border-right: 1px solid #D9D9D9;
  height: 100%;
}
@media screen and (max-width: 991.98px) {
  .breadcrumb-wrap .bc_item {
    font-size: 14px;
  }
}
.breadcrumb-wrap .bc_item:first-child {
  border-left: 1px solid #D9D9D9;
}
.breadcrumb-wrap .bc_home {
  height: 100%;
  text-align: center;
}
.breadcrumb-wrap .bc_home .bc_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 100%;
  text-align: center;
  color: #6b7280;
}
@media screen and (max-width: 991.98px) {
  .breadcrumb-wrap .bc_home .bc_link {
    width: 40px;
  }
}
.breadcrumb-wrap .bc_btn {
  display: inline-flex;
  align-items: center;
  gap: 100px;
  height: 100%;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: transparent;
  color: #111827;
  cursor: pointer;
}
@media screen and (max-width: 991.98px) {
  .breadcrumb-wrap .bc_btn {
    gap: 50px;
  }
}
.breadcrumb-wrap .bc_btn[aria-expanded=true] .bc__chev {
  transform: rotate(180deg);
}
.breadcrumb-wrap .bc_label {
  font-weight: 700;
}
.breadcrumb-wrap .bc_chev {
  transition: transform 0.2s ease;
}
.breadcrumb-wrap .bc_menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #e5e7eb;
  padding: 6px 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  z-index: 99;
}
.breadcrumb-wrap .bc_menu a {
  display: block;
  padding: 10px 24px;
  color: #111827;
}
.breadcrumb-wrap .bc_menu a:hover {
  background: #f1f1f1;
}

.share-buttons {
  position: relative;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 991.98px) {
  .share-buttons {
    gap: 12px;
  }
}
.share-buttons .btn-share {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #f0f0f0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s;
}
@media screen and (max-width: 991.98px) {
  .share-buttons .btn-share {
    width: 30px;
    height: 30px;
  }
}
.share-buttons .btn-share:hover {
  background-color: #e0e0e0;
}
.share-buttons .btn-share img {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 991.98px) {
  .share-buttons .btn-share img {
    width: 16px;
    height: 16px;
  }
}

.sns-popup {
  position: absolute;
  top: 67px;
  right: 0;
  display: none;
  flex-direction: row;
  gap: 12px;
  background-color: #fff;
  padding: 20px 60px 20px 30px;
  border-radius: 10px;
  z-index: 99;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 991.98px) {
  .sns-popup {
    top: 40px;
    padding: 10px 50px 10px 15px;
    justify-content: flex-start;
  }
}
.sns-popup.active {
  display: flex;
}
.sns-popup .btn-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 22px;
  cursor: pointer;
}
@media screen and (max-width: 991.98px) {
  .sns-popup .btn-close {
    top: 10px;
    right: 10px;
    width: 18px;
  }
}
.sns-popup .sns-item {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #f0f0f0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 991.98px) {
  .sns-popup .sns-item {
    width: 34px;
    height: 34px;
  }
}
.sns-popup .sns-item img {
  width: 65%;
  height: 65%;
}

.pagination-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 60px;
  font-family: "Paperlogy", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
}
@media screen and (max-width: 767.98px) {
  .pagination-container {
    flex-direction: column;
    gap: 16px;
  }
}
.pagination-container .page-button,
.pagination-container .page-next,
.pagination-container .items-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  line-height: 1;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
}
@media screen and (max-width: 991.98px) {
  .pagination-container .page-button,
  .pagination-container .page-next,
  .pagination-container .items-button {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 374.98px) {
  .pagination-container .page-next {
    width: 24px;
    height: 24px;
  }
}
.pagination-container .page-list {
  display: flex;
  align-items: center;
  gap: 7px;
}
@media screen and (max-width: 543.98px) {
  .pagination-container .page-list {
    gap: 3px;
  }
}
.pagination-container .page-list .page-button {
  color: #616161;
  font-size: 17px;
  font-weight: 700;
}
.pagination-container .page-list .page-button.is-active {
  color: #0162e8;
}
@media screen and (max-width: 991.98px) {
  .pagination-container .page-list .page-button {
    font-size: 11px;
  }
}
@media screen and (max-width: 374.98px) {
  .pagination-container .page-list .page-button {
    width: 24px;
    height: 24px;
  }
}
.pagination-container .page-list .page-ellipsis {
  font-weight: 900;
}
.pagination-container .items-per-page {
  display: flex;
  gap: 7px;
}
.pagination-container .items-per-page .items-button {
  font-size: 13px;
  font-weight: 600;
}
.pagination-container .items-per-page .items-button.is-active {
  background-color: #E9E9E9;
  border-color: #E9E9E9;
}
.pagination-container .items-per-page .items-button:last-child {
  font-size: 11px;
  font-size: 700;
}
@media screen and (max-width: 991.98px) {
  .pagination-container .items-per-page .items-button:last-child {
    font-size: 10px;
  }
}
@media screen and (max-width: 991.98px) {
  .pagination-container .items-per-page .items-button {
    font-size: 10px;
  }
}
.pagination-container .page-last {
  padding: 10px 15px;
  border-radius: 30px;
  background-color: #E9E9E9;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  .pagination-container .page-last {
    font-size: 12px;
  }
}
@media screen and (max-width: 374.98px) {
  .pagination-container .page-last {
    padding: 6px 10px;
  }
}

.participate-count {
  width: 120px;
  position: absolute;
  top: 72px;
  right: 26px;
  z-index: 5;
  background-color: #848484; /* 배경 반투명 검정 */
  color: #fff;
  font-size: 11px;
  padding: 6px 28px;
  border-radius: 5px;
  align-items: center;
  /*border-bottom-right-radius: 5px; !* 오른쪽 아래 모서리 둥글게 *!*/
  letter-spacing: -0.5px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .participate-count {
    /*width: auto;*/
    right: 16px;
    top: 62px;
    padding: 4px 8px;
    width: 75px;
  }

}