@charset "utf-8";

html {overflow-x: hidden; overflow-y: scroll;}
#site {background-color: #fff;word-break: keep-all !important;padding-top: 80px;}
#site > .container{width: 100%; padding: 0;}
/* 폰트 설정 */
#site, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr', '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.navbar-inverse{
    background-color: #fff;
    border-bottom: 0;
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.1);
}
.navbar-header .navbar-brand{
    display: block;
    padding: 0;
    font-size: 20px;
    margin-top: 10px;
    margin-left: 0 !important;
    height: auto;
}
.navbar-header .navbar-brand img{
    margin-top: 6px;
    display: inline-block;
    vertical-align: bottom;
}

.nav.navbar-nav > li > a{
    display: block;
    height: 100%;
    padding: 30px 25px 30px;
    font-size: 17px;
    color: #333;
    font-weight: 500;
    letter-spacing: -0.06em;
}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a,
.nav.navbar-nav > li > a:focus{
    color: #0863AA !important;
    background: none !important;
}
.nav.navbar-nav li .dropdown-menu{
    left: 50%;
    right: auto;
    transform: translate(-50%,0);
    border-radius: 0;
    border: 0;
    padding: 0;
    background: rgba(0,0,0,0.8);
}
.nav.navbar-nav li .dropdown-menu li a{
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
}
.nav.navbar-nav li .dropdown-menu li:hover a{
    background: #0863AA;
}

/* //상단 네비게이션 */

/* 슬라이드 영역 */
#mainCarousel .carousel-inner .item{
    height: 800px;
}
#mainCarousel .carousel-inner .item .carousel-caption{
    padding: 0;
    text-align: left;
    top: 48%;
    text-shadow: none;
}
#mainCarousel .carousel-inner .item .carousel-caption h1{
    font-size: 72px;
    letter-spacing: -0.02em;
    margin-bottom: 30px;
}
#mainCarousel .carousel-inner .item .carousel-caption h1 > small{
    display: block;
    color: #fff;
    font-size: 27px;
    font-weight: 300;
    letter-spacing: -0.034em;
    margin-bottom: 10px;
}
#mainCarousel .carousel-inner .item .carousel-caption p{
    font-size: 22px;
}
/* //슬라이드 영역 */

/* 메인 중단영역 */
#main_wrapper [id^="section_"]{
    padding: 120px 0;
}
#main_wrapper [id^="section_"] h4{
    text-align: center;
    font-size: 34px;
    letter-spacing: -0.06em;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 60px;
}

.main_manage{
    
}
.main_manage .thumbnail{
   padding: 0;
   border: 0;
   border-radius: 0;
   margin: 0; 
}
.main_manage .thumbnail:hover{
    text-decoration: none;
}
.main_manage .thumbnail img{
    height: 220px;
}
.main_manage .thumbnail .caption{
    padding: 0;
    display: block;

}
.main_manage .thumbnail .caption p{
    margin: 0;
    padding: 15px;
    color: #333;
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: -0.034em;
}

#main_wrapper [id^="section_"]:nth-of-type(2){
    background: #003e6d;
    padding: 60px 0 80px;
}
.main_biz, .main_perform{
    color: #fff;
}
.main_perform{
    padding-top: 50px;
}
.main_biz::after, .main_perform::after{
    content: '';
    display: table;
    clear: both;
}
.main_biz h4, .main_perform h4{
    color: #fff;
    float: left;
    width: 15%;
    text-align: left !important;
    margin-bottom: 0 !important;
}
.main_biz .link, .main_perform .link{
    display: block;
    color: #fff;
    padding: 25px 30px;
    font-size: 17px;
    position: relative;
    font-weight: 400;
    letter-spacing: -0.06em;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.6);
}
.main_biz .link .plus_icon, .main_perform .link .plus_icon{
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

/* //메인 중단영역 */

/* 서브페이지 */

.container.sub-layout {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.subHeader {
  height: 250px;
  background-image: url(/public/img/sub/sub_title.jpg);
  background-color: #333;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.subHeader .container{
    height: 100%;
    position: relative;
}
.subHeader .container h2{
    text-align: center;
    color: #fff;
    font-size: 42px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: -0.08em;
    font-weight: 300;
}
.subHeader .container .breadcrumb{
    position: absolute;
    left: 50%;
    top: 66%;
    transform: translate(-50%, -50%);
    margin: 10px 0 0;
    background: none;
    padding: 0;
    font-size: 13px;
}
.subHeader .container .breadcrumb > li > a{
    color: rgba(255, 255, 255, 0.7);
}
.subHeader .container .breadcrumb > li.active{
    color: #fff;
}

.subMenu{
    border-bottom: 1px solid #eee;
}
.subMenu .nav{
}
.subMenu .nav > li{
    margin: 0;
}
[id^="Comp"] .subMenu .nav > li{
    width: 20%;
}
[id^="Biz"] .subMenu .nav > li{
    width: 50%;
}
[id^="Manage"] .subMenu .nav > li{
    width: 33.333333333%;
}
.subMenu .nav > li > a{
    text-align: center;
    border-radius: 0;
    background: transparent;
    color: #333;
    font-size: 17px;
    padding: 22px 0 17px;
    font-weight: 500;
    letter-spacing: -0.06em;
}
.subMenu .nav > li.active > a{
    color: #006dc1;
    font-weight: 700;
    border-bottom: 3px solid;
}
.subContent{
    padding-top: 100px;
    padding-bottom: 150px;
}
.subContent .content {
    padding-bottom: 80px;
}
.subContent .content p{
    font-size: 17px;
    margin-bottom: 25px;
    letter-spacing: -0.034em;
}

.subContent_title{
    text-align: center;
    margin-top: 0;
    margin-bottom: 60px;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.06em;
}

#Comp01 .content .intro{
    padding-bottom: 30px;
    margin-bottom: 30px;
}
#Comp01 .content .intro h4{
    font-size: 45px;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 300;
}
#Comp01 .content .intro h4 span{
    color: #0863AA;
    font-size: 42px;
    font-weight: 900;
    letter-spacing: -0.02em;
}
#Comp01 .content .intro p{
    font-size: 22px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 0;
    letter-spacing: -0.06em;
}
#Comp01 .content p.epilogue {
    font-size: 17px;
    margin-top: 50px;
    letter-spacing: -0.06em;
}

#Comp02 .ideology{
    padding: 30px 52px 0;
    border: 17px solid #46aeff;
    border-radius: 50%;
    width: 350px;
    box-shadow: 0px 5px 11px -6px rgba(0,0,0,0.5);
    height: 350px;
}
#Comp02 .ideology h5{
    font-size: 36px;
    text-align: center;
    letter-spacing: -0.06em;
    margin: 0px auto 30px;
    font-weight: 300;
}
#Comp02 .ideology .li_ideology{
    padding: 0;
    margin: 0;
    min-height: 180px;
    border-radius: 3px;
}
#Comp02 .ideology .li_ideology > li{
    position: relative;
    font-size: 16px;
    padding: 3px 0 3px 10px;
    letter-spacing: -0.06em;
}
#Comp02 .ideology .li_ideology > li::before{
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    background: #666;
    border-radius: 50%;
    left: 0;
    top: 12px;
}

#Comp03 .content {}
#Comp03 .content .timeline{
    padding: 0 220px 0;
}
#Comp03 .content .timeline .time_box{
    margin-bottom: 0;
}
#Comp03 .content .timeline .time_box dt{
    float: left;
    font-size: 38px;
    font-weight: 300;
    color: #0863AA;
    font-style: italic;
    letter-spacing: -0.034em;
    line-height: 83px;
}
#Comp03 .content .timeline .time_box dd{
    position: relative;
    font-size: 18px;
    line-height: 34px;
    padding: 25px 0 25px 228px;
    letter-spacing: -0.06em;
}
#Comp03 .content .timeline .time_box::after{
    content: '';
    display: table;
    clear: both;
}

#Comp05 .content .inner{
    margin: 0 auto 30px 0;
}
#Comp05 .content .inner h5{
    color: #0863AA;
    font-weight: 700;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
    letter-spacing: -0.06em;
}
#Comp05 .content .inner h5::after{
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #0863AA;
    margin: 10px 0;
    display: none;
}
#Comp05 .content .inner .li_location{
    margin: 0;
    padding: 0;
}
#Comp05 .content .inner .li_location > li{
    font-size: 16px;
    padding-bottom: 5px;
    padding-left: 11px;
    letter-spacing: -0.06em;
    line-height: 1.45em;
    position: relative;
}

#Manage01 img, #Manage03 img{
    border: 1px solid #aaa;
}

#Perform .content .table_perform{
    border-top: 2px solid #333;
}
#Perform .content .table_perform tr{
    border-bottom: 1px solid #ddd;
}
#Perform .content .table_perform thead tr:first-child{
    border: 0;
}
#Perform .content .table_perform tr th, #Perform .content .table_perform tr td{
    text-align: center;
    vertical-align: middle;
    padding: 8px 10px;
    font-size: 14px;
    letter-spacing: -0.02em;
}
#Perform .content .table_perform tr th{
    background: #f4f4f4;
    color: #666;
    border: 0;
    line-height: 1.2em;
    border-bottom: 1px solid #ccc;
}
#Perform .content .table_perform tr td{
    border: 0;
    padding: 15px 10px;
}
/* //서브페이지 */

/* 푸터 */

footer {
    text-align: left;
    padding: 35px 0 35px;
    background: #5e6569;
    color: #dadada;
}
footer .footer-logo{
    
}
footer .footer-logo h1{
    margin: 0;
}
footer .footer-logo h1 > a{
    display: block;
}
footer .footer-logo h1 > a > img{
    display: block;
}
footer .footer-text{

}
footer .footer-text ul{
    padding-left: 0;
    margin-bottom: 0;
}
footer .footer-text ul:after{
    content: '';
    clear: both;
    display: table;
}
footer .footer-text ul li{
    float: left;
    margin-right: 15px;
    line-height: 1.4;
    font-weight: 300;
}
footer .footer-text ul li address{
    margin-bottom: 0;
    line-height: 1.4;
}
footer .footer-text .copyrights{
    display: block;
    font-size: 12px;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 300;
}

/* //푸터 */


.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.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}
footer .footer-text p strong {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.034em;
}
.breadcrumb>li+li:before {
    font-size: 11px;
}
.nav>li>a:focus, .nav>li>a:hover {
    color: #006dc1;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background: transparent;
}
@media (min-width: 1200px){
    .container {
        width: 1140px;
    }

}
#Biz01 img, #Biz02 img {
    border-radius: 15px;
    padding: 10px;
}
.subContent_title::after {
    content: '';
    display: block;
    width: 1px;
    height: 50px;
    background: #999;
    margin: 30px auto;
}
.subContent .content:last-child {
    padding-bottom: 0;
}
#Comp05 .con1 .row > div:last-child {
    /*padding-top: 30px;*/
    padding-left: 80px;
}
#Comp05 .content .inner .li_location > li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #55a4e0;
    left: 0;
    top: 9px;
    position: absolute;
}
#Comp03 .content .timeline .time_box dd::before {
    content: '';
    display: block;
    width: 2px;
    height: 18px;
    background: #666;
    position: absolute;
    top: 34px;
    left: 220px;
}
.subContent .content > h4 {
    color: #333;
    font-size: 22px;
    margin-top: 70px;
    margin-bottom: 20px;
    letter-spacing: -0.06em;
    font-weight: 700;
}
.subContent .content > h4::before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    width: 4px;
    height: 22px;
    border-radius: 3px;
    background: #333;
    margin-right: 6px;
    line-height: 1em;
    letter-spacing: -0.06em;
}
#Perform .subContent .content > h5{
    font-size: 18px;
    font-weight: 600;
    color: #0863AA;
}
#Perform  .content {
    padding-bottom: 0;
}
#Comp01 .con1 .row > div:first-child {
    padding-right: 60px;
}
#Comp01 img {
    padding-top: 240px;
}
#Comp02 .row div:nth-child(2) .ideology {
    border-color: #7f95e6;
}
#Comp02 .row div:nth-child(3) .ideology {
    border-color: #5cbaca;
    padding: 30px 66px 0;
}
#Comp02 .ideology h5 {
    color: #005290;
}
#Comp02 .row div:nth-child(2) .ideology h5 {
    color: #5426e2;
}
#Comp02 .row div:nth-child(3) .ideology h5 {
    color: #046c7d;
}
#Comp02 .ideology h5::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: #a2d7ff;
    margin: 0 auto 15px;
    border-radius: 50%;
}
#Comp02 .row div:nth-child(2) .ideology h5::before {
    background: #b9c8ff;
}
#Comp02 .row div:nth-child(3) .ideology h5::before {
    background: #8be0ef;
}
.main_biz .row, .main_perform .row {
    float: right;
    width: 85%;
}
.main_biz .link:hover, .main_perform .link:hover {
    text-decoration: none;
    background: #004880;
    border: 1px solid #005da5;
    color: #ffdb59;
}


@media (max-width: 767px){
    #site{
        padding-top: 68px;
    }
    /* nav */
    .navbar-header .navbar-brand {
        margin-left: 10px !important;
    }
    .navbar-header .navbar-brand img{
        margin-top: 0;
    }
    .nav.navbar-nav > li > a{
        padding: 15px 25px 15px;
        text-align: center;
    }
    .navbar-inverse .navbar-toggle{
        border-color: #0863AA;
        background: #0863AA;
        margin-top: 17px;
        margin-bottom: 17px;
    }
    .navbar-inverse .navbar-toggle:hover{
        border-color: #0863AA !important;
        background: #0863AA !important;
    }
    .nav.navbar-nav li .dropdown-menu{
        transform: translateX(0);
    }
    .nav.navbar-nav li .dropdown-menu li a{
        padding: 10px 0;
    }

    /* mainSlide */
    #mainCarousel .carousel-inner .item {
        height: 400px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption{
        left: 10%;
        right: 10%;
    }
    #mainCarousel .carousel-inner .item .carousel-caption h1{
        font-size: 10vw;
        margin-bottom: 15px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption h1 > small{
        font-size: 3.2vw;
        margin-bottom: 4px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption p {
        font-size: 5vw;
    }
    /* main */
    .main_biz h4, .main_perform h4{
        float: none;
        width: 100%;
    }
    .main_biz .row, .main_perform .row{
        float: left;
        width: auto;
        margin-top: 30px;
    }
    .main_biz .link, .main_perform .link{
        padding: 15px 30px;
        margin-bottom: 15px;
    }


    /* subPage */
    .subHeader {
        height: 150px;
    }
    .subMenu{
        display: none;
    }
    .subContent {
        padding-top: 80px;
        padding-bottom: 150px;
    }


    #Comp01 .content .intro h4{
        font-size: 36px;
    }
    #Comp01 .content .intro h4 span{
        font-size: 34px;
    }
    #Comp01 .content .intro p{
        font-size: 18px;
    }

    #Comp02 .ideology{
        padding: 30px 50px 0 !important;
        height: 300px;
        width: 300px;
        margin: 0 auto 30px;
    }
    #Comp02 .ideology h5{
        margin-bottom: 25px;
    }
    #Comp02 .ideology .li_ideology > li{
        font-size: 12px;
    }

    #Comp03 .content .timeline {
        padding: 0 0px 0;
    }
    #Comp03 .content .timeline .time_box dt{
        font-size: 28px;
    }
    #Comp03 .content .timeline .time_box dd{
        font-size: 4.7vw;
        padding: 25px 0 25px 128px;
    }
    #Comp03 .content .timeline .time_box dd::before{
        left: 110px;
    }
    #Comp05 .con1 .row > div:last-child{
        padding-left: 15px;
    }
    /* footer */


}
@media (min-width: 768px) and  (max-width: 991px){
    #site{
        
    }

    /* nav */
    .navbar-header .navbar-brand{
        width: 190px;
        margin-top: 16px;
    }
    .nav.navbar-nav > li > a{
        padding: 30px 18px 30px;
        font-size: 15px;
    }

    /* mainSlide */
    #mainCarousel .carousel-inner .item {
        height: 540px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption h1 > small{
        font-size: 2.4vw;
    }
    #mainCarousel .carousel-inner .item .carousel-caption h1 {
        font-size: 8vw;
    }
    /* main */
    .main_biz h4, .main_perform h4{
        width: 100%;
        float: none;
    }
    .main_biz .link, .main_perform .link{
        font-size: 14px;
        padding: 10px 30px;
    }
    .main_biz .row, .main_perform .row {
        float: none;
        width: auto;
        margin-top: 30px;
    }

    /* subPage */
    #Comp02 .ideology{
        margin: 0 auto 30px;
    }
    #Comp03 .content .timeline {
        padding: 0 80px 0;
    }
    #Comp05 .con1 .row > div:last-child{
        padding-left: 15px;
    }
    #Comp05 .content .inner .li_location > li{
        font-size: 14px;
    }
    /* footer */

    
}
@media (min-width: 992px) and  (max-width: 1199px){
    #site{
        
    }
    /* nav */


    /* mainSlide */
    #mainCarousel .carousel-inner .item {
        height: 600px;
    }


    /* main */
    .main_biz .link, .main_perform .link{
        padding: 25px 20px;
        font-size: 14px;
    }
    .main_biz .link .plus_icon, .main_perform .link .plus_icon{
        right: 20px;
    }


    /* subPage */



    /* footer */

    
}