@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.7.2/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.7.2/css/v4-shims.css);
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff;}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr',  "NanumGothic", "나눔고딕", 'NanumBarunGothic', '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;
}

/*가로 100% 레이아웃 정의*/
.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;
}
*{word-break:keep-all}

/* login */

.login-layout,
.id-find-layout,
.pw-find-layout{
    background: #f5f5f5;
    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{
    box-shadow: none;
    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: #aaa;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #888;
    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: #333;
}
.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;
    }
}
.li-dash > li,
.li-dot > li,.li-dash >dd,
.li-dot > dd{padding-left:15px; 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:'·';
}
*{word-break:keep-all}
.subContent ul{padding:0; margin: 0 0 20px;}
/*상단 메뉴 설정 시작*/
.navbar-inverse{
background: #fff;
    border-color: transparent;
    padding: 0;
    margin: 0;
    box-shadow: 2px 2px 5px rgba(190,190,190,0.4);
}
/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-brand {
    padding: 0;
    margin-left: 0 ;
    margin: 18px 0;
}
.navbar-brand img {
    margin-top: 0;
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-nav > li > a {
    background-color: transparent;
    color: #333;
    font-size: 16px;
    padding: 13px 25px 40px 25px;
    margin: 0px 0px 0px 0px;
    font-weight: 600;
    letter-spacing: 0;
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus, 
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #999;
    background: rgba(0,0,0,0);
}
.navbar-nav{
	margin-top: 25px;
}
/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
@media screen and (min-width: 768px) {	
	.navbar-inverse .navbar-nav .dropdown-menu {
		box-shadow: 0 2px 2px rgba(0,0,0,0.2);
		-webkit-border-radius: 0;
		border-radius: 0;
		padding: 5px 15px 15px;
		background-color: rgba(255, 255, 255, 1);
		border-radius: 0;
		border: none;
		animation-duration: .3s;
		animation-fill-mode: both;
		animation-name: fadeInRight;
		left: 0;
		right: auto;
	}

	.navbar-inverse .navbar-nav .dropdown-menu > li > a {
		position: relative;
	}
	
	.navbar-inverse .navbar-nav > li:last-child .dropdown-menu {
		left: auto;
		right: 0;
	}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li > a {
		background-color: transparent;
		color: #555;
		padding: 7px 15px;
		font-size: 13px;
		line-height: 1;
	}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
		background-color: transparent;
		color: #222;
		text-decoration: underline !important;
	}
}
/* 상단 서브 메뉴 설정 끝*/

/* 하단 카피라이트 설정 시작*/
body > .navbar-fixed-bottom .text-center{
	background:#ffffff;           /*배경 색*/
	color:#999999;                /*텍스트 색*/
	font-size:14px;               /*텍스트 크기*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:0px 0px 0px 0px;       /*외부 여백*/
	text-align:center;            /*텍스트 정렬*/
}
.footer_copy .text-center{
    background-color: #383838;
    color: #999999;
    font-size: 14px;
    padding: 40px 0 30px;
    margin: 0;
    text-align: center;
}
.footer_copy .text-center ul{padding:0;margin: 0;}
.footer_copy .text-center ul li{    display: inline-block;    margin-right: 10px; letter-spacing: -0.02em;}
.footer_copy .text-center ul li:first-child{display:block}
.footer_copy .text-center ul li strong{margin-bottom:5px;display:block;font-size:16px}
.footer_copy .text-center p.copy {    opacity: .6;font-weight:300}
/* 하단 카피라이트 설정 끝*/

/*slide*/
.carousel-inner .item{    width: 100%;
    height: 600px;}
.carousel-inner .item:nth-of-type(2){    background: url(/skin/img/slide/slide01.jpg)no-repeat center / cover;}
.carousel-inner .item:nth-of-type(3){    background: url(/skin/img/slide/slide02.jpg)no-repeat center / cover;}
.carousel-caption{left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%,-50%);
    padding: 0;}
.carousel-caption .company_name {
    position: relative;
    display: inline-block;
    width: 95px;
    height: 30px;
    background: #ffffff;
    text-shadow: none;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 30px;
    color: #111;
    margin: 0 0 45px;
}

.carousel-caption .company_name:before {
    content: "";
    width: 10px;
    height: 30px;
    border-top: 15px solid rgba(0,0,0,0);
    border-right: 5px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    border-left: 5px solid rgba(0,0,0,0);
    position: absolute;
    left: -9.5px;
}
.carousel-caption .company_name:after {
    content: "";
    width: 10px;
    height: 30px;
    border-top: 15px solid #ffffff;
    border-left: 5px solid #ffffff;
    border-bottom: 15px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    position: absolute;
    right: -9.5px;}
.carousel-caption h2 {
    margin: 0 0 20px;
    font-size: 60px;
    font-weight: 600;
}
.carousel-caption p {
    font-size: 28px;
	font-weight: 300;
}
.carousel-indicators li {
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
    opacity: 0.6;
    margin: 0 5px 0
}

.carousel-indicators li.active {
    opacity: 1;    width: 13px;
    height: 13px;margin: 0 5px 0
}
/*main*/
.container_contents,.sub-layout{padding-top:100px}

.main-business01 {    padding: 80px 0 100px;background:url(/skin/img/main/mainbusi01.png)no-repeat right bottom;width:100%;}
.main-business01 h3 {
    text-align: center;
    font-weight: 600;
    font-size: 38px;
    color: #333;
    margin: 0 0 40px;
}
.main-business01 .main01 .main_busi01_inner{    background: url(/skin/img/main/main01.jpg)no-repeat center / cover;
    text-align: center;width:100%;height:420px}
.main-business01 .main02 .main_busi01_inner{    background: url(/skin/img/main/main02.jpg)no-repeat center / cover;
    text-align: center;width:100%;height:420px}
.main-business01 .main03 .main_busi01_inner{    background: url(/skin/img/main/main03.jpg)no-repeat center / cover;
    text-align: center;width:100%;height:420px;}
.main-business01 .main_busi01_inner a{     display: block;
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 100%;
    position: relative;    overflow: hidden; transition:all ease .3s}
.main-business01 .main_busi01_inner a:before{   content: "";
    width: 120px;
    height: 120px;
    background: #fff;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    left: -60px;
    top: -60px;
    cursor: auto;}
.main-business01 .main_busi01_inner a dl{position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);width:100%}
.main-business01 .main_busi01_inner a dl dt{      font-size: 28px;
    margin-bottom: 15px;
    font-weight: 500;}
.main-business01 .main_busi01_inner a dl dd{font-size: 17px;
    font-weight: 300;
    margin-bottom: 10px;}
.main-business01 .main_busi01_inner a img{margin-top:30px; opacity:0.5}
.main-business01 .main01 .main_busi01_inner a:hover{background:rgba(0,0,0,0.4)}
.main-business01 .main02 .main_busi01_inner a:hover{background:rgba(184, 67, 83, 0.4)}
.main-business01 .main03 .main_busi01_inner a:hover{background:rgba(69, 102, 147, 0.4)}

.main-business02{padding-bottom:80px}
.main_busi02_inner_left {
    background: #d9d9d9 url(/skin/img/main/main_busi02_bg_left.jpg) no-repeat right center;
    overflow: hidden;
    padding: 50px 50px 0 0;
    min-height: 195px;
}
.main_busi02_inner_left:before {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    background: #d9d9d9;
    top: 0;
    left: -100%;
    z-index: -1;}
@media(min-width:768px){
	.main-business02 .col-md-6{padding:0}
}
.main-business02 .col-md-6 >div p {
    font-size: 26px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}
.main-business02 .col-md-6 >div a {
    display: inline-block;
    width: 160px;
    height: 45px;
    border: 1px solid #333;
    color: #333;
    font-weight: 500;
    padding: 0 15px;
    font-size: 13px;
    text-decoration: none;
    line-height: 43px;
    letter-spacing: 0.05em;
}
.main-business02 .col-md-6 a i {
    float: right;
    line-height: 43px;
}
.main_busi02_inner_right {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #666 url(/skin/img/main/main_busi02_bg_right.jpg) no-repeat left center;
    padding: 50px 0px 0 50px;
    margin-right: 15px;
    min-height: 195px;
    color: #fff;
}
.main_busi02_inner_right:before{
	content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    background: #666;
    top: 0;
    right: -100%;
    z-index: -1;
}
.main-business02 .col-md-6 .main_busi02_inner_right p{
	color:#fff
}
.main-business02 .col-md-6 .main_busi02_inner_right a {
    color: #fff;
    border: 1px solid #fff;
}
.main-business02 .col-md-6 >div a:hover {
    background: rgba(0,0,0,0.2);
}

.main-business03{padding-bottom:100px}
.main-business03 .main_header {overflow:hidden}
.main-business03 h4{   font-size: 22px;
    font-weight: 600;
    color: #111;
    margin-bottom: 20px;
    margin-top: 0;
    float: left;}
.main-business03 .main_header a{        display: inline-block;
    border: 1px solid #ddd;
    float: right;}
.main-business03 .main_header a img{    padding: 5px;}


.main_busi03_left_inner {
    background: url(/skin/img/main/main_global_bg.jpg)no-repeat center / cover;
    width: 100%;
    /* padding: 50px 35px;
    height: 150px; */
}

.main_busi03_left_inner a {
    padding: 50px 35px;
    height: 150px;
    display: block;
    text-decoration: none;
}

.main_busi03_left_inner dt {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 5px;
}

.main_busi03_left_inner dd {
    font-size: 15px;
    color: #fff;
    opacity: 0.75;
}

.main_busi03_right_inner{      background: url(/skin/img/main/mainbusi03.jpg)no-repeat center / cover;
    width: 100%;
    padding: 50px 35px;
    height: 150px;}

.main_busi03_right_inner .main_email{    font-size: 18px;
    color: #f32e1a;
    margin-bottom: 5px;}
.main_busi03_right_inner .main_tel{    font-size: 15px;
    letter-spacing: -0.04em;}

/*sub*/
.subTop{    width: 100%;
    height: 250px;
    background: url(/skin/img/sub/subTop.png) no-repeat center / cover;
    position: relative;}
.subTop .container {
    /* position: absolute; */
    /* left: 20%; */
    /* bottom: 0; */
    /* overflow: hidden; */
    padding: 0;
    text-align: center;
    padding-top: 95px;
}
.subTop .container h2 {
    margin: 0;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
}


.subPage .container {
    max-width: 1030px;
}
.subTitle {
    overflow: hidden;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 30px;
    /* margin-bottom: 40px; */
}
.subContent{    padding: 60px 0 0;}
.subTitle h3 {
    /* float: left; */
    margin: 0;
    font-size: 33px;
    font-weight: 500;
    color: #333;
    text-align: center;
}
.subTitle ol{    float: right;
    padding: 0;
    margin: 0;
    background: transparent;
    margin-top: 12px;
    font-size: 13px;
}
.subTitle ol li{color: #999;}
.subTitle ol li.active{color:#333}
.subContent .con{padding:60px 0 ;}
.subContent .con:nth-child(odd){background:#f8f8f8}
/* .subContent .con:last-child{padding:0;} */
.subContent .con p.bullet {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    position: relative;
    padding-left: 18px;
}
.subContent .con p.bullet:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #f32e1a;
    position: absolute;
    left: 0;
    top: 11px;
    transform: rotate(45deg);
}
.subContent .con li, .subContent .con p,.subContent .con dd{    
	font-size: 15px;
    color: #555;
    line-height: 1.5;
}
.subContent .con li li {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 3px;
}
.subContent .con dd, .subContent .con li{margin-bottom:10px}
.subContent .con h4 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
}
.subContent .con img {
    /* padding: 10px; */
    border: 1px solid #e0e0e0;
    /* box-shadow: 2px 2px 6px rgba(190,190,190,0.4); */
    background: #FFF;
}
.subContent .con img + p{    text-align: center;
    font-weight: 500;
    margin-top: 10px;}


/*company*/
#company01 .con1 {
    padding: 0 0 100px;
}
#company01 .subContent .con p.bullet:before {
	content: none;
}
#company01 .con p:nth-of-type(1) {
    font-size: 40px;
    text-align: center;
    color: #6f7277;
    font-weight: 800;
    padding: 0;
    margin: 40px 0 0;
}
#company01 .con p:nth-of-type(2) {
    text-align: center;
    color: #444;
    font-size: 23px;
    /* font-family: 'notoserif', serif; */
    font-weight: 300;
    margin: 5px;
    padding-left: 0;
}
#company01 .con p span{color:#e82323}
#company01 .con p b {
    color: #333;
    font-weight: 800;
}
#company01 .con img {
    border: none;
    box-shadow: none;
    padding: 0;
	margin-top:30px;
}

/*business*/
.business .subContent .con p + ul > li {
    font-weight: 500;
    color: #333;
}
/* .business .subContent .con .col-md-1,#business02 .con4 .col-md-2{position: relative;
    height: 100%;
    min-height: 187px;}
.business .subContent .con .col-md-1 i,#business02 .con4 .col-md-2 i{    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    transform: translate(-50%,-50%);
    color: #ccc;
    text-shadow: 3px 3px 5px rgba(190,190,190,0.4);} */

.con .arrow {
    position: relative;
    min-height: 220px;
}

.con .arrow i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 45px;
    transform: translate(-50%,-50%);
    color: #888;
    text-align: center;
}

.business .subContent .con .clearfix{margin:20px 0}

#business01 .con3 .col-md-12 img {
    border: none;
    padding: 0;
    margin: 0 auto;
}
#business01 .con1 .col-md-4,
#business02 .con1 .col-md-4{
    padding-top: 45px;
}

#business01 .con6 img {
    padding: 15px;
    border: none;
}

#business02 .con4 .arrow {
    min-height: 175px;
}

#business02 .con2 .col-md-6 p,
#business02 .con3 .col-md-9 p, 
#business02 .con4 p,
#business02 .con5 p,
#business03 .con p,
#service01 .con1 p,
#service03 .con2 p,
#service05 .con3 p, 
#service05 .con4 p{
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
    background: rgba(0,0,0,0.1);
    padding: 5px;
    margin: 20px 0 30px;
}


#business02 .con img + p, #business02 .con3 p {
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
    background: rgba(0,0,0,0.1);
    padding: 5px;
    margin: 20px 0 30px;
}



/*service*/
#service01 .con2 p{    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-top: 20px;}
#service03 .con3 img{max-height:356px}
#service01 .con3 img {
    border: none;
    margin-bottom: 20px;
}
#service01 .con4 img {
    border: none;
}
#service02 .con1 img {
    border: none;
}

#service02 .con2 .arrow {
    min-height: 275px;
}

#service03 .con2 .col-md-12 img {
    border: none;
}

#service03 .con2 .col-md-12 img + img {
    margin-top: 30px;
}

#service03 .con2 .col-md-6 img {
    margin-top: 30px;
}

#service03 .con3 img {
    margin-bottom: 20px;
}

#service04 .con1 img {
    border: none;
}

#service04 .con2 .col-md-3 {
    margin-bottom: 20px;
}

#service04 .con2 p {
    font-weight: 500;
    letter-spacing: -0.03em;
    height: 50px;
    margin: 0;
    font-size: 13px;
}

#service04 .con2 p span {
    font-weight: 600;
    color: #fff;
    background: #444;
    display: block;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    margin-bottom: 4px;
}

#service05 .con1 p, #service05 .con2 p {
    font-weight: 500;
    font-size: 17px;
}

#service05 .con5 img{
	border:none;
}

#service05 .con6 img, #service05 .con7 img {
    border: none;
    padding: 15px;
}

/*2019-06-20*/
@media(max-width:767px){
	.main-business01{    background: none;}
	.main-business01 .main_busi01_inner{margin-bottom:20px}
	.main_busi02_inner_right:before,.main_busi02_inner_left:before{display:none}
	.carousel-caption{    left: 5%;
    right: 5%;
    transform: translateY(-50%);}
	.carousel-caption .company_name{    margin: 0 0 25px;}
	.carousel-caption h2{    margin: 0 0 25px;
    font-size: 50px;}
	.carousel-caption p{font-size: 20px;}
	.carousel-inner .item{    height: 400px;}
	.main_busi02_inner_left{    padding: 50px 0 0 0;
    text-align: center;}
	.main_busi02_inner_right{    padding: 50px 0px 0 0;
    text-align: center;}
	.main-business03,.main-business02,.main-business01{padding-bottom:60px;}
	.main-business03 .col-md-6{margin-bottom:20px}
	.navbar-inverse .navbar-brand{    margin: 10px;}
	.navbar-inverse .navbar-toggle .icon-bar{    background-color: #333;}
	.navbar-inverse .navbar-toggle{    margin: 24px 10px;}
	.container_contents, .sub-layout {    padding-top: 85px;}
	.navbar-inverse .navbar-nav > li > a{    padding: 20px 25px 10px;}
	.navbar-inverse .navbar-toggle:focus .icon-bar, .navbar-inverse .navbar-toggle:hover .icon-bar{background:#fff}
	.subTitle{    padding-bottom: 5px;}
	.subTitle ol{    float: none;    margin-top: 10px;    text-align: center;}
	#company01 .con p:nth-of-type(1){    line-height: 1;
    margin-bottom: 20px;}
	#company01 .con p b{    display: block;}
	#business01 .con1 .col-md-4{    padding-top: 15px;}
	.business .subContent .con .clearfix{    margin: 40px 0;border-bottom:1px dashed #ddd}
	.con .arrow,#service02 .con2 .arrow{    min-height: 100px;}
	.con .arrow .fa-chevron-right:before{	content:"\f078"}
	.business .con .col-md-4,.business .con .col-md-6,.business .con .col-md-3{margin: 0 0 20px}
	.business .con .col-md-4:last-child,.business .con .col-md-6:last-child,.business .con .col-md-3:last-child{margin:0 0 0}
	#service04 .con2 p{    font-size: 16px;
    height: auto;
    margin-bottom: 10px;}
	#service04 .con2 p span{display: inline-block;
    margin-right: 10px;}
}