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

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

html {
    visibility: hidden;
}

html.no-js {
    visibility: visible;
}

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

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

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

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;
}
/* 비디오 모달창 스타일 */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    animation: fadeIn 0.3s ease;
}

.modal .modal-content {
    position: relative;
    margin: 5% auto;
    width: 80%;
    max-width: 800px;
    background-color: #000;
    border-radius: 8px;
    overflow: hidden;
    animation: slideIn 0.3s ease;
}

.modal .modal-content video {
    width: 100%;
    height: auto;
    display: block;
}

.close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
    background-color: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.close:hover,
.close:focus {
    background-color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn {
    from { 
        opacity: 0;
        transform: translateY(-50px);
    }
    to { 
        opacity: 1;
        transform: translateY(0);
    }
}

/* 모바일 대응 */
@media (max-width: 768px) {
    .modal-content {
        width: 95%;
        margin: 10% auto;
    }
    
    .close {
        font-size: 25px;
        width: 30px;
        height: 30px;
        top: 5px;
        right: 10px;
    }
}
.video-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none
}

.video-modal.on {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-modal .video-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .6)
}

.video-modal .video-dialog {
    position: relative;
    max-width: 960px;
    width: 100%;
    background: #000;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .4)
}

.video-modal .video-close {
    position: absolute;
    top: 8px;
    right: 8px;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 0;
    padding: 8px;
    line-height: 0
}

.video-modal .video-close .material-symbols-outlined {
    font-size: 28px
}

.video-modal .video-container {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9
}

.video-modal .video-container iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0
}

@media (max-width:767px) {
    .video-modal .video-dialog {
        width: 96%;
        margin: 6vh auto
    }
}

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

#gnbauth i {
    display: none;
}

.caret {
    display: none;
}

#list_btn {
    display: none;
}

.board_wrapper {
    margin-top: 0;
}

:root {
    --page-point-color: #003e52;
    --page-point-color-hover: #0a2832;
    --page-point-color2: #25959A;
    --icons: "material symbols outlined";
    --gms-opsz: "opsz" 48;
    --gms-100-fill: "FILL" 1, "wght" 100, var(--gms-opsz);
    --gms-200-fill: "FILL" 1, "wght" 200, var(--gms-opsz);
    --gms-300-fill: "FILL" 1, "wght" 300, var(--gms-opsz);
    --gms-400-fill: "FILL" 1, "wght" 400, var(--gms-opsz);
    --gms-500-fill: "FILL" 1, "wght" 500, var(--gms-opsz);
    --gms-600-fill: "FILL" 1, "wght" 600, var(--gms-opsz);
    --gms-700-fill: "FILL" 1, "wght" 700, var(--gms-opsz);
    --gms-100-out: "FILL" 0, "wght" 100, var(--gms-opsz);
    --gms-200-out: "FILL" 0, "wght" 200, var(--gms-opsz);
    --gms-300-out: "FILL" 0, "wght" 300, var(--gms-opsz);
    --gms-400-out: "FILL" 0, "wght" 400, var(--gms-opsz);
    --gms-500-out: "FILL" 0, "wght" 500, var(--gms-opsz);
    --gms-600-out: "FILL" 0, "wght" 600, var(--gms-opsz);
    --gms-700-out: "FILL" 0, "wght" 700, var(--gms-opsz);
}

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

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

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

@media (min-width: 1470px) {
    .container {
        width: 1430px;
    }
}

/* 상단 로고*/
/* 상단 로고*/
.navbar-brand {
    height: 60px;
    padding: 0;
    margin-left: 0 !important;
}

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

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

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

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

.navbar-inverse.on .navbar-brand img,
.navbar-inverse.opened .navbar-brand img {
    filter: none;
}


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

    .navbar-inverse>.container {
        max-width: 1630px;
        width: 100%;
        padding: 0 15px;
        position: relative;
    }

    .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 {
        z-index: 1030;
        padding-top: 20px;
        border: none;
        box-shadow: none;
        background: transparent;
        transition: all 0.3s ease;
    }

    .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 {
    background: transparent;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

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

.navbar-inverse.on,
.navbar-inverse.opened {
    background: #fff;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #eee;
}

.navbar-header {
    margin-top: 23px;
    margin-bottom: 0;
}

.navbar-inverse .navbar-nav {}

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

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

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

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

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

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

.navbar-inverse .navbar-nav .dropdown .dropdown-menu {
    background: var(--page-point-color2);
    border-radius: 0 0 15px 15px;
}

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

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

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
    text-align: center;
    padding: 6px 15px;
    font-size: 15px;
    color: #fff;
    opacity: 0.75;
    letter-spacing: 0;
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li:hover>a {
    background: transparent;
    color: #fff;
    opacity: 1;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    padding: 40.5px 40px;
    text-align: center;
    line-height: 1;
    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: #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;
}

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

.lang-btn {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: flex;
    gap: 30px;
    display: none;
}

.navbar-inverse.on .lang-change-btn {
    color: #000;
}

.navbar-inverse.on .lang-change-btn::before {
    background: #000;
}

.lang-change-btn {
    font-weight: 800;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    opacity: 0.4;
    background: transparent;
    margin: 0;
    border: 0;
    color: #fff;
    position: relative;
}

.lang-change-btn+.lang-change-btn::before {
    position: absolute;
    content: "";
    left: -15px;
    height: 12px;
    transform: translateY(-50%);
    width: 1px;
    top: 50%;
    background: #fff;
    opacity: 0.3;
}

.lang-change-btn.active {
    opacity: 1;
}

/* 슬라이드 이미지*/
#mainCarousel .carousel-inner .item {
    height: 100vh;
}

#mainCarousel .carousel-inner {
    position: relative;
}

#mainCarousel .carousel-inner .item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 87%, #000 129.4%);
}

/* 슬라이드 글자*/
.carousel-caption {
    top: 50%;
    padding: 0;
    text-shadow: none;
}

.carousel-caption h1 {
    margin-bottom: 25px;
    position: relative;
    color: #FFF;
    text-align: center;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.34);
    font-size: 64px;
    font-weight: 700;
    line-height: 1.45;
    /* 89.6px */
    letter-spacing: -1.28px;
}

.carousel-caption p {
    color: #FFF;
    text-align: center;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.34);
    font-size: 24px;
    font-weight: 500;
    line-height: 48px;
    /* 200% */
    letter-spacing: -0.24px;
}

/* 슬라이드 버튼 */
.carousel-indicators {
    z-index: 1;
    display: flex;
    justify-content: center;
    gap: 6px;
    bottom: 30px;
}

.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: 10px;
    height: 10px;
    border: 1px solid #fff;
    margin: 0;
    border-radius: 50%;
    transition: ease-in-out 0.15s all;
}

.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 0;
    box-shadow: none;
    transform: none;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    font-size: 20px;
    color: #212121;
}

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

.mainpage section {
    padding: 180px 0 238px;
}

#main01 {
    position: relative;
}

#main01:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 30px;
    background: linear-gradient(180deg, #FFF 0%, #E7EBF0 45.67%, #FFF 95.67%);
    width: 100%;
    height: 1390px;
}

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

.main-tit h3 {
    color: #222;
    text-align: center;
    font-size: 54px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 60px;
    letter-spacing: 0;
}

.main-tit p {
    color: #333;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.4px;
}

.m-product-wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 27px;
    position: relative;
}

.m-product-wrap .m-product-box {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.m-product-wrap .m-product-box:nth-child(1),
.m-product-wrap .m-product-box:nth-child(5) {
    margin-top: 51px;
}

.m-product-wrap .m-product-box:nth-child(2),
.m-product-wrap .m-product-box:nth-child(4) {
    margin-top: 120px;
}

.m-product-wrap .m-product-box:nth-child(3) {}

.m-product-wrap .m-product-box .m-product {
    position: relative;
    min-height: 428px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
}

.m-product .inner {
    padding: 0 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    height: 100%;
    position: relative;
}

.m-product .view-pro {}

.m-product .view-pro .img-box {}

.m-product .view-pro .img-box img {}

.img-caption {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.m-product .view-pro .img-caption {
    position: absolute;
    bottom: 17px;
}

.m-product:hover .view-pro .img-caption {
    opacity: 0;
}

.m-product .hidden-pro {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    background: rgba(28, 100, 103, 0.90);
    backdrop-filter: blur(3.5px);
    color: #fff;
}

.m-product:hover .hidden-pro {
    opacity: 1;
}

.m-product .hidden-pro h6 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: center;
}

.main-btn {
    display: inline-flex;
    height: 41px;
    padding: 14px 25px 12px 25px;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    border: 1px solid rgba(255, 255, 255, 0.60);
    font-size: 13px;
    letter-spacing: 0;
    font-weight: 300;
}

.m-product .hidden-pro p {}

#main02 {
    padding: 258px 0 0 0;
    position: relative;
    background: url("/public/img/main/main02Bg.jpg") no-repeat center / cover;
}

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

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

#main02 .main-tit h4 {
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.8px;
}

.m-contact-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
}

.m-contact-wrap .m-contact {
    display: flex;
    height: 400px;
    padding: 100px 155px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 44px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease-in-out;
}

.m-contact-wrap .m-contact:hover {
    /* background: rgba(0, 0, 0, 0.3); */
    background: rgba(5, 56, 59, 0.7);
}

.m-contact-wrap .m-contact:hover .main-btn {}

.m-contact .icon-box {}

.m-contact .icon-box span {
    color: #fff;
    display: block;
    font-size: 100px;
    --wght: 100;
}

.m-contact .icon-box h6 {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.48px;
    margin-top: 15px;
    line-height: 1;
}

.m-contact .main-btn {
    background: rgba(11, 63, 65, 0.60);
    backdrop-filter: blur(2px);
    color: #fff;
    border: 0;
}

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

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

[id^=ab0] .subpage-header .bg {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.3) 100%), url(/public/img/sub/subBg01.jpg) 50% / cover no-repeat, #000;
}

[id^=product] .subpage-header .bg {
    background: #ddd url("/public/img/sub/subBg02.jpg") no-repeat center / cover;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.3) 100%), url(/public/img/sub/subBg02.jpg) 50% / cover no-repeat, #000;
}

[id^=inquriy0] .subpage-header .bg {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.3) 100%), url(/public/img/sub/subBg03.jpg) 50% / cover no-repeat, #000;
}

[id^=data0] .subpage-header .bg {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.3) 100%), url(/public/img/sub/subBg04.jpg) 50% / cover no-repeat, #000;
}

.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;
    letter-spacing: 0;
    margin-top: 48px;
    text-align: center;
    font-weight: 700;
    font-size: 56px;
    color: #fff;
}

/* [ subpage-navbar ] */
.snb {
    position: relative;
    z-index: 10;
}

[id^=ab0] .snb {
    display: none;
}

[id^=product] .snb {}

#snbInner {
    box-shadow: 7px 7px 30px 10px rgba(0, 0, 0, 0.07);
    border: 1px solid #66C8CD;
    border-radius: 15px;
    overflow: hidden;
}

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

.snb li+li a {
    border-top: 1px solid #B1DEE0;
}

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

.snb a {
    position: relative;
    display: flex;
    gap: 0px;
    width: 100%;
    text-align: left;
    line-height: 1;
    font-size: 17px;
    padding: 15px 20px;
    color: #888;
    flex-direction: column;
    font-weight: 500;
    color: #0C6B70;
    line-height: 1.45;
    transition: all 0.3s ease-in-out;
}

.snb a span {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
    transition: all 0.3s ease-in-out;
}

.snb li.active a {
    background: var(--page-point-color2);
    font-weight: 600;
    color: #fff;
    border-color: var(--page-point-color2);
}

.snb li:hover a {
    background: var(--page-point-color2);
    font-weight: 600;
    color: #fff;
    border-color: var(--page-point-color2);
}

.snb li:hover a span {
    font-weight: 600;
    color: #fff;
}

.snb li.active a span {
    font-weight: 600;
    color: #fff;
}

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

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

[id^=product] .title-h3 {
    margin-bottom: 50px;
}

.title-h3 h3 {
    color: #333;
    font-size: 42px;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 0;
}

.title-h3 p {
    margin-top: 7px;
    color: #333;
    font-size: 24px;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 0;
}

.greet-wrap {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: 120px;
    max-width: 1200px;
    margin: 50px auto 0;
}

.greet-wrap .txt-box {}

.greet-wrap .txt-box .greet-tit {
    font-size: 32px;
    font-weight: 500;
    margin-block: 100px 40px;
}

.greet-wrap .txt-box .greet-tit strong {
    font-weight: 700;
}

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

.greet-wrap .txt-box p+p {
    margin-top: 30px;
}
.greet-wrap .txt-box p.name{
    text-align: end;
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
}
.greet-wrap .txt-box p.name b{
    text-align: end;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    margin-right: 2px;
}
.greet-wrap .img-box {}

.greet-wrap .img-box img {
    /* max-height: 600px; */
    width: 100%;
    object-fit: cover;
    border-radius: 2px;
    filter: grayscale(0.3);
}

.location-wrap {
    max-width: 1200px;
    margin: auto;
}

.location-wrap .wrap_map {
    height: 450px !important;
}

.location-wrap .map-info {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

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

.map-list h4 {
    font-size: 32px;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
}

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

.map-list .list span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: var(--page-point-color);
    font-variation-settings: var(--gms-500-out);
}

.map-list .list h6 {
    color: #222;
    font-weight: 600;
    font-size: 16px;
    width: 80px;
    line-height: 1.4;
}

.map-list .list p {
    font-size: 18px;
    letter-spacing: -0.034em;
}

.map-btn {
    display: flex;
    gap: 5px;
}

.map-btn a {
    width: 120px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    font-size: 15px;
    border-radius: 2px;
    color: #666;
    font-weight: 500;
}

.map-btn a:hover {
    border-color: #333;
    color: #333;
}

.product-wrap {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 100px;
}

.product-box {}

.product-box+.product-box {
    margin-top: 120px;
}

.product-wrap .inners {}

.product-wrap .inners+.inners {
    margin-top: 70px;
}

.product-wrap .brand {
    padding: 20px 0 50px;
    border-bottom: 1px solid #ccc;
}

.product-wrap .brand .img-box {
    margin-bottom: 40px;
    display: inline-flex;
    width: fit-content;
}

.product-wrap .brand .img-box+.img-box {
    margin-left: 20px;
}

.product-wrap .brand .img-box img {
    max-width: 200px;
}

#product05 .product-wrap .brand .img-box img {
    height: 60px;
}

.product-wrap .intro {}

.product-wrap .intro h6 {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -0.24px;
    margin-bottom: 20px;
}

.product-wrap .intro p {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: -0.034em;
}

.product-wrap .intro p+p {
    margin-top: 20px;
}

.product-wrap .product {}

.product-wrap .product .desc {}

.product .inner {
    padding: 40px;
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 80px;
    align-items: center;
    background: #F6F6F6;
    width: 100%;
    border-radius: 20px;
}

#product01 .product .inner:nth-child(3) {
    align-items: self-start;
}

.product .inner+.inner {
    margin-top: 30px;
}

.sub-h5 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.034em;
    color: #333;
    margin-bottom: 10px;
}

.sub-h6 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    color: #333;
    margin-bottom: 10px;
}

.product .desc {
    color: #333;
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: -0.17px;
    margin-bottom: 30px;
}

.product .img-box {
    display: flex;
    position: relative;
    border-radius: 15px;
    min-height: 380px;
    background: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.product .img-box img {
    margin-bottom: 54px;
}

.product .pro-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    content: "";
    display: flex;
    gap: 5px;
}

.product .pro-btn a {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: -0.15px;
    color: #555;
    display: flex;
    gap: 5px;
    font-weight: 500;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 18px;
    transition: all 0.2s ease-in-out;
}

.product .pro-btn a:hover {
    background: #25959A;
    color: #fff;
    border-color: #25959A;
}

.product .pro-btn a span {
    font-size: 17px;
}

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

.product .info-box .pro-tit {
    color: #333;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -0.26px;
}

.product .info-box .pro-tit small {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.18px;
}

.product .software-box {}

.product .software-box p {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.15px;
    margin-bottom: 7px;
}

.product .software {
    display: flex;
    gap: 30px;
}

.product .software a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 10px 0;
    width: 200px;
    height: 80px;
    border: 1px solid #ccc;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: -0.01em;
    border-radius: 5px;
}

.product .software a+a::before {
    position: absolute;
    content: "or";
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: -0.15px;
}

.product .software a img {}

.dot-list {}

.dot-list li {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.16px;
    padding-left: 10px;
    position: relative;
}

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

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

.etc-box {
    margin-top: 15px;
}

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

#product06 .etc-box .etc-pro {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.etc-box .etc-pro.coli {
    grid-template-columns: repeat(4, 1fr);
}

#product03 .etc-box .etc-pro {
    grid-template-columns: repeat(4, 1fr);
}

#product03 .etc-box .etc-pro .img-box {
    padding: 20px 20px 20px;
}

#product03 .etc:last-child .etc-box .etc-pro {
    grid-template-columns: repeat(3, 1fr);
}

#product03 .etc-box .etc-pro .img-box .img-caption {
    margin-block: 15px 0;
    font-size: 16px;
}

.etc-box .etc-pro .img-box {
    border-radius: 5px;
    overflow: hidden;
    /* background: #f2f2f2; */
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

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

.etc-box .etc-pro.coli .img-box img {}

.etc-box .etc-pro .img-box .img-caption {
    margin-block: 20px 25px;
    font-size: 17px;
}

#product04 .etc:last-child .etc-box .etc-pro .img-box .img-caption {
    margin-block: 15px;
}

.video-box {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.video-box iframe{
    width: 100% !important;
}
#product04 .video-box img {
    height: 315px;
    margin: 0 auto;
}

.more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.more-btn a {
    width: 400px;
    height: 60px;
    text-align: center;
    background: #fff;
    color: #25959A;
    font-weight: 700;
    font-size: 17px;
    transition: all 0.2s ease-in-out;
    border: 3px solid #419498;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.more-btn a:hover {
    background: #25959A;
    color: #fff;
    border-color: #25959A;
}

.table-box {}

.table-style01 {
    width: 100%;
    border-top: 1px solid #000;
    position: relative;
}

.table-style01 tr {}

.table-style01 th,
.table-style01 td {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    padding: 17px 20px;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    line-height: 1.5;
}

.table-style01 td span {
    width: 14px;
    aspect-ratio: 1;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px solid #777;
}

.table-style01 thead th {}

.table-style01 th {
    font-size: 16px;
    background: #f6f6f6;
    font-weight: 600;
    line-height: 1.3;
}

.table-style01 td img {
    /* max-width: 100px; */
    object-fit: contain;
    max-height: 130px;
}

.table-style01 td {
    color: #555;
    font-size: 15px;
}

#product02 .table-style01 th:first-child {
    width: 19%;
}

#product02 .table-style01 th {
    width: 27%;
}

#product06 .product .inner {
    align-items: flex-start;
}

.table-style01 tbody th {
    text-align: center;
}

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

.table-style01 td ul li {
    text-align: left;
}

/* product10 테이블 오버플로우 문제 해결 */
.multi-product {
    max-width: 100%;
    overflow: hidden;
}


#product10 .table-style01 thead th:nth-child(2),
#product10 .table-style01 thead th:nth-child(3) {
    width: 20%;
}

#product10 .table-style01 tbody td:nth-child(4) {
    text-align: left;
}
.category_wrap{
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.category_wrap ul{
    display: flex;
    gap: 30px;
}
.category_wrap ul li{
    position: relative;
    margin: 0 !important;
}
.category_wrap ul li + li::before{
    position: absolute;
    content: "";
    left: -16px;
    top: 6px;
    width: 3px;
    aspect-ratio: 1;
    background: #ccc;
    border-radius: 50%;
}
.category_wrap ul li a{
    padding: 0;
    border: 0;
    font-size: 19px;
    /*font-family: 'G-Market-Sans';*/ 
    font-weight: 500;
    color: #333;
}
.category_wrap ul li.on a{}
.category_wrap ul li a:hover{
    color: var(--page-point-color);
}
/* 블로그 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 {}

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


/* 목록 게시판 */
#bbsArea {
    max-width: 1200px;
    margin: auto;
}

#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 {
    background: #fff;
    font-size: 17px;
    border-bottom-color: #ccc;
    padding: 17px 15px;
}

#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.subject {
    font-size: 17px;
    color: #333;
}

#bbsArea .board_list_list tbody td span.badge {
    background: var(--page-point-color2);
    border-radius: 2px;
    font-size: 13px;
    padding: 5px 7px;
}

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

#bbsArea .board_list_list tbody th,
#bbsArea .board_list_list tbody td {
    padding: 20px 15px;
    font-weight: 400;
    color: #555;
}

.search_wrap {
    margin-bottom: 0;
}

.form-control {
    height: 46px;
    font-size: 15px;
    border-radius: 2px;
    padding: 6px 15px;
}

select.form-control {
    background-size: 24px;
    background-position: calc(100% - 9px) 11px;
}

.btn {
    padding: 12px 30px;
    border-radius: 2px;
    font-size: 15px;
    height: 46px;
}

.search_wrap .btn {
    padding-left: 30px;
    padding-right: 30px;
}

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

/* 주문폼 */
#inquriy01 #bbsArea {
    display: grid;
    grid-template-columns: 0.4fr 1fr;
    gap: 50px;
    margin-top: 100px;
    max-width: unset;
}

#inquriy01 #bbsArea .img-box {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

#inquriy01 #bbsArea .img-box::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

#inquriy01 #bbsArea .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #ddd;
}

#inquriy01 #bbsArea .cont-info {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 60px 50px;
    color: #fff;
    z-index: 2;
}

#inquriy01 #bbsArea .cont-info p {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: -0.025em;
}

#inquriy01 #bbsArea .cont-info li {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
}

#inquriy01 #bbsArea .cont-info li+li {
    margin-top: 7px;
}

#inquriy01 .board_wrapper {
    background: #f7f7f7;
    padding: 50px 60px;
    border-radius: 20px;
    margin-bottom: 0;
}

#inquriy01 #bbsArea form table {
    border: 0;
}

#inquriy01 #bbsArea form table th {
    width: 150px;
    padding-top: 17px !important;
    background: transparent;
}

#inquriy01 #bbsArea form table td {}

#inquriy01 #bbsArea form table tr {}

#inquriy01 #bbsArea form table tr> :where(th, td) {
    border: 0;
    padding: 12px 0;
}

#bbsArea .board_wrapper {}

#bbsArea form {}

#bbsArea form table {}

#bbsArea form table tr {}

#bbsArea form table th {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    background: #fff;
    border-color: #e5e5e5;
    width: 200px;
}

#bbsArea form table th span {
    font-size: 16px;
}

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

#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;
    padding: 11px 20px;
    height: 45px;
}

img#captcha {
    height: 46px;
    vertical-align: bottom;
    border-radius: 2px;
}

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

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

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

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

.checkbox label,
.radio label {
    font-size: 16px;
}

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

#login_btn {
    width: 100%;
}

/* 푸터 */
footer {
    background-color: #2C2C2C;
}

.footer-wrap h6 {
    color: rgba(255, 255, 255, 0.90);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: -0.32px;
}

.footer-wrap p {
    color: rgba(255, 255, 255, 0.60);
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.15px;
}

footer li {
    color: rgba(255, 255, 255, 0.60);
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    display: flex;
    gap: 3px;
    align-items: center;
    letter-spacing: -0.15px;
    position: relative;
}

footer li+li:not(.login)::before {
    position: absolute;
    content: "";
    left: -20px;
    width: 1px;
    height: 13px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.30);
    ;
}

footer li span {
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: -0.15px;
}

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

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

footer .footer-wrap {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
}

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

.footer-info li.login a {
    display: block;
    padding: 2px 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.7);
    border-radius: 2px;
    font-size: 12px;
    font-weight: 500;
}

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

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

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

/* 푸터 - 대학교형 */
/* #site footer { margin-top: 0; } 

#site footer .footer-wrap { display: grid; grid-template-columns: 1fr; letter-spacing: -0.03em; background: #fff; } 

@media (min-width: 1440px){
 #site footer .container { width: 1440px; } 
 }

#site .footer-wrap .footer-link { border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; padding: 10px 0; } 

footer .footer-link ul { display: flex; gap: 50px; } 

footer .footer-link li { } 


footer .footer-link li:hover::before { width: 100%; } 

footer .footer-link li a { color: #333; font-weight: 400; font-size: 15px; } 

footer .footer-link li.privacy a { } 

footer .footer-link li a:hover { color: #000; } 

footer .footer-info { padding: 50px 0; } 

.footer-info ul { display: flex; flex-flow: wrap; position: relative; } 

.footer-info li:first-child { font-size: 16px; margin-bottom: 7px; letter-spacing: -0.01em; color: #111; font-weight: 500; } 

.footer-info li { font-size: 16px; margin-right: 20px; color: #666; } 

.footer-info li.copy { margin-top: 15px; font-size: 12px; color: #333; opacity: 0.7; } 

.footer-info li.login { position: absolute; right: 15px; bottom: 20px; } 

.footer-info li.login a { display: block; padding: 5px 15px; border: 1px solid #333; color: #333; } 

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

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

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

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #666;
        transition: ease-in-out 0.15s all;
        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: #222;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

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

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        min-width: 100%;
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        overflow: hidden;
        border: 0;
        padding: 20px 12px;
        box-shadow: none;
        background: #fff;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover {
        background: transparent;
        color: #333;
    }
}

/* 로그인 페이지 */
.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) {
    .footer-info li.login{
        bottom: -26px;
    }
    .footer-info li.login a {
        display: block;
        padding: 2px 8px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        color: rgba(255, 255, 255, 0.7);
        border-radius: 2px;
        font-size: 9px;
        font-weight: 500;
    }
    #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;
    }
}

/* 통합 비디오 모달창 스타일 */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal.on {
    display: flex;
    opacity: 1;
    align-items: center;
    justify-content: center;
}

.modal-content {
    position: relative;
    margin: 5% auto;
    width: 80%;
    max-width: 800px;
    background-color: #000;
    border-radius: 8px;
    overflow: hidden;
    transform: translateY(-50px);
    transition: transform 0.3s ease;
}

.modal.on .modal-content {
    transform: translateY(0);
}

.video-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 비율 */
    position: relative;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.modal-content video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; /* 비율 유지하면서 컨테이너에 맞춤 */
}

.close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
    background-color: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: background-color 0.3s ease;
}

.close:hover,
.close:focus {
    background-color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
}

/* 모바일 대응 */
@media (max-width:1199px) {
    #inquriy01 #bbsArea .img-box img {
        height: 300px;
    }
    #inquriy01 #bbsArea {
        grid-template-columns: 1fr;
        gap: 50px;
        margin-top: 70px;
    }
    #inquriy01 .board_wrapper {
        padding: 30px 35px;
    }
    .m-contact-wrap .m-contact {
        height: auto;
        padding: 45px 15px;
        gap: 40px;
    }
    .m-contact .icon-box span {
        font-size: 60px;
        text-align: center;
    }
    #main02 .main-tit h4 {
        font-size: 32px;
    }
    #main01:before {
        height: 95%;
    }
    .m-product-wrap .m-product-box:nth-child(1), .m-product-wrap .m-product-box:nth-child(5) {
        margin-top: 0;
    }
    .m-product-wrap .m-product-box:nth-child(2), .m-product-wrap .m-product-box:nth-child(4) {
        margin-top: 0;
    }
    .mainpage section {
        padding: 100px 0 150px;
    }
    .m-product-wrap .m-product-box {
        display: grid;
        gap: 32px;
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }
    .m-product-wrap {
        grid-template-columns: 1fr;
        gap: 27px;
        position: relative;
    }
    .carousel-caption h1 {
        font-size: 40px;
    }
    #mainCarousel .carousel-inner .item {
        height: 600px;
    }
    .main-tit h3 {
        font-size: 40px;
        margin-bottom: 30px;
    }
    .main-tit p {
        font-size: 18px;
    }
    .main-tit {
        margin-bottom: 60px;
    }
    .product-wrap {
        grid-template-columns: 200px 1fr;
        gap: 60px;
    }
    .product .inner {
        padding: 20px;
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .product .software a img {
        height: 40px;
    }
    .product .software a {
        gap: 15px;
        padding: 10px 0;
        width: 160px;
        font-size: 12px;
    }
}
@media (max-width:991px) {
    #inquriy01 #bbsArea .img-box img {
        height: 220px;
    }
    #inquriy01 #bbsArea .cont-info {
        padding: 25px 30px;
    }
    .video-box {
        grid-template-columns: 1fr;
    }
    .snb ul {
        position: relative;
        display: grid;
        align-items: unset;
        grid-template-columns: 1fr 1fr;
    }
    .snb a span {
        font-size: 12px;
    }
    .snb a {
        font-size: 14px;
        padding: 7px 20px;
    }
    .product-wrap {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .map-btn {
        position: absolute;
        right: 15px;
    }
    .map-list .list span {
        font-size: 14px;
    }
    .map-list .list {
        gap: 5px;
    }
    .map-list .list p {
        font-size: 13px;
    }
    .map-list .list h6 {
        font-size: 14px;
        width: 50px;
    }
    .map-btn a {
        width: 95px;
        height: 35px;
        font-size: 13px;
    }
    .map-list h4 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .location-wrap .map-info {
        margin-top: 35px;
    }
    .root_daum_roughmap .wrap_map{
        height: 300px !important;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 25.5px 20px;
    }
    .navbar-header {
        margin-top: 15px;
    }
    .navbar-brand {
        height: 45px;
    }
    .carousel-caption h1 {
        font-size: clamp(22px, 4.01vw, 40px);
        margin-bottom: 15px;
    }
    .carousel-caption p {
        font-size: clamp(15px, 2.41vw, 24px);
        line-height: 2;
        letter-spacing: -0.01em;
    }
    .main-tit h3 {
        font-size: clamp(22px, 4.01vw, 40px);
        margin-bottom: 18px;
    }
    .main-tit p {
        font-size: clamp(15px, 1.81vw, 18px);
    }
    .img-caption {
        font-size: 17px;
    }
    .m-product .inner {
        padding: 25px;
    }
    .m-product-wrap .m-product-box .m-product {
        min-height: 350px;
    }
    .m-product .view-pro .img-caption {
        bottom: 5px;
    }
    #main02 {
        padding: 115px 0 0 0;
    }
    #main02 .main-tit h4 {
        font-size: clamp(18px, 3.21vw, 32px);
    }
    #main02 .main-tit {
        margin-bottom: 70px;
    }
    .subpage-header {
        height: 360px;
    }
    .subpage-title h2 {
        margin-top: 33px;
        font-size: clamp(22px, 4.01vw, 40px);
    }
    .title-h3 h3 {
        font-size: clamp(20px, 4.01vw, 40px);
    }
    .greet-wrap {
        grid-template-columns: 0.8fr 1fr;
        gap: 60px;
    }
    .greet-wrap .txt-box .greet-tit {
        font-size: 25px;
        margin-block: 25px 30px;
    }
    .greet-wrap .txt-box p {
        font-size: 16px;
        line-height: 1.7;
    }
}
@media (max-width: 767px) {
    .checkbox label, .radio label {
        font-size: 13px;
    }
    .board_wrapper .table.board_write_table :where(.input-group, .form-control) {
        width: 100%;
        height: 39px;
        font-size: 12px;
        padding: 6px 10px;
    }
    #inquriy01 #bbsArea form table tr> :where(th, td) {
        border: 0;
        padding: 0;
    }
    #bbsArea form table th span {
        font-size: 12px;
    }
    .table.table_responsive tbody tr th {
        padding: 10px 10px !important;
    }
    #inquriy01 .board_wrapper {
        padding: 20px 15px;
    }
    #inquriy01 #bbsArea .img-box img {
        height: 170px;
    }
    #inquriy01 #bbsArea .cont-info p {
        font-size: 18px;
        margin-bottom: 30px;
    }
    #inquriy01 #bbsArea .cont-info li {
        font-size: 15px;
    }
    .subpage-content {
        padding: 80px 0 100px;
    }
    .greet-wrap .txt-box .greet-tit {
        font-size: 25px;
        margin-block: 0 30px;
    }
    .greet-wrap .img-box img {
        height: 300px;
    }
    .greet-wrap {
        grid-template-columns: 1fr;
        gap: 60px;
        margin-top: 0;
    }
    .modal-content {
        width: 95%;
        margin: 10% auto;
    }
    
    .close {
        font-size: 25px;
        width: 30px;
        height: 30px;
        top: 5px;
        right: 10px;
    }
    .navbar-brand {
        height: 40px;
        margin-left: 15px !important;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 15px;
        padding: 17.5px 20px;
    }
    #mainCarousel .carousel-inner .item {
        height: 450px;
    }
    .m-product .view-pro .img-box img {
        max-height: 250px;
    }
    .m-product .hidden-pro h6 {
        font-size: clamp(16px, 3.1vw, 24px);
    }
    .main-btn {
        padding: 8px 20px 8px 20px;
        font-size: 11px;
        height: unset;
    }
    #main01:before{
        bottom: 0;
        height: 100%;
    }
    .m-contact .icon-box span {
        font-size: 35px;
    }
    .m-contact .icon-box h6 {
        font-size: 18px;
        margin-top: 10px;
    }
    .m-contact-wrap .m-contact {
        padding: 45px 15px;
        gap: 20px;
    }
    .footer-wrap h6 {
        font-size: 13px;
    }
    .footer-wrap p {
        font-size: 12px;
        line-height: 2;
    }
    footer li {
        font-size: 12px;
        line-height: 2;
    }
    footer li span {
        font-size: 12px;
        line-height: 2;
    }
    footer .footer-info {
        line-height: 1.5;
        gap: 0 10px;
    }
    footer li+li::before{
        display: none;
    }
    footer .footer-wrap {
        padding: 25px 0;
    }
    .title-h3 {
        margin-bottom: 47px;
        text-align: center;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        padding: 5px 15px;
        font-size: 12px;
    }
    .table-box{
        overflow: hidden;
        overflow-x: auto;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    .table-style01{
        table-layout: fixed;
        width: 100%;
        min-width: 600px;
    }
    .product-box,
    .product-wrap,
    .container {
        max-width: 100%;
        overflow-x: hidden;
    }
    #product04 .table-style01 col:nth-child(1){
        width: 80px !important;
    }
    #product04 .table-style01 col:nth-child(2){
        width: 120px !important;
    }
    #product04 .table-style01 col:nth-child(3){
        width: 140px !important;
    }
    #product04 .table-style01 col:nth-child(4){
        width: 140px !important;
    }
    #product04 .table-style01 col:nth-child(5){
        width: 160px !important;
    }
    #product04 .table-style01 col:nth-child(6){
        width: 160px !important;
    }
    #product04 .table-style01 col:nth-child(7){
        width: 160px !important;
    }
    #bbsArea .board_wrapper{
        overflow: hidden;
        overflow-x: auto;
    }
    #bbsArea .board_list_list thead tr th {
        background: #fff;
        font-size: 13px;
        border-bottom-color: #ccc;
        padding: 12px 10px;
    }
    #bbsArea .board_list_list tbody th, #bbsArea .board_list_list tbody td {
        padding: 10px 10px;
        font-weight: 400;
        color: #555;
        font-size: 12px;
    }
    #bbsArea .board_list_list tbody td.subject {
        font-size: 12px;
        color: #333;
    }
    #bbsArea .board_list_list col.num_col{
        width: 80px !important;
    }
    #bbsArea .board_list_list col.cate_col{
        width: 90px !important;
    }
    #bbsArea .board_list_list col.subject_col{
        width: 220px !important;
    }
    #bbsArea .board_list_list col.writer_col{
        width: 120px !important;
    }
    #bbsArea .board_list_list col.regdate_col{
        width: 160px !important;
    }
}
@media (max-width:576px) {
    .category_wrap ul li a {
        font-size: 14px;
    }
    #inquriy01 #bbsArea .img-box img {
        height: 150px;
    }
    #inquriy01 #bbsArea .cont-info {
        padding: 16px 20px;
    }
    #inquriy01 #bbsArea .cont-info li {
        font-size: 13px;
    }
    #inquriy01 #bbsArea .cont-info li+li {
        margin-top: 4px;
    }
    .etc-box .etc-pro {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .product .img-box img {
        margin-bottom: 54px;
        max-height: 300px;
    }
    .map-btn a {
        width: 80px;
        height: 25px;
        font-size: 11px;
    }
    .map-list h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .greet-wrap .img-box img {
        height: 250px;
    }
    .greet-wrap .txt-box p.name b {
        font-size: 14px;
    }
    .greet-wrap .txt-box p.name {
        font-size: 16px;
    }
    .greet-wrap .txt-box p {
        font-size: 14px;
    }
    .greet-wrap .txt-box .greet-tit {
        font-size: 18px;
        margin-block: 0 20px;
    }
    .subpage-header {
        height: 200px;
    }
    #mainCarousel .carousel-inner .item {
        height: 400px;
    }
    .m-product-wrap .m-product-box {
        grid-template-columns: 1fr;
    }
    .m-contact-wrap {
        grid-template-columns: 1fr;
        border-top: 1px solid rgba(255, 255, 255, 0.4);
        position: relative;
    }
    .m-contact-wrap .m-contact {
        padding: 20px 15px;
        gap: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }
    #main02 {
        padding: 70px 0 0 0;
    }
    #main02 .main-tit {
        margin-bottom: 40px;
    }
    .m-product .view-pro .img-box img {
        max-height: 170px;
    }
    .m-product-wrap .m-product-box .m-product {
        min-height: 267px;
    }
    .product-wrap .brand {
        padding: 0 0 30px;
    }
    .product-wrap .brand .img-box img {
        max-width: 125px;
    }
    .product-wrap .brand .img-box {
        margin-bottom: 15px;
    }
    .product-wrap .intro h6 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .product-wrap .intro p {
        font-size: 14px;
    }
    .product-wrap .inners+.inners {
        margin-top: 30px;
    }
    .sub-h5 {
        font-size: 19px;
        margin-bottom: 10px;
    }
    .product .desc {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .product .img-box {
        min-height: 280px;
        padding: 15px;
    }
    .product .pro-btn a {
        font-size: 11px;
        gap: 3px;
        padding: 3px 10px;
    }
    .product .pro-btn a span {
        font-size: 11px;
    }
    .product .inner {
        padding: 15px;
        gap: 30px;
    }
    .product .info-box .pro-tit {
        font-size: 18px;
    }
    .product .info-box .pro-tit small {
        font-size: 13px;
    }
    .dot-list li {
        font-size: 12px;
        padding-left: 8px;
    }
    .dot-list li::before {
        top: 7px;
        width: 2px;
    }
    .product .software-box p {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .product .software a img {
        height: 25px;
    }
    .product .software a {
        gap: 15px;
        padding: 5px 0;
        width: 130px;
        font-size: 10px;
        height: 40px;
    }
    .product .software a+a::before {
        left: -22px;
        font-size: 10px;
    }
    .product .info-box {
        gap: 10px;
    }
    .footer-wrap h6 {
        font-size: 11px;
    }
    .footer-wrap p {
        font-size: 10px;
        line-height: 1.6;
    }
    footer li span {
        font-size: 10px;
        line-height: 1.5;
    }
    footer li {
        font-size: 10px;
        line-height: 1.5;
    }
    .etc-box .etc-pro .img-box .img-caption {
        margin-block: 6px 15px;
        font-size: 14px;
    }
    .table-style01 th {
        font-size: 12px;
    }
    .table-style01 th, .table-style01 td {
        font-size: 11px;
        padding: 10px 10px;
    }
    .sub-h6 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .etc-box .etc-pro.coli {
        grid-template-columns: repeat(1, 1fr);
    }
    .more-btn a {
        width: 140px;
        height: 40px;
        font-size: 13px;
        border: 1px solid #419498;
    }
    .main-tit {
        margin-bottom: 35px;
    }
    .map-list .list h6 {
        font-size: 12px;
        width: 40px;
    }
    .map-list .list p {
        font-size: 11px;
    }
    .map-list .list span {
        font-size: 11px;
    }
    #product03 .etc-box .etc-pro {
        grid-template-columns: repeat(2, 1fr);
    }
    #product03 .etc-box .etc-pro .img-box {
        padding: 10px;
    }
    #product03 .etc-box .etc-pro .img-box .img-caption {
        margin-block: 10px 0;
        font-size: 11px;
    }
    #product03 .etc:last-child .etc-box .etc-pro {
        grid-template-columns: repeat(2, 1fr);
    }
    #product06 .etc-box .etc-pro {
        grid-template-columns: repeat(2, 1fr);
    }
    .etc-box .etc-pro .img-box .img-caption {
        margin-block: 4px 10px;
        font-size: 11px;
    }
    .more-btn {
        margin-top: 30px;
    }
    .product-box+.product-box {
        margin-top: 60px;
    }
    
}