@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: 0;
    font-size: 16px;
}

html {
    visibility: hidden;
}

html.no-js {
    visibility: visible;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    /* letter-spacing: -0.015em; */
    word-break: keep-all;
}

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

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

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

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

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

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

/* 불필요 항목 삭제 */
.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: #002e66;
    --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 {
    padding: 200px 0;
}

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

@media (min-width: 1400px) {
    .container {
        width: 1370px;
        padding: 0 15px;
    }
}

/* 상단 로고*/
.navbar-brand {
    height: 35px;
    display: block;
    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: #fff;
    font-weight: 600;
}

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

.navbar-inverse .navbar-brand img {
    height: 75px;
    object-fit: contain;
    /* filter: brightness(0) invert(1); */
}

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

@media (min-width:768px) {
    .navbar-inverse>.container,
    .navbar-inverse .navbar-header,
    .navbar-inverse .navbar-brand,
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-right,
    .navbar-inverse .nav>li {
        height: 100% !important;
        display: flex;
        align-items: center;
    }    
}


.navbar-inverse .nav>li>a {
    height: 100% !important;
    text-align: center;
    width: 100%;
}

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

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

    .navbar-inverse>.container {
        width: 100%;
        padding: 0 60px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 120px;
        height: 100%;
        align-items: center;
    }

    .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: 150px;
        color: #fff;
    }

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

.navbar-inverse {
    border-color: transparent;
    background: transparent;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
    height: 120px;
    display: flex;
    align-items: center;
}

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

.navbar-inverse.on,
.navbar-inverse.opened {
    background: #fff;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #ddd;
}
@media (min-width:768px) {
    .navbar-inverse.on,
    .navbar-inverse.opened{
        height: 100px;
    }
}
.navbar-header {}

.navbar-inverse .navbar-nav {}

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

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

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

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

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

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

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

.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: 8px 15px;
    font-size: 16px;
    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: clamp(15px,0.95vw,18px);
    font-weight: 500;
    color: #fff;
    padding: 0 clamp(15px,1.95vw,38px);
    text-align: center;
    min-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.navbar-inverse.on .navbar-nav>li>a,
.navbar-inverse.sub-nav .navbar-nav>li>a,
.navbar-inverse.opened .navbar-nav>li>a {
    color: #000;
}


.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.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: 100vh;
}

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

#mainCarousel .carousel-inner .item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
}

/* 슬라이드 글자*/
.carousel-caption {
    top: 55%;
    padding: 0;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -50%);
}

.carousel-caption h1 {
    margin-bottom: 0;
    position: relative;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    font-size: 68px;
    text-shadow: none;
}

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

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

.carousel-control,
.carousel-indicators {}

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

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

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

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

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

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

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

.carousel-control.left .glyphicon::before {
    content: "\e5e0";
    font-family: var(--icons);
}

.carousel-control.right .glyphicon::before {
    content: "\e5e1";
    font-family: var(--icons);
}

.carousel-indicators li {
    width: 13px;
    height: 13px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    margin: 0 10px;
    border-radius: 50%;
    transition: ease-in-out 0.15s all;
}

.carousel-indicators li.active {
    width: 13px;
    height: 13px;
    background-color: #fff;
    margin: 0 10px;
    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;
}

.m-menu-wrap {
    height: 260px;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 2fr)) minmax(0, 3fr);
    gap: 30px;
    margin-top: 80px;
    text-shadow: none;
}

.m-menu-wrap * {
    color: inherit;
}

.m-menu-wrap .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
}

.m-menu-wrap .col.contact {
    background: #002e66e6;
    border: none;
    color: #fff;
}

.m-menu-wrap .col.contact .material-symbols-outlined {
    font-size: 70px;
    opacity: 0.7;
    margin-bottom: 8px;
}

.m-menu-wrap .col.contact li {
    color: #fff;
    font-weight: 300;
}

.m-menu-wrap .col.contact h4 {
    font-size: 32px;
    color: #edd49d;
    font-weight: 500;
}

.m-menu-wrap h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: -0.03em;
}

.m-menu-wrap :is(p, li) {
    font-size: 16px;
    color: #777;
    font-weight: 500;
    letter-spacing: -0.025em;
}

.m-menu-wrap li+li {
    margin-top: 5px;
}

.m-menu-wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    width: 130px;
    height: 42px;
    color: #333;
    font-weight: 600;
    border-radius: 50px;
    margin: 20px auto 0;
    padding-inline: 15px 15px;
    background: rgb(255 255 255 / 80%);
    font-size: 15px;
    transition: all 0.25s;
    border: 1px solid #dddddd;
    transition: all 0.3s ease;
}

.m-menu-wrap a:hover {
    background: var(--page-point-color);
    color: #fff;
}

.m-menu-wrap a::after {
    content: "\e5e1";
    font-family: var(--icons);
    font-size: 14px;
    font-weight: 600;
    transform: translateY(-1px);
}

.m-menu-wrap span.material-symbols-outlined {
    --wght: 100;
    font-size: 60px;
    margin-bottom: 15px;
    opacity: 0.9;
}

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

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

/* Contact */
#contact {}

#contact .main-tit {}

#contact .main-tit h3 {
    text-align: left;
}

.cont-info {}

.cont-info img {
    width: 150px;
    object-fit: cover;
}

.cont-info>p {
    font-size: 20px;
    color: #333;
    font-weight: 500;
}

.cont-info p+p {
    margin-top: 7px;
}

.cont-info ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0 0 50px 0;
}

.cont-info ul li {
    display: grid;
    grid-template-columns: 132px 1fr;
    gap: 10px;
    font-size: 19px;
    color: #333;
}

.cont-info ul li span {
    display: block;
    /* text-decoration: underline; */
    /* text-underline-offset: 3px; */
    font-weight: 600;
    position: relative;
    padding-left: 48px;
    font-size: 18px;
}

.cont-info ul li span::before {
    content: "\e61d";
    font-family: var(--icons);
    font-variation-settings: var(--gms-400-out);
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -4px;
    background: #dce9ff;
    border-radius: 50%;
    padding: 4px 0 0;
    aspect-ratio: 1;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #0d2f68;
}

.cont-info ul li:last-child span::before {
    content: "\e158";
    font-size: 21px;
}

.cont-info iframe {
    height: 600px !important;
}

.cont-info .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    margin-top: 50px;
}

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

#contact .text-muted {
    display: none;
}

#contact .board_wrapper .text-center .btn.btn-lg {
    min-width: 100%;
}

/* 서브 페이지 */
.subpage-header {
    position: relative;
    height: 580px;
    padding-top: 120px;
}

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

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

.subpage-title h2 {
    line-height: 1;
    margin-top: 10px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 44px;
}

.subpage-title span {
    display: block;
    font-size: 160px;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 1;
    color: #fff;
    opacity: 0.4;
}

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

.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: 130px 0 150px;
}

.subpage-content section+section {
    margin-top: 120px;
}

.subpage-content .con {}

/* 회사소개 */
#ab01 .subpage-content {
    padding: 180px 0;
}

.greet-wrap {
    display: grid;
    align-items: center;
    gap: 100px;
    padding: 0 100px;
    grid-template-columns: 1fr 1fr;
}

.greet-wrap .company-box {
    text-align: center;
}

.greet-wrap .company-box h1 {
    font-size: 114px;
    color: var(--page-point-color);
    letter-spacing: 0.01em;
    font-weight: 700;
    line-height: 1;
}

.greet-wrap .company-box p {
    font-size: 22px;
    color: #2e2e2e;
    letter-spacing: 0.2em;
    margin-top: 15px;
}

.greet-wrap .company-box ul {
    margin-top: 35px;
    justify-content: center;
    display: flex;
    gap: 0;
    font-size: 18px;
    font-weight: 700;
    color: #808080;
}

.greet-wrap .company-box li {
    width: 140px;
    aspect-ratio: 1;
    border-radius: 100%;
    border: 1px solid #dbdbdb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -6px;
}

.greet-wrap .info-box {
    padding-left: 40px;
}

.greet-wrap .info-box h5 {
    font-size: 27px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: -0.015em;
    color: var(--page-point-color);
}

.greet-wrap .info-box h5 span {
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
    letter-spacing: 0;
    font-size: 32px;
}

.greet-wrap .info-box h5 strong {
    font-weight: 800;
    color: #ce030b;
}

.greet-wrap .info-box .txt {}

.greet-wrap .info-box .txt p {
    font-size: 16px;
    letter-spacing: -0.025em;
    font-weight: 400;
    line-height: 1.65;
    color: #333;
    margin-top: 40px;
}

.greet-wrap .info-box .txt p+p {
    margin-top: 25px;
}
.certi-box{
    display: flex;
    justify-content: center;
    gap: 60px;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 100px;
}
.certi-box a{
    padding: 10px;
    border: 1px solid #ddd;
    position: relative;
}
.certi-box a::before{
    position: absolute;
    content: "\e147";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 85px;
    font-weight: 300;
    color: #fff;
    font-family: var(--icons);
    transition: all 0.2s ease-in-out;
    opacity: 0;
}
.certi-box a:hover::before{
    opacity: 1;
}
.certi-box a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 서비스 */
#ab02 .subpage-content {
    background: #f7f7f7;
}

.ser-wrap {}

.ser-wrap .ser-tit {
    margin-bottom: 65px;
    text-align: center;
}

.ser-wrap .ser-tit h4 {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.ser-wrap .ser-tit p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.025em;
    margin-top: 15px;
}

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

.ser-wrap .inner {
    padding: 50px 40px 40px;
    text-align: center;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ser-wrap .inner span {
    display: block;
    line-height: 1;
    padding: 10px 12px;
    margin-bottom: 35px;
    background-color: #eddab0;
    color: var(--page-point-color);
    font-weight: 600;
    border-radius: 100px;
    font-size: 14px;
    width: fit-content;
}

.ser-wrap .inner h5 {
    font-size: 27px;
    margin-bottom: 40px;
    color: #333;
    letter-spacing: -0.02em;
    line-height: 0.8;
    font-weight: 700;
}

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

.ser-wrap .inner .img-box img {
    border-radius: 50%;
    width: 220px;
    aspect-ratio: 1;
    background-color: #ccc;
    object-fit: cover;
}

.ser-wrap .inner p {
    margin-top: 30px;
    font-size: 16px;
    letter-spacing: -0.025em;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    border-bottom: cadetblue;
}

/* 파트너 */
.sub-tit {
    margin-bottom: 75px;
}

.sub-tit h3 {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    color: #002e66;
}

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

.partner-wrap .img-box {}

.partner-wrap a:hover {
    color: #000;
}

.partner-wrap .img-box img,
.partner-wrap .img-box>div {
    height: 240px;
    object-fit: contain;
    width: 100%;
    padding: 60px 30px;
    border: 1px solid #ddd;
    transition: all 0.3s;
    box-shadow: 0 0 10px 0px #f7f7f7;
}

.partner-wrap .img-box>div {
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #485a79;
}

.partner-wrap a img:hover {
    border-color: #333;
}

.partner-wrap .img-box p {
    margin-top: 15px;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    padding: 0 50px;
}

/* 제품 */
#product .main-tit {}

#product .main-tit h3 {}

.product-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 90px;
    margin: 0 50px;
}

.product-wrap .inner {}

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

.product-wrap .img-box img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #ddd;
    object-fit: cover;
}

.product-wrap .info-box {
    text-align: center;
    padding: 0 30px;
}

.product-wrap .info-box h6 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 7px;
    letter-spacing: -0.034em;
}

.product-wrap .info-box span {
    color: #333;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 20px;
    display: block;
}

.product-wrap .info-box .info-txt {
    font-size: 16px;
    letter-spacing: -0.034em;
}

.product-wrap .info-box .info-en br {
    display: none;
}

.product-wrap .info-box .info-txt.info-en {
    margin-top: 20px;
    font-size: 15px;
}

.process-wrap {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.process-wrap::before {
    content: "";
    z-index: -1;
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #eee;
    bottom: 25%;
}

.process-wrap .col {
    display: grid;
    counter-increment: itemNum;
    text-align: center;
}

.process-wrap span.num::before {
    content: "STEP " counter(itemNum, decimal-leading-zero) "";
    display: inline-block;
    line-height: 1;
    background: #eddab0;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 14px;
    color: var(--page-point-color);
    border-radius: 20px;
    padding: 10px 14px;
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}

.process-wrap .col .item {
    display: flex;
    flex-direction: column-reverse;
}

.process-wrap .col .item .inner {
    padding: clamp(10px, 5vw, 30px) 0;
    position: relative;
}

.process-wrap .col h5 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    letter-spacing: -0.025em;
}

.process-wrap .col p {
    font-size: 16px;
    margin-top: 4px;
    letter-spacing: -0.025em;
}

.process-wrap .col span.material-symbols-outlined {
    margin-inline: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 56px;
    width: 120px;
    aspect-ratio: 1;
    border-radius: 9999px;
    background-color: #e9eeef;
    color: var(--page-point-color);
    background: #f0f0f0;
    --wght: 300;
}

.process-wrap .col:last-child span.material-symbols-outlined {
    background: var(--page-point-color);
    color: #fff;
}

/* 조직도 */
.group-wrap {}

.group-wrap .img-box {}

.group-wrap .img-box img {
    /* width: 100%; */
    height: auto;
    background: #ddd;
}

/* 주문폼 */
#contact {}

#contact .main-tit {}

#contact .main-tit h3 {
    text-align: left;
}

.cont-info {}

.cont-info img {
    width: 150px;
    object-fit: cover;
}

.cont-info>p {
    font-size: 20px;
    color: #333;
    font-weight: 500;
}

.cont-info p+p {
    margin-top: 7px;
}

.cont-info ul {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin: 0 0 50px 0;
}

.cont-info ul li {
    /* display: grid; */
    /* grid-template-columns: 100px 1fr; */
    gap: 15px;
    font-size: 19px;
    color: #333;
    display: flex;
}

.cont-info ul li span {
    display: block;
    /* text-decoration: underline; */
    /* text-underline-offset: 3px; */
    font-weight: 700;
    position: relative;
    padding-left: 38px;
    font-size: 17px;
    color: #0d2f68;
}

.cont-info ul li span::before {
    content: "\e61d";
    font-family: var(--icons);
    font-variation-settings: var(--gms-400-out);
    position: absolute;
    left: 0;
    top: -2px;
    background: #eddab0;
    border-radius: 50%;
    aspect-ratio: 1;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #0d2f68;
    font-weight: 400;
    padding-top: 0;
}

.cont-info ul li:last-child span::before {
    content: "\e158";
    font-size: 21px;
}

.cont-info iframe {
    height: 600px !important;
}

.cont-info .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    margin-top: 50px;
}

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

#contact .text-muted {
    display: none;
}

#contact .board_wrapper .text-center .btn.btn-lg {
    min-width: 100%;
}

#contact01 #bbsArea {
    margin-top: 80px;
}

#contact01 #bbsArea form table tr#item_agree td {
    display: flex;
    align-items: center;
}

#contact01 #bbsArea form table tr#item_agree td .checkbox.privacy_checkbox {
    margin: 6px 0 !important;
}

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

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

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

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

#bbsArea .table_blog .left a {}

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

#bbsArea .table_blog .right {}

#bbsArea .table_blog .right .title {}

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

#bbsArea .table_blog .right .info {}

#bbsArea .table_blog .right .info span {}

#bbsArea .table_blog .right .text {}

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

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

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

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

#bbsArea .table_blog2 dd {}

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

#bbsArea .table_blog2 .inner .top {}

#bbsArea .table_blog2 .inner .top a {}

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

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

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

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

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

}

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

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


/* 목록 게시판 */
#bbsArea .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 {}

#bbsArea form {}

#bbsArea form table {}

#bbsArea form table tr {}

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

#bbsArea form table th span {}

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

#bbsArea form table tr#item_captcha {}

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

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

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

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

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

img#captcha {
    height: 40px;
    vertical-align: bottom;
}

img#captcha+br {
    display: none;
}

#wr_captcha {
    margin: 0 !important;
}

label.radio-inline {
    margin-top: 0 !important;
}

.radio-inline+.radio-inline {
    margin-left: 25px !important;
}

.board_wrapper .table.board_write_table :where(.input-group, .form-control) {
    width: 350px;
}

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

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

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

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

#login_btn {
    width: 100%;
}

/* 푸터 */
footer {
    margin-top: 0px;
    background-color: #fff;
    color: rgb(137, 142, 143);
    border-top: 1px solid #ddd;
}

footer li {
    font-size: 14px;
    color: #919899;
    letter-spacing: 0;
    line-height: 1.5;
}

footer li:first-child {
    color: #b2b5b6;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
}

footer li.copy {
    margin-top: 9px;
    color: #919899;
    font-size: 13px;
}

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

footer .footer-wrap {
    display: flex;
    align-items: start;
    gap: 70px;
    padding: 65px 0 60px;
}

footer .footer-wrap img {
    width: 210px;
    object-fit: contain;
}

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

.footer-info li.login a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 9px;
    background: transparent;
    color: #fff;
    line-height: 1;
    border-radius: 0;
    border: none;
    border-radius: 0;
    font-size: clamp(11px, 2vw, 12px);
    background: #bbb8b8;
}

.footer-info li.login a:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

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

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

/* 반응형 */

@media (max-width: 767px) {
    .carousel-control {
        font-size: 14px;
    }

    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 6px;
        height: 6px;
    }

    #mainCarousel .carousel-caption p {
        font-size: 12px;
    }

    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 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: 7px;
        overflow: hidden;
        border: 0;
        padding: 0;
        box-shadow: none;
        background: #fff;
    }

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

/* 로그인 페이지  */
.navbar-inverse.mem .navbar-brand img {
    filter: none !important;
}

.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;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-3px);
    font-size: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    100% {
        opacity: 1;
        scale: 1 1;
    }
}
@media (max-width:1500px) {
    .cont-info ul {
        flex-direction: column;
        gap: 18px;
        margin: 0 0 15px 0;
    }
}
@media (max-width:1199px) {
    .certi-box {
        gap: 50px;
        max-width: 800px;
        margin-top: 80px;
    }
    .greet-wrap .info-box .txt p+p {
        margin-top: 15px;
    }
    .greet-wrap .info-box .txt p {
        font-size: 15px;
        margin-top: 22px;
    }
    .greet-wrap .info-box h5 {
        font-size: 20px;
    }
    .greet-wrap .info-box h5 span {
        margin-bottom: 10px;
        font-size: 30px;
    }
    .greet-wrap .info-box {
        padding-left: 0;
    }
    .greet-wrap .company-box ul {
        margin-top: 20px;
        font-size: 15px;
    }
    .greet-wrap .company-box p {
        font-size: 18px;
        margin-top: 10px;
    }
    .greet-wrap .company-box h1 {
        font-size: 80px;
    }
    #ab01 .subpage-content {
        padding: 120px 0;
    }
    .greet-wrap {
        gap: 50px;
        padding: 0;
        grid-template-columns: 1fr 1fr;
    }
    .navbar-inverse>.container {
        width: 100%;
        padding: 0 15px;
        gap: 30px;
    }
    .navbar-inverse .navbar-brand img {
        height: 35px;
    }
    .carousel-caption h1 {
        font-size: 40px;
    }
    .m-menu-wrap {
        height: unset;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        margin-top: 50px;
    }
    .m-menu-wrap .col.contact{
        grid-column: span 2;
        flex-direction: row;
        gap: 20px;
        align-items: center;
    }
    .m-menu-wrap span.material-symbols-outlined {
        font-size: 40px;
        margin-bottom: 5px;
    }
    .m-menu-wrap h4 {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .m-menu-wrap a {
        gap: 5px;
        width: 100px;
        height: 35px;
        border-radius: 50px;
        margin: 5px auto 0;
        padding-inline: 15px 15px;
        font-size: 13px;
    }
    .m-menu-wrap a::after {
        font-size: 12px;
    }
    .m-menu-wrap .col {
        padding: 15px 20px;
    }
    .navbar-inverse {
    }
    footer .footer-wrap {
        gap: 35px;
        padding: 30px 0 20px;
    }
}
@media (max-width:991px) {
    .cont-info iframe{
        height: 380px !important;
    }
    .cont-info ul li span {
        padding-left: 38px;
        font-size: 15px;
    }
    .cont-info ul li {
        gap: 15px;
        font-size: 15px;
    ;
    }
    .cont-info>p {
        font-size: 16px;
    }
    .cont-info .inner {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    }
    .sub-tit {
        margin-bottom: 50px;
    }
    .sub-tit h3 {
        font-size: clamp(20px, 4.01vw, 40px);
    }
    .process-wrap::before{
        display: none;
    }
    .process-wrap .col h5 {
        font-size: 18px;
    }
    .process-wrap span.num::before {
        margin-bottom: 15px;
        font-size: 12px;
        padding: 7px 10px;
        margin: 0px auto 4px;
    }
    .process-wrap .col .item .inner {
        padding: 0;
        position: relative;
        margin-bottom: 15px;
    }
    .process-wrap {
        grid-template-columns: repeat(3, 1fr);
        gap: 60px 30px;
    }
    .ser-wrap .inner p {
        margin-top: 15px;
        font-size: 14px;
    }
    .ser-wrap .inner .img-box img {
        width: 180px;
    }
    .ser-wrap .inner h5 {
        font-size: 22px;
        margin-bottom: 25px;
    }
    .ser-wrap .inner span {
        padding: 8px 10px;
        margin-bottom: 20px;
        font-size: 12px;
    }
    .ser-wrap .inner {
        padding: 25px 25px 30px;
    }
    .ser-wrap .inners {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .greet-wrap .info-box h5 {
        font-size: 15px;
    }
    .subpage-title span {
        font-size: 70px;
    }
    .subpage-header {
        height: 440px;
        padding-top: 80px;
    }
    .navbar-inverse.on, .navbar-inverse.opened {
        height: 80px;
    }
    .navbar-inverse {
        height: 100px;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 14px;
        padding: 0 10px;
    }
    .navbar-inverse>.container {
        gap: 15px;
    }
    .carousel-caption h1 {
        font-size: clamp(20px, 4.01vw, 40px);
    }
    .m-menu-wrap {
        margin-top: 35px;
    }
    .m-menu-wrap span.material-symbols-outlined {
        font-size: 35px;
    }
    .m-menu-wrap a {
        gap: 8px;
        width: 90px;
        height: 30px;
        font-size: 12px;
    }
    .m-menu-wrap a::after {
        font-size: 10px;
    }
    .m-menu-wrap .col.contact .material-symbols-outlined {
        font-size: 50px;
        margin-bottom: 0;
    }
    .m-menu-wrap .col.contact h4 {
        font-size: 20px;
        margin: 0;
    }
    .m-menu-wrap :is(p, li) {
        font-size: 14px;
    }
    footer .footer-wrap {
        gap: 25px;
        padding: 20px 0 15px;
        flex-direction: column;
    }
    footer .footer-wrap img {
        width: 100px;
    }
    footer li:first-child {
        font-size: 14px;
        margin-bottom: 4px;
    }
    footer li {
        font-size: 12px;
    }
    footer li.copy {
        margin-top: 9px;
        font-size: 11px;
    }
    .ser-wrap .ser-tit h4 {
        font-size: clamp(22px, 4.51vw, 45px);
    }
    .ser-wrap .ser-tit p {
        font-size: clamp(14px, 1.81vw, 18px);
        margin-top: 10px;
    }
    .ser-wrap .ser-tit {
        margin-bottom: 35px;
        text-align: center;
    }
    .product-wrap {
        grid-template-columns: 1fr;
        gap: 45px;
        margin: 0;
    }
    .product-wrap .inner {
        display: grid;
        grid-template-columns: 200px 1fr;
        align-items: center;
        gap: 45px;
    }
    .product-wrap .info-box {
        text-align: left;
        padding: 0;
    }
    .partner-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 45px 25px;
    }
    .partner-wrap .img-box img, .partner-wrap .img-box>div {
        height: 155px;
        padding: 25px 30px;
    }
    .partner-wrap .img-box p {
        margin-top: 7px;
        font-size: 15px;
        padding: 0 25px;
    }
    .partner-wrap .img-box>div {
        font-size: 18px;
    }
}
@media (max-width:767px) {
    .navbar-header +.collapse.in{
        background: #fff;
    }
    .navbar-inverse:has(.collapse.in){
        background: #fff !important;
    }
    .subpage-content {
        padding: 80px 0 100px;
    }
    .certi-box a::before {
        font-size: 60px;
    }
    .greet-wrap .info-box {
        text-align: center;
    }
    .greet-wrap .info-box h5 span {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .greet-wrap .company-box li {
        width: 110px;
    }
    .greet-wrap .company-box p {
        font-size: clamp(14px, 2.4vw, 18px);
        margin-top: 5px;
    }
    .greet-wrap .company-box h1 {
        font-size: clamp(24px, 6.7vw, 50px);
    }
    .greet-wrap {
        gap: 15px;
        grid-template-columns: 1fr;
    }
    .navbar-inverse.on, .navbar-inverse.opened {
        height: unset;
    }
    .navbar-inverse {
        height: unset;
    }
    .navbar-inverse .navbar-brand img {
        height: 30px;
    }
    .navbar-brand {
        height: 30px;
        margin: 15px 0 0 15px !important;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 14px;
        padding: 15px 15px;
        color: #000;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        background: #fff;
    }
    
}
@media (max-width:576px) {
    .partner-wrap .img-box p {
        margin-top: 4px;
        font-size: 13px;
        padding: 0 15px;
    }
    .partner-wrap {
        grid-template-columns: 1fr;
        gap: 45px 25px;
    }
    .process-wrap .col span.material-symbols-outlined {
        font-size: 40px;
        width: 95px;
    }
    .process-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 30px;
    }
    .product-wrap .info-box span {
        font-size: 14px;
    }
    .product-wrap .info-box h6 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .product-wrap .inner {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .product-wrap .img-box {
        margin-bottom: 0;
    }
    .subpage-title {
        padding-bottom: 20px;
    }
    .ser-wrap .inner h5 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .subpage-title h2 {
        margin-top: 5px;
        font-size: 25px;
    }
    .subpage-title span {
        font-size: 27px;
    }
    .subpage-header {
        height: 230px;
        padding-top: 60px;
    }
    .greet-wrap .company-box p {
        font-size: 12px;
    }
    .greet-wrap .info-box .txt p {
        font-size: 12px;
        margin-top: 22px;
    }
    .greet-wrap .info-box h5 {
        font-size: 13px;
    }
    .greet-wrap .info-box h5 span {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .greet-wrap .company-box li {
        width: 85px;
        font-size: 11px;
    }
    #ab01 .subpage-content {
        padding: 80px 0;
    }
    #mainCarousel .carousel-inner .item {
        height: 610px;
    }
    .m-menu-wrap .col {
        padding: 10px 15px;
    }
    .m-menu-wrap h4 {
        font-size: 15px;
    }
    .m-menu-wrap a {
        gap: 8px;
        width: 80px;
        height: 25px;
        font-size: 10px;
    }
    .m-menu-wrap a::after {
        font-size: 9px;
        transform: translateY(1px);
    }
    .m-menu-wrap .col.contact .material-symbols-outlined {
        font-size: 40px;
    }
    .m-menu-wrap .col.contact h4 {
        font-size: 16px;
    }
    .m-menu-wrap :is(p, li) {
        font-size: 12px;
    }
    footer li:first-child {
        font-size: 13px;
        margin-bottom: 4px;
    }
    .product-wrap .info-box {
        text-align: center;
        padding: 0;
    }
    .product-wrap .img-box img {
        width: 200px;
        margin: 0 auto;
    }
    .board_wrapper .table.board_write_table :where(.input-group, .form-control) {
        width: 100%;
    }
}