@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

html { overflow-x: hidden; overflow-y: scroll; }
.body-layout { background-color: #fff; padding-top: 100px; overflow-x: hidden; }
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'Noto Sans KR', "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
ol, ul, li { list-style: none; list-style-position: inside; }
ul, dl, ol { padding: 0; }
p, li, dt, dd { line-height: 1.6; }
.navbar .caret, .navbar .divider-vertical, .navbar ~ br, .footer-social-layout, .footer_copy .text-center > br, .topmarginLay_a { display: none; }

/*상단 메뉴 설정 시작*/
.navbar-inverse {
    background: #fff;
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.navbar-inverse .navbar-brand {
    margin: 24px 0 !important;
    padding: 0;
}
.navbar-inverse .navbar-brand img {
    max-width: 200px;
    margin: 0 !important;
}
.navbar-inverse .navbar-nav > li > a {
    background: none;
    color: #222;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.06em;
    padding: 40px 20px;
    line-height: 1;
    margin: 0;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    position: relative;
}
.navbar-inverse .navbar-nav > li > a:before {
    content: "";
    background: #ccc;
    width: 1px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
}
.navbar-inverse .navbar-nav > li:last-child > a:before {
    content: "";
    background: none;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
	color: #00a2e0;
}
.navbar-inverse .dropdown-menu {
    margin: 0;
    padding: 10px 10px;
    background: #f2f2f2;
    border-radius: 4px !important;
    border: none;
    right: 0 !important;
    left: 0 !important;
    min-width: 180px;
}
.navbar-inverse .dropdown-menu > li > a {
    color: #444;
    font-size: 14px;
    letter-spacing: -0.04em;
    line-height: 1;
    padding: 14px 16px;
    border-radius: 4px;
}
.navbar-inverse .dropdown-menu > li > a:focus, .navbar-inverse .dropdown-menu > li > a:hover {
    color: #00a2e0;
    background: #fff;
}
/* 상단 서브 메뉴 설정 끝*/

.navbar-inverse .navbar-toggle {
	margin: 25px 30px;
    background: transparent;
    border: none;
	border-radius: 0px;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background: #41577d;
}
.navbar-inverse .navbar-toggle:focus, 
.navbar-inverse .navbar-toggle:hover {
    background-color: #41577D;
}
.navbar-inverse .navbar-toggle:focus .icon-bar, 
.navbar-inverse .navbar-toggle:hover .icon-bar {
    background: #fff;
}
/* ------------------------------------------------------------------------------- */
@media screen and (max-width: 767px){
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, 
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #273184;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #555555;
	}
	.navbar-nav .open .dropdown-menu{
	border-bottom: 1px solid #ddd;
    padding: 11px 0;	
	}
}

/* -------------------------------------0907 skin design ----------------------------------- */
/* 게시판 */
.dh-board {
    max-width: 1170px;
    margin: 0 auto 50px;
}
.dh-board>.table-hover {
    margin: 0 0 30px;
    border-top: 2px solid #464646;
    border-bottom: 2px solid #ccc;
}
.dh-board>.table-hover td {
    padding: 15px 10px;
}
.dh-board>.table-hover tr {
    border-bottom: 1px solid #ddd;
}
.table-hover>tbody>tr:hover {
    background-color: #f9faff;
}

/* 블로그게시판 */
.bbs-blog2-index-layout .dhb-txt-box-type-b {
    background-color: #f3f3f3;
    border: 1px solid #ffffff;
    margin: 0px 0px;
    padding: 15px 15px;
}
.dhb-txt-box-type-b h4 strong a {
    font-size: 14px;
    font-weight: 600;
    color: #555555;
}
.dhb-txt-box-type-b-text-layout h5 {
    display: none;
}
.dhb-txt-box-type-b .thumb-hidden {
    border: 0px solid #FFF;
    box-shadow: none;
    height: 120px;
}

/*pds 게시판 custom*/
.dhb-txt-box {
    width: 25%;
    float: left;
    min-height: 240px;
    background: #f3f4f8;
    border: 0px solid #D9D9D9;
    margin: 0;
    padding: 20px;
    border: 1px solid #ffffff;
}
.dhb-txt-box:hover {
    background: #ebeef1;
}
.dhb-txt-box > div {
    padding: 0;
}
.dhb-txt-box .text-right{display:none;}
.dhb-txt-list{
	width:100%!important;
	border-right: 0px solid #D9D9D9;
}
.dhb-txt-list>.row div:first-child{width:100%;}
.dhb-txt-list>.row div:nth-child(2){
	width:100%;
	padding-top:15px;
}
.dhb-txt-box{width:100%;}
.dhb-txt-box h4 {
    margin: 0;
}
.dhb-txt-box h4 > strong a {
    font-size: 16px;
    font-weight: 600;
    color: #273184;
}
.dhb-txt-list > h5 {
    font-size: 13px;
    line-height: 1.8;
    color: #999 !important;
}
/* Btn, pagination */
#btnNew {
    background: #41577d;
    border: 1px solid #41577d;
    border-radius: 0px;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
}
.input-group .input-group-btn button, .input-group .input-group-btn input {
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: none;
}
.dh-margin-top {
    margin-top: 30px;
}
.page-nav {
    padding: 0 15px;
}
.pagination{margin:30px 0 0}
.pagination > li > a {
    border-radius: 0px !important;
}

.pagination > li > a:hover {
    border-bottom: 1px solid #ddd !important;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    background: #41577d;
    border-bottom: 1px solid #41577d !important;
}


/* 글읽기, 쓰기 */
.dh-view-box {
    max-width: 1170px;
    margin: 0 auto 70px;
    padding: 0 15px;
}
.dh-margin-topx2 {
    padding: 0;
}
.dh-margin-topx2 > .row {
    margin: 0;
    padding: 0;
}
.dh-view-box > .row > .dh-view-info {
	display:none;
}
.dh-view-box > .row > .page-header {
    border-top: 2px solid #000;
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px;
    padding: 20px 0;
}
.dh-view-box>.row>.page-header h4 {
    margin: 0;
}
.dh-view-box .btn-group a {
    border: none;
    border-bottom: 1px solid #f3f3f3;
    border-radius: 0px;
    box-shadow: none;
    background: #f3f3f3;
}
.dh-view-box .btn-group a.btnEdit i {
    color: #698CC9;
}
.dh-view-box .btn-group a.btnDelete i {
    color: #C99D40;
}

.dh-line ~ .col-xs-12 {
    padding: 0;
}
.dh-line ~ div.col-xs-12 {
    margin-bottom: 80px;
}
form#insertForm {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
form#insertForm > h2 {
    margin-top: 0;
}

/* 폼메일 */
form#mailForm {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
form#mailForm .btn-primary {
    color: #313131;
    background: #f3f3f3;
    max-width: 170px;
    padding: 13px 19px;
    font-size: 14px;
    border-radius: 0px;
    border: none;
    text-shadow: none;
    box-shadow: none;
    margin: 0 auto;
}
form#mailForm .btn-primary:hover, 
form#mailForm .btn-primary:focus {
    background: #41577d;
    color: #fff;
}
form#mailForm .form-control {
    border-radius: 0px;
    box-shadow: none;
}
/* 게시판, 모듈 하단 공백 */
.contact-mail-layout{margin-bottom:80px}

/* login */
.login-layout {
    max-width: 1170px;
    margin: 50px auto 90px;
}

.login-layout .panel {
    box-shadow: none;
    border-radius: 0px;
    background: #f3f3f3;
    border: none;
}
.login-layout .form-control {
    box-shadow: none;
    border-radius: 0px;
}
.login-layout .btn-warning {
    background: #41577d;
    border-radius: 0px;
    border: 1px solid #41577d;
    box-shadow: none;
    padding: 8px 0;
}

.table {
    margin: 0 0 20px;
    border-top: 2px solid #1e2c72 !important;
    border-bottom: 1px solid #ccc !important;
}
.table tr th, .table tr td {
    padding: 16px 14px !important;
    border-bottom: 1px solid #dedede !important;
    color: #666;
    letter-spacing: -0.04em;
    word-break: keep-all;
    vertical-align: middle !important;
}
.table tr th {
    color: #222;
    font-weight: 500;
    text-align: center;
}
.table thead tr th {background: #f8f8f8;}
.history-table tbody th {
    font-size: 18px;
    font-weight: 600;
}
.dh-board,.dh-view-box,#insertForm,#mailForm,.bbs-list-view-layout + .row,.bbs-blog-view-layout + .row,.join-agree-area, .login-layout,.inner-box-wrapper{
	display: none;
}
/* personal setting 0.36v */
/* layout */
.mt-20{margin-top:20px!important;}
.mt-30{margin-top:30px!important;}
.mt-40{margin-top:40px!important;}
.mt-80{margin-top:80px!important;}
.mb-20{margin-bottom:20px!important;}
.mb-30{margin-bottom:30px!important;}
.mb-40{margin-bottom:40px!important;}
.mb-80{margin-bottom:80px!important;}
.ml-20{margin-left:20px!important;}
.ml-30{margin-left:30px!important;}
.ml-40{margin-left:40px!important;}
.mr-20{margin-right:20px!important;}
.mr-30{margin-right:30px!important;}
.mr-40{margin-right:40px!important;}
.mg-0{margin:0!important;}
.pd-0{padding:0!important;}

/* img */
@media(min-width:768px){
	.max-90{
		width:90%!important;
		margin:0 auto;
		display:block;
	}
	
}
.img-bordered{border:1px solid #ddd;}

/* align */
.absolute-center{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	padding:0;
	margin:0;
}
.horizontal-center{
	position:relative;
	left:50%;
	transform:translateX(-50%);
	padding:0;
	margin:0;
}

.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td{
	text-align:center!important;
	vertical-align:middle!important;
}
/* font */
.font-12{font-size:12px!important;}
.font-14{font-size:14px!important;}
.font-16{font-size:16px!important;}
.font-18{font-size:18px!important;}
.font-20{font-size:20px!important;}
.font-22{font-size:22px!important;}
.text-bold{font-weight:bold!important;}

/*list style*/
.li-none > li{list-style:none!important; margin-left:20px;}
.li-disc > li{list-style:disc!important; margin-left:20px;}
.li-circle > li{list-style:circle!important; margin-left:20px;}
.li-square > li{list-style:square!important; margin-left:20px;}
.li-dash > li{margin-left:10px; padding-left:20px; position:relative;}
.li-dash > li:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.process-li:after{
	content:'';
	display:block;
	clear:both;
}
.process-li > li {
    position: relative;
    float: left;
    width: 18%;
    height: 48px;
    line-height: 40px;
    border-radius: 50px;
    border: 4px solid #dedede;
    margin: 10px 1%;
    text-align: center;
    color: #666;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.04em;
}
.process-li > li:after {
    content: '\f054';
    font-family: 'fontawesome';
    font-size: 15px;
    color: #aaa;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translatey(-50%);
}
.process-li > li:last-child:after{
	display:none;
}

.location-li {
    border-top: 2px solid #1e2c72;
    margin: 20px 0 0;
}
.location-li li {
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
    border-bottom: 1px solid #dedede;
    margin: 0;
    padding: 14px 20px;
}
.location-li .fa {
    color: #1e2c72;
    margin-right: 10px;
}

/* component */
.card{
	display:block;
	position:relative;
	padding:15px;
	margin-bottom:20px;
	border:1px solid #ddd;
	min-height:max-content;
}
.column-2{
	column-count:2;
	column-rule:1px solid #ddd;
	column-gap:30px;
}
.quote-box{
	margin:20px auto;
	padding:25px;
	background:#f5f5f5;
}
.quote-box p:last-of-type{
	margin:0!important;
	line-height:2;
}
p.quote {
    margin: 20px 0 30px !important;
    font-size: 28px !important;
    font-weight: 300;
    color: #444 !important;
    line-height: 1.4 !important;
    letter-spacing: -0.06em !important;
}
p.quote span{
	font-weight: 600 !important;
}
/* custom setting */
.container_contents,
.footer_copy > div,
.sub-layout{
	width:100%;
	padding:0;
}
* {
	box-sizing:border-box;
	word-break:keep-all;
}
/* personal setting 0.36v end */
/* navigation setting */
@media(max-width:767px){
	
}
/*가로 100% 레이아웃 정의*/
.container_contents,
.footer_copy > div,
.sub-layout{
	width:100%;
	padding: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;
}
/* mainpage setting */
.carousel-inner > .item {
    height: 600px;
}
.carousel-inner > .item > img {
    width: 100%;
    height: 100%;
}
.carousel-caption {
    margin: 0;
    padding: 0;
    top: 70%;
    bottom: auto;
    transform: translatey(-80%);
    left: 0;
    right: 0;
    width: 100%;
    text-shadow: 0 0 0 rgba(0,0,0,0);
}
.carousel-caption h2 {
    margin: 0 0 22px;
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.06em;
    line-height: 1;
}
.carousel-caption h2 span {
    display: inline-block;
    margin-bottom: 18px;
    padding: 0 40px;
    background: #1e2c72;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 38px;
    border-radius: 50px;
    background: -webkit-linear-gradient(left, #1e2c72 0%, #2989d8 50%, #00a2e0 100%);
    background: -moz-linear-gradient(left, #1e2c72 0%, #2989d8 50%, #00a2e0 100%);
    background: -o-linear-gradient(left, #1e2c72 0%, #2989d8 50%, #00a2e0 100%);
    background: linear-gradient(to right, #1e2c72 0%, #2989d8 50%, #00a2e0 100%);
}
.carousel-caption p {
    margin: 0;
    font-size: 22px;
    color: #eee;
    font-weight: 300;
    letter-spacing: -0.04em;
}

.carousel{
	position:relative;
}
/*.main-business{
	position:absolute;
	left:0;
	bottom:40px;
	width:100%;
}*/
.m-business-box {
    margin-top: 30px;
    padding: 0 120px;
}
.m-business-box a {
    display: block;
    padding: 30px;
    color: #666;
    font-size: 14px;
    letter-spacing: -0.04em;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 4px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.4);
    transition: all .3s ease;
}
.m-business-box h4 {
    color: #222;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin: 0 0 16px;
}
.m-business-box h4 .numbering {
    color: #aaa;    
    font-weight: 800;
    margin-right: 8px;
}
.m-business-box p {
    margin: 0;
    font-size: 15px;
    color: #666;
    font-weight: 500;
    letter-spacing: -0.04em;
}
.m-business-box .more {
    margin: 10px 0 0;
    color: #888;
    font-size: 13px;
    font-weight: 500;
    text-align: right;
}
.m-business-box a:hover {
    background: #e6f8ff;
    text-decoration: none;
    transform: translatey(-20px);
    box-shadow: 0 10px 10px rgba(0,0,0,0.4);
}
.m-business-box a:hover h4 span, .m-business-box a:hover .more {
    color: #00a2e0;
}


.intro-board-widget-layout {
    padding: 60px 0 80px;
}
.intro-boardbox .page-header {
    margin: 0 0 20px;
    padding: 0 0 14px;
    border-bottom: 1px solid #dedede !important;
}
.intro-boardbox .page-header h4 {
    margin: 0;
    color: #222;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.06em;
    line-height: 1;
}
.intro-boardbox .page-header h4 .btn {
    padding: 4px 0 0;
    margin: 0;
    color: #888;
    line-height: 1;
}
.intro-boardbox .page-header h4 .btn:hover, .intro-boardbox .page-header h4 .btn:active {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.intro-boardbox .front-panel > .panel {
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.intro-boardbox .panel-body {
    padding: 0;
}
.dh-front-list2 h6 a, .dh-front-list2 h6 a span {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.8;
    padding: 0 !important;
}
.dh-front-list2-words {
    padding: 0;
    margin: 0;
}
.dh-front-list2 h6 a span {
    padding: 6px 0 !important;
}
.dh-front-list2 h6 a:hover span {
	text-decoration: none;
}
.dh-front-list2 h6 a:hover .list-row-subject {
	color: #303030;
}
.list-row-subject {
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 380px;
	white-space: nowrap;
}
.list-row-subject:before {
	content: "∙";
	color: #1d65a3;
	font-weight: bold;
	padding-right: 11px;
}
.row-separator {
	display: none;
}
.list-row-regdate {
	float: right;
	color: #999 !important;
}
.list-row-contents {
	display: none;
}
.intro-boardbox .label-danger{
	padding:2px 4px!important;
	position:relative;
	top:7px;
}
.intro-boardbox-type-bbs .label-danger {
    background: #00a2e0;
    top: 50%;
    padding: 0 !important;
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 100%;
    margin: 10px 0 0;
    font-size: 10px !important;
}
/* //메인 페이지 설정 끝 */

@media(min-width:768px){
	.intro-boardbox{
		width:50%;
	}
}
@media(max-width:767px){
	
}

/* footer setting */
.footer_copy > div {
    background: #e6e6e6;
    padding: 40px 0 60px;
    color: #888;
    font-size: 13px;
    letter-spacing: -0.04em;
}
.footer_copy > div ul {
    margin: 0 0 20px;
}
.footer_copy ul:after{
	content:'';
	display:block;
	clear:both;
}
.footer_copy li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid rgba(0,0,0,0.2);
    line-height: 1;
}
.footer_copy li:last-of-type{
	border-right:none;
}
@media(max-width:767px){
	
}
/* subpage setting */
.subpage .pageheader {
    width: 100%;
    height: 280px;
    background: url('/skin/img/sub/sub-top.jpg') no-repeat;
    background-size: cover;
    color: #fff;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2{
	margin:0;
	padding:0;
	font-size:42px;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.bread-wrap {
    width: 100%;
    height: 44px;
    background: #f6f6f6;
}
.breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 13px;
    color: #888;
    text-align: right;
}
.breadcrumb li {
    font-size: 13px;
    font-weight: 300;
    line-height: 44px;
    letter-spacing: -0.02em;
}
.breadcrumb .active {
    color: #1e2c72;
    font-weight: 600;
}
.subpage-content {
    padding-top: 60px;
    padding-bottom: 100px;
}
.subpage-content p > span, .subpage-content li > span {
    color: #1e2c72;
}
.subpage-content p .numbering {
    font-weight: 600;
    padding-right: 6px;
}
.subpage-content .title {
    margin: 0 0 40px;
}
.subpage-content .title h3 {
    position: relative;
    text-align: center;
    color: #222;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.06em;
    margin: 0;
    padding: 14px 0 0;
}
.subpage-content .title h3:before {
    content: "";
    width: 40px;
    height: 4px;
    background: #00a2e0;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translatex(-50%);
    background: -webkit-linear-gradient(left, #1e2c72 0%, #2989d8 50%, #00a2e0 100%);
    background: -moz-linear-gradient(left, #1e2c72 0%, #2989d8 50%, #00a2e0 100%);
    background: -o-linear-gradient(left, #1e2c72 0%, #2989d8 50%, #00a2e0 100%);
    background: linear-gradient(to right, #1e2c72 0%, #2989d8 50%, #00a2e0 100%);
}
.subpage-content h4 {
    margin: 0 0 26px;
    color: #444;
    font-size: 26px;
    letter-spacing: -0.04em;
    line-height: 1;
}
.subpage-content h4:before {
    content: '●';
    display: inline-block;
    margin-top: -6px;
    margin-right: 10px;
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: -webkit-linear-gradient(left, #1e2c72 0%, #2989d8 50%, #00a2e0 100%);
    background: -moz-linear-gradient(left, #1e2c72 0%, #2989d8 50%, #00a2e0 100%);
    background: -o-linear-gradient(left, #1e2c72 0%, #2989d8 50%, #00a2e0 100%);
    background: linear-gradient(to right, #1e2c72 0%, #2989d8 50%, #00a2e0 100%);
}
.subpage-content h5 {
    margin: 0 0 20px;
    padding: 6px 20px;
    display: inline-block;
    border-radius: 50px;
    background: #1e2c72;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
}
.subpage-content dt {
    margin: 0 0 10px;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.04em;
}
.subpage-content dd {
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1.8;
    margin: 0 0 20px;
}
.subpage-content .img-caption {
    margin: 10px 0 20px !important;
    color: #222 !important;
    font-size: 15px !important;
    text-align: center;
    font-weight: 500;
    line-height: 1.4 !important;
}

/* subpage about */
#about01 .subpage-content p {
    margin: 0;
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1.8;
}
#about01 .section1 .name {
    margin-top: 40px;
    text-align: right;
    color: #444;
    font-size: 15px;
    line-height: 1.2;
}
#about01 .section1 .name span {
    font-size: 24px;
    color: #222;
    font-weight: 500;
    letter-spacing: 0.08em;
}
#about02 .section1 img{
	margin-top:120px;
	box-shadow:8px 8px 0 rgba(0, 162, 224,0.2);
}

/* subpage business */
#business01 .section1, #business01 .section2, #business01 .section3,
#business02 .section1, #business02 .section2, #business02 .section3, #business02 .section4,
#business03 .section1, #business03 .section2, #business03 .section3, #business03 .section4, #business03 .section5,
#business04 .section1, #business04 .section2, #business04 .section3 {
    margin: 0 0 60px;
}
#business01 .subpage-content p, #business02 .subpage-content p, #business03 .subpage-content p, #business04 .subpage-content p {
    margin: 0;
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1.8;
}
#business01 .subpage-content dl {
    margin: 0 0 40px;
}
#business02 .table caption {
    padding: 14px 0;
    color: #222;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.04em;
    text-align: center;
}
#business03 .process .card {
    position: relative;
    min-height: 140px;
    border: 1px solid #dedede;
    border-radius: 4px;
    margin: 0 0 30px;
    padding: 26px 20px;
}
#business03 .process .card:after {
    content: '\f054';
    font-family: 'fontawesome';
    font-size: 15px;
    color: #aaa;
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translatey(-50%);
}
#business03 .process .col-sm-4:last-child .card:after{
	display:none;
}
#business03 .process h5 {
    background: none;
    display: inherit;
    color: #222;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
}
#business03 .process h5 .numbering {
    color: #00a2e0;
    font-weight: 600;
    margin-right: 6px;
}
#business03 .process ul {
    margin: 0;
}
#business03 .process ul li {
    color: #666;
    font-size: 14px;
    letter-spacing: -0.04em;
    line-height: 1.6;
    text-align: center;
}
#business04 .subpage-content p, #business04 .subpage-content li {
    margin-bottom: 5px;
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
}

/* subpage reference */
#reference03 .li-dash > li {
    margin-left: 10px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
}
#facility .table {
    margin-bottom: 60px;
}

@media(max-width:767px){
    .carousel-caption {
        top: 75%;
    }
	.carousel-caption h2 {
        font-size: 38px;
        line-height: 1.3;
    }
    .m-business-box {
        padding: 15px;
    }
}