.page-ht{
	height:100px;
}

.page-subj{
	display:block;
    margin:0 0 15px 0;
    padding-bottom:10px;
    letter-spacing:normal;
    font-size:18px;
    text-transform:uppercase;
    font-weight:600;
    position:relative;
}

.page-subj:after{
    /*background:#ff6c3a;*/
    height:2px;
    width:40px;
    position:absolute;
    content:"";
    left:0px;
    margin-top:35px;
}

/* 회사소개 - introduce */
.page-intro-conn{
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    letter-spacing: 0.5px;
	font-size:12px;
}

blockquote p{
	margin-top:15px;
	text-align:right;
}


blockquote cite{
	font-size:12px;
}

span.dropcap3 {
    /*background: #ff6c3a;*/
    /*color: #fff;*/
}

span.dropcap3, span.dropcap4 {
    float: left;
    font-style: normal;
    font-size: 18px;
    padding: 6px 10px 6px 11px;
    margin: 4px 10px 2px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.page-team-box{
	margin-bottom:15px;
}

.page-team-box .cover{
    border:1px solid rgb(235, 235, 235);
}

.page-team-box .page-team-img{
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0 auto;
    border-radius: 2px;
}
.page-team-box .page-team-img img{
	width:100%;
}

.page-team-box .member-info {
    padding: 16px 18px 9px;
    display: block;
    background-color: white;
}

.page-team-box .heading {
    position: relative;
    text-align: left;
    border-bottom: 1px solid #ebebeb;
}

.page-team-box .heading .page-team-info {
    padding-bottom: 10px;
    position: relative;
}

.page-team-box .heading .page-team-info > .page-team-name {
    top: 0;
    z-index: 1;
    text-align: center;
    margin-bottom: 2px;
    margin-top: 0px;
}
.page-team-name {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.page-team-box .heading .page-team-info > .page-team-statu {
    padding-top: 3px;
    position: relative;
    z-index: 1;
    opacity: 1;
    display: block;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 13px;
}
.page-team-statu {
    color: #777;
    font-size: 12px;
    line-height: 1;
}

.page-team-box .page-team-desc {
    position: relative;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}

.page-team-box .page-team-desc p {
    margin-bottom: 0;
}
.page-team-box p {
    color: rgb(122, 122, 122);
    direction: ltr;
    display: block;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 13px;
}

.page-team-box .widget.sns-ico {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-top: 10px;
}
.page-team-box .sns-ico {
    position: relative;
    font-size: 16px;
    text-align: center;
}
.page-team-box .widget {
    padding-bottom: 0px;
}

ul.sns-ico {
	margin:0;
	padding:0;
    height: auto;
    overflow: hidden;
    list-style: none!important;
}

.page-team-box ul.sns-ico li {
    height:36px;
    float: none;
}
ul.sns-ico li{
    float: left;
    display:inline-block;
	padding-top:15px;
}

.page-team-box .sns-ico a{
    position: relative;
    display: inline-block;
    width: 39px;
    height: 39px;
    overflow: hidden;
    font-size: 14px;
    line-height:39px;
    text-align: center;
    background-color: transparent;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
	color:#999;
}

.page-team-box .sns-ico .twitter a:hover{
	background-color:#00aced;
	color:#fff;
}

.page-team-box .sns-ico .facebook a:hover{
	background-color:#3b5998;
	color:#fff;
}

.page-team-box .sns-ico .kakao a:hover{
	background-color:#ffeb33;
	color:#5a4d4a;
}

.page-team-box .sns-ico a i{
    display:block;
    width: 39px;
    height: 39px;
    line-height: 39px;
}

/* 서브 - history */
.biz{
	display:table;
	margin:0 auto 30px auto;
}

.biz .biz-year{
	display:table-cell;
	padding:30px 30px 30px 0;
	vertical-align:top;
}

.biz .biz-history{
	display:table-cell;
	width:400px;
	padding:30px 0 30px 30px;
	vertical-align:middle;
}

.biz .biz-history p{
	line-height:16px;
	font-size:12px;
}

.biz .biz-history i{
	color:#d9534f;
	margin-right:5px;
}

.biz .biz-y{
	text-align:center;
	font-size:30px;
	font-weight:bold;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	color:#333;
}

/* 연혁 - 파랑색 */
.biz .biz-vbar-1{
	display:table-cell;
	min-width:9px;
	background-color:#337ab7;
	position:relative;
}

.biz .biz-circle-1{
	position:absolute;
	top:90px;
	left:-8px;
	background:#fff;
	border:5px solid #337ab7;
	border-radius:50%;
	padding:7px;
}

.arrow_box-left-1{
	width:150px;
	position:relative;
	background:#fff;
	border:10px solid #337ab7;
	border-radius:50%;
	padding:40px 28px;
	margin-bottom:20px;
}

.arrow_box-left-1:after, .arrow_box-left-1:before{
	right:99%;
	top:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}

.arrow_box-left-1:after{
	border-color:rgba(136, 183, 213, 0);
	border-right-color:#fff;
	border-width:8px;
	margin-top:-8px;
}
.arrow_box-left-1:before{
	border-color:rgba(194, 225, 245, 0);
	border-right-color:#337ab7;
	border-width:22px;
	margin-top:-22px;
}

.arrow_box-right-1{
	position:relative;
	background:#fff;
	border:10px solid #337ab7;
	border-radius:50%;
	padding:40px 28px;
}
.arrow_box-right-1:after, .arrow_box-right-1:before{
	left:99%;
	top:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}

.arrow_box-right-1:after{
	border-color:rgba(136, 183, 213, 0);
	border-left-color:#fff;
	border-width:8px;
	margin-top:-8px;
}
.arrow_box-right-1:before{
	border-color:rgba(194, 225, 245, 0);
	border-left-color:#337ab7;
	border-width:22px;
	margin-top:-22px;
}
/* 연혁-파랑색 끝 */

/* 연혁 - 녹색 */
.biz .biz-vbar-2{
	display:table-cell;
	min-width:9px;
	background-color:#5cb85c;
	position:relative;
}

.biz .biz-circle-2{
	position:absolute;
	top:90px;
	left:-8px;
	background:#fff;
	border:5px solid #5cb85c;
	border-radius:50%;
	padding:7px;
}

.arrow_box-left-2{
	width:150px;
	position:relative;
	background:#fff;
	border:10px solid #5cb85c;
	border-radius:50%;
	padding:40px 28px;
	margin-bottom:20px;
}

.arrow_box-left-2:after, .arrow_box-left-2:before{
	right:99%;
	top:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}

.arrow_box-left-2:after{
	border-color:rgba(136, 183, 213, 0);
	border-right-color:#fff;
	border-width:8px;
	margin-top:-8px;
}
.arrow_box-left-2:before{
	border-color:rgba(194, 225, 245, 0);
	border-right-color:#5cb85c;
	border-width:22px;
	margin-top:-22px;
}

.arrow_box-right-2{
	position:relative;
	background:#fff;
	border:10px solid #5cb85c;
	border-radius:50%;
	padding:40px 28px;
}
.arrow_box-right-2:after, .arrow_box-right-2:before{
	left:99%;
	top:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}

.arrow_box-right-2:after{
	border-color:rgba(136, 183, 213, 0);
	border-left-color:#fff;
	border-width:8px;
	margin-top:-8px;
}
.arrow_box-right-2:before{
	border-color:rgba(194, 225, 245, 0);
	border-left-color:#5cb85c;
	border-width:22px;
	margin-top:-22px;
}
/* 연혁-녹색 끝 */

/* 연혁 - 하늘색 */
.biz .biz-vbar-3{
	display:table-cell;
	min-width:9px;
	background-color:#5bc0de;
	position:relative;
}

.biz .biz-circle-3{
	position:absolute;
	top:90px;
	left:-8px;
	background:#fff;
	border:5px solid #5bc0de;
	border-radius:50%;
	padding:7px;
}

.arrow_box-left-3{
	width:150px;
	position:relative;
	background:#fff;
	border:10px solid #5bc0de;
	border-radius:50%;
	padding:40px 28px;
	margin-bottom:20px;
}

.arrow_box-left-3:after, .arrow_box-left-3:before{
	right:99%;
	top:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}

.arrow_box-left-3:after{
	border-color:rgba(136, 183, 213, 0);
	border-right-color:#fff;
	border-width:8px;
	margin-top:-8px;
}
.arrow_box-left-3:before{
	border-color:rgba(194, 225, 245, 0);
	border-right-color:#5bc0de;
	border-width:22px;
	margin-top:-22px;
}

.arrow_box-right-3{
	position:relative;
	background:#fff;
	border:10px solid #5bc0de;
	border-radius:50%;
	padding:40px 28px;
}
.arrow_box-right-3:after, .arrow_box-right-3:before{
	left:99%;
	top:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}

.arrow_box-right-3:after{
	border-color:rgba(136, 183, 213, 0);
	border-left-color:#fff;
	border-width:8px;
	margin-top:-8px;
}
.arrow_box-right-3:before{
	border-color:rgba(194, 225, 245, 0);
	border-left-color:#5bc0de;
	border-width:22px;
	margin-top:-22px;
}
/* 연혁-하늘색 끝 */

/* 연혁 - 주황색 */
.biz .biz-vbar-4{
	display:table-cell;
	min-width:9px;
	background-color:#f0ad4e;
	position:relative;
}

.biz .biz-circle-4{
	position:absolute;
	top:90px;
	left:-8px;
	background:#fff;
	border:5px solid #f0ad4e;
	border-radius:50%;
	padding:7px;
}

.arrow_box-left-4{
	width:150px;
	position:relative;
	background:#fff;
	border:10px solid #f0ad4e;
	border-radius:50%;
	padding:40px 28px;
	margin-bottom:20px;
}

.arrow_box-left-4:after, .arrow_box-left-4:before{
	right:99%;
	top:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}

.arrow_box-left-4:after{
	border-color:rgba(136, 183, 213, 0);
	border-right-color:#fff;
	border-width:8px;
	margin-top:-8px;
}
.arrow_box-left-4:before{
	border-color:rgba(194, 225, 245, 0);
	border-right-color:#f0ad4e;
	border-width:22px;
	margin-top:-22px;
}

.arrow_box-right-4{
	position:relative;
	background:#fff;
	border:10px solid #f0ad4e;
	border-radius:50%;
	padding:40px 28px;
}
.arrow_box-right-4:after, .arrow_box-right-4:before{
	left:99%;
	top:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}

.arrow_box-right-4:after{
	border-color:rgba(136, 183, 213, 0);
	border-left-color:#fff;
	border-width:8px;
	margin-top:-8px;
}
.arrow_box-right-4:before{
	border-color:rgba(194, 225, 245, 0);
	border-left-color:#f0ad4e;
	border-width:22px;
	margin-top:-22px;
}
/* 연혁-주황색 끝 */

/* 연혁 - 빨강색 */
.biz .biz-vbar-5{
	display:table-cell;
	min-width:9px;
	background-color:#d9534f;
	position:relative;
}

.biz .biz-circle-5{
	position:absolute;
	top:90px;
	left:-8px;
	background:#fff;
	border:5px solid #d9534f;
	border-radius:50%;
	padding:7px;
}

.arrow_box-left-5{
	width:150px;
	position:relative;
	background:#fff;
	border:10px solid #d9534f;
	border-radius:50%;
	padding:40px 28px;
	margin-bottom:20px;
}

.arrow_box-left-5:after, .arrow_box-left-5:before{
	right:99%;
	top:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}

.arrow_box-left-5:after{
	border-color:rgba(136, 183, 213, 0);
	border-right-color:#fff;
	border-width:8px;
	margin-top:-8px;
}
.arrow_box-left-5:before{
	border-color:rgba(194, 225, 245, 0);
	border-right-color:#d9534f;
	border-width:22px;
	margin-top:-22px;
}

.arrow_box-right-5{
	position:relative;
	background:#fff;
	border:10px solid #d9534f;
	border-radius:50%;
	padding:40px 28px;
}
.arrow_box-right-5:after, .arrow_box-right-5:before{
	left:99%;
	top:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}

.arrow_box-right-5:after{
	border-color:rgba(136, 183, 213, 0);
	border-left-color:#fff;
	border-width:8px;
	margin-top:-8px;
}
.arrow_box-right-5:before{
	border-color:rgba(194, 225, 245, 0);
	border-left-color:#d9534f;
	border-width:22px;
	margin-top:-22px;
}
/* 연혁-빨강색 끝 */

/* 서브 - history 끝 */

/* 서브 - 조직도 */
.biz-group{
	margin-bottom:50px;
}

.biz-group h3,.biz-group h4,.biz-group h5{
	padding:0;
	margin:0;
	font-weight:bold;
}

.biz-group small{
	color:#fff;
}

.biz-group .gr-item{
	position:relative;
	width:200px;
	margin:0 auto;
	text-align:center;
	font-family:'ibt', sans-serif;
}

.biz-group .gr-dot{
	background:#ccc;
	margin:0 auto;
	width:1px;
	height:15px;
}  
.biz-group .gr-line-l{
	position:absolute;
	background:#ccc;
	left:50%;
	width:100%;
	height:1px;
}
.biz-group .gr-line-r{
	position:absolute;
	background:#ccc;
	right:50%;
	width:100%;
	height:1px;
}
.biz-group .gr-line-f{
	background:#ccc;
	margin:0 auto;
	width:100%;
	height:1px;
}
.biz-group .gr-logo{
	border:2px solid #333;
	border-radius:50%;
	padding:20px 10px;
	text-align:center;
	width:120px;
	margin:0 40px;
	/*background-color:#ff6c3a;*/
}

.biz-group .gr-box{
	width:200px;
	text-align:center;
	color:#fff;	
	border-radius:2px;
	padding:10px;
}

.biz-group .gr-sub{
	max-width:100px;
	margin:0 auto;
}

.biz-group .gr-sub table{
	border-collapse:collapse;
	width:100%;
}

.biz-group .gr-sub td{
	padding:5px 0;
	text-align:center;
	width:50%;
	background-color:#fff;
	color:#333;
}

.biz-group .gr-tb-1 .title{
	background-color:#5cb85c;
	color:#fff;
}

.biz-group .gr-tb-1 td{
	border:1px solid #5cb85c;
	font-size:12px;
}

.biz-group .gr-tb-2 .title{
	background-color:#5bc0de;
	color:#fff;
}

.biz-group .gr-tb-2 td{
	border:1px solid #5bc0de;
	font-size:12px;
}

.biz-group .gr-tb-3 .title{
	background-color:#f0ad4e;
	color:#fff;
}

.biz-group .gr-tb-3 td{
	border:1px solid #f0ad4e;
	font-size:12px;
}

.gr-bd-color-1{
	border:1px solid #337ab7;
}

.gr-bd-color-2{
	border:1px solid #5cb85c;
}

.gr-bd-color-3{
	border:1px solid #5bc0de;
}

.gr-bd-color-4{
	border:1px solid #f0ad4e;
}

.gr-bg-color-1{
	background-color:#337ab7;
}

.gr-bg-color-2{
	background-color:#5cb85c;
}

.gr-bg-color-3{
	background-color:#5bc0de;
}

.gr-bg-color-4{
	background-color:#f0ad4e;
}

/* 서브 - 조직도 끝 */

/* 서브 - 오시는 길 */

.biz-addr-title{
	font-size:30px;
	font-weight:bold;
	margin:30px 0;
	letter-spacing:3px;
}

.biz-addr-conn{
	font-size:16px;
	margin-bottom:10px;
}

.biz-addr-conn i{
	color:#ff7e20;
	font-size:16px;
	width:30px;
	text-align:center;
}

/* 서브 - 오시는 길 끝 */

/* 서브 - 사업소개 */
.sub-t-box{
	text-align:center;
	margin:20px auto;
}

.sub-v{
	text-align:center;
	letter-spacing:3px;
	font-size:50px;
	font-weight:bold;
}

.sub-vc{
	text-align:center;
	letter-spacing:1px;
	font-size:14px;
	color:#aaa;
	line-height:20px;
	max-width:800px;
	margin:30px auto;
}

.proj-item{
	width:100%;
	margin:30px 0 100px 0;
}

.proj-box{
	margin:0 auto 100px auto;
}

.proj-box .proj-t{
	font-weight:bold;
	margin:10px 0;
	font-size:16px;
	width:100%;
}

.proj-box .proj-c{
	margin-bottom:10px;
	font-size:12px;
	width:100%;
	height:100px;
	line-height:20px;
	text-overflow:ellipsis;
	overflow:hidden;
	word-break:break-all;
}

.proj-box .proj-b{
	text-align:right;
}
.proj-box a{
	text-decoration:none;
	font-size:12px;
	color:#333;
	/*border-bottom:1px dashed #ff6c3a;*/
	padding:5px 0 2px 0;
}

.proj-box a:hover{
	/*color:#ff6c3a;*/
}

.proj-overview-t{
	margin:30px 0 10px 0;
	font-weight:bold;
	font-size:24px;
	padding-bottom:10px;
	color:#333;
	background:url("../img/line_bar.gif") 0 bottom no-repeat;
}

.proj-overview-c{
	font-size:12px;
	line-height:18px;
	color:#333;
}

.proj-vistion{
	margin:0 auto 100px auto;
}

.proj-vistion img{
	width:100%;
	border-radius:5px;
}

.proj-vistion .proj-t{
	font-weight:bold;
	margin:10px 0;
	font-family:'ibt', sans-serif;
	font-size:24px;
	width:100%;
	text-align:center;
	opacity:0.7;
	letter-spacing:2px;
}

.proj-vistion .proj-c{
	margin-bottom:10px;
	font-size:12px;
	width:100%;
	height:100px;
	line-height:20px;
	text-align:center;
	text-overflow:ellipsis;
	overflow:hidden;
	word-break:break-all;
}

.proj-vistion .proj-t:first-letter{
	font-size:40px;
	font-family:'ibt', sans-serif;
}

.hexagon-outer-box{
	position:relative;
	width:100%;
}

.hexagon-item{
	position:absolute;
	width:150px;
}

.hexagon-conn{
	text-align:center;
	width:100%;
	margin:30% auto;
}

.hexagon-conn p:first-child{
	font-weight:bold;
	color:#fff;
	font-size:19px;
	font-family:'ibt', sans-serif;
}

.hexagon-conn p{
	color:#fff;
	font-size:12px;
}

.hexagon-inner-box{
	position:absolute;
	top:6px;
	left:5px;
	width:140px;
}

.hexagon-inner{
  position:relative;
  width:140px; 
  height:80.83px;
  background-color:#ffffff;
  margin:40.41px 0;
}

.hexagon-inner:before,
.hexagon-inner:after{
  content:"";
  position:absolute;
  width:0;
  border-left:70px solid transparent;
  border-right:70px solid transparent;
}

.hexagon-inner:before{
  bottom:100%;
  border-bottom:40.41px solid #ffffff;
}

.hexagon-inner:after{
  top:100%;
  width:0;
  border-top:40.41px solid #ffffff;
}

.hexagon-1{
  position:relative;
  width:150px; 
  height:86.60px;
  background-color:#337ab7;
  margin:43.30px 0;
}

.hexagon-1:before,
.hexagon-1:after{
  content:"";
  position:absolute;
  width:0;
  border-left:75px solid transparent;
  border-right:75px solid transparent;
}

.hexagon-1:before{
  bottom:100%;
  border-bottom:43.30px solid #337ab7;
}

.hexagon-1:after{
  top:100%;
  width:0;
  border-top:43.30px solid #337ab7;
}

.hexagon-2{
  position:relative;
  width:150px; 
  height:86.60px;
  background-color:#5cb85c;
  margin:43.30px 0;
}

.hexagon-2:before,
.hexagon-2:after{
  content:"";
  position:absolute;
  width:0;
  border-left:75px solid transparent;
  border-right:75px solid transparent;
}

.hexagon-2:before{
  bottom:100%;
  border-bottom:43.30px solid #5cb85c;
}

.hexagon-2:after{
  top:100%;
  width:0;
  border-top:43.30px solid #5cb85c;
}

.hexagon-3{
  position:relative;
  width:150px; 
  height:86.60px;
  background-color:#5bc0de;
  margin:43.30px 0;
}

.hexagon-3:before,
.hexagon-3:after{
  content:"";
  position:absolute;
  width:0;
  border-left:75px solid transparent;
  border-right:75px solid transparent;
}

.hexagon-3:before{
  bottom:100%;
  border-bottom:43.30px solid #5bc0de;
}

.hexagon-3:after{
  top:100%;
  width:0;
  border-top:43.30px solid #5bc0de;
}

.hexagon-4{
  position:relative;
  width:150px; 
  height:86.60px;
  background-color:#f0ad4e;
  margin:43.30px 0;
}

.hexagon-4:before,
.hexagon-4:after{
  content:"";
  position:absolute;
  width:0;
  border-left:75px solid transparent;
  border-right:75px solid transparent;
}

.hexagon-4:before{
  bottom:100%;
  border-bottom:43.30px solid #f0ad4e;
}

.hexagon-4:after{
  top:100%;
  width:0;
  border-top:43.30px solid #f0ad4e;
}

.hexagon-5{
  position:relative;
  width:150px; 
  height:86.60px;
  background-color:#d9534f;
  margin:43.30px 0;
}

.hexagon-5:before,
.hexagon-5:after{
  content:"";
  position:absolute;
  width:0;
  border-left:75px solid transparent;
  border-right:75px solid transparent;
}

.hexagon-5:before{
  bottom:100%;
  border-bottom:43.30px solid #d9534f;
}

.hexagon-5:after{
  top:100%;
  width:0;
  border-top:43.30px solid #d9534f;
}

/* 서브 - 사업소개 끝 */