@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff; word-break: keep-all !important; padding-top: 110px;}

/* 폰트 설정 */
.body-layout, 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: none;
    box-shadow: 0 2px 2px rgba(0,0,0,0.15);
}
.navbar-header .navbar-brand{
    display: block;
    padding: 0;
    font-size: 20px;
    margin-left: 0 !important;
    width: 400px;
}
.navbar-header .navbar-brand img{
    margin-top: 20px;
    display: inline-block;
    vertical-align: bottom;
}

.nav.navbar-nav > li > a {
    display: block;
    height: 100%;
    padding: 50px 17px 40px;
    font-size: 17px;
    color: #222;
    font-weight: 600;
}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover{
    color: #3755ad;
    background-color: #f6f6f6;
}
.nav.navbar-nav li .dropdown-menu {
    left: auto;
    right: 0;
    /* transform: translateX(-50%); */
    border-radius: 0;
    border: 0;
    background: #fff;
    padding: 0;
    border-top: 1px solid #eee;
    border-left: 1px solid #ddd;
    box-shadow: 1px 2px 3px rgba(0,0,0,.3)!important;
}
.nav.navbar-nav li .dropdown-menu li a {
    padding: 8px 22px;
    color: #444;
    letter-spacing: -0.01em;
}
.nav.navbar-nav li .dropdown-menu li a:hover {
    background: #f0f0f0;
    color: #111;
}
/* //상단 네비게이션 */

/* 슬라이드 영역 */
.fill{
    height: 800px;
}
.container.container_slide{
	width: 100%;
	padding: 0;
}
.carousel-inner > .item{
    transition: all .8s ease-in-out !important;
}
.carousel-inner .item .carousel-caption{
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    padding:0;
}
.carousel-inner .item .carousel-caption h1{
    font-size: 55px;
    margin-top: 0;
    font-weight:600;
}
.carousel-inner .item .carousel-caption p{
    font-size: 22px;
    letter-spacing: -0.015em;
}
.carousel-inner .item .carousel-caption h1 span,
.carousel-inner .item .carousel-caption p span{
    background-color: transparent;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    opacity: 1;
	padding: 0;
}

.carousel-control > span{
    display: none !important;
}
.carousel-control.left{
    background: url('/skin/img/slide/arrow_prev.png') no-repeat center;
}
.carousel-control.right{
    background: url('/skin/img/slide/arrow_next.png') no-repeat center;
}

.carousel-indicators li{
    width: 110px !important;
    height: 5px !important;
    margin: 0 7px !important;
    background: rgba(255, 255, 255, 0.4);
    border: 0;
    border-radius: 0;
}
.carousel-indicators li.active{
    background: rgba(255, 255, 255,1);
}
/* //슬라이드 영역 */

/* 메인 중단영역 */
.mobile-btn-layout-container{
	display: none;
}
.container_contents, .intro-html-layout, .intro-html-layout > .col-sm-12{
    width: 100%;
    padding: 0;
    margin: 0;
}
.intro-html-layout > .col-sm-12 > [class^="main"]{
    /* padding-top: 150px; */
    /* padding-bottom: 180px; */
    padding: 120px 0;
}
.main-intro {
    background: #f8f8f8;
}
.intro-html-layout > .col-sm-12 > .main-intro {
    padding: 80px 0;
}
.main-intro img {
    margin-top: 15px;
}
.main-intro .row > div {
    padding: 0px 25px;
}
.main-intro p {
    font-size: 19px;
    color: #333;
    letter-spacing: -0.02em;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 950px;
}
.main-biz{
    position:relative;
}
/* .main-biz:before {
    content: "KSIS";
    bottom: -5%;
    right: 5%;
    position: absolute;
    font-size: 280px;
    font-weight: 900;
    color: #fbfbfb;
    line-height: 1;
    letter-spacing: -0.05em;
} */
.main-biz .m-biz-title h4 {
    font-size: 50px;
    text-align: center;
    margin: 0px 0 90px;
    color: #000;
    font-weight: 400;
    letter-spacing: -0.04em;
}
/* .main-biz .m-biz-title h4:after {
    content: "";
    width: 55px;
    height: 3px;
    background: #3755ad;
    display: block;
    margin: 40px auto 0px;
} */

/*2020-09-16 main*/
.main-core{
    
}
.main-core h4{
    font-size: 50px;
    text-align: center;
    margin: 0px 0 90px;
    color: #000;
    font-weight: 400;
    letter-spacing: -0.04em;
}
.main-core .m_core_serv{
    margin-bottom: 30px;
    display: block;
}
.main-core .m_core_serv img{
    border: 1px solid #2E3192;
    border-bottom: 0;
}
.main-core .m_core_serv .caption{
    background: #2E3192;
    padding: 15px 10px;
}
.main-core .m_core_serv .caption p{
    margin: 0;
    font-size: 17px;
    text-align: center;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
}
.main-core .row2{
    /* margin: 0; */
    /* text-align: center; */
}
.main-core .row2 > div{
    /* display: inline-block; */
    /* float: none; */
}

.main_number {
    background: #2E3192 url(/skin/img/sub/sub_title_network.jpg) no-repeat center / cover;
}
.main_number .m_num_wrap{
    
}
.main_number .m_num_wrap::after{
    content: '';
    display: table;
    clear: both;
}
.main_number .m_num_wrap .m_num{
    float: left;
    width: 20%;
}
.main_number .m_num_wrap .m_num p{
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
}
.main_number .m_num_wrap .m_num p.num .odometer{
    display: inline-block;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0.023em;
    margin: 0 5px;
    vertical-align: baseline;
}
.main_number .m_num_wrap .m_num p.num .num_title{
    display: block;
    font-size: 18px;
    margin: 15px 0 0;
    padding: 10px 0;
    font-weight: 500;
}
.main_number .m_num_wrap .m_num.n5 p.num .num_title{
    padding: 0;
}



@media (min-width: 1200px){
    /* .main-biz .row {
        margin-left: 5px;
        margin-right: 5px;
    } */
    .main-biz .col-md-4{
        width: 20%;
        padding: 0 5px;
    }
}
.main-biz .m-biz-box {
    display: block;
    height: 350px;
    background: #333;
    /* padding: 15px; */
    position: relative;
}
.main-biz .col-md-4:nth-child(1) .m-biz-box{
    background: url('/skin/img/main/m-biz01.jpg') no-repeat center / cover;
}
.main-biz .col-md-4:nth-child(2) .m-biz-box{
    background: url('/skin/img/main/m-biz02.jpg') no-repeat center / cover;
}
.main-biz .col-md-4:nth-child(3) .m-biz-box{
    background: url('/skin/img/main/m-biz03.jpg') no-repeat center / cover;
}
.main-biz .col-md-4:nth-child(4) .m-biz-box{
    background: url('/skin/img/main/m-biz04.jpg') no-repeat center / cover;
}
.main-biz .col-md-4:nth-child(5) .m-biz-box{
    background: url('/skin/img/main/m-biz05.jpg') no-repeat center / cover;
}
.main-biz .m-biz-box::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.13);
    position: absolute;
    top: 0;
    left: 0;
    transition: all ease 0.25s;
}
.main-biz .m-biz-box:hover{
    text-decoration: none;
}
.main-biz .m-biz-box:hover::before{
    background: rgba(0,0,0,0.6);
}
.main-biz .m-biz-box > span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding: 15px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.m-biz-content {
    margin-bottom: 150px;
}
.main-biz .container > div:nth-child(even) .row > div:nth-child(2) {
    padding-left: 60px;
}
.main-biz .container > div:nth-child(odd) .row .col-sm-pull-6 {
    padding-right: 50px;
}
.m-biz-content .caption h5 {
    font-size: 34px;
    letter-spacing: -0.05em;
    margin: 5px 0 20px;
    font-weight: 600;
}
.m-biz-content.b1 .caption h5 {
    margin-top: 90px;
}
.m-biz-content.b2 .caption h5 {
    margin-top: 55px;
}
.m-biz-content.b4 .caption h5 {
    margin-top: 100px;
}
.m-biz-content.b5 .caption h5 {
    margin-top: 150px;
}
.m-biz-content.b6 .caption h5{
    margin-top: 80px;
}
.m-biz-content img{
    border: 1px solid #d8d8d8;
}
.m-biz-content .caption p {
    font-size: 16px;
    letter-spacing: -0.015em;
    line-height: 1.65;
    color: #2f2f2f;
}
.m-biz-content .caption a {
    display: inline-block;
    margin: 50px 0 0;
    text-decoration: none;
    color: #fff;
    background: #3755ad;
    border-radius: 2px;
    padding: 12px 0px;
    text-align: center;
    width: 150px;
    transition: 0.2s;
}
.m-biz-content .caption a:after {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 16px;
    margin-left: 8px;
    transition: 0.2s;
}
.m-biz-content .caption a:hover{
    background:#4365ca;
}
.m-biz-content .caption a:hover:after {
    margin-left: 16px;
}
.m-biz-content .caption .list-biz {
    padding: 0;
    margin: 20px 0 0;
}
.m-biz-content .caption .list-biz li {
    margin: 4px 0;
    padding-left: 14px;
    position: relative;
    font-size: 15px;
    letter-spacing: -0.015em;
    line-height: 1.5;
    color: #2f2f2f;
}
.m-biz-content .caption .list-biz li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #666;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 10px;
}

/* //메인 중단영역 */

/* 서브페이지 */

.container.sub-layout {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.subHeader {
    height: 260px;
    background-color: #333;
    background-image: url(/skin/img/sub/sub_title.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#Business01 .subHeader{background-image: url(/skin/img/sub/sub_title_biz_1.jpg);}
#Business02 .subHeader{background-image: url(/skin/img/sub/sub_title_biz_2.jpg);}
#Business03 .subHeader{background-image: url(/skin/img/sub/sub_title_biz_3.jpg);}
#Business03-2022 .subHeader{background-image: url(/skin/img/sub/sub_title_biz_fuel.jpg);}
#Business04 .subHeader{background-image: url(/skin/img/sub/sub_title_biz_4.jpg);}
#Business05 .subHeader{background-image: url(/skin/img/sub/sub_title_biz_5.jpg);}
#Business06 .subHeader{background-image: url(/skin/img/sub/sub_title_biz_6.jpg);}
#Business07 .subHeader{background-image: url(/skin/img/sub/sub_title_biz_7.jpg);}
#Business08 .subHeader{background-image: url(/skin/img/sub/sub_title_biz_lng.jpg);}

[id^="Network"] .subHeader{background-image: url(/skin/img/sub/sub_title_network.jpg);}

#Report .subHeader{background-image: url(/skin/img/sub/sub_title_cert.jpg);}

#Contact .subHeader{background-image: url(/skin/img/sub/sub_title_contact.jpg);}
.subHeader .container::after{
    content: none;
}
.subHeader .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
}
.subHeader .container h2 {
    color: #fff;
    font-size: 50px;
    /* line-height: 245px; */
    /* height: 260px; */
    margin: 0;
    margin-top: 20px;
    font-weight: 600;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    letter-spacing: -0.017em;
    font-size: 48px;
    text-transform: uppercase;
}
.subHeader .container .breadcrumb {
    /* margin-top: auto; */
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    background: rgba(30, 29, 99, 0.9);
    border-radius: 0;
    padding: 14px 18px;
}
.subHeader .container .breadcrumb li{
    font-size:12px;
}
.subHeader .container .breadcrumb li a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    letter-spacing: 0;
}
.subHeader .container .breadcrumb li.active{
    color: #fff;
    text-transform: uppercase;
}
.breadcrumb>li+li:before {
    content: "\f105";
    font-family: "FontAwesome";
    color: rgba(255,255,255,0.5);
    padding: 0 8px;
}
.subBody {
    /* background:#eee; */
    background: linear-gradient(to top, #d9e8f1,#f4f8fb);
}
.subBody .container {
    padding: 90px 70px 40px;
    background: #fff url('/skin/img/sub/page-bg.png') no-repeat right top;
    max-width: 1140px;
    margin: 0 auto;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.subContent_title {
    font-size: 40px;
    font-weight: 600;
    /* text-align: center; */
    color: #2f2f2f;
    letter-spacing: -0.03em;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.25;
}
.subContent_inner {
    padding-top: 50px;
    padding-bottom: 50px;
/*
    border-top: 1px dashed #ddd;
*/
    margin-top: 50px;
}
[id^="Business"] .subContent_inner{
    border-top: 0;
    margin-top: 0;
}
.subContent_inner > .content{
    padding-bottom: 80px;
}
.subContent_inner h4 {
    font-size: 28px;
    margin-bottom: 30px;
    position: relative;
    color: #333;
    letter-spacing: -0.04em;
    font-weight: 400;
    padding-left: 30px;
}
.subContent_inner h4:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #0c83cc;
    position: absolute;
    left: 0;
    top: 5px;
    box-shadow: 6px 6px 0 #bed6ec;
}
#Business03-2022 .subContent_inner h5{
    font-size: 23px;
    font-weight: 600;
    margin: 0 0 30px;
}
.subContent_inner p {
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 1.8;
    color: #666;
}
.subContent .table {
    border-top: 2px solid #444;
    border-bottom: 2px solid #ddd;
    font-size: 15px;
    letter-spacing: -0.02em;
    color: #666;
}
.subContent .table tr th, 
.subContent .table tr td {
    padding: 15px 20px;
    border-bottom:1px solid #e4e4e4
}
.subContent .table thead th {
    color: #333;
    font-weight: 600;
    border-bottom: 1px solid #444;
    background: #f8f8f8;
}




#About01 .content p {
    margin-bottom: 30px;
}
/*
#About01 .con1 .intro-upper{
    background: url('/skin/img/sub/intro-bg.png') no-repeat center / cover;
}
*/
#About01 .content .list-box {
    padding: 40px 60px;
    margin-top: 50px;
    margin-bottom: 50px;
    background: url(/skin/img/sub/intro-bg.jpg) no-repeat center / cover;
    border-radius: 10px;
}
#About01 .content .list-box > .list-intro{
    padding: 0;
    margin-bottom: 0;
}
#About01 .content .list-box > .list-intro > li {
    color: #fff;
    font-size: 16px;
    padding:5px 20px 7px 18px;
    letter-spacing: -0.02em;
    position: relative;
}
#About01 .content .list-box > .list-intro > li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translate(-50%, -50%);
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
}
#About01 .content.con1 img{
    padding: 60px 100px;
}
#About01 .content .cert {
    margin: 0;
    padding: 50px 60px;
    background: #f8f8f8;
    border: 1px solid #aaa;
}
.cert img {
    border: 1px solid #ddd;
    padding: 4px;
    background: #fff;
    box-shadow: 3px 3px 3px #d2d2d2;
}

#About02 .inner{
    padding: 35px 0;
}
#About02 .dl-contact{
    padding-top: 30px;
    border-top: 1px solid #ddd;
}
#About02 .dl-contact dt{
    font-size: 22px;
    margin-bottom: 10px;
}
#About02 .dl-contact dd{
    padding-left: 14px;
    position: relative;
    font-size: 16px;
    margin-top: 5px;
}
#About02 .dl-contact dd::before{content: '';display: block;width: 5px;height: 1px;background: #777;position: absolute;left: 0;top: 12px;}
#About02 .dl-contact dd:nth-child(2){
    padding-left: 0;
    font-size: 18px;
    color: #2e3192;
}
#About02 .dl-contact dd:nth-child(2)::before{content: '';display: none;}
#About02 .con2 .goal .row {
    margin-left: -10px;
    margin-right: -10px;
}
#About02 .con2 .goal .row > div {
    padding: 0 10px;
}
/* #About02 .con2 .goal .inner {
    min-height: 180px;
    margin-bottom: 20px;
    padding: 22px 0 0;
    border-top: 2px solid #444;
}
#About02 .con2 .goal .inner h5 {
    font-size: 16px;
    color: #333;
    letter-spacing: -0.02em;
    font-weight: 600;
    margin: 0 0 12px;
} */
#About02 .con2 .goal .inner {
    min-height: 180px;
    margin-bottom: 20px;
    padding: 22px 0 0;
    border-top: 1px solid #ccc;
}
#About02 .con2 .goal .inner h5 {
    font-size: 15px;
    letter-spacing: -0.02em;
    margin: 0 0 12px;
    font-weight: 500;
    background: #34a0e2;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    padding: 5px 10px;
}
#About02 .con2 .goal .inner p {
    font-size: 15px;
    line-height: 1.55;
}
#About03 .timeline {
    border-top: 2px solid #444;
    padding-top: 30px;
}
#About03 .timeline .time-box {
    margin-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 30px;
}
#About03 .timeline .time-box .year {
    font-size: 46px;
    font-weight: 500;
    color: #333;
    text-align: left;
}
#About03 .timeline .time-box .list-issue {
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
}
#About03 .timeline .time-box .list-issue li {
    font-size: 16px;
    margin: 0;
    padding: 3px 0;
    padding-left: 65px;
    letter-spacing: -0.02em;
    line-height: 1.55;
    color: #666;
    position: relative;
}
#About03 .timeline .time-box .list-issue li::after{
    content: '';
    clear: both;
    display: table;
}
#About03 .timeline .time-box .list-issue li span {
    font-weight: 500;
    background: #34a0e2;
    float: left;
    position: absolute;
    left: 0;
    top: 3px;
    color: #fff;
    border-radius: 50px;
    padding: 1px 10px;
    font-size: 14px;
}
#About05 .terms{
    margin-bottom: 40px;
}
#About02 .inner h5,
#About05 .terms h5{
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 11px;
    text-transform: uppercase;
}
#About02 .inner h5 .num,
#About05 .terms h5 .num{
    display: inline-block;
    background: #2e3192;
    color: #fff;
    line-height: 26px;
    width: 26px;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    vertical-align: top;
    margin-right: 10px;
}
#About05 .terms p{}
#About05 .terms .li-term{
    padding: 0;
    margin: 0;
}
#About05 .terms .li-term > li{
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 1.8;
    color: #666;
    padding-left: 30px;
    position: relative;
    margin: 10px 0 0;
}
#About05 .terms .li-term > li .num{
    position: absolute;
    left: 0;
}
#About05 .con1 a{
    display: block;
    border: 1px solid #161978;
    text-align: center;
    line-height: 1;
    padding: 15px;
    font-size: 19px;
    font-weight: 300;
    color: #000;
}
#About05 .con1 a i{
    margin-left: 10px;
}
#About05 .con1 a:hover{
    text-decoration: none;
    background: #161978;
    color: #fff;
}

#Network01 .location-box{
    padding-bottom: 80px;
}
#Network01 .location-box h5{
    font-size: 20px;
    color: #3755ad;
    letter-spacing: -0.02em;
    font-weight: 600;
    margin: 0 0 15px;
    display: inline-block;
    border-bottom: 1px solid;
    padding-bottom: 3px;
}
#Network01 .list-location {
    padding: 0;
    border-top: 2px solid #444;
    margin-top: 20px;
}
#Network01 .list-location > li {
    padding: 15px 0;
    border-bottom: 1px solid #e4e4e4;
    font-size: 16px;
    color: #666;
    letter-spacing: -0.02em;
}
#Network01 .list-location > li::after{
    content: '';
    clear: both;
    display: table;
}
#Network01 .list-location > li > span {
    display: block;
    width: 80px;
    font-weight: 600;
    float: left;
    margin-right: 15px;
    color: #333;
}

[id^="Business"] .list-biz {
    background: #f9f9f9;
    padding: 40px 60px;
    /*margin: 30px 0;*/
    border-radius: 10px;
}
/*
#Business01 .list-biz{
    background: url('/skin/img/sub/oil-bg.jpg') no-repeat center / cover;
}

#Business02 .con1 .list-biz{
    background: url('/skin/img/sub/cargo-bg.jpg') no-repeat center / cover;
}
#Business02 .con2 .list-biz{
    background: url('/skin/img/sub/marine-bg.jpg') no-repeat center / cover;
}


[id^="Business03"] .con1 .list-biz{
    background: url('/skin/img/sub/agri-bg.jpg') no-repeat center / cover;
}
[id^="Business03"] .con2 .fruit{
    background: url('/skin/img/sub/fruit-bg.jpg') no-repeat center / cover;
    padding: 40px 60px;
    margin: 30px 0;
    border-radius: 10px;
}
*/
[id^="Business"] .list-biz::after{
    content: '';
    clear: both;
    display: table;
}
[id^="Business"] .list-biz > li {
    color: #333;
    font-size: 16px;
    padding:5px 20px 7px 18px;
    position: relative;
    letter-spacing: -0.02em;
}
[id^="Business"] .list-biz > li:before{
    content: '';
    position: absolute;
    top: 14px;
    left: 5px;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #333;
}
#Business01 .content .content-box, #Business06 .content .content-box{
    padding-bottom: 50px;
}
#Business01 .content .content-box h5,
 #Business05 .content h4+h5,
 #Business08 .content h5 {
    font-size: 20px;
    color: #3755ad;
    letter-spacing: -0.02em;
    font-weight: 600;
    margin: 0 0 15px;
    display: inline-block;
    border-bottom: 1px solid;
    padding-bottom: 3px;
}

#Business08 .lng-spec {
    margin-bottom: 40px;
}

#Business08 .intro {
    margin-bottom: 50px;
}

#Business02 .content .img-box{
    padding: 50px 100px;
    background: #f0f0f0;
    border-radius: 10px;
}
#Business02 .content .img-box img {
    border: 1px solid #ddd;
    padding: 7px;
    background: #fff;
    box-shadow: 5px 5px 0 rgba(0,0,0,0.08);
}

[id^="Business03"] .content .fruit{
    background: #f9f9f9;
    padding: 40px 60px;
    /* margin: 30px 0; */
    border-radius: 10px;
}
[id^="Business03"] .content .fruit img{
    display: inline-block;
    width: 80px;
    margin-right: 25px;

}
[id^="Business03"] .content .fruit span{
    font-size: 20px;
    color: #333;
}
[id^="Business"] .content img {
    border-radius: 8px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    -o-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
#Business01 .content > img{
    box-shadow: none;
    border-radius: 0;
    margin: 80px auto;
}
#Business01 .content.con2 .row{
    margin-top: 30px;
}
.li_inner{
    padding: 0;
    margin: 0;
}
.li_inner li{
    position: relative;
    font-size: 16px;
    padding: 0px 0px 0px 15px;
    line-height: 1.4;
    margin-bottom: 6px;
}
.li_inner li::before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0C83CC;
    position: absolute;
    top: 10px;
    left: 3px;
}
#Business02 .content.con1 img:nth-child(1){
    margin-bottom: 20px;
}
#Business02 .content.con1 .list-biz{
    padding: 40px 25px;
    background: none;
}
#Business04 .content .cal-box {
    margin: 40px 0 50px;
    background: #f6f6f6;
    /* border: 1px solid #e4e4e4; */
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.12156862745098039);
    border-left: 1px solid #ddd;
}
#Business04 .content .cal-box h5 {
    margin: 0;
    padding: 15px 10px;
    background: #5ab5ec;
    color: #fff;
    font-size: 16px;
    letter-spacing: -0.02em;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}
[id^="Business"] .content .cal-box img {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border-radius: 0;
}
#Business04 .content .cal-box .list-inner {
    padding: 13px 13px;
    margin-bottom: 0;
    min-height: 260px;
}
#Business04 .content .cal-box .list-inner > li {
    font-size: 15px;
    padding: 3px 0 3px 10px;
    position: relative;
    letter-spacing: -0.02em;
    line-height: 1.4;
    color: #555;
}
#Business04 .content .cal-box .list-inner > li::before {
    content: '-';
    position: absolute;
    left: 0;
    top: 2px;
}
#Business04 .content .cal-contact {
    padding: 30px;
    margin-bottom: 0;
    min-height: 240px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #ddd;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
#Business04 .content .cal-contact dt {
    font-size: 16px;
    margin-bottom: 15px;
    color: #3755ad;
    line-height: 1.35;
    letter-spacing: -0.02em;
    margin: 0 0 20px;
}
#Business04 .content .cal-contact dd {
    font-size: 15px;
    letter-spacing: -0.02em;
    color: #666;
}
#Business04 .content .cal-contact dd > span{
    font-weight: 600;
    margin-right: 20px;
    width: 86px;
    display: inline-block;
    padding: 3px 0;
    color:#333;
 }
[id^="Business03"] .intro {
    font-size: 20px;
    margin-bottom: 80px;
    line-height: 1.5;
    font-weight: 500;
    color: #555;
    padding: 50px 60px;
    background: #f8f8f8;
    border-radius: 10px;
}
#Business03-2022 .intro {
    margin-bottom: 45px
}
[id^="Business03"] .intro > b {
    color: #3755ad;
}
[id^="Business03"] .list-content {
    padding: 0;
    margin: 10px 0 40px;
}
[id^="Business03"] .list-content > li {
    padding: 3px 20px;
    font-size: 16px;
    position: relative;
    letter-spacing: -0.02em;
    color: #333;
}
[id^="Business03"] .list-content > li::before {
    content: '';
    position: absolute;
    top: 13px;
    left: 6px;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #444;
}
[id^="Business03"] .col-md-7 .rate-spec {
    margin: 25px 0 35px 10px;
}
[id^="Business03"] .rate-spec:last-child{
    border: 0;
    padding: 0;
}
#Business03-2022 .rate-spec{
    padding-right: 45px;
}
#Business03-2022 .rate-spec + .rate-spec{
    margin-top: 30px;
}
[id^="Business03"] .row + .rate-spec{
    margin-top: 40px;
}
[id^="Business03"] .rate-spec h6 {
    font-size: 16px;
    color: #333;
    margin: 0 0 12px;
    font-weight: 600;
    letter-spacing: -0.02em;
}
[id^="Business03"] .rate-spec .list-inner{
    padding-left: 10px;
}
[id^="Business03"] .rate-spec .list-inner > li {
    font-size: 15px;
    padding-left: 10px;
    position: relative;
    letter-spacing: -0.02em;
    color: #666;
    margin: 3px 0;
}
[id^="Business03"] .rate-spec .list-inner > li::before {
    content: '-';
    position: absolute;
    left: 0;
}

[id^="Business03"] .rate-spec table tr th, 
[id^="Business03"] .rate-spec table tr td{
    text-align: center;
    vertical-align: middle;
}
[id^="Business03"] .rate-spec table tr td:first-child{
    background: #fcfcfc;
    font-weight:600;

}

[id^="Business03"] .content h4+h5 {
    border-bottom: none;
    margin: 0;
    color: #333;
    letter-spacing: -0.04em;
}
[id^="Business03"] .rate-spec table {
    border-top: none;
}
[id^="Business03"] .rate-spec table thead th {
    background: #2c8c73;
    border-bottom: none;
    color: #fff;
}
#Business03 .content h4 {
    color: #2d8c72;
    font-weight: 400;
    padding-left: 0;
    font-size: 32px;
    margin-bottom: 35px;
}
#Business03 .content h4:before{
    content:none
}
#Business03-2022 .content > .row{
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}
#Business03-2022 .content > .row > div:nth-child(1){
    width: 65%;
}
#Business03-2022 .content > .row > div:nth-child(2){}
#Business07 .subContent_inner .list-biz{
    margin-bottom: 40px;
}
#Business07 .content img{
    margin-bottom: 30px
}
#Network01 .con1 .nav{
    border: 0;
    margin: 50px 0 0;
}
#Network01 .con1 .nav  > li{
    margin: 0;
    border: 0;
    width: calc(100% / 5);
}
#Network01 .con1 .nav  > li > a{
    border-color: #ddd;
    text-align: center;
    color: #666;
margin-bottom: 1px;}
#Network01 .con1 .nav  > li.active > a{
    color: #fff;
    background: #26296A;
    border-color: #26296A;
}

#Network02 .img-box{
    margin-bottom: 50px;
}
#Network02 .img-box + .row{}
#Network02 .list-inter dt{
    color: #fff;
    background: #2E3092;
    padding: 10px 15px;
    font-size: 20px;
    text-align: center;
}
#Network02 .list-inter dd{
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    background: #fafafa;
}
#Network02 .list-inter dd > .fa{
    margin-right: 10px;
}
.inter-contact{
    text-align: center;
    padding: 0 217px;
}
.inter-contact p{
    font-size: 18px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fafafa;
    border-radius: 50px;
}
.inter-contact p b{
    padding: 4px 30px;
    border-radius: 50px;
    color: #fff;
    background: #2e3192;
    /* margin-right: 30px; */
}
.inter-contact p span{
    text-align: left;
    padding: 0 0 0px 50px;
}
.inter-contact p > *{
    display: block;
    flex: 1;
}

#Network02 .link {
    display: block;
    width: 250px;
    text-align: center;
    padding: 22px 0;
    line-height: 1;
    font-size: 20px;
    margin: 50px auto 0;
    border: 2px solid #2E3092;
    color: #2E3092;
    letter-spacing: -0.015em;
    font-weight: 500;
    border-radius: 50px;
}
#Network02 .link:hover{
    text-decoration: none;
    color: #fff;
    background: #2E3092;
}

#Report .con0{
    padding-bottom: 0;
    padding-top: 80px;
}
#Report .con0 h4{
    padding: 0;
    text-align: center;
}
#Report .con0 h4::before{
    display: none;
}
#Report .con0 h4::after{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #0c83cc;
    margin: 43px auto;
    box-shadow: 0px 10px rgba(12,131,204,0.6);
}
#Report .con0 p{
    text-align: center;
}
#Report .con0 p span{
    color: #FFB352;
    font-weight: 500;
}
#Report .con1 {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 600px;
    width: 630px;
    margin: 0 auto;
}#Report .con1 > div {
    position: absolute;
    width: 1135px;
    top: -460px;
    left: -367px;
    height: 1000px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    overflow-y: auto;
    overflow-x: hidden;
}#Report .con1 > div > iframe {
    position: relative;
}


#Contact + div + p,#Contact + p{
    display: none;
}

#Contact .bbs-area,
#Verify .bbs-area{
	padding: 60px 60px;
	background: #f5f5f5;
}
#Contact #mod_type_formForm .q_number::after,
#Verify #mod_type_formForm .q_number::after{
    content: '';
    display: table;
    clear: both;
}
#Contact #mod_type_formForm .q_number > .col-sm-12,
#Verify #mod_type_formForm .q_number > .col-sm-12{float: left;}
#Contact #mod_type_formForm .q_number > .col-sm-12:nth-child(1){
    width: 20%;
}
#Contact #mod_type_formForm .q_number > .col-sm-12:nth-child(2),
#Verify #mod_type_formForm .q_number > .col-sm-12:nth-child(2){display: none;}
#Contact #mod_type_formForm .q_number > .col-sm-12:last-child{
    display: block !important;
    width: 80%;
}

#Verify #mod_type_formForm .q_number > .col-sm-12:nth-child(1){
    width: 30%;
}
#Verify #mod_type_formForm .q_number > .col-sm-12:last-child{
    display: block !important;
    width: 70%;
}

#Contact #mod_type_formForm .q_number .pull-left i,
#Verify #mod_type_formForm .q_number .pull-left i{
   display: none; 
}
#Contact #mod_type_formForm .q_number .pull-left,
#Verify #mod_type_formForm .q_number .pull-left{
    margin: 0;
}
#Contact #mod_type_formForm .q_number > .col-sm-12:last-child > *,
#Verify #mod_type_formForm .q_number > .col-sm-12:last-child > *{
    border-radius: 0;
}
#Verify .note{color: #f00;font-size: 13px;/* font-weight: 300; */text-align: right;padding: 5px 0;margin: 0;font-style: italic;}
#mailForm{
	width: 100%;
	margin: 0 auto;
}
#mailForm .form-group{
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#mailForm .form-group:after{
	content: '';
	display: table;
	clear: both;
}
#mailForm .form-group label {
    float: left;
    width: 20%;
    font-size: 16px;
    margin: 8px 0 0;
}
#mailForm .form-group label[for="mail_agree"]{
	width: 100%;
	font-size: 12px;
}
#mailForm .form-group .form-control{
	float: left;
	width: 80%;
	border-radius: 0;
	height:auto;
}
.bbs-area #mailForm .btn, .bbs-area #mod_type_formForm .btn-primary {
    padding: 15px 15px;
    background: #26296A;
    border: none;
    border-radius: 0;
    max-width: 200px;
    margin: 0 auto;
    float: none !important;
}
/* //서브페이지 */

/* 푸터 */

.footer_copy .text-center {
    text-align: left;
    padding: 55px 0;
    background: #2f2f2f;
    color:#e2e2e2;
    font-size: 13px;
    letter-spacing: -0.01em;
}
.footer_copy .wrap-footer .footer-text p{
    font-size: 15px;
}
.footer_copy .wrap-footer .footer-text ul{
    padding-left: 0;
    margin-bottom: 2px;
}
.footer_copy .wrap-footer .footer-text ul:after{
    content: '';
    clear: both;
    display: table;
}
.footer_copy .wrap-footer .footer-text ul li{
    float: left;
    margin-right: 12px;
}
.footer_copy .wrap-footer .footer-text ul li address{
    margin-bottom: 0;
}
.footer_copy .wrap-footer .footer-text .copyrights {
    display: block;
    margin-top: 15px;
    opacity: 0.6;
}

/* //푸터 */


.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;
}

/* login */

.login-layout,
.id-find-layout,
.pw-find-layout {
    background: #f6f6f6;
    padding: 100px 15px;
	margin-top:-30px;
}

.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel {
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}

.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr {
    display: none;
}

.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body {
    padding: 0;
}

.login-layout .panel-body > div.col-sm-12,
.id-find-layout .panel-body > div.col-sm-12,
.pw-find-layout .panel-body > div.col-sm-12 {
    float: none;
}

.login-layout .panel-body > div.col-sm-12 h2,
.id-find-layout .panel-body > div.col-sm-12 h2,
.pw-find-layout .panel-body > div.col-sm-12 h2 {
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}

.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}

.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}

.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

.login-layout label,
.id-find-layout label,
.pw-find-layout label {
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}

.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control {
	border-radius: 0px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}

.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus {
    border-color: #41b6f9;
}

.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #41b6f9;
    border-radius: 0px;
    border: none;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    transition: all ease 0.3s;
}

.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover {
    background: #2494d4;
}

.login-layout form > div > p,
.id-find-layout form > div > p,
.pw-find-layout form > div > p {
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}

.login-layout form > div > p + p,
.id-find-layout form > div > p + p,
.pw-find-layout form > div > p + p {
    border-left: 1px solid #ccc;
}

.login-layout form > div > p > a,
.id-find-layout form > div > p > a,
.pw-find-layout form > div > p > a {
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

@media (max-width:768px) {

    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }

    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }

    .login-layout .panel-body > div.col-sm-12 h2,
    .id-find-layout .panel-body > div.col-sm-12 h2,
    .pw-find-layout .panel-body > div.col-sm-12 h2 {
        font-size: 24px;
    }

    .inner-box-msg p {
        font-size: 12px;
    }

    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }

    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control {
        font-size: 13px;
        height: 36px;
    }

    .login-layout form > div > p > a,
    .id-find-layout form > div > p > a,
    .pw-find-layout form > div > p > a {
        font-size: 12px;
    }

    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning {
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
}

@media (max-width: 767px){
    .body-layout{padding-top: 83px;}
    .navbar-header .navbar-brand {
        width: 240px;
        margin-left: 15px !important;
    }
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 0;
        background: none;
        margin: 32px 15px 33px 0;
    }
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background: none;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #2e3192;
    }
    .navbar-header .navbar-brand img {
        margin-top: 15px;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 6px;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 24px;
        height: 2px;
        border-radius: 1px;
    }
    .nav.navbar-nav > li > a {
        display: block;
        height: 100%;
        padding: 15px 17px;
    }
    .nav.navbar-nav li .dropdown-menu{
        box-shadow: none !important;
        border: 0;
        border-bottom: 1px solid #e6e6e6
    }
    .fill {
        height: 400px;
    }
    .carousel-inner .item .carousel-caption h1 {
        font-size: 7.1vw;
    }
    .carousel-inner .item .carousel-caption p {
        font-size: 4vw;
    }
    .carousel-indicators li {
        width: 25px !important;
    }
    #myCarousel .carousel-control{    background-size: 50%;}

    .main-core h4 {
        font-size: 9vw;
    }
    .main_number .m_num_wrap .m_num{
        width: 100%;
        margin-bottom: 25px;
    }
    .main_number .m_num_wrap .m_num p.num .num_title {
        font-size: 12px;
        margin: 0px 0 0;
    }

    .subHeader {
        height: 180px;
    }
    .subHeader .container h2 {
        line-height: 1.3;
        /* height: 180px; */
        margin-top: 0;
        margin-bottom: 30px;
        font-size: 32px;
    }
    #About05 .subHeader .container h2 {
        line-height: normal;
        /* height: 180px; */
        font-size: 27px;
        padding-top: 24px;
    }
    #Business05 .subHeader .container h2,
    #Business06 .subHeader .container h2 {
        line-height: 1.4;
        /* height: 180px; */
        font-size: 25px;
        padding-top: 30px;
    }
    #Business05 .subHeader .container h2{
        padding-top: 50px;
        font-size: 28px;
    }
    .subHeader .container .breadcrumb {
        margin-top: -50px;
        height: 50px;
        background: rgba(30, 29, 99, 0.9);
        border-radius: 0;
        padding: 14px 10px;
    }
    .subHeader .container .breadcrumb li a, .subHeader .container .breadcrumb li.active {
        letter-spacing: -0.04em;
        font-size: 11px;
    }
    .breadcrumb>li+li:before {
        content: "\f105";
        font-family: "FontAwesome";
        color: rgba(255,255,255,0.5);
        padding: 0 0px;
    }
    .subBody .container {
        padding: 30px 15px;
    }

    [id^="Business"] .list-biz {
        background: #f9f9f9;
        padding: 30px 20px;
    }
    #Business01 .content > img {
        box-shadow: none;
        border-radius: 0;
        margin: 30px auto;
    }
    .subContent_inner h4 {
        font-size: 24px;
    }
    [id^="Business"] .content img{
        margin: 0 auto 30px;
    }
    #About01 .content .cert {
        margin: 0;
        padding: 15px;
    }
    .cert .cert-box{margin: 10px 0;}
    #About02 .inner h5, #About05 .terms h5 {
        font-size: 19px;
        letter-spacing: -0.023em;
    }
    [id^="Business03"] .intro {
        font-size: 17px;
        margin-bottom: 80px;
        line-height: 1.5;
        font-weight: 500;
        color: #555;
        padding: 30px;
    }
    #Business03 .content h4 {
        color: #2d8c72;
        font-weight: 400;
        padding-left: 0;
        font-size: 22px;
    }
    #Network01 .con1 .nav > li {
        width: 100%;
    }
    #Network01 .list-location > li > span {
        float: none;
    }
    .inter-contact {
        padding: 0;
    }
    .inter-contact p {
        display: block;
        border-radius: 0px;
    }
    .inter-contact p span {
        text-align: center;
        padding: 10px 0px;
    }
    #Contact .bbs-area {
        padding: 30px;
        background: #f5f5f5;
      }
    #Contact #mod_type_formForm .q_number > .col-sm-12:nth-child(1),
    #Contact #mod_type_formForm .q_number > .col-sm-12:last-child{width: 100%;}
    #Business03-2022 .content > .row {
        display: flex;
        align-items: flex-start;
        margin-bottom: 45px;
        flex-direction: column;
    }
    #Business03-2022 .rate-spec {
        padding-right: 0;
        margin-bottom: 30px;
    }
    #Business03-2022 .content > .row > div:nth-child(1),
    #Business03-2022 .content > .row > div:nth-child(2){
        width: 100%;
    }
    #Contact .bbs-area, #Verify .bbs-area{
        padding: 25px 15px;
    }
    :is(#Contact .bbs-area, #Verify .bbs-area) #mod_type_formForm{
        margin-bottom: 0 !important;
    }
    :is(#Contact .bbs-area, #Verify .bbs-area) #mod_type_formForm .q_number input{
        margin-bottom: 15px;
    }
    :is(#Contact .bbs-area, #Verify .bbs-area) #mod_type_formForm .q_number > .col-sm-12{
        width: 100%;
    }

    :is(#Contact .bbs-area, #Verify .bbs-area) .q_number{
        display: flex;
        flex-direction: column;
    }
    :is(#Contact .bbs-area, #Verify .bbs-area) h3{
        width: 100%;
        font-size: 15px;
        margin-bottom: 5px !important;
    }
    .q_number, .btn-wrap{
        float: inherit !important;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    .body-layout{padding-top: 82px;}
    .navbar-header .navbar-brand {
        display: block;
        padding: 0;
        font-size: 20px;
        margin-left: 0 !important;
        width: 190px;
    }
    .nav.navbar-nav > li > a {
        padding: 31px 9px 31px;
        font-size: 13px;
    }

    .fill {
        height: 500px;
    }
    .carousel-indicators li {
        width: 75px !important;
    }
    .carousel-inner .item .carousel-caption h1 {
        font-size: 46px;
    }
    .carousel-inner .item .carousel-caption p {
        font-size: 18px;
    }
    .main-core .m_core_serv .caption p {
        margin: 0;
        font-size: 16px;
    }
    .main_number .m_num_wrap .m_num p.num .num_title {
        display: block;
        font-size: 14px;
    }
    .subHeader .container h2 {
        font-size: 32px;
    }
    .li_inner li {
        position: relative;
        font-size: 15px
    }
    [id^="Business"] .list-biz {
        background: #f9f9f9;
        padding: 25px;
    }
    #Business02 .content.con1 .list-biz {
        padding: 15px 0px;
        background: none;
    }
    #Business02 .content.con1 .list-biz:first-child{margin-bottom: 0;padding-bottom: 0;}
    #Business02 .content.con1 .list-biz:last-child{margin-top: 0;padding-top: 0;}
    [id^="Business03"] .intro {
        font-size: 18px;
        padding: 30px;
    }
    #Network01 .con1 .nav > li > a {
        font-size: 12px;
    }
    .inter-contact {
        text-align: center;
        padding: 0 0px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    .body-layout{padding-top: 92px;}
    .navbar-header .navbar-brand {
        width: 250px;
    }
    .nav.navbar-nav > li > a {
        display: block;
        height: 100%;
        padding: 37px 14px 35px;
        font-size: 16px;
        color: #222;
        font-weight: 600;
    }

    .fill {
        height: 600px;
    }
    .carousel-indicators li {
        width: 90px !important;
    }

    .subHeader .container h2 {
        font-size: 39px;
    }
    .inter-contact {
        padding: 0 140px;
    }
}