/* ceo인사말 */

section.company_01 h3 {
    font-family: 'Noto Sans KR', sans-serif, Helvetica;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    padding-bottom: 20px;
}

section.company_01 p.text {
    line-height: 28px;
}

section.company_01 .ceo img {
    width: 400px;
    height: 400px;
}
@media (max-width: 767px) {
	section.company_01 .ceo img {
    width: 250px;
    height: 250px;
	}
}

/* Manpower */
section.company_02 .table h4 {
    font-weight: 700;
}
section.company_02 .table p {
	font-size:16px;
}
section.company_02 .table em {
	font-size:13px;
	color:#999;
}



/* 회사개요 */
.title-wrap {
    /*border-bottom: 1px #eee solid;*/
    /*padding-bottom: 30px;
        margin-bottom: 50px;*/
}

.title-wrap h2 {
    font-weight: 600;
}
.companyinfo img { width:100%}

/* 협력회사 */
section.company_04 .feature-border-box h5 {
	position:absolute;
	width:100%;
	bottom:20px;
	font-weight:700;
	line-height:24px;
}
section.company_04 .feature-border-box {
	position:relative;
	height:255px;
	padding:0;
	margin-bottom:30px
}


section.company_09 .title-wrap p {}

/* 연혁 */

section.company_09 dt {
    width: auto;
    margin-bottom: 10px;
}

section.company_09 dd {
    padding-left: 20px;
    border-left: 3px #eee solid
}

section.company_09 dt:after {
    /*    content: " / "*/
}

section.company_09 .history-left {
    text-align: center;
    /*    background: url('../../img/sub/company.jpg') 0% 20% no-repeat;*/
    height: 500px;
}

section.company_09 .history-left h2 {
    font-size: 38px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    margin-top: 0;
}

section.company_09 .history-left span {}

section.company_09 .history-left p {
    margin-top: 50px;
}

section.company_09 .history-right {
    background: url("../../img/sub/dot_back.png") 11px 0% repeat-y;
    margin-top: 10px;
}

section.company_09 .history-right ul {
    background: url(../../img/sub/dot.png) 0 2% no-repeat;
    margin-bottom: 35px;
    border-bottom: 0;
}

section.company_09 .history-right li {}

section.company_09 .history-right li.title {
    font-size: 25px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    padding-bottom: 12px;
}

section.company_09 .history-right li span.mon {
    font-weight: 600;
    color: #000000;
    content: "-";
    font-size: 12px;
}

section.company_09 .history-right li span.mon:after {
    content: " . ";
}

section.company_09 .history-right li span.mon2 {
    font-weight: 400;
    color: #2B4471;
    content: "-";
    font-size: 12px;
}

section.company_09 .history-right li span.mon2:after {
    content: " ";
}

section.company_09 .history-right ul.list-unstyled {
    border-bottom: 0 !important;
    padding-left: 40px;
}

/* 찾아오시는 길 */

section.company_10 .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

section.company_10 .embed-container iframe,
section.company_10 .embed-container object,
section.company_10 .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section .table_wrap .table {
    border-top: 2px #000 solid;
    border-bottom: 1px #ddd solid;
}

section .table_wrap caption {
    font-weight: 600;
    color: #000;
    font-size: 18px;
    padding-bottom: 15px
}

section .table_wrap .table th {
    width: 120px;
    padding-left: 18px;
}

section .table_wrap .table th,
section .table_wrap .table td {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 25px;
}

section.company_04 dl {
    padding-bottom: 0;
    margin-bottom: 15px;
}

section.company_04 dl dt {
    padding-top: 10px;
}

section.company_04 dl dd {
    padding-left: 20px;
}

section.company_04 .d-map {
    padding: 0 8px;
    background: #2c77dd;
    color: #fff;
    font-size: 11px;
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 900;
    border-radius: 2em;
}

.company_05 img,
.company_06 img,
.company_07 img,
.company_08 img { max-width:100%;}


@media (max-width: 992px) {
    section.company_01 {
        text-align: center;
    }
    section.company_01 .ceo {
        margin-bottom: 50px;
    }
    section.company_03 .history-left {
        margin-bottom: 80px;
    }
}

.feature-border-box {
	border:#eee 10px solid;
	display:block;
	padding:60px 20px;
	color:#555;
}
.feature-border-box .icon {
	display:block;
	width:60px;
	height:60px;
	/*border:#06b6ad 2px solid;
	-webkit-border-radius: 20px 0;
    -moz-border-radius: 20px 0;*/
    border-radius: 4px;
	margin: 0 auto 30px;
	background-color:#222;
	color:#fff;
	font-size:20px;
	line-height:60px;
}
.feature-border-box .title {
	font-size:20px;
	color:#222;
	font-weight:600;
	line-height:30px;
}
.feature-border-box .desc {
	color:#7e7e7e;
	font-weight:300;
	margin-top:10px;
	font-size:13px;
}
.company_07 {
	 text-align:center;
}
.company_07 .col-md-4 {
	padding-bottom:30px;
}
.company_07 .feature-border-box {
	height:280px;
}
.company_07 .feature-border-box .icon {
}
.company_07 h3 {
	text-align:left;
	font-weight:600;
	margin-top:30px;
}
.company_07 h3 i.fa {
	background-color:#000;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	display:inline-block;
	border-radius:6px;
	color:#fff;
	margin-right:10px;
}
.title-wrap h2 {
	font-weight:600;
}
.title-wrap {
	padding-top:20px;
	margin-bottom:50px;
}
.title-wrap p {
	 color:#aaa;
}
.title-wrap strong, h3 strong {
	color:#06b6ad;
}
.company_07 .col-md-11 {
	margin:0 auto;
	float:none;
	display: inline-block;
}
.company_07 .main_tit .feature-border-box {
	background-color:#eee;
}
.company_07 .main_tit .title {
	font-size:30px;
	line-height:36px;
	margin-top:30px;
	color:#999;
	font-weight:300;
}
.company_07 .main_tit .title strong {
	display:block;
	font-weight:600;
}
.company_07 .full-img {
	width:100%;
	padding:20px;
	border:#eee 1px solid;
	display:inline-block;
	margin-top:20px;
}
.company_07 .full-img img {
	width:100%;
}
.company_07 .sub_txt {
	 /*background-color:#f6f6f6;*/
	 display:block;
	 width:100%;
	 text-align:center;
	 padding:20px;
	 border:#eee 8px solid;
	 margin-bottom:30px;
}
.company_07 .col-md-12 {
	padding:0 !important;
}
.company_07 h4 {
	margin-top:30px;
	font-weight:600;
	margin-bottom:15px;
}
.company_07 li.col-md-3 {
	height:200px;
	padding:0;
	padding-left:5px;
	overflow:hidden;
}
.company_07 li.col-md-3 img {
	width:100%;
}

strong.lg { font-size:22px;}
.logo_info { padding-left:50px;}
@media (max-width: 767px) {
	.logo_info { padding-left:20px; padding-right:10px}
	.logo_info h4 { font-size:16px; letter-spacing:-1px}
	.company_06 h3 { font-size:22px}
	.company_06 .col-md-12 { padding-left:10px; padding-right:10px;}
}
.box-1 { display:inline-block; border:#CCC 1px solid; padding:10px 20px; width:90px; text-align:center}
.rbox-1 { display:inline-block; border:#CCC 1px solid; border-top: #6C9 6px solid; padding:10px 20px; width:90px; text-align:center; border-radius:6px; font-weight:700; background-color:#333; color:#fff; font-size:26px; }
.linkline {display:inline-block; border-top:#CCC 1px solid; width:50px; height:13px; margin-right:20px;}
@media (max-width: 767px) {
	.rbox-1 { width:60px; padding:10px 10px; font-size:22px; letter-spacing:0 }
	.linkline {width:30px; height:10px; margin-right:10px;}
}