@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;  
}

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 {
	position:relative;
	padding-top: 100px;
	padding-bottom: 40px;
}


@media (max-width: 991px) {
	.content {
		padding-top: 20px;
		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;
	height: 100px;
	/*background:#d8cebf url(/images/fix_hd_bg.jpg) left top;*/
	background: #fff;
	text-align: center;
	top: 0; left: 0; right: 0;
	z-index: 9999;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

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

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

.header-company .navbar {
	margin: 20px 0 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: 0px 50px 0 15px;
	padding: 0;
	line-height: 50px;
	font-size: 22px;
	color: #eee;
	font-weight: bold;
}
.header-company .navbar-brand:hover {
	color: #fff;
}

.header-company .navbar-brand img {
	width: 209px;
}

@media (max-width: 991px) {
	.header-company {
		background: #fff;
		padding: 15px 0;
	}

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

	.header-company .navbar-brand {
		padding-top: 4px;
		color: #555;
		margin-right: 20px;
		padding: 0;
	}

	.header-company .navbar-brand img {
		width: 180px;
	}

	.header-company .navbar-brand:hover {
		color: #333;
	}
}

.header-company .navbar-default .navbar-toggle {
	border-color: #00377e;
}

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

@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: #00377e;
	padding: 8px 10px 4px;
}

.header-company .navbar-toggle:hover {
	background: #00377e !important;
}

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

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

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

@media (max-width: 1200px) {
	.header-company .navbar-nav {
		padding-right: 0px;
	}
}


@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:last-child a {
		border-bottom: 0;
	}

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

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

	.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: #00377e;
		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 64px 13px 22px;
	}

	.header-company .navbar-default .navbar-nav > li:last-child > a {
		padding: 9px 15px 13px 22px;
	}

	.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: #00377e;
		font-weight: 800;
		font-size: 24px;
		background: url('/images/dot.png') no-repeat;
		background-size: 8px 8px;
		background-position: 0 17px;
	}
	/*
	.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 1px #bf1143;
		border-bottom: solid 1px #000;
	}

	.header-company .dropdown-menu li a {
		color: #fff;
		font-size: 13px;
		font-weight: 400;
		padding: 6px 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;
	}
}
@media (max-width: 1200px) {
	.header-company .navbar-default .navbar-nav > li > a {
		padding: 9px 48px 13px 22px;
		text-align: left;
		font-weight: bold;
		color: #000;
		font-size: 16px;
		background: url('/images/dot.png') no-repeat;
		background-size: 8px 8px;
		background-position: 0 15px;
	}
}

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

.header-company .dropdown > a:after {
    top: 8px;
    right: 9px;
    font-size: 11px;
    content: "\f105";
    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%;
}

.header-fixed .header-company.header-fixed-shrink {
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 9999;
	position: fixed;
	border-bottom: none;
	height: 100px;
	/*background:#d8cebf url(/images/fix_hd_bg.jpg) left top;*/
	background: #fff;
	border-bottom: 1px solid #ddd;
	text-align: center;
	top: 0; left: 0; right: 0;
	z-index: 9999;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.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: 20px;
	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;
	}
}

@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: 220px 0 100px;
	position: relative;
	text-align: center;
	background-image: url(../image/bg/company_bg_01.jpg);
	background-size: cover;
	background-position: center center;
	height: 500px;
}
.header-bg-company.bg2 {
	background-image: url(../image/bg/company_bg_02.jpg);
}

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

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

.header-bg-company h1 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
}
.header-bg-company h2 {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	margin: 10px 0 30px;
}
.header-bg-company p {
	color: #ededed;
	font-size: 12px;
	font-weight: 200;
	margin: 0;
}


@media (max-width: 991px) {
	.header-bg-company.sub-page {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.header-bg-company {
		padding: 160px 0 30px;
	}
}
@media (max-width: 767px) {
	.header-bg-company {
		padding: 100px 0 30px;
		height: 300px;
	}
	.header-bg-company h1 {
		font-size: 24px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	.header-bg-company p {
		display: none;
	}
}
@media (max-width: 430px) {
	.header-bg-company {
		padding: 50px 0 0;
		height: 180px;
	}
	.header-bg-company h1 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.header-bg-company h2 {
		font-size: 12px;
	}
}

/*------------------------------------
	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: #212227;
	padding: 10px 20px;
	color: #fff;
}

.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: #6a6a6a;
	border-bottom: 1px solid #efefef;
}
.list-group li a:hover {
	color: #555;
	font-weight: 600;
}
.list-group li.list-group-item.active {
	background: #fff;
}
.list-group li.list-group-item.active a {
	color: #3a3a3a;
	font-weight: 600;
	border-color: #bbb;
}
.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: -30px;
	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: #0094f7;
	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: 40px 0;	
	background: #34343a;
}

.footer-company .footer a.site-brand {
	color: #999;
	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: #eee;
}

.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;
	}
}
@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%;
	height: auto;
	padding: 50px 0;
	background-image: url(../image/bg/company_bg_02.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat; 
}

.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;
  }

  .bar-company .bar-company-in p {
    margin-bottom: 20px;
  }
}

.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;
	font-size: 16px;
}

.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;
}


/* 푸터 파트너 */
#new_footer .partner {
  border-top: 1px solid #ccc;
  padding: 15px 0;
}

#new_footer .partner ul {
  text-align: center;
}

#new_footer .partner ul li {
  display: inline-block;
  margin: 0 15px;
}

@media screen and (max-width: 500px) {
  #new_footer .partner ul li {
    margin: 0 10px;
  }
}


/* footer_banner */

 .footer_banner .container {
	padding: 40px 0;
	/*border-top: 1px solid #e9e9e9;*/
}

.footer_banner li {

}

 .footer_banner li:first-child {
	margin-left: 0;
}

.footer_banner li h3 {
	position: relative;
	padding: 5px 0 11px 50px;
	margin-bottom: 20px;
	
}

.footer_banner li h3:before {
	content: '';
	width: 34px; 
	height: 34px;
	position: absolute;
	top: 0; left: 0;
}

.footer_banner li.fb1 h3:before { background-position: 0 -64px; background:url('/images/bottom_ico1.png');}
.footer_banner li.fb2 h3:before { background-position: -40px -64px; background:url('/images/bottom_ico2.png');}
.footer_banner li.fb3 h3:before { background-position: -80px -64px; background:url('/images/bottom_ico3.png');}

.footer_banner li h3 span {
	height: 18px;
	font-weight: 800;
	color: #333;
}

.footer_banner li.fb1 h3 span { background-position: 0 0; width: 104px; }
.footer_banner li.fb2 h3 span { background-position: 0 -18px; width: 63px; }
.footer_banner li.fb3 h3 span { background-position: 0 -36px; width: 134px; }

footer_banner li p {
	color: #555;
}

.footer_banner li p.txt {
	font-size: 16px;
	line-height: 22px;
	color: #888;
	margin-top: 8px;
	letter-spacing: -0.05em;
}

.footer_banner li p.tel {
	font-size: 40px;
	line-height: 34px;
	font-family: 'GmarketSansBold';
}

.footer_banner li p.tel a {
	color: #00377e;
	font-family: 'GmarketSansBold';
}

.footer_banner li p.kakao {
	font-size: 40px;
	line-height: 34px;
	font-weight: 700;
	color: #0094f7;
	font-family: 'GmarketSansBold';
}

.footer_banner li.fb1 dl {
	width: 100%;
	position: relative;
	display: block;
	text-align: left;
	height: 30px;
}

.footer_banner li.fb1 dl dd {
	position: relative;
	padding: 1px 0 1px 8px;
}

.footer_banner li.fb1 dl dt {
	max-width: 218px;
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: lighter;
}


.footer_banner li.fb1 dl dd {
	float: right;
	text-align: right;
	font-weight: 700;
	position: relative;
}


.footer_banner li .img_awards a {
	display: block;
	/*width: 100%; 
	height: 125px;
	/*background: url(/images/bottom_bann.jpg) no-repeat center center;*/
}

.footer_banner .listInfo {padding: 0;}
.footer_banner .listInfo li {font-weight:400; color:#666; line-height:30px; font-size: 14px; word-wrap:break-word; word-break:keep-all; padding-left: 20px;}
.footer_banner .listInfo li:before { position:absolute; float:left; content:''; width:3px; height:3px; background-color:#666; margin:5px 15px 0 -15px; vertical-align:middle; display:inline-block; }

@media (max-width: 1200px) {
	.footer_banner li.fb1 dl dt {
		width: 158px;
	}

	.footer_banner li p.tel {
		font-size: 26px;
	}

	.footer_banner li .img_awards a {
		height: 130px;
		background-size: cover;
		background-position: left 3%;
	}
}

@media (max-width: 992px) {
	 .footer_banner .container {
		padding: 20px 0;
	}

	.footer_banner li .img_awards a { 
		background-size: cover;
		height: 145px;
	}
}

/* Footer */
#new_footer {width:100%; }
#new_footer .ft_navi {width:100%; height:51px; background:#494bb1;}
#new_footer .ft_navi li {font-size:15px; padding:0 20px 0 20px; margin:15px 0;   display:inline; float:left}
#new_footer .ft_navi li a { color:#fff;}

#new_footer .ft_add {width:100%; padding:20px 0;  background:#525252; }
#new_footer .ft_info {font-size:14px; padding-left: 15px;}
#new_footer .ft_info p {color:#fff;}

#new_footer .ft_sns { float:right }
#new_footer .ft_sns img { float:right }

@media (max-width: 992px) {
	#new_footer .ft_navi {
		height: auto;
		padding: 10px 0;
	}

	#new_footer .ft_navi .col-md-7 {
		padding:0;
	}

	#new_footer .ft_navi li {
		font-size: 13px;
		padding:0;
		width: 33.33%;
		display:inline-block;
		margin: 0;
		line-height: 26px;
	}

	#new_footer .ft_info {
		padding: 15px 0 15px 0;
	}

	#new_footer .ft_sns {
		float:left;
	}

	#new_footer .ft_sns img {
		float:left;
	}
}

