/*------------------------------------------------------------------------------------------------------
skip
---------------------------------------------------------------------------------------------------------*/
#skipNavi {position:absolute; left:0; top:-1000px; width:100%; height: 0px; z-index:1000; line-height:1px; font-size:1px;}
#skipNavi a{display:block; text-align:center; width: 100%;  line-height:1px; font-size:1px;}
#skipNavi a:focus, #skipnavigation a:hover, #skipnavigation a:active {position:absolute; left:0px; top:1000px; padding: 8px 0;  display:block; height:20px; background:#20262c; font-size:12px; font-weight:bold; line-height:18px; color:#fff;}
.hide{position:absolute; left:-9999px; top:-9999px; font-size:0; line-height:0; height:0; overflow:hidden; }
/*#skipNavi #topNaviSkip {margin:0; padding:0;}*/

#skipContent {}/*본문으로 바로가기*/
#skipMenu {}/*주메뉴로 바로가기*/
/*------------------------------------------------------------------------------------------------------
skip 끝
---------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------------
탑
------------------------------------------------------------------------------------------------------*/
header h1 a {display:block; width:341px; height: 57px; background: url(../images/logo.jpg) left top no-repeat;}
@media all and (min-width: 320px) and (max-width: 56.25em) {
    header h1 a {width:220px; height: 57px; background-size: 100%; background-position: left center;}
}
.nav-link {
    margin-right:45px;
    font-size:18px; color: black; font-weight: 500;
}
.dropdown-menu {font-size: 0.9rem;}

/*------------------------------------------------------------------------------------------------------
푸터
------------------------------------------------------------------------------------------------------*/
footer {
    /* padding: 1rem; background: #333; */
    text-align: center;position: relative;
    font-size: 13px; color: #fff; font-weight: 300;
}
.gotop {position: absolute; right: 20px; top: 20px;}
.fa-chevron-up {
    display: block; width:50px; height:50px; background-color: #666; line-height: 50px;
    font-size: 18px; color: #fff;
}
/*.nav-link {*/
.f_menu li a {
    margin-right:0; padding: 0;
    font-size: 14px; color: #fff; font-weight: inherit;
}
.f_addr p {margin-bottom: 0;}
.f_copy p {margin-bottom: 0;}

/*------------------------------------------------------------------------------------------------------
메인-원형 배너
------------------------------------------------------------------------------------------------------*/
.marketing {margin-bottom: 2rem;}
.col-lg-12.c_title {margin: 0 0 2rem 0;}

h2.c_title {
    display: block;
    text-align: center;
    color: #666; font-weight:100;
}

h2.c_title>span.c_blue {
    font-weight: bold;
}

.col.circle {text-align: center;}
.col.circle > h3 {font-size: 18px;}
.col.circle > p {
    width:72%;
    font-size: 13px;
}
.col.circle > p a {
    width:100%;
    font-size: 13px;
}

/*------------------------------------------------------------------------------------------------------
메인-회사소개
------------------------------------------------------------------------------------------------------*/
.container-fluid.company {/*height: 20rem;*/ background:url(../main/images/com_bnr_bg.jpg) center top fixed;}
.container-fluid.company h2.title {
    text-align: center;
    color: #fff; font-weight: bold;
}
.company .row {width:80%;}
.company .row > * {padding: 0!important;}
.company .card {background-color: #003a8e;}
.company .card a {color: #fff; font-size: 13px;}
.company .card a:hover {
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, .3); transition-duration:0.3s; transition-timing-function:ease-in-out;
    color: aliceblue; color: azure; color: deepskyblue;
}
.company .card a h3, .company .card a p {width: 60%;}
.card-body {padding: 0;}
h3.card-title {
    margin-bottom: 0;
    font-size: 18px;
}

/*------------------------------------------------------------------------------------------------------
메인-오시는길 - 지도
------------------------------------------------------------------------------------------------------*/
.container.map {
    /* background: #bbb; */
    width: 100%;
    /*height: 32rem;*/
    text-align: center;
    /* background: #000; */
}

.container.map h2.title {
    font-weight: bold;
}

/*------------------------------------------------------------------------------------------------------
서브 내비게이션 - 탭메뉴
------------------------------------------------------------------------------------------------------*/
.mx-1-5 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
.sub_nav .nav-link {margin-right:0;}
.sub_nav .nav-tabs {
    border-bottom: none;
}
.sub_nav .nav-tabs .nav-link {
    width:145px; margin-bottom: 0;
    background-color: #f4f4f4;
    /*border: 1px solid transparent;*/
    border-right: 1px solid #fff; border-bottom: 1px solid #fff;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    font-size: 16px; font-weight: 300;
}
.sub_nav .nav-tabs .navlink_long {width: 290px;}
.sub_nav .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    /*border-color: #e9ecef #e9ecef #dee2e6;*/
    background-color: #003a8e;
    color: #fff;
    isolation: isolate;
}
.sub_nav .nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.sub_nav .nav-tabs .nav-link.active,
.sub_nav .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #003a8e;
    /*border-color: #dee2e6 #dee2e6 #fff;*/
    border-color: none;
    color: #fff;
}
.sub_nav .nav-item {}
/*.sub_nav .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}*/

/*------------------------------------------------------------------------------------------------------
서브 비주얼, 서브 타이틀
------------------------------------------------------------------------------------------------------*/
.container-fluid {padding: 0;}
/*.t_banner {
    width: 100%;
    height: auto;
}*/

.con {
    text-align: center;
}

/*.tab-content {
    margin-top: 1rem;
}*/

.tab-pane > h2 {
    padding-bottom: 1px; border-bottom: 1px solid #000;;
    font-size: 16px;
}

.tab-pane > h3 {font-size:36px; font-weight: bold;}