@charset "UTF-8";
.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;
  }
}

@media (min-width: 1280px) {
  .wrap {
    background: #F2F6FA;
  }
  [class^=sub-banner-] {
    padding: 64px 0;
    margin-top: 80px;
    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: -75px;
    left: auto;
    right: 0;
    z-index: 1;
    height: 240.13px;
    transform: rotate(-12.521deg);
  }
  [class^=sub-banner-] .txtbox {
    text-align: center;
  }
  [class^=sub-banner-] .txtbox .txt1 {
    font-size: 48rem;
  }
  [class^=sub-banner-] .txtbox .txt2 {
    display: block;
  }
  [class^=sub-banner-] .navigation > .row {
    justify-content: center;
  }
  [class^=sub-banner-] .navigation > .row > div.now {
    color: var(--blue-500);
    font-weight: 600;
  }
  .sub-banner-2 .datum-point > .row {
    margin-top: -28px;
    margin-bottom: -28px;
    margin-left: -28px;
    margin-right: -28px;
  }
  .sub-banner-2 .datum-point > .row > div {
    padding: 28px 28px;
  }
  .sub-banner-2 .datum-point > .row > div:nth-child(1) {
    flex-basis: 520rem;
    max-width: 520rem;
  }
  .sub-banner-2 .datum-point > .row > div:nth-child(2) {
    flex-basis: calc(100% - (100% - 520rem));
    max-width: calc(100% - 464rem + 56rem);
  }
  .sub-banner-2 .datum-point .imgbox {
    margin-left: 0;
    width: 100%;
    height: auto;
  }
  .sub-banner-2 .datum-point .txtbox {
    text-align: left;
  }
  .sub-banner-2 .datum-point .txtbox .txt2 {
    margin-bottom: 8rem;
  }
  .sub-banner-2 .datum-point .txtbox .txt3 {
    display: block;
    font-size: 20rem;
    font-weight: 300;
    line-height: 145%;
    margin-bottom: 24rem;
  }
  .sub-banner-2 .datum-point .txtbox .navigation .row {
    justify-content: start;
  }
  .sub-banner-4 {
    padding: 56px 0;
  }
  .sub-banner-4 .txtbox .txt2 {
    font-size: 24px;
    font-weight: 300;
  }
  .sub-banner-5 {
    padding: 56px 0;
  }
  .sub-banner-5 .datum-point > .row {
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .sub-banner-5 .datum-point > .row {
    margin-top: -28px;
    margin-bottom: -28px;
    margin-left: -28px;
    margin-right: -28px;
  }
  .sub-banner-5 .datum-point > .row > div {
    padding: 28px 28px;
  }
  .sub-banner-5 .datum-point > .row > div:first-child {
    flex-basis: 548px;
    max-width: 548px;
  }
  .sub-banner-5 .datum-point .txtbox {
    padding: 0;
  }
  .sub-banner-5 .datum-point .imgbox {
    height: 164px;
  }
  .sub-banner-6 {
    height: 491px;
    padding-bottom: 65px;
  }
  .sub-banner-6 > div {
    display: flex;
    height: 100%;
    align-items: end;
  }
  .sub-banner-6 .txtbox {
    justify-content: end;
  }
  .sub-banner-6 .txtbox .txt1 {
    font-size: 120px;
    text-align: right;
  }
  .sub-banner-6 .txtbox .txt2 {
    text-align: right;
  }
  .subpage .datum-point {
    max-width: 1216px;
    padding: 0;
    margin: auto;
    position: relative;
    z-index: 1;
  }
  .subpage .sub-banner-4 .datum-point {
    z-index: 2;
  }
  .submenu {
    border-radius: 16px;
    padding: 0 56px;
    margin-left: 0;
    margin-right: 0;
  }
  .submenu ul {
    height: 68rem;
    justify-content: space-evenly;
  }
  .submenu ul li a {
    font-size: 20rem;
  }
  .submenu.ver1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -35px;
  }
  .submenu.ver1 .swiper {
    width: 760px;
    margin: 0;
  }
  .subContent {
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
  }
  [class^=sub-banner-] + .datum-point + .subContent {
    padding-top: 64px;
  }
  .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 > .row {
    margin-top: -4px;
    margin-bottom: -4px;
    margin-left: -4px;
    margin-right: -4px;
  }
  .bottom-box > .row > div {
    padding: 4px 4px;
  }
  .detail-box-1 .top .top-tit-1 .txt1 {
    font-size: 32px;
  }
  .detail-box-1 .body {
    padding: 56rem 0;
  }
  .detail-box-1 .body .imgtxtbox > .row {
    margin-top: -28px;
    margin-bottom: -28px;
    margin-left: -28px;
    margin-right: -28px;
  }
  .detail-box-1 .body .imgtxtbox > .row > div {
    padding: 28px 28px;
  }
  .detail-box-1 .body .imgtxtbox .imgboxs {
    flex-basis: 452px;
    max-width: 452px;
  }
  .detail-box-1 .body .imgtxtbox .imgboxs .imgbox {
    text-align: center;
    height: 519px;
  }
  .detail-box-1 .body .imgtxtbox .imgboxs .imgbox img {
    width: auto;
  }
  .detail-box-1 .body .imgtxtbox .txtboxs {
    flex-basis: calc(100% - 452px);
    max-width: calc(100% - 452px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
  }
  .detail-box-1 .body .imgtxtbox .txtboxs .bottom-box {
    margin: 0;
    justify-content: center;
  }
  .detail-box-1 .body .imgtxtbox .txtboxs .bottom-box [class*=btn-] {
    flex-grow: 0;
  }
  .detail-box-1 .bottom > * {
    margin-bottom: 16rem;
  }
  .detail-box-1 .bottom > *:last-child {
    margin-bottom: 0;
  }
  .detail-box-1 .bottom .prev-next-box li {
    flex-direction: row;
    align-items: center;
  }
  .detail-box-1 .bottom .prev-next-box li:last-child {
    border: 0;
  }
  .detail-box-1 .bottom .prev-next-box li > div {
    flex-wrap: nowrap;
    flex: 1 0 0%;
  }
  .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: 20rem;
  }
  .detail-box-1 .bottom .prev-next-box li > div span {
    font-size: 16rem;
    white-space: nowrap;
  }
  .detail-box-1 .bottom .prev-next-box li > div p {
    font-size: 16rem;
    margin: 0;
  }
  .detail-box-1 .bottom .prev-next-box li .day {
    white-space: nowrap;
    flex-grow: 0;
    max-width: none;
    flex-basis: auto;
    font-size: 16px;
  }
  .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 .body > .row {
    margin-top: -28px;
    margin-bottom: -28px;
    margin-left: -28px;
    margin-right: -28px;
  }
  .detail-box .body > .row > div {
    padding: 28px 28px;
  }
  .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;
    line-height: 1;
    font-size: 16rem;
    align-items: center;
    padding-bottom: 16rem;
    line-height: 1;
  }
  .info-list li i {
    font-size: 20rem;
    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: 0;
  }
  .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 {
    margin-bottom: 24px;
  }
  .top-tit-1.bb-in {
    padding-bottom: 24px;
    margin-bottom: 32px;
  }
  .top-tit-1 > .row > div {
    flex: 1 0 0%;
  }
  .top-tit-1 .txt1 {
    font-size: 28rem;
  }
  .top-tit-2.bb-in {
    border-bottom: 1rem solid var(--gray-950);
    padding-bottom: 16rem;
    margin-bottom: 16rem;
  }
  .top-tit-2 .txt1 {
    font-size: 24rem;
  }
  .top-tit-4.bb-in {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .grid-1 > .row {
    margin: -16px;
  }
  .grid-1 > .row > div {
    padding: 16px;
  }
  .grid-4 > .row {
    margin-top: -18px;
    margin-bottom: -18px;
    margin-left: -18px;
    margin-right: -18px;
  }
  .grid-4 > .row > div {
    padding: 18px 18px;
  }
  [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: 16rem;
  }
  .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-nomal {
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid var(--gray-300);
  }
  .txtbox .txt2 {
    font-size: 16rem;
  }
  .list-design-1 > .row {
    margin: 0 -28rem;
    align-items: center;
    padding-bottom: 16px;
  }
  .list-design-1 > .row:last-child {
    padding-bottom: 0;
  }
  .list-design-1 > .row > div {
    padding: 0 28rem;
  }
  .list-design-1 > .row.reverse {
    flex-direction: row-reverse;
  }
  .list-design-1 > .row.reverse .txtboxs {
    text-align: right;
  }
  .list-design-1 > .row.reverse .bullit li {
    justify-content: end;
  }
  .list-design-1 .imgbox {
    height: 350px;
  }
  .list-design-1 .txtboxs {
    text-align: left;
  }
  .list-design-1 .txtboxs .txt1 {
    font-size: 72px;
  }
  .list-design-1 .txtboxs .bullit li {
    justify-content: start;
  }
  .list-design-2 > .row > div {
    flex-basis: 156rem;
    max-width: 156rem;
  }
  .list-design-2 .box .txt2 {
    white-space: nowrap;
  }
  .list-design-3 > .row {
    padding-bottom: 56px;
  }
  .list-design-3 > .row {
    margin-top: -28px;
    margin-bottom: -28px;
    margin-left: -28px;
    margin-right: -28px;
  }
  .list-design-3 > .row > div {
    padding: 28px 28px;
  }
  .list-design-3 > .row:last-child {
    padding-bottom: 0;
  }
  .list-design-3 > .row.reverse {
    flex-direction: row-reverse;
  }
  .list-design-3 .imgbox {
    height: var(--img-boxH);
  }
  .list-design-3 .imgbox img {
    max-width: 100%;
  }
  .list-design-3 .txtboxs .txt1 {
    font-size: 24rem;
  }
  .list-design-3 .txtboxs .txt2 {
    font-size: 20rem;
  }
  .list-design-3 .txtboxs .txt3 {
    font-size: 16rem;
  }
  .list-design-3 .txtboxs .list li {
    font-size: 16rem;
  }
  .bullit li {
    font-size: 16rem;
  }
  .card-list-1 > .row {
    margin-top: -20px;
    margin-bottom: -20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .card-list-1 > .row > div {
    padding: 20px 20px;
  }
  .card-list-1 .box:hover {
    transition: all 0.5s;
    box-shadow: 0px 0px 2px 5px var(--blue-t-20per);
    border-radius: 6px;
  }
  .card-list-1 .box .imgbox {
    height: 167rem;
  }
  .card-list-1 .box .txtboxs.bl-none {
    padding-left: 0;
    border-left: 0;
  }
  .card-list-1 .box .txtboxs .txt2 {
    font-size: 16px;
    height: 2.8em;
  }
  .card-list-1 ~ .paging-box {
    margin-top: 56rem;
  }
  .card-list-2 > .row {
    margin-top: -16rem;
    margin-bottom: -16rem;
    margin-left: -16rem;
    margin-right: -16rem;
  }
  .card-list-2 > .row > div {
    padding: 16rem 16rem;
  }
  .card-list-2 .box {
    padding-bottom: 24px;
  }
  .card-list-2 .box > .row {
    margin-top: -16rem;
    margin-bottom: -16rem;
    margin-left: -16rem;
    margin-right: -16rem;
  }
  .card-list-2 .box > .row > div {
    padding: 16rem 16rem;
  }
  .card-list-2 .box .imgbox {
    height: 169rem;
  }
  .card-list-2 .box .imgbox img {
    height: 100%;
    width: 100%;
    max-width: 150px;
  }
  .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 .txt2 {
    font-size: 15rem;
    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);
    margin-bottom: 16px;
  }
  .card-list-2 ~ .paging-box {
    margin-top: 16rem;
  }
  .card-list-3 > .row {
    margin-top: -20rem;
    margin-bottom: -20rem;
    margin-left: -20rem;
    margin-right: -20rem;
  }
  .card-list-3 > .row > div {
    padding: 20rem 20rem;
  }
  .card-list-3 .box .imgbox {
    height: 370px;
    margin-bottom: 24rem;
    overflow: hidden;
  }
  .card-list-3 .box .imgbox img {
    width: 100%;
    height: 100%;
  }
  .card-list-3 .box .txtboxs > label {
    margin-bottom: 16px;
  }
  .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: 20px;
  }
  .card-list-3 .box .txtboxs .bottom-box > [class*=btn-] span {
    display: inline-block;
  }
  .card-list-3 ~ .paging-box {
    margin-top: 16rem;
  }
  .bt-in-interver-1 {
    padding-top: 56rem;
    margin-top: 56rem;
  }
  .modal-slide-1 [class*=swiper-button-] {
    background: none;
  }
  .modal-slide-1 .swiper-button-next {
    right: -68rem;
  }
  .modal-slide-1 .swiper-button-prev {
    left: -68rem;
  }
  .modal-slide-1 .imgboxs {
    height: 743rem;
  }
  /*법원사 기획전 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;
  }
  .intro-1 > .row {
    margin-top: -28px;
    margin-bottom: -28px;
    margin-left: -28px;
    margin-right: -28px;
  }
  .intro-1 > .row > div {
    padding: 28px 28px;
  }
  .intro-1 > .row > div.left {
    flex-basis: 508px;
    max-width: 508px;
  }
  .intro-1 > .row > div.right {
    flex-basis: calc(100% - 508px);
    max-width: calc(100% - 508px);
  }
  .intro-1 .imgbox {
    height: var(--right-boxH);
  }
  .intro-1 .imgbox img {
    position: absolute;
    height: 100%;
    width: 100%;
  }
  /*//법원사 기획전 css 전용*/
  .design-view-1 {
    overflow: hidden;
  }
  .design-view-1 iframe {
    float: left;
    margin-right: 56rem;
    margin-bottom: 40rem;
    width: 596px;
  }
  .tab-check-boxs {
    border-radius: 8px;
    border: 1px solid var(--gray-300);
    height: 172px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
  }
  .tab-check-boxs .top {
    flex-direction: row;
    border-radius: 0;
    border: 0;
  }
  .tab-check-boxs .top > li {
    flex: 1 0 0%;
  }
  .tab-check-boxs .top > li:last-child a {
    border-right: 0;
  }
  .tab-check-boxs .top > li a {
    border-radius: 0;
    height: 54px;
    border-bottom: 1px solid var(--gray-300);
    border-right: 1px solid var(--gray-300);
  }
  .tab-check-boxs .tab-content {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: none;
  }
  .tab-check-boxs .tab-content.show {
    height: 118px;
    border-bottom: 0;
  }
  .tab-check-boxs .tab-content .list {
    padding: 16px 32px;
  }
  .search-area-box > .row {
    justify-content: center;
    flex-wrap: nowrap;
  }
  .search-area-box > .row {
    margin-top: -12px;
    margin-bottom: -12px;
    margin-left: -12px;
    margin-right: -12px;
  }
  .search-area-box > .row > div {
    padding: 12px 12px;
  }
  .search-area-box > .row > div {
    flex-grow: 0;
    white-space: nowrap;
  }
  .search-area-box > .row > div.center {
    flex-basis: calc(100% - 284px - 284px);
    max-width: calc(100% - 284px - 284px);
  }
  .search-area-box .card-boxs {
    border-radius: 16px;
    background: var(--gradient-1);
    box-shadow: var(--ShadowCenter-lev3);
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
  }
  .search-area-box .left {
    flex-basis: 284px;
    max-width: 284px;
  }
  .search-area-box .center {
    flex-basis: 774px;
    max-width: 774px;
  }
  .search-area-box .center .card-boxs {
    padding: 24px;
  }
  .search-area-box .center .card-boxs .top {
    padding-bottom: 16px;
  }
  .search-area-box .center .card-boxs .top .row {
    align-items: center;
  }
  .search-area-box .center .card-boxs .top [class*=capsuleBtn-] > button {
    padding: 0 14px;
  }
  .search-area-box .center .card-boxs .top [class*=capsuleBtn-] > button span {
    display: block;
  }
  .search-area-box .center .card-boxs .top [class*=btn-] {
    padding: 0 14px;
  }
  .search-area-box .center .card-boxs .top [class*=btn-] span {
    display: block;
  }
  .search-area-box .right {
    flex-basis: 284px;
    max-width: 284px;
    height: auto;
  }
  .search-area-box .viewOnBox {
    position: static;
    top: 0;
    left: 0;
  }
  .search-area-box .viewOnBox .card-boxs {
    height: 100%;
  }
  .search-area-box .viewOnBox .card-boxs .viewOn {
    display: none;
  }
  .content-list-1 .box > .row {
    flex-wrap: nowrap;
  }
  .content-list-1 .box > .row > div.text {
    flex-basis: calc(100% - 34px - 176px);
    max-width: calc(100% - 34px - 176px);
  }
  .content-list-1 .box > .row > div.text .info li em {
    display: inline-block;
  }
  .content-list-1 .box > .row > div.thumail {
    display: flex;
    flex: 1 0 0%;
  }
  .content-list-1 .box > .row > div.thumail .imgbox {
    width: 144px;
    height: 170px;
  }
  .content-list-2 > ul > li {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .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;
  }
  .search-options {
    margin-bottom: 0;
    display: flex;
    align-items: flex-end;
    padding-bottom: 16px;
  }
  .search-options > * {
    margin: 0;
  }
  .search-options .txt1 {
    font-size: 24px;
    line-height: 1;
    margin-right: 16px;
  }
  .search-options .txt2 {
    line-height: 1;
  }
  .search-options .buttombox {
    display: none;
  }
  .searchs-1 > .row [class*=form-area-box] .ele-icon-box select {
    padding-left: 24px;
  }
  .searchs-1 > .row [class*=form-area-box] .ele-icon-box select + i {
    padding-right: 24px;
  }
  .searchs-1 > .row [class*=form-area-box] .ele-icon-box::after {
    width: calc(100% - 5rem);
    height: calc(100% - 5rem);
    border-radius: 10px;
  }
  .searchs-1 > .row [class*=form-area-box] .ele-icon-box.showPopular {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .searchs-1 > .row [class*=form-area-box] .ele-icon-box.showPopular::before {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .searchs-1 > .row [class*=form-area-box] .ele-icon-box.showPopular::after {
    height: calc(100% - 6rem);
    box-sizing: content-box;
    transform: translateY(0) translateX(-50%);
    top: 6rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .searchs-1 .popular-keyword {
    margin-top: 16px;
  }
  .searchs-1 .popular-keyword > .row {
    align-items: center;
    justify-content: center;
  }
  .searchs-1 .popular-keyword > .row {
    margin-top: -4px;
    margin-bottom: -4px;
    margin-left: -4px;
    margin-right: -4px;
  }
  .searchs-1 .popular-keyword > .row > div {
    padding: 4px 4px;
  }
  .searchs-1 .popular-keyword > .row > div {
    flex-grow: 0;
    white-space: nowrap;
  }
  .searchs-1 .popular-keyword .txt1 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .menulist .lev1 > li > a {
    font-weight: 600;
    font-size: 16px;
  }
  .menulist .lev2 > li > a {
    font-weight: 600;
    font-size: 16px;
  }
  .tree-txt-box {
    display: flex;
    flex-wrap: nowrap;
  }
  .tree-txt-box .top-tit-1 {
    padding-bottom: 24px;
  }
  .tree-txt-box .top-tit-1 .txt1 {
    margin-bottom: 16px;
  }
  .tree-txt-box .info-list {
    flex-direction: row;
    margin: -12px;
  }
  .tree-txt-box .info-list li {
    padding: 12px;
  }
  .tree-txt-box .info-list li i {
    font-size: calc(100% + 4px);
  }
  .tree-txt-box .viewOnBox.card-boxs {
    position: static;
    padding: 21px 16px;
    flex-basis: 230px;
    max-width: 230px;
    height: auto;
    border: 1px solid #6C7680;
    box-shadow: none;
  }
  .tree-txt-box .viewOnBox.card-boxs .viewOn {
    display: none;
  }
  .tree-txt-box .textbox {
    flex: 1 0 0%;
    padding-left: 40px;
  }
  .tree-txt-box .card-list-1 .box .imgbox {
    height: 147px;
  }
  .treebox .lev1 {
    max-height: 100%;
  }
  .policy-container .interval {
    margin-bottom: 56px;
  }
  .policy-container .interval:last-child {
    margin-bottom: 0;
  }
  .policy-container .txtbox .txt1 {
    font-size: 16px;
  }
  .policy-container .txtbox .lev-list li {
    font-size: 16px;
  }
  .policy-container .txtbox .num-list li {
    font-size: 16px;
  }
  .col-md-10per {
    width: 10%;
  }
  .col-md-20per {
    width: 20%;
  }
  .col-md-30per {
    width: 30%;
  }
  .col-md-40per {
    width: 40%;
  }
  .col-md-50per {
    width: 50%;
  }
  .col-md-60per {
    width: 60%;
  }
  .col-md-70per {
    width: 70%;
  }
  .col-md-80per {
    width: 80%;
  }
  .col-md-90per {
    width: 90%;
  }
  .col-md-100per {
    width: 100%;
  }
  .tabs-desing-1 {
    margin: 0;
    margin-bottom: 24px;
    padding: 0;
  }
  .tabs-desing-1 ul li {
    white-space: nowrap;
    flex: 1 0 0%;
    flex-grow: 0;
    width: auto;
  }
  .tabs-desing-2 ul {
    margin: -8px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .tabs-desing-2 ul li {
    padding: 8px;
  }
  .tabs-desing-2 ul li a {
    height: 44px;
    font-size: 18px;
  }
  .mapApi {
    margin: 0;
    margin-bottom: 56px;
    border-radius: 8px;
    height: 478px;
  }
  .gray-card > .row {
    margin-top: -16px;
    margin-bottom: -16px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .gray-card > .row > div {
    padding: 16px 16px;
  }
  .gray-card .box {
    padding: 32px;
  }
  .gray-card .box .tbox {
    padding-left: 24px;
  }
  .gray-card .box .tbox .txt2 {
    font-size: 16px;
  }
  .interview_detail .mv_area {
    margin: 0;
    margin-bottom: 56px;
  }
  .interview_detail .de_area {
    margin-bottom: 56px;
  }
  .interview_detail .de_area:last-child {
    margin-bottom: 0;
  }
  .interview_detail .de_area h3 {
    font-size: 24px;
  }
  .interview_detail .de_area .de_txt_bx {
    font-size: 16px;
  }
  .anaual_detail h2 {
    display: none;
  }
  .anaual_detail > * {
    margin-bottom: 56px;
  }
  .anaual_detail > *:last-child {
    margin-bottom: 0;
  }
  .anaual_detail .sname {
    display: none;
  }
  .anaual_detail h3 {
    font-size: 24px;
  }
  .anaual_detail .txbox_area_lr .r_tx {
    font-size: 16px;
  }
  .anaual_detail .txb {
    font-size: 16px;
  }
  .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: 50%;
    transform: translateX(-50%);
    top: 0;
  }
  .history .list {
    margin-bottom: 56px;
  }
  .history .list:last-child {
    margin-bottom: 0;
  }
  .history .row {
    justify-content: center;
  }
  .history .row {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -33px;
    margin-right: -33px;
  }
  .history .row > div {
    padding: 0px 33px;
  }
  .history .row > div {
    flex-grow: 0;
    flex-basis: 533px;
    max-width: 533px;
    white-space: nowrap;
  }
  .history .box .imgbox {
    height: 311px;
  }
  .history .box .txt1 {
    margin-bottom: 24px;
  }
  .history .box .txt2 {
    margin-bottom: 24px;
  }
  .history .box ul li span {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
  }
  /*여까지*/
}
@media (min-width: 1280px) and (min-width: 1280px) {
  .history .box ul li span {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (min-width: 1280px) {
  .guide-donation .box-2 em {
    left: 50%;
    transform: translateX(-50%);
    top: -16px;
  }
  .guide-donation .arrow img {
    position: static;
    transform: none;
  }
}/*# sourceMappingURL=device-layout.css.map */