<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&amp;display=swap");

* {
    word-break: keep-all;
}

#site {
    padding-top: 85px;
    font-family: "Roboto", "notokr", sans-serif;
}

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

@media (min-width: 1200px) {
    .container {
        width: 1430px;
    }
}

ol,
ul,
li,
dl {
    list-style: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

span[class^="material-icons"] {
    vertical-align: middle;
    line-height: 1;
    user-select: none;
}

br {
    visibility: visible;
    opacity: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    position: relative;
    line-height: 1;
    letter-spacing: -0.03em;
}

a {
    color: #04a7e4;
    text-decoration: none;
}

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

.li-dash li {
    position: relative;
    padding-left: 12px;
    margin-bottom: 4px;
}

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

.li-dash li::before {
    content: "";
    width: 5px;
    height: 2px;
    background: #20b5ec;
    top: 10px;
}

.li-ins {
    display: flex;
    flex-wrap: wrap;
    /* grid-template-columns: repeat(5, minmax(0, 1fr)); */
    gap: 7px;
}
.li-ins li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 43px;
    padding: 1px 17px 0;
    border: 1px solid #cad5dd;
    background-color: #f1f6fa;
    color: #222;
    text-align: center;
    font-weight: 500;
    line-height: 1;
    font-size: 15px;
    /* border-radius: 5px; */
}
.column-span-2 {
    grid-column: span 2;
}
/* 불필요 항목 삭제 */
.navbar .caret {
    display: none;
}

.nav-top {
    width: 100%;
    /* position: absolute; */
    z-index: 1000;
    margin-top: 15px;
    /* top: 15px; */
}

.nav-top .li-down {
    line-height: 1;
}
.nav-top .li-down a {
    font-size: clamp(11px, 3vw, 12px);
    color: #073574;
    letter-spacing: 0.034em;
    font-weight: 500;
    opacity: 0.8;
}
.nav-top .li-down a i {
    font-size: 0.9em;
}
.nav-top .li-down a:hover {
    text-decoration: underline;
    opacity: 1;
}
.nav-top ul {
    margin-left: 50%;
    margin-right: -15px;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
}

:is(#lang-btn) span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    overflow: hidden;
    font-size: 22px;
}

:is(#lang-btn) .li-lang ul {
    float: inherit;
    position: static;
    padding: 0 0 2px 10px;
    min-width: auto;
    display: flex;
    align-items: center;
    transform: none;
    box-shadow: none;
    border: 0;
}
:is(#lang-btn) .li-lang li {
    padding-inline: 8px;
    line-height: 0.9;
}
:is(#lang-btn) .li-lang li + li {
    border-left: 1px solid #ccc;
}
:is(#lang-btn) .li-lang button {
    font-size: clamp(11px, 3vw, 12px);
    letter-spacing: 0;
}
:is(#lang-btn) .li-lang button[disabled] {
    font-weight: 700;
    color: #e91a2a;
}
:is(#lang-btn) .li-lang button:not([disabled]) {
    opacity: 0.8;
}
:is(#lang-btn) .li-lang button:not([disabled]):hover {
    opacity: 1;
}

@media (max-width: 767px) {
    .nav-top {
        position: static;
        width: 100%;
        background-color: #f7f7f7;
        margin-top: 0;
        padding: 8px 0;
    }
    .nav-top .container {
        padding-right: 7px;
    }
    .nav-top ul {
        margin-left: 0;
        margin-right: 0;
        justify-content: flex-end;
    }
    :is(#lang-btn, #gnb_88) .dropdown-menu {
        height: auto;
    }
}

.lang-change-btn {
    all: unset;
    cursor: pointer;
    width: 100%;
}

/* 상단 메뉴 */
.navbar-header,
.navbar &gt; .container {
    display: flex;
}

.navbar-header {
    justify-content: center;
    align-items: center;
}

.navbar &gt; .container {
    justify-content: space-between;
}

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

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

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

/* nav 메뉴 속성 */
.navbar-inverse .navbar-nav &gt; li &gt; a {
    position: relative;
    z-index: 10;
    padding: 26px 28px 26px;
    font-size: 18px;
    font-weight: 500;
    color: #222;
    letter-spacing: -0.02em;
}

/* nav 메뉴 클릭 및 후버 시 */
.navbar-inverse .navbar-nav &gt; li &gt; a:hover,
.navbar-inverse .navbar-nav &gt; li &gt; a:focus,
.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;
    position: relative;
    color: #222;
}

/* 드롭다운 배경 */

/* 드롭다운 메뉴 기본 */
.navbar-inverse .navbar-nav .dropdown-menu &gt; li &gt; a {
    color: #666;
}

@media (min-width: 768px) {
    .navbar-brand {
        margin-bottom: 10px;
    }
    .navbar-inverse {
        background: #fff;
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    }

    #navbar-bg {
        z-index: 1000;
        position: fixed;
        left: 0;
        right: 0;
        top: 100px;
        background: #fff;
        transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
        height: 0;
        opacity: 0;
    }

    .navbar-inverse.on #navbar-bg {
        opacity: 1;
        border-top: 1px solid #e1e1e1;
        box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.15);
    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        z-index: 1030;
        padding-top: 30px;
        border: none;
        box-shadow: none;
        background: transparent;
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .navbar-inverse.on {
        background: #fff;
    }

    .navbar-inverse.on .dropdown-menu {
        min-width: inherit;
        animation: drop 0.5s forwards;
    }

    @keyframes drop {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .navbar-inverse .navbar-nav &gt; li &gt; a {
        z-index: 2000;
    }

    .navbar-inverse .navbar-nav &gt; li &gt; a::after {
        content: "";
        position: absolute;
        display: block;
        width: 0;
        height: 3px;
        left: 0;
        bottom: -1px;
        background: #00aeef;
        z-index: 1050;
        opacity: 0;
        transition: all ease 0.3s;
    }

    .navbar-inverse .navbar-nav &gt; li &gt; a:hover::after,
    .navbar-inverse .navbar-nav &gt; li &gt; a:focus::after,
    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle::after,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle::after,
    .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle::after {
        width: 100%;
        opacity: 1;
    }

    /* .navbar-inverse .navbar-right&gt;li&gt;a {
        display: inline-block;
        color: #fff;
    } */

    .navbar-inverse.on .navbar-right &gt; li &gt; a {
        color: #000;
    }

    .dropdown .dropdown-menu {
        display: none;
    }

    /* pc nav 드롭다운 */
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0.25rem;
        border: 0;
        padding: 20px 0 20px;
        text-align: center;
    }

    /* pc nav 드롭다운 메뉴*/
    .navbar-inverse .navbar-nav .dropdown-menu &gt; li &gt; a {
        letter-spacing: -0.05em;
        font-size: 14px;
        padding: 8px 0px;
        color: #666;
    }

    /* pc nav 드롭다운 후버 */
    .navbar-inverse .navbar-nav .dropdown-menu &gt; li &gt; a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu &gt; li &gt; a:focus {
        background: transparent;
        color: #00a8e6;
        font-weight: 500;
        text-decoration: underline;
    }
}

@media (max-width: 767px) {
    .navbar-inverse {
        background: #fff;
        border: 0;
    }

    /* *인스펙트 조은엔지니어링 공통 최적화* */

    #site {
        padding-top: 50px;
    }

    .navbar-header {
        justify-content: space-between;
        height: 50px;
        border-bottom: 1px solid #ddd;
    }

    .navbar-collapse {
        padding: 0;
        width: 100vw;
    }

    .navbar-nav {
        margin: 0;
        width: 100%;
    }

    .navbar-header::before,
    .navbar-header::after {
        display: none;
    }

    .navbar &gt; .container {
        display: block;
    }

    .navbar-brand {
        order: 1;
        width: 100px;
        margin: 0 0 0 15px !important;
    }

    .navbar-inverse .navbar-toggle {
        order: 2;
        border: 0;
        padding: 9px 0;
        margin: 0 15px 0 0;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #666;
        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;
    }

    /* menu */
    .navbar-inverse.open .navbar-toggle &gt; .icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }

    .navbar-inverse.open .navbar-toggle &gt; .icon-bar:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-inverse.open .navbar-toggle &gt; .icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }

    .navbar-inverse .navbar-nav &gt; li &gt; a {
        font-size: 16px;
        padding: 10px 15px;
    }

    .dropdown-menu {
        padding: 5px 0;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu &gt; li &gt; a {
        padding: 5px 15px 5px 25px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        background: #fff;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a {
        background: #fff;
    }

    /* 드롭다운 메뉴 클릭시 */
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:active {
        color: #fff;
        background: #333;
    }

    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
    .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
        color: #02aeef;
    }
}

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

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

/* 슬라이드 */

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

/* 
#mainCarousel .carousel-inner .item::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.55;
} */

.carousel-caption {
    top: 51.5%;
}

.carousel-caption h1 {
    position: relative;
    font-size: 58px;
    line-height: 1.5;
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.02em;
    margin: 0 0 5px;
}

.carousel-caption h1 strong {
    font-weight: 700;
}

.carousel-caption p {
    letter-spacing: -0.02em;
    font-size: 19px;
    line-height: 1.6;
    font-weight: 300;
    padding-top: 10px;
}

.carousel-control {
    display: flex;
    align-items: center;
    opacity: 1;
    width: 4%;
}

.carousel-control.right,
.carousel-control.left {
    background: transparent;
}

.carousel-control.right {
    justify-content: flex-end;
}

.carousel-control.right span {
    margin-right: 0;
}

.carousel-control.left {
    justify-content: flex-start;
}

.carousel-control.left span {
    margin-left: 0;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 130px;
    font-size: 34px;
    left: auto;
    right: auto;
    top: auto;
    position: relative;
    background: rgba(0, 0, 0, 0.6);
}

.glyphicon.glyphicon-chevron-right::before,
.glyphicon.glyphicon-chevron-left::before {
    color: #fff;
}

.glyphicon.glyphicon-chevron-right::before {
    content: "\e5e1";
    font-family: "Material Icons";
}

.glyphicon.glyphicon-chevron-left::before {
    content: "\e2ea";
    font-family: "Material Icons";
}

.carousel-indicators {
    display: none;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 50px;
    height: 7px;
    border-radius: 0%;
    border: 0;
    margin: 0 5px;
}

.carousel-indicators li {
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.1);
    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: none;
    padding: 0;
}

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

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

/* =================================== mainpage =================================== */
.mainpage h2 {
    text-align: center;
    font-size: 45px;
    font-weight: 500;
}

.mainpage .se03 {
    padding: 100px 0;
}

.mainpage .se01 {
    /* background: radial-gradient(at 20% 10%, #fff, #f9f9f9, #e0e0e0); */
    background: #fff;
}

.mainpage .se01 {
    padding: 130px 0;
}

.mainpage .se02 {
    padding: 80px 0;
}

.mainpage .se02,
.mainpage .se04 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mainpage .se02 {
    background-color: #f4f4f4;
}

.mainpage .se04 {
    position: relative;
    background-image: url(/public/img/main/m-se04-bg.jpg);
}

.mainpage .se04::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #0d3873;
    opacity: 0.9;
}

/* .mainpage .se02 h2 {
    color: #fff;
} */

.mainpage .more-btn {
    display: inline-block;
    background: #00aeef;
    color: #fff;
    padding: 15px 70px;
    font-size: 16px;
    font-weight: 600;
}

.mainpage .board_box_status ul li .board_status_badge {
    display: none;
}

.caption-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
}

.svg-ic svg,
.svg-ic {
    width: 42px;
    height: 42px;
}

.svg-ic svg {
    fill: #07234b;
}

/* .caption-menu .menu .inner {
    position: relative;
    display: flex;
    flex-flow: column wrap;
    width: 180px;
    height: 180px;
    justify-content: center;
    align-content: center;
    color: #fff;
    background: rgba(0,0,0,0.4);
    border: 2px solid rgba(255,255,255,0.65);
}

.caption-menu .menu .inner:hover {
    border-color: #20c2ff;
    color:#20c2ff;
    background: rgba(0,0,0,0.55);
} */

/* .caption-menu .menu .inner::after {
    content: '\e145';
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    bottom: 0px;
    width: 30px;
    height: 30px;
    background: #00aeef;
    color: #fff;
    font-weight: 900;
    font-size: 16px;
    font-family: 'Material Icons';
} */
.caption-menu .menu {
    position: relative;
}

.caption-menu .menu .inner {
    position: relative;
    display: flex;
    text-align: center;
    flex-flow: column wrap;
    width: 220px;
    height: 190px;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #222;
    background: #fff;
}

.caption-menu .menu + .menu {
    /* margin-left: 20px; */
}

.caption-menu .menu + .menu::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    width: 1px;
    height: 100px;
    background: #ccc;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.caption-menu .menu span[class^="material-icons"],
.caption-menu .svg-ic {
    font-size: 42px;
    border-radius: 50px;
    width: 80px;
    height: 80px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #07234b;
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
}

.caption-menu .menu .inner:hover span[class^="material-icons"],
.caption-menu .menu .inner:hover .svg-ic svg {
    border-color: #02aeef;
    color: #02aeef;
    fill: #02aeef;
}

.caption-menu .menu .inner:hover {
    background: #02aeef;
}

.caption-menu .menu .inner:hover p {
    color: #fff;
    font-weight: 700;
}

.caption-menu .menu p {
    font-size: 18px;
    position: static;
    font-weight: 500;
    letter-spacing: -0.022em;
}

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

.main-about-wrap .col-sm-12 {
    margin-top: 50px;
}

.main-about-wrap img.about-logo {
    opacity: 0.3;
}

.main-about-wrap .text p {
    font-size: 18px;
    line-height: 1.65;
    color: #666;
}

.main-about-wrap .text p.top {
    font-size: 33px;
    font-weight: 500;
    color: #222;
    margin-bottom: 30px;
    line-height: 1.4;
}

.main-about-wrap .text p.top strong {
    color: #02aeef;
    font-weight: 600;
}

.main-about-wrap .more-btn {
    margin-top: 60px;
    box-shadow: 5px 8px 15px rgba(0, 0, 0, 0.12);
}

.main-about-wrap .more-btn:hover {
    background: #008fd6;
    color: #fff;
}

.more-btn:hover {
    text-decoration: none;
}

.main-areas-wrap .inner {
    position: relative;
    transition: all ease 0.25s;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.65);
    height: 360px;
    margin-top: 60px;
}

.main-areas-wrap .inner .text {
    position: relative;
    transition: all ease 0.25s;
    background: rgba(0, 0, 0, 0.6);
    padding: 25px 26px 20px;
    z-index: 2;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    text-shadow: 0 0 2px #000;
}

.main-areas-wrap .text span[class^="material-icons"] {
    font-size: 36px;
    color: #fff;
    margin: 0 0 20px;
}

.main-areas-wrap .text h4 {
    width: 100%;
    color: #fff;
    margin: 0px 0 25px;
    font-size: 30px;
    font-weight: 600;
}

.main-areas-wrap .text p {
    color: #fff;
    line-height: 1.45;
    margin-bottom: 40px;
    font-weight: 500;
    letter-spacing: -0.022em;
}

.main-areas-wrap .inner img {
    position: absolute;
    transition: all ease 0.4s;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #555;
}

.main-areas-wrap .inner:hover {
    transform: translateY(-20px);
    border-color: #fff;
}

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

.main-areas-wrap .inner:hover img {
    transform: scale(1.12);
}

.main-areas-wrap .more-btn {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0);
    text-shadow: none;
}

.main-areas-wrap .more-btn:hover {
    background: #fff;
    color: #222;
}

.mainpage div[class^="board_box_"] {
    margin-bottom: 0 !important;
    padding: 0 25px;
}

.mainpage div[class^="board_box_"] .page-header {
    margin-top: 0;
    padding-bottom: 20px;
    border-bottom: 2px solid #ccc;
}

.mainpage div[class^="board_box_"] h4 {
    display: inline-block;
    font-size: 26px;
}

.mainpage div[class^="board_box_"] a {
    font-size: 16px;
    letter-spacing: -0.03em;
}

.mainpage div[class^="board_box_"] i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background: #a7a7a7;
    color: #fff;
}

.mainpage div[class^="board_box_"] i:hover {
    background: #00aeef;
}

.mainpage div[class^="board_box_"] a:hover {
    color: #00aeef;
    text-decoration: underline;
}

.mainpage div[class^="board_box_"] ul li {
    padding: 7px 0;
}

.mainpage div[class^="board_box_"] .info span.hits,
.mainpage div[class^="board_box_"] .info span.writer {
    display: none;
}

.main-support-wrap .inner {
    display: flex;
    flex-wrap: wrap;
}

.main-support-wrap .inner a {
    flex: 1;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.main-support-wrap .inner a:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.main-support-wrap .menu {
    transition: 0.5s;
    display: flex;
    height: 250px;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.main-support-wrap a:hover .menu {
    background: rgba(0, 0, 0, 0.25);
}

/* .main-support-wrap .menu span[class^="material-icons"] {
    font-size: 62px;
    text-align: center;
} */

.main-support-wrap .menu .svg-ic svg,
.main-support-wrap .menu .svg-ic {
    width: 66px;
    height: 66px;
}

.main-support-wrap .menu .svg-ic svg {
    fill: #fff;
}

.main-support-wrap .menu p {
    margin-top: 20px;
    font-size: 26px;
    font-weight: 500;
}

/* =================================== sub common =================================== */
.breadcrumb {
    margin-top: 20px;
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    background: none;
    letter-spacing: -0.025em;
}

.breadcrumb &gt; li.active,
.breadcrumb &gt; li {
    color: #fff;
}

.breadcrumb &gt; li + li:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    padding: 0 12px;
    color: rgba(255, 255, 255, 0.5);
    vertical-align: text-top;
}

.sub-header-wrap {
    height: 350px;
    position: relative;
    display: flex;
    flex-flow: wrap;
}

.sub-header-wrap {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sub-header-wrap.visual01 {
    background-image: url(/public/img/sub/sub-top01.jpg);
}

.sub-header-wrap.visual02 {
    background-image: url(/public/img/sub/sub-top02.jpg);
}

.sub-header-wrap.visual03 {
    background-image: url(/public/img/sub/sub-top03.jpg);
}

.sub-header-wrap.visual04 {
    background-image: url(/public/img/sub/sub-top04.jpg);
}

.sub-header-wrap.visual05 {
    background-image: url(/public/img/sub/sub-top05.jpg);
}

.sub-header-wrap.visual06 {
    background-image: url(/public/img/sub/sub-top06.jpg);
}

.sub-header-wrap::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}

.sub-title {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
    position: relative;
    z-index: 2;
}

.sub-header-wrap h2 {
    margin-top: 50px;
    font-size: 54px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    letter-spacing: -0.02em;
}

/* snb-left */
.snb {
    margin: 60px 0 0 0;
    padding-right: 60px;
    position: relative;
    z-index: 10;
}

h2.snb-title {
    font-size: 30px;
    text-align: center;
    padding: 45px 0;
    background: #073574 url("/public/img/sub/snb-title-bg.png") no-repeat left top;
    color: #fff;
    font-weight: 500;
}

.snb ul,
.snb li &gt; a {
    margin: 0;
}

.snb li &gt; a {
    position: relative;
    font-size: 17px;
    color: #333;
    display: flex;
    align-items: center;
    width: 100%;
    height: 58px;
    padding-left: 15px;
    border-bottom: 1px solid #e3e3e3;
    letter-spacing: -0.035em;
}

.snb li &gt; a::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    color: #ddd;
}

.snb li.active a {
    position: relative;
    font-weight: 500;
    background: #00aeef;
    border-color: #00aeef;
    color: #fff;
}

.snb li.active a::after {
    color: #ffffff;
}

/* subpage default*/

.subpage-content {
    margin-top: 100px;
}

.subpage-content section &gt; .row {
    /* margin-bottom: 85px; */
}
.subpage-content section &gt; .row + .row,
.subpage-content section &gt; .row + h4 {
    margin-top: 85px;
}
.subpage-content section &gt; .row + h5 {
    margin-top: 20px;
}
.subpage-content section &gt; .sub-img-wrap {
    margin-bottom: 80px;
}

.subpage-content section &gt; .row:last-child {
    margin-bottom: 0;
}

.subpage-content section {
    padding: 75px 0 100px;
}

.subpage-content h3 {
    font-weight: 600;
    font-size: 42px;
    color: #222;
    margin: 0;
}

.subpage-content h4 {
    position: relative;
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.04em;
}

.subpage-content h4 + p {
    color: #333;
    font-size: 18px;
    margin-bottom: 35px;
    line-height: 1.5;
}

.subpage-content h5 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
    color: #0d3f83;
    letter-spacing: -0.05em;
}

/* =================================== subpage =================================== */
/* 01 */
.sub-greet-wrap .top {
    font-size: 20px;
    margin-top: 35px;
    margin-bottom: 40px;
    line-height: 1.6;
    letter-spacing: -0.04em;
    font-weight: 500;
    color: #222;
}

.sub-greet-wrap .top strong {
    color: #00aeef;
}

.sub-greet-wrap p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.sub-greet-wrap p:not(.top) strong {
    color: #073574;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.5;
}

.sub-greet-wrap p + p {
    margin-top: 25px;
}

.sub-greet-wrap .name {
    color: #222;
    margin-bottom: 0;
    font-weight: 500;
    text-align: right;
    font-size: 18px;
}

.sub-greet-wrap .img-top {
    position: relative;
    margin-bottom: 55px;
}

.sub-greet-wrap .img-top p {
    position: absolute;
    width: 250px;
    height: 120px;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    right: -20px;
    bottom: -50px;
    background: #fff;
    border: 3px solid #00aeef;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 20px 20px 28px rgba(0, 0, 0, 0.12);
}

.sub-greet-wrap .img-top p span {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    font-style: italic;
}

.location-li {
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
    margin: 20px 0 0;
}

.location-li li {
    border-bottom: 1px solid #e3e3e3;
    padding: 18px 15px;
    font-size: 16px;
    color: #555;
    letter-spacing: -0.03em;
}

.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 500;
    color: #222;
    border-radius: 4px;
}

.location-li span i {
    margin-right: 14px;
    color: #1757af;
}

.sub-partner-wrap {
    display: flex;
    flex-wrap: wrap;
}

.sub-partner-wrap .left-con {
    display: flex;
    align-items: center;
}

.sub-partner-wrap .left-con img {
    margin-bottom: 80px;
}

.sub-partner-wrap:nth-of-type(2) .left-con img {
    margin-bottom: 0;
}

.sub-partner-wrap .right-con {
    padding-left: 30px;
}

.sub-partner-wrap h4 + p {
    margin-top: 0px;
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 1.6;
}

.link-btn {
    display: inline-block;
    padding: 10px 40px;
    color: #333;
    border: 1px solid #777;
    margin-top: 30px;
    float: right;
}

.link-btn:hover {
    background: #333;
    border-color: #333;
    color: #fff;
}

.sub-history-wrap .year {
    position: relative;
    padding-left: 185px;
}

.sub-history-wrap .year + .year {
    padding-top: 35px;
    margin-top: 40px;
    border-top: 1px solid #e3e3e3;
}

.sub-history-wrap dl {
    position: relative;
    width: 100%;
    font-size: 16px;
    padding-left: 50px;
    padding-top: 8px;
    letter-spacing: -0.03em;
}

.sub-history-wrap dl + dl {
    margin-top: 12px;
}

.sub-history-wrap dl dt {
    position: absolute;
    left: 0;
    color: #222;
}

.sub-history-wrap dl dd + dd {
    margin-top: 2px;
}

.sub-history-wrap h5 {
    position: absolute;
    left: 0;
    color: #0d3f83;
    font-size: 44px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0;
}

/* 02 */

.sub-areas-wrap.half img {
    width: 35%;
}

.sub-areas-wrap.full .dl-areas {
    width: 50%;
}

.sub-areas-wrap.full .img-wrap {
    width: 50%;
}

.sub-areas-wrap .img-wrap {
    margin: 0 -10px;
}

.sub-areas-wrap .img-wrap .m-0 {
    margin: 0;
}

.sub-areas-wrap .img-wrap .clearfix {
    margin-bottom: 20px;
}

.sub-areas-wrap .img-wrap &gt; div[class^="col-"] {
    padding: 0 10px;
}

.sub-areas-wrap.half {
    margin-left: -30px;
    margin-right: -30px;
}

.sub-areas-wrap.half &gt; div {
    padding: 0 30px;
}

h4.bottom-line {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ccc;
}

.sub-areas-wrap .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.sub-areas-wrap .inner .dl-areas {
    flex: 1;
    padding: 0 25px 0 0;
}

.sub-areas-wrap .dl-areas dl + dl {
    margin-top: 25px;
}

.sub-areas-wrap .dl-areas dt {
    position: relative;
    font-size: 16px;
    color: #404040;
    margin-bottom: 10px;
    letter-spacing: -0.05em;
    line-height: 1;
    padding-left: 9px;
    font-weight: 600;
}

.sub-areas-wrap .dl-areas dt::before {
    content: "";
    width: 3px;
    height: 14px;
    background: #00aeef;
    position: absolute;
    left: 0;
    top: 0;
}

.sub-areas-wrap .dl-areas dd {
    font-size: 15px;
    color: #666;
    letter-spacing: -0.03em;
    line-height: 1.5;
}

.sub-areas-wrap ul li {
    font-size: 15px;
    color: #666;
    letter-spacing: -0.03em;
    line-height: 1.5;
}

.sub-areas-wrap ul.li-depth li {
    font-size: 14px;
    margin: 0;
    padding-left: 8px;
    color: #333;
    font-weight: 500;
}

.sub-areas-wrap ul.li-depth li::before {
    content: "-";
    width: auto;
    height: auto;
    background: transparent;
    top: 0;
    left: 0;
}

.sub-areas-wrap div + .col-sm-12 {
    margin-top: 45px;
}

.sub-areas-wrap p + table {
    margin-top: 40px;
}

.sub-areas-wrap h5 + table,
.sub-areas-wrap table + .row {
    margin-top: 30px;
}

.sub-areas-wrap .li-dash li + li {
    margin-top: 3px;
}

.row.sub-areas-wrap.full {
    margin-top: 40px;
}

/* 03 */
.caption-wrap {
    margin: 0 -7px;
}

.caption-wrap &gt; div {
    padding: 0 7px;
}

.img-caption {
    font-size: 15px;
    text-align: center;
    margin-top: 15px;
    line-height: 1.35;
}

.sub-info-wrap h5 {
    font-size: 36px;
    font-weight: 300;
    margin: 0 0 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.sub-info-wrap h5 span {
    color: #00aeef;
    font-weight: 700;
}

.sub-info-wrap p {
    padding-right: 50px;
    font-size: 17px;
    letter-spacing: -0.025em;
    line-height: 1.65;
}

.sub-info-wrap p + p {
    margin-top: 20px;
}

.sub-cert-wrap .clearfix {
    margin-bottom: 30px;
}

.table-areas {
    margin: 0;
    border-top: 2px solid #333;
    border-bottom: 2px solid #ddd;
    font-size: 15px;
}

.table-areas tr th,
.table-areas tr td {
    padding: 15px !important;
    border-color: #e3e3e3 !important;
    word-break: keep-all;
    letter-spacing: -0.03em;
    padding: 15px 15px !important;
}

.table-areas tr th + th,
.table-areas tr td + td {
    border-left: 1px solid #ddd;
}

.table-areas tr th {
    color: #333;
    background: #f7f7f7;
    text-align: center;
    font-weight: 600;
    border-bottom: 0 !important;
    vertical-align: middle !important;
}

.table-areas tr td {
    color: #666;
}

.li-depth {
    margin-top: 10px;
    margin-bottom: 15px;
}

.li-depth li {
    padding: 0;
}

.li-depth li::before {
    content: none;
}

.li-box {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 100%;
    padding: 15px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
}

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

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

.sub-count-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sub-count-wrap .round {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-content: center;
    background: #073574;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    margin: 0 auto;
    border: 20px solid #114994;
}

.sub-count-wrap .round p {
    color: #fff;
    text-align: center;
    font-size: 28px;
    line-height: 1.25;
    margin-top: 10px;
}

.sub-count-wrap .round p span {
    font-weight: 700;
    font-size: 52px;
}

.li-pd {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.li-pd li {
    width: calc(50% - 5px);
    padding: 12px;
    text-align: center;
    border: 2px solid #cae1ff;
    font-size: 15px;
    border-radius: 50px;
    margin-bottom: 9px;
    color: #18498a;
    font-weight: 500;
    letter-spacing: -0.04em;
}

#status01 .li-pd li {
    width: 100%;
}

.li-pd li:last-child {
    /* margin: 0 auto; */
}

.sub-work-wrap h4 {
    text-align: center;
    margin: 50px 0;
}

.sub-work-wrap .col-sm-6 + .col-sm-6 {
    margin-top: 40px;
}

.sub-work-wrap .col-sm-6:nth-child(2) {
    margin-top: 0;
}

.dl-work {
    display: flex;
    justify-content: space-between;
}

.dl-work dt,
.dl-work dd {
    /* flex: 1; */
}

.dl-work dt {
    width: 42.5%;
}

.dl-work dd {
    width: 50%;
}

.dl-work dt {
    padding-top: 15px;
    font-size: 18px;
    border-top: 2px solid #222;
}

/* 03 */

/* 04 */

/* 05 */

/* table */
.sub-partner-wrap .table-style {
    margin: 0;
    border-top: 2px solid #333;
    border-bottom: 2px solid #ddd;
}

.sub-partner-wrap .table-style tr th,
.sub-partner-wrap .table-style tr td {
    padding: 12px 0px !important;
    border-bottom: 1px solid #e3e3e3 !important;
    word-break: keep-all;
    vertical-align: middle !important;
}

.sub-partner-wrap .table-style tr th {
    color: #333;
    text-align: center;
}

.sub-partner-wrap .table-style thead tr th {
    background: #f8f8f8;
    font-weight: 500;
    color: #000;
}

.sub-partner-wrap .table-style tr td {
    color: #555;
    font-size: 13px;
    letter-spacing: -0.025em;
    padding: 8px 0 !important;
}

.sub-table-wrap:first-child {
    margin-top: 0;
}

.sub-table-wrap .table-bordered {
    border-right: 0 !important;
    border-left: 0 !important;
}

.sub-table-wrap .table-style th:first-child,
.sub-table-wrap .table-style td:first-child {
    border-left: 0 !important;
}

.sub-table-wrap .table-style th:last-child,
.sub-table-wrap .table-style td:last-child {
    border-right: 0 !important;
}

.sub-table-wrap .table-style th,
.sub-table-wrap .table-style td {
    border-color: #e3e3e3;
    color: #555;
    text-align: center;
    padding: 12px;
    font-size: 15px;
    vertical-align: middle;
    letter-spacing: -0.03em;
    line-height: 1.5;
}

.sub-table-wrap .table-style {
    border-top: 2px solid #333;
    border-bottom: 2px solid #ddd;
}

.sub-table-wrap .table-style thead th {
    border-bottom: 0;
    font-size: 16px;
    padding: 15px;
    background: #f7f7f7;
    font-weight: 600;
    color: #333;
}

/* #status02 .table-style img {
    width: 300px;
} */
.sub-eq-wrap .inner {
    margin-bottom: 40px;
}
.sub-eq-wrap h4 {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ccc;
}
.sub-eq-wrap .inner img {
    padding: 0 20px 15px;
    background: #fff;
    opacity: 0.97;
}
.sub-eq-wrap .inner {
    background: #000;
}
.sub-eq-wrap .row {
    margin: 0 -10px;
}

.sub-eq-wrap .row &gt; div {
    padding: 0 10px;
}

.table-eq {
    margin-bottom: 0;
    background: #fff;
}

.table-eq tr th:before {
}
.table-eq tbody {
    border-bottom: 1px solid #aaa;
}
.table-eq tbody &gt; tr:first-child th,
.table-eq tbody &gt; tr:first-child td {
    border-color: #aaa;
}
.table-eq tbody &gt; tr &gt; th,
.table-eq tbody &gt; tr &gt; td {
    padding: 11px 12px;
    text-align: center;
    vertical-align: middle;
}
.table-eq tbody &gt; tr &gt; th {
    width: 15%;
    background: #f7f7f7;
}
.table-eq tbody &gt; tr &gt; td {
    width: 85%;
}
.table-eq tbody &gt; tr:nth-child(1) &gt; th:before {
    content: "제조사";
}

.table-eq tbody &gt; tr:nth-child(2) &gt; th:before {
    content: "공급사";
}

.table-eq tbody &gt; tr:nth-child(3) &gt; th:before {
    content: "모델명";
}

.table-eq tbody &gt; tr:nth-child(4) &gt; th:before {
    content: "보유수량";
}

/* bbs-area */

/* =================================== footer =================================== */
#site footer {
    margin-top: 0px;
    padding: 60px 0;
    background-color: #171819;
}

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

.footer-info {
    color: #ddd;
    font-size: 14px;
    margin: 0 0 10px;
    line-height: 1.5;
}

.footer-info li {
    display: inline;
    margin-right: 10px;
}

.footer-info li span {
    color: #aaa;
    margin-right: 5px;
}

.copyright {
    font-size: 12px;
    color: #777;
    margin: 0;
    letter-spacing: 0;
} */

.footer-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

img.footer-logo {
    opacity: 0.5;
    margin-right: 30px;
    width: 180px;
}

.footer-info {
    color: #fff;
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
    padding-left: 10px;
}

.footer-info li {
    display: inline;
    margin-right: 12px;
    line-height: 1;
    position: relative;
    color: #c1c1c1;
    font-size: 14px;
}

.footer-info li strong {
    color: #ccc;
}

li.copyright {
    display: inline-block;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 300;
    color: #888;
}

.family-site .dropdown-menu {
    width: 100%;
    border-radius: 0;
    margin-bottom: 0 !important;
    text-align: center;
    background: #444;
    border: 1px solid #444;
}

#familymenu {
    width: 100%;
    background: #212223;
    color: #d6d6d6;
    border: 1px solid #888;
}

#familymenu i {
    margin-left: 5px;
}

#site .family-site .dropdown-menu &gt; li {
    display: block;
    margin: 0;
}

#site .family-site .dropdown-menu &gt; li + li {
    margin-top: 5px;
}

.family-site .dropdown-menu &gt; li &gt; a {
    display: block;
    text-align: center;
    color: #d6d6d6 !important;
    background: transparent !important;
}

#scrolltop {
    position: fixed;
    z-index: 1000;
    right: 50px;
    bottom: 50px;
    display: none;
    font-size: 18px;
    text-align: center;
    width: 45px;
    height: 45px;
    color: #fff;
    background: #00aeef;
}

#scrolltop .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
}

#scrolltop .inner i {
    font-size: 22px;
}

/* mobile*/
@media (max-width: 767px) {
    #site footer {
        padding: 50px 0 80px;
    }

    img.footer-logo {
        margin-bottom: 15px;
    }

    .footer-info {
        padding-left: 0;
        margin-bottom: 10px;
    }

    .footer-info li {
        display: block;
        font-size: 13px;
        line-height: 1.25;
        margin-bottom: 5px;
    }

    .footer-info li + li {
        border: 0;
        margin-left: 0;
        padding-left: 0;
    }

    .copyright {
        margin-bottom: 15px;
    }

    #scrolltop {
        right: 15px;
        bottom: 30px;
        width: 35px;
        height: 35px;
    }
}

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

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

.bbs-area h4::before,
.bbs-area h4::after {
    content: none !important;
}

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

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

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

.btn.btn-primary {
    background-color: #00aeef;
    border: 1px solid #00aeef;
    color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #008fd6;
    border-color: #008fd6;
}

.btn.btn-dark {
    background-color: #404040;
    border: 1px solid #404040;
    color: #fff;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus {
    background-color: #333;
    border-color: #333;
}

/* member */

.member_wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 250px;
}

.member_wrapper h1 {
    margin-top: 0;
}

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

.table_blog2 dd .inner {
    border: none;
}

.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 {
    color: #00aeef;
    text-decoration: underline;
}

.table.table_default tr th,
.table.table_default tr td {
    letter-spacing: -0.03em;
    font-size: 16px;
    border-color: #e3e3e3;
    padding: 17px 15px;
}

.table.table_default thead th {
    background: #f7f7f7;
    border-bottom: 1px solid #d0d0d0;
    padding: 17px 15px;
}

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

.table.table_default tr td {
    color: #777;
}

.text-muted {
    font-size: 14px !important;
    margin-top: 8px !important;
}

/* wrapper */
.board_wrapper {
    margin-top: 0;
}

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

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

.board_wrapper .table.board_write_table .files .fileInput .file_add {
    padding: 6px 7px 5px;
}

.board_wrapper .table.board_write_table .files + .sumChk {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}

.board_wrapper .table.board_write_table tbody tr th {
    font-size: 15px;
    background: #f7f7f7;
    border-bottom: 1px solid #ddd;
}

.board_wrapper .table.board_write_table tbody tr td {
    padding: 15px 15px;
}

.board_wrapper .table.board_write_table tbody tr th &gt; span.required_text {
    color: #ef0000;
}

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

.board_box_blog2 .row &gt; 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 {
    font-size: 25px;
    letter-spacing: -0.02em;
}

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

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

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

.board_data_view .header_wrap .title {
    font-size: 28px;
    letter-spacing: -0.05em;
}

.board_data_view .contents_wrap p {
    font-size: 17px;
}

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

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

.checkbox,
.radio {
    margin-top: 5px;
}

.checkbox label,
.radio label {
    font-size: 15px;
    letter-spacing: -0.06em;
}

.custom_checkbox + span a {
    font-weight: 500;
}

.custom_checkbox + span a:hover {
    text-decoration: underline;
}

.privacy_body {
    font-size: 16px;
    line-height: 1.6em;
    padding: 0 100px;
}

.badge {
    padding: 6px 6px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 13px;
    margin-right: 3px;
}

/* map */

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

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

/* google */
.sub-map-wrap iframe {
    width: 100%;
    height: 350px;
}

/* =================================== css end =================================== */

/* =================================== mobile =================================== */
/* mainpage */
@media (max-width: 767px) {
    /* carousel */
    #mainCarousel .carousel-inner .item {
        height: 700px;
    }

    .carousel-caption {
        left: 5%;
        right: 5%;
        top: 50%;
    }

    .carousel-caption h1 {
        font-size: 28px;
    }

    .carousel-caption p {
        font-size: 16px;
    }

    .carousel-control {
        display: none;
    }

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

    .caption-menu {
        margin-top: 40px;
        justify-content: space-between;
    }

    .caption-menu .menu + .menu::before {
        display: none;
    }

    .caption-menu .menu {
        width: calc(50% - 3px);
        margin-bottom: 6px;
    }

    .caption-menu .menu::after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

    .caption-menu .menu p {
        font-size: 16px;
    }

    .caption-menu .menu .inner {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .mainpage .se01,
    .mainpage .se02 {
        padding: 50px 0;
    }

    .main-about-wrap {
        flex-direction: column-reverse;
    }

    .main-about-wrap .text {
        text-align: center;
    }

    .main-about-wrap .text p.top {
        font-size: 28px;
    }

    .main-about-wrap .text p {
        font-size: 16px;
    }

    .main-about-wrap .more-btn {
        margin-top: 30px;
    }

    .main-about-wrap img.about-logo {
        height: 60px;
        margin-bottom: 40px;
    }

    .main-bbs-wrap &gt; div + div {
        margin-top: 40px;
    }

    .mainpage div[class^="board_box_"] h4 {
        font-size: 24px;
    }

    .mainpage div[class^="board_box_"] {
        padding: 0;
    }

    .mainpage div[class^="board_box_"] i {
        width: 32px;
        height: 32px;
    }

    .main-support-wrap .menu {
        height: 130px;
    }

    .main-support-wrap .menu p {
        font-size: 16px;
        margin-top: 15px;
    }

    .main-support-wrap .menu .svg-ic,
    .main-support-wrap .menu .svg-ic svg {
        width: 42px;
        height: 42px;
    }

    /* .main-support-wrap .menu span[class^="material-icons"] {
        font-size: 42px;
    } */
}

/* subpage */
@media (max-width: 767px) {
    /* *인스펙트 조은엔지니어링 공통 최적화* */
    .sub-header-wrap {
        height: 190px;
    }

    .sub-header-wrap h2 {
        width: 100%;
        font-size: 39px;
        margin-top: 10px;
        font-weight: 300;
    }

    .snb {
        border: 0;
        padding: 0;
        margin: 0;
    }

    .snb ul {
        flex-wrap: wrap;
    }

    .snb li {
        margin: 0;
        flex: auto;
        width: 100%;
    }

    .snb li a {
        font-size: 16px;
        height: 50px;
    }

    .sub-title {
        width: 100%;
    }

    h2.snb-title {
        display: none;
    }

    .breadcrumb {
        text-align: center;
        position: absolute;
        right: 15px;
        top: 15px;
        margin: 0;
        padding: 0;
        background: transparent;
        font-size: 12px;
    }

    .breadcrumb &gt; li {
        opacity: 0.5;
        color: #fff;
    }

    .breadcrumb &gt; li.active {
        color: #fff;
        opacity: 1;
    }

    .breadcrumb &gt; li + li:before {
        padding: 0 7px;
    }

    .subpage-content section {
        padding: 50px 0 70px;
    }

    .subpage-content {
        margin-top: 60px;
    }

    .subpage-content h3 {
        text-align: center;
        font-size: 34px;
    }

    .subpage-content h4 {
        font-size: 24px;
        /* text-align: center; */
    }

    .subpage-content section &gt; .row {
        margin-bottom: 65px;
    }

    .location-li span {
        display: block;
    }

    .location-li li {
        font-size: 14px;
        padding: 12px 10px;
    }

    .sub-partner-wrap:nth-of-type(2) {
        margin-top: 50px;
    }

    .sub-partner-wrap:nth-of-type(2) .left-con img {
        height: 100px;
    }

    .sub-partner-wrap .right-con {
        padding-left: 15px;
        margin-top: -300px;
    }

    .sub-partner-wrap .table-style tr td,
    .sub-partner-wrap .table-style tr th {
        font-size: 16px;
    }

    .sub-partner-wrap .left-con {
        width: 100%;
        height: 300px;
        padding: 0 50px;
    }

    .sub-partner-wrap .left-con img {
        margin: 0 auto;
    }

    .sub-partner-wrap h4 {
        margin-top: 10px;
        margin-bottom: 225px;
    }

    .sub-partner-wrap h4,
    .sub-partner-wrap p {
        /* text-align: center; */
    }

    .table-style {
        table-layout: fixed;
    }

    #list01 .table-style {
        table-layout: inherit;
    }

    .table-areas thead th,
    .table-areas tbody td,
    .sub-table-wrap .table-style thead th,
    .sub-table-wrap .table-style tbody td {
        font-size: 10px;
    }

    /* #status02 .table-style img {
        max-width: inherit;
    } */

    [id^="list"]:not(#list01) .table-style colgroup col:nth-child(1),
    [id^="list"]:not(#list01) .table-style colgroup col:nth-child(3) {
        width: 50%;
    }

    [id^="list"]:not(#list01) .table-style colgroup col:nth-child(2) {
        width: 100%;
    }

    .table-style thead th,
    .table-style tbody td {
        padding: 10px 5px !important;
        font-size: 10px;
        /* word-break: break-word !important;
        white-space: break-spaces !important; */
    }

    /* [id^="list"] .sub-table-wrap .table-style tbody td:first-child, */
    [id^="list"]:not(#list01) .sub-table-wrap .table-style tbody td:last-child,
    [id^="list"]:not(#list01) .sub-table-wrap .table-style tbody td:nth-child(2) {
        /* white-space: nowrap; */
    }

    .sub-eq-wrap h4,
    .sub-area h4 {
        font-size: 24px;
        line-height: 1.35;
        margin-bottom: 20px;
    }
    .sub-eq-wrap h5 {
        font-size: 17px;
        letter-spacing: -0.025em;
    }
    .sub-eq-wrap {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -7px;
    }
    .subpage-content section &gt; .row:not(.sub-eq-wrap) &gt; div + div {
        margin-top: 60px;
    }
    #status03 .subpage-content section &gt; .row:not(.sub-eq-wrap) &gt; div {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .sub-eq-wrap &gt; div {
        padding: 0 7px;
    }
    .sub-eq-wrap .inner {
        margin-bottom: 25px;
    }
    .sub-eq-wrap .wrap-title {
        width: 100%;
    }
    .sub-eq-wrap &gt; div:not(.wrap-title) {
        width: 50%;
        float: left;
    }
    .table-eq tbody &gt; tr &gt; th,
    .table-eq tbody &gt; tr &gt; td {
        font-size: 12px;
        padding: 10px;
    }

    .subpage-content section &gt; .sub-img-wrap:first-child {
        position: relative;
        left: 0;
        right: 0;
    }

    .subpage-content section &gt; .sub-img-wrap:first-child .col-sm-12 {
        padding: 0;
    }

    .subpage-content section &gt; .sub-img-wrap {
        margin-bottom: 50px;
    }

    .sub-history-wrap h5 {
        position: static;
        font-size: 36px;
        margin-bottom: 30px;
    }

    .sub-history-wrap .year {
        padding-left: 0;
    }

    .sub-history-wrap dl {
        font-size: 15px;
    }

    .sub-greet-wrap .img-top p {
        position: static;
        width: 100%;
        margin-top: 15px;
    }

    .sub-areas-wrap.half {
        margin: 0 -15px;
        margin-bottom: 0 !important;
    }

    .sub-areas-wrap.half &gt; div {
        padding: 0 15px;
        margin-bottom: 50px;
    }

    .sub-areas-wrap .img-wrap .clearfix {
        display: none;
    }

    #areas01 .sub-areas-wrap.half:last-child &gt; div:last-child {
        margin-bottom: 0;
    }

    .dl-work {
        flex-wrap: wrap;
    }

    .dl-work &gt; * {
        width: 100% !important;
    }

    .dl-work dt {
        margin-bottom: 20px;
    }

    .sub-work-wrap .col-sm-6 + .col-sm-6 {
        margin-top: 30px !important;
    }

    .sub-info-wrap p {
        text-align: center;
        padding: 0;
        font-size: 16px;
    }

    .sub-info-wrap h5 {
        font-size: 28px;
        line-height: 1.45;
        text-align: center;
    }

    .caption-wrap &gt; div {
        width: 50%;
        float: left;
    }

    .img-caption {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .sub-count-wrap {
        justify-content: center;
    }

    .sub-count-wrap .round {
        margin-top: 40px;
    }

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

    .sub-cert-wrap &gt; div {
        width: 50%;
        padding: 0 5px;
        float: left;
        margin-bottom: 10px;
    }

    /* .sub-areas-wrap .inner{
        flex-wrap: wrap;
    }
    .sub-areas-wrap .inner&gt;*{
        width: 100% !important;
        flex: inherit;
    } */
    .sub-greet-wrap p:not(.top) strong {
        font-size: 28px;
    }

    .sub-map-wrap .li-map {
        margin-top: 10px;
    }

    .sub-map-wrap .li-map li:first-child {
        width: 100%;
        text-align: center;
    }

    .sub-map-wrap .li-map li {
        width: 50%;
        height: 55px;
        padding: 0;
        justify-content: center;
    }

    .sub-map-wrap .li-map li span {
        position: static;
        margin-right: 10px;
        transform: translateY(-1px);
    }
}

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

    .table_default .subject {
        width: 100%;
    }

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

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

    .member_wrapper h1 {
        font-size: 30px;
    }

    .bbs-area .board_wrapper .text-center {
        padding-top: 30px;
        display: flex;
        width: 100%;
    }

    .bbs-area .board_wrapper .text-center .btn.btn-lg,
    .bbs-area .board_wrapper .text-center .btn + .btn {
        flex: 1;
        min-width: inherit;
    }

    .form-horizontal .form-group {
        margin-bottom: 20px !important;
    }

    .member_wrapper {
        padding-top: 50px;
    }

    .member_wrapper .login_extra ul {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .member_wrapper .login_extra ul li + li::before {
        content: none;
    }

    .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 .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: 100%;
    }

    .text-muted {
        line-height: 1.35;
    }

    .board_wrapper {
        margin-bottom: 0 !important;
    }
}
.sub-clients-wrap::before,
.sub-clients-wrap::after {
    content: none;
}
.sub-clients-wrap {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin: 0;
    gap: 10px;
    background-color: #f3f3f3;
    padding: 20px;
}
.sub-clients-wrap &gt; div {
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px 12px;
}

.sub-contact-wrap :is(th, td) {
    text-align: center;
}

@media (max-width: 767px) {
    .sub-clients-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sub-clients-wrap &gt; div + div {
        margin-top: 0 !important;
    }
}

/* 추가 */
.table.sta03+.table.sta03{
    margin-top: 85px;
}
.table.sta03 caption{
    position: relative;
    padding: 0;
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #333;
}</pre></body></html>