@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff; 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; }
/* 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;
}
/* Icon Fonts */
.fa {font-family: 'FontAwesome' !important;}
.glyphicon {font-family: 'Glyphicons Halflings' !important;}

/* Social Footer Deleted */
.footer-social-layout {display: none}

/* Board(dh-board) Contents-Area Fixed */
.dh-view-box > div:nth-child(2) > div:nth-child(3) {padding: 20px !important}

.font-notoserif { font-family: 'Noto Serif', serif !important; }

/* .font-notosans { font-family: 'Noto Sans', sans-serif !important; }
.font-myeongjo { font-family: 'KoPub Batang', serif !important; } */

a, a:hover, a:focus, a:link, a:visited {
	text-decoration: none !important;
}

/*---------- PLUG SOLUTION TEMPLATE 2017-01-12 ----------*/
.container {
	width: 100%;
	max-width: 1170px;
}

.topmarginLay_a {
	display: none !important;
}

.navbar-inverse {
	z-index: 999999999;
	background: #fff;
	border: 0;
	margin-bottom: 0;
	transition: ease .3s all;
	-webkit-transition: ease .3s all;
}
.navbar-inverse+br { display: none !important; }

.navbar-inverse .navbar-brand{
	padding:25px 15px;
}
.navbar-brand img {
	padding: 0;
	margin:0;
}

.navbar-inverse .caret, .navbar-inverse .divider-vertical {
	display: none !important;
}
.navbar-inverse .navbar-nav > li > a {
    font-size: 16px;
    letter-spacing: 0;
    color: #222;
    text-shadow: none;
    font-weight: 500;
    padding: 30px 15px 25px;
    margin: 5px 10px 0;
    letter-spacing: -0.02em;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #2a5bb1;	
	box-shadow: none;
	background: rgba(0,0,0,0);
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
	color: #2a5bb1;
}
.dropdown-menu {
    left: 0 !important;
    right: auto !important;
    background: #2f5597;
    border-radius: 0;
    padding: 15px 0 15px;
    box-shadow: none;
	border: none;
}
.dropdown-menu > li > a {
    color: #fff;
    text-shadow: none;
    font-size: 13px;
    line-height: 1;
    padding: 8px 20px;
}
.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: underline !important;
    background: rgba(0,0,0,0);
}
.scrollTop { position: fixed; bottom: 30px; right: 30px; z-index: 9999999; }
.scrollTop img[alt="Scroll Top"] { cursor: pointer; }

/*----- 모바일 메뉴 -----*/
@media (max-width:767px){
	.navbar-inverse .navbar-toggle {
		margin-top: 13px;
		border-color: transparent!important;
		background-color: transparent!important;
	}	
	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: #1d3663!important;
	}
	.navbar-inverse .navbar-brand{
		max-width:100px;
		padding:15px 15px;
	}
	.navbar-nav {
		margin: 0 -15px;
	}
	.navbar-inverse .navbar-nav > li {
		border-bottom: 1px solid #ddd;
	}
	.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
		background:#1d3663;
		color:#fff;
	}
	.navbar-inverse .navbar-nav > li > a {
		margin: 0;
		padding: 10px 20px;
	}
	.navbar-nav .open .dropdown-menu {
		background: #2a5bb1;
		padding: 10px 0;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #efefef;
	}
}

/* mainpage */
/* ---------- 게시판 타이틀 설정 ---------- */

.intro-boardbox .page-header {
    padding: 15px;
    border: none;
    background: #2f5597;
    margin: 0;
}

.intro-boardbox .page-header h4 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.intro-boardbox .page-header h4 .btn {
    margin: 0;
    line-height: 1;
    color: #fff;
    opacity: 0.4;
    border: none;
    padding: 3px 0;
}

.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;
	opacity:1;
}



/* ---------- 게시판 리스트 설정 ---------- */
.intro-board-widget-layout{
	width:100%;
	max-width:1170px;
	margin:0 auto;
	padding:50px 0;
}
.intro-boardbox .front-panel>.panel {
	padding: 0;
	border: none;
	border-radius: 0px;
	background: transparent;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	margin-bottom:10px;
}

.intro-boardbox .panel-body {
    padding: 20px 25px;
    border: 1px solid #ddd;
    border-top: none;
}

.dh-front-list2-words {
	margin: 0 !important;
	padding: 0;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
	color: #666;
	font-weight: 400;
	font-size: 13px;
	padding: 6px 0;
}

.dh-front-list2 h6 a:hover span {
	text-decoration: none;
}

.dh-front-list2 h6 a:hover .list-row-subject {
	color: #303030;
}

.dh-front-list2-words:first-child {
	margin: auto;
}

.list-row-subject {
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 65%;
	white-space: nowrap;
}

.list-row-subject:before {
	content: "∙";
	color: #2a5bb1;
	font-weight: bold;
	padding-right: 11px;
}

.row-separator {
	display: none;
}

.list-row-regdate {
	float: right;
	color: #999 !important;
}

.list-row-contents {
	display: none;
}

.dh-front-list2 h6 a span.label {
   display: inline-block;
    padding: .6em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em;
}
/* //메인 페이지 설정 끝 */
/*----- Main Section End -----*/

/*----- Table Style (Class Name: table-style) -----*/
.table-style {
	background-color: #FFF;
	border-top: 2px solid #1d3663;
}
.table-style thead tr th {
    background: #2f5597;
    color: #fff;
    border-bottom: 1px solid #496fb1;
    border-right: 1px solid #496fb1;
    font-weight: 500;
}
.table-style tbody tr th,
.table-style tbody tr td {
	border-bottom: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	padding: 12px 15px;
	line-height: 2;
	vertical-align:middle;
}
.table-style tbody tr th:last-child,
.table-style tbody tr td:last-child {
	border-right: 0;
}
.table-style tr th {
	background-color: #F4F4F4;
	color: #333;
	font-weight: bold;
	text-align:center;
	white-space:nowrap;
}

.table-style tr td {
	color: #666;
}

/*----- 게시판 영역 -----*/
.dh-board .table-hover {
	margin: 0;
	border-top: 1px solid #8e8e8e;
	border-bottom: 1px solid #8e8e8e;
}
.dh-board .table-hover tr {
    border-bottom: 1px solid #d7d7d7;
}
.dh-board .table-hover th {
    background: #f4f4f4;
    border-bottom: 1px solid #d7d7d7;
}
.dh-board .table-hover th, .dh-board .table-hover td {
    padding: 15px;
}
.table-hover>tbody>tr:hover {
    background: #fff;
}
.table-hover>tbody>tr .subject strong a {
    font-weight: 400;
}
.table-hover>tbody>tr:hover .subject strong a {
    color: #2a5bb1;
    text-decoration: underline !important;
}
.dh-view-box {
	margin: 0;
}

.dh-view-box > .row {
	padding-left: 15px;
	padding-right: 15px;
}
.dh-view-box>.row>.page-header {
    border-top: 1px solid #8e8e8e;
	border-bottom: none;
    padding: 15px 15px;
    margin: 0;
    background: #f4f4f4;
}
.dh-view-box>.row>.page-header h4 {
    margin: 0;
    font-size: 16px;
	color:#222;
}
.dh-view-box>.row>.dh-view-info {
    background: #fff;
    border-top: 1px solid #ddd;
}
.dh-view-box .row .dh-line {
    margin-bottom: 30px;
    padding: 0;
}

.form-horizontal > h2:first-child {
	display: none;
}
/*----- 게시판 하단 ------*/
.dh-margin-top{margin-top:35px;}
.dh-board .input-group-btn > button, .dh-board .input-group-btn > input{
    background:transparent;
    border:transparent;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    text-shadow: 0 0 0 rgba(0,0,0,0);
}
.input-group-btn .caret{
    display:inline-block;
}
#btnNew{
    background: #2f5597;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    border-radius: 0px;
}
#insertForm > div > div > div > input{
    box-shadow: 0 0 0 rgba(0,0,0,0);
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
}
.subpage .pagination li:before {
	content : none;
}
.pagination > li > a {
    border:transparent;
    background:transparent;
    color:#313131;
}
.pagination > li > a:hover{
    text-decoration:underline !important;
    background:transparent;
    color:#313131;
}
.pagination > .active > a {
    background:transparent;
    color: #2a5bb1;
    text-decoration: underline;
    font-weight: 600;
}
.pagination > .active > a:hover {
    background:#fff;
    background:transparent;
    color:#2a5bb1;
}
.pagination>.disabled>a {
    background: transparent;
}
.pagination>.disabled>a:hover {
    background: transparent;
}
/*----- 블로그 게시판 -----*/
.dhb-txt-box {
    margin: 0 0 10px;
    padding: 20px 5px;
    background: #fff;
    border: 1px solid #ddd;
}
.dhb-txt-box>.col-md-4.text-right {
	display: none;
}
.dhb-txt-box:hover {
    border-color: #2a5bb1;
}
.dhb-txt-box .thumb-hidden {
    border: none;
    box-shadow: none;
    min-height: 130px;
}
.dhb-txt-list img.dhb-thumb {
    width: auto;
    margin: 20px auto 0;
}
.dhb-txt-list h5 .btnRead {
    line-height: 1.7;
    font-size: 13px;
    color: #888;
}
.dhb-txt-list {
	width: 100% !important;
	border-right: 0;
}
.dhb-txt-list>.row>div {
	word-break: keep-all;
}
/*----- 메일 폼 -----*/
#mailForm .form-group input, #mailForm textarea {
    box-shadow: none;
    border-radius: 0px;
    border: none;
    background: #f4f4f4;
}
#mailForm p.error {
    border: 1px solid #e3abab;
    margin: 5px 0;
    padding: 5px 15px;
    background: #f2d9d9;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #E10029;
    font-size: 12px;
    font-weight: bold;
}
#mailForm p.error:before {
	content: '빈 칸을 입력해 주세요.';
	font-size: 14px;
	margin-right: 7px;
}
#mailForm .btn-primary {
    font-size: 14px;
    background: #2f5597;
    background-color: #2f5597;
    color: #FFF;
    padding: 15px 60px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border: none;
    box-shadow: none;
    text-shadow: none;
    width: 220px;
    text-align: center;
    margin: 80px auto 0;
}
#mailForm .btn-primary:hover {
    background: #2c66cc;
}
/*----- 내 정보 -----*/
.join-view-layout .row .col-sm-offset-2 {
    margin: 0;
    width: 100%;
    margin-top: 300px;
}

/*----- Footer Section -----*/
.footer_copy {
    padding: 50px 0;
    border-top: 1px solid #ccc;
}
.footer_copy:after{
	content:"";
	display:block;
	clear:both;
}
.footer_copy ul {
    overflow: hidden;
    margin: 0;
}
.footer_copy li {
    font-size: 13px;
    float: left;
    margin-right: 20px;
	color: #888;
}
.footer_copy ul li:last-child {
    margin: 5px 0;
}
@media(max-width:767px){
	.footer_copy .foot-logo{
		max-width:100px;
	}
	.footer_copy li {
		font-size: 11px;
	}
}
/*----- 로그인, 회원가입 -----*/
.login-layout, 
.join-agree-layout, 
.id-find-layout,
.pw-find-layout{
    /* margin-top: 310px; */
    /* margin-bottom: 60px; */
    max-width: 1170px;
    margin: 0 auto;
    padding: 80px 15px;
}
.join-layout{
	max-width:none;
	width:100%;
	padding:0;
}
#join + .row{
	margin:0 auto;
	max-width:1170px;
	width:100%;
	padding:40px 0;
}
.login-layout .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
}
/*
.login-layout .panel .panel-body {
	box-shadow: 0px -80px 100px rgba(0, 0, 0, .05);
	-webit-box-shadow: 0px -80px 100px rgba(0, 0, 0, .05);
	margin-bottom: 250px;
}
*/
.login-layout input,
.id-find-layout input,
.pw-find-layout input{
    background: #f4f4f4;
    border-radius: 0px;
    box-shadow: none;
    border: none;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    font-size: 14px;
    background: #2f5597;
    background-color: #2f5597;
    border: none;
    color: #FFF;
    padding: 8px 50px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    text-shadow: none;
    box-shadow: none;
    width: 190px;
    float: right;
}
.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover,
.login-layout .btn-warning:focus,
.id-find-layout .btn-warning:focus,
.pw-find-layout .btn-warning:focus{
    background: #2c66cc;
    background-color: #2c66cc;
}
.join-agree-layout .jumbotron,
.join-layout .jumbotron{
    border-radius: 0;
    background: #fff;
    padding: 30px 0px 0;
    text-align: center;
    margin-bottom: 40px;
}
.join-agree-layout .btn-primary,
.join-layout .btn-primary{
    font-size: 14px;
    background: #2a5bb1;
    background-color: #2a5bb1;
    border: none;
    color: #FFF;
    padding: 8px 50px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    letter-spacing: 0.03em;
    text-shadow: none;
    box-shadow: none;
}
@media (max-width:767px){
	.login-layout, .join-agree-layout, .join-layout {
		margin-top: 45px;
	}
	.join-agree-layout .jumbotron, .join-layout .jumbotron {
		background: rgba(0,0,0,0);
		color: #fff;
	}
}

.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;
}
/* --------------2018.01.10---------------- */

/* personal setting 0.1v */
/* layout */
.mt-40{margin-top:40px!important;}
.mt-20{margin-top:20px!important;}
.mt-15{margin-top:15px!important;}
.mb-40{margin-bottom:40px!important;}
.mb-20{margin-bottom:20px!important;}

ul,dl,ol{padding:0;}
.body-layout{overflow-x:hidden;}
/* p{line-height:1.6;} */

/* 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;
}

/* 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;
}
.vertical-center{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	padding:0;
	margin:0;
}

/* 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:#2a5bb1!important;}
/* personal setting 0.1v end */
/* layout setting*/
.container_contents{
	max-width:none;
	padding:0;
}
/* navigation setting */
.navbar-fixed-bottom, .navbar-fixed-top{
	position:static;
}
/* mainpage setting */
/* carousel */
#main-slide .carousel-caption{
	position:absolute;
	right:auto;
	bottom:auto;
}

.carousel-caption h2{
	font-size:46px;
	margin:0;
	font-weight: 600;
}
.carousel-caption .name{
	font-size: 1.5em;
    background: rgba(52, 98, 178,0.75);
    padding: 0 15px;
}
.carousel-caption .highlight {
    color: #cef534;
}
.carousel-caption h2:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    margin: 30px 0 30px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    transition: all 1s ease-out;
}
.item.active .carousel-caption h2:after{
	width:100%;
}
.carousel-caption p {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    line-height: 1;
}
@media(max-width:767px){
	.carousel-inner>.item>a>img, .carousel-inner>.item>img{
		height:380px;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.carousel-caption{
		width:95%;
	}
	.carousel-caption h2 span{
		display:block;
	}
	.carousel-caption h2{
		font-size:28px;
	}
	.carousel-caption p{
		font-size:14px;
	}
}
/* mainpage main content */
.main-content {
    padding: 50px 0px;
    background: #f3f3f3;
}
.business-title {
    padding-top: 18px;
}
.business-title h3 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    letter-spacing: -0.03em;
    color: #222;
    line-height: 1;
}
.business-title h3 span {
    color: #2a5bb1;
    font-size: 12px;
    display: block;
    letter-spacing: 0.15em;
    margin-bottom: 10px;
    line-height: 1;
}
.business-title h3:after {
    content: "";
    background: #2a5bb1;
    width: 22px;
    height: 2px;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}
.business-title p {
    color: #666666;
    font-size: 13px;
    line-height: 21px;
}
.main-business-item{
	height:170px;
	padding:0 2px;
}
.main-business-item a{
	position:relative;
	display:block;
	width:100%;
	height:100%;
	color:#fff;
}
.main-business-item a h4 {
    display: inline-block;
    padding: 12px 12px;
    margin: 0;
    background: #fff;
    color: #222;
    letter-spacing: -0.03em;
}
.main-business-item .more{
	opacity:0;
	visibility:hidden;
	position:absolute;
	left:0;
	top:0;	
	padding:0;
	padding-top:75px;
	margin:0;
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	color:#fff;
	transition:all .4s ease;
}
.main-business-item a:hover h4{
	display:none;
}
.main-business-item a:hover .more {
    opacity: 1;
    visibility: visible;
    background: rgba(47, 85, 151, 0.8);
    font-size: 18px;
    font-weight: 500;
    padding-top: 60px;
}
.main-business-item:nth-of-type(1) a{
	background:url(/skin/img/main/main-business1.jpg) no-repeat center center;
	background-size:cover;		
}
.main-business-item:nth-of-type(2) a{
	background:url(/skin/img/main/main-business2.jpg) no-repeat center center;
	background-size:cover;		
}
.main-business-item:nth-of-type(3) a{
	background:url(/skin/img/main/main-business3.jpg) no-repeat center center;
	background-size:cover;		
}
@media(max-width:767px){
	.main-content{
		padding: 0 0 20px;
	}
	.business-title h3{
		height:90px;
		line-height:90px;
	}
	.main-business-item{
		margin-bottom:10px;
	}
}
/* mainpage bbs widget */

.intro-boardbox-11 a {
    display: block;
    width: 49%;
	margin:0 .5%;
    height: 221px;
    background: #00b18e;
    color: #fff;
    padding: 20px 20px;
	position: relative;
	float:left;
}
.intro-boardbox-11 a:hover {
    background: #009e7f;
}
.intro-boardbox-11 .main-remote{
	background:#4f7cc9;
}
.intro-boardbox-11 .main-remote:hover{
	background:#30589c;
}

.intro-boardbox-11 h4 {
    font-size: 20px;
    margin: 0;
    letter-spacing: -0.02em;
}
.intro-boardbox-11 h4 i.fa {
    display: block;
    font-size: 90px;
    position: absolute;
    opacity: 0.3;
    bottom: 30px;
    right: 14px;
}
.intro-boardbox-11 h4 span {
    font-size: 13px;
    display: block;
    font-weight: 300;
    letter-spacing: 0.1em;
    margin-top: 7px;
    padding-left: 2px;
}
.intro-boardbox-11 p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    bottom: 20px;
    letter-spacing: -0.02em;
}

@media(min-width:768px){
	.intro-board-widget-layout .intro-boardbox:nth-of-type(1),
	.intro-board-widget-layout .intro-boardbox:nth-of-type(2){
		width:35%;
	}
	.intro-board-widget-layout .intro-boardbox:nth-of-type(3){
		width:30%;
	}
}
@media(max-width:767px){
	.intro-boardbox{
		margin-bottom:10px;
	}
}
/* mainpage contact */
.main-contact {
    clear: both;
    padding: 20px 0 0;
}
.main-contact h3 {
    margin: 0 0 20px;
    letter-spacing: -0.02em;
    color: #222;
}
.main-contact .row {
    margin: 0;
}
.main-contact .row .map {
    padding: 0;
}
.root_daum_roughmap{
	width:100%!important;
}
.root_daum_roughmap .wrap_map {
    height: 218px !important;
}
.main-contact .row .text-area{
	border: 1px solid #ddd;
    border-left: none;
    padding: 30px;
	min-height: 250px;
}
.main-contact h4 {
    position: relative;
    margin: 0 0 15px;
	letter-spacing: -0.02em;
}
.main-contact p {
    margin: 0;
    color: #666;
    line-height: 26px;
}
@media(min-width:768px){
	.map + .col-sm-6{
		padding-top:25px;
	}
}
@media(max-width:767px){
	.main-contact .map{
		margin-bottom:30px;
	}	
}
/* subpage setting  */

.sub-layout{
	width:100%;
	max-width:none;
	padding:0;
}
.subpage .pageheader{
	height: 275px;
    color: #fff;
    text-align: center;
    padding-top: 115px;
	background:url(/skin/img/sub/subtop-bg.jpg) no-repeat center center;
	background-size:cover;
}
#software01.subpage .pageheader,
#software02.subpage .pageheader{
	padding-top: 25px;
}
#software03.subpage .pageheader,
#consulting01 .pageheader{
	padding-top: 50px;
}
#hardware .pageheader{
	padding-top:73px;
}
.pageheader h2 {
    margin: 0 0 20px;
    font-size: 41px;
    font-weight: 500;
	line-height:1.2;
    letter-spacing: -0.03em;
}
#software01 .pageheader h2 ,
#software02 .pageheader h2 ,
#software03 .pageheader h2 ,
#hardware .pageheader h2,
#consulting01 .pageheader h2 {
    margin: 0 0 20px;
    font-size: 28px;
    font-weight: 500;
	line-height:1.2;
    letter-spacing: -0.03em;
}
.pageheader h2 span {        
    opacity: 1;    
    margin-bottom: 10px;
}
.pageheader h2 span:nth-child(1) {
    margin-top: 10px;
	
}
.pageheader h2 .c01{
	display: block;
	color:#e89897;
}
.pageheader h2 .c02{
	display: block;
	color:#ecb4d0;
}
.pageheader h2 .c03{
	display: block;
	color:#aed5d7;
}
.pageheader h2 .c04{
	display: block;
	color:#feca8b;
}
.pageheader p {
    margin: 0;
    font-size: 16px;
    opacity: 0.7;
}
#about .pageheader{
	padding-top:95px;
}
#software03 .pageheader{
	padding-top:75px;
}
.sub-content{
	padding: 50px 15px 75px;
}

.breadcrumb {
	background:none;
    margin-bottom: 0;
    position: absolute;
    padding: 0;
    right: 15px;
    top: 12px;
}
.section {
    padding-bottom: 50px;
    padding-top: 50px;
    border-bottom: 1px dashed #ddd;
}
.sub-content > div.section:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.section1{
    padding-top: 0;
}
.subpage-title:after{
	content:'';
	display:block;
	clear:both;
}
.subpage-title {
    position: relative;
}
.subpage-title h3 {
    position: relative;
    margin: 0 0 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #222;
}
.subpage .section p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-bottom: 0;
	letter-spacing: -0.02em;
	word-break: break-word;
}
.subpage h4 {
    font-size: 26px;
    color: #2a5bb1;
    letter-spacing: -0.03em;
    margin: 0 0 20px;
}
.subpage h4 span {
    color: #222;
}
.subpage h5{
	position:relative;
	margin-top:0;
	font-size:18px;
}
.subpage h6 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #222;
    letter-spacing: -0.02em;
}
.content + .content {
    margin-top: 20px;
}
.subpage .checktitle {
    margin: 0 0 10px;
    padding-left: 22px;
    font-size: 18px;
    letter-spacing: -0.02em;
    position: relative;
}
.subpage .checktitle:before {
    content: "\f058";
    font-family: FontAwesome;
    position: absolute;
    top: 1px;
    left: 0px;
    color: #2a5bb1;
}

.section > .row{
	margin-top:20px;
}
.subpage ul {
    margin: 10px 0 10px;
}
.subpage ul li {
    list-style: none;
    line-height: 26px;
    margin-bottom: 2px;
    color: #666;
    padding-left: 10px;
    position: relative;
}
.subpage ul li:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0px;
}
.img-bordered{
	border:1px solid #ddd;
}
.bbs-list-view-layout + div.row{
	max-width:1170px;
	margin:0 auto 100px;
	width:100%;
}
@media(max-width:767px){
	.sub-content{
		padding-left:15px;
		padding-right:15px;
	}
	.subpage .pageheader{
		height: 169px;
		padding-top:70px;
	}
	.subpage .pageheader h2{
		font-size:20px;
		margin-bottom: 10px;
	}
	#software01 .pageheader h2 ,
#software02 .pageheader h2 ,
#software03 .pageheader h2 ,
#hardware .pageheader h2,
#consulting01 .pageheader h2 {
	font-size:16px;
	}
	#software01.subpage .pageheader,
#software02.subpage .pageheader{
	padding-top: 15px;
}
#software03.subpage .pageheader,
#consulting01 .pageheader{
	padding-top: 30px;
}
#hardware .pageheader{
	padding-top:50px;
}
	.subpage-title h3{
		font-size:24px;
	}
	.breadcrumb {
		font-size: 12px;
		padding: 8px 0;
		margin:10px 0 0;
	}
	.subpage h3{
		font-size:20px;
	}
	.subpage h4{
		font-size:18px;
	}
	.subpage h5{
		font-size:16px;
	}
	.subpage ul li{
		padding-left:0;
		margin-left:25px;
	}
}
/* subpage about */
#about .greeting-box {
    background-color: #2f5597;
    background-image: url(/skin/img/sub/greeting-box-bg.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding: 40px;
    overflow: hidden;
}
#about .greeting-box p {
    margin-bottom: 15px;
    color: #fff;
}
#about .greeting-box .pull-right {
    margin: -15px 0 0 !important;
    line-height: 1;
    font-size: 18px;
}
#about .section3 .row {
    margin-left: -2px;
    margin-right: -2px;
}
.sub-business-item{
	height:200px;
	padding:0 2px;
}
.sub-business-item a{
	position:relative;
	display:block;
	width:100%;
	height:100%;
	color:#fff;
}
.sub-business-item a h5 {
    background: #2f5596;
    display: inline-block;
    padding: 12px 12px;
    margin: 0;
    color: #ffF;
    letter-spacing: -0.03em;
}
.sub-business-item .more{
	opacity:0;
	visibility:hidden;
	position:absolute;
	left:0;
	top:0;	
	padding:0;
	padding-top:145px;
	margin:0;
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	color:#fff;
	font-size:20px;
	font-weight:500;
	transition:all .4s ease;
}
.sub-business-item a:hover h5{
	display:none;
}
.sub-business-item a:hover .more {
    opacity: 1;
    visibility: visible;
    background: rgba(47, 85, 151, 0.8);
    padding-top: 75px;
}
.sub-business-item:nth-of-type(1) a{
	background:url(/skin/img/main/main-business1.jpg) no-repeat center center;
	background-size:cover;		
}
.sub-business-item:nth-of-type(2) a{
	background:url(/skin/img/main/main-business2.jpg) no-repeat center center;
	background-size:cover;		
}
.sub-business-item:nth-of-type(3) a{
	background:url(/skin/img/main/main-business3.jpg) no-repeat center center;
	background-size:cover;		
}
.partners-in {
    border: 1px solid #ddd;
    padding: 15px 0 0;
}
.partners-in span {
    display: block;
    text-align: center;
    background: #f3f3f3;
    padding: 5px 0;
    font-size: 13px;
    font-weight: 500;
    margin-top: 15px;
}
#about h5:after{
	display:none;
}
@media(min-width:768px){
	.partners{
		width:20%;
	}	
}
@media(max-width:767px){
	.sub-business-item{
		margin-bottom:10px;
	}
	#about .pageheader{
		padding-top:50px;
	}
}

/* subpage software01 */
.solutions{
	margin-left:0;
}
.solutions img{
	margin-bottom:10px;
}
.solutions p,
.nx-text p,
#software01 .col-sm-6 p{
	text-align:justify;
	word-break: break-word;
}
.subpage .solutions p {
    font-size: 13px;
    line-height: 21px;
}
#software01 .section4 > p{
	font-size:20px;
	color:#009e6c;
}
#software01 .section3 h5, #software01 .section4 h5 {
    margin-top: 20px;
}
@media(min-width:768px){
	#software01 .clearfix{
		margin:15px 0;
	}
	.solutions h6{
		height:44px;
	}
	#software01 .section2 .col-sm-6 p{
		padding-top:45px;
	}
	
	.nx-img{
		padding-top:48px;
	}
	#software01 .section4 .col-sm-6 img{
		margin-top:70px;
	}
	.solutions{
		width:14.28%;
		min-height:360px;
	}
	/*
	.solutions:before{
		content:'';
		display:block;
		width:1px;
		height:100%;
		position:absolute;
		top:0;
		left:0;
		background:#ddd;
	}
	.solutions:nth-of-type(4):before{
		display:none;
	}
	*/
	
}
@media(max-width:767px){
	.clearfix{
		margin:0;
	}
	.nx-img{
		margin-bottom:20px;
	}
}

/* subpage software02 */
/*
.box-title{
	display: inline-block;
    padding: 30px 15px;
    border: 5px solid #1d3663;
}
.box-title:after{
	display:none;
}
.box-title span{
	font-size:40px;
	font-weight:bold;
}
*/
#software02 .software02-tit .box-title {
    background: #2f5597;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    padding: 15px 15px;
    line-height: 1;
}
#software02 .software02-tit .box-title span {
    display: inline-block;
    font-weight: 600;
    padding-left: 5px;
}
#software02 .software02-tit .box-text {
    background: #f3f3f3;
    padding: 20px;
}
.strength {
    padding: 10px 15px 0;
    min-height: 160px;
}
.strength h5 {
    font-weight: 500;
    color: #222;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.strength h5:after{
	display:none;
}
.strength h5 span{
	color:#2a5bb1;
}
.trait-title{
	margin-top:10px;
}
.trait-title h6 {
    margin-top: 0;
}
.trait-title h6 span{
	font-size:14px;
	font-weight:400;
	color:#888;
	margin-left:5px;
}
.trait-img img{
	border:1px solid #bbb;
}
.trait-box > div {
    height: 142px;
    border: 1px solid #ddd;
    background: #f3f3f3;
}
.trait-box span{
	display:block;
	margin:0;
	padding:0;
	padding-top:15px;
	height:50%;
	background:#fff;
}
.pt-25{
	padding-top:25px!important;
}
.pt-15{
	padding-top:15px!important;
}
#software02 .trait-box p{
	font-size:13px;
	line-height:20px;
	margin:0;
	padding-top:5px;
}
/*
#software02 .section2 > .row{
	background:url(/skin/img/sub/box-title-bg.jpg) no-repeat 80% 30px;
	background-size: 55%;	
}
#software02 .section2 > .row > .col-md-12{
	margin-bottom:200px;
}
*/
#software02 .col-xs-6{
	margin-bottom:10px;
}
@media(max-width:767px){
	.trait-title{
		margin-top:20px;
	}
	.trait-title h5 span {
		display: block;
		margin-top: 5px;
	}
	#software02 .section2 > .row{
		background:none;
	}
	#software02 .section2 > .row > .col-md-12{
		margin-bottom:0;
	}
}
/* subpage software03 */

#software03 .section1 p:first-of-type {
    font-size: 16px;
    color: #222;
}
.software03-1-img:after{
	content:'';
	display:block;
	clear:both;
}
.software03-1-img div{
	float:left;
	width:50%;
	padding:15px 5px;
	height:140px;
}
.software03-1-text {
    font-size: 15px;
}
.software03-1-text ul li {
    margin-bottom: 10px;
    letter-spacing: -0.02em;
}
.software03-1-2-text ul li {
    margin-bottom: 10px;
    letter-spacing: -0.02em;
}
#software03 li span{
	color:#2a5bb1;	
	font-weight:500;
}
#software03 .function{
	padding:0 5px;
}
#software03 .function img{
	height:200px;
}
#software03 tbody td,
#software03 th{
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
}
#software03 .section1 tbody td{
	padding:3px 15px;
}
.img-description {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #666;
    margin: 8px 0;
}
.simwise-logo{
	max-width:250px;
	vertical-align:-18px;
	margin-right:5px;
}
.gray-bg {
    background: #f6f6f6;
    padding: 10px 15px;
    margin: 15px 0 !important;
}
.img-margin {
	margin: 20px 0 !important;
}
#software03 .section2 .img-padding {
    padding: 25px 10px;
}
#software03 .section2 p {
    margin-bottom: 10px;
}
#software03 h4{
	margin-top:50px;
}
.gstar-trait{
	margin-bottom:15px;
}
.gstar-trait img{
	border:1px solid #ddd;
	border-bottom: none;
}
.gstar-trait p {
    padding: 15px;
    background: #f3f3f3;
    min-height: 98px;
    border: 1px solid #ddd;
    border-top: none;
}
@media(min-width:768px){
	.column{
		columns: 2;
		column-gap: 30px;
		padding-bottom:20px;
	}
	.software03-1-text{
		padding-top:35px;
	}
}
@media(max-width:767px){
	.column{
		columns: 1;
	}
	#software03 .section h3 span{
		display:block;
		font-size:.8em;
		margin-top:5px;
		color:#666;
		padding-left:15px;
	}
	#software03 .section1 p:first-of-type,
	.software03-1-text{
   		font-size: 14px;
	}
	#software03 .pageheader{
		padding-top:25px;
	}
}

/* subpage hardware */
.card{
	padding:5px;
	
}
.card > .wrap{
	padding:15px 15px 20px;
	border:1px solid #ddd;
	border-radius:5px;
}
.card > .wrap:after{
	content:'';
	display:block;
	clear:both;
}
.card .img-contain{
	width:300px;
}
.card .text-colored span{
	display:block;
	font-weight:500;
}
#hardware .card .text-colored{
	margin-bottom:20px;
}
.card .btn{
	float:right;
}
/* subpage contact_form */
#contact-mail .sub-content{
	padding-bottom:20px;
}
#mod_type_formForm{	    
    max-width: 1170px;
    margin: 0 auto 50px;
}
#mod_type_formForm .q_number .col-sm-12:nth-child(2),
.q_number .fa-square{
	display:none;
}
#mod_type_formForm .q_number:nth-child(1) .col-sm-12:nth-child(2),
#mod_type_formForm .q_number:nth-child(2) .col-sm-12:nth-child(2){
	display:block;
}
#mod_type_formForm .q_number:nth-child(3){
	margin-bottom:30px;
}
#mod_type_formForm .q_number .col-sm-12:nth-child(1){
	width:20%;
	float:left;
}
#mod_type_formForm .q_number .col-sm-12:last-child{
	width:80%;
}
.q_number div h3{
	margin-top:10px;
}


/********* 2019-05-10 **********/

.inquiry-wrapper{
    background: url('/skin/img/sub/contact.jpg') no-repeat bottom center / cover;
    border: 1px solid;
}

.inquiry-table{
        width: 80%;
    height: 300px;
    margin-top: 340px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
}
.inquiry-table > tbody > tr > th{
    background: #2F5597;
    color: #fff;
}
.inquiry-table > tbody > tr > th, .inquiry-table > tbody > tr > td{
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.09em;
}

