@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {
    padding-top:130px;
	background-color: #fff;
	font-size:16px;
	line-height:1.5;
	letter-spacing:-0.02em
}

/* 폰트 설정 */
.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;
}

.navbar-inverse {
    background-color: #ffffff;
    border-bottom: 1px solid #007cc6;
    margin-bottom: 0;
    transition: all .3s ease;
}

.navbar-inverse .navbar-brand {
	color: #333;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #333;
}
.navbar-brand img{
	margin-top:15px;
}

@media screen and (min-width: 768px) {
    .navbar-header{
        display:none;
    }
    .navbar-inverse .navbar-nav{
        width:100%;
        float:left !important;
    }
    .navbar-inverse .navbar-nav > li{
        width:calc(100% / 6);
        text-align: center;
        /* border-right:1px solid rgba(255,255,255,0.2); */
    }
    .navbar-inverse .navbar-nav > li:first-child{
        /* border-left:1px solid rgba(255,255,255,0.2); */
    }
	.navbar-inverse .navbar-nav > li > a {
        padding: 16px 0;
        font-size: 16px;
        font-weight: 500;
        color: #333;
        -webkit-text-shadow: none;
        text-shadow: none;
        letter-spacing: -0.015em;
    }
	.navbar-inverse .navbar-nav > li > a span {
		line-height: 0;
	}
 	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus,
	.navbar-inverse .navbar-nav > li:hover > a,
	.navbar-inverse .navbar-nav > li:focus > a,
	.navbar-inverse .navbar-nav > .open > a,
	.navbar-inverse .navbar-nav > .open > a:hover,
	.navbar-inverse .navbar-nav > .open > a:focus,
	.navbar-inverse .navbar-nav > .active > a,
	.navbar-inverse .navbar-nav > .active > a:hover,
	.navbar-inverse .navbar-nav > .active > a:focus {
		-webkit-box-shadow: none;
	  	box-shadow: none;
	  	background-color: rgba(0,0,0,0);
          color: #007cc6 !important;
          opacity: 1;
  	}
}
@media screen and (min-width: 768px) {
	.navbar-nav>li>.dropdown-menu {
        left: 0;
        right: auto;
        animation-fill-mode: both;
        animation-duration: .5s;
        animation-name: fadeInRight;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: none;
        border-top: 1px solid #007bc6;
        padding: 12px 0 15px;
        background-color: #eee;
        min-width: 100%;
        box-shadow: none;
    }

	.divider-vertical+li .dropdown-menu {
		left: auto;
		right: 0;
	}
}

.dropdown-menu > li > a {
    padding: 6px 30px;
    font-size: 13px;
    color: #333;
    letter-spacing: -0.15px;
}

.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #007bc6;
    text-decoration: underline;
}
/* login */

.login-layout, 
.id-find-layout, 
.pw-find-layout {
    background: #323538;
    padding: 100px 15px 100px;
}
.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 #d5d5d5;
    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: #007bc6;
    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: #007bc6;
}
.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;
    }
}
/* personal setting 0.63v */
/* layout */
.mt-0{margin-top:0px!important;}
.mt-20{margin-top:20px!important;}
.mt-30{margin-top:30px!important;}
.mt-40{margin-top:40px!important;}
.mt-60{margin-top:60px!important;}
.mb-0{margin-bottom:0px!important;}
.mb-20{margin-bottom:20px!important;}
.mb-30{margin-bottom:30px!important;}
.mb-40{margin-bottom:40px!important;}
.mb-60{margin-bottom:60px!important;}
.mg-0{margin:0!important;}
.pd-0{padding:0!important;}

@media(min-width:768px){
	.col-sm-20{
		width:20%;
	}
}
/* img */
.img-bordered{border:1px solid #ddd;}
.img-caption{
	margin:10px 0;
	text-align:center;
	font-size:16px;
	color:#555;
	font-weight:500;
}
/* align */
.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 .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td{
	text-align:left!important;
}
/* font */
.numbering{margin-right:10px;}
.numbering.circle,
.numbering.sqr{
	display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 0;
    background: #007bc6;
}
.numbering.circle{
	border-radius:50%;
}
/*list style*/
.li-none > li{list-style:none!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-disc > li{list-style:disc!important; margin-left:20px;}
.li-check > li,
.li-dash > li,
.li-dot > li{padding-left:17px; position:relative;}
.li-dash > li:before,
.li-dot > li:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before{
	content:'·';
}
.li-check > li:before{
	content:'\f00c';
    left:0;
    font-family: 'fontawesome';
    color: #007bc6;
}
.location-li{
    border-top: 2px solid #222;
    margin: 20px 0 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 18px;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 600;
    color: #222;
	font-size:18px;
    border-radius: 4px;
}
@media(max-width:767px){
	.location-li span {
		display:block;
	}
}
.location-li span i {
    margin-right: 5px;
    color: #007bc6;
}
.partner-li{
	margin:20px 0;
}
.partner-li:after{
	content:'';
	display:block;
	clear:both;
}
.partner-li > li{
	float:left;
	width:20%;
	padding:10px;
}
.partner-li > li img{
	border:1px solid #ddd;
}
.category-li{
	display:inline-block;
	margin:20px auto;
}
.category-li:after{
	content:'';
	display:block;
	clear:both;
}
.category-li > li{
	float:left;
	display:inline-block;
	margin:5px;
	padding:10px 20px;
	background:#f5f5f5;
	border:1px solid #ddd;
}
.trait-dl{
	margin:40px 0;
}
.trait-dl:after{
	content:'';
	display:block;
	clear:both;
}
.trait-dl dt,
.trait-dl dd{
	float:left;
	margin-bottom:10px;
	padding:20px 40px;
	border-top:2px solid #ddd;
}
.trait-dl dt{
	border-color:#007bc6;
	font-size:18px;
}
.stripe-dl {
    margin: 30px 0;
}
.stripe-dl dt {
    padding: 10px 20px;
    font-size: 16px;
    background: #f5f5f5;
}
.stripe-dl dd {
    margin-bottom: 20px;
    padding: 20px;
}
@media(min-width:768px){
	.trait-dl dt{
		width:25%;
	}
	.trait-dl dd{
		width:75%;
	}	
}
@media(max-width:767px){
	.partner-li > li{
		width:50%;
	}
}
/* component */
.card{
	display:block;
	position:relative;
	padding:15px;
	margin-bottom:20px;
	border:1px solid #ddd;
	min-height:max-content;
}
.card .card-ttl{
	margin:-15px -15px 15px;
	padding:10px 0;
	text-align:center;
	font-size:16px;
	font-weight:500;
	color:#fff;
	background:#007bc6;
}
.column-2{
	column-count:2;
	column-rule:1px solid #ddd;
	column-gap:30px;
}
@media(max-width:767px){
	.column-2{
		column-count:1;
	}
}
.column-2 ul,
.column-2 dl,
.column-2 ol{
	margin:0;
}
.quote-box{
	margin:20px auto;
	padding:25px;
	background:#f5f5f5;
}
.greet .quote, p.quote {
    margin: 0 0 55px;
    font-size: 34px;
    font-weight: 500;
    color: #224377;
    line-height: 1.25;
    letter-spacing: -0.025em;
    font-size: 30px;
    line-height: 1.3;
}
p.quote span{
	font-weight:500;
}
/* custom setting */
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout{
	width:100%;
	padding:0;
	margin:0;
}
/* .intro-html-layout{
    display:none;
} */
ul,dl,ol{padding:0;}
p,li,dt,dd{line-height:1.7;}
a:hover,a:focus{text-decoration:none;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}
.list-row-subject{
	max-width:66%;
}
.dh-board .table-hover {
    margin: 0;
    border-top: 2px solid #007bc6;
	border-bottom:1px solid #333;
}
.dh-board .table-hover thead tr th, .dh-board .table-hover tbody tr th, .dh-board .table-hover tbody tr td {
    padding: 13px 15px;
    font-size: 15px;
    color: #666;
    letter-spacing: -0.04em;
    line-height: 1.6;
    border-bottom: 1px solid #e1e1e1;
}
.dh-board .table-hover thead tr th, .dh-board .table-hover tbody tr th { color: #222; background:#f5f5f5; padding:10px 15px;}

.table-style {
    margin: 0 0 20px;
    border:none;
	border-top: 1px solid #333;
}
.table-style tr th,
.table-style tr td {
    padding: 10px 10px !important;
    border-bottom: 1px solid #ddd;
    word-break: keep-all;
}
.table-style tr th {
	color: #333;
	text-align: center;
    vertical-align: middle !important;
}
.table-style .highlight {
    background: #edfbff;
    color: #1761a2;
}
.table-style .highlight td {
    border-color: #bcd8e8 !important;
    color: #1761a2;
}
.table-style thead tr th {
    background: #f3f3f3;
    border-bottom:1px solid #ccc;
}

.table-style tr td {
    font-size: 15px;
}

.table-style thead tr th:last-child, 
.table-style tbody tr td:last-child {
    border-right: none;
}

.table-style thead tr th:first-child, 
.table-style tbody tr td:first-child {
    border-left: none;
}

.history-table{
	border-top:none;
}

/* personal setting 0.63v end */
/* navigation setting */
@media(max-width:767px){
	
}
/* mainpage setting */
.container_slide{
	width:100%;
	margin:0;
	padding:0;
}
.container_slide > .fill,
.carousel-inner .item .fill{
	height:calc(100vh - 130px);
}
.carousel-caption {
    margin:0;
    padding: 0;
    left: 50%;
    right: auto;
    top: 23%;
    bottom: auto;
    transform: translate(-50%,-50%);
    width: 85%;
    max-width: 1170px;
}
#myCarousel .carousel-caption span{
	opacity:1;
	padding:0;
	background:transparent;
    text-shadow: 0 0 0 rgba(0,0,0,0);
}
.carousel-caption h1 {
    margin: 0;
    font-size: 60px;
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.28;
}
.carousel-caption p {
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0.02em;
    margin: 14px 0px 0;
}
.carousel-control.left{
	background:url(/skin/img/slide/arrow_prev.png) no-repeat center;
}
.carousel-control.right{
	background:url(/skin/img/slide/arrow_next.png) no-repeat center;
}
.carousel-control .glyphicon{
	display:none;
}
.carousel-indicators li,
.carousel-indicators li.active{
	margin:0 4px;
	width:11px;
	height:11px;
}
/* .main-content .title {
    margin-bottom: 70px;
}
.main-content .title h3 {
    position: relative;
    z-index: 10;
    font-size: 54px;
    font-weight: 800;
    margin: 0;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -0.03em;
}
.main-tech {
    padding: 180px 0;
    background: #fcfcfc url(/skin/img/main/m-box-bg.png) no-repeat center bottom / cover;
}
.m-tech {
    margin: 0 -10px;
}
.m-tech > div {
    padding: 0 10px;
}
.m-tech a {
    display: block;
    position: relative;
    height: 190px;
    margin-bottom: 20px;
    color: #fff;
}
.m-tech .box1{
    height:400px;
    background: #154479 url('/skin/img/main/m-box1.png') no-repeat right bottom / cover;
}
.m-tech .box2 {
    background: #818181 url(/skin/img/main/m-box2.png) no-repeat right bottom / cover;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.23);
}
.m-tech .box3{
	background: #7f7f7f url(/skin/img/main/m-box3.png) no-repeat right bottom / cover;
}
.m-tech a h4 {
    position: absolute;
    left: 50px;
    top: 55px;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}
.m-tech .left-con a h4 {
    font-size: 28px;
}
.m-tech a .more {
    position: absolute;
    left: 50px;
    bottom: 53px;
    margin: 0;
    letter-spacing: 0;
    opacity: 0.35;
    font-weight: 600;
}
.main-management .row{
    margin:0;
}
.main-management .row > div{
    padding:0;
}
.main-management a {
    position: relative;
    display: block;
    padding: 40px 15%;
    color: #fff;
}
.main-management .left-con a {
    background: #007cc6;
}
.main-management .right-con a {
    background: #0d3c62;
}
.main-management a h4 {
    font-size: 24px;
    margin: 0;
    font-weight: 600;
}
.main-management a h4 span{
    margin-right:15px;
    font-size:18px;
    font-weight: 300;
	display:none;
}
.main-management a i {
    position: absolute;
    top: 50%;
    right: 15%;
    transform: translatey(-50%);
    font-size: 42px;
    transition: all .3s ease;
    opacity: .6;
}
.main-management a:hover i{
    right:17%;
}
.main-contact {
    padding: 130px 0;
}
.main-contact .title {
    margin-bottom: 50px;
}
.main-contact .title h3 {
    text-align: left;
    font-size: 42px;
    letter-spacing: -0.03em;
}
.main-contact ul {
    margin: 0;
    padding: 80px 0px 0;
}
.main-contact li {
    margin-bottom: 20px;
    font-size: 18px;
}
.main-contact li i {
    margin-right: 10px;
    color: #007bc6;
}
.root_daum_roughmap{
    padding:0!important;
} */
@media(max-width:767px){
	
}
/* footer setting */
.footer_copy > div {
    padding: 50px 0;
    background: #2a2d2f;
    color: #96989a;
    font-size: 13px;
    letter-spacing: 0;
}
.footer_copy ul {
    margin-bottom: 6px;
}
.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(255,255,255,0.3);
    line-height: 1.1;
}
.footer_copy li:last-of-type{
	border-right:none;
}
.footer_copy p {
    margin: 0;
    opacity: 0.85;
}
@media(max-width:767px){
	
}
/* subpage setting */
.pageheader{
	height:300px;
	background:#000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2 {
    margin: -12px 0 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    text-align: center;
}
.breadcrumb {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin: 38px 0 0;
    padding: 0;
    background: transparent;
    font-size: 13px;
    color: #fff;
}
.breadcrumb > li {
    letter-spacing: 0;
}
.breadcrumb .active{
	color:#fff;
}
.subpage-content {
    padding-top: 100px;
    padding-bottom: 100px;
}
.subpage-content .emp{
    font-weight:500
}
.subpage-content section{
	padding-bottom:100px;
}
.subpage-content section h4 {
    position: relative;
    margin: 0 0 25px;
    font-size: 26px;
    letter-spacing: -0.04em;
    word-spacing: 0.03em;
    color: #333;
    font-weight: 600;
}
.subpage-content section h5 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 500;
    color: #333;
    letter-spacing: -0.03em;
}
.subpage-content .title{
    margin-bottom: 80px;
}
.subpage-content .title h3 {
    position: relative;
    margin: 0;
    font-size: 42px;
    font-weight: 500;
    color: #222;
    letter-spacing: -0.04em;
}
.subpage-content .title h3:after {
    content: "";
    width: 50px;
    height: 3px;
    background: #007cc6;
    display: block;
    margin-top: 20px;
}
/*subpage about*/
#about01 .se1 h5 {
    margin-top: 80px;
}
.table-style ul{
    /* margin:10px 0; */
}
/* .history-table {
    border-top: 2px solid #ddd;
}
.history-wrap .left-con {
    padding-right: 40px;
}
.history-wrap .right-con {
    padding: 95px 40px 0;
    min-height: 650px;
    background: #f8f8f8;
}
.history-wrap .right-con img {
    border: 1px solid #e3e3e3;
    padding: 7px;
    background: #fff;
    margin: 5px 0;
}
.history-table.table-style tr th {
    position: relative;
    font-size: 42px;
    color: #111;
    font-weight: 800;
    line-height: 1;
    padding: 0px 25px 0 !important;
    width: 25%;
}
.history-table.table-style tr td {
    padding: 40px 25px 45px!important;
}
.history-table.table-style tr td ul {
    margin-bottom: 0;
}
.history-table ul li {
    list-style: none !important;
    margin-left: 0;
    padding-left: 16px;
    position: relative;
}
.history-table ul li:before {
    content: "";
    left: 0;
    top: 12px;
} */
.history-table tbody tr th {
    width: 33%;
    padding: 20px 0 !important;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -0.035em;
}
.history-table tr td {
    font-size: 16px;
    padding-left: 35px !important;
    vertical-align: middle !important;
}
.history-table tr td.txt {
    text-align: center;
    font-size: 34px;
    font-style: oblique;
    color: #47adea;
}
.history-table thead tr th {
    background: #818488;
    color: #fff;
    border-right: 2px solid #fff;
}
/*subpage tech*/
#tech01 .flow-table {
    border-top: none;
    margin-bottom: 50px;
}
#tech01 .flow-table thead th {
    background: #43494c;
    color: #fff;
    padding: 18px !important;
    border: 1px solid #707475;
    border-bottom: none;
    border-top: none;
    font-size: 18px;
    font-weight: 500;
}

#tech01 .flow-table th,
#tech01 .flow-table td {
    padding: 25px 25px!important;
}

#tech01 .flow-table thead tr th:first-child{
	background: #878e94;
    border-left: 1px solid #878E94;
}

#tech01 .flow-table tbody th {
    background: #edeff1;
}

#tech01 .flow-table thead th.highlight {
    background: #007bc6;
}

#tech01 .flow-table tbody th.highlight {
    background: #d0e3f3;
}

#tech01 .tech-table{
	border-top:none;
}
#tech01 .tech-table thead th {
    background: #43494c;
    color: #fff;
    padding: 18px !important;
    border: 1px solid #707475;
    border-bottom: none;
    border-top: none;
    font-size: 18px;
    font-weight: 500;
}
#tech01 .tech-table tbody th,
#tech01 .tech-table tbody td {
    padding: 25px 25px!important;
}
#tech01 .tech-table tbody th {
    background: #edeff1;
    text-align: left;
}
#tech01 .tech-table tbody th:first-child {
    background: #878e94;
    color: #fff;
    text-align: left;
}
#tech01 .tech-table tbody th p {
    margin: 0 0 4px;
}
#tech01 .tech-table tbody th img {
    margin: 0 0 15px;
}
#tech01 .tech-table tbody td {
    border-left: 1px solid #dadada;
}



.li-disc > li {
    list-style: none !important;
    position: relative;
    padding-left: 13px;
    margin-left: 0;
}
.li-disc > li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 11px;
}

#tech02 .quote {
    margin: 0 0 30px;
    /* color: #1d3c7b; */
    /* font-size: 44px; */
    /* font-weight: 400; */
}
.smartic-wrap{
    margin:0 -3px 0;
}
.application-wrap .card,
.smartic-wrap .card{
    padding:0;
}
.application-wrap .card-ttl, 
.smartic-wrap .card-ttl {
    margin: 0;
	padding: 18px 0;
    background: #007bc6;
    font-size: 18px;
}
.smartic-wrap > div{
    padding:3px;
}
.smartic-wrap .row{
    margin:0 -3px 0;
}
.smartic-wrap .row > div{
    padding:110px 3px 0;
}
.smartic-wrap .row > div .card-ttl {
    background: #43494c;
    font-size: 16px;
    letter-spacing: -0.02em;
}
.application-wrap > div > h5 {
    position: relative;
    padding: 18px 20px;
    color: #fff;
    background: #5fb5ea;
    height: 60px;
}
.application-wrap > div > h5:after{
    content:'';
    display:block;
    width:60px;
    height:60px;
    position:absolute;
    right:0;
    top:0;
    border-top:60px solid #fff;
    border-left:60px solid transparent;
}
.application-wrap > .step2 > h5 {
    background: #007bc6;
}
.application-wrap > .step3 > h5 {
    background: #0c4690;
}
.application-wrap .card-ttl {
    background: #5fb5eb;
    font-size: 16px;
    padding: 13px;
    margin: -1px -1px 0;
}
.application-wrap .step2 .card-ttl {
    background: #007ac6;
}
.application-wrap .step3 .card-ttl {
    background: #0c4690;
}
.application-wrap > div > .row {
    margin-left: -5px;
    margin-right: -5px;
}
.application-wrap > div > .row > div {
    padding: 0 5px;
}

@media (min-width:768px){
	.application-wrap img {
		max-height: 185px;
		width: 100%;
	}
}

/*subpage management*/
.small-quote{
	font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #666;
    line-height: 1.56;
}
#management02 .se1 .small-quote {
    margin-top: -25px;
    margin-bottom: 80px;
    font-weight: 400;
}
.quality-wrap {
    margin: 20px 0 0;
    text-align: center;
}
.circle-wrap {
    text-align: center;
    position: relative;
    padding-top: 30px;
}
.circle {
    display: inline-block;
    margin: 0 10px 27px;
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #0080ce;
}
.circle span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    width: 80%;
    line-height: 1.3;
}
.circle-wrap .c2 {
    background: #08559d;
}
.circle-wrap .c3 {
    background: #2bab60;
}
.circle-wrap .c4 {
    background: #5f76c7;
}
.quality-wrap .circle i {
    display: block;
    margin-bottom: 10px;
    font-size: 60px;
    color: #fff;
}
.quality-wrap .circle p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    font-size: 20px;
    letter-spacing: -0.04em;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    white-space: nowrap;
}
.quality-wrap ul {
    padding: 0 20px;
    margin: 0;
}
.quality-wrap li{
    text-align: left;
}

/*subpage contact*/
.contact-wrap {
    margin: 0px auto 0;
    text-align: center;
    border: 1px solid #ddd;
}
.contact-wrap .left-con{
    padding:0;
}
.contact-wrap .right-con{
    height:426px;
}
.contact-wrap ul{
    position:absolute;
    left:0;
    right:0;
    top:50%;
    transform: translateY(-50%);
    margin:0;
}
.contact-wrap li {
    padding: 0px 35px;
}
.contact-wrap li i {
    display: block;
    margin: 0 auto 10px;
    width: 160px;
    height: 160px;
    line-height: 160px;
    font-size: 44px;
    color: #fff;
    border-radius: 50%;
    background: #007bc6;
}
.contact-wrap li span,
.contact-wrap li strong {
    margin-right:10px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.03em;
}
.contact-wrap li span{
    color: #007cc6;
}

.contact-wrap .inner .quote {
    color: #007cc6;
}
.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;
}
/* mod form */
#mod_type_formForm {
    margin: 0 auto 100px !important;
    background: #f3f3f3;
    padding: 70px 100px 20px;
}
#mod_type_formForm .q_number {
    float:none;
    /* float:left; */
    width:50%;
    margin-bottom: 25px;
}
#mod_type_formForm .q_number:nth-child(6){
    position: absolute;
    right:100px;
    top:70px;
    max-width: 470px;
    /* width:100%; */
}
#mod_type_formForm textarea{
    line-height: 1.5;
    height: 358px;
    margin-top: 0;
}
.q_number div h3 {
    font-size: 16px;
    color: #333;
    margin: 0 0 7px !important;
    display: block;
    font-weight: 600 !important;
}
.q_number div h3 i {
    display: none;
}
.q_number .form-control {
    border-radius: 0;
    margin-bottom: 20px;
    box-shadow: none;
    height: 36px;
}
#mod_type_formForm .btn-primary {
    width: 180px;
    color: #fff;
    background-color: #007bc6;
    text-align: center;
    font-size: 18px;
    padding: 16px 0;
    font-weight: 400;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin: 0 auto 60px;
    right: auto !important;
    float: none !important;
}
#mod_type_formForm .btn-primary:hover{
    background:#000
}
#mod_type_formForm .btn-wrap {
    float: none !important;
    margin: 10px 0 0;
    padding: 0 !important;
}
.form-horizontal .checkbox ,
   .form-horizontal .radio {
    padding-top: 0;
}
.form-horizontal .checkbox label ,
   .form-horizontal .radio label {
    font-size: 13px;
    margin-right: 13px;
    padding-left: 20px;
}
.form-horizontal .checkbox label input ,
   .form-horizontal .radio label input {
    margin-top: 4px;
}
.dh-board,.dh-view-box,#insertForm,#mailForm,.bbs-list-view-layout + .row,.bbs-blog-view-layout + .row,#mod_type_formForm{
	visibility:hidden;
}
@media(max-width:767px){
	
}

/* -----------2020.02.27----------- */
.menu-top {
    padding: 20px 0 18px;
    background: #fff;
    border-bottom: 1px solid #dcdfe0;
}
.logo {
    display: inline-block;
    margin: 0;
    height: auto;
    text-align: center;
    line-height: 1;
    font-size: 0;
}
.logo a {
    display: block;
    line-height: 1;
}
/* .logo a img {
    vertical-align: top;
} */
.logo span {
    display: block;
    margin-top: 3px;
    padding-right: 2px;
    font-size: 11px;
    font-weight: 500;
    color: #a7a8ad;
    letter-spacing: 0.2px;
    word-spacing: 1px;
    font-style: italic;
    text-align: right;
    display:none;
}
.menu-top .lang-wrap{
    float:right;
    margin-top:10px;
}
.menu-top .lang-wrap button{
    border:none;
    background:transparent;
    font-size:15px;
    font-weight:600;
    color:#888;
    border-bottom:4px solid transparent;
}
.menu-top .lang-wrap button.active{
    border-color:#007cc6;
    color:#007cc6
}

.main-content > div{
    padding:80px 0;
}
.main-product{
    background:#f0f1f2;
}
.main-content .title h3 {
    margin-top: 0;
    font-size: 34px;
    font-weight: 600;
    color: #000;
    letter-spacing: -0.02em;
}
.main-content .title .more {
    display: inline-block;
    margin-top: 20px;
    padding: 5px 12px;
    color: #fff;
    background: #007cc6;
    font-size: 12px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.main-content .title .more:hover{
    background:#222
}
.main-content .title .more:before {
    content: "";
    width: 9px;
    height: 9px;
    background: url(/skin/img/main/plus-mini.png) no-repeat;
    display: inline-block;
    margin-right: 6px;
}
.main-product .title h3 {
    margin-top: 40px;
    margin-bottom: 4px;
}
.main-product .title p {
    font-size: 13px;
    color: #777;
    letter-spacing: 0;
}
.m-prod-wrap{
    margin:0 -10px;
}
.m-prod-wrap > div{
    padding:0 10px;
}
.m-prod-wrap a {
    display: block;
    position: relative;
    text-align: center;
    transition: all .3s ease;
    color: #333;
}

.m-prod-wrap a img {
    transition: all 0.3s ease;
}
.m-prod-wrap a p {
    margin: 10px 0 0; 
    line-height: 1;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    text-align: center;
    transition: all 0.3s ease;
}
.m-prod-wrap a p span {
    color: #80bade;
    font-weight: 500;
    margin-right: 6px;
    letter-spacing: -0.04em;
    display:none;
}
.m-prod-wrap a:hover{
    color:#fff;
}
.m-prod-wrap a:hover img{
    opacity:0.6
}
.main-content .main-application{
    padding-bottom:120px;
}
.main-application .title {
    margin-bottom: 45px;
    text-align: center;
}
.main-application .title h3{
    margin:0;
}
.m-app-wrap{
    margin:0 -1px;
}
.m-app-wrap > div{
    padding:1px;
}
#application01 .m-app-wrap{
    width:880px;
    max-width:100%;
    margin:0 auto;
}
#application01 .m-app-wrap > div{
    padding:40px 40px 40px;
}
.m-app-wrap a{
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
}
#application01 .m-app-wrap a{
    width:400px;
    max-width:100%;
    margin:0 auto;
}
.m-app-wrap a img{
    transition: all .3s ease;
}
.m-app-wrap a:hover img{
    transform: scale(1.1);
}
.m-app-wrap a p {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    background: rgba(0,0,0,0.5);
    transition: all .3s ease;
    text-shadow: 0 0 5px rgba(0,0,0,0.8);
    letter-spacing: 0;
}
.m-app-wrap a:hover p{
    background:rgba(1, 1, 1,0.8);
}
.m-app-wrap a p span{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    white-space: nowrap;
}
.greet .img-box {
    padding-left: 40px;
}
.greet p {
    letter-spacing: -0.03em;
    line-height: 1.75;
    font-size: 18px;
}
.greet .name {
    margin-top: 40px;
    font-size: 20px;
    line-height: 1.4;
    color: #333;
    font-weight: 500;
}
.greet .name span {
    font-size: 16px;
    margin-right: 2px;
    color: #333;
    font-weight: 400;
}
.greet .name small {
    margin-right: 10px;
    font-size: 16px;
    font-weight: 400;
}
/* .greet .name br {
    display: none;
} */
.vision-wrap{
    position: relative;
    margin:0 auto;
}
.vision-wrap p {
    position: absolute;
    left: 70px;
    top: 80px;
    font-size: 40px;
    font-weight: 300;
    text-align: left;
    letter-spacing: -0.03em;
    color: #fff;
    line-height: 1.28;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.7);
}
#product01 .se1 .quote {
    background: #e1e2e4;
    padding: 15px;
    font-size: 26px;
    margin-bottom: 35px;
}
.pd-top-wrap {
    background: #f3f3f3;
    padding-bottom: 35px;
}
#tech01 .img-wrap {
    /* padding: 0 10% 0; */
    margin: 0 auto;
}
#tech01 .img-wrap>div.right-con {
    padding-top: 12%;
}
#tech01 .img-wrap img {
    margin-bottom: 15%;
    box-shadow: 15px 22px 18px rgba(0, 0, 0, 0.2);
}
#contact01 .se1 {
    padding-bottom: 70px;
}
.management-wrap {
    margin: 0 -15px 0;
}
.management-wrap .inner {
    margin-bottom: 30px;
    padding: 30px 35px;
    border: 1px solid #d0d0d0;
}
.management-wrap .inner:after{
    content:'';
    display: block;
    clear:both;
}
.management-wrap i {
    display: inline-block;
    float: left;
    width: 85px;
    height: 85px;
    padding-top: 25px;
    font-size: 35px;
    background: #6e7073;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}
.management-wrap > div:nth-child(2) i, 
.management-wrap > div:nth-child(3) i {
    background: #007ac6;
}
.management-wrap .txt-box{
    float: left;
    width:calc(100% - 80px);
    padding-left:40px;
}
.management-wrap .txt-box h5 {
    margin: 10px 0 5px;
}
.management-wrap .txt-box ul {
    margin-bottom: 0;
}
.management-wrap .txt-box ul li {
    color: #777;
}
.value-wrap .inner {
    text-align: left;
    background: #f3f3f3;
    padding: 30px;
    position: relative;
    min-height: 250px;
}
.value-wrap h5 {
    margin: 0 0 15px !important;
    color: #0079c6 !important;
}
.value-wrap h5 i {
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-size: 46px;
    color: #d1d2d3;
}
.value-wrap ul {
    margin: 0;
    padding-left: 0;
}

.cert-wrap {
    padding: 8% 24% 8%;
    margin: 0;
    position: relative;
    background: #f8f8f8;
}
.cert-wrap > div {
    width: 50%;
}
.cert-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25%;
    background: linear-gradient(to bottom, #e0e0e0, #fff );
}

@media(max-width:767px){
    .body-layout{
        padding-top:94px;
    }
    .logo{
        display:none;
    }
    .menu-top{
        padding:8px 0;
    }
    .menu-top .lang-wrap{
        margin-top:0;
    }
    .navbar-brand  img{
        margin-top:0;
        width:200px;
    }
    .navbar-toggle{
        border:none!important;
        background:transparent!important;
    }
    .navbar-toggle .icon-bar{
        background:#333!important;
    }
    .carousel-caption h1{
        line-height:1;
        font-size:30px;
    }
    .carousel-caption p{
        font-size:16px;
    }
    .container_slide > .fill, .carousel-inner .item .fill{
        height:380px;
    }
    .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
        background:#007cc6
    }
    .main-content .main-application{
        padding-top:60px;
        padding-bottom:60px;
    }
    .pageheader{
        height:200px;
    }
    .pageheader h2{
        font-size:38px;
    }
    .subpage-content{
        padding:60px 0;
    }
    .main-content .title h3,
    .subpage-content .title h3{
        font-size:30px;
    }
    .greet .img-box{
        padding-left:15px;
    }
    .subpage-content .title {
        margin-bottom: 40px;
    }
    .history-table tr td.txt{
        font-size:20px;
    }
    .vision-wrap p{
        font-size:24px;
        left:50%;
        top:50%;
        transform:translate(-50%,-50%);
        text-align:center
    }
    .subpage-content section h4{
        font-size:22px;
    }
    .img-wrap img{
        margin-bottom:4px;
    }
    #application01 .m-app-wrap > div {
        padding: 2px 0;
    }
    .contact-wrap .right-con {
        height: 280px;
    }
    .contact-wrap .email{
        margin-bottom:15px;
    }
    .contact-wrap li strong{
        display:block;
    }
}