@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

.body-layout {
    background-color: #fff;
}

.root_daum_roughmap .cont {
    display: none;
}

/* 폰트 설정 */
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: 'notokr', "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif;
}

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar~br,
.footer-social-layout,
.footer_copy .text-center>br,
.topmarginLay_a {
    display: none;
}

.navbar-inverse {
    background: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 0.4);
    margin: 0;
}

.navbar-inverse .navbar-brand {
    margin: 15px 0 !important;
    padding: 0;
}

.navbar-inverse .navbar-brand img {
    margin: 0;
    padding: 0;
    filter: brightness(0) invert(1);
}

@media screen and (min-width: 768px) {
    .navbar-inverse .navbar-nav>li>a {
        color: #fff;
        -webkit-text-shadow: none;
        text-shadow: 0 0 0 rgba(0, 0, 0, 0);
        font-size: 18px;
        font-weight: 400;
        padding: 30px 30px;
        margin: 20px 0;
        letter-spacing: -0.06em;
        line-height: 1;
    }

    .navbar-inverse .navbar-nav>li>a:hover,
    .navbar-inverse .navbar-nav>li>a:focus,
    .navbar-inverse .navbar-nav>li:hover>a,
    .navbar-inverse .navbar-nav>li:focus>a,
    .navbar-inverse .navbar-nav>.open>a,
    .navbar-inverse .navbar-nav>.open>a:hover,
    .navbar-inverse .navbar-nav>.open>a:focus,
    .navbar-inverse .navbar-nav>.active>a,
    .navbar-inverse .navbar-nav>.active>a:hover,
    .navbar-inverse .navbar-nav>.active>a:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        opacity: 1;
    }
}

@media screen and (min-width: 768px) {
    .navbar-nav>li>.dropdown-menu {
        left: 0;
        right: auto;
        -webkit-border-radius: 0;
        border-radius: 4px;
        border: none;
        background: #254474;
        margin: 0;
        padding: 10px;
    }

    .divider-vertical+li .dropdown-menu {
        left: auto;
        right: 0;
    }
}

.dropdown-menu>li>a {
    padding: 14px 16px;
    font-size: 14px;
    color: #dedede;
    letter-spacing: -0.04em;
    line-height: 1;
    text-decoration: none;
    border-radius: 50px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background: #fff;
    color: #254474;
    font-weight: 600;
}

/* personal setting 0.43v */
/* layout */
.mt-0 {
    margin-top: 0px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mg-0 {
    margin: 0 !important;
}

.pd-0 {
    padding: 0 !important;
}

/* img */
@media(min-width:768px) {
    .max-90 {
        width: 90% !important;
        margin: 0 auto;
        display: block;
    }

}

.img-shadow {
    box-shadow: 10px 10px 2px rgba(0, 0, 0, 0.1);
}

.img-bordered {
    border: 1px solid #ddd;
}

.img-caption {
    margin: 10px 0;
    text-align: center;
    font-size: 16px;
    color: #555;
    font-weight: 500;
}

/* align */
.absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
}

.horizontal-center {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
}

.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 */
.font-12 {
    font-size: 12px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-22 {
    font-size: 22px !important;
}

.text-bold {
    font-weight: bold !important;
}

.numbering {
    margin-right: 10px;
}

/*list style*/
.li-none>li {
    list-style: none !important;
    margin-left: 20px;
}

.li-circle>li {
    list-style: circle !important;
    margin-left: 20px;
}

.li-square>li {
    list-style: square !important;
    margin-left: 20px;
}

.li-disc>li {
    list-style: disc !important;
    margin-left: 20px;
}

.li-dash>li,
.li-dot>li {
    margin-left: 10px;
    padding-left: 20px;
    position: relative;
}

.li-dash>li:before,
.li-dot>li:before {
    content: '-';
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
}

.li-dot>li:before {
    content: '·';
}

.location-li {
    border-top: 2px solid #1164aa;
    border-bottom: 2px solid #dedede;
    margin: 0;
}

.location-li li {
    padding: 14px 16px;
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1.6;
    border-bottom: 1px solid #e6e6e6;
}

.location-li .fas {
    color: #222;
    margin-right: 10px;
}

.partner-li {
    border: 1px solid #ddd;
}

.partner-li:after {
    content: '';
    display: block;
    clear: both;
}

.partner-li>li {
    float: left;
    width: 16.666%;
}

.partner-li>li img {
    border: 1px solid #ddd;
}

@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;
}

.column-2 {
    column-count: 2;
    column-rule: 1px solid #ddd;
    column-gap: 30px;
}

.column-2 ul,
.column-2 dl,
.column-2 ol {
    margin: 0;
}

.quote-box {
    margin: 20px auto;
    padding: 25px;
    background: #f5f5f5;
}

#about01 .quote,
p.quote {
    margin: 0 0 40px;
    color: #666;
    font-size: 32px;
    font-weight: 300;
    letter-spacing: -0.06em;
    line-height: 1.4;
}

p.quote span {
    color: #1164aa;
    font-weight: 600;
}

/* custom setting */
.container_contents,
.footer_copy>div,
.sub-layout {
    width: 100%;
    padding: 0;
}

ul,
dl,
ol {
    padding: 0;
}

.body-layout {
    overflow-x: hidden;
}

p,
li,
dt,
dd {
    line-height: 1.6;
}

* {
    box-sizing: border-box;
    word-break: keep-all;
}

/* personal setting 0.43v end */
/* navigation setting */
@media(max-width:767px) {
    .navbar-inverse {
        background: rgba(0, 0, 0, 0.75);
    }

    .navbar-inverse .navbar-brand {
        margin: 10px 15px !important;
    }

    .navbar-brand img {
        height: 60px;
    }

    .navbar-toggle {
        right: 10px;
        top: 15px;
        background: transparent !important;
        border: none !important;
    }

    .navbar-toggle .icon-bar {
        background: #fff !important;
    }
}

/* mainpage setting */
.carousel-caption {
    margin: 0;
    padding: 0;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -30%);
    max-width: 90%;
    width: 1170px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.carousel-caption h2 {
    margin: 0;
    color: #fff;
    font-size: 54px;
    font-weight: 200;
    letter-spacing: -0.06em;
    line-height: 66px;
}

.carousel-caption h2 span {
    display: block;
    font-weight: 500;
}

.carousel-caption p {
    margin-top: 20px;
    font-size: 16px;
    color: #ddd;
}

.carousel-indicators li {
    width: 16px !important;
    height: 16px !important;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 0;
    margin: 0 4px;
}


.main-content>div {
    padding: 40px 0;
}

.main-link .row {
    margin: 0;
}

.main-link .col-sm-4 {
    padding: 25px;
    color: #fff;
}

.main-link .col-sm-4:after {
    content: '';
    display: block;
    clear: both;
}

.main-link .icon-wrap {
    float: left;
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.main-link .fas {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
}

.main-link .box1 {
    background: #1987c2;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.main-link .box2 {
    background: #1164aa;
}

.main-link .box3 {
    background: #254574;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.main-link .txt-box {
    float: left;
    width: calc(100% - 160px);
    padding: 55px 30px 0;
}

.main-link h4 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1;
}

.main-link .more,
.main-refer .more {
    color: #dedede;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1;
    transition: all .3s ease;
}

.main-link .more:hover,
.main-refer .more:hover {
    opacity: 1;
}

.main-customer .card {
    padding: 40px 50px;
    background: #f1f7fa;
    border: none;
    border-radius: 4px;
}

.main-customer .card h3 {
    margin: 0 0 26px;
    color: #222;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1;
}

.li-main {
    margin: 0;
}

.li-main li+li {
    margin-top: 10px;
}

.li-main li {
    color: #444;
    font-size: 18px;
    letter-spacing: -0.02em;
    line-height: 1;
}

.li-main li:before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-right: 5px;
    vertical-align: middle;
}

.li-main li span {
    display: inline-block;
    height: 20px;
    width: 60px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 20px;
}

.li-main .tel:before {
    background: #1987c2;
}

.li-main .tel span {
    color: #1987c2;
}

.li-main .fax:before {
    background: #1164aa;
}

.li-main .fax span {
    color: #1164aa;
}

.li-main .email:before {
    background: #254574;
}

.li-main .email span {
    color: #254574;
}

.li-main .tel,
.li-main .fax {
    font-size: 24px;
}

.main-refer .card {
    height: 221px;
    color: #fff;
    border: none;
    border-radius: 4px;
    overflow: hidden;
    background: #1987c2 url(/skin/img/main/main-refer.jpg) no-repeat center / cover;
}

.main-refer .txt-box {
    position: absolute;
    left: 60%;
    top: 50%;
    transform: translatey(-50%);
}

.main-refer .card h3 {
    margin: 0 0 10px;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
}

@media(max-width:767px) {
    .carousel-inner .item {
        height: 400px;
    }

    .carousel-inner .item img {
        width: auto;
        max-width: none;
        height: 100%;
        position: relative;
        left: 50%;
        transform: translatex(-50%);
    }

    .carousel-control {
        display: none;
    }

    .carousel-caption h2 {
        font-size: 38px;
        line-height: 1.2;
    }

    .main-link .col-sm-4 {
        margin-bottom: 20px;
    }
}

/* footer setting */
.foot-logo {
    opacity: 0.6;
    filter: brightness(0) invert(1);
}

.footer_copy>div {
    padding: 40px 15px 60px;
    background: #444;
    color: #aaa;
    font-size: 13px;
    letter-spacing: -0.02em;
}

.footer_copy ul {
    margin-bottom: 20px;
}

.footer_copy ul:after {
    content: '';
    display: block;
    clear: both;
}

.footer_copy li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
}

.foot-link li {
    margin-right: 40px;
    font-weight: 400;
}

.foot-link a {
    color: #ccc;
}

.foot-info li {
    border-right: 2px solid rgba(255, 255, 255, 0.2);
}

.footer_copy li:last-of-type {
    border-right: none;
}

.copy {
    margin: 0;
}

.copy span {
    color: #ccc;
    font-weight: 500;
}

@media(max-width:767px) {
    .foot-logo {
        margin-left: 0;
        margin-bottom: 10px;
        height: 60px;
    }

    .foot-link li {
        margin-right: 20px;
    }
}

/* subpage setting */
.subpage .pageheader {
    height: 420px;
    background: #000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
}

.pageheader h2 {
    margin-top: 240px;
    margin-bottom: 10px;
    font-size: 38px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.04em;
    line-height: 1;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    background: none;
    font-size: 13px;
    color: #aaa;
    font-weight: 300;
    letter-spacing: -0.02em;
}

.breadcrumb .active {
    color: #ccc;
    font-weight: 400;
}

.subpage-content {
    padding-top: 80px;
    padding-bottom: 100px;
}

.subpage-content .emp {
    font-size: 1.1em;
    font-weight: 500;
    color: #1164aa;
}

.subpage-content section h3 {
    position: relative;
    margin-top: 30px;
    padding-left: 5px;
    font-size: 28px;
}

.subpage-content section h3:before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #1164aa;
    position: absolute;
    left: 0;
    top: 0;
}

/* subpage about01 */
#about01 .se1 h3 {
    margin: 0 0 40px;
    padding: 12px 0 0;
    color: #222;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1;
}

.intro p {
    font-size: 16px;
    line-height: 2;
}

.intro .name {
    margin-top: 50px;
    font-size: 20px;
    font-weight: 500;
    text-align: right;
}

/* subpage product01 */
.product-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.product-list .card {
    margin: 0 0 30px;
    padding: 30px 40px;
    min-height: 286px;
    background: #f6f6f6;
    border: none;
    border-radius: 4px;
    height: 100%;
}

.product-list .col-sm-6:last-child .card {
    min-height: 0;
}

.product-list h5 {
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.06em;
    line-height: 1;
}

.product-list h5:before {
    content: '\f0c3';
    font-family: 'fontawesome';
    display: inline-block;
    margin-right: 10px;
    color: #1164aa;
}

/* .product-list h5 small {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #aaa;
    color: #888;
    font-size: 13px;
    display: inline-block;
	position: absolute;
    right: 15px;
    top: 15px;
    font-size: 50px;
    opacity: 0.2;
} */
.product-list h5 small {
    position: absolute;
    right: 15px;
    top: 5px;
    font-weight: 500;
    letter-spacing: 0.04em;
    font-style: oblique;
    opacity: 0.12;
    font-size: 80px;
}

.product-list .card ul {
    margin: 0;
}

.product-list li {
    position: relative;
    margin: 0;
    padding-left: 80px;
    color: #333;
    font-size: 14px;
    letter-spacing: -0.04em;
}

.product-list li+li {
    margin-top: 10px;
}

.product-list li span {
    display: block;
    position: absolute;
    left: 0;
    color: #222;
    font-weight: 500;
    text-align: right;
    min-width: 60px;
}

#mod_type_formForm {
    border-top: 2px solid #333;
    margin-top: 40px;
}

.q_number {
    background: #fff;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

@media(min-width:768px) {
    #mod_type_formForm .q_number {
        width: 50%;
        height: 107px;
    }

    #mod_type_formForm .q_number:nth-of-type(11) {
        height: auto;
    }

    #mod_type_formForm .q_number:nth-of-type(13) {
        width: 100%;
    }

    #mod_type_formForm .q_number:nth-of-type(14) {
        float: none;
        width: 100%;
        height: auto;
    }

    #mod_type_formForm .q_number:nth-of-type(14):before {
        content: '';
        display: block;
        clear: both;
    }
}

.q_number .form-control {
    border-radius: 0;

}

.q_number .fa-square {
    display: none;
}

.q_number input {
    margin: 10px 0 20px;
}

.q_number div h3 {
    font-size: 16px;
    margin-top: 0;
}

.q_number div:nth-child(n+2) {
    font-size: 14px;
}

/* 게시판 */
.table {
    margin: 0 !important;
    border-top: 2px solid #000 !important;
    border-bottom: 2px solid #dedede !important;
}

.table thead tr th,
.table tbody tr th,
.table tbody tr td {
    padding: 14px 16px;
    color: #666;
    font-size: 14px;
    letter-spacing: -0.04em;
    line-height: 1.6;
    border: none;
    border-bottom: 1px solid #e6e6e6;
}

.table thead tr th {
    border-bottom: 1px solid #dedede;
    color: #222;
}

.table tbody tr th {}

.dh-board>.table-hover {
    margin: 0 0 60px !important;
}

#mod_type_formForm .btn-primary {
    float: none !important;
    width: 200px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 12px 0;
    border: 1px solid #aaa !important;
    border-radius: 0;
    background: #fff !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    color: #666;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

#mod_type_formForm .btn-primary:hover {
    background: #1164aa !important;
    border: 1px solid #1164aa !important;
    color: #fff;
}


.form-control {
    height: auto;
    color: #555;
    border-radius: 0;
    box-shadow: none;
}

#mailForm .btn-primary {
    background: #1164aa;
    border-radius: 4px;
    max-width: 200px;
    border: none;
    padding: 15px;
    margin: 80px auto 0;
    color: #fff;
}

#mailForm .btn-primary:hover,
#mailForm .btn-primary:focus {
    background: #254574;
    color: #fff;
}

#mailForm .form-control {
    border-radius: 0;
    border: 1px solid #ddd;
    box-shadow: none;
}

#mailForm .form-control:focus {
    border-color: #1164aa;
}

.dh-board,
.dh-view-box,
#insertForm,
#mailForm,
.bbs-list-view-layout+.row,
.bbs-blog-view-layout+.row,
#mod_type_formForm {
    visibility: hidden;
}

#inquiry-check .txt-box {
    margin-bottom: 5px;
    padding: 20px;
    height: 16em;
    overflow-y: scroll;
    border: 1px solid #ddd;
    background: #f5f5f5;
}

#inquiry-check h5 {
    margin-top: 20px;
    font-size: 15px;
}

#inquiry-check h5:first-of-type {
    margin-top: 0;
}

#inquiry-check .txt-box p {
    padding-left: 20px;
    line-height: 1.4;
}

@media(max-width:767px) {
    .product-list {
        grid-template-columns: 1fr;
    }

    .subpage .pageheader {
        height: 250px;
    }

    .pageheader h2 {
        margin-top: 140px;
    }

    #about01 .quote,
    p.quote {
        margin-top: 20px;
        font-size: 26px;
    }

    .root_daum_roughmap {
        max-width: 100% !important;
    }

    .product-list .card {
        padding: 20px;
    }

    .product-list h5 {
        font-size: 18px;
    }

    .dh-board .writer,
    .dh-board .regdate,
    .dh-board .hits {
        display: none;
    }

    .pagination {
        display: inline-block;
        margin-bottom: 10px;
        position: relative;
        left: 50%;
        transform: translatex(-50%);
    }
}