@charset "utf-8";

html {
    font-size: 62.5%;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
ul,
li,
button {
    font-family: "NanumSquare", sans-serif;
    letter-spacing: -0.04rem;
    word-break: keep-all;
}

table {
    border-collapse: collapse;
}

:root {
    --mc01: #0054a6;
    --mc02: #002a54;
    --mc03: #115A90;
    --mc04: #4E546F;
    --fc01: #002a54;
    --fc02: #222;
    --fc03: #777;
    --fc04: #999;
    --fc05: #333;
    --fff: #fff;
}

button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* iOS에서 터치 피드백 제거 */
    -webkit-user-select: none;
    /* iOS에서 사용자 선택 방지 */
    -moz-user-select: none;
    /* Firefox에서 사용자 선택 방지 */
    -ms-user-select: none;
    /* IE/Edge에서 사용자 선택 방지 */
    user-select: none;
    /* 일반적인 방법으로 사용자 선택 방지 */
    outline: none;
    /* 포커스된 상태에서 테두리 제거 */
}

img {
    -webkit-user-drag: none;
    /* 크롬, 사파리, 오페라 */
    -khtml-user-drag: none;
    /* Konqueror */
    -moz-user-drag: none;
    /* 파이어폭스 */
    -ms-user-drag: none;
    /* 인터넷 익스플로러 */
}

button {
    border: none;
    background: none;
}

#hd,
#wrapper {
    position: relative;
    min-width: auto;
}

#main_slide {
    position: relative;
}

#main_slide .swiper-wrapper {
    height: 100vh;
}

#container_wr,
#container {
    width: 100%;
}

#container {
    margin: 0;
}

#tnb {
    display: none;
}

.hd_login {
    display: none;
}

#aside {
    display: none;
}

#right_side_wrap {
    display: none;
}

.hd_sch_wr {
    display: none;
}

/* gnb */
#gnb .gnb_1dli {
    position: fixed;
    right: 2.5rem;
}

#gnb {
    background: none;
    position: absolute;
    top: 2.4rem;
    right: 2.4rem;
    z-index: 30;
}

#gnb .gnb_menu_btn {
    background: #0054a6;
    border-radius: 2rem;
    width: 8rem;
    height: 8rem;
}

#gnb .gnb_menu_btn img {
    display: inline-block;
    width: 72%;
}

.gnb_wrap {
    width: auto !important;
}

#gnb #gnb_1dul {
    border: none;
}

#gnb #gnb_1dul .gnb_al_li_plus {
    display: none;
}

#gnb #gnb_all {
    position: fixed;
    display: block;
    right: 0;
    top: 0;
    height: 100%;
    border: none;
    overflow: hidden;
    opacity: 0;
    width: 0;
    transform: translateX(50%);
    transition: all 300ms ease-in-out;
}

#gnb #gnb_all.on {
    width: 100%;
    opacity: 1;
    transform: translateX(0%);
}

#gnb #gnb_all::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/menu_bg.jpg) no-repeat center / cover;
    animation: zoom_in_out 8s 0s infinite alternate;
    z-index: -1;
}

#gnb .gnb_close_btn {
    background: none;
    width: auto;
    height: auto;
    top: 2.4rem;
    right: 2.4rem;
}

#gnb_all h2 {
    display: none;
}

#gnb #gnb_all .gnb_al_ul {
    display: flex;
    flex-direction: column;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#gnb #gnb_all .gnb_al_ul .gnb_al_li {
    border: none;
}

#gnb_all .gnb_al_li .gnb_al_a {
    font-family: "Pretendard", sans-serif;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: -0.04rem;
    color: #fff;
    margin: 0 0 2.2rem 0;
}

#gnb_all .gnb_al_li {
    width: auto;
}

#gnb_all .gnb_al_li ul {
    display: flex;
}

#gnb_all .gnb_al_li li a {
    font-family: "Pretendard", sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    letter-spacing: -0.04rem;
    color: #999;
    border-right: 1px solid #999;
    padding: 0 2.4rem 0 0;
    margin: 0 0 0 2.4rem;
    transition: all 300ms ease-in-out;
}

#gnb_all .gnb_al_li li a:hover {
    color: #fff;
}

#gnb_all .gnb_al_li li:nth-last-of-type(1) a {
    border: none;
}

#gnb_all .gnb_al_li li:nth-of-type(1) a {
    margin: 0;
}

/* gnb 끝 */

/* 메인 슬라이드 */
@keyframes zoom_in_out {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.swiper-container {
    position: relative;
    width: 100vw;
}

#main_slide .swiper-container .swiper-wrapper .swiper-slide>img {
    height: 105vh;
}

#main_slide .swiper-container .swiper-wrapper .swiper-slide-active>img {
    animation: zoom_in_out 4s forwards;
    object-fit: cover;
}

/* 임시 */
.btn-pause {
    z-index: 9999;
    position: absolute;
    top: 10%;
}

/* 관련기관 */
#family_slide .swiper-wrapper {
    align-items: center;
}

/* 메인 검색 */
.main_contents {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
}

#logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 100;
}

#logo .sub_logo {
    display: flex;
    align-items: center;
}

#logo .sub_logo h2 {
    color: #fff;
    font-size: 2.6rem;
    font-weight: 700;
    margin: 0 0 0 2.4rem;
}


#logo a {
    display: flex;
    align-items: center;
}

#logo a p {
    font-family: "NanumSquare", sans-serif;
    font-size: 5rem;
    font-weight: 900;
    margin: 0 0 0 1.2rem;
    color: #fff;
}

.search_text::placeholder {
    color: #9f9f9f;
}

.search_text {
    color: var(--fc02);
}

.search_text:focus {
    outline: none;
    box-shadow: none;
}

.search_box {
    display: flex;
    width: 100%;
}

.b_search .search_box .search_text {
    max-width: 60rem;
    width: 100%;
    height: 7.2rem;
    border-radius: 3rem 0.5rem 3rem 0.5rem;
    border: none;
    outline: 1rem solid rgba(255, 255, 255, 0.2);
    font-family: "Pretendard", sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
    padding: 2.2rem;
    letter-spacing: -0.04rem;
}

.b_search .search_box .search-btn {
    width: 7.2rem;
    min-width: 56px;
    aspect-ratio: 1 / 1;
    background: var(--mc01);
    border-radius: 3rem 0.5rem 3rem 0.5rem;
    border: none;
    outline: 1rem solid rgba(255, 255, 255, 0.2);
    transition: all 200ms ease-in-out;
}
.b_search .search_box .search-btn:hover {
    background: var(--mc02);
}

.main_contents .b_search .search-btn img {
    display: inline-block;
    width: 60%;
}

.main_contents .search_text p,
.main_contents .search_text p span {
    color: #fff;
    font-family: "Pretendard", sans-serif;
    font-size: 1.7rem;
    text-align: center;
    letter-spacing: -0.04rem;
}

.main_contents .search_text p span {
    padding: 0 1rem 0 0;
}

/* .main_contents .search_text p:nth-last-of-type(1) {
    font-size: 1.4rem;
    line-height: 2.4rem;
} */

.main_contents #logo {
    margin: 0 0 6rem 0;
}

.main_contents #logo>img {
    margin: 0 0 2.4rem 0;
}

.main_contents .b_search {
    margin: 0 0 7.2rem 0;
}

.main_contents .b_search .search-btn {
    margin: 0 0 0 4rem;
}

@keyframes mouse_scroll_01 {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes mouse_scroll_02 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.5;
    }
}

.mouse_icon {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.mouse_icon::after {
    content: "";
    display: block;
    width: 4px;
    aspect-ratio: 1 / 1;
    background: #fff;
    position: absolute;
    top: 130%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: mouse_scroll_01 3s infinite alternate;
}

.mouse_icon::before {
    content: "";
    display: block;
    width: 4px;
    aspect-ratio: 1 / 1;
    background: #fff;
    position: absolute;
    top: 180%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: mouse_scroll_02 3s infinite alternate;
}

.mouse_icon .wheel {
    width: 3px;
    height: 8px;
    background: var(--fff);
    position: absolute;
    transform: translate(-50%, 80%);
    left: 50%;
    top: 0%;
    animation: wheel_sc 4s infinite;
}

@keyframes wheel_sc {
    0% {
        transform: translate(-50%, 80%);
        opacity: 0;
    }

    10% {
        transform: translate(-50%, 80%);
        opacity: 1;
    }

    70% {
        overflow: 1;
        transform: translate(-50%, 260%);
    }

    71% {
        opacity: 1;
        transform: translate(-50%, 260%);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, 260%);
    }
}

/* quick menu */
#quick_menu {
    position: relative;
    width: 100vw;
    padding: 0 0 18rem 0;
    margin: 0 auto;
    background: url(../img/section2_bg.jpg) no-repeat center / cover;
}

/* #quick_menu::after { content: ''; display: block; position: absolute; top: 0; left: 0; z-index: -1; background: url(../img/section2_bg.jpg) no-repeat center / cover; width: 100vw; height: 100%; } */
#quick_menu .quick_btns {
    max-width: 1400px;
    margin: 0 auto;
    padding: 12rem 0 0 0;
}

#quick_menu .quick_btns h2 {
    margin: 0 0 6rem 0;
}

#quick_menu h2 {
    font-weight: 900;
    color: var(--fc01);
    font-size: 3rem;
}

#quick_menu .quick_menu_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

#quick_menu .quick_menu_list li {
    display: block;
    max-width: 32rem;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: var(--fff);
    border-radius: 3rem 0.5rem 3rem 0.5rem;
    box-shadow: 2px 8px 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

#quick_menu .quick_menu_list li a {
    display: flex;
    text-align: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 5.5rem 0 4rem;
}

#quick_menu .quick_menu_list li a .q_menu_icon img {
    transition: all 300ms ease-in-out;
}

#quick_menu .quick_menu_list li a:hover .q_menu_icon img {
    display: inline-block;
    transform: scale(1.05);
}

.q_menu_icon {
    width: 65%;
}

#quick_menu .quick_menu_list li a p {
    font-size: 3rem;
    font-weight: 900;
    color: var(--fc02);
    margin: 2.4rem 0 0 0;
}

#quick_menu .quick_menu_list li a span {
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--fc03);
    display: block;
    margin: 1.2rem 0 0 0;
    line-height: 1.2;
}

#quick_menu::after {
    content: "";
    display: block;
    width: 100%;
    height: 24rem;
    background: url(../img/family_bg.svg) no-repeat center bottom 100% / cover;
    position: absolute;
    bottom: -8rem;
}

/* 공지사항 */
.news_list_wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 9rem 0 0 0;
}

.news_list_wrap .news_list {
    display: flex;
}

.news_list_wrap .news_list .news_li_left {
    flex: 3;
}

.news_list_wrap .news_list .re_room {
    flex: 1;
}

.news_title {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 3rem 0;
}

.news_list_wrap .news_list ul {
    display: flex;
    justify-content: space-between;
}

.news_list_wrap .news_list ul .main-notice-item {
    max-width: 51rem;
    width: 50%;
    height: 12rem;
    background: var(--fff);
    border-radius: 3rem 0.5rem 3rem 0.5rem;
    overflow: hidden;
    box-shadow: 2px 8px 10px rgba(0, 0, 0, 0.25);
    transition: all 300ms ease-in-out;
}

.news_list_wrap .news_list ul .main-notice-item:hover {
    box-shadow: 2px 8px 20px rgba(0, 0, 0, 0.15);
    transform: translate(0, -3px);
}

.news_list_wrap .news_list ul .main-notice-item a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 3.6rem 2rem 1rem;
    color: #333;
}

.news_list_wrap .news_list ul .main-notice-item .subject {
    font-family: "Pretendard", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--fc02);
    text-align: start;
}

.news_list_wrap .news_list ul .main-notice-item .date {
    font-family: "Pretendard", sans-serif;
    font-size: 1.7rem;
    color: var(--fc04);
    display: flex;
    justify-content: end;
}

.news_list_wrap .news_list .re_room {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
}

.news_list_wrap .news_list .re_room a {
    background: linear-gradient(to right, #0066c0, #003470);
    height: 12rem;
    border-radius: 0 0 3rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    max-width: 32rem;
    font-size: 3rem;
    color: var(--fff);
    font-weight: 900;
    padding: 4rem 4.6rem;
    box-shadow: 2px 8px 10px rgba(0, 0, 0, 0.25);
    transition: all 300ms ease-in-out;
}

.news_list_wrap .news_list .re_room a:hover {
    transform: translate(0, -3px);
    box-shadow: 2px 8px 20px rgba(0, 0, 0, 0.15);
    background: #0066c0;
}

.news_list_wrap .news_list .re_room a img {
    max-width: 7.5rem;
}

/* 패밀리 사이트 */

.family_site {
    height: 10rem;
    position: relative;
    z-index: 10;
    display: flex;
}

.family_site #family_slide .swiper-container .control_btn_box .swiper-button-prev {
    left: 0;
    background: #fff;
    width: 5rem;
    height: 5rem;
}

.family_site #family_slide .swiper-container .control_btn_box .swiper-button-next {
    right: 0;
    background: #fff;
    width: 5rem;
    height: 5rem
}


.family_site #family_slide {
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 1400px;
}

.family_site #family_slide .swiper-container .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    max-height: 5rem;
}

/* footer */
#footer {
    background: #333333;
    width: 100vw;
}

#footer_warp {
    background: #385270;
    height: 6rem;
}

#footer_warp a {
    font-family: "Pretendard", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0 2.4rem 0 0;
    position: relative;
}

#footer_warp a:nth-of-type(1)::after {
    content: "";
    display: block;
    height: 1rem;
    width: 1px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    right: -1.4rem;
    top: 50%;
    transform: translate(-50%, -50%);
}

#footer_warp #ft_link {
    max-width: 1400px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}

#footer_company {
    max-width: 1400px;
    margin: 0 auto;
    /* height: 16rem; */
    padding: 4rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#footer_company .footer_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer_company .footer_info {
    color: #ddd;
    font-size: 1.4rem;
    line-height: 1.6;
}

#footer_logo {
    display: flex;
    align-items: center;
}

#footer_logo p {
    color: #8f8f8f;
    font-weight: 900;
    font-size: 2rem;
    margin: 0 0 0 1.2rem;
}

#footer_copy {
    color: #5b5b5b;
    margin: 3rem 0 0 0;
}



/*프로그램 페이지 */
#container_title span {
    display: none;
}

.title_wrap a {
    display: inline-block;
    margin: 4.6rem 0 0 4.6rem;
}

.sub_visual {
    height: 19rem;
    width: 100vw;
    position: relative;
}

.sub_visual.visual01 {
    background: url(../img/visual01.jpg) no-repeat center / cover;
}

/* sub-nav */
#sub_navigation {
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
}

#sub_navigation .location-area {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    /* width: 100%; */
}

#sub_navigation .location-area button {
    padding: 2rem;
    position: relative;
    color: var(--fff);
}

#sub_navigation .location-area button img {
    margin: 0 0 0 10rem;
}

#sub_navigation .location-area li a,
#sub_navigation .location-area li button {
    color: var(--fff);
    font-size: 1.7rem;
    white-space: nowrap;
    width: 100%;
}

#sub_navigation .location-area .loca-2dep button {
    min-width: 180px;
    display: inline-block;
    text-align: start;
}

#sub_navigation .location-area .go_home {
    background: none;
}

#sub_navigation .location-area .go_home a {
    display: inline-block;
    padding: 2rem 2rem 2rem 0;
    color: var(--fff);
}

#sub_navigation .location-area li {
    position: relative;
}

#sub_navigation .location-area li ul {
    position: absolute;
    top: 100%;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 1rem 1rem;
    height: 0;
    transition: all 200ms ease-in-out;
    overflow: hidden;
    opacity: 0;
}

#sub_navigation .location-area li ul.on {
    z-index: 100;
    height: auto;
    opacity: 1;
}

#sub_navigation .location-area li ul li {
    background: var(--fff);
    transition: all 200ms ease-in-out;
}

#sub_navigation .location-area li ul li:hover {
    background: var(--mc04);
}

#sub_navigation .location-area li a {
    display: inline-block;
    padding: 2rem;
    color: #333;
    transition: all 200ms ease-in-out;
}

#sub_navigation .location-area li ul li:hover a {
    color: var(--fff);
}

/* sub-header */


.sub-page {
    padding: 12rem 0 20rem 0;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

/* .sub-page .bg_img {
    background: url(../img/sub_bg.svg) no-repeat center / cover;
    max-width: 70rem;
    width: 100%;
    aspect-ratio: 1 / 1;
    position: absolute;
    bottom: 0;
} */

.sub-page::after {
    content: '';
    display: block;
    width: 67rem;
    height: 70rem;
    background: url(../img/sub_bg.svg) no-repeat center;
    position: absolute;
    left: 0;
    bottom: -12%;
    opacity: 20%;
    z-index: -1;
}
.sub-page.le_50 {
    padding: 12rem 2rem 20rem;
}
.sub-page.le_50::after {
    left: 50%;
}

.sub_title img {
    display: inline-block;
    margin: 0 .6rem 0 0;
}

.sub_title h2 {
    font-size: 4rem;
    font-weight: 700;
    color: var(--fc05);
}

.bac_search_wrap .search_top {
    width: 100%;
    margin: 6rem 0 0;
}

.bac_search_wrap .search_top h3 {
    font-size: 2.2rem;
    margin: 7rem 0 0 0;
    color: var(--fc05);
}

.bac_search_wrap .search_top h3 span {
    color: var(--mc01);
}


.bac_search_wrap .search_top .cate_wrap {
    display: flex;
    justify-content: center;
    margin: 2rem 0 4rem;
}

.bac_search_wrap .search_top .cate_wrap .cate_btns {
    display: flex;
    align-items: center;
    border-radius: 100rem;
    background: #eaeaea;
    position: relative;
    max-width: 33rem;
    width: 100%;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}
/* .bac_search_wrap .search_top .cate_wrap .cate_btns button:nth-of-type(1)::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100rem;
    top: 0%;
    left: 100%;
    z-index: -1;
    transition: all 300ms ease-in-out;
}
.bac_search_wrap .search_top .cate_wrap .cate_btns button:nth-of-type(1).act::before {
    background: var(--mc04);
}

.bac_search_wrap .search_top .cate_wrap .cate_btns button.act:nth-of-type(1)::before {
    left: 0%;
    background: var(--mc04);
} */



.bac_search_wrap .search_top .cate_wrap .cate_btns .btn_bg {
    content: '';
    display: inline-block;
    position: absolute;
    width: 50%;
    height: 100%;
    background: none;
    border-radius: 100rem;
    top: 0%;
    left: 0%;
    z-index: 1;
    transition: all 300ms ease-in-out;
}


/* .bac_search_wrap .search_top .cate_wrap .cate_btns::before button:nth-of-type(1).act {
    left: 0%;
    background: var(--mc04);
}
.bac_search_wrap .search_top .cate_wrap .cate_btns::before button:nth-of-type(2).act {
    left: 50%;
    background: var(--mc04);
} */


/* .bac_search_wrap .search_top .cate_wrap .cate_btns button::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: none;
    border-radius: 100rem;
    top: 0%;
    left: 0%;
    z-index: -1;
    transition: all 300ms ease-in-out;
}
.bac_search_wrap .search_top .cate_wrap .cate_btns button:nth-of-type(1).act::before {
    left: 0%;
    background: var(--mc04);
}
.bac_search_wrap .search_top .cate_wrap .cate_btns button:nth-of-type(2).act::before {
    left: 0%;
    background: var(--mc04);
} */


.bac_search_wrap .search_top .cate_wrap .cate_btns button.act {
    color: #fff;
}
.bac_search_wrap .search_top .cate_wrap .cate_btns button {
    width: 50%;
    padding: .7rem 0;
    position: relative;
    z-index: 10;
    transition: all 300ms ease-in-out;
}
.bac_search_wrap .search_top .cate_wrap button {
    font-family: "Pretendard", sans-serif;
    font-weight: 300;
    font-size: 1.4rem;
    letter-spacing: -0.04rem;
    color: #444
}
.bac_search_wrap .search_top .sub_search_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}
.bac_search_wrap .search_top .sub_search_box {
    display: flex;
    max-width: 90rem;
    width: 100%;
    position: relative;
}
.bac_search_wrap .search_top .sub_search_box .sub_search_text {
    width: 100%;
    height: 8rem;
    border-radius: 100rem;
    border: none;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    padding: 0 3rem;
    font-family: "NanumSquare", sans-serif;
    font-size: 1.7rem;
    font-weight: 800;
    color: var(--fc01);
}

.bac_search_wrap .search_top .sub_search_box .sub_btns {
    position: absolute;
    transform: translate(0%, -50%);
    top: 50%;
    right: 3%;
}

.bac_search_wrap .search_top .sub_search_box .sub_btns .sub_search-btn {
    margin: 0 0 0 2rem;
}

.bac_search_wrap .search_top .sub_search_box .sub_btns .sub_search-btn img {
    display: inline-block;
    width: 85%;
}

.bac_search_wrap .search_top>p {
    font-family: "Pretendard", sans-serif;
    font-size: 1.7rem;
    color: var(--fc04);
    margin: 0 auto;
    text-align: center;
    margin: 4.2rem 0 0 0;
}

.bac_search_wrap .search_bottom {
    margin: 4rem 0 0 0;
}

.bac_search_wrap .search_bottom .select_btns {
    display: flex;
    align-items: center;
    margin: 0 0 0 2rem;
}

.bac_search_wrap .search_bottom .select_btns button:nth-of-type(1) {
    position: relative;
}

.bac_search_wrap .search_bottom .select_btns button {
    color: var(--mc04);
    font-size: 1.7rem;
    display: flex;
    align-items: center;
}

.bac_search_wrap .search_bottom .select_btns button:nth-last-of-type(1) {
    margin: 0 0 0 5rem;
}

.bac_search_wrap .search_bottom .select_btns button:nth-of-type(1):after {
    content: '';
    display: block;
    height: 1rem;
    width: 1px;
    background: var(--mc04);
    position: absolute;
    top: 50%;
    right: -25%;
    transform: translate(-50%, -50%);
}

.bac_search_wrap .search_bottom .select_btns button img {
    display: inline-block;
    padding: 0 1rem 0 0;
}

.bac_search_wrap .search_bottom .count_cate select {
    height: 3.2rem;
    font-size: 1.4rem;
    color: var(--mc04);
    border: 1px solid #C1C1C1;
    background: none;
    padding: 0 0 0 .7rem;
}

.bac_search_wrap .search_bottom .table_wrap {
    /* overflow: auto; */
    /* width: 100%; */
}

.bac_search_wrap .search_bottom table {
    text-align: center;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.03);
    border-collapse: collapse;
    margin: 2rem 0 0 0;
    width: 100%;
    table-layout: fixed;
    /* padding: 0 0 6rem 0; */
    display: block;
}

.bac_search_wrap .search_bottom table tbody {
    display: block;
    border-radius: 2rem;
    overflow: hidden;
    background: var(--fff);
}


/* 체크박스 스타일 */
.bac_search_wrap .search_bottom table tr td input[type="checkbox"] {
    display: none;
}

.bac_search_wrap .search_bottom table tr td input[type="checkbox"]+label {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid var(--mc04);
    border-radius: .5rem 0 .5rem 0;
    position: relative;
    cursor: pointer;
}

.bac_search_wrap .search_bottom table tr td input[type="checkbox"]:checked+label::after {
    content: '';
    background: url("../img/cheack_icon.svg") no-repeat center / cover;
    width: 110%;
    height: 110%;
    position: absolute;
    top: -27%;
    left: 23%;
}

/* 체크박스 스타일 */


.bac_search_wrap .search_bottom table tr:nth-child(odd) {
    background: #F9F9F9;
}

.bac_search_wrap .search_bottom table tr:nth-of-type(1) {
    background: var(--fff);
}

.bac_search_wrap .search_bottom table tr:nth-of-type(2) {
    border-top: 2px solid #D2D2D2;
}

.bac_search_wrap .search_bottom table tr:nth-of-type(1) td {
    padding: 2rem 0;
    color: var(--fc04);
    font-size: 1.6rem;
}

.bac_search_wrap .search_bottom table tr:nth-of-type(1) td.tab_no {
    font-size: 1.1rem;
}

.bac_search_wrap .search_bottom table tr.on {
    background: #F6FBFF;
}

/* 테이블 열 별 너비 */
.bac_search_wrap .search_bottom table tr {
    border-bottom: 1px solid #efefef;
    display: flex;
    align-items: center;
}

.bac_search_wrap .search_bottom table tr td:nth-last-of-type(3).on a {
    color: #000;
    cursor: pointer;
}
.bac_search_wrap .search_bottom table tr td:nth-last-of-type(3).on a i {
    margin: 0 0 0 .8rem;
}

.bac_search_wrap .search_bottom table tr td:nth-last-of-type(3).on a:hover {
    color: var(--mc01);
    border-bottom: 1px solid var(--mc01);
}
.bac_search_wrap .table_wrap table tr:nth-of-type(1) td:nth-last-of-type(3) {
    text-decoration: none;
    color: var(--fc04);
    cursor: auto;
}

.bac_search_wrap .search_bottom table tr td {
    /* white-space: nowrap; */
}

.bac_search_wrap .search_bottom table tr td:nth-last-of-type(6) {
    display: block;
    max-width: 6.5rem;
    width: 100%;
    text-align: center;
}

.bac_search_wrap .search_bottom table tr td:nth-last-of-type(5) {
    display: block;
    max-width: 8rem;
    width: 100%;
    text-align: center;
}

.bac_search_wrap .search_bottom table tr td:nth-last-of-type(4) {
    display: block;
    max-width: 22rem;
    width: 100%;
    text-align: center;
}

.bac_search_wrap .search_bottom table tr td:nth-last-of-type(3) {
    display: block;
    max-width: 24.5rem;
    width: 100%;
    text-align: center;
}

.bac_search_wrap .search_bottom table tr td:nth-last-of-type(2) {
    display: block;
    max-width: 32rem;
    width: 100%;
    text-align: center;
}

.bac_search_wrap .search_bottom table tr td:nth-last-of-type(1) {
    display: block;
    max-width: 60rem;
    width: 100%;
    text-align: center;
}

/* 테이블 열 별 너비 */


.bac_search_wrap .search_bottom table tr td {
    padding: 3rem 2rem;
    font-family: "Pretendard", sans-serif;
    font-size: 1.7rem;
    color: var(--fc05);
}

.bac_search_wrap .search_bottom table tr td>div {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bac_search_wrap .search_bottom table tr td.act a {
    color: var(--mc03);
}

.bac_search_wrap .search_bottom .sub_contents {
    display: flex;
    align-items: center;
    align-items: flex-start;
    justify-content: space-between;
}

.bac_search_wrap .search_bottom .sub_contents.on {
    justify-content: flex-end;
}

.bac_search_wrap .search_bottom .sub_contents:nth-last-child(1) {
    margin: 1.8rem 0 0 0;
}

.bac_search_wrap .search_bottom .sub_contents .excel_contents {
    border-radius: 100rem;
    padding: 1.2rem 3.5rem 1.2rem 2.5rem;
    display: flex;
    align-items: center;
    max-width: 22.6rem;
    width: 100%;
    border: 1px solid #107C41;
    box-sizing: border-box;
}

.bac_search_wrap .search_bottom .sub_contents .excel_contents .excel_btns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 0 1rem;
    position: relative;
}

.bac_search_wrap .search_bottom .sub_contents .excel_contents .excel_btns::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 1.2rem;
    background: #d6d6d6;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 56%;
}

.bac_search_wrap .search_bottom .sub_contents .excel_contents .excel_btns button {
    color: #107C41;
    font-family: "NanumSquare", sans-serif;
    font-size: 1.7rem;
    font-weight: 800;
    box-sizing: border-box;
    transition: all 300ms ease-in-out;
}

.bac_search_wrap .search_bottom .sub_contents .excel_contents .excel_btns button:hover {
    border-bottom: 1px solid #107C41;
}

/* 엑셀 팝업 */

#eacel_popup {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 9999;
}

#eacel_popup.on {
    display: block;
}

#eacel_popup .popup_wrap {
    width: 100%;
    height: 100%;
    position: relative;
}

#eacel_popup .popup_wrap .popup_win {
    max-width: 57rem;
    width: 100%;
    background: var(--fff);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    border-radius: 3rem;
    box-shadow: 0 0 10rem rgba(0, 0, 0, 0.25);
    overflow: hidden;
    opacity: 0;
    transition: all 300ms ease-in-out;
}

#eacel_popup .popup_wrap .popup_win.on {
    opacity: 1;
    transform: translate(-50%, -50%);
}

#eacel_popup .popup_wrap .popup_win>button {
    position: absolute;
    top: 2%;
    right: 5%;
}

#eacel_popup .popup_wrap .popup_win h2 {
    font-family: "Pretendard", sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    color: #444;
    text-align: center;
    margin: 5rem 0 0 0;
}

#eacel_popup .popup_wrap .popup_win h2 img {
    margin: 0 1rem 0 0;
}

#eacel_popup .popup_wrap .popup_win .file_up {
    max-width: 53rem;
    width: 100%;
    background: url(../img/excel_bg.svg) no-repeat center / cover;
    margin: 2rem auto 0;
    text-align: center;
    aspect-ratio: 9 / 4.59;
    padding: 4rem 0 0 0;
    border-radius: 2rem;
    overflow: hidden;
    box-sizing: border-box;
}

#eacel_popup .popup_wrap .popup_win .file_up.hover {
    background: #E8FBF1;
    border: 2px solid #107A41;
}

#eacel_popup .popup_wrap .popup_win .file_uplo {
    max-width: 53rem;
    width: 100%;
    background: url(../img/up_eacel.svg) no-repeat center / cover;
    margin: 2rem auto 0;
    text-align: center;
    aspect-ratio: 4.15 / 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4rem 0 2rem;
}

#eacel_popup .popup_wrap .popup_win .file_uplo .file_uplo_left {
    display: flex;
    align-items: center;
}

#eacel_popup .popup_wrap .popup_win .file_uplo .file_uplo_left .file_text {
    text-align: start;
    margin: 0 0 0 2rem;
}

#eacel_popup .popup_wrap .popup_win .file_uplo .file_uplo_left .file_text h3 {
    font-family: "Pretendard", sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    color: var(--fc05);
}

#eacel_popup .popup_wrap .popup_win .file_uplo .file_uplo_left .file_text p {
    font-family: "Pretendard", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: #7d7d7d;
    margin: 1.2rem 0 0 0;
}

#eacel_popup .popup_wrap .popup_win .file_uplo .file_uplo_left .excel_icon {
    max-width: 6rem;
    width: 100%;
}

#eacel_popup .popup_wrap .popup_win .file_uplo .file_uplo_left .excel_icon img {
    width: 100%;
}

#eacel_popup .popup_wrap .popup_win .file_uplo .del_btn {
    max-width: 3rem;
    width: 100%;
    opacity: .2;
    transition: all 200ms ease-in-out;
}

#eacel_popup .popup_wrap .popup_win .file_uplo .del_btn:hover {
    max-width: 3rem;
    width: 100%;
    opacity: 1;
}

#eacel_popup .popup_wrap .popup_win .file_uplo .del_btn img {
    width: 100%;
}

#eacel_popup .popup_wrap .popup_win .file_up p {
    font-family: "Pretendard", sans-serif;
    font-size: 1.7rem;
    margin: 2rem 0 0 0;
    color: #d7d7d7;
}

#eacel_popup .popup_wrap .popup_win .file_up input#excel_file {
    display: none;
}

#eacel_popup .popup_wrap .popup_win .file_up .upload_btn {
    display: inline-block;
    background: #107C41;
    color: var(--fff);
    border-radius: 1.5rem;
    max-width: 27rem;
    width: 100%;
    padding: 1rem 0;
    margin: 2rem 0 0 0;
    font-size: 1.4rem;
    transition: all 200ms ease-in-out;
    cursor: pointer;
}

#eacel_popup .popup_wrap .popup_win .file_up .upload_btn:hover {
    background: #16904d;
}

#eacel_popup .popup_wrap .popup_win .popup_text {
    display: flex;
    width: 90%;
    margin: 2rem auto 0;
    font-family: "Pretendard", sans-serif;
    font-size: 1.4rem;
    color: #7d7d7d;
}

#eacel_popup .popup_wrap .popup_win .popup_text p {
    font-family: "Pretendard", sans-serif;
    font-size: 1.4rem;
    margin: 0 0 0 1rem;
}

#eacel_popup .popup_wrap .popup_win .popup_text strong {
    font-weight: 700;
    color: #777;
}

#eacel_popup .popup_wrap .popup_win .popup_btns {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin: 3rem 0;
}

#eacel_popup .popup_wrap .popup_win .popup_btns button {
    max-width: 15rem;
    width: 100%;
    padding: 1rem;
    font-family: "Pretendard", sans-serif;
    font-size: 1.7rem;
    border-radius: 1.5rem;
    color: var(--fff);
    transition: all 300ms ease-in-out;
}

#eacel_popup .popup_wrap .popup_win .popup_btns button:nth-of-type(1) {
    background: #ccc;
}

#eacel_popup .popup_wrap .popup_win .popup_btns button:nth-of-type(2) {
    background: #107C41;
}

#eacel_popup .popup_wrap .popup_win .popup_btns button:nth-of-type(2):hover {
    background: #16904d;
}

#eacel_popup .popup_wrap .popup_win .popup_btns button:nth-of-type(2):disabled {
    background: #D1EADD;
    cursor: auto;
}

/* 게시판 */
.bo_sch {
    padding: 0 2rem;
}

/* #bo_list.sub-page {
    padding: 0 2rem 20rem 2rem;
} */

/* 분양신청 popup */
#sale_btn {
    position: fixed;
    right: 3rem;
    bottom: 3rem;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    background: #CE434C;
    border-radius: 2rem;
    color: var(--fff);
    padding: 1.4rem 2.4rem;
    transition: all 200ms ease-in-out;
    transform: translateY(180%);
    max-height: 54px;
    height: 100%;
    z-index: 1001;
}

#sale_btn.on {
    font-size: 0;
    color: #CE434C;
    height: 100%;
    aspect-ratio: 1 / 1;
    background: #555;
}

#sale_btn.on::after {
    background: url(../img/sale_cl.svg) no-repeat center / cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
}

@keyframes sale_btnUp {
    100% {
        transform: translateY(0);
    }
}

#sale_btn::after {
    content: '';
    display: inline-block;
    width: 1.5rem;
    aspect-ratio: 1 / 1;
    border: 2px solid var(--fff);
    border-radius: 10rem;
    position: absolute;
    top: -10%;
    right: 0;
    background: #EE6C22;
}

#sale_btn:hover {
    background: #f66770;
}

#sale_btn.on:hover {
    background: #555;
}

#sale_popup {
    position: fixed;
    background: #F7F7F8;
    box-shadow: 0 4px 6rem rgba(0, 0, 0, 0.25);
    border-radius: 3rem;
    padding: 5rem 3rem;
    bottom: 12rem;
    right: 3rem;
    max-width: 86rem;
    width: 100%;
    opacity: 0;
    transform: translateY(3rem);
    transition: all 300ms ease-in-out;
    z-index: -10;
    overflow: hidden;
}

#sale_popup.on {
    z-index: 4000;
    opacity: 1;
    transform: translateY(0);
}


#sale_popup ul {
    margin: 4rem 0 0 0;
    display: flex;
    gap: 6rem;
}

#sale_popup ul li {
    max-width: 15.2rem;
    width: 100%;
    position: relative;
    z-index: 100;
    aspect-ratio: 1 / 1;
    transition: all 200ms ease-in-out;
}

#sale_popup ul li .popup_icon {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 2rem;
    overflow: hidden;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

#sale_popup ul li:nth-of-type(2) .popup_icon {
    background: #F6FBFF;
    transition: all 200ms ease-in-out;
}

#sale_popup ul li:nth-of-type(2) .popup_icon:hover {
    background: #F7F7F8;
}

#sale_popup ul li:nth-of-type(3) .popup_icon {
    background: #F6FBFF;
    transition: all 200ms ease-in-out;
}

#sale_popup ul li:nth-of-type(3) .popup_icon:hover {
    background: #F7F7F8;
}

#sale_popup ul li .popup_icon:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

#sale_popup ul li .popup_icon p {
    margin: 1.2rem 0 0 0;
    text-align: center;
    color: #000;
}

#sale_popup ul li .popup_icon p span {
    font-family: "Pretendard", sans-serif;
    font-size: 1.4rem;
    color: var(--fc05);
    font-weight: 400;
}

#sale_popup ul li .popup_icon span {
    font-family: "Pretendard", sans-serif;
    font-size: 1rem;
    color: var(--fc03);
    font-weight: 300;
    margin: 1rem 0 0 0;
}

#sale_popup ul li::after {
    content: '';
    display: block;
    position: absolute;
    background: url(../img/popup_arrow.svg) no-repeat center;
    max-width: 15.2rem;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    left: calc(100% + 3rem);
    top: 50%;
    z-index: -1;
}

#sale_popup ul li:nth-last-of-type(1):after {
    display: none;
}

#sale_popup ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#sale_popup h3 {
    font-family: "Pretendard", sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
}

#sale_popup>p {
    font-family: "Pretendard", sans-serif;
    font-size: 1.4rem;
    margin: 3rem 0 0 0;
}

#sale_popup ul li {
    font-family: "Pretendard", sans-serif;
    font-weight: 700;
    font-size: 1.7rem;
}

#sale_popup .info_title {
    font-family: "Prenterdard", sans-serif;
    font-size: 1.4rem;
    color: var(--fc03);
}

#sale_popup .infos {
    font-family: "Prenterdard", sans-serif;
    font-size: 1.4rem;
    color: var(--fc03);
    margin: 1rem 0 0 2rem;
}

#sale_popup .infos p {
    margin: .5rem 0 0 0;
    font-size: 1.4rem;
    line-height: 2rem;
    position: relative;
}

#sale_popup .infos p::before {
    content: '';
    display: block;
    width: 5px;
    height: 1px;
    background: #777;
    position: absolute;
    transform: translate(-50%, -50%);
    top: .7rem;
    left: -.8rem;
}

#sale_popup .popup_btns {
    display: flex;
    justify-content: center;
    gap: 6rem;
    margin: 4.5rem 0 0 0;
}

#sale_popup button {
    border: 1px solid #CE434C;
    border-radius: 1rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: auto;
    position: relative;
}

#sale_popup button span {
    background: #CE434C;
    padding: 1.5rem;
}

#sale_popup button p {
    font-family: "Pretendard", sans-serif;
    padding: 0 3rem;
    color: #CE434C;
    font-size: 2rem;
    font-weight: 800;
    transition: all 500ms ease-in-out;
    width: 100%;
}

#sale_popup button::after {
    content: '';
    top: 0;
    left: 0;
    width: 0;
    position: absolute;
    height: 100%;
    background: #CE434C;
    transition: width 0.5s;
    z-index: -1;
}

#sale_popup button:hover::after,
#sale_popup button:hover p {
    width: 100%;
    color: var(--fff);
}

/* 검색 결과 뷰페이지 */
.sub-page.search_wrap {
    padding: 12rem 2rem 20rem;
}
.sub-page .sub_title.sci_name {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sub-page .sub_title.sci_name h2 {
    font-size: 3rem;
}

.sub-page .list_btn {
    border-radius: 2rem;
    background: var(--mc04);
    padding: 1.4rem 3rem;
    font-family: "Pretendard", sans-serif;
    font-size: 1.7rem;
    color: var(--fff);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 200ms ease-in-out;
}

.sub-page .list_btn:hover {
    background: #868dac
}

.sub-page button img {
    margin: 0 .6rem 0 0;
}

.sub-page .table_section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 6rem 0 0 0;
}

.sub-page .table_section .table_title {
    font-family: "Pretendard", sans-serif;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: -0.02rem;
    color: #555;
    margin: 0 0 0 4rem;
    white-space: nowrap;
}

.sub-page .table_section table {
    border: none;
    border-top: 2px solid var(--mc01);
    font-family: "Pretendard", sans-serif;
    font-size: 1.6rem;
    letter-spacing: -0.02rem;
    max-width: 105rem;
    width: 100%;
    border-collapse: collapse;
}

.sub-page .table_section table tr {
    border-bottom: 1px solid #dcdcdc;
}

.sub-page .table_section table tr td {
    padding: 2rem 1.2rem;
}

.sub-page .table_section table tr td input {
    padding: .5rem 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: "Pretendard", sans-serif;
    color: #333;
    box-sizing: border-box;
    box-shadow: none;
}

.sub-page .table_section table tr td input[type="text"] {
    width: 100%;
    box-sizing: border-box;
}

.sub-page .table_section table tr td:nth-of-type(1) {
    background: #f0f0f0;
    color: #777;
    width: 25%;
}

.sub-page .table_section table tr td:nth-of-type(2) {
    color: #333;
    width: 100%;
}

/* 뷰페이지 이미지 */

/* swiper 기본 */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-page .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}


/* swiper 기본 */

.bac_imgs_wrap {
    display: flex;
    justify-content: flex-start;
    margin: 8rem 0 0 auto;
    max-width: 105rem;
}

.bac_imgs_wrap .bac_imgs {
    max-width: 600px;
    width: 100%;
    aspect-ratio: 9 / 6.75;
}

.bac_imgs_wrap .bac_imgs .bacSlid2 {
    border-radius: 2rem 2rem 1rem 1rem;
    overflow: hidden;
    width: 100%;
    margin: 0 0 2rem;
}

.bac_imgs_wrap .bac_imgs .bacSlid {
    width: 100%;
    height: auto;
    margin: 0;
}

.bac_imgs_wrap .bac_imgs .bacSlid .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.bac_imgs_wrap .bac_imgs .bacSlid .swiper-wrapper .swiper-slide {
    width: 100% !important;
    border-radius: 2rem;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
    transition: all 100ms ease-in-out;
    aspect-ratio: 1 / 1;
    position: relative;
}

.bac_imgs_wrap .bac_imgs .bacSlid .swiper-wrapper .swiper-slide .img_btn_wrap {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 1rem;
    display: flex;
}

.bac_imgs_wrap .bac_imgs .bacSlid .swiper-wrapper .swiper-slide .img_btn_wrap button {
    font-family: "Pretendard", sans-serif;
    font-size: 1.7rem;
    color: var(--fff);
    background: var(--mc04);
    padding: .5rem 1rem;
    border-radius: 1rem;
}

.bac_imgs_wrap .bac_imgs .bacSlid .swiper-wrapper .swiper-slide .img_btn_wrap button:nth-of-type(2) {
    margin: 0 0 0 2rem;
    background: #CE434C;
}

.bac_imgs_wrap .bac_imgs .bacSlid .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    border: 4px solid #CE434C !important;
}

/* 뷰 페이지 이미지 */
/* 뷰 페이지 버튼 */
.sub-page .view_page_btns_wrap {
    display: flex;
    justify-content: flex-end;
    margin: 6rem 0 0 0;
}

.sub-page .view_page_btns_wrap .view_page_btns {
    display: flex;
    gap: 2.5rem;
}

.sub-page .del_btn {
    border-radius: 2rem;
    background: #BCBCBC;
    padding: 1.4rem 3rem;
    font-family: "Pretendard", sans-serif;
    font-size: 1.7rem;
    color: var(--fff);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 200ms ease-in-out;
}

.sub-page .del_btn:hover {
    background: #777
}

.sub-page .save_btn {
    border-radius: 2rem;
    background: #CE434C;
    padding: 1.4rem 3rem;
    font-family: "Pretendard", sans-serif;
    font-size: 1.7rem;
    color: var(--fff);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 200ms ease-in-out;
}

.sub-page .save_btn:hover {
    background: #f66770
}

/* 검색결과 페이지 넘버 */
.pg_wrap {
    display: flex;
    width: 100%;
    margin: 6rem 0 0 0;
}

.pg_wrap .pg {
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.pg_wrap .pg strong,
.pg_wrap .pg a {
    font-size: 1.4rem;
}

.pg_wrap .pg .pg_current {
    background: var(--mc04);
    color: var(--fff);
    border-radius: 5px 0 5px 0;
    min-width: auto;
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    aspect-ratio: 1 / 1;
}

/* waitDom 스타일 */
#waitDom {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(255, 255, 255, .80);
    z-index: 9999;
}
#waitDom.on {
    position: fixed;
}

#waitDom .waitDom__content {
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    text-align: center;
    font-size: 1.7rem;
    color: var(--fc03);
}

#waitDom .waitDom__content p {
    margin: 1.2rem 0 0 0;
    font-family: "NanumSquare", sans-serif;
    letter-spacing: -0.04rem;
    word-wrap: break-word;
    font-size: 1.7rem;
    color: var(--fc03);
    font-weight: 600;
}


/* 서브 페이지 */
/* 인사말 */
.insa_wrap {
    display: flex;
    gap: 6.5rem;
}

.sub-page .sub_title.sub_bo {
    border-bottom: 2px solid var(--mc04);
    padding: 0 0 2rem 0;
    margin: 0 0 10rem 0;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.insa_title span {
    display: inline-block;
    font-size: 3rem;
    font-weight: 900;
    line-height: 2;
    color: var(--fc05);
    position: relative;
}

.insa_title span::after {
    content: '';
    display: inline-block;
    max-width: 34rem;
    max-height: 2.5rem;
    width: 100%;
    height: 100%;
    border-radius: 2rem 0 2rem 0;
    background: #DEEFFF;
    position: absolute;
    bottom: 7%;
    right: 0%;
    z-index: -1;
}

.sub-page .sub_title.sub_bo::after {
    content: '';
    display: block;
    position: absolute;
    background: url(../img/sub_bot.svg) no-repeat;
    width: 40rem;
    height: .9rem;
    bottom: -2px;
    right: -1%;
}

.sub-page .insa_title {
    display: block;
    font-size: 3rem;
    font-weight: 900;
    line-height: 2;
    color: var(--fc05);
    position: relative;
}

.sub-page .insa_title::before {
    content: '';
    display: block;
    background: url(../img/title_bg.svg) no-repeat center;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.sub-page .insa_contents {
    /* display: flex; */
    /* justify-content: space-between; */
}

.sub-page .insa_contents p {
    margin: 3rem 0 0 0;
    font-size: 2rem;
    line-height: 2;
    color: var(--fc05);
}

.sub-page .bank_name {
    display: flex;
    justify-content: center;
    margin: 10rem 0 0 0;
}

.sub-page .bank_name .bank_name_wrap {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.sub-page .bank_name h3,
.sub-page .bank_name p {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--fc05);
}

.sub-page .bank_name p {
    margin: 0 0 0 2rem;
}

.sub-page .bank_name h3 {
    position: relative;
}

.sub-page .bank_name h3::after {
    content: '';
    display: block;
    background: url(../img/gree_name.svg) no-repeat center / cover;
    width: .8rem;
    height: 3rem;
    position: absolute;
    bottom: 12%;
    right: 103%;
}

/* 인사말 */

/* 설립 목적 */
.set_text button {
    border: 1px solid var(--mc04);
    border-radius: 1rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: auto;
    position: relative;
    z-index: 10;
    
}

.set_text button span {
    background: var(--mc04);
    padding: 1.5rem;
    z-index: 10;
}

.set_text button p {
    font-family: "Pretendard", sans-serif;
    padding: 0 3rem;
    color: var(--mc04);
    font-size: 2rem;
    font-weight: 800;
    transition: all 500ms ease-in-out;
    z-index: 10;
}

.set_text button::after {
    content: '';
    top: 0;
    left: 0;
    width: 0;
    position: absolute;
    height: 100%;
    background: var(--mc04);
    transition: width 0.5s;
    z-index: 1;
}

.set_text button:hover::after,
.set_text button:hover p {
    width: 100%;
    color: var(--fff);
}



/* 설립목적 버튼 */
.sub-page.set_pa {
    padding: 12rem 2rem 9rem;
}

.setup_title {
    text-align: center;
    color: var(--fc05);
    position: relative;
    z-index: 100;
}

.setup_title::after {
    content: '';
    width: 2px;
    height: 3.5rem;
    background: #ddd;
    position: absolute;
    bottom: -50%;
    transform: translate(0, 100%);
}

.setup_title h3 {
    font-size: 3rem;
    font-weight: 900;
}

.setup_title p {
    font-size: 2rem;
    font-size: clamp(14px, 2rem, 20px);
    margin: 3rem 0 0 0;
    line-height: 1.5;
    z-index: 100;
}

.set_bottom {
    width: 100vw;
    height: 100%;
    background: #F7F7F8;
    margin: 0 0 18rem 0;
    padding: 10rem 0;
    position: relative;
    z-index: 50;
}

.set_info {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.set_info.mt_12 {
    margin: 16rem 0 0 0;
}



.set_info .setup_img {
    display: inline-block;
    max-width: 56rem;
    max-height: 38rem;
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.set_info .setup_img img {
    width: 100%;
    transform: translateY(-10%);
}

.set_info .set_text {
    color: var(--fc05);
    margin: 0 0 0 6rem;
}

.set_info .set_text>h3 {
    font-size: 4rem;
    font-weight: 900;
}

.set_info .set_text>p {
    font-size: clamp(14px, 2rem, 20px);
    font-weight: 400;
    line-height: 1.5;
    margin: 3rem 0 0 0;
    color: #666;
}

.set_info .set_text>span {
    display: block;
    font-size: clamp(12px, 1.4rem, 14px);
    font-weight: 400;
    line-height: 1.5;
    margin: 3rem 0 6rem 0;
    color: #777;
}

/* 조직구성 */
.teams_wrap {
    overflow-x: auto;
    padding: 0 0 8rem 0;
}

.teams_wrap .team_img {
    width: 100%;
}

.teams_wrap .team_img img {
    display: block;
    margin: 0 auto;
}

.sub-page .teams {
    text-align: center;
    width: 1400px;
    height: 780px;
    margin: 0 auto;
    position: relative;
}

.sub-page .teams h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    font-weight: 800;
    max-width: 170px;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 100rem;
    border: 12px solid #f0f7ff;
    background: var(--mc04);
    color: var(--fff);
    position: absolute;
    right: 50%;
    bottom: 80%;
    transform: translate(50%, 50%);
    z-index: 10;
}

.sub-page .teams h3::after {
    content: '';
    width: 1px;
    height: 440px;
    background: #ddd;
    position: absolute;
    bottom: 0%;
    transform: translateY(100%);
    z-index: -1;
}

.sub-page .teams>p {
    position: absolute;
    transform: translate(50%, 50%);
    color: var(--fc05);
    right: 30%;
    bottom: 60%;
}

.sub-page .teams>p::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 180px;
    background: #ddd;
    left: 0;
    bottom: 50%;
    transform: translate(-100%, 50%);
}

.sub-page .teams p {
    font-size: 2rem;
    font-weight: 800;
    max-width: 200px;
    height: 60px;
    width: 100%;
    border-radius: 1rem;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-page .teams span {
    font-size: 2rem;
    font-weight: 800;
    color: var(--fff);
    max-width: 200px;
    height: 60px;
    width: 100%;
    border-radius: 1rem;
    background: #385270;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transform: translate(50%, 50%);
    right: 70%;
    bottom: 45%;
}

.sub-page .teams span::after {
    content: '';
    width: 180px;
    height: 1px;
    background: #ddd;
    position: absolute;
    right: 0;
    bottom: 50%;
    transform: translate(100%, 50%);
}

.sub-page .teams .team_bottom {
    display: flex;
    position: absolute;
    right: 50%;
    bottom: 10%;
    transform: translate(50%, 50%);
    width: 100%;
    justify-content: center;
}

.sub-page .teams .team_bottom p {
    background: var(--mc04);
    color: var(--fff);
    position: relative;
}

.sub-page .teams .team_bottom p::after {
    content: '';
    width: 1px;
    height: 108px;
    background: #ddd;
    position: absolute;
    right: 50%;
    bottom: 100%;
    transform: translate(50%, 0%);
}

.sub-page .teams .team_bottom p:nth-of-type(2) {
    margin: 0 260px;
}

.sub-page .teams .team_bottom p:nth-of-type(2)::after {
    content: '';
    width: 922px;
    height: 1px;
    background: #ddd;
    position: absolute;
    right: 50%;
    bottom: 280%;
    transform: translate(50%, 0);
}

/* 분양서비스안내 */

.servic_g .setup_img img {
    transform: translateY(0);
}

.serBot_title {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.serBot_title h3 {
    font-size: 4rem;
    font-weight: 900;
    padding: 0 0 3rem 0;
    color: var(--fc05);
}

.servic_icon {
    max-width: 15.2rem;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: all 200ms ease-in-out;
    background: #F6FBFF;
}

.servic_icon a {
    transition: all 200ms ease-in-out;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.servic_icon a img {
    display: block;
    max-width: 7.7rem;
}

.servic_icon:hover {
    background: #F7F7F8;
}

.servic_icon:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

.servic_icon p {
    margin: 1.2rem 0 0 0;
    text-align: center;
    font-family: "Pretendard", sans-serif;
    font-size: 1.7rem;
    color: var(--fc05);
    font-weight: 700;
}

.servic_text li {
    font-size: 1.8rem;
    color: var(--fc05);
    line-height: 3rem;
    position: relative;
    margin: 0 0 0 6rem;
    font-weight: 600;
}

.servic_text li::after {
    content: '';
    width: 5px;
    aspect-ratio: 1 / 1;
    background: var(--fc05);
    border-radius: 10rem;
    position: absolute;
    top: 1rem;
    left: 0;
    transform: translate(-260%, 0);
}

.servic_text li:nth-last-of-type(1) {
    font-size: 1.4rem;
}

.servic_text li:nth-last-of-type(1)::after {
    display: none;
}

/* 분양형태 */
.form_title {
    text-align: center;
    color: var(--fc05);
    position: relative;
    z-index: 100;
}

.form_title h3 {
    font-size: 4rem;
    font-weight: 900;
}

.form_title p {
    font-size: 2rem;
    margin: 3rem 0 0 0;
    line-height: 1.5;
}

.form_title::after {
    content: '';
    width: 1px;
    height: 3.5rem;
    background: #ddd;
    position: absolute;
    right: 50%;
    bottom: -27%;
    transform: translate(50%, 100%);
}

.form_imgs {
    display: flex;
    justify-content: center;
    gap: 6rem;
    margin: 14rem 0 0 0;
}

.form_imgs img {
    display: inline-block;
    border-radius: 2rem;
    transition: all 300ms ease-in-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    max-width: 450px;
    width: 45%;
}

/* 분양 수수료 */
.sub-page.fee_page {
    max-width: 900px;
    padding: 12rem 0 33rem 0;
}

.fee_info {
    margin: 8rem 0 0 0;
}

.fee_info span {
    font-family: "Pretendard", sans-serif;
    font-size: 1.4rem;
    color: var(--fc05);
}

.fee_info table {
    width: 100%;
    margin: 1.2rem 0 0 0;
    border-top: 2px solid var(--mc04);
    background: var(--fff);
    font-family: "Pretendard", sans-serif;
    font-size: 1.6rem;
    color: var(--fc04);
}

.fee_info table .fee_title {
    text-align: center;
    border-bottom: 1px solid #efefef;
}

.fee_info table .fee_title td {
    padding: 1rem 0;
}

.fee_info table .fee_title td:nth-last-of-type(1) {
    border-left: 1px solid #efefef;
}

.fee_info table .fee_info {
    font-size: 1.7rem;
}

.fee_info table .fee_info td {
    padding: 2.4rem 0;
    border-bottom: 1px solid #efefef;
}

.fee_info table .fee_info td:nth-of-type(1) {
    font-weight: 900;
    color: var(--mc03);
    text-align: center;
    width: 20%;
}

.fee_info table .fee_info td:nth-of-type(2) {
    width: 50%;
    padding: 2rem 1.4rem 2rem 1rem;
    color: #333;
}

.fee_info table .fee_info td:nth-of-type(3) {
    text-align: center;
    color: var(--mc04);
    font-weight: 500;
    width: 30%;
    border-left: 1px solid #efefef;
}

.fee_info ul {
    margin: 2.4rem 0 0 0;
    font-family: "Pretendard", sans-serif;
    font-size: 1.7rem;
    color: #666;
}

.fee_info ul li {
    line-height: 3rem;
    position: relative;
    margin: 0 0 0 3rem;
}

.fee_info ul li::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: var(--mc04);
    border-radius: 10rem;
    position: absolute;
    left: 0;
    top: 1.25rem;
    transform: translate(-2rem, -50%);
    z-index: 100;
}

.bankNum {
    color: var(--mc01);
}
#sale_popup .infos p {
    display: flex;
}
#sale_popup .infos p .bankNum {
    border: none;
}
#sale_popup .infos p .bankNum::after {
    display: none;
}


/* 분양절차 */
.proce_wrap {
    max-width: 1064px;
    margin: 0 2rem;
}

.proce_wrap h3,
.proce_wrap p {
    font-family: "Pretendard", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: var(--fc05);
}

.proce_wrap .proce_icons {
    display: grid;
    margin: 3rem 0 0 0;
    position: relative;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}

.proce_wrap .proce_icons .proce_icon::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 50%;
    background: url("../img/popup_arrow.svg") no-repeat center;
    position: absolute;
    z-index: -1;
}

.proce_wrap .proce_icons .proce_icon a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.proce_wrap .proce_icons li {
    display: flex;
    justify-content: center;
}

.proce_wrap .proce_top .proce_icons li:nth-child(1) .proce_icon {
    background: #F6FBFF;
}

.proce_wrap .proce_mid .proce_icons li:nth-child(2) .proce_icon {
    background: #F6FBFF;
}

.proce_wrap .proce_top .proce_icons li:nth-child(3) .proce_icon {
    background: #F6FBFF;
}

.proce_wrap .proce_mid .proce_icons li:nth-child(3) .proce_icon {
    background: #F6FBFF;
}

.proce_wrap .proce_icons .proce_icon {
    max-width: 15.2rem;
    width: 100%;
    aspect-ratio: 1 / 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    text-align: center;
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--fff);
    transition: all 200ms ease-in-out;
    overflow: hidden;
}

.proce_wrap .proce_icons li:nth-last-of-type(1) .proce_icon::after {
    display: none;
}


.proce_wrap .proce_icons .proce_icon:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

.proce_wrap .proce_icons .proce_icon p {
    font-size: 1.7rem;
    font-weight: 600;
    color: #222;
    margin: 1.2rem 0 0 0;
}

.proce_wrap .proce_icons .proce_icon span {
    font-size: 1rem;
    font-weight: 300;
    color: #777;
    margin: 1.2rem 0 0 0;
}

.proce_wrap .proce_icons .proce_icon:nth-of-type(1) img {
    display: block;
    max-width: 7.7rem;
}

.proce_wrap .proce_icons .proce_icon img {
    display: block;
    max-width: 5rem;
}

.proce_wrap .proce_icons .proce_icon .email {
    font-size: 1.4rem;
    font-weight: 400;
    color: #222;
    margin: 0;
}

.proce_mid {
    margin: 8rem 0 0 0;
}

.proce_bottom {
    margin: 8rem 0 6rem;
}

.proceBot_text {
    margin: 2rem 0 0 2rem;
}

.proceBot_text li {
    font-family: "Pretendard", sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    color: #777;
    line-height: 2rem;
    margin: 0 0 .8rem 0;
    position: relative;
}

.proceBot_text li::before {
    content: '';
    display: block;
    width: 5px;
    height: 1px;
    background: #777;
    position: absolute;
    top: .8rem;
    left: -1rem;
}

/* 작업중 */

.proce_wrap .proce_top h3 br {
    display: inline-block;
    content: ' ';
    padding: 0 2px;
}

.proce_wrap .proce_top h3 {
    white-space: nowrap;
}

@media screen and (max-width: 400px) {
    .proce_wrap .proce_top h3 br {
        display: initial;
        content: none;
        padding: 0;
    }
}

@media screen and (max-width: 830px) {
    .proce_wrap .proce_icons {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 4rem;
    }

    .proce_wrap .proce_icons .proce_icon {
        max-width: none;
        aspect-ratio: initial;
        padding: 2rem 1rem;
        display: flex;
    }

    .proce_wrap .proce_icons .proce_icon a {
        display: flex;
    }

    .proce_wrap .proce_icons .proce_icon::after {
        bottom: -4rem;
        background: #ddd;
        width: 3px;
        height: 4rem;
    }
}



/* 분양절차 버튼 */
.proce_btn button {
    margin: 0 auto;
    border: 1px solid #CE434C;
    border-radius: 1rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: auto;
    position: relative;
    z-index: 10;
}

.proce_btn button span {
    background: #CE434C;
    padding: 1.5rem;
    z-index: 10;
}

.proce_btn button p {
    font-family: "Pretendard", sans-serif;
    padding: 0 3rem;
    color: #CE434C;
    font-size: 2rem;
    font-weight: 800;
    transition: all 500ms ease-in-out;
    z-index: 10;
}

.proce_btn button::after {
    content: '';
    top: 0;
    left: 0;
    width: 0;
    position: absolute;
    height: 100%;
    background: #CE434C;
    transition: width 0.5s;
    z-index: 1;
}

.proce_btn button:hover::after,
.proce_btn button:hover p {
    width: 100%;
    color: var(--fff);
}

/* 분양절차 버튼 */

/* 병원체 자원 기탁 안내 */
.sub-page.depo-page {
    padding: 12rem 2rem 20rem;
}
.depo_top {
    max-width: 1200px;
    margin: 0 auto;
}

.depo_bottom {
    padding: 8rem 0;
    line-height: 1;
}

.set_info .set_text.depo_text {
    margin: 0;
}

.depo_bottom .depoBot_text li {
    font-size: 2rem;
    line-height: 4rem;
    color: #666;
    position: relative;
    margin: 1rem 0 0 3.5rem;
}

.depo_bottom .depoBot_text li:nth-of-type(1) {
    margin: 0;
}

.depo_bottom .depoBot_text li::before {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-3rem);
}

.depo_bottom .depoBot_text li:nth-of-type(2):before {
    content: '1.';
}

.depo_bottom .depoBot_text li:nth-of-type(3):before {
    content: '2.';
}

.depo_bottom .depoBot_text li:nth-of-type(4):before {
    content: '3.';
}

.depo_bottom .depoBot_text li h3 {
    font-size: 4rem;
    color: var(--fc05);
    font-weight: 900;
}

.depo_bottom .depoBot_text li p {
    font-size: 2rem;
    line-height: 4rem;
    margin: 0 0 5rem 0;
}

.depo_bottom .set_info.servi_link {
    margin: 0 auto;
    gap: 6rem;
}

.set_info.servi_link .setup_img img {
    transform: translate(0, 0);
}

/* 기탁절차 */
.dona_wrap button {
    border: 1px solid var(--mc01);
    border-radius: 1rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: auto;
    position: relative;
    z-index: 10;
    margin: 4rem 0 0 0;
}

.dona_wrap button span {
    background: var(--mc01);
    padding: 1.5rem;
    z-index: 10;
}

.dona_wrap button p {
    font-family: "Pretendard", sans-serif;
    padding: 0 3rem;
    color: var(--mc01);
    font-size: 2rem;
    font-weight: 800;
    transition: all 500ms ease-in-out;
    z-index: 10;
}

.dona_wrap button::after {
    content: '';
    top: 0;
    left: 0;
    width: 0;
    position: absolute;
    height: 100%;
    background: var(--mc01);
    transition: width 0.5s;
    z-index: 1;
}

.dona_wrap button:hover::after,
.dona_wrap button:hover p {
    width: 100%;
    color: var(--fff);
}

/* 기탁 절차 버튼 */
/* .sub-page.dona-page {
    max-width: 950px;
} */

.dona_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin: 8rem 0 0 0;
    padding: 0 12rem;
}

.dona_wrap .dona_wrap_left {
    width: 48%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.dona_wrap .dona_wrap_left img {
    display: inline-block;
    height: 100%;
    transform: translateX(-24%);
}

.dona_wrap .dona_wrap_right {
    text-align: start;
    width: 42%;
}

.dona_wrap h3 {
    font-size: 4.5rem;
    line-height: 6rem;
    font-weight: 700;
    color: #333;
    margin: 0 0 2rem 0;
}

.dona_wrap p {
    font-size: 2rem;
    letter-spacing: -1px;
    line-height: 3.4rem;
    text-align: start;
    font-weight: 600;
    color: #333;
}

strong {
    font-weight: inherit;
    font-size: inherit;
    color: var(--mc01);
}

/* .dona_wrap p strong {
    color: var(--mc01);
} */
.dona_wrap .dona_wrap_right .qna_box {
    display: flex;
    margin: 2rem 0 0 0;
}
.dona_wrap .dona_wrap_right .qna_box span:nth-of-type(1) {
    margin: 0 5px 0 0;
}
.dona_wrap .dona_wrap_right .qna_box span {
    display: block;
    font-size: 1.7rem;
    font-weight: 400;
    color: #777;
    line-height: 2.2rem;
}

/* 연혁 */
.story_title {
    text-align: center;
    color: var(--fc05);
    position: relative;
    z-index: 100;
}

.story_title h3 {
    font-size: 3rem;
    font-weight: 900;
}

.story_title p {
    font-size: 2rem;
    margin: 3rem 0 0 0;
    line-height: 1.5;
    z-index: 100;
}


.story_gbg {
    width: 1px;
    height: 100%;
    background: #ddd;
    position: absolute;
    right: 50%;
    top: 0;
    transform: translate(-50%, 0);
    z-index: -1;
}

.story_wrap {
    margin: 20rem 0 0 0;
    display: flex;
    flex-direction: column;
    /* gap: 8rem; */
    position: relative;
}


.story_wrap li {
    position: relative;
    padding: 0 0 9rem 0;
}

.story_wrap li:nth-last-of-type(1) {
    padding: 0;
}

.story_wrap li::before {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 10rem;
    background: var(--mc02);
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.story_wrap li::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 0%;
    background: var(--mc02);
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    transition: all 800ms ease-in-out;
}

.story_wrap li.active::after {
    height: 100%;
}


.story_wrap li:nth-child(even) .story_box {
    align-items: end;
}

.story_wrap li:nth-child(even) .story_box .story_info {
    display: flex;
    flex-direction: row-reverse;
    text-align: end;
}

.story_wrap li:nth-child(odd) {
    display: flex;
    justify-content: flex-end;
}

.story_wrap li .story_box {
    max-width: 66rem;
    width: 100%;
    padding: 5.7rem 2.5rem;
    background: #f7f7f7;
    border-radius: 2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: relative;
    transition: all 300ms ease-in-out;
}
.story_wrap li:nth-of-type(4) .story_box {
    padding: 5.7rem 2.5rem 2.4rem;
}
.story_wrap li:nth-of-type(3) .story_box::after {
    content: '';
    display: block;
    width: 18rem;
    height: 9rem;
    background: url(../img/kcom_logo.png) no-repeat center / cover;
    margin: 2rem 0 0 0;
    /* transform-origin: right center;
    transform: scale(.7); */
}
/* .story_wrap li:nth-of-type(4) .story_box::before {
    content: '';
    display: block;
    width: 30rem;
    height: 16rem;
    position: absolute;
    bottom: 91%;
    right: 71%;
    transform: translate(50%, 50%);
    background: url(../img/kcom_logo.png) no-repeat center / cover;
} */


.story_wrap li .story_box .story_info {
    gap: 2.5rem;
}

.story_wrap li h3 {
    font-size: 5rem;
    font-weight: 800;
    color: #333;
}

.story_wrap li .story_info {
    display: flex;
    align-items: flex-start;
}

.story_wrap li .story_info span {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
}

.story_wrap li .story_info p {
    font-size: 1.7rem;
    color: var(--fc05);
}

.story-padding {
    padding: 12rem 0 30rem 0;
}

/* 관련사이트 */
.family_title::after {
    content: '';
    display: block;
    width: 1px;
    height: 3.5rem;
    background: #dfdfdf;
    position: absolute;
    right: 50%;
    bottom: -90%;
    transform: translate(50%, 50%);
}

.family_wrap {
    position: relative;
    width: 100%;
    margin: 15rem 0 0 0;
}

.family_wrap ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 3.5rem;
    grid-column-gap: 3.6rem;
    /* padding: 0 2rem; */
}

.family_wrap ul li .family a {
    background: var(--fff);
    border-radius: 2rem;
    padding: 2rem 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 10rem;
    width: 100%;
    height: 10rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    transition: all 300ms ease-in-out;
}

.family_wrap ul li .family a:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.01);
}

.family_wrap ul li .family a img {
    display: inline-block;
    /* height: 100%; */
    transition: all 300ms ease-in-out;
}

.family_wrap ul li .family a:hover img {
    transform: scale(1.01);
}

.family_wrap ul li:nth-of-type(2) .family a img {
    height: auto;
    max-width: 300px;
    width: 100%;
}

/* 모바일 메뉴 버튼 */

#mo_menuBtn {
    /* display: none; */
    float: right;
    padding: 0;
    position: fixed;
    top: 2.5rem;
    right: 2.5rem;
}

#mo_menuBtn .mo_btn {
    vertical-align: top;
    font-size: 18px;
    background: #0054a6;
    border-radius: 2rem;
    width: 8rem;
    height: 8rem;
}

#mo_menuBtn .mo_btn img {
    display: inline-block;
    width: 72%;
}



#right_side_wrap {
    display: block;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 9999;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    background: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#right_side_wrap .right-side {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

#right_side_wrap .right-side::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/menu_bg.jpg) no-repeat center / cover;
    animation: c;
    z-index: -1;
}

#right_side_wrap .right-side .right-side-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    /* justify-content: space-between; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 5.5rem;
    padding: 0 2rem;
    background: none;
}

#right_side_wrap .right-side .right-side-top .menu_logo {
    display: flex;
    align-items: center;
    max-width: 230px;
    width: 100%;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 600;
}

#right_side_wrap .right-side .right-side-top .menu_logo img {
    display: block;
    height: 40px;
}

#right_side_wrap .right-side .right-side-top .member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#right_side_wrap .right-side .right-side-top .member li a {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
}

#right_side_wrap .right-side .right-side-top .member li:not(:first-child) {
    margin-left: 1rem;
}

#right_side_wrap .right-side .right-side-top .member li.home {
    margin-right: 0.5rem;
}

#right_side_wrap .right-side .right-side-top .member li.home a {
    font-size: 2.2rem;
}

#right_side_wrap .right-side .right-side-top .close_btn {
    font-size: 2.2rem;
    color: #fff;
}

#right_side_wrap .right-side .right-side-nav {
    margin-bottom: 6rem;
}

#right_side_wrap .right-side .right-side-nav>li {
    width: 100%;
}

#right_side_wrap .right-side .right-side-nav>li>a {
    display: block;
    width: 100%;
    height: 7rem;
    line-height: 7rem;
    padding: 0 2rem;
    background: url("../img/arrow_down.svg") calc(100% - 2rem) center/1.5rem no-repeat;
    border-bottom: 1px solid #eee;
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--fff);
}

#right_side_wrap .right-side .right-side-nav>li>a.on {
    background-image: url("../img/arrow_up.svg");
}

#right_side_wrap .right-side .right-side-nav>li ul {
    display: none;
    width: 100%;
    margin-top: 0;
}

#right_side_wrap .right-side .right-side-nav>li ul li {
    width: 100%;
    height: 6rem;
}

#right_side_wrap .right-side .right-side-nav>li ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 6rem;
    padding: 0 3rem;
    background: #333;
    border-bottom: 1px solid #ddd;
    font-size: 1.7rem;
    font-weight: 500;
    color: #ddd;
}

#right_side_wrap .right-side .family-site {
    display: none;
    width: 100%;
    height: 5.5rem;
    padding: 0 2rem;
    background: #f4f7fb;
}

#right_side_wrap .right-side .family-site li a {
    line-height: 5.5rem;
    font-size: 1.5rem;
    font-weight: 400;
    color: #999;
}

/* 검색결과 */
.bac_search_wrap .search_bottom table tr td.empty {
    width: 100%;
    max-width: none;
    padding: 8rem 0;
    font-size: 2rem;
}
.bac_search_wrap .search_bottom table tr td.empty::before {
    display: block;
    content: '!';
    width: 7rem;
    height: 7rem;
    line-height: 7rem;
    background: #e9e9e9;
    border-radius: 3.5rem;
    margin: 0 auto 1.5rem;
    font-size: 4rem;
    font-weight: 700;
    color: #fff;
}

/* 공용 css */
.jc-sb {
    justify-content: space-between;
}

.jc-cen {
    justify-content: center;
}

.jc-s {
    justify-content: flex-start;
}

.jc-e {
    justify-content: flex-end;
}

.mt-12 {
    margin: 12rem 0 0 0;
}

.gap-8 {
    gap: 8rem;
}

@media screen and (min-width: 1921px) {
    .sub-page {
        padding: 12rem 0 33rem 0;
    }
    #bo_list.sub-page {
        padding: 0 2rem 51rem;
    }
}
@media screen and (min-width: 752px) {
    #bo_list.sub-page {
        padding: 0 2rem 51rem;
    }
}

@media screen and (max-width: 1420px) {
    html {
        font-size: 58%;
    }
    .insa_wrap .insa_img {
        width: 100%;
    }
    .insa_wrap .insa_img img {
        width: 100%;
    }
    .insa_wrap {
        flex-direction: column;
        gap: 2rem;
    }

    #sub_navigation .location-area {
        margin: 0 0 0 2rem;
    }

    .sub-page .bank_name {
        margin: 6rem 0 0 0;
    }
    .sub-page .insa_contents {
        flex-direction: column;
        align-items: center;
    }

    .sub-page .insa_contents p br {
        display: inline-block;
        content: ' ';
        padding: 0 2px;
    }

    .sub-page .insa_contents p {
        line-height: 1.4;
    }

    .sub-page {
        padding: 8rem 2rem 20rem;
    }

    .sub-page.fee_page {
        padding: 12rem 2rem 33rem;
    }

    #footer_company {
        padding: 4rem 2rem;
    }

    #footer_warp #ft_link {
        padding: 0 2rem;
    }

    #quick_menu .quick_btns {
        padding: 12rem 2rem;
    }

    .news_list_wrap {
        padding: 0 2rem 9rem;
    }

    .main_contents {
        max-width: 730px;
        width: calc(100vw - 2rem);
        padding: 0 2rem;
        top: 45%;
    }

    .main_contents #logo {
        width: 100%;
    }

    #logo a {
        width: 100%;
        justify-content: center;
        margin: 2rem 0 0 0;
    }

    #logo a img {
        display: inline-block;
        width: 20%;
    }

    #logo a p {
        font-size: 3.6rem;
    }

    #logo .sub_logo {
        justify-content: center;
    }

    #logo .sub_logo h2 {
        font-size: 2.6rem;
    }

    #logo .sub_logo img {
        display: inline-block;
        width: 45%;
    }

    .set_info {
        flex-direction: column;
        align-items: flex-start;
    }

    .sub-page .insa_title {
        text-align: center;
    }

    .set_info .set_text {
        margin: 6rem 0 0 0;
        text-align: start;
    }

    .serBot_title h3 {
        padding: 0 2rem;
    }

    .set_info.servi_link {
        padding: 0 2rem;
    }

    .depo_top .set_info .setup_img {
        order: 2;
    }

    .depo_top .set_info .set_text {
        order: 1;
    }

    .depo_top .set_info:nth-last-of-type(1) {
        margin: 16rem 0 0 0;
    }

    .gap-8 {
        gap: 0;
    }

    .set_info.jc-sb.mt-12.servic_g.gap-8:nth-of-type(1) {
        margin: 8rem 0 0 0;
    }

    .depo_bottom .set_info.servi_link {
        gap: 4rem;
        margin: 4rem 0 0 0;
    }

    .depo_bottom .depoBot_text li:nth-of-type(1) {
        line-height: 4rem;
        margin: 0;
    }

    .depo_bottom .depoBot_text li {
        margin: 0 0 1rem 3rem;
        line-height: 3rem;
    }

    .depo_bottom .depoBot_text li p {
        margin: 0 0 1rem 0;
    }

    .sub-page .sub_title.sub_bo {
        margin: 0 0 4rem 0;
    }

    .set_info .setup_img {
        max-width: none;
        width: 100%;
        max-height: none;
        aspect-ratio: 2 / 1;
    }

    .set_info.setmain .setup_img {
        aspect-ratio: 1.5 / 1;
    }

    .set_info.setmain .setup_img img {
        transform: translateY(-17%);
    }

    .set_info .setup_img:nth-of-type(2) img {
        transform: translateY(-13%);
    }

    .servic_icon {
        max-width: none;
        aspect-ratio: initial;
        padding: 2rem 0;
        margin: 4rem 0;
    }

    .setup_title {
        text-align: start;
    }

    .setup_title::after {
        display: none;
    }

    .set_info.mt_12 {
        margin: 8rem 0 0 0;
    }

    .servic_g .setup_img {
        order: 2;
        margin: 4rem 0 0 0;
    }

    .set_info.jc-cen.mt-12.servic_g {
        margin: 2rem 0 0 0;
    }

    .set_info .set_text>p br {
        display: inline-block;
        content: ' ';
        padding: 0 2px;
    }
    .setup_title p br {
        display: inline-block;
        content: ' ';
        padding: 0 2px;
    }
    .set_info .set_text>p br {
        display: inline-block;
        content: ' ';
        padding: 0 2px;
    }
    .story_wrap li .story_info p br {
        display: inline-block;
        content: ' ';
        padding: 0 2px;
    }
    .set_text button {
        margin: 0 auto;
    }
}

@media screen and (max-width: 1224px) {
    #quick_menu .quick_menu_list {
        justify-content: center;
        gap: 4rem;
    }

    #quick_menu .quick_menu_list li {
        margin: 0 0 4rem 0;
    }

    .news_list_wrap .news_list {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .news_list_wrap .news_list .re_room {
        justify-content: center;
    }

    .news_list_wrap .news_list ul {
        align-items: center;
        flex-direction: column;
    }

    .news_list_wrap .news_list ul .main-notice-item {
        margin: 0 0 4rem 0;
        width: 100%;
        max-width: none;
    }

    .news_list_wrap .news_list .re_room a {
        max-width: none;
        width: 100%;
        justify-content: center;
        gap: 2rem;
    }

    #quick_menu {
        padding: 0 0 8rem 0;
    }

    .family_wrap ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .sub-page .table_section table {
        max-width: none;
    }

    .sub-page .table_section table tr {
        display: flex;
        /* align-items: center; */
        /* justify-content: flex-start; */
    }

    .sub-page .table_section table tr td:nth-of-type(1) {
        display: block;
        max-width: none;
        min-width: 200px;
    }

    #quick_menu .quick_menu_list li {
        max-width: none;
        aspect-ratio: initial;
    }

    .sub-page .table_section {
        flex-direction: column;
    }

    .sub-page .table_section .table_title {
        margin: 0 0 2rem 0;
    }
}


@media screen and (max-width: 1350px) {
    .story_wrap {
        margin: 8rem 0 0 0;
    }

    .story_wrap li {
        padding: 0 0 9rem 6rem;
    }

    .story_wrap li .story_box {
        max-width: none;
    }

    .story_wrap li:nth-child(odd) {
        justify-content: flex-start;
    }

    .story_wrap li:nth-child(even) .story_box {
        align-items: flex-start;
    }

    .story_wrap li:nth-child(even) .story_box .story_info {
        flex-direction: row;
        text-align: start;
    }
    .story_gbg {
        left: 1px;
    }

    .story_wrap li::before {
        left: 1px;
    }

    .story_wrap li::after {
        left: 1px;
    }

    .story_wrap li:nth-last-of-type(1) {
        padding: 0 0 0 6rem;
    }
    .story_wrap li h3 {
        font-size: 4rem;
    }
    .story_wrap li .story_box .story_info {
        gap: 1.8rem;
    }
}


@media screen and (max-width: 1047px) {
    #sale_popup {
        width: 92%;
        transform: translate(5px, 3rem);
    }

    #sale_popup.on {
        z-index: 4000;
        opacity: 1;
        transform: translate(5px, 0);
    }

    #sale_popup ul li .popup_icon img {
        display: inline-block;
        width: 40px;
    }

    .dona_wrap {
        flex-direction: column;
        margin: 4rem 0 0 0;
        padding: 0 2rem;
    }

    .dona_wrap .dona_wrap_right {
        order: 1;
    }

    .dona_wrap h3 {
        margin: 4rem 0 2rem 0;
    }

    .dona_wrap .dona_wrap_left {
        width: 100%;
        aspect-ratio: 2 / 1;
    }

    .dona_wrap .dona_wrap_left img {
        display: block;
        width: 100%;
        height: auto;
        transform: translate(0, -7%);
    }

    .dona_wrap .dona_wrap_right {
        width: 100%;
    }
    .dona_wrap button {
        margin: 6rem auto 0;
    }
}

/* 검색 테이블 반응형 */
@media screen and (max-width: 1001px) {

    .bac_search_wrap .search_bottom table tr td:nth-last-of-type(2),
    .bac_search_wrap .search_bottom table tr td:nth-last-of-type(3) {
        display: none;
    }

    .bac_search_wrap .search_bottom table tr td {
        padding: 3rem 0;
    }

    .bac_search_wrap .search_bottom table tr td:nth-last-of-type(1) {
        padding: 3rem 1rem;
    }
    

    
}

@media screen and (max-width:950px) {
    

    .form_imgs {
        gap: 3rem;
    }
    .setup_title h3 {
        font-size: 2.6rem;
    }
    .set_info .set_text>h3 {
        font-size: 2.6rem;
    }
    .set_bottom {
        padding: 3.5rem 0 4rem;
    }
    .serBot_title h3 {
        font-size: 2.6rem;
    }
    .form_title h3 {
        font-size: 2.6rem;
    }
    .depo_bottom .depoBot_text li h3 {
        font-size: 2.6rem;
    }
    .dona_wrap .dona_wrap_right h3 {
        font-size: 2.6rem;
        line-height: 3.2rem;
    }
}

@media screen and (max-width: 880px) {
    #sale_popup ul {
        flex-direction: column;
        gap: 4rem;
    }

    #sale_popup ul li {
        max-width: none;
        width: 100%;
        aspect-ratio: initial;
    }

    #sale_popup ul li .popup_icon {
        padding: 1.2rem 0;
    }

    #sale_popup ul li::after {
        background: #ddd;
        width: 3px;
        height: 4rem;
        left: 50%;
        top: calc(100% + 2rem);
    }

    #sale_popup .info_title {
        display: none;
    }

    #sale_popup .infos {
        display: none;
    }

    #sale_popup .popup_btns {
        flex-direction: column;
        gap: 2rem;
    }

    #sale_popup .popup_btns #proceBtn {
        order: 2;
    }
}

@media screen and (max-width: 850px) {
    #gnb .gnb_1dli {
        display: none;
    }

    .bac_search_wrap .search_top .cate_wrap {
        margin: 6rem 0 4rem;
    }

    .sub-page .search_title {
        text-align: center;
    }

    .form_title p br {
        display: inline-block;
        content: ' ';
        padding: 0 2px;
    }
    .bac_search_wrap .search_top .cate_wrap button {
        color: #444;
    }
}

@media screen and (max-width: 780px) {
    .family_wrap ul {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 750px) {
    html {
        font-size: 55%;
    }

    .title_wrap a {
        margin: 4rem 0 0 2rem;
        width: 260px;
    }

    .title_wrap a img {
        display: inline-block;
        width: 100%;
    }

    .servic_text li {
        margin: 0 0 2rem 2rem;
    }

    .servic_text li:nth-last-of-type(2) {
        margin: 0 0 0 2rem;
    }

    .servic_text li:nth-last-of-type(1) {
        margin: .8rem 0 0 2rem;
    }
}

@media screen and (max-width: 680px) {
    html {
        font-size: 48%;
    }

    #sub_navigation .location-area li a,
    #sub_navigation .location-area li button {
        font-size: 14px;
    }

    .control_btn_box .slide-control .btn_top {
        top: 57%;
    }

    #sale_btn {
        max-height: 45px;
        padding: .5rem 3rem;
    }

    .setup_title::after {
        margin: 19rem 0 0 0;
    }

    .sub-page .sub_title.sub_bo::after {
        display: none;
    }

    .bac_search_wrap .search_top .sub_search_box .sub_btns .sub_search-btn img {
        width: 74%;
    }

    #mo_menuBtn .mo_btn {
        width: 6.5rem;
        height: 6.5rem;
        border-radius: 1.4rem;
    }

    .fee_info {
        margin: 4rem 0 0 0;
    }

    .sub-page.set_pa {
        padding: 8rem 2rem 8rem;
    }
}

@media screen and (max-width: 600px) {
    #footer_company .footer_top {
        align-items: flex-start;
        flex-direction: column;
    }

    #footer_logo {
        margin: 2rem 0;
    }

    #footer_copy {
        margin: 0;
    }

    .setup_title::after {
        bottom: -40%;
    }

    .sub-page.depo-page {
        padding: 8rem 2rem 8rem;
    }

    .teams_wrap .team_img img {
        width: 80rem;
    }
}

/* 모바일 메뉴 버튼 */
@media screen and (max-device-height: 580px) {
    #right_side_wrap .right-side .family-site {
        position: static;
    }
}

@media screen and (max-width: 565px) {
    .setup_title::after {
        bottom: -30%;
    }
    .dona_wrap .dona_wrap_right>p {
        font-size: 1.7rem;
        line-height: 2.4rem;
        margin: 2rem 0 0 0;
    }

}

@media screen and (max-width: 530px) {

    #sub_navigation .location-area li a,
    #sub_navigation .location-area li button {
        font-size: 12px;
    }

    #sub_navigation .location-area button img {
        margin: 0 0 0 3rem;
    }

    .depo_bottom .depoBot_text li h3 {
        line-height: 5.4rem;
    }

    .bac_search_wrap .search_bottom .sub_contents {
        align-items: center;
    }

    .pg_wrap {
        margin: 2rem 0 0 0;
    }

    .bac_search_wrap .search_bottom .sub_contents .excel_contents {
        border: none;
        padding: 0;
        width: 16rem;
    }
    .bac_search_wrap .search_bottom .sub_contents .excel_contents img {
        display: block;
        width: 20px;
    }
    .sub-page .bank_name .bank_name_wrap {
        justify-content: center;
    }
}

@media screen and (max-width: 430px) {
    #logo a p {
        font-size: 3rem;
    }

    .set_info .setup_img img {
        transform: translate(0, 0);
    }

    .bac_search_wrap .search_bottom .select_btns {
        margin: 0;
    }

    .bac_search_wrap .search_bottom .select_btns {
        width: 16rem;
        white-space: nowrap;
    }

    .bac_search_wrap .search_bottom .sub_contents .excel_contents {
        justify-content: flex-end;
    }

    .bac_search_wrap .search_bottom .select_btns button:nth-last-of-type(1) {
        margin: 0 0 0 2rem;
    }

    .bac_search_wrap .search_bottom .sub_contents .excel_contents .excel_btns {
        width: 72%;
        margin: 0;
    }

    .bac_search_wrap .search_bottom .sub_contents .excel_contents img {
        display: none;
    }

    .bac_search_wrap .search_bottom .select_btns button img {
        padding: 0 .5rem 0 0;
        margin: 0;
    }

    .pg_wrap .pg_page:nth-last-of-type(3),
    .pg_wrap .pg_page:nth-last-of-type(4),
    .pg_wrap .pg_page:nth-last-of-type(5),
    .pg_wrap .pg_page:nth-last-of-type(6),
    .pg_wrap .pg_page:nth-last-of-type(7) {
        display: none;
    }

    .bac_imgs_wrap .bac_imgs .bacSlid .swiper-wrapper .swiper-slide .img_btn_wrap button:nth-of-type(2) {
        margin: 0 0 0 .8rem;
    }

    .sub-page .view_page_btns_wrap .view_page_btns {
        gap: 1.2rem;
        flex-direction: column;
        width: 100%;
    }

    .sub-page .view_page_btns_wrap {
        margin: 4rem 0 0 0;
    }

    .sub-page .view_page_btns_wrap .view_page_btns button {
        justify-content: center;
        gap: 1rem;
    }
}

@media screen and (max-width: 370px) {
    .title_wrap a img {
        width: 85%;
    }
}

@media screen and (max-width: 350px) {
    #logo a p {
        font-size: 2.8rem;
    }

    #sale_popup .popup_btns p {
        font-size: 1.8rem;
    }

    .set_info.mt_12 {
        margin: 19rem 0 0 0;
    }
}