/*---------------------------------------
    CEO 인사말               
-----------------------------------------*/
#ceo-message {
	display: inline-block;
	width: 100%;
    margin-bottom: 70px;
}
.ceo-img {
    margin-bottom: 30px;
}
.ceo-txt {
    padding-left: 30px;
}
@media screen and (max-width:991px) {
    .ceo-txt {
        padding-left: 15px;
    }
}
.ceo-txt p {
    line-height: 1.7;
    margin-bottom: 27px;
}
.ceo-txt h4 {
    margin: 45px 0 20px 0;
}
.ceo-txt p:last-child {
    margin-bottom: 0;
}




/*---------------------------------------
    회사연혁               
-----------------------------------------*/
#history {
	display: inline-block;
	width: 100%;
    margin-bottom: 50px;
}
.timeline {
    position: relative;
	list-style: none;
	padding: 0;	
}
.timeline:before {
    position: absolute;
	content: "";
	top: 0;
	bottom: 0;	
	width: 2px;
	background-color: #f1f1f1;
	left: 40px;
	margin-left: -1.5px;
}
.timeline>li {
    position: relative;
	margin-bottom: 50px;	
	min-height: 50px;
}
.timeline>li:before,.timeline>li:after {
	content: "";
	display: table;
}
.timeline>li:after {
	clear: both;
}
.timeline>li .timeline-panel {
    position: relative;
    float: right;
	width: 100%;	
	padding: 17px 20px 0 100px;	
	text-align: left;
}
.timeline>li .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline>li .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
.timeline>li .timeline-image {
    position: absolute;
	left: 0;
	margin-left: 0;
	width: 80px;
	height: 80px;
	background-color :#fff;
	color: #fff;
	border-radius: 100%;
	border: 4px solid #dadada;
	text-align: center;
}
.timeline>li.timeline-inverted>.timeline-panel {
	float: right;
	text-align: left;
	padding: 17px 20px 0 100px;
}
.timeline>li.timeline-inverted>.timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline>li.timeline-inverted>.timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
.timeline>li:last-child {
	margin-bottom: 0;
}
.timeline .timeline-heading h4 {
	margin-top: 0;
	margin-bottom: 20px;
	font-family: 'NanumSquareR' !important;
	font-size: 38px;
	letter-spacing: -3px;
	color: #222222;
}
.timeline .timeline-heading h4.subheading {
	text-transform: none;
}
.timeline .timeline-body>p,.timeline .timeline-body>ul {
	line-height: 1.4;
	margin-bottom: 17px;
}
@media (min-width:991px) {
	.timeline:before {
		left: 50%;
	}
	.timeline>li {
		margin-bottom: 50px;
		min-height: 50px;
	}
	.timeline>li .timeline-panel {
        float: left;
		width: 41%;		
		padding: 25px 0 25px 0;
		text-align: right;
	}
	.timeline>li .timeline-image {
		width: 100px;
		height: 100px;
		left: 50%;
		margin-left: -50px;
	}
	.timeline>li.timeline-inverted>.timeline-panel {
		float: right;
		text-align: left;
		padding: 25px 0 25px 0;
	}
}
@media screen and (max-width:480px) {
    .timeline>li .timeline-panel, .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0;
    }
    .timeline:before, .timeline>li .timeline-image {
        display: none;
    }
}

/*---------------------------------------
    기업개요               
-----------------------------------------*/

/* 기업개요 상세내용 */
#overview {   
    display: inline-block;
    width: 100%;         
}
.bg-img {
    background: url("/bizdemo60285/img/company/intro_backimg.jpg") center no-repeat;  
    height: 563px;  
}
.intro-heading h2 {
    position: relative;
    font-family:'NanumSquareR';
    font-size: 30px;
    color: #333333;
    margin: 45px 0 65px 0;
    line-height: 1.5;
    padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
    #overview {
        background-color: #f5f5f5;
    }
}
@media screen and (max-width: 768px) {
    .intro-heading {
        margin-top: 0;
    }
    .bg-img {
		background: none;
		height: auto;
		padding-bottom: 45px;
	}
}
@media screen and (max-width: 768px) {
    .intro-heading h2 {
        font-size: 28px;
    }
}
.intro-heading h2:before {
    position: absolute;
    bottom: 0;
    content: "";
    width: 102px;
    margin-left: -25px;
    height: 1px;
    left: 50%;
    background: #166ce3;
}
.intro-heading h2.intro-left:before {
    left: 0;
    margin-left: 0;
}
.intro-heading p {
    font-size: 18px;
    color: #444444;
    line-height: 1.5;    
}
.intro-heading ul {
    font-size: 16px;
    color: #666666;
    line-height: 2.6;	
	margin-top: 30px;
}
.label {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
	color: #FFF;
	width: 67px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    padding: 6px 4px;
    border-radius: 2px;    
	background-color: #626262;
	margin-right: 10px;
}

/* VISION */
#vision {
	display: inline-block;
	width: 100%;
    margin: 70px 0 70px 0;
}
.sub-tle h1 {
    font-family: 'NanumSquareB';
    font: 42px;
    color: #333333;
    text-align: center;
    padding-bottom: 50px;
}
#vision .container p {
	font-size: 1.45rem;
	font-weight: 300;
	color: rgb(102, 96, 96);
	line-height: 1.3;
}
.vision-backimg {
	width: 100%;
	height: auto;
	text-align: center;
}
.row-vision {
	display: none;
	padding-bottom: 15px; 
}
.media-heading {
	font-family: 'NanumSquareB'; 
	color: #333333;
}
@media screen and (max-width: 1024px) {
	#vision {
		margin-bottom: 30px;
	}
	.vision-backimg {
		display: none;
	}
	.row-vision {
		display: inline;
	}
}
@media screen and (max-width: 768px) {
	#vision {
		margin-bottom: 0;
	}
	#vision .media {
		padding-bottom: 15px;
	}
}

/*---------------------------------------
    찾아오시는 길               
-----------------------------------------*/
#map {
	display: inline-block;
	width: 100%;
	margin-bottom: 70px;
}
.mobile-map .root_daum_roughmap {
	width: 100% !important;
	border: 0;
	margin: 0 auto;
	padding: 0 15px;
}
.widget {
    padding-top: 30px;
}
.widget .quick-contact li.tle {
    font-family: 'NanumSquareB';
    font-size: 19px;
    color: #333;
}
.widget .quick-contact {
	padding: 0;
	margin: 0;
}
.widget .quick-contact li {
	font-size: 17px;
	color: #222;
	padding: 0;
	margin: 0 30px 10px 0px;	
	list-style: none;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.widget .quick-contact li i {
	position: relative;
	float: left;
	font-size: 18px;
	color: #f3733c;
	width: 20px;	
	margin-top: 4px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.media-body {
    padding-left: 10px;
}
.media-body p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 35px;	
}
.bus .media-body p:last-child {
	margin-bottom: 0;	
}
.media-top {
    padding-top: 12px;
}
.media h4 {
	font-size: 20px;
	font-weight: 600;
	color:#333;
	line-height: 1.5em;
}
@media screen and (max-width: 768px) {
    .media-top {
        size: 50%;
  }
}

/*---------------------------------------
    사업분야 01              
-----------------------------------------*/
/* 공통 */
.text-con h2 {
	font-family: 'NanumSquareB';
	font-size: 26px;
	color: #333333;	
	line-height: .4em;
}
.text-con h3 {
	font-size: 22px;
	color: #393939;	
	margin-bottom: 30px;
}
.text-con p {
	line-height: 1.7;
	margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
    .text-con {	
	    padding-top: 30px;	
    }
}
/* Section1 */
#biz1-1 {
	display: inline-block;
	width: 100%;
	margin-bottom: 70px;
}
.col-align-left img {
	float: right;
}
.pd-bm {
	padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
    #biz1-1 img {	
		display: block;
        max-width: 100%;
        height: auto;
	    margin-bottom: 50px;	
    }
}
/* Section2 */
#biz1-2 {
	display: inline-block;
	width: 100%;
	margin-bottom: 70px;
}
/* Section3 */
#biz1-3 {
	margin-bottom: 70px;
}
@media screen and (max-width: 1140px) {
    #biz1-3 {	
	    margin-bottom: 50px;	
    }
}

/*---------------------------------------
    사업분야 02              
-----------------------------------------*/
#biz2 {
	display: inline-block;
    width: 100%; 
	margin-bottom: 70px;
}
.biz2-bg-img {
    background: url("/bizdemo60285/img/business/biz_backimg.jpg") no-repeat top center;
}
.biz2-contents {		
	background-color: #fff;
	padding: 68px 68px 0 68px;
	margin-top: 280px;
}
@media screen and (max-width: 768px) {
    .biz2-contents {
		margin-top: 100px;
		padding: 5% 5% 0 5%;
  }
}
.biz2-contents .img1 {
	top: 10px;
}
.biz2-contents .img2, .biz2-contents .img3 {
	top: 10px;
}
@media screen and (max-width: 991px) {
    .biz2-contents .img1 {
		padding-bottom: 15px;
		text-align: center;
  }
}
@media screen and (max-width: 991px) {
    .biz2-contents .img2, .biz2-contents .img3 {
		padding-bottom: 15px;
		text-align: center;
  }
}
.biz2-contents h3 {
	font-size: 26px;
	font-weight: 600;
	color:#2877aa;
}
.biz2-contents h4 {
	font-size: 22px;
	font-weight: 600;
	color:#393939;
	margin-bottom: 25px;
}
.biz2-contents p {
	font-size: 16px;
	line-height: 1.7;
}
.biz2-contents hr {
	margin: 60px 0;
}
@media screen and (max-width: 768px) {
    .biz2-contents hr {
        margin: 30px 0;
  }
}
/* 테이블(주요사업실적) */
.biz2-table h3 {
	font-size: 24px;
	color: #222;	
	padding-bottom: 10px;
}
#no-more-tables {
	border: 0;
}
#no-more-tables, #no-more-tables th {
	text-align: center;
}
#no-more-tables th {
	background-color: #eceef1;
	padding: 17px;
	border-top: 2px solid #333;
	border-bottom: 1px solid #e1e3e6;
	border-right: 1px solid #e1e3e6;
}
#no-more-tables th:last-child {
    border-right:none;
}
#no-more-tables td {
	padding: 12px;
	border-bottom: 1px solid #e1e3e6;
	border-right: 1px solid #e1e3e6;
}
#no-more-tables td:last-child {
    border-right:none;
}
@media only screen and (max-width: 800px) {    
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block;		 
	} 
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	} 
	#no-more-tables tr { 
		border-left: 1px solid #e1e3e6;
		border-right: 1px solid #e1e3e6;
		border-top: 1px solid #333333;
		border-bottom: 0px solid #333333; 
	} 
	#no-more-tables td { 
		position: relative;
		border: none;
		border-bottom: 1px solid #e1e3e6;		
		padding-left: 30%; 
		white-space: normal;
		text-align: left;
	} 
	#no-more-tables td:before { 
		position: absolute;
		font-weight: bold;
		top: 12px;
		left: 15px;
		width: 55%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align: left;		
		vertical-align: middle;
	} 
	#no-more-tables td:before { 
		content: attr(data-title); 
	}
}

/*---------------------------------------
    제품소개             
-----------------------------------------*/
#product {
	display: inline-block;
	width: 100%;
	margin-bottom: 70px;
}

/*---------------------------------------
    온라인문의             
-----------------------------------------*/
#online {
	display: inline-block;
	width: 100%;
	margin-bottom: 70px;
}

/*---------------------------------------
    고객센터             
-----------------------------------------*/
#customer {
	display: inline-block;
	width: 100%;
	margin-bottom: 70px;
}

/*---------------------------------------
    로그인/회원가입/수정/회원탈퇴             
-----------------------------------------*/
#member {
	display: inline-block;
	width: 100%;
	margin-bottom: 70px;
}

/*---------------------------------------
   이용약관 외             
-----------------------------------------*/
#etc {
	display: inline-block;
	width: 100%;
	margin-bottom: 70px;
}
#etc .etc-txt {
	border: 1px solid #e5e5e5;
	padding: 30px;
}
@media screen and (max-width: 768px) {
    #etc .etc-txt {
		border: 0;
		padding: 0;
  }
}

#ceo-message > .container > .row
{margin:0px;}
#ceo-message > .container > .row > img
{width:100%;}

@media screen and (max-width:420px){
	#sub-visual
	{height:170px;}
	#sub-visual h1
	{font-size:36px;}

	.title-area h1
	{font-size:36px;}


	.g-board-list .bbsnewf5 img
	{width:100%;}

	#fooer .footer_box
    {float:none; position:static; top:0px; text-align:center; padding-bottom:10px; }
    #fooer .footer_box a
    {padding:10px 20px; margin-bottom:8px;}
}









/***/
.com-greeting h2
{margin:20px 0 0px; color:#333;}
.com-greeting p
{font-size:17px; color:#666; line-height:160%; margin:30px 0px;}
.com-greeting table
{width:100%;}
.com-greeting table tr th
{background:#953414; border-bottom:1px solid #ad4522; padding:10px 0px; text-align:Center; color:#fff; font-weight:600; letter-spacing:7px;}
.com-greeting table tr td
{padding:0 20px; border-bottom:1px solid #ddd; color:#666; font-size:16px;}


/** 게시판 공통 **/
.paging a 
{padding:4px 7px !important;}

#product .g-board-list .bbsnewf5 img
{height:250px;}


#inquiry:after
{clear:both; content:'';display:block}
#inquiry .formmail
{margin-bottom:30px;}


#notice:after
{clear:both; content:''; display:block;}
#notice .board
{margin-bottom:30px;}
/***/



@media screen and (max-width:414px){
	.com-greeting h2
	{font-family:'NanumSquareB'; font-size:25px; }

	.com-greeting table tr th
	{padding:7px 10px; width:25%; font-size:15px;}
}