@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
@import url('https://fonts.googleapis.com/css2?family=East+Sea+Dokdo&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nanum+Myeongjo&family=Noto+Serif+KR:wght@200..900&family=Noto+Serif+SC:wght@200..900&family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

#site {
    font-family: "Pretendard Variable", "notokr", sans-serif;
    padding-top: 0;
}

html {
    visibility: hidden;
}

html.no-js {
    visibility: visible;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    letter-spacing: -0.025em;
    word-break: keep-all;
    line-height: 1.3;
}
.main_swiper_widget:not([data-custom="on"]) [class*="swiper-button"]{
    display: none !important;
}
a {
    text-decoration-line: none;
    color: #000;
}

a:hover {
    text-decoration-line: none;
}

.contents_inner {
    overflow: hidden !important;
}

li,
ul {
    list-style: none;
    margin: 0;
}

:is(ol, ul, li, dl) {
    all: unset;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

:is(p, h1, h2, h3, h4, h5, h6, dt, dd) {
    all: unset;
    display: block;
    line-height: 1.3;
}

:is(p, h1, h2, h3, h4, h5, h6, dt, dd, th, td, li) {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* 불필요 항목 삭제 */
.root_daum_roughmap .cont {
    display: none !important;
}

#gnbauth i {
    display: none;
}

.caret {
    display: none;
}

#list_btn {
    display: none;
}

.board_wrapper {
    margin-top: 0;
}

.navbar-right {
    margin: 0 !important;
}

:root {
    --page-point-color: #592D7F;
    --page-point-color-hover: #331350;
    --icons: "material symbols outlined";
}

.navbar-inverse~.container {
    width: 100%;
    padding: 0;
    margin: 0;
}

.navbar-inverse~.agreement_container,
.navbar-inverse~.privacy_container {
    padding: 0 15px;
}

@media (min-width:1200px) {

    .navbar-inverse~.agreement_container,
    .navbar-inverse~.privacy_container {
        width: 1170px;
        margin: 0 auto;
        padding: 0 15px;
    }
}

.login_container,
.find_container {
    padding: 200px 0;
}


@media (min-width: 1400px) {
    .container {
        width: 1330px;
    }
}

/* 상단 로고*/
.navbar-brand {
    height: unset;
    padding: 0;
    margin-left: 0 !important;
    width: 100%;
}

.navbar-brand>span {
    display: flex;
    gap: 15px;
    align-items: center;
}

.navbar-brand p {
    margin: 0;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.navbar-brand p>span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 300;
}

.navbar-inverse .navbar-brand img {
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.navbar-inverse.on .navbar-brand img,
.navbar-inverse.opened .navbar-brand img {
    height: 100%;
    object-fit: contain;
    filter: none;
}


/* 상단 메뉴 */
@media(min-width:768px) {
    .navbar-inverse {
        transition: all 0.3s cubic-ease;
    }

    .navbar-inverse>.container {
        width: 100%;
        max-width: 1630px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-inverse>.container::before,
    .navbar-inverse>.container::after {
        display: none;
    }

    .navbar-inverse .navbar-collapse {
        display: flex !important;
        justify-content: center;
    }

    #navbar-bg {
        z-index: 99;
        position: fixed;
        left: 0;
        right: 0;
        top: 90px;
        background: #fff;
        transition: all 0.25s ease-in-out;
        height: 0;
    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        min-width: 100%;
        right: auto;
        z-index: 1030;
        padding: 0;
        border: 0;
        box-shadow: none;
        background: #fff;
        left: 50%;
        transition: all 0.3s ease;
        transform: translate(-50%, 0);
        overflow: hidden;
    }

    .navbar-inverse.on {
        background: #fff;
    }

    .navbar-inverse {
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .navbar-inverse.on #navbar-bg {}

    .navbar-inverse .navbar-right>li>a {
        min-width: unset;
        color: #fff;
    }

    .navbar-inverse.on .navbar-right>li>a {
        color: #333;
    }

    .navbar-inverse .navbar-nav li .dropdown-menu {
        transform-origin: center top;
        animation: menuOpen 0.35s forwards;
    }
}

.navbar-inverse {
    background: transparent;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

.navbar-inverse.sub-nav {
    background: #fff;
    box-shadow: 0 0 0 1px #9bb0b9;
}

.navbar-inverse.on,
.navbar-inverse.opened {
    background: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 0 23px 5px rgba(0, 0, 0, 0.04);
}

.navbar-header {}


.navbar-inverse .navbar-nav::before,
.navbar-inverse .navbar-nav::after {
    display: none;
}

.navbar-inverse .navbar-nav li a {
    position: relative;
}

.navbar-inverse .navbar-nav .dropdown {
    position: relative;
}

.navbar-inverse .navbar-nav>li>a::before {
    width: 0;
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    height: 3px;
    background: var(--page-point-color);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.navbar-inverse.opened .navbar-nav>li:hover>a::before {
    width: 100%;
}

.navbar-inverse.opened .navbar-nav>li:hover>a::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
    width: 7px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--page-point-color);
    box-shadow: 0 0 10px 1px var(--page-point-color);
    z-index: 100;
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu {
    background: rgba(96, 54, 132, 0.90);
    backdrop-filter: blur(5px);
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li {}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
    text-align: center;
    padding: 15px 0;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 18px;
    transition: all 0.2s;
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}



.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li:hover>a {
    color: #fff;
    background: var(--page-point-color);
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 44px 45px;
    text-align: center;
}

.navbar-inverse.on .navbar-nav>li>a,
.navbar-inverse.sub-nav .navbar-nav>li>a,
.navbar-inverse.opened .navbar-nav>li>a {
    color: #222;
    font-weight: 600;
}


.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #000;
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle {
    background: none;
}

.nav-btn {
    padding: 12px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.50);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
}

.nav-btn:hover {
    color: #fff;
}

.navbar-inverse.on .nav-btn {
    border: 1px solid rgba(89, 45, 127, 0.25);
    color: var(--page-point-color);
}

.navbar-inverse.on .nav-btn:hover {
    color: var(--page-point-color);
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav {
        display: flex;
        flex-direction: column;
        overflow: hidden auto;
        position: relative;
        width: 100%;
        margin: 0;
    }

    .navbar-inverse .navbar-nav>li>a {
        text-align: center;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 15px 15px;
        background-color: #fff;
        border-bottom: 1px solid #eee;
        color: #000;
        font-weight: 600;
        font-size: 16px;
    }

    .navbar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 !important;
    }

    .navbar-header::before,
    .navbar-header::after {
        display: none;
    }

    .navbar-brand {
        height: 27px;
    }

    .navbar-inverse .navbar-nav>li>a:hover {
        color: #fff;
        background: var(--page-point-color);
    }

    .navbar-nav .open .dropdown-menu {
        display: flex;
        flex-direction: column;
    }

    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        text-align: left;
        padding: 8px 15px;
        font-size: 16px;
        font-weight: 500;
    }

    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
    .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle {
        background: var(--page-point-color);
    }

    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
    .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
    .navbar-inverse .navbar-nav>li>a:focus,
    .navbar-inverse .navbar-nav>li>a:hover {
        color: #fff;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: var(--page-point-color);
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .dropdown .dropdown-menu {
        padding: 0;
        background: #eee;
    }

    .navbar .dropdown-toggle::after {
        all: unset;
        box-sizing: border-box;
        content: "\e5cf";
        font-family: var(--icons);
        margin-left: auto;
        font-size: 15px;
    }

    .navbar .dropdown.open .dropdown-toggle::after {
        content: "\e5ce";
    }
}





.contents_wrap li,
.contents_wrap ol,
.contents_wrap ul {
    list-style: revert;
    padding: revert;
}

#mainCarousel .carousel-inner .item,
#mainCarousel .carousel-inner .item,
.main_swiper_widget .swiper-slide,
.main_swiper_widget .swiper:not(.swiper-initialized) {
    height: 100vh;
}

#mainCarousel .carousel-inner {}

.main_swiper_widget .swiper-caption {
    position: absolute;
}

#mainCarousel .carousel-inner .item::before,
.main_swiper_widget .swiper-bg::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

/* 슬라이드 글자*/
.swiper-caption,
.carousel-caption {
    top: 57%;
    padding: 0;
    max-width: 1240px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: unset;
    text-align: left;
}

.swiper-caption h1,
.carousel-caption h1 {
    margin-bottom: 40px;
    position: relative;
    color: #FFF;
    text-shadow: none;
    font-size: 88px;
    font-weight: 600;
    line-height: 1.05;
    /* 66.24px */
    font-family: 'Outfit';
    letter-spacing: 0;
    animation: fade-left 1.2s ease both;
}

@keyframes fade-left {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.swiper-caption p,
.carousel-caption p {
    margin-bottom: 70px;
    color: #FFF;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.20);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    /* 32px */
    letter-spacing: -0.02em;
    animation: fade 1s 0.5s ease both;
}

.main-link {
    display: flex;
    align-items: center;
    background: transparent;
    border: 1px solid rgb(255 255 255 / 70%);
    padding: 15px 20px 15px 30px;
    justify-content: center;
    gap: 22px;
    width: fit-content;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    font-family: "Outfit";
    letter-spacing: 0;
    transition: all 0.2s !important;
    text-shadow: none;
}

.swiper-caption .main-link {
    animation: fade 0.8s 0.8s ease both;
}

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

    100% {
        opacity: 1;
    }
}

.main-link span {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    --wght: 200;
}

.main-link:hover {
    background: var(--page-point-color);
    color: #fff;
    border-color: var(--page-point-color);
}

.main-link:hover span {}

/* 슬라이드 버튼 */
.swiper-pagination {
    z-index: 1;
}
#main_wrapper .swiper-pagination-container{
    bottom: 0;
}
.carousel-control,
#main_wrapper .swiper-pagination {
    bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    position: absolute;
}

.carousel-control {
    z-index: 2;
    width: 20px;
    display: flex;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 20px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    background: none !important;
    left: 30px;
}

.carousel-control .glyphicon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin: 0 !important;
    top: unset;
}

.carousel-control .glyphicon-chevron-right {
    right: 0 !important;
}

.carousel-control .glyphicon-chevron-left {
    left: 0 !important;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: 0;
}

.carousel-control.right {
    left: unset;
    right: 30px;
}

.carousel-control.left .glyphicon::before {
    content: "\e5e0";
    font-family: var(--icons);
}

.carousel-control.right .glyphicon::before {
    content: "\e5e1";
    font-family: var(--icons);
}

#main_wrapper .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background-color: transparent;
    border: 1px solid #fff;
    margin: 0;
    border-radius: 50%;
    transition: ease-in-out 0.15s all;
}

#main_wrapper .swiper-pagination-bullet-active {
    width: 9px;
    height: 9px;
    background-color: #fff;
    margin: 0;
    box-shadow: none;
    transform: none;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    font-size: 50px;
    display: none;
}

/* 메인 페이지 */
.mainpage {}

.mainpage #main01 {
    padding: 219px 0 199px;
}

.mainpage #main02 {
    padding: 150px 0 140px;
}

.main-tit {}

.main-tit h3 {
    color: #222;
    font-family: "Outfit";
    font-size: 96px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 45px;
}

.main-tit p {
    color: #222;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: -0.04em;
    margin-bottom: 60px;
}

#main01 {
    background: url("/public/img/main/main01Bg.png") no-repeat center / cover;
}

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

#main01 .container:before,
#main01 .container:after {
    display: none;
}

#main01 .main-tit {
    width: 484px;
}

#main01 .main-tit .main-link {}

.main-tit .main-link {
    background: var(--page-point-color);
    border: 0;
}

.main-tit .main-link:hover {
    background: var(--page-point-color-hover);
}

.main-busi {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.main-busi .mb-box {
    padding: 8px;
    width: 210px;
    height: 210px;
    background: rgba(46, 4, 70, 0.81);
    backdrop-filter: blur(7.5px);
}

.main-busi .mb-box .inner {
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-image: linear-gradient(135deg, rgba(255, 255, 255, 0.7), transparent, rgba(255, 255, 255, 0.7)) 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.main-busi .mb-box .inner p {
    text-align: center;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.39;
}

#main02 .main-tit h3 {
    margin-bottom: 0;
}

#main02 .main-tit {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 64px;
}

#main02 .main-tit .main-link {
    margin-bottom: 9px;
}

.main-news {
    border-top: 1px solid #222;
}

.main-news .page-header {
    display: none;
}

.main-news .type_list {}

.main-news .type_list li {
    display: grid;
    align-items: center;
    grid-template-columns: 130px 1fr;
    border-bottom: 1px solid #E3E3E3;
    padding: 0;
    height: 90px;
}

.main-news .type_list li a {
    height: 100%;
    order: 2;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 18px 0 70px;
    text-wrap: wrap;
}

.main-news .type_list li a:before {
    position: absolute;
    content: "\f3dd";
    font-family: var(--icons);
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    color: #ccc;
    z-index: -1;
}

.main-news .type_list li a span {
    color: #222;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.04em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.main-news .type_list .info {
    order: 1;
}

.main-news .type_list .info span {
    display: none;
}

.main-news .type_list .info span.regdate {
    display: flex;
    padding: 0 18px;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #888;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

#main03 {
    background: url("/public/img/main/main03Bg.png") no-repeat center / cover;
    padding: 120px 0;
}

.contact-tit {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-tit span {
    color: #C296FF;
    text-align: center;
    font-family: "Outfit";
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0;
    display: block;
    margin-bottom: 25px;
}

.contact-tit span.active {
    animation: text-focus-in 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

.contact-tit p {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.01em;
    margin-bottom: 50px;
}

.contact-tit p.active {
    animation: focus-in-expand-fwd 0.7s 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.contact-tit .main-link {}

.contact-tit .main-link.active {
    animation: scale-out-horizontal 0.7s 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) reverse both;
}

/* 서브 페이지 */
.breadcrumb {
    padding: 0;
    margin: 0;
    background: transparent;
    position: absolute;
    right: 0;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.breadcrumb li {
    font-size: 14px;
    position: relative;
    color: #999;
}

.breadcrumb li:nth-child(2) {}

.breadcrumb li.active {
    opacity: 1;
    font-weight: 600;
}

.breadcrumb>li+li:before {
    padding: 0;
    font-family: var(--icons);
    content: "\e5e1";
    position: absolute;
    top: 2px;
    left: -21px;
    font-size: 12px;
    font-weight: 400;
    color: #ccc;
}

.breadcrumb li a {}

.breadcrumb li a span {
    font-size: 16px;
    width: 16px;
    height: 16px;
    --fill: 1;
    color: #777;
    margin-top: 3px;
}

.subpage-header {
    position: relative;
    height: 700px;
}

.subpage-header .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /* filter: brightness(0.6); */
}

[id^=ab0] .subpage-header .bg {
    background: #ddd url("/public/img/sub/subBg01.png") no-repeat center / cover;
}

[id^=busi0] .subpage-header .bg {
    background: #ddd url("/public/img/sub/subBg02.png") no-repeat center / cover;
}

[id^=commu0] .subpage-header .bg {
    background: #ddd url("/public/img/sub/subBg03.png") no-repeat center / cover;
}

.subpage-title {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.subpage-title p {
    color: #FFF;
    line-height: 29px;
    font-family: "Outfit";
    font-size: 22px;
    font-weight: 200;
    letter-spacing: 0;
    opacity: 0.8;
    margin-bottom: 32px;
}

/* .subpage-title p.active{
    animation: text-focus-in 0.5s ease both;

} */
.subpage-title h2 {
    line-height: 74px;
    margin-top: 0;
    text-align: center;
    font-weight: 700;
    font-size: 62px;
    color: #fff;
    letter-spacing: -0.03em;
}

/* [ subpage-navbar ] */
.snb {
    position: absolute;
    z-index: 4;
    border-bottom: 0;
    background: rgba(67, 45, 97, 0.90);
    left: 0;
    bottom: 0;
    width: 100%;
}

.snb ul {
    position: relative;
    display: flex;
    margin: 0;
    justify-content: center;
}

.snb li {
    flex: 0 1 25%;
}

.snb a {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.04em;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 27px 0;
    opacity: 0.7;
}

.snb li.active a {
    opacity: 1;
    font-weight: 600;
}

.snb li.active a::after {
    background: #fff;
    width: 100%;
}

.snb li a::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    width: 0;
    height: 2px;
    background: transparent;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.snb li:hover a::after {
    width: 100%;
    background: #fff;
}

.subpage-content section {
    padding: 140px 0 150px;
}

.title-h3 {
    margin-bottom: 100px;
    text-align: center;
}

.title-h3 h3 {
    color: #222;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
}

/* 인사말 */
.greet-wrap {
    display: grid;
    grid-template-columns: 595px 1fr;
    gap: 90px;
}

.greet-wrap .img-box {
    width: 100%;
}

.greet-wrap .img-box img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.greet-wrap .txt-box {
    padding: 19px 30px 0 0;
}

.greet-wrap .txt-box h5 {
    color: #222;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.55;
    letter-spacing: -0.02em;
    margin-bottom: 40px;
}

.greet-wrap .txt-box p {
    color: #555;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: -0.01em;
}

.greet-wrap .txt-box p+p {
    margin-top: 30px;
}

.greet-wrap .txt-box p.name {
    text-align: end;
    color: #333;
    font-weight: 500
}

.greet-wrap .txt-box p.name b {
    color: #222;
    font-weight: 700;
    font-size: 18px;
}

#ab01 .se02 {
    padding: 150px 0 152px;
    background: url("/public/img/sub/about/outlineBg.png") no-repeat center / cover;
}

#ab01 .se02 .container {
    max-width: 1380px;
    width: 100%;
}

#ab01 .se02 .title-h3 {
    margin-bottom: 70px;
}

.outline-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.outline-wrap .box {
    background: #FFF;
    box-shadow: 0 0 40px -2px rgba(0, 0, 0, 0.06);
    display: flex;
    height: 180px;
    padding: 50px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
}

.outline-wrap .box span {
    display: block;
    color: var(--page-point-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0;
}

.outline-wrap .box p {
    color: #666;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

/* 비전 */
.desc {}

.desc span {
    display: block;
    color: #222;
    text-align: center;
    font-family: "Outfit";
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 40px;
}

.desc p {
    font-size: 38px;
    font-weight: 450;
    letter-spacing: -0.015em;
    line-height: 1.58;
    color: #222;
    text-align: center;
}

.desc p b {
    color: var(--page-point-color);
    letter-spacing: -0.03em;
    line-height: 1.58;
    display: block;
    font-weight: 500;
}

#ab02 .se01 {
    padding-bottom: 100px;
}

#ab02 .se02 {
    padding: 165px 0 190px;
    background: url("/public/img/sub/about/missionBg.png") no-repeat center / cover;
}

#ab02 .se03 {
    padding-top: 120px;
}

.mission {}

.mission .desc {}

.mission .desc span {
    color: #fff;
    margin-bottom: 45px;
}

.mission .desc p {
    color: #FFF;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.20);
}

.value {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.value .desc span {
    margin-bottom: 70px;
}

.value-wrap {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.value-box {
    display: flex;
    gap: 50px 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.value-box:nth-child(2) {
    justify-content: space-between;
}

.value-box:nth-child(3) {
    justify-content: center;
    gap: 69px;
}

.value-box .inner {
    width: 500px;
    padding: 40px 40px;
    box-shadow: 10px 10px 40px -2px #EAE8ED;
    position: relative;
}

.value-box .inner:before {
    position: absolute;
    content: "";
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border: 1px solid #9a78c5;
    border-image: linear-gradient(145deg, #9a78c5, transparent, #9a78c5) 1;
    left: 8px;
    top: 8px;
    opacity: 0.6;
    z-index: -1;
}

.value-box .inner svg {width: 100px;height: 100px;}

.value-box .core {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.value-box .core span {
    color: var(--page-point-color);
    font-family: "Outfit";
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
}

.value-box .core p {
    color: #555;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

/* 조직도 */
#ab03 .title-h3 {
    margin-bottom: 90px;
}

.group-box {
    /* max-width: 1200px; */
    /* width: 100%; */
    /* margin: 0 auto; */
}

.group-box img {
    /* width: 100%; */
    /* height: 450px; */
    /* object-fit: cover; */
    margin: 0 auto;
}

/* 오시는 길 */
.location-wrap {}

.map-info {
    margin-bottom: 60px;
}

.map-info h6 {
    color: #222;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 31px;
    text-align: center;
    margin-bottom: 30px;
}

.map-info ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.map-info ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 21px;
}

.map-info ul li svg {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 5px;
    background: #693894;
}

.map-info ul li span {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 21px;
}

/* 사업분야 */
#busi01 .se01 {
    padding-bottom: 0;
}

.intro-business {
    height: 670px;
    padding-top: 125px;
    background: url("/public/img/sub/business/busiBg.png") no-repeat center / cover;
}

.intro-business .container {
    height: 100%;
    position: relative;
}

.intro-business h2 {
    font-family: "Outfit";
    color: #fff;
    font-size: 90px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.01em;
}

.intro-business .spec-box {
    position: absolute;
    right: 0;
    bottom: -92px;
    padding: 8px;
    background: linear-gradient(180deg, #49236B 0%, #68439D 100%), #FFF;
}

.intro-business .spec-box .inner {
    width: 544px;
    height: 274px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-image: linear-gradient(135deg, rgb(255 255 255 / 70%), transparent, rgb(255 255 255 / 70%)) 1;
    display: flex;
    align-items: center;
    justify-items: center;
}

.intro-business .spec-box .inner p {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.58;
    width: 100%;
    letter-spacing: -0.04em;
    padding-left: 72px;
}

#busi01 .se02 {
    padding: 200px 0 160px;
    background: #F7F7F7;
}

.busi-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.busi-box .inner {
    display: grid;
    grid-template-columns: 240px 1fr;
    min-height: 280px;
    padding: 50px 45px 45px 45px;
    align-items: center;
    background: #FFF;
    box-shadow: 0 0 40px -2px rgba(0, 0, 0, 0.06);
}

.busi-box .inner .icon {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.busi-box .inner .icon span {
    display: block;
    color: #222;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.04em;
}

.busi-box .inner .icon svg {}

.dot-list {}

.dot-list li {
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: -0.03em;
    padding-left: 15px;
    position: relative;
}

.dot-list li+li {}

.dot-list li::before {
    position: absolute;
    content: "";
    left: 3px;
    top: 10px;
    width: 4px;
    aspect-ratio: 1;
    background: #555;
    border-radius: 50%;
}

/* 채용 */
.hire-wrap {
    border-top: 1px solid #222;
}

.hire-wrap .hire-box {
    padding: 70px 0;
    border-bottom: 1px solid #ddd;
    display: grid;
    grid-template-columns: 300px 1fr;
}

.hire-wrap .hire-box h6 {
    padding: 0 40px;
    text-align: center;
    color: #222;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.04em;
    display: flex;
    align-items: center;
}

.hire-box .box {}

.hire-box .hire-desc {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.01em;
}

.hire-box .box02 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.hire-box .box02 .info {
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #F7F7F7;
}

.hire-box .box02 .info span {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
}

.hire-box .box02 .info p {
    color: #555;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.01em;
}

.hire-box .box03 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.hire-box .step {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px 0;
    justify-content: center;
}

.hire-box .step:nth-child(1) {
    background: #804FAA;
    position: relative;
}

.hire-box .step:nth-child(1)::after {
    position: absolute;
    content: "";
    right: -32px;
    top: 0;
    width: 32px;
    background: #804FAA;
    height: 100%;
    z-index: 5;
    border-top: 55px solid #592D7F;
    border-left: 32px solid transparent;
    border-bottom: 55px solid #592D7F;
}

.hire-box .step:nth-child(2) {
    background: #592D7F;
}

.hire-box .step svg {}

.hire-box .step p {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.01em;
}

.hire-box .step p span {
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 18px;
}

.hire-box p a {
    color: #592D7F;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.01em;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.hire-box p a:hover {
    color: var(--page-point-color);
}

.hire-box .dot-list {}

.hire-box .dot-list li {
    font-size: 18px;
    letter-spacing: -0.01em;
}

.hire-box .dot-list li::before {
    top: 12px;
}

.hire-box .dot-list li+li {}

.hire-pdf {
    display: flex;
    padding: 22px 30px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -0.01em;
    background: #592D7F;
    width: fit-content;
    margin: 80px auto 0;
}

.hire-pdf svg {}

.hire-pdf:hover {
    color: #fff;
}

/* 블로그 A 게시판 */
#bbsArea .table_blog {}

#bbsArea .table_blog dd {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 30px;
    padding: 20px;
}

#bbsArea .table_blog dd::after {
    display: none;
}

#bbsArea .table_blog .left {
    width: 100%;
}

#bbsArea .table_blog .left a {}

#bbsArea .table_blog .left a span {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

#bbsArea .table_blog .right {}

#bbsArea .table_blog .right .title {}

#bbsArea .table_blog .right .title a {
    font-size: 22px;
}

#bbsArea .table_blog .right .info {}

#bbsArea .table_blog .right .info span {}

#bbsArea .table_blog .right .text {}

#bbsArea .table_blog .right .text p {
    font-size: 16px;
}

/* 블로그 B 게시판 */
#bbsArea .table_blog2 {
    margin: 0 !important;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 20px;
}

#bbsArea .table_blog2::before,
#bbsArea .table_blog2::after {
    display: none;
}

#bbsArea .table_blog2 dd {
    width: 100% !important;
    padding: 0;
}

#bbsArea .table_blog2 dd {}

#bbsArea .table_blog2 .inner {
    border: 0;
}

#bbsArea .table_blog2 .inner .top {}

#bbsArea .table_blog2 .inner .top a {}

#bbsArea .table_blog2 .inner .top a span {
    aspect-ratio: 210/297;
    height: auto;
}

#bbsArea .table_blog2 .inner .bottom {
    text-align: center;
    padding: 0;
    margin-top: 15px;
}

#bbsArea .table_blog2 .inner .bottom .title {
    padding: 0;
    margin: 0;
    white-space: unset;
}

#bbsArea .table_blog2 .inner .bottom .title a {
    font-weight: 600;
    font-size: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-wrap: wrap;
}

#bbsArea .table_blog2 .inner .bottom .title a span {
    display: block;
    width: 100%;
    word-break: break-all;

}

#bbsArea .table_blog2 .inner .bottom .info {
    display: none;
}

#bbsArea .table_blog2 .inner .bottom .info span {}


/* 목록 게시판 */
.category_wrap {}

.category_wrap ul {}

.category_wrap ul li {}

.category_wrap ul li+li {
    margin: 0;
}

.category_wrap ul li a {}

.category_wrap ul li.on {}

.category_wrap ul li.on a {}

.category_wrap li.on :where(a, a:hover, a:focus) {}

#bbsArea .board_wrapper {}

#bbsArea .board_list_list table {
    border-top: 1px solid #222;
    margin: 0;
}

#bbsArea .search_wrap {
    margin-bottom: 0;
}

#bbsArea .search_wrap .btn {
    background: #333;
}

#bbsArea .board_list_list col.num_col {
    width: 150px;
}

#bbsArea .board_list_list col.subject_col {}

#bbsArea .board_list_list col.writer_col {}

#bbsArea .board_list_list col.regdate_col {}

#bbsArea .board_list_list thead tr {}

#bbsArea .board_list_list thead tr th {
    background: transparent;
    padding: 20px 18px;
    color: #222;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.01em;
    border-bottom: 0;
}

#bbsArea .board_list_list tbody tr {}

#bbsArea .board_list_list tbody tr.notice {
    border-bottom: 1px solid #EAEAEA;
    background: #F9F9F9;
    background-blend-mode: multiply;
}

#notice01 #bbsArea tbody tr.notice {
    /* background: #dedede; */
}

#bbsArea .board_list_list .badge {
    display: inline-flex;
    padding: 5px 15px;
    justify-content: center;
    align-items: center;
    color: #EDF4FF;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.01em;
    background: #9B6EC3;
    margin: 0 !important;
}

#bbsArea .board_list_list .subject a {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.5px;
    display: block;
    line-height: 1.4;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#bbsArea .board_list_list tbody th {
    color: #777;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

#bbsArea .board_list_list tbody td {
    padding: 25px 18px;
    color: #888;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

#bbsArea .board_list_list tbody td span {}

#bbsArea .board_list_list tbody td span.badge {}

#bbsArea .board_list_list tbody td span.badge a {}

#bbsArea .board_list_list tbody th,
#bbsArea .board_list_list tbody td {
    border-bottom: 1px solid #EAEAEA;
}

/* 주문폼 */
#commu03 #bbsArea {
    display: flex;
    justify-content: space-between;
    padding: 80px 50px 80px;
    border-top: 1px solid #222;
    border-bottom: 1px solid #ddd;
}

#commu03 #bbsArea .cotact-info {
    width: 281px;
}

#commu03 .cotact-info {}

#commu03 .cotact-info p {
    color: #222;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.02em;
    margin-bottom: 40px;
}

#commu03 .cotact-info ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#commu03 .cotact-info li {
    display: grid;
    grid-template-columns: 50px 1fr;
    align-items: center;
    gap: 12px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

#commu03 .cotact-info li span {
    color: var(--page-point-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.03em;
}

#bbsArea .board_wrapper {
    overflow-y: hidden;
    margin-bottom: 0;
}

.board_data_view {
    border-top: 1px solid #222;
    border-bottom: 1px solid #ccc;
}

.board_data_view .header_wrap {
    text-align: center;
    padding: 45px 0;
    border-bottom: 1px solid #ddd;
}

.board_data_view .header_wrap .title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.025em;
}


#commu03 #bbsArea form table {
    border: 0;
    width: 700px;
}

#commu03 #bbsArea form table tbody {
    display: flex !important;
    flex-direction: column;
    gap: 21px;
}

#commu03 #bbsArea form table tr {
    display: grid !important;
    grid-template-columns: 155px 1fr;
    gap: 10px;
}

#commu03 #bbsArea form table th {
    font-size: 16px;
    padding: 0 !important;
    font-weight: 600;
    color: #222;
    background: transparent;
    border: 0;
    width: fit-content !important;
    min-width: unset;
    padding-top: 13px !important;
}

#commu03 #bbsArea form table th span {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -0.03em;
}

#commu03 #bbsArea form table th span.required_text {
    right: -10px;
}

#commu03 #bbsArea form table td {
    font-size: 15px;
    border: 0;
    padding: 0;
}

#commu03 #bbsArea form table td textarea {
    min-height: 160px !important;
}

#commu03 #bbsArea form table tr#item_captcha {}

#commu03 #bbsArea form table tr#item_captcha td {
    display: grid !important;
    grid-template-columns: 128px 1fr;
    gap: 6px;
}

#commu03 #bbsArea form table tr#item_1 {
    align-items: center;
}

#commu03 #bbsArea form table tr#item_1 th {
    padding: 0;
}

#commu03 #bbsArea form table tr#item_1 td {
    padding: 14px 0;
}

#commu03 #bbsArea form .custom_radio+span::before {
    vertical-align: middle;
    width: 16px;
    height: 16px;
    display: block;
    content: "";
    font-family: unset;
    margin: 0;
    border: 1px solid #aaa;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px;
}

#commu03 #bbsArea form .custom_radio:checked+span::before {
    background: var(--page-point-color);
    border: 4px solid #fff;
    box-shadow: 0 0 0px 1px var(--page-point-color);
}

.search_wrap #search_query {
    vertical-align: top;
}

.search_wrap #search_btn {
    vertical-align: top;
}

img#captcha {
    height: 48px;
    vertical-align: bottom;
    width: 100%;
}

img#captcha+br {
    display: none;
}

#wr_captcha {
    margin: 0 !important;
    width: 100%;
}

label.radio-inline {
    margin-top: 0 !important;
    padding-left: 23px;
    color: #555;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.32px;
}

.radio-inline+.radio-inline {
    margin-left: 15px !important;
}

.board_wrapper .table.board_write_table :where(.input-group, .form-control) {
    width: 100%;
    padding: 12.5px 15px;
    height: 48px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.03em;
}

.board_wrapper .table.board_write_table :where(.input-group, .form-control)::placeholder {
    color: #999;
}

.board_write_table p.text-muted.form-caption {
    margin-top: 10px !important;
    font-size: 13px;
    color: #888;
    display: none;
}

.checkbox.privacy_checkbox {
    margin-top: 15px !important;
}

.custom_checkbox:checked+span::before {
    color: var(--page-point-color) !important;
}

.btn {
    transition: all 0.2s;
}

.btn.btn-lg {
    width: 200px;
    height: 55px;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 400;
}

#login_btn {
    width: 100%;
}

#commu03 section {
    padding-bottom: 140px;
}

#commu03 .custom_checkbox+span::before {
    content: "\e86c";
    font-family: var(--icons);
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    color: #bbb;
    position: absolute;
    left: -6px;
    top: -4px;
}

#commu03 .custom_checkbox+span a {
    text-decoration-line: underline;
}

#commu03 .board_wrapper .text-center {
    display: flex;
    justify-content: end;
    margin-top: 20px;
}

#commu03 .text-center #write_btn {
    display: flex;
    width: 180px;
    height: 60px;
    padding: 20px 25px 18px 25px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.02em;
    margin: 0;
}

/* 푸터 */

/* 푸터 */
footer {
    padding: 50px 0;
    background-color: #0A0A0C;
    color: #fff;
}

footer .footer-wrap {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

footer .footer-wrap h6 {
    color: #ffffff;
    font-weight: 800;
    font-size: 25px;
    white-space: nowrap;
}

footer .footer-wrap img {
    padding: 4px 22px 0 0;
    object-fit: contain;
}

footer li:first-child {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: -0.3px;
}

footer li {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.70);
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 7px;
    letter-spacing: 0;
}

footer li span {
    color: rgba(255, 255, 255, 0.70);
    opacity: 1;
    font-weight: 700;
    line-height: 26px;
}

footer li.copy {
    margin-top: 10px;
    color: #777;
    font-size: 13px;
    opacity: 1;
    line-height: 23px;
}

footer .footer-info {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    line-height: 1.5;
    color: #444;
    gap: 0 10px;
    align-items: center;
}



.footer-info li.login {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
}

.footer-info li.login a {
    display: block;
    padding: 10px;
    color: #ccc;
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    border: 1px solid rgba(255, 255, 255, 0.20);
}

.footer-info li.login a:hover {
    background: #333;
    color: #fff;
}

.footer-info li.clear-fix {
    width: 100%;
}

.footer-info li.clear-fix {
    width: 100%;
}

/* 반응형 */
@media (max-width: 767px) {
    .carousel-control {
        font-size: 14px;
    }

    .swiper-pagination li,
    .swiper-pagination li.active {
        width: 6px;
        height: 6px;
    }
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 20px 0;
        margin: 7px 0;
        order: 2;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #000;
        opacity: 1;
        position: relative;
    }

    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background: none;
        border-color: #222;
    }

    .navbar-inverse .navbar-toggle:focus .icon-bar,
    .navbar-inverse .navbar-toggle:hover .icon-bar {
        background-color: #000;
    }

    .navbar-inverse .navbar-collapse:not(.in) {
        max-height: 0;
        border-color: transparent;
    }

    .navbar-inverse .navbar-collapse {
        transition: all 0.4s;
        display: flex;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        border-top: 1px solid #eee;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }
}

/* 로그인 페이지  */
.navbar-inverse.mem .navbar-brand img {
    filter: none !important;
}

.member_wrapper #join_form .table tbody tr th {
    width: 100% !important;
}

.navbar-inverse.mem {
    background: #fff !important;
}

.navbar-inverse.mem .navbar-brand p {
    color: #111;
}

.navbar-inverse.mem .navbar-nav>li>a {
    color: #222;
}

.login_wrapper {
    background: #f5f5f5;
}

.member_wrapper {
    margin: 170px 0;
    padding: 70px 0;
    background: #fff;
    border-radius: 68px;
}

.member_wrapper h1 {
    font-size: 30px;
    border: 0;
    margin-bottom: 30px;
    padding-bottom: 0;
}

.member_wrapper h1+p {
    text-align: center;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 17px;
}

#login_form .form-group {}

#login_btn {
    margin: 0 auto;
    width: 100%;
    height: 55px;
}

.login_extra {}

.login_extra ul {}

.login_extra ul li {}

.login_extra ul li a {}

#find_btn {
    width: 100%;
}

@media (max-width:576px) {
    #login_btn {
        margin: 0 auto;
        width: 129px;
        font-size: 15px;
        height: 45px;
    }

    .member_wrapper {
        margin: 120px 0;
        padding: 50px 31px;
        background: #fff;
        border-radius: 35px;
    }

    .member_wrapper h1+p {
        margin-bottom: 20px;
        font-size: 13px;
    }

    .member_wrapper h1 {
        font-size: 18px;
        margin-bottom: 17px;
    }
}

/* 페이지 준비중 */
.txt-area {
    padding: 40px 25px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 350px;
    flex-direction: column;
    gap: 14px;
    border-radius: 30px;
}

.txt-area i {
    font-size: 45px;
}

.txt-area p {
    font-size: 30px;
    font-weight: 500;
    color: #212121;
    text-align: center;
}

.txt-area p+p {
    font-size: 18px;
    margin-top: 15px;
}

/* 로그인페이지 */
:is(.find_container, .login_container) .member_wrapper .form-group {
    height: 52px
}

:is(.find_container, .login_container) .member_wrapper .form-group input {
    border: 0;
    padding-left: 0
}

:is(.find_container, .join_container, .join_write_container, .login_container) .form-group {
    height: 45px
}

:is(.find_container, .join_container, .join_write_container, .login_container) .member_wrapper {
    padding: clamp(30px, 4vw, 60px) clamp(20px, 3vw, 60px);
    border-radius: 30px;
    background: #fff
}

:is(.find_container, .join_container, .join_write_container) .member_wrapper {}

:is(.find_container, .login_container) :is(.member_wrapper) {
    max-width: 500px
}

@media (width <=767.98px) {
    :is(.find_container, .join_container, .join_write_container, .login_container) {
        width: 100%;
        padding: 0 15px
    }

    :is(.find_container, .join_container, .join_write_container, .login_container) .member_wrapper {
        width: 100%;
        margin: 0 auto
    }
}

.member_wrapper {
    max-width: 1140px;
    padding-top: 120px;
    padding-bottom: 200px;
    margin: 0 auto
}

.member_wrapper h1 {
    margin-top: 0;
    font-size: clamp(28px, 3vw, 34px);
    line-height: 1;
    font-weight: 700;
    text-align: center;
    border: 0;
    margin-bottom: 20px;
    padding-bottom: 0px;
    letter-spacing: -0.03em
}

.member_wrapper h1+p {
    line-height: 1.4;
    font-size: clamp(13px, 3vw, 15px);
    height: 80px;
    margin-bottom: 0;
    text-align: center;
    color: #666
}

.member_wrapper .text-center {
    margin-top: 40px
}

.member_wrapper .text-center .btn.btn-lg {
    padding-left: 40px;
    padding-right: 40px
}

.member_wrapper #login_form input {
    padding-left: 5px;
    font-size: 15px
}

#login_form .form-group label {
    position: relative
}

#login_form .form-group label[class*="label-"] {
    text-indent: -9999px
}

#login_form .form-group label::before {
    position: absolute;
    text-indent: 0;
    font-family: var(--gms);
    font-variation-settings: var(--gms-300-out);
    font-size: 22px;
    color: #888;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1
}

#login_form .form-group:focus-within label[class*="label-"]::before {
    color: #000
}

#login_form .form-group label.label-id::before {
    content: "\e7fd"
}

#login_form .form-group label.label-pw::before {
    content: "\e897"
}

#login_form .form-group label.label-email::before {
    content: "\e0e6"
}

@media (width <=767.98px) {
    .member_wrapper {
        padding: 60px 30px
    }

    .member_wrapper :where(#login_form, fieldset) {
        display: flex;
        flex-direction: column
    }

    .member_wrapper :where(#login_form, #login_form input) {
        font-size: clamp(13px, 3vw, 14px)
    }

    .member_wrapper #login_form input {
        border: 0;
        padding-right: 35px
    }
}

.member_wrapper .join_agree .join_agree_box {
    width: auto;
    height: 250px;
    border: 1px solid var(--page-grey-color);
    padding: 15px;
    overflow-y: scroll;
    line-height: 1.5
}

@media (min-width: 768px) {
    .member_wrapper #login_form .control-label {}
}

.member_wrapper .join_agree_box+.checkbox {
    margin: 0;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1em 1.25em;
    gap: 5px;
    background-color: #f7f7f7;
    font-size: clamp(12px, 3vw, 15px)
}

.member_wrapper .join_agree_box+.checkbox label {
    display: flex;
    align-items: center;
    padding-left: 0;
    font-size: clamp(13px, 2vw, 14px)
}

.member_wrapper .join_agree_box+.checkbox input {
    position: static;
    margin: 0;
    margin-right: 7px
}

.member_wrapper .join_agree_box+.checkbox>a {
    font-size: 14px;
    color: #1c54e4;
    font-weight: 500
}

.member_wrapper .join_agree_box+.checkbox>a:hover {
    text-decoration: underline
}

@media (width <=767.98px) {
    .member_wrapper .join_agree_box+.checkbox>a {
        font-size: 0.75em
    }
}

.member_wrapper .form-group {
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
    border: 1px solid #ddd
}

.member_wrapper .form-group>* {
    width: auto;
    padding: 0
}

.member_wrapper .form-group:focus-within {
    z-index: 100;
    border-color: var(--page-point-color)
}

.member_wrapper .form-group:focus-within span.material-symbols-outlined {
    opacity: 1;
    color: var(--page-point-color)
}

.member_wrapper .form-group:nth-of-type(1) {
    margin-bottom: -1px !important
}

.member_wrapper .form-group:nth-of-type(2) {
    margin-bottom: 0px !important
}

.member_wrapper .form-group label span.material-symbols-outlined {
    opacity: 0.5;
    translate: 0 1px;
    font-variation-settings: var(--gms-400-out);
    font-size: 1.25rem;
    color: #000
}

.member_wrapper .form-group>label:nth-child(1) {
    width: 80px;
    padding-left: 10px;
    transform: translateY(-3px)
}

.member_wrapper .form-group>div:nth-child(2) {
    flex: 1
}

@media (width <=767.98px) {
    .member_wrapper .form-group>div:last-child {
        width: 100%
    }
}

:is(#find_btn, #login_btn) {
    margin-top: 25px;
    height: 50px;
    width: 100%;
    border-radius: 9999px
}

:is(#find_idpw, .join_wrapper, .login_wrapper) {
    z-index: 10;
    width: 100%;
    padding: 100px 0 120px;
    background: #f7f7f7
}

@media (width <=767.98px) {
    :is(#find_idpw, .join_wrapper, .login_wrapper) {
        margin-top: 0;
        position: relative;
        padding: 30px 0 100px;
        height: auto
    }
}

:where(#find_idpw, .login_wrapper) {
    display: flex;
    justify-content: center;
    align-items: center
}

@media (width >=992px) {
    :where(#find_idpw, .login_wrapper) {
        padding: 0 !important;
        height: calc(var(--svh100) - var(--navbar-height)) !important
    }
}

@media (height <=700px) {
    :where(#find_idpw, .login_wrapper) {
        height: auto;
        min-height: 700px;
        align-items: flex-start
    }
}

.member_wrapper .login_extra {
    margin-top: 30px
}

.member_wrapper .login_extra ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 15px
}

.member_wrapper .login_extra li>a {
    font-size: clamp(13px, 3vw, 14px)
}

.member_wrapper .login_extra li+li {
    margin-left: 0
}

.member_wrapper .login_extra li+li::before {
    content: none !important
}

@media (width <=767.98px) {
    .member_wrapper .login_extra ul {
        width: 100%;
        display: flex;
        justify-content: center
    }

    .member_wrapper .login_extra li+li::before {
        content: none
    }
}

@media (width <=767.98px) {
    .member_wrapper #join_form tr th {
        padding: 10px 20px;
        margin-bottom: 10px
    }

    .member_wrapper #join_form tr td {
        display: flex;
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        gap: 5px
    }

    .member_wrapper #join_form tr td>div:has(textarea) {
        width: 100%
    }

    .member_wrapper #join_form tr td[style="vertical-align:middle"] {
        align-items: center;
        padding-inline: 20px
    }

    .member_wrapper #join_form tr td[style="vertical-align:middle"] span {
        margin-top: 0
    }

    .member_wrapper #join_form tr td input:not(#mb_mailing) {
        width: 100%
    }
}

.member_wrapper .join_agree h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500
}

.member_wrapper .table {
    width: 100%
}

.member_wrapper .table tbody {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px
}

.member_wrapper .table tbody tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 4fr);
    margin-bottom: -1px
}

.member_wrapper .table tbody tr th {
    text-align: left;
    width: auto;
}

.member_wrapper .table tbody tr th span {
    color: var(--page-point-color)
}

.member_wrapper .table tbody tr td {
    padding-inline: 15px;
    display: flex;
    gap: 5px
}

.member_wrapper .table tbody tr :where(th, td) {
    display: block;
    font-size: clamp(13px, 3vw, 15px);
}

@media (width <=767.98px) {
    :where(.member_wrapper .table, .member_wrapper .table :where(tbody, tbody tr)) {
        display: block;
        width: 100%
    }

    .member_wrapper .table tbody tr :where(th, td) {
        display: block;
        width: 100%;
        font-size: clamp(15px, 2vw, 17px)
    }

    .member_wrapper .table tbody tr th {
        padding: 10px 30px
    }

    .member_wrapper .table .files_upload_wrap {
        display: flex;
        flex-direction: column
    }

    .member_wrapper .table .files_upload_wrap .files {
        display: flex;
        flex-direction: column;
        gap: 10px
    }

    .member_wrapper .table .files_upload_wrap .files input {
        width: auto
    }

    .member_wrapper .table .files_upload_wrap .files .file_add {
        position: relative;
        right: auto
    }

    .member_wrapper .table .files_upload_wrap .btn {
        width: 100%;
        aspect-ratio: inherit;
        margin-top: 15px
    }
}

:is(.privacy_container, .agreement_container) {
    text-align: left
}

:is(.privacy_container, .agreement_container) h1 {
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 700;
    margin-bottom: 40px
}

:where(.privacy_container, .agreement_container) .privacy_body {
    font-size: 1rem;
    line-height: 1.6em;
    padding-inline: clamp(20px, 3vw, 50px)
}

@media (max-width: 767.98px) {
    :where(.privacy_container, .agreement_container) .member_wrapper {
        padding: 50px 30px
    }
}

.maintenance {
    background: #f4f4f4;
    padding: 120px 25px;
    text-align: center;
    border-radius: 20px
}

.maintenance span.material-symbols-outlined {
    display: inline-block;
    line-height: 1;
    font-size: 74px;
    margin-bottom: 20px
}

.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px
}

@keyframes text-focus-in {
    0% {
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes focus-in-expand {
    0% {
        letter-spacing: -0.5em;
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes focus-in-expand-fwd {
    0% {
        letter-spacing: -0.5em;
        transform: translateZ(-800px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        transform: translateZ(0);
        filter: blur(0);
        opacity: 1;
    }
}

@keyframes scale-out-horizontal {
    0% {
        transform: scaleX(1);
        opacity: 1;
    }

    100% {
        transform: scaleX(0);
        opacity: 0;
    }
}

@keyframes menuOpen {
    0% {
        opacity: 0;
        scale: 1 0;
    }

    100% {
        opacity: 1;
        scale: 1 1;
    }
}

@media (max-width:767px) {
    #board_data_view .header_wrap {
        padding: 25px 0 25px;
    }

    #board_data_view .header_wrap .title {
        font-size: 20px;
        margin-bottom: 8px;
    }

    #board_data_view .header_wrap .info span {
        font-size: 11px;
    }

    .board_data_view .contents_wrap {
        padding: 20px 15px;
    }
}

.ani {
    --opacity: 1;
    --s-level: 1;
    --d-level: 1;
    --t-level: 1;
    --scalvalue: 10;
    --size: 0.1;
    --value: 10px;
    --duration-second: 0.25s;
    --delay-second: 0.2s;
    --duration: calc(var(--duration-second) * var(--s-level));
    --delay: calc(var(--delay-second) * var(--d-level));
    --property: all;
    --timing-function: ease;
    --t-levelX: 4;
    --t-levelY: 4;
    --translate1: calc(var(--value) * var(--t-levelX));
    --translate2: calc(var(--value) * var(--t-levelY));
    --scale: calc(var(--scalvalue) * var(--size));
    opacity: var(--opacity);
    transition-duration: var(--duration);
    transition-property: var(--property);
    transition-timing-function: var(--timing-function);
    translate: var(--translateX) var(--translateY);
    scale: var(--scale);
}

.ani.active {
    transition-delay: var(--delay);
}

@media (width <=767.98px) {
    .ani {
        --value: 10px;
    }
}

.ani[class*="fade"] {
    --opacity: 0;
    filter: blur(2px);
}

.ani[class*="show"] {
    --opacity: 1;
}


.ani[class*="-s0"] {
    --s-level: 0;
}

.ani[class*="-s1"] {
    --s-level: 1;
}

.ani[class*="-s2"] {
    --s-level: 2;
}

.ani[class*="-s3"] {
    --s-level: 3;
}

.ani[class*="-s4"] {
    --s-level: 4;
}

.ani[class*="-s5"] {
    --s-level: 5;
}

.ani[class*="-s6"] {
    --s-level: 6;
}

.ani[class*="-s7"] {
    --s-level: 7;
}

.ani[class*="-s8"] {
    --s-level: 8;
}

.ani[class*="-s9"] {
    --s-level: 9;
}

.ani[class*="-s10"] {
    --s-level: 10;
}

.ani[class*="-d0"] {
    --d-level: 0;
}

.ani[class*="-d1"] {
    --d-level: 1;
}

.ani[class*="-d2"] {
    --d-level: 2;
}

.ani[class*="-d3"] {
    --d-level: 3;
}

.ani[class*="-d4"] {
    --d-level: 4;
}

.ani[class*="-d5"] {
    --d-level: 5;
}

.ani[class*="-d6"] {
    --d-level: 6;
}

.ani[class*="-d7"] {
    --d-level: 7;
}

.ani[class*="-d8"] {
    --d-level: 8;
}

.ani[class*="-d9"] {
    --d-level: 9;
}

.ani[class*="-d10"] {
    --d-level: 10;
}

.ani[class*="-t0x"] {
    --t-levelX: 0;
}

.ani[class*="-t1x"] {
    --t-levelX: 1;
}

.ani[class*="-t2x"] {
    --t-levelX: 2;
}

.ani[class*="-t3x"] {
    --t-levelX: 3;
}

.ani[class*="-t4x"] {
    --t-levelX: 4;
}

.ani[class*="-t5x"] {
    --t-levelX: 5;
}

.ani[class*="-t6x"] {
    --t-levelX: 6;
}

.ani[class*="-t7x"] {
    --t-levelX: 7;
}

.ani[class*="-t8x"] {
    --t-levelX: 8;
}

.ani[class*="-t9x"] {
    --t-levelX: 9;
}

.ani[class*="-t10x"] {
    --t-levelX: 10;
}

.ani[class*="-t0y"] {
    --t-levelY: 0;
}

.ani[class*="-t1y"] {
    --t-levelY: 1;
}

.ani[class*="-t2y"] {
    --t-levelY: 2;
}

.ani[class*="-t3y"] {
    --t-levelY: 3;
}

.ani[class*="-t4y"] {
    --t-levelY: 4;
}

.ani[class*="-t5y"] {
    --t-levelY: 5;
}

.ani[class*="-t6y"] {
    --t-levelY: 6;
}

.ani[class*="-t7y"] {
    --t-levelY: 7;
}

.ani[class*="-t8y"] {
    --t-levelY: 8;
}

.ani[class*="-t9y"] {
    --t-levelY: 9;
}

.ani[class*="-t10y"] {
    --t-levelY: 10;
}

.ani[class*="-ease"] {
    --timing-function: ease;
}

.ani[class*="-ease-in"] {
    --timing-function: ease-in;
}

.ani[class*="-ease-out"] {
    --timing-function: ease-out;
}

.ani[class*="-ease-in-out"] {
    --timing-function: ease-in-out;
}

.ani[class*="-linear"] {
    --timing-function: linear;
}

.ani[class*="-upper"] {
    --translateX: 0;
    --translateY: var(--translate2);
}

.ani[class*="-under"] {
    --translateX: 0;
    --translateY: calc(var(--translate2) * -1);
}

.ani[class*="-left"] {
    --translateX: calc(var(--translate1) * -1);
    --translateY: 0;
}

.ani[class*="-right"] {
    --translateX: var(--translate1);
    --translateY: 0;
}


.ani[class*="-scale"] {
    --size: 0.1
}

.ani[class*="-scale1"] {
    --scale: 0.11
}

.ani[class*="-scale2"] {
    --scale: 0.12
}

.ani[class*="-scale3"] {
    --scale: 0.13
}

.ani[class*="-scale4"] {
    --scale: 0.14
}

.ani[class*="-scale5"] {
    --scale: 0.15
}

.ani[class*="-scale1re"] {
    --scale: 0.09
}

.ani[class*="-scale2re"] {
    --scale: 0.08
}

.ani[class*="-scale3re"] {
    --scale: 0.07
}

.ani[class*="-scale4re"] {
    --scale: 0.06
}

.ani[class*="-scale5re"] {
    --scale: 0.05
}

.ani.active {
    opacity: 1;
}

.ani.active[class*="fade"] {
    --translateX: 0;
    --translateY: 0;
    --scale: 1;
    --opacity: 1;
    filter: blur(0px);
}

.ani.active[class*="show"] {
    --translateX: 0;
    --translateY: 0;
    --scale: 1;
}

ani.active[class*="curtain"][class*="fade"] {
    --opacity: 1;
}

@media (max-width:1199px) {
    #main01 .container {
        display: flex;
        flex-direction: column;
        align-items: unset;
        justify-content: space-between;
        gap: 60px;
    }
    .swiper-caption, .carousel-caption {
        padding: 0 35px;
    }
    .main-busi {
        display: grid;
        gap: 12px;
    }
    .main-busi .mb-box {
        width: 100%;
        height: 180px;
    }
}
@media (max-width:991px) {
    #ab03 .title-h3 {
        margin-bottom: 50px;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 30px 25px;
    }
    .nav-btn {
        padding: 6px 15px;
        font-size: 13px;
        line-height: 18px;
    }
    .navbar-brand {
        height: 19px;
    }
    .swiper-caption h1, .carousel-caption h1 {
        margin-bottom: 25px;
        font-size: clamp(22px, 5.51vw, 55px);
    }
    .swiper-caption p, .carousel-caption p {
        margin-bottom: 50px;
        font-size: 15px;
    }
    #mainCarousel .carousel-inner .item, #mainCarousel .carousel-inner .item, .main_swiper_widget .swiper-slide, .main_swiper_widget .swiper:not(.swiper-initialized) {
        height: 520px;
    }
    .main-link {
        padding: 10px 10px 10px 20px;
        gap: 10px;
        font-size: 14px;
    }
    .main-link span {
        width: 16px;
        height: 16px;
        font-size: 16px;
    }
    .mainpage #main01 {
        padding: 90px 0 110px;
    }
    .main-tit h3 {
        font-size: clamp(20px, 4.51vw, 45px);
        margin-bottom: 25px;
    }
    .main-tit p {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .main-busi .mb-box {
        height: 115px;
    }
    .main-busi .mb-box .inner p {
        font-size: 14px;
    }
    .mainpage #main02 {
        padding: 90px 0 110px;
    }
    #main02 .main-tit {
        margin-bottom: 30px;
    }
    .main-news .type_list li a {
        padding: 0 10px 0 30px;
    }
    .main-news .type_list li {
        grid-template-columns: 100px 1fr;
        height: 70px;
    }
    .main-news .type_list li a span {
        font-size: 17px;
    }
    .main-news .type_list .info span.regdate {
        padding: 0 10px;
        font-size: 13px;
    }
    .main-news .type_list li a:before {
        right: 20px;
        font-size: 20px;
    }
    .contact-tit p {
        font-size: 22px;
        margin-bottom: 40px;
    }
    #main03 {
        padding: 60px 0;
    }
    .contact-tit span {
        font-size: 16px;
        margin-bottom: 18px;
    }
    footer .footer-wrap {
        gap: 10px;
        align-items: flex-start;
        flex-direction: column;
    }
    footer {
        padding: 30px 0;
    }
    footer .footer-wrap h6 {
        font-size: 17px;
    }
    footer li:first-child {
        font-size: 13px;
        line-height: 22px;
    }
    footer li {
        font-size: 11px;
        line-height: 20px;
        gap: 3px;
    }
    footer li.copy {
        margin-top: 5px;
        font-size: 11px;
        line-height: 20px;
    }
    .footer-info li.login {
        top: -35px;
    }
    .footer-info li.login a {
        padding: 7px;
        font-size: 11px;
    }
    .subpage-header {
        height: 450px;
    }
    .subpage-title p {
        line-height: 20px;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .subpage-title h2 {
        line-height: 1;
        font-size: clamp(22px, 4.51vw, 45px);
    }
    .snb a {
        font-size: 14px;
        line-height: 21px;
        padding: 18px 0;
    }
    .subpage-content section {
        padding: 70px 0 90px;
    }
    .greet-wrap {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .title-h3 h3 {
        font-size: clamp(20px, 3.51vw, 35px);
    }
    .title-h3 {
        margin-bottom: 50px;
        text-align: center;
    }
    .greet-wrap .img-box img {
        height: 300px;
    }
    .greet-wrap .txt-box h5 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .greet-wrap .txt-box p {
        font-size: 15px;
    }
    .greet-wrap .txt-box p+p {
        margin-top: 15px;
    }
    .greet-wrap .txt-box p.name b {
        font-size: 16px;
    }
    #ab01 .se02 {
        padding: 70px 0 90px;
    }
    .outline-wrap .box {
        height: 110px;
        padding: 20px;
        gap: 5px;
    }
    .outline-wrap .box p {
        font-size: 14px;
    }
    .outline-wrap .box span {
        font-size: 16px;
    }
    #ab01 .se02 .title-h3 {
        margin-bottom: 50px;
    }
    .desc p {
        font-size: 24px;
        text-align: center;
    }
    #ab02 .se02 {
        padding: 90px 0 110px;
    }
    #ab02 .se03 {
        padding-top: 70px;
    }
    .value-box .inner {
        width: 100%;
        padding: 35px;
    }
    .value-wrap {
        gap: 20px;
    }
    .value-box .inner svg {
    width: 80px;
    height: 80px;
    }
    .value-box .core span {
        font-size: 26px;
    }
    .value-box .core p {
        font-size: 14px;
    }
    .map-info h6 {
        font-size: 20px;
        line-height: 1;
        margin-bottom: 20px;
    }
    .map-info ul {
        display: flex;
        align-items: unset;
        justify-content: center;
        gap: 15px;
        flex-direction: column;
    }
    .map-info ul li svg {
        width: 25px;
        height: 25px;
    }
    .map-info ul li {
        gap: 8px;
        font-size: 15px;
        line-height: 1;
    }
    .map-info ul li span {
        font-size: 14px;
    }
    .root_daum_roughmap .wrap_map{
        height: 300px !important;
    }
    .intro-business h2 {
        font-size: clamp(25px,5.01vw,50px);
    }
    .intro-business {
        height: 400px;
        padding-top: 50px;
    }
    .intro-business .spec-box .inner {
        width: 370px;
        height: 180px;
    }
    .intro-business .spec-box .inner p {
        font-size: 21px;
        padding-left: 40px;
    }
    .intro-business .spec-box {
        bottom: -60px;
        padding: 5px;
    }
    #busi01 .se02 {
        padding: 150px 0 100px;
    }
    .busi-box {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .busi-box .inner {
        grid-template-columns: 240px 1fr;
        min-height: 250px;
        padding: 25px 30px;
    }
    .busi-box .inner .icon span {
        font-size: 19px;
    }
    .busi-box .inner .icon {
        gap: 15px;
    }
    .busi-box .inner .icon svg {
        width: 30px;
        height: 30px;
    }
    .dot-list li {
        font-size: 14px;
        padding-left: 11px;
    }
    .dot-list li::before {
        left: 3px;
        top: 10px;
        width: 2px;
    }
    #commu03 #bbsArea {
        display: flex;
        flex-direction: column;
        gap: 55px;
        padding: 40px 20px 40px;
    }
    #commu03 .cotact-info p {
        font-size: 20px;
        margin-bottom: 25px;
    }
    #commu03 .cotact-info li {
        grid-template-columns: 44px 1fr;
        gap: 8px;
        font-size: 14px;
    }
    #commu03 .cotact-info li span {
        font-size: 14px;
    }
    .hire-wrap .hire-box {
        padding: 40px 0;
        grid-template-columns: 200px 1fr;
    }
    .hire-wrap .hire-box h6 {
        padding: 0 15px;
        font-size: 20px;
    }
    .hire-box .hire-desc {
        font-size: 16px;
    }
    .hire-box .box02 .info {
        padding: 20px 30px;
        gap: 10px;
    }
    .hire-box .box02 .info span {
        font-size: 15px;
    }
    .hire-box .box02 .info p {
        font-size: 14px;
    }
    .hire-box .step {
        gap: 10px;
        padding: 20px 0;
    }
    .hire-box .step p {
        gap: 5px;
        font-size: 14px;
    }
    .hire-box .step p span {
        font-size: 15px;
    }
    .hire-box .step svg {
        width: 30px;
        height: 30px;
    }
    .hire-box .step:nth-child(1)::after {
        right: -30px;
        top: 0;
        background: #804FAA;
        height: 100%;
        z-index: 5;
        border-top: 35px solid #592D7F;
        border-left: 30px solid transparent;
        border-bottom: 35px solid #592D7F;
    }
    .hire-box .dot-list li {
        font-size: 14px;
    }
    .hire-box .dot-list li::before {
        top: 10px;
    }
    .hire-pdf {
        padding: 12px 15px;
        gap: 10px;
        font-size: 15px;
        width: fit-content;
        margin: 40px auto 0;
    }
}
@media (max-width:767px) {
    .hire-wrap .hire-box h6 {
        padding: 0;
        font-size: 18px;
    }
    .hire-wrap .hire-box {
        padding: 30px 0;
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .subpage-header {
        height: 390px;
    }
    .outline-wrap {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .nav-btn {
        padding: 4px 12px;
        font-size: 11px;
        line-height: 16px;
        width: fit-content;
        position: absolute;
        right: 60px;
        top: 20px;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-inverse.on .navbar-toggle .icon-bar {
        background-color: #333;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 14px;
        padding: 10px 15px;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        padding: 7px 15px;
        font-size: 14px;
        font-weight: 600;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu {
        background: #ccc;
        border-radius: 0;
    }
    #mainCarousel .carousel-inner .item, #mainCarousel .carousel-inner .item, .main_swiper_widget .swiper-slide, .main_swiper_widget .swiper:not(.swiper-initialized) {
        height: 420px;
    }
    #main01 .main-tit {
        width: 100%;
    }
    .navbar-inverse .navbar-toggle {
        padding: 17px 0;
    }
    .desc span {
        font-size: 17px;
        margin-bottom: 25px;
    }
    .mission .desc span {
        margin-bottom: 30px;
    }
    .value-wrap {
        grid-template-columns: 1fr;
    }
    .value-box:nth-child(2) {
        justify-content: space-between;
        flex-direction: column;
        margin: 0;
        gap: 20px;
    }
    .value-box:nth-child(3) {
        justify-content: center;
        gap: 20px;
        flex-direction: column;
        margin: 0;
    }
    #bbsArea .board_list_list thead tr th {
        padding: 15px 10px;
        font-size: 14px;
    }
    #bbsArea .board_list_list table{
        min-width: 600px;
    }
    #bbsArea .board_list_list col.num_col{
        width: 80px !important
    }
    #bbsArea .board_list_list col.subject_col{
        width: 200px !important;
    }
    #bbsArea .board_list_list col.writer_col{
        width: 80px !important;
    }
    #bbsArea .board_list_list col.regdate_col{
        width: 120px !important;
    }
    #bbsArea .board_list_list col.hits_col{
        width: 50px !important;
    }
    #bbsArea .board_list_list tbody th {
        font-size: 14px;
    }
    #bbsArea .board_list_list tbody td {
        padding: 15px 10px;
        color: #888;
        font-size: 13px;
    }
    #bbsArea .board_list_list .subject a {
        font-size: 14px;
    }
    #bbsArea .board_list_list .badge {
        padding: 3px 12px;
        font-size: 11px;
    }
    #commu03 #bbsArea form table th span {
        font-size: 13px;
    }
    #commu03 #bbsArea form table tr {
        grid-template-columns: 120px 1fr;
        gap: 5px;
    }
    .board_wrapper .table.board_write_table :where(.input-group, .form-control) {
        padding: 8.5px 15px;
        height: 40px;
        font-size: 12px;
    }
    #commu03 #bbsArea form table th {
        padding-top: 8px !important;
    }
    img#captcha {
        height: 40px;
    }
    #commu03 #bbsArea form table tr#item_captcha td {
        grid-template-columns: 80px 1fr;
        gap: 5px;
    }
    .checkbox.privacy_checkbox {
        margin-top: 8px !important;
    }
    #commu03 .custom_checkbox+span a {
        font-size: 14px;
    }
    .checkbox label, .radio label {
        padding-left: 15px;
    }
    #commu03 #bbsArea form table td textarea {
        min-height: 100px !important;
    }
    #commu03 #bbsArea form table tr#item_1 td {
        padding: 8px 0;
    }
    label.radio-inline {
        padding-left: 15px;
        font-size: 13px;
    }
    #commu03 #bbsArea form .custom_radio+span::before {
        width: 12px;
        height: 12px;
        top: 2px;
    }
    #commu03 .text-center #write_btn {
        width: 105px;
        height: 44px;
        padding: 10px;
        font-size: 14px;
    }
}
@media (max-width:576px) {
    .hire-pdf {
        font-size: 13px;
    }
    .hire-box .step:nth-child(1)::after {
        right: -20px;
        top: 0;
        background: #804FAA;
        height: 100%;
        z-index: 5;
        border-top: 25px solid #592D7F;
        border-left: 20px solid transparent;
        border-bottom: 25px solid #592D7F;
    }
    .hire-box .step svg {
        width: 20px;
        height: 20px;
    }
    .hire-box .step p span {
        font-size: 12px;
    }
    .hire-box .step p {
        gap: 3px;
        font-size: 11px;
    }
    .hire-box .step {
        gap: 5px;
        padding: 15px 0;
    }
    .hire-box .dot-list li {
        font-size: 13px;
    }
    .hire-box p a {
        font-size: 14px;
    }
    .hire-box .hire-desc {
        font-size: 13px;
    }
    .hire-box .box02 .info {
        padding: 15px 15px;
        gap: 10px;
    }
    .hire-box .box02 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    #commu03 #bbsArea form table tr {
        grid-template-columns: 1fr;
        gap: 5px;
    }
    .intro-business .spec-box .inner p {
        font-size: 13px;
        padding-left: 21px;
    }
    .busi-box .inner .icon {
        gap: 25px;
        flex-direction: unset;
        align-items: center;
    }
    
    .busi-box .inner {
        grid-template-columns: 1fr;
        min-height: unset;
        padding: 35px 30px;
        gap: 30px;
    }
    .busi-box .inner .icon svg {
        width: 50px;
        height: 50px;
    }
    #busi01 .se02 {
        padding: 95px 0px 90px;
    }
    .intro-business .spec-box {
        bottom: -40px;
        padding: 5px;
    }
    .intro-business .spec-box .inner {
        width: 250px;
        height: 100px;
    }
    .intro-business {
        height: 250px;
        padding-top: 35px;
    }
    .map-info {
        margin-bottom: 30px;
    }
    .map-info ul li svg {
        width: 20px;
        height: 20px;
        padding: 4px;
    }
    .map-info ul li span {
        font-size: 13px;
    }
    .map-info ul li {
        gap: 5px;
        font-size: 13px;
        line-height: 1;
    }
    .map-info h6 {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 30px;
    }
    .value-box .inner svg {
        width: 55px;
        height: 55px;
    }
    .value-box .core p {
        font-size: 12px;
    }
    .value-box .inner {
        padding: 25px;
    }
    .value-box .core span {
        font-size: 20px;
    }
    .value-box .core{
        gap : 20px;
    }
    .value .desc span {
        margin-bottom: 30px;
    }
    #ab02 .se02 {
        padding: 50px 0 70px;
    }
    #ab02 .se01 {
        padding-bottom: 60px;
    }
    .desc p {
        font-size: 16px;
        text-align: center;
    }
    .desc span {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .subpage-title p {
        line-height: 16px;
        font-size: 12px;
        margin-bottom: 10px;
    }
    .subpage-header {
        height: 260px;
    }
    .snb a {
        font-size: 12px;
        line-height: 20px;
        padding: 10px 0;
    }
    #mainCarousel .carousel-inner .item, #mainCarousel .carousel-inner .item, .main_swiper_widget .swiper-slide, .main_swiper_widget .swiper:not(.swiper-initialized) {
        height: 350px;
    }
    .swiper-caption h1, .carousel-caption h1 {
        margin-bottom: 15px;
    }
    .swiper-caption p, .carousel-caption p {
        margin-bottom: 20px;
        font-size: 12px;
    }
    .main-link {
        padding: 7px 5px 7px 12px;
        gap: 8px;
        font-size: 11px;
    }
    .mainpage #main01 {
        padding: 50px 0 70px;
    }
    .main-tit h3 {
        margin-bottom: 15px;
    }
    .main-tit p {
        font-size: 13px;
        margin-bottom: 20px;
    }
    #main01 .container {
        gap: 40px;
    }
    .main-busi .mb-box {
        height: 80px;
    }
    .main-busi .mb-box .inner p {
        font-size: 11px;
    }
    .main-busi .mb-box {
        padding: 5px;
    }
    .mainpage #main02 {
        padding: 50px 0 80px;
    }
    #main02 .main-tit .main-link {
        margin-bottom: 0;
    }
    #main02 .main-tit {
        margin-bottom: 20px;
    }
    .main-news .type_list li a {
        padding: 0 5px 0 15px;
    }
    .main-news .type_list li a span {
        font-size: 14px;
    }
    .main-news .type_list .info span.regdate {
        padding: 0px 5px;
        font-size: 11px;
    }
    .main-news .type_list li {
        grid-template-columns: 80px 1fr;
        height: 60px;
    }
    .main-news .type_list li a:before {
        right: 0;
        font-size: 15px;
    }
    .contact-tit p {
        font-size: 15px;
        margin-bottom: 31px;
    }
    .contact-tit span {
        font-size: 14px;
        margin-bottom: 10px;
    }
    footer .footer-wrap h6 {
        font-size: 12px;
    }
    footer li:first-child {
        font-size: 11px;
        line-height: 18px;
    }
    footer li.copy {
        margin-top: 5px;
        font-size: 9px;
        line-height: 16px;
    }
    .main-busi {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .greet-wrap .img-box img {
        height: 200px;
    }
    .greet-wrap .txt-box {
        padding: 0;
    }
    .greet-wrap .txt-box h5 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .greet-wrap .txt-box p {
        font-size: 13px;
    }
    .greet-wrap .txt-box p.name b {
        font-size: 14px;
    }
    .outline-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .outline-wrap .box {
        height: 100px;
        padding: 15px 5px;
        gap: 5px;
    }
    .outline-wrap .box p {
        font-size: 11px;
    }
    .outline-wrap .box span {
        font-size: 14px;
    }
}