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

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

#site {
    font-family: "Paperozi", "Pretendard Variable", "Roboto", "notokr", sans-serif;
    padding-top: 100px;
}

html {
    visibility: hidden;
}

html.no-js {
    visibility: visible;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    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: #fcf575;
    --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 {
    padding: 0;
    margin-left: 0 !important;
    height: auto;
}

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

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


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

    .navbar-inverse>.container {
        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: 0;
        background: #fff;
        left: 50%;
        border: 1px solid #eaeaea;
        border-radius: 4px;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        transform: translate(-50%, 0);
        overflow: hidden;
    }

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

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

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

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

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

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

.navbar-inverse {
    background: #fff;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
    z-index: 10;
}

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

.navbar-inverse.on,
.navbar-inverse.opened {
    background: #fff;
    transition: all 0.3s ease-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 {
    padding: 15px 0;
}

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

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li:hover>a {
    color: #000;
}

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

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

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

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

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

.swiper-caption h1,
.carousel-caption h1 {
    margin-bottom: 40px;
    position: relative;
    color: #fff;
    text-shadow: none;
    font-size: 95px;
    font-weight: 900;
    line-height: 1.3;
    /* 66.24px */
    text-align: left;
}

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

/* 슬라이드 버튼 */
.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 150px;
}

.main-tit {
    text-align: center;
    margin-bottom: 70px;
    color: #222;
}

.main-tit h3 {
    color: #333;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.5;
}

.mainpage #main01 {
    padding: 50px 0 70px;
    background: #fff77d;
}

.main-quick {
    display: grid;
    grid-template-columns: 300px 1fr;
}

.main-quick h6 {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    gap: 5px;
    justify-content: left;
}

.main-quick h6 b {
    line-height: 1.3;
    letter-spacing: 0;
    color: #b8b10d;
    font-weight: 800;
}

.mq-list {
    display: flex;
    justify-content: flex-start;
}

.mq-list .item {
    display: flex;
    flex-direction: column;
    transition: all 0.25s;
    width: 100%;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.mq-list .item::before {
    display: block;
    content: "\e9fe";
    font-family: 'Material Symbols Outlined';
    font-size: 68px;
    line-height: 1;
    color: #000;
    font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' 0, 'opsz' 24;
    padding: 24px;
    border-radius: 50%;
    /* background: #FFF; */
    box-shadow: 6px 6px 20px 0 rgba(96, 115, 130, 0.03);
    text-align: center;
    aspect-ratio: 1;
    /* border: 1px solid #eee; */
    transition: all 0.3s ease;
}

.mq-list .item:nth-child(2)::before {
    content: "\e9f4";
}
.mq-list .item:nth-child(3)::before {
    content: "\eb9b";
}
.mq-list .item:nth-child(4)::before {
    content: "\e729";
}
.mq-list .item:nth-child(5)::before {
    content: "\e311";
}

.mq-list .item img {width: 100px;margin: 0 auto;background: #FFF;box-shadow: 6px 6px 20px 0 rgba(96, 115, 130, 0.10);display: none;}

.mq-list .item:hover::before {background: #ffef00;color: #333;box-shadow: none;}

.mq-list .item p {
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
}

.main-news {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 30px;
    max-width: 1140px;
    margin: auto;
}

.main-news .img-box {}

.main-news .img-box img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
    height: 100%;
}

.main-news .img-box iframe {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
}

.main-news p {
    text-align: center;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 700;
}
#main03 {
    background: #f5f5f5;
    padding: 100px 0 120px;
}

.main-example {}

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

.main-example .page-header {}

.main-example .board_box_blog2 {}

.main-example .board_box_blog2 .row {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.main-example .board_box_blog2 .row::before,
.main-example .board_box_blog2 .row::after {
    display: none;
}

.main-example .board_box_blog2 .row .col-md-4 {
    width: 100% !important;
    padding: 0;
}

.main-example .board_box_blog2 .inner {
    margin: 0 !important;
    border: 0;
    position: relative;
}

.main-example .board_box_blog2 .inner .top {}

.main-example .board_box_blog2 .inner .top a {}

.main-example .board_box_blog2 .inner .top a span {
    height: auto;
    aspect-ratio: 1/1.5;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.main-example .board_box_blog2 .inner .top a span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease-in-out;
}

.main-example .board_box_blog2 .inner:hover .top a span {
    scale: 1.1;
}

.main-example .board_box_blog2 .inner:hover .top a span:before {

    background: rgba(0, 0, 0, 0.5);
}

.main-example .board_box_blog2 .inner .bottom {
    padding: 0 10px 20px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-weight: 700;
}

.main-example .board_box_blog2 .inner .bottom .title {
    padding: 0;
    margin: 0;
}

.main-example .board_box_blog2 .inner .bottom .title a {}

.main-example .board_box_blog2 .inner .bottom .title a span {}

.main-example .board_box_blog2 .inner .bottom .info {
    display: none;
}

#main03 .btn-more {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 50px;
    width: fit-content;
    margin: 50px auto 0;
    font-size: 16px;
    color: #333;
    border: 1px solid #ddd;
    font-weight: 500;
    border-radius: 100px;
    transition: all 0.3s ease;
}

#main03 .btn-more:hover {
    background: #fff77d;
    color: #333;
    border-color: #fff77d;
}

#main04{
    padding: 100px 0;
    background: url("/public/img/main/main04Bg2.jpg") no-repeat center / cover;
    position: relative;
}
#main04::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
}
.main-content-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#main04 .main-tit{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
}
#main04 .main-tit h4{
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: left;
}
#main04 .main-tit p{
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0;
    text-align: left;
}
#main04 .main-contact{
    display: grid;
    grid-template-columns: repeat(2,170px);
    gap: 20px;
}
#main04 .main-contact .item{
    width: 100%;
    aspect-ratio: 1;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    padding: 30px 20px 20px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    transition: all 0.3s;
    color: #fff;
}

#main04 .main-contact .item:hover {
    color: var(--page-point-color);
    border-color: var(--page-point-color);
}
#main04 .main-contact .item h6{
    color: inherit;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    width: 100%;
}
#main04 .main-contact .item span{
    display: flex;
    align-items: end;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 45px;
    color: inherit;
    --wght: 100;
}

/* 서브 페이지 */
.subpage {
    padding-top: 0;
}

.breadcrumb {
    padding: 0;
    margin: 0;
    background: transparent;
    position: absolute;
    right: 15px;
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    opacity: 1;
    z-index: 2;
    display: none;
}

:is(#machine01, #example01, [id^=busi0]) .breadcrumb {
}
[id^="prod0"] .breadcrumb {
    display: none;
}
.breadcrumb li {
    font-size: 17px;
    position: relative;
    color: #888;
    font-weight: 500;
}

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

.breadcrumb li.active {
    opacity: 1;
    color: #333;
}

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

.breadcrumb li a {
    /* color: #fff; */
}

.breadcrumb li a span {
    font-size: 18px;
    width: 18px;
    height: 18px;
    --fill: 0;
    color: #888;
    margin-top: 4px;
}

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

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

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

.subpage-title h2 {
    line-height: 1;
    margin: 70px 0 25px;
    font-weight: 600;
    font-size: 56px;
    color: #fff;
}

.subpage-title p {
    color: #fff;
    font-size: 18px;
}

/* [ subpage-navbar ] */
.snb {
    margin-top: -58px;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5;
    display: none;
}

[id^="prod0"] .se01 .container {
    position: relative;
}

[id^="prod0"] .title-h3 {
    /* margin-bottom: 50px; */
    /* border-top: 1px solid #999; */
    /* margin-top: 80px; */
}

[id^="prod0"] #prod01_view, [id^="prod0"] #prod01_write {
    /* margin-top: -50px; */
}

#prod01 .snb {
    display: none;
}

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

.snb li {}

.snb a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 150px;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 500;
    padding: 20px 35px;
    background: transparent;
    color: #ccc;
    transition: all 0.3s ease;
}

.snb a:hover {
    color: var(--page-point-color);
}

.snb li.active a {
    background: var(--page-point-color);
    color: #fff;
}

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

.subpage-content .con {}

.title-h3 {
    text-align: left;
}

.title-h3 p {
    font-size: 22px;
    line-height: 1.6;
    font-weight: 600;
    text-align: left;
    letter-spacing: -0.025em;
}

.title-h3 h3+p {
    margin-top: 40px;
    margin-bottom: 60px;
    font-weight: 500;
    font-size: 20px;
}

.title-h3 h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}

#machine01 .title-h3 {
    margin-bottom: 50px;
}

/* 회사소개 */
.about-wrap {}

.about-wrap>[class*="-box"] {
    padding: 80px 0 80px;
    display: grid;
    grid-template-columns: 360px 1fr;
    border-top: 1px solid #eee;
}

.sub-h4 {
    font-size: 32px;
    font-weight: 700;
    color: #222;
}

.about-wrap .greet-box {
    padding: 100px 0 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.greet-box .item {}

.greet-box .txt-box {
    margin-bottom: 30px;
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    gap: 35px;
}

.greet-box .txt-box img {
    margin: 0 auto 0 0;
    height: auto;
}

.greet-box .txt-box h6 {
    font-size: 34px;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    color: #222;
}

.greet-box .txt-box h6 b {
    font-weight: 800;
}

.greet-box .desc {
    text-align: center;
}

.greet-box .desc p {
    color: #333;
    font-size: 20px;
    font-weight: 500;
}

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

.greet-box .img-box {}

.greet-box .img-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    background: #aaa;
}

.area-box {}

.area-box .item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.area-box .area-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.area-box .area-list li {
    text-align: center;
    font-weight: 500;
    border-radius: 2px;
    width: 100%;
    padding: 18px 10px;
    font-size: 16px;
    border: 2px solid #faed1b;
}

.location-box {
    padding-bottom: 0 !important;
}

.location-box .item {
    display: flex;
    flex-direction: column;
    gap: 85px;
}

.location-box .item .wrap_map {
    height: 400px;
}

.location-box .map .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.location-box .info h6 {
    color: #111;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 5px;
}

.location-box .info p {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
}

.location-box .info p span {
    font-weight: 800;
    font-size: 14px;
}

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

#bbsArea .board_list_list #write_btn {
    background: #326DDA;
    border: 0;
    width: 210px;
    height: 64px;
}

#bbsArea .search_wrap #write_btn {
    border: 0;
    padding: 15px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.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(4, 1fr);
    gap: 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: 2/3;
    height: auto;
}

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

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

#bbsArea .table_blog2 .inner .bottom .title .badge {
    padding: 0;
    font-size: 15px;
    background: #fff;
    font-weight: 600;
    color: #e29f31;
    border-radius: 2px;
    margin-bottom: 7px;
}

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

#example01 #bbsArea .table_blog2 .inner .bottom .title a {
    text-align: center;
}

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

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

#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: left;
    gap: 30px;
    margin-top: 40px;
}

.category_wrap ul li {}

.category_wrap ul li:first-child {}

.category_wrap ul li:nth-child(2):before {}

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

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

.category_wrap ul li a {
    border: 0;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.03em;
    padding: 7px 15px;
}

.category_wrap ul li.on {}

.category_wrap ul li.on a {
    background: var(--page-point-color);
    border-radius: 2px;
    color: #333;
}

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

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

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

#bbsArea .search_wrap #write_btn {
    background: #333;
    border: 0;
    padding: 15px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

#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: 23px 18px;
    color: #222;
    font-size: 17px;
    font-weight: 600;
    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 {}

#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: 500;
    letter-spacing: -0.5px;
    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: 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 .img-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 60px;
}

#bbsArea .img-box img {
    width: 100%;
    aspect-ratio: 4/2.5;
    object-fit: cover;
}

#bbsArea .board_wrapper {}

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

.board_data_view .header_wrap {
    border-bottom-color: #ddd;
    padding: 40px 0;
}

.board_data_view .header_wrap .title {
    font-size: 26px;
    font-weight: 500;
}

#bbsArea form {}

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

#bbsArea form table tr {
    border-bottom: 1px solid #E0E0E0;
    display: grid;
    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;
    vertical-align: middle;
    letter-spacing: -0.02em;
    line-height: 1.2;
    width: fit-content;
    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;
    border: 0;
    vertical-align: middle;
    color: #666;
    line-height: 1.5;
    letter-spacing: -0.3px;
    font-weight: 400;
}

#bbsArea form table tr#item_captcha {}

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

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

#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;
    font-size: 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 {
    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%;
}

.btn.btn-primary {
    background: #333;
    border-color: #333;
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
    background: #000;
    border-color: #000;
}

[id^="busi0"] .title-h3 {
    display: flex;
    margin-bottom: 50px;
    padding: 50px;
    border-radius: 3px;
    border: 3px solid #eee;
    align-items: center;
}

[id^="busi0"] .title-h3 h3 {
    width: 30%;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.6;
    display: flex;
    gap: 20px;
    align-items: center;
}

[id^="busi0"] .title-h3 p {
    margin: 0;
    font-size: 20px;
}

[id^="busi0"] .title-h3 h3::before {
    display:block;
    content: "\eb9b";
    font-family: 'Material Symbols Outlined';
    font-size: 50px;
    line-height: 1;
    color: #333;
    font-variation-settings: 'FILL' 0,  'wght' 200,  'GRAD' 0,  'opsz' 24;
    background: var(--page-point-color);
    padding: 18px;
    border-radius: 50%;
}
#busi02 .title-h3 h3::before {
    content: "\e729";
}

/* 푸터 */
#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: #111;
}

footer {
    position: relative;
}

footer .footer-wrap {
    display: grid;
    gap: 50px;
    grid-template-columns: 300px 1fr;
}

footer .footer-wrap h5 {
    color: #ffc34c;
    font-weight: 600;
    font-size: 32px;
}

footer .footer-wrap h5 span {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

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

footer li {
    color: #999;
    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+.footer-li::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #555;
}

footer li span {
    color: #aaa;
    font-family: "Pretendard Variable";
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
}



footer li.copy {
    margin-top: 18px;
    color: #777;
    font-size: 11px;
    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;
}



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

.footer-info li.login a {
    display: block;
    padding: 10px 15px;
    border-radius: 2px;
    border: 1px solid #666;
    color: #bababa;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    transition: all 0.2s ease;
}

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

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

.board_data_view .header_wrap h4 {
    font-weight: 600;
}

@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 : 1199px) {
    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 25px 20px;
    }
    #site {
        padding-top: 70px;
    }
    #mainCarousel .carousel-inner .item, #mainCarousel .carousel-inner .item, .main_swiper_widget .swiper-slide, .main_swiper_widget .swiper:not(.swiper-initialized) {
        height: 550px;
    }
    .main-quick {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .mainpage section {
        padding: 70px 0 100px;
    }
    .main-example .board_box_blog2 .row {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    .main-example .board_box_blog2 .inner .top a span {
        aspect-ratio: 1 / 1.2;
    }
    .main-content-box {
        flex-direction: column;
        align-items: unset;
        justify-content: unset;
        gap: 40px;
    }
    footer .footer-wrap {
        gap: 20px;
        grid-template-columns: 1fr;
    }
    [id^="busi0"] .title-h3 {
        display: flex;
        flex-direction: column;
        margin-bottom: 50px;
        padding: 35px;
        border-radius: 3px;
        border: 3px solid #eee;
        align-items: unset;
        gap: 30px;
    }
    [id^="busi0"] .title-h3 h3 {
        width: 100%;
        font-size: 25px;
    }
}
@media (max-width : 991px) {
    [id^="busi0"] .title-h3 p {
        margin: 0;
        font-size: 15px;
    }
    [id^="busi0"] .title-h3 p br{
        display: none;
    }
    [id^="busi0"] .title-h3 h3 {
        gap: 10px;
        font-size: 20px;
    }
    [id^="busi0"] .title-h3 h3::before {
        font-size: 35px;
        padding: 10px;
    }
    .navbar-inverse .navbar-brand img {
        height: 40px;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 14px;
        padding: 25px 15px;
    }
    #mainCarousel .carousel-inner .item, #mainCarousel .carousel-inner .item, .main_swiper_widget .swiper-slide, .main_swiper_widget .swiper:not(.swiper-initialized) {
        height: 400px;
    }
    .main-quick h6 {
        font-size: 25px;
    }
    .main-quick {
        gap: 20px;
    }
    .mq-list .item::before {
        font-size: 45px;
        padding: 15px;
    }
    .mq-list .item p {
        font-size: 15px;
    }
    .main-tit h3 {
        font-size: 30px;
    }
    .main-tit {
        margin-bottom: 55px;
    }
    .main-news p {
        margin-top: 10px;
        font-size: 17px;
    }
    #main03 {
        padding: 65px 0 85px;
    }
    #main04 {
        padding: 60px 0;
    }
    #main04 .main-tit h4 {
        font-size: 35px;
    }
    #main04 .main-tit p {
        font-size: 16px;
    }
    footer .footer-wrap h5 {
        font-size: 25px;
    }
    footer li {
        font-size: 13px;
        gap: 5px;
    }
    footer .footer-info {
        gap: 0 10px;
    }
    .footer-li+.footer-li::before{
        display: none;
    }
    .footer-info li.login {
        bottom: -25px;
    }
    .footer-info li.login a {
        padding: 6px 9px;
        font-size: 10px;
    }
    footer li:first-child {
        margin-bottom: 5px;
        font-size: 15px;
    }
    .subpage-header {
        height: 250px;
    }
    .subpage-title h2 {
        margin: 40px 0 15px;
        font-size: 35px;
    }
    .subpage-title p {
        font-size: 14px;
    }
    .subpage-content {
        padding: 75px 0 100px;
    }
    .about-wrap .greet-box {
        padding: 60px 0;
        gap: 40px;
    }
    .greet-box .txt-box{
        margin: 0;

    }
    .greet-box .txt-box h6 {
        font-size: 25px;
    }
    .greet-box .desc p {
        font-size: 17px;
    }
    .about-wrap>[class*="-box"] {
        padding: 60px 0;
        grid-template-columns: 180px 1fr;
    }
    .sub-h4 {
        font-size: 20px;
    }
    .area-box .area-list li {
        padding: 10px 7px;
        font-size: 14px;
        border: 2px solid #faed1b;
    }
    .area-box .area-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .location-box .info h6 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .location-box .info p {
        gap: 10px;
        font-size: 13px;
    }
    .location-box .item .wrap_map {
        height: 300px;
    }
    .title-h3 h3 {
        font-size: 25px;
    }
    .category_wrap ul {
        gap: 15px;
        margin-top: 26px;
    }
    .category_wrap ul li a {
        font-size: 14px;
        padding: 5px 10px;
    }
    .category_wrap ul li+li::before {
        left: -7px;
        height: 13px;
    }
    #bbsArea .table_blog2 {
        grid-template-columns: repeat(3, 1fr);
    }
    #bbsArea .table_blog2 .inner .bottom .title a span {
        font-size: 14px;
    }
    #bbsArea .table_blog2 .inner .bottom .title .badge {
        font-size: 12px;
    }
}

@media (max-width:767px) {

    .about-wrap .greet-box {
        gap: 30px;
    }
    .subpage-title h2 {
        font-size: 25px;
    }
    .subpage-header {
        height: 200px;
    }
    #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;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 13px;
        padding: 10px 15px;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        padding: 8px 15px;
        font-size: 10px;
    }
    #mainCarousel .carousel-inner .item, #mainCarousel .carousel-inner .item, .main_swiper_widget .swiper-slide, .main_swiper_widget .swiper:not(.swiper-initialized) {
        height: 300px;
    }
    .mainpage #main01 {
        padding: 30px 0 50px;
    }
    .mq-list .item::before {
        font-size: 23px;
        padding: 5px;
    }
    .mq-list .item p {
        font-size: 13px;
    }
    .main-tit h3 {
        font-size: 25px;
    }
    .main-news {
        grid-template-columns: repeat(1, 1fr);
    }
    .main-example .board_box_blog2 .row {
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
    }
    .main-example .board_box_blog2 .inner .top a span {
        aspect-ratio: 3 / 2;
    }
    #main03 .btn-more {
        padding: 10px 40px;
        margin: 35px auto 0;
        font-size: 14px;
    }
    #main04 .main-tit h4 {
        font-size: 25px;
    }
    #main04 .main-contact .item {
        padding: 20px 10px 10px 15px;
    }
    #main04 .main-contact .item h6 {
        font-size: 18px;
    }
    #main04 .main-contact {
        grid-template-columns: repeat(2, 130px);
    }
}
@media (max-width : 576px) {
    [id^="busi0"] .title-h3 {
        margin-bottom: 35px;
        padding: 20px;
        gap: 10px;
    }
    #bbsArea form table tr{
        border: 0;
    }
    #bbsArea form table tr + tr{
        margin-top : 15px;
    }
    .board_wrapper .table.board_write_table :where(.input-group, .form-control) {
        width: 100%;
        padding: 8px 10px;
        font-size: 12px;
        height: 35px;
    }
    #bbsArea form table td {
        font-size: 12px;
        padding: 0;
    }
    #bbsArea form table th {
        font-size: 13px;
        padding: 10px !important;
        width: fit-content !important;
    }
    #machine01 .title-h3 {
        margin-bottom: 35px;
    }
    .title-h3 p {
        font-size: 14px;
    }
    .category_wrap ul li+li::before {
        left: -5px;
        height: 9px;
    }
    .category_wrap ul {
        gap: 10px;
        flex-flow: wrap;
    }
    #bbsArea .table_blog2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .category_wrap ul li a {
        font-size: 10px;
        padding: 5px 5px;
    }
    .location-box .item {
        gap: 50px;
    }
    .location-box .item .wrap_map {
        height: 220px;
    }
    .location-box .info p span {
        font-size: 10px;
    }
    .location-box .info p {
        gap: 5px;
        font-size: 10px;
    }
    .location-box .info h6 {
        font-size: 13px;
    }
    .area-box .area-list li {
        padding: 8px 5px;
        font-size: 12px;
    }
    .greet-box .desc p {
        font-size: 14px;
    }
    .greet-box .txt-box h6 {
        font-size: 20px;
    }
    .about-wrap>[class*="-box"] {
        padding: 40px 0;
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .subpage-header {
        height: 170px;
    }
    .main-quick h6 {
        font-size: 20px;
    }
    .mq-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px 30px;
    }
    .mq-list .item p {
        font-size: 11px;
    }
    .main-tit h3 {
        font-size: 22px;
    }
    .main-tit {
        margin-bottom: 45px;
    }
    .main-example .board_box_blog2 .inner .bottom {
        padding: 0 10px 10px;
    }
    .type_thumb .bottom .title a {
        font-size: 14px;
    }
    #main04 .main-tit p {
        font-size: 12px;
    }
    #main04 .main-tit p br{
        display: none;
    }
    #main04 .main-contact {
        grid-template-columns: repeat(2, 110px);
    }
    #main04 .main-contact .item h6 {
        font-size: 10px;
    }
    #main04 .main-contact .item span {
        width: 30px;
        height: 30px;
        font-size: 30px;
    }
    footer {
        padding: 35px 0;
    }
    footer .footer-wrap h5 span {
        margin-bottom: 5px;
        font-size: 15px;
    }
    footer .footer-wrap h5 {
        font-size: 15px;
    }
    footer li {
        font-size: 10px;
    }
    footer li span {
        font-size: 10px;
    }
    .footer-info li.login {
        bottom: -20px;
    }
    .mainpage section {
        padding: 60px 0 80px;
    }
    [id^="busi0"] .title-h3 h3 {
        gap: 10px;
        font-size: 15px;
    }
    [id^="busi0"] .title-h3 h3::before {
        font-size: 25px;
        padding: 6px;
    }
    #bbsArea .img-box {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        margin-bottom: 40px;
    }
}
