@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
.body-layout {
	background-color: #fff;
}

/* 폰트 설정 */

.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;
}

/* 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 {
	display: none;
}
.topmarginLay_a {
    height: 85px !important;
}

/*상단 메뉴 설정 시작*/

.navbar-inverse {
	background: #fff;
	padding: 0;
	margin: 0;
	border: none;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.navbar-inverse .navbar-brand {
	margin: 0 !important;
	padding: 14px 0;
}

.navbar-inverse .navbar-brand img {
	max-width:100px;
	margin: 0;
}
.navbar-inverse .navbar-nav > li > a {
    background: none;
    color: #222;
    font-weight: 400;
    font-size: 18px;
    padding: 30px 20px;
    margin: 5px 10px 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    letter-spacing: -0.06em;
}
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #9d1c21;
	font-weight: 500;
}

.dropdown-menu {
	background: #F7901E;
	padding: 5px;
	margin: 0;
	left: 0 !important;
	right: auto !important;
	border: none;
	border-radius: 0;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	min-width: 160px;
}

.dropdown-menu>li>a {
	background: none;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: -0.04em;
	margin: 0;
	line-height: 1;
	padding: 14px 15px;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	background: #9d1c21;
	color: #fff;
	font-weight: 500;
}

/* 상단 메뉴 설정 끝*/

/* 하단 카피라이트 설정 시작*/

.footer_copy .text-center {
	background-color: #222;
	color: #aaa;
	font-size: 12px;
	padding: 30px 0 20px;
	margin: 0;
	text-align: center;
	float: none;
}

.footer_copy .wrap-footer {
	width: 100%;
	max-width: 1170px;
	color: #aaa;
	margin: 0 auto;
	font-size: 12px;
	text-align: left;
	font-weight: 300;
}

.wrap-footer ul li {
	float: left;
	padding-right: 20px;
}

.wrap-footer ul li.copy {
	display: inline-block;
	width: 100%;
	float: none;
	padding: 0;
	margin: 5px 0 0;
	color: #ccc;
	font-weight: 500;
}

/* //footer */

/* 하단 카피라이트 설정 끝*/

/*---------------------------------------skin design---------------------------------------------*/

.navbar-inverse .divider-vertical {
	display: none;
}

.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;
}

.intro-board-layout .page-header {
	display: none;
}

/* social area */

.footer-social-layout {
	display: none;
}

/* ------------------------------------------------------------------------------- */

.container.container_slide {
	width: 100%;
	padding: 0;
}

.intro-widget-layout {
	width: 100%;
	padding: 0;
	display: none;
}

@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 ----------------------------------- */

.wrap-customer #myCarousel {
	max-width: 1170px;
	margin: 0 auto;
}

/* --------------------게시판 영역------------- */

/* main 게시판 영역 - 소식 */

.intro-board-layout {
	width: 100%;
	margin: 0 auto;
	float: none;
}

.intro-boardbox {
	max-width: 1170px;
	margin: 0 auto;
	float: none;
	padding-bottom: 90px;
}

/* 게시판 */

.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;
}

/* 갤러리게시판 */

.img-bbs-default-index-layout .row>.col-lg-12 {
	max-width: 1170px;
	margin: 0 auto;
	float: none;
	padding: 0;
}

@media screen and (max-width:991px) {
	.img-bbs-default-index-layout .row>.col-lg-12 {
		padding: 0 15px;
	}
}

.img-bbs-default-index-layout .row>.col-lg-12>.dh-front-gallery {
	padding: 0;
}

.img-bbs-default-index-layout .row .col-lg-12 #btnNew {
	margin-right: 15px;
}

/* 갤러리게시판 카테고리 */

.filter-items {
	padding: 0 15px;
}

.filter-items .filter-label:hover,
.filter-items .filter-label:focus {
	background: #41577d;
	color: #fff;
}

.filter-items .filter-label {
	color: #555;
	background: #e5e5ea;
	padding: 8px 19px;
	font-size: 14px;
}

/* 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-view-box>.row>.page-header {
	border-top: none;
	border-bottom: 2px solid #ddd;
}

.dh-view-box.dh-margin-topx2>.row {
	margin: 0;
}

.dh-view-box>.row>.dh-view-info {
	display: none;
}

.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;
}

/* personal setting 0.27v */
/* layout */
.mt-80{margin-top:80px!important;}
.mt-40{margin-top:40px!important;}
.mt-20{margin-top:20px!important;}
.mb-80{margin-bottom:80px!important;}
.mb-40{margin-bottom:40px!important;}
.mb-20{margin-bottom:20px!important;}
.ml-20{margin-left:20px!important;}
.ml-40{margin-left:40px!important;}
.mr-20{margin-right:20px!important;}
.mr-40{margin-right:40px!important;}
.mg-0{margin:0!important;}
.pd-0{margin:0!important;}

/* img */
.img-cover{
	width:100%;
	height:100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.img-contain{
	width:100%;
	height:100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.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%);
	margin:0;
}
.vertical-center{
	position:absolute;
	top:50%;
	transform:translateY(-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;
}
.text-center-table tbody .text-left{
	text-align:left!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-colored{color:#276dbf!important;}
.text-bold{font-weight:bold!important;}
.text-underline{text-decoration:underline!important;}
.text-italic{font-style:italic!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;
}

/* component */
.card {
    position: relative;
    padding: 20px 30px;
    margin: 20px 0 40px;
    border: 1px solid #dedede;
}
.card h5 {
    margin: 0 0 10px;
}
.card .li-disc {
    margin: 0;
    color: #444;
    font-size: 13px;
    letter-spacing: -0.04em;
}
.column-2{
	padding:15px;
	column-count:2;
	column-rule:1px solid #ddd;
	column-gap:30px;
}

/* custom setting */
.container_contents,
.footer_copy > div,
.sub-layout{
	width:100%;
	padding:0;
}
ul,dl,ol{padding:0;}
.body-layout{overflow-x:hidden;}
p,li,dt,dd{line-height:1.6;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}
/* personal setting 0.27v end */

a {
	color: #555;
}

a:hover,
a:focus {
	color: #9d1c21;
	text-decoration: none;
}

/* naviation setting */

/* mainpage setting */

.carousel-inner {
	height: 540px;
	background:url(/skin/img/slide/slide1.jpg) no-repeat center;
	backgroun-size:cover;
}
.carousel-caption {
    top: 50%;
    bottom: auto;
    padding: 40px 20px;
    margin: -120px auto 0 !important;
    width: 100%;
    max-width: 750px;
    border: 14px solid #9d1c21;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

.carousel-caption h2 {
	position:relative;
	margin: 0 0 20px;
	padding-top:75px;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: -0.04em;
}

.carousel-caption h2 span {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	display: block;
	font-size: 52px;
	font-weight: 300;
	opacity:0;
	letter-spacing: -0.02em;
	margin-bottom: 10px;
	transition:all 1s ease-out;
}
.carousel-caption h2 .active{
	opacity:1;
}
.carousel-caption p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.8em;
	margin: 0;
	padding-left: 20px;
}

.carousel-indicators li {
	display: inline-block;
	width: 40px;
	height: 10px;
	margin: 0 !important;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	border: none;
	border-radius: 4px;
}

.carousel-indicators .active {
	width: 40px;
	height: 10px;
	margin: 0;
	background-color: #9d1c21;
}

/* 메인 콘텐츠 설정 */
.main-content>.row {
    padding: 50px 0;
}
.main-content h3 {
    position: relative;
    color: #222;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.06em;
    margin: 0 0 20px;
    padding-top: 15px;
}
.main-content h3:after {
	content: '';
	display: block;
	width: 30px;
	height: 4px;
	background: #9d1c21;
	position: absolute;
	left: 0;
	top: 0;
}
.m-biz-box {
    min-height: 78px;
    border-left: 1px solid #dedede;
}
.m-biz-box:nth-child(2) {
	border: none;
}
.m-biz-box h4, .m-product-box h4 {
    margin: 0 0 5px;
    color: #444;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.04em;
}
.m-biz-box h4 .numbering {
	display: inline-block;
	text-align: center;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	line-height: 25px;
	margin-right: 10px;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	background: #9d1c21;
}
.m-biz-box p, .m-product-box p {
    margin: 0;
    padding-left: 35px;
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1.6;
}

.main-product {
	background: #f2f2f2;
}

.m-product-title p {
	margin: 0;
	color: #666;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: -0.02em;
	line-height: 1.6;
}

.m-product-box img {
	float: left;
	margin-right: 15px;
	width: 100px;
	height: 100px;
	transition: all .5s ease;
}

.m-product-box a:hover img {
	transform: scale(1.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.m-product-box .more {
	position: relative;
	background: inherit;
	padding: 0 30px;
	margin: 20px 0 0;
	color: #888;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: right;
}

.m-product-box .more:before {
	content: '';
	display: block;
	width: 60px;
	border-top: 1px solid rgba(0, 0, 0, 0.4);
	position: absolute;
	right: 110px;
	top: 8px;
}

.m-product-box a:hover .more {
	color: #9d1c21;
}

.m-product-box a:hover .more:before {
	border-color: #9d1c21;
}

.main-contact ul {
	margin: 0;
}

.main-contact ul>li {
	color: #666;
	font-size: 13px;
	font-weight: 300;
	padding-left: 15px;
	letter-spacing: -0.02em;
	line-height: 1.8;
	position: relative;
}

.main-contact ul>li:before {
	content: "";
	background: #ccc;
	width: 8px;
	height: 2px;
	position: absolute;
	top: 10px;
	left: 0;
}
.main-inquiry {
    position: relative;
    display: block;
    padding: 20px 20px;
    min-height: 100px;
    border: 1px solid #dedede;
    border-radius: 2px;
    overflow: hidden;
}
.main-inquiry .fa {
	position: absolute;
	right: -15px;
	bottom: -15px;
	font-size: 100px;
	opacity: 0.2;
}
.main-inquiry h3 {
    margin: 0;
    color: #222;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.06em;
}
.main-inquiry h3~p {
    margin: 10px 0 0;
    color: #9d1c21;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2em;
    font-style: italic;
}

.main-inquiry:hover {
	background: #9d1c21;
	color: #fff;
}

.main-inquiry:hover h3:after {
	background: #fff;
}

.main-inquiry:hover h3,
.main-inquiry:hover p {
	color: #fff;
}

.intro-board-widget-layout {
	display: none;
}

/* footersetting */

/* subpage setting */
.subpage {
    background: #f4f4f4;
    min-height: 760px;
}
.subpage .pageheader {
    width: 100%;
    height: 220px;
    background: url(/skin/img/sub/subtop-bg.jpg) no-repeat center;
    background-size: cover;
}
.subpage .pageheader h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    margin-top: 90px;
    letter-spacing: -0.06em;
}
.sub-content {
    position: relative;
    top: -40px;
    padding: 20px 30px;
    background: #fff;
}
.subpage-title {
    padding-top: 20px;
    padding-bottom: 40px;
}
.subpage-title h3 {
    margin: 0;
    float: left;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.06em;
}
.subpage-title .breadcrumb {
    margin: 0;
    padding: 0;
    font-size: 13px;
    letter-spacing: -0.04em;
    color: #888;
    background: none;
}
.subpage-title .breadcrumb .active {
    color: #222;
    font-weight: 500;
}
.sub-content .section {
    padding-bottom: 20px;
}
.sub-content p {
    color: #444;
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 1.8;
}
.sub-content p.quote{
    margin: 20px 0;
	font-size: 1.4em;
    color: #9d1c21;
    font-weight: 500;
}
.sub-content h4 {
    position: relative;
    margin: 0 0 20px;
    padding: 15px 0 0;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.04em;
}
.sub-content h4:before {
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    background: #9d1c21;
    position: absolute;
    left: 0;
    top: 0;
}
.sub-content h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1.4;
    color: #9d1c21;
}
.quote {
    margin: 0 0 40px;
}
.quote-box {
    width: 80%;
    margin: 0 auto 40px;
    padding: 20px 30px;
    background: #f8f8f8;
    text-align: center;
}
.quote-box p {
    margin: 0;
    color: #222 !important;
    font-size: 20px !important;
    line-height: 1.4 !important;
    letter-spacing: -0.04em !important;
}
.quote-box p .company {
    color: #9d1c21;
    font-size: 20px;
    font-weight: 600;
}
.quote-box .emp {
    margin-top: 10px;
    font-size: 22px !important;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.08em !important;
    color: #9d1c21 !important;
}
.table-style {
    border-top: 2px solid #333;
    margin: 20px 0 40px;
}
.table-style>tbody>tr{
	counter-increment: table-counter;
}
.table-style>tbody>tr>td:first-child::before{
	content: counter(table-counter) " ";
}
.table-style td,
.table-style th{
	padding:15px 25px!important;
}
.table-style tr{
	border-bottom:1px solid rgba(0,0,0,0.10);
}
.table-style thead th {
    background: #9d1c21;
    color: #fff;
    font-weight: 500;
}
.table-style tbody th{
	background:#eee;
}
.table-style tbody td{
	border-right:1px solid rgba(0,0,0,0.10);
}
.table-style tbody tr td:last-of-type{
	border-right:none;
}
.table-style th{
	font-size:1.1em;
	text-align:center;
	vertical-align:middle!important;
}
#company02 .table-style th{
	background:transparent;
	border-right:1px solid rgba(0,0,0,0.1);
}
.sub-content img{
	margin:10px auto;
}
#business01 .sub-content img{
	margin:40px auto;
}
#business02 .sub-content img{
	margin:40px auto;
}
#business03 .sub-content img{
	margin:40px auto;
}
.sub-content p span {
    color: #111;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.04em;
}
.numbering{
	margin-right:10px;
}
.process li {
    position: relative;
    width: 25%;
    margin: 0 0 30px;
    padding: 10px 30px;
    float: left;
    text-align: center;
    font-size: 14px;
    height: 40px;
}
.process li:after{
	content:'\f061';
	font-family:'fontawesome';
	position:absolute;
	right:-10px;
	top:50%;
	transform:translatey(-50%);
	font-size:20px;
	color:#bbb;
}
.process li:last-child:after{
	display:none;
}

/* subpage company */
#company02 h4 span{
	display: block;
    margin-top: 10px;
    font-size: 1.2em;
    color: #9d1c21;
}
#company02 .table-style>tbody>tr>td:first-child::before{
	content: none;
}
#company03 .img-responsive{
	padding:10px;
}
#company03 .sube-content h4{
	height:67px;
}
/* subpage product */
#product01 p.qoute {
    margin: 20px 0 0;
    font-size: 18px;
    font-weight: 500;
    color: #111;
    letter-spacing: -0.04em;
}
#product01 .li-disc {
    margin: 10px 0 0;
    color: #444;
    font-size: 13px;
    letter-spacing: -0.02em;
}
#product01 strong+.li-disc {
    margin: 5px 0 10px;
}
.platform-box ul {
    padding: 10px 20px;
    border: 1px solid #dedede;
    min-height: 160px;
    margin: 10px 0 20px !important;
}

.product01-tabmenu ul {
	overflow: hidden;
	margin: 0;
}

.product01-tabmenu li {
	float: left;
	width: 20%;
	padding: 0px 1px;
}

.product01-tabmenu li a {
	display: block;
	width: 100%;
	padding: 16px 0;
	background: #f3f3f3;
	text-align: center;
	border: 1px solid #ddd;
	border-bottom: none;
	font-size: 14px;
}

.product01-tabmenu li.active a {
	border-top: 2px solid #9d1c21;
	color: #9d1c21;
	font-weight: bold;
	background: #fff;
}

.product01-tabmenu li:hover a,
.product01-tabmenu li:focus a {
	background: #9d1c21;
	color: #fff;
}

#product02 .btn-primary{
	background:#c32228;
	border-color:#bbb;
}
#product02 .btn-primary:hover,
#product02 .btn-primary:focus{
	background:#9d1c21;
}
#product02 .quote-box p {
    margin: 0;
    color: #222 !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
    letter-spacing: -0.04em !important;
}
#product02 .quote-box .li-disc {
    margin: 0;
}
#product02 .quote-box .li-disc > li {
    list-style-type: none !important;
}
#product02 .sub-content p span {
    color: #111;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.04em;
}
#product02 .quote {
    color: #9d1c21;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-align: center;
}
.tab-content {
	border: 1px solid #ddd;
	margin-right: 1px;
	margin-left: 1px;
	border-top: none;
}

.tab-content2 .tab-pane {
	padding: 40px;
}
.tab-content2 .col-md-12 {
    padding: 40px 15px 20px;
    border-top: 1px dashed #dedede;
}
.tab-content2 .col-md-12 dl {
    margin: 20px 0 40px;
    padding: 20px 30px;
    column-count: 2;
    border: 1px solid #dedede;
    column-rule: 1px solid #dedede;
    column-gap: 40px;
}
#product01-tab3 dl,
#product01-tab4 dl {
	column-count: 1;
}

.tab-content2 .col-md-12 dt {
    margin: 0 0 20px;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1.4;
}
.tab-content2 .col-md-12 dd {
    margin-bottom: 5px;
}
#product01-tab1 .table ul{
	column-count:3;
	column-gap:15px;
}
#product01-tab7 h3 {
    margin: 0 0 40px 0;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.04em;
}
[id^='product01-tab']:nth-child(n+7):nth-child(-n+13) .table-style>tbody>tr>td:first-child::before {
    content: none;
}
#product01 ul.table-notice {
    margin: -25px 0 25px;
}
#product01 ul.table-notice li {
    font-size: 13px;
}
.product02-2-list .card {
    margin: 10px 0;
    min-height: 300px;
    position: relative;
}
.product02-2-list .card p {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 15px;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}
/* subpage business */
.business01-detail{
	width:90%;
	margin:10px auto;
}
.business02-list {
    background: #f8f8f8;
    margin: 0 0 20px;
    padding: 20px 30px;
}
.business02-list li {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: -0.04em;
}
.business02-process .card {
    min-height: 200px;
}
.business02-traits{
	width:50%;
	margin:10px auto;
}
.business02-traits li {
    float: left;
    margin: 10px 15px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    line-height: 150px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
}
.business02-traits li:nth-child(1){
	background:#981b1f;
}
.business02-traits li:nth-child(2){
	background:#c32228;
}
.business02-traits li:nth-child(3){
	background:#e05256;
}
.business02-detail .card {
    margin: 10px 0;
    min-height: 140px;
}
.business02-detail h4 {
    margin: 0 0 20px;
    padding: 0;
}
.business02-detail h4:before{
	display:none;
}
.business02-detail p {
    margin: 0;
}
.business02-detail .numbering {
    font-weight: bold;
    color: #9d1c21;
}
.business02-strength {
    margin: 0 0 40px;
}
.business02-strength p {
    text-align: center;
    color: #9d1c21;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #dedede;
    height: 50px;
    line-height: 50px;
    letter-spacing: -0.06em;
}
.business02-service .card {
    position: relative;
    margin: 0 0 40px;
    min-height: 180px;
}
.business02-service .bottom-title {
    display: inline-block;
    padding: 6px 20px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translatex(-50%);
    background: #9d1c21;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    border-radius: 60px;
}
.business02-service .li-dash {
    margin: 0;
}
.business03-detail .card {
    min-height: 205px;
    margin: 10px 0;
}
.business03-detail .card h5 {
    margin: 0 0 5px;
}
.business03-detail .card .li-dash {
    margin: 0;
}
.nac-product dt,
.nac-product dd{
	float:left;
	height:50px;
	margin-bottom:15px;
	line-height:50px;
	border:1px solid #ddd;
}
.nac-product dt{
	width:35%;
	text-align:center;
	background:#eee;
}
.nac-product dd{
	width:65%;
	padding-left:40px;
}
/* subpage customer */
.customer .img-box{
	position:relative;
	height:100px;
	width:100%;
	margin-bottom:15px;
	border:1px solid #ddd;
}
.customer img{
	height:40px;
	width:auto;
	max-width:90%;
}
/* #customer03 .table-style tbody{
	counter-reset: rownum;
}
#customer03 .table-style tbody tr td:first-child:before{
	counter-increment:rownum;
	content:counter(rownum);
} */
/* subpage contact */
#contact02 .quote-box p {
    font-size: 18px !important;
    font-weight: 400 !important;
}
.contact02-list ul{
	padding-top:25px;
}
.recruit-trait .card {
    min-height: 140px;
    margin: 10px 0;
}
.recruit-trait h4 {
    padding: 0;
    margin: 0 0 40px;
}
.recruit-trait h4:before {
    top: auto;
    bottom: -20px;
}
.contact02-list li{
	font-size:16px;
	margin:10px 0;
}
.recruit-list {
    margin-top: 20px;
}
.recruit-list li {
    color: #444;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: -0.04em;
}
.recruit-list li b {
    color: #222;
    font-weight: 500;
    display: inline-block;
    min-width: 100px;
    margin-right: 20px;
}
#contact03 .quote-box p {
    font-size: 16px !important;
    line-height: 1.6 !important;
    text-align: center;
}
#contact03 .quote-box p span {
    font-size: 20px;
}
#contact03 .process li {
    font-size: 16px;
    letter-spacing: -0.04em;
}
#contact03 .process .numbering {
    font-weight: 600;
    color: #9d1c21;
}

#inquiry{
	color:#333;
	text-align:left;
}

@media screen and (max-width: 767px) {
	#product01 ul.table-notice {
		margin: 15px 10px;
	}
}