@charset "utf-8";

#site {
    padding-top: 0px;
}

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

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

p {
    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;
}

.board_wrapper {
    margin-top: 0 !important;
}


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

.navbar-inverse {
    background: #fff;
    position: static;
    padding: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #d5d6d8;
    box-shadow: 0 0 10px rgba(0, 0, 0, .125);
}

.navbar-inverse .navbar-brand {
    margin: 0 !important;
    padding: 28px 0 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: #222;
}

.navbar-inverse .navbar-nav>li>a {
    padding: 38px 35px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    letter-spacing: -0.06em;
}

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

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

/* PC */
@media (min-width: 767px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: 0;
        padding: 0;
        background: rgba(0, 0, 0, 0.7);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
        text-align: center;
        /* animation-name: fadeInLeft;
        animation-duration: 0.45s;
        animation-fill-mode: forwards; */
    }

    /* @keyframes fadeInLeft {
        0% {
            opacity: 0;
            transform: translate(-40%, 0);
        }
        100% {
            opacity: 1;
            transform: translate(-50%, 0);
        }
    } */

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding-top: 11px;
        padding-bottom: 11px;
        color: #fff;
        font-size: 15px;
        letter-spacing: -0.034em;
        border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    }

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

/* 태블릿 ~ 모바일 */
@media (max-width: 767px) {
    .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: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;
    }
}


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

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

.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: 13px;
    height: 13px;
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid #fff;
    margin: 0 3px;
    border-radius: 50%;
    transition: ease-in-out .15s all;
}

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

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

/* 메인 - 슬라이드 */
#process-slide {
    height: 430px;
}

#process-slide .txt-box {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    height: 100%;
    padding: 70px 70px 0;
    text-shadow: none;
    text-align: left;
    z-index: 10;
    color: #fff;
}

#process-slide .txt-box h5 {
    font-size: 68px;
    letter-spacing: -0.055em;
    margin: 0 0 40px;
    font-weight: 400;
    text-transform: uppercase;
    font-weight: 600;
    /* text-shadow: 0 2px 3px rgba(0, 0, 0, .5); */
}

#process-slide .txt-box p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    /* text-shadow: 0 2px 3px rgba(0, 0, 0, .5); */
    padding-left: 5px;
}

.process-slide-list:after,
#process-slide .carousel-caption:after {
    content: '';
    display: block;
    clear: both;
}

#process-slide .carousel-control {
    z-index: 11;
}

#process-slide .carousel-control.left {
    left: 5%;
    top: auto;
    bottom: 20%;
    text-align: center;
}

#process-slide .carousel-control.right {
    left: 5%;
    top: auto;
    bottom: 20%;
    margin-left: 40px;
}

#process-slide .carousel-control span {
    opacity: 1;
    font-size: 25px !important;
    display: block;
    width: 20px;
    height: 40px;
    letter-spacing: 0;
    margin: 0 !important;
    left: 0;
    top: 0;
    line-height: 35px;
}

#process-slide .carousel-indicators li {
    width: 1px;
    height: 1px;
    border: none;
    background: transparent !important;
}

.process-slide-list {
    margin: 0 0;
    background: #1b344e;
}

.process-slide-list .item {
    display: block;
    float: left;
    width: 11.1111%;
    padding: 0;
    text-align: center;
}

.process-slide-list .item a {
    display: block;
    min-height: 130px;
    padding: 25px 20px 0;
    background: #2c4982;
    border-right: 1px dashed rgba(255, 255, 255, 0.125);
    transition: all 0.2s;
}

.process-slide-list .item a .icon {
    font-size: 38px;
    color: rgb(117 145 199);
}

.process-slide-list .item h5 {
    margin: 7px 0 0;
    font-size: 14px;
    color: rgb(255 255 255 / 0.75);
    letter-spacing: -0.015em;
    font-weight: 400;
}

.process-slide-list .item a:hover,
.process-slide-list .item a:focus {
    background: #102f6c;
}

.process-slide-list .item a:hover .icon,
.process-slide-list .item a:focus .icon {
    color: rgba(255, 255, 255, 0.9);
}

/* //메인 - 슬라이드 */

/* 메인 - 컨텐츠 */
#section_7cbbc4 {
    padding: 35px 0;
    background: #f7f8f8;
}

#section_7cbbc4>.container,
#section_d09bf4>.container {
    width: 1200px;
}

.board-left {
    float: left;
    width: 50%;
    margin: 0;
    border-right: 1px solid #ddd;
}

.board-left>div {
    padding: 0;
}

.board-left .inner {
    position: relative;
    display: block;
    padding: 50px 30px;
    min-height: 289px;
    color: #fff;
    border: 1px solid #ddd;
    border-right: none;
}

.board-left .inner.left {
    background: #fff;
}

.board-left .inner.right {
    background: #fff;
}

.board-left .inner h4 {
    font-size: 28px;
    margin: 0 0 30px;
    letter-spacing: -0.06em;
    color: #333;
}

.board-left .inner p {
    line-height: 1.45;
    font-size: 16px;
    color: #333;
    letter-spacing: -0.06em;
}

.board-left .inner .more {
    /* position: absolute; */
    /* left: 30px; */
    /* bottom: 30px; */
    color: rgba(0, 0, 0, 0.7);
    transition: 0.35s ease;
    font-size: 12px;
    /* border: 1px solid rgb(0 0 0/ 0.3); */
    /* padding: 9px 14px; */
    padding-left: 2px;
}

.board-left .inner .more i {
    transition: 0.35s ease;
    margin-left: 3px;
    color: #ccc;
}

.board-left .inner:hover .more,
.board-left .inner:focus .more {
    color: #0f9efc;
}

.board-left .inner:hover .more i,
.board-left .inner:focus .more i {
    transform: translateX(3px);
    color: #0f9efc;
}

/* 메인 - 게시판 */
#section_d09bf4 {
    padding: 0 0 60px;
    background: #f7f8f8;
}

.board_box_list {
    padding-left: 30px;
    margin: 0 !important;
    width: 50%;
    padding-right: 0;
}

.board_box_list .board-inner {
    padding: 40px 40px 33px;
    background: #616771;
    /* border: 1px solid #ddd; */
}

.board_box_list .page-header {
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 0;
}

.board_box_list .page-header h4 {
    margin: 0;
    font-size: 24px;
    letter-spacing: -0.06em !important;
    color: rgb(255 255 255 / 1);
    font-weight: 400 !important;
}

.board_box_list ul li {
    position: relative;
    padding: 7px 0;
    padding-left: 0;
    font-size: 15px;
    border-bottom: 1px solid rgb(255 255 255 / 0.1);
}

.board_box_list ul li::before {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 4px;
    height: 4px;
    background: #ccc;
    border-radius: 50%;
}

.board_box_list ul li a:hover,
.board_box_list ul li a:focus {
    text-decoration: none;
    color: #c3e3f9;
}


/* =============== 푸터 =============== */
.footer-wrap {
    padding: 35px 0;
    background: #fff;
    font-size: 13px;
    border-top: 1px solid #f2f2f2;
}

.footer-wrap .company-name {
    margin: 0 0 10px;
    font-size: 16px;
    color: #666;
    font-weight: 700;
}

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

.footer-wrap ul li {
    display: inline-block;
    margin-right: 10px;
    color: #999;
}

.footer-wrap .copy {
    margin: 0;
    font-size: 11px;
    color: #999;
    text-align: right;
}


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

.table.table_default tbody .subject a:hover,
.table.table_default tbody .subject a:focus {
    color: #1761ad;
}

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

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

@media (max-width: 767px) {
    .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;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    #board_write_form fieldset>.text-center {
        display: flex;
    }

    #board_write_form fieldset>.text-center .btn.btn-lg {
        width: 100%;
        padding: 15px;
    }

    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big {
        width: 100%;
    }
}


/* =============== 로그인 =============== */

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

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

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

/* =============== 문의폼 =============== */
.table.board_write_table tbody tr th,
.table.board_write_table tbody tr td {
    font-size: 15px;
}

.table.board_write_table tbody tr th {
    position: static;
}

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

.table.board_write_table .text-muted {
    font-size: 14px;
}

.table.board_write_table .checkbox {
    margin-top: 0 !important;
    margin-bottom: 0;
}


/* =============== 서브페이지 =============== */
/* 공통 */
.sub-top {
    position: relative;
    height: 230px;
    background: url(/public/img/sub/sub-top01.jpg) no-repeat center / cover;
}

.sub-top h1 {
    position: absolute;
    left: 50%;
    top: 56%;
    transform: translate(-50%, -50%);
    width: 1140px;
    margin: 0;
    font-size: 42px;
    font-weight: 200;
    line-height: 1;
    text-align: center;
    color: #fff;
    letter-spacing: -0.08em;
}

.sub-top .bread-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    border-radius: 0;
}

.sub-top .breadcrumb {
    margin: 0 auto;
    padding: 10px 0;
    max-width: 1140px;
    background: transparent;
    text-align: right;
}

.sub-top .breadcrumb li {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

.sub-top .breadcrumb li.active {
    color: rgba(255, 255, 255, 0.9);
}

.sub-top .breadcrumb li+li:before {
    content: '/';
    padding: 0 7px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 9px;
}

.sub-menu {
    border-bottom: 1px solid #ddd;
}

.sub-menu ul {
    display: flex;
    margin: 0;
}

.sub-menu ul li {
    width: 100%;
}

.sub-menu ul li a {
    position: relative;
    display: block;
    padding: 18px;
    font-size: 17px;
    text-align: center;
    color: #666;
    font-weight: 500;
    letter-spacing: -0.034em;
}

.sub-menu ul li a:hover {
    color: #222;
}

.sub-menu ul li a:hover::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    width: 100%;
    height: 3px;
    background: #ddd;
}

.sub-menu ul li.active a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    width: 100%;
    height: 3px;
    background: #1f74ca;
}

.sub-content {
    padding: 80px 0 150px;
}

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

.sub-content section article {
    margin-bottom: 100px;
    clear: both;
    display: inline-block;
    width: 100%;
}

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

.sub-con-tit {
    margin: 0 0 80px;
    font-size: 42px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.06em;
}

.sub-item-tit {
    position: relative;
    padding-right: 100px;
    padding-left: 0px;
    margin: 0 0 15px;
    font-size: 24px;
    color: #333;
    float: left;
    width: 25%;
    letter-spacing: -0.08em;
    line-height: 1.3em;
}

.sub-item-tit:before {
    content: "";
    position: absolute;
    left: 3px;
    top: -16px;
    width: 25px;
    height: 25px;
    border-style: solid;
    border-width: 4px;
    border-color: #999 #ff4c45 transparent transparent;
    border-radius: 50%;
    transform: rotate(-45deg);
}

/* //공통 */

/* business */
.item-bg {
    padding: 30px 40px;
    background: #fafafa;
    border-top: 1px solid #ccc;
    float: right;
    width: 75%;
}

.item-bg .num {
    display: table-cell;
}

.item-bg .con {
    margin-bottom: 20px;
}

.item-bg .con:last-child {
    margin-bottom: 0;
}

.item-bg .con h5 {
    display: table;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.45;
    letter-spacing: -0.06em;
    color: #333;
}

.item-bg .con p {
    display: table;
    margin: 0;
    line-height: 1.45;
    letter-spacing: -0.034em;
    font-size: 15px;
    padding-left: 20px;
}

/* //business */

/* alliance */
.client-serv {
    padding: 90px 80px;
    background: #f4f4f4;
    border-radius: 10px;
}

.client-serv .con:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.client-serv .con h5 {
    position: relative;
    margin: 0 0 15px;
    font-size: 24px;
    letter-spacing: -0.08em;
}

.client-serv .con h5 .icon {
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin-right: 20px;
    text-align: right;
    font-size: 22px;
}

.client-serv .con h5 .icon i {
    position: relative;
    left: 10px;
    top: 1px;
    color: #1480ef;
    font-size: 26px;
}

.partners-wrap+.partners-wrap {
    margin-top: 40px;
}

.partners-wrap h5 {
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: 500;
    color: #333;
    letter-spacing: -0.08em;
}

.partners-wrap ul:after {
    content: "";
    display: block;
    clear: both;
}

.partners-wrap ul li {
    position: relative;
    float: left;
    margin: 0 0.5% 0.5% 0;
    width: 49%;
    padding: 17px;
    /* background: #f5f5f5; */
    border: 1px solid #ddd;
    text-align: center;
    border-top: 1px solid #709ece;
    box-shadow: 2px 3px 0px -1px #f5f5f5;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.034em;
    text-align: left;
    color: #0852a0;
}

.partners-wrap ul li:nth-child(2n) {
    margin-right: 0;
}

.partners-wrap ul li span {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    margin-left: 5px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.034em;
    vertical-align: top;
    color: #555;
}

.partners-wrap ul li span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 3px;
    background: #ccc;
}

.overseas-wrap+.overseas-wrap {
    margin-top: 30px;
}

.overseas-wrap .inner {
    background: #eee;
}

.overseas-wrap .inner h5 {
    margin: 0;
    padding: 13px 15px;
    background: #3b60ae;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.overseas-wrap .inner ul {
    margin: 0;
    padding: 15px;
}

.overseas-wrap .inner ul li {
    display: inline-block;
    position: relative;
    padding-left: 13px;
    font-size: 16px;
}

.overseas-wrap .inner ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 2px;
    background: #999;
}

.overseas-wrap .inner ul li+li {
    margin-left: 15px;
}
/* //alliance */


/* board 추가 css */
.board_data_view .header_wrap .title {
    font-size: 26px;
    letter-spacing: -0.06em;
}

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

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

.board_wrapper .table.board_write_table tbody tr th {
    font-size: 14px;
}

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

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

.table.table_default tbody .subject a {
    font-size: 16px;
    letter-spacing: -0.034em;
}

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

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

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

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

.table_blog2 dd .inner {
    border: none;
}

.member_wrapper h1 {
    border-bottom: none;
}

/* board 추가 css */

.sub-menu ul li.active a {
    color: #0662bf;
    font-weight: 700;
}

div[id^="bbs0"] .sub-content {
    padding: 80px 0 50px;
}

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

.board_wrapper .table.board_write_table tbody tr td {
    vertical-align: middle;
}

.client-serv .con p {
    padding-left: 47px;
    padding-right: 40px;
    line-height: 1.6em;
    letter-spacing: -0.034em;
}

.client-serv .con {
    padding-bottom: 40px;
    margin-bottom: 50px;
    border-bottom: 1px dashed #d4d4d4;
}

.navbar-inverse .navbar-nav .dropdown-menu>li:last-child>a {
    border-bottom: none;
}

.sub-item-tit::after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    /* background: #ccc; */
    position: absolute;
    right: 25px;
    top: 16px;
}

.item-bg .con>p:nth-child(1) {
    padding-left: 0;
    font-size: 16px;
}

.board_box_list ul li .pull-right {
    color: rgb(255 255 255 / 0.7);
    font-size: 14px;
    font-weight: 300;
}

div[class^="board_box_"] .page-header .pull-right i {
    color: rgb(255 255 255 / 0.7);
}

.board_box_list ul li a {
    color: rgb(255 255 255 / 0.9);
}

#process-slide .txt-box h5::after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: #fff;
    margin: 26px 0 30px 5px;
}

.board-left .inner img {
    position: absolute;
    right: 10px;
    bottom: 20px;
}