@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

#site {
    background-color: #fff;
    word-break: keep-all !important;
    padding-top: 80px;
    letter-spacing: -0.025em;
}

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

/* 폰트 설정 */
#site,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: 'Open Sans', 'notokr', 'Malgun Gothic', 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-color: #fff;
    border-bottom: 1px solid #e1e1e1;
}

.navbar-header .navbar-brand {
    display: block;
    padding: 0;
    font-size: 20px;
    margin-left: 0 !important;
    height: auto;
    /* margin-top: 27px; */
    margin-top: 13px;
}

.navbar-header .navbar-brand img {
    margin-top: 0;
    display: inline-block;
    vertical-align: bottom;
}

.nav.navbar-nav>li>a {
    display: block;
    height: 100%;
    padding: 30px 25px;
    font-size: 20px;
    color: #333;
    font-weight: 700;
}

.nav.navbar-nav>li:hover>a,
.nav.navbar-nav>li.open>a,
.nav.navbar-nav>li:focus>a {
    color: #01876C !important;
    background: none !important;
}

.navbar-inverse .navbar-nav .dropdown-menu>li>a {
    font-size: 15px;
}

/* 사업실적 임시 삭제 */
.navbar-inverse .navbar-nav .dropdown-menu>li#snb_66,
.subWrapper[id^='Biz'] .subMenu .nav>li:nth-child(4) {
    /* display: none; */
}

.nav.navbar-nav li .dropdown-menu li:hover a {
    background: #01876C;
    color: #fff;
}

@media (min-width: 768px) {
    .navbar-right {
        margin-right: -25px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: none;
        padding: 0;
        -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
        background: #fff;
        text-align: center;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 11px 20px;
        color: #333;
        border-top: 1px solid #eee;
        font-weight: 500;
    }
}

@media (max-width: 767px) {
    #site {
        padding-top: 68px;
    }

    .navbar-header .navbar-brand {
        margin-left: 15px !important;
        margin-top: 10px;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #05846A;
        background: #05846A;
        border-radius: 0;
        margin: 17px 15px 17px 0;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        border-color: #05846A !important;
        background: #05846A !important;
    }

    .nav.navbar-nav>li>a {
        padding: 20px 25px;
        font-size: 18px;
        text-align: center;
    }

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

}

@media (min-width: 768px) and (max-width: 991px) {
    #site {
        padding-top: 81px;
    }

    .navbar-header .navbar-brand {
        margin-top: 17px;
        width: 140px;
    }

    .nav.navbar-nav>li>a {
        display: block;
        height: 100%;
        padding: 30px 20px;
        font-size: 16px;
        color: #333;
        font-weight: 700;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #site {}
}


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

/* 슬라이드 영역 */
#mainCarousel .carousel-inner .item {
    height: 650px;
}

#mainCarousel .carousel-inner .item .carousel-caption {
    padding: 0;
    left: calc((100% - 1140px) / 2);
    right: calc((100% - 1140px) / 2);
    top: 52%;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
}

#mainCarousel .carousel-inner .item .carousel-caption h1 {
    letter-spacing: 0;
    margin: 0;
}

#mainCarousel .carousel-inner .item .carousel-caption h1 small {
    display: block;
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    margin-bottom: 6px;
    letter-spacing: 6px;
    padding-left: 6px;
}

#mainCarousel .carousel-inner .item .carousel-caption h1 span {
    font-size: 99px;
    letter-spacing: 0.03em;
    font-weight: 700;
}

#mainCarousel .carousel-inner .item .carousel-caption p {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.2em;
    margin: 8px 0 0;
}

#mainCarousel .carousel-control {
    display: none;
}

#mainCarousel .carousel-indicators li {
    width: 13px !important;
    height: 13px !important;
    border: 1px solid #fff;
    margin: 0 3px !important;
}

#mainCarousel .carousel-indicators li.active {
    border: 1px solid #fff;
    background: #fff;
}

@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: 500px;
    }

    #mainCarousel .carousel-inner .item .carousel-caption {
        padding: 0;
        left: 15px;
        right: 15px;
    }

    #mainCarousel .carousel-inner .item .carousel-caption h1 small {
        font-size: 4.1vw;
    }

    #mainCarousel .carousel-inner .item .carousel-caption h1 span {
        font-size: 17vw;
    }

    #mainCarousel .carousel-inner .item .carousel-caption p {
        font-size: 4.8vw;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #mainCarousel .carousel-inner .item .carousel-caption {
        padding: 0;
        left: 15px;
        right: 15px;
    }

    #mainCarousel .carousel-inner .item .carousel-caption h1 span {
        font-size: 80px;
        letter-spacing: 0.03em;
        font-weight: 700;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #mainCarousel .carousel-inner .item .carousel-caption {
        padding: 0;
        left: 15px;
        right: 15px;
    }
}

/* //슬라이드 영역 */

/* 메인 중단영역 */

#main_wrapper>section {
    padding: 120px 0;
}

#main_wrapper>section h4 {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

#main_wrapper>section h4::after {
    content: '';
    display: block;
    width: 50px;
    height: 5px;
    background: #01876C;
    background: linear-gradient(to right, #0cb795, #006d96);
    margin: 30px auto 70px;
}

#main_wrapper .main-biz .row {
    margin: 0 -8px;
}

#main_wrapper .main-biz .row>div {
    padding: 0 8px;
}

#main_wrapper>section .m_biz {
    color: #fff;
    position: relative;
    top: 0;
    transition: all .3s ease;
    display: block;
}

#main_wrapper>section .m_biz:hover {
    text-decoration: none;
    top: -15px;
}

#main_wrapper>section .m_biz .caption {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding: 9px 0;
    margin: 0;
    letter-spacing: -0.035em;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1;
    transition: all .3s ease;
}

#main_wrapper>section .m_biz:hover .caption {
    background: #01876C;
}

#main_wrapper>section.main-partner {
    background: #f8f8f8;
}

#main_wrapper>section.main-partner .row {
    margin: 0;
}

#main_wrapper>section.main-partner .row>div {
    border: 1px solid #e3e3e3;
    padding: 25px 0;
    margin-right: -1px;
    margin-bottom: -1px;
    background: #fff;
}

.partner-slide {
    overflow: hidden;
}

.partner-slide .slick-track {}

.partner-slide .slick-track .partner {
    float: left;
    padding: 0 5px;
}

.partner-slide .slick-track .partner a {
    display: block;
    border: 1px solid transparent;
    transition: all .3s ease;
}

.partner-slide .slick-track .partner a:hover {
    border-color: #05846A;
}

.partner-slide .slick-track .partner a img {
    width: 100%;
}

@media (max-width: 767px) {
    #main_wrapper>section {
        padding: 80px 0;
    }

    #main_wrapper>section h4 {
        font-size: 11vw;
    }

    #main_wrapper>section .m_biz {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #main_wrapper>section .m_biz {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {}

/* //메인 중단영역 */

/* 서브페이지 */

.subHeader {
    height: 260px;
    background-image: url(/public/img/sub/sub_title.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.subHeader .container {
    height: 100%;
    position: relative;
}

.subHeader .container h2 {
    color: #fff;
    font-size: 48px;
    margin: 0;
    text-align: center;
    padding-top: 88px;
    font-weight: 300;
}

.subHeader .container .breadcrumb {
    position: absolute;
    left: 15px;
    top: 15px;
    background: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.subHeader .container .breadcrumb li {
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.03em;
}

.subHeader .container .breadcrumb li a {
    color: #fff;
    opacity: 0.65;
}

.breadcrumb>li+li:before {
    padding: 0 3px;
}

.subMenu {
    margin-top: -48px;
    background: #01876c;
    background: linear-gradient(to right, rgb(0 146 117 / 0.8), rgb(0 152 167 / 0.8), rgb(0 90 167 / 0.8));
    height: 48px;
}

.subMenu .nav {
    text-align: center;
}

.subMenu .nav>li {
    margin: 0 20px;
    display: inline-block;
    float: none;
}

[id^="Comp"] .subMenu .nav>li {
    /* width: calc(100% / 4); */
}

[id^="Biz"] .subMenu .nav>li {
    /* width: calc(100% / 5); */
}

[id^="Solution"] .subMenu .nav>li {
    /*     width: calc(100% / 4); */
}

.subMenu .nav>li>a {
    position: relative;
    text-align: center;
    font-size: 16px;
    border-radius: 0;
    font-weight: 300;
    margin-top: 0px;
    padding: 13px;
    letter-spacing: -0.035em;
    color: #fff;
}

.subMenu .nav>li:hover>a {
    background: none;
    color: #fff
}

.subMenu .nav>li.active>a {
    color: #01876c;
    font-weight: 600;
    background: rgba(0, 0, 0, 0);
    color: #fff;
}

.subMenu .nav>li.active>a:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0px;
    background: #fff;
}

.subContent {
    padding-top: 75px;
}

.subContent_title {
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    margin: 0 0 80px;
    letter-spacing: -0.05em;
    color: #222;
}

.subContent .content {
    padding-bottom: 80px;
}

.subContent .content h4 {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 25px;
    position: relative;
    letter-spacing: -0.03em;
}

#Comp02 .subContent .content h4,
.subContent .content[id^="esg"] h4 {
    text-align: center;
}

.subContent .content .greeting {
    padding-right: 70px;
}

.subContent .content .greeting p {
    font-size: 17px;
    margin-bottom: 40px;
    letter-spacing: -0.03em;
    line-height: 1.65;
    color: #555;
}

.subContent .content .greeting p.intro {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 55px;
    letter-spacing: -0.045em;
    line-height: 1.45;
    color: #03755e;
}

.subContent .content .greeting p>b {
    display: block;
    color: #333;
    font-size: 19px;
    margin-bottom: 9px;
    letter-spacing: -0.033em;
}

.subContent .content .li_overview {
    padding: 15px 0 15px;
    margin-bottom: 50px;
    border-top: 2px solid #333;
    border-bottom: 1px solid #ccc;
}

.subContent .content .li_overview>li {
    font-size: 17px;
    margin-top: 13px;
    padding-left: 120px;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 13px;
    color: #555;
    letter-spacing: -0.03em;
}

.subContent .content .li_overview>li::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 5px;
    width: 3px;
    height: 12px;
    background: #01876C;
    transform: skew(-20deg);
}

.subContent .content .li_overview>li>span {
    color: #222;
    font-weight: 500;
    display: block;
    /* width: 140px; */
    position: absolute;
    height: calc(100% + 1px);
    left: 0;
    top: 0;
    padding-left: 23px;
    letter-spacing: -0.04em;
    /* border-bottom: 1px solid #cacaca; */
}

.subContent .content .li_overview>li:last-child {
    padding-left: 245px;
    border-bottom: none;
}

#Comp02 .subContent .content .inner {
    padding: 60px 100px;
    background: #f2f2f2;
}

#Comp02 .subContent .content .inner h5 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 40px;
}

.subContent .content .cert {}

.subContent .content .cert img {
    border: 1px solid #e3e3e3;
    padding: 6px;
    background: #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.07);
}

.subContent .content .cert .caption {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 20px;
}

.subContent .content .cert .caption.twoline {
    padding: 10px 0;
}

.subContent .content .li_dash {
    margin: 0;
    padding: 0;
}

.subContent .content .li_dash>li {
    font-size: 15px;
    padding-left: 15px;
    position: relative;
}

.subContent .content .li_dash>li::before {
    content: '-';
    font-weight: 600;
    position: absolute;
    left: 0;
}

#esg01 .img-area img {
    width: 470px;
}

#esg04.content .message p {
    text-align: center;
    font-size: 20px;
}

#esg04.content .message .sign {
    justify-content: center;
}

#esg04.content .message .sign .sign-name {
    z-index: 2;
    font-size: 25px;
}

#esg04.content .message .sign .sign-name span {
    letter-spacing: 8px;
}

.subContent .content .txt-area p {
    text-align: center;
    font-size: 17px;
    margin-top: 40px;
    letter-spacing: -0.03em;
    line-height: 1.65;
    color: #555;
}

.subContent .content .txt-area span {
    color: #03755e;
    font-weight: 700;
}

.subContent .content .message {
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    color: #333;
    line-height: 1.65;
}

.subContent .content .message p {
    margin-bottom: 20px;
}

.subContent .content .message p:first-child,
.subContent .content .message p:nth-child(7) {
    margin-bottom: 50px;
}

.subContent .content .message .sign {
    display: flex;
    align-items: center;
    justify-content: end;
    /* margin-top: 50px; */
}

.subContent .content .message .sign p {
    margin: 0;
    font-size: 16px;
}

.subContent .content .message .sign img {
    width: 80px;
    height: 30px;
    margin-left: 30px;
}

.subContent .content .message .sign .logo-img {
    margin-right: 30px;
    margin-left: 0;
    width: 120px;
}

.subContent .content .message .sign .sign-img {
    margin-left: -17px;
    z-index: 1;
    height: 50px;
    width: 50px;
}

.subContent .content .message ul {
    margin-bottom: 50px;
    padding: 0;
}

.subContent .content .message ul li {
    margin-bottom: 20px;
}

.subContent .content .message ul .num {
    margin-right: 10px;
}

.subContent .content .vision_list li {
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.subContent .content .vision_list li:nth-child(1) {
    padding-top: 0;
    padding-bottom: 30px;
}

.subContent .content .vision_list li:nth-child(3) {
    border-bottom: 0;
}

.subContent .content .vision_list .img-area {
    text-align: center;
    flex-basis: 50%;
}

.subContent .content .vision_list dl {
    flex-basis: 50%;
    padding-left: 80px;
    margin: 0;
    position: relative;
}

.subContent .content .vision_list .img-area h5 {
    margin: 10px 0 0 0;
    font-size: 22px;
}

.subContent .content .vision_list dt {
    margin-bottom: 12px;
    font-size: 20px;
    color: #03755e;
}

.subContent .content .vision_list dd {
    font-size: 17px;
    position: relative;
    padding-left: 12px;
    padding-top: 2px;
}

.subContent .content .vision_list dd::before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    /* background: #333; */
    background: #01876c;
    position: absolute;
    left: 0;
    top: 11px;
    border-radius: 50%;
}

.history_wrap {
    position: relative;
    width: 700px;
    margin: 0 auto;
}

.history_wrap::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    border-left: 1px solid #dee4e3;
    left: 20%;
}

.history_wrap .history {
    margin-bottom: 60px;
    display: grid;
    grid-template-columns: 20% 1fr;
}

.history_wrap .history::after {
    content: '';
    display: table;
    clear: both;
}

.history_wrap .history .year {
    position: relative;
    margin: 0;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -0.015em;
    line-height: 0.9;
    color: #01876C;
    font-style: oblique;
}

.history_wrap .history .year::before {
    content: "";
    position: absolute;
    right: -9px;
    top: 11px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    background: #01876c;
    opacity: 0.15;
}

.history_wrap .history .year::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 15px;
    border: 2px solid #01876c;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #fff;
    z-index: 1;
}

.history_wrap .history .li_history {
    padding: 10px 0 0 30px;
}

.history_wrap .history .li_history>li {
    position: relative;
    font-size: 16px;
    padding-left: 15px;
    margin-bottom: 6px;
}

.history_wrap .history .li_history>li::before {
    content: '';
    width: 6px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 10px;
    background: #01876c;
}

.history_wrap .history .li_history>li ul {
    margin-top: 6px;
}

.history_wrap .history .li_history>li ul>li {
    color: #707070;
    margin-bottom: 3px;
    padding-left: 12px;
}

.history_wrap .history .li_history>li ul>li::before {
    content: "";
    width: 3px;
    height: 3px;
    background: #777;
    position: absolute;
    top: 9px;
}

.subContent .content .li_location {
    padding: 0;
    margin: 20px 0;
    border-top: 2px solid #333;
}

.subContent .content .li_location li {
    position: relative;
    padding-left: 112px;
    font-size: 17px;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    letter-spacing: -0.03em;
    color: #555;
}

.subContent .content .li_location li>span {
    display: block;
    font-weight: 500;
    color: #222;
    position: absolute;
    left: 0;
    letter-spacing: -0.04em;
    line-height: 25px;
    vertical-align: middle;
}

.subContent .content .li_location li>span i {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #169278;
    font-size: 11px;
    text-align: center;
    line-height: 25px;
    margin-right: 9px;
    color: #fff;
    vertical-align: bottom;
}

.biz_box {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ddd;
}

.biz_box:last-child {
    border-bottom: 0;
}

.biz_box i {
    position: relative;
    text-align: center;
    display: block;
    font-size: 47px;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    line-height: 124px;
    border-radius: 50%;
    color: #0c8a6c;
    border: 3px solid #a4d2c5;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.biz_box dl {
    margin-bottom: 0;
}

.biz_box dl dt {
    font-size: 30px;
    margin-bottom: 18px;
    font-weight: 500;
    letter-spacing: -0.05em;
}

.biz_box dl dd {
    position: relative;
    font-size: 17px;
    padding-left: 15px;
    margin-top: 7px;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.biz_box dl dd::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #01876c;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

#Biz04 .content .nav-tabs {
    border: 0;
    margin-bottom: 60px;
    ;
}

#Biz04 .content .nav-tabs>li {
    margin: 0;
    width: calc(100% / 6);
}

#Biz04 .content .nav-tabs>li:nth-child(n+7) {
    margin-top: -1px;
}

#Biz04 .content .nav-tabs>li>a {
    border: 1px solid #ddd;
    border-right: none;
    font-size: 18px;
    text-align: center;
    color: #666;
    border-radius: 0;
    font-weight: 500;
    padding: 18px 0;
    margin: 0;
    line-height: 1;
    background: #fafafa;
}

#Biz04 .content .nav-tabs>li:last-child>a {
    border-right: 1px solid #ddd;
}

#Biz04 .content .nav-tabs>li:nth-child(6n)>a {
    border-right: 1px solid #ddd;
}

#Biz04 .content .nav-tabs>li.active>a {
    color: #fff;
    background: #01876C;
    border-color: #01876C;
}

.content .table_comwiz {
    width: 100%;
    border-top: 2px solid #01876C;
}

.content .table_comwiz tr {
    border-bottom: 1px solid #ddd;
}

.content .table_comwiz tr th,
.content .table_comwiz tr td {
    padding: 14px 15px;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    color: #555;
}

#Biz04 .content .table_comwiz tr th:last-child,
.content .table_comwiz tr td:last-child {
    border-right: 1px solid #ddd
}

.content .table_comwiz thead th {
    background: #f8f8f8;
    border-bottom: 1px solid #ccc;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.03em;
}

#Biz05 .content .partner {}

#Biz05 .con1 .row {
    margin: 0;
}

#Biz05 .con1 .row>div {
    border: 1px solid #e3e3e3;
    padding: 0;
    margin-right: -1px;
    margin-bottom: -1px;
}

#Biz05 .con1 .row>div .partner>a {
    display: block;
    padding: 25px 0;
    border: 1px solid transparent;
}

#Biz05 .con1 .row>div .partner>a:hover {
    border-color: #05846A;
}

#Solution01 .subContent .content .li_dash {
    margin: 0;
    padding: 30px 20px;
    border-top: 2px solid #333;
    border-bottom: 1px solid #ccc;
}

#Solution01 .subContent .content .li_dash li {
    font-size: 17px;
    margin: 12px 0;
    letter-spacing: -0.03em;
}

#Solution01 .subContent .content .li_dash li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #01876c;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

#Solution02 .subContent .content .member {}

#Solution02 .subContent .content .member .num {
    position: relative;
    width: 210px;
    height: 210px;
    margin: 0 auto 40px;
    font-size: 42px;
    font-weight: 600;
    background: #fff;
    border-radius: 50%;
    color: #308fd2;
    border: 2px solid;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1);
}

#Solution02 .con1 .row>div:nth-child(2) .member .num {
    color: #219e85;
}

#Solution02 .con1 .row>div:nth-child(3) .member .num {
    color: #575dd2;
}

#Solution02 .subContent .content .member .num::after {
    content: "";
    width: 1px;
    height: 45px;
    background: #308fd2;
    position: absolute;
    left: 50%;
    bottom: -45px;
    z-index: -1;
    opacity: 0.6;
}

#Solution02 .con1 .row>div:nth-child(2) .member .num::after {
    background: #219e85;
}

#Solution02 .con1 .row>div:nth-child(3) .member .num::after {
    background: #575dd2;
}

#Solution02 .con1 .row>div:nth-child(2) .member dl dt {
    background: #219e85;
}

#Solution02 .con1 .row>div:nth-child(3) .member dl dt {
    background: #575dd2;
}

#Solution02 .subContent .content .member .num span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#Solution02 .subContent .content .member dl {
    text-align: center;
    width: 240px;
    margin: 0 auto;
}

#Solution02 .subContent .content .member dl dt {
    background: #308fd2;
    padding: 15px 0;
    font-size: 22px;
    color: #fff;
    border-radius: 50px;
    margin-bottom: 10px;
    letter-spacing: -0.05em;
    font-weight: 500;
}

#Solution02 .subContent .content .member dl dd {
    font-size: 16px;
    padding: 13px 10px;
    border: 1px solid #d3d3d3;
    border-radius: 80px;
    letter-spacing: -0.035em;
    margin: 6px 0;
}

/* 기술자 보유현황 추가 */
.table-box {}

.table-box table {
    width: 100%;
}

.table-box table th,
td {
    text-align: center;
    font-size: 17px;
    padding: 10px 0;
    border: 1px solid #333;
}

.table-box table thead tr {
    background: #eee;
}

.table-box table thead th {
    font-size: 19px;
}

.table-box table tbody tr {}

.table-box table tbody td {
    font-weight: 500;
}

.table-box table tbody .td-tit {
    font-size: 19px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .subHeader {
        height: 175px;
    }

    .subHeader .container h2 {
        font-size: 34px;
        padding-top: 77px;
    }

    .subMenu {
        display: none;
    }

    .subContent_title {
        font-size: 34px;
    }

    .subContent .content .greeting {
        padding-right: 0px;
    }

    .subContent .content .greeting p.intro {
        font-size: 6vw;
    }

    .subContent .content .li_overview>li,
    .subContent .content .li_overview>li:last-child {
        padding-left: 23px;
        border-bottom: none;
    }

    .subContent .content .li_overview>li>span {
        position: relative;
        margin-left: -23px;
    }

    .subContent .content .vision_list dd {
        padding: 0;
    }

    .subContent .content .vision_list li {
        flex-direction: column;
    }

    .subContent .content .vision_list dl {
        text-align: center;
        padding-left: 0;
        margin: 10px 0 0 0;
    }

    .subContent .content .vision_list dd::before {
        display: none
    }

    .history_wrap {
        width: auto;
        padding-left: 30px;
    }

    .history_wrap::before {
        left: 0;
    }
    .history_wrap .history {
        grid-template-columns: 1fr;
    }
    .history_wrap .history .year::before {
        left: -39px;
        right: auto;
    }

    .history_wrap .history .year::after {
        left: -35px;
        right: auto;
    }

    .history_wrap .history .year {
        float: none;
        width: auto;
        margin: 0 0 15px;
        font-size: 36px;
    }

    .history_wrap .history .li_history {
        float: none;
        padding: 10px 0 0 0px;
    }

    .biz_box dl {
        margin: 15px auto 0;
    }

    .biz_box dl dt {
        text-align: center;
    }

    .biz_box dl dd {
        text-align: center;
        padding: 0
    }

    .biz_box dl dd::before {
        display: none
    }

    #Biz04 .content .nav-tabs>li {
        margin: 0;
        width: calc(100% / 3);
    }

    #Biz04 .content .nav-tabs>li:nth-child(3n)>a {
        border-right: 1px solid #ddd;
    }

    #Biz04 .content .nav-tabs>li:nth-child(n+4) {
        margin-top: -1px;
    }

    #Solution02 .subContent .content .member dl {
        margin-bottom: 60px;
    }

    #Solution02 .subContent .content .member dl dt {
        font-size: 19px;
    }

    #Solution02 .subContent .content .member dl dd {
        font-size: 14px;
    }

    .table.table_default tr .num,
    .table.table_default tr .regdate,
    .table.table_default tr .hits {
        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) {
    .subContent .content .greeting p.intro {
        font-size: 30px;
    }

    #Biz04 .content .nav-tabs>li {
        margin: 0;
        width: calc(100% / 5);
    }

    #Biz04 .content .nav-tabs>li:nth-child(5)>a {
        border-right: 1px solid #ddd
    }

    .subContent .content .cert .caption {
        font-size: 12px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {}

/* //서브페이지 */

/* 푸터 */

footer {
    text-align: left;
    padding: 40px 0;
    background: #262626;
    color: #9c9c9c;
    font-size: 13px;
}

footer p strong {
    color: #a3a3a3;
    font-weight: 500;
    font-size: 13.5px
}

footer .footer-logo {}

footer .footer-logo h1 {
    margin: 0;
}

footer .footer-logo h1>a {
    display: block;
}

footer .footer-logo h1>a>img {
    display: block;
}

footer .footer-text {}

footer .footer-text ul {
    padding-left: 0;
    margin-bottom: 0;
}

footer .footer-text ul:after {
    content: '';
    clear: both;
    display: table;
}

footer .footer-text ul li {
    float: left;
    margin-right: 15px;
    line-height: 1.4;
}

footer .footer-text ul li address {
    margin-bottom: 0;
    line-height: 1.4;
}

footer .footer-text .copyrights {
    display: block;
    font-size: 12px;
    margin-top: 15px;
    opacity: 0.7;
}

@media (max-width: 767px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

/* //푸터 */


.maintenance {
    margin-top: 5px;
    padding: 50px 25px;
    text-align: center;
    background: #fff;
}

.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;
}

/* form */
.bbs-wrap {
    padding-bottom: 100px;
}

.board_wrapper {
    margin-top: 0;
}

.search_wrap {
    margin-bottom: 0;
}

.board_wrapper .table.table_default {
    border-top: 2px solid #333;
}

.board_wrapper .table.table_default thead th {
    background: #f8f8f8;
    border-bottom: 1px solid #d3d3d3;
    padding: 13px 15px;
    font-weight: 500;
}

.board_wrapper .table.table_default tr td {
    padding: 13px 15px;
    border-color: #e6e6e6;
}

.table.table_default tbody .subject a {
    color: #333;
    font-weight: 500;
}

.table.table_default tbody .subject a:hover {
    text-decoration: underline;
}

.table.table_default tbody .subject .badge {
    margin-right: 8px;
    padding: 6px 7px 5px;
    font-weight: 500;
    color: #fff;
    background: #777;
    border-radius: 0;
}

.table.table_default tr td.writer,
.table.table_default tr td.regdate,
.table.table_default tr td.hits {
    color: #777;
}

.board_data_view {
    border-top: 2px solid #333;
}

.board_data_view .header_wrap {
    padding: 42px 10px;
    background: #f8f8f8;
    border-bottom: 1px solid #d3d3d3;
}

.board_data_view .header_wrap .title {
    font-size: 30px;
    letter-spacing: -0.05em;
    line-height: 1.3em;
}

.board_data_view .header_wrap .info {
    margin-top: 8px;
}

.btn.btn-primary {
    background-color: #01876C;
    border-color: #01876C;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #00705a;
    border-color: #00705a;
}

.btn.btn-outline-primary {
    background: none;
    border: 1px solid #01876C;
    color: #01876C
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus {
    background-color: #01876C;
    color: #fff
}

.form-control:not([readonly]):focus {
    border-color: #555;
}