@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff; padding-top:95px;}

/* 폰트 설정 */
.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;
}
.footer_copy .copy {
    font-size: 12px;
}
.navbar-inverse {
	background-color: #FFF;
	border-color: #EFEFEF;
	margin-bottom: 0;
    border-top:4px solid #c6303c;
}

.navbar-inverse .navbar-brand {
	color: #333;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #333;
}
.navbar-brand img{
	margin-top: 4px;
	/* width: 96%; */
}

@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-nav > li > a {
	  	padding: 37px 20px;
	  	font-size: 17px;
	  	font-weight: 600;
	  	color: #333;
	  	-webkit-text-shadow: none;
	  	text-shadow: none;
	  	}
  
 	.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: transparent;
	  	color: #2b2e83;
  	}
}
@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;
		background-color: rgba(0, 0, 0, .7);
	}

	.divider-vertical+li .dropdown-menu {
		left: auto;
		right: 0;
	}
}

.dropdown-menu > li > a {
	padding: 7px 25px;
	font-size: 15px;
	color: #FFF;
	text-transform: uppercase;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: transparent;
	color: #91ddff;
	text-decoration: none;
}
/* login */

.login-layout,
.id-find-layout,
.pw-find-layout{
    background: #f5f5f5;
    padding: 100px 15px;
}
.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel{
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr{
    display: none;
}
.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body{
    padding: 0;
}
.login-layout .panel-body > div.col-sm-12,
.id-find-layout .panel-body > div.col-sm-12,
.pw-find-layout .panel-body > div.col-sm-12 {
    float: none;
}
.login-layout .panel-body > div.col-sm-12 h2,
.id-find-layout .panel-body > div.col-sm-12 h2,
.pw-find-layout .panel-body > div.col-sm-12 h2{
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}
.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}
.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}
.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.login-layout label,
.id-find-layout label,
.pw-find-layout label{
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}
.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control{
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus{
    border-color: #aaa;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #2b2e83;
    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: #2b2e83;
}
.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.62v */
/* 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: #2b2e83;
}
.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: 15px;}
.li-dash > li,
.li-dot > li{margin-left:10px; padding-left:20px; position:relative;}
.li-dash > li:before,
.li-dot > li:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before{
	content:'·';
}
.location-li{
    border-top: 1px solid #333;
    margin: 40px 0 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 15px 10px;
    font-size: 15px;
    letter-spacing: -0.01em;
    margin-bottom: 3px;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 160px;
    font-weight: 500;
    color: #222;
    border-radius: 4px;
}
@media(max-width:767px){
	.location-li span {
		display:block;
	}
}
.location-li span i {
    margin-right: 8px;
    color: #666;
}
.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: 24px 40px;
	border-top:2px solid #ddd;
}
.trait-dl dt{
	border-color: #6e74ff;
	font-size:22px;
	color: #2b2f83;
	padding: 15px 2px;
}
@media(min-width:768px){
	.trait-dl dt{
		width: 20%;
		text-align: left;
	}
	.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;
	border-top: 2px solid #8e93ff;
	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:#2b2e83;
}
.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 img {
    padding-right: 30px;
}
.greet .quote,
p.quote{
	margin: 0 0 30px;
	font-size: 32px;
	font-weight:300;
	color: #333;
	line-height:1.2;
	letter-spacing: -1px;
}
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;
}
ul,dl,ol{padding:0;}
p,li,dt,dd{line-height:1.6;}
a:hover,a:focus{text-decoration:none;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}
.dh-board .table-hover {
    margin: 0;
    border-top: 2px solid #2b2e83;
	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-top: 2px solid #2b2e83;
}

.table-style tr th,
.table-style tr td {
	padding: 10px 10px !important;
	border-bottom: 1px solid #dedede !important;
	letter-spacing: -0.02em;
	word-break: keep-all;
	vertical-align: middle !important;
}

.table-style tr th {
	color: #333;
	text-align: center;
}

.table-style thead tr th {
	background: #f8f8f8;
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.table-style tr td {
	color: #333;
}
.history-table{
	border-top:none;
}
.history-table.table-style tr th,
.history-table.table-style tr td {
	border-bottom:none!important;
	padding:25px !important;
}

.history-table.table-style tr th {
	position:relative;
	border-right:1px solid #ccc;
	font-size:22px;
	color:#2b2e83;
}
.history-table.table-style tr th:after{
	content:'';
	display:block;
	position:absolute;
	right:-5px;
	top:50%;
	transform:translatey(-50%);
	width:10px;
	height:10px;
	border:3px solid #2b2e83;
	border-radius:50%;
	background:#fff;
}

/* personal setting 0.62v end */
/* navigation setting */
@media(max-width:767px){
	
}
/* mainpage setting */
.main-top{
    position: relative;
}
.main-top .main-banner{
    height: 740px;
    text-align: center;
    color:#fff;
    background:#555 url(/skin/img/main/m-top.jpg) no-repeat center / cover;
}
.main-banner .caption{
    padding-top: 160px;
}
.main-banner .caption h1{
    margin-bottom: 40px;
    font-size: 50px;
    margin-top: 0;
}
.main-banner .caption p{
    font-size: 24px;
    font-weight: 200;
    line-height: 1.4;
}
.main-top .main-link{
    position:absolute;
    left:0;
    bottom:100px;
    width:100%;
    z-index: 10;
}
.main-link .row{
    margin:0 -20px;
}
.main-link .row > div{
    padding:0 20px;
}
.main-link .inner p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}
.main-link .inner{
    position: relative;
    display:block;
    padding: 40px 36px;
    height: 220px;
    color:#fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.main-link .box1 .inner{background: #1c2592 url(/skin/img/main/m-link1.jpg) no-repeat center / cover;}
.main-link .box2 .inner{background: #007784 url(/skin/img/main/m-link2.jpg) no-repeat center / cover;}
.main-link .box3 .inner{background: #883333 url(/skin/img/main/m-link3.jpg) no-repeat center / cover;}
.main-link .inner h4{
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
}
.main-link .inner .more{
    position:absolute;
    right:30px;
    bottom:30px;
    width:70px;
    height:13px;
    background:url(/skin/img/main/more.png) no-repeat center / contain;
    transition:all .3s ease;
}
.main-link .inner:hover .more{
    right:40px;
}
.main-bottom{
    padding: 60px 0;
}
.main-code {
    padding-right: 30px;
}
.main-code a{
    position:relative;
    display:block;
    padding: 40px 40px;
    color:#555;
    border-radius: 5px;
    /* background: #f4f4f4; */
    overflow: hidden;
    transition:all .3s ease;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border: 1px solid #ddd;
    border-top: 2px solid #6e74ff;
}
.main-code a:hover{
    color:#fff;
    background: #fff;
	border: 2px solid #6e74ff;
}
.main-code a:before{
    content:'\f002';
    font-family: 'fontawesome';
    font-size: 200px;
    position:absolute;
    right: -10px;
    top: 56%;
    transform:translateY(-50%);
    opacity:0.3;
    color: #d4d4dd;
    transition:all .3s ease;
}
.main-code a:hover:before{
    opacity: 0.18;
    right: 5px;
    color: #b8bae4;
}
.main-code a h4{
    margin-bottom: 35px;
    margin-top: 0;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -1px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 21px;
    color: #2b2f83;
}
.main-code a h4:after{
    content: '';
    display:block;
    margin:30px 0;
    width:40px;
    height:1px;
    background:#777;
    display: none;
}
/* .main-code a:hover h4 {
    color: #fff;
    font-weight: 500;
    border-color: #787aa5;
}

.main-code a:hover p {
    color: #fff;
    font-weight: 300;
} */
.main-code a:hover h4:after{
    background:#fff;
}
.main-customer h4{
   font-size: 28px;
   font-weight:600;
   margin: 0 0 25px;
}
.main-code a p{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -1px;
    margin-bottom: 0;
    color: #333;
}
.main-code a p i{
	margin-right:5px;
	color:#2b2f83;
}
.main-customer .inner{
    padding:30px;
    background: #f6f6fc url(/skin/img/main/m-customer.jpg) no-repeat center / cover;
}
.main-customer .des{
    margin:0;
    font-size:20px;
}
.main-customer .des:after{
    content: '';
    display:block;
    margin: 15px 0 15px;
    width:40px;
    height:1px;
    background:#777;
}
.main-customer .tel{
    font-size:40px;
    font-weight:700;
    color:#414266;
    letter-spacing: -0.03em;
    margin-bottom: 0;
    line-height: 1.3;
}
@media(max-width:767px){
	
}
/* footer setting */
.footer_copy > div{
	padding: 30px 0 30px;
	background:#efefef;
	color:#777;
	font-size: 14px;
}
.footer_copy li{
    display:inline-block;
    margin: 0 6px;
}
@media(max-width:767px){
	
}
/* subpage setting */
.pageheader{
	height:200px;
	background:#000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2{
    margin:0;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    font-size: 36px;
    color:#fff;
}
.breadcrumb{
	margin: 130px 0 0;
	padding:0;
	background:transparent;
	font-size:13px;
	color:#bbb;
	text-align: center;
}
.breadcrumb .active{
	color:#fff;
}
.breadcrumb>li+li:before {
    content: "\f105 ";
    color: rgba(255,255,255,0.6);
    font-family: "FontAwesome";
}
.subpage-content{
	padding-top: 80px;
	padding-bottom:80px;
}
.subpage-content .emp{
	font-weight:500;
	color: #2b2e83;
}
.subpage-content section{
	padding-bottom:40px;
}
.subpage-content section h4{
	position:relative;
	margin-bottom:20px;
	font-size:26px;
	letter-spacing: -1px;
	margin-top: 0;
}
.subpage-content section h5{
	margin-top:30px;
	margin-bottom: 10px;
	font-size: 18px;
	letter-spacing: -1px;
}
.subpage-content .title h3{
    margin-bottom: 50px;
    text-align: left;
    font-size: 36px;
    letter-spacing: -1px;
    margin-top: 0;
}
.subpage-content .title h3:after{
    content:'';
    display:block;
    margin:30px auto 50px;
    width:40px;
    height:1px;
    background:#777;
    display: none;
}
/*subpage about*/
.greet p{
    margin-bottom:20px;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: -1px;
}
#about03 .se1 .card{
    padding:40px 20px;
    background: #fafafa;
    border-right: 0;
    border-left: 0;
}
#about03 .se1 .card .quote{
    line-height: 1.4;
    margin-bottom:60px;
    letter-spacing: -1px;
    font-size: 30px;
}
#about03 .table-style tr th,#about03 .table-style tr td {
    padding: 20px !important;
    font-size: 15px;
    text-align: left;
}
#about03 .table-style {
    border-top: 1px solid #333;
}
.company-info img {
    padding-right: 20px;
}
#service01 .se1 img {
    border: 1px solid #ddd;
    padding: 12px;
}

#service01 .se1 ul li {
    font-size: 15px;
    margin-left: 20px;
}
#network01 .se1 img {
    border: 1px solid #ddd;
    box-shadow: 5px 5px 0 rgba(221,221,221,0.3);
    padding: 10px;
}
#inquiry01 .bbs-area,#inquiry02 .bbs-area,#inquiry03 .bbs-area {
    background: #fafafa;
    padding: 80px 0 20px;
    border-radius: 10px;
}
.check-li {
    display:inline-block;
}
.check-li li{
    margin-bottom:15px;
    font-size: 18px;
    text-align:left;
}
.check-li li i{
    margin-right:10px;
    color: #eb3b49;
    font-size: 20px;
}
.check-li li span span {
    color: #ff0000 !important;
}

.check-li .emp {
    color: #333;
    font-weight: 500;
}
/*subpage service*/
.trait-dl .des{
    font-size:16px;
}
.img-wrap{
    margin:10px -5px;
}
.img-wrap > div{
    padding:5px;
}

/* mod form */
#mod_type_formForm {
    max-width: 850px;
    margin: 0 auto 60px;
}
.q_number {
    margin-bottom: 25px;
}
.q_number div h3 {
    font-size: 18px;
    color: #333;
    margin: 0 0 5px !important;
    display: block;
    font-weight: 700 !important;
}
.q_number div h3 i {
    display: none;
}
.q_number .form-control {
    border-radius: 2px;
    margin-bottom: 0px;
}
#mod_type_formForm .btn-primary {
    width: 160px;
    margin-left: 10px;
    color: #fff;
    background-color: #414266;
    text-align: center;
    font-size: 14px;
    padding: 14px 0;
    font-weight: 600;
    border-radius: 2px;
    box-shadow: none;
    border: none;
    margin: 0 auto;
    right: auto !important;
    float: none !important;
}
#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;
}
#mod_type_formForm .q_number:nth-child(5) .checkbox label{
    display:none;
}
#mod_type_formForm .q_number:nth-child(5) .checkbox label:first-child{
    display:block;
}
.dh-board,.dh-view-box,#insertForm,#mailForm,.bbs-list-view-layout + .row,.bbs-blog-view-layout + .row,#mod_type_formForm{
	visibility:hidden;
}

/*subpage support*/
.incoterm-wrap .card{
    padding: 28px 40px;
    min-height:240px;
}
.incoterm-wrap .card:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border-color: #6e74ff;
}
.incoterm-wrap .card h5{
    margin-top: 0;
    margin-bottom:20px;
    font-size: 22px;
    letter-spacing: -1px;
    font-weight: 600;
    color: #2b2f83;
}
.incoterm-wrap .card li{
    margin-bottom:5px;
    font-size: 14px;
}
@media(max-width:767px){
    .body-layout{
        padding-top:79px;
    }
    .navbar-brand img{
        height:45px;
    }
    .navbar-toggle{
        top:15px;
        background:transparent!important;
        border:none!important;
    }
    .navbar-toggle .icon-bar{
        background:#333!important;
    }
    .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
        background:#2b2f83;
    }
    .navbar-nav .open .dropdown-menu{
        background:#f5f5f5;
    }
    .main-top .main-link{
        position:static;
        padding-top:15px;
    }
    .main-banner .caption h1{
        font-size:32px;
    }
    .main-top .main-banner{
        height:400px;
    }
    .main-banner .caption p{
        font-size:18px;
    }
    .main-banner .caption{
        padding-top:125px;
    }
    .main-link .inner{
        margin-bottom:15px;
    }
    .main-bottom{
        padding:15px 0;
    }
    .main-code a h4{
        font-size:22px;
    }
    .main-code a{
        padding:25px;
    }
    .main-customer h4{
        margin:25px 0 15px;
    }
    .subpage-content{
        padding:50px 0;
    }
    .subpage-content .title h3{
        margin-bottom:40px;
        font-size:32px;
    }
    .greet .quote, p.quote{
        margin:20px 0 ;
        font-size:26px;
    }
    #about03 .se1 .card .quote{
        font-size:22px;
    }
    .check-li li{
        position: relative;
        padding-left:30px;
        font-size:16px;
    }
    .check-li li i{
        position: absolute;
        left:0;
        top:5px;
    }
    .trait-dl dt{
        width:100%;
        padding-bottom:0;
    }
    .trait-dl dd{
        border:none;
        padding:0 0 20px;
    }
}