	@import url(common.css);

body { 
	color: #333; 
	font-size: 13px;
	line-height: 1.6;
}

body.header-fixed-space {
	padding-top: 94px;
}

@media (max-width: 991px) {
	body.header-fixed-space {
		padding-top: 0;
	}
}

p, 
li,
li a,
label { 
	color: #555;
}

a {
	color: #bf1143;
	text-decoration: none;  
}
p{ margin: 0;}
a,
a:focus, 
a:hover, 
a:active {
	outline: 0 !important;
}
a:focus {
	text-decoration: none;
}
a:hover {
	color: #bf1143;
	text-decoration: none;
}

.wrapper {
	background: #fff;
}

.boxed-layout {
	padding: 0;
	box-shadow: 0 0 5px #ccc;
	margin-left: auto !important;
	margin-right: auto !important;
	background: #e5e5e5;
}

.content {
	padding-top: 40px;
	padding-bottom: 40px;
}
@media (max-width: 991px) {
	.content {
		padding-top: 0px;
		padding-bottom: 20px;
	}
}

.header-company .topbar-company {
	z-index: 12;
	padding: 15px 0;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

@media (max-width: 991px) {
	.header-company .topbar-company {
		padding: 15px 0 7px;
	}
}

.header-company .topbar-company ul {
	margin: 7px 0 0;
}

.header-company .top-v2-contacts > li {
	color: #fff;
	font-weight: 200;
	line-height: 12px;
	padding: 0 12px 0 15px;
	border-left: 1px solid #fff;
}

.header-company .top-v2-contacts > li:first-child {
	padding-left: 0;
	border-left: none;
}

.header-company .top-v2-contacts > li > a,
.header-company .top-v2-contacts > li > a:hover {
	color: #fff;
}

@media (max-width: 991px) {
	.header-company .topbar-company {
		border-bottom-color: #eee;
	}

	.header-company .topbar-company li,
	.header-company .topbar-company li a {
		color: #555;
		border-color: #555;
	}

	.header-company .topbar-company li a:hover {
		color: #555;
		text-decoration: underline;
	}

	.header-company .top-v2-contacts {}

	.header-company .topbar-buttons .btn-u {
		color: #fff;
	}

	.header-company .topbar-buttons .btn-u-light {
		color: #555;
		border-color: #555;
	}

	.header-company .topbar-buttons .btn-brd-hover:hover {
		color: #555;
		border-color: #555;
	}
}

@media (max-width: 767px) {
	.header-company .topbar-company {	
		padding: 0 0 10px;
	}
	.header-company .topbar-company ul.top-v2-contacts {
		text-align: center;
		margin: 0 0 7px;
	}
	.header-company .topbar-company ul.top-v2-contacts li:last-child {
		border-right: 1px solid #333;
	}
}

.header-company {
	z-index: 99;
	position: relative;
}

@media (max-width: 991px) {
	.header-company {
		position: static;
	}
}

@media (max-width: 767px) {
	.header-company {
		padding: 10px 0;
	}
}

.header-company .navbar {
	margin: 20px 0;
}

@media (max-width: 767px) {
	.header-company .navbar {
		margin: 0;
	}
}

.header-company .navbar-default {
	border: none;
	background: none;
}

.header-company .navbar-brand {
	z-index: 1;
	margin-right: 50px;
	padding: 0 15px;
	line-height: 40px;
	font-size: 30px;
	color: #000;
	font-weight: 800;
	height:60px;
	position:relative;
	top:-4px;
}

.header-company .navbar-brand img {
	height:60px;
}

.companyorea-logo-footer .navbar-brand img{
}
.companyorea-logo-footer .navbar-brand{
	padding:5px 0 0;
}


@media (max-width: 991px) {
	.header-company .navbar {
		margin: 0;
	}
	.header-company .navbar-brand {
		padding-top:4px;
		color: #555;
		font-size: 24px;
	}
	.header-company .navbar-brand:hover {
		color: #333;
	}

	.header-company .navbar-brand img {
		height:50px;
		margin:5px;
	}
	.companyorea-logo-footer .navbar-brand img{
		height:50px;
		width:auto;
		margin:5px;
		}
}

.header-company .navbar-default .navbar-toggle {
	border-color: #0d0e62;
}

@media (max-width: 991px) {
	.header-company .navbar-default .navbar-toggle {
		margin-top: 15px;
	}
}

@media (min-width: 768px) {
	.header-company .navbar-default .navbar-toggle {
		margin-right: 0;
	}
}

.header-company .navbar-default .navbar-toggle .fa {
	color: #fff;
	font-size: 19px;
}

.header-company .navbar-toggle,
.header-company .navbar-default .navbar-toggle:hover,
.header-company .navbar-default .navbar-toggle:focus {
	background: #0d0e62;
	padding: 6px 10px 2px;
}

.header-company .navbar-toggle:hover {
	background: #0d0e62 !important;
}

.header-company .navbar-collapse {
	margin-top: 4px;
	position: relative;
}

.header-company .navbar-default .navbar-nav > li > a {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.header-company .navbar-nav {
		float: right;
	}
}

@media (max-width: 991px) {
    .header-company .navbar-header {
        float: none;
    }

    .header-company .navbar-toggle {
        display: block;
    }

    .header-company .navbar-collapse.collapse {
        display: none !important;
    }

    .header-company .navbar-collapse.collapse.in {
        display: block !important;
  		overflow-y: auto !important;
    }

    .header-company .navbar-nav {
        margin: 0;
        float: none !important;
    }

    .header-company .navbar-nav > li {
        float: none;
    }

    .header-company .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .header-company .navbar-default .navbar-nav > li > a {
    	color: #777;
    }

    .header-company .dropdown-menu.pull-right {
		float: none !important;
	}

	.header-company .navbar-nav .open .dropdown-menu {
		border: 0;
		float: none;
		width: auto;
		margin-top: 0;
		position: static;
		box-shadow: none;
		background-color: transparent;
	}

	.header-company .navbar-nav .open .dropdown-menu > li > a,
	.header-company .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}

	.header-company .navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}

	.header-company .navbar-nav .open .dropdown-menu > li > a:hover,
	.header-company .navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}

	.header-company .navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
	}

	.header-company .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.header-company .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #333;
		background-color: transparent;
	}

	.header-company .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.header-company .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.header-company .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #555;
		background-color: #e7e7e7;
	}

	.header-company .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
	.header-company .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.header-company .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #ccc;
		background-color: transparent;
	}

	.header-company .navbar-default .dropdown-menu.no-bottom-space {
		padding-bottom: 0;
	}

  	.header-company .navbar-collapse,
	.header-company .navbar-collapse .container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.header-company .navbar-default .navbar-nav > li > a {
		font-size: 14px;
		padding: 9px 10px;
	}

	.header-company .navbar-default .navbar-nav > li a {
		border-bottom: solid 1px #eee;
	}

	.header-company .navbar-default .navbar-nav > li > a:focus {
		background: none;
	}

	.header-company .navbar-default .navbar-nav > li > a:hover {
		color: #0d0e62;
	}

	.header-company .navbar-default .navbar-nav > .active > a,
	.header-company .navbar-default .navbar-nav > .active > a:hover,
	.header-company .navbar-default .navbar-nav > .active > a:focus {
		background: #0d0e62;
		color: #fff !important;
	}

	.header-company .dropdown .dropdown-submenu > a {
		font-size: 13px;
		color: #333 !important;
		text-transform: uppercase;
	}
}

@media (min-width: 992px) {
	.header-company .navbar-collapse {
		padding: 0;
	}

	.header-company .navbar {
		min-height: 40px !important;
	}

	.header-company .container > .navbar-header,
	.header-company .container-fluid > .navbar-header,
	.header-company .container > .navbar-collapse,
	.header-company .container-fluid > .navbar-collapse {
		margin-bottom: -10px;
	}

	.header-company .navbar-nav {
		top: 2px;
		position: relative;
	}

	.header-company .navbar-default .navbar-nav > li > a {
		line-height: 25px;
		padding: 9px 35px 13px 35px;
	}

	.header-company .navbar-default .navbar-nav > li > a,
	.header-company .navbar-default .navbar-nav > li > a:hover,
	.header-company .navbar-default .navbar-nav > li > a:focus,
	.header-company .navbar-default .navbar-nav > .active > a,
	.header-company .navbar-default .navbar-nav > .active > a:hover,
	.header-company .navbar-default .navbar-nav > .active > a:focus {
		color: #333;
		font-weight: 600;
		font-style:bold;
		background: none;
	}

	.header-company .navbar-default .navbar-nav > .open > a,
	.header-company .navbar-default .navbar-nav > .open > a:hover,
	.header-company .navbar-default .navbar-nav > .open > a:focus {
		/*color: #fff;*/
	}

	.header-fixed .header-company.header-fixed-shrink .navbar-nav > .open > a,
	.header-fixed .header-company.header-fixed-shrink .navbar-nav > .open > a:hover,
	.header-fixed .header-company.header-fixed-shrink .navbar-nav > .open > a:focus {
		color: #000;
	}

	.header-company .dropdown-menu {
		padding: 0;
		border: none;
		min-width: 200px;
		border-radius: 0;
		z-index: 9999 !important;
		border-top: solid 2px #0d0e62;
		border-bottom: solid 1px #000;
	}

	.header-company .dropdown-menu li a {
		color: #555;
		font-size: 16px;
		font-weight: 400;
		padding: 15px;
		border-bottom: solid 1px #eee;
	}

	.header-company .dropdown-menu .active > a,
	.header-company .dropdown-menu li > a:hover {
		color: #fff;
		filter: none !important;
		background: #34343a !important;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}

	.header-company .dropdown-menu li > a:focus {
		background: none;
		filter: none !important;
	}

	.header-company .navbar-nav > li.dropdown:hover > .dropdown-menu {
		display: block;
	}

	.header-company .open > .dropdown-menu {
		display: none;
	}
}

.header-company .dropdown-submenu {
	position: relative;
}

.header-company .dropdown > a:after {
    top: 8px;
    right: 9px;
    font-size: 11px;
    content: "";
    position: absolute;
    font-weight: normal;
    display: none;
    font-family: FontAwesome;
}

@media (max-width: 991px) {
  	.header-company .dropdown-submenu > a:after {
      	content: " ";
  	}
}

.header-company .dropdown > a:after {
    top: 9px;
    right: 15px;
    content: "\f107";
}

.header-company .dropdown-submenu > .dropdown-menu {
	top: 3px;
	left: 100%;
	margin-top: -5px;
	margin-left: 0px;
}

.header-company .dropdown-submenu > .dropdown-menu.submenu-left {
	left: -100%;
}

.header-company .dropdown-submenu:hover > .dropdown-menu {
   	display: block;
}

@media (max-width: 991px) {
	.header-company .dropdown-submenu > .dropdown-menu {
		display: block;
		margin-left: 15px;
	}
}

.header-company .dropdown-submenu.pull-left {
	float: none;
}

.header-company .dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
}

.header-company .dropdown-menu li [class^="fa-"],
.header-company .dropdown-menu li [class*=" fa-"] {
	left: -3px;
	width: 1.25em;
	margin-right: 1px;
	position: relative;
	text-align: center;
	display: inline-block;
}
.header-company .dropdown-menu li [class^="fa-"].fa-lg,
.header-company .dropdown-menu li [class*=" fa-"].fa-lg {
	width: 1.5625em;
}

.header-company .mega-menu .nav,
.header-company .mega-menu .dropup,
.header-company .mega-menu .dropdown,
.header-company .mega-menu .collapse {
  	position: static;
}

.header-company .mega-menu .navbar-inner,
.header-company .mega-menu .container {
  	position: relative;
}

.header-company .mega-menu .dropdown-menu {
  	left: auto;
}

.header-company .mega-menu .dropdown-menu > li {
  	display: block;
}

.header-company .mega-menu .dropdown-submenu .dropdown-menu {
  	left: 100%;
}

.header-company .mega-menu .nav.pull-right .dropdown-menu {
  	right: 0;
}

.header-company .mega-menu .mega-menu-content {
  	*zoom: 1;
  	padding: 0;
}

.header-company .mega-menu .mega-menu-content:before,
.header-company .mega-menu .mega-menu-content:after {
  	content: "";
  	display: table;
  	line-height: 0;
}

.header-company .mega-menu .mega-menu-content:after {
  	clear: both;
}

.header-company .mega-menu.navbar .nav > li > .dropdown-menu:after,
.header-company .mega-menu.navbar .nav > li > .dropdown-menu:before {
  	display: none;
}

.header-company .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
  	left: 0;
  	right: 0;
  	overflow: hidden;
}

.header-company .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu ul {
	padding-left: 20px;
}

@media (min-width: 992px) {
	.header-company .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
  		margin-left: 15px;
  		margin-right: 15px;
	}
}

@media (min-width: 992px) {
	.header-company .mega-menu .equal-height {
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	}

	.header-company .mega-menu .equal-height-in {
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	}
}

.header-company .mega-menu .equal-height-list h3, .header-company .mega-menu .equal-height-list h3 a {
	font-size: 15px;
	font-weight: bold;
	padding: 5px 10px 5px 13px;
	background: #eaeaea;
}

.header-company .mega-menu .equal-height-list h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px 0 13px;
}

@media (min-width: 992px) {
	.header-company .mega-menu .big-screen-space {
		margin-bottom: 20px;
	}
}

@media (min-width: 992px) {
    .header-company .mega-menu .equal-height-in {
        padding: 20px 0;
        border-left: 1px solid #eee;
    }

    .header-company .mega-menu .equal-height-in:first-child {
        border-left: none;
        margin-left: -1px;
    }

    .header-company .mega-menu .equal-height-list {
    	width: 100%;
    }

    .header-company .mega-menu .equal-height-list li a {
        display: block;
        position: relative;
        border-bottom: none;
        padding: 5px 10px 5px 15px;
    }

    .header-company .mega-menu .equal-height-list a:hover {
    	text-decoration: none;
    }

    .header-company .mega-menu .mega-menu-fullwidth li a {
    	padding: 5px 10px 5px 30px;
    }

    .header-company .mega-menu .mega-menu-fullwidth li a:after {
        top: 7px;
        left: 15px;
        font-size: 11px;
        content: "\f105";
        position: absolute;
        font-weight: normal;
        display: inline-block;
        font-family: FontAwesome;
    }

    .header-company .mega-menu .mega-menu-fullwidth .disable-icons li a {
    	padding: 5px 10px 5px 15px;
    }

    .header-company .mega-menu .mega-menu-fullwidth .disable-icons li a:after {
    	display: none;
    }
}

@media (min-width: 737px) and (max-width: 991px) {
	.header-company .mega-menu .mega-menu-content .container {
		width: 690px !important;
	}

	.header-company .mega-menu .equal-height {
		margin-right: 0;
	}

	.header-company .mega-menu .equal-height-in {
    	padding-right: 0;
    	margin-right: -15px;
    }
}

@media (max-width: 991px) {
	.header-company .mega-menu .equal-height {
		margin-right: 0;
	}

	.header-company .mega-menu .equal-height-in {
    	padding-right: 0;
    }
}

@media (max-width: 991px) {
    .header-company .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
        width: auto;
    }

    .header-company .mega-menu .equal-height-in,
    .header-company .mega-menu .equal-height-list {
        display: block;
    }

    .header-company .mega-menu .mega-menu-fullwidth .dropdown-menu > li > ul {
        display: block;
    }

    .header-company .mega-menu .equal-height-list h3 {
		color: #333;
		margin: 0 0 5px;
		font-size: 13px;
		font-weight: 400;
		padding: 6px 25px 5px;
		border-bottom: solid 1px #eee;
	}

	.header-company .mega-menu .equal-height-list li a {
		color: #687074;
		display: block;
		font-size: 13px;
		font-weight: 400;
		margin-left: 15px;
		padding: 6px 25px;
		border-bottom: solid 1px #eee;
	}

	.header-company .mega-menu .equal-height-list > h3.active,
	.header-company .mega-menu .equal-height-list > .active > a,
	.header-company .mega-menu .equal-height-list > .active > a:hover,
	.header-company .mega-menu .equal-height-list > .active > a:focus {
		color: #555;
		background-color: #e7e7e7;
	}

	.header-company .mega-menu .equal-height-list li a:hover {
		color: #333;
		text-decoration: none;
	}
}

.header-fixed .header-company {
	/*position: absolute;*/
	width: 100%;
	height: 90px;
}

.header-fixed .header-company.header-fixed-shrink {
	top: 0;
	left: 0;
	width: 100%;
	height: 93px;
	z-index: 9999;
	position: fixed;
	margin-top: -35px;
	border-bottom: none;
	box-shadow: 0 0 3px #bbb;
	background: rgba(255,255,255, 0.96);
	display: none;
}

.header-fixed .header-company.header-fixed-shrink .topbar-company {
	display: none;
}

.header-fixed .header-company.header-fixed-shrink .navbar-brand {
	z-index: 1;
	position: relative;
	top: 40px;
	color: #555;
}

.header-fixed .header-company.header-fixed-shrink .navbar {
	margin-top: 0;
}

.header-fixed .header-company.header-fixed-shrink .active a {
	border-bottom: none !important;
}

@media (max-width: 991px) {
	/*Header*/
	.header-fixed .header-company,
	.header-fixed .header-company.header-fixed-shrink {
		height: inherit;
		position: relative;
		border-bottom: 1px solid #ddd;
	}
}

@media (min-width: 992px) {
	.header-fixed .header-company.header-fixed-shrink .navbar-nav > li > a {
		color: #000;
		margin-top: 25px;
		padding: 21px 30px 17px 20px;
		border-bottom: solid 1px transparent !important;
		-webkit-transition: color 0.2s ease-in-out;
		-moz-transition: color 0.2s ease-in-out;
		-o-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out;
	}

	.header-fixed .header-company.header-fixed-shrink .navbar-nav > .active > a:hover {
		color: #777;
	}

	.header-fixed .header-company.header-fixed-shrink .dropdown > a:after {
		top: 22px;
	}
}

/*메인 슬라이드 베너*/
.header-bg-company {
	z-index: 1;
	padding: 320px 0 0;
	position: relative;
	text-align: center;
	background-image: url(/images/slide/bg-section01-01.jpg);
	background-size: cover;
	background-position: center top;
	height: 78vh;
}

.header-bg-company .container_bg{
	margin-top:70px;
}


.header-bg-company.bg2 {
	background-image: url(/images/slide/bg-section01-02.jpg);
	background-size: cover;
	background-position: center center;

}

.header-bg-company.bg3 {
	background-image: url(/images/slide/bg-section01-03.jpg);
	background-size: cover;
	background-position: center center;
}
.header-bg-company.bg4 {
	background-image: url(/images/slide/bg-section01-04.jpg);
	background-size: cover;
	background-position: center center;
}
.header-bg-company.bg5 {
	background-image: url(/images/slide/section_bg1-5.jpg);
	background-size: cover;
	background-position: center center;
}
.header-bg-company.bg6 {
	background-image: url(/images/slide/bg-section01-06.jpg);
	background-size: cover;
	background-position: center center;
}
.header-bg-company.bg7 {
	background-image: url(/images/slide/bg-section01-07.jpg);
	background-size: cover;
	background-position: center center;
}
.header-bg-company.bg8 {
	background-image: url(/images/slide/bg-section01-08.jpg);
	background-size: cover;
	background-position: center center;
}


.header-bg-company:after {
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	background: rgba(0,0,0,0.1);
}

.header-bg-company.sub-page {
	padding: 150px 0 0 !important;
	height: 272px;
	position: relative;
}
.header-bg-company.sub-page img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.header-bg-company.sub-page .container img {width:auto; height:auto; margin:0 auto; position:relative; top:-60px;}

.header-bg-company h1 {
	color: #fff;
	font-size: 60px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	font-weight:bold;
	letter-spacing:1px;
	text-align:left;
}
.txt_cen p{ font-size: 28px;}
.txt_cen p.sub_title{ margin-bottom: 50px; font-size: 50px; font-weight: bold; line-height: 1;}

.txt_cen h1{ margin-bottom: 10px; font-size: 90px; font-weight: bold;}

.header-bg-company h1 > span{

	text-transform:none;
	font-size: 24px;
}

.header-bg-company h2 {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	margin: 10px 0 30px;
}
.header-bg-company p {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	margin-top: 34px;
	text-align:left;
	letter-spacing:-1px;
}

.header-bg-company p>span{
	display:block;
}
.txt_cen .container_bg{ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); margin-top: 0;}
.txt_cen div{}
.txt_cen div h1{ text-align: center;}
.txt_cen div p{ text-align: center;}

@media (max-width: 1620px) {
	.header-bg-company .container_bg{
	margin-top:-9px;
	}
}

@media (max-width: 1400px) {
	.header-bg-company .container_bg{
	margin-top:-45px;
	}
}

@media (max-width: 1280px) {
	.header-bg-company .container_bg{
	margin-top:-110px;
	}
}

@media (max-width: 1085px) {
	.header-bg-company {
	}
}

@media (max-width: 991px) {
	.header-bg-company {
		padding: 100px 0 30px;
		height: 300px;
	}
	.txt_cen p.sub_title{ margin-bottom: 20px; font-size: 20px;}
	.header-bg-company.sub-page {
		display: none;
	}
	.header-bg-company .container{
		margin-top:0px;
	}
	.header-bg-company h1>span{
	font-family: 'S-CoreDream-5Medium';
	text-transform:none;
	font-size: 14px;
	}
	.header-bg-company .container_bg{
	margin-top:-47px;
	}
	.header-bg-company h1 {
		font-size: 24px;
		line-height: 35px;
		margin-bottom: 5px;
	}
	.header-bg-company p>span{
		display:inline;
	}
}



@media (max-width: 767px) {
	.header-bg-company {
		padding: 100px 0 30px;
		height: 300px !important;;
	}
	.header-bg-company h1 {
		font-size: 24px;
		line-height: 35px;
		margin-bottom: 5px;
	}

	.header-bg-company p {
		font-size: 15px;
		margin:0;
	}
	.header-bg-company .container_bg{
	margin-top:20px;
	}
}
@media (max-width: 430px) {
	.header-bg-company {
		padding: 75px 0 0;
		height: 300px;
	}
	.header-bg-company h1 {
		font-size: 24px;
		margin-bottom: 0px;
	}
	.header-bg-company h2 {
		font-size: 12px;
	}
	.owl-carousel{
	height: 300px !important;
	}
	.header-bg-company .container_bg{
		width: 100%;
	}
}

/*------------------------------------
	breadcrumbs
------------------------------------*/
.breadcrumbs {
}
.breadcrumb {
	margin: 0;
	background: none;
	padding:8px 0;
}
.breadcrumbs ul > li  {
	color: #ddd !important;
	border-radius: 2px !important;
	padding: 0;
}
.breadcrumbs ul a {	
	color: #fff !important;
}

/*------------------------------------
	header-bottom-bar 
------------------------------------*/
.header-bottom-bar {
	background:#212227;
	padding:20px 0;
}

.search-company {}
.search-company form {}
.search-company form .input-group {}
.search-company form .input-group input.form-control {
	background: none;
	color: #fff;
	border-color: #fff;
}
#sch_stx::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
#sch_stx:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
}
#sch_stx::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
}
#sch_stx:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}
.search-company form .input-group .input-group-btn {}
.search-company form .input-group .input-group-btn button {
	font-size: 14px;
	background: none;
	color: #fff;
	border-color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.search-company form .input-group .input-group-btn button:hover {
	color: #333;
	background: #fff;
}
@media (max-width: 991px){
	.search-company {
		margin-right: -15px;
	}
	.search-company form .input-group input.form-control {
		color: #333;
		border-color: #333;
	}
	#sch_stx::-webkit-input-placeholder { /* WebKit browsers */
	    color:    #333;
	}
	#sch_stx:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	    color:    #333;
	}
	#sch_stx::-moz-placeholder { /* Mozilla Firefox 19+ */
	    color:    #333;
	}
	#sch_stx:-ms-input-placeholder { /* Internet Explorer 10+ */
	    color:    #333;
	}
	.search-company form .input-group .input-group-btn button {
		font-size: 14px;
		background: none;
		color: #666;
		border-color: #333;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	.search-company form .input-group .input-group-btn button:hover {
		color: #fff;
		background: #333;
	}
}

@media (max-width: 767px){
	.search-company {
		margin-right: 0;
		float: inherit !important;
	}
}

/*------------------------------------
	side_bs
------------------------------------*/
.side-menu-title {}
.side-menu-title h3 {
	background: #0d0e62;
	padding: 20px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	border: 1px solid #ddd;
}

.list-group {}
.list-group li.list-group-item {
	border: 0 none;
	padding: 0;
	background: none;
	margin-bottom: 0;
}
.list-group li a {
	display: block;
	padding: 10px 15px;
	color: #333;
	font-size: 18px;
	border-bottom: 1px solid #efefef;
	font-weight: 400;
}
.list-group li a:hover {
	color: #217df3;
	font-weight: 400;
}
.list-group li.list-group-item.active {
	background: #fff;
}
.list-group li.list-group-item.active a {
	color: #0d0e62;
	font-weight: 600;
	border-color: #0d0e62;
}
.list-group li.list-group-item.active ul {}
.list-group li.list-group-item.active ul li {}
.list-group li.list-group-item.active ul li a {
	background: none;
	color: #9a9a9a;
	padding-left: 25px;
	border-bottom: 1px solid #efefef;
	padding: 5px 0 5px  25px;
}
.list-group li.list-group-item.active ul li.active {}
.list-group li.list-group-item.active ul li.active a {
	color: #3a3a3a;
}
.list-group li.list-group-item.active ul li.active a i {}

/*owl control*/
.owl-controls {}
.owl-pagination {
	position: absolute;
	width: 100%;
	bottom: 10px;
	text-align: center;
}
.owl-pagination .owl-page {
	background: #ddd;
	width: 15px;
	height: 10px;
	border-radius: 5px !important;
	display: inline-block;
	margin: 0 5px;
	transition: all 0.3s ease-in-out;
}
.owl-pagination .owl-page.active {
	background: #DF3128;
	width: 30px;
}
.owl-buttons {}
.owl-buttons > div {
	position: absolute;
	padding: 10px;
	background: rgba(0,0,0,0.4);
	color: #fff;
	top: 50%;
}
.owl-buttons .owl-prev {
	left: 0;
}
.owl-buttons .owl-next {
	right: 0;
}

/*------------------------------------
	content
------------------------------------*/
.content .container .container {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* icon-list*/
.icon-list {}
.icon-list h4 {
	text-align: center;
}
.icon-list h4 i:before {
	display: block;
	width: 90px;
	height: 90px;
	border: 1px solid #ddd;
	z-index: 10;
	border-radius: 50% !important;
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.icon-list h4 i {
	display: block;
	width: 80px;
	height: 80px;
	line-height: 90px;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	border-radius: 50% !important;
	font-size: 30px;
	background: #aaa;
	position: relative;
	margin-bottom: 20px;
}
.icon-list h4:hover i:before {
	border-color: #777;
}
.icon-list .col-sm-4:nth-child(1) h4:hover i:before {
	border-color: #FB912D;
}
.icon-list .col-sm-4:nth-child(2) h4:hover i:before {
	border-color: #F65D38;
}
.icon-list .col-sm-4:nth-child(3) h4:hover i:before {
	border-color: #DF3128;
}
.icon-list h4 span {
	font-size: 18px;
	color: #555;
}
.icon-list p {
	color: #777;
}

.contents-1 {}
.contents-1-img {
	text-align: right;
}
.contents-1-img img {
	display: inline-block;
}

/*video*/
.video h3 {}
.video ul.video-progress {}
.video ul.video-progress li .progress {
	background: #eee;
	border: 1px solid #ccc;
	height: 15px;
}
.video ul.video-progress li .progress-bar {}
.video-box {
	border: 1px solid #aaa;
	padding: 4px 4px 0;
}

/* contents-1*/
.contents-1 {}
.contents-1-img {
	text-align: center;
}
.contents-1-img img {
	display: inline-block;
	height: 300px;
}
.contents-1-detail {}
.contents-1-detail p {
	font-size: 14px;
	margin-bottom: 20px;
}
.contents-1-detail ul {}
.contents-1-detail ul li {
	margin-bottom: 10px;
}
.contents-1-detail ul li i {
	color: #bf1143;
}



/*------------------------------------
	footer
------------------------------------*/
.footer-company .footer {
	padding: 30px 0;	
	background: #474747;
}

.footer-company .footer a.site-brand {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	margin-top: 7px;
}
.footer-company .footer a.site-brand img {
	width: 209px;
	display: inline-block;
}

.footer-company .footer p{
	color:#fff;

}

.footer-company .footer .f-copyright{
	color:rgba(255,255,255,0.2);
	font-weight:200;
	margin:0;
}
.footer-company .footer h2 {
	color: #eee;
	font-size: 18px;
	font-weight: 200;
}

.footer-company .link-list li {
	border-top: solid 1px #353535;
}

.footer-company address,
.footer-company .link-list a,
.footer-company .link-list i {
	color: #eee;
}

.footer-company address {
	line-height: 23px;
}

.footer-company .copyright {
	background: #000;
	border-top: none;
	padding: 10px 0 5px;
}

.footer-company .copyright p {
	color: #888;
	margin-top: 10px;
}

.footer-company .copyright a {
	margin: 0 2px;
}

.footer-company .footer-socials {
	margin-top: 12px;
	text-align: right;
}

.footer-company .footer-socials li a {
	color: #777;
	font-size: 16px;
}

.footer-company .footer-company-menu a {
	color: #fff;
}

@media (max-width: 991px) {
	.footer-company .copyright,
	.footer-company .footer-socials {
		text-align: left;
	}
	.footer-company .footer p{
	font-size:14px;

	}
}
@media (max-width: 767px) {
	.footer-company .footer {
		padding: 20px 0;
	}
}

.footer-logo {
	margin: 17px 0 20px;
}

a.thumbnail {
	margin-bottom: 15px;
}

a.thumbnail:hover {
	border-color: #aaa;
}

.bg-image-company {
	width: 100%;
	padding: 0px 0;
	padding-top:90px;
}
.bg-image-company h2{ margin-bottom: 60px; text-align: center;}
.bg-image-company h2 span{ background: linear-gradient(to top, #83c7ff 30%, transparent 20%);}

.bg-image-company ul li{border-radius: 15px;overflow: hidden;overflow: hidden; float: left; /*width: calc((100% - 60px) / 4);border-radius: 15px; box-shadow: 4px 3px 8px 2px rgba(0, 0, 0, 0.4);*/}
.bg-image-company ul li div{ overflow: hidden; padding-bottom: 1px; border-radius: 15px; box-shadow: 4px 3px 8px 2px rgba(0, 0, 0, 0.4);}
.bg-image-company ul li + li{ }

@media(min-width: 991px){
	.bg-image-company ul li div{}
}
@media(max-width: 991px){
	.bg-image-company ul li{ width: 100%;}
	.bg-image-company ul li + li{ display: none;}
}

.portfolio-box {
	margin-bottom: 40px;
}

.bar-company p {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 0;
}

.bar-company .bar-company-box {
  width: 100%;
  display: table;
  padding: 20px 0;
  vertical-align: middle;
}

.bar-company .bar-company-in {
  display: table-cell;
  vertical-align: middle;
}

.bar-company .bar-company-in.inner-btn {
  min-width: 250px;
  text-align: right;
}

@media (max-width: 992px) {
  .bar-company .bar-company-in,
  .bar-company .bar-company-in.inner-btn {
    display: block;
    text-align: center;
  }
  .bg-image-company h2{ margin-bottom: 35px;}
	.mn_sec03_wrap h2{ margin-top: 24px; margin-bottom: 2px;}
	.mn_sec03_wrap h2 a{ font-size: 14px;}
	/*.bg-image-company ul li:nth-child(3){ display: none;}
	.bg-image-company ul li:nth-child(4){ display: none;}
	.bg-image-company ul li{ width: calc((100% - 10px) / 2);}*/
	.bg-image-company ul li + li{ margin-left: 0;}
  .bar-company .bar-company-in p {
    margin-bottom: 20px;
  }
  .bg-image-company {
	width: 100%;
	height: auto;
	padding: 0px 0;
	padding-top:30px;
	margin-top:10px;
	}
}

.sv_wrap .sv {
    border: 1px solid #ddd;
    width: 170px;
}
.sv_wrap .sv a {
    background: #fff none repeat scroll 0 0;
    border-bottom: 0 none;
    color: #555 !important;
    display: block;
    font-size: 12px;
    padding: 5px 15px;
    width: 100%;
}
.sv_wrap .sv a:hover {
    background: #eee none repeat scroll 0 0;
}

/*------------------------------------
	Service Block E
------------------------------------*/
.service-block-e {
	padding: 20px;
}

.service-block-e .service-heading,
.service-block-e .service-in small {
	color: #64646a;
	opacity: 0.8;
	line-height: 1;
}

.service-block-e .service-in h4,
.service-block-e .counter {
	color: crimson;
}

.service-block-e .service-in h3 {
	color: #000;
	font-weight: bold;
}

.service-block-e .service-heading {
	font-size: 14px;
	text-transform: uppercase;
}

.service-block-e .counter {
	display: block;
	line-height: 1;
	font-size: 16px;
}

.service-block-e .progress {
	margin-bottom: 7px;
}

/*Service Innner*/
.service-block-e .service-in small {
	font-size: 14px;
	text-transform: uppercase;
}

.service-block-e .service-in h4 {
	font-size: 14px;
	line-height: 0.8;
	margin-bottom: 0;
}

.service-block-e .service-in h3 {
	font-size: 14px;
	line-height: 0.8;
	margin-bottom: 0;
}

/*Statistics*/
.service-block-e .statistics .heading-xs {
	color: #888;
	opacity: 0.8;
	font-size: 12px;
}

.service-block-e .statistics small {
	color: #fff;
}

.service-block-e .statistics .progress {
  background: #bbb;
}

.service-block-e .statistics .progress-bar-light {
  background: #E74C3C;
}

/*------------------------------------
	Table List eb
------------------------------------*/
.table-list-eb .btn-e.dropdown-toggle {
	border-left: none;
}

.table-list-eb .btn-group .btn-e {
	top: 4px;
	padding: 0 6px;
	position: relative;
}

.table-list-eb thead {
	border-top: 1px solid #ddd;
	border-bottom: solid 1px #ddd;
	background: #f8f8f8;
}

.table-list-eb tbody {
	border-bottom: 1px solid #ddd;
}

.table-list-eb tfoot {
	border-bottom: 1px solid #ddd;
	background: #f8f8f8;
}

.table-list-eb td {
	vertical-align: middle !important;
}

.table-list-eb td img {
	margin: 0 auto;
	display: block;
}

.table-list-eb .user-names span,
.table-list-eb .user-names small {
	display: block;
	text-align: center;
}

.table-list-eb .user-names span {
	color: #555;
	font-size: 16px;
	position: relative;
}

.table-list-eb .user-names small {
	color: #999;
	font-size: 12px;
}

.table-list-eb td h3 {
	font-size: 14px;
	margin: 0 0 2px;
	color: #000;
}

.table-list-eb td a {
	color: #34343a;
}

.table-list-eb td a:hover {
	color: crimson;
}

.table-list-eb td p {
	margin-bottom: 0;
	color: #74747a;
}

.table-list-eb td span {
	display: block;
}

.table-list-eb td small {
	font-style: italic;
}

.table-list-eb .s-icons {
	margin-bottom: 0;
}

.table-list-eb .s-icons li {
	padding: 2px;
}

.table-list-eb .table-buttons {
	margin: 0;
}

.table-list-eb .table-buttons li {
	padding: 0;
}

.table-list-eb .table-buttons .btn-e-sm {
	padding: 3px 6px;
}

.table-list-eb .td-width {
	width: 40%;
}

.table-list-eb .td-width-60 {
	width: 60%;
}

.table-list-eb .td-width-50 {
	width: 50%;
}

.table-list-eb .td-width-30 {
	width: 30%;
}

.table-list-eb .td-width-20 {
	width: 20%;
}

.table-list-eb .td-width-10 {
	width: 10%;
}

@media (max-width: 767px) {
	.table-responsive {
		border-top: 0;
		border-bottom: 0;
	}
}

/*----- G5 Captcha -----*/
/*Captcha*/
.vc-captcha{padding:15px 10px 10px;border:1px solid #ddd}
.vc-captcha fieldset{padding:0}
#captcha #captcha_img{height:62px;border:1px solid #eee;width:158px}
#captcha #captcha_key{width:130px;height:62px;border:1px solid #ddd;font-size:24px;line-height:14px;margin-left:34px}
#captcha .required,#captcha textarea.required{background:#fff !important}

/*Etc*/
fieldset legend { border-bottom: 0; }
.sch_word {
	color: crimson;
}

/*EXIF INFO*/
.exif_info {position:relative;overflow:hidden;border:1px dotted #ddd;padding:5px 10px;background:#fafafa;margin:10px 0}
.exif_info ul {list-style:none;margin-bottom:0;-webkit-padding-start:0}
.exif_info ul li {display:inline-block;padding:0 8px;font-size:11px;color:#888}
.exif_info ul li:before {content:"-";margin-right:5px}

.eb-top {
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
}

/*게시판 list.skin.html 페이지 border 삭제*/
.board-list .sky-form {
	border: 0 none;
}

/*메인 타이틀*/
.main_title {margin-bottom:0px; text-align:center;}
.main_title h2 {font-size:30px; color:#000;}
@media (max-width: 992px) {
	.main_title {margin:20px 0;}
	.main_title h2 {font-size:26px;}
}

/*메인 타이틀(하얀)*/
.w_main_title {text-align:center;}
.w_main_title h2 {font-size:30px; color:#fff;}
@media (max-width: 992px) {
	.w_main_title {margin-top:20px;margin-bottom:0;}
	.w_main_title h2 {font-size:26px;margin-bottom:30px;}
}

/*생산품목*/
.product {padding:0px 0;}
.thumbList2 { *zoom:1; padding:0;}
.thumbList2:after { content:''; clear:both; display:block; }
.thumbList2 .col { float:left; }
.thumbList2.col3 .col { width:33.3%; }
.thumbList2 .col > a { display:block; text-decoration:none !important }
.thumbList2 .thumb { position:relative; display:block; width:100%; padding-top:79.16%; overflow:hidden; }
.thumbList2 .thumb img { position:absolute; left:0; top:0; width:100.2%; height:100.2%; }
.thumbList2 .txt { display:block; padding:20px 0 30px; margin-left:40px; color:#111; line-height:1.5; }
.thumbList2 .point-1 { display:block; float:left; margin-bottom:8px; font-size:24px; color:#111; line-height:1.6;}
.thumbList2 .more {float:right; font-size:16px;}
.thumbList2 .thumb img { margin-right:-1px; -webkit-transition: -webkit-transform 0.4s ease-out; transition: transform 0.4s ease-out; }
.thumbList2 a:hover .thumb img, .thumbList2 a:focus .thumb img { -webkit-transform:scale(1.1); transform:scale(1.1); }

@media (max-width: 992px) {
	.product {padding:0px 0 20px;}
	.thumbList2.col3 .col { width:33.33%; margin-bottom:20px;}
	.thumbList2 .txt { padding:20px 0 0; margin-left:0;}
	.thumbList2 .point-1 {font-size:16px; margin-bottom:0; float:none; text-align:center;}
	.thumbList2 .more {margin-top:5px; float:none; text-align:center; margin:0 auto; display:table;}
	.thumbList2 .more img {width:18px;}
}


.mn_sec03_wrap {

}

.mn_sec03_wrap ul {padding:0;}

.mn_sec03_wrap ul li {
	padding: 15px;
    text-align: center;
    color: #fff;
}

.mn_sec03_wrap ul li:last-child {
    margin-right: 0;
}

.mn_sec03_wrap ul li > div > a {
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.mn_sec03_wrap ul li > div > a img {
    width: 100%;
    height: 100%;
	object-fit: cover;
    position: relative;
    display: block;
	/*
    top: 50%;
    transform: translateY(-50%);
	*/
}

.mn_sec03_wrap ul li > div > a img:hover {
    transform:scale(1.2);
	transition:1s;
}

.mn_sec03_wrap h2{
    color: #fff;
    font-size:18px;
    font-weight: 500;
    letter-spacing: -0.1px;
    margin-top:55px;
	margin-bottom: 55px;
}

.mn_sec03_wrap h2 a {
    color: #000;
	font-size: 18px;
}


.mn_sec03_wrap .blg_data {
    font-size: 15px;
    letter-spacing: -0.1px;
    font-weight: 500;
    margin-top: 14px;
}

.mn_sec03_wrap .blg_data a {
    color: #fff;
}

.mn_sec03_wrap .blg_data a:hover {
    color: #7fbe25;
}

.mn_sec03_wrap .blg_data {
    margin-bottom: 10px;
    width: 100%;
    height: 18px;
    white-space: pre-wrap;
    overflow: hidden;
}

.mn_sec03_wrap .s_title {
    margin-top: 44px;
	font-size: 16px;
}

.mn_sec03_wrap .btn_viewmore {
	background:transparent;
	display: block;
	width: 111px;
    height: 36px;
	text-align:center;
	margin:0 auto;
	border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	border-radius:25px;

	}

.mn_sec03_wrap .btn_viewmore a {
    display: block;
	width: 111px;
    height: 36px;
    line-height: 36px;
    color: #fff;
	font-size:14px;
	
}

.mn_sec03_wrap .btn_viewmore:hover {
    background: #fff;
}
.mn_sec03_wrap .btn_viewmore a:hover {
    color: #333;
}

@media (max-width: 992px) {
	.mn_sec03_wrap ul li > a {
		display: block;
		/*height: 218px;*/
		overflow: hidden;
		margin:0 auto;
	}
	.mn_sec03_wrap ul li {
		 padding-bottom:20px;
	}
	.mn_sec03_wrap h2{ margin: 24px 0;}
	.mn_sec03_wrap h2 a {
		color: #000;
		font-size: 12px;
	}
}

/*메인_사업안내*/
.guide_box {padding:80px 0;}
.guide_box ul {
	overflow: hidden;
	padding: 0;
}
.guide_box ul li {
	float:left;
	width:25%;
	text-align: center;
	vertical-align: top;
	position: relative;
	border-left: 1px solid #ddd;
}

.guide_box ul li:first-child {border-left:0;}

.guide_box ul li a{
	display: block;
}

.guide_box ul li a img {
	width:50px;
}


.guide_box ul li a p {
	font-size:18px;
	font-weight:bold;
	margin-top:20px;
}

.guide_box ul li:after {
	content:'';
	display:block;
	position: absolute;
	top:2px;
	right: 0;
	height: 60px;
	border-right: 1px solid dashed #999;
}

@media (max-width: 992px) {
	.guide_box ul li {float:left;width:50%; height:135px; border-left:0;}
}


/* sub-title */
.sub-title {margin:0 0 30px;font-size:30px;padding-top:16px;padding-bottom:20px;border-bottom:1px solid #555;}
.sub-title span {font-weight:bold; color:#000;}


/* field - blog */
.field-box {}
.field-img {
	position: relative;
	text-align: center;
}
.field-img img {
	max-width: 100%;
	width: 100%;
}
.field-img h4 {
	font-size: 14px;
	color: #fff;
	padding: 0 10px;
	background:rgba(0,0,0,.7);
	bottom: 0;
	height: 50px;
	line-height: 50px;
	width: 100%;
	margin: -50px 0 0;
	font-family:"Dotum";
	position:relative;
	font-weight:bold;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
}
.field-box h4 small {
	margin-left: 5px;
	color: #ccc;
	font-size: 12px;
	font-weight: 400;
}
.field-box p {
	color: #9a9a9a;
	text-align: center;
}
@media (max-width:991px){
	.field-img img {
		max-width: 100%;
		width: 100%;
	}
	.field-img h4 {
	font-size: 14px;
	color: #fff;
	padding: 0 10px;
	background:rgba(0,0,0,.7);
	bottom: 0;
	height: 35px;
	line-height: 35px;
	width: 100%;
	margin: -35px 0 0;
	font-family:"Dotum";
	position:relative;
	font-weight:bold;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
	}
}

#mbB01 .tit {overflow: hidden; text-align: center; margin:30px 0 30px; width:100%;}
#mbB01 .tit strong{width:100%;font-size:30px;text-align:center;color:#233065;/*float:left;*/line-height:60px;}

#mbB01 .tit h2 {font-size: 44px; font-family: 'Recipekorea'; text-align: center; letter-spacing: -2px; color:#4165a7; line-height: 44px; font-weight: 400;}
#mbB01 .tit h2 small {font-size: 24px; font-weight: 500; font-family: 'Recipekorea'; color: #233065;}
#mbB01 .tit span {display: block;}

#mbB01 .conB{width:100%;/*height:248px;*/position:relative;}
#mbB01 .conB .cBB{width:94%;overflow:hidden;margin:0 auto;padding:0;}
#mbB01 .conB .cBB .item{width:19%;*width:17%;height:340px;display:inline;margin:0 0.5%;*margin:0 0.5%;padding:0;float:left;}
#mbB01 .conB .cBB .item .a_tt{width:70%;height:45px;line-height:45px;margin:0 auto;padding:0;text-align:center;font-size:16px;color:#37507e;}
#mbB01 .conB .cBB .item .con_img{width:100%;height:340px;margin-top:22px;float:left;}
#mbB01 .conB .cBB .item .con_img .hover{width:100%;display:none;}
#mbB01 .conB .cBB .item .con_img:hover .hover, #mbB01 .conB .cBB .item.on .con_img .hover{display:block;}
#mbB01 .conB .cBB .item:hover, #mbB01 .conB .cBB .item.on{background:url(/images/main/arr_bg.gif) no-repeat bottom center;}

#mbB01 .conB .cBB .item #cimg01{background:url(/images/main/product_01.png) no-repeat top center; background-size:100%;}
#mbB01 .conB .cBB .item #cimg02{background:url(/images/main/product_02.png) no-repeat top center; background-size:100%;}
#mbB01 .conB .cBB .item #cimg03{background:url(/images/main/product_03.png) no-repeat top center; background-size:100%;}
#mbB01 .conB .cBB .item #cimg04{background:url(/images/main/product_04.png) no-repeat top center; background-size:100%;}
#mbB01 .conB .cBB .item #cimg05{background:url(/images/main/product_05.png) no-repeat top center; background-size:100%;}
#mbB01 .conB .cBB .item #cimg06{background:url(/images/main/product_06.png) no-repeat top center; background-size:100%;}
#mbB01 .conB .cBB .item #cimg07{background:url(/images/main/product_07.png) no-repeat top center; background-size:100%;}
#mbB01 .conB .cBB .item #cimg08{background:url(/images/main/product_08.png) no-repeat top center; background-size:100%;}


#mbB01 .conB .bt_prev{width:20px;height:40px;top:330px;*top:130px;left:0;position:absolute;}
#mbB01 .conB .bt_next{width:20px;height:40px;top:330px;*top:130px;right:0;position:absolute;}


#mbB01{font-family: 'Noto Sans KR'}

#mbB01 .tit {overflow: hidden; text-align: center; margin:0px 0 0px; width:100%;}
#mbB01 .tit strong{width:100%;font-size:30px;text-align:center;color:#233065;/*float:left;*/line-height:30px;}

#mbB01 .tit h2 {font-size: 30px; font-family: 'Recipekorea'; text-align: center; letter-spacing: -1px; color:#4165a7; line-height:30px; font-weight: 400;
	margin-top:40px;margin-bottom:55px;}
#mbB01 .tit h2 small {font-size: 24px; font-weight: 500; font-family: 'Recipekorea'; color: #233065;}
#mbB01 .tit span {display: block;}

#mbB01 .conB{width:100%;/*height:248px;*/position:relative;}
#mbB01 .conB .cBB{width:100%;overflow:hidden;margin:0 auto;padding:0;}
#mbB01 .conB .cBB .item{width:18%;*width:17%;height:340px;display:inline;margin:0 1%;*margin:0 0.5%;padding:0;float:left;
	}
#mbB01 .conB .cBB .item .a_tt{width:70%;height:20px;line-height:20px;margin:0 auto;padding:0;text-align:center;font-size:20px;color:#999;}
#mbB01 .conB .cBB .item .con_img{width:100%;height:340px;margin-top:22px;float:left;}
#mbB01 .conB .cBB .item .con_img .hover{width:100%;display:none;}
#mbB01 .conB .cBB .item .con_img:hover .hover, #mbB01 .conB .cBB .item.on .con_img .hover{display:block;}
#mbB01 .conB .cBB .item:hover, #mbB01 .conB .cBB .item.on{background:url(/images/main/arr_bg.gif) no-repeat bottom center;}

#mbB01 .conB .cBB .item #cimg_1 {background:url(/images/main/product_01.png) no-repeat top center;background-size:100%;}
#mbB01 .conB .cBB .item #cimg_2 {background:url(/images/main/product_02.png) no-repeat top center;background-size:100%;}
#mbB01 .conB .cBB .item #cimg_3 {background:url(/images/main/product_03.png) no-repeat top center;background-size:100%;}
#mbB01 .conB .cBB .item #cimg_4 {background:url(/images/main/product_04.png) no-repeat top center;background-size:100%;}
#mbB01 .conB .cBB .item #cimg_5 {background:url(/images/main/product_05.png) no-repeat top center;background-size:100%;}
#mbB01 .conB .cBB .item #cimg_6 {background:url(/images/main/product_06.png) no-repeat top center;background-size:100%;}
#mbB01 .conB .cBB .item #cimg_7 {background:url(/images/main/product_07.png) no-repeat top center;background-size:100%;}
#mbB01 .conB .cBB .item #cimg_8 {background:url(/images/main/product_08.png) no-repeat top center;background-size:100%;}


#mbB01 .conB .bt_prev{width:20px;height:40px;top:330px;*top:130px;left:0;position:absolute;}
#mbB01 .conB .bt_next{width:20px;height:40px;top:330px;*top:130px;right:0;position:absolute;}



#mbB_01{}
/*
#mbB_01 .tit{overflow: hidden; margin:30px 0 30px; width:100%;}
#mbB_01 .tit strong{width:100%;font-size:30px;text-align:center;color:#000;float:left;line-height:60px;}
#mbB_01 .tit span.tc767676{width:100%;font-size:15px;text-align:center;color:#767676;float:left;}
*/

#mbB_01 .tit {overflow: hidden; margin:30px 0 30px; width:100%;}
#mbB_01 .tit strong{width:100%;font-size:30px;text-align:center;color:#000;/*float:left;*/line-height:60px;}

#mbB_01 .conB{width:100%;/*height:248px;*/position:relative;}
#mbB_01 .conB .cBB{width:94%;overflow:hidden;margin:0 auto;padding:0;}
#mbB_01 .conB .cBB .item{width:19%;*width:17%;height:300px;display:inline;margin:0 0.5%;*margin:0 0.5%;padding:0;float:left;}
#mbB_01 .conB .cBB .item .a_tt{width:57.7%;height:45px;line-height:45px;margin:0 auto;padding:0;text-align:center;font-size:16px;color:#37507e;}
#mbB_01 .conB .cBB .item .con_img{width:100%;height:auto;margin-top:22px;float:left;}
#mbB_01 .conB .cBB .item .con_img .hover{width:100%;display:none;}
#mbB_01 .conB .cBB .item .con_img:hover .hover, #mbB_01 .conB .cBB .item.on .con_img .hover{display:block;}
#mbB_01 .conB .cBB .item:hover, #mbB_01 .conB .cBB .item.on{background:url(/images/main/arr_bg.gif) no-repeat bottom center;}

#mbB_01 .conB .cBB .item #cimg_1{background:url(/images/main/product_01.png) no-repeat top center;background-size:100%;}
#mbB_01 .conB .cBB .item #cimg_2{background:url(/images/main/product_02.png) no-repeat top center;background-size:100%;}
#mbB_01 .conB .cBB .item #cimg_3{background:url(/images/main/product_03.png) no-repeat top center;background-size:100%;}
#mbB_01 .conB .cBB .item #cimg_4{background:url(/images/main/product_04.png) no-repeat top center;background-size:100%;}
#mbB_01 .conB .cBB .item #cimg_5{background:url(/images/main/product_05.png) no-repeat top center;background-size:100%;}
#mbB_01 .conB .cBB .item #cimg_6{background:url(/images/main/product_06.png) no-repeat top center;background-size:100%;}
#mbB_01 .conB .cBB .item #cimg_7{background:url(/images/main/product_07.png) no-repeat top center;background-size:100%;}
#mbB_01 .conB .cBB .item #cimg_8{background:url(/images/main/product_08.png) no-repeat top center;background-size:100%;}


#mbB_01 .conB .bt_prev{width:20px;height:40px;top:330px;*top:130px;left:0;position:absolute;}
#mbB_01 .conB .bt_next{width:20px;height:40px;top:330px;*top:130px;right:0;position:absolute;}




#mbB02{height:230px;background:#0d0e62;}

#mbB02 .mb_tt{font-size:28px;width:70%;border-bottom:1px solid #28298b;padding:35px 0 0 8px;color:#fff;font-weight:bold;}
#mbB02 .mb_tt span{float:left;margin-right:15px;line-height:100%;}
#mbB02 .mb_tt a>img{padding-bottom:23px;}
#mbB02 .txtB{margin:28px 0 0 8px;word-break:keep-all;width:70%;oveflow:hidden;font-size:18px;color:#fff;line-height:150%;letter-spacing:-1px;}
#mbB02 .w1280{position:relative;height:230px;padding:0;}
#mbB02 .w1280 .img{float:right;vertical-align:top;height:100%;padding-right:15px;}


@media (max-width: 991px){
	#mainv{width:100%;overflow:hidden;padding:0;margin:0;}
	#mainv img{width:100%;}
	#mbB_01{}

	#mbB_01 .tit {overflow: hidden; margin:0px 0 0; width:100%;}
	

	
	#mbB_01 .tit h2 {font-size: 22px; font-family: 'S-CoreDream-6Bold'; text-align: center; letter-spacing: -1px; color:#4165a7; line-height: 25px; font-weight: 400;margin:0;height:50px;}
	#mbB_01 .tit h2 small {font-size: 20px; display: block; font-weight: 500; font-family: 'S-CoreDream-5Medium'; color: #333;}
	#mbB_01 .tit h2 strong{width:100%;font-size:22px;text-align:center;color:#233065;/*float:left;*/margin-top: -30px; display:block;}
	#mbB_01 .tit span {display: block; font-size: 26px;}

	#mbB_01 .conB{width:100%;position:relative;}
	#mbB_01 .conB .cBB{width:88%;overflow:hidden;margin:0 auto;padding:0;}

	#mbB_01 .conB .cBB .item{width:22%;height:200px;display:inline;margin:10px 1.5%;padding:0;float:left;margin-bottom:0;}
	#mbB_01 .conB .cBB .item .a_tt{ width: 100%; height:35px;line-height:35px;font-size:12px; color:#999;}
	#mbB_01 .conB .cBB .item .con_img{width:100%;height:240px;margin-top:22px;float:left;}

	#mbB_01 .conB .bt_prev{top:330px;left:0;}
	#mbB_01 .conB .bt_next{top:330px;right:0;}

	#mbB_02{height:170px;background:#0d0e62;margin-top:0px;overflow:hidden;}
	#mbB_02 .mb_tt{font-size:22px;width:100%;padding:30px 20px 0 20px;color:#fff;}
	#mbB_02 .mb_tt span{float:left;margin-right:15px;line-height:auto;}
	#mbB_02 .mb_tt a{line-height:auto;}
	#mbB_02 .mb_tt img {width: 100px;}
	#mbB_02 .txtB{margin:10px 15px 15px 20px; padding-bottom:10px;width:93%;overflow:hidden;word-break: keep-all; font-size:13px;color:#fff;line-height:150%;letter-spacing: -0.5px;}
	#mbB_02 .w1280 {position:relative;height:206px;padding:0;}
	#mbB_02 .w1280 .img{float:right;width:25%;}
}

/********* 메인 게시판 ************/
.board .container{height:280px;margin:65px auto 90px;}
/*.board .tabs{
	box-sizing:border-box;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.tabs li{
	background: none;
	color: #222;
	display: inline-block;
	width:50%;
	height:65px;
	line-height:65px;
	text-align:center;
	cursor: pointer;
	font-size:20px;
	float: left;
	border:1px solid #ccc;
	box-sizing:border-box;
	
}

ul.tabs li.active{
	background: #0d0e62;
	color: #fff;
	border:none;
}

.tab-content{
	display: none;
	clear: both;
	padding: 15px;
}
.tab-content.active{
	display: inherit;
}*/
.tab-content li{
	
	border-bottom:1px solid #ccc;
	height:70px;
	line-height:70px;
	margin-bottom:0px;
	padding: 0 10px;
	display:flex;
	justify-content:space-between;
}
.tab-content p{
	font-size:18px;
	color:#666;
	width: 50%;
	 overflow:hidden; /*white-space: nowrap;*/ text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;
}

.tab-content li a{
	font-size:15px;
	color:#666;
}

.tab-content li a:hover{
	color:#000;
}
.tab-content span{overflow:hidden; /*white-space: nowrap;*/ text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}

.tab-li>a{font-size:20px;display:block;width:100%;height:65px;}

.right-board{box-sizing:border-box;
	
}
.right-board .right-group h2{font-size:28px;font-family: 'Noto Sans KR';color:#000;
	font-weight:600;
}
.right-board .right-group h1{
	font-size:40px;font-family: 'Noto Sans KR';color:#0d0e62;
	font-weight:700;
}

.left-board{ display: flex;}
.left-board > div{ width: 33.3333%; padding: 0 10px;}

.left-board div h2{ margin-bottom: 20px; font-weight: bold; font-size: 30px;}

.left-board .right-board{ overflow: hidden; position: relative; height: 210px; padding: 20px; background: #0b3a8a; border-radius: 20px;}
.left-board .right-board::after{ content: ""; position: absolute; left: 70%; top: 50%; display: block; width: 128px; height: 129px; background: url("/images/call_bg.png") no-repeat;
background-size: cover;}
.left-board .right-board h2{ color: #fff;}
.left-board .right-board a{ display: block; width: 100%;}
.left-board .right-board p{ font-size: 30px; color: #fff; font-weight: bold;}
.left-board .right-board span{ display: block; margin-top: 50px; padding-left: 20%; color: #fff; font-size: 16px;}

@media(max-width:991px){
	.left-board div h2{ margin-bottom: 10px;}
	.tab-content li{ height: 55px; line-height: 55px;}
	.left-board{ flex-direction: column;}
	.left-board > div{ width: 100%;}
	.left-board > div + div{ margin-top: 30px;}
	.board .container{height:auto; margin:30px auto 30px;}
	.tab-content p{
		font-size:15px;
	}
	ul.tabs li{
		font-size:18px;
	}
	.tab-content p{
		width:70%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: normal;
		text-align: left;
		word-wrap: break-word;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
}

/********* 서브페이지 ************/
.sub-tit-h3{
	color:#10128f;
	font-size:25px;
	margin-left:20px;
	font-weight:600;
}
.sub-tit-h3::before{
	display:block;
	content:"";
	width:8px;
	height:8px;
	background:#0d0e62;
	border-radius:50%;
	position:relative;
	left:-20px;
	top:20px;
}
.sub-tit-p{
	font-size:18px;
	line-height:26px;
}


.sub-point{
	margin-left:20px;
}

.sub-point::before{
	display:block;
	content:"";
	width:6px;
	height:6px;
	background:#555;
	position:relative;
	left:-20px;
	top:18px;
}


.partner {margin-bottom: 30px;}
.partner p {text-align: center; font-size: 20px; margin-top: 7px; padding: 7px 0; letter-spacing: -1.5px; background:#6b6ba1; color:#fff;}

@media (max-width: 1200px) {
	.partner p {font-size: 15px; padding: 3px 0;}
}
@media (max-width: 991px) {
	.partner p {font-size: 18px; padding: 10px 0;}
}

/********* 메인 슬라이드 방향버튼 ************/
.owl-buttons{display:none;}



.hjkk_pro h2{font-size:22px; color:#000;}
.hjkk_pro h2>span{font-size:30px; margin-right:5px;}




/*****************메인 배너*******************/
.banner{margin:30px auto;height:150px;}
.banner .container{margin:0 auto;position:relative;left:-19px;height:100%;}
.banner ul{width:100%;height:100%;}
.banner ul .bn-li{width:25%;float:left;}
.banner ul .bn-li img{width:100%;height:100%;}

@media (max-width: 991px) {
	.banner{margin:15px auto;}
	.banner .container{margin-left:px;}
}
@media (max-width: 470px) {
	.banner{margin:;}
	.banner .container{margin-left:px;}
}
@media (max-width: 390px) {
	.banner{margin:;}
	.banner .container{margin-left:px;}
}



.bn_pc_ver{}
.bn_pc_ver h2{ margin-bottom: 40px;} 













/*****하버*******/
.banner ul .bn-li::before{content:"";display:block;width:100%;height:100%;background-color:#000;position:relative;top:0;left:0;}
.banner ul .bn-li:hover{}








@media (min-width: 992px) {
	.area{ max-width: 1300px; margin: 0 auto;}
	.area h2{ margin-bottom: 60px; line-height: 1;}
	.mainContent{ padding: 45px 0 0;}
	.main-brand-con{ position: relative;}
	.main-brand-con .txt-box{ padding: 90px 0;}
	.main-brand-con .txt-box .con-box{ width: 50%;}
	.main-brand-con .txt-box .list-box{ overflow: hidden; height: 567px; margin: 60px -35px 0 -65px;}
	.main-brand-con .txt-box .list-box ul{ height: 166.6666%;}
	.main-brand-con .img-box{ position: absolute; left: 50%; top: 0; width: 50%; height: 100%;}
	.main-brand-con .img-box .inner-box{ position: relative; height: 100%;}
	.main-brand-con .img-box .img-wrap{ position: absolute; width: 100%; height: 100%; transition: all 0.4s ease-in-out;}
	.main-brand-list a{ position: relative; display: block; padding: 30px 5vw 30px 65px;}	
	.main-brand-list dl{ position: relative; left: -10px; display: flex; align-items: center; transition: all 0.4s;}
	.main-brand-list dt{ overflow: hidden; position: relative; width: 125px; margin-right: 35px; border-radius: 10px;}
	.main-brand-list dt img{ display:block; width: 100%;}
	.main-brand-list dd{ width: calc(100% - 160px);}
	.main-brand-list .title{ margin-bottom: 5px; font-size: 28px; transition: all 0.3s; color: #333;}
	.main-brand-list .desc{ line-height: 1.2;}
	
	.main-brand-list li.active a:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #bf1e2e; border-radius: 20px; transition: all 0.3s; box-shadow: 10px 15px 20px rgba(0, 0, 0, 0.19);}
	.main-brand-list li.active .title{ color :#fff;}
	.main-brand-list li.active .desc{ color :#fff;}
	
	.main-menu-box ul li{ float: left; width: 33.3333%; padding: 0 10px;}
}


@media (max-width: 991px) {
	h2{ font-size: 24px; text-align: center;}
	.area{ max-width: 1300px; margin: 0 auto;}
	.area h2{ margin-bottom: 60px; font-size: 20px; line-height: 1;}
	.mainContent{ padding-top: 90px;}
	.main-brand-con{ position: relative;}
	.main-brand-con .txt-box .con-box{}
	.main-brand-con .txt-box .list-box{    height: 350px; overflow: hidden;}
	.main-brand-con .txt-box .list-box ul{ height: 166.6666%;}
	.main-brand-con .img-box{ width: 63.5%; height: auto; margin: 30px auto 0;}
	.main-brand-con .txt-box{ overflow: hidden; height: 356px; margin-top: 30px; padding: 0 10px;}
	.main-brand-con .img-box .inner-box{ position: relative;}
	.main-brand-con .img-box .img-wrap{width: 100%; height: auto; padding-top: 103.25%; transition: all 0.4s ease-in-out;}
	.main-brand-list a{ position: relative; display: block; padding: 25px 50px 25px 25px;}	
	.main-brand-list dl{ position: relative; left: -10px; display: flex; align-items: center; transition: all 0.4s;}
	.main-brand-list dt{ overflow: hidden; position: relative; width: 58px; margin-right: 35px; border-radius: 5px;}
	.main-brand-list dt img{ display:block; width: 100%;}
	.main-brand-list dd{ width: calc(100% - 160px);}
	.main-brand-list .title{ margin-bottom: 5px; font-size: 19px; transition: all 0.3s; color: #333;}
	.main-brand-list .desc{ overflow:hidden; font-size: 14px; line-height: 1.2; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
	
	.main-brand-list li.active a:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #bf1e2e; border-radius: 20px; transition: all 0.3s;
	box-shadow: 10px 15px 20px rgba(0, 0, 0, 0.19);}
	.main-brand-list li.active .title{ color :#fff;}
	.main-brand-list li.active .desc{ color :#fff;}
	
	.main-menu-box ul li{ float: left; width: 33.3333%; padding: 10px;}
}