@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');

#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;
}

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: #009FE8;
    --page-point-color-hover: #0a2832;
    --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: 63px;
    padding: 0;
    margin-left: 0 !important;
}

.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 {}


/* 상단 메뉴 */
@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 {
        right: auto;
        z-index: 1030;
        padding: 16px 0;
        border: 0;
        background: #fff;
        left: 50%;
        top: 95%;
        transition: all 0.3s ease;
        transform: translate(-50%, 0);
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
        min-width: 200px;
    }

    .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: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease-in-out;
}

.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 {}

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

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
    text-align: center;
    padding: 7px 12px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.2s;
    color: #666;
    line-height: 1.5;
}

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

.navbar-inverse .navbar-nav>li>a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 39.5px 40px;
    text-align: center;
    letter-spacing: 0;
    line-height: 21px;
}

.navbar-inverse.on .navbar-nav>li>a,
.navbar-inverse.sub-nav .navbar-nav>li>a,
.navbar-inverse.opened .navbar-nav>li>a {
    color: #000;
    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;
}

@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%;
    background: rgba(0, 0, 0, 0.1);
}

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

.swiper-caption h1,
.carousel-caption h1 {
    margin-bottom: 30px;
    position: relative;
    color: #FFF;
    text-shadow: none;
    font-size: 72px;
    font-weight: 700;
    line-height: 1.35;
    /* 66.24px */
    letter-spacing: -0.025em;
    text-align: left;
}

.swiper-caption p,
.carousel-caption p {
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 700;
    text-shadow: none;
    line-height: 1.6;
    text-align: left;
    letter-spacing: 0;
    padding-left: 9px;
}

/* 슬라이드 버튼 */
.carousel-indicators {
    z-index: 1;
}

.carousel-control,
.carousel-indicators {
    bottom: 30px;
}

.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);
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    margin: 0 3px;
    border-radius: 50%;
    transition: ease-in-out 0.15s all;
}

.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    background-color: #fff;
    margin: 0 3px;
    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;
}

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

.mainpage section {
    padding: 130px 0 150px;
}

#main01 {
    padding-bottom: 130px;
}

.main-tit {
    margin-bottom: 50px;
    text-align: left;
    position: relative;
}

.main-tit h3 {
    color: #333;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.4;
}

.main-tit p {
    margin-bottom: 20px;
    color: var(--page-point-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.2px;
}

.swiper-st-inner {
    position: relative;
}

.swiper-st {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.10);
}

.swiper-st-inner .swiper-wrapper {}

.swiper-st-inner .swiper-wrapper .swiper-slide {}

.swiper-st-inner .slide-inner {
    display: grid;
    grid-template-columns: 1fr 389px;
    overflow: hidden;
}

.swiper-st-inner .slide-inner .img-box {
    padding: 20px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 479px;
}

.swiper-st-inner .slide-inner .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swiper-st-inner .slide-inner .txt-box {
    display: flex;
    justify-content: center;
    padding: 60px 50px;
    background: #1B334C;
    flex-direction: column;
    border-radius: 20px;
}

.swiper-st-inner .slide-inner .txt-box h6 {
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 1.4;
    letter-spacing: 0;
}

.swiper-st-inner .slide-inner .txt-box p {
    color: rgba(255, 255, 255, 0.60);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    /* 25.5px */
    letter-spacing: -0.01em;
}

/* 슬라이드 버튼 */
.swiper-indicators-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

#main01 .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
    position: relative;
    top: unset;
    bottom: unset;
}

#main01 .swiper-pagination span {
    margin: 0;
    width: 12px;
    aspect-ratio: 1;
    height: unset;
    border-radius: 2px;
    cursor: pointer;
    background: #B8C6D5;
    opacity: 1;
}

#main01 .swiper-pagination span.swiper-pagination-bullet-active {
    background: #3282D7;
}

#main01 [class^='swiper-button-'] {
    position: relative;
    left: unset;
    right: unset;
    width: 48px;
    height: 48px;
    background: #b8c6d5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    transition: all 0.3s ease;
}

#main01 [class^='swiper-button-']::after {
    position: relative;
    font-family: var(--icons);
    font-size: 24px;
    color: #fff;
}

#main01 .swiper-button-prev::after {
    content: '\e2ea';
}

#main01 .swiper-button-next::after {
    content: '\e5e1';
}

#main01 [class^='swiper-button-']:hover {
    background: var(--page-point-color);
}

/* 메인2 */
#main02 {
    background: url("/public/img/main/main02Bg.jpg") no-repeat center / cover;
    position: relative;
}

#main02:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
}

#main02 .container {
    position: relative;
}

.main-system {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}

.main-system .item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main-system .item .img-box {}

.main-system .item .img-box img {
    border-radius: 10px;
}

.main-system a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: -0.5px;
    transition: all 0.2s ease;
}

.main-system a svg {}

.main-system a:hover {
    color: #1a5a97;
}

.main-system a:hover svg {}

/* 메인3 */
#main03 .main-tit {
    margin-bottom: 40px;
}

.main-promo {}

.main-promo .promo-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.main-promo .promo-tit h5 {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -0.5px;
}

.more-btn {
    transition: all 0.2s ease;
    color: #0E4E94;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
}

.more-btn:hover {
    color: var(--page-point-color);
}

.more-btn svg {}

.more-btn:hover svg g path {
    fill: var(--page-point-color);
}

.main-promo .promo-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.main-promo .promo-items .item {}

.main-promo .promo-items .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* 메인04 */
#main04 {
    padding: 150px 0;
    background: url("/public/img/main/main04Bg.png") no-repeat center / cover;
}

#main04 .main-tit h3 {
    color: #fff;
    letter-spacing: -2px;
}

.main-contact {}

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

.main-contact .item {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-direction: column;
    padding: 100px 0;
    background: rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    border-radius: 15px;
}

.main-contact .item:hover {
    background: rgba(0, 0, 0, 0.6);
    transform: translateY(-10px);
}

.main-contact .item svg {}

.main-contact .item p {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -0.01em;
    color: #fff;
}

.main-contact .item .more-btn {
    color: #fff;
    padding: 5px;
    opacity: 0.7;
}

.main-contact .item .more-btn svg {}

/* 서브 페이지 */
.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: 600px;
}

.subpage-header .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: #ddd url("/public/img/sub/subBg01.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 h2 {
    line-height: 1.2;
    margin-top: 0;
    text-align: center;
    font-weight: 600;
    font-size: 60px;
    color: #fff;
    letter-spacing: -0.01em;
}

/* [ subpage-navbar ] */
.snb {
    position: absolute;
    z-index: 4;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(7.5px);
}

#system01 .snb,
#system02 .snb,
#promo01 .snb,
[id^=pro0] .snb {
    display: none;
}

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

.snb li {
    flex: 1;
}

.snb a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 17px;
    color: #fff;
    padding: 25px 0;
    letter-spacing: 0.02em;
}

.snb li.active a {
    background: #fff;
    font-weight: 600;
    color: #000;
    letter-spacing: -0.01em;
}

.subpage-content {
    padding: 100px 0 200px;
}

.sub-inner+.sub-inner {
    margin-top: 200px;
}

#system01 .sub-inner+.sub-inner {
    /* margin-top: 50px; */
}

.sub-tit {
    margin-bottom: 80px;
}

.sub-tit .sub-h3 {
    text-align: center;
    color: #333;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

/* 인사말 / 연혁 */

.greet-box {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.greet-box .img-box {
    border-radius: 30px 30px 0 0;
    overflow: hidden;
}

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

.greet-box .txt-box {
    display: grid;
    grid-template-columns: 514px 1fr;
    gap: 50px;
    align-items: flex-start;
}

.greet-box .txt-box .txt-tit {
    color: #333;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: -0.01em;
}

.greet-box .desc {}

.greet-box .desc p {
    font-size: 20px;
    color: #333;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.5px;
}

.greet-box .desc p+p {
    margin-top: 32px;
}

.history-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.history-box .history {
    border-radius: 20px;
    background: #F8F9FA;
    display: grid;
    grid-template-columns: 458px 1fr;
    gap: 80px;
    align-items: center;
    padding: 35px 0;
}

.history .year {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--page-point-color);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    font-size: 42px;
}

.history .timeline {}

.history .time-list {
    display: flex;
    align-items: start;
    gap: 25px;
    padding: 5px 0;
}

.history .time-list span {
    color: #333;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.05em;
}

.history .time-list ul {}

.history .time-list li {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.05em;
}

.history .time-list li+li {}

/* 사업영역 */
.busi-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

.busi-box .item {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.busi-box .img-box {
    position: relative;
}

.busi-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.busi-box .img-box span {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0;
    left: 0;
    top: 0;
}

.busi-box .txt-box {}

.busi-box .txt-box h6 {
    color: #333;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -0.034em;
    margin-bottom: 20px;
    text-align: center;
}

.dot-list {}

.dot-list li {
    position: relative;
    padding-left: 19px;
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.5px;
}

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

.dot-list li+li {
    margin-top: 3px;
}

/* 제품소개 */
.product-content {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 100px;
    align-items: flex-start;
}

.pro-sub-menu {}

.pro-sub-menu {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 7px 7px 25px 10px rgba(0, 0, 0, 0.07);
    border: 1px solid #4A96CF;
    overflow: hidden;
}

.pro-sub-menu li {}

.pro-sub-menu li a {
    padding: 18px 20px;
    border-bottom: 1px solid #BBD4E6;
    background: #FFF;
    color: #0E4E94;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    display: block;
    line-height: 1.3;
    transition: all 0.3s ease;
}

.pro-sub-menu li.active {}

.pro-sub-menu li.active a,
.pro-sub-menu ul li a:hover {
    background: #4B95CD;
    color: #fff;
    font-weight: 600;
}

.pro-wrap {}

.pro-wrap .item-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 20px;
    background: #efefef;
    border-radius: 5px;
}

.pro-wrap .item-list .item-box {}

.pro-wrap .item-list .item-box {}

.pro-wrap .item-list .item-box img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
}

.pro-wrap .item-list .item-box p {
    text-align: center;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 600;
}

.pro-wrap .sub-inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.pro-wrap .pro-tit {}

.pro-wrap .pro-tit h6 {
    color: #333;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.01em;
    margin-bottom: 15px;
}

[id^=pro0]:not(#pro01) .pro-wrap .pro-tit h6 {
    display: none;
}

.pro-wrap .pro-tit p {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.01em;
}

.pro-wrap .pro-img {}

.pro-wrap .pro-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pro-wrap .pro-info {
    border-radius: 10px;
    background: #F8F9FA;
    padding: 30px;
    display: grid;
    align-items: end;
    gap: 60px;
}

#pro06 .pro-wrap .pro-info {
    display: block;
}

.pro-wrap .pro-info .img-box {
    padding: 30px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    flex-direction: column;
    gap: 20px;
}

.pro-wrap .pro-info .img-box .pro02-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    width: 100%;
}

.pro-wrap .pro-info .img-box .pro02-grid img {
    width: 100%;
    background: #ddd;
    border-radius: 5px;
}

.pro-wrap .pro-info .img-box .pro02-grid p {
    text-align: center;
    margin-top: 15px;
    color: #111;
    font-weight: 700;
    font-size: 17px;
}

.pro-wrap .pro-info .img-box img {
    object-fit: contain;
    margin: 0 auto;
    max-height: 440px;
}

#pro04 .pro-wrap .pro-info .img-box img:nth-child(2) {
    max-height: unset;
}

.pro-wrap .pro-info .txt-box {
    padding: 10px 0;
}

.pro-wrap .pro-info .txt-box span {
    display: block;
    margin-bottom: 5px;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0;
}

.pro-wrap .list-box {}

.pro-wrap .list-box .list {}

.pro-wrap .list-box .list+.list {
    margin-top: 1px;
}

.pro-wrap .list-box .list p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    padding-left: 10px;
    position: relative;
}

.pro-wrap .list-box .list p::before {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    width: 2px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #333;
}

.pro-wrap .list-box .list ul {
    padding-left: 10px;
    margin-top: -4px;
}

.pro-wrap .list-box .list li {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0;
    position: relative;
    padding-left: 10px;
}

.pro-wrap .list-box .list li::before {
    position: absolute;
    content: ":";
    left: 0;
    top: -1px;
    color: #333;
}

.pro-wrap .list-box .list li+li {}

.pro-wrap .pro-link {
    display: flex;
    justify-content: center;
}

.pro-wrap .pro-link a {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 9px 25px;
    color: #fff;
    font-size: 18px;
    background: var(--page-point-color);
    border-radius: 100px;
}

.pro-wrap .pro-link a span {}

.pro-wrap .pro-link a:hover {
    background: #333;
}

.pro-wrap .pro-link a:hover span {}

/* 시스템 */
.sub-tit+.desc {
    color: #333;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: -0.5px;
    margin-bottom: 50px;
}

.system-wrap {}

.system-wrap .pro-img {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.system-wrap .pro-img img {
    margin: 0 auto;
}

.system-box {
    border-radius: 10px;
    background: #F8F9FA;
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 500px;
    gap: 60px;
    align-items: end;

}

.system-box .img-box {
    border-radius: 10px;
    background: #FFF;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.system-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.system-box .txt-box {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.system-box .txt-box a {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    margin-top: 30px;
    font-size: 15px;
    font-weight: 600;
    color: #0074bd;
    line-height: 1.5;
}

.system-box .txt-box a svg {
    width: 15px;
    height: 15px;
}

.system-box .txt-box span {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0;
}

.system-box .txt-box .info {}

.system-box .txt-box .list {}

.system-box .txt-box .list+.list {
    margin-top: 7px;
}

.system-box .txt-box .list p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    position: relative;
    padding-left: 7px;
}

.system-box .txt-box .list p::before {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    width: 2px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #333;
}

.system-box .txt-box .list p+p {
    margin-top: 3px;
}

.system-box .txt-box ul {
    padding-left: 7px;
}

.system-box .txt-box li {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 1.45;
    padding-left: 7px;
    position: relative;
    letter-spacing: 0;
}

.system-box .txt-box li:before {
    position: absolute;
    content: ":";
    left: 0;
    top: -1px;
    color: #333;
}

.system-box .txt-box li+li {}

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

.module-box .item {
    padding: 35px 35px;
    background: #F8F9FA;
    border-radius: 8px;
    display: flex;
    gap: 20px;
    position: relative;
    justify-content: flex-start;
}

.module-box .item span {
    color: var(--page-point-color);
    font-size: 60px;
    --wght: 200;
}

.module-box .item h6 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    flex: 0 0 30%;
    letter-spacing: -0.034em;
    padding-right: 30px;
    padding-top: 5px;
}

.module-box .item .dot-list {}

.module-box .item li {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
}

.module-box .item li+li {}

.module-box .item li::before {}

/* 홍보 */
.promo-wrap {}

.promo-box {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.promo-box .item {}

.promo-box .item h6 {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: -0.01em;
    margin-bottom: 15px;
}

.promo-box .item .img-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.promo-box .item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.loaction-box {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.loaction-box .map {}

.loaction-box .map iframe {}

.loaction-box .map-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
}

.loaction-box .map-info h6 {
    color: #222;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.2;
}

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

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

.loaction-box .map-info li span {
    color: #1243C3;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

/* 블로그 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;
    border: 0;
}

#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: 19px 18px;
    color: #222;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.01em;
    border-bottom: 0;
}

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

#bbsArea .board_list_list tbody tr.notice {
    background: #F8F8F8;
    background-blend-mode: multiply;
}

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

#bbsArea .board_list_list .badge {
    display: inline-flex;
    padding: 3px 12px;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
    background: var(--page-point-color);
    margin: 0 !important;
    border-radius: 2px;
}

#bbsArea .board_list_list .subject a {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.5px;
    display: block;
    line-height: 1.4;
}

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

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

#bbsArea .board_list_list tbody td span {
    letter-spacing: -0.01em;
    line-height: 1.4;
}

#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: 0;
}

/* 주문폼 */
#bbsArea .board_wrapper {}

#contact01 #bbsArea form {}

#contact01 #bbsArea form table {
    border-bottom: 0;
    border-top: 2px solid #222;
}

#contact01 #bbsArea form table tr {
    border-bottom: 1px solid #E0E0E0;
    display: flex;
    align-items: center;
}

#contact01 #bbsArea form table th {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    background: transparent;
    width: 240px;
    border: 0;
    padding: 0 30px !important;
    vertical-align: middle;
    display: flex !important;
    height: 100%;
    gap: 3px;
}

#contact01 #bbsArea form table th span {
    letter-spacing: -0.01em;
    line-height: 19px;
}

#contact01 #bbsArea form table th span.required_text {
    margin: 0;
    position: relative;
    order: 2;
    color: #F00;
}

#contact01 #bbsArea form table td {
    font-size: 15px;
    border: 0;
    padding: 15px 20px !important;
    width: 100%;
}

#contact01 #bbsArea form table #item_captcha td {
    gap: 10px;
    display: flex;
}

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

#contact01 #bbsArea form table tr#item_captcha {}

#contact01 #bbsArea form .custom_radio+span::before {
    vertical-align: middle;
}

#contact01 #bbsArea form .custom_radio:checked+span::before {
    color: var(--page-point-color);
}

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

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

img#captcha {
    height: 47px;
    vertical-align: bottom;
}

img#captcha+br {
    display: none;
}

#wr_captcha {
    margin: 0 !important;
}

label.radio-inline {
    margin-top: 0 !important;
}

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

.board_wrapper .table.board_write_table :where(.input-group, .form-control) {
    width: 350px;
    padding: 12px 15px;
    height: 47px;
}

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

.checkbox.privacy_checkbox {
    height: 47px;
    margin-top: 0 !important;
    display: flex;
    align-items: center;
}

.custom_checkbox+span::before {
    vertical-align: -1px;
}

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

#contact01 #bbsArea form .text-center #write_btn {
    margin: 0;
    min-width: unset;
    width: 190px;
    height: 60px;
    padding: 0 30px;
    background: #333;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.02em;
    border: 0;
}

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

#login_btn {
    width: 100%;
}

/* 푸터 */

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

footer .footer-wrap {}

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

footer li span {
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
    font-weight: 500;
    line-height: 1.5;
}

footer li:first-child {
    font-weight: 600;
    font-size: 15px;
    opacity: 0.8;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
}

footer li.copy {
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px;
    line-height: 16px;
}

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



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

.footer-info li.login a {
    display: block;
    padding: 12px;
    color: #ccc;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.30);
}

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

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

.footer-info li.clear-fix.mt {
    margin-top: 4px;
}

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

    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 6px;
        height: 6px;
    }

    #mainCarousel .carousel-caption p {
        font-size: 12px;
    }

    .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: 4px;
    }

    .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 menuOpen {
    0% {
        opacity: 0;
        scale: 1 0;
    }

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


.ani {
    --opacity: 1;
    --s-level: 1;
    --d-level: 1;
    --t-level: 1;
    --scalvalue: 10;
    --size: 0.1;
    --value: 10px;
    --duration-second: 0.5s;
    --delay-second: 0.25s;
    --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) {
    .carousel-caption {
        padding: 0 70px;
    }

    .main-tit h3 {
        font-size: 35px;
    }

    .swiper-caption h1,
    .carousel-caption h1 {
        font-size: 60px;
    }

    .swiper-st-inner .slide-inner {
        grid-template-columns: 1fr;
    }

}

@media (max-width:991px) {
    .loaction-box .map-info li span {
        font-size: 13px;
    }
    .loaction-box .map-info li {
        gap: 8px;
        font-size: 13px;
    }
    .loaction-box .map-info {
        gap: 15px;
    }
    .loaction-box .map-info h6 {
        font-size: 15px;
    }
    .loaction-box {
        gap: 40px;
    }
    .loaction-box .map iframe{
        height: 300px !important;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 25.5px 20px;
    }

    .navbar-brand {
        height: 45px;
        padding: 0;
        margin-left: 0 !important;
    }

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

    .swiper-caption h1,
    .carousel-caption h1 {
        font-size: clamp(25px, 4.51vw, 45px);
    }

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

    .carousel-control {
        left: 15px;
    }

    .carousel-control.right {
        right: 15px;
    }

    .swiper-caption p,
    .carousel-caption p {
        font-size: 17px;
    }

    .mainpage section {
        padding: 75px 0 100px;
    }

    #main01 {
        padding-bottom: 100px;
    }

    .main-tit h3 {
        font-size: clamp(18px, 3.81vw, 28px);
    }

    .main-tit p {
        margin-bottom: 10px;
        font-size: 16px;
    }

    #main01 [class^='swiper-button-'] {
        width: 30px;
        height: 30px;
    }

    #main01 [class^='swiper-button-']::after {
        font-size: 15px;
    }

    .main-tit {
        margin-bottom: 25px;
    }

    .swiper-st-inner .slide-inner .img-box {
        padding: 20px 16px;
        height: 390px;
    }

    .swiper-st-inner .slide-inner .txt-box {
        padding: 25px 20px;
        border-radius: 15px;
    }

    .swiper-st-inner .slide-inner .txt-box h6 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .swiper-st-inner .slide-inner .txt-box p {
        font-size: 14px;
    }

    #main01 .swiper-pagination {
        margin-top: 25px;
    }

    .main-system {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .main-promo .promo-items {
        grid-template-columns: repeat(2, 1fr);
    }

    .main-promo .promo-tit h5 {
        font-size: 18px;
    }

    .more-btn {
        font-size: 13px;
    }

    #main04 {
        padding: 85px 0;
    }

    .main-contact .contact-items {
        grid-template-columns: 1fr 1fr;
    }

    .main-contact .item {
        gap: 20px;
        padding: 50px 0;
    }

    .main-system .item .img-box img {
        margin: 0 auto;
    }

    .subpage-header {
        height: 390px;
    }

    .subpage-title h2 {
        font-size: clamp(25px, 4.01vw, 40px);
    }

    .snb a {
        line-height: 16px;
        font-size: 14px;
        padding: 15px 0;
    }

    .subpage-content {
        padding: 80px 0 130px;
    }

    .sub-tit {
        margin-bottom: 40px;
    }

    .sub-tit .sub-h3 {
        font-size: clamp(25px, 3.51vw, 35px);
    }

    .greet-box .img-box {
        border-radius: 15px 15px 0 0;
    }

    .greet-box .txt-box {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .greet-box .txt-box .txt-tit {
        color: #333;
        font-size: clamp(18px, 3.01vw, 30px);
        font-weight: 600;
        line-height: 1.45;
        letter-spacing: -0.01em;
    }

    .greet-box .txt-box .txt-tit br {
        display: none;
    }

    .greet-box {
        gap: 40px;
    }

    .greet-box .desc p {
        font-size: clamp(14px, 1.91vw, 19px);
    }

    .sub-inner+.sub-inner {
        margin-top: 120px;
    }

    .history-box .history {
        border-radius: 10px;
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 35px 20px;
    }

    .history .year {
        font-size: clamp(25px, 3.51vw, 35px);
    }
    .busi-box {
        display: grid;
        grid-template-columns: 1fr;
        gap: 85px;
    }
    .busi-box .img-box img {
        height: 300px;
    }
    .busi-box .item {
        gap: 30px;
    }
    .product-content {
        grid-template-columns: 1fr;
        gap: 65px;
    }
    .pro-sub-menu li a {
        padding: 10px 15px;
        font-size: 13px;
    }
    .pro-wrap .pro-tit p {
        font-size: clamp(15px, 1.81vw, 18px);
    }
    .pro-wrap .sub-inner {
        gap: 30px;
    }
    .pro-wrap .pro-info .img-box img {
        max-height: 330px;
    }
    .pro-wrap .pro-link a {
        padding: 7px 20px;
        font-size: 15px;
    }
    .pro-wrap .pro-link a span {
        font-size: 19px;
    }
    .pro-wrap .pro-tit h6 {
        font-size: clamp(20px, 2.81vw, 28px);
        margin-bottom: 8px;
    }
    .sub-tit+.desc {
        font-size: clamp(15px, 1.81vw, 18px);
        margin-bottom: 25px;
    }
    .sub-tit+.desc br{
        display: none;
    }
    .system-box {
        padding: 30px;
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .module-box .item {
        padding: 20px;
        flex-direction: column;
        gap: 0;
    }
    .module-box .item h6 {
        font-size: 18px;
        flex: unset;
        padding: 10px 0;
    }
    .module-box .item span {
        font-size: 40px;
    }
    .promo-box .item h6 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .promo-box .item .img-box {
        grid-template-columns: repeat(2, 1fr);
    }
    #bbsArea .board_list_list thead tr th {
        padding: 15px 10px;
        font-size: 14px;
    }
    #bbsArea .board_list_list tbody td {
        padding: 15px 10px;
        font-size: 12px;
    }
    #bbsArea .board_list_list .subject a {
        font-size: 13px;
    }
    #bbsArea .board_list_list .badge {
        padding: 2px 5px;
        font-size: 10px;
    }
    #bbsArea .board_list_list tbody th {
        font-size: 12px;
    }
    #bbsArea .board_list_list col.num_col {
        width: 80px;
    }
    #bbsArea .board_list_list col.subject_col {
        width: 250px;
    }
    #bbsArea .board_list_list col.writer_col {
        width: 90px;
    }
    #bbsArea .board_list_list col.regdate_col {
        width: 100px;
    }
    #bbsArea .board_list_list col.hits_col {
        width: 80px;
    }
    #bbsArea .board_wrapper.board_list_list {
        overflow-x: auto;
    }
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        padding: 10px 15px;
        font-size: 13px;
    }

    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 12.5px 15px;
    }

    #board_data_view .header_wrap {
        padding: 25px 0 25px;
    }

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

    .main-system a {
        gap: 8px;
        font-size: 16px;
    }

    .main-contact .item svg {
        width: 30px;
        height: 30px;
    }

    .main-contact .item p {
        font-size: 18px;
        line-height: 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;
    }

    .main-system a svg {
        width: 15px;
        height: 15px;
    }

    .main-contact .item .more-btn svg {
        width: 15px;
        height: 15px;
        font-size: 15px;
    }

    .main-contact .item {
        gap: 10px;
        padding: 20px 0;
    }

    .main-contact .contact-items {
        grid-template-columns: repeat(3, 1fr);
    }

    footer li:first-child {
        font-size: 13px;
    }

    footer li {
        font-size: 11px;
    }

    footer {
        padding: 20px 0;
    }

    .footer-info li.login a {
        padding: 5px;
        font-size: 10px;
    }

    footer li.copy {
        margin-top: 14px;
        font-size: 10px;
        line-height: 16px;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 3px;
    }
    #contact01 #bbsArea form table th {
        font-size: 14px;
        padding: 15px 30px 0 !important;
    }
    .board_wrapper .table.board_write_table :where(.input-group, .form-control) {
        padding: 8px 10px;
        height: 40px;
    }
    img#captcha {
        height: 40px;
        vertical-align: bottom;
    }
}

@media (max-width:576px) {
    .board_wrapper .table.board_write_table :where(.input-group, .form-control){
        width: 100%;
    }
    .promo-box .item h6 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .module-box .item li::before {
        left: 6px;
        top: 8px;
    }
    .module-box .item li {
        font-size: 14px;
        padding-left: 15px;
    }
    .module-box .item h6 {
        font-size: 17px;
        padding: 6px 0;
    }
    .module-box {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .system-box .txt-box a {
        margin-top: 15px;
        font-size: 13px;
    }
    .system-box .txt-box li {
        font-size: 14px;
    }
    .system-box .txt-box .list p {
        font-size: 14px;
        padding-left: 6px;
    }
    .system-box .txt-box span {
        font-size: 17px;
    }
    .system-box .txt-box {
        padding: 10px 0;
    }
    .pro-wrap .pro-info .img-box img {
        max-height: 260px;
    }
    .navbar-brand {
        height: 25px;
    }
    #mainCarousel .carousel-inner .item,
    #mainCarousel .carousel-inner .item,
    .main_swiper_widget .swiper-slide,
    .main_swiper_widget .swiper:not(.swiper-initialized) {
        height: 400px;
    }

    .carousel-caption {
        padding: 0 50px;
    }

    .carousel-caption br {
        display: none;
    }

    .navbar-brand {
        height: 30px;
    }

    .navbar-inverse .navbar-toggle {
        padding: 10px 0;
    }

    .navbar-inverse .navbar-nav>li>a {
        font-size: 14px;
        padding: 9.5px 15px;
    }

    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        font-size: 13px;
    }

    .swiper-caption h1,
    .carousel-caption h1 {
        margin-bottom: 15px;
        font-size: 22px;
    }

    #main01 [class^='swiper-button-'] {
        width: 23px;
        height: 23px;
    }

    .swiper-st-inner .slide-inner .img-box {
        padding: 20px 16px;
        height: 220px;
    }

    .swiper-st-inner .slide-inner .txt-box {
        padding: 16px 15px;
        border-radius: 9px;
    }

    .swiper-st-inner .slide-inner .txt-box h6 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .swiper-st-inner .slide-inner .txt-box p {
        font-size: 12px;
    }

    #main01 .swiper-pagination span {
        width: 7px;
    }

    .main-promo .promo-items {
        gap: 10px;
    }

    .main-contact .contact-items {
        grid-template-columns: 1fr;
    }

    .greet-box .desc p br {
        display: none;
    }

    .history .time-list {
        gap: 14px;
        padding: 5px 0;
        flex-direction: column;
        gap: 0;
    }

    .history .time-list li {
        font-size: 14px;
    }

    .history .time-list span {
        font-size: 14px;
    }
    .subpage-header {
        height: 230px;
    }
    .snb a {
        line-height: 16px;
        font-size: 11px;
        padding: 10px 0;
    }
    .busi-box .txt-box h6 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .dot-list li {
        font-size: 16px;
    }
    .busi-box .img-box img {
        height: 230px;
    }
    .busi-box .img-box span {
        font-size: 25px;
    }
    .loaction-box .map-info h6{
        text-align: center;
    }
    .loaction-box .map-info ul {
        display: flex;
        align-items: unset;
        gap: 10px;
        flex-direction: column;
        max-width: 300px;
        margin: 0 auto;
    }
    .pro-wrap .pro-info .img-box .pro02-grid p {
        margin-top: 10px;
        font-size: 10px;
    }
    .subpage-content {
        padding: 65px 0 100px;
    }
    .pro-wrap .item-list .item-box p {
        text-align: center;
        margin-top: 6px;
        font-size: 11px;
        font-weight: 600;
    }
}