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

#site {
    padding-top: 102px;
}

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

/* 폰트 설정 */
*,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: 'notokr',
        "NanumGothic", "나눔고딕",
        'NanumBarunGothic',
        'Apple SD Neo Gothic',
        'Malgun Gothic',
        'Gulim',
        'Roboto',
        sans-serif;
}

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

p {
    margin: 0 0 25px;
    line-height: 1.6;
    font-size: 16px;
}

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

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    word-break: keep-all;
}

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

/* 레이아웃 조정 */
.navbar-inverse+.container {
    padding: 0;
    width: 100%;
}

.board_wrapper,
.search_wrap,
.pagination_wrap {
    visibility: hidden;
}


/* =============== 네비게이션 =============== */

.navbar-inverse {
    background: #003399;
    position: fixed;
    padding: 0;
    margin-bottom: 0;
    border: 0;
}

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

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    display: inline-block;
    height: auto;
    padding: 35px 0px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
}

.navbar-inverse .navbar-brand>span {
    display: block;
    position: relative;
}

.navbar-inverse .navbar-brand .logo-txt {
    position: absolute;
    left: calc(100% + 15px);
    top: 45%;
    transform: translateY(-50%);
    font-size: 14px;
    letter-spacing: 0.1rem;
    white-space: nowrap;
    font-weight: 300;
    font-family: 'Roboto';
    color: #Fff;
}

.navbar-inverse .navbar-nav>li>a {
    padding: 34px 25px 31px;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    color: #d4e4ff;
    position: relative;
}

.navbar-inverse .navbar-nav>li>a .tit-en {
    display: block;
    font-size: 9px;
    font-weight: 300;
    text-transform: uppercase;
    padding-top: 2px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.5em;
    font-family: 'Roboto';
}

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

.navbar-inverse .navbar-nav>li>a:hover .tit-en {
    color: #fff;
}

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

.navbar-inverse .navbar-nav .dropdown.open:hover .tit-en,
.navbar-inverse .navbar-nav .dropdown.open:focus .tit-en {
    color: #fff;
}

/* 태블릿 ~ 모바일 */
@media (max-width: 767px) {
    .navbar-inverse .navbar-brand {
        padding: 0 !important;
    }

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

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

    .navbar-inverse .navbar-toggle {
        margin: 25px 15px 25px 0;
    }

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

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

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

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

    .navbar-inverse .navbar-nav>li>a .tit-en {
        display: inline-block;
        margin-left: 10px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        background-color: #164dbb;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
}

/* PC */
@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        min-width: 172px;
        border-radius: 0;
        border: none;
        padding: 10px 10px;
        -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
        box-shadow: none;
        transform: translate(-50%, 0);
        text-align: center;
        background: #ececec;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        text-align: left;
        padding: 8px 7px 7px;
        color: #000;
    }

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

    .navbar-inverse .navbar-nav>li>a:hover:after,
    .navbar-inverse .navbar-nav>li>a:focus:after,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle:after {
        content: '';
        display: block;
        height: 3px;
        background: #FF6600;
        position: absolute;
        left: 50%;
        bottom: 0;
        right: auto;
        min-width: 172px;
        transform: translate(-50%, 0);
    }
}


/* =============== 메인 페이지 =============== */

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

.carousel-control {
    text-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
    transition: ease-in-out .15s all;
}

.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-indicators li,
.carousel-indicators li.active {
    width: 14px;
    height: 14px;
    background-color: rgba(255, 255, 255, .1);
    border: 2px solid rgba(255, 255, 255, .7);
    margin: 0 5px;
    border-radius: 50%;
    transition: ease-in-out .15s all;
}

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

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

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

/* 메인 - 컨텐츠 */
#section_14bfa6 {
    background: #f4f4f4;
}

.main-content {
    padding: 100px 0 110px;
}

.main-sec-tit {
    margin: 0 0 60px;
    font-weight: 600;
    font-family: 'Roboto';
    text-align: center;
    font-weight: 400;
    font-size: 40px;
}

.main-sec-tit span {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
}

/* .main-sec-tit > b{
    color: #FF6600;
} */

.espec-info-wrap .inner {
    display: block;
    position: relative;
    border: 1px solid #ddd;
    overflow: hidden;
}

.espec-info-wrap .inner img {
    transition: 0.5s ease;
}

.espec-info-wrap h5 {
    margin: 0 0 13px;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
}

/* .espec-info-wrap .inner h5 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 10px 15px;
    background: rgba(0, 28, 77, 0.7);
    width: 100%;
    font-size: 16px;
    color: #fff;
    transition: 0.35s ease;
} */

/* .espec-info-wrap .inner h5 .icon {
    display: inline-block;
    padding-left: 5px;
    transition: 0.35s ease;
    font-size: 14px;
} */

/* .espec-info-wrap .inner:hover h5 {
    background: rgba(255, 102, 0, 0.7);
}

.espec-info-wrap .inner:hover h5 .icon {
    padding-left: 10px;
} */

.espec-info-wrap .inner:hover>img {
    transform: scale(1.1);
}

#section_e2c420 {
    background: url(/public/img/main/main_bg.jpg) 0 -80px;
}

.main-contact {
    padding: 60px 0;
    text-align: center;
    color: #fff;
}

.main-contact ul li {
    display: inline-block;
    font-size: 25px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
}

.main-contact ul li:first-child {
    margin-right: 30px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .main-content {
        padding: 50px 0;
    }

    .main-sec-tit {
        font-size: 26px;
    }

    .main-sec-tit span {
        font-size: 17px;
    }

    .espec-info-wrap>div:last-child {
        margin-top: 30px;
    }

    .espec-info-wrap h5 {
        margin: 0 0 10px;
        font-size: 18px;
    }

    .main-contact h3 {
        font-size: 26px !important;
    }

    .main-contact ul li {
        margin: 0 0 15px !important;
        font-size: 16px;
    }

    .main-contact ul li span {
        font-size: 18px !important;
    }

}

/* 메인 - 게시판 */
#section_fc490c {
    padding: 100px 0 110px;
}

#section_fc490c>.container {
    padding: 0;
}

.board_box_list {
    width: 33.3333%;
}

.board_box_list .page-header {
    margin: 0 0 20px;
    border-bottom: 1px solid #999;
    padding-bottom: 15px;
}

.board_box_list .page-header h4 {
    font-size: 22px;
    font-weight: 500 !important;
    margin: 0;
}

.board_box_list ul li {
    padding: 9px 0;
    border-bottom: 1px solid #ddd;
}

.board_box_list ul li a:hover {
    font-weight: 500;
}

.board_box_list[data-bd-id="bbs03"] .inner {
    position: relative;
    border: 1px solid #003399;
}

.board_box_list[data-bd-id="bbs03"] .inner:hover {
    border-color: #FF6600;
}

.board_box_list .inner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: 0;
    transition: 0.35s ease;
    pointer-events: none;
}

.board_box_list .inner:hover:before {
    opacity: 0.2;
}

.board_box_list .con-tit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 8px 15px;
    background: rgba(0, 28, 77, 0.7);
    font-size: 14px;
    color: #fff;
}

.board_box_list .con-tit .icon {
    display: inline-block;
    padding-left: 5px;
    transition: 0.35s ease;
    color: #FF6600;
}

.board_box_list .inner:hover .icon {
    padding-left: 8px;
}

.main-about-board .btn-primary {
    width: 100%;
    padding: 0;
    border-color: #999;
}

.main-about-board .btn-primary img {
    width: 100%;
}

.main-about-board .modal-content {
    width: 100%;
    border-radius: 5px;
}

.main-about-board .modal-body {
    padding: 0 15px;
}

.main-about-board .modal-body .embed-responsive-16by9 {
    padding-bottom: 82%;
}

.main-about-board .modal-body iframe {
    min-height: 600px
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 900px;
        margin: 30px auto;
    }
}

@media (min-width: 1119px) {
    .main-about-board .modal-content {
        min-width: 990px;
    }
}

@media (max-width: 767px) {
    #section_fc490c {
        padding: 50px 0;
    }

    .board_box_list {
        width: 100%;
        margin-bottom: 30px;
    }

    .board_box_list .page-header h4 {
        font-size: 18px;
    }

    #section_fc490c .board_box_list:last-child {
        margin-bottom: 0;
        padding-left: 15px !important;
    }
    .main-about-board .modal-body iframe {
        min-height: auto;
    }
    .embed-responsive-4by3 {
        padding-bottom: 100%;
    }
}


/* =============== 푸터 =============== */
.footer-wrap {
    padding: 0;
    background: #333;
    color: #bbb;
    font-size: 13px;
}

.footer-wrap .footer-content{
    padding: 20px 0 40px;
}

.footer-wrap .company-name {
    margin: 0 0 10px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
}

.footer-wrap address,
.footer-wrap ul {
    margin: 0 0 5px 0;
}

.footer-wrap ul span {
    display: inline-block;
    margin-right: 10px;
}

.footer-wrap .copy {
    margin: 15px 0 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    font-weight: 300;
    letter-spacing: 0.02em;
}

.agency-wrap h5 {
    margin-top: 15px !important;
    font-size: 14px;
}

.agency-wrap ul li {
    margin-bottom: 3px;
    font-size: 12px;
}

.footer-company{
    padding: 15px 0;
    background: #414141;
}

.footer-company ul{
    margin: 0;
}

.footer-company ul li{
    display: inline-block;
}

.footer-company ul li+li{
    margin-left: 18px;
}

.footer-company ul li>a{
    color: #bbb;
    font-size: 14px;
}

.footer-company ul li>a:hover,
.footer-company ul li>a:focus{
    color: #ddd;
}

/* 모달 style */
.modal .modal-content{
    border-radius: 5px;
}

.modal .modal-title{
    color: #222;
}

.modal .modal-body{
    padding: 30px 15px;
    color: #222;
}

.modal .modal-body .sub-jp h4{
    font-weight: 600;
}

.modal .modal-body ul li{
    display: table;
    font-size: 15px;
    line-height: 1.6;
}

.modal .modal-body ul li+li{
    margin-top: 20px;
}

.modal .modal-body ul li .num{
    display: table-cell;
    width: 25px;
}

.modal .modal-body h4{
    margin: 25px 0;
}

.modal .modal-body p{
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 1.6;
}

.modal .modal-body .margin p{
    margin: 7px 0 10px;
}

.modal .modal-body .margin p:last-child{
    margin: 0;
}

.modal .modal-body .table-responsive{
    margin: 20px 0;
    padding: 0 18px;
}

.modal .modal-body .table-responsive table{
    margin-bottom: 0;
}
/* // */

@media (max-width: 767px) {
    .footer-wrap {
        font-size: 12px;
    }

    .footer-wrap .row div:first-child {
        padding-left: 15px !important;
    }

    .footer-wrap .copy {
        margin: 10px 0 30px;
    }

    .modal .modal-body .sub-jp p{
        word-break: break-all;
    }
}


/* =============== 게시판 =============== */

@media (max-width: 768px) {
    .subPage[id^="bbs"] .board_wrapper {
        margin-bottom: 0;
        margin-top: 0;
    }

    .table.table_default {
        margin-bottom: 0;
    }

    .search_wrap {
        margin-bottom: 0;
    }

    .search_wrap #search_kind {
        width: 28%;
        float: left;
    }

    #search_query {
        width: 70% !important;
        float: right;
    }

    .bbs-area {
        padding: 30px 15px !important;
    }

    #bbs01 .board_wrapper .table>colgroup>col:nth-child(2),
    #bbs02 .board_wrapper .table>colgroup>col:nth-child(2) {
        width: 40%;
    }

    #bbs01 .board_wrapper .table>colgroup>col:nth-child(3),
    #bbs02 .board_wrapper .table>colgroup>col:nth-child(3) {
        width: 20%;
    }

    #bbs01 .board_wrapper .table>colgroup>col:nth-child(4),
    #bbs02 .board_wrapper .table>colgroup>col:nth-child(4) {
        width: 20%;
    }
}


/* =============== 로그인 =============== */
.member_wrapper {
    margin: 0 auto;
    max-width: 1140px;
}

@media (max-width: 768px) {
    .member_wrapper {
        padding: 70px 15px;
    }

    .member_wrapper .login_extra ul li+li::before {
        margin: 0 10px;
    }
}


/* =============== 주문폼 =============== */
.btn.btn-primary {
    background-color: #003399;
    border: 1px solid #003399;
    color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #FF6600;
    border: 1px solid #FF6600;
    color: #fff;
}

.board_wrapper {
    margin-top: 50px;
}

.board_wrapper .table.board_write_table tbody tr th {
    position: static;
    font-size: 15px;
}

@media (max-width: 767px) {
    .board_wrapper .table.board_write_table .form-control,
    .board_wrapper .table.board_write_table .form-control.form-control-big {
        width: 100%;
        max-width: 350px;
    }

    .board_wrapper .text-center .btn{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .form-info p{
        font-size: 14px;
    }
}


/* =============== 서브페이지 =============== */

/* 준비중입니다 */
.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
    margin-bottom: 10px;
}

.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.6;
    font-size: 14px;
    color: #818181;
    margin-bottom: 30px;
}

.maintenance .btn {
    border-radius: 0;
    padding: 15px 40px;
    font-size: 14px;
    width: 180px;
    border-color: #666;
    color: #333;
    font-size: 13px;
    font-weight: 700;
}

.maintenance .btn:hover {
    color: #fff;
    background: #333;
}

/* 공통 */
.sub-top {
    position: relative;
    height: 230px;
    background: url(/public/img/sub/sub-top-01.jpg) no-repeat center/cover;
}

.sub-top .tit-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.sub-top .sub-top-tit {
    display: none;
    margin: 0;
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    letter-spacing: -0.034em;
}

.sub-top .breadcrumb {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -120px;
    width: 1140px;
    background: transparent;
    margin: 0 auto;
    border-radius: 0;
    padding: 0 10px 0 0;
    text-align: right;
}

.sub-top .breadcrumb li {
    font-size: 13px;
    color: #666;
}

.sub-top .breadcrumb li.active {
    color: #333;
}

.sub-top .breadcrumb li+li:before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 11px;
    padding: 0 7px;
    color: #999;
}

.sub-content {
    padding: 0;
    background: #eee;
}

.sub-con-tit {
    margin: 80px 0 40px;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -0.06em;
}

.sub-con-tit span.tit-en {
    font-size: 16px;
    font-weight: 500;
    opacity: 0.6;
    letter-spacing: 0.1em;
    font-family: 'Roboto';
    margin-left: 10px;
}

.sub-sec-tit {
    position: relative;
    margin: 0 0 30px;
    padding-left: 15px;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1.2;
}

.sub-sec-tit:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 6px;
    height: 25px;
    background: #FF6600;
    border-radius: 5px;
}

.sub-sec-tit span.tit-en {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    opacity: 0.6;
    font-family: 'Roboto';
    letter-spacing: 0;
}

.sub-sm-tit {
    position: relative;
    margin: 0 0 15px;
    /* padding-left: 15px; */
    font-size: 20px;
    letter-spacing: -0.034em;
    color: #003399;
    font-weight: 700;
}

.sub-sm-tit:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 7px;
    height: 7px;
    background: #FF6600;
    border-radius: 50%;
    display: none;
}

.sub-content section {
    background: #fff;
    padding: 60px 40px 50px;
}

.sub-content section article {
    margin-bottom: 50px;
}

.sub-content section:last-child,
.sub-content section article:last-child {
    margin-bottom: 0px;
}

/* about */
.greeting-wrap h4 {
    margin: 50px 0 40px;
    font-size: 40px;
    font-family: 'Roboto';
    font-weight: 300;
    font-style: italic;
    letter-spacing: -0.02em;
    padding-left: 40px;
}

.greeting-wrap p.name {
    text-align: right;
}

.img-thumbnail {
    border-radius: 0;
}

.history-table {
    width: 100%;
    border-top: 2px solid #555;
}

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

.history-table tbody tr th {
    padding: 20px 25px;
    font-size: 39px;
    letter-spacing: -0.03em;
    font-weight: 300;
    vertical-align: top;
    background: #fafafa;
    color: #0c3b89;
    font-style: italic;
}

.history-table tbody tr td {
    padding: 25px;
}

.history-table tbody tr td p {
    display: table;
    margin-bottom: 8px;
    font-size: 15px;
    color: #333;
    letter-spacing: -0.034em;
}

.history-table tbody tr td p .day {
    display: table-cell;
    min-width: 60px;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #333;
}

.history-table tbody tr td dl {
    margin: 0 0 20px;
}

.history-table tbody tr td dl dt {
    padding: 0 0 5px;
    font-size: 15px;
    color: #002c75;
}

.history-table tbody tr td dl dd {
    display: inline-block;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
    /* font-weight: 500; */
    padding-bottom: 3px;
}

.history-table tbody tr td dl dd:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #bbb;
}

.history-table tbody tr td img {
    margin-bottom: 20px;
    padding: 8px;
    border-radius: 0;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .history-table tbody tr th {
        font-size: 20px;
    }

    .history-table tbody tr td {
        padding: 20px 0 30px;
    }

    .history-table tbody tr td p .day {
        min-width: 55px;
    }
}

#daumRoughmapContainer1583989397544 {
    width: 100% !important;
    height: 416px;
}

.location-table {
    margin: 50px 0 0;
    width: 100%;
    border-top: 2px solid #333;
}

.location-table tr th,
.location-table tr td {
    padding: 20px;
    border-bottom: 1px solid #ddd !important;
    letter-spacing: -0.03em;
    word-break: keep-all;
    vertical-align: top;
    font-size: 15px;
}

.location-table tr th {
    color: #222;
    background: #f8f8f8;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
}

.company-info-list {
    margin: 50px 30px 0 20px;
}

.company-info-list dt,
.company-info-list dd {
    line-height: 2;
    font-size: 16px;
}

.company-info-list dd {
    position: relative;
    padding-left: 0;
}

.company-info-list dd:before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 4px;
    height: 4px;
    background: #bbb;
    border-radius: 50%;
    display: none;
}

.company-info-list dd span {
    display: inline-block;
    min-width: 80px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.034em;
}

.company-info-list dt {
    font-size: 30px;
    letter-spacing: -0.034em;
    border-bottom: 1px solid #999;
    margin-bottom: 30px;
    padding-bottom: 21px;
}

.location-dl {
    margin: 0;
}

.location-dl dt {
    margin-bottom: 5px;
}

.location-dl dd {
    display: inline-block;
    line-height: 1.6;
}

.location-dl>dd:after {
    content: "\f35a";
    padding: 0 7px;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    color: #ccc;
}

.location-dl>dd:last-child:after {
    display: none;
}

.img-wrap {
    position: relative;
}

#about04 .img-wrap h5 {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 15px;
    background: #0c3b89;
    color: #fff;
}

.tech-info-wrap h5 {
    margin: 50px 0 25px;
    font-size: 20px;
    letter-spacing: -0.05em;
}

/* product */
.prd-info-wrap {
    margin-bottom: 50px;
}

.prd-info-wrap .img-caption {
    margin: 5px 0 30px;
    font-size: 14px;
    letter-spacing: -0.034em;
}

.prd-info-wrap dl {
    margin-bottom: 20px;
    background: #f7f7f7;
    padding: 30px;
    /* border: 1px solid #ddd; */
    border-top: 2px solid #003399;
    /* box-shadow: 0px 4px 4px -3px rgba(0, 0, 0, 0.2); */
}

#product03 .prd-info-wrap dl {
    min-height: 180px;
}

#product01 .sec3 .prd-info-wrap dl {
    min-height: 152px;
}

.prd-info-wrap dl dt {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.3em;
    letter-spacing: -0.034em;
}

.prd-info-wrap dl dd {
    position: relative;
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.3em;
    padding-bottom: 6px;
}

.prd-info-wrap dl dd:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 3px;
    background: #bbb;
}
#product04 section article:nth-child(3) img:nth-child(2), #product04 section article:nth-child(3) img:nth-child(3) {
    padding: 12px 0 0 0;
    border: 0;
}
#product04 section article:nth-child(3) img:nth-child(2) {
    padding-right: 11px;
}
#product04 .table-style tbody tr th {
    padding: 15px;
}
.table-style {
    border-top: 2px solid #555;
}

.table-style tr th,
.table-style tr td {
    font-size: 15px;
    text-align: center;
    vertical-align: middle !important;
}

.table-style thead tr th {
    padding: 12px 15px;
    background: #ececec;
    /* border-color: #999; */
    font-weight: 500;
    color: #000;
}

.table-style tbody tr th {
    text-align: center;
    background: #fafafa;
}

.navbar-inverse .navbar-nav>li>a:hover span,
.navbar-inverse .navbar-nav>li>a:focus span {
    font-weight: 300;
}

#product02 .prd-info-wrap dl {
    min-height: 130px;
}

#product01 .sec2 .prd-info-wrap dl dt,
#product01 .sec3 .prd-info-wrap dl dt {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 17px;
}

#product01 .sec2 article:last-child {
    padding-top: 30px;
}

#product01 .sec2 article:last-child img {
    width: 650px;
    border: none;
    padding: 0;
}

.sub-content section:last-child {
    padding-bottom: 150px;
}

.table>tbody>tr>td {
    padding: 15px 10px;
}

#product01 img, #product04 img {
    border: 1px solid #ddd;
    padding: 15px;
}

.prd-info-wrap div:nth-child(2) p {
    padding: 70px 30px 0 20px;
    letter-spacing: -0.034em;
}

#product01 .sec2 td img {
    border: none;
    padding: 40px;
}

#about04 .tech-info-wrap p {
    font-size: 16px;
    letter-spacing: -0.04em;
    margin-bottom: 30px;
    line-height: 1.7em;
}

#about03 .sec1 {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 60px;
}

.greeting-wrap p {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
}

.greeting-wrap {
    padding-bottom: 50px;
}

#about01 .img-thumbnail {
    padding: 10px;
}

/* .footer-wrap .row div:first-child {
    padding-left: 30px;
} */

.greeting-wrap img {
    padding-top: 50px;
}

.bbs-area {
    padding: 60px 40px 60px;
    background: #fff;
}

.bbs-area .board_wrapper {
    margin-top: 0;
}

#form01 .form-info {
    font-size: 20px;
    letter-spacing: -0.034em;
}

.text-muted {
    font-size: 15px;
    letter-spacing: -0.034em;
    margin-top: 7px !important;
}

.table.table_default thead th {
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
}

.table.table_default tr td.writer,
.table.table_default tr td.regdate {
    font-size: 13px;
}

.board_data_view .header_wrap {
    padding-top: 0;
    border-bottom: 1px solid #ddd;
}

.board_data_view {
    border-top: none;
}

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

.board_data_view .header_wrap .title {
    font-size: 26px;
    letter-spacing: -0.034em;
}

/* .main-about-board h4,
.main-link-board h4 {
    font-family: 'Roboto';
} */

#section_fc490c .board_box_list:last-child {
    padding-left: 50px;
}

#section_fc490c .board_box_list:last-child .regdate {
    font-size: 13px;
}

.main-contact h3 {
    font-size: 34px;
    letter-spacing: -0.034em;
    font-family: 'notokr';
    font-weight: 500;
}

.main-contact ul li span {
    /* background: #2d2d2d; */
    font-size: 22px;
    /* padding: 5px 12px; */
    /* margin-right: 16px; */
    border-radius: 3px;
    /* font-family: 'Roboto'; */
    /* color: #ffb161; */
    letter-spacing: 0em;
    font-weight: 500;
}

#about05 img {
    padding-top: 50px;
}

#product04 .prd-info-wrap dl{
    height: 198px;
}

/* =============== 서브페이지 =============== */

@media (max-width: 767px) {
    .sub-top {
        height: 200px;
    }

    .sub-top .sub-top-tit {
        font-size: 24px;
    }

    .sub-top .breadcrumb {
        width: 90%;
        left: 15px;
        bottom: -106px;
        margin: 0;
        text-align: left;
    }

    .sub-top .breadcrumb li {
        font-size: 12px;
    }

    .sub-content {
        padding: 50px 0;
    }

    .sub-con-tit {
        margin: 0 0 55px;
        font-size: 26px;
    }

    .sub-content section {
        padding: 30px 15px;
    }

    .sub-content section:last-child {
        padding-bottom: 30px;
    }

    .sub-sec-tit {
        font-size: 23px;
    }

    .sub-sec-tit:before {
        top: 1;
    }

    .tech-info-wrap h5 {
        margin: 50px 0 15px;
        font-size: 18px;
    }

    #about04 .tech-info-wrap p {
        font-size: 15px;
    }

    .greeting-wrap {
        padding-bottom: 0;
    }

    .greeting-wrap h4 {
        margin: 30px 0 15px;
        padding: 0;
        font-size: 26px;
    }

    .greeting-wrap p {
        padding: 0;
    }

    #about01 .sub-content section article:nth-child(2) .row>div+div {
        margin-top: 15px;
    }

    .history-table {
        border-top: none;
    }

    .history-table tbody tr th,
    .history-table tbody tr td {
        display: block;
        padding: 15px;
    }

    .history-table tbody tr th {
        border-top: 2px solid #555;
        font-weight: 600;
    }

    .company-info-list {
        margin: 20px 0 0;
    }

    .company-info-list dt {
        margin-bottom: 25px;
        padding-bottom: 10px;
        font-size: 20px;
    }

    .company-info-list dd {
        font-size: 15px;
    }

    #daumRoughmapContainer1583989397544 {
        height: 340px !important;
        border-bottom: 1px solid #ddd;
    }

    #about03 .location-img {
        margin-top: 15px;
    }

    .prd-info-wrap div:nth-child(2) p {
        padding: 30px 0 0;
    }

    .prd-info-wrap dl {
        padding: 15px;
    }

    .prd-info-wrap dl dd {
        font-size: 15px;
    }

    #product02 .prd-info-wrap dl,
    #product03 .prd-info-wrap dl {
        min-height: auto;
    }

    .prd-info-wrap dl dt {
        font-size: 16px;
    }
}

/* 추가 */
.people {
}
.people .values {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(4,minmax(200px,300px));
    justify-content: center;
    gap: 30px 20px;
    padding-top: 50px;
}
.people .talent img {height: 300px;}
.people .box+.box {}
.people .value {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #eee;
    height: 250px;
    border: 1px solid #ddd;
    padding: 0 4px 20px;
}
.people .value .valueTit {
}
.people .valueTit span {
    display: block;
    font-size: 40px;
    color: #000;
    --wght: 300;
}
.people .value .valueDesc {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    color: #000;
}
.people .valueDesc h5 {
    font-size: 29px;
    margin: 0;
}
.people .valueDesc p {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin: 0;
}
.welfare {
    }
.welfare .img img {
    height: 300px;
    background: #ddd;
}
.welfareWrap {
    padding-top: 60px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3,1fr);
}
.welfareWrap .inner {
    border: 2px solid #efe8e8;
    position: relative;
    padding: 10px 46px 25px 0;
    border-radius: 25px;
    min-height: 320px;
    box-shadow: 4px 4px rgba(0,0,0,0.2);
}
.welfareWrap .inner span {
    position: absolute;
    bottom: 30px;
    right: 12px;
    font-size: 50px;
}
.welfareWrap .inner .tit {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 15px;
    color: #000;
}
.welfareWrap .inner ul {
    padding: 18px 0 0;
    margin: 0 15px;
    border-top: 2px solid #333;
}
.welfareWrap .inner ul li {
    font-size: 17px;
    position: relative;
    padding-left: 15px;
    padding-bottom: 3px;
}
.welfareWrap .inner ul li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 8px;
    left: 0;
    background: #039;
}

