@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@font-face {
    font-family: 'Paperlogy';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

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

html {
    opacity: 0;
}

html.no-js {
    opacity: 1;
}

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

a {
    text-decoration-line: none;
    color: #000;
    transition: all 0.15s;
}

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;
}
:is(h1, h2, h3, h4, h5, h6) {
}
/* 불필요 항목 삭제 */
.caret {
    display: none;
}

#list_btn {
    display: none;
}

.board_wrapper {
    margin-top: 0;
}

:root {
    --page-point-color: #3d8337;
    --icons: "material symbols outlined";
    --font-family-t: "Paperlogy", "Pretendard Variable", "notokr", sans-serif;
}

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

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

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

/* 상단 로고*/
.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;
}


/* 상단 메뉴 */
@media (min-width: 768px) {
    .navbar-inverse>.container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0 110px;
    }

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

.navbar-inverse {
    background: #fff;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

.navbar-header {}

.navbar-inverse .navbar-nav {}

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

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

.navbar-inverse .navbar-nav .dropdown.open .dropdown-menu {
    display: flex;
    animation: menuOpen 0.2s ease both;
}

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

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
    padding: 9px;
    font-size: 16px;
    color: #777;
    font-weight: 600;
    font-family: var(--font-family-t);
    letter-spacing: 0.5px;
    transition: none;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 19px;
    font-weight: 600;
    color: #111;
    padding: 40px 35px;
    letter-spacing: 0;
    font-family: var(--font-family-t);
}

.navbar-inverse .navbar-nav>li>a i {
    line-height: 0;
}


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

#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: rgba(0,0,0,0.25); */
}

/* 슬라이드 글자*/
.carousel-caption {
    top: 47%;
    padding: 0;
    text-align: left;
    color: #fff;
    left: 17.5%;
    right: 17.5%;
}

.carousel-caption h1 {
    margin-bottom: 50px;
    position: relative;
    line-height: 1.1;
    font-weight: 600;
    font-size: 66px;
    text-shadow: none;
    font-family: var(--font-family-t);
    letter-spacing: 0;
}

.carousel-caption h1::after {
    content: '';
    width: 80px;
    height: 2px;
    background: #fff;
    display: block;
    margin-top: 30px;
}

.carousel-caption p {
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 300;
    text-shadow: none;
    color: #fff;
    letter-spacing: 0.4px;
    line-height: 1.5;
    font-family: var(--font-family-t);
}

/* 슬라이드 버튼 */
.carousel-control {
    text-shadow: 0 2px 6px rgba(0, 0, 0, .125);
    transition: ease-in-out 0.15s all;
    width: 10%;
    background: rgba(0,0,0,0) !important;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    font-size: 40px;
}

.carousel-control.left .glyphicon::before {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.carousel-control.right .glyphicon::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.carousel-indicators {
    text-align: left;
    bottom: 200px;
    left: 17.5%;
    right: 17.5%;
    margin: 0;
}
.carousel-indicators li,
.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    background: transparent;
    margin: 0 3px;
    border-radius: 0;
    transition: ease 0.15s all;
}
.carousel-indicators li.active {
    background-color: #fff;
    box-shadow: none;
    transform: unset;
}

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

.mainpage section {
    padding: 130px 0 130px;
}

.mainpage .main02 {padding: 120px 0 100px;background: #f1f5f0;}

.main-inner .inner-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.main-inner .inner-wrap a {
    position: relative;
    padding: 55px 55px;
    height: 350px;
    overflow: hidden;
    border-radius: 16px;
    color: #fff;
}

.main-inner .inner-wrap a .txt-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
}

.main-inner .inner-wrap a img {
    background: #ddd;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    transition: all 0.5s;
    object-fit: cover;
}
.main-inner .inner-wrap a:hover img{transform: scale(1.2);}
.main-inner .inner-wrap a:last-child img {}

.main-inner .inner-wrap a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.main-inner .inner-wrap a:hover::before{
    background: transparent;
}
.main-inner .inner-wrap .m-h6 {
    font-size: 34px;
    color: #fff;
    font-weight: 600;
    font-family: var(--font-family-t);
    letter-spacing: 0;
}

.mainpage .btn-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 26px;
    width: 160px;
    border: 2px solid #fff;
    border-radius: 100px;
    transition: all 0.3s;
    font-size: 16px;
    backdrop-filter: blur(4px);
    font-family: var(--font-family-t);
    letter-spacing: 0.5px;
    font-weight: 500;
}
.main-inner .inner-wrap a:hover .btn-box{
    background: #fff;
}
.main-inner .inner-wrap a:hover .btn-box p,
.main-inner .inner-wrap a:hover .btn-box span{
    color: var(--page-point-color);
}
.mainpage .btn-box p {
    color: inherit;
}

.mainpage .btn-box span {
    font-size: 18px;
    width: 24px;
    color: inherit;
    padding-left: 8px;
}

/* 공지사항 */
.main-board {
    display: grid;
    grid-template-columns: 295px 1fr;
}

.main-board .bbs-area {overflow: hidden;}

.main-board .board-tit {}

.mainpage .m-h5 {
    font-size: 44px;
    font-weight: 600;
    color: #000;
    margin-bottom: 40px;
    font-family: var(--font-family-t);
    display: inline-block;
}

.main-board .board-tit .m-h5::before {
    /* content: 'Notice'; */
    display: block;
    font-size: 17px;
    color: var(--page-point-color);
    color: #aaa;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
}

.main-board .board-tit .btn-box {border-color: var(--page-point-color);color: var(--page-point-color);}
.main-board .board-tit .btn-box:hover {background: var(--page-point-color);color: #fff;}
.main-board .board-tit .btn-box:hover p,
.main-board .board-tit .btn-box:hover span{
    color: #fff;
}
.mainpage .main-board .btn-box p {
}
.main-board .btn-box span {
}
.main-board .page-header {
    display: none;
}

.main-board .type_list {}

.main-board .type_list li:first-child {
    border-top: 2px solid #333;
}

.main-board .type_list li {
    line-height: 30px;
    border-bottom: 1px solid #c9d3c7;
    padding: 0;
    padding-inline: 30px;
}

.main-board .type_list li .info {}

.main-board .type_list li .info .writer,
.main-board .type_list li .info .hits {
    display: none;
}

.main-board .type_list li .info .regdate {
    font-weight: 600;
    font-size: 15px;
    color: #111;
    opacity: 0.45;
    margin: 0;
}

.main-board .type_list li a {
    padding: 0;
}

.main-board .type_list li a .subject:hover {
    color: var(--page-point-color);
    font-weight: 700;
}

.main-board .type_list li a .subject {
    font-size: 19px;
    padding: 35px 50px;
    font-weight: 600;
    transition: all 0.15s;
}

.main-board .type_list li::before {
    content: 'Notice';
    font-weight: 700;
    font-size: 18px;
    opacity: 0.55;
    color: var(--page-point-color);
}

/* 서브 페이지 */
.subpage-header {
    position: relative;
    height: 410px;
}

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

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

.subpage-title h2 {
    line-height: 1;
    margin-top: 0;
    text-align: center;
    font-weight: 600;
    font-size: 55px;
    color: #fff;
    font-family: var(--font-family-t);
}

/* [ subpage-navbar ] */
.snb {
    position: relative;
    z-index: 10;
    /* border-bottom: 1px solid #eee; */
    /* padding-top: 25px; */
    margin-top: -67px;
    border-top: 1px solid rgba(255,255,255,0.2);
    /* background: rgba(0,0,0,0.2); */
    backdrop-filter: blur(3px);
}

#test01 .snb {
    display: none;
}

.snb ul {
    position: relative;
    display: flex;
    margin: 0;
    justify-content: center;
    /* gap: 80px; */
}

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

.snb a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: 19px;
    color: rgb(255 255 255 / 85%);
    font-weight: 400;
    line-height: 66px;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    font-family: var(--font-family-t);
}
.snb li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    display: block;
    width: 0;
    height: 2px;
    opacity: 0;
    transition: all 0.3s ease;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
}
.snb li.active a::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
}
.snb li.active a {
    font-weight: 600;
    color: #fff;
    /* background: #fff; */
}
.snb li:hover a{
    color: #fff;
}
.snb li:hover a::after, .snb li.active a::after {
    width: 100%;
    opacity: 1;
}
.subpage-content {
    padding: 120px 0 130px;
}

.subpage-content .con {}

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

.title-h3 h3 {
    font-weight: 600;
    font-size: 45px;
    color: #111;
    letter-spacing: 0;
    text-align: center;
    font-family: var(--font-family-t);
}

/* 인사말 */
.greet-wrap {
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr; */
    display: flex;
    gap: 110px;
    width: 100%;
    margin-inline: auto;
}

.greet-wrap .txt-box {
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 0px;
}

.greet-wrap .txt-box h6 {
    font-size: 32px;
    /* color: var(--page-point-color); */
    font-weight: 500;
    margin-bottom: 50px;
    line-height: 1.44;
    color: #111;
    font-family: var(--font-family-t);
}

.greet-wrap .txt-box h6::before {
    content: '';
    width: 50px;
    height: 2px;
    display: block;
    background: var(--page-point-color);
    margin-bottom: 25px;
}

.greet-wrap .txt-box h6 span {
    color: var(--page-point-color);
    font-weight: 600;
}

.greet-wrap .txt-box p {
    color: #505050;
    line-height: 1.6;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.03em;
}
.greet-wrap .txt-box p+p {
    margin-top: 28px;
}

.greet-wrap .txt-box p.name {
    margin-top: 60px;
    color: #333;
    text-align: right;
}

.greet-wrap .txt-box p.name span {
    color: #222;
    font-weight: 650;
    letter-spacing: -1px;
    margin-left: 15px;
    font-size: 22px;
}

.greet-wrap .img-box {width: 100%;overflow: hidden;max-width: 520px;}

.greet-wrap .img-box img {width: 100%;height: fit-content;object-position: left;background: #ccc;border-radius: 16px;}
/* 조직도 */
.group-wrap{}
.group-wrap img{margin: 0 auto;}
/* 연혁 */
.dot-list{}
.dot-list li{
    position: relative;
    padding-left: 12px;
    font-size: 18px;
}
.dot-list li::before{
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #333;
}
.history-wrap{
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
}
.history-wrap img{
    width: 100%;
    height: 300px;
    background: #ddd;
}
.timeline-box{
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.timeline-box .timeline{
    display: grid;
    grid-template-columns: 230px 1fr;
    gap: 80px;
}
.timeline-box .timeline + .timeline{
    padding-top: 55px;
}
.timeline-box::after{
    position: absolute;
    left: 230px;
    top: 28px;
    content: "";
    width: 1px;
    height: 100%;
    background: #e7e7e7;
    border-bottom: 60px solid #fff;
}
.timeline-box .timeline p{
    font-size: 50px;
    font-weight: 700;
    color: #97c393;
    position: relative;
    /* text-align: center; */
    font-family: var(--font-family-t);
    letter-spacing: 0;
}
.timeline-box .timeline p::after{
    position: absolute;
    content: "";
    right: -6px;
    top: 26px;
    width: 12px;
    aspect-ratio: 1;
    /* background: var(--page-point-color); */
    border: 2px solid  var(--page-point-color);
    background: #fff;
    border-radius: 50%;
    z-index: 2;
    box-shadow: 0 0px 0px 5px rgb(61 131 55 / 15%);
    /* filter: saturate(1.5); */
}
.timeline-box .timeline .dot-list{
    padding-top: 12px;
}
.timeline-box .timeline .dot-list li{
    display: flex;
    gap: 10px;
    padding-top: 8px;
    line-height: 1.5;
    font-size: 17px;
}
.timeline-box .timeline .dot-list li span{
    display: inline-block;
    width: 50px;
    font-weight: 700;
}
.timeline-box .timeline .dot-list li::before{
    display: none;
}
/* 위치 및 연락처 */
.map-wrap{}

.map-wrap iframe {border-radius: 16px;overflow: hidden;}
.map-info{
    margin-top: 20px;
    border-radius: 16px;
    background: #f6f6f6;
    padding: 40px 75px;
}
.map-info .map{
    display: flex;
}

.map-info .map + .map {
    margin-top: 25px;
}
.map-info .map p{
    font-size: 20px;
    font-weight: 600;
    width: 140px;
    letter-spacing: -0.03em;
    line-height: 1;
}
.map-info .map ul{
    display: flex;
    gap: 12px 0;
    flex-wrap: wrap;
    gap: 45px;
}
.map-info .map ul li{font-size: 16px;font-weight: 400;position: relative;padding-left: 35px;color: #606060;}

.map-info .map.add ul li {
    padding-left: 0;
}

.map-info .map ul li .material-symbols-outlined {
    position: absolute;
    left: 2px;
    top: 0;
    font-size: 18px;
    color: #41a938;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    /* color: #fff; */
    --wght: 400;
    --fill: 1;
    border-radius: 50%;
}
.map-info .map ul li span{
    font-weight: 600;
    color: #333;
}
/* 의뢰 및 처리 절차 */
.process-wrap{
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.process-wrap .process-box{}
.sub-h4{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    letter-spacing: -0.01em;
    color: #222;
    line-height: 1.5;
    /* display: flex; */
    align-items: end;
    gap: 12px;
    font-family: var(--font-family-t);
}

.sub-h4::before {
    content: '';
    width: 30px;
    height: 2px;
    background: #333;
    display: block;
    margin-bottom: 8px;
}

.process-box .inner-wrap{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    margin-top: 40px;
    gap: 0 30px;
}
.process-box .inner-wrap .inner:not(.in06){
    gap: 15px;
    align-items: center;
    text-align: center;
    /* border: 1px solid #e0e0e0; */
    border-radius: 16px;
    padding: 35px 20px 35px;
    position: relative;
    background: #f2f7f0;
}

.process-box .inner-wrap .inner:not(.in06) + .inner::after {
    content: '\e5e1';
    font-family: var(--icons);
    position: absolute;
    left: -27px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    opacity: 0.25;
    font-weight: 700;
}
.process-box .inner .icon{
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.process-box .inner .icon span{
    font-size: 70px;
    --wght: 200;
    color: #619b5b;
}
.process-box .inner .txt-box{}
.process-box .txt-box h6{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 18px;
}

.process-box  .num {
    display: block;
    background: var(--page-point-color);
    color: #fff;
    border-radius: 100px;
    font-weight: 600;
    text-align: center;
    width: fit-content;
    margin: 0 auto 22px;
    font-size: 14px;
    padding: 8px 15px;
    letter-spacing: 0;
    line-height: 1;
}

.process-box .num::before {
    content: "STEP ";
}
.process-box .txt-box p{
    font-size: 16px;
    color: #606060;
    line-height: 1.4;
}
.process-box .inner-wrap .in06{
    border: 3px solid #c4dfc2;
    grid-column: 1 / span 5;
    margin-top: 40px;
    border-radius: 16px;
    padding: 40px 60px;
    display: grid;
    grid-template-columns: 0.3fr 1fr;
    align-items: center;
    text-align: left;
    gap: 60px;
}
.inner-wrap .in06 h5{
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}
.inner-wrap .in06 ul{
    display: grid;
    flex-flow: wrap;
    gap: 13px 50px;
    grid-template-columns: repeat(3, 1fr);
}
.inner-wrap .in06 ul li{
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 35px;
    color: #606060;
}
.inner-wrap .in06 ul li span{
    font-weight: 600;
    color: #333;
}

.inner-wrap .in06 ul li .material-symbols-outlined {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 18px;
    color: #41a938;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    /* color: #fff; */
    --wght: 400;
    --fill: 1;
    border-radius: 50%;
}
.list-box{}
.list-box{
    margin-top: 50px;
    display: grid;
}
.sub-h5{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 18px;
    color: var(--page-point-color);
    letter-spacing: -0.03em;
}
.sub-h5::before{
    position: absolute;
    /* content: ""; */
    left: 0;
    top: 11px;
    width: 6px;
    aspect-ratio: 1;
    background: #333;
    transform: rotate(45deg);
}
.list-box ul{
    counter-reset: int 0;
    padding-left: 15px;
    padding: 30px 35px;
    background: #f5f5f5;
    border-radius: 16px;
}
.list-box li{
    font-size: 17px;
    line-height: 1.6;
    position: relative;
    letter-spacing: -0.034em;
}
.num-list>li{
    font-size: 17px;
    line-height: 1.6;
    padding-left: 28px;
    position: relative;
}
.num-list>li+li{
    margin-top: 8px;
}
.num-list>li::before{
    position: absolute;
    left: 0;
    top: 3px;
    content: counter(int);
    counter-increment: int 1;
    font-weight: 600;
    font-size: 14px;
    width: 20px;
    aspect-ratio: 1;
    border-radius: 100px;
    background: var(--page-point-color);
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 1;
}
.num-list li ul{
    margin-top: 2px;
    padding: 0;
}
.num-list li ul li{
    font-size: 17px;
    padding-left: 12px;
    position: relative;
}
.num-list li ul li::before{
    position: absolute;
    content: "";
    width: 6px;
    height: 2px;
    background: #777;
    left: 0;
    top: 12px;
}
.box-list li{padding-left: 15px;line-height: 1.6;}
.box-list li + li{
    margin-top: 8px;
}
.box-list li::before{
    width: 3px;
    height: 3px;
    background: #444;
    left: 0;
    top: 11px;
    position: absolute;
    content: "";
}
.table-responsive{
    width: 100%;
}
.table-responsive table{
    width: 100%;
}

.subpage-content .table-style {
    border-top: 2px solid #333;
    border-right: 2px solid #fff;
}
table.table-style tr{}
table.table-style td,
table.table-style th{
    text-align: center;
    padding: 20px;
    font-size: 16px;
    border: 1px solid #e0e0e0;
    border-left: none;
    line-height: 1.4;
}

table.table-style thead th {
    font-weight: 600;
    background: #fafafa;
    color: #111;
    letter-spacing: 0;
    font-size: 17px;
}
table td{}

tab.table-stylele.table-style th{
    font-weight: 600;
    color: #000;
    font-size: 20px;
    padding: 15px 10px;
}
.table-desc{
    margin-top: 15px;
    font-size: 16px;
}
#inspect02 table.table-style td,
#inspect02 table.table-style th{
    padding: 30px 40px;
}
#inspect02 .box-list li{
    text-align: left;
    /* line-height: 1.4; */
}

#inspect02 .box-list li::before{
}
.product-box{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px;
    margin-top: 100px;
}
.product-box .product{/* border: 1px solid #ddd; */padding: 30px;border-radius: 16px;background: #f6f6f6;}
.product-box .product .img-box{
    overflow: hidden;
}
.product-box .product .img-box img{
    width: 100%;
    height: 150px;
    object-fit: contain;
    transition: all 0.3s ease;
}
.product-box .product p{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #111;
    letter-spacing: -0.01em;
    margin-top: 25px;
}
#test01 .sub-h4{text-align: center;font-weight: 500;font-size: 22px;max-width: 750px;margin: 0 auto 50px;display: block;letter-spacing: -0.03em;line-height: 1.6;font-family: "Pretendard Variable", "notokr", sans-serif;}

#test01 .sub-h4::after {
    margin: 0 auto;
    display: block;
    margin: 25px auto;
    width: 50px;
}
#test01 .sub-h4::before{margin: 0 auto;margin-bottom: 20px;}
#test01 .img-box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
#test01 .box04 .img-box{
    grid-template-columns: 1fr;
    border:1px solid #e0e0e0;
    border-radius: 16px;
    padding: 60px;
}
#test01 .img-box img{
    width: 100%;
    height: 410px;
    object-fit: cover;
    border-radius: 16px;
}

#test01 .box04 .img-box img {
    height: auto;
    width: fit-content;
    margin: 0 auto;
}
#test01 .test-box + .test-box{
    margin-top: 120px;
}
/* 블로그 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: 30px;
}

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

#bbsArea .table_blog2 .inner .top {}

#bbsArea .table_blog2 .inner .top a {}

#bbsArea .table_blog2 .inner .top a span {}

#bbsArea .table_blog2 .inner .bottom {}

#bbsArea .table_blog2 .inner .bottom .title {}

#bbsArea .table_blog2 .inner .bottom .title a {}

#bbsArea .table_blog2 .inner .bottom .title a span {}

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

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


/* 목록 게시판 */
#bbsArea .badge {
    display: inline-flex;
    background-color: #c18720;
    border-radius: 2px;
    padding: 5px 7px;
    margin-block: -3px;
    margin-right: 0px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

#bbsArea :is(.board_list_list, .board_status_list, .cs_bd_wrapper) .table_default {
    border: 0;
    border-spacing: 0;
    border-top: 2px solid #333;
    margin-bottom: 0;
    width: 100%;
}
#bbsArea :is(.board_list_list, .board_status_list, .cs_bd_wrapper) :is(th, td) {
    padding: 18px 15px;
    font-size: clamp(15px, 3vw, 16px);
    border-bottom: 1px solid #e3e3e3;
}
#bbsArea :is(.board_list_list, .board_status_list, .cs_bd_wrapper) td {
    color: #777;
    text-align: center;
    &.subject {
        text-align: left;
    }
}
#bbsArea :is(.board_list_list, .board_status_list, .cs_bd_wrapper) td.text-center {
    display: table-cell;
    text-align: center;
}
#bbsArea :is(.board_list_list, .board_status_list, .cs_bd_wrapper) thead th {
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    color: #222;
    font-size: 17px;
}
#bbsArea :is(.board_list_list, .board_status_list, .cs_bd_wrapper) tbody th.num {
    font-weight: normal;
}
#bbsArea :is(.board_list_list, .board_status_list, .cs_bd_wrapper) tbody .subject a {
    /* width: 100%; */
    overflow: hidden;
    color: #222;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
}

#bbsArea :is(.board_list_list, .board_status_list, .cs_bd_wrapper) tbody .subject a:hover {
    text-decoration: underline;
}
#bbsArea :is(.board_list_list, .board_status_list, .cs_bd_wrapper) .table_responsive tbody th {
    margin-bottom: 0;
    border: 0;
}
#bbsArea tr.notice {
    background: #f7f7f7;
}

/* 게시글 */
#bbsArea .board_data_view .header_wrap {
    padding: 50px 0 50px;
    border-bottom: 1px solid #e3e3e3;
}

#bbsArea .board_data_view .header_wrap .title {
    font-size: 28px;
    letter-spacing: -0.02em;
    font-weight: 500;
    color: #111;
}

#bbsArea .board_data_view .header_wrap .info {
    margin-top: 20px;
}

/* 푸터 */
#site footer {
    margin-top: 0;
    background-color: #1e1e1e;
    color: #8f8f8f;
}

#site footer .footer-wrap {
    display: grid;
    padding: 50px 0;
    grid-template-columns: 230px 1fr;
}

#site footer .footer-logo {}

.footer-logo img {
    height: 54px;
    filter: grayscale(1) brightness(1.5);
}

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

.footer-info li {
    font-size: 13px;
    margin-right: 20px;
    line-height: 1.5;
}

.footer-info li:first-child {
    font-weight: 600;
    color: #ddd;
    margin-bottom: 15px;
    font-size: 16px;
}

.footer-info li.copy {
    margin-top: 9px;
    font-size: 12px;
    letter-spacing: 0;
    opacity: 0.5;
}

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

.footer-info li.login a {
    display: block;
    padding: 3px 12px;
    border: 1px solid #373737;
    color: #888;
    border-radius: 2px;
    font-size: 11px;
}

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

    .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: 160px;
        display: none;
        left: 50%;
        right: auto;
        background: #fff;
        transform: translate(-50%, 0);
        border-radius: 14px;
        border: 0;
        padding: 25px 25px;
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .125);
        box-shadow: rgba(0, 0, 0, 0.18) 5px 8px 20px;
        opacity: 0;
        transform-origin: center top;
        flex-direction: column;
        overflow: hidden;
        top: 90%;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover {
        color: var(--page-point-color);
        background: #fff;
        text-decoration: underline;
        text-underline-position: under;
    }
}

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

    100% {
        opacity: 1;
        scale: 1 1;
    }
}
@media (max-width:1199px) {
    .navbar-inverse .navbar-nav>li>a {
        font-size: 17px;
        padding: 40px 30px;
    }
    .navbar-inverse .navbar-nav .dropdown-menu {
        min-width: 100%;
        padding: 15px 15px;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        font-size: 14px;
    }
}
@media (max-width:991px) {
    .map-info .map ul {
        gap: 30px;
    }
    .map-info .map ul li {
        font-size: 14px;
        padding-left: 25px;
    }
    .map-info .map ul li .material-symbols-outlined {
        left: 2px;
        top: 2px;
        font-size: 16px;
    }
    .map-info .map p {
        font-size: 18px;
        width: 90px;
    }
    .map-info {
        margin-top: 15px;
        padding: 25px 20px;
    }
    .map-wrap iframe{
        height: 380px !important;
    }
    .footer-logo img {
        height: 40px;
    }
    #mainCarousel .carousel-inner .item {
        height: 600px;
    }
    .carousel-caption h1 {
        margin-bottom: 30px;
        font-size: 50px;
    }
    #site {
        padding-top: 77px;
    }
    .navbar-brand {
        height: 40px;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 28px 25px;
    }
    .carousel-caption p {
        font-size: 20px;
    }
    .carousel-indicators li, .carousel-indicators li.active {
        width: 10px;
        height: 10px;
    }
    .mainpage section {
        padding: 85px 0 100px;
    }
    .main-inner .inner-wrap a img {
        width: 100%;
        height: 100%;
    }
    .main-inner .inner-wrap a .txt-box {
        height: 100%;
    }
    .main-inner .inner-wrap a {
        padding: 35px 35px;
        height: 250px;
    }
    .mainpage .btn-box {
        padding: 10px 20px;
        width: 150px;
        font-size: 15px;
    }
    .mainpage .m-h5 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .mainpage .main02 {
        padding: 60px 0 80px;
        background: #f1f5f0;
    }
    .main-board .type_list li a .subject {
        font-size: 17px;
        padding: 20px 40px;
    }
    .main-board .type_list li {
        padding-inline: 20px;
    }
    .subpage-header {
        position: relative;
        height: 300px;
    }
    .subpage-title h2 {
        font-size: 40px;
    }
    .snb a {
        font-size: 17px;
        line-height: 1.3;
        height: 45px;
    }
    .snb {
        margin-top: -46px;
    }
    .subpage-content {
        padding: 90px 0 100px;
    }
    .greet-wrap {
        display: grid;
        gap: 50px;
        width: 100%;
    }
    .greet-wrap .img-box {
        max-width: 100%;
    }
    .greet-wrap .img-box img {
        height: 340px;
        border-radius: 16px;
        object-fit: cover;
    }
    .greet-wrap .txt-box {
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0px;
    }
    .greet-wrap .txt-box h6 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .greet-wrap .txt-box h6::before {
        margin-bottom: 20px;
    }
    .title-h3 {
        margin-bottom: 60px;
    }
    .title-h3 h3 {
        font-size: 35px;
    }
    #test01 .sub-h4 {
        font-size: 20px;
        margin: 0px auto 35px;
    }
    #test01 .img-box img {
        height: 260px;
    }
    #test01 .test-box + .test-box {
        margin-top: 70px;
    }
    #test01 .box04 .img-box {
        padding: 30px;
    }
    .process-box .inner-wrap {
        grid-template-columns: repeat(3, 1fr);
        margin-top: 40px;
        gap: 20px 30px;
    }
    .process-box .inner-wrap .inner:nth-child(4)::after{
        display: none;
    }
    .process-box .inner-wrap .in06 {
        grid-column: 1 / span 3;
        margin-top: 40px;
        border-radius: 16px;
        padding: 20px 30px;
        gap: 40px;
    }
    .inner-wrap .in06 ul {
        gap: 13px 35px;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width:767px) {
    .table-desc {
        margin-top: 15px;
        font-size: 16px;
        margin-bottom: 6px;
    }
    .box-list li{
        padding-left: 8px;
    }
    .list-box ul {
        padding-left: 12px;
        padding: 15px 20px;
    }
    .sub-h5 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 18px;
        color: var(--page-point-color);
        letter-spacing: -0.03em;
    }
    .list-box {
        margin-top: 30px;
    }
    .num-list li ul li::before {
        width: 4px;
        height: 1px;
        left: 0;
        top: 9px;
    }
    .num-list li ul li {
        font-size: 13px;
        padding-left: 8px;
    }
    .num-list>li {
        font-size: 15px;
    }
    .process-box .txt-box p {
        font-size: 14px;
    }
    .process-box .txt-box h6 {
        font-size: 17px;
        margin-bottom: 10px;
        margin-top: 2px;
    }
    .process-box .num {
        margin: 0px auto 10px;
        font-size: 12px;
        padding: 6px 13px;
    }
    .process-box .inner .icon span {
        font-size: 50px;
    }
    .process-box .inner-wrap .inner:not(.in06) {
        gap: 15px;
        padding: 20px 10px 25px;
    }
    .sub-h4 {
        font-size: 25px;
    }
    .board-wrap .board_wrapper{
        overflow-x: auto;
    }
    #bbsArea :is(.board_list_list, .board_status_list, .cs_bd_wrapper) td{
        font-size: 14px;
    }
    #bbsArea :is(.board_list_list, .board_status_list, .cs_bd_wrapper) tbody .subject a {
        font-size: 14px;
    }
    #bbsArea :is(.board_list_list, .board_status_list, .cs_bd_wrapper) thead th {
        font-size: 15px;
    }
    #bbsArea :is(.board_list_list, .board_status_list, .cs_bd_wrapper) :is(th, td) {
        padding: 13px 10px;
        font-size: 14px;
        border-bottom: 1px solid #e3e3e3;
    }
    col.subject_col{
        width: 200px !important;
    }
    .navbar-inverse .navbar-nav{
        overflow: hidden;
    }
    .greet-wrap .txt-box h6 {
        font-size: 25px;
        margin-bottom: 25px;
    }
    .greet-wrap .img-box img {
        height: 260px;
    }
    .title-h3 h3 {
        font-size: 30px;
    }
    .subpage-content {
        padding: 70px 0 75px;
    }
    .snb a {
        font-size: 15px;
    }
    .subpage-title h2 {
        font-size: 30px;
    }
    .subpage-header {
        height: 250px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: var(--page-point-color);
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        font-size: 13px;
    }
    .navbar-inverse .navbar-nav .dropdown-menu {
        min-width: 100%;
        padding: 0px 8px;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 15px;
        padding: 15px 15px;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        font-size: 22px;
    }
    .carousel-indicators {
        bottom: 90px;
    }
    .navbar-header{
        padding: 10px 0;
    }
    #site {
        padding-top: 68px;
    }
    .navbar-brand{
        margin-left: 15px !important;
    }
    #mainCarousel .carousel-inner .item {
        height: 470px;
    }
    .carousel-caption h1 {
        margin-bottom: 25px;
        font-size: 40px;
    }
    .carousel-caption h1::after {
        margin-top: 20px;
    }
    .mainpage .m-h5 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .main-board {
        grid-template-columns: 1fr;
        gap: 45px;
    }
    .timeline-box .timeline p {
        font-size: 20px;
        display: flex
;
        margin-top: 19px;
    }
    .timeline-box .timeline .dot-list li {
        font-size: 15px;
    }
    .timeline-box .timeline {
        grid-template-columns: 160px 1fr;
        gap: 45px;
    }
    .timeline-box::after {
        left: 160px;
        top: 28px;
    }
    .timeline-box .timeline p::after {
        top: 6px;
    }
    #inspect02 table.table-style td, #inspect02 table.table-style th {
        padding: 15px 20px;
    }
}
@media (max-width:576px) {
    .sub-h4 {
        font-size: 20px;
    }
    .product-box .product p {
        font-size: 14px;
        margin-top: 20px;
    }
    .product-box {
        grid-template-columns: repeat(1, 1fr);
        gap: 35px;
    }
    .process-wrap {
        gap: 70px;
    }
    table.table-style thead th {
        font-size: 14px;
    }
    table.table-style td, table.table-style th {
        padding: 10px;
        font-size: 14px;
    }
    .box-list li {
        font-size: 15px;
    }
    .num-list>li {
        padding-left: 24px;
    }
    .num-list>li::before {
        top: 5px;
        font-size: 11px;
        width: 17px;
    }
    .process-box .inner-wrap .in06 {
        grid-template-columns: 1fr;
        gap: 40px;
        grid-column: 1 / span 2;
    }
    .process-box .inner-wrap .inner:nth-child(3)::after,
    .process-box .inner-wrap .inner:nth-child(5)::after{
        display: none;
    }
    .process-box .inner-wrap .inner:nth-child(4)::after{
        display: block;
    }
    .process-box .inner-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    #test01 .img-box img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 16px;
    }
    #test01 .img-box {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    #test01 .sub-h4 {
        font-size: 15px;
        margin: 0px auto 27px;
    }
    .snb a {
        font-size: 13px;
    }
    .map-info .map {
        display: flex
    ;
        flex-direction: column;
        gap: 12px;
    }
    .map-wrap iframe {
        height: 260px !important;
    }
    .timeline-box .timeline .dot-list li span {
        width: 40px;
    }
    .timeline-box .timeline .dot-list li {
        font-size: 14px;
        padding-left: 0;
    }
    .timeline-box::after {
        left: 82px;
        top: 28px;
    }
    .timeline-box .timeline p::after {
        right: -6px;
        width: 8px;
        box-shadow: 0 0px 0px 3px rgb(61 131 55 / 15%);
    }
    .timeline-box .timeline {
        grid-template-columns: 80px 1fr;
        gap: 20px;
    }
    .timeline-box .timeline p {
        font-size: 20px;
    }
    .greet-wrap .txt-box p+p {
        margin-top: 20px;
    }
    .greet-wrap .txt-box p {
        font-size: 15px;
    }
    .greet-wrap .txt-box h6 {
        font-size: 20px;
    }
    .title-h3 {
        margin-bottom: 45px;
    }
    .title-h3 h3 {
        font-size: 25px;
    }
    #mainCarousel .carousel-inner .item {
        height: 360px;
    }
    #mainCarousel .carousel-caption p {
        font-size: 14px;
    }
    #mainCarousel .carousel-caption p br{
        display: none;
    }
    .carousel-caption h1 {
        margin-bottom: 25px;
        font-size: 25px;
    }
    .main-board .type_list li::before {
        font-size: 13px;
    }
    .main-board .type_list li a .subject {
        font-size: 14px;
        padding: 15px 20px;
    }
    .main-board .type_list li .info .regdate {
        font-size: 12px;
    }
    .main-inner .inner-wrap {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .main-inner .inner-wrap .m-h6 {
        font-size: 25px;
    }
    .main-inner .inner-wrap a {
        height: 220px;
    }
    .mainpage .btn-box {
        padding: 4px 15px;
        width: 138px;
        font-size: 13px;
    }
    #site footer .footer-wrap {
        padding: 25px 0;
        grid-template-columns: 1fr;
        gap: 22px;
    }
    .footer-info li:first-child {
        margin-bottom: 10px;
        font-size: 15px;
    }
    .subpage-header {
        height: 200px;
    }
    .inner-wrap .in06 ul {
        gap: 13px 35px;
        grid-template-columns: repeat(1, 1fr);
    }
    .process-box .txt-box h6 {
        font-size: 15px;
    }
    .process-box .inner-wrap {
        gap: 20px 20px;
    }
    .process-box .inner-wrap .inner:not(.in06) + .inner::after {
        left: -19px;
        font-size: 18px;
    }
}