@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", "Roboto", "notokr", sans-serif;
    padding-top: 94px;
}

html {
    visibility: hidden;
}

html.no-js {
    visibility: visible;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    letter-spacing: -0.03em;
    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;
}

button,
.btn {
    transition: all 0.3s;
}

.btn {
    border-radius: 4px;
    font-size: 15px;
    min-height: var(--form-height);
    padding: 12px;
}

.form-control {
    border-radius: 4px;
    font-size: 15px;
    height: var(--form-height);
}

:root {
    --page-point-color: #00479d;
    --page-point-color-hover: #0a2832;
    --icons: "material symbols outlined";
    --form-height: 46px;
}

.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: 100%;
    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;
}

.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: 1330px;
        padding: 0 15px;
        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: 160px;
        right: auto;
        z-index: 1030;
        padding: 15px 5px;
        border: 0;
        box-shadow: none;
        background: #fff;
        left: 50%;
        transition: all 0.3s ease;
        transform: translate(-50%, 0);
        overflow: hidden;
        border: 1px solid #eee;
        box-shadow: 0 5px 20px 1px rgba(0, 0, 0, 0.05);
    }

    .navbar-inverse.on {}

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

    .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: #fff;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 0;
    transition: all 0.3s;
    border-bottom: 1px solid #eee;
}

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

.navbar-inverse.on,
.navbar-inverse.opened {}

.navbar-header {
    height: 55px;
}


.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 15px;
    font-size: 16px;
    font-weight: 500;
    color: #777;
}

.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: #222;
    padding: 38px 40px;
    text-align: center;
    letter-spacing: 0;
    line-height: 1;
    transition: all 0.25s;
}

.navbar-inverse.on .navbar-nav>li>a,
.navbar-inverse.sub-nav .navbar-nav>li>a,
.navbar-inverse.opened .navbar-nav>li>a {}


.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: 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 {
    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: calc(100vh - 88px);
    height: 400px;
}

#mainCarousel .carousel-inner {}

#mainCarousel.is_fade .carousel-control {
    display: none;
}

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

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

.swiper-caption h1,
.carousel-caption h1 {
    margin-bottom: 12px;
    position: relative;
    color: #fff;
    text-shadow: none;
    font-size: 78px;
    font-weight: 600;
    line-height: 1.3;
    /* 66.24px */
    letter-spacing: -0.01em;
}

.swiper-caption p,
.carousel-caption p {
    margin-bottom: 0px;
    font-size: 28px;
    font-weight: 500;
    text-shadow: none;
    line-height: 1.6;
    letter-spacing: 0;
}

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

.carousel-control,
.carousel-indicators {}

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

.mainpage section+section {
    padding-top: 0;
}

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

.main-tit h3 {
    color: #111;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

.main-tit p {
    margin-top: 8px;
    font-size: 20px;
    color: #222;
}

.main-con .btn-link {
    display: inline-flex;
    gap: 16px;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    padding: 16px 30px;
    border-radius: 8px;
    transition: all 0.3s;
    text-align: left;
    background: var(--page-point-color);
    border: 1px solid var(--page-point-color);
    color: #fff;
    text-decoration: none;
}

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

.main-con .btn-link::after {
    content: '\e5c8';
    font-family: var(--icons);
}

.mp-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 32px;
}

.mp-wrap .mp-item {
    padding: 30px 30px 35px;
    background: #f4f4f4;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s;
    color: #111;
}

.mp-wrap .mp-item:hover {
    background: var(--page-point-color);
    border-color: var(--page-point-color);
    color: #fff;
}

.mp-wrap .mp-item:hover h6,
.mp-wrap .mp-item:hover p {
    color: inherit;
}

.mp-wrap .mp-item .img-box {
    background: #fff;
    overflow: hidden;
    border-radius: 8px;
}

.mp-wrap .mp-item .img-box img {
    width: 100%;
    object-fit: cover;
    height: 285px;
    mix-blend-mode: multiply;
    padding: 0;
}

.mp-wrap .mp-item .txt-box {
    margin-top: 28px;
    text-align: center;
}

.mp-wrap .mp-item .txt-box h6 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
}

.mp-wrap .mp-item .txt-box p {
    font-size: 15px;
    line-height: 1.55;
    font-weight: 400;
    letter-spacing: -0.025em;
    opacity: 0.85;
}

.page-header {
    display: none;
}

.mn-wrap {
    display: flex;
}

.mb-tit {
    width: calc(100% - 980px);
}

.mn-wrap .board_box_list {
    flex: 1;
}

.mb-tit h5 {
    font-weight: 700;
    font-size: 35px;
    line-height: 1;
    color: #222;
    letter-spacing: -0.01em;
    margin-bottom: 30px;
}

.main-con .btn-link.btn-border {
    background: #fff;
    border: 1px solid #333;
    color: #222;
}

.main-con .btn-link.btn-border:hover {
    background: #222;
    color: #fff;
    border-color: #222;
}

.board_box_list .type_list {
    border-top: 2px solid #333;
    margin-top: -1px;
}

.board_box_list .type_list li {
    border-bottom: 1px solid #ddd;
    padding: 0;
}

.board_box_list .type_list li:last-child {
    /* border: 0; */
}

.board_box_list .type_list li .info {
    padding-right: 25px;
}

.board_box_list .type_list li .info span {
    margin: 0;
    color: #666;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
}

.board_box_list .type_list li .info span.writer {
    display: none;
}

.board_box_list .type_list li .info span.hits {
    display: none;
}

.board_box_list .type_list li a {
    font-size: 20px;
    font-weight: 600;
    color: #151515;
    padding: 36px 25px;
}

.board_box_list .type_list li a span {
    margin: 0 !important;
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-wrap: wrap;
    letter-spacing: -0.02em;
}

/* 서브 페이지 */
[id^=prod0].subpage {
    padding-top: 0;

}

[id^=prod0] .subpage-header {
    /* height: 360px; */
    background: #ddd url("/public/img/sub/subBg02.jpg") no-repeat center / cover;
}

[id^=prod0] .subpage-title h2 {}

[id^=prod0] .breadcrumb li {
    /* color: #333; */
}

[id^=prod0] .breadcrumb li.active {
    /* color: #000; */
}

[id^=prod0] .breadcrumb li a span {
    /* font-size: 18px; */
    /* width: 18px; */
    /* height: 18px; */
    /* --fill: 1; */
    /* margin-top: 3px; */
}

[id^=prod0] .breadcrumb>li+li:before {}

.subpage {
    padding-top: 0;
}

/* 서브 페이지 */
.breadcrumb {
    padding: 0;
    margin: 0;
    background: transparent;
    position: absolute;
    left: 50%;
    top: calc(50% + 55px);
    display: flex;
    align-items: center;
    gap: 25px;
    transform: translate(-50%, -50%);
    opacity: 1;
    z-index: 10;
    /* background: rgb(16 16 16 / 50%); */
    /* backdrop-filter: blur(30px); */
    /* border-radius: 8px; */
    /* padding: 10px 30px; */
    /* backdrop-filter: blur(20px) brightness(110%); */
}

.breadcrumb li {
    font-size: 16px;
    position: relative;
    color: #fff;
    font-weight: 400;
}

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

.breadcrumb li.active {
    opacity: 1;
    font-weight: 400;
    color: #fff;
}

.breadcrumb>li+li:before {
    padding: 0;
    font-family: var(--icons);
    content: "\e5e1";
    position: absolute;
    top: 3px;
    left: -17px;
    font-size: 11px;
    font-weight: 200;
    color: #fff;
}

.breadcrumb li a {
    color: #fff;
}

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

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

.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.jpg") no-repeat center / cover;
    /* filter: brightness(0.6); */
}

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

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

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

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

.subpage-title h2 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
}

/* [ subpage-navbar ] */
.snb {
    background: #f1f1f1;
}

.snb ul {
    position: relative;
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
    justify-content: center;
}

.snb li {}

.snb a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    text-align: center;
    font-size: 19px;
    line-height: 1;
    font-weight: 600;
    padding: 34px 0;
    color: #222;
    transition: all 0.3s ease;
    opacity: 0.4;
    letter-spacing: -0.01em;
}

.snb li a::after {
    content: '';
    width: 0;
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    background: var(--page-point-color);
    opacity: 0;
    transition: 0.35s;
}

.snb li a:hover::after {
    width: 100%;
    opacity: 1;
}

.snb a:hover {
    opacity: 1;
}

.snb li.active a {
    color: var(--page-point-color);
    opacity: 1;
}

.snb li.active a::after {
    width: 100%;
    opacity: 1;
}

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

.subpage-content .con {}

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

#ab01 .title-h3 {
    display: none;
}

.title-h3 h3 {
    font-size: 45px;
    font-weight: 600;
    color: #111;
    letter-spacing: -0.03em;
}

/* 회사소개 */
.about-wrap {
    display: flex;
    flex-direction: column;
    gap: 151px;
}

.about-wrap .inner {}

.about-wrap .inner .sub-tit {
    margin-bottom: 45px;
}

.about-wrap .inner .sub-tit h4 {
    color: #111;
    font-size: 40px;
    font-weight: 650;
    line-height: 1.4;
    /* text-align: center; */
    letter-spacing: -0.034em;
}

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

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

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

.greet-box .txt-box {
    padding-top: 40px;
}

.greet-box .txt-box p {
    font-size: 18px;
    line-height: 1.65;
}

.greet-box .txt-box p:first-child {
    font-size: 32px;
    font-weight: 600;
    color: #222;
    letter-spacing: -0.02em;
    line-height: 1.5;
    margin-bottom: 35px;
}

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

.greet-box .txt-box p.name {
    color: #111;
    display: flex;
    align-items: end;
    gap: 8px;
    margin-top: 45px;
    font-size: 20px;
    justify-content: end;
    line-height: 1;
}

.greet-box .txt-box p.name span {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
}

.vision-box {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}

.vision-box .img-box {
    display: none;
}

.vision-box .img-box img {
    width: 100%;
    height: 540px;
    border-radius: 20px;
    object-fit: cover;
    filter: brightness(0.5);
}

.vision-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.vision-list .item {
    position: relative;
    width: 100%;
    display: flex;
    border-radius: 10px;
    padding: 30px 30px;
    transition: all 0.35s;
    background: url('/public/img/sub/about/vision01.jpg') no-repeat center / cover;
    aspect-ratio: 420/600;
    color: #fff;
    overflow: hidden;
}

.vision-list>.item:nth-child(2) {
    background: url('/public/img/sub/about/vision02.jpg') no-repeat center / cover;
}

.vision-list>.item:nth-child(3) {
    background: url('/public/img/sub/about/vision03.jpg') no-repeat center / cover;
}

.vision-list .item span {
    font-size: 52px;
    font-weight: 600;
    --wght: 200;
    display: none;
}

.vision-list .item .txt-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    padding: 55px 45px 45px 45px;
    background: linear-gradient(180deg, rgba(0, 42, 105, 0.00) 0%, #002A69 62.98%);
    /* backdrop-filter: blur(5px); */
    display: flex;
    flex-flow: column;
    justify-content: end;
    align-items: start;
}

.vision-list>.item:nth-child(2) .txt-box {
    background: linear-gradient(180deg, rgba(1, 71, 157, 0.00) 0%, #01479D 62.98%);
}

.vision-list>.item:nth-child(3) .txt-box {
    background: linear-gradient(180deg, rgba(0, 145, 211, 0.00) 0%, #0091D3 62.98%);
}

.vision-list .item .txt-box h6 {
    font-size: 16px;
    margin-bottom: 22px;
    color: #fff;
    letter-spacing: 0px;
    font-weight: 500;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    backdrop-filter: blur(10px);
    padding: 10px 15px;
    filter: saturate(1.1);
}

.vision-list .item .txt-box p {
    font-size: 32px;
    font-size: clamp(18px, 4.8vw, 32px);
    color: #fff;
    font-weight: 600;
}

.location-box {
    display: flex;
    /* flex-direction: column; */
    gap: 20px;
    /* border-radius: 10px; */
    /* background: #f2f2f2; */
    /* overflow: hidden; */
    /* padding: 40px; */
    /* align-items: end; */
}

.root_daum_roughmap .wrap_map {
    border-radius: 10px;
    overflow: hidden;
}

.location-box .map-info {
    /* display: flex; */
    /* justify-content: space-between; */
    background: #f2f2f2;
    border-radius: 10px;
    padding: 50px 45px;
    display: flex;
    flex-flow: column;
    justify-content: end;
}


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

.map-tit h6 {
    margin-bottom: 18px;
    color: #222;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.01em;
}

.map-tit p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

.map-list {
    display: flex;
    flex-direction: column;
}

.map-list .list {
    padding: 4px 0;
    display: grid;
    grid-template-columns: 95px 1fr;
    gap: 0px;
}

.map-list .list .icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.map-list .list .icon span.material-symbols-outlined {
    font-size: 18px;
    color: #1169d3;
    --fill: 1;
    --wght: 400;
}

.map-list .list .icon span:not(.material-symbols-outlined) {
    color: #333;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
}

.map-list .list p {
    color: #555;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
}

.sub-tab {
    display: grid;
    margin-top: 35px;
    grid-template-columns: repeat(3, 1fr);
}

.sub-tab li a {
    padding: 21px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    background: #F4F4F4;
}

.sub-tab li.active a {
    border: 1px solid #717DC8;
    background: #FFF;
    color: var(--page-point-color);
    font-weight: 700;
}

.sub-tab li a:hover,
.sub-tab li a:focus {
    color: var(--page-point-color);
}

.etc-intro {
    margin-bottom: 100px;
}

.etc-intro .img-box {}

.etc-intro .img-box img {}

.etc-intro .txt-box {
    text-align: center;
    margin-top: 20px;
}

.etc-intro .txt-box h6 {
    color: #000;
    font-weight: 900;
    font-size: 28px;
    margin-bottom: 10px;
}

.etc-intro .txt-box p {
    font-size: 19px;
}

/* 상품게시판 */
.board_goods_list {}

.board_goods_list .table_pd {
    margin: 0 !important;
}

.board_goods_list .table_pd::before,
.board_goods_list .table_pd::after {
    display: none;
}

.board_goods_list .table_pd .col-sm-4 {
    width: 100% !important;
    padding: 0 !important;
}

.board_goods_list .inner {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    gap: 65px;
    align-items: center;
}

.board_goods_list .inner .top {
    border: 1px solid #e6e6e6;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 10px;
}

.board_goods_list .inner .top a {
    mix-blend-mode: multiply;
}

.board_goods_list .inner .top a span {
    background-size: contain !important;
    aspect-ratio: unset !important;
    height: 270px !important;
}

.board_goods_list .inner .bottom {
    padding: 0;
    width: 100%;
    overflow: hidden;
    gap: 20px;
}

.board_goods_list .inner .bottom .title {}

.board_goods_list .inner .bottom .title span.badge {
    margin: 0 !important;
    background: var(--page-point-color);
}

.board_goods_list .inner .bottom .title a {}

.board_goods_list .inner .bottom .title a span {
    font-size: 28px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    color: #222;
}

.board_goods_list .inner .bottom .pd_preview {
    height: auto;
    -webkit-line-clamp: 6;
}

.board_goods_list .inner .bottom .pd_preview #pd_preview_text {
    font-size: 17px;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    gap: 40px;
    color: #222;
    font-weight: 300;
}

.board_goods_list .inner .bottom .pd_preview #pd_preview_text a {
    width: fit-content;
    padding: 17px 30px;
    color: #222;
    background: #fff;
    border: 1px solid #ddd;
    font-weight: 500;
    cursor: pointer;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 8px;
    justify-content: space-between;
    transition: all 0.3s;
    letter-spacing: -0.03em;
}

.board_goods_list .inner .bottom .pd_preview #pd_preview_text a:hover {
    background: #222;
    border-color: #222;
    color: #fff;
}

.board_goods_list .inner .bottom .pd_preview #pd_preview_text a::after {
    content: '\e145';
    line-height: 0.5;
    font-family: var(--icons);
    font-size: 18px;
}

.board_goods_list .inner .bottom .info {}

.board_goods_list .inner .bottom .info span {}

.board_pd_view {}

.board_pd_view .pd_top_wrap {}

.board_pd_view .pd_top_wrap .row {
    gap: 0;
    display: flex;
}

.board_pd_view .pd_top_wrap .row .pd_col_lft {
    display: none;
}

.board_pd_view .pd_top_wrap .row .pd_col_lft .pd_slider_wrap {}

.board_pd_view .pd_top_wrap .row .pd_col_rgt {
    width: 100%;
    padding: 0;
}

.board_pd_view .pd_info_wrap {}

.board_pd_view .pd_info_wrap .pd_title_wrap {
    padding: 0;
    margin: 0;
    border: 0;
    border-top: 2px solid #333;
    padding: 50px 0;
    border-bottom: 1px solid #ddd;
}

.board_pd_view .pd_info_wrap .pd_title_wrap .title {
    text-align: center;
    font-size: 30px;
    color: #222;
    font-weight: 600;
    line-height: 1.4;
}

.board_pd_view .pd_info_wrap .pd_title_wrap .info span {}

.board_pd_view .pd_preview_wrap {
    display: none;
}

.board_pd_view .pd_preview_wrap #pd_preview_text {}

.pd_tabs_wrap {}

.pd_tabs_wrap .pd_tabs_nav_wrap {}

.pd_tabs_wrap .pd_tabs_nav_wrap ul {
    display: none !important;
}

/* 블로그 A 게시판 */
#bbsArea #search_btn {
    background: #222;
}

.board_write_table+.text-center #write_btn {
    background: var(--page-point-color);
    border: 0;
    width: 210px;
    height: 64px;
    border-radius: 8px;
    font-weight: 500;
}

#write_btn:hover {
    background: #222 !important;
}

#bbsArea .search_wrap #write_btn {
    border: 0;
    padding: 15px;
    min-height: var(--form-height);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    border-radius: 4px;
    background: #222;
}

.table_blog {
    border: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

#bbsArea .table_blog dd {
    display: grid;
    grid-template-columns: 440px 1fr;
    gap: 80px;
    padding: 0;
    align-items: center;
    border: 0;
}

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

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

#bbsArea .table_blog .left a {
    display: block;
}

#bbsArea .table_blog .left a span {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 22/13;
}

#bbsArea .table_blog .right {
    width: unset;
}

#bbsArea .table_blog .right .title {
    padding: 0;
    margin: 0 0 15px;
}

#bbsArea .table_blog .right .title a {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    max-width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

#bbsArea .table_blog .right .title a>span {
    max-width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
}

#bbsArea .table_blog .right .title a .badge {
    background: var(--page-point-color);
    font-size: 14px;
    letter-spacing: 0.034em;
    padding: 6px 7px 6px;
    border-radius: 2px;
    margin-bottom: 4px;
    min-width: 50px;
}

#bbsArea .table_blog .right .info {
    font-size: 14px;
    display: none;
}


#bbsArea .table_blog .right .info span {}

#bbsArea .table_blog .right .text {}

#bbsArea .table_blog .right .text p {
    font-size: 17px;
    color: #555;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    font-weight: 400;
}

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

#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: 11/7;
    height: auto;
}

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

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

#bbsArea .table_blog2 .inner .bottom .title .badge {
    background: transparent;
    font-size: 16px;
    color: var(--page-point-color);
    padding: 0;
    font-weight: 600;
}

#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;
    margin-top: 2px;
}

#bbsArea .table_blog2 .inner .bottom .title a span {
    display: block;
    width: 100%;
    word-break: break-all;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    line-height: 1.6;
}

#bbsArea .table_blog2 .inner .bottom .info {
    display: flex;
    align-items: center;
    gap: 15px;
}

#bbsArea .table_blog2 .inner .bottom .info span {
    padding: 0;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

/* 목록 게시판 */
.category_wrap {
    margin-bottom: 50px;
}

.category_wrap ul {
    display: flex;
    justify-content: center;
    gap: 60px;
}

.category_wrap ul li {}

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

.category_wrap ul li+li::before {
    position: absolute;
    content: "";
    left: -30px;
    width: 1px;
    height: 16px;
    background: rgba(0, 0, 0, 0.2);
    top: 50%;
    transform: translateY(-50%);
}

.category_wrap ul li a {
    border: 0;
    color: #666;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.03em;
    padding: 6px 0;
    font-family: "Pretendard Variable";
}

.category_wrap ul li.on {}

.category_wrap ul li.on a {
    border-bottom: 1px solid var(--page-point-color);
}

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

#bbsArea .board_wrapper {}

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

#bbsArea .search_wrap {
    margin-bottom: 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: 22px 18px;
    color: #222;
    font-size: 17px;
    font-weight: 600;
    border-bottom: 0;
}

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

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

#notice01 #bbsArea tbody tr.notice {}

#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: 500;
    line-height: 1.4;
    letter-spacing: 0;
    background: var(--page-point-color);
    margin: 0 !important;
    border-radius: 4px;
}

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

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

#bbsArea .board_list_list tbody td {
    padding: 20px 10px;
    color: #777;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

#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 {
    /* overflow-y: hidden; */
}

#bbsArea .search_wrap {
    margin: 60px 0 0;
}

#bbsArea form {}

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

#bbsArea form table tr {
    border-bottom: 1px solid #E0E0E0;
    display: grid !important;
    grid-template-columns: 240px 1fr;
}

#bbsArea form table th {
    font-size: 17px;
    font-weight: 600;
    color: #222;
    border: 0;
    background: #fff;
    padding: 28.5px 15px !important;
    vertical-align: middle;
    letter-spacing: -0.02em;
    line-height: 1.2;
    font-family: 'Pretendard Variable';
    width: fit-content !important;
    position: relative;
}

#bbsArea form table th span.required_text {
    margin: 0;
    right: 4px;
    color: #f00;
}

#bbsArea form table td {
    font-size: 15px;
    padding: 15px 20px !important;
    border: 0;
    vertical-align: middle;
    color: #666;
    line-height: 1.5;
    letter-spacing: -0.3px;
    font-weight: 400;
    font-family: "pretendard variable";
}

#bbsArea form table tr#item_captcha {}

#bbsArea form table tr#item_captcha td {
    display: flex !important;
    gap: 10px;
}

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

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

.board_data_view .header_wrap {
    padding: 50px 0;
    border-bottom: 1px solid #ddd;
}

.board_data_view .header_wrap .title {
    font-size: 30px;
    color: #222;
    font-weight: 600;
    line-height: 1.4;
}

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

.search_wrap .form-control {
    height: var(--form-height);
}

.search_wrap #search_btn {
    height: var(--form-height);
}

.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 12px;
    font-size: 15px;
    height: var(--form-height);
    border-radius: 4px;
}

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

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

.checkbox.privacy_checkbox a {
    color: #333;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.3px;
    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;

}

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

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

#login_btn {
    width: 100%;
}


/* 푸터 */
#scrollTop {
    cursor: pointer;
    position: absolute;
    top: 58px;
    right: 40px;
    width: 72px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #F5F5F5;
}

#scrollTop span {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #1C1B1F;
}

footer {
    padding: 50px 0;
    background: #262626;
    color: #fff;
}

footer {
    position: relative;
}

footer .footer-wrap {
    display: flex;
    justify-content: space-between;
}

footer li:first-child {
    margin-bottom: 8px;
    font-weight: 600;
    color: #fff;
    font-size: 15px;
}

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

.footer-li {
    position: relative;
}

.footer-li a {
    display: flex;
    align-items: center;
    gap: 3px;
    color: inherit;
}

.footer-li+.footer-li::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: rgb(255 255 255 / 20%);
}

footer li span {
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
}



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

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



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

.footer-info li.login a {
    display: block;
    padding: 8px 11px;
    border-radius: 2px;
    border: 1px solid rgba(100, 100, 100, 0.3);
    color: #999;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.5px;
}

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

    .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: 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: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 350px;
    flex-direction: column;
    gap: 15px;
}

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

.txt-area p {
    font-size: 30px;
    font-weight: 500;
    color: #555;
    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;
    }
}


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

.board-view-page [id^=prod0] .subpage-header,
.board-view-page [id^=prod0] #snbArea {
    /* display: none !important; */
}

/* J-RAE 상세 */
.product-custom {}

.product-custom .inners {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.product-custom .inner {}

.product-custom .inner-tit {
    margin-bottom: 50px;
}

.product-custom .inner-tit h4 {
    text-align: center;
    color: #222;
    font-weight: 600;
    font-size: 32px;
}

.product-custom .inner-cont {
    background: #f4f4f4;
    padding: 50px;
    border-radius: 10px;
}

.product-custom .inner-cont .img-box {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}

.img-box {}

.product-custom .inner-cont .img-box img {
    margin: 0 auto
}

.product-custom .inner-cont>p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 35px;
}

.product-custom .pc-grid-type {}

.product-custom .pc-grid-type h6 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
}

.product-custom .pc-grid-type .pc-grid-01 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    align-items: center;
}

.product-custom .pc-grid-01 .left-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.product-custom .pc-grid-01 .left-box img {}

.product-custom .pc-grid-01 .left-box .left-item {
    text-align: left;
}

.product-custom .pc-grid-01 .left-box .left-item p {
    font-size: 18px;
    line-height: 1.6;
}

.product-custom .pc-grid-01 .left-box .left-item ul {
    margin-top: 2px;
    padding: 0 !important;
    margin-bottom: 10px;
}

.product-custom .pc-grid-01 .left-box .left-item ul li {
    font-size: 16px;
}

.product-custom .pc-grid-01 .right-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 16px;
    font-weight: 500;
}

.product-custom .pc-grid-01 .right-box .right-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.product-custom .pc-grid-01 .right-box .right-item img {
    margin: 0 auto;
}

.product-custom .pc-grid-01 .right-box .right-item p {}

.product-custom .pc-grid-01 .right-box .center {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.product-custom .pc-grid-01 .right-box .center img {}

.pc02-type {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    gap: 100px;
}

.pc02-type.type02 {
    grid-template-columns: 1fr;
}

.pc02-type .product-img-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pc02-type .product-img-box img {
    object-fit: contain;
    margin: 0 auto;
}

.fe-table {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.pc02-type .feature-box {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.pc02-type .feature-box .fb-box {}

.pc02-type .feature-box .fb-box h6,
.pc02-type .table-box h6 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--page-point-color);
}

.pc02-type .feature-box .fb-box ul,
.inner-cont ul {
    padding: 0;
    margin-top: 15px;
}

.pc02-type .feature-box .fb-box ul li,
.inner-cont ul li {
    font-size: 16px;
    line-height: 1.6;
}

.board_pd_view .contents_wrap {
    padding-top: 0 !important;
}

.pc02-type .feature-box .fb-box ul li+li,
.inner-cont ul li+li {
    margin-top: 0px;
}

.pc02-type .feature-box .list span {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    color: #222;
}

.pc02-type .feature-box .list-wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.pc02-type .feature-box .list p {
    margin-bottom: 0 !important;
}

.pc02-type .feature-box .fb-box p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 5px;
}

.pc02-type .feature-box .fb-box ul li::before {}

.table-box {}

.table-box .table-style02 {
    width: 100%;
    border-top: 2px solid #333;
    border-bottom: 1px solid #ccc;
}

.table-box .table-style02+.table-style02 {
    margin-top: 50px;
}

.table-box .table-style02 tr {}

.table-box .table-style02 th,
.table-box .table-style02 td {
    text-align: center;
    font-size: 16px;
    padding: 12px 15px;
    border: 1px solid #ddd;
    line-height: 1.5;
}

.table-box .table-style02 th {
    font-weight: 600;
}

.td-box {
    text-align: left;
}

.td-box span {
    font-size: 17px;
    font-weight: 700;
    color: #222;
    display: block;
    margin-bottom: 5px;
}

.td-box p {}

.table-box .table-style02 .td-box+.td-box {
    margin-top: 15px;
}

.contents_inner th {
    font-size: 17px;
    background: #f7f7f7;
    color: #222;
    letter-spacing: 0;
}

.contents_inner th,
.contents_inner td {
    text-align: center;
    font-size: 16px;
    padding: 12px 15px;
    border: 1px solid #ddd;
    line-height: 1.5;
}
.contents_inner table {
    width: 100%;
    border-top: 2px solid #333;
    border-bottom: 1px solid #ccc;
}
.img-list-wrap {}

.img-list-wrap .img-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.img-list-wrap .img-box img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 10px;
    /* background: #f4f4f4; */
    border: 1px solid #ddd;
}

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

.grid-table table {
    width: 100%;
}

.table-style03 {
    /* border-top: 2px solid #333; */
}

.grid-table table tr {}

.grid-table table td,
.grid-table table th {
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 1.5;
}

.grid-table table td {}

.grid-table table th {
    padding: 15px;
    font-size: 20px;
    font-weight: 700;
    background: var(--page-point-color);
    color: #fff;
    border-color: #00295b;
}

.pc-grid-type {}

.pc-grid-type+.pc-grid-type {
    margin-top: 80px;
}

.pc-grid-type .add-box {}

.pc-grid-type .add-box .img-wrap {
    display: flex;
    justify-content: center;
    gap: 75px;
    margin-top: 40px;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}

.pc-grid-type .add-box .img-wrap .img-box {}

.pc-grid-type .add-box .img-wrap .img-box h6 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}

.package-box {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    gap: 50px;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    align-items: center;
}

.package-box .left-box {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.package-box .left-box .txt-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0 30px;
}

.package-box .left-box .txt-box p {
    font-size: 18px;
    font-weight: 700;
}

.package-box .left-box .img-box {}

.package-box .left-box .img-box img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: #eee;
}

.package-box .right-box {}

.package-box .right-box p {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.package-box .right-box ul {}

.package-box .right-box ul li {}
@media (max-width:1199px) {
    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 25px 30px;
    }
    .navbar-header {
        height: 35px;
    }
    #site {
        padding-top: 66px;
    }
    .swiper-caption h1, .carousel-caption h1 {
        margin-bottom: 10px;
        font-size: 50px;
    }
    .swiper-caption p, .carousel-caption p {
        font-size: 20px;
    }
    .mp-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .mn-wrap {
        flex-direction: column;
        gap: 30px;
    }
    .mb-tit {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .main-con .btn-link {
        gap: 16px;
        font-size: 13px;
        padding: 10px 15px;
    }
    .mb-tit h5 {
        margin-bottom: 0;
    }
    .snb ul {
        gap: 20px;
    }
    .snb a {
        font-size: 15px;
        padding: 20px 0;
    }
}
@media (max-width:991px) {
    .pc02-type .feature-box .fb-box h6, .pc02-type .table-box h6 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .pc02-type {
        display: grid;
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .pc02-type .feature-box .fb-box ul li, .inner-cont ul li {
        font-size: 13px;
    }
    .package-box .right-box p {
        font-size: 15px;
    }
    .package-box {
        grid-template-columns: 1fr;
        gap: 30px;
        border-radius: 10px;
        padding: 20px;
    }
    .pc-grid-type .add-box .img-wrap {
        flex-direction: column;
        margin-top: 20px;
        border-radius: 10px;
        padding: 15px;
    }
    .product-custom .pc-grid-type .pc-grid-01 {
        grid-template-columns: 1fr;
        gap: 40px;
        border-radius: 10px;
        padding: 15px;
    }
    .product-custom .pc-grid-type h6 {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .product-custom .inner-cont>p {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .product-custom .inner-cont {
        padding: 25px;
        border-radius: 5px;
    }
    .board_pd_view .pd_top_wrap {
        margin-bottom: 35px;
    }
    .product-custom .inner-tit h4 {
        font-size: 18px;
    }
    .board_pd_view .pd_info_wrap .pd_title_wrap {
        padding: 30px 0;
    }
    .board_pd_view .pd_info_wrap .pd_title_wrap .title {
        font-size: clamp(17px,2.01vw,20px);
    }
    .table_pd {
        gap: 70px 0;
    }
    .board_goods_list .inner .bottom .pd_preview #pd_preview_text a {
        padding: 10px 15px;
        font-size: 12px;
        gap: 10px;
        border-radius: 6px;
    }
    .board_goods_list .inner .bottom {
        gap: 10px;
    }
    .board_goods_list .inner .bottom .pd_preview #pd_preview_text {
        font-size: 14px;
        gap: 20px;
    }
    .board_goods_list .inner .bottom .title a span {
        font-size: 20px;
    }
    .board_goods_list .inner .top {
        padding: 10px;
        border-radius: 5px;
    }
    .board_goods_list .inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .title-h3 {
        margin-bottom: 50px;
    }
    .snb a {
        font-size: 13px;
        padding: 15px 0;
    }
    .snb ul {
        gap: 15px;
    }
    .title-h3 h3 {
        font-size: clamp(22px, 4.01vw, 40px);
    }
    #mainCarousel .carousel-inner .item, #mainCarousel .carousel-inner .item, .main_swiper_widget .swiper-slide, .main_swiper_widget .swiper:not(.swiper-initialized) {
        height: 300px;
    }
    .swiper-caption h1, .carousel-caption h1 {
        margin-bottom: 10px;
        font-size: clamp(22px, 4.51vw, 45px);
    }
    .swiper-caption p, .carousel-caption p {
        font-size: 15px;
    }
    .mainpage section {
        padding: 80px 0;
    }
    .main-tit h3 {
        font-size: clamp(20px, 3.51vw, 35px);
    }
    .main-tit p {
        margin-top: 5px;
        font-size: 15px;
    }
    .main-tit {
        margin-bottom: 35px;
    }
    .mp-wrap .mp-item {
        padding: 15px;
        border-radius: 5px;
    }
    .mp-wrap .mp-item .img-box img {
        height: 240px;
    }
    .mp-wrap .mp-item .txt-box h6 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .mp-wrap .mp-item .txt-box p {
        font-size: 13px;
    }
    .board_box_list .type_list li a {
        font-size: 15px;
        padding: 22px 15px;
    }
    .board_box_list .type_list li .info span {
        font-size: 13px;
    }
    .mb-tit h5 {
        font-size: clamp(20px, 3.51vw, 35px);
    }
    .subpage-header {
        height: 200px;
    }
    .subpage-title h2 {
        font-size: clamp(25px, 3.51vw, 35px);
    }
    .breadcrumb {
        top: calc(50% + 40px);
        gap: 15px;
    }
    .breadcrumb li {
        font-size: 13px;
    }
    .breadcrumb li a span {
        font-size: 13px;
        width: 13px;
        height: 13px;
    }
    .breadcrumb>li+li:before {
        top: 2px;
        left: -12px;
        font-size: 9px;
    }
    .greet-box {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .subpage-content {
        padding: 85px 0 100px;
    }
    .about-wrap .inner .sub-tit h4 {
        font-size: clamp(22px, 3.51vw, 35px);
    }
    .about-wrap .inner .sub-tit {
        margin-bottom: 30px;
    }
    .greet-box .txt-box {
        padding-top: 0;
    }
    .greet-box .txt-box p:first-child {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .greet-box .txt-box p {
        font-size: 16px;
    }
    .greet-box .txt-box p+p {
        margin-top: 20px;
    }
    .greet-box .img-box img {
        height: 300px;
    }
    .vision-list {
        grid-template-columns: 1fr;
    }
    .about-wrap {
        gap: 100px;
    }
    .vision-list .item {
        padding: 20px;
        aspect-ratio: 5 / 3;
    }
    .vision-list .item .txt-box {
        padding: 20px 20px 40px 20px;
    }
    .vision-list .item .txt-box h6 {
        font-size: 14px;
        margin-bottom: 18px;
        border-radius: 6px;
        padding: 7px 11px;
    }
    .location-box {
        gap: 20px;
        flex-direction: column;
    }
    .location-box .map-info {
        border-radius: 5px;
        padding: 30px 20px;
    }
    .map-tit h6 {
        margin-bottom: 10px;
        font-size: 25px;
    }
    .map-tit p {
        font-size: 15px;
    }
    .map-tit {
        margin-bottom: 15px;
    }
    .map-list .list .icon {
        gap: 10px;
    }
    .map-list .list .icon span:not(.material-symbols-outlined) {
        font-size: 13px;
    }
    .map-list .list .icon span.material-symbols-outlined {
        font-size: 15px;
    }
    .map-list .list p {
        font-size: 13px;
    }
}
@media (max-width:767px) {
    .navbar-header {
        height: 55px;
    }
    #site {
        padding-top: 55px;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 14px;
        padding: 20px 15px;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        padding: 8px 15px;
        font-size: 13px;
    }
    footer {
        padding: 30px 0;
    }
    footer li {
        font-size: 12px;
    }
    footer li:first-child {
        margin-bottom: 7px;
        font-size: 13px;
    }
    footer li.copy {
        font-size: 10px;
    }
    footer li span {
        font-size: 12px;
    }
    .footer-info li.login a {
        padding: 6px 8px;
        font-size: 10px;
    }
    .mainpage section#main01{
        padding-bottom:  100px;
    }
    #bbsArea form table tr {
        grid-template-columns: 140px 1fr;
    }
    #bbsArea form table th {
        font-size: 13px;
        padding: 15.5px 15px !important;
    }
    .board_wrapper .table.board_write_table :where(.input-group, .form-control) {
        width: 100%;
        padding: 8px 10px;
        font-size: 12px;
        height: 40px;
        border-radius: 4px;
    }
    img#captcha {
        height: 40px;
    }
    .checkbox.privacy_checkbox a {
        font-size: 13px;
    }
    #bbsArea form table td {
        font-size: 12px;
    }
    #bbsArea .board_list_list thead tr th {
        padding: 12px 10px;
        font-size: 13px;
    }
    #bbsArea .board_list_list tbody td {
        padding: 15px 5px;
        font-size: 12px;
    }
    #bbsArea .board_list_list .subject a {
        font-size: 13px;
    }
    #bbsArea .board_list_list .badge {
        padding: 3px 7px;
        font-size: 11px;
    }
    #bbsArea .board_list_list col.num_col {
        width: 90px;
    }
    #bbsArea .board_list_list col.subject_col {
        width: 200px;
    }
    #bbsArea .board_list_list col.writer_col {
        width: 100px;
    }
    #bbsArea .board_list_list col.regdate_col {
        width: 110px;
    }
    #notice01 #bbsArea .board_wrapper{
        overflow-x: auto;
    }
    #notice01 #bbsArea .board_wrapper table{
        min-width: 500px;
        table-layout: fixed;
    }
}
@media (max-width:576px) {
    .mp-wrap .mp-item .img-box img {
        height: 210px;
    }
    .footer-li+.footer-li::before{
        display: none;
    }
    footer .footer-info {
        gap: 0 10px;
    }
    #mainCarousel .carousel-inner .item, #mainCarousel .carousel-inner .item, .main_swiper_widget .swiper-slide, .main_swiper_widget .swiper:not(.swiper-initialized) {
        height: 200px;
    }
    .mainpage section {
        padding: 55px 0;
    }
    .main-con .btn-link {
        gap: 10px;
        font-size: 11px;
        padding: 6px 10px;
        border-radius: 5px;
    }
    .mp-wrap {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .mp-wrap .mp-item .txt-box {
        margin-top: 20px;
    }
    .mp-wrap .mp-item .txt-box h6 {
        font-size: 18px;
    }
    .mn-wrap {
        flex-direction: column;
        gap: 20px;
    }
    .board_box_list .type_list li a {
        font-size: 13px;
        padding: 18px 5px;
    }
    .board_box_list .type_list li .info {
        padding-right: 0;
    }
    .board_box_list .type_list li .info span {
        font-size: 10px;
    }
    .subpage-header {
        height: 150px;
    }
    .breadcrumb {
        top: calc(50% + 30px);
    }
    .greet-box .txt-box p:first-child {
        font-size: 17px;
        margin-bottom: 20px;
    }
    .greet-box .txt-box p {
        font-size: 14px;
    }
    .greet-box .txt-box p.name {
        gap: 7px;
        margin-top: 20px;
        font-size: 16px;
    }
    .greet-box .txt-box p.name span {
        font-size: 14px;
    }
    .greet-box .img-box img {
        height: 250px;
    }
    .vision-list .item .txt-box {
        padding: 10px 20px 15px 20px;
    }
    .vision-list .item .txt-box h6 {
        font-size: 12px;
        margin-bottom: 13px;
        padding: 5px 9px;
    }
    .root_daum_roughmap .wrap_map{
        height:  250px !important;
    }
    .map-tit h6 {
        margin-bottom: 5px;
        font-size: 18px;
    }
    .map-tit p {
        font-size: 12px;
    }
    .location-box .map-info {
        border-radius: 3px;
        padding: 15px 15px;
    }
    .snb ul {
        gap: 0 15px;
    }
    .snb ul {
        justify-content: center;
    }
    .snb li a::after {
        height: 2px;
    }
    .board_goods_list .inner .top a span {
        height: 200px !important;
    }
    .title-h3 {
        margin-bottom: 30px;
    }
    .board_goods_list .inner .bottom .title a span {
        font-size: 16px;
    }
    .board_goods_list .inner .bottom .pd_preview #pd_preview_text {
        font-size: 12px;
        gap: 15px;
    }
    .board_goods_list .inner .bottom .pd_preview #pd_preview_text a {
        padding: 7px 10px;
        font-size: 9px;
    }
    .board_goods_list .inner .bottom .pd_preview #pd_preview_text a::after {
        font-size: 13px;
    }
    .snb a {
        font-size: 12px;
        padding: 10px 0;
    }
    .breadcrumb li {
        font-size: 11px;
    }
    .breadcrumb li a span {
        font-size: 11px;
        width: 11px;
        height: 11px;
    }
    #bbsArea form table tr {
        grid-template-columns: 1fr;
    }
    #bbsArea form table th {
        font-size: 13px;
        padding: 15.5px 20px !important;
        padding-bottom: 0 !important;
    }
    #wr_captcha {
        width: 100%;
    }
    #contact01 #bbsArea form table tr#item_1 textarea{
        min-height:  150px !important;

    }
    #contact01 .board_write_table+.text-center #write_btn {
        background: var(--page-point-color);
        border: 0;
        width: 145px;
        height: 48px;
        border-radius: 8px;
        font-weight: 500;
        font-size: 13px;
        min-width: unset;
    }
}