@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=Noto+Serif+KR:wght@200..900&family=Noto+Serif+SC:wght@200..900&family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

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

html {
    visibility: hidden;
}

html.no-js {
    visibility: visible;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    letter-spacing: -0.025em;
    word-break: keep-all;
    line-height: 1.3;
}

a {
    text-decoration-line: none;
    color: #000;
}

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

.contents_inner {
    overflow: hidden !important;
}

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

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

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

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

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

#gnbauth i {
    display: none;
}

.caret {
    display: none;
}

#list_btn {
    display: none;
}

.board_wrapper {
    margin-top: 0;
}

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

:root {
    --page-point-color: #DD3939;
    --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;
    }
}

#scrollTop {
    position: fixed;
    z-index: 1000;
    right: 49px;
    bottom: 98px;
    display: none;
    font-size: 16px;
    text-align: center;
    border: 1px solid #DDD;
    background: #FFF;
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
}

#scrollTop .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
}

/* 상단 로고*/
.navbar-brand {
    height: 50px;
    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: 1730px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

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

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

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

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

    .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: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0;
    transition: all 0.3s ease-in-out;
}

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

.navbar-inverse.on,
.navbar-inverse.opened {
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.navbar-header {}


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

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

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

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

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

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

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

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

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
    text-align: center;
    padding: 7px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    letter-spacing: 0;
}

.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: 500;
    color: #000;
    padding: 38px 40px;
    text-align: center;
    line-height: 23px;
    letter-spacing: 0;
}

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

#mainCarousel .carousel-inner {}

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

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

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

.swiper-caption h1,
.carousel-caption h1 {
    position: relative;
    color: #FFF;
    text-shadow: none;
    font-size: 66px;
    font-weight: 600;
    line-height: 1.4;
    /* 66.24px */
    letter-spacing: -0.015em;
    text-align: left;
    margin: 0;
}

.swiper-caption p,
.carousel-caption p {
    margin-bottom: 0px;
    font-size: 32px;
    font-weight: 500;
    text-shadow: none;
}

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

.carousel-control,
.carousel-indicators {
    /* bottom: calc(25% + 6px); */
    /* display: flex; */
    /* width: fit-content; */
    /* left: calc(39% + 8px); */
    /* gap: 20px; */
    /* right: unset; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    right: unset;
    display: flex;
    justify-content: center;
    gap: 6px;
    bottom: 30px;
}

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

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

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

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

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

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

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

.carousel-control.left .glyphicon::before {
    content: "";
    background: url("/public/img/main/arrow_back.png") no-repeat center / cover;
    width: 22px;
    height: 22px;
}

.carousel-control.right .glyphicon::before {
    content: "";
    background: url("/public/img/main/arrow_next.png") no-repeat center / cover;
    width: 22px;
    height: 22px;
}

.carousel-indicators li {
    width: 11px;
    height: 11px;
    background-color: #fff;
    opacity: 0.3;
    backdrop-filter: blur(0px);
    border: 0;
    margin: 0;
    border-radius: 50%;
    transition: ease-in-out 0.15s all;
}

.carousel-indicators li.active {
    width: 11px;
    height: 11px;
    background-color: #fff;
    margin: 0;
    box-shadow: none;
    opacity: 1;
    transform: none;
    filter: unset;
}

#mainCarousel .carousel-control {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 25%;
    top: unset;
    display: none;
}

#mainCarousel .carousel-control.left {
    right: 12%;
    left: unset;
}

#mainCarousel .carousel-control.right {
    right: 6%;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.mainpage section {
    padding: 140px 0 120px;
}

.mainpage section#main01 {
    background: #F5F5F5;
}

.main-tit {
    margin-bottom: 80px;
    text-align: center;
}

.main-tit span {
    display: block;
    color: #DB0000;
    text-align: center;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.01em;
    margin-bottom: 30px;
}

.main-tit h3 {
    color: #222;
    font-family: "Roboto";
    font-size: 40px;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.01em;
}

.main-business {
    display: flex;
    flex-direction: column;
    gap: 80px;
    justify-content: center;
}

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

.main-business .inners .inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 54px 50px;
    background: #fff;
}

.main-business .inner .img-box {}

.main-business .inner .img-box img {
    height: 278px;
    object-fit: contain;
}

.main-business .inner .txt-box {
    width: fit-content;
    margin: 0 auto;
}

.main-business .inner .txt-box h6 {
    color: #000;
    font-weight: 600;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: -0.01em;
    text-align: center;
    margin-bottom: 20px;
}

.main-business .inner .dot-list {}

.main-business .inner .dot-list li {}

.main-business .inner .dot-list li+li {}

.main-business .inner .dot-list li::before {}

.dot-list li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.01em;
    position: relative;
    padding-left: 30px;
}

.dot-list li+li {}

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

.main-btn {
    width: 200px;
    height: 60px;
    padding: 15px;
    border-radius: 100px;
    border: 2px solid #E33E3E;
    color: #E33E3E;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.01em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    margin: 0 auto;
}

.main-btn:hover {
    color: #fff;
    background: #E33E3E;
}

.main-tit h2 {
    color: #222;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.01em;
    font-family: "Roboto";
}

.main-product {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

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

.main-product .inners .inner {}

.main-product .inners .inner h6 {
    padding: 20px 0;
    text-align: center;
    border-radius: 15px 15px 0 0;
    background: #5B7EA7;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
}

.main-product .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c9d4e1;
    background: #FFF;
    height: 346px;
    padding: 25px;
}

.main-product .img-box img {}

.main-product .categori {
    margin-top: 10px;
    display: flex;
    gap: 7px;
}

.main-product .categori li {
    padding: 16px 18px;
    text-align: center;
    color: #3E71A7;
    font-weight: 600;
    line-height: 1;
    font-size: 18px;
    letter-spacing: 0;
    width: 100%;
    background: #EAF0F7;
    white-space: nowrap;
    letter-spacing: -0.034em;
}

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

#main03 .main-tit {
    margin-bottom: 50px;
}

#main03 .main-tit span,
#main03 .main-tit h3 {
    color: #fff;
}

.main-contact .main-btn {
    background: #E33E3E;
    color: #fff;
    transition: all 0.2s ease;
}

.main-contact .main-btn:hover {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
}

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

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

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

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

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

.breadcrumb li a {}

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

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

.subpage-header .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: #ddd url("/public/img/sub/subBg01.png") no-repeat center / cover;
    /* filter: brightness(0.6); */
}

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

.subpage-title h2 {
    line-height: 1;
    /* margin-top: 60px; */
    text-align: center;
    font-weight: 700;
    font-size: 60px;
    color: #fff;
    margin-bottom: 40px;
}

#business01 .subpage-title h2,
#contact01 .subpage-title h2 {
    margin-top: 100px;
}

/* [ subpage-navbar ] */
.snb {
    position: relative;
    z-index: 4;
    background: rgba(0, 0, 0, 0.50);
    margin-top: -64px;
}

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

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

.snb a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    line-height: 1.25;
    font-size: 19px;
    font-weight: 500;
    padding: 20px 15px;
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: 0;
    transition: all 0.2s ease;
}

.snb a:hover {
    color: rgba(255, 255, 255, 1);
}

.snb li.active a {
    background: #DD3939;
    font-weight: 500;
    color: #fff;
}

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


.title-h3 {
    margin-bottom: 80px;
}

.title-h3 h3 {
    color: #333;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
}

/* 회사개요 */
.company-wrap {
    display: grid;
    gap: 60px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    grid-template-columns: 560px 1fr;
}

.company-wrap .img-box {
    padding: 42px 21px 18px 22px;
}

.company-wrap .img-box img {}

.company-wrap .txt-box {}

.company-wrap .txt-box h6 {
    color: #333;
    font-size: 33px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.01em;
    padding: 30px 0;
}

.company-wrap .txt-box h6 b {
    color: #333;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

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

.company-wrap .txt-box p+p {
    margin-top: 25px;
}

/* 연혁 */
.history-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    position: relative;
}

.history-wrap::before {
    position: absolute;
    content: "";
    left: calc(50% + 90px);
    transform: translateX(-50%);
    top: 182px;
    width: 1089px;
    height: 1px;
    background: #bbb;
}

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

.history .classify {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 148px;
    border-radius: 50%;
    aspect-ratio: 1;
    margin: 0 auto;
    position: relative;
}

.history:nth-child(1) .classify {
    background: #222;
    position: relative;
}

.history:nth-child(1) .classify:before {
    position: absolute;
    content: "";
    width: 5px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #bbb;
    bottom: -37px;
}

.history:nth-child(2) .classify {
    background: #3285CD;
}

.history:nth-child(3) .classify {
    background: #114097;
}

.history .classify p {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.01em;
}

.timeline {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: fit-content;
    margin: 0 auto;
}

.timeline .year {
    display: block;
    text-align: center;
    color: #333;
    width: 100%;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: -0.03em;
}

.timeline .dot-list {}

.timeline .dot-list li {
    color: #555;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0;
    padding-left: 11px;
}

.timeline .dot-list li:has(span) {
    display: grid;
    gap: 5px;
    grid-template-columns: 80px 1fr;
}

.timeline .dot-list li span {
    display: block;
    width: 78px;
    color: #555;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
}

.timeline .dot-list li::before {
    border-radius: 0;
    width: 3px;
    aspect-ratio: 1;
    left: 0;
    background: #555;
    top: 10px;
}

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

/* 사업장소개 */
.workplace-wrap {}

.workplace-wrap .img-box {}

.workplace-wrap .img-box img {
    width: 85%;
    margin: auto;
}

/* 사업소개 */
#business01 .subpage-content {
    padding-top: 120px;
}

.title-h3 h4 {
    color: #222;
    font-size: 38px;
    font-family: "Roboto";
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.034em;
    text-align: center;
}

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

.business-wrap .inner {
    display: flex;
    height: 540px;
    padding: 40px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    border-radius: 20px;
    background: linear-gradient(310deg, #f7f8fb, #eff3f5);
}

.business-wrap .inner .img-box {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #FFF;
    overflow: hidden;
}

.business-wrap .inner .img-box img {}

.business-wrap .inner .txt-box {
    width: fit-content;
    margin: 0 auto;
    min-width: 174px;
}

.business-wrap .inner .txt-box h6 {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.01em;
    margin-bottom: 15px;

}

.business-wrap .inner .dot-list {}

.business-wrap .inner .dot-list li {}

.business-wrap .inner .dot-list li+li {}

.business-wrap .inner .dot-list li::before {}

/* product */
.product-wrap {}

.product-box .product-tit {
    border-radius: 15px 15px 0 0;
    background: #5B7EA7;
    margin-bottom: 10px;
}

.product-box .product-tit p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.02em;
    padding: 25px 0;
    text-align: center;
}

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

.product-inners .inner {
    background: #FFF;
}

.product-inners .inner h6 {
    background: #EAF0F7;
    padding: 19px 0;
    text-align: center;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    border: 1px solid #c6d6e9;
    border-bottom: 0;
    letter-spacing: 0;
}

.product-inners .inner .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c6d6e9;
    height: 500px;
    border-top: 0;
}

.product-inners .inner .img-box img {
    object-fit: contain;
}

.product-inners .inner-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 420px;
}

#product02 .product-inners {}

#product02 .product-inners>div {}

#product02 .product-inners .inner-box .img-box #product02 .product-inners .inner-box .inner {}

#product02 .product-inners>.inner>.img-box {
    height: unset;
}

#product02 .product-inners>.inner>.img-box img {
    height: 483px;
    padding: 40px 30px;
}

#product02 .product-inners .inner-box .img-box {
    padding: 23px 0 30px;
    height: unset;
}

#product02 .product-inners .inner-box .img-box img {}

#product02 .product-inners .inner-small {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}

#product02 .product-inners .inner-small .inner-sm {
    background: #FFF;
}

#product02 .product-inners .inner-small .inner-sm h6 {
    padding: 15px 0;
    text-align: center;
    border: 1px solid #c6d6e9;
    border-bottom: 0;
    background: #EAF0F7;
    color: #333;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
}

#product02 .product-inners .inner-small .inner-sm .img-box {
    border: 1px solid #c6d6e9;
    padding: 38px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 0;
}

#product02 .product-inners .inner-small .inner-sm .img-box img {}

/* 경쟁력 */
.compete-wrap {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.compete-wrap .compete-box {}

.compete-box h5 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.01em;
    color: #333;
    margin-bottom: 30px;
}

.compete-box .compete-table {
    display: grid;
    grid-template-columns: 1fr 700px;
    gap: 80px;
}

.compete-table {}

.compete-table+.compete-table {
    margin-top: 30px;
}

.table-box {
    overflow-x: auto;
}

.table-style01 {
    width: 100%;
    border-top: 2px solid #333;
}

.table-style01 col:nth-child(1) {}

.table-style01 col:nth-child(2) {}

.table-style01 col:nth-child(3) {}

.table-style01 col:nth-child(4) {}

.table-style01 th,
.table-style01 td {
    padding: 12px 15px;
    border: 1px solid #E5E5E5;
    text-align: center;
}

.table-style01 th {
    background: #F6F6F6;
    color: #333;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.01em;
}

.table-style01 td {
    color: #666;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0;
}

.table-style01 th:first-child,
.table-style01 td:first-child {
    border-left: 0;
}

.table-style01 th:last-child,
.table-style01 td:last-child {
    border-right: 0;
}

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

.compete-img img {}

/* 인증서 */
.cert-wrap {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.cert-wrap .cert-box {
    display: flex;
    padding: 60px 50px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    justify-content: center;
    border-radius: 15px;
    background: #F7F7F7;
}

.cert-wrap .cert-box h5 {
    color: #333;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.01em;
}

.cert-wrap .img-wrap {
    display: flex;
    gap: 60px;
}

.cert-wrap .img-wrap .img-box {
    background: #FFF;
    box-shadow: 2px 4px 20px 0 rgba(0, 0, 0, 0.08);
}

.cert-wrap .img-wrap .img-box img {}

/* 특허 */
.patent-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.patent-wrap .img-box {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #F7F7F7;
}

.patent-wrap .img-box img {
    box-shadow: 2px 4px 20px 0 rgba(0, 0, 0, 0.08);
    height: 355px;
    object-fit: contain;
}

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

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

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

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

#bbsArea .table_blog .left a {}

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

#bbsArea .table_blog .right {}

#bbsArea .table_blog .right .title {}

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

#bbsArea .table_blog .right .info {}

#bbsArea .table_blog .right .info span {}

#bbsArea .table_blog .right .text {}

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

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

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

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

#bbsArea .table_blog2 dd {}

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

#bbsArea .table_blog2 .inner .top {}

#bbsArea .table_blog2 .inner .top a {}

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

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

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

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

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

}

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

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


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

.category_wrap ul {}

.category_wrap ul li {}

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

.category_wrap ul li a {}

.category_wrap ul li.on {}

.category_wrap ul li.on a {}

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

#bbsArea .board_wrapper {}

#bbsArea .board_list_list table {}

#bbsArea .board_list_list col.num_col {}

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

#bbsArea .board_list_list tbody tr {}

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

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

#bbsArea .board_list_list tbody th {}

#bbsArea .board_list_list tbody td {}

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

/* 주문폼 */
#bbsArea .board_wrapper {
    overflow-y: hidden;
}

#bbsArea form {
    padding: 35px;
    border-radius: 15px;
    background: #F7F7F7;
}

#bbsArea form .text-center {
    margin-top: 70px;
}

#contact01 #bbsArea form .text-center #write_btn {
    display: flex;
    width: 210px;
    height: 60px;
    padding: 0 30px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: #015BAC;
    min-width: unset;
    border: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

#bbsArea form table {
    border: 0;
}

#bbsArea form table tbody {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 25px;
}

#bbsArea form table tr {
    border: 0;
    display: flex !important;
    flex-direction: column;
    gap: 8px;
}

#bbsArea form table tr#item_0,
#bbsArea form table tr#item_1 {
    grid-column: span 2;
}

#bbsArea form table th,
#bbsArea form table td {
    padding: 0 !important;
    width: 100% !important;
}

#bbsArea form table th {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    background: transparent;
    border: 0;
    letter-spacing: -0.01em;
    width: fit-content !important;
    display: flex !important;
    gap: 4px;
    flex-direction: row-reverse;
}

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

#bbsArea form table th span.required_text {
    color: #f00;
}

#bbsArea form table td {
    border: 0;
    color: #4D4D4D;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

#bbsArea form table tr#item_captcha {}

#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: 55px;
    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: 100%;
    padding: 16px 15px;
    height: 55px;
    color: #999;
    font-size: 15px;
    letter-spacing: -0.02em;
    line-height: 1.5;
    font-weight: 400;
}

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

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

.checkbox.privacy_checkbox label {
    padding: 0
}

.checkbox.privacy_checkbox span a {
    color: #222;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
    text-decoration-line: underline;
    margin-left: 5px;
}

.checkbox.privacy_checkbox span {
    display: flex;
    align-items: center;
    line-height: 1.5;
}

.checkbox.privacy_checkbox span:before {
    content: "\e86c";
    font-family: var(--icons);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    font-size: 26px;
    margin: 0;
    color: #bbb;
    font-weight: 500;
}

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

/* 푸터 */

/* 푸터 */
footer {
    padding: 45px 0;
    background-color: #1E2428;
    color: #fff;
}

footer .container {
    width: 100%;
    max-width: 1730px
}

footer .footer-wrap {}

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

footer li:nth-child(5),
footer li:nth-child(6) {
    position: relative;
}

footer li:nth-child(5):before,
footer li:nth-child(6):before {
    position: absolute;
    content: "";
    left: -10px;
    background: rgba(255, 255, 255, 0.15);
    height: 12px;
    width: 1px;
}

footer li span {
    opacity: 1;
    font-weight: 700;
    line-height: 26px;
    font-size: 14px;
}

footer li:first-child {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
    letter-spacing: 0;
}

footer li.copy {
    margin-top: 15px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.30);
    line-height: 23px;
    letter-spacing: 0;
    font-weight: 400;
}

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



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

.footer-info li.login a {
    display: block;
    padding: 10px 15px;
    color: #ccc;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 3px;
    letter-spacing: 0;
}

.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: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 350px;
    flex-direction: column;
    gap: 14px;
    border-radius: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.member_wrapper .table {
    width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


@media (max-width:1199px) {
    .carousel-caption {
        padding: 0 20px;
    }

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

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

    .navbar-inverse .navbar-nav>li>a {
        padding: 38px 30px;
    }

    .main-product .categori li {
        padding: 10px 10px;
        font-size: 15px;
    }
    .compete-img img {
        width: 100%;
        object-fit: cover;
    }
    .compete-box .compete-table {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .compete-img img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }
    .table-style01 th {
        font-size: 14px;
    }
    .table-style01 td {
        font-size: 14px;
        line-height: 18px;
    }
    .table-style01 th, .table-style01 td {
        padding: 8px 9px;
    }
}

@media (max-width:991px) {
    .compete-box h5 {
        font-size: clamp(20px, 3.21vw, 32px);
        margin-bottom: 20px;
    }
    .compete-box .compete-table {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .main-product .inners {
        grid-template-columns: 1fr;
        gap: 70px;
    }

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

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

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

    .navbar-brand {
        height: 30px;
    }

    #site {
        padding-top: 63px;
    }

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

    .main-tit span {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .main-tit h3 {
        font-size: clamp(20px, 3.01vw, 30px);
        line-height: 1.3;
    }

    .main-tit {
        margin-bottom: 45px;
        text-align: center;
    }

    .main-business .inners {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 30px;
    }

    .main-business .inners .inner {
        gap: 25px;
        padding: 25px 30px;
        background: #fff;
    }

    .main-business .inner .img-box img {
        height: 225px;
        object-fit: contain;
        width: 100%;
    }

    .main-business .inner .txt-box h6 {
        font-size: clamp(18px, 2.31vw, 23px);
        line-height: 25px;
        margin-bottom: 15px;
    }

    .dot-list li {
        font-size: 14px;
        padding-left: 19px;
    }

    .main-business {
        gap: 50px;
    }

    .main-btn {
        width: 140px;
        height: 45px;
        padding: 10px;
        font-size: 16px;
    }

    .main-tit h2 {
        font-size: clamp(23px, 4.01vw, 40px);
    }

    .main-product .inners .inner h6 {
        padding: 12px 0;
        font-size: 16px;
    }

    .main-product .img-box {
        height: auto;
        padding: 25px;
    }

    .main-product .img-box img {
        height: 290px;
    }

    .subpage-header {
        height: 320px;
    }

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

    .snb a {
        font-size: 17px;
        padding: 13px 10px;
    }

    .snb {
        margin-top: -47px;
    }

    .subpage-content {
        padding: 70px 0 90px;
    }

    .title-h3 h3 {
        font-size: clamp(20px, 3.81vw, 38px);
    }

    .title-h3 {
        margin-bottom: 60px;
    }

    .company-wrap {
        gap: 30px;
        grid-template-columns: 1fr;
    }

    .company-wrap .img-box img {
        width: 100%;
        margin: 0 auto;
        height: 400px;
        object-fit: contain;
    }

    .company-wrap .txt-box h6 {
        font-size: clamp(19px, 2.81vw, 28px);
        padding: 20px 0;
    }

    .company-wrap .txt-box p {
        font-size: clamp(15px, 1.81vw, 18px);
    }

    .company-wrap .txt-box p+p {
        margin-top: 15px;
    }

    .history-wrap {
        grid-template-columns: 1fr;
    }

    .history {
        display: grid;
        gap: 30px;
        grid-template-columns: 200px 1fr;
    }

    .timeline {
        width: 100%;
    }

    .timeline .year {
        text-align: left;
    }

    .history-wrap::before {
        position: absolute;
        content: "";
        left: 200px;
        top: 0;
        width: 1px;
        height: 100%;
        background: #bbb;
        transform: unset;
    }

    .history-wrap .history .classify:before {
        position: absolute;
        content: "";
        width: 4px;
        aspect-ratio: 1;
        border-radius: 50%;
        background: #bbb;
        bottom: 50%;
        right: -28px;
        transform: translateY(-50%);
    }

    .history .classify p {
        font-size: 20px;
    }

    .timeline .year {
        font-size: 28px;
    }

    .timeline .dot-list li {
        color: #555;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0;
        padding-left: 9px;
    }

    .business-wrap .inner {
        height: 365px;
        padding: 20px;
        gap: 25px;
    }

    .business-wrap .inner .img-box {
        height: 180px;
    }

    .business-wrap .inner .txt-box h6 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .business-wrap {
        gap: 20px;
    }

    .title-h3 h4 {
        font-size: clamp(20px, 3.81vw, 38px);
    }

    #business01 .subpage-title h2,
    #contact01 .subpage-title h2 {
        margin-top: 30px;
    }

    .product-inners {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .product-inners .inner .img-box {
        height: unset;
        padding: 20px;
    }

    .product-inners .inner .img-box img {
        width: 100%;
        height: 300px;
        object-fit: contain;
    }

    #product02 .product-inners>.inner>.img-box img {
        width: 100%;
        height: 300px;
        object-fit: contain;
        padding: 0;
    }

    #product02 .product-inners .inner-small .inner-sm .img-box {
        padding: 20px 0;
    }

    #product02 .product-inners .inner-small .inner-sm h6 {
        padding: 12px 0;
        font-size: 14px;
    }

    #product02 .product-inners .inner-box .img-box {
        padding: 23px 0 30px;
        height: 146px;
    }

    #product02 .product-inners .inner-box .img-box img {
        height: 100%;
    }
    .cert-wrap .cert-box {
        padding: 25px 25px;
        gap: 35px;
    }
    .cert-wrap .img-wrap {
        gap: 30px;
    }
    .patent-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width:767px) {
    #product02 .product-inners .inner-small .inner-sm .img-box img {
        height: 150px;
    }

    #product02 .product-inners .inner-box .img-box {
        height: unset;
        padding: 20px;
    }

    #product02 .product-inners .inner-box .img-box img {
        height: 300px;
    }

    #product02 .product-inners>div {
        width: 100%;
    }

    #product02 .product-inners {
        grid-template-columns: 1fr;
    }

    .product-inners .inner .img-box img {
        height: 250px;
    }

    .product-inners .inner h6 {
        padding: 14px 0;
        font-size: 16px;
    }

    .product-box .product-tit p {
        font-size: 18px;
        padding: 16px 0;
    }

    .business-wrap .inner .img-box {
        height: unset;
        width: 100%;
    }

    .business-wrap .inner .img-box img {
        width: 100%;
        height: 200px;
        object-fit: contain;
    }

    .business-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .timeline .dot-list li {
        font-size: 14px;
    }

    .timeline .dot-list li:has(span) {
        grid-template-columns: 70px 1fr;
    }

    .timeline .year {
        font-size: 24px;
    }

    .history-wrap .history .classify:before {
        right: -13px;
    }

    .history-wrap::before {
        left: 120px;
        background: #ddd;
    }

    #scrollTop {
        display: none !important;
    }

    #site {
        padding-top: 68px;
    }

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

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

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

    .history {
        display: grid;
        gap: 30px;
        grid-template-columns: 110px 1fr;
    }

    .history .classify {
        width: 100%;
    }
}

@media (max-width:576px) {
    .title-h3 {
        margin-bottom: 45px;
    }
    .patent-wrap {
        grid-template-columns: 1fr;
    }
    .cert-wrap .img-wrap {
        gap: 30px;
        display: grid;
        grid-template-columns: 1fr;
    }
    .cert-wrap .cert-box h5 {
        font-size: 24px;
    }
    .table-style01 {
        min-width: 400px;
    }
    .product-inners .inner .img-box img {
        height: 225px;
    }

    .product-inners .inner h6 {
        padding: 12px 0;
        font-size: 14px;
    }

    .product-box .product-tit p {
        font-size: 13px;
    }

    .product-inners {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .business-wrap {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    #business01 .subpage-content {
        padding-top: 65px;
    }

    .snb {
        margin-top: -38px;
    }

    .snb a {
        font-size: 15px;
        padding: 10px 5px;
    }

    .subpage-header {
        height: 210px;
    }

    .company-wrap .img-box {
        padding: 0;
    }

    .company-wrap .img-box img {
        height: 315px;
    }

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

    .main-product {
        gap: 35px;
    }

    .main-product .img-box img {
        height: 184px;
        width: 100%;
        object-fit: contain;
    }

    .main-product .inners {
        grid-template-columns: 1fr;
        width: 80%;
        margin: 0 auto;
    }

    .main-business .inners {
        grid-template-columns: 1fr;
        gap: 50px;
        width: 80%;
        margin: 0 auto;
    }

    .main-business .inner .img-box img {
        height: 165px;
        object-fit: contain;
        width: 100%;
    }

    .main-product .categori li {
        padding: 10px 6px;
        font-size: 13px;
    }

    .main-product .categori {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    #main03 {
        padding: 55px 0 45px;
    }

    .main-btn {
        width: 120px;
        height: 35px;
        padding: 10px;
        font-size: 14px;
    }

    footer {
        padding: 25px 0;
    }

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

    footer li {
        font-size: 11px;
        line-height: 20px;
        gap: 5px;
    }

    footer li.copy {
        margin-top: 10px;
        font-size: 10px;
        line-height: 14px;
    }

    .footer-info li.login a {
        padding: 4px 8px;
        font-size: 9px;
    }

    .footer-info li.login {
        right: 0;
        top: -5px;
    }

    footer li span {
        line-height: 16px;
        font-size: 11px;
    }

    .history {
        grid-template-columns: 1fr;
    }

    .history .classify {
        width: 120px;
    }

    .timeline {
        width: fit-content;
        margin: 0 auto;
    }

    .timeline .year {
        font-size: 24px;
        text-align: center;
    }

    .history-wrap::before,
    .history-wrap .history .classify:before {
        display: none;
    }

    .timeline .dot-list li:has(span) {
        grid-template-columns: 1fr;
    }

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

    .timeline .dot-list li span {
        line-height: 1.3;
    }

    .timeline .dot-list li::before {
        top: 7px;
    }

    .timeline {
        width: 300px;
        margin: 0 auto;
    }
    #product02 .product-inners .inner-box .img-box img {
        height: 155px;
    }
    #product02 .product-inners .inner-small .inner-sm .img-box img {
        height: 120px;
    }
    #bbsArea form table tbody {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 20px 25px;
    }
    .board_wrapper .table.board_write_table :where(.input-group, .form-control) {
        padding: 8px 11px;
        height: 40px;
        font-size: 12px;
    }
    #bbsArea form table th span {
        font-size: 13px;
        line-height: 14px;
    }
    #bbsArea form table tr#item_0, #bbsArea form table tr#item_1 {
        grid-column: span 1;
    }
    img#captcha {
        height: 40px;
        vertical-align: bottom;
    }
    .checkbox.privacy_checkbox span a {
        font-size: 14px;
    }
    .checkbox.privacy_checkbox {
        margin-top: 0 !important;
    }
    .checkbox.privacy_checkbox span:before {
        justify-content: center;
        width: 20px;
        height: 20px;
        font-size: 20px;
    }
    #contact01 #bbsArea form .text-center #write_btn {
        width: 160px;
        height: 40px;
        padding: 0 23px;
        font-size: 16px;
    }
    #bbsArea form .text-center {
        margin-top: 40px;
    }
}