@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
@import url('https://fonts.googleapis.com/css2?family=East+Sea+Dokdo&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

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

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

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

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

/* 다국어 버튼 */
.lang-wrap {
    display: flex;
    gap: 30px;
    position: relative;
}

.lang-wrap:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 34px;
    transform: translateY(-50%);
    background: #333;
    opacity: 0.3;
    width: 1px;
    height: 12px;
}

.lang-wrap button {
    background: transparent;
    border: 0;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    color: #333;
    opacity: 0.4;
    font-weight: 800;
}

.lang-wrap button.active {
    opacity: 1;
}

/* 불필요 항목 삭제 */
.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: #1528a1;
    --page-point-color-hover: #0a2832;
    --icons: "material symbols outlined";
}

.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: 1400px) {
    .container {
        width: 1330px;
    }
}

/* 상단 로고*/
.navbar-brand {
    height: 54px;
    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 {
    height: 100%;
    object-fit: contain;
    filter: none;
}


/* 상단 메뉴 */
@media(min-width:768px) {

    .navbar-inverse {
        transition: all 0.3s cubic-ease;
    }

    .navbar-inverse>.container {
        max-width: 1670px;
        width: 100%;
        padding: 0;
        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 {
        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: 100%;
        color: #fff;
    }

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

.navbar-inverse {
    background: #fff;
    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;
}

.navbar-header {}

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

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

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

.navbar-inverse .navbar-nav>li>a {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    padding: 56px 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: 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;
}

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

#mainCarousel .carousel-inner {}

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

#mainCarousel .carousel-inner .item::before,
.main_swiper_widget .swiper-bg::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
}
#mainCarousel .carousel-inner .item:nth-child(1)::before {
    display: none;
}
/* 슬라이드 글자*/
.swiper-caption,
.carousel-caption {
    top: 48%;
    padding: 0;
    max-width: 1240px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: unset;
}

.swiper-caption h1,
.carousel-caption h1 {
    margin-bottom: 0;
    position: relative;
    color: #FFF;
    text-shadow: none;
    font-size: 70px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.01em;
    text-align: center;
    display : flex;
    flex-direction : column;
    text-align : left;
}
.item:nth-child(2) .carousel-caption h1,
.item:nth-child(3) .carousel-caption h1{
    font-size: 37px;
    line-height: 1.6;
}
.swiper-caption p,
.carousel-caption p {
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 500;
    text-shadow: none;
}

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

.carousel-control,
.carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 6px;
    bottom: 27px;
}

.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%;
    background: transparent;
    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: 50px;
    display: none;
}

/* 메인 페이지 */
.mainpage section {
    padding: 150px 0;
}

.main-tit {}

.main-tit h3 {
    color: #000;
    font-size: 54px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1px;
    margin-bottom: 50px;
}

.sub-desc {
    color: #333;
    font-size: 19px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.02em;
}

.main-btn {
    display: flex;
    width: 160px;
    padding : 12px 20px;
    justify-content: space-between;
    align-items: center;
    border-radius: 60px;
    cursor: pointer;
}
.main-btn:hover{
    background: #3b3b3b;
    color : #fff;
}
.main-btn svg {
}

/* 섹션0 */
.mainpage #main0 {}

.intro-wrap {}

.intro-wrap .main-tit h3 {
    font-weight: 600;
    font-size: 42px;
    line-height: 1.5;
    letter-spacing: -1px;
    margin-bottom: 70px;
}
.intro-wrap  .intro-box{
    display  : grid;
    grid-template-columns : 1fr 1fr;
    gap : 100px;
    padding : 60px 20px;
    border : 1px solid #ccc;
}
.intro-wrap  .intro-box .txt-box{
    display : flex;
    flex-direction : column;
    gap : 20px;
}
.intro-wrap  .intro-box .txt-box h5{
    font-size : 25px;
    color : #222;
    font-weight : 600;
}
.intro-wrap  .intro-box .txt-box li{
    font-size : 18px;
}
.intro-wrap  .intro-box .txt-box li:before{
    top : 11px;
}
.intro-wrap .main-tit h3 span {
    color: #4D62EB;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0;
    display: block;
    margin-bottom: 20px;
}

.intro-wrap .sub-desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.55;
    letter-spacing: -0.03em;
    color: #222;
    margin-bottom: 70px;
}

.intro-wrap .img-box {}

.intro-wrap .img-box img {}

/* 섹션 01 */
.mainpage #main01 {}

.changer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.changer-wrap .main-tit {
    margin-left: 310px;
}

.changer-wrap .img-box {}

.changer-wrap .img-box img {}

.main-btn {
    background: #4D62EB;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    transition : all 0.3s ease;
}

#main01 .sub-desc {
    margin-bottom: 50px;
}

/* 섹션 02 */
.mainpage #main02 {
    padding: 0;
}

.mainpage #main02 img {}

#main02 .main-tit h3,
#main03 .main-tit h3 {
    line-height: 56px;
}

.mainpage #main02 {
    padding: 150px 0;
    position: relative;
    background: url(/public/img/main/main02_bg.png) no-repeat center / cover;
}

#main02 .page-header {
    display: none;
}

.main-newsroom .type_blog_a {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin: 0 !important;
}

.main-newsroom .type_blog_a dd {
    background: #fff;
    padding: 0;
    display: flex;
    flex-direction: column;
    /* height: 560px; */
    border: 0;
}

.main-newsroom .type_blog_a dd .left {
    width: 100%;
    height: 260px;
}

.main-newsroom .type_blog_a dd .left a span {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.main-newsroom .type_blog_a dd .right {
    width: 100%;
    padding: 30px;
    padding-bottom: 110px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}

.main-newsroom .type_blog_a dd .right .news-btn {
    width: 120px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    border-radius: 60px;
    margin-top: 0;
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.main-newsroom .type_blog_a dd .right .news-btn:hover {
    background: var(--page-point-color);
    color: #fff;
}

.main-newsroom .type_blog_a dd .right .title {
    padding: 0;
    margin: 0;
}

.main-newsroom .type_blog_a dd .right .title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-wrap: wrap;
}

.main-newsroom .type_blog_a dd .right .title a span {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.03em;
    white-space: unset;
    overflow: hidden;
}

.main-newsroom .type_blog_a dd .right .info {
    display: none;
}

.main-newsroom .type_blog_a dd .right .info span {}

.main-newsroom .type_blog_a dd .right .text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-wrap: wrap;
}

.main-newsroom .type_blog_a dd .right .text p {
    word-break: break-all;
    padding: 0;
    color: #555;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.03em;
}

/* 섹션03 */
.mainpage #main03 {
    padding: 150px 0 130px;
    background: url(/public/img/main/main03_bg.jpg) no-repeat center / cover;
    position: relative;
}

.main-btn-wrap {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 44px;
}

.mainpage #main03::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* background: rgba(18, 16, 32, 0.60); */
}

#main03 .container {
    position: relative;
    z-index: 1;
}

#main03 .main-btn {
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    color: #333;
    letter-spacing: 0;
}

#main03 .main-btn-wrap {}

#main03 .main-tit h3,
#main03 .sub-desc {
    color: #fff;
    font-size: 58px;
}

#main03 .main-btn-wrap .sub-desc {
    margin-bottom: 16px;
    font-size: 24px;
}

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

.main-contact .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 40px;
    height: 370px;
    gap: 30px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.30);
    position : relative;
}
.main-contact .inner:before{
    position : absolute;
    content : "";
    left : 0;
    top : 0;
    width : 100%;
    height : 100%;
    background : rgba(0,0,0,0.3);
}
.main-contact .inner:nth-child(1){
    background: url(/public/img/main/main03_250601.jpg) no-repeat center / cover;
}
.main-contact .inner:nth-child(2){
    background: url(/public/img/main/main03_250602.jpg) no-repeat center / cover;
}
.main-contact .inner:nth-child(3){
    background: url(/public/img/main/main03_250603.jpg) no-repeat center / cover;
}
.main-contact .inner:nth-child(4){
    background: url(/public/img/main/main03_250604.jpg) no-repeat center / cover;
}
.main-contact .inner:nth-child(5){
    background: url(/public/img/main/main03_250605.jpg) no-repeat center / cover;
}
.main-contact .inner svg {}

.main-contact .inner h6 {
    color: #FFF;
    font-size: 28px;
    font-weight: 800;
    line-height: 125%;
}

.main-contact .inner p {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
}

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

.breadcrumb li {
    font-size: 15px;
    position: relative;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.01em;
}

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

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

.breadcrumb>li+li:before {
    padding: 0;
    font-family: var(--icons);
    content: "\e5e1";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -12px;
    width: 9px;
    height: 9px;
    font-size: 9px;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
}

.breadcrumb li a span {
    font-size: 16px;
    width: 16px;
    height: 16px;
    color: #fff;
}

.subpage-header {
    position: relative;
    max-width: 1820px;
    height: 360px;
    margin-left: auto;
    border-radius: 100px 0 0;
    overflow: hidden;
}

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

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

.subpage-title h2 {
    line-height: 1;
    margin-top: 0;
    font-weight: 700;
    font-size: 68px;
    letter-spacing: -0.01em;
    color: #fff;
    margin-bottom: 20px;
    width: 100%;
}

.subpage-title p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.01em;
    color: #fff;
    width: 100%;
}

/* [ subpage-navbar ] */
.snb {
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #dedede;
    display: none;
}

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

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

.snb a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: 17px;
    height: 60px;
    color: #888;
}

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

.snb li.active a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 100%;
    height: 2px;
    background: var(--page-point-color);
}

.subpage-content {
    padding: 120px 0 170px;
    position: relative;
}

.subpage-content .con {}

/* 블로그 A 게시판 */
#bbsArea .table_blog {
    border: 0;
    margin-bottom: 80px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

#bbsArea .table_blog dd {
    padding: 0;
    border: 1px solid #DDD;
    transition: all 0.3s ease;
}

#bbsArea .table_blog dd:hover {
    border: 1px solid #717DC8;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
}

#bbsArea .table_blog dd:hover .right .title a span {
    color: var(--page-point-color)
}

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

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

#bbsArea .table_blog .left a {
    height: 100%;
}

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

#bbsArea .table_blog .right {
    width: 100%;
    padding: 25px 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#bbsArea .table_blog .right .title {
    padding: 0;
    margin: 0;
    order: 1;
}

#bbsArea .table_blog .right .title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-wrap: wrap;
}

#bbsArea .table_blog .right .title a span {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #333;
}

#bbsArea .table_blog .right .info {
    margin: 0;
    order: 3;
}

#bbsArea .table_blog .right .info .writer {
    display: none;
}

#bbsArea .table_blog .right .info span {
    padding: 0;
    color: #777;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
}

#bbsArea .table_blog .right .text {
    order: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-wrap: wrap;
    overflow: hidden;
}

#bbsArea .table_blog .right .text p {
    font-size: 16px;
    padding: 0;
    color: #555;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.01em;
}

#news01 .write_btn_wrap #write_btn {
    display: flex;
    height: 46px;
    padding: 0 15px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
    border: 0;
    background: #333;
    width: 132px;
}

/* ABOUT */
.sub-h4 {
    margin-bottom: 60px;
}

.sub-h4 h4 {
    color: #333;
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.01em;
}

.about-wrap {
    display: flex;
    flex-direction: column;
    gap: 150px;
}

.about-tit {}

.about-tit span {
    color: #4D62EB;
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: -0.01em;
    display: block;
    margin-bottom: 20px;
}

.about-tit h4 {
    color: #000;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1px;
}
.about-tit p{
    margin-top : 20px;
    font-size : 20px;
    line-height : 1.6;
}
.greet-box {
    display: grid;
    gap: 100px;
    grid-template-columns: 540px 1fr;
}

.greet-box .img-box {
    display : flex;
    align-items : center;
    justify-content : center;
    padding : 60px;
    background: #f3f3f3;
    height : 100%;
}

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

.greet-box .txt-box {}

.greet-box .txt-box h6 {
    color: #333;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    margin: 25px 0 40px;
}

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

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

.greet-box .txt-box p.name {
    text-align: end;
    color: #333;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -0.01em;
}

.map-box {}

.location-box {
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.location-box .location .map-box{
    display : grid;
    grid-template-columns : 1fr 1fr;
    gap : 50px;
}
.location-box .location iframe {
    height: 400px !important;
}

.map-info {
    margin-bottom: 30px;
    display: flex;
    flex-direction : column;
    gap : 15px;
}

.map-info h6 {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
}
.map-info h6 span {
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.01em;
}

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

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

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

.map-list .list .icon svg {}
.map-list .list .icon span.material-symbols-outlined{
    color: #52a0b9;
    --wght: 600;
    font-size: 19px;
    --fill: 1;
}
.map-list .list .icon span {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0;
}

.map-list .list p {
    color: #333;
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0;
}
/* Product */
.product-wrap{
    display : flex;
    flex-direction : column;
    gap : 150px;
}
.product-wrap .col{
    display : flex;
    flex-direction : column;
    gap : 80px;
}
.product-wrap .intro-box{
    display: grid;
    grid-template-columns: 1fr 0.7fr;
    gap: 50px;
    margin-top : 30px;
}
.product-wrap .intro-box .desc{}
.product-wrap .intro-box .img-box{
    width: 100%;
}
.product-wrap .intro-box .img-box img{
    width: 100%;
    object-fit: cover;
}
a.pro-btn{
    display : flex;
    align-items : center;
    justify-content : center;
    width : fit-content;
    padding : 10px;
    background: #5b9bd5;
    color : #fff;
    font-size : 16px;
    border-radius : 7px;
    margin-top : 30px;
    transition : all 0.3s ease;
}
.product-wrap .table-box{}
.product-wrap .table-box p{
    text-align: right;
    margin-bottom: 15px;
    font-weight: 500;
}
.table-style03{
    width : 100%;
    table-layout: fixed;
}
.table-style03 th,
.table-style03 td{
    border:  1px solid #ccc;
    padding: 10px 15px;
    font-size: 16px;
    color:  #222;
}
.table-style03 th{
    text-align:  center;
    font-weight: 600;
    color: #000;
    background: #f5f5f5;
}
.table-style03 td:nth-child(2),
.table-style03 td:nth-child(3){
    text-align:  center;
    font-weight: 400;
}
a.pro-btn:hover{
    background : #333;
}
.product-list-box{
    display : flex;
    flex-direction : column;
    gap : 20px;
}
.prod-h4{
    font-size : 22px;
    font-weight : 600;
    color : #000;
}
.product-list-box .img-wrap{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.product-list-box .img-box{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-list-box .img-box img{
    border-radius: 15px;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}
.product-list-box .img-box p{
    text-align: center;
    font-size: 18px;
    color: #222;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -0.01em;
}
/* TECH */
.tech-wrap {
    display: flex;
    flex-direction: column;
    gap: 170px;
}

.tech-box {}

.sub-tab {
    grid-template-columns: repeat(3, 1fr);
}

.lidar-box {}

.lidar-box .sub-desc {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.01em;
    margin-bottom: 40px;
}
#tech03 .lidar-box  + .lidar-box {
    margin-top : 80px;
}
#tech03 .lidar-box .img-box{
    display : flex;
    gap : 30px;
}
.benifit {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.benifit .inner {}

.benifit .inner .txt-box {
    display: flex;
    height: 140px;
    padding: 25px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 7px;
    background: #F6F6F6;
}

.benifit .inner .txt-box h5 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -0.01em;
}

.benifit .inner .txt-box p {
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.01em;
}

.benifit .inner .img-box {
    display: flex;
    height: 260px;
    padding: 0 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #DDD;
}

.benifit .inner .img-box img {}

.compare-box {
    margin-top: 60px;
}

.compare-box h5 {
    color: #333;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.025em;
    margin-bottom: 25px;
}

.compare-box .table-box {}

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

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

.table-style01 th {
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    background: #F6F6F6;
    padding: 20px 15px;
    color: #333;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.01em;
}

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

.table-style01 th.spec {
    background: linear-gradient(90deg, #0E5CA9 0%, #060B38 100%);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.table-style01 td {
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 15px 25px;
    color: #666;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
}

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

.table-style01 td.spec {
    background: #FBFAE6;
}

.table-style01 td.spec li {
    color: #333;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
}

.table-style01 td.spec li::before {
    background: #333;
}

.table-style01 td li {
    color: #666;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
}

.table-style01 td li::before {
    width: 4px;
    top: 9px;
    background: #666;
}

.important-tech {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.important-tech .inner {}

.important-tech .inner h5 {
    color: #333;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.01em;
}

.important-tech .inner p {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.6;
    margin-top: 15px;
}

.important-tech .inner .img-box {
    margin-top: 40px;
    display: flex;
    gap: 30px;
    flex-flow: wrap;
}

.important-tech .inner .img-box img {}

.structure-box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    margin-top: 40px;
}

.structure-box .structure {}

.structure-box .structure .txt {
    display: flex;
    padding: 25px 40px;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    background: #F6F6F6;
}

.structure-box .structure .txt p {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.structure-img {
    display: flex;
    padding: 20px;
    justify-content: center;
    gap  : 50px;
    align-items: center;
    border: 1px solid #DDD;
}

.structure-img img {
    height: 100%;
    object-fit: cover;
}

.software-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.software-box .inner {
    display: flex;
}

.software-box .inner .txt-box {
    display: flex;
    height: 315px;
    aspect-ratio: 1;
    padding: 25px 40px;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    text-align: center;
    background: #F6F6F6;
}

.software-box .inner .txt-box h6 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -0.01em;
}

.software-box .inner .txt-box p {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.025em;
}

.software-box .inner .img-box {}

.software-box .inner .img-box img {
    height: 100%;
    object-fit: cover;
}

.ai-box {}

.ai-box .txt-box {
    display: flex;
    height: 160px;
    padding: 25px 40px;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    background: #F6F6F6;
}

.ai-box .txt-box h6 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -0.01em;
}

.ai-box .txt-box .dot-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ai-box .txt-box .dot-list li {
    font-size: 18px;
    line-height: 1.5;
    color: #555;
    padding-left: 22px;
}

.ai-box .txt-box .dot-list li::before {
    background: #555;
    top: 12px;
    left: 6px;
}

.ai-box .img-box {
    display: flex;
    flex-flow : wrap;
}

.ai-box .img-box img {}

#tech02 .tech-wrap {
    gap: 100px;
}

#tech02 .sub-h4 {
    margin-bottom: 40px;
}

.tech-wrap .tit-desc {
    color: var(--page-point-color);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.025em;
}

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

.sensor-box .inner {}

.sensor-box .img-box {
    display: flex;
    height: 260px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    border: 1px solid #DDD;
}

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

.sensor-box .txt-box {
    display: flex;
    height: 70px;
    padding: 20px 40px;
    align-items: center;
}

.sensor-box .txt-box p {
    text-align: center;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    width: 100%;
    letter-spacing: -0.025em;
}

.sensor-box.spec .txt-box {
    padding: 0px 40px;
    background: #F6F6F6;
}

.sensor-box .txt-box .dot-list {}

.sensor-box .txt-box .dot-list li {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.01em;
}

.sensor-box .txt-box .dot-list li::before {
    background: #333;
    width: 4px;
    top: 11px;
}

/* INDUSTRY */
.industry-wrap {
    display: flex;
    flex-direction: column;
    gap: 170px;
}

.industry-box {}

.industry-box .sub-tab {
    grid-template-columns: repeat(4, 1fr);
}

.sub-tab {
    display: grid;
    margin-bottom: 80px;
    position: sticky;
    top: 130px;
    z-index: 20;
}

#tech01 .subpage-content,
#tech01 .subpage-content .container,
#industry01 .subpage-content,
#industry01 .subpage-content .container {
    overflow: visible;
}

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

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

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

.industry-box .sub-h4 {
    display: flex;
    gap: 12px;
    align-items: center;
}

.industry-box .sub-h4 svg {}

.industry-info {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.industry-info h5 {
    color: #333;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1.6;
}

.industry-info .img-box {
    display: flex;
    align-items: center;
    gap: 30px;
}

.industry-info .img-box img {}

.industry-info .img-box img {}

.check-list {}

.check-list li {
    display: grid;
    gap: 7px;
    grid-template-columns: 24px 1fr;
    color: #333;
    font-weight: 500;
    font-size: 19px;
    line-height: 1.6;
    letter-spacing: -0.025em;
}

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

.check-list li svg {
    margin-top: 3px;
}

.use-tech {
    margin-top: 80px;
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 20px;
}

.use-tech h6 {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.01em;
    padding-top: 20px;
    border-top: 1px solid #000;
}

.use-type {
    display: flex;
    gap: 20px;
}

.use-type .inner {
    width: 100%;
    border-radius: 5px;
    background: #F8F8F8;
    overflow: hidden;
}

.use-type .inner span {
    display: flex;
    background: #E04D4F;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    color: #fff;
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: -0.01em;
    font-weight: 500;
    width: 100%;
}

.use-type .dot-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 25px 15px;
}

.use-type .dot-list li {
    padding-left: 25px;
}

.use-type .dot-list li::before {
    left: 14px;
}

.use-type .dot-list li+li {}

.dot-list {}

.dot-list li {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.01em;
    padding-left: 15px;
    position: relative;
}

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

.dot-list li+li {}

/* 블로그 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 .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 {
}

#contact01 #bbsArea .board_wrapper {
    margin-bottom: 0;
}

#bbsArea #form_contact01 {
    padding: 80px;
    background: #f6f6f6;
    border-radius: 10px;
}

#form_contact01 .text-center {
    margin: 0;
}

#bbsArea #form_contact01 table {
    border: 0;
}

#bbsArea #form_contact01 table tbody {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 25px;
    margin-bottom: 70px;
}

#bbsArea #form_contact01 table tr {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#bbsArea #form_contact01 table tr#item_name {}

#bbsArea #form_contact01 table tr#item_email {}

#bbsArea #form_contact01 table th {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    background: transparent;
    border-color: transparent;
    padding: 0 !important;
    width: fit-content;
    line-height: 19px;
}

#bbsArea #form_contact01 table tr#item_2,
#bbsArea #form_contact01 table tr#item_3 {
    grid-column: span 2;
}

#bbsArea #form_contact01 table th span {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.01em;
}

#bbsArea #form_contact01 table th span.required_text {
    right: -11px;
    color: #F00;
    top: 2px;
}

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

#bbsArea #form_contact01 table tr#item_captcha {}

#bbsArea #form_contact01 table tr#item_captcha td {
    display: flex;
    gap: 3px;
}

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

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

.search_wrap #search_kind {
    height: 46px;
}

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

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

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 #form_contact01 .table.board_write_table :where(.input-group, .form-control) {
    width: 100% !important;
    height: 55px;
    padding: 13px 15px;
    color: #999;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    background-position: calc(100% - 6px) 17px;
}

.board_wrapper #form_contact01 .table.board_write_table textarea {
    padding: 12px 15px;
}

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

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

.checkbox.privacy_checkbox label {
    padding-left: 25px;
}

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

.custom_checkbox+span {
    color: #4d4d4d;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

.custom_checkbox+span a {
    color: #222;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
    text-decoration-line: underline;
    text-underline-position: from-font;
}

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

.custom_checkbox+span::before {
    vertical-align: 0px;
    color: #bbb;
    content: "\e86c";
    font-family: var(--icons);
    margin: 0 0 0 -15px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 15px;
    top: -2px;
    font-size: 22px;
}

.custom_checkbox:checked+span::before {
    content: "\e86c";
    font-family: var(--icons);
}

#login_btn {
    width: 100%;
}

/* 푸터 */
footer {
    margin-top: 0px;
    color: #fff;
    padding: 50px 0 40px;
    border-top: 1px solid #eee;
}

.footer-wrap {
    display: flex;
    gap: 158px;
}

footer li {
    font-size: 15px;
}

footer .footer-info {
    color: #555;
    line-height: 28px;
    letter-spacing: -0.02em;
}

.footer-list {
    display: flex;
    flex-flow: wrap;
    gap: 0 30px;
}

footer .footer-info h6 {
    font-weight: 700;
    font-size: 16px;
}

footer li.cont-li {
    position: relative;
    line-height: 26px;
}

footer li.cont-li+.cont-li {}

footer li.cont-li+.cont-li::before {
    position: absolute;
    content: "";
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    background: #5555554D;
    width: 1px;
    height: 12px;
}

footer li span {
    color: #555555CC;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 700;
    display: inline-block;
    margin-right: 2px;
}

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

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

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

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

.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 {
        font-size: 12px;
    }

    .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: 0;
        box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
        background: #fff;
        top: 120px;
    }

    .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) {
    #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: 1.6rem;
    line-height: 1.6em;
    padding-inline: clamp(20px, 3vw, 50px)
}

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

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

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

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

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

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

    100% {
        opacity: 1;
        scale: 1 1;
    }
}
@media (max-width : 1199px) {
    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 30px 20px;
    }
    #site {
        padding-top: 76px;
    }
    .navbar-inverse .navbar-brand {
        margin-left: 15px !important;
        height: 35px;
    }
    .lang-wrap {
        margin-right: 10px;
    }
    #mainCarousel .carousel-inner .item, #mainCarousel .carousel-inner .item, .main_swiper_widget .swiper-slide, .main_swiper_widget .swiper:not(.swiper-initialized) {
        height: 520px;
    }
    .swiper-caption h1, .carousel-caption h1 {
        font-size: 45px;
    }
    .mainpage section {
        padding: 100px 0;
    }
    .intro-wrap .main-tit h3 {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .changer-wrap .main-tit {
        margin-left: 50px;
    }
    .changer-wrap {
        display: grid;
        grid-template-columns : 0.8fr 1fr;
        gap: 50px;
        align-items: center;
    }
    .main-newsroom .type_blog_a {
        grid-template-columns: repeat(2, 1fr);
    }
    .main-contact {
        grid-template-columns: repeat(2, 1fr);
    }
    
}
@media (max-width : 991px) {
    .hidden-md{
        display: none;
    }
    .use-type .dot-list li {
        padding-left: 22px;
    }
    .use-type .dot-list {
        padding: 10px 10px 10px;
    }
    .use-type .inner span {
        padding: 10px 0;
        font-size: 14px;
    }
    .use-tech h6 {
        font-size: 19px;
        padding-top: 15px;
    }
    .use-tech h6 br{
        display: none;
    }
    .use-tech {
        margin-top: 50px;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .check-list li svg {
        margin-top: 0;
        width: 18px;
    }
    .check-list li {
        gap: 5px;
        grid-template-columns: 20px 1fr;
        font-size: 15px;
    }
    .industry-info .img-box img {
        margin: 0 auto;
    }
    .industry-info {
        gap: 25px;
    }
    .industry-info h5 {
        font-size: 20px;
    }
    .industry-info .img-box{
        display: grid;
        grid-template-columns: 1fr;
    }
    .sensor-box .txt-box {
        height: auto;
        padding: 20px 40px !important;
    }
    .sensor-box .img-box {
        height: 220px;
    }
    .sensor-box {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    #mainCarousel .carousel-inner .item, #mainCarousel .carousel-inner .item, .main_swiper_widget .swiper-slide, .main_swiper_widget .swiper:not(.swiper-initialized) {
        height: 420px;
    }
    .swiper-caption h1, .carousel-caption h1 {
        font-size: clamp(20px,4.01vw,40px);
    }
    .mainpage section {
        padding: 70px 0;
    }
    .intro-wrap .main-tit h3 {
        font-size: 25px;
        margin-bottom: 30px;
    }
    .intro-wrap .sub-desc {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .main-tit h3 {
        font-size: 28px;
        margin-bottom: 25px;
    }
    .changer-wrap {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .changer-wrap .img-box img {
        width: 100%;
        object-fit: cover;
        height: 300px;
    }
    .main-newsroom .type_blog_a dd .left a span {
        height: 190px;
    }
    .main-newsroom .type_blog_a dd .right {
        padding: 20px;
        padding-bottom: 25px;
        gap: 10px;
    }
    .main-newsroom .type_blog_a dd .right .news-btn {
        width: 100px;
        height: 35px;
        left: 20px;
    }
    .mainpage #main02 {
        padding: 70px 0;
    }
    .mainpage #main03 {
        padding: 70px 0;
    }
    #main03 .main-tit h3, #main03 .sub-desc {
        font-size: 35px;
    }
    #main03 .main-btn-wrap .sub-desc {
        margin-bottom: 0;
        font-size: 17px;
    }
    .main-contact .inner {
        padding: 25px 20px;
        height: 300px;
        gap: 20px;
    }
    .main-contact .inner svg {
        aspect-ratio: 1;
    }
    .subpage-title {
        padding-bottom: 75px;
    }
    .subpage-header {
        height: 260px;
        border-radius: 50px 0 0;
    }
    .subpage-title h2 {
        font-size: clamp(20px,4.01vw,40px);
        margin-bottom: 10px;
    }
    .subpage-title p {
        font-size: 15px;
    }
    .subpage-content {
        padding: 80px 0 100px;
    }
    .about-tit h4 {
        font-size: 25px;
    }
    .about-tit p{
        font-size : 16px;
    }
    .about-tit span {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .about-wrap {
        gap: 50px;
    }
    .greet-box {
        gap: 40px;
        grid-template-columns: 1fr;
    }
    .greet-box .img-box{
        padding : 0;
    }
    .greet-box .img-box img {
        width: 100%;
        height: 280px;
        object-fit: cover;
    }
    .greet-box .txt-box h6 {
        font-size: 22px;
        margin: 0 0 30px;
    }
    .greet-box .txt-box p {
        font-size: 16px;
    }
    .sub-h4 h4 {
        font-size: 25px;
    }
    .map-info h6 {
        font-size: 16px;
        line-height: 20px;
    }
    .map-list .list p {
        font-size: 15px;
        line-height: 18px;
    }
    .map-list .list .icon span {
        font-size: 15px;
        line-height: 21px;
    }
    .map-info {
        gap: 10px;
    }
    .location-box .location .map-box {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .location-box .location iframe {
        height: 300px !important;
    }
    .sub-tab li a {
        padding: 15px 10px;
        font-size: 16px;
    }
    .sub-tab {
        display: grid;
        margin-bottom: 50px;
    }
    .benifit {
        grid-template-columns: repeat(1, 1fr);
    }
    .benifit .inner .txt-box {
        height: auto;
        padding: 25px;
    }
    .compare-box h5 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .table-style01 th {
        padding: 12px 10px;
        font-size: 14px;
    }
    .table-style01 td {
        padding: 10px 10px;
        font-size: 13px;
    }
    .table-style01 th.spec {
        font-size: 15px;
    }
    .table-style01 td.spec li {
        font-size: 12px;
        padding-left: 10px;
    }
    .table-style01 td li::before {
        width: 2px;
        top: 8px;
    }
    .table-style01 td li {
        padding-left: 10px;
        font-size: 12px;
    }
    .tech-wrap {
        gap: 100px;
    }
    .important-tech .inner h5 {
        font-size: 20px;
    }
    .important-tech .inner p {
        font-size: 15px;
    }
    .structure-box {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-top: 30px;
    }
    .structure-box .structure .txt {
        padding: 20px 30px;
    }
    .structure-box .structure .txt p {
        font-size: 17px;
    }
    .software-box {
        grid-template-columns: 1fr;
    }
    .software-box .inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .software-box .inner .img-box img {
        object-fit: cover;
        width: 100%;
    }
    .software-box .inner .txt-box {
        height: 100%;
        padding: 20px 30px;
    }
    #bbsArea .table_blog {
        margin-bottom: 60px;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    #bbsArea .table_blog .left {
        height: 200px;
    }
    #bbsArea .table_blog .right {
        padding: 15px 20px;
        gap: 10px;
    }
    #bbsArea .table_blog .right .title a span {
        font-size: 16px;
    }
    #bbsArea .table_blog .right .text p {
        font-size: 13px;
    }
    #bbsArea .table_blog .right .info span {
        font-size: 11px;
    }
    #bbsArea #form_contact01 {
        padding: 30px;
    }
    
}
@media (max-width:767px) {
    #bbsArea #form_contact01 table th span {
        font-size: 14px;
    }
    #bbsArea #form_contact01 table th {
        font-size: 14px;
        width: fit-content !important;
        margin-bottom: 15px;
    }
    .board_wrapper #form_contact01 .table.board_write_table :where(.input-group, .form-control) {
        width: 100% !important;
        height: 40px;
        padding: 10px 13px;
        font-size: 13px;
        background-position: calc(100% - 6px) 9px;
    }
    #bbsArea #form_contact01 table tbody{
        display: flex !important;
        flex-direction: column !important;
    }
    .table_blog .left a{
        display: block;
    }
    .lang-wrap {
        margin-right: 10px;
        position: absolute;
        right: 40px;
        top: 18px;
    }
    #site {
        padding-top: 48px;
    }
    .navbar-inverse .navbar-brand {
        margin-left: 15px !important;
        height: 29px;
        margin-top: 10px;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 10px 20px;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        padding: 7px 15px;
        font-size: 14px;
    }
    .intro-wrap .main-tit h3 span {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .intro-wrap .main-tit h3 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .intro-wrap .main-tit h3 br{
        display : none;
    }
    .intro-wrap .sub-desc {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .footer-wrap {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }
    .footer-wrap img{
        width: 100px;
    }
    footer li {
        font-size: 12px;
    }
    footer .footer-info h6 {
        font-size: 13px;
    }
    footer li span {
        font-size: 12px;
        line-height: 17px;
    }
    footer li.cont-li {
        position: relative;
        line-height: 17px;
    }
    .footer-info li.login a {
        padding: 6px 9px 7px;
        font-size: 9px;
    }
    .tech-wrap .tit-desc {
        font-size: 18px;
    }
    #tech02 .tech-wrap {
        gap: 60px;
    }
    .sensor-box .txt-box p {
        font-size: 16px;
    }
    .sensor-box .img-box img {
        height: 100%;
        object-fit: contain;
    }
    #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 col.hits_col {}
    .industry-wrap {
        gap: 80px;
    }
}
@media (max-width : 576px) {
    #bbsArea .table_blog .right .title a {
        -webkit-line-clamp: 1;
    }
    #bbsArea .table_blog {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    #bbsArea .table_blog .left{
        padding: 0 !important;
        height: 150px;
    }
    .industry-info h5 {
        font-size: 15px;
    }
    .use-type {
        display: flex;
        flex-direction: column;
    }
    .industry-box .sub-h4 svg{
        width: 30px;
    }
    .sensor-box .txt-box .dot-list li {
        font-size: 15px;
        padding-left: 10px;
    }
    .tech-wrap .tit-desc {
        font-size: 16px;
    }
    .map-info h6 {
        font-size: 13px;
    }
    .location-box .location iframe {
        height: 250px !important;
    }
    .sensor-box .txt-box {
        padding: 15px 20px !important;
    }
    .sensor-box .txt-box .dot-list li::before {
        width: 4px;
        top: 9px;
    }
    .map-list {
        display: flex;
        align-items: unset;
        gap: 5px;
        flex-direction: column;
    }
    .sub-h4 {
        margin-bottom: 20px;
    }
    .greet-box .txt-box p.name {
        font-size: 15px;
    }
    .greet-box .txt-box h6 {
        font-size: 19px;
        margin: 0 0 20px;
    }
    .greet-box .img-box img {
        height: 200px;
    }
    .subpage-content {
        padding: 70px 0 80px;
    }
    .about-tit h4 {
        font-size: 17px;
    }
    .about-tit h4 br{
        display: none;
    }
    .breadcrumb li {
        font-size: 9px;
    }
    .breadcrumb>li+li:before{
        left : -10px;
        font-size : 7px;
    }
    .breadcrumb li a{
    }
    .breadcrumb li a span{
        font-size: 13px;
        width : 13px;
        height : 13px;
        line-height : 12px
    }
    .breadcrumb {
        right: 10px;
        bottom: 10px;
        gap: 10px;
    }
    .subpage-header {
        height: 175px;
        border-radius: 0;
    }
    .subpage-title {
        padding-bottom: 60px;
    }
    #mainCarousel .carousel-inner .item, #mainCarousel .carousel-inner .item, .main_swiper_widget .swiper-slide, .main_swiper_widget .swiper:not(.swiper-initialized) {
        height: 265px;
    }
    .intro-wrap .img-box img {
        height: 200px;
        width: 100%;
        object-fit: cover;
    }
    .mainpage #main01 {
        padding-top: 0;
    }
    .main-tit h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .sub-desc {
        font-size: 15px;
    }
    .changer-wrap .main-tit {
        margin-left: 15px;
    }
    #main01 .sub-desc {
        margin-bottom: 20px;
        font-size : 13px;
    }
    #main01 .sub-desc br{
        display : none;
    }
    #main01 .main-btn {
        font-size: 11px;
    }
    .main-btn {
        width: 114px;
        height: 30px;
        padding: 0px 15px;
    }
    .changer-wrap .img-box img {
        height: 210px;
    }
    .main-newsroom .type_blog_a {
        grid-template-columns: repeat(1, 1fr);
    }
    .main-newsroom .type_blog_a dd .right .title a span {
        font-size: 16px;
    }
    .main-newsroom .type_blog_a dd .right .text p {
        font-size: 14px;
    }
    .main-newsroom .type_blog_a dd .right .news-btn {
        height: 30px;
    }
    #main03 .main-tit h3, #main03 .sub-desc {
        font-size: 20px;
        line-height: 30px;
    }
    #main03 .main-btn {
        font-size: 12px;
    }
    .main-btn-wrap {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: start;
        margin-bottom: 30px;
    }
    .main-contact {
        grid-template-columns: repeat(1, 1fr);
    }
    .main-contact .inner h6 {
        font-size: 20px;
    }
    .main-contact .inner p {
        font-size: 16px;
    }
    .main-contact .inner {
        padding: 20px 20px;
        height: 280px;
        gap: 15px;
    }
    .lang-wrap {
        gap: 12px;
    }
    .lang-wrap button {
        font-size: 10px;
    }
    .lang-wrap:before {
        left: 19px;
        height: 6px;
    }
    .sub-tab li a {
        padding: 10px 5px;
        font-size: 11px;
    }
    .sub-h4 h4 {
        font-size: 19px;
    }
    .lidar-box .sub-desc {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .benifit .inner .txt-box {
        padding: 15px;
    }
    .benifit .inner .txt-box h5 {
        font-size: 15px;
    }
    .benifit .inner .txt-box p {
        font-size: 13px;
    }
    .benifit .inner .img-box {
        height: 235px;
    }
    .benifit .inner .img-box img {
        height: 100%;
        object-fit: contain;
    }
    .compare-box .table-box {
        overflow: auto;
    }
    .table-style01 {
        min-width: 600px;
    }
    .important-tech .inner h5 {
        font-size: 14px;
    }
    .structure-box .structure .txt {
        padding: 15px;
    }
    .software-box .inner {
        grid-template-columns: 1fr;
    }
    .software-box .inner .txt-box {
        height: auto;
        padding: 20px 30px;
        aspect-ratio: unset;
    }
    .software-box .inner .txt-box h6 {
        font-size: 17px;
    }
    .software-box .inner .txt-box p {
        font-size: 14px;
    }
    .software-box .inner .img-box {
        height: 265px;
    }
    .ai-box .txt-box .dot-list {
        align-items: unset;
        flex-direction: column;
        gap: 5px;
    }
    .ai-box .txt-box {
        height: auto;
        padding: 20px 20px;
    }
    .ai-box .txt-box h6 {
        font-size: 16px;
    }
    .ai-box .txt-box .dot-list li {
        font-size: 13px;
        padding-left: 10px;
    }
    .ai-box .txt-box .dot-list li::before {
        top: 8px;
        left: 1px;
    }
    .intro-wrap .main-tit h3 {
        font-size: 18px;
    }
    .main-newsroom .type_blog_a dd .right {
        padding: 10px;
    }
    .main-newsroom .type_blog_a dd .right .news-btn {
        width: 90px;
        height: 30px;
        left: 10px;
        font-size: 12px;
        bottom: 10px;
    }
    .greet-box .txt-box p {
        font-size: 14px;
    }
    .compare-box h5 {
        font-size: 17px;
    }
    .table-style01 th.spec {
        font-size: 14px;
    }
    .table-style01 td {
        font-size: 12px;
    }
    .important-tech .inner p {
        font-size: 13px;
    }
    .important-tech .inner p br{
        display: none;
    }
    .structure-box .structure .txt p {
        font-size: 14px;
    }
    .structure-img img {
        object-fit: contain;
    }
    .subpage-title p{
        font-size: 12px;
    }
    .subpage-title p br{
        display: none;
    }
    #tech02 .sub-h4 {
        margin-bottom: 20px;
    }
    .sensor-box .img-box {
        height: 160px;
    }
    #bbsArea .table_blog .right {
        padding: 10px 13px;
        gap: 10px;
    }
    img#captcha {
        height: 35px;
        vertical-align: bottom;
    }
    #bbsArea #form_contact01 {
        padding: 15px;
    }
    #form_contact01 .btn.btn-lg {
        width: 140px;
        height: 53px;
        font-size: 15px;
    }
}