@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css");

/* 주요색상 */
:root {
    --page-point-color: #2dabd8;
    --page-point-color-hover: #208abd;
    --page-secondary-color: #eeea3f;
    --page-third-color: #66c59b;
}

#site {
    padding-top: 0;
    font-size: 16px;
    font-family: "Pretendard Variable", "notokr", sans-serif;
    letter-spacing: -0.025em;
}

.btn {
    transition: all ease 0.15s;
    -webkit-transition: all ease 0.15s;
    -moz-transition: all ease 0.15s;
    -ms-transition: all ease 0.15s;
    -o-transition: all ease 0.15s;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

a[href^="mailto"] {
    color: inherit;
}

p {
    line-height: 1.5em;
}

.btn.btn-primary {
    background-color: var(--page-point-color);
    border-color: var(--page-point-color);
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: var(--page-point-color-hover);
    border-color: var(--page-point-color-hover);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
td,
dt,
dd,
figcaption {
    word-break: keep-all;
}

/* 메인 애니메이션 */
.ani {
    opacity: 0;
    animation-duration: 0.8s;
    /* animation-duration: 1s; */
    animation-fill-mode: both;
}

.active.ani.fi-in {
    animation-name: fadeIn;
}
.active.ani.fi-up {
    animation-name: fadeInUp;
}
.active.ani.fi-down {
    animation-name: fadeInDown;
}
.active.ani.fi-left {
    animation-name: fadeInLeft;
}
.active.ani.fi-right {
    animation-name: fadeInRight;
}

.active.ani.fi-up2 {
    animation-name: fadeInUp2;
}
.active.ani.fi-down2 {
    animation-name: fadeInDown2;
}
.active.ani.fi-left2 {
    animation-name: fadeInLeft2;
}
.active.ani.fi-right2 {
    animation-name: fadeInRight2;
}

.active.ani.t1 {
    animation-delay: 0.1s;
}
.active.ani.t2 {
    animation-delay: 0.2s;
}
.active.ani.t3 {
    animation-delay: 0.3s;
}
.active.ani.t4 {
    animation-delay: 0.4s;
}
.active.ani.t5 {
    animation-delay: 0.5s;
}
.active.ani.t6 {
    animation-delay: 0.6s;
}
.active.ani.t7 {
    animation-delay: 0.7s;
}
.active.ani.t8 {
    animation-delay: 0.8s;
}
.active.ani.t9 {
    animation-delay: 0.9s;
}
.active.ani.t10 {
    animation-delay: 1s;
}
.active.ani.t11 {
    animation-delay: 1.1s;
}
.active.ani.t12 {
    animation-delay: 1.2s;
}
.active.ani.t13 {
    animation-delay: 1.3s;
}
.active.ani.t14 {
    animation-delay: 1.4s;
}
.active.ani.t15 {
    animation-delay: 1.5s;
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        transform: translateY(20%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
@keyframes fadeInDown2 {
    0% {
        opacity: 0;
        transform: translateY(-20%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
@keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        transform: translateX(-20%);
    }
    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}
@keyframes fadeInRight2 {
    0% {
        opacity: 0;
        transform: translateX(20%);
    }
    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

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

/* 상단 메뉴 */
.navbar.navbar-inverse {
    position: fixed;
    background-color: transparent;
    border: none;
    transition: background-color ease-in-out 0.15s;
}

.navbar.bg-colored {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: none;
}

.navbar-inverse .navbar-brand img {
    height: 35px;
    margin-top: 12px;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 17px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0;
    transition: all 0.3s;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a::before {
    content: "";
    bottom: -1px;
    left: 50%;
    width: 0;
    height: 4px;
    position: absolute;
    background: rgb(5, 184, 235, 1);
    background: linear-gradient(300deg, rgba(238, 234, 63, 1) 0%, rgba(178, 214, 161, 1) 50%, rgba(45, 184, 235, 1) 100%);
    transform: translateX(-50%);
    transition: width 0.3s;
}

.navbar.bg-colored .navbar-nav > li > a {
    color: #333;
}

.navbar.bg-colored .navbar-nav > li > a:hover,
.navbar.bg-colored .navbar-nav > li > a:focus {
    color: #333;
}

.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: #fff;
}
.navbar.bg-colored .navbar-nav .dropdown.open .dropdown-toggle,
.navbar.bg-colored .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar.bg-colored .navbar-nav .dropdown.open:focus .dropdown-toggle {
    color: #333;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 18px 0;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff;
        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: var(--page-point-color);
    }
    .navbar.bg-colored .navbar-toggle .icon-bar,
    .navbar.open .navbar-toggle .icon-bar {
        background-color: var(--page-point-color);
    }
    .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-radius: 0;
        border: 0;
        padding: 0;
        background: rgba(0, 0, 0, 0.8);
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.125);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.125);
        animation-fill-mode: both;
        animation-duration: 0.4s;
        animation-name: fadeIn;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding: 12px 15px;
        text-align: center;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        font-weight: 500;
        color: #000;
        background: rgb(5, 184, 235, 1);
        background: linear-gradient(300deg, rgba(238, 234, 63, 1) 0%, rgba(178, 214, 161, 1) 50%, rgba(45, 184, 235, 1) 100%);
    }

    .navbar-inverse .navbar-nav > li > a:hover::before,
    .navbar-inverse .navbar-nav > li > a:focus::before,
    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle::before,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle::before,
    .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle::before {
        width: 160px;
    }
}

@media (min-width: 992px) {
    .navbar-inverse .navbar-right {
        margin-right: -30px;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 35px 30px;
    }
}

/* 슬라이드 공통 */
.carousel-control {
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.125);
    transition: ease-in-out 0.15s all;
    width: 10%;
}
.carousel-control.left .glyphicon::before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.carousel-control.right .glyphicon::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.carousel-indicators li {
    width: 11px;
    height: 11px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    margin: 0 4px;
    border-radius: 0;
    transition: ease-in-out 0.15s all;
}
.carousel-indicators li.active {
    width: 11px;
    height: 11px;
    background-color: #fff;
    margin: 0 4px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.125);
    transform: rotate(45deg);
}

.carousel-caption {
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    padding: 0;
    top: 56%;
}

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

/* 푸터 */
#site footer {
    margin-top: 0px;
    background-color: #1f2122;
    color: #aaa;
}
#site footer .footer-info {
    padding: 45px 0;
}
#site footer .footer-info .info {
    padding-left: 50px;
}
#site footer .footer-info ul {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0;
}
#site footer .footer-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 12px;
    margin-right: 15px;
    line-height: 19px;
    letter-spacing: 0em;
}
#site footer .footer-info ul li:first-child {
    font-weight: 500;
    font-size: 13px;
    color: #ccc;
}
#site footer .footer-info .logo > img {
    margin-top: 5px;
    opacity: 0.8;
}
#site footer .footer-info ul li.copy {
    margin-top: 7px;
    font-size: 10px;
    color: #777;
    letter-spacing: 0.08em;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
    height: 750px;
}

#mainCarousel .carousel-inner .item::after {
    content: "";
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, black, transparent);
    opacity: 0.4;
}
#mainCarousel .carousel-inner h1 {
    font-size: 80px;
    /* font-size: 72px; */
    font-weight: 700;
    margin: 0 0 50px;
}
#mainCarousel .carousel-inner h1 .sm {
    display: block;
    margin-bottom: 12px;
    font-size: 42%;
    letter-spacing: -0.02em;
    font-weight: 700;
}
#mainCarousel .carousel-inner p {
    font-size: 21px;
    /* font-size: 18px; */
    line-height: 1.6;
    font-weight: 400;
}
@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: 350px;
    }
    #mainCarousel .carousel-caption {
        right: 5%;
        left: 5%;
    }
    #mainCarousel .carousel-caption h1 {
        margin: 0 0 30px;
        font-size: 44px;
    }
    #mainCarousel .carousel-inner h1 .sm {
        margin-bottom: 8px;
        font-weight: 600;
    }
    #mainCarousel .carousel-caption p {
        font-size: 15px;
        line-height: 1.5;
    }
    #mainCarousel .carousel-control {
        display: none;
    }
}

#section_a684ec {
    padding: 20px 0;
}

#section_b53b3a {
    min-height: 400px;
}

#section_b53b3a .container {
    width: 100%;
    padding: 0;
}

.root_daum_roughmap {
    width: 100% !important;
    padding: 0 !important;
}

.root_daum_roughmap .map_border {
    display: none !important;
}

@media (min-width: 767px) {
    #section_a684ec div[class^="board_box_"] {
        width: 50%;
    }
}

.board_box_blog2 .row {
    margin-left: -5px;
    margin-right: -5px;
}

.board_box_blog2 .row > div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.board_box_blog2 .inner {
    margin-top: 0;
    margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
    padding: 12px 10px;
}

.board_box_blog2 .inner .bottom .title {
    margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
    font-size: 14px;
}

.board_box_blog2 .inner .bottom .info {
    display: none;
}

.board_box_blog2 .inner .top a .thumb {
    height: 100px;
}

/* 메인 추가 스타일 */
.mainPage h2 {
    margin: 0 0 110px;
    font-size: 51px;
    font-weight: 800;
    color: #333;
    text-align: center;
}
.mainPage .btn-view-more {
    position: relative;
    min-width: 180px;
    height: 50px;
    margin-top: 20px;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    letter-spacing: 0.03em;
    line-height: 50px;
    background: transparent;
    border: 1px solid #ccc;
    overflow: hidden;
    transition: all ease 0.3s;
}
.mainPage .btn-view-more::after {
    content: "\e145";
    top: 30px;
    right: 30px;
    position: absolute;
    font-size: 19px;
    font-weight: 400;
    font-family: "Material Symbols Outlined";
    color: #fff;
    transition: all ease 0.3s, opacity ease 0.15s;
    opacity: 0;
}
.mainPage .btn-view-more:hover {
    padding-right: 30px;
    color: #fff;
    background: var(--page-point-color) !important;
    border-color: var(--page-point-color) !important;
}
.mainPage .btn-view-more:hover::after {
    top: 0;
    opacity: 1;
}
/* 상단 */
.mainPage #section1 {
    padding: 150px 0;
}
.mainPage .box-main-biz {
    max-width: 1000px;
    margin: 0 auto 50px;
    text-align: center;
}
.mainPage .box-main-biz .icon > * {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 90px;
    font-weight: 300;
    color: #a3c754;
    border-radius: 50%;
    border: 16px solid #dbebb8;
}

.mainPage .box-main-biz > div:nth-child(2) .icon > * {
    color: #54bbaa;
    border-color: #bddfd9;
}
.mainPage .box-main-biz > div:nth-child(3) .icon > * {
    color: var(--page-point-color-hover);
    border-color: #b2dded;
}
.mainPage .box-main-biz .tit {
    margin: 50px 0 15px;
    font-size: 24px;
    font-weight: 700;
    color: #333;
}
.mainPage .box-main-biz p {
    font-size: 16px;
    font-weight: 500;
    color: #777;
    margin: 0;
}
/* 하단 */
.mainPage .box-main-link {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.mainPage .box-main-link .inner {
    position: relative;
    padding: 80px;
    text-align: center;
    background: #f5f5f5;
    overflow: hidden;
}
.mainPage .box-main-link .w_img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}
.mainPage .box-main-link .w_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mainPage .box-main-link .text {
    position: relative;
    z-index: 110;
    color: #fff;
}
.mainPage .box-main-link .tit {
    margin: 0 0 30px;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}
.mainPage .box-main-link p {
    font-size: 16px;
    line-height: 1.55em;
}
.mainPage .box-main-link .item .inner::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    z-index: 100;
    opacity: 0.5;
}

.mainPage .box-main-link .item2 .inner::before {
    opacity: 0.4;
}

.mainPage .box-main-link .item .btn-view-more {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.05);
}

/*************** 서브 시작 ***************/
/* 공통 스타일 */
#site > .container {
    width: 100%;
    padding: 0;
}
.subPage > .pageTop {
    height: 470px;
    position: relative;
    display: flex;
    align-items: flex-end;
    color: #fff;
    background: #333 url(/public/img/sub/bg_subTop.jpg) no-repeat center / cover;
}
.subPage > .pageTop::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    position: absolute;
    display: block;
    /* background: #000; */
    background: linear-gradient(to bottom, black, rgb(0 0 0 / 0%));
    opacity: 0.5;
}
.subPage > .pageTop .inner {
    position: relative;
    margin-bottom: 70px;
}
.subPage > .pageTop h1,
.subPage > .pageTop h2 {
    margin: 0;
    font-size: 55px;
    font-weight: 700;
}

/* Breadcrumb */
.subPage .breadcrumb {
    margin: 0 0 30px 15px;
    padding: 0;
    font-size: 13px;
    color: #fff;
    letter-spacing: 0;
    background-color: transparent;
    opacity: 0.7;
}
.breadcrumb > li {
    position: relative;
}
.breadcrumb > li + li:before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 11px;
    padding: 0 8px;
}
.subPage .breadcrumb > li:first-child::before {
    content: "\f015";
    top: 0;
    left: -10px;
    position: absolute;
    font-size: 12px;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
}

.subPage > .contents {
    padding: 125px 0;
}
.subPage > .contents .row:not(.page-title) + .row {
    margin-top: 100px;
}

.title-lv-1 {
    margin: 0 0 105px;
    font-size: 42px;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
}

.list-default {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}
.list-default > li {
    position: relative;
}

/* 인사말 (페이지) */
.wrap-greet .image {
    padding-left: 30px;
}
.wrap-greet .text {
    padding-left: 60px;
    padding-right: 50px;
}
.wrap-greet .text h3 {
    margin: 45px 0 40px;
    font-size: 30px;
    font-weight: 700;
    color: #333;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

.wrap-greet h3::before {
    content: "";
    background: linear-gradient(90deg, rgb(238 233 63) 0%, rgba(178, 214, 161, 1) 50%, rgba(45, 184, 235, 1) 100%);
    width: 100px;
    height: 4px;
    display: block;
    margin-bottom: 30px;
}
.wrap-greet .text p {
    margin: 0 0 25px;
    font-size: 17px;
    color: #555;
    line-height: 1.7;
}
.wrap-greet .from {
    margin-top: 70px;
    font-weight: 600;
}

/* 비전 (페이지) */
.wrap-vision .text {
    text-align: center;
}
.wrap-vision .text .en {
    display: inline-block;
    padding: 10px 30px;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0;
    border-radius: 40px;
    border: 8px solid #e3e3e3;
    color: #333;
}
.wrap-vision .text p {
    margin: 30px auto 65px;
    font-size: 24px;
    line-height: 1.7;
    font-weight: 600;
    max-width: 890px;
}
.box-vision {
    display: flex;
    gap: 30px;
}

#vision .contents::after {
    /* content: ''; */
    width: 100%;
    height: 250px;
    background: #f5f5f5;
    background: linear-gradient(90deg, rgba(238, 234, 63, 1) 0%, rgba(178, 214, 161, 1) 50%, rgba(45, 184, 235, 1) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.2;
}

#vision .contents {
    position: relative;
}
.box-vision > .item {
    width: 33.333%;
}
.box-vision > .item .inner {
    height: 100%;
    padding: 70px 40px;
    text-align: center;
    background: #f6f6f6;
}
.box-vision > .item span[class^="material"] {
    font-size: 61px;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: CENTER;
    margin: 0 auto;
    font-weight: 400;
    color: #fff;
    background: #a3c754;
    border-radius: 100%;
}

.box-vision > .item:nth-child(2) span[class^="material"] {
    background: #54bbaa;
}

.box-vision > .item:nth-child(3) span[class^="material"] {
    background: var(--page-point-color-hover);
}
.box-vision > .item .tit {
    margin: 40px 0 22px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.box-vision > .item p {
    margin: 0;
    color: #666;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 회사소개 (페이지) */
.box-outsourcing {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, rgb(198 237 251) 20%, rgba(255, 255, 255, 1) 100%);
    border-radius: 130px 0 0 130px;
    max-width: 1000px;
    margin: 0 auto;
}
.box-outsourcing > .left {
    width: 60%;
    display: flex;
    align-items: center;
    padding-right: 0;
}
.box-outsourcing > .right {
    width: 40%;
}
.box-outsourcing .item .tit {
    width: 230px;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    text-align: center;
    background: #109acb;
    border-radius: 100%;
}
.box-outsourcing .item ul {
    width: calc(100% - 230px);
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 30px;
    padding-left: 130px;
    /* background: linear-gradient(90deg, rgb(198 237 251) 20%, rgba(255,255,255,1) 100%); */
    margin-left: -100px;
    z-index: -1;
}
.box-outsourcing .item ul::after {
    content: "\ea50";
    top: 50%;
    right: -50px;
    position: absolute;
    font-size: 80px;
    font-weight: 700;
    font-family: "Material Symbols Outlined";
    color: #b9dee9;
    line-height: 1em;
    transform: translateY(-50%);
}
.box-outsourcing .item ul > li {
    position: relative;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #006b91;
    margin: 4px 0;
}
.box-outsourcing .item ul > li::before {
    content: "";
    top: 12px;
    left: 0;
    width: 5px;
    height: 5px;
    position: absolute;
    background: #006b91;
}
.box-outsourcing .item .inner {
    text-align: center;
    /* background: #f5f162; */
    color: #034f6a;
    box-shadow: 0 0 13px rgb(199 227 237);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.box-outsourcing .item .inner2 {
    /* background: #b5ebd3; */ /* color: #235e44; */
}
.box-outsourcing .item .inner3 {
    /* background: #9ad6ed; */ /* color: #006b91; */
}
.box-outsourcing .item .inner + .inner {
    margin-top: 7px;
}
.box-outsourcing .item .inner p {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}
.wrap-intro .bottom {
    margin-top: 65px;
    text-align: center;
}
.wrap-intro .bottom p {
    margin: 0 0 50px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.7em;
}

/* 연혁 (페이지) */
.wrap-history .text {
    padding-left: 100px;
}

.wrap-history .image img {
    margin-top: 15px;
}
.wrap-history .text > ul > li {
    display: grid;
    grid-template-columns: 175px calc(100% - 175px);
}
.wrap-history .text > ul > li .year {
    position: relative;
    margin: 0;
    padding-top: 20px;
    font-size: 44px;
    font-weight: 700;
    color: #404040;
    letter-spacing: -0.03em;
    line-height: 1;
}
.wrap-history .detail {
    padding: 17px 0 55px 60px;
    padding: 29px 5px;
    border-bottom: 1px solid #e1e1e1;
}
.wrap-history .detail ul > li {
    padding-left: 40px;
    color: #222;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: -0.04em;
    font-size: 17px;
}
.wrap-history .detail ul > li + li {
    margin-top: 7px;
}
.wrap-history .detail .month {
    top: 0;
    left: 0;
    position: absolute;
    font-size: 17px;
    font-weight: 600;
    color: var(--page-point-color);
    letter-spacing: 0;
}

/* 찾아오시는길 (페이지) */
.wrap-contact .info {
    margin-top: 45px;
}
.wrap-contact .info .addr {
    font-size: 22px;
    font-weight: 600;
}
.wrap-contact .info p {
    margin: 25px 0 0;
    font-size: 19px;
    font-weight: 500;
}
.wrap-contact .info .tit {
    position: relative;
    padding-right: 25px;
    font-size: 95%;
    font-weight: 700;
    color: #034f6a;
}
.wrap-contact .info .tit::after {
    content: "";
    top: 2px;
    right: 10px;
    height: 17px;
    position: absolute;
    border-right: 2px solid #ccc;
}

/* .wrap-contact ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: minmax(auto, max-content);
    gap: 20px;
    margin-top: 30px;
}
.wrap-contact ul > li {
    text-align: left;
    background: #f6f6f6;
}
.wrap-contact ul > li .inner {
    align-items: center;
    padding: 40px;
}
.wrap-contact ul > li .no {
    font-size: 18px;
    font-weight: 400;
    color: var(--page-point-color);
    line-height: 1em;
    margin-bottom: 8px;
    display: inline-block;
}
.wrap-contact ul > li .tit {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.wrap-contact .inner .material-symbols-outlined {
    position: absolute;
    right: 46px;
    top: 40px;
    font-size: 55px;
    font-weight: 400;
    color: #c9c9c9;
}
.wrap-contact ul > li .detail p {
    margin: 0;
    font-size: 15px;
    color: #666;
    line-height: 1.6em;
}
.wrap-contact ul > li .detail .tit-sub {
    padding-right: 4px;
    font-size: 90%;
    font-weight: 800;
    color: #333;
}
.wrap-contact ul > li .detail .tit-sub::after {
    content: '.';
} */

/* 사업분야 (페이지) */
.box-biz-area-1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 0 80px;
}
.box-biz-area-1 > .item .inner {
    text-align: center;
    padding-top: 36px;
    position: relative;
}

.box-biz-area-1 > .item.left {
    position: relative;
    z-index: 1;
}

.box-biz-area-1 > .item.center .inner {
    padding-top: 0;
}
.box-biz-area-1 > .item .tit {
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4em;
    text-align: center;
    background: #109acb;
    border-radius: 100%;
    position: relative;
}
.box-biz-area-1 > .item.left .tit {
    background: #fff;
    color: #006b91;
    border: 6px solid #b8e4f3;
}
.box-biz-area-1 > .item.right .tit {
    background: #fff;
    color: #006b91;
    border: 6px solid #b8e4f3;
}
.box-biz-area-1 > .item .bottom {
    min-height: 175px;
    margin-top: -30px;
    padding: 30px 0 0;
    padding-top: 60px;
}
.box-biz-area-1 > .item .tit-sub {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 700;
}
.box-biz-area-1 > .item ul {
    display: inline-block;
    text-align: left;
}
.box-biz-area-1 > .item ul li {
    padding-left: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #777;
}
.box-biz-area-1 > .item ul li::before {
    content: "";
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    position: absolute;
    background: #555;
    border-radius: 30px;
}
.box-biz-area-1 > .item.center {
    position: relative;
}
.box-biz-area-1 > .item.center::before,
.box-biz-area-1 > .item.center::after {
    content: "";
    top: 122px;
    position: absolute;
    width: 60%;
    height: 6px;
    background: #b8e4f3;
    z-index: -5;
}
.box-biz-area-1 > .item.center::before {
    left: -45%;
}
.box-biz-area-1 > .item.center::after {
    right: -45%;
}
.box-biz-area-1 > .item.center .tit,
.box-biz-area-1 > .item.center .tit-sub {
    /* color: #594d0a; */
}

.box-biz-area-1 > .item.center .tit {
    width: 250px;
    height: 250px;
    font-size: 30px;
}

.box-biz-area-1 > .item.center .tit-sub {
    font-size: 24px;
}

.box-biz-area-1 > .item.center li {
    font-size: 16px;
    color: #555;
}
.box-biz-area-2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 80px;
}
.box-biz-area-2 > .item .inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 53px 35px;
    text-align: center;
    background: #f6f6f6;
}
.box-biz-area-2 > .item .tit {
    margin: 0 0 30px;
    font-size: 26px;
    font-weight: 700;
}
.box-biz-area-2 > .item .icon > * {
    /* width: 130px; */
    /* height: 120px; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 35px;
    font-size: 90px;
    color: #a3c754;
    border-radius: 50%;
    /* border: 10px solid #dbebb8; */
    /* background: #fff; */
    font-weight: 300;
}
.box-biz-area-2 > .item.item2 .icon > * {
    color: #54bbaa;
    border-color: #bddfd9;
}
.box-biz-area-2 > .item.item3 .icon > * {
    color: var(--page-point-color-hover);
    border-color: #b2dded;
}
.box-biz-area-2 > .item ul li {
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    background: #dbebb8;
    /* border-radius: 8px; */
}
.box-biz-area-2 > .item.item2 ul li {
    background: #bddfd9;
    padding: 28px 18px 28px;
}
.box-biz-area-2 > .item.item3 ul li {
    background: #b9e3f3;
}
.box-biz-area-2 > .item ul li + li {
    margin-top: 5px;
}
.box-biz-area-2 > .item .bottom {
    margin-top: 32px;
}
.box-biz-area-2 > .item .bottom p {
    margin: 0;
    font-size: 15px;
    color: #666;
    font-weight: 500;
}

/* CONTACT (페이지) */
.wrap-card {
    text-align: center;
}
.wrap-card > p {
    margin: 0 0 60px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.7;
}
.box-card {
    display: flex;
    margin: 0 -10px;
}
.box-card > .item {
    width: 50%;
    padding: 0 15px;
}
.box-card > .item .inner {
    padding: 54px 45px;
    border: 10px solid #f0f0f0;
    text-align: left;
    display: flex;
    justify-content: space-between;
}
.box-card > .item .tit {
    margin: 7px 0 0;
    font-size: 26px;
    font-weight: 700;
    color: #333;
    line-height: 1.55;
}
.box-card > .item .tit span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
.box-card > .item ul {
    display: inline-block;
    text-align: left;
}
.box-card > .item ul > li + li {
    margin-top: 5px;
}
.box-card > .item ul > li .tit-sub {
    width: 52px;
    display: inline-block;
    margin-right: 8px;
    padding: 6px 6px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    background: var(--page-point-color);
    border-radius: 3px;
    line-height: 1;
}
.box-card > .item ul > li {
    font-size: 16px;
}
.box-card > .item.right .inner {
}
.box-card > .item.right .tit {
}
.box-card > .item.right ul > li .tit-sub {
    background: var(--page-third-color);
}

/* 인재상 (페이지) */
.wrap-right-people {
    text-align: center;
}
.wrap-right-people > p {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.7;
    margin: 0;
}
.box-right-people {
    margin-top: 70px;
}
.box-right-people .col {
    text-align: center;
}
.box-right-people .tit {
    margin: 40px 0 25px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.04em;
}
.box-right-people p {
    font-size: 16px;
    line-height: 1.55em;
    color: #666;
    margin: 0;
    padding: 0 15px;
}

/* 게시판, 주문폼 공통 스타일 */
.board_wrapper,
.calendar_wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}
.search_wrap {
    margin-top: 80px;
    margin-bottom: 0;
}
.board_wrapper .table.table_default {
    border-top: 2px solid #333;
}
.table.table_default tr th,
.table.table_default tr td {
    border-color: #e6e6e6;
    font-size: 16px;
}
.table.table_default tbody tr th.num {
    font-weight: 400;
}
.table.table_default tr td.writer,
.table.table_default tr td.regdate,
.table.table_default tr td.hits {
    font-size: 15px;
    color: #777;
}
.table.table_default tr td.subject {
    position: relative;
    padding: 22px 15px;
    line-height: 1em;
}
.table.table_default thead th {
    font-weight: 600;
    color: #333;
    background: #fff;
    border-color: #ccc;
    padding: 17px;
}
.table.table_default tbody .subject .badge {
    top: 17px;
    position: absolute;
    padding: 5px 6px 2px;
    font-weight: 500;
    color: #fff;
    line-height: 1.3em;
    background: #606060;
    border: none;
    border-radius: 1px;
    font-size: 13px;
}
.table.table_default tbody .subject a:hover {
    text-decoration: underline;
}
.table.table_default tbody .subject span > .badge + a {
    padding-left: 65px;
}

.board_data_view {
    border-top: 2px solid #333;
    border-bottom: 1px solid #ccc;
}
.board_data_view .header_wrap {
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
}
.board_data_view .header_wrap .title {
    padding: 40px 5px 38px;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.3em;
    border-bottom: 1px solid #eee;
}
.board_data_view .header_wrap .info {
    margin: 0;
    padding: 11px 0 11px;
}

/* 카테고리 */
.category_wrap {
    margin-bottom: 60px;
}
.category_wrap ul {
    width: 100%;
    display: flex;
    text-align: center;
}
.category_wrap ul li {
    flex: 1 1 0;
    position: relative;
    margin: 0;
}
.category_wrap ul li a {
    position: relative;
    padding: 5px 10px 25px;
    font-size: 18px;
    font-weight: 600;
    color: #999;
    letter-spacing: 0;
    border: 0;
    border-bottom: 2px solid #eee;
}
.category_wrap ul li.on a,
.category_wrap ul li.on a:hover,
.category_wrap ul li.on a:focus {
    color: var(--page-point-color);
    border-bottom: 2px solid var(--page-point-color);
}
.category_wrap ul li:not(.on) a:hover,
.category_wrap ul li:not(.on) a:focus {
    color: #222;
}

/* Pagenation */
.pagination_wrap ul li.active a,
.pagination_wrap ul li.active a:hover,
.pagination_wrap ul li.active a:focus {
    color: var(--page-point-color);
}
.pagination_wrap ul li.box a {
    border: none;
}
.pagination_wrap ul li.box:hover a,
.pagination_wrap ul li.box:focus a {
    color: var(--page-point-color);
}

.board_wrapper .text-center {
    margin-bottom: 0;
}

#reply_list span {
    font-size: 16px !important;
}

/* 게시글 작성 */
.board_wrapper .table.board_write_table tbody tr th,
.board_wrapper .table.board_write_table tbody tr td {
    font-size: 16px;
    border-top: none;
    border-bottom: 1px solid #e6e6e6;
}
.board_wrapper .table.board_write_table {
    border-top: 2px solid #333;
}
.board_wrapper .table.board_write_table tbody tr th {
    width: 220px;
    font-weight: 600;
    color: #333;
    background: #f6f6f6;
    font-size: 16px;
}
.board_wrapper .table.board_write_table tbody tr th > span.required_text {
    color: #ff0000;
}
.board_wrapper .table.board_write_table .files .fileInput .file_add {
    padding: 6px 8px;
}
.form-control {
    letter-spacing: -0.03em;
    font-size: 15px;
}

/* 주문폼 */
.board_wrapper .table.board_write_table tbody tr td .form-control {
    width: 350px;
}
.board_wrapper .table.board_write_table tbody tr td .text-muted {
    margin-top: 10px !important;
    font-size: 14px;
}
.board_wrapper .table.board_write_table .checkbox a {
    font-weight: 500;
    color: var(--page-point-color);
    text-decoration: underline;
}
.form-control:not([readonly]):focus {
    border-color: #555;
}
input + #list_btn {
    display: none;
}
.board_wrapper .text-center {
    margin-bottom: 0;
}

.login_wrapper,
#find_idpw {
    background: #f5f5f5;
}
.member_wrapper {
    padding: 180px 0 120px;
}
.login_wrapper .member_wrapper,
#find_idpw .member_wrapper {
    max-width: 600px;
    margin: 200px auto 120px;
    padding: 45px;
    background: #fff;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);
}
.login_wrapper .member_wrapper h1,
#find_idpw .member_wrapper h1 {
    padding-bottom: 0;
    border-bottom: none;
}
/**************** 서브 끝 ****************/

/*********** 모바일 최적화 시작 ***********/
@media (max-width: 767px) {
    /* Small devices (col-xs-*) 모바일 */
    #site {
        padding-top: 0;
        font-size: 15px;
        overflow-x: hidden;
    }
    p {
        line-height: 1.4em;
    }

    .navbar-inverse .navbar-brand img {
        height: 30px;
        margin-top: 4px;
    }
    .navbar-inverse .navbar-nav {
        display: block;
        margin: 0 -15px !important;
    }
    .navbar-inverse .navbar-nav > .open {
        background-color: #f6f6f6;
    }
    .navbar-inverse .navbar-nav > li {
        float: left;
        width: 100%;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 12px 15px;
        font-size: 16px;
        border-top: 1px solid #eee;
        border-right: 1px solid #eee;
    }
    .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 {
        padding: 15px;
        color: #fff !important;
        background: var(--page-point-color);
        border: var(--page-point-color);
    }
    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle .caret,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle .caret,
    .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle .caret {
        border-top-color: #fff;
    }
    .navbar-inverse .navbar-nav > .open .dropdown-menu {
        padding: 10px 0;
    }
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a {
        padding: 5px 25px;
        font-size: 15px;
        color: #111;
    }
    .navbar-inverse .navbar-nav > li#gnb_68 > a {
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .navbar-inverse .navbar-nav > li#gnb_68 > a img {
        width: 22px;
    }
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:focus {
        font-weight: 600;
        color: #111;
    }
    .navbar .caret {
        display: block;
        border: none;
    }
    .navbar .caret::after {
        content: "\f105";
        top: 13px;
        right: 20px;
        position: absolute;
        font-size: 14px;
        font-family: "Fontawesome";
        transition: transform ease 0.3s;
    }
    .navbar-inverse .navbar-nav .dropdown.open .caret::after {
        font-weight: 300;
        transform: rotate(90deg);
    }

    .mainPage .btn-view-more {
        min-width: 160px;
        height: 45px;
        margin-top: 15px;
        font-size: 13px;
        line-height: 45px;
    }
    .mainPage .btn-view-more::after {
        font-size: 18px;
    }
    .mainPage #section1 {
        padding: 80px 0;
    }
    .mainPage .box-main-link {
        grid-template-columns: 1fr;
    }
    .mainPage h2 {
        margin: 0 0 60px;
        font-size: 38px;
    }
    .mainPage .box-main-biz {
        margin: 0 auto 30px;
    }
    .mainPage .box-main-biz > .col + .col {
        margin-top: 20px;
    }
    .mainPage .box-main-biz .icon > * {
        width: 140px;
        height: 140px;
        font-size: 70px;
        border-width: 10px;
    }
    .mainPage .box-main-biz .tit {
        margin: 25px 0 10px;
        font-size: 21px;
    }
    .mainPage .box-main-biz p {
        font-size: 15px;
    }
    .mainPage .box-main-link .inner {
        padding: 50px 15px;
    }
    .mainPage .box-main-link .tit {
        margin: 0 0 25px;
        font-size: 28px;
    }
    .mainPage .box-main-link p {
        font-size: 15px;
    }

    #site footer .footer-info {
        padding: 30px 0;
    }
    #site footer .footer-info .logo > img {
        height: 25px;
        margin: 0 0 15px;
    }
    #site footer .footer-info .info {
        padding-left: 15px;
    }
    #site footer .footer-info ul li {
        font-size: 10px;
        margin-right: 10px;
        line-height: 16px;
    }
    #site footer .footer-info ul li:first-child {
        font-size: 11px;
    }
    #site footer .footer-info ul li.copy {
        margin-top: 4px;
    }

    .subPage > .pageTop {
        height: 250px;
    }
    .subPage > .pageTop .container {
        width: 100%;
    }
    .subPage > .pageTop .inner {
        margin-bottom: 45px;
    }
    .subPage .breadcrumb {
        margin: 0 0 15px 12px;
        font-size: 11px;
    }
    .breadcrumb > li + li:before {
        padding: 0 6px;
        font-size: 10px;
    }
    .subPage .breadcrumb > li:first-child::before {
        font-size: 10px;
    }
    .subPage > .pageTop h1,
    .subPage > .pageTop h2 {
        font-size: 45px;
    }
    .subPage > .contents {
        padding: 80px 0;
    }
    .title-lv-1 {
        margin: 0 0 60px;
        font-size: 38px;
    }

    .wrap-greet .image {
        padding: 0 15px;
    }
    .wrap-greet .text {
        padding: 0 15px;
    }
    .wrap-greet .text h3 {
        margin: 50px 0 30px;
        font-size: 24px;
        line-height: 1.35;
    }
    .wrap-greet h3::before {
        width: 70px;
        height: 3px;
        margin-bottom: 25px;
    }
    .wrap-greet .text p {
        margin: 0 0 20px;
        font-size: 16px;
        line-height: 1.55;
    }
    .wrap-greet .from {
        margin-top: 40px;
    }
    .wrap-vision .text .en {
        padding: 8px 30px;
        font-size: 16px;
        border-width: 6px;
    }
    .wrap-vision .text p {
        margin: 25px auto 50px;
        font-size: 20px;
        line-height: 1.55;
    }
    .box-vision {
        flex-direction: column;
        gap: 15px;
    }
    .box-vision > .item {
        width: 100%;
    }
    .box-vision > .item .inner {
        padding: 40px 15px;
    }
    .box-vision > .item span[class^="material"] {
        font-size: 51px;
        width: 100px;
        height: 100px;
    }
    .box-vision > .item .tit {
        margin: 30px 0 17px;
        font-size: 20px;
    }
    .box-vision > .item p {
        height: auto;
    }
    .box-outsourcing {
        flex-direction: column;
        background: linear-gradient(180deg, rgb(198 237 251) 20%, rgba(255, 255, 255, 1) 100%);
        border-radius: 40px 40px 0 0;
    }
    .box-outsourcing > .left {
        width: 100%;
        flex-direction: column;
    }
    .box-outsourcing .item .tit {
        width: 100%;
        height: auto;
        padding: 18px;
        font-size: 20px;
        border-radius: 50px;
    }
    .box-outsourcing .item ul {
        width: auto;
        height: auto;
        padding: 20px;
        margin-left: 0;
    }
    .box-outsourcing .item ul::after {
        top: auto;
        right: auto;
        bottom: -50px;
        left: 50%;
        font-size: 50px;
        transform: translateX(-50%) rotate(90deg);
    }
    .box-outsourcing .item ul > li {
        padding-left: 15px;
        font-size: 18px;
        margin: 2px 0;
    }
    .box-outsourcing .item ul > li::before {
        top: 10px;
    }
    .box-outsourcing > .right {
        width: 100%;
        margin-top: 80px;
        padding: 0 15px 30px;
    }
    .box-outsourcing .item .inner {
        padding: 12px;
    }
    .box-outsourcing .item .inner + .inner {
        margin-top: 5px;
    }
    .box-outsourcing .item .inner p {
        font-size: 17px;
    }
    .wrap-intro .bottom {
        margin-top: 35px;
    }
    .wrap-intro .bottom p {
        margin: 0;
        font-size: 18px;
        line-height: 1.55em;
    }
    .wrap-history .text {
        padding-top: 35px;
        padding-left: 15px;
    }
    .wrap-history .text > ul > li {
        grid-template-columns: 1fr;
    }
    .wrap-history .text > ul > li + li {
        margin-top: 20px;
    }
    .wrap-history .text > ul > li .year {
        padding-top: 0;
        font-size: 34px;
    }
    .wrap-history .detail {
        padding: 20px 5px;
    }
    .wrap-history .detail ul > li {
        padding-left: 28px;
        font-size: 16px;
        line-height: 1.5;
    }
    .wrap-history .detail .month {
        font-size: 16px;
    }
    .wrap-contact .map > * {
        height: 300px;
    }
    .wrap-contact .info {
        margin-top: 30px;
    }
    .wrap-contact .info .addr {
        font-size: 19px;
    }
    .wrap-contact .info p {
        margin: 15px 0 0;
        font-size: 17px;
    }
    .wrap-contact .info p .visible-xs {
        display: inline-block !important;
    }
    /* .wrap-contact ul{gap:15px;grid-template-columns:1fr;margin-top:20px}
    .wrap-contact ul>li .inner{padding:25px 20px}
    .wrap-contact ul>li .no{margin-bottom:5px;font-size:17px}
    .wrap-contact ul>li .tit{margin-bottom:25px;padding-bottom:15px;font-size:20px}
    .wrap-contact .inner .material-symbols-outlined{top:28px;right:26px;font-size:45px}
    .wrap-contact ul>li .detail p{font-size:14px;line-height:1.5em} */
    .box-biz-area-1 {
        grid-template-columns: 1fr;
        gap: 15px;
        position: relative;
        padding: 0 0 0 15px;
    }
    .box-biz-area-1::before {
        content: "";
        top: 30px;
        left: 0;
        width: 5px;
        height: 69.5%;
        position: absolute;
        background: #b8e4f3;
    }
    .box-biz-area-1 > .item .inner {
        padding-top: 21px;
    }
    .box-biz-area-1 > .item .inner::before {
        content: "";
        top: 52px;
        left: -11px;
        width: 15px;
        height: 5px;
        position: absolute;
        background: #b8e4f3;
    }
    .box-biz-area-1 > .item .bottom {
        min-height: auto;
        margin-top: 0;
        padding-top: 30px;
    }
    .box-biz-area-1 > .item .tit-sub {
        margin: 0 0 15px;
        font-size: 19px;
    }
    .box-biz-area-1 > .item .tit {
        width: 100%;
        height: auto;
        padding: 15px;
        font-size: 19px;
        border-radius: 50px;
    }
    .box-biz-area-1 > .item.center {
        grid-row: 1 / 2;
    }
    .box-biz-area-1 > .item.center::after,
    .box-biz-area-1 > .item.center::before {
        display: none;
    }
    .box-biz-area-1 > .item.center .tit {
        width: 100%;
        height: auto;
        padding: 15px;
        font-size: 25px;
        border-radius: 50px;
    }
    .box-biz-area-1 > .item.center .tit-sub {
        font-size: 21px;
    }
    .box-biz-area-1 > .item.center .inner::before {
        top: 30px;
    }
    .box-biz-area-1 > .item.center li {
        font-size: 15px;
    }
    .box-biz-area-2 {
        gap: 15px;
        margin-top: 50px;
        grid-template-columns: 1fr;
    }
    .box-biz-area-2 > .item .inner {
        padding: 35px 20px;
    }
    .box-biz-area-2 > .item .tit {
        margin: 0 0 15px;
        font-size: 23px;
    }
    .box-biz-area-2 > .item .icon > * {
        margin: 0 auto 20px;
        font-size: 70px;
    }
    .box-biz-area-2 > .item ul li {
        padding: 12px !important;
        font-size: 15px;
    }
    .box-biz-area-2 > .item .bottom {
        margin-top: 27px;
    }
    .wrap-card > p {
        margin: 0 0 40px;
        font-size: 21px;
        line-height: 1.55;
    }
    .box-card {
        flex-direction: column;
        margin: 0;
    }
    .box-card > .item {
        width: 100%;
    }
    .box-card > .item + .item {
        margin-top: 15px;
    }
    .box-card > .item .inner {
        flex-direction: column;
        padding: 25px;
        border-width: 8px;
    }
    .box-card > .item .tit {
        margin: 0;
        font-size: 22px;
    }
    .box-card > .item .tit span {
        font-size: 16px;
    }
    .box-card > .item ul {
        margin-top: 15px;
    }
    .box-right-people {
        margin-top: 50px;
    }
    .wrap-right-people > p {
        font-size: 20px;
        line-height: 1.55;
    }
    .box-right-people .col + .col {
        margin-top: 30px;
    }
    .box-right-people .tit {
        margin: 25px 0 15px;
        font-size: 20px;
    }
    .box-right-people p {
        padding: 0;
        font-size: 15px;
        line-height: 1.45em;
    }

    .board_wrapper .table colgroup,
    .board_wrapper .table tr .num,
    .board_wrapper .table tr .hits {
        display: none;
    }
    .board_wrapper .table .subject {
        width: 55%;
    }
    .board_wrapper .table .writer {
        width: 20%;
    }
    .board_wrapper .table .regdate {
        width: 25%;
    }
    .board_wrapper .table.table_default tr th,
    .board_wrapper .table.table_default tr td {
        padding: 10px;
        font-size: 12px;
    }
    .table.table_default tbody .subject .badge {
        top: 9px;
        font-size: 10px;
    }
    .table.table_default tr td.subject a {
        font-size: 13px;
    }
    .table.table_default tbody .subject span > .badge + a {
        padding-left: 54px;
    }
    .board_data_view .header_wrap {
        padding: 0;
    }
    .board_data_view .header_wrap .title {
        padding: 25px 5px 23px;
        font-size: 20px;
    }
    .board_data_view .header_wrap .info {
        padding: 8px 0;
    }
    .board_data_view .header_wrap .info span {
        font-size: 11px;
    }
    .board_data_view .contents_wrap {
        padding: 40px 15px;
    }
    .board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .form-control.form-control-big,
    .member_wrapper #join_form .table .form-control,
    .member_wrapper #join_form .table .form-control.form-control-big {
        width: 100%;
    }
    .board_wrapper .table.board_write_table .files .fileInput input {
        width: 100%;
    }
    .board_wrapper .table.board_write_table .files .fileInput .file_add {
        width: 100%;
        margin: 0 0 15px;
        padding: 6px 12px;
    }
    .member_wrapper .text-center .btn.btn-lg,
    .board_wrapper .text-center .btn.btn-lg {
        width: 100%;
        margin: 0;
        padding: 9px;
    }
    .board_wrapper .text-center .btn#write_btn,
    .member_wrapper .text-center .btn#join_btn,
    .board_wrapper .text-center .btn#list_btn {
        margin-top: 20px;
    }
    .member_wrapper {
        padding-top: 60px;
        padding-bottom: 100px;
    }

    #find_idpw .member_wrapper,
    .login_wrapper .member_wrapper {
        margin: 85px auto 15px;
        padding: 30px 20px;
    }
    #find_idpw .member_wrapper h1,
    .login_wrapper .member_wrapper h1 {
        margin: 10px 0 15px;
        font-size: 32px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    /* Medium·Large devices */
    #mainCarousel .carousel-caption {
        right: 10%;
        left: 10%;
    }
    .box-vision {
        gap: 15px;
    }
    .box-vision > .item .inner {
        padding: 40px;
    }
    .box-card {
        flex-direction: column;
        gap: 15px;
    }
    .box-card > .item {
        width: 100%;
    }
}
/************ 모바일 최적화 끝 ************/

/* 24-01-25 */
.wrap-location .map p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 26px;
    margin-block: 30px 40px;
    font-weight: 600;
    text-align: center;
}
.wrap-location .map-info h5 {
    font-size: 24px;
    font-weight: 500;
    margin-block: 0 15px;
}
#site .wrap-location table :is(th, td) {
    padding: 25px 30px;
}
#site .wrap-location table tr:first-child :is(th, td) {
    border-top: 1px solid #222;
}
#site .wrap-location table th {
    background-color: #f7f7f7;
    color: #222;
}
#site .wrap-location table span.material-symbols-outlined {
    /* margin-top: 10px; */
    transform: translateY(6px);
    line-height: 0;
    margin-right: 5px;
}
