@charset "UTF-8";
@import url(commons.css);
@import url(custom-style_scss_ver.css);
@import url(default-element_scss_ver.css);
@import url(button.css);
@import url(shadow_scss.css);
@import url(titlelist_scss_ver.css);
@import url(typographies_scss_ver.css);
@import url(user-define.css);
@import url(HeaderFooter.css);
.interval-border-box {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--gray-300);
}

/* body/프리 본문 텍스트 */
/* heading4/프리 헤딩4 텍스트 */
/* heading5/프리 헤딩5 텍스트 */
/* heading6/프리 헤딩6 텍스트 */
/* heading2/스위트 헤딩2 텍스트 */
/*스위트 디스 스몰 텍스트*/
/* body/프리 본문 텍스트 */
.FreeBodyTxt {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
}
@media (min-width: 1280px) {
  .FreeBodyTxt {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* heading4/프리 헤딩4 텍스트 */
.FreeHeading4Txt {
  font-size: 22px;
  line-height: 1.31;
  font-weight: 300;
}
.SeniorMode .FreeHeading4Txt {
  font-size: 24px;
  line-height: 1.41;
}
@media (min-width: 1280px) {
  .FreeHeading4Txt {
    font-size: 24px;
    line-height: 1.34;
  }
  .SeniorMode .FreeHeading4Txt {
    font-size: 24px;
    line-height: 1.46;
  }
}

/* heading5/프리 헤딩5 텍스트 */
.FreeHeading5Txt {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}
.SeniorMode .FreeHeading5Txt {
  font-size: 22px;
  line-height: 1.4;
}
@media (min-width: 1280px) {
  .FreeHeading5Txt {
    font-size: 20px;
    line-height: 1.45;
  }
  .SeniorMode .FreeHeading5Txt {
    font-size: 22px;
    line-height: 1.45;
  }
}

/* heading6/프리 헤딩6 텍스트 */
.FreeHeading6Txt {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
}
.SeniorMode .FreeHeading6Txt {
  font-size: 20px;
  line-height: 1.5;
}
@media (min-width: 1280px) {
  .FreeHeading6Txt {
    font-size: 18px;
    line-height: 1.5;
  }
  .SeniorMode .FreeHeading6Txt {
    font-size: 20px;
    line-height: 1.5;
  }
}

/* heading2/스위트 헤딩2 텍스트 */
.SuiteHeading2Txt {
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  font-family: "SUITE";
}
@media (min-width: 1280px) {
  .SuiteHeading2Txt {
    font-size: 32px;
  }
}

/* heading3/스위트 헤딩3 텍스트 */
.SuiteHeading3Txt {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 800;
  font-family: "SUITE";
}
@media (min-width: 1280px) {
  .SuiteHeading3Txt {
    font-size: 28px;
  }
}

/* heading4/스위트 헤딩4 텍스트 */
.SuiteHeading4Txt {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  font-family: "SUITE";
}
@media (min-width: 1280px) {
  .SuiteHeading4Txt {
    font-size: 24px;
  }
}

.SuiteHeading5Txt {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  font-family: "SUITE";
}
/* 스위트 디스 스몰 텍스트 */
.SuiteDisTxt {
  font-size: 40px;
  line-height: 1.25;
  font-weight: 800;
  font-family: "SUITE";
}
@media (min-width: 1280px) {
  .SuiteDisTxt {
    font-size: 48px;
  }
}

.simplebar-scrollbar {
  width: 8px;
}
.simplebar-scrollbar:before {
  background: var(--blue-500);
}

.simplebar-track.simplebar-vertical {
  width: 8px;
  background-color: rgba(238, 238, 238, 0);
}

.wrap {
  background: #F2F6FA;
}
.wrap.sub {
  background-color: #fff;
  overflow-x: hidden;
}

[class^=sub-banner-] {
  padding: 40px 0;
  margin-top: 59px;
  position: relative;
  /* navigation */
}
[class^=sub-banner-] .bg {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  z-index: 1;
  filter: blur(96.30519104px);
}
[class^=sub-banner-] .bg2 {
  position: absolute;
  top: -155px;
  left: calc(50% + 81px);
  z-index: 1;
  height: 240.13px;
  transform: translateX(-50%) rotate(-12.521deg);
}
[class^=sub-banner-] .txtbox {
  text-align: center;
}
[class^=sub-banner-] .txtbox .txt1 {
  font-family: "SUITE";
  font-size: 40rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 24px;
}
[class^=sub-banner-] .txtbox .txt2 {
  font-size: 20rem;
  font-weight: 300;
  display: block;
  line-height: 145%;
  margin-bottom: 24px;
}
[class^=sub-banner-] .txtbox .txt3 {
  font-size: 18rem;
  font-weight: 300;
  line-height: 144%;
}
[class^=sub-banner-] .navigation > .row {
  justify-content: center;
}
[class^=sub-banner-] .navigation > .row > div.now {
  color: var(--blue-500);
  font-weight: 600;
}
.sub-banner {
  overflow: hidden;
}
.sub-banner-3 {
  height: 677rem;
  padding: 56rem 0 !important;
}
.sub-banner-3 .banner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -70px;
  filter: drop-shadow(0 0 16px var(--gray-t-50per));
}
.sub-banner-3 .txtbox {
  max-width: 700px;
  text-align: left !important;
}
.sub-banner-3 .txtbox > * {
  margin-bottom: 8rem;
}
.sub-banner-3 .txtbox > *:last-child {
  margin-bottom: 0;
}
.sub-banner-3 .txtbox .txt1 {
  font-size: 48rem;
}
.sub-banner-3 .txtbox .txt2 {
  display: block;
  font-size: 24rem;
  font-weight: 600;
  text-align: left;
}
.sub-banner-3 .txtbox .txt3 {
  font-size: 20rem;
  font-weight: 300;
  line-height: 145%;
}
.sub-banner-3 .txtbox .navigation .row {
  justify-content: start;
}
.sub-banner-4 {
  position: relative;
  z-index: 1;
}
.sub-banner-4 .txtbox {
  text-align: left;
}
.sub-banner-4 .txtbox .txt1 {
  margin-bottom: 16px;
}
.sub-banner-5 {
  padding: 0;
  padding-bottom: 40px;
}
.subpage .sub-banner-5 .datum-point {
  padding: 0;
}
.sub-banner-5 .datum-point > .row {
  flex-direction: column-reverse;
  margin: -16px 0;
}
.sub-banner-5 .datum-point > .row > div {
  padding: 16px 0;
}
.sub-banner-5 .datum-point .imgbox {
  background-color: var(--gray-300);
  border-radius: 16px;
  height: 240px;
}
.sub-banner-5 .datum-point .txtbox {
  padding: 0 24px;
  text-align: left;
}
.sub-banner-5 .datum-point .txtbox [class*=btn-] {
  margin-top: 16px;
  margin-bottom: 24px;
}
.sub-banner-5 .datum-point .txtbox .navigation > .row {
  justify-content: start;
}
.sub-banner-5 .datum-point .imgbox {
  height: 240px;
}
.sub-banner-6 {
  background-color: #000;
  padding-top: 127px;
  padding-bottom: 101px;
}
.sub-banner-6 .txtbox {
  display: flex;
  flex-wrap: wrap;
}
.sub-banner-6 .txtbox .txt1 {
  text-align: left;
  color: #fff;
  font-family: "Big Shoulders Display";
  font-size: 64px;
  font-weight: 700;
  line-height: 1.14; /* 114.063% */
  text-transform: uppercase;
  margin-bottom: 16px;
}
.sub-banner-6 .txtbox .txt2 {
  text-align: left;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 0;
}
.SeniorMode .sub-banner-6 .txtbox .txt2 {
  font-size: 20px;
  line-height: 1.5;
}
@media (min-width: 1280px) {
  .sub-banner-6 .txtbox .txt2 {
    font-size: 18px;
    line-height: 1.5;
  }
  .SeniorMode .sub-banner-6 .txtbox .txt2 {
    font-size: 20px;
    line-height: 1.5;
  }
}

.subpage .datum-point {
  padding: 0 24px;
  max-width: 1216px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.submenu {
  border-radius: 16px;
  border: 1px solid var(--gray-300);
  background: var(--gradient-1);
  position: relative;
  box-shadow: var(--ShadowBottom-lev3);
  padding: 0 24px;
  position: relative;
  z-index: 1;
  border-radius: 0;
  margin: 0 -24px;
}
.submenu > * {
  position: relative;
  z-index: 1;
}
.submenu::before {
  content: "";
  border-radius: 16px;
  position: absolute;
  inset: 0;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}
.submenu ul {
  justify-content: space-between;
  height: 48px;
}
.submenu ul li {
  flex: 1 0 0%;
  flex-grow: 0;
  white-space: nowrap;
}
.submenu ul li.over-slide {
  flex: none;
}
.submenu ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 4px solid rgba(255, 255, 255, 0);
  color: #6C7680;
  justify-content: center;
  font-size: 16rem;
}
.submenu ul li a.active {
  font-weight: 600;
  color: var(--blue-500);
  border-color: var(--blue-500);
}
.submenu ul li a:hover {
  font-weight: 400;
  color: var(--blue-500);
}
.submenu.ver1 ul li a {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}
.SeniorMode .submenu.ver1 ul li a {
  font-size: 22px;
  line-height: 1.4;
}
@media (min-width: 1280px) {
  .submenu.ver1 ul li a {
    font-size: 20px;
    line-height: 1.45;
  }
  .SeniorMode .submenu.ver1 ul li a {
    font-size: 22px;
    line-height: 1.45;
  }
}

.subContent {
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
[class^=sub-banner-] + .datum-point + .subContent {
  padding-top: 40px;
}

.file-download-1 ul .list {
  padding: 32px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--gray-300);
}
.file-download-1 ul .list:first-child {
  border-top: 1px solid var(--gray-950);
}
.file-download-1 ul .list:last-child {
  border-bottom-color: var(--gray-950);
}
.file-download-1 ul .list .num {
  font-family: "Montserrat";
  font-size: 56rem;
  font-weight: 700;
  line-height: 1;
  margin-right: 32px;
}
.file-download-1 ul .list .txt {
  flex: 1 0 0%;
  max-width: 900px;
}
.file-download-1 ul .list .txt .txt1 {
  line-height: 1;
  font-weight: 600;
  font-size: 20rem;
  margin-bottom: 8px;
}
.file-download-1 ul .list .txt .txt2 {
  font-size: 16rem;
}

.bottom-box {
  padding-top: 40px;
}
.bottom-box > .row {
  align-items: center;
}
.bottom-box > .row {
  margin-top: -4px;
  margin-bottom: -4px;
  margin-left: -4px;
  margin-right: -4px;
}
.bottom-box > .row > div {
  padding: 4px 4px;
}
.bottom-box > .row > div {
  text-align: center;
}

.detail-box {
  border-top: 1px solid var(--gray-950);
}
.detail-box .top {
  padding: 32px 0;
}
.detail-box .top .title {
  font-weight: 800;
  font-size: 32rem;
  line-height: 1;
  margin-bottom: 12px;
}
.detail-box .body {
  padding: 32px 0;
  border-top: 1px solid var(--gray-300);
  border-bottom: 1px solid var(--gray-300);
  font-size: 16rem;
  line-height: 150%;
}
.detail-box .sub-list {
  padding: 24px 0;
}
.detail-box .sub-list li {
  display: flex;
  align-items: center;
}
.detail-box .sub-list li p {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.detail-box .sub-list li p i {
  font-size: 20rem;
  margin-right: 8px;
}
.detail-box .sub-list li p em {
  color: #6C7680;
  font-size: 16rem;
  font-weight: 600;
  line-height: 1; /* 100% */
}
.detail-box .sub-list li span {
  font-size: 16rem;
  line-height: 1; /* 100% */
}
.detail-box .bottom {
  border-top: 2px solid #6C7680;
  border-bottom: 2px solid #6C7680;
}
.detail-box .bottom ul li {
  border-bottom: 1px solid var(--gray-300);
  padding: 24px 0;
  display: flex;
  align-items: center;
}
.detail-box .bottom ul li:last-child {
  border-bottom: 0;
}
.detail-box .bottom ul li i {
  margin-right: 8px;
  font-size: 16rem;
}
.detail-box .bottom ul li em {
  font-size: 16rem;
  color: var(--blue-500);
  margin-right: 8px;
}
.detail-box .bottom ul li a {
  font-size: 16rem;
  flex: 1 0 0%;
}
.detail-box .bottom ul li span {
  font-size: 16rem;
}

.info-list {
  display: flex;
  overflow: hidden;
  margin: -16px;
}
.info-list li {
  display: flex;
  padding: 16px;
  align-items: center;
  padding-bottom: 16rem;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
}
@media (min-width: 1280px) {
  .info-list li {
    font-size: 16px;
    line-height: 1.1;
  }
}
.info-list li i {
  font-size: calc(100% + 3px);
  color: inherit;
  line-height: inherit;
  margin-right: 3rem;
}
.info-list li em {
  font-weight: 600;
  font-size: inherit;
  color: #6C7680;
  line-height: inherit;
  margin-right: 3rem;
}
.info-list li span {
  font-weight: 400;
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}

.m-bt-in-box {
  border-top: 1px solid #6C7680;
}

.bt-in-box {
  border-top: 1px solid #6C7680;
}

.bb-in-box {
  border-bottom: 1px solid #6C7680;
}

.FormAreaBox {
  max-width: 740px;
  margin: auto;
}
.FormAreaBox-2 {
  max-width: 940px;
  margin: auto;
}

.top-tit-1 {
  overflow: hidden;
  padding-bottom: 16px;
}
.top-tit-1.bb-in {
  margin-bottom: 24px;
  border-bottom: 1rem solid var(--gray-950);
}
.top-tit-1 > .row {
  margin: -4rem;
}
.top-tit-1 > .row > div {
  flex-grow: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding: 4rem;
}
.top-tit-1 .txt1 {
  font-weight: 800;
  font-size: 24rem;
  font-family: "SUITE";
  line-height: 1;
  white-space: normal;
}
.top-tit-1 .txt1 i {
  font-size: calc(100% + 8rem);
  margin-right: 8rem;
}
.top-tit-1 .txt1 span {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.top-tit-1 .txt1.in-label {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.top-tit-1 .txt2 {
  display: flex;
  font-size: 15rem;
  align-items: start;
  line-height: 1;
}
.top-tit-1 .txt2 .star {
  line-height: 1;
  margin-right: 4px;
  display: inline-flex;
  align-items: start;
}
.top-tit-1 .txt2 span {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.top-tit-1 .txt3 {
  font-size: 15rem;
  font-weight: 400;
  line-height: 133%;
}
.top-tit-2 .txt1 {
  font-size: 22rem;
  font-family: "SUITE";
  line-height: 133%;
  font-weight: 700;
}
.top-tit-2 .txt1 > span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.top-tit-2 .txt2 > span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.top-tit-3 {
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.top-tit-3.bb-in {
  border-bottom: 1px solid var(--gray-950);
}
.top-tit-3 .txt1 {
  font-size: 20px;
  font-family: "SUITE";
  font-weight: 700;
}
.top-tit-3 .txt1 span {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.top-tit-3 .txt1 span em {
  font-size: calc(100% + 8px);
  font-weight: 800;
  color: var(--blue-500);
}
.top-tit-4 {
  margin-bottom: 16px;
}
.top-tit-4.bb-in {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #6C7680;
}
.top-tit-4 .row {
  margin-top: -8px;
  margin-bottom: -8px;
  margin-left: -4px;
  margin-right: -4px;
}
.top-tit-4 .row > div {
  padding: 8px 4px;
}
.top-tit-4 .num {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 600;
  color: var(--blue-500);
  line-height: 1;
}
.top-tit-4 .txt1 {
  font-size: 15px;
  display: flex;
  line-height: 1;
  align-items: center;
}
.top-tit-4 .txt1 > span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.grid-1 > .row {
  margin-top: -16px;
  margin-bottom: -16px;
  margin-left: -16px;
  margin-right: -16px;
}
.grid-1 > .row > div {
  padding: 16px 16px;
}
.grid-2 > .row {
  margin-top: -8px;
  margin-bottom: -8px;
  margin-left: -16px;
  margin-right: -16px;
}
.grid-2 > .row > div {
  padding: 8px 16px;
}
.grid-3 > .row {
  margin-top: -4px;
  margin-bottom: -4px;
  margin-left: -4px;
  margin-right: -4px;
}
.grid-3 > .row > div {
  padding: 4px 4px;
}
.grid-4 > .row {
  margin-top: -12px;
  margin-bottom: -12px;
  margin-left: -12px;
  margin-right: -12px;
}
.grid-4 > .row > div {
  padding: 12px 12px;
}

[class*=table-box-] .nums {
  display: flex;
  align-items: flex-end;
  font-size: 20rem !important;
  font-weight: 600 !important;
  line-height: 1;
}
[class*=table-box-] .nums em {
  font-weight: 300 !important;
  font-size: 12rem !important;
  margin-left: 2px;
}

.star::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--red-500);
  border-radius: 5px;
  display: inline-block;
}

.bullet-txt li {
  font-size: 15rem;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: flex-start;
}
.bullet-txt li * {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.bullet-txt li::before {
  display: flex;
  content: "";
  padding: 1.5px;
  border-radius: 999px;
  overflow: hidden;
  margin: 2px;
  margin-right: 8px;
  position: relative;
  top: 6px;
  background-color: var(--gray-950);
}

.card-1 {
  border-radius: 16px;
  border: 1px solid var(--gray-300);
  background: var(--gradient-1);
  position: relative;
  box-shadow: var(--ShadowBottom-lev2);
  padding: 16px 16px;
}
.card-1 > * {
  position: relative;
  z-index: 1;
}
.card-1::before {
  content: "";
  border-radius: 16px;
  position: absolute;
  inset: 0;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}
.card-2 {
  border-radius: 16px;
  border: 1px solid var(--gray-300);
  background: var(--gradient-1);
}
.card-nomal {
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid var(--gray-300);
}

.txtbox .txt1 {
  font-weight: 600;
  font-size: 20rem;
  line-height: 125%;
}
.txtbox .txt2 {
  font-weight: 400;
  font-size: 15rem;
  line-height: 140%;
}
.txtbox .txt2 * {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.list-design-1 > .row {
  margin: -12px;
  padding-bottom: 40px;
}
.list-design-1 > .row:last-child {
  padding-bottom: 0;
}
.list-design-1 > .row > div {
  padding: 12px;
}
.list-design-1 > .row.ani {
  animation: fadeUp 3s ease 0s forwards;
}
.list-design-1 > .row.ani:nth-child(1) {
  animation-delay: 0s;
}
.list-design-1 > .row.ani:nth-child(2) {
  animation-delay: 0.2s;
}
.list-design-1 > .row.ani:nth-child(3) {
  animation-delay: 0.4s;
}
.list-design-1 > .row.ani:nth-child(4) {
  animation-delay: 0.6s;
}
.list-design-1 > .row.ani:nth-child(5) {
  animation-delay: 0.8s;
}
.list-design-1 > .row.ani:nth-child(6) {
  animation-delay: 1s;
}
.list-design-1 .imgbox {
  height: 200px;
  text-align: center;
}
.list-design-1 .imgbox img {
  height: 100%;
}
.list-design-1 .txtboxs {
  text-align: center;
}
.list-design-1 .txtboxs .txt1 {
  font-family: "Big Shoulders Display";
  font-size: 72rem;
  font-weight: 600;
  line-height: 111.111%; /* */
}
.list-design-1 .txtboxs .txt2 {
  font-family: "SUITE";
  font-size: 22rem;
  font-weight: 700;
  line-height: 131.818%;
  margin: 8rem 0;
}
.list-design-1 .txtboxs .bullit li {
  justify-content: center;
}
.list-design-2 > .row {
  margin: -16rem;
}
.list-design-2 > .row > div {
  padding: 16rem;
  flex-basis: 50%;
  max-width: 50%;
}
.list-design-2 .box {
  height: 176rem;
  padding: 24rem;
  border-radius: 999px;
  border: 1px solid var(--gray-300);
  box-shadow: var(--ShadowBottom-lev2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.list-design-2 .box img {
  margin-bottom: 16px;
}
.list-design-2 .box .txt1 {
  font-family: "Montserrat";
  color: var(--navy-600);
  font-size: 24rem;
  font-weight: 600;
  line-height: 1;
}
.list-design-2 .box .txt2 {
  font-size: 18rem;
  font-weight: 600;
}
.list-design-3 > .row {
  margin: -20px;
  padding-bottom: 40px;
}
.list-design-3 > .row:last-child {
  padding-bottom: 0;
}
.list-design-3 > .row > div {
  padding: 20px;
}
.list-design-3 > .row.ani {
  animation: fadeUp 3s ease 0s forwards;
}
.list-design-3 > .row.ani:nth-child(1) {
  animation-delay: 0s;
}
.list-design-3 > .row.ani:nth-child(2) {
  animation-delay: 0.2s;
}
.list-design-3 > .row.ani:nth-child(3) {
  animation-delay: 0.4s;
}
.list-design-3 > .row.ani:nth-child(4) {
  animation-delay: 0.6s;
}
.list-design-3 > .row.ani:nth-child(5) {
  animation-delay: 0.8s;
}
.list-design-3 > .row.ani:nth-child(6) {
  animation-delay: 1s;
}
.list-design-3 .imgbox {
  height: 430px;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
}
.list-design-3 .imgbox img {
  height: 100%;
  max-width: 100%;
}
.list-design-3 .txtboxs .txt1 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 24px;
}
.list-design-3 .txtboxs .txt2 {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 8rem;
}
.list-design-3 .txtboxs .txt2.bb-in {
  border-bottom: 1px solid #6C7680;
  margin-bottom: 24rem;
  padding-bottom: 16px;
}
.list-design-3 .txtboxs .txt3 {
  font-size: 15rem;
  line-height: 140%;
  margin-bottom: 16rem;
}
.list-design-3 .txtboxs .list li {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 6px;
}
.list-design-3 .txtboxs .list li:last-child {
  margin-bottom: 0;
}
.list-design-3 .txtboxs .list li .bullet {
  padding: 2.5px;
  background-color: var(--gray-950);
  border-radius: 999px;
  display: inline-block;
  margin-right: 8px;
}
.list-design-3 .txtboxs .list li .tit {
  font-size: 18px;
  margin-right: 12px;
  font-weight: 600;
}
.list-design-3 .txtboxs .list li .txt {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
.list-design-3 .txtboxs .btnbox {
  display: flex;
  flex-direction: column;
}
.list-design-3 .txtboxs .btnbox [class*=btn-] {
  width: 100%;
  justify-content: center;
  margin-bottom: 8rem;
}
.list-design-3 .txtboxs .btnbox [class*=btn-]:last-child {
  margin-bottom: 0;
}

.card-list-1 > .row {
  margin-top: -8rem;
  margin-bottom: -8rem;
  margin-left: -8rem;
  margin-right: -8rem;
}
.card-list-1 > .row > div {
  padding: 8rem 8rem;
}
.card-list-1 > .row.interval-12 {
  margin-top: -12rem;
  margin-bottom: -12rem;
  margin-left: -12rem;
  margin-right: -12rem;
}
.card-list-1 > .row.interval-12 > div {
  padding: 12rem 12rem;
}
.card-list-1 > .row.interval-16 {
  margin-top: -16rem;
  margin-bottom: -16rem;
  margin-left: -16rem;
  margin-right: -16rem;
}
.card-list-1 > .row.interval-16 > div {
  padding: 16rem 16rem;
}
.card-list-1 .box .imgbox {
  height: 151px;
  overflow: hidden;
  border-radius: 8rem;
  margin-bottom: 16rem;
  position: relative;
}
.card-list-1 .box .imgbox img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
.card-list-1 .box .txtboxs .txt1 {
  font-size: 18rem;
  margin-bottom: 8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-list-1 .box .txtboxs .txt1.ellipsis-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 최대 줄 수 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  word-break: break-word; /* 단어 잘라서 줄바꿈 허용 */
  line-height: 1.4;
  height: calc(1.4em * 2);
}
.card-list-1 .box .txtboxs .txt1.ellipsis-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 최대 줄 수 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  word-break: break-word; /* 단어 잘라서 줄바꿈 허용 */
  line-height: 1.4;
  height: calc(1.4em * 3);
}
.card-list-1 .box .txtboxs .txt2 {
  font-size: 15rem;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 최대 줄 수 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  word-break: break-word; /* 단어 잘라서 줄바꿈 허용 */
  line-height: 1.4;
  height: calc(1.4em * 2);
}
.card-list-1 .box .txtboxs .info {
  padding-top: 8rem;
}
.card-list-1 .box .txtboxs .info li {
  color: #6C7680;
  font-size: 13rem;
  font-weight: 300;
}
.card-list-1 .box .txtboxs .info li i {
  color: inherit;
  font-size: 15rem;
  margin-right: 3rem;
}
.card-list-1 .box .txtboxs .info li span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.card-list-1 ~ .paging-box {
  margin-top: 16rem;
}
.card-list-2 > .row {
  margin-top: -12rem;
  margin-bottom: -12rem;
  margin-left: -12rem;
  margin-right: -12rem;
}
.card-list-2 > .row > div {
  padding: 12rem 12rem;
}
.card-list-2 .box {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--gray-300);
}
.card-list-2 .box > .row {
  margin-top: -8rem;
  margin-bottom: -8rem;
  margin-left: -8rem;
  margin-right: -8rem;
}
.card-list-2 .box > .row > div {
  padding: 8rem 8rem;
}
.card-list-2 .box .imgbox {
  height: 190rem;
  overflow: hidden;
  border-radius: 8rem;
  position: relative;
}
.card-list-2 .box .imgbox img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
.card-list-2 .box .txtboxs label {
  margin-bottom: 6px;
}
.card-list-2 .box .txtboxs .txt1 {
  font-size: 18rem;
  font-weight: 600;
  margin-bottom: 16rem;
  line-height: 1;
}
.card-list-2 .box .txtboxs .txt1.ellipsis-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 최대 줄 수 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  word-break: break-word; /* 단어 잘라서 줄바꿈 허용 */
  line-height: 1.45;
  height: calc(1.45em * 2);
}
.card-list-2 .box .txtboxs .txt2 {
  font-size: 15rem;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 최대 줄 수 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  word-break: break-word; /* 단어 잘라서 줄바꿈 허용 */
  line-height: 1.4;
  height: calc(1.4em * 2);
  margin-bottom: 16px;
}
.card-list-2 .box .txtboxs .txt2.ellipsis-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 최대 줄 수 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  word-break: break-word; /* 단어 잘라서 줄바꿈 허용 */
  line-height: 1.4;
  height: calc(1.4em * 3);
}
.card-list-2 ~ .paging-box {
  margin-top: 16rem;
}
.card-list-3 > .row {
  margin-top: -12rem;
  margin-bottom: -12rem;
  margin-left: -12rem;
  margin-right: -12rem;
}
.card-list-3 > .row > div {
  padding: 12rem 12rem;
}
.card-list-3 .box {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--gray-300);
}
.card-list-3 .box .imgbox {
  height: 210px;
  border-radius: 8rem;
  margin-bottom: 16rem;
  overflow: hidden;
}
.card-list-3 .box .imgbox img {
  width: 100%;
  height: 100%;
}
.card-list-3 .box .txtboxs > label {
  margin-bottom: 8px;
}
.card-list-3 .box .txtboxs .txt1 {
  font-size: 18px;
  font-weight: 600;
  line-height: 122.222%; /*  */
}
.card-list-3 .box .txtboxs .bottom-box {
  display: flex;
  padding-top: 24px;
  margin: 0 -3px;
}
.card-list-3 .box .txtboxs .bottom-box > [class*=btn-] {
  flex: 1 0 0%;
  margin: 0 3px;
  justify-content: center;
}
.card-list-3 .box .txtboxs .bottom-box > [class*=btn-] i {
  font-size: 24px;
}
.card-list-3 .box .txtboxs .bottom-box > [class*=btn-] span {
  display: none;
}
.card-list-3 ~ .paging-box {
  margin-top: 16rem;
}
.card-list-4 > .row {
  margin-top: -8rem;
  margin-bottom: -8rem;
  margin-left: -8rem;
  margin-right: -8rem;
}
.card-list-4 > .row > div {
  padding: 8rem 8rem;
}
.card-list-4 > .row.interval-12 {
  margin-top: -12rem;
  margin-bottom: -12rem;
  margin-left: -12rem;
  margin-right: -12rem;
}
.card-list-4 > .row.interval-12 > div {
  padding: 12rem 12rem;
}
.card-list-4 > .row.interval-16 {
  margin-top: -16rem;
  margin-bottom: -16rem;
  margin-left: -16rem;
  margin-right: -16rem;
}
.card-list-4 > .row.interval-16 > div {
  padding: 16rem 16rem;
}
.card-list-4 .box .imgbox {
  height: 307px;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 16px;
}
.card-list-4 .box .imgbox img {
  max-width: 100%;
  height: 100%;
}
.card-list-4 .box .txtbox {
  padding-left: 16px;
  border-left: 2px solid var(--blue-500);
  overflow: hidden;
}
.card-list-4 .box .txtbox > * {
  margin-bottom: 8px;
}
.card-list-4 .box .txtbox > *:last-child {
  margin-bottom: 0;
}
.card-list-4 .box .txtbox .txt1 {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1280px) {
  .card-list-4 .box .txtbox .txt1 {
    font-size: 16px;
    line-height: 1.5;
  }
}
.card-list-4 .box .txtbox .info-list {
  margin: -4px;
}
.card-list-4 .box .txtbox .info-list li {
  padding: 4px;
}

.bullit li {
  font-size: 15rem;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: flex-start;
}
.bullit li .cycle {
  padding: 1.5px;
  border-radius: 999px;
  overflow: hidden;
  margin: 2px;
  margin-right: 8px;
  position: relative;
  top: 6px;
  background-color: var(--gray-950);
}

.bt-in-interver-1 {
  border-top: 1px solid #6C7680;
  padding-top: 56rem;
  margin-top: 40rem;
}

.search-area-box .center .card-boxs .top {
  padding: 24px 0;
  border-top: 1px solid var(--gray-700);
}
.search-area-box .center .card-boxs .top .row {
  margin-top: -4px;
  margin-bottom: -4px;
  margin-left: -4px;
  margin-right: -4px;
}
.search-area-box .center .card-boxs .top .row > div {
  padding: 4px 4px;
}
.search-area-box .center .card-boxs .top [class*=capsuleBtn-] > button span {
  display: none;
}
.search-area-box .center .card-boxs .top [class*=btn-] {
  padding: 0 6px;
}
.search-area-box .center .card-boxs .top [class*=btn-] span {
  display: none;
}
.search-area-box .viewOnBox {
  position: fixed;
  bottom: -100vh;
  left: 0;
  width: 100%;
}
.search-area-box .viewOnBox.show {
  bottom: -60vh;
  transition: bottom 0.5s;
  z-index: 10;
}
.search-area-box .viewOnBox.show.moreView {
  bottom: 0;
}
.search-area-box .viewOnBox .card-boxs {
  border-radius: 12rem;
  background: #fff;
  box-shadow: var(--ShadowCenter-lev5);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  padding: 16px;
  height: calc(100vh - 59px);
}
.search-area-box .viewOnBox .card-boxs .viewOn {
  border: 0;
  width: 100px;
  height: 5px;
  border-radius: 6px;
  margin: 0 auto;
  background-color: var(--gray-t-30per);
  display: block;
  margin-bottom: 24px;
}
.search-area-box .viewOnBox .card-boxs .list {
  margin-bottom: 24px;
}
.search-area-box .viewOnBox .card-boxs .list .box {
  margin-bottom: 16px;
}
.search-area-box .viewOnBox .card-boxs .list .box:last-child {
  margin-bottom: 0;
}
.search-area-box .viewOnBox .card-boxs .list + [class*=btn-] {
  width: 100%;
  justify-content: center;
  margin-bottom: 24px;
}

.search-options {
  margin-bottom: 40px;
}
.search-options > * {
  margin-bottom: 24px;
}
.search-options > *:last-child {
  margin-bottom: 0;
}
.search-options .txt1 {
  font-family: "SUITE";
  font-size: 24px;
  font-weight: 800;
}
.search-options .txt2 {
  font-size: 15px;
  display: flex;
  align-items: baseline;
  line-height: 1;
}
.search-options .txt2 em.t1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: var(--blue-500);
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 300px;
  white-space: nowrap;
}
.search-options .txt2 em.t2 {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin: 0 2px;
  color: var(--blue-500);
}
.search-options .buttombox [class*=capsuleBtn-] > button {
  height: 44rem;
  font-size: 16rem;
}
.search-options .buttombox [class*=capsuleBtn-] > button span {
  font-size: inherit;
}

.searchs-1 > .row {
  flex-wrap: nowrap;
}
.searchs-1 > .row [class*=form-area-box] .ele-icon-box {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0);
}
.searchs-1 > .row [class*=form-area-box] .ele-icon-box > * {
  z-index: 2;
  font-weight: 300;
  font-size: 20rem;
}
.searchs-1 > .row [class*=form-area-box] .ele-icon-box .selectbox {
  position: relative;
  padding: 0;
  flex-basis: 91px;
  max-width: 91px;
  margin-right: 8px;
  padding-right: 16px;
}
.searchs-1 > .row [class*=form-area-box] .ele-icon-box .selectbox select {
  padding-left: 14px;
}
.searchs-1 > .row [class*=form-area-box] .ele-icon-box .selectbox select + i {
  right: 8px;
  font-size: 14px;
}
.searchs-1 > .row [class*=form-area-box] .ele-icon-box .selectbox::before {
  content: "";
  height: 24px;
  width: 1px;
  background-color: var(--gray-300);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.searchs-1 > .row [class*=form-area-box] .ele-icon-box select option {
  color: #6C7680;
}
.searchs-1 > .row [class*=form-area-box] .ele-icon-box input::-moz-placeholder {
  color: #6C7680;
  font-size: 18rem;
}
.searchs-1 > .row [class*=form-area-box] .ele-icon-box input::placeholder {
  color: #6C7680;
  font-size: 18rem;
}
.searchs-1 > .row [class*=form-area-box] .ele-icon-box > i {
  background: linear-gradient(103deg, var(--blue-500) 4.83%, var(--purple-500) 104.91%);
  -webkit-background-clip: text; /* 텍스트에 배경 잘라내기 (크롬, 사파리) */
  -webkit-text-fill-color: transparent; /* 글자 안을 투명하게 */
  background-clip: text; /* 표준 속성 (일부 브라우저 지원) */
  color: transparent; /* 폴백 처리 */
}
.searchs-1 > .row [class*=form-area-box] .ele-icon-box::before, .searchs-1 > .row [class*=form-area-box] .ele-icon-box::after {
  content: "";
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(103deg, var(--blue-500) 4.83%, var(--purple-500) 104.91%);
  z-index: 0;
  border-radius: 12rem;
}
.searchs-1 > .row [class*=form-area-box] .ele-icon-box::after {
  width: calc(100% - 6rem);
  height: calc(100% - 6rem);
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 8rem;
}
.searchs-2 > .row [class*=form-area-box] .ele-icon-box {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0);
}
.searchs-2 > .row [class*=form-area-box] .ele-icon-box > * {
  position: relative;
  z-index: 2;
  font-weight: 300;
}
.searchs-2 > .row [class*=form-area-box] .ele-icon-box select option {
  color: #6C7680;
}
.searchs-2 > .row [class*=form-area-box] .ele-icon-box input::-moz-placeholder {
  color: #6C7680;
}
.searchs-2 > .row [class*=form-area-box] .ele-icon-box input::placeholder {
  color: #6C7680;
}
.searchs-2 > .row [class*=form-area-box] .ele-icon-box > i {
  background: linear-gradient(103deg, var(--blue-500) 4.83%, var(--purple-500) 104.91%);
  -webkit-background-clip: text; /* 텍스트에 배경 잘라내기 (크롬, 사파리) */
  -webkit-text-fill-color: transparent; /* 글자 안을 투명하게 */
  background-clip: text; /* 표준 속성 (일부 브라우저 지원) */
  color: transparent; /* 폴백 처리 */
}
.searchs-2 > .row [class*=form-area-box] .ele-icon-box::before, .searchs-2 > .row [class*=form-area-box] .ele-icon-box::after {
  content: "";
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(103deg, var(--blue-500) 4.83%, var(--purple-500) 104.91%);
  z-index: 0;
  border-radius: 12rem;
}
.searchs-2 > .row [class*=form-area-box] .ele-icon-box::after {
  width: calc(100% - 8rem);
  height: calc(100% - 8rem);
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 8rem;
}

.top-txt {
  display: flex;
  padding-bottom: 16rem;
  margin-bottom: 16rem;
  border-bottom: 1rem solid var(--gray-300);
  margin-bottom: 24rem;
  align-items: center;
  justify-content: space-between;
}
.top-txt.bt-in {
  border-top: 1rem solid var(--gray-300);
  padding-top: 16rem;
}
.top-txt .txt1 {
  font-family: "SUITE";
  font-size: 22rem;
  font-weight: 700;
  flex: 1 0 0%;
}
.dark-mode .top-txt .txt1 {
  color: #fff;
}
.top-txt .close {
  font-size: 20rem;
}
.dark-mode .top-txt .close {
  color: #fff;
}

.menulist {
  overflow-x: hidden;
  overflow-y: auto;
}
.menulist .lev1 > li {
  position: relative;
  margin-bottom: 8rem;
  border-radius: 8rem;
  overflow: hidden;
}
.menulist .lev1 > li:last-child {
  margin-bottom: 0;
}
.menulist .lev1 > li > a {
  padding: 8rem 0rem;
  font-size: 15rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.dark-mode .menulist .lev1 > li > a {
  color: #fff;
}
.menulist .lev1 > li > a > span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  flex: 1 0 0%;
  line-height: 1;
}
.menulist .lev1 > li > a > em {
  background-color: var(--red-500);
  color: #fff;
  border-radius: 999px;
  height: 20rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 6rem;
  margin-right: 4rem;
}
.menulist .lev1 > li > a > i {
  font-size: calc(100% + 5rem);
  color: inherit;
  margin-right: 4rem;
}
.menulist .lev1 > li > a > i.icon-chevron-02-right {
  margin-right: 0;
}
.menulist .lev1 > li > a.active {
  background-color: var(--blue-500);
  color: #fff;
}
.menulist .lev1 > li > a.active > i:last-child {
  transform: rotate(90deg);
}
.menulist .lev1 > li > a.active a > em {
  color: var(--red-500);
  background-color: #fff;
}
.menulist .lev1 > li > a.active + .lev2 {
  max-height: 1000rem;
  padding: 8rem 0;
}
.menulist .lev2 {
  background: var(--blue-t-5per);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
}
.dark-mode .menulist .lev2 {
  background: var(--blue-t-15per);
}
.menulist .lev2 > li > a {
  padding: 10rem 16rem;
  padding-left: 44rem;
  font-size: 16rem;
  display: flex;
  position: relative;
}
.dark-mode .menulist .lev2 > li > a {
  color: #fff;
}
.menulist .lev2 > li > a > em {
  background-color: var(--blue-t-10per);
  color: var(--blue-500);
  border-radius: 999px;
  height: 20rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 6rem;
  font-size: 12px;
  margin-right: 4rem;
}
.menulist .lev2 > li > a:hover {
  color: var(--blue-500);
}
.menulist .lev2 > li > a.active {
  color: var(--blue-500);
  font-weight: 600;
}
.dark-mode .menulist .lev2 > li > a.active {
  color: var(--blue-300);
}
.menulist .lev2 > li > a.active::before {
  content: "";
  height: 1px;
  background-color: var(--blue-200);
  width: calc(100% - 44rem - 16rem);
  position: absolute;
  bottom: 0;
  left: 44rem;
}
.dark-mode .menulist .lev2 > li > a.active::before {
  background: var(--blue-500);
}
.menulist .lev2 > li > a.active > i:last-child {
  transform: rotate(90deg);
}
.menulist .lev2 > li > a.active + .lev3 {
  max-height: 1000rem;
}
.menulist .lev2 > li > a > span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  flex: 1 0 0%;
  line-height: 1;
}
.menulist .lev2 > li > a > i {
  font-size: calc(100% + 4rem);
  color: inherit;
}
.menulist .lev3 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
}
.menulist .lev3 li {
  position: relative;
}
.menulist .lev3 li::before {
  content: "";
  background-color: var(--blue-300);
  height: 100%;
  width: 1px;
  position: absolute;
  left: 64rem;
}
.dark-mode .menulist .lev3 li::before {
  background: var(--blue-500);
}
.menulist .lev3 li:last-child::before {
  height: 50%;
}
.menulist .lev3 li > a {
  padding: 10rem 16rem;
  padding-left: 85rem;
  font-size: 16rem;
  display: flex;
  position: relative;
}
.dark-mode .menulist .lev3 li > a {
  color: #fff;
}
.menulist .lev3 li > a:hover, .menulist .lev3 li > a.active {
  color: var(--blue-500);
  font-weight: 600;
}
.dark-mode .menulist .lev3 li > a:hover, .dark-mode .menulist .lev3 li > a.active {
  color: var(--blue-300);
}
.menulist .lev3 li > a::before, .menulist .lev3 li > a::after {
  content: "";
  background-color: var(--blue-300);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.dark-mode .menulist .lev3 li > a::before, .dark-mode .menulist .lev3 li > a::after {
  background: var(--blue-500);
}
.menulist .lev3 li > a::before {
  width: 8rem;
  height: 1px;
  left: 64rem;
}
.menulist .lev3 li > a::after {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  left: 72rem;
}
.menulist .lev3 li > a > span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  flex: 1 0 0%;
  line-height: 1;
}
.menulist .lev3 li > a > i {
  font-size: calc(100% + 4rem);
  color: inherit;
}
.menulist + [class*=btn-] {
  margin-top: 24rem;
  justify-content: center;
  width: 100%;
}

[class*=capsuleBtn-] {
  display: flex;
  align-items: center;
  overflow: hidden;
}
[class*=capsuleBtn-] > button {
  display: flex;
  border: 1rem solid var(--gray-400);
  align-items: center;
  flex: 1 0 0%;
  justify-content: center;
  height: 32rem;
  background: #fff;
}
.dark-mode [class*=capsuleBtn-] > button {
  color: #fff;
}
[class*=capsuleBtn-] > button:first-child {
  border-top-left-radius: 8rem;
  border-bottom-left-radius: 8rem;
}
[class*=capsuleBtn-] > button:last-child {
  border-top-right-radius: 8rem;
  border-bottom-right-radius: 8rem;
}
[class*=capsuleBtn-] > button > i {
  font-size: 16rem;
  color: inherit;
  margin-right: 4rem;
}
[class*=capsuleBtn-] > button > span {
  font-size: 15rem;
  font-weight: 400;
  color: inherit;
  line-height: 1;
}
[class*=capsuleBtn-] > button > em {
  display: flex;
  height: 16rem;
  border-radius: 16rem;
  font-size: 11rem;
  color: #fff;
  line-height: 1;
  padding: 0 6rem;
  background-color: var(--red-500);
  margin-left: 4rem;
  align-items: center;
}
[class*=capsuleBtn-] > button.active {
  color: #fff;
  background: var(--gray-950);
  border: 0;
}
.dark-mode [class*=capsuleBtn-] > button.active {
  background-color: #fff;
  color: var(--gray-950);
}

.content-list-1 > ul {
  border: 1px solid var(--gray-950);
  border-left: 0;
  border-right: 0;
  padding-top: 24px;
}
.content-list-1 > ul > li {
  padding-top: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--gray-950);
}
.content-list-1 > ul > li:last-child {
  border-bottom: 0;
}
.content-list-1 .box > .row {
  flex-wrap: wrap-reverse;
}
.content-list-1 .box > .row {
  margin-top: -16px;
  margin-bottom: -16px;
  margin-left: -16px;
  margin-right: -16px;
}
.content-list-1 .box > .row > div {
  padding: 16px 16px;
}
.content-list-1 .box > .row > div.check {
  padding-right: 0;
  display: flex;
  align-items: flex-start;
  flex-grow: 0;
  white-space: nowrap;
}
.content-list-1 .box > .row > div.check label {
  color: var(--gray-400);
}
.content-list-1 .box > .row > div.text > * {
  margin-bottom: 16rem;
}
.content-list-1 .box > .row > div.text > *:last-child {
  margin-bottom: 0;
}
.content-list-1 .box > .row > div.text .txt1 {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.content-list-1 .box > .row > div.text .txt2 {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 최대 줄 수 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  word-break: break-word; /* 단어 잘라서 줄바꿈 허용 */
  line-height: 21px;
  height: calc(21pxem * 2);
  font-size: 16px;
  font-weight: 400;
}
.content-list-1 .box > .row > div.text .info {
  display: flex;
  align-items: center;
  margin: 0 -8px;
  flex-wrap: wrap;
}
.content-list-1 .box > .row > div.text .info li {
  display: flex;
  align-items: center;
  color: #6C7680;
  font-size: 13rem;
  padding: 0 8px;
}
.content-list-1 .box > .row > div.text .info li > * {
  margin-right: 3rem;
  color: inherit;
}
.content-list-1 .box > .row > div.text .info li > *:last-child {
  margin-right: 0;
}
.content-list-1 .box > .row > div.text .info li i {
  font-size: 15rem;
}
.content-list-1 .box > .row > div.text .info li em {
  font-size: inherit;
  font-weight: 600;
  display: none;
}
.content-list-1 .box > .row > div.text .info li span {
  font-size: inherit;
  font-weight: 400;
}
.content-list-1 .box > .row > div.thumail {
  flex-basis: 100%;
  max-width: 100%;
  align-items: flex-start;
  flex-grow: 0;
  white-space: nowrap;
}
.content-list-1 .box > .row > div.thumail .imgbox {
  width: 144px;
  height: 113px;
  width: 100%;
  height: 215px;
  position: relative;
  border: 1px solid var(--gray-300);
  overflow: hidden;
}
.content-list-1 .box > .row > div.thumail .imgbox img {
  height: 100%;
  border-radius: 8px;
  max-width: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.content-list-2 > ul {
  margin: 0 -12px;
  border-top: 1px solid var(--gray-950);
  display: flex;
  flex-wrap: wrap;
}
.content-list-2 > ul > li {
  flex-basis: 100%;
  max-width: 100%;
  padding: 24px 12px;
}
.content-list-2 .box {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--gray-950);
}
.content-list-2 .box > .row {
  flex-direction: column-reverse;
}
.content-list-2 .box > .row {
  margin-top: -4px;
  margin-bottom: -4px;
  margin-left: -4px;
  margin-right: -4px;
}
.content-list-2 .box > .row > div {
  padding: 4px 4px;
}
.content-list-2 .box > .row > div.text {
  position: relative;
  padding-left: 28rem;
}
.content-list-2 .box > .row > div.text .check-radio-box {
  position: absolute;
  left: 0;
  top: 0.5em;
}
.content-list-2 .box > .row > div.text .check-radio-box label {
  color: var(--gray-400);
}
.content-list-2 .box > .row > div.text > * {
  margin-bottom: 16rem;
}
.content-list-2 .box > .row > div.text > *:last-child {
  margin-bottom: 0;
}
.content-list-2 .box > .row > div.text .txt1 {
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 최대 줄 수 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  word-break: break-word; /* 단어 잘라서 줄바꿈 허용 */
  line-height: 1.5;
  height: calc(1.5em * 2);
  height: 3em;
}
.content-list-2 .box > .row > div.text .txt2 {
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 최대 줄 수 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  word-break: break-word; /* 단어 잘라서 줄바꿈 허용 */
  line-height: 1.5;
  height: calc(1.5em * 3);
}
.content-list-2 .box > .row > div.text .info {
  display: flex;
  align-items: flex-start;
  margin: -4px;
  flex-direction: column;
}
.content-list-2 .box > .row > div.text .info li {
  display: flex;
  align-items: center;
  color: #6C7680;
  font-size: 13rem;
  padding: 4px;
}
.content-list-2 .box > .row > div.text .info li > * {
  margin-right: 3rem;
  color: inherit;
}
.content-list-2 .box > .row > div.text .info li > *:last-child {
  margin-right: 0;
}
.content-list-2 .box > .row > div.text .info li i {
  font-size: 15rem;
}
.content-list-2 .box > .row > div.text .info li em {
  font-size: inherit;
  font-weight: 600;
}
.content-list-2 .box > .row > div.text .info li span {
  font-size: inherit;
  font-weight: 400;
}
.content-list-2 .box > .row > div.thumail {
  display: flex;
  align-items: flex-start;
  flex-grow: 0;
  white-space: nowrap;
}
.content-list-2 .box > .row > div.thumail .imgbox {
  width: 100%;
  height: 113px;
  border-radius: 8px;
  border: 1px solid var(---, #C2C8CC);
  background: var(---, rgba(108, 114, 117, 0.15));
}

.highlight {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: var(--blue-500);
}

.modal-slide-1 [class*=swiper-button-] {
  display: flex;
  background-image: none;
  padding: 0;
  width: auto;
  height: auto;
}
.modal-slide-1 [class*=swiper-button-]::after {
  display: none;
}
.modal-slide-1 [class*=swiper-button-] > i {
  padding: 0;
  font-size: 24rem;
}
.modal-slide-1 [class*=swiper-button-] {
  color: #fff;
  border-radius: 999px;
  width: 44px;
  height: 44px;
  z-index: 1;
  font-size: 24rem;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gray-500);
  top: 50%;
  transform: translateY(-50%);
}
.modal-slide-1 .swiper-button-next {
  right: 0rem;
}
.modal-slide-1 .swiper-button-prev {
  left: 0rem;
}
.modal-slide-1 .imgboxs {
  border-radius: 8px;
  border: 1px solid var(---, #C2C8CC);
  background: var(---, rgba(108, 114, 117, 0.15));
  height: 384rem;
}

.popular-search {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  width: calc(100% - 2px);
  left: 50%;
  transform: translateX(-50%);
  top: 55px;
  z-index: 3;
}
.popular-search.show {
  max-height: 1000px;
  transition: max-height 0.5s;
}
.popular-search::before, .popular-search::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(103deg, var(--blue-500) 4.83%, var(--purple-500) 104.91%);
  z-index: 0;
  border-radius: 12rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.popular-search::after {
  width: calc(100% - 10rem);
  height: calc(100% - 6rem);
  background: #fff;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
  border-radius: 8rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.popular-search ul {
  padding: 8px 0;
  border: 1px solid var(--gray-700);
  border-left: 0;
  border-right: 0;
  position: relative;
  margin: 0 24px;
  z-index: 3;
}
.popular-search ul li {
  margin-bottom: 8px;
}
.popular-search ul li:last-child {
  margin-bottom: 0;
}
.popular-search ul li a {
  text-align: left;
  display: block;
  line-height: 1;
  color: var(--gray-700);
  font-size: 18px;
  font-weight: 300;
  padding: 8px 12px;
  border-radius: 4px;
}
.popular-search ul li a:hover {
  font-weight: 600;
  background-color: var(--gray-t-10per);
}
.popular-search .bottom {
  padding-top: 12px;
  padding-bottom: 24px;
  text-align: right;
  font-size: 0;
  line-height: 1;
  position: relative;
  z-index: 3;
}

/*법원사 기획전 css 전용*/
.subContent.media-page .interval {
  margin-bottom: 56rem;
}
.subContent.media-page .interval:last-child {
  margin-bottom: 0;
}
.subContent.media-page .interval > * {
  margin-bottom: 56rem;
}
.subContent.media-page .interval > *:last-child {
  margin-bottom: 0;
}
.subContent.media-page .interval.before-in {
  position: relative;
  padding-bottom: 32rem;
}
.subContent.media-page .interval.before-in::before {
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #6C7680;
  width: 100%;
  position: absolute;
  height: 1px;
}
.subContent.media-page .card-list-1 .box .imgbox {
  height: auto;
  overflow: hidden;
}
.subContent.media-page .card-list-1 .box .imgbox img {
  width: 100%;
}
.subContent.media-page .card-list-1 .col-6 .box .imgbox {
  height: 161rem;
}
.subContent.media-page .card-list-1 .col-md-3 .box .imgbox {
  height: 220rem;
}
.subContent.media-page .card-list-1 .col-md-4 .box .imgbox {
  height: 253rem;
}
.subContent.media-page .card-list-1 .col-md-6 .box .imgbox {
  height: 350rem;
}
.subContent.media-page .card-list-1 .col-md-4 .box .imgbox {
  height: 253rem;
}

.intro-1 > .row {
  margin-top: -28px;
  margin-bottom: -28px;
  margin-left: -28px;
  margin-right: -28px;
}
.intro-1 > .row > div {
  padding: 28px 28px;
}
.intro-1 .imgbox {
  border-radius: 16px;
  height: auto;
  position: relative;
  overflow: hidden;
}
.intro-1 .imgbox img {
  position: static;
  width: 100%;
}
.intro-1 .txtbox {
  font-size: 0;
  line-height: 1;
}
.intro-1 .txtbox > * {
  margin-bottom: 32rem;
}
.intro-1 .txtbox > *:last-child {
  margin-bottom: 0;
}
.intro-1 .txtbox .txt0 {
  font-family: "Big Shoulders Display";
  font-size: 72px;
  font-weight: 700;
  line-height: 111.111%;
}
.intro-1 .txtbox .txt1 {
  font-size: 28rem;
  line-height: 1;
}
.intro-1 .txtbox .txt2 {
  font-size: 18rem;
  font-weight: 300;
  line-height: 26rem;
}
.intro-1 .txtbox .txt3 {
  font-size: 16rem;
  font-weight: 400;
}
.intro-1 .txtbox .txt4 {
  font-size: 14rem;
  display: flex;
  align-items: center;
}
.intro-1 .txtbox .txt4 .cycle {
  padding: 1.5px;
  border-radius: 999px;
  overflow: hidden;
  margin: 0 2px;
  margin-right: 8px;
  background-color: var(--gray-950);
  display: inline-flex;
}

.img-txt-design-1 > .row {
  position: relative;
  padding-bottom: 32px;
  align-items: flex-end;
}
.img-txt-design-1 > .row {
  margin-top: -16px;
  margin-bottom: -16px;
  margin-left: -16px;
  margin-right: -16px;
}
.img-txt-design-1 > .row > div {
  padding: 16px 16px;
}
.img-txt-design-1 > .row::before {
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #6C7680;
  width: calc(100% - 32px);
  position: absolute;
  height: 1px;
}
.img-txt-design-1 > .row.before-none::before {
  content: none;
}
.img-txt-design-1 .txtbox > * {
  margin-bottom: 32rem;
}
.img-txt-design-1 .txtbox > *:last-child {
  margin-bottom: 0;
}
.img-txt-design-1 .txtbox .txt1 {
  font-family: "Big Shoulders Display";
  font-size: 72px;
  font-weight: 700;
  line-height: 111.111%;
}
.img-txt-design-1 .txtbox .txt2 {
  font-size: 28rem;
  line-height: 1;
}
.img-txt-design-1 .txtbox .txt3 {
  font-size: 16rem;
  line-height: 150%;
}
.img-txt-design-1 .imgbox img {
  max-width: 100%;
}

/*//법원사 기획전 css 전용*/
.top-table-1 {
  margin-bottom: 16rem;
}
.top-table-1 > .row {
  margin-top: -8px;
  margin-bottom: -8px;
  margin-left: -8px;
  margin-right: -8px;
}
.top-table-1 > .row > div {
  padding: 8px 8px;
}

.fake-table-list-1 > ul > li {
  padding: 24px 0;
  border-bottom: 1px solid #6C7680;
}
.fake-table-list-1 > ul > li:first-child {
  border-top: 1px solid #6C7680;
}
.fake-table-list-1 .box .txt1 {
  font-size: 18rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 16rem;
}
.fake-table-list-1 .info-list {
  margin: 0;
}
.fake-table-list-1 .info-list li {
  padding: 0;
  margin-right: 8px;
}
.fake-table-list-1 .info-list li:last-child {
  margin-right: 0;
}
.fake-table-list-1 .info-list li i {
  font-size: 15rem;
  margin-right: 3rem;
}
.fake-table-list-1 .info-list li em {
  font-size: 13rem;
  margin-right: 3rem;
}
.fake-table-list-1 .info-list li span {
  font-size: 13rem;
}

.detail-box-1 {
  border-top: 1px solid var(--gray-950);
}
.detail-box-1 .top {
  padding: 32px 0;
  border-bottom: 1px solid #6C7680;
}
.detail-box-1 .top .top-tit-1 {
  margin: 0;
  padding: 0;
}
.detail-box-1 .top .top-tit-1 .txt1 {
  font-size: 28px;
}
.detail-box-1 .body {
  padding: 40rem 0;
}
.detail-box-1 .body > * {
  margin-bottom: 16rem;
}
.detail-box-1 .body > *:last-child {
  margin-bottom: 0;
}
.detail-box-1 .body .txtbox {
  padding: 32rem 0;
}
.detail-box-1 .body .txtbox > * {
  margin-bottom: 8rem;
}
.detail-box-1 .body .txtbox > *:last-child {
  margin-bottom: 0;
}
.detail-box-1 .body .txtbox .txt1 {
  font-size: 24rem;
  font-weight: 700;
}
.detail-box-1 .body .txtbox .txt2 {
  font-size: 18rem;
}
.detail-box-1 .body .txtbox .txt3 {
  font-size: 16rem;
  line-height: 150%;
}
.detail-box-1 .body > .row {
  margin-top: -20px;
  margin-bottom: -20px;
  margin-left: -20px;
  margin-right: -20px;
}
.detail-box-1 .body > .row > div {
  padding: 20px 20px;
}
.detail-box-1 .body > .row .imgbox img {
  max-width: 100%;
  height: 100%;
}
.detail-box-1 .body .imgtxtbox > .row {
  margin-top: -20px;
  margin-bottom: -20px;
  margin-left: -20px;
  margin-right: -20px;
}
.detail-box-1 .body .imgtxtbox > .row > div {
  padding: 20px 20px;
}
.detail-box-1 .body .imgtxtbox .imgbox {
  height: 460px;
  border-radius: 8px;
  overflow: hidden;
}
.detail-box-1 .body .imgtxtbox .imgbox img {
  width: 100%;
  height: 100%;
}
.detail-box-1 .body .imgtxtbox .txtboxs .bottom-box {
  display: flex;
  margin: 0 -4px;
  margin-bottom: 16px;
}
.detail-box-1 .body .imgtxtbox .txtboxs .bottom-box [class*=btn-] {
  margin: 0 4px;
  flex: 1 0 0%;
  justify-content: center;
}
.detail-box-1 .bottom > * {
  margin-bottom: 16rem;
}
.detail-box-1 .bottom > *:last-child {
  margin-bottom: 0;
}
.detail-box-1 .bottom .prev-next-box {
  border: 2px solid #6C7680;
  border-left: 0;
  border-right: 0;
}
.detail-box-1 .bottom .prev-next-box li {
  border-bottom: 1px solid var(--gray-300);
  padding: 24rem 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.detail-box-1 .bottom .prev-next-box li:last-child {
  border: 0;
}
.detail-box-1 .bottom .prev-next-box li > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.detail-box-1 .bottom .prev-next-box li > div > * {
  margin-right: 8rem;
}
.detail-box-1 .bottom .prev-next-box li > div > *:last-child {
  margin-right: 0;
}
.detail-box-1 .bottom .prev-next-box li > div i {
  font-size: 18rem;
  color: var(--gray-950);
}
.detail-box-1 .bottom .prev-next-box li > div span {
  color: var(--blue-500);
  font-size: 15rem;
}
.detail-box-1 .bottom .prev-next-box li > div p {
  font-size: 15rem;
  margin: 8px 0;
  margin-left: 26px;
  line-height: 1;
  flex-basis: 100%;
  max-width: 100%;
}
.detail-box-1 .bottom .prev-next-box li .day {
  font-size: 15rem;
  margin-left: 26px;
  flex-basis: 100%;
  max-width: 100%;
  line-height: 1;
}

.design-view-1 {
  padding: 40rem 0;
}
.design-view-1 iframe {
  border-radius: 8rem;
  width: 100%;
  margin-bottom: 16rem;
}
.design-view-1 .txt1 {
  font-size: 16rem;
  line-height: 114%;
}

.tab-check-boxs .top {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid var(--gray-300);
}
.tab-check-boxs .top > li a {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  height: 52px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.tab-check-boxs .top > li a.active {
  background: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid var(--gray-300);
}
.tab-check-boxs .top > li a > span {
  flex: 1 0 0%;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.tab-check-boxs .top > li a > i {
  font-size: calc(100% - 2px);
}
.tab-check-boxs .tab-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
  background-color: #fff;
}
.tab-check-boxs .tab-content.show {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  border-bottom: 1px solid var(--gray-300);
}
.tab-check-boxs .tab-content .list {
  flex-wrap: wrap;
  display: flex;
  padding: 12px;
  margin: -12px;
  overflow: hidden;
}
.tab-check-boxs .tab-content .list .box {
  flex: 1 0 0%;
  padding: 12px;
}

.tab-check-boxs-nomal {
  border: 1px solid var(--gray-300);
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.tab-check-boxs-nomal .top {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.tab-check-boxs-nomal .top > li a {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  height: 52px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.tab-check-boxs-nomal .top > li a.active {
  background: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid var(--gray-300);
}
.tab-check-boxs-nomal .top > li a > span {
  flex: 1 0 0%;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.tab-check-boxs-nomal .top > li a > i {
  font-size: calc(100% - 2px);
}
.tab-check-boxs-nomal .listbox {
  background-color: #fff;
}
.tab-check-boxs-nomal .list {
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  padding: 12px;
  margin: -12px;
  overflow: hidden;
}
.tab-check-boxs-nomal .list .box {
  padding: 12px;
}

.overflow-box-1 {
  width: 100%;
  overflow: auto;
}

.time-line {
  padding: 29px 24px;
  border: 1px solid var(--gray-300);
  background: #fff;
  position: relative;
  border-radius: 16px;
  min-width: 729px;
}
.time-line .drag-ui {
  height: 46px;
  position: relative;
  min-width: 681px;
}
.time-line .drag-ui .noUi-target {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 48px);
  transform: translateX(-50%);
}
.time-line .noUi-connects {
  overflow: visible;
}
.time-line .noUi-target {
  height: 12px;
  background: #ececec;
  border: none;
  border-radius: 10px;
  box-shadow: none;
}
.time-line .noUi-target::before, .time-line .noUi-target::after {
  content: "";
  display: block;
  width: 30px;
  height: 12px;
  background: #e5e5e5;
  position: absolute;
  top: 0;
}
.time-line .noUi-target::before {
  border-radius: 10px 0 0 10px;
  left: -24px;
}
.time-line .noUi-target::after {
  border-radius: 0 10px 10px 0;
  right: -24px;
}
.time-line .noUi-connect {
  background: var(--blue-500);
  height: 18px;
  top: 50%;
  margin-top: -9px;
}
.time-line .noUi-horizontal .noUi-handle {
  width: 30px;
  height: 18px;
  border-radius: 12px;
  background: var(--blue-500);
  top: -3px;
  cursor: pointer;
  box-shadow: none;
  border: 0;
}
.time-line .noUi-horizontal .noUi-handle::before, .time-line .noUi-horizontal .noUi-handle::after {
  display: none;
}
.time-line .noUi-base .noUi-origin:nth-child(2) .noUi-handle {
  right: -7px;
}
.time-line .noUi-base .noUi-origin:nth-child(3) .noUi-handle {
  right: -24px;
}
.time-line .noUi-marker-horizontal.noUi-marker {
  height: 6px;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  bottom: -14px;
}
.time-line .noUi-marker-horizontal.noUi-marker::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #333;
  box-sizing: border-box;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: -6px;
  bottom: -9.5px;
  z-index: 3;
}
.time-line .noUi-pips-horizontal {
  height: 40px;
  position: absolute;
  top: -53px;
}
.time-line .noUi-value {
  font-size: 20px;
  color: var(--gray-950);
  bottom: 15px;
  font-weight: 600;
  line-height: 1;
}
.time-line .noUi-tooltip {
  font-size: 11px;
  padding: 3px;
}

.checked-list {
  padding: 16px 0;
}

.gray-box-1 {
  border-radius: 12rem;
  padding: 24rem;
  background-color: var(--gray-t-5per);
}

/* Tree */
.tree-txt-box .viewOnBox {
  position: fixed;
  bottom: -100vh;
  left: 0;
  width: 100%;
}
.tree-txt-box .viewOnBox.show {
  bottom: -60vh;
  transition: bottom 0.5s;
  z-index: 10;
}
.tree-txt-box .viewOnBox.show.moreView {
  bottom: 0;
}
.tree-txt-box .viewOnBox.card-boxs {
  border-radius: 12rem;
  background: #fff;
  box-shadow: var(--ShadowCenter-lev5);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  padding: 16px;
  height: calc(100vh - 59px);
}
.tree-txt-box .viewOnBox.card-boxs .viewOn {
  border: 0;
  width: 100px;
  height: 5px;
  margin: 0 auto;
  background-color: var(--gray-t-30per);
  display: block;
  margin-bottom: 24px;
}
.tree-txt-box .top-tit-1 {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: #6C7680 solid 1px;
  margin-bottom: 24px;
}
.tree-txt-box .top-tit-1 > .row > div {
  flex-direction: column;
  align-items: unset;
}
.tree-txt-box .top-tit-1 .btnboxs {
  margin-top: 16px;
  display: block;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: #6C7680 solid 1px;
}
.tree-txt-box .info-list {
  flex-direction: column;
  margin: -8px;
}
.tree-txt-box .info-list li {
  padding: 8px;
  font-size: 15px;
}
.tree-txt-box .textbox .interval {
  margin-bottom: 56px;
}
.tree-txt-box .textbox .interval:last-child {
  margin-bottom: 0;
}
.tree-txt-box .textbox .txtbox .txt1 {
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
}
.tree-txt-box .textbox .txtbox .imgsbox {
  margin-top: 16px;
}
.tree-txt-box .textbox .txtbox .imgsbox > .row {
  margin-top: -8px;
  margin-bottom: -8px;
  margin-left: -8px;
  margin-right: -8px;
}
.tree-txt-box .textbox .txtbox .imgsbox > .row > div {
  padding: 8px 8px;
}
.tree-txt-box .textbox .txtbox .imgsbox .box {
  height: 250px;
  border-radius: 16px;
  background-color: var(--gray-300);
}
.tree-txt-box .textbox .card-list-1 .box .imgbox {
  height: 119px;
}
.tree-txt-box .textbox .card-list-1 .box .imgbox img {
  border-radius: 16px;
}
.tree-txt-box .textbox .card-list-1 .box .txtboxs .txt2 {
  color: var(--gray-700);
}
.tree-txt-box .textbox .card-list-1 .box:hover {
  box-shadow: none;
}
.tree-txt-box .textbox .card-list-1 .box:hover .imgbox:not(.no-hover) img {
  transition: all 0.5s;
  left: calc(50% - 8px);
  z-index: 3;
  cursor: pointer;
}
.tree-txt-box .textbox .card-list-1 .box:hover .imgbox:not(.no-hover)::before, .tree-txt-box .textbox .card-list-1 .box:hover .imgbox:not(.no-hover)::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 16px;
  border: 1px solid var(--gray-300);
  background: var(--gray-t-10per);
  transform: all 0.5s;
}
.tree-txt-box .textbox .card-list-1 .box:hover .imgbox:not(.no-hover)::before {
  left: calc(50% - 14px);
  z-index: 2;
}
.tree-txt-box .textbox .card-list-1 .box:hover .imgbox:not(.no-hover)::after {
  left: calc(50% - 8px);
  z-index: 1;
}

.top-txt + .treebox {
  margin-top: -8rem;
}
.treebox .lev1 {
  max-height: calc(100% - 100px);
  overflow-x: hidden;
  overflow-y: auto;
}
.treebox .lev1 > li {
  position: relative;
}
.treebox .lev1 > li > a {
  font-size: 14rem;
  display: flex;
  font-weight: 400;
  position: relative;
  width: 100%;
  color: #6C7680;
  line-height: 1;
  height: 32rem;
  padding: 0 8rem;
  align-items: center;
}
.treebox .lev1 > li > a i {
  color: inherit;
  margin-right: 4rem;
  font-size: calc(100% + 2rem);
}
.treebox .lev1 > li > a:before {
  content: "";
  background: #D6D6D6;
  position: absolute;
  bottom: 0;
  right: -20rem;
  width: calc(100% - 15rem);
  height: 1rem;
  opacity: 0;
}
.treebox .lev1 > li.active > a {
  font-weight: 600;
  color: var(--gray-950);
}
.treebox .lev1 > li.active > a i {
  color: var(--blue-500);
}
.treebox .lev1 > li.active .lev2 {
  max-height: 1000em;
}
.treebox .lev2 {
  max-height: 0;
  overflow: hidden;
  padding: 0 8rem;
  padding-left: 33rem;
  position: relative;
}
.treebox .lev2 > li {
  position: relative;
}
.treebox .lev2 > li:before {
  content: "";
  height: 100%;
  width: 1rem;
  background: var(--gray-400);
  position: absolute;
  left: -19rem;
  top: 0;
  border-radius: 6rem;
}
.treebox .lev2 > li:last-child:before {
  height: calc(100% - 16rem);
  height: calc(50% + 0.5rem);
  max-height: 17px;
}
.treebox .lev2 > li > a {
  display: flex;
  height: 32rem;
  align-items: center;
  position: relative;
  font-size: 14rem;
  font-weight: 400;
  color: #6C7680;
}
.treebox .lev2 > li > a > span {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.treebox .lev2 > li > a:before, .treebox .lev2 > li > a:after {
  content: "";
  background: var(--gray-400);
  position: absolute;
}
.treebox .lev2 > li > a:before {
  width: 8rem;
  height: 1rem;
  left: -18rem;
  top: 50%;
  transform: translateY(-50%);
}
.treebox .lev2 > li > a:after {
  width: 5rem;
  height: 5rem;
  background-color: var(--gray-400);
  border-radius: 50%;
  left: -10rem;
  top: 50%;
  transform: translateY(-50%);
}
.treebox .lev2 > li > a i {
  color: inherit;
  font-size: calc(100% + 2rem);
  margin-right: 4rem;
}
.treebox .lev2 > li.active > a {
  font-weight: 600;
  color: var(--gray-950);
}
.treebox .lev2 > li.active > a i {
  color: var(--blue-500);
}
.treebox .lev2 .active .lev3 {
  max-height: 1000em;
}
.treebox .lev3 {
  max-height: 0;
  overflow: hidden;
  padding-left: 25rem;
  position: relative;
}
.treebox .lev3 > li {
  position: relative;
}
.treebox .lev3 > li:before {
  content: "";
  height: 100%;
  width: 1rem;
  background: var(--gray-400);
  position: absolute;
  left: -17rem;
  top: 0;
  border-radius: 6rem;
}
.treebox .lev3 > li:last-child:before {
  height: calc(100% - 16rem);
  height: calc(50% + 0.5rem);
  max-height: 17px;
}
.treebox .lev3 > li > a {
  display: flex;
  height: 32rem;
  align-items: center;
  position: relative;
  font-size: 14rem;
  font-weight: 400;
  color: #6C7680;
}
.treebox .lev3 > li > a > span {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.treebox .lev3 > li > a:before, .treebox .lev3 > li > a:after {
  content: "";
  background: var(--gray-400);
  position: absolute;
}
.treebox .lev3 > li > a:before {
  width: 8rem;
  height: 1rem;
  left: -16rem;
  top: 50%;
  transform: translateY(-50%);
}
.treebox .lev3 > li > a:after {
  width: 5rem;
  height: 5rem;
  background-color: var(--gray-400);
  border-radius: 50%;
  left: -8rem;
  top: 50%;
  transform: translateY(-50%);
}
.treebox .lev3 > li > a i {
  color: inherit;
  font-size: calc(100% + 2rem);
  margin-right: 4rem;
}
.treebox .lev3 > li.active > a {
  font-weight: 600;
  color: var(--gray-950);
}
.treebox .lev3 > li.active > a i {
  color: var(--blue-500);
}
.treebox .lev3 .active .lev4 {
  max-height: 1000em;
}
.treebox .lev4 {
  max-height: 0;
  overflow: hidden;
  padding-left: 16rem;
  position: relative;
}
.treebox .lev4 > li {
  position: relative;
}
.treebox .lev4 > li:before {
  content: "";
  height: 100%;
  width: 1rem;
  background: var(--gray-400);
  position: absolute;
  left: -16rem;
  top: 0;
  border-radius: 6rem;
}
.treebox .lev4 > li:last-child:before {
  height: calc(100% - 16rem);
  height: calc(50% + 0.5rem);
  max-height: 17px;
}
.treebox .lev4 > li > a {
  display: flex;
  height: 32rem;
  align-items: center;
  position: relative;
  font-size: 14rem;
  font-weight: 400;
  color: #6C7680;
}
.treebox .lev4 > li > a > span {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.treebox .lev4 > li > a:before, .treebox .lev4 > li > a:after {
  content: "";
  background: var(--gray-400);
  position: absolute;
}
.treebox .lev4 > li > a:before {
  width: 8rem;
  height: 1rem;
  left: -15rem;
  top: 50%;
  transform: translateY(-50%);
}
.treebox .lev4 > li > a:after {
  width: 5rem;
  height: 5rem;
  background-color: var(--gray-400);
  border-radius: 50%;
  left: -9rem;
  top: 50%;
  transform: translateY(-50%);
}
.treebox .lev4 > li > a i {
  color: inherit;
  font-size: calc(100% + 2rem);
  margin-right: 4rem;
}
.treebox .lev4 > li.active > a {
  font-weight: 600;
  color: var(--gray-950);
}
.treebox .lev4 > li.active > a i {
  color: var(--blue-500);
}
.treebox .lev4 .active .lev5 {
  max-height: 1000em;
}
.treebox .lev5 {
  max-height: 0;
  overflow: hidden;
  padding-left: 24rem;
  position: relative;
}
.treebox .lev5 > li {
  position: relative;
}
.treebox .lev5 > li:before {
  content: "";
  height: 100%;
  width: 1rem;
  background: var(--gray-400);
  position: absolute;
  left: -11rem;
  top: 0;
  border-radius: 6rem;
}
.treebox .lev5 > li:last-child:before {
  height: calc(100% - 16rem);
  height: calc(50% + 0.5rem);
  max-height: 17px;
}
.treebox .lev5 > li > a {
  display: flex;
  height: 32rem;
  align-items: center;
  position: relative;
  font-size: 14rem;
  font-weight: 400;
  color: #6C7680;
}
.treebox .lev5 > li > a > span {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.treebox .lev5 > li > a:before, .treebox .lev5 > li > a:after {
  content: "";
  background: var(--gray-400);
  position: absolute;
}
.treebox .lev5 > li > a:before {
  width: 8rem;
  height: 1rem;
  left: -10rem;
  top: 50%;
  transform: translateY(-50%);
}
.treebox .lev5 > li > a:after {
  width: 5rem;
  height: 5rem;
  background-color: var(--gray-400);
  border-radius: 50%;
  left: -3rem;
  top: 50%;
  transform: translateY(-50%);
}
.treebox .lev5 > li > a i {
  color: inherit;
  font-size: calc(100% + 2rem);
  margin-right: 4rem;
}
.treebox .lev5 > li.active > a {
  font-weight: 600;
  color: var(--gray-950);
}
.treebox .lev5 > li.active > a i {
  color: var(--blue-500);
}

.policy-container .interval {
  margin-bottom: 40px;
}
.policy-container .interval:last-child {
  margin-bottom: 0;
}
.policy-container .top-tit-1 {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--gray-950);
}
.policy-container .txtbox .txt1 {
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
}
.policy-container .txtbox .lev-list > li {
  margin-bottom: 16px;
  display: flex;
  align-items: start;
  font-size: 15px;
  line-height: 140%;
  flex-wrap: wrap;
}
.policy-container .txtbox .lev-list > li:last-child {
  margin-bottom: 0;
}
.policy-container .txtbox .lev-list > li em {
  margin-right: 16px;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.policy-container .txtbox .lev-list > li span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  flex: 1 0 0%;
  flex-basis: calc(100% - 31px);
  max-width: calc(100% - 31px);
}
.policy-container .txtbox .lev-list > li .intxst1 {
  flex-basis: 100%;
  max-width: 100%;
}
.policy-container .txtbox .lev-list > li .text-list {
  padding-left: 30px;
}
.policy-container .txtbox .num-list {
  counter-reset: list-counter;
  padding-left: 16px;
  padding-top: 16px;
}
.policy-container .txtbox .num-list li {
  counter-increment: list-counter;
  margin-bottom: 16px;
}
.policy-container .txtbox .num-list li:last-child {
  margin-bottom: 0;
}
.policy-container .txtbox .num-list li::before {
  content: counter(list-counter) ".";
  margin-right: 4px;
}
.policy-container .txtbox .intxst1 {
  padding-top: 8px;
  padding-left: 46px;
  counter-reset: list-counter;
}
.policy-container .txtbox .intxst1 li {
  counter-increment: list-counter;
  font-size: 15px;
  margin-bottom: 8px;
}
.policy-container .txtbox .intxst1 li:last-child {
  margin-bottom: 0;
}
.policy-container .txtbox .intxst1 li::before {
  content: counter(list-counter) ".";
  margin-right: 4px;
}
.policy-container .txtbox .text-list {
  padding-top: 16px;
  padding-left: 16px;
}
.policy-container .txtbox .text-list li {
  font-size: 15px;
  margin-bottom: 16px;
  line-height: 140%;
}
.policy-container .txtbox .text-list li:last-child {
  margin-bottom: 0;
}
.policy-container .txtbox .text-list li .tit {
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
}

.tabs-desing-1 {
  padding: 0 24px;
  border-bottom: 1px solid var(--gray-300);
  margin: 0 -24px;
  margin-bottom: 24px;
}
.tabs-desing-1 ul li {
  white-space: nowrap;
}
.tabs-desing-1 ul li a {
  border-radius: 8px 8px 0 0;
  border: 1px solid var(--gray-300);
  background: var(--gray-t-10per);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #6C7680;
  font-weight: 600;
  line-height: 1;
  height: 46px;
  width: 100%;
  padding: 0 16px;
  border-bottom: 3px solid rgba(255, 255, 255, 0);
}
.tabs-desing-1 ul li a em {
  display: inline-flex;
  height: 20px;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  border-radius: 999px;
  background-color: #6C7680;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-left: 4px;
}
.tabs-desing-1 ul li a.active {
  background-color: #fff;
  color: var(--blue-500);
  border-bottom-color: var(--blue-500);
  box-shadow: var(--ShadowCenter-lev3);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}
.tabs-desing-1 ul li a.active em {
  background-color: var(--red-500);
}
.tabs-desing-2 {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #6C7680;
}
.tabs-desing-2 ul li {
  width: auto;
}
.tabs-desing-2 ul li a {
  display: flex;
  height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  border: 1.2px solid var(--gray-400);
  color: var(--gray-950);
  background-color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.tabs-desing-2 ul li a.active {
  color: #fff;
  background-color: var(--gray-950);
  border-color: var(--gray-950);
}

.card-search-1 {
  padding: 16px;
  border-radius: 12px;
  border: 1px solid var(--gray-300);
  background: rgba(255, 255, 255, 0.05);
  margin-bottom: 24px;
}
.card-search-1 > .row {
  margin-top: -8px;
  margin-bottom: -8px;
  margin-left: -8px;
  margin-right: -8px;
}
.card-search-1 > .row > div {
  padding: 8px 8px;
}
.card-search-1 [class*=btn-] {
  width: 100%;
  justify-content: center;
}

.court-monthly > * {
  margin-bottom: 40px;
}
.court-monthly > *:last-child {
  margin-bottom: 0;
}
.court-monthly .txt1 {
  font-family: "SUITE";
  font-size: 22px;
  font-weight: 700;
}
.court-monthly .txt2 {
  text-align: justify;
  font-size: 15px;
  font-weight: 300;
  line-height: 140%; /*  */
}
.court-monthly .imgbox .imgs {
  height: 307px;
  border-radius: 8px;
  border: 1px solid var(--gray-300);
  background: var(--gray-t-5per);
}
.court-monthly .imgbox .txt1 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 16px;
  text-align: center;
}
.court-monthly .imgbox .txt2 {
  font-size: 18px;
  margin-top: 8px;
  text-align: center;
}

.mapApi {
  height: 389px;
  margin: 0 -24px;
  margin-bottom: 40px;
  background: var(--gray-300);
}

.gray-card > .row {
  margin-top: -12px;
  margin-bottom: -12px;
  margin-left: -12px;
  margin-right: -12px;
}
.gray-card > .row > div {
  padding: 12px 12px;
}
.gray-card .box {
  border-radius: 12px;
  background: var(--gray-t-10per);
  display: flex;
  align-items: center;
  padding: 24px;
}
.gray-card .box img {
  height: 64px;
}
.gray-card .box .tbox {
  padding-left: 16px;
}
.gray-card .box .tbox .txt1 {
  font-family: "SUITE";
  font-size: 20px;
  font-weight: 700;
}
.gray-card .box .tbox .txt2 {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}

.interview_detail h2 {
  display: none;
}
.interview_detail .mv_area {
  margin: 0 -24px;
  margin-bottom: 24px;
}
.interview_detail .de_area {
  margin-bottom: 40px;
}
.interview_detail .de_area:last-child {
  margin-bottom: 0;
}
.interview_detail .de_area h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  border-bottom: 1px solid #6C7680;
  padding-bottom: 16px;
  margin-bottom: 8px;
}
.interview_detail .de_area .de_txt_bx {
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}

.anaual_detail h2 {
  display: none;
}
.anaual_detail > * {
  margin-bottom: 40px;
}
.anaual_detail > *:last-child {
  margin-bottom: 0;
}
.anaual_detail .sname {
  display: none;
}
.anaual_detail h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  border-bottom: 1px solid #6C7680;
  padding-bottom: 16px;
  margin-bottom: 8px;
}
.anaual_detail .txbox_area_lr .l_flv {
  padding: 8px 0;
}
.anaual_detail .txbox_area_lr .r_tx {
  padding: 8px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}
.anaual_detail .txbox_area h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  border-bottom: 1px solid #6C7680;
  padding-bottom: 16px;
  margin-bottom: 8px;
}
.anaual_detail .txb {
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}
.img_all img {
  width: 100%;
}

.history {
  padding-left: 24px;
  position: relative;
}
.history::before {
  content: "";
  width: 2px;
  background-color: var(--gray-500);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.history .list {
  margin-bottom: 40px;
}
.history .list:last-child {
  margin-bottom: 0;
}
.history .row {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.history .row > div {
  padding: 0px 0px;
}
.history .box .imgbox {
  height: 206px;
  margin-bottom: 24px;
  border-radius: 8px;
  overflow: hidden;
}
.history .box .imgbox img {
  width: 100%;
  height: 100%;
}
.history .box .txt1 {
  font-family: "Big Shoulders Display";
  font-size: 72px;
  font-weight: 700;
  line-height: 1.1; /* 111.111% */
  margin-bottom: 16px;
}
.history .box .txt2 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  font-family: "SUITE";
  margin-bottom: 16px;
  white-space: normal;
}
@media (min-width: 1280px) {
  .history .box .txt2 {
    font-size: 24px;
  }
}
.history .box ul li {
  display: flex;
  align-items: flex-start;
}
.history .box ul li .cycle {
  padding: 2px;
  border-radius: 999px;
  background-color: var(--gray-950);
  position: relative;
  top: 5px;
  margin-right: 8px;
}
.history .box ul li span {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  white-space: normal;
}
@media (min-width: 1280px) {
  .history .box ul li span {
    font-size: 16px;
    line-height: 1.5;
  }
}

.guide-donation {
  border-bottom: 1px solid var(--gray-950);
}
.guide-donation.first {
  padding-top: 56px;
  border-top: 1px solid var(--gray-950);
}
.guide-donation .box-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  /* 시스템그림자/하단/레벨2 */
  box-shadow: var(--ShadowBottom-lev2);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}
.guide-donation .box-1 img {
  height: 56px;
  margin-bottom: 16px;
}
.guide-donation .box-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 24px;
}
.guide-donation .box-2 img {
  height: 56px;
  margin-bottom: 16px;
}
.guide-donation .box-2 p {
  margin: 6px 0;
}
.guide-donation .box-2 em {
  position: absolute;
  left: 17px;
  top: 14px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background-color: var(--blue-500);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  /* heading5/몬세랏 헤딩5 */
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.guide-donation .arrow {
  height: 46px;
  position: relative;
}
.guide-donation .arrow img {
  transform: translate(-50%, -50%) rotate(90deg);
  position: absolute;
  left: 50%;
  top: 50%;
}/*# sourceMappingURL=lyout.css.map */