/*
===============================================

header-nav-top_area 영역:: HEADER TOP 로그인부분 삭제 후 수정사항 필수!


#header {
    min-height: 90px !important;
}

@media only screen and (max-width: 992px){
	#header {
		min-height: 99px !important;
	}
	#header .header-container {
		display: block;
		height: 85px;
	}
}

===============================================
*/
/* 팝업레이어 */
#hd_pop {
	z-index:1000;
	position:relative;
	margin:0 auto;
	height:0}
#hd_pop .hd_pops .hd_pops_con img{
	width: 100%;
}
#hd_pop h2 {
	position:absolute;
	font-size:0;
	line-height:0;
	overflow:hidden
}
.hd_pops {
	position:absolute;
	border: 0px;
	background:#fff
}
.hd_pops_con {
	overflow: hidden;
}
.hd_pops_footer {
	padding:8px 0;
	background:#393939;
	color:#fff;
	text-align:right;
	border-bottom: 0px;
	width: 100%;
	position: absolute;
	border-right: 1px solid rgba(238, 238, 238, 0.1);
}

.hd_pops_footer button {
	margin-right:5px;
	padding: 0px 7px;
	border:0;
	background:#282828;
	color:#fff;
	border-radius: 4px;
	font-size: 12px;
    font-weight: 300;
	margin: 3px 5px 3px 0px;
}
@media only screen and (max-width:992px){
	#hd_pop .hd_pops{
		left: 0 !important;
		width: 80% !important;
	}
	#hd_pop .hd_pops .hd_pops_con{
		width: 100% !important;
		overflow: scroll;
	}
	.hd_pops_footer button {
		font-size: 10px;
	}
}
/*common*/
.btn-basic{
	border-color: #cacaca #b8b8b8 #9d9d9d !important;
    background-color: rgba(248, 248, 248, 0.4) !important;
    color: #868686 !important;
    background: linear-gradient(#fff,rgba(248, 248, 248, 0.4));
}
.text-color-dark{
	color: #585858;
}
.text-color-theme{
	color: #08c
}
.owl-dots {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.line-height27 {
	line-height: 27px;
}
.hide {
	display: none;
}
.divider-small-left{
	float: left;
}
@media only screen and (max-width: 766px) {
	.pt-xlg2 {
		padding-top: 30px !important;
	}
	.pb-xlg2{
		padding-bottom: 30px !important;
	}
	.divider {
	display: none;
	}
	.mobile-hide {
	display: none;
}
}
@media only screen and (max-width: 992px) {
	.mobile-mb15 {
		margin-bottom: 0px;
	}
}

/*배너공통*/
#content #all-banner-wrp{
	margin-top: -20%;
}
#content .mainbanner{
	min-height: 220px;
}
/*company-banner-left*/
 #content .company-banner-left{
	background-color: #0d93bb;
}
 #content .company-banner-left:after{
	content: '';
    border-style: solid;
    display: block;
    position: absolute;
    border-width: 15px;
    border-color: transparent transparent transparent #0d93bb;
    right: -29px;
    top: 43%;
    z-index: 10;
}
 #content .company-banner-left p span{
	display: block;
	min-height: 50px;
}
 #content .company-banner-left .btn{
	background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
 #content .company-banner-left .btn:hover{
	background-color: #fff;
    color: #0d93bb;
}
@media only screen and (max-width:992px){
	 #content .company-banner-left:after{
		top: initial;
		right: 49%;
		bottom: -30px;
		-webkit-transform: rotate(90deg);
	    -moz-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    transform: rotate(90deg);
	}
}
/*company-banner-right*/
 #content .company-banner-right{
	background-color: #fff;
	position: relative;
	border: 1px solid #ddd;
}
 #content .company-banner-right .main-subbanner{
	position: absolute;
	height: 50%;
	width: 100%;
	background-color: #f5f5f5;
}
 #content .company-banner-right .main-subbanner01{
	top: 0;
	background: url(../img/mainbanner_01.png) no-repeat 90% center;
}
 #content .company-banner-right .main-subbanner02{
	top: 50%;
	border-top: 1px solid #ddd;
	background: url(../img/mainbanner_02.png) no-repeat 90% center;
}
 #content .company-banner-right .main-subbanner a{
	text-decoration: none;
    color: #333;
    font-size: 18px;
    width: 100%;
    height: 100%;
    display: block;
    padding: 25px 15px;
}
 #content .company-banner-right .main-subbanner a img{
	display: block;
	position: absolute;
	bottom: 10px;
	left: 15px;
}
#content .company-banner-right .main-subbanner01 .btn{
	background-color: transparent;
    color: #000;
    border: 1px solid #fff;
}
 #content .company-banner-right .main-subbanner01 .btn:hover{
	background-color: #fff;
    color: #0d93bb;
}

/*talent-banner-right*/
 #content .talent-banner-right{
	background-color: #fff;
	position: relative;
	border: 1px solid #ddd;
	margin-left: -1px;
	margin-top: -1px;
}
/*cscenter-banner-left*/
 #content .cscenter-banner-left{
	background-color: #1c3f8e;
}
 #content .cscenter-banner-left p span{
	display: block;
	min-height: 50px;
}
 #content .cscenter-banner-left p strong{
	font-size: 25px;
}
 #content .cscenter-banner-left .btn{
	background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
 #content .cscenter-banner-left .btn:hover{
	background-color: #fff;
    color: #1c3f8e;
}
/*notice-banner-right*/
#content .notice-banner-right{
	background-color: #fff;
	position: relative;
	border: 1px solid #ddd;
	margin-left: -1px;
}
/*vision-banner-left*/
#content .vision-banner-left{
	background: url(../img/mainbanner_bg.png) 90% bottom no-repeat;
	background-color: #eee;
	position: relative;
	border: 1px solid #ddd;
	margin-top: 0px;
}
#content .vision-banner-left .vision-banner-left-txt {
	position: relative;
	z-index: 5;
}
#content .vision-banner-left .vision-banner-left-txt p{
	line-height: 20px;
    color: #555;
    font-size: 13px;
}
#content .vision-banner-left .vision-banner-left-txt a{
	text-decoration: none;
	color: #333;
	border: 1px solid #333;
}
#content .vision-banner-left .vision-banner-left-txt a:hover{
	background-color: #333;
	color: #eee;
}
@media only screen and (max-width:479px){
	#content .vision-banner-left .vision-banner-left-txt img{
		width: 100%;
	}
	#content .vision-banner-left .vision_bg{
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(239, 239, 239, 0.7);
		top: 0;
		left: 0;
		z-index: 1;
	}
}

/*Header Top*/
#header {
    min-height: 0px !important;
}
#header .header-nav-top ul>li{
	background: url(../img/top_nav.png) no-repeat;
    background-position: right 0;
}
#header .header-nav-top .nav-top > li > a:hover, #header .header-nav-top .nav-top > li > a:focus {
    background: transparent;
    color: #3c3c3c !important;
}
#header .nav-top-master {
    color: #c67c77 !important;
}
#header .header-nav-top .nav-top > li > .nav-top-master:hover, 
#header .header-nav-top .nav-top > li > .nav-top-master:focus{
	color: #be1b11 !important
}
#header .user_count,
#header .list_count{
    color: #3c3c3c;
    font-size: 0.9em;
}
#header .search-mobile_wrp {
    padding: 15px 50px;
}
#header .search-mobile_wrp .btn{
	display: inline-block;
	width: 23%;
	vertical-align: top;
}
#header .header-search-mobile{
	position: absolute;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 65px;
    top: 106px;
    left: 0;
}
#header .search-mobile-input{
	width: 75%;
	display: inline-block !important;
}
#header .search-mobile a.btn.btn-primary.btn-basic {
    color: #676767 !important;
}
@media only screen and (max-width: 992px) {
	.search-in{
		display: block !important;
	}
	.header-nav-main{
		border-bottom: 1px solid #eee;
    	box-shadow: 0px 1px 1px rgba(244,244,244,0.6);
	}
	#mainNav li{
		padding: 0 10px !important;
	}
    #header{
    	min-height: 0px !important;
    }
	#header .container {
    	width: 100%;
		padding-right: 0px;
	    padding-left: 0px; 
	}
	#header.header-narrow .header-logo img {
    	margin: 12px 12px 12px 15px;
	}
	#header .header-nav-main {
		background: rgb(255, 255, 255);
		clear: both;
		float: none;
		position: relative;
		top: 0px;
	}
	#header .header-container {
		display: block;
		height: 105px;
	}
	#header .top-nav-btn-wrp {
		position: absolute;
		right: 15px;
		top: 8px;
	}
    #header .header-nav-top ul>li{
	    background: none;
        background-position: right -1px;
	}
    #header .header-nav-top {
		position: absolute;
		bottom: 0;
		left: 0;
		margin-bottom: 5px;
	}
    #header .header-btn-collapse-nav {
        margin: 12px 0 8px 5px;
    }
    #header .header-body {
    padding-bottom: 0;
	}
	#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
	    color: #3c3c3c;
	}
	#header .header-nav-top .nav-top > li > a:hover, #header .header-nav-top .nav-top > li > a a:focus {
	    color: #999 !important;
	}
	#header .nav-top-master {
	    color: #be1b11 !important;
	}
	#header .header-nav-top .nav-top > li > .nav-top-master:hover, 
	#header .header-nav-top .nav-top > li > .nav-top-master:focus{
		color: #c67c77 !important
	}
	#header .user_count,
	#header .list_count{
	    color: #999;
	}
	#header .header-nav-top ul>.bg-no-mobile{
		background: none;
	}
}
@media only screen and (max-width: 496px) {
	#header.header-narrow .header-logo img {
    	margin: 18px 12px 12px 15px;
		width: 50%;
	}
    #header .header-nav-top ul>li{
	    background: none;
        background-position: right -5px;
    }
    #header .header-nav-top {
		position: absolute;
    	bottom: 0;
	}
	#header .header-nav-main {
		top: 37px;
	}
    #header .header-btn-collapse-nav {
		color: #FFF;
		margin: 12px 0 8px 5px;
	}
    #header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
        padding: 1px 3px;
    }
}

/*Header*/
#header .header-body{
	padding-bottom: 0;
}
#header .header-nav-main nav > ul > li > a {
    font-size: 17px;
    font-weight: 500;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    font-size: 1.1em;
}
#header .header-nav-main > nav > ul > li > a{
	padding: 10px 20px !important;
	color: #4a4a4a !important;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
    color: #FFF !important;
}
#header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
    border-color: #4a4a4a transparent transparent transparent;
}
#header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after, html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
    border-color: #ffffff transparent transparent transparent;
}
@media only screen and (max-width:992px) {
	#header .header-nav-main > nav > ul > li > a{
		color: #08c !important;
	}
	#header .header-nav-main nav > ul > li.open > a, 
	#header .header-nav-main nav > ul > li:hover > a {
    	color: #08c !important;
	}
    #header .header-nav-main nav > ul li a{
        line-height: inherit;
        padding: 7px 8px 3px 8px;
    }
}
@media only screen and (max-width: 766px) {
	nav>ul>li>a:hover,
    nav>ul>li>a:focus{
	color: #00000 !important;
}
}

/*main*/
.main .text-center{
	text-align: center;
}
.main .mb-xlg2 {
	margin-bottom: 100px;
}
.main .border-no{
	border: none;
}
	/*text rotate 높이맞추기*/
.main h2.word-rotator-title .word-rotate {
    max-height: 36px;
    line-height: 36px;
    margin-bottom: -9px;
}
@media only screen and (max-width: 496px) {
	.main .mb-xlg2 {
		margin-bottom: 80px;
	}
	section.section.section-with-mockup {
    	margin-top: 50px;
	}
}
/*main contents*/
.counters label {
    font-size: 23px;
    margin-top: 1rem;
	font-weight: 500;
}
.contents01 h2{
	font-weight: 500;

}
@media only screen and (max-width: 766px) {
	.main .call-to-action {
		padding-left: 10px;
		padding-right: 10px
	}
	.main .call-to-action .call-to-action-btn {
    	margin: -40px 0 0 0;
	}
}
/*footer*/
#footer {
	padding: 0;
}
#footer .footer-copyright {
     margin-top: 0; 
}
#footer {
     margin-top: 115px; 
}
#footer .contact p {
    margin: 0 0 10px;
}
/*page header*/
.page-header.parallax{
	margin-bottom: 20px !important;
}
/*page header*/
.page-header.bg{
	margin-bottom: 20px !important;
}
/*company01*/
.page-header h1 {
    font-size: 40px;
}
#company_01 .featured-box-primary h3{
    color: #0088cc;
}
#company_01 .featured-box-secondary h3{
    color: #e36159;
}
#company_01 .featured-box-tertiary h3{
    color: #2baab1;
}
#company_01 .featured-box-quaternary h3 {
    color: #383f48;
}

/*company3*/
.root_daum_roughmap .wrap_map {
    height: 500px !important;
}
#company_03 h3 {
    position: relative;
    display: block;
	background-color: #fff;
}
#company_03 h3:before {
    border-bottom: 2px dotted #ddd;
    content: "";
    height: 1px;
    left: 0%;
    position: absolute;
    bottom: 5px;
    width: 100%;
    z-index: 1;
}
#company_03 h3 span {
    background: #FFF;
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 10px;
}
@media only screen and (max-width: 766px) {
	.root_daum_roughmap .wrap_map {
    	height: 300px !important;
	}
}

/*product01*/
.icon_border_box {
	display: inline-block;
    font-size: 30px;
    height: 75px;
    padding: 0;
    width: 75px;
    margin-top: 0;
    margin-bottom: 10px;
    background: #FFF;
    border: 1px solid #dfdfdf;
    color: #777;
    line-height: 73px;
	border-radius: 50%;
}


/*product02*/
#product_02 .contents-box{
	border: 1px solid #eee;
    padding: 30px;
	border-radius: 10px;
}
#product_02 ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#product_02_bottom_postbtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    text-align: right;
}
#product_02 .pagination > li > a, #board01_wrap .pagination > li > span, #board01_wrap .pagination > li > a:hover, #board01_wrap .pagination > li > span:hover, #board01_wrap .pagination > li > a:focus, #board01_wrap .pagination > li > span:focus {
    color: #848484;
}
#product_02 .pagination > .active > a {
    color: #ffffff;
    background-color: #5d5d5d !important;
    border-color: #343434;
}
@media only screen and (max-width: 766px) {
	.product02-img,
	.product02-img img {
		width: 100%;
	}
}
@media only screen and (max-width: 496px) {
	#product_02 .pagination>li>a, .pagination>li>span {
    padding: 5px 10px;
	}
}
/*product03*/
#product_03 .container{
	margin-left: auto;
	margin-right: auto;
}
#product_03  .box-shadow-custom {
    box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33);
}
#product_03 .portfolio {
    background: #f4f4f4;
    border-top: 5px solid #f1f1f1;
    padding: 50px 0;
}
#product_03 .lead {
    font-size: 20px;
}
#product_03 .thumb-info-side-image-custom {
    border: 0 none;
    color: #777;
    margin: 0 0 35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#product_03 .thumb-info-side-image .thumb-info-side-image-wrapper {
    margin-right: 0px; 
}
#product_03 .thumb-info img {
	border-radius: 0;
}
#product_03 .thumb-info-side-image-custom:hover {
    box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33) !important;
}
#product_03 .thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption {
    padding: 0 10px;
    display: block;
    clear: both;
}
#product_03 .thumb-info-caption .thumb-info-caption-text, .thumb-info-caption p {
    font-size: 0.9em;
    line-height: 20px;
    margin: 0 0;
    padding: 0px;
    display: block;
}
#product_03 .thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption h4 {
    margin: 3px 0 0;
    padding: 0;
}
#product_03 .pagination > li > a, #board01_wrap .pagination > li > span, #board01_wrap .pagination > li > a:hover, #board01_wrap .pagination > li > span:hover, #board01_wrap .pagination > li > a:focus, #board01_wrap .pagination > li > span:focus {
    color: #848484;
}
#product_03 .pagination > .active > a {
    color: #ffffff;
    background-color: #5d5d5d !important;
    border-color: #343434;
}
@media only screen and (max-width: 496px) {
	#product_03 .pagination>li>a, .pagination>li>span {
    padding: 5px 10px;
	}
}

/*service01*/
#service_01 .featured-boxes-style-3 .featured-box .icon-featured {
    background: #FFF;
}


/*service03*/
#service_03  .box-shadow-custom {
    box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33);
}
#service_03 .lead {
    font-size: 20px;
}
#service_03 .thumb-info-side-image-custom {
    border: 0 none;
    color: #777;
    margin: 0 0 35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#service_03 .thumb-info-side-image .thumb-info-side-image-wrapper {
    margin-right: 0px; 
}
#service_03 .thumb-info img {
	border-radius: 0;
}
#service_03 .thumb-info-side-image-custom:hover {
    box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33) !important;
}
#service_03 .thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption {
    padding: 0 10px;
    display: block;
    clear: both;
}
#service_03 .thumb-info-caption .thumb-info-caption-text, .thumb-info-caption p {
    font-size: 0.9em;
    line-height: 28px;
    margin: 0 0;
    padding: 0px;
    display: block;
}
#service_03 .thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption h4 {
    margin: 3px 0 0;
    padding: 0;
}
#service_03 .thumb-info-side-image-custom .thumb-info-side-image-wrapper {
    padding: 0;
    margin-right: 30px;
}
#service_03 .thumb-info {
     border-radius: 0px; 
}
#service_03 .thumb-info-side-image-custom .thumb-info-caption {
    text-align: left;
}
#service_03 .thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption h4 {
    margin: 3px 0;
    padding: 0;
}
#service_03 .thumb-info-side-image .thumb-info-caption .thumb-info-caption-text {
    padding: 17px;
}
@media only screen and (max-width: 766px) {
	#service_03 .thumb-info-side-image .thumb-info-caption .thumb-info-caption-text {
    padding: 3px;
}
}

/*aside-menu Sub-title*/
#aside-menu.page-header{
	padding: 50px 0 !important;
	margin: 0 0 115px 0 !important;
}
#aside-menu.page-header h1>span{
	display: none;
}