.list.list-unstyled {
	padding-left: 0;
	padding-right: 0;
}

/*배너공통*/
#content #all-banner-wrp{
	margin-top: 2%;
}
#content .mainbanner{
	min-height: 220px;
}

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* spacement bottom	*/
.mb-none {
	margin-bottom: 0 !important;
}

.mb-xs {
	margin-bottom: 5px !important;
}

.mb-sm {
	margin-bottom: 10px !important;
}

.mb-md {
	margin-bottom: 15px !important;
}

.mb-lg {
	margin-bottom: 20px !important;
}

.mb-xl {
	margin-bottom: 25px !important;
}

.mb-xlg {
	margin-bottom: 30px !important;
}

/*company-banner-left*/
 #content .company-banner-left{
	background-color: #0d93bb;
}
 #content .company-banner-left:after{
	content: '';
    border-style: solid;
    display: block;
    position: absolute;
    border-width: 15px;
    border-color: transparent transparent transparent #0d93bb;
    right: -29px;
    top: 43%;
    z-index: 10;
}
 #content .company-banner-left p span{
	display: block;
	min-height: 50px;
}
 #content .company-banner-left .btn{
	background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
 #content .company-banner-left .btn:hover{
	background-color: #fff;
    color: #0d93bb;
}
@media only screen and (max-width:992px){
	 #content .company-banner-left:after{
		top: initial;
		right: 49%;
		bottom: -30px;
		-webkit-transform: rotate(90deg);
	    -moz-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    transform: rotate(90deg);
	}
}
/*company-banner-right*/
 #content .company-banner-right{
	background-color: #fff;
	position: relative;
	border: 1px solid #ddd;
}
 #content .company-banner-right .main-subbanner{
	position: absolute;
	height: 50%;
	width: 100%;
	background-color: #f5f5f5;
}
 #content .company-banner-right .main-subbanner01{
	top: 0;
	background: url(/img/mainbanner_01.png) no-repeat 90% center;
}
 #content .company-banner-right .main-subbanner02{
	top: 50%;
	border-top: 1px solid #ddd;
	background: url(/img/mainbanner_02.png) no-repeat 90% center;
}
 #content .company-banner-right .main-subbanner a{
	text-decoration: none;
    color: #333;
    font-size: 18px;
    width: 100%;
    height: 100%;
    display: block;
    padding: 25px 15px;
}
 #content .company-banner-right .main-subbanner a img{
	display: block;
	position: absolute;
	bottom: 10px;
	left: 15px;
}
section.section.section-text-light h1, section.section.section-text-light h2, section.section.section-text-light h3, section.section.section-text-light h4, section.section.section-text-light h5, section.section.section-text-light h6 {
	color: #FFF;
}
.text-light {
	color: #FFF !important;
}
/* spacement top	*/
.mt-none {
	margin-top: 0 !important;
}

.mt-xs {
	margin-top: 5px !important;
}

.mt-sm {
	margin-top: 10px !important;
}

.mt-md {
	margin-top: 15px !important;
}

.mt-lg {
	margin-top: 20px !important;
}

.mt-xl {
	margin-top: 25px !important;
}

.mt-xlg {
	margin-top: 30px !important;
}
@media (max-width: 991px) {
	.container-fluid > .row > .p-none section.section {
		margin-bottom: 0;
		margin-top: 0;
	}

	.container-fluid > .row > .p-none:first-child section.section {
		margin-bottom: 0;
		margin-top: 30px;
	}

	.container-fluid > .row > .p-none:last-child section.section {
		margin-bottom: 30px;
		margin-top: 0;
	}
}
.p-none {
	padding: 0 !important;
}
/*cscenter-banner-left*/
 #content .cscenter-banner-left{
	background-color: #1c3f8e;
}
 #content .cscenter-banner-left p span{
	display: block;
	min-height: 50px;
}
 #content .cscenter-banner-left p strong{
	font-size: 25px;
}
 #content .cscenter-banner-left .btn{
	background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
 #content .cscenter-banner-left .btn:hover{
	background-color: #fff;
    color: #1c3f8e;
}

html.dark .owl-carousel.top-border {
	border-top-color: #3F4247;
}

html.dark .progress {
	background: #2e353e;
}
/*notice-banner-right*/
#content .notice-banner-right{
	background-color: #fff;
	position: relative;
	border: 1px solid #ddd;
	margin-left: -1px;
}