@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@200;300;400;500;700;900&display=swap");

#site {
    font-family: "Roboto", "notokr", sans-serif;
    padding-top: 0px;
    letter-spacing: 0;
    font-size: 16px;
}

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

p,
h1,
h2,
h3,
h4,
h5 {
    color: #333;
    margin: 0;
}

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

p {
    font-size: 16px;
}

a {
    text-decoration: none !important;
}

a:hover,
a:focus {
    text-decoration: none !important;
}

iframe {
    width: 100% !important;
}

.fa-phone {
    transform: rotate(90deg);
}

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

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

/* 상단 메뉴 */
.navbar-inverse {
    background: #fff;
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    border: 0;
}

.navbar .container::before {
    display: none;
}

.navbar .container::after {
    display: none;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding: 0;
    letter-spacing: 0.02em;
}

.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: #00589d;
}

#gnbauth {
    display: none;
}

@media (max-width: 767px) {
    .navbar-header {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/

    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 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: #222;
    }

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

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

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

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

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

@media (min-width: 768px) {
    .navbar-header {
        float: none;
        width: 30%;
    }

    .navbar-brand {
        padding: 0;
        height: auto;
    }

    .navbar-collapse {
        width: 70%;
    }

    .navbar-right {
        float: none !important;
        display: flex;
        justify-content: space-between;
    }

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

    .navbar-inverse {
        padding: 0;
    }

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

    .navbar-nav > li {
        padding: 35px 0;
    }

    .navbar-inverse .navbar-nav > li > a {
        transition: 0.3s;
    }

    .navbar-inverse .navbar-nav > li > a:hover {
        color: #00589d;
    }

    .navbar-inverse .navbar-nav > li > a:focus {
        color: #000;
    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        display: block;
        opacity: 0;
        visibility: hidden;
        background: rgba(0, 0, 0, 0.8);
        border: none;
        padding: 0;
        transition: 0.3s;
        top: 90px;
        min-width: 200px;
    }

    .navbar-inverse .navbar-nav .dropdown.open .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li {
        transition: 0.3s;
    }

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

    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        background: #00589d;
    }

    .navbar-brand > img {
        margin-top: 0px;
    }
}

/* 푸터 */
#site footer {
    margin-top: 0px;
    background-color: #464950;
    color: #e3e4e5;
}

#site footer .footer-info {
    padding: 35px 0;
}

#site footer .footer-info .left_con {
    width: 140px;
}

#site footer .footer-info .right_con {
    padding-left: 25px;
    width: 500px;
}

#site footer .footer-info ul {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0;
}

#site footer .footer-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    line-height: 23px;
    color: #c9c9c9;
}

#site footer .footer-info ul li span {
    color: inherit;
    font-weight: 400;
    padding-right: 10px;
}

#site footer .footer-info .copy span {
    font-size: 12px;
    font-weight: 300;
    color: #c9c9c9;
    margin-left: 165px;
}

#site footer .footer-info ul li strong {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

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

.carousel-caption {
    padding: 0;
}

.carousel-caption h1 {
    color: #fff;
    text-shadow: none;
    font-size: 60px;
    letter-spacing: 0;
    font-weight: 400;
}

.carousel-caption p {
    color: #fff;
    text-shadow: none;
    font-size: 40px;
}

.carousel-control {
    background: none !important;
}

/*메인*/
.main section {
    padding: 120px 0 150px;
}

.main .sec2 {
    background: url("/public/img/main/m_news_bg.jpg") 50% 50% / cover;
    padding: 100px 0;
}

.main .hits,
.main .writer {
    display: none;
}

.main_title {
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 80px;
    font-weight: 200;
    letter-spacing: -0.02em;
}

.m_tech > div .inner {
    width: 100%;
    height: 530px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.m_tech > div .inner::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.2;
}

.m_tech > div .inner .title {
    color: #fff;
    font-size: 35px;
    margin-bottom: 0;
    font-weight: 700;
    position: relative;
}

.m_tech > div .inner:hover::before {
    opacity: 0;
}

.m_tech > div .inner:hover::after {
    transform: scale(1.05);
}

.m_tech .left_con .inner::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.3s 0.1s;
    background: url("/public/img/main/m_tech1.png") 50% 50% / cover;
}

.m_tech .right_con .inner::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.3s 0.1s;
    background: url("/public/img/main/m_tech2.png") 50% 50% / cover;
}

.main_bbs .col-sm-6 {
    min-height: 248px;
}

.main_bbs .page-header {
    margin: 0;
    border-bottom: 2px solid #000;
    padding-bottom: 15px;
}

.main_bbs .page-header h4 {
    font-size: 30px;
}

.main_bbs .board_box_list ul li {
    padding: 15px 2px;
    border-bottom: 1px solid #9ab9d3;
}

.main_bbs .board_box_list ul li a {
    font-size: 18px;
}

.main_bbs .board_box_list .info span {
    opacity: 1;
    font-size: 15px;
    line-height: 2em;
}

/*서브*/
.sub_page {
}

.sub_content {
    padding: 100px 0 150px;
}

.sub_content section {
    padding-bottom: 100px;
}

.sub_content section:nth-last-child(1) {
    padding-bottom: 0;
}

.sub_nav {
    border-bottom: 2px solid #eee;
}

.sub_nav ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 76px;
}

.sub_nav ul li {
    padding: 0 50px 0 0;
}

.sub_nav ul li a {
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 24px 0;
    display: block;
    letter-spacing: 0;
}

.sub_nav ul li.active a {
    color: #00589d;
    font-weight: 500;
    position: relative;
    font-size: 20px;
    font-weight: 500;
}

.sub_nav ul li.active a::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #0871c2;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.sub_top {
    height: 400px;
    width: 100%;
    background: url(/public/img/sub/sub_top.jpg) 50% 50% / cover;
    position: relative;
}

.s_tech .sub_top {
    background: url(/public/img/sub/s_tech.jpg) 50% 50% / cover;
}

#pipe01 .sub_top {
    background: url(/public/img/sub/pipe.jpg) 50% 50% / cover;
}

#career01 .sub_top {
    background: url(/public/img/sub/career.jpg) 50% 50% / cover;
}

.s_bbs .sub_top {
    background: url(/public/img/sub/s_bbs.jpg) 50% 50% / cover;
}

.sub_top .container {
    display: flex;
    align-items: center;
    height: 100%;
}

.sub_top::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    opacity: 0.1;
}

.sub_top h2 {
    font-size: 56px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.sub_title {
    margin-bottom: 80px;
    font-size: 46px;
    font-weight: 900;
}

.overview .row {
    margin: 0 -30px;
}

.overview .row > div {
    padding: 0 30px;
}

.overview img {
    margin-bottom: 70px;
}

.overview p {
    font-size: 16px;
    line-height: 1.6;
    word-break: keep-all;
}

.intro {
    margin-bottom: 80px;
}

.intro p {
    font-size: 18px;
}

.intro .kor {
    padding-top: 30px;
    color: #666;
    font-size: 17px;
    letter-spacing: -0.034em !important;
    word-break: keep-all;
}

.title {
    margin-bottom: 60px;
}

.title p {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.4 !important;
    color: #333 !important;
}

.title .kor {
    font-weight: 400;
    color: #006dc0 !important;
    letter-spacing: -0.06em;
    font-size: 24px;
    margin-top: 3px;
}

.intro p {
    letter-spacing: 0.02em;
    line-height: 1.6em;
}

.intro .kor {
    font-size: 15px;
}

#tech02 .sec2 .title {
    border-top: 3px dotted #eee;
    padding-top: 100px;
}

#tech02 .intro p {
    font-size: 24px;
}

#tech02 .intro .kor {
    padding-top: 10px;
}

.location {
    margin: 0;
}

.location .col-sm-6 {
    padding: 0;
}

/* .location .map {
    width: 70%;
}

.location .info {
    width: 30%;
} */
.location .info .inner {
    /* background: #43a7a9; */
    background: #f2fbff;
    padding: 90px 50px 0;
    height: 450px;
}

.location h4 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 60px;
    color: #000;
    position: relative;
}

.location li span i {
    /* background: #37c1c3; */
    background: #87d8ff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 6px;
    text-align: center;
    font-size: 13px;
}

.location h4::after {
    position: absolute;
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #000;
    margin: 20px 0 0;
    opacity: 0.4;
}

.location li {
    display: flex;
    margin-bottom: 15px;
}

.location li span {
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
    color: #fff;
}

.location li p {
    width: 90%;
    font-size: 17px;
    font-weight: 300;
    color: #000;
    letter-spacing: 0;
}

#tech01 .title p {
    font-size: 20px;
}

#tech01 .title .kor {
    font-size: 18px;
}

#tech01 .sec1 .technology,
#tech02 .sec1 .technology,
#tech02 .sec2 .technology {
    flex-direction: row-reverse;
}

#tech01 h4,
#tech02 h4 {
    text-align: center;
    font-weight: 300;
    color: #666;
    font-size: 18px;
    margin-bottom: 80px;
    line-height: 1.4;
}

#tech01 h4 span,
#tech02 h4 span {
    display: block;
    font-weight: 500;
    color: #131313;
    margin-bottom: 10px;
    font-size: 24px;
}

#tech01 .sec1 .technology > div:nth-child(1) {
    width: 70%;
    padding-top: 50px;
}

.technology {
    display: flex;
    align-items: center;
}

.technology .left_con {
    padding: 50px 0 0 70px;
}

.technology .right_con {
    padding-left: 20px;
}

.technology .text_top {
    margin-bottom: 40px;
}

.technology .text_top p {
    line-height: 1.5em;
    letter-spacing: 0em;
}

.technology h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 0;
    border-bottom: 1px solid #999;
    display: inline-block;
    padding-bottom: 2px;
}

.technology p {
    line-height: 1.6;
    color: #666;
}

.technology .inner {
    display: flex;
    align-items: center;
}

.table-style {
    table-layout: fixed;
    width: 100%;
    text-align: center;
}

.table-style th {
    text-align: center;
}

.table-style thead {
    border-top: 1px solid #333;
    border-bottom: 1px solid #666 !important;
}

.table-style thead th {
    background: #f8f8f8;
    border-right: 1px solid #ddd;
    padding: 15px 0px !important;
}

.table-style thead th:nth-last-child(1) {
    border-right: none;
}

.table-style tr {
    border-bottom: 1px solid #ddd;
}

.table-style td {
    border-right: 1px solid #ddd;
    padding: 18px 0 !important;
    position: relative;
}

.table-style td:nth-last-child(1) {
    border-right: none;
}

.table-style .progress_bar {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    background: #00589d;
}
.table-style .bar50{
  width: 50%;
}
.table-style .bar1 {
    width: 100%;
}

.table-style .bar2 {
    width: 100%;
}

.table-style .bar3 {
    width: 50%;
}

.table-style .bar4 {
    width: 50%;
}

.table-style .bar5 {
    width: 10%;
}

.tab-menu {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.tab-menu li {
    text-align: center;
    width: 200px;
    margin-left: -1px;
    background: #f8f8f8;
    border: 1px solid #eee;
    border-bottom: 0;
}

.tab-menu li a {
    font-size: 16px;
    color: #333;
    padding: 12px 0;
    display: block;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.tab-menu li.active {
    background: #00589d;
    border-color: #00589d;
    /* box-shadow: 0px 3px 10px -6px #000; */
}

.tab-menu li.active a {
    color: #fff;
}

.career p {
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 1.6;
}

.career .kor {
    padding-top: 30px;
    color: #666;
    font-size: 17px;
    letter-spacing: -0.034em !important;
    word-break: keep-all;
}

.tab-menu {
    margin-bottom: 80px;
    border-bottom: 1px solid #ddd;
}

.tab-content h4 {
    text-align: left;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 600;
}

.tab-content h4::after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #a7a7a7;
    margin: 20px 0 25px;
}

.tab-content p {
    line-height: 1.6;
}

.career_tab {
    display: flex;
    align-items: center;
}

.career_tab > div:nth-child(2) {
    padding-left: 70px;
}

/*게시판*/
.board_wrapper {
    margin-top: 0;
}

.btn.btn-primary {
    background: #00589d;
    border-color: #00589d;
    font-weight: 500;
    letter-spacing: 0.034em;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #0271c7;
}

/* board 추가 css */
.table_default {
    border-top: 1px solid #333;
}

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

.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    padding: 30px 10px;
    text-align: left;
}

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

.board_wrapper .table.board_write_table tbody tr th {
    font-weight: 500;
}

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

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

.table.table_default tbody .subject a {
    font-size: 17px;
}

.table.table_default thead th {
    font-weight: 700;
}

.table.table_default tr th,
.table.table_default tr td {
    border-bottom: 1px solid #ddd;
}

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

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

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

.table_blog2 dd .inner {
    border: none;
}

.member_wrapper h1 {
    border: none;
    margin-top: 0;
}

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

#reply_write {
}

form#board_write_form {
    margin-bottom: 0;
}

.subContent .board_wrapper h4 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin: 10px 0;
}

.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,
.board_wrapper .table.board_write_table tbody tr td {
    border-top: 0;
    border-bottom: 1px solid #dddd;
}

.board_wrapper .table.board_write_table {
    border-top: 1px solid #333;
}

.board_data_view .contents_wrap {
    padding: 50px 10px;
}

.table.table_default tbody .subject span span + a {
    padding-left: 62px;
}

.table.table_default tbody .subject > span {
    position: relative;
}

.badge {
    padding: 6px 6px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 12px;
    position: absolute;
    top: -3px;
    background: #666;
}

.table.table_default tbody .subject {
    padding: 15px 0;
}

.table.table_default tbody .subject a:hover {
    color: #00589d;
}

.search_wrap {
    margin-bottom: 0;
}

/* board 추가 css end */

@media (max-width: 767px) {
    .display-flex {
        flex-direction: column;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .navbar-nav {
        padding: 0px;
    }

    .navbar-brand {
        width: 148px;
        height: 35px;
        background: url(/public/img/logo/logo.png) 50% 50% / cover;
        margin: 9px 0 !important;
    }

    .navbar-brand img {
        display: none;
    }

    .navbar-toggle {
        margin-right: 0;
    }

    .navbar-nav .open .dropdown-menu {
        padding: 0;
    }

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

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

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #000;
        padding: 6px 16px;
        padding-left: 10px;
        font-weight: 300;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #000;
    }

    .navbar-inverse .navbar-nav > li > a {
        padding: 10px 0;
    }

    #site footer .footer-info .left_con {
        width: 120px;
        margin-bottom: 10px;
    }

    #site footer .footer-info ul li strong {
        display: none;
    }

    #site footer .footer-info .right_con {
        padding-left: 0;
        width: 100%;
    }
    #site footer .footer-info .right_con:nth-last-child(1) {
        margin-top: 15px;
    }
    .address {
        margin-bottom: 5px;
    }

    #mainCarousel .carousel-inner .item {
        height: 40vh;
    }

    .main section {
        padding: 10% 0 0 0;
    }

    .main_title {
        font-size: 22px;
        margin-bottom: 40px;
    }

    .m_tech > div .inner {
        height: 30vh;
    }

    .main .sec1 .container {
        padding: 0;
    }

    .main .row {
        margin: 0;
    }

    .main .row > div {
        padding: 0;
    }

    .m_tech > div .inner .title {
        font-size: 30px;
    }

    .main .sec2 {
        padding: 10% 0;
    }

    .carousel-caption h1 {
        font-size: 28px;
        margin-bottom: 0;
        word-break: keep-all;
    }

    div[class^="board_box_"] .page-header h4 {
        font-size: 25px;
    }

    .board_box_list ul li {
        font-size: 14px;
    }

    .main_bbs .board_box_list ul li {
        padding: 10px 2px;
    }

    .main_bbs .col-sm-6 {
        min-height: auto;
    }

    .main_bbs .board_box_list ul li a {
        font-size: 14px;
    }

    .sub_top {
        height: 18vh;
    }

    .s_tech .sub_top {
        background: url(/public/img/sub/s_tech.jpg) 0% 50% / cover;
    }

    .sub_top h2 {
        font-size: 28px;
    }

    .sub_content {
        padding: 10% 0;
    }

    .sub_nav ul {
        height: 60px;
    }

    .sub_nav ul li {
        padding-right: 0;
        width: 50%;
    }

    .sub_nav ul li a {
        font-size: 15px;
        padding: 19px 0;
    }

    .sub_nav ul li.active a {
        font-size: 16px;
    }

    .overview img {
        margin-bottom: 40px;
    }

    .overview p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .intro {
        margin-bottom: 40px;
    }

    .intro p {
        font-size: 14px;
    }

    .location .info .inner {
        min-height: 30vh;
        height: auto;
        padding: 20px;
    }

    .map iframe {
        height: 30vh;
    }

    .location h4 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .location h4::after {
        margin-top: 10px;
        width: 30px;
    }

    .location li p {
        font-size: 14px;
    }

    #tech01 .title p {
        font-size: 16px;
        letter-spacing: -0.038em;
    }

    #tech01 .title .kor {
        font-size: 16px;
    }

    #tech01 .sec1 .technology,
    #tech02 .sec1 .technology,
    #tech02 .sec2 .technology {
        flex-direction: column;
    }

    #tech01 .sec1 .technology > div:nth-child(1) {
        width: auto;
        padding-top: 0;
        margin-bottom: 40px;
    }

    .title p {
        font-size: 16px;
        letter-spacing: -0.03em;
    }

    .title .kor {
        font-size: 16px;
    }

    .technology .left_con {
        padding: 0 15px;
        margin-bottom: 40px;
    }

    .technology h5 {
        font-size: 16px;
    }

    .technology .text_top p {
        font-size: 14px;
    }

    .technology p {
        font-size: 14px;
        word-break: keep-all;
        letter-spacing: -0.035em;
    }

    .sub_content section {
        padding-bottom: 10%;
    }

    #tech02 .sec2 .title {
        padding-top: 10%;
    }

    #pipe01 .table-style {
        width: 1140px;
    }

    .career p {
        font-size: 16px;
    }

    .career .kor {
        font-size: 15px;
    }

    .tab-menu {
        margin-bottom: 50px;
    }

    .career_tab {
        flex-direction: column;
    }

    .career_tab > div:nth-child(1) {
        margin-bottom: 40px;
    }

    .career_tab > div:nth-child(2) {
        padding-left: 15px;
    }

    .tab-content h4 {
        font-size: 22px;
    }

    .tab-content p {
        font-size: 14px;
    }

    .table.table_default {
        table-layout: auto;
        margin-bottom: 40px;
    }

    .board_wrapper .table colgroup,
    .board_wrapper .table tr .num,
    .board_wrapper .table tr .hits {
        display: none;
    }

    .board_wrapper .table.table_default tr th,
    .board_wrapper .table.table_default tr td {
        font-size: 13px;
    }

    .board_wrapper .table .subject {
        width: 55%;
        text-align: left;
    }

    .board_wrapper .table .regdate {
        width: 25%;
    }

    .table.table_default tbody .subject a {
        font-size: 13px;
        padding-left: 15px;
    }

    .search_wrap {
        margin-top: 0;
    }

    #news01 .board_wrapper,
    #news02 .board_wrapper {
        margin-bottom: 0;
    }

    .search_wrap .write_btn_wrap {
        margin-top: 0;
    }
    #site footer .footer-info .copy span {
        margin-left: 0;
    }
    #site footer .footer-info ul li {
        line-height: 1.6;
        font-size: min(4vw, 14px);
    }
    #site footer .footer-info ul li span {
        display: inline-block;
        padding: 0;
        width: 60px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .container {
        width: 90%;
    }

    .navbar-header {
        width: 15%;
    }

    .navbar-collapse {
        width: 75%;
    }

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        display: block;
        width: 100%;
    }

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

    .m_tech > div .inner {
        height: 300px;
    }
    #site footer .footer-info .left_con {
        width: 100%;
        margin-bottom: 10px;
    }
    #site footer .footer-info .left_con img {
        width: 120px;
    }
    #site footer .footer-info .copy span {
        margin-left: 0;
    }
    #site footer .footer-info .right_con {
        padding-left: 0;
        width: 50%;
    }
}

@media (min-width: 1100px) and (max-width: 1200px) {
    .navbar-collapse {
        width: 70%;
    }

    .m_tech > div .inner {
        height: 400px;
    }
}

@media (min-width: 768px) and (max-width: 820px) {
    .navbar-collapse {
        width: 78%;
    }
}
