@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.13.0/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.13.0/css/v4-shims.css);
@import url('/public/Nanumsquare/stylesheet.css');

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

.body-layout {
    background-color: #fff;
}

#site {
    padding-top: 0px;
}

/* 폰트 설정 */
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button,
.subPage,
#site {
    font-family: 'notokr', "NanumGothic", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', sans-serif;
}

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
    padding: 0
}

.navbar .caret,
.navbar .divider-vertical,
.navbar~br,
.footer-social-layout,
.footer_copy .text-center>br,
.topmarginLay_a {
    display: none;
}

/*가로 100% 레이아웃 정의*/
@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1060px;
    }

    .navbar-inverse+.container {
        max-width: none;
    }
}

.container_contents,
.intro-html-layout,
.intro-html-layout>div,
.footer_copy>div,
.sub-layout {
    width: 100%;
    padding: 0;
    margin: 0;
}

.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout+.row,
#mailForm,
#insertForm {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.board_wrapper {
    margin-top: 0;
}

.search_wrap {
    margin-bottom: 0;
}

* {
    word-break: keep-all
}

a:hover {
    text-decoration: none
}

.li-dash>li,
.li-dot>li,
.li-dash>dd,
.li-dot>dd {
    padding-left: 20px;
    position: relative;
}

.li-dash>li:before,
.li-dot>li:before,
.li-dash>dd:before,
.li-dot>dd:before {
    content: '-';
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
}


.li-dot>li:before, 
.li-dot>dd:before{
    content:"";
    width: 6px;
    height: 6px;
    background:#333;
    border-radius:50%;
    top: 11px;
}

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

.subContent ul {
    padding: 0
}

/* 상단 메뉴 */
.navbar-inverse {
    background: #064880;
    position: relative;
    margin-bottom: 0;
    padding: 0;
    border-bottom: none;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin: 0;
    padding: 0
}

.navbar>.container .navbar-brand {
    height: auto;
    padding: 0;
    margin: 20px 0 24px;
}
.navbar>.container .navbar-brand img{
    filter: grayscale(0) brightness(50);
    margin-top: 10px;
}
.navbar-inverse .navbar-nav>li>a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 61px 15px 22px;
    letter-spacing: 0;
}

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

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

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

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: none;
        padding: 0;
        box-shadow: none;
        background: #064880;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 13px 20px;
        font-weight: 400;
        font-family: "notokr", sans-serif;
        letter-spacing: -0.015em;
        font-size: 14px;
        border-bottom: 1px solid rgba(255,255,255,0.12);
        color: rgba(255,255,255,0.8);
    }

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

@media (min-width: 992px) {
    .navbar-inverse .navbar-right {
        margin-right: -10px;
    }
}

/* 하단 카피라이트 설정 시작*/
#site footer {
    margin-top: 0px;
    background-color: #0b0c0c;
    color: #8a8a8a;
}

#site footer .footer-link {
    padding: 15px 0;
    border-bottom: 1px solid #444
}

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

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

#site footer .footer-link ul li a {
    color: inherit
}

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

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

#site footer .footer-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 13px;
    margin-right: 14px;
    line-height: 23px;
    font-family: 'notokr';
}


/* 슬라이드 공통 */
.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 {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid #fff;
    margin: 0 8px;
    border-radius: 0;
    transition: ease-in-out .15s all;
}

.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    background-color: #fff;
    margin: 0 8px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
    transform: rotate(45deg);
}

#mainCarousel .carousel-inner .item {
    height: calc(100vh - 108px);
}

.carousel-caption {
    width: 100%;
    max-width: 1000px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0 15px;
    text-align: right;
    top: 20%;
    bottom: auto;
    text-shadow: none;
}

.carousel-caption h1 {
    font-size: 58px;
    font-weight: 100;
    letter-spacing: 0.02em;
    margin: 0 0 18px;
}

.carousel-caption p {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #c4eeff;
}

.carousel-caption h1, .carousel-caption p{
    font-family:"NanumSquare_ac", "notokr";
}

/*sub*/
.subContent {
    position:relative;
    background: #e5e5e5 url('/public/img/sub/bg.jpg');
    padding: 75px 0 105px;
    border-top: 10px solid #5e94d7;
    z-index: 1;
    min-height: calc(100vh - 253px);
}

.subContent::before{
    content:"";
    width:100%;
    height: 30rem;
    background: linear-gradient(to bottom, #f6f6f6, transparent);
    position:absolute;
    top:0;
    left:0;
    z-index: -1;
}

.subTitle {
    padding-bottom: 5px;
    margin-bottom: 40px;
    border-bottom: 2px solid #d6d6d6;
}

.subTitle h3 {
    margin: 0;
    font-size: 42px;
    font-weight: 900;
    color: #2c2c2c;
    letter-spacing: -0.025em;
}

.subContent h4 {
    margin: 10px 0 20px;
    font-size: 24px;
    font-weight: 900;
    padding-left: 9px;
    border-left: 6px solid #5e94d7;
    line-height: 1;
    color: #333;
    letter-spacing: -0.015em;
}

.subContent h4 small{
    font-size:80%;
    margin-left:3px;
}

.subContent h5 {border-left: none;padding: 0 0 6px 0;margin: 0 0 35px;font-weight: 900;font-size: 22px;border-bottom: 1px solid #ddd;}

.subTitle h3,
.subContent h4,
.subContent h5,
.comp03_inner dl dt{
    font-family: "NanumSquare_ac", "notokr";
}

.subContent p,
.subContent li,
.subContent dd {
    font-size: 16px;
    line-height: 1.78;
    letter-spacing: -0.04em;
    font-family: "notokr";
    color: #555;
}

.subContent .con {
    margin-bottom: 60px;
}

.subContent p:last-child,
.subContent li:last-child,
.subContent dd:last-child,
.subContent .con:last-child {
    margin-bottom: 0 !important
}

.subContent .breadcrumb {
    padding: 0;
    margin: 0 0 20px;
    background: transparent;
    font-weight: 400;
    letter-spacing: -0.02em;
    border-radius: 0;
}

.subContent .breadcrumb li {
    font-size: 13px;
    color:#777
}

.subContent .breadcrumb li a {
    display: block;
    color: #000
}

.subContent .breadcrumb li a:hover{
    text-decoration:underline
}

.breadcrumb>li+li:before{
    color:#bbb;
}

/*company*/

.comp01_inner p {
    margin-bottom: 25px;
}

.comp01_inner p:first-child {
    font-size: 24px;
    font-weight: 900;
    color: #064880;
    margin: 40px 0 20px;
    letter-spacing: -0.015em;
    font-family: "NanumSquare_ac", "notokr";
}

#company02 .con1 img{
    padding: 0 0 40px;
    margin: 0;
    position: relative;
    }
.wrap-history {position: relative;    background: #fff;
    padding: 50px;}
.wrap-history::before {
    content: '';
    top: 9%;
    left: 85px;
    height: 90%;
    position: absolute;
    border-left: 10px solid #f6f6f6;
    }
.history-block {margin-bottom: 35px;padding: 0 0 0 50px;}
.history-block:last-child {margin-bottom: 0;}
.history-block > .year {
    /* float: left; */
    /* width: 25%; */
    position: relative;
    margin: 0 0 20px;
    font-size: 48px;
    font-weight: 300;
    color: #064880;
    letter-spacing: -0.034em;
    font-style: italic;
    padding-left: 15px;
    padding-top: 8px;
    border: none;
    }
.history-block > .detail {
    width: 100%;
    display: inline-block;
    padding: 10px 0 0 60px;
    }
.history-block ul > li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    word-break: keep-all;
    line-height: 1.6;
    position: relative;
}
.history-block ul > li .month {
    position: absolute;
    margin: 3px 0 0;
    font-size: 17px;
    font-weight: 700;
    border-bottom: none;
    padding: 0;
    }
.history-block ul > li p {
    margin: 0;
    padding-left: 120px;
    font-size: 16px;
    color: #575757;
    letter-spacing: -0.06em;}
.history-block ul > li:before {
    content: '';
    position: absolute;
    top: 11px;
    left: -70px;
    width: 60px;
    background: none;
    border-top: 1px solid #ddd;
    height: 1px;
    /* left: auto; */
}
.history-block ul > li:after {
    content: '';
    position: absolute;
    top: 2px;
    left: -80px;
    width: 20px;
    height: 20px;
    background: #064880;
    border: 4px solid #cfddee;
    border-radius: 20px;
    }
.comp03_area {
    background: #fff;
    border-radius: 3px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.12);
    padding: 45px 50px 70px;
    margin-bottom: 30px;
}

.comp03_area .col-md-12  > img{
    margin: 10px auto 60px
}

.comp03_inner {
    overflow: hidden;
    border-top: 2px dotted #d9d9d9;
    padding: 25px 8%;
    max-width: 600px;
    margin: 0 auto;
}

.comp03_inner .comp03_circle {
    float: left;
    padding: 15px;
    border-radius: 50%;
    border: 2px solid #165085;
    max-width: 90px;
    margin-right: 30px;
}

.comp03_inner dl {
    float: left;
    margin: 0;
}

.comp03_inner dl dt {
    font-size: 18px;
    margin: 7px 0 6px;
    font-weight: 900;
    line-height: 1;
}

.comp03_inner dl dd{
    line-height:1.55;
    font-size:15px;
}

.comp03_inner dl dd small {
    font-size: 85%;
    font-weight: 500;
    color: #3c80d4;
    display: block;
    margin-top:2px;
}

/*press*/
.press_area a{    display: block;
    overflow: hidden;
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
    border-top: 1px solid #333;
    color:#333;
    padding: 10px 20px;}
    .press_area a:hover{        background: #Fff;color:#999}
.press_area a img{    float: left;
    max-width: 50px;
    width: 100%;}
.press_area a p{    float: left;
    font-size: 18px;
    letter-spacing: -0.02em;
    margin: 10px 30px;
    font-weight: 500;}

/*product*/
#product .con1 img{
    border-radius:3px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.12);
}

#product .con1 p {
    margin: 98px 50px 0;
    line-height: 1.8;
    font-family: "NanumSquare_ac", "notokr";
    letter-spacing: -0.015em;
    font-size: 17px;
    font-weight: 400;
}

#product .con1 p big {
    display: block;
    font-size: 34px;
    color: #333;
    letter-spacing: 0;
    font-weight: 400;
}

#product .con1 p span {
    color: #5190de;
    font-weight: 400;
}

/*application*/
.app_inner {
    max-width: none;
    background: #fff;
    border-radius: 3px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.12);
    padding: 45px 50px 50px;
    margin-bottom: 30px;
}
.app_inner h4{
    border-left: none;
    padding: 0 0 6px 0;
    margin: 0 0 35px;
    font-weight: 900;
    font-size: 22px;
    border-bottom: 1px solid #ddd;
}
.app_inner img{
    border-radius:3px;
    background:#fff;
    border:1px solid #e8e8e8;
    padding:20px;
}
.app_inner ul{
    margin: 2px 10px;
}
.app_inner ul li{
    margin-bottom:7px
}
/*faq*/
.accordion_area ul {
    width: 100%;
    list-style: none;
}

.accordion_area ul li {
    margin-top: 5px;
    border-radius: 3px;
    overflow: hidden;
}

.accordion_area ul li:first-child {
    margin-top: 0;
}

.accordion_area ul li a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    padding: 20px 30px;
    background: #d9d9d9;
    font-family: "NanumSquare_ac", "notokr";
    font-weight: 900;
    line-height: 1;
}

.accordion_area ul li a:hover {
    background: #d0d0d0;
}

.accordion_area ul li p {
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 30px 52px;
    font-size: 16px;
    margin: 0px;
}

/*contatc*/
#contact .con1>div:first-child {
    padding-bottom: 70px
}

#contact .con1 ul {
    margin-top: 20px;
    border-top: 1px solid #333;
}

#contact .con1 ul li {
    padding: 18px 0;
    padding-left: 90px;
    position: relative;
    margin-bottom: 0;
    line-height: 1.35;
    border-bottom: 1px solid #ccc;
}

#contact .con1 ul li span {
    width: 80px;
    position: absolute;
    left: 0;
    border-radius: 5px;
    font-weight: 900;
    letter-spacing: -0.02em;
    font-family: "NanumSquare_ac";
    font-size: 17px;
    color: #333;
}

#contact .board_wrapper {
    margin: 0 auto;
    padding: 25px 30px 40px;
    background: #fff;
    border-top: none;
    border-radius: 3px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.12);
}

#daumRoughmapContainer1599807197228, #daumRoughmapContainer1599807126759{width: 100% !important;}

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

.board_wrapper .table.board_write_table {
    border-top: none;
}

.board_wrapper .table.board_write_table tbody tr th {
    font-size: 15px;
    color: #333;
    width: 22%;
    font-family: "notokr";
    letter-spacing: -0.035em;
    padding: 15px 10px;
    background: rgba(0, 0, 0, 0);
}

.board_wrapper .table.board_write_table tbody tr th,
.board_wrapper .table.board_write_table tbody tr td {
    border-top: none;
    border-bottom: 1px solid #e3e3e3;
    font-family: "notokr";
}

.board_wrapper .table.board_write_table .input-group,
.board_wrapper .table.board_write_table .form-control {
    width: 350px;
    font-family: "notokr"
}

.board_wrapper .table.board_write_table tbody tr td .checkbox {
    margin-top: 5px;
}

.board_wrapper .text-center {
    margin-top: 25px;
}

.subContent .board_wrapper p.text-muted {
    font-size: 13px;
    font-family: 'notokr';
}

.form-control{
    border-radius:3px;
    font-family: 'notokr';
}

.table.table_default tr th, 
.table.table_default tr td {
    border-bottom: 1px solid #ccc;
    font-family: "notokr";
    letter-spacing: -0.04em;
}

.table.table_default thead th{
    background:rgba(0,0,0,0);
    border-bottom:1px solid #c0c0c0;
}

.table.table_default tbody .subject a:hover {
    color: #5190de;
    text-decoration: underline;
}

.btn {
    border-radius: 3px;
}

.btn.btn-primary{
    background:#5e94d7;
    border-color:#5e94d7;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus{
    background:#3570b9;
    border-color:#3570b9;
}


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

.board_data_view .header_wrap {
    text-align: left;
    padding: 35px 7px 30px;
    border-bottom: 1px solid #ccc;
}

.board_data_view .header_wrap .title {
    border: none;
    padding-left: 0;
}

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

.board_wrapper .reply_wrap h4 {
    border-left: none;
    padding: 0;
    font-size: 22px;
    font-weight: 600;
}

.member_wrapper{
    max-width: 1000px;
    margin:0 auto;
    padding-left:15px;
    padding-right: 15px;
}

/* ------ */


@media(max-width:767px) {
    .history-wrap dl dt,
    .history-wrap dl dd {
        width: 100%;
        float: none;
        text-align: left;
    }
}