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

:root {
    --navbar-height: 100px;
}
#site {
    padding-top: var(--navbar-height);
    font-family: "Roboto", "notokr", sans-serif;
    font-size: 16px;
    letter-spacing: -0.035em;
    display: none;
}

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

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

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

/* 불필요 항목 삭제 */
.navbar .caret {
    display: none;
}
@media (min-width: 1400px) {
    .logined #gnbauth {
        position: absolute;
        right: 50px;
    }
    #gnb_88 {
        width: 87px;
    }
}

span.text {
    opacity: 0;
}

.nav-top {
    width: 100%;
    position: absolute;
    z-index: 1000;
    top: 15px;
}
.nav-top .li-down {
    line-height: 1;
}
.nav-top .li-down a {
    font-size: clamp(11px, 3vw, 12px);
    color: #000;
    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%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
    margin-right: 1px;
}

: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;
        padding: 8px 0;
    }
    .nav-top .container {
        padding-right: 7px;
    }
    .nav-top ul {
        margin-left: 0;
        justify-content: flex-end;
    }
    :is(#lang-btn, #gnb_88) .dropdown-menu {
        height: auto;
    }
}

.lang-change-btn {
    all: unset;
    cursor: pointer;
    width: 100%;
}
/* 상단 메뉴 */
.navbar-inverse {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #e3e3e3;
}

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

.navbar-inverse .navbar-nav > li > a {
    font-size: 18px;
    font-weight: 500;
    color: #111;
    letter-spacing: -0.055em;
}

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

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

@media (max-width: 767px) {
    /*.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-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: none;
        border-top: 1px solid #e5091a;
        padding: 15px 0;
        -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        background: rgb(16 16 19 / 90%);
        background: #fff;
        text-align: center;
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding: 7px 30px;
        color: #666;
        font-weight: 400;
        letter-spacing: -0.05em;
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li + li > a {
    }

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

@media (min-width: 992px) {
    .navbar-inverse {
        height: var(--navbar-height);
    }
    .navbar-inverse .navbar-collapse::before,
    .navbar-inverse .navbar-collapse::after {
        content: none;
    }
    .navbar-inverse .navbar-collapse {
        display: flex !important;
        justify-content: flex-end;
        height: 100% !important;
    }
    .navbar-inverse > .container::before,
    .navbar-inverse > .container::after {
        content: none;
    }
    .navbar-inverse > .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }

    .navbar-inverse .navbar-right {
        height: 100%;
        float: unset !important;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-right: 0px;
    }
    .navbar-inverse .navbar-right {
        margin-right: -15px;
    }
    .is_adm:lang(en) .navbar-inverse .navbar-right {
        margin-right: 0;
    }
    .navbar-inverse .navbar-nav > li {
        float: unset !important;
        height: 100%;
    }
    .navbar-inverse .navbar-nav > li > a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        padding: 28px 25px 0;
    }
    /* html:lang(en) .navbar-inverse .navbar-nav > li#gnbauth a {
        padding-left: 15px;
    } */
    html:lang(en) .navbar-inverse .navbar-nav > li:not(#gnbauth, #gnb_88) > a {
        font-size: 16px;
        padding-inline: 9px;
        letter-spacing: -0.065em;
    }
}

/* 슬라이드 공통 */
.carousel-control {
    background: rgba(0, 0, 0, 0) !important;
    text-shadow: 0px 2px 6px rgb(0 0 0 / 13%);
    transition: ease-in-out 0.15s all;
    opacity: 0.7;
}

.carousel-control:hover {
    opacity: 1;
}
.carousel-control.left .glyphicon::before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.carousel-control.right .glyphicon::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    font-size: 60px;
    margin-top: -30px;
}
.carousel-indicators {
    bottom: 15px;
}
.carousel-indicators li,
.carousel-indicators li.active {
    width: 14px;
    height: 14px;
    background-color: rgba(255, 255, 255, 00);
    border: 1px solid #fff;
    margin: 0 3px;
    border-radius: 50%;
    transition: ease-in-out 0.15s all;
}

.carousel-indicators li.active {
    background-color: #fff;
}

.carousel-caption {
    text-shadow: 1px 1px 1px rgb(0 0 0 / 78%);
    padding: 45px 0 0;
}

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

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

/* 푸터 */
#site footer {
    margin-top: 0px;
    padding: 50px 0 40px;
    background-color: #212223;
    color: #999;
    font-size: 14px;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
    height: 600px;
}

.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;
}
/* personal setting 0.67v */
@media (min-width: 768px) {
    .col-sm-20 {
        width: 20%;
        float: left;
        position: relative;
    }
}
/* img */
.img-bordered {
    border: 1px solid #ddd;
}
.img-caption {
    margin: 15px 0;
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    letter-spacing: -0.05em;
}
/* align */
.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td {
    text-align: center !important;
    vertical-align: middle !important;
}
.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td {
    text-align: left !important;
}
/* font */
.numbering {
    margin-right: 10px;
}
.numbering.circle,
.numbering.sqr {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 0;
    background: #e91a2a;
}
.numbering.circle {
    border-radius: 50%;
}
/*list style*/
.li-none > li {
    list-style: none !important;
    margin-left: 20px;
}
.li-circle > li {
    list-style: circle !important;
    margin-left: 20px;
}
.li-disc > li {
    list-style: disc !important;
    margin-left: 20px;
}
.li-check > li,
.li-dash > li,
.li-dot > li {
    margin-left: 10px;
    padding-left: 20px;
    position: relative;
    line-height: 1.6;
    margin-bottom: 4px;
}
.li-check > li:before,
.li-dash > li:before,
.li-dot > li:before {
    content: "-";
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
}
.li-dash > li:before {
    content: "";
    width: 6px;
    height: 2px;
    background: #aaa;
    top: 11px;
}
.li-dot > li:before {
    content: "·";
}
.li-check > li:before {
    content: "\f00c";
    left: 0;
    font-family: "font awesome 5 free";
    font-weight: 900;
    color: #e91a2a;
}
.location-li {
    border-top: 2px solid #222;
    margin: 20px 0 0;
}
.location-li li {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 12px 10px;
    font-size: 16px;
    margin-bottom: 3px;
    color: #555;
}
.location-li span {
    display: inline-block;
    min-width: 130px;
    font-weight: 500;
    color: #222;
    border-radius: 4px;
}
@media (max-width: 767px) {
    .location-li li {
        flex-direction: column;
    }
    .location-li span {
        display: block;
    }
}
.location-li span i {
    margin-right: 10px;
    color: #e5091a;
}
.partner-li {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}
.partner-li > li {
    float: left;
    width: calc((100% - 50px) / 6);
    margin-right: 10px;
    margin-bottom: 10px;
}
.partner-li > li:nth-child(6n) {
    margin-right: 0;
}
.partner-li > li img {
    border: 1px solid #ddd;
    background: #fff;
    padding: 15px 20px;
}
.category-li {
    display: inline-block;
    margin: 20px auto;
}
.category-li:after {
    content: "";
    display: block;
    clear: both;
}
.category-li > li {
    float: left;
    margin: 5px;
    padding: 10px 20px;
    background: #f5f5f5;
    border: 1px solid #ddd;
}
.li-pill li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 100px;
}
.li-pill li span {
    position: absolute;
    left: 0;
    padding: 5px 0;
    text-align: center;
    width: 90px;
    color: #555;
    line-height: 1.1;
    font-weight: 500;
    border-radius: 4px;
    background: #d5d5d5;
}
.trait-dl {
    margin: 40px 0;
}
.trait-dl:after {
    content: "";
    display: block;
    clear: both;
}
.trait-dl dt,
.trait-dl dd {
    float: left;
    margin-bottom: 10px;
    padding: 20px 40px;
    border-top: 2px solid #ddd;
}
.trait-dl dt {
    border-color: #e91a2a;
    font-size: 18px;
}
.stripe-dl {
    margin: 30px 0;
}
.stripe-dl dt {
    padding: 10px 20px;
    font-size: 16px;
    background: #f5f5f5;
}
.stripe-dl dd {
    margin-bottom: 20px;
    padding: 20px;
}
@media (min-width: 768px) {
    .trait-dl dt {
        width: 25%;
    }
    .trait-dl dd {
        width: 75%;
    }
}
@media (max-width: 767px) {
    .partner-li > li {
        width: 50%;
    }
}
/* component */
.card {
    display: block;
    position: relative;
    /* padding:15px; */
    margin-bottom: 20px;
    /* border:1px solid #ddd; */
    min-height: max-content;
}
.card .card-ttl {
    margin: -15px -15px 15px;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #e91a2a;
}
.column-2 {
    column-count: 2;
    column-rule: 1px solid #ddd;
    column-gap: 30px;
}

.more-btn {
    display: block;
    float: right;
    margin: -58px auto 0;
    width: 180px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #fff;
    background: #ca0f1e;
    letter-spacing: 0.1px;
}
.more-btn:hover {
    color: #e61223;
    background: #fff;
}
.circle-wrap {
    margin: 30px 0;
    text-align: center;
}
.circle-wrap .circle {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    margin: 0 15px;
    vertical-align: top;
    border-radius: 50%;
    background: #555;
}
.circle-wrap .circle > div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    min-width: 80%;
}
.bull {
    position: relative;
    padding-left: 0.5em;
}
.bull:before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #e91a2a;
    position: absolute;
    left: 0;
    top: 0.5em;
    margin-top: -3px;
}
@media (max-width: 767px) {
    .column-2 {
        column-count: 1;
    }
}
.column-2 ul,
.column-2 dl,
.column-2 ol {
    margin: 0;
}

.greet .quote,
p.quote {
    margin: 0 0 50px;
    font-size: 38px;
    font-weight: 350;
    color: #3a3a3a;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.04em;
}
.quote small {
    margin-top: 20px;
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #777;
    letter-spacing: -0.035em;
    line-height: 1.6;
}
p.quote span {
    font-weight: 500;
}
.img-wrap {
    margin-top: 40px;
}
#refer07 .img-wrap{
    display: flex;
    justify-content: center;
}
/* custom setting */
ul,
dl,
ol {
    padding: 0;
}
p,
li,
dt,
dd {
    line-height: 1.65;
}
a:hover,
a:focus {
    text-decoration: none;
}
* {
    box-sizing: border-box;
    word-break: keep-all;
}
.table-style {
    margin: 0;
    border-top: 2px solid #333;
    border-bottom: 2px solid #ddd;
}

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

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

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

.table-style tr td {
    color: #555;
}
.history-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.history-wrap:before {
    content: "";
    display: block;
    height: 100%;
    width: 10px;
    background: #efefef;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.history-wrap .history-box {
    position: relative;
    width: 50%;
    padding: 30px 50px;
}

.history-wrap h6 {
    position: relative;
    margin: 0 0 10px;
    color: #e5091a;
    font-size: 45px;
    letter-spacing: -0.03em;
    font-weight: 300;
}
.history-wrap h6:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -45px;
    display: block;
    border-right: 0px;
    border-top: 1px solid #afafaf;
    width: 26px;
}
.history-wrap h6:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translate(-50%, -50%);
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #e5091a;
    border-radius: 50%;
    background: #fff;
}
.history-wrap li {
    position: relative;
    margin: 8px 0;
    font-size: 15px;
    color: #555;
}
.history-wrap li span {
    display: block;
    font-weight: 600;
    font-size: 17px;
    color: #333;
    letter-spacing: 0;
}
@media (min-width: 768px) {
    .history-wrap .history-box:nth-child(odd) {
        text-align: right;
    }
    .history-wrap .history-box:nth-child(even) {
        margin-top: 160px;
    }
    .history-wrap .history-box:nth-child(odd) h6:before {
        left: auto;
        right: -45px;
    }
    .history-wrap .history-box:nth-child(odd) h6:after {
        left: auto;
        right: -62px;
    }
}
@media (max-width: 767px) {
    .history-wrap:before {
        left: -5px; /* Add */
        /* left:15px; */
    }
    .history-wrap .history-box {
        width: 100%;
        padding: 0 0 30px 0; /* Add */
        /* padding-top:0;
		padding-right:15px; */
        margin-left: 10px; /* Add */
        /* margin-left:15px */
    }
    .history-wrap h6 {
        padding-left: 25px; /* Add */
        font-size: 26px;
    }
    .history-wrap h6:before {
        /* Add */
        left: -10px;
    }
    .history-wrap h6:after {
        /* Add */
        left: -15px;
    }
    .history-wrap li {
        font-size: 11px; /* Add */
        /* font-size:14px; */
    }
    .history-wrap li span {
        /* Add */
        font-size: 15px;
    }
}

/* personal setting 0.67v end */
/* navigation setting */

/* mainpage setting */
.carousel-caption h1 {
    margin-bottom: 7px;
    font-size: 60px;
    letter-spacing: -0.012em;
    font-weight: 700;
}
.carousel-caption p {
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0;
}
.carousel-caption .slide-btn {
    display: block;
    width: 180px;
    margin: 50px auto 0;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-shadow: none;
    background: #e40e1f;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
    letter-spacing: 0.1px;
}
.carousel-caption .slide-btn:hover {
    background: #cc0e1d;
}
.main-content > section {
    position: relative;
    padding: 70px 0;
}
.main-business:before {
    /* content:'SITCO'; */
    position: absolute;
    right: 4%;
    bottom: -9.5%;
    font-size: 225px;
    font-weight: 900;
    color: #f6f6f6;
    font-style: italic;
}
.main-business .title {
    margin-bottom: 45px;
    text-align: center;
}
.main-business .title h3 {
    margin: 0;
    font-size: 40px;
    letter-spacing: 0;
    font-weight: 900;
    color: #222;
}
.m-busi-wrap.row {
    margin: 0 -3px;
}
.m-busi-wrap.row > div {
    padding: 0 3px;
}
.m-busi-wrap .clearfix {
    margin-bottom: 6px;
}
.m-busi-wrap .inner {
    display: block;
    position: relative;
    overflow: hidden;
    height: 280px;
    text-align: center;
    background: #dd5419;
}
.m-busi-wrap .inner .img-box {
    height: 100%;
}

.m-busi-wrap .inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.m-busi-wrap .inner h4 {
    margin: 0;
    padding: 12px 20px 11px 19px;
    position: absolute;
    left: 50%;
    top: 51%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
    white-space: nowrap;
    letter-spacing: -0.05em;
    line-height: 1.3;
    /* text-shadow: 1px 1px 0px rgb(0 0 0 / 85%); */
    background: rgb(10 10 10 / 75%);
}
.m-busi-wrap .inner:hover h4 {
    opacity: 0;
}
.m-busi-wrap .inner span {
    display: block;
    display: none;
    margin-right: 0;
    font-size: 16px;
    letter-spacing: 0;
    background: rgb(27 28 31 / 80%);
    width: 35px;
    height: 35px;
    text-align: center;
    text-shadow: none;
    line-height: 35px;
    margin: 0 auto 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.m-busi-wrap .txt-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 100%;
    padding: 35px 25px 0;
    overflow-y: scroll;
    transition: all 0.3s ease;
    text-align: left;
}
.m-busi-wrap .txt-box::-webkit-scrollbar {
    width: 2px;
}
.m-busi-wrap .txt-box::-webkit-scrollbar-thumb {
    background-color: #aaa;
}
.m-busi-wrap .txt-box::-webkit-scrollbar-track {
    background-color: #eee;
}

.m-busi-wrap .inner h5 {
    position: relative;
    margin: 0 0 15px;
    font-size: 18px;
    color: #222;
    font-weight: 600;
}
.m-busi-wrap .inner h5::before {
    content: "";
    width: 15px;
    height: 4px;
    background: #e61223;
    position: absolute;
    left: -25px;
    top: 5px;
}
.m-busi-wrap .inner p {
    font-size: 14px;
    letter-spacing: -0.025em;
    line-height: 1.6;
}
.m-busi-wrap .inner:hover .txt-box {
    top: 0;
    color: #333;
    background: #fff;
}
.main-content .main-why {
    /* display:flex; */
    background: #c11e1e;
    background: #4e4f50;
    padding: 70px 0;
}
.main-content .main-why .row {
    display: flex;
    flex-wrap: wrap;
}
.main-why > div {
    /* width:50%; */
}
.main-why .row {
    margin: 0;
}
.main-why .txt-box {
    background: #fff;
    padding: 55px 55px 45px;
}
.main-why .img-box {
    min-height: 386px;
    background: url(/public/img/main/main-why.jpg) no-repeat center / cover;
}
.main-why h4 {
    margin: 0 0 30px;
    font-size: 36px;
    letter-spacing: 0;
    font-weight: 900;
    color: #222;
}
.main-why li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 65px;
    padding-top: 4px;
    font-size: 20px;
    letter-spacing: -0.075em;
    line-height: 1.35;
    font-weight: 400;
    color: #222;
}
.main-why li:last-child {
    margin-bottom: 0;
}
.main-why li small {
    display: block;
    margin-bottom: 2px;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
    color: #a7abb5;
}
.main-why li small:after {
    /* content:''; */
    display: inline-block;
    margin-left: 10px;
    width: 100px;
    height: 1px;
    background: #e91a2a;
    vertical-align: baseline;
}
.main-why li small span {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    padding-top: 7px;
    background: #e61223;
    color: #fff;
    font-size: 28px;
    text-align: center;
    font-weight: 300;
}
.main-why li .sm-text {
    font-size: 13px;
    color: #666;
    display: block;
}
.board_box_list {
    padding: 0;
}
#section_7f39f8 {
    /* main-bbs */
    display: none;
}
.main-content .main-bbs {
    padding: 40px 0 30px;
}
div[class^="board_box_"] .page-header {
    margin-bottom: 25px;
    padding-bottom: 14px;
    border-bottom: 2px solid #aaa;
}
div[class^="board_box_"] .page-header h4 {
    font-size: 24px;
    letter-spacing: -0.04em;
    margin: 0;
    color: #222;
}
div[class^="board_box_"] .page-header .pull-right {
    width: 32px;
    height: 32px;
    padding-top: 6px;
    text-align: center;
    color: #fff;
    background: #a7a7a7;
    font-size: 15px;
}
.board_box_list ul li a {
    font-size: 16px;
}
.board_box_list .info span {
    letter-spacing: 0;
    font-size: 15px;
}
.board_box_list ul li a:hover {
    text-decoration: underline;
    color: #ec1627;
}
.board_box_list .info span.writer,
.board_box_list .info span.hits {
    display: none;
}
.main-notice {
    padding-right: 30px;
    padding-left: 20px;
}
.main-job {
    padding-left: 30px;
    padding-right: 20px;
}
.main-content .main-contact {
    padding: 0;
    /* background: url(/public/img/main/main-contact.jpg) no-repeat center center / cover; */
}
.main-contact .contact-box {
    background: #ce0e1e;
    padding: 35px 75px;
}
.main-contact h4 {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin: 0 0 6px;
    color: #fff;
}
.main-contact p {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    letter-spacing: -0.05em;
    color: rgb(255 255 255 / 75%);
}
/* footer setting */
#site footer ul {
    margin-bottom: 5px;
}
#site footer li {
    display: inline-block;
    margin-right: 10px;
}
#site footer li strong {
    font-weight: 500;
    color: #b0b0b0;
    font-size: 14.5px;
}
#site footer .copy {
    letter-spacing: 0;
    font-size: 12px;
    opacity: 0.7;
}
.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 > li {
    display: block;
    margin: 0;
}
.family-site .dropdown-menu > li > a {
    display: block;
    text-align: center;
    color: #d6d6d6 !important;
    background: transparent !important;
}
/* subpage setting */
.board_wrapper,
.calendar_wrapper {
    margin-top: 0;
    visibility: hidden;
}
.pagination_wrap,
.search_wrap {
    visibility: hidden;
}
.pageheader {
    height: 240px;
    background: #000 url(/public/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader .container {
    position: relative;
    height: 100%;
}
.pageheader h2 {
    margin: 10px 0 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: #fff;
    font-weight: 300;
    letter-spacing: -0.03em;
    text-align: center;
}
.breadcrumb {
    position: absolute;
    right: 15px;
    top: 15px;
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 12px;
    color: rgb(255 255 255 / 70%);
    font-weight: 300;
}
.breadcrumb > li + li:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgb(255 255 255 / 40%);
    font-size: 10px;
    padding: 0 6px;
}
.breadcrumb .active {
    color: #fff;
    font-weight: 400;
}
.s-title {
    padding: 85px 0 0px;
    text-align: center;
}
.s-title h3 {
    position: relative;
    display: inline-block;
    margin: 0;
    font-size: 42px;
    letter-spacing: -0.03em;
    font-weight: 600;
    color: #222;
}
html:lang(en) .s-title h3 {
    font-size: 36px;
}
.subpage-content {
}
.subpage-content .emp {
    font-weight: 500;
    color: #e91a2a;
}
.subpage-content section {
    position: relative;
    padding: 70px 0 85px;
}
.subpage-content section h4 {
    position: relative;
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.subpage-content section h5 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #222;
}
.snb-wrap {
    border-bottom: 1px solid #d4d4d4;
}
@media (min-width: 768px) {
    .snb-wrap {
        height: 55px;
    }
}
.snb-wrap .container {
    width: 100%;
}
.snb-wrap ul {
    margin: 0;
    height: 100%;
    display: flex;
    justify-content: center;
}
.snb-wrap ul li {
    /* width:50%; */
    margin: 0 40px;
    height: 100%;
}
html:lang(en) .snb-wrap ul li {
    margin: 0 20px;
}
.snb-wrap ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 55px;
    font-size: 16px;
    font-weight: 350;
    color: #000;
    text-align: center;
    letter-spacing: -0.015em;
}
.snb-wrap ul li.active a {
    color: #151515;
    background: #fff;
    font-weight: 600;
}
.snb-wrap ul li.active a::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #e5091a;
    position: absolute;
    left: 0;
    bottom: -1px;
}
@media (max-width: 767px) {
    .table_default colgroup,
    .table_default .writer,
    .table_default .num,
    .table_default .regdate,
    .table_default .hits {
        display: none;
    }
}

/* subpage about */
.greet p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}
.greet p.name{
    text-align: right;
}
#about04 .global-wrap h4 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 35px;
}
.greet .txt-box {
    padding-left: 50px;
}
.global-wrap {
    margin-top: 20px;
}
.global-wrap .inner h5 {
    position: relative;
    margin: 0 0 15px;
    padding-left: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    color: #fff;
}
.global-wrap .inner h5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    background: #a52025;
    width: 11px;
    height: 11px;
    border-radius: 50%;
}
.global-wrap .inner .type1 {
    color: #a52025;
}
.global-wrap .inner .type2 {
    color: #dd5419;
}
.global-wrap .inner .type3 {
    color: #2aa13a;
}
.global-wrap .inner .type4 {
    color: #0868aa;
}
.global-wrap .inner .type5 {
    color: #221714;
}
.global-wrap .inner h5.type1::before {
    background: #a52025;
}
.global-wrap .inner h5.type2::before {
    background: #dd5419;
}
.global-wrap .inner h5.type3::before {
    background: #2aa13a;
}
.global-wrap .inner h5.type4::before {
    background: #0868aa;
}
.global-wrap .inner h5.type5::before {
    background: #221714;
}

.global-wrap .clearfix {
    padding-bottom: 25px;
}
.global-wrap .clearfix + div h4 {
    margin-top: 25px;
}
.global-wrap p {
    /* padding-right: 40px; */
    font-size: 15px;
    color: #555;
    letter-spacing: -0.01em;
    line-height: 1.5;
}
.partner-wrap .left-con {
    padding-right: 60px;
}
.partner-wrap p:before {
    content: "";
    display: block;
    margin-bottom: 20px;
    width: 50px;
    height: 1px;
    background: #666;
}
.partner-wrap p {
    margin-top: 15px;
    margin-bottom: 50px;
    font-size: 17px;
}
/* subpage business */
.busi-quote {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    padding: 0 40px;
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
    color: #333;
    letter-spacing: -0.045em;
}
#business07 .busi-quote {
    padding: 0;
}
/* .busi-quote:before{
	content:'“';
	left:0;
}
.busi-quote:after{
	content:'”';
	right:0;
}
.busi-quote:before,
.busi-quote:after{
	position:absolute;
	top: -50px;
	font-size: 80px;
	font-weight:bold;
	color:#E91A2A;
	opacity: 0.4;
} */
section.busi-area {
    text-align: center;
    color: #fff;
    background: #2e2f31;
    padding-top: 85px;
}
.busi-area:before {
    content: "";
    display: block;
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    border-top: 20px solid #ffffff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
.busi-area dl {
    margin-bottom: 0;
}
.busi-area dt {
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1;
}
.busi-area dd {
    position: relative;
    display: inline-block;
    padding: 13px 20px;
    font-size: 16px;
    letter-spacing: -0.055em;
    font-weight: 400;
    border: 1px solid #68696d;
    background: rgb(0 0 0 / 50%);
    margin: 2px;
    box-shadow: 2px 2px 3px #0a0a0a;
}
section.gray-bg {
    background: #f3f3f3;
    padding-bottom: 70px;
}
.busi-bg:before {
    z-index: 10;
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #fff;
    font-size: 13px;
    background: rgba(0, 0, 0, 0.5);
}
#business01 .busi-bg:before {
    content: "현대건설 Al-Zour LNG Import Project(LNGI) NDT Work for LNG Tank, 쿠웨이트";
}
#business02 .busi-bg:before {
    content: "한국수력원자력 신고리 5,6호기 기자재 품질검사용역";
}
#business03 .busi-bg:before {
    content: "한국도로공사 서해안고속도로(서해대교) 공사 감리용역";
}
.busi-bg:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: url(/public/img/sub/busi01-bg.jpg) no-repeat center / cover;
}

#business02 .busi-bg:after {
    background-image: url(/public/img/sub/busi02-bg.jpg);
}
#business03 .busi-bg:after {
    background-image: url(/public/img/sub/busi03-bg.jpg);
}
#business04 .busi-bg:after {
    background-image: url(/public/img/sub/busi04-bg.jpg);
}
#business05 .busi-bg:after {
    background-image: url(/public/img/sub/busi05-bg.jpg);
}
#business06 .busi-bg:after {
    background-image: url(/public/img/sub/busi06-bg.jpg);
}
#business07 .busi-bg:after {
    background-image: url(/public/img/sub/busi07-bg.jpg);
}
#business06 .busi-bg {
    border-top: 1px solid #eee;
}
.busi-bg ul,
.busi-bg dl {
    width: 50%;
    padding-right: 40px;
}
.busi-bg li,
.busi-bg dd {
    margin-bottom: 4px;
    margin-left: 0;
    font-size: 16px;
}
.busi-bg dt {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
}
.busi-bg dd + dt {
    margin-top: 20px;
}

div[id^="business"] .table-style td i {
    margin-left: 6px;
    color: #0868aa;
}
/* subpage refer */
[id^="refer"] .subpage-content section {
    padding-bottom: 0;
}
[id^="refer"] .subpage-content section:last-child {
    padding-bottom: 75px;
}
/* subpage tech */
.table-style .total {
    background: #f5f5f5;
    letter-spacing: 0;
}
.table-style .total td {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    letter-spacing: 0;
}
.table-style .total td span {
    margin-left: 10px;
    font-size: 38px;
    color: #e5091a;
    font-weight: 400;
}
caption.text-right {
    font-size: 14px;
    padding-top: 0;
}

/* subpage job */
.benefit-wrap {
    /* text-align:center; */
    margin-top: 10px;
    padding: 65px 45px 5px;
    background: #f7f7f7;
}
.benefit-wrap .card {
    margin-bottom: 35px;
}
.benefit-wrap .card::after {
    content: "";
    display: block;
    clear: both;
}
.benefit-wrap i {
    display: block;
    margin: -10px auto 0;
    width: 100px;
    height: 100px;
    line-height: 85px;
    border-radius: 50%;
    font-size: 35px;
    color: #fff;
    border: 6px solid #ff4b59;
    background: #ea0b1c;
    float: left;
    margin-right: 28px;
    text-align: center;
}
#job03 .benefit-wrap h5 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 15px;
    letter-spacing: -0.075em;
}
.benefit-wrap h5 small {
    /* display:block; */
    margin-left: 8px;
    letter-spacing: 0.1px;
    font-weight: 300;
    color: #888;
    font-size: 14px;
}
.benefit-wrap p {
    /* float: left; */
    font-size: 15px;
    letter-spacing: -0.035em;
    line-height: 1.5;
    color: #555;
}

#job04 .quote + p {
    font-size: 16px;
    color: #333;
    padding: 40px 50px;
    background: #f7f7f7;
    line-height: 1.8;
}
#job04 .card-wrap {
    margin-top: 50px;
}
#job04 .card {
}
#job04 .card-wrap h5 {
    position: relative;
    margin-top: 0;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d6d6;
}
#job04 .card-wrap h5:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 85px;
    height: 2px;
    background-color: #e5091a;
}
#job04 .card-wrap li {
    font-size: 16px;
    margin-left: 0;
    color: #555;
}

/* bbs, form */
.table.table_default tr th,
.table.table_default tr td {
    font-size: 16px;
}
.table.table_default thead th {
    background: #f8f8f8;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    color: #000;
}
.table.table_default tr td {
    color: #777;
    letter-spacing: -0.025em;
    padding: 18px 15px;
}
.table.table_default tbody th {
    font-weight: 400;
}
.table.table_default tr td.subject a {
    color: #333;
}
.table.table_default tr td.subject a:hover {
    text-decoration: underline;
    color: #e5091a;
}
.table.table_default tr:hover {
    background: #fafafa;
}
.board_data_view .header_wrap {
    padding: 40px;
    border-bottom: 1px solid #ccc;
}
.board_data_view .header_wrap .title {
    font-weight: 500;
    letter-spacing: -0.06em;
    font-size: 28px;
}
.board_wrapper .table.board_write_table tbody tr th {
    background: #f8f8f8;
    border-color: #ddd;
}
.board_wrapper .table.board_write_table tbody tr th > span.required_text {
    color: red;
}
.board_write_table span a {
    color: #e5091a;
    text-decoration: underline;
}
.pagination_wrap,
.search_wrap {
    margin-bottom: 50px;
}

.btn.btn-primary {
    background-color: #ec1627;
    border: 1px solid #ec1627;
    color: #fff;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #cc0e1d;
    border-color: #cc0e1d;
}
.btn.btn-outline-primary {
    background: none;
    border: 1px solid #ec1627;
    color: #ec1627;
}
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus {
    background-color: #ec1627;
    color: #fff;
}

.btn.btn-dark {
    background-color: #3d3e43;
    border: 1px solid #3d3e43;
    color: #fff;
}
.btn.btn-dark:hover,
.btn.btn-dark:focus {
    background-color: #2a2a2e;
    border-color: #2a2a2e;
}
.btn.btn-outline-dark {
    border: 1px solid #3d3e43;
    color: #3d3e43;
}
.btn.btn-outline-dark:hover,
.btn.btn-outline-dark:focus {
    background-color: #3d3e43;
    color: #fff;
}

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

@media (max-width: 767px) {
    #site {
        padding-top: 75px;
    }
    .navbar-brand {
        width: 190px;
        margin-top: 12px;
        margin-left: 10px !important;
    }
    .navbar-brand > img {
    }
    .carousel-control {
        display: none;
    }
    .carousel-caption {
        left: 5%;
        right: 5%;
        padding-top: 0;
    }
    .carousel-caption h1 {
        font-size: 19px;
    }
    .carousel-caption p {
        font-size: 16px;
    }
    #mainCarousel .carousel-inner .item {
        height: 140px;
    }
    .carousel-caption .slide-btn {
        display: block;
        width: 113px;
        margin: 14px auto 0;
        height: 29px;
        line-height: 27px;
        font-size: 13px;
    }
    .carousel-indicators {
        display: none !important;
    }
    .main-content > section {
        padding: 50px 0;
    }
    .main-business .title h3 {
        font-size: 28px;
    }
    .m-busi-wrap .box {
        float: left;
        width: 50%;
    }
    .m-busi-wrap .inner {
        margin-bottom: 10px;
        height: 125px;
    }
    .navbar-inverse .navbar-nav > li > a {
        font-size: 16px;
    }
    .m-busi-wrap .inner h4 {
        width: 100%;
        font-size: 18px;
    }
    .m-busi-wrap .clearfix {
        display: none;
    }
    .main-why .txt-box {
        padding: 30px;
    }
    .main-why h4 {
        font-size: 28px;
    }
    .main-why li {
        padding-left: 55px;
        font-size: 16px;
    }
    .main-why li small {
        font-size: 11px;
    }
    .main-why li small span {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .main-why .img-box {
        min-height: 186px;
    }
    .main-contact .more-btn {
        margin: 30px auto 0;
        float: none;
    }
    .main-contact .contact-box {
        padding: 35px 25px;
    }
    .main-contact h4 {
        font-size: 28px;
    }
    .foot-logo {
        margin-bottom: 20px;
        width: 200px;
    }
    .snb-wrap ul {
        flex-wrap: wrap;
    }
    .snb-wrap ul li {
        width: 100%;
        margin: 0;
    }
    .pageheader {
        height: 190px;
    }
    .pageheader h2 {
        font-size: 39px;
    }
    .snb-wrap .container {
        padding: 0;
    }
    .snb-wrap ul li a {
        height: auto;
        padding: 10px 0;
    }
    .s-title {
        padding-top: 60px;
    }
    .s-title h3 {
        font-size: 34px;
    }
    .greet .txt-box {
        padding: 30px 15px 0;
    }
    .subpage-content section {
        padding: 50px 0 70px;
    }
    .subpage-content section h4 {
        font-size: 24px;
    }
    .subpage-content section h5 {
        font-size: 19px;
    }
    .global-wrap .inner h5::before {
        top: 4px;
    }
    .location-li li {
        font-size: 14px;
    }
    .partner-wrap p {
        font-size: 15px;
    }
    .partner-wrap .left-con {
        padding-right: 15px;
    }
    .busi-quote {
        font-size: 16px;
    }
    /* .busi-quote:before, .busi-quote:after{
		font-size:70px;
	} */
    .busi-area dt {
        font-size: 30px;
    }
    .busi-area dd {
        padding: 10px 15px;
        font-size: 14px;
        margin: 2px 2px 4px;
    }
    .busi-bg ul,
    .busi-bg dl {
        width: 100%;
    }
    .busi-bg:after {
        margin-top: 50px;
        position: static;
        width: 100%;
        height: 50vw;
    }
    .subpage-content .busi-bg {
        padding-bottom: 0;
    }
    [id^="business"] .se5 table > tbody > tr > td {
        font-size: 15px;
    }
    .partner-li > li {
        margin: 0;
        padding: 5px;
        width: 50%;
    }
    #tech02 .img-wrap > div {
        float: left;
        width: 50%;
    }
    .greet .quote,
    p.quote {
        font-size: 23px;
    }
    .quote small {
        font-size: 15px;
    }
    .benefit-wrap {
        padding: 30px 0;
    }
    #job03 .benefit-wrap h5 {
        font-size: 18px;
    }
    #job03 .benefit-wrap h5 small {
        display: block;
        margin: 5px 0 0;
    }
    .benefit-wrap i {
        margin: 0;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 80px;
        height: 80px;
        line-height: 68px;
        font-size: 30px;
    }
    .benefit-wrap .card {
        padding-left: 100px;
    }
    .benefit-wrap p {
        font-size: 14px;
    }
    #job04 .quote + p {
        font-size: 14px;
        padding: 30px;
    }
    .board_wrapper .text-center .btn.btn-lg {
        padding: 15px 40px !important;
    }
    .form-control {
        max-width: 100%;
    }
    .table > tbody > tr > td,
    .table > tbody > tr > th,
    .table > tfoot > tr > td,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > thead > tr > th {
        word-break: break-all !important;
    }
    [id^="refer"] table > thead > tr > th {
        font-size: 12px;
    }
    [id^="refer"] table > thead > tr > th:nth-child(2) {
        width: 52%;
    }
    [id^="refer"] table > tbody > tr > td {
        padding: 16px 0 !important;
        /* padding: 16px 3px !important; */
        font-size: 11px;
        /* font-size: 14px; */
        word-break: keep-all !important;
    }
    [id^="refer"] table > tbody > tr > td:last-child {
        white-space: nowrap;
    }
    #refer03 .s-title h3,
    #refer04 .s-title h3 {
        font-size: 29px;
        white-space: nowrap;
    }
    #refer06 .s-title h3 {
        font-size: 30px;
        white-space: nowrap;
    }
    #refer06 .se1 table > tbody > tr > td:nth-child(3) {
        white-space: nowrap;
    }
    #tech01 .table > thead > tr > th {
        font-size: 12px;
    }
    #tech01 .table > thead > tr > th:nth-child(3) {
        width: 14%;
    }
    #tech01 .table > tbody > tr > td {
        font-size: 11px;
    }
    #tech01 .table > tbody > tr > td:nth-child(2) {
        white-space: nowrap;
    }
    #tech02 .table > thead > tr > th {
        font-size: 12px;
    }
    #tech02 .table > thead > tr > th:nth-child(1) {
        width: 8%;
    }
    #tech02 .table > tbody > tr > td {
        font-size: 11px;
    }
    #tech02 .table > tbody > tr > td:nth-child(2) {
        white-space: nowrap;
    }
}

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

.subpage-content .sub-info-wrap h5 span {
    color: #000;
    font-weight: 700;
}

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

.subpage-content .sub-info-wrap p + p {
    margin-top: 20px;
}
.sub-cert-wrap {
    margin-top: 85px;
}
.sub-cert-wrap img {
    border: 1px solid #ccc;
}
.sub-cert-wrap .clearfix {
    margin-bottom: 30px;
}
.sub-cert-wrap > div {
    margin-bottom: clamp(15px, 5vw, 30px);
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (width <= 767.98px) {
    .subpage-content .sub-info-wrap p {
        text-align: center;
        padding: 0;
        font-size: 16px;
    }

    .subpage-content .sub-info-wrap h5 {
        font-size: 28px;
        line-height: 1.45;
        text-align: center;
    }
    .sub-cert-wrap > div + div {
        /* margin-top: 15px; */
    }
}
