@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=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

#site {
    font-family: "Mulish", "notokr", sans-serif;
    padding-top: 96px;
    color: #111;
}

html {
    opacity: 0;
}

html.no-js {
    opacity: 1;
}

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

a {
    text-decoration-line: none;
    transition: all 0.15s ease;
}

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

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

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

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

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

/* 불필요 항목 삭제 */
.root_daum_roughmap .cont {
    display: none !important;
}

.caret {
    display: none;
}

#list_btn {
    display: none;
}

.board_wrapper {
    margin-top: 0;
}

:root {
    --page-point-color: #dc202e;
    --icons: "material symbols outlined";
    --font-t: "notokr", sans-serif;
}

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

@media (min-width: 1200px) {
    .container {
        max-width: 1030px !important;
    }
}

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

/* 상단 로고*/
.navbar-brand {
    height: 64px;
    padding: 0;
    margin-left: 0 !important;
}

.navbar-brand>span {
    display: flex;
    gap: 15px;
    align-items: center;
}

.navbar-brand p {
    margin: 0;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

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

.navbar-inverse .navbar-brand img {
    height: 100%;
    object-fit: contain;
}


/* 상단 메뉴 */
.collapse {
    display: block !important;
}

.navbar-inverse>.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.navbar-inverse {
    background: #202020;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
    /* box-shadow: 0 0 20px rgba(0,0,0,0.9); */
}

.navbar-header {}

.navbar-inverse .navbar-nav {
    margin: 30px 0;
    display: flex;
    box-shadow: 0 0 2px 2px #000;
}

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

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

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

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
    text-align: center;
    padding: 10px 15px;
    font-size: 15px;
    color: #fff;
}

.navbar-inverse .navbar-nav>li {
    padding: 8px 20px;
    background: linear-gradient(to top, #030303 30%, #4f4f4f 100%);
    min-width: 130px;
    position: relative;
}

.navbar-inverse .navbar-nav>li::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 15px;
    border-left: 1px solid #6e6e6e;
    border-right: 1px solid #424242;
    content: "";
}

.navbar-inverse .navbar-nav>li:last-child::after {
    display: none;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    padding: 0;
    text-align: center;
    font-size: 13.4px;
    font-weight: 700;
    letter-spacing: 0px;
    font-family: var(--font-t);
    letter-spacing: 0;
}


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

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle {
    background: none;
}

.contents_wrap li,
.contents_wrap ol,
.contents_wrap ul {
    list-style: revert;
    padding: revert;
}

/* 슬라이드 이미지*/
#mainCarousel .carousel-inner .item {
    height: calc(100vh - 100px);
}

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

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

/* 슬라이드 글자*/
.carousel-caption {
    top: 50%;
    padding: 0;
    text-align: center;
    text-shadow: none;
}

.carousel-caption h1 {
    margin-bottom: 140px;
    position: relative;
    line-height: 1.15;
    color: #fff;
    font-weight: 500;
    font-size: 65px;
    letter-spacing: -0.01em;
    font-family: var(--font-t);
}

.carousel-caption h1 p {
    margin-bottom: 26px;
    font-size: 20px;
    font-weight: 400;
    text-shadow: none;
    color: #fff;
    letter-spacing: -0.01em;
}

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

.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 {
    bottom: 46%;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid #fff;
    margin: 0 2px;
    border-radius: 50%;
    transition: ease-in-out 0.15s all;
}

.carousel-indicators li.active {
    background-color: #fff;
    box-shadow: none;
    transform: unset;
}

/* 메인 페이지 */
.mainpage {
    padding-top: 110px;
    background: #202020;
}

.mainpage section {
    padding: 0;
    height: 680px;
    min-height: calc(100vh - 110px - 130px);
    margin-top: -15px;
}

.mainpage .inner:nth-child(1) {
    background: #202020;
    padding-bottom: 75px;
}

.mainpage .inner:nth-child(2) {
    background: #c7c7c7;
    /* padding-top: 60px; */
    min-height: calc(100vh - 110px - 130px);
    position: relative;
}

.mainpage .inner .sub-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -19px;
    display: block;
    color: #fff;
    background: linear-gradient(to top, #030303 30%, #4f4f4f 80%);
    padding: 5px 75px;
    font-weight: 700;
    font-size: 17px;
    text-shadow: 0 0 1px #000;
    border-radius: 3px;
    transition: all 0.5s ease;
}

.mainpage .inner .sub-btn:hover {
    /* color: #fff; */
    /* box-shadow: 0 0 40px 40px #030303 inset; */
}

.head-main {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.head-main img {}

.head-main p {
    color: #fff;
    font-size: 22px;
    text-align: center;
    letter-spacing: -0.005em;
}

.head-main p span {
    color: #cc3300;
    display: block;
    margin-top: 1px;
    font-weight: 800;
    font-size: 24px;
}

.body-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
}

.body-main .img-box {
    position: relative;
    z-index: 1;
    padding-top: 60px;
}

.body-main .img-box::before {
    content: url('/public/img/main/body-main-map.png');
    position: absolute;
    z-index: -1;
    top: 16px;
    left: -25px;
}

.body-main .img-box img {
    height: 250px;
    background: #fff;
    width: 680px;
    margin: 0 auto;
    box-shadow: 0 0 15px 2px #999;
}

.body-main ul {
    display: flex;
    flex-flow: wrap;
    width: 700px;
    margin: 0 auto;
    justify-content: flex-start;
}

.body-main ul li {
    font-size: 11px;
    font-weight: 600;
    margin-right: 4px;
    color: #444;
    letter-spacing: -0.025em;
}

.body-main ul li.clear-fix {}

.body-main ul li.copy {
    font-size: 12px;
}

/* 
.main-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    width: 100%;
    margin: 0 auto;
    text-shadow: none;
}

.main-wrap a {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    aspect-ratio: 3/1.6;
    color: #fff;
    background: rgba(0,0,0,0.65);
    padding-bottom: 3px;
}

.main-wrap a:hover {
    background: rgb(223 44 46 / 90%);
}

.main-wrap a span {
    --fill: 0;
    --wght: 250;
    font-size: 60px;
    transition: all 0.3s;
    color: rgba(255,255,255,0.7);
}

.main-wrap a:hover span {
    color: #fff;
}

.main-wrap a p {
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 400;
    font-family: var(--font-t);
}

.main-wrap a p:before {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 0;
    max-width: 0;
    border-bottom: 1px solid #fff;
    color: transparent;
    content: attr(data-hover);
    text-wrap-mode: nowrap;
    transition: all 0.3s ease;
}

.main-wrap a:hover p:before,
.main-wrap a:focus p:before {
    max-width: 100%;
}

.main-wrap a:hover p,
.main-wrap a:focus p {} */

/* 서브 페이지 */
.sub-footer {
    padding: 20px 0;
    background: #222222;
}

.sub-footer .subf-wrap {
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 20px;
    align-items: center;
    position: relative;
}

.sub-footer .subf-wrap::after {
    position: absolute;
    width: 1px;
    height: 30px;
    background: #c3c3c3;
    content: "";
    left: 190px;
    top: 5px;
}

.sub-footer .left-f {}

.sub-footer .left-f p {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.sub-footer .right-f {}

.sub-footer .right-f li {
    color: #dbdbdb;
    font-size: 14px;
    font-weight: 700;
}

.subpage-header {
    position: relative;
    height: 400px;
    color: #fff;
    display: none;
}

.subpage-header .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: #202020 url(/public/img/sub/subBg00.jpg) no-repeat center / cover;
    /* filter: brightness(0.6); */
}

.subpage-title {
    z-index: 2;
    position: relative;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    height: 100%;
    gap: 30px;
    /* padding-top: 90px; */
}

.subpage-title::before,
.subpage-title::after {
    display: none;
}

.subpage-title h2 {
    line-height: 1;
    margin-top: 0;
    font-weight: 500;
    font-size: 74px;
    font-family: var(--font-t);
    /* text-transform: uppercase; */
    letter-spacing: -0.0125em;
}

.subpage-title p {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    /* text-align: right; */
    font-family: var(--font-t);
    margin-top: 6px;
    letter-spacing: 0;
}

/* [ 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: 0;
    /* margin-top: -50px; */
    /* background: #f4f4f4; */
}

.subpage-content section {
    background: #c7c7c7;
}

@media (min-width:1360px) {
    .subpage-content .container {
        /* width: 1330px; */
        margin: 0 auto;
    }
}

#sub-con {
    position: relative;
    /* box-shadow: 5px 15px 50px rgba(0,0,0,0.08); */
}

.subpage-content .con {}

.side-img {
    position: absolute;
    top: 72px;
    left: -251px;
    display: none;
}

.subpage-content .text-box p {}

#sub-con .text-box p b {
    font-size: 180%;
    font-weight: 600;
}

#sub-con .text-box p strong {
    font-weight: 600;
    color: var(--page-point-color);
}

/*  About us */
.subpage-content #sub-con {
    display: grid;
    grid-template-columns: 0.315fr 1fr;
    gap: 0;
}

#sub-con .inner {
    padding: 60px 65px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
    z-index: 1;
    background: #fff;
    color: #111;
    height: 710px;
    overflow-y: overlay;
}

.left-menu {
    overflow: hidden;
    margin-right: -8px;
}

.left-menu .left-txt {
    padding: 40px 25px 65px;
}

.left-txt::before {
    content: url('/public/img/sub/left-menu-map.png');
    position: absolute;
    top: 20px;
    left: 0;
}

.left-menu .left-txt p {
    font-size: 16px;
    color: #191919;
    font-weight: 700;
    line-height: 1.5;
    text-align: end;
}

.left-slide {}

.left-slide .swiper-slide {
    /* opacity: 0 !important; */
}

.left-slide .swiper-slide-visible {
    opacity: 1 !important;
}

#ab01 .left-slide img {}

.left-slide img {
    width: 100%;
    height: 300px;
    /* box-shadow: 0 0 8px rgba(0,0,0,0.3); */
    object-fit: cover;
}

#greet01 .left-slide {
    box-shadow: none;
}

#greet01 .left-slide img {
    height: 300px;
    background: transparent;
    border: 0;
}

.intro-wrap {}

.intro-wrap .text-box {
    padding-left: 0;
}

.intro-wrap .text-box .img-txt {
    display: flex;
    align-items: center;
    gap: 14px;
}

.intro-wrap .img-box {
    /* display: grid; */
    /* grid-template-columns: 1fr 0.5fr; */
    text-align: c;
}

.intro-wrap .img-box img {
    /* margin: 0 auto; */
    order: 2;
    width: 225px;
    margin: 0 auto;
}

.intro-wrap .img-box p {
    font-family: var(--font-t);
    font-size: 18px;
    font-weight: 400;
    margin-top: 50px;
    letter-spacing: -0.01em;
    line-height: 1.4;
    text-align: center;
    color: #444;
}

.intro-wrap .img-box p span {
    display: block;
    margin-top: 20px;
    font-size: 40px;
    font-weight: 600;
    color: #222;
    line-height: 1;
    letter-spacing: -0.01em;
}

.intro-wrap .text-box p:first-child {
    margin: 0;
}

.intro-wrap .text-box p {
    margin-top: 40px;
    text-align: justify;
}

.subpage .inner p {
    font-size: 14px;
    line-height: 1.45;
    color: #111;
    letter-spacing: -0.03em;
}

.intro-wrap .text-box p b {}

.intro-wrap .text-box p strong {}


/* greet */
.greet-box {
    padding-top: 0;
}

.greet-box+.greet-box {
    margin-top: 40px;
}

.greet-box .greet p {
    letter-spacing: -0.03em;
}

.greet-box .greet p strong {
    color: var(--page-point-color);
}

.greet-box .gr01 .inner {
    display: grid;
    grid-template-columns: 1fr 0.61fr;
    gap: 120px;
}

.greet-box h6 {
    font-size: 22px;
    font-weight: 400;
    padding: 7px 10px;
    margin-bottom: 23px;
    color: #fff;
    /* font-family: var(--font-t); */
    line-height: 1;
    letter-spacing: -0.03em;
    background: #202020;
}

.greet-wrap .greet.gr01 p {
    /* text-align: justify; */
}

.greet-wrap .gr01 .text>p:first-child {
    font-size: 19px;
    color: #222;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 30px;
    border-top: 2px solid #333;
    padding-top: 60px;
    letter-spacing: -0.015em;
}

.greet-wrap .greet.gr01 .text {
    /* padding-left: 120px; */
    text-align: c;
}

.sign {
    margin-top: 30px;
}

.greet-wrap .gr01 .sign p {
    color: #333;
    margin-bottom: 5px;
    font-weight: 700;
}

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

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

.sign .ceo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.greet-box .sign p {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
}

.sign img {
    padding-bottom: 5px;
    border-bottom: 1px solid #333;
}

.sign span {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    font-weight: 700;
    margin-top: 5px;
}

.sign span b {
    font-weight: 900;
    letter-spacing: -0.01em;
}

.greet-box .greet.gr02 .inner {
    display: grid;
    grid-template-columns: 0.61fr 1fr;
    gap: 80px;
    margin-top: 59px;
}

.greet.gr02 .img-box {}

.greet.gr02 .img-box img {}

.ceo-info {}

.greet-box .greet .ceo-info h6 {}

.ceo-info .profile {
    /* display: grid; */
    /* grid-template-columns: 1fr 2fr; */
}

.ceo-info .profile+.profile {
    margin-top: 20px;
}

.ceo-info .profile p {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 15px;
    color: var(--page-point-color);
    padding-left: 25px;
}

.ceo-info .profile p::before {
    content: '\e5e1';
    width: 13px;
    height: 14px;
    background: var(--page-point-color);
    position: absolute;
    left: 0;
    top: 3px;
    font-family: var(--icons);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    color: #fff;
    font-size: 8px;
    line-height: 1;
    padding-left: 2px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.ceo-info .profile ul {
    /* padding-left: 10px; */
    /* border-left: 2px solid #dedede; */
}

.ceo-info .profile ul li {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    position: relative;
    background: #fff;
    /* align-items: center; */
    padding: 2px 0;
}

.ceo-info .profile.education ul li+li {
    margin-top: 15px;
}

.ceo-info .profile ul li::before {
    /* position: absolute; */
    /* content: ""; */
    width: 100%;
    border: 1px solid #eee;
    left: 0;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.ceo-info .profile ul li+li {
    /* border-top: 1px solid #e8e8e8; */
}

.ceo-info .profile ul li span {
    background: #fff;
    z-index: 2;
    display: block;
    padding-right: 20px;
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: -0.03em;
}

.ceo-info .profile ul li span.year {
    /* padding-left: 5px; */
    width: 16%;
    padding: 0;
    font-size: 13px;
}

/* business */
.busi-wrap {}

.busi-wrap .busi-box {}

.division {}

.division+.division {
    margin-top: 40px;
}

.division:nth-child(even) {
    flex-direction: row-reverse;
}

.division img {}

.division .divi-info {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 30px;
}

.division .divi-info ul {
    margin-top: 30px;
    margin-bottom: 30px;
}

.division .divi-info span {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: var(--font-t);
    color: var(--page-point-color);
    letter-spacing: 0;
    font-weight: 400;
}

.division .divi-info .divi-tit {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
    box-shadow: inset -8px 0 12px -8px #ddd;
    padding-bottom: 50px;
}

.division .divi-info .divi-tit::after {
    content: '';
    width: 100%;
    height: 30px;
    background: linear-gradient(0deg, #fff, transparent);
    position: absolute;
    left: 0;
    bottom: 0;
}

.division .divi-info .divi-tit img {
    width: 100%;
    background: #ddd;
    z-index: -1;
    filter: grayscale(1);
}

.division .divi-info h6 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.025em;
    background: linear-gradient(180deg, #fff, transparent);
    padding-bottom: 10px;
    color: #000;
}

.division .divi-info h6 br {
    /* display: none; */
}

.dot-list {}

.dot-list li {
    position: relative;
    font-size: 13px;
    font-weight: 500;
    padding-left: 10px;
    letter-spacing: -0.03em;
    line-height: 1.4;
}

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

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

/* clients */
.client-wrap {}

.client-wrap .client-box {}

.client {}

.client+.client {
    margin-top: 40px;
}

.client h6 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: -0.03em;
    color: #000;
}

.client h6::before {
    display: none;
    content: '';
    width: 5px;
    height: 20px;
    background: var(--page-point-color);
    position: absolute;
    left: 0;
    top: 3px;
}

.client .clinet-img {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.client .clinet-img .img-box {
    padding: 0;
    border: 2px solid #b9b9b9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    height: 60px;
    gap: 5px;
}

.client .clinet-img .img-box.img-t img {
    margin: 0;
}

.client .clinet-img .img-box.img-t span {
    display: block;
    color: #ffd966;
    font-weight: 700;
    font-size: 17px;
}

.client .clinet-img .img-box img {
    margin: 0 auto;
    /* object-fit: contain; */
    max-height: 55px;
}

.map-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 55px 55px;
}

.map-wrap .map-box:not(.sub-office) {
    gap: 50px;
    grid-column: span 2;
}

.map-info {}

.map-wrap .map-box.busan {
    width: 50%;
    grid-column: span 2;
}

.map-wrap .map-box+.map-box {}

.map-wrap .map-box iframe {
    margin-top: 48px;
    background: #f6f6f6;
}

.map-info h5 {
    margin-bottom: 18px;
    padding-top: 7px;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.03em;
    color: #000;
    line-height: 1;
}

.map-info h5::before {
    content: '';
    width: 15px;
    height: 1px;
    background: #c81d00;
    position: absolute;
    left: 0;
    top: 0;
}

.map-info h5 span {
    color: var(--page-point-color);
}

.map-info .map-table {}

.table-type01 {
    width: 100%;
    border-top: 1px solid #ddd;
}

.table-type01 tr {
    border-bottom: 1px solid #e3e3e3;
}

.table-type01 th,
.table-type01 td {
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.03em;
}

.table-type01 td {}

.table-type01 th {
    vertical-align: top;
    font-weight: 700;
    background: #f8f8f8;
    color: #111;
    letter-spacing: 0;
}

.map-box td a {
    color: inherit;
    text-decoration: underline;
}

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

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

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

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

#bbsArea .table_blog .left a {}

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

#bbsArea .table_blog .right {}

#bbsArea .table_blog .right .title {}

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

#bbsArea .table_blog .right .info {}

#bbsArea .table_blog .right .info span {}

#bbsArea .table_blog .right .text {}

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

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

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

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

#bbsArea .table_blog2 dd {}

#bbsArea .table_blog2 .inner {}

#bbsArea .table_blog2 .inner .top {}

#bbsArea .table_blog2 .inner .top a {}

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

#bbsArea .table_blog2 .inner .bottom {}

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

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

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

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

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


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

#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: #f9f9f9;
    border-color: #e5e5e5;
}

#bbsArea form table th span {}

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

#bbsArea form table tr#item_captcha {}

#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 {
    max-width: 200px;
    height: 55px;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 400;
}

/* 푸터 */
#site footer {
    margin-top: 0;
    background-color: #202020;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
    position: relative;
}

#site footer .footer-wrap {
    display: grid;
    padding: 35px 0;
    height: 121px;
    /* grid-template-columns: 180px 1fr; */
    align-items: center;
}

#site footer .footer-logo {
    display: none;
}

.footer-logo img {
    height: 64px;
    filter: saturate(0) brightness(1);
}

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

.footer-info li {
    font-size: 13px;
    margin-right: 22px;
    color: #fff;
    line-height: 1.5;
}

.footer-info li:first-child {
    font-weight: 800;
    color: #fff;
}

.footer-info li.copy {
    margin-top: 6px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
}

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

.footer-info li.login a {
    display: block;
    padding: 3px 5px 2px;
    border: 1px solid #3b3b3b;
    color: #777;
    font-size: 11px;
}

.footer-info li.login a:hover {
    background: #434343;
    color: #ccc;
}

.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;
        display: none;
    }

    .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;
        background: rgba(0, 0, 0, 0.75);
        transform: translate(-50%, 0);
        border-radius: 0.25rem;
        border: 0;
        padding: 0;
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .125);
        box-shadow: 0 4px 8px rgba(0, 0, 0, .125);
    }

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

/* 페이지 준비중 */
.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;
}

@media (max-width:991px) {
    #sub-con .inner {
        height: 600px;
        overflow-y: scroll;
    }
}

/* @media (max-width:991px) {
    .ceo-info .profile.education ul li+li {
        margin-top: 10px;
    }

    .ceo-info .profile p {
        margin-bottom: 7px;
    }

    .ceo-info .profile ul li span.year {
        width: 16%;
        font-size: 11px;
    }

    .ceo-info .profile ul li span {
        padding-right: 10px;
        font-size: 12px;
    }

    .sign span {
        font-size: 12px;
        margin-top: 5px;
    }

    .sign {
        margin-top: 15px;
    }

    .greet-box h6 {
        font-size: 15px;
        padding: 7px 10px;
        margin-bottom: 18px;
    }

    .dot-list li::before {
        top: 6px;
        width: 2px;
    }

    .dot-list li {
        font-size: 11px;
        padding-left: 7px;
    }

    .division .divi-info .divi-tit {
        gap: 15px;
        padding-bottom: 30px;
    }

    .division .divi-info h6 {
        font-size: 15px;
        padding-bottom: 0px;
    }

    .division .divi-info {
        grid-template-columns: 180px 1fr;
        gap: 20px;
    }

    #sub-con .inner {
        padding: 40px 26px;
    }

    #sub-con .text-box p b {
        font-size: 130%;
    }

    .intro-wrap .text-box p {
        margin-top: 20px;
    }

    .subpage .inner p {
        font-size: 11px;
        letter-spacing: -0.03em;
    }

    .intro-wrap .text-box .img-txt img {
        height: 70px;
    }

    .left-txt::before {
        top: 10px;
        transform: scale(0.9);
    }

    .left-menu .left-txt p {
        font-size: 10px;
    }

    .navbar-inverse .navbar-nav>li>a {
        font-size: 11.4px;
    }

    .navbar-inverse .navbar-nav>li {
        padding: 5px 10px;
        min-width: 100px;
    }

    .mainpage {
        padding-top: 50px;
    }

    .head-main p {
        font-size: 16px;
    }

    .head-main p span {
        font-size: 18px;
    }

    .mainpage .inner:nth-child(1) {
        padding-bottom: 45px;
    }

    .mainpage .inner .sub-btn {
        padding: 5px 50px;
        font-size: 14px;
    }

    .body-main .img-box::before {
        top: -5px;
        left: -130px;
        transform: scale(0.8);
    }

    .mainpage section {
        height: 580px;
    }
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav>li>a {
        font-size: 9.4px;
    }

    #site {}

    .navbar-inverse .navbar-nav {
        margin: 0;
    }

    .navbar-brand {
        height: 35px;
        padding: 0;
        margin-left: 15px !important;
    }

    .navbar-inverse {
        padding: 15px 0;
    }

    .body-main .img-box img {
        height: 250px;
        width: 90%;
    }

    .body-main ul {
        width: 95%;
    }

    .body-main .img-box::before {
        top: -29px;
        left: -93px;
        transform: scale(0.6);
    }

    .body-main ul li {
        font-size: 8px;
        font-weight: 600;
        margin-right: 4px;
        color: #444;
        letter-spacing: -0.025em;
    }

    .body-main {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin: 0 auto;
    }

    .body-main ul li.copy {
        font-size: 6px;
    }

    .sub-footer .subf-wrap::after {
        position: absolute;
        width: 1px;
        height: 18px;
        background: #c3c3c3;
        content: "";
        left: 120px;
        top: 4px;
    }

    .sub-footer .subf-wrap {
        grid-template-columns: 120px 1fr;
        gap: 20px;
    }

    .sub-footer .left-f p {
        font-size: 14px;
    }

    .sub-footer .right-f li {
        font-size: 10px;
    }

    .navbar-inverse .navbar-nav>li {
        padding: 3px 7px;
        min-width: 65px;
    }

    .client .clinet-img .img-box img {
        max-height: 100%;
    }

    .map-info h5 {
        margin-bottom: 10px;
        padding-top: 5px;
        font-weight: 700;
        font-size: 16px;
        letter-spacing: -0.03em;
        color: #000;
        line-height: 1;
    }

    .map-info h5 {
        margin-bottom: 10px;
        padding-top: 5px;
        font-size: 15px;
    }

    #contact01 .table-type01 th,
    #contact01 .table-type01 td {
        padding: 5px 8px;
        font-size: 11px;
    }

    .map-wrap {
        grid-template-columns: 1fr 1fr;
        gap: 30px 20px;
    }


}

@media (max-width:576px) {
    #greet01 .left-slide img {
        height: 150px;
    }

    .body-main ul li {
        font-size: 5px;
        margin-right: 1px;
    }

    .map-wrap .map-box.busan {
        width: 100%;
        grid-column: span 1;
    }

    .map-wrap .map-box:not(.sub-office) {
        grid-column: span 1;
    }

    .map-wrap {
        grid-template-columns: 1fr;
        gap: 30px 20px;
    }

    #contact01 .table-type01 th,
    #contact01 .table-type01 td {
        padding: 5px 8px;
        font-size: 9px;
    }

    .map-info h5 {
        margin-bottom: 8px;
        padding-top: 5px;
        font-size: 11px;
    }

    .client .clinet-img .img-box {
        padding: 5px;
        height: 40px;
        gap: 5px;
    }

    .client .clinet-img {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .client .clinet-img .img-box {
        padding: 5px;
        height: 45px;
        gap: 5px;
    }

    .ceo-info .profile p::before {
        width: 8px;
        height: 11px;
        left: 0;
        top: 0px;
        font-size: 6px;
    }

    .ceo-info .profile p {
        padding-left: 12px;
        margin-bottom: 10px;
    }

    .ceo-info .profile ul li span.year {
        width: 16%;
        font-size: 7px;
    }

    .ceo-info .profile ul li span {
        font-size: 8px;
    }

    .greet-box h6 {
        font-size: 10px;
        padding: 6px 6px;
        margin-bottom: 15px;
    }

    .sign span {
        font-size: 8px;
        margin-top: 5px;
    }

    .sign img {
        padding-bottom: 3px;
        height: 35px;
    }

    .dot-list li::before {
        top: 5px;
        width: 2px;
    }

    .dot-list li {
        font-size: 9px;
        padding-left: 6px;
    }

    .division .divi-info h6 {
        font-size: 11px;
    }

    .division .divi-info h6 br {
        display: none;
    }

    .division .divi-info ul {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .division .divi-info .divi-tit {
        gap: 10px;
        padding-bottom: 0;
        box-shadow: none;
    }

    .division .divi-info .divi-tit img {
        height: 180px;
    }

    .division .divi-info {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .navbar-inverse .navbar-nav>li {
        padding: 3px 5px;
        min-width: 40px;
    }

    .navbar-inverse .navbar-nav>li>a {
        font-size: 7px;
    }

    .left-txt::before {
        top: -13px;
        transform: scale(0.6);
        left: -44px;
    }

    .left-menu .left-txt {
        padding: 30px 15px 39px;
    }

    .left-slide img {
        height: 110px;
    }

    .subpage .inner p {
        font-size: 5px;
    }

    .intro-wrap .text-box .img-txt img {
        height: 34px;
    }

    .subpage-content #sub-con {
        gap: 0;
    }

    #sub-con .inner {
        padding: 20px 23px;
    }

    .intro-wrap .text-box .img-txt {
        gap: 10px;
        align-items: flex-start;
    }

    .head-main p {
        font-size: 8px;
    }

    .head-main p span {
        font-size: 11px;
    }

    .head-main {
        gap: 15px;
    }

    .head-main img {
        height: 30px;
    }

    .mainpage .inner .sub-btn {
        padding: 2px 28px;
        font-size: 10px;
        top: -12px;
    }

    .body-main .img-box img {
        height: 175px;
        width: 95%;
    }

    .mainpage {
        padding-top: 25px;
    }

    .sub-footer .right-f li {
        font-size: 8px;
    }

    .sub-footer .subf-wrap::after {
        width: 1px;
        height: 15px;
        left: 96px;
        top: 50%;
        transform: translateY(-50%);
    }

    .sub-footer .left-f p {
        font-size: 12px;
    }

    .sub-footer .subf-wrap {
        grid-template-columns: 95px 1fr;
        gap: 15px;
    }

    .left-menu .left-txt p {
        font-size: 5px;
    }
} */