@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Serif+Display:ital@0;1&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
#site,
html {
    width: 100%;
    height: 100%;
    padding: 0;
}
.navbar-side {
    display: flex;
    position: absolute;
    right: 46px;
    top: 33px;
}
.lang-btn-wrap {
    .lang-change-btn {
        background: transparent;
        font-size: 14px;
        font-weight: 800;
        color: #ccc;
        border: 0;
        position: relative;
        padding: 0.5rem;
        transition: all 0.3s ease;

        &:not(.active) {
            cursor: pointer;
            &:hover {
                color: rgb(0 130 156);
            }
        }

        &.active {
            color: #fff;
        }

        &:before {
            content: "";
            display: block;
        }
        @media (max-width: 767px) {
            font-size: 9px;
            padding: 3px;
        }
    }
}
#site {
    font-family: "Pretendard Variable", "notokr", sans-serif;
    padding-top: 98px;
    word-break: keep-all;
}
#site > .container {
    width: 100%;
    padding: 0;
    margin: 0;
}
@media (min-width: 1650px) {
    .container {
        width: 1630px;
    }
}
@media (min-width: 1400px) {
    .container {
        width: 1330px;
    }
}
#site > .privacy_container {
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
a {
    text-decoration-line: none;
}
a:hover {
    text-decoration-line: none;
}
ul,
li {
    list-style: none;
    margin: 0;
}
.container::before,
.container::after {
    display: none;
}
strong {
    font-weight: 700;
}
:root {
    --page-point-color: #25768b;
    --page-point-color-hover: var(--page-point-color-dark);
    --page-point-color-light: #44a7c0;
    --page-point-color-dark: #0f5162;
    --page-point-color2: #fb5236;
    --font-poppins: "Poppins", "Pretendard Variable", "notokr", sans-serif;
    /* google-material-symbols */
    --gms: "Material Symbols Outlined";
    --gms-grad-low: "GRAD" -25;
    --gms-grad-zero: "GRAD" 0;
    --gms-grad-high: "GRAD" 200;
    --gms-opsz: "opsz" 48;
    /* fill icon */
    --gms-100-fill: "FILL" 1, "wght" 100, var(--gms-opsz);
    --gms-200-fill: "FILL" 1, "wght" 200, var(--gms-opsz);
    --gms-300-fill: "FILL" 1, "wght" 300, var(--gms-opsz);
    --gms-400-fill: "FILL" 1, "wght" 400, var(--gms-opsz);
    --gms-500-fill: "FILL" 1, "wght" 500, var(--gms-opsz);
    --gms-600-fill: "FILL" 1, "wght" 600, var(--gms-opsz);
    --gms-700-fill: "FILL" 1, "wght" 700, var(--gms-opsz);
    /* outlined icon */
    --gms-100-out: "FILL" 0, "wght" 100, var(--gms-opsz);
    --gms-200-out: "FILL" 0, "wght" 200, var(--gms-opsz);
    --gms-300-out: "FILL" 0, "wght" 300, var(--gms-opsz);
    --gms-400-out: "FILL" 0, "wght" 400, var(--gms-opsz);
    --gms-500-out: "FILL" 0, "wght" 500, var(--gms-opsz);
    --gms-600-out: "FILL" 0, "wght" 600, var(--gms-opsz);
    --gms-700-out: "FILL" 0, "wght" 700, var(--gms-opsz);
}

/* 불필요 항목 삭제 */
.navbar .caret {
    display: none;
}

/* 상단 메뉴 */
.navbar-inverse {
    background: #001219;
    margin-bottom: 0;
    border: 0;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    padding: 20px 0 0 0;
    margin-left: 0 !important;
    height: 100%;
}
.navbar-inverse .navbar-brand img {
    height: 60px;
    filter: brightness(0) invert(1);
    object-fit: contain;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    font-family: var(--font-poppins);
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: var(--page-point-color);
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
    background: none;
    color: var(--page-point-color);
}

@media (max-width: 767px) {
    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 16px 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:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: none;
        border-color: #222;
    }
    #site {
        padding-top: 70px;
    }
    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .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 {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border: 0;
        padding: 20px 0;
        background: #fff;
        -webkit-box-shadow: 2px 4px 14px rgba(0, 0, 0, 0.2);
        box-shadow: 2px 4px 14px rgba(0, 0, 0, 0.2);
        animation-fill-mode: both;
        animation-duration: 0.4s;
        animation-name: fadeIn;
        min-width: 180px;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding: 8px 10px;
        text-align: center;
        font-size: 15px;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        background: none;
        color: var(--page-point-color);
        font-weight: 500;
    }
}
.navbar-inverse .navbar-nav > li > a {
    padding: 39px 35px;
}
@media (min-width: 992px) {
    .navbar-inverse .navbar-right {
        margin-right: 0;
    }
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    font-family: var(--font-poppins);
}

/* 슬라이드 공통 */
#mainCarousel .carousel-inner .item {
    height: clamp(400px, 32.31vw, 600px);
}
.carousel-caption h1 {
    margin: 0 0;
    font-size: clamp(40px, 4vw, 80px);
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.01em;
    font-family: "Bebas Neue";
    margin-bottom: 50px;
}
.carousel-caption h1 b {
    font-weight: 500;
    color: #069aa7;
}
.carousel-caption p {
    font-size: clamp(11px, 1.5vw, 24px);
    font-weight: 400;
    line-height: 1.8;
    position: relative;
}
.carousel-caption p:before {
    position: absolute;
    content: "";
    left: 0;
    top: -20px;
    width: 60px;
    height: 2px;
    background: #069aa7;
}
.carousel-control {
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.125);
    transition: ease-in-out 0.15s all;
    background: transparent !important;
    width: 10%;
    opacity: 0.3;
}
.carousel-control .glyphicon::before {
    font-size: clamp(50px, 3.5vw70px);
    font-size: 3.5vw;
    font-variation-settings: var(--gms-100-out);
}
.carousel-control.left .glyphicon::before {
    content: "\e5e0";
    font-family: var(--gms);
}
.carousel-control.right .glyphicon::before {
    content: "\e5e1";
    font-family: var(--gms);
}
.carousel-indicators {
    bottom: 60px;
    text-align: left;
    display: none;
}
.carousel-indicators li,
.carousel-indicators li.active {
    width: 60px;
    height: 4px;
    background-color: #fff;
    border: 1px solid #fff;
    margin: 0 2px;
    border-radius: 0;
    transition: ease-in-out 0.15s all;
    opacity: 0.4;
}
.carousel-indicators li.active {
    background-color: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.125);
    transform: none;
    opacity: 1;
}

.carousel-caption {
    top: 40%;
    padding: 0;
    text-align: left;
    text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    max-width: 1600px;
    padding: 0 30px;
    width: 100%;
    left: 50%;
    right: unset;
    transform: translate(-50%, -50%);
}
.countBox {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.countBox ul {
    display: flex;
    justify-content: center;
}
.countBox ul li {
    padding: 10px;
}
.countBox h6 {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 64px;
    color: #fff;
    padding: 10px;
    text-align: center;
    background: #247489;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 0;
}
.countBox li:last-child h6 {
    background: #187cc3;
}
.countBox p {
    background: #eee;
    border: 1px solid #fff;
    color: #000;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media (max-width: 767px) {
    .carousel-control {
        font-size: 14px;
    }
    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 6px;
        height: 6px;
    }
}

/*메인,서브 공통*/
section {
    padding-bottom: 120px;
}
.main00 {
    padding-block: 60px;
    background: #f3f3f3;
}
.main01 {
    padding-top: 60px;
}
/* 메인페이지 */

.mainContent {
    padding-top: 0;
}
section .contBox {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.main02 .contBox > .bbsArea {
    width: 100%;
}
.mainTit {
    z-index: 2;
    width: 100%;
    margin-bottom: 40px;
}
.mainTit h3 {
    display: inline-block;
    margin: 0;
    font-weight: 600;
    font-size: clamp(22px, 2.2vw, 44px);
    font-family: var(--font-poppins);
    color: #111;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
}

.mainTit h3::after {
    content: "";
    width: 12px;
    aspect-ratio: 1;
    background: #fb5236;
    position: absolute;
    right: -18px;
    bottom: 8px;
    border-radius: 50%;
}
.mainTit h4 {
    font-size: clamp(20px, 1.75vw, 34px);
}
.mainTit h5 {
    font-size: clamp(14px, 1.04vw, 20px);
    font-weight: 400;
    letter-spacing: -0.034em;
    margin: 34px 0 0;
}
.icon {
    width: 100%;
}
.boxWrap {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    justify-content: center;
}
.m-key-wrap {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 15px;
}
.m-key-wrap .item {
}
.m-key-wrap .item .img-box {
    aspect-ratio: 1;
    overflow: hidden;
}
.m-key-wrap .item .img-box img {
    background: #ccc;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.m-key-wrap .item .txt-box {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.m-key-wrap .item:last-child .txt-box {
    border-right: none;
}
.m-key-wrap .item .txt-box span {
    font-size: 16px;
    font-weight: 700;
    width: fit-content;
    display: block;
    padding-bottom: 2px;
    border-bottom: 1px solid #333;
}
.m-key-wrap .item .txt-box h6 {
    margin: 0;
    font-size: clamp(11px, 1.1vw, 17px);
    font-weight: 700;
}
.m-service-wrap {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.m-service-wrap .item {
    text-align: center;
    border-right: 1px solid #ccc;
}
.m-service-wrap .item:last-child {
    border: 0;
}
.m-service-wrap .item h5 {
    font-weight: 600;
    color: #111;
    font-size: 22px;
    margin: 0 0 10px;
    line-height: 1.3;
}
.m-service-wrap .item span {
    font-weight: 600;
    font-size: 18px;
    color: #777;
}
.count-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.count-wrap .col {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0 15px;
    border-right: 1px solid #ccc;
}
.count-wrap .col .count {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.count-wrap .col .count h4 {
    margin: 0;
    display: flex;
    align-items: center;
    font-size: clamp(40px, 3vw, 55px);
    color: #111;
    font-weight: 700;
}
.count-wrap .col:last-child {
    border: 0;
}
.count-wrap .col:last-child .count h4 {
    font-size: clamp(20px, 1.7vw, 31px);
    font-family: "Bebas Neue";
    letter-spacing: 0.05em;
    font-weight: 500;
}
.count-wrap .col .count h4 sup {
}
.count-wrap .col .count span {
    font-weight: 600;
    color: #666;
    letter-spacing: 0.02em;
}
.count-wrap .col p {
    font-size: clamp(15px, 1vw, 20px);
    font-weight: 500;
    color: #555;
    line-height: 1.5;
    margin: 0;
}
.mainContent .linkBtn {
    position: relative;
    z-index: 2;
}
.mainContent .linkBtn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: clamp(100px, 9vw, 170px);
    height: clamp(30px, 2.4vw, 46px);
    color: #fff;
    background: var(--page-point-color);
    font-size: clamp(10px, 0.8vw, 15px);
    letter-spacing: -0.01em;
    transition: all 0.25s;
}

.mainContent .linkBtn a:hover {
    background: var(--page-point-color-dark);
}

.mainContent .linkBtn a span {
    font-size: 17px;
    transform: translateY(-1px);
}

.contBox a span {
    /* color: #fff; */
    /* font-size: 17px; */
}

.m-board-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.m-board-wrap .col {
    overflow: hidden;
    padding: 40px;
    background: #fafafa;
    max-height: 350px;
    &.project {
        position: relative;
        display: flex;
        flex-direction: column;
        .list-box {
            flex: 1;
            min-height: 0;
            overflow-y: auto;
            .dot-list {
                li {
                    font-size: 21px;
                    padding: 20px 0;
                    display: flex;
                    justify-content: space-between;
                    color: #222;
                    letter-spacing: -0.034em;
                    font-weight: 600;
                    text-underline-position: under;
                    border-bottom: 1px solid #ddd;
                    @media (max-width: 991px) {
                        font-size: 17px;
                    }
                    @media (max-width: 576px) {
                        font-size: 13px;
                        padding-block: 11px;
                    }
                }
            }
        }
    }
}
.project .m-slide-wrap {
    width: 100%;
    overflow: hidden;
}
.project .m-slide-wrap .swiper {
}
.project .m-slide-wrap .swiper-wrapper {
}
.project .m-slide-wrap .swiper-slide {
}
.project .m-slide-wrap .swiper-slide .item {
}
.project .m-slide-wrap .swiper-slide .item .img-box {
}
.project .m-slide-wrap .swiper-slide .item .img-box img {
    object-fit: cover;
    aspect-ratio: 3/2;
    width: 100%;
}
.project .m-slide-wrap .swiper {
    position: relative;
}
.project .m-slide-wrap .swiper-slide .item .txt-box {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 10px 45px;
    background: #134157;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    text-align: center;
    width: fit-content;
}
.project .m-slide-wrap .swiper-slide .item .txt-box h3 {
    margin: 0;
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
    font-size: 24px;
}
.project .m-slide-wrap .swiper-slide .item .txt-box p {
    color: #efefef;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    white-space: nowrap;
}
.project .m-slide-wrap .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: calc((100% - 30px) * 0.375 + 30px);
    display: flex;
    gap: 8px;
    width: auto;
    display: none;
}
.project .m-slide-wrap .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 !important;
    border-radius: 50%;
    background: #ccc;
    opacity: 1;
}
.project .m-slide-wrap .swiper-pagination-bullet-active {
    background: #008da7;
}
.mainContent .type_blog_b.type_thumb {
    margin: 0;
}
.mainContent .type_blog_b.type_thumb:before,
.mainContent .type_blog_b.type_thumb:after {
    display: none;
}
.mainContent .type_blog_b.type_thumb > div {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.mainContent .type_blog_b.type_thumb > div:last-child {
    border: 0;
}
.mainContent .type_blog_b.type_thumb .inner {
    border: none;
    margin: 0;
}
.mainContent .type_blog_b.type_thumb .inner .top {
    display: none;
}
.mainContent .type_blog_b.type_thumb .inner:hover a {
    text-decoration: underline;
}
.mainContent .type_blog_b.type_thumb .inner span.thumb {
    height: 220px;
    transition: all 0.45s;
}
.mainContent .type_blog_b.type_thumb .inner .top a {
    background: #000;
    transition: all 0.35s;
    overflow: hidden;
}

.mainContent .type_blog_b.type_thumb .inner:hover .top .thumb {
    transform: scale(1.18);
    opacity: 0.7;
}
.mainContent .type_blog_b.type_thumb .inner .bottom {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mainContent .type_blog_b.type_thumb .inner .info {
    font-size: 13px;
    width: fit-content;
    flex-shrink: 0;
}
.mainContent .type_blog_b.type_thumb .inner .info span {
    color: #333;
}
.mainContent .type_blog_b.type_thumb .inner .info :is(.hits, .writer) {
    display: none;
}

.mainContent .main02 .board_box_blog2 {
    padding: 0;
    margin-bottom: 0 !important;
}

/* 서브페이지 */
.subpageHeader {
    width: 100%;
    height: 300px;
    position: relative;
    background: url("/public/img/sub/subBg01.jpg") no-repeat center / cover;
}
.subpageHeader .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: url("/public/img/sub/subBg01.jpg") no-repeat center / cover;
    display: none;
}
.bg::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
}
.breadcrumb {
    background: none;
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    gap: 25px;
    /* display: none; */
}
.breadcrumb li {
    position: relative;
    line-height: 1;
    color: rgb(255 255 255 / 70%);
    font-size: 13px;
    font-family: var(--font-poppins);
}
.breadcrumb li a {
    text-transform: uppercase;
    color: rgb(255 255 255 / 60%);
}
.breadcrumb li.active {
    font-weight: 400;
    color: #fff;
}
.breadcrumb li + li:before {
    content: "\e5cc";
    padding: 0;
    font-weight: 300;
    font-family: "Material Symbols Outlined";
    position: absolute;
    left: -22px;
    top: -3px;
    display: block;
    font-size: 20px;
    line-height: 1;
    opacity: 0.5;
    color: #fff;
}
.subpageTit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    top: 0;
    padding-top: 20px;
}
.subpageTit h2 {
    font-weight: 500;
    font-size: 70px;
    color: #fff;
    font-family: var(--font-poppins);
    margin: 0;
}
:is(#insights01, #inquiry) .subLink {
}
.subLink {
    border-bottom: 1px solid #e7e7e7;
}
.subLink ul {
    width: 100%;
    display: flex;
    margin: 0;
    gap: clamp(7px, 3vw, 55px);
}
.subLink ul li {
    /* width: 100%; */
    /* flex: 1; */
}
.subLink li a {
    display: block;
    font-size: clamp(14px, 1.2vw, 20px);
    font-weight: 500;
    word-break: break-all;
    position: relative;
    color: #aaa;
    font-family: var(--font-poppins);
    letter-spacing: -0.005em;
    display: inline-flex;
    height: 70px;
    align-items: center;
    justify-content: center;
    transition: all 0.25s;
}
.subLink li.active a {
    color: #111;
    font-weight: 500;
}
.subLink li a:hover {
    color: #111;
}
.subLink li:last-child a::before {
    display: none;
}
.subLink li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 0%;
    height: 3px;
    background: #fb5236;
    transition: all 0.4s;
    opacity: 0;
}
.subLink li a:hover::after,
.subLink li.active a::after {
    width: 100%;
    opacity: 1;
}
.subPage .subContent {
    padding-top: 110px;
}
.subTit {
    text-align: center;
    padding-bottom: 95px;
}

#business01 .subTit {
    padding-bottom: 40px;
}
.subTit h3 {
    margin: 0;
    font-size: 50px;
    font-family: var(--font-poppins);
    font-weight: 600;
    color: #111;
    letter-spacing: -0.02em;
}

.subTit h5 {
    max-width: 700px;
    margin: 40px auto 0;
    font-size: 18px;
    letter-spacing: -0.01em;
    font-weight: 400;
    line-height: 1.7;
    color: #000;
}

.subTit h5 b {
    font-weight: inherit;
}

.subTit h5 b {
    /* font-weight: 600; */
}
.subContent .bundle {
    /* display: flex; */
    /* gap: 100px; */
}
.bundle img {
}
.bundle .textBox h5 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: clamp(20px, 2.1vw, 40px);
    font-size: clamp(24px, 1.8vw, 34px);
    line-height: 1.35;
    letter-spacing: -0.015em;
    color: var(--page-point-color);
}

.greet {
    display: flex;
    gap: 0px;
}

.greet::before,
.greet::after {
    display: none;
}

.greet .textBox {
}

.greet .imgBox {
}
.greet .textBox p {
    margin-bottom: 30px;
    font-size: clamp(14px, 0.9vw, 17px);
    font-weight: 400;
    color: #666;
    letter-spacing: -0.025em;
    line-height: 1.7;
}

.greet .textBox p b {
    font-weight: inherit;
}
.greet .textBox .intro {
    font-weight: 500;
    font-size: clamp(15px, 1vw, 19px);
    margin-bottom: clamp(10px, 1.5vw, 30px);
    line-height: 1.7;
    letter-spacing: -0.025em;
}
.textBox span {
    padding-top: 10px;
    display: block;
    font-weight: 600;
    font-size: clamp(12px, 0.9vw, 17px);
}

.coreValue {
    position: relative;
    display: flex;
}

.coreValue .textBox {
    width: max-content;
    margin: 0 auto;
}

.coreValue .textBox b {
    font-weight: inherit;
}
.coreValue .iconWrap {
    position: absolute;
    top: 0;
    left: 33%;
}
.coreValue .list {
    padding-bottom: 60px;
    display: flex;
    align-items: start;
    gap: 50px;
}

.coreValue .list .text {
    /* width: 80%; */
}

.coreValue .list > span.material-symbols-outlined {
    font-size: 60px;
    font-variation-settings: var(--gms-300-out);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    aspect-ratio: 1;
    background: #fc6563;
    padding: 0;
    border-radius: 50%;
    color: #fff;
}
.coreValue .list li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 16px;
    font-weight: 400;
    font-size: clamp(13px, 2.2vw, 17px);
    letter-spacing: -0.025em;
    color: #666;
}
.coreValue .list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 3px;
    background: #ccc;
}
.coreValue .list .liTit {
    margin-bottom: 15px;
    font-weight: 600;
    padding: 0;
    font-size: clamp(16px, 2.9vw, 22px);
    letter-spacing: -0.03em;
}
.coreValue .liTit strong {
    font-size: clamp(30px, 4.9vw, 38px);
    display: inline-block;
    font-weight: 600;
    letter-spacing: -0.01em;
    font-family: var(--font-poppins);
    margin-right: 16px;
}
.coreValue .list:nth-child(1) strong {
    color: #fc4c4c;
}
.coreValue .list:nth-child(2) strong {
    color: #f56a3f;
}
.coreValue .list:nth-child(3) strong {
    color: #2c9c9c;
}
.coreValue .list:nth-child(4) strong {
    color: #2e6576;
}
.coreValue .list:nth-child(2) > span.material-symbols-outlined {
    background: #ff8058;
}
.coreValue .list:nth-child(3) > span.material-symbols-outlined {
    background: #4cb3b3;
}
.coreValue .list:nth-child(4) > span.material-symbols-outlined {
    background: #3d788a;
}
.bussiness {
    flex-direction: row-reverse;
}
.conTit {
    width: 100%;
    font-size: 30px;
    text-align: center;
    text-decoration-line: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 2px;
    text-decoration-color: #333;
    margin-bottom: 40px;
}
.partner .row {
    display: flex;
    flex-flow: wrap;
    gap: 80px 0;
    margin: 0;
}

.partner .row .type:nth-child(2) .point {
    background: #399eaf;
}
.partner .row .type:nth-child(3) .point {
    background: #1f7b93;
}
.partner .row .type:nth-child(4) .point {
    background: #125671;
}

.partner .row .type:nth-child(5) .point {
    background: #0f4362;
}
.partner .row::before,
.partner .row::after {
    display: none;
}
.partner .type {
    display: flex;
    align-items: center;
    padding: 0;
    background: #f7f7f7;
    border-radius: 10px;
}
.partner .point {
    background: #59c3c9;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    height: 100%;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.03);
    padding: 0 30px;
}
.point p {
    display: block;
    /* color: #fff; */
    font-size: 22px;
    width: 140px;
    font-weight: 650;
    margin: 0;
    letter-spacing: -0.025em;
}
.company {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 0 0 40px;
    flex-flow: wrap;
}

.company b {
    font-weight: inherit;
}
.company p {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    letter-spacing: -0.02em;
    line-height: 1.6;
    color: #555;
}
.company .img-responsive {
    padding: 10px;
    width: clamp(140px, 11.8vw, 220px);
}
.map .info {
    padding-top: 40px;
}
.map .info li {
    padding-bottom: 15px;
    position: relative;
}

.map .info li:not(.loca) {
    display: inline-flex;
    margin-right: 20px;
    font-size: 16px;
    align-items: center;
    gap: 8px;
}

.map .info li span {
    display: inline-block;
    width: 30px;
    font-weight: 650;
    color: #111;
}

.map .info li span.material-symbols-outlined {
    font-variation-settings: var(--gms-400-fill);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    aspect-ratio: 1;
    background: var(--page-point-color);
    color: #fff;
    border-radius: 50%;
    font-size: 17px;
}

.map .info li.loca {
    font-size: clamp(14px, 1.1vw, 20px);
    font-weight: 500;
    letter-spacing: -0.015em;
}

.map .info li.loca small {
    /* color: #777; */
    font-size: 16px;
}

.bsCard {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px 20px;
}
.bsCard::before,
.bsCard::after {
    display: none;
}
.bsCard .box {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.03);
    padding: 30px 30px;
    width: 100%;
    border: 1px solid #e0e0e0;
    border-top: 1px solid #69b3c5;
}
.row .box .con {
}
.row .box h4 {
    font-size: 22px;
    margin: 0 0 23px;
    font-weight: 650;
    color: var(--page-point-color-dark);
    letter-spacing: -0.025em;
    line-height: 1.3;
}
.row .box .infoWrap {
}
.box .infoWrap li {
    padding-left: 12px;
    position: relative;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: -0.02em;
    line-height: 1.5;
}

.box .infoWrap li + li {
    margin-top: 4px;
}

.box .infoWrap li b {
    font-weight: inherit;
}
.box .infoWrap li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    background: var(--page-point-color);
    border-radius: 50%;
}

#list_btn {
    display: none;
}
.privacy_checkbox span a {
    color: #000;
}
.board_wrapper {
    margin-top: 0;
}
.table_blog .right .title a {
    font-size: 24px;
    font-weight: 600;
}
.table_blog .right .text p {
    font-size: 18px;
}
.page-header {
    padding-bottom: 5px;
    border-bottom: 1px solid #777;
    margin-bottom: 0;
    margin-top: 0;
}
.board_box_blog2 > .page-header {
    margin: 0;
}
.page-header h4 {
    font-size: 28px;
    font-weight: 700;
    color: #111;
}
.mainContent .type_blog_b.type_thumb a {
    color: #222;
    font-size: 21px;
    letter-spacing: -0.034em;
    font-weight: 600;
    text-underline-position: under;
}

.mainContent .type_blog_b.type_thumb .title {
    padding: 0;
    margin-bottom: 0;
}
#item_0 td {
    display: flex;
    align-items: center;
}
#item_0 .text_com {
    margin: 0 0 0 15px;
    color: #777;
}

/* 보드 */
.board_wrapper .table.board_write_table {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.board_wrapper .table.board_write_table > :where(tbody, tfoot, thead) > tr > :where(th, td) {
    border-top: none;
    border-bottom: 1px solid #e8e8e8;
}
.board_wrapper .table.board_write_table tbody tr :where(th, td) {
    padding: 15px 20px;
}
.board_wrapper .table.board_write_table tbody tr th {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    background: #f8f8f8;
    letter-spacing: -0.025em;
}
.board_wrapper .table.board_write_table tbody tr th > span.required_text {
    color: red;
}
.table.board_write_table .text-muted {
    font-size: 13px;
}
.table.board_write_table .text-muted i {
    color: #f57253;
}

.checkbox-inline,
.radio-inline {
    margin-top: 5px !important;
    font-size: 15px;
}

table.board_write_table #captcha {
    height: 40px;
    vertical-align: bottom;
}

table.board_write_table #captcha + br {
    display: none;
}

table.board_write_table #wr_captcha {
    margin-top: 0 !important;
}

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

.checkbox.privacy_checkbox span {
    font-size: 15px;
    color: #666;
    letter-spacing: -0.015em;
}

.checkbox.privacy_checkbox span a {
    font-weight: 600;
    color: #444;
}

.table_default {
    border-top: 1px solid #333;
}

.table.table_default tr th,
.table.table_default tr td {
    border-bottom: 1px solid var(--page-grey-color);
    letter-spacing: -0.02em;
}

.table.table_default thead th {
    background: #fff;
    font-size: 17px !important;
    font-weight: 600;
}

#site .board_data_view {
    border-top: 1px solid #333;
}
#site .board_data_view .header_wrap {
    padding: 40px 0;
    border-bottom: 1px solid #e3e3e3;
}
#site .board_data_view .header_wrap .title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.02em;
}
#site .board_data_view .header_wrap .info {
    margin-top: 20px;
}

.board_data_view {
    border-top: 1px solid #333;
}
.table.table_default tbody tr th.num {
    font-weight: normal;
}
.table.table_default tbody .subject a {
    font-size: 17px;
    color: #333;
}
.table.table_default tr th,
.table.table_default tr td {
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}
.table.table_default tr td {
    color: #777;
}

:where(.table_video, .table_blog2, .table_pd) dd {
    margin-bottom: 50px;
}

:where(.table_video, .table_blog2) .inner :where(.bottom .title a, .title a) {
    font-weight: 600;
    letter-spacing: -0.02em;
}

:where(.table_video, .table_blog2, .table_pd) .inner {
    border: none;
}

:where(.table_video, .table_blog2, .table_pd) .inner .top a {
    background: #000;
    transition: all 0.35s;
    overflow: hidden;
}
:where(.table_video, .table_blog2, .table_pd) .inner .top a span.thumb {
    height: 220px;
    transition: all 0.45s;
}

:where(.table_video, .table_blog2, .table_pd) .inner:hover .top a span.thumb {
    transform: scale(1.18);
    opacity: 0.7;
}

:where(.table_video, .table_blog2, .table_pd) .inner .bottom {
    padding: 20px 0;
}

/* 푸터 */
#site footer {
    border-top: 1px solid #eee;
    background-color: #fff;
    color: #888;
}
#site footer .container {
    position: relative;
}
footer .wrap {
    display: flex;
    padding: 40px 0;
    align-items: center;
    justify-content: center;
    gap: 70px;
}
footer .wrap .footer-logo {
    width: 115px;
    flex-shrink: 0;
}
.footer-logo img {
    opacity: 0.5;
    width: 100%;
    object-fit: contain;
}
.footer-info {
    display: flex;
    flex-wrap: wrap;
    gap: 3px 18px;
}
.footer-info li.clear-fix {
    width: 100%;
}

/* 준비중 */
.txtArea {
    padding: 62px 25px;
    margin-top: 0;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #555;
}
.txtArea i {
    margin-bottom: 20px;
    line-height: 1;
    color: var(--page-color);
    font-size: 58px;
    color: #a3c4eb;
}
.txtArea p:nth-child(2) {
    line-height: 1;
    margin-bottom: 20px;
    color: #333;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.03em;
}
.txtArea p {
    color: #777;
    margin: 0;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.5;
    font-size: 15px;
}
.coreValue .list:last-child {
    padding-bottom: 0;
}

/* 반응형 */
@media (max-width: 991px) {
    #site {
        padding-top: 70px;
    }
    .navbar-side {
        right: 20px;
        top: 20px;
    }
    .m-service-wrap .item {
        border: 0;
    }
    .m-board-wrap {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .m-key-wrap {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }
    .m-service-wrap {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px 15px;
    }
    .main00 {
        padding: 30px 0;
    }
    .count-wrap {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        align-items: flex-start;
    }
    .count-wrap .col {
        align-items: unset;
        gap: 13px;
        flex-direction: column;
        padding: 0;
        border-right: 0;
    }
    .count-wrap .col h4 {
        min-height: 65px;
    }
    .count-wrap .col br {
        display: none;
    }
    .main01 .iconBox {
        padding: 20px;
    }
    .iconBox .inner {
        gap: 22px;
    }
    #mainCarousel .carousel-inner .item {
        height: clamp(210px, 40.1vw, 400px);
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 25px 20px;
    }
    section {
        padding-bottom: 80px;
    }
    .partner .point {
        width: 100%;
        padding: 20px;
    }
    .point p {
        width: 100%;
    }
    .partner .type {
        flex-direction: column;
    }
    .company {
        padding: 0;
        display: flex;
        justify-content: center;
    }
    .count-wrap .col .count h4 {
        font-size: 35px;
        min-height: unset;
    }
    .count-wrap .col p {
        font-size: 15px;
    }
    .count-wrap .col:last-child .count h4 {
        font-size: 22px;
    }
    .project .m-slide-wrap .swiper-slide .item .txt-box h3 {
        font-size: 20px;
    }
    .mainContent .type_blog_b.type_thumb a {
        font-size: 17px;
    }
    .m-service-wrap .item h5 {
        font-size: 18px;
    }
    .m-service-wrap .item span {
        font-size: 15px;
    }
    .navbar-inverse .navbar-brand img {
        height: 38px;
        filter: brightness(0) invert(1);
        object-fit: contain;
    }
}
@media (max-width: 768px) {
    #site {
        padding-top: 62px;
    }
    .carousel-caption {
        top: 45%;
    }

    .navbar-brand {
        padding: 10px 0 0 0;
        margin-left: 10px !important;
        height: 100%;
    }
    .navbar-side {
        right: 53px;
        top: 19px;
    }
    .boxWrap {
        flex-flow: wrap;
        gap: 10px;
        grid-template-columns: repeat(1, 1fr);
    }
    .boxWrap .iconBox {
        padding: 32px 7px;
        height: 270px;
    }
    .carousel-caption h1 {
        font-size: clamp(24px, 5.1vw, 40px);
    }
    .footer-info {
        font-size: 8px;
    }
    footer .wrap {
        gap: 20px;
        flex-direction: column;
        align-items: revert-layer;
    }
    .greet .textBox h5,
    .greet .textBox .intro {
        text-align: center;
    }
    .greet .textBox p {
        margin-bottom: 10px;
    }
    .bsCard {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    footer .wrap .footer-logo {
        width: 70px;
        flex-shrink: 0;
    }
}
@media (max-width: 767px) {
    .greet {
        flex-direction: column;
    }
    .greet .imgBox img {
        width: 100%;
        aspect-ratio: 2.1;
        height: auto;
        padding: 0 30px 30px;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 20px;
    }
    .coreValue .list {
        gap: 20px;
    }
}
@media (max-width: 576px) {
    .mainContent .type_blog_b.type_thumb .inner .info {
        font-size: 10px;
    }
    .mainContent .type_blog_b.type_thumb .inner .bottom {
        padding: 11px 0;
    }
    .mainContent .type_blog_b.type_thumb a {
        font-size: 13px;
    }
    .project .m-slide-wrap .swiper-pagination {
        left: 0;
    }
    .project .m-slide-wrap .swiper-slide .item .txt-box span {
        font-size: 10px;
    }
    .project .m-slide-wrap .swiper-slide .item .txt-box p {
        font-size: 12px;
    }
    .project .m-slide-wrap .swiper-slide .item .txt-box h3 {
        font-size: 16px;
    }
    .project .m-slide-wrap .swiper-slide .item .txt-box {
        gap: 10px;
    }
    .project .m-slide-wrap .swiper-slide .item .img-box img {
        aspect-ratio: 3/2;
    }
    .page-header h4 {
        font-size: 19px;
    }
    .m-board-wrap .col {
        padding: 10px;
    }
    .carousel-caption p:before {
        left: 0;
        top: -7px;
        width: 23px;
        height: 1px;
    }
    .carousel-caption h1 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    #mainCarousel .carousel-inner .item {
        height: 210px;
    }
    .m-service-wrap .item span {
        font-size: 10px;
    }
    .project .m-slide-wrap .swiper-slide .item {
        grid-template-columns: 1fr;
    }
    .m-service-wrap .item h5 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .m-service-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .m-key-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .count-wrap .col .count span {
        font-size: 8px;
    }
    .count-wrap .col p {
        font-size: 8px;
    }
    .count-wrap .col:last-child .count h4 {
        font-size: 13px;
    }
    .count-wrap .col .count h4 {
        font-size: 20px;
    }
    .count-wrap .col h4 {
        min-height: unset;
    }
    .count-wrap {
        gap: 5px;
    }
    .subLink li a {
        font-size: 12px;
    }
    .coreValue .list > span.material-symbols-outlined {
        font-size: 30px;
        width: 60px;
    }
    .coreValue .liTit strong {
        width: 100%;
    }
    .navbar-brand {
        margin-left: 15px !important;
    }
    .navbar-inverse .navbar-brand img {
    }
    .board_wrapper .table.board_write_table :where(.input-group.input-group-big, .form-control.form-control-big) {
        width: 200px;
    }
    .bsCard {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .m-key-wrap .item .txt-box span {
        font-size: 12px;
        padding-bottom: 0px;
    }
    .m-key-wrap .item .txt-box {
        padding-top: 5px;
        gap: 7px;
    }
    .main_popup_contents {
        padding: 15px;
    }
    .count-wrap .col {
        gap: 5px;
    }
    .count-wrap .col .count {
        gap: 2px;
    }
    .main00 {
        padding: 15px 0;
    }
    footer .wrap {
        padding: 20px 0;
        gap: 10px;
    }
}
.main_popup_contents img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}
.caret {
    display: none;
}
#gnbauth {
    /* width: 100%; */
    /* margin-top: 10px; */
}
#gnbauth a {
    color: #888;
    /* padding: 5px 10px; */
    /* border: 1px solid #ddd; */
}
#gnbauth > .dropdown-menu {
}
