@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
.nanummyeongjo * {
    font-family: "Nanum Myeongjo", serif;
}
@font-face {
    font-family: "NanumSquareRound";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "GmarketSansLight";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "GmarketSansMedium";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "GmarketSansBold";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

:root {
    /* --page-point-color: #e97c14; */
    --page-point-color: #222;
    --page-point-color-dark: #000;
}
/* [ FOUC START ] */
#site > *:not(#force__wrapper) {
    visibility: hidden;
}
#site.loaded > *:not(#force__wrapper) {
    visibility: visible;
}
/* [ FOUC END ] */

html {
    overflow-x: hidden;
    overflow-y: scroll;
}
.container {
    width: 1430px;
}
#site {
    background-color: #fff;
    word-break: keep-all !important;
    padding-top: 106px;
}
#site.main {
    padding-top: 0;
}
/* #site.main {padding-top: 0;} */
#site > .container {
    width: 100%;
    padding: 0;
}
/* 폰트 설정 */
#site,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "Nanum Gothic", "notokr", "Apple SD Neo Gothic", "Malgun Gothic", "Gulim", sans-serif;
}
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
    display: none;
}
@media (min-width: 768px) {
    .col-sm-20,
    .col-md-20,
    .col-lg-20 {
        width: 20%;
    }
    .col-sm-40,
    .col-md-40,
    .col-lg-40 {
        width: 40%;
    }
}

/* 상단 네비게이션 */

.navbar.navbar-inverse {
    background: #fff;
    border-bottom: 0;
}

#site.main .navbar.navbar-inverse {
    background: transparent;
    transition: all 0.3s ease;
}
#site.main .navbar.navbar-inverse.on {
    background: #fff;
}
.navbar-header .navbar-brand {
    display: block;
    padding: 0;
    font-size: 20px;
    margin-top: 36px;
    margin-left: 0 !important;
    height: auto;
    line-height: 1;
}
.navbar-header .navbar-brand > span {
    font-size: 36px;
    letter-spacing: -0.023em;
    color: #b7b6b2;
    font-family: "Lato", sans-serif;
}
.navbar-header .navbar-brand > span > span {
    color: #663333;
    font-weight: 300;
}
.navbar-header .navbar-brand > span:hover {
    color: #b7b6b2;
}
.navbar-header .navbar-brand img {
    margin-top: 0;
    display: inline-block;
    vertical-align: bottom;
}

.nav.navbar-nav {
    margin-top: 20px;
    margin-bottom: 20px;
}
.nav.navbar-nav > li > a {
    display: block;
    height: 100%;
    padding: 23px 42px;
    font-size: 15px;
    color: #000;
    /* font-family: 'GmarketSansBold'; */
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.034em;
}
#site.main .nav.navbar-nav > li > a {
    color: #fff;
}
#site.main .on .nav.navbar-nav > li > a {
    color: #000;
}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a,
.nav.navbar-nav > li > a:hover,
.nav.navbar-nav > li > a:focus,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li.open > a:hover,
.nav.navbar-nav > li.open > a:focus {
    color: var(--page-point-color);
    background: none;
}
.nav.navbar-nav li .dropdown-menu {
    left: 0;
    right: 0;
    border-radius: 0;
    border: 0;
    padding: 5px 0;
    background: #f6f6f6;
    box-shadow: none;
    width: 160px;
    margin: auto;
}
.nav.navbar-nav li .dropdown-menu li a {
    padding: 6px 10px;
    font-size: 13px;
    color: #999;
    font-weight: 700;
    text-align: center;
}
#site .nav.navbar-nav li .dropdown-menu li:hover a {
    background: transparent;
    color: #333;
}
#site .dropdown-menu > li > a:focus,
#site .dropdown-menu > li > a:hover {
    background: var(--page-point-color-dark);
}

@media (max-width: 767px) {
    #site {
        padding-top: 42px !important;
    }
    .container {
        width: 100%;
    }
    #site.main .navbar.navbar-inverse {
        background: #fff;
    }
    .navbar.navbar-inverse {
        background: #fff;
        border-bottom: 1px solid #e6e6e6;
    }
    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background: none;
    }
    .navbar-header .navbar-brand {
        margin-top: 8px;
        margin-left: 15px !important;
    }
    .navbar-header .navbar-brand > span {
        font-size: 28px;
    }
    .navbar-inverse .navbar-toggle {
        background: none;
        border: 0;
        margin: 13px 15px 13px 0;
        padding: 0;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #873b3b;
    }
    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 5px;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 26px;
        height: 2px;
        border-radius: 1px;
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #e6e6e6;
    }
    #site.main .nav.navbar-nav > li > a,
    .nav.navbar-nav > li > a {
        color: #000;
        padding: 14px 15px;
    }
    .nav.navbar-nav li .dropdown-menu li a {
        text-align: left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #site {
    }
    .container {
        width: 750px;
    }
    .nav.navbar-nav > li > a {
        display: block;
        height: 100%;
        padding: 23px 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #site {
    }
    .container {
        width: 970px;
    }
}

/* //상단 네비게이션 */

.slide-caption {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 0%;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    padding: 0;
    margin: 0 auto;
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (max-width: 767.98px) {
    .slide-caption {
        position: absolute;
        top: unset;
        transform: none;
        /* bottom: 170px; */
        /* top: -250px; */
        margin-top: -180px;
        /* filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 1)); */
        text-shadow: 0px 0px 20px rgba(0, 0, 0, 1), 0px 0px 30px rgba(0, 0, 0, 1);
    }
}
/* 슬라이드 영역 */
#mainCarousel .carousel-inner {
    width: 100%;

    padding: 0;
    margin: 0 auto;
}

#mainCarousel .carousel-inner::after {
    /* content: "(주)키아이종합건설"; */
    /* content: "우리가 만든 공간은 변화의 바람과 분위기의 전환을 가져와, 가로의 풍경을 바꾸고 거리를 새로움으로 물들인다."; */
    /* font-size: 5px;
    letter-spacing: 0.02em;
    line-height: 1;
    margin: 0;
    color: #fff;
    font-family: "Nanum Myeongjo", serif;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}
#mainCarousel .carousel-inner .item {
    height: 100vh;
    background-size: cover;
}
#mainCarousel .carousel-inner .item .carousel-caption {
    padding: 0;
    left: 15px;
    right: 15px;
    text-align: left;
    text-shadow: none;
    display: none;
}
/* #mainCarousel .carousel-inner .item .carousel-caption::before{
    content: '';
    display: block;
    height: 1px;
    width: 300px;
    background: rgba(255, 255, 255, 0.76);
    position: absolute;
    top: 45%;
    left: -16.45%;
    opacity: 0.8;
} */
#mainCarousel .carousel-inner .item .carousel-caption h1 {
    font-size: 68px;
    letter-spacing: 0.02em;
    line-height: 1;
    margin: 0;
    color: #fff;
    font-family: "Nanum Myeongjo", serif;
    text-align: center;
}
#mainCarousel .carousel-inner .item .carousel-caption p {
    font-size: 24px;
    font-family: "GmarketSansLight";
    letter-spacing: 0.095em;
    line-height: 1.85;
    color: #fff;
    display: none;
}
#mainCarousel .carousel-inner .item .carousel-caption p b {
    font-family: "GmarketSansBold";
}
#mainCarousel .carousel-control {
    display: none;
}
#mainCarousel .carousel-indicators {
    margin: 0;
    bottom: 20px;
    width: auto;
    left: 50%;
    text-align: left;
    transform: translateX(-50%);
}
#mainCarousel .carousel-indicators > li,
#mainCarousel .carousel-indicators > li.active {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    margin: 0 8px;
}
#mainCarousel .carousel-indicators > li.active {
    background: #fff;
}
/* .main_popup_contents{padding: 0;} */
@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: 600px;
        background-size: cover;
    }
    #mainCarousel .carousel-inner .item .carousel-caption {
        left: 15px;
        right: 15px;
    }
    /* #mainCarousel .carousel-inner::after {
        content: "(주)키아이종합건설";
        font-size: 31px;
    } */
    #mainCarousel .carousel-indicators > li,
    #mainCarousel .carousel-indicators > li.active {
        margin: 0 5px;
    }
    .main_popup_contents img {
        width: 100% !important;
        height: auto;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #mainCarousel .carousel-inner .item .carousel-caption {
        left: calc((100% - 750px) / 2);
        right: calc((100% - 750px) / 2);
    }
    .main_popup_contents img {
        width: 100% !important;
        height: auto;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #mainCarousel .carousel-inner .item .carousel-caption {
        left: calc((100% - 970px) / 2);
        right: calc((100% - 970px) / 2);
    }
    .main_popup_contents img {
        width: 100% !important;
        height: auto;
    }
}
/* //슬라이드 영역 */

/* 서브페이지 */

.subHeader {
    height: 200px;
    background: #fff;
    display: none;
}
.subHeader .container {
    height: 100%;
    position: relative;
}
.subHeader .container h2 {
    text-align: center;
    color: #222222;
    font-size: 42px;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    /* font-family: 'GmarketSansBold'; */
    letter-spacing: -0.02em;
}
.subHeader .container .breadcrumb {
    display: none;
}

.subMenu {
    border-bottom: 1px solid #ededed;
    display: none;
}
.subMenu .nav {
    display: flex;
    justify-content: center;
}
.subMenu .nav > li {
}
.subMenu .nav > li > a {
    background: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    color: #787878;
    font-size: 17px;
    padding: 23px 0px 19px;
    margin: 0 27px;
}
.subMenu .nav > li:hover > a {
    color: var(--page-point-color);
    background: none;
}
.subMenu .nav > li.active > a {
    color: var(--page-point-color);
    border-color: var(--page-point-color);
}

.subContent .content {
    padding: 110px 0 90px;
    min-height: 700px;
}
.subContent .content h4 {
}
.subContent .content h4::before {
    content: "";
}

#About01 .con1 {
    /* max-width: 1020px; */
    margin: 0 auto;
}
#About01 .con1 p.name {
    font-size: 20px;
    /* font-family: "GmarketSansBold"; */
    letter-spacing: -0.03em;
    color: #333;
    margin-bottom: 40px;
    font-weight: 700;
}
#About01 .con1 p.name small {
    font-size: 16px;
    color: #333;
    margin-left: 2px;
    letter-spacing: 0;
}
.profile {
    position: relative;
    /* padding-left: 88px; */
}
.profile::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    height: 50px;
}
.profile::after {
    /* content: url(/public/img/sub/profile_line.png); */
    position: absolute;
    top: 50px;
    left: 30px;
}
.profile .dl_profile {
    position: relative;
    margin-bottom: 20px;
    padding-left: 90px;
}
.profile .dl_profile::before {
    /* content: ""; */
    display: block;
    width: 7px;
    height: 7px;
    background: var(--page-point-color);
    position: absolute;
    top: 7px;
    left: -61px;
    transform: rotate(45deg);
}
.profile .dl_profile dt {
    font-size: 14px;
    color: #000;
    /* font-family: "GmarketSansMedium"; */
    margin-bottom: -5px;
    line-height: 1em;
    position: absolute;
    left: 0;
    top: 4px;
}
.profile .dl_profile dd {
    font-size: 13px;
    line-height: 24px;
    color: #757575;
    /* padding-left: 80px; */
}

#About04 .con1 {
    max-width: 1020px;
    margin: 0 auto;
}
.cert {
    margin-bottom: 60px;
}
.cert img {
    /* margin-bottom: 10px; */
    border: 1px solid #ddd;
}
.cert .caption {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    margin-top: 15px;
}

#About05 .con1 {
    /* max-width: 1020px; */
    margin: 0 auto;
}
.root_daum_roughmap {
    width: 100% !important;
}
.root_daum_roughmap .wrap_map {
    height: 400px !important;
}
.li_location {
    padding: 30px 0 0;
    margin: 0;
    display: flex;
    justify-content: center;
}
.li_location > li {
    font-size: 15px;
    padding: 0 25px;
}
.li_location > li > i {
    color: #fff;
    margin-right: 7px;
    background: #545454;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 6px 4px;
    font-size: 11px;
    text-align: center;
}
.li_location .fa-map-marker-alt:before {
}
.proj_box {
    /* border-top: 1px solid #663333; */
    padding-top: 30px;
    min-height: 277px;
    background: #f7f7f7;
    margin-bottom: 30px;
    /* border: 1px solid #ecd9e4; */
    padding: 30px;
    /* padding-bottom: 0; */
}
.proj_box i {
    position: relative;
    color: #ddd;
    font-size: 35px;
    display: inline-block;
    margin-bottom: 20px;
    width: 47px;
    line-height: 51px;
    /* background: #fff; */
    text-align: center;
    border-radius: 50%;
    vertical-align: top;
    float: right;
    /* border: 1px solid rgb(102 51 51 / 27%); */
}
.proj_box dl {
    display: inline-block;
    width: calc(100% - 50px);
    /* margin-left: 20px; */
    vertical-align: top;
    margin: 0;
}
.proj_box dl dt {
    font-size: 17px;
    margin-bottom: 11px;
    /* text-align: center; */
    display: inline-block;
    margin-top: 7px;
    margin-left: 12px;
}
.proj_box dl dd {
    font-size: 14px;
    padding: 1px 0 1px 12px;
    position: relative;
    color: #555;
    line-height: 1.5;
    letter-spacing: -0.025em;
}
.proj_box dl dd::before {
    content: "";
    display: block;
    width: 5px;
    height: 1px;
    background: #aaa;
    position: absolute;
    top: 11px;
    left: 0;
}

.proj-img {
    padding: 60px 0;
}
.proj-img h5 {
    font-size: 22px;
    font-weight: 500;
    padding-left: 14px;
    position: relative;
    margin: 0 0 15px;
}
.proj-img h5::before {
    content: "";
    display: block;
    width: 4px;
    height: 12px;
    background: #a77575;
    position: absolute;
    left: 0;
    top: 6px;
}
.proj-img .proj-slick {
}
.proj-img .proj-slick .item {
    display: block;
    padding: 0 10px;
}
.proj-img .proj-slick .item img {
    max-height: 400px;
}
.proj-img .proj-slick .slick-dots li button:before {
    color: #633;
}

/* @media (min-width: 768px) {
    [id^="Portfolio"] .table_blog2 dd {
        width: 50%;
    }
    [id^="Portfolio"] .table_blog2 dd:nth-child(1) {
        width: 100%;
    }
}
[id^="Portfolio"] .table_blog2 dd .inner .top a .thumb {
    height: 320px;
    background: url(/public/img/sub/no_image2.png) !important;
}
[id^="Portfolio"] .table_blog2 dd:nth-child(1) .inner .top a .thumb {
    height: 488px;
    background: url("/public/img/sub/no_image1.png") !important;
}
[id^="Portfolio"] .table_blog2 dd .inner {
    border: 0;
}
[id^="Portfolio"] .table_blog2 dd .inner .bottom {
    padding: 0;
}
[id^="Portfolio"] .table_blog2 dd .inner .bottom .title {
    padding: 0;
    margin: 0;
}
[id^="Portfolio"] .table_blog2 dd .inner .bottom .title a {
    text-align: center;
    font-size: 20px;
    display: block;
    padding: 28px 0;
    letter-spacing: 0.02em;
}
[id^="Portfolio"] .table_blog2 dd .inner .bottom .title a:hover {
    text-decoration: none;
}
[id^="Portfolio"] .table_blog2 dd .inner:hover .bottom .title a {
    color: var(--page-point-color);
}
[id^="Portfolio"] .table_blog2 dd .inner .bottom .info {
    display: none;
} */

.reply_wrap {
    display: none;
}

#Contact01 .bbs-area {
    max-width: 1020px;
    margin: 0 auto;
}

.bbs-area .btn.btn-primary {
    background: var(--page-point-color);
    border-color: var(--page-point-color);
    font-size: 14px;
}
.bbs-area .btn.btn-primary:hover {
    background: var(--page-point-color-dark);
    border-color: var(--page-point-color-dark);
}
.bbs-area .portfolio_btn_wrap {
    text-align: center;
}
.bbs-area .btn_portfolio {
    background: var(--page-point-color);
    border-color: var(--page-point-color);
    margin: 0 auto;
    color: #fff;
}
.bbs-area .btn_portfolio:hover {
    background: var(--page-point-color-dark);
    border-color: var(--page-point-color-dark);
}
.board_wrapper .text-center {
    margin-top: 40px;
    margin-bottom: 60px;
}
.board_wrapper {
    margin-top: 100px;
    margin-bottom: 50px;
}
.board_wrapper .option_wrap {
    position: relative;
    margin-top: 30px;
    margin-bottom: 110px;
}
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus {
    background-color: var(--page-point-color-dark);
    color: #fff;
}
.btn.btn-outline-primary {
    background: none;
    border: 1px solid var(--page-point-color);
    color: var(--page-point-color);
}
.board_wrapper .table.board_write_table tbody tr th > span.required_text {
    color: var(--page-point-color);
}
.form-control:not([readonly]):focus {
    border-color: var(--page-point-color-dark);
}
.table.table_default thead th {
    background-color: #fff;
}
.alert-info {
    color: #474747;
    background-color: #fef9f4;
    border-color: #f6c89d;
    margin-bottom: 20px;
    font-size: 15px;
}

[id^="Project"] .table_blog {
    border: 0;
}
[id^="Project"] .table_blog dd {
    padding: 70px 0;
}
[id^="Project"] .table_blog dd .left {
    width: 460px;
}
[id^="Project"] .table_blog dd .left a {
}
[id^="Project"] .table_blog dd .left a .thumb {
    width: 100%;
    height: 300px;
}
[id^="Project"] .table_blog dd .right {
    width: calc(100% - 460px);
    padding: 30px 0 45px 60px;
}
[id^="Project"] .table_blog dd .right .title {
}
[id^="Project"] .table_blog dd .right .title a {
    font-size: 25px;
}
[id^="Project"] .table_blog dd .right .title a span {
}
[id^="Project"] .table_blog dd .right .info {
    display: none;
}
[id^="Project"] .table_blog dd .right .info .writer {
}
[id^="Project"] .table_blog dd .right .info .regdate {
}
[id^="Project"] .table_blog dd .right .info .hits {
}
[id^="Project"] .table_blog dd .right .text {
    max-height: 159px;
    overflow: hidden;
    margin-top: 30px;
}
[id^="Project"] .table_blog dd .right .text p {
    line-height: 1.4;
    white-space: pre;
}
@media (max-width: 767px) {
    .subHeader {
        height: 115px;
        background: #fff;
        border-bottom: 1px solid #ddd;
    }
    .subHeader .container h2 {
        font-size: 33px;
        width: 100%;
    }
    .subMenu {
        display: none;
    }
    .subContent .content {
        padding: 60px 0 90px;
    }
    .profile {
        position: relative;
        padding-left: 60px;
    }
    .profile::before {
        left: 2px;
    }
    #About01 .con1 p.name {
        padding-left: 0;
    }

    #About01 .con1 img {
        margin-bottom: 30px;
    }
    .cert img {
        margin-bottom: 30px;
    }
    .li_location {
        display: block;
    }
    .li_location > li {
        margin: 5px 0;
    }
    .proj_box {
        min-height: auto;
    }
    [id^="Project"] .table_blog dd {
        padding: 0 0;
        margin: 0 0 30px;
    }
    [id^="Project"] .table_blog dd .left {
        width: 100%;
        padding: 5px 5px 0;
    }
    [id^="Project"] .table_blog dd .left a {
        width: 100%;
        display: block;
    }
    [id^="Project"] .table_blog dd .right {
        width: auto;
        padding: 10px 10px;
    }
    [id^="Project"] .table_blog dd .right .text {
        margin-top: 15px;
    }
    [id^="Project"] .table_blog dd .right .text p {
        line-height: 1;

        height: 50px;
    }
    [id^="Project"] .table_blog dd .right .title a span.badge {
        max-width: 80px;
        display: inline-block;
    }
    [id^="Project"] .table_blog dd .right .title {
        white-space: normal;
    }
    [id^="Project"] .table_blog dd .right .title a {
        font-size: 18px;
        display: block;
    }
    .table.table_default tr .num,
    .table.table_default tr .regdate,
    .table.table_default tr .hits,
    .table.table_default tr .writer {
        display: none;
    }
    .board_wrapper .table.board_write_table tbody tr td .btn,
    .board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big {
        width: 100%;
    }
    #list_btn {
        display: none;
    }
    #write_btn {
        margin: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .subHeader {
        height: 150px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
}
/* //서브페이지 */

/* 푸터 */

footer {
    text-align: left;
    padding: 30px 0 20px;
    color: #777;
}
footer .footer-text {
}
footer .footer-text ul {
    padding-left: 0;
    margin-bottom: 0;
}
footer .footer-text ul:nth-child(2) {
    margin-bottom: 10px;
}
footer .footer-text ul:after {
    content: "";
    clear: both;
    display: table;
}
footer .footer-text ul li {
    float: left;
    margin-right: 15px;
    line-height: 1.8;
    font-size: 13px;
}
footer .footer-text ul li b {
    font-weight: 400;
}
footer .footer-text ul li address {
    margin-bottom: 0;
    line-height: 1.8;
}
footer .footer-text .copyrights {
    display: block;
    color: #999;
    font-size: 10px;
    letter-spacing: 0.034em;
}

@media (max-width: 767px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
/* //푸터 */

.maintenance {
    margin-top: 5px;
    border: 7px solid #e5e5e5;
    padding: 50px 25px;
    text-align: center;
    width: 1140px;
    margin: 0 auto;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
    margin-bottom: 10px;
}

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

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

.member_wrapper {
    max-width: 1170px;
}
/* 2024-11-11 ceo */
.greet-wrap {
    display: flex;
    gap: clamp(50px, 10vw, 100px);
    justify-content: space-around;
}
.greet-wrap img {
    width: 350px;
    filter: grayscale(0.7);
    opacity: 0.9;
}
.greet-wrap .info {
    margin-inline: auto;
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */

@media (max-width: 767.98px) {
    .greet-wrap {
        flex-direction: column;
        gap: 30px;
    }
}
/* 2024-11-11 main project */
.subContent:has(.board_blog2_list) .container {
    max-width: 1700px;
    width: 100%;
    margin-inline: auto;
}
.blog-wrap .table_blog2 * {
    all: unset;
}

.blog-wrap .table_blog2 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 140px 80px;
    align-items: center;
    margin: 0;
}

.blog-wrap .table_blog2::before,
.blog-wrap .table_blog2::after {
    content: none !important;
}

.blog-wrap .top a {
    cursor: pointer;
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

.blog-wrap .table_blog2 span.thumb {
    display: none !important;
}
#site .blog-wrap .table_blog2 img.thumb {
    transition: 0.5s;
    display: flex !important;
    height: auto !important;
}
#site .blog-wrap .table_blog2 .top:hover img.thumb {
    scale: 1.025;
    filter: brightness(0.9);
}
.blog-wrap .table_blog2 .info {
    display: none;
}
.blog-wrap .table_blog2 .title {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0;
    margin-top: 10px;
}
.blog-wrap .table_blog2 .title a {
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 4.3em;
    font-size: clamp(14px, 2.5vw, 17px);
    font-weight: 700;
    white-space: normal;
}

.blog-wrap .table_blog2 .title .badge {
    font-size: clamp(11px, 1.5vw, 13px);
}

/* [max-x-lager / labtop] 노트북, 1200px 미만 ▼ */
@media (max-width: 1199.98px) {
    .blog-wrap .table_blog2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 50px;
    }
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (max-width: 767.98px) {
    .blog-wrap .table_blog2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px 20px;
    }
}
