@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&family=Poppins:wght@700&family=Roboto:wght@300;400;500;700;900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500&display=swap");

* {
    word-break: keep-all;
}

#site {
    padding-top: 0px;
    font-family: "Ubuntu", "Noto Sans KR", "notokr", sans-serif;
    /* font-family: 'Quicksand', 'notokr', "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; */
    font-size: 16px;
}

ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

ul {
    padding: 0;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

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

.subpage-content section {
    margin: 90px 0;
    padding-bottom: 80px;
    border-bottom: 2px solid #eee;
}

.subpage-content section.se01 {
    margin-top: 90px;
}

.subpage-content section:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 120px;
}

.subpage-content h3 {
    font-weight: 500;
    color: #222;
    position: relative;
    text-align: center;
    font-size: 34px;
    margin: 80px 0 0;
    letter-spacing: -0.25px;
}

.subpage-content h4 {
    font-weight: 500;
    color: #0d3688;
    position: relative;
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
}

.subpage-content h5 {
    position: relative;
    line-height: 1.25;
    text-align: left;
    font-weight: 500;
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    margin-top: 0;
    letter-spacing: -0.4px;
}

.subpage-content h5 span {
    margin-left: 5px;
    color: #888;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.3px;
}

.subpage-content h6 {
    font-size: 20px;
    color: #2979ff;
    font-weight: 600;
    margin: 0px 0px 10px;
}

.li-dash li {
    position: relative;
    padding-left: 15px;
}

.li-dash li::before {
    content: "-";
    position: absolute;
    left: 0;
}

.li-row {
    border-bottom: 1px solid #444;
    background: #fff;
    color: #666;
    letter-spacing: -0.25px;
    flex-wrap: wrap;
    margin: 0;
    padding: 15px;
    display: flex;
    justify-content: center;
}

.li-row li:last-child::after {
    display: none;
}

.li-row li::after {
    display: inline-block;
    transform: translateY(2px);
    margin-left: 10px;
    margin-right: 10px;
    content: "";
    width: 1px;
    height: 15px;
    background: #ccc;
}

.table_blog dd {
    padding: 10px 20px 20px;
}

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

/* 상단 메뉴 */
.navbar-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar > .container {
    display: flex;
    justify-content: space-between;
}

.navbar-collapse {
    width: 100%;
}

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

.navbar-inverse {
    background-color: transparent;
    background: rgba(255, 255, 255, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0px 0px;
    margin-bottom: 0;
    border-bottom: 0;
}

.navbar-inverse .navbar-right {
    margin-right: 0 !important;
}

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

.navbar-inverse .navbar-nav > li > a {
    position: relative;
    z-index: 10;
    padding: 35px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.3px;
    /* font-family: 'Poppins'; */
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #1652b9;
}

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

@media (max-width: 767px) {
    .navbar-header {
        display: block;
    }

    .navbar > .container {
        display: block;
    }

    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #2a3469;
        transition: ease-in-out 0.15s all;
        opacity: 1;
        position: relative;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: none;
        border-color: #444;
    }

    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #444;
    }

    .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 {
        width: 100%;
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: 0;
        padding: 0;
        text-align: center;
        background: #fff;
        box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.16);
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        font-size: 14px;
        padding: 12px 25px;
        color: #333;
        border-top: 1px solid #ececec;
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        background: #1652b9;
        color: #fff;
        font-weight: 500;
    }
}

@media (min-width: 992px) {
    .navbar-inverse .navbar-right {
        margin-right: -30px;
    }
}

/* =================================== main =================================== */

/* 슬라이드 */

#mainCarousel .carousel-inner .item {
    height: calc(100vh);
}

.main-quick-wrap .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-quick-wrap .carousel-caption02 {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 35px;
}

.main-quick-wrap .carousel-caption02 h1 {
    margin: 0;
    position: relative;
    font-size: 64px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 1.12;
}

.main-quick-wrap .carousel-caption02 p {
    color: #fff;
    font-size: 19px;
    letter-spacing: 5px;
    font-weight: 500;
    margin: 0 2px 25px;
    line-height: 1.6;
}

.carousel-caption {
    top: 55%;
    text-align: left;
}

.carousel-caption h1 {
    position: relative;
    font-size: 60px;
    font-weight: 300;
}

.carousel-caption p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 200;
    padding-top: 15px;
}

.carousel-control {
    display: none;
}

.carousel-indicators {
    bottom: 40px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 70px;
    height: 8px;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    margin: 0 1px;
}

.carousel-indicators li {
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0);
    transition: ease-in-out 0.15s all;
}

.carousel-indicators li.active {
    background: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0);
}

.carousel-caption {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
}

@media (max-width: 767px) {
    .carousel-control {
        font-size: 14px;
    }

    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 6px;
        height: 6px;
    }
}

.main-wrap h4 {
    font-size: 38px;
    text-align: center;
    font-weight: 600;
    z-index: 5;
    position: relative;
    margin: 0;
    margin-bottom: 55px;
    letter-spacing: 1px;
    color: #072a71;
}

.main-quick-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100vh - 90px);
    display: flex;
    align-items: center;
}

.main-quick-wrap .li-quick {
    z-index: 10;
    position: relative;
    margin: 0px;
}

.main-quick-wrap .li-quick a {
    transition: all cubic-bezier(0.31, 0.71, 0.57, 0.96) 0.4s;
    z-index: 2;
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    border: 2px solid #fff;
    padding: 20px 15px 20px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.35;
    font-weight: 500;
}

.main-quick-wrap .li-quick a::before {
    z-index: -1;
    transition: all cubic-bezier(0.31, 0.71, 0.57, 0.96) 0.35s;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    opacity: 0;
    height: 100%;
    display: block;
    background: #fff;
}

.main-quick-wrap .li-quick a:hover::before {
    width: 100%;
    opacity: 1;
}

.main-quick-wrap .li-quick a:hover {
    color: #1652b9;
}

.main-quick-wrap .li-quick span {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.5px;
    opacity: 0.7;
    margin-top: 1px;
    margin-right: -1px;
}

.main-quick-wrap .li-quick span::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    margin-left: 5px;
    transform: translateY(-2px);
}

.main-about-wrap {
    padding: 125px 0;
}

.main-about-wrap .logo-box {
    margin-bottom: 60px;
}

.main-about-wrap .inner p {
    text-align: center;
    margin-bottom: 6px;
    color: #333;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.6px;
}

.main-about-wrap .inner .blue {
    color: #222;
    font-weight: 500;
}

.main-wrap .se-bg01,
.main-wrap .se-bg02 {
    padding: 100px 0;
}

.main-wrap .se-bg01 h4 {
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
}

.main-wrap h5 {
    color: #fff;
    margin: 0;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
}

.main-solution-wrap a.inner {
    z-index: 5;
    position: relative;
    display: block;
    transition: all cubic-bezier(0.31, 0.71, 0.57, 0.96) 0.3s;
}

.main-solution-wrap .text {
    padding: 30px 25px 0;
    min-height: 355px;
    background: rgba(0, 0, 0, 0.35);
    transition: all cubic-bezier(0.31, 0.71, 0.57, 0.96) 0.3s;
}

.main-solution-wrap a.inner:hover {
    transform: translateY(-15px);
    box-shadow: 12px 12px 18px rgba(0, 0, 0, 0.1);
}

.main-solution-wrap a.inner:hover .text {
    background: rgba(0, 0, 0, 0.7);
}

.main-wrap .se-bg01,
.main-wrap .se-bg02 {
    position: relative;
    overflow: hidden;
}

.main-wrap .se-bg01::before,
.main-wrap .se-bg02::before {
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.main-wrap .se-bg01::before {
    opacity: 0.87;
    background: #09296b;
    box-shadow: inset 0 0 150px rgb(0 0 0 / 50%);
}

.main-wrap .se-bg01 {
    background: url(/public/img/main/main-img-bg01.jpg) no-repeat center / cover;
}

.main-wrap .se-bg02 {
    /* background: url(/public/img/main/main-img-bg02.jpg) no-repeat center / cover; */
    background: #eaedf1;
}

.main-wrap .li-sl {
    margin-bottom: 0;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
}

.main-wrap .li-sl li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 13px;
    font-size: 14px;
    letter-spacing: 0;
}

.main-wrap .li-sl li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 3px;
    background: #4080ef;
}

.main-wrap .li-sl li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.main-contact-wrap dl {
    position: relative;
    z-index: 5;
    padding: 40px 40px;
    margin-bottom: 0;
    min-height: 280px;
    box-shadow: 12px 12px 18px rgba(0, 0, 0, 0.08);
    background: #fff;
    border-top: 2px solid #1652b9;
}

.main-contact-wrap dt {
    width: 130px;
    font-weight: 500;
    text-align: left;
    font-size: 24px;
    color: #222;
    line-height: 1.2;
    letter-spacing: -0.1px;
}

.main-contact-wrap dd {
    font-size: 17px;
    line-height: 1.75;
    margin-left: 150px;
    margin-bottom: 15px;
    font-weight: 600;
}

.main-contact-wrap dd:last-child {
    margin-bottom: 0;
}

.main-contact-wrap dd.emp {
    font-size: 18px;
    color: #1652b9;
    font-weight: 400;
}

.main-contact-wrap .inner01 span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #777;
}

.main-contact-wrap dd .li-dash {
    font-size: 14px;
    color: #777;
    font-weight: 400;
    margin: 0;
}

.main-contact-wrap .inner02 {
    background: #fff;
}

/* =================================== sub(all) =================================== */
.breadcrumb {
    color: rgba(255, 255, 255, 0.54);
    position: absolute;
    right: 0;
    bottom: 15px;
    margin-bottom: 0;
    font-size: 11px;
    float: right;
    background: none;
}

.breadcrumb .active {
    color: #fff;
}

.pageheader {
    background: url(/public/img/sub/sub-top01.jpg) no-repeat center / cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.pageheader::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.25;
}

.subheader-wrap {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
}

.subheader-wrap h2 {
    font-size: 46px;
    margin: 90px 0 0;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0;
}

.snb {
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #ddd;
}

.snb ul {
    margin: 0;
    display: flex;
    justify-content: center;
}

.snb li {
    /* flex: 1; */
    margin: 0 10px;
}

.snb li a {
    position: relative;
    color: #999;
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    line-height: 58px;
    text-align: center;
    letter-spacing: 0;
    font-size: 18px;
    font-weight: 400;
}

.snb li a:hover {
    color: #222;
}

.snb li.active a::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #222;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.snb li.active a {
    color: #222;
    font-weight: 500;
}

/* =================================== subpage =================================== */
.subpage-content p.info {
    font-weight: 400;
    font-size: 18px;
    color: #333;
    margin-bottom: 40px;
    margin-top: -20px;
}

.subpage-content p.year {
    margin: 0 0 30px;
    padding: 15px;
    font-size: 20px;
    color: #fff;
    background: #153679;
    text-align: center;
}

.sub-pd-wrap .li-src {
    text-align: center;
    color: #666;
}

.sub-pd-wrap .img-box {
    padding: 30px;
    border: 1px solid #ddd;
    box-shadow: 3px 3px 0 #eee;
}

.sub-pd-wrap .inner {
    margin-bottom: 30px;
}

.sub-pd-wrap .text p {
    margin: 0;
    font-size: 17px;
    color: #333;
    letter-spacing: 0;
    line-height: 1.45;
    font-weight: 300;
}

.sub-pd-wrap .text h6 {
    margin: 35px 0 15px;
    font-size: 20px;
    font-weight: 500;
}

.sub-pd-wrap .per-box {
    margin-top: 50px;
}

.sub-pd-wrap .per-box h6 {
    margin-bottom: 20px;
    letter-spacing: 0;
}

#solution02 .se01 .info {
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: -0.2px;
    padding: 0 90px;
    margin-top: 65px;
    margin-bottom: 40px;
    color: #002161;
}

#solution02 .se01 .info strong {
    color: #2979ff;
    font-weight: 600;
}

#solution02 .se02 table tbody th strong {
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: #3970d3;
}

#solution02 .se02 table tbody th {
    font-weight: 300;
    color: #2979ff;
    padding: 20px;
    border-color: #dbdee6;
}

#solution02 .se02 .sub-table-wrap .table-style td {
    padding: 20px 20px;
    vertical-align: middle;
    background: #f7f7f7;
    border-color: #dbdee6;
}

#solution03 .per-box h6 {
    color: #222;
    margin-top: 15px;
    /* color: #19ab75;
    margin-top: 35px;
    font-size: 24px;
    font-weight: 400; */
}

#solution03 .per-box h6::before {
    content: none;
}

#solution04 .per-box h6 {
    color: #293a8f;
}

#solution04 .sub-pd-wrap .text p {
    line-height: 1.6;
    text-align: left;
}

#solution04 .sub-pd-wrap .img-box {
    padding: 20px;
}

#solution03 section:last-child .per-box {
    margin-top: 0;
}

#solution04 .se02 h5 {
    font-weight: 400;
    font-size: 18px;
    color: #333;
    /* margin-bottom: 40px; */
}

.sub-pd-wrap .per-box p strong {
    font-weight: 500;
}

.sub-pd-wrap .per-box .text {
    margin-top: 15px;
    text-align: center;
}
.sub-pd-wrap .per-box .text.text-left {
    text-align: left;
}
.sub-pd-wrap .per-box .text.text-left p {
    margin-top: 20px;
}
.sub-pd-wrap .per-box .text.text-left ul {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, max-content));
    /* display: flex; */
    /* flex-wrap: wrap; */
    gap: 10px 30px;
    max-width: 600px;
}
.sub-table-wrap .table-style th,
.sub-table-wrap .table-style td {
    padding: 15px 15px;
}

.sub-table-wrap .table-style thead {
    border-top: 1px solid #3c498f;
}

.sub-table-wrap .table-style thead th {
    background: #052566;
    border: 1px solid #3e5d9c;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 13px 10px;
    letter-spacing: 0;
}

.sub-table-wrap .table-style tbody th {
    font-weight: 500;
    color: #222;
}

.li-pd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 65px;
    /* background: #e3ecf9; */
    /* padding: 15px; */
    border-radius: 20px;
    /* border: 1px solid #c3d7f3; */
}

.li-pd li {
    width: calc(25% - 10px);
    display: inline-block;
    padding: 35px 0px;
    margin-bottom: 2px;
    background: #336dd2;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.1px;
    border-radius: 12px;
}

.main-wrap .more-btn {
    width: 200px;
    margin-top: 50px;
    transition: 0.25s;
    display: block;
    text-align: center;
    padding: 15px;
    color: #44474c;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 16px;
}

.about.more-btn {
    background: #fff;
    border: 1px solid #c8cbd0;
}

.about.more-btn:hover {
    background: #1652b9;
    border-color: #1652b9;
    color: #fff;
}

.subpage-content .more-btn {
    width: 220px;
    margin-top: 55px;
    transition: 0.25s;
    display: block;
    text-align: center;
    padding: 15px;
    color: transparent;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
}

.zevenet.more-btn {
    background: #19ad6b;
    border: 2px solid #19ad6b;
}

.zevenet.more-btn:hover {
    background: #fff;
    color: #19ad6b;
    border: 2px solid #19ad6b;
}

.prtg.more-btn {
    background: #002d5e;
    border: 2px solid #002d5e;
}

.prtg.more-btn:hover {
    background: #fff;
    color: #002d5e;
    border: 2px solid #002d5e;
}

.table_default {
    border-top: 2px solid #1652b9;
}

.table.table_default tr th,
.table.table_default tr td {
    font-size: 16px;
    padding: 18px 10px;
}

.table.table_default thead th {
    background: #f8f8f8;
    border-bottom: 1px solid #d0d3dc;
    font-weight: 500;
    color: #000;
}

.table.table_default tr td {
    border-color: #e1e1e1;
}

.table.table_default tbody tr th.num {
    font-weight: normal;
}

.table.table_default tbody .subject a {
    color: #333;
}

.table.table_default tbody .subject a:hover {
    text-decoration: underline;
    color: #1652b9;
}

/* about */
.sub-greet-wrap .corp {
    color: #1652b9;
    font-size: 42px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 65px;
}

.sub-greet-wrap .inner {
    margin-top: 60px;
}

.sub-greet-wrap .inner p {
    line-height: 1.75;
    margin-bottom: 35px;
    letter-spacing: -0.45px;
    font-size: 17px;
    font-weight: 300;
    color: #333;
}

.sub-greet-wrap .inner .vision {
    font-size: 36px;
    color: #222;
    font-weight: 300;
    letter-spacing: -1.8px;
    line-height: 1.55;
    margin-top: 45px;
    margin-bottom: 20px;
}

.sub-greet-wrap .inner .vision + p {
    font-size: 18px;
    color: #222;
    font-weight: 500;
}

.sub-greet-wrap .inner .vision span {
    color: #1652b9;
    font-weight: 600;
}

.sub-customer-wrap {
    margin: 0 -5px;
}

.sub-customer-wrap > div {
    padding: 0;
}

.sub-customer-wrap .logo-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
    border: 1px solid #ddd;
    border-bottom: none;
    border-right: none;
    margin-bottom: 0;
}
.sub-customer-wrap > div:only-child .logo-box {
    border: 1px solid #ddd;
}
.sub-customer-wrap > div:nth-child(4n) .logo-box,
.sub-customer-wrap > div:last-child .logo-box {
    border-right: 1px solid #ddd;
}

.sub-customer-wrap > div:nth-child(n + 5) .logo-box {
    border-bottom: 1px solid #ddd;
}

.sub-customer-wrap > div:nth-child(n + 9) .logo-box {
    border-top: none;
}

.sub-location-wrap .li-map {
    display: flex;
    margin-bottom: 30px;
}

.sub-location-wrap .li-map img {
    margin-bottom: 3px;
}

.sub-location-wrap .li-map li {
    flex: 1;
    padding: 20px 30px;
    font-size: 17px;
    border: 1px solid #ccc;
}

.sub-location-wrap .li-map li + li {
    border-left: none;
}

.sub-location-wrap .li-map li span {
    margin-right: 10px;
    font-weight: 600;
    color: #1652b9;
}

.sub-location-wrap .li-map li i {
    font-size: 12px;
    padding: 7px;
    background: #1652b9;
    color: #fff;
    margin-right: 6px;
    border-radius: 50%;
}

/* =================================== footer =================================== */
#site footer {
    margin-top: 0px;
    padding: 50px 0 60px;
    background-color: #171e2b;
    color: #ccc;
    font-size: 13px;
    letter-spacing: -0.5px;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
}

.footer-logo img {
    width: 150px;
}

.footer-info {
    margin: 0;
    line-height: 1.6;
}

.footer-info img {
    margin-bottom: 3px;
}

.footer-info li strong {
    color: #c7cbd2;
    letter-spacing: 0;
    margin-bottom: 15px;
    display: block;
    font-size: 16px;
}

.footer-info a:hover {
    text-decoration: underline;
}

.footer-info span::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 13px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #666;
    opacity: 0.35;
    margin-bottom: -2px;
}

.copyright {
    margin: 0;
    letter-spacing: 0;
    font-size: 12px;
    margin-top: 10px;
    opacity: 0.7;
}

/* =================================== map, board, bbs =================================== */

/* bbs btn */
.bbs-area h4 {
    font-weight: 500;
    color: #222;
}

.bbs-area .title h4 {
    text-align: center;
}

.bbs-area .reply_wrap h4 {
    text-align: left;
}

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

.board_data_view .header_wrap {
    background: #f8f8f8;
    border-bottom: 1px solid #d0d3dc;
    padding: 45px 0;
}

.board_data_view .header_wrap .title {
    font-size: 26px;
}

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

.reply_wrap {
    display: none;
}

.board_wrapper .text-center .btn.btn-lg,
.board_wrapper .text-center .btn + .btn {
    min-width: 200px;
}

.board_wrapper .table.board_write_table .input-group.input-group-big,
.board_wrapper .table.board_write_table .form-control.form-control-big,
.board_wrapper .table.board_write_table tbody tr td .btn,
.board_wrapper .table.board_write_table tbody tr td .form-control {
    width: 50%;
}

.btn.btn-primary {
    border: 0;
    background: #1652b9;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #07319c;
}

.btn.btn-dark {
    border: 0;
    background: #3f3f3f;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus {
    background: #222;
}

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

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

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

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

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

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

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

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

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

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

/* member */
.member_wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

.member_wrapper .btn {
    transition: all ease 0.3s;
}

.member_wrapper .table tbody tr th {
    background-color: rgba(0, 0, 0, 0.03);
}

.member_wrapper .table tbody tr th span {
    color: #5dae57;
}

.board_wrapper {
    margin-top: 0;
}

.board_wrapper .text-center .btn {
    padding: 15px 0 !important;
}

@media (max-width: 767px) {
    .table_default colgroup,
    .table_default .num,
    .table_default .regdate,
    .table_default .hits {
        display: none;
    }

    .table.table_default .writer {
        width: 30%;
    }

    .table_default .subject {
        width: 75%;
    }

    .root_daum_roughmap .wrap_map {
        height: 350px !important;
    }

    .sub-board-wrap .table_blog dd {
        width: 100%;
        padding: 0;
    }

    .member_wrapper #join_form .table .input-group.input-group-big,
    .member_wrapper #join_form .table .form-control.form-control-big {
        width: 100%;
    }

    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big {
        width: auto;
    }
    .table.table_default tr th,
    .table.table_default tr td {
        overflow: inherit;
    }
    /* .member_wrapper .text-center,
    .board_wrapper .text-center {
        display: flex;
        justify-content: center;
    } */

    .search_wrap {
        margin-bottom: 0 !important;
    }

    .privacy_body {
        padding: 0 15px;
    }

    .member_wrapper {
        padding-bottom: 100px;
    }

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

    .member_wrapper h1 {
        font-size: 30px;
    }
    .navbar-inverse {
        background: rgba(255, 255, 255, 0.9);
    }
    .navbar-header {
        background: rgba(255, 255, 255, 0.6);
        border-bottom: 1px solid #888;
    }

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

    .navbar-toggle {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .navbar-brand > img {
        width: 150px;
    }

    .navbar-inverse .navbar-nav > li > a {
        /* color: #fff; */
        padding: 15px;
    }

    .dropdown {
        border-top: 1px solid #eee;
    }

    .dropdown:first-child {
        border: 0;
    }

    .dropdown-menu {
        padding: 0;
    }

    .navbar-toggle {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .navbar-collapse {
        padding: 0;
        margin-left: 0px !important;
    }

    .navbar-nav {
        margin: 0;
        width: 100%;
        /* background: #fff; */
    }

    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
    .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
        color: #222;
    }
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        color: #222;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 15px 15px 15px 25px;
        color: #222;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        font-size: 16px;
        color: #222;
        background: #ddd;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background: #1652b9;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:active {
        color: #222;
        background: #ddd;
    }
    .pageheader {
        height: 200px;
    }
    .subheader-wrap h2 {
        font-size: 40px;
        margin-top: 45px;
    }
    .subpage-content h3 {
        margin-top: 75px;
    }
    .subpage-content section.se01 {
        margin-top: 75px;
    }
    .subpage-content section {
        margin: 50px 0;
        padding-bottom: 50px;
    }
    .subpage-content h4 {
        margin-bottom: 25px;
    }
    .snb {
        margin-top: 15px;
        border: 0;
    }

    .snb ul {
        flex-wrap: wrap;
    }

    .snb li {
        flex: auto;
        width: 100%;
        margin-bottom: 15px;
    }

    .snb li a {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        height: 50px;
        line-height: 48px;
    }

    .breadcrumb {
        margin: 0;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    #solution02 .se01 .info {
        padding: 0;
        margin-top: 50px;
        font-size: 22px;
    }
    .main-wrap h4 {
        font-size: 30px;
    }
    .main-quick-wrap {
        bottom: auto;
        top: 0;
        height: 100vh;
        align-items: flex-start;
    }
    #mainCarousel .carousel-inner .item {
        height: 700px;
    }
    .main-quick-wrap .carousel-caption02 {
        /* order: 2; */

        margin-top: 100px;
        text-align: center;
        margin-bottom: 40px;
    }
    .main-quick-wrap .carousel-caption02 h1 {
        font-size: 32px;
    }
    .main-quick-wrap .carousel-menu {
        /* order: 1; */
        height: 700px;
    }
    .main-about-wrap {
        padding: 75px 0;
    }
    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 35px;
        height: 5px;
    }
    .main-wrap .se-bg01,
    .main-wrap .se-bg02 {
        padding: 75px 0;
    }

    .main-about-wrap .logo-box img {
        width: 250px;
    }
    .main-solution-wrap .text {
        padding: 30px;
        min-height: auto;
    }
    .main-solution-wrap .img-box img {
        width: 100%;
    }
    .main-solution-wrap a.inner {
        padding-bottom: 30px;
    }
    .main-contact-wrap dl {
        padding: 30px;
        margin-bottom: 30px;
        min-height: auto;
    }
    .main-contact-wrap dt {
        margin-bottom: 20px;
    }
    .main-contact-wrap dd {
        margin-left: 0;
    }
    .li-pd {
        margin-bottom: 50px;
    }
    .li-pd li {
        width: 100%;
        font-size: 22px;
        padding: 15px 0;
        margin-bottom: 5px;
    }
    .sub-pd-wrap .inner {
        margin-bottom: 50px;
    }
    .sub-pd-wrap .item {
        margin-bottom: 50px;
    }
    .sub-pd-wrap .item:last-child {
        margin-bottom: 0;
    }
    .sub-greet-wrap .corp {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .sub-greet-wrap .inner {
        margin-top: 40px;
    }
    .sub-customer-wrap .logo-box {
        border: 1px solid #ddd;
        border-bottom: 0;
    }
    .sub-customer-wrap > div:nth-child(n + 5) .logo-box {
        border-bottom: 0;
    }
    .sub-customer-wrap > div:last-child .logo-box {
        border-bottom: 1px solid #ddd;
    }
    .sub-location-wrap .li-map {
        flex-wrap: wrap;
    }
    .sub-location-wrap .li-map img {
        height: 14px;
    }
    .sub-location-wrap .li-map li {
        font-size: 15px;
        border: 1px solid #ddd;
        border-bottom: 0;
        width: 100%;
        flex: auto;
        padding: 15px;
    }
    .sub-location-wrap .li-map li + li {
        border: 1px solid #ddd;
    }
    .map iframe {
        height: 400px;
    }
    .footer-info span::after {
        border-right: 0;
    }
}
