@charset "utf-8";

/* 테이블스타일 */
table { width:100%; border-collapse:collapse; border-spacing:0 }
table.frame { min-width:500px; }
table.table_type01.top { margin-top:20px }
.table_type01.scrollType {
	width:var(--max-width);
}
table.table_type01 { border-top:2px solid #555; font-size:15px; }
table.table_type01 thead th { background:#f1f9ff; color:#14588c; border:1px solid #d0dee9; border-left:none; line-height:1.3; font-weight:500; padding:10px }
table.table_type01 thead th:last-child { border-right:none; }
table.table_type01 tbody th { background:#f8f8f8; color:#333; text-align:center; border:1px solid #dfdfdf; border-left:none; line-height:1.3; 
font-weight:500; padding:10px; font-size: 15px; }
table.table_type01 tfoot th { background:#f8f8f8; color:#333; text-align:center; border:1px solid #dfdfdf; border-left:none; line-height:1.3; 
font-weight:500; padding:10px; }
table.table_type01 tfoot th:last-child { border-right:none; }

table.table_type01 tbody td { border:1px solid #dfdfdf; border-right:none; text-align:center; font-weight:400; padding:10px; font-size: 14px; color:#7b7b7b; }
table.table_type01 tbody td:first-child { border-left:none; }
table.table_type01 tbody td.left { text-align:left; padding:10px 15px; vertical-align:middle }
table.table_type01.left tbody td { text-align:left; padding:10px; }
table.table_type01.forum { background:#fff; max-width:800px }
table.table_type01 input,
table.table_type01 select { height:36px }
table.table_type01 .w1 { width:150px }
table.table_type01 .guide { display:inline-block; color:#166adc; margin:5px 0 0 }
table.table_type01 .guide b { color:#e10000; margin-left:5px }
table.table_type01 .he { height:61px }
table.table_type01 .bor { border-right:1px solid #dfdfdf; }

table.table_type01 .rbg { background:#fff3f3; }

/* 조직현황 */
table.table_type01.res { min-width:auto }

/* 견적문의 */
table.table_type01 textarea {
	width:100%;
	height:200px;
	border:1px solid #ddd;
	margin-top:10px;
}
.join_g_box { margin-top:10px; }

@media screen and (max-width:1040px) {
	table.table_type01 { font-size:13px; }
}

@media (max-width: 768px) {
	
	.table_box { overflow-x:scroll; }

	table.table_type01.res tbody td.left { padding:10px; }
	table.table_type01.res thead th:first-child { width:30px; text-align:center; }
	table.table_type01.res thead th:nth-child(2) { border-right:none; }
	table.table_type01.res thead th:nth-child(3),
	table.table_type01.res thead th:nth-child(4),
	table.table_type01.res thead th:nth-child(5) { display:none; }

	table.table_type01.res tbody tr th,
	table.table_type01.res tbody tr { border-bottom:1px solid #999 }
	table.table_type01.res tbody th { display:table-cell; text-align:center; }
	table.table_type01.res tbody td:first-child { display:table-cell; text-align:center; }
	table.table_type01.res tbody td:nth-child(2),
	table.table_type01.res tbody td.bor { border-top:none; }
	table.table_type01.res tbody td:last-child { border-bottom:none; }

	table.table_type01.res tbody td { border-left:none; border-bottom:none; width:auto; display:block; text-align:left; height:auto; border-right: 0;}
	table.table_type01.res tbody td::after{ content:''; display:block; clear:both; }

	table.table_type01.res tbody td:before { font-weight:500; color:#555; }
	table.table_type01.res tbody td:nth-child(2):before,
	table.table_type01.res tbody td:nth-child(3):before,
	table.table_type01.res tbody td:nth-child(4):before,
	table.table_type01.res tbody td:nth-child(5):before { border-right:none }

	/* 조직현황 */
	table.table_type01.res thead th:nth-child(2) span { display:none; }
	table.table_type01.res thead th:nth-child(2):before { content:"정보" }

	table.table_type01.res tbody td:nth-child(2):before { content:"이름 : " }
	table.table_type01.res tbody td:nth-child(3):before { content:"주요업무 : "; display:block;}
	table.table_type01.res tbody td:nth-child(4):before { content:"연락처 : " }
	table.table_type01.res tbody td:nth-child(5):before { content:"이메일 : " }

	table.table_type01.res tr.team td:nth-child(3):before { content:"이름 : "; display:inline; }
	table.table_type01.res tr.team td:nth-child(4):before { content:"주요업무 : "; display:block; }
	table.table_type01.res tr.team td:nth-child(5):before { content:"연락처 : " }
	table.table_type01.res tr.team td:nth-child(6):before { content:"이메일 : " }

	table.table_type01 .w1 { width:100px; padding:10px 0 }

	
	table.table_type01 textarea {
		height:120px;
	}
}

/* 인사말 */
.contents_img img {
	max-width:100%;
	width:100%
}
.contents_img p {
	background:#144fba;
	color:#fff;
	padding:5px 0;
	text-align:center
}
.greeting_tit {
	background:#f7f7f7;
	padding-top:30px;
	text-align:center
}
.greeting_tit h3 {
	font-size:30px;
	font-weight:600;
	padding:0 20px 20px;
}
.greeting_tit h3 span {
	color:#ed6d00;
}
.greeting_tit h4 {
	font-size:150px;
	line-height:0.8;
	letter-spacing:-3px;
	color:#e2e2e2;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
.greeting_con {
	line-height:30px;
	margin-top:50px;
	font-size:17px;
	color:#333;
	display: flex;
	justify-content: space-between;
	overflow:hidden;
}
.greeting_con .img {
	width: 270px;
}
.greeting_con .img img {
	width: 100%;
}
.greetingTxt {
	width: calc(100% - 320px);
}
.greeting_con .sign {
	margin-top: 50px;
	text-align:right;
}


/* CI/BI */
.ci_box {
	padding: 50px 0;
	margin-bottom: 50px;
	background: url('/images/contents/cau_ciImg_01.jpg');
	display: flex;
	justify-content: center;
	gap: 100px;
}
.ciColor_box {
	display: flex;
	justify-content: space-between;
	gap: 50px;
}
.ciEngKo {
	width: 50%;
	padding: 50px 0;
	background-color: #C3DBD7;
	text-align: center;
}

@media screen and (max-width:750px) { 
	.ci_box {
		margin-bottom: 30px;
		gap: 50px;
	}
	.ci_box img {
		max-width: 30%;
	}
	.ciColor_box {
		flex-direction: column;
		gap: 30px;
	}
	.ciEngKo {
		width: 100%;
	}

}



/* 비전과 미션 */
.mission_img {
 padding:70px 20px;
 background:#f7f7f7;
 text-align:center;
}
.mission_img img {
	max-width:100%
}



/* 조직도 */
.about_img {
	width:70%;
	margin:0 auto;
	text-align:center;
}
.about_img img {
	max-width:100%;
	margin:50px auto;
}


@media (max-width:1200px) {
	.greeting_tit h3 {
		font-size:26px;
	}
	.greeting_tit h4 {
		font-size:100px;
	}
	.about_img {
		width:90%;
	}
}
@media (max-width:1040px) {
	.greeting_tit {
		padding-top:30px;
	}
	.greeting_tit h3 {
		font-size:20px;
	}
	.greeting_tit h4 {
		font-size:80px;
	}
	.greeting_con {
		font-size:15px;
		line-height:24px;
	}
	.greeting_con .img {
		width:180px;
	}
	.greeting_con .sign img {
		width:160px
	}
	.greetingTxt {
		width: calc(100% - 200px);
	}
	.about_img {
		width:100%;
	}
}
@media (max-width:765px) {
	.greeting_tit h4 {
		font-size:40px;
	}
	.greeting_con {
		font-size:13px;
		line-height:21px;
	}
	.greeting_con {
		flex-direction: column;
	}
	.greeting_con .img {
		display: none;
	}
	
	.greetingTxt {
		width: 100%;
	}
}

@media (max-width:380px) {
	.greeting_con {
		margin-top:30px;
	}
	.greeting_con .img {
		width:100px;
		margin:0 10px 10px 0;
	}
	.greeting_con .sign {
		margin-top:30px;
	}
	.greeting_con .sign img {
		width:200px
	}
}



/* 오시는길 */
#map { width:100%; height:450px }
.location_wrap { 
	padding:30px;
	background-color:#eef2f9;
}
.location_wrap h3 {
	line-height:1.7;
	font-weight:400;
	color:#000;
}
.location_wrap h4 {
	line-height:1.7;
	font-weight:400;
	color:#000;
	font-size:16px;
	border-top:1px dashed #ddd;
	margin-top:30px;
	padding-top:30px;
}
.location_wrap h4:first-child {
	border-top:0;
	margin-top:0px;
	padding-top:0px;
}
.location_wrap ul{
	padding-left: 18px;
    position: relative;
}
.location_wrap ul li {
	line-height:2;
}
.location_wrap ul li:before {
	/* content:"▸"; */
	position: absolute;
    left: 0px;
	content: url("/images/contents/maps_icon.png");
	margin-top: 3px;
}
ion-icon {
  font-size: 17px;
  vertical-align: sub;
}

@media (max-width:480px) {
	#map { width:100%; height:200px }
	.map_tit { font-size:13px }
	.location_wrap { padding:20px; }
	.location_wrap h3 { font-size:13px; }
	.location_wrap h4 { font-size:12px; }
}

/*  */
.step_info_box { max-width:700px; margin:30px auto; background:url('../images/contents/step_info_line.gif') repeat-y 50% 0; }
.step_info_box li.lbox { overflow:hidden; padding-top:20px; font-size:15px; width:100%; text-align:left;
background:url('../images/contents/step_info_dot.png') no-repeat center 50px }
.step_info_box li.lbox:first-child { padding-bottom:35px; background:url('../images/contents/step_info_dot_f.png') no-repeat center 42px }

.step_info_box li.lbox dl { float:left; width:calc(50% - 10px); }
.step_info_box li.lbox:first-child dl { width:calc(50% - 17px); }
.step_info_box li.lbox dl dt { width:100%; font-size:20px; line-height:30px; font-weight:700; color:#166adc; 
border-bottom:1px solid #dcdcdc; padding-bottom:10px; margin-bottom:10px;}
.step_info_box li.lbox dl dd { overflow:hidden; margin-bottom:5px; }

.step_info_box li.rbox {overflow:hidden; font-size:15px; width:100%; text-align:left;
background:url('../images/contents/step_info_dot.png') no-repeat center 30px}
.step_info_box li.rbox:last-child { padding:10px 0 7px; background:url('../images/contents/step_info_dot_f.png') no-repeat center 32px }
.step_info_box li.rbox dl { float:right; width:calc(50% - 8px); }
.step_info_box li.rbox:last-child dl { width:calc(50% - 16px); }
.step_info_box li.rbox dl dt { width:100%; font-size:20px; line-height:30px; font-weight:700; color:#166adc; margin-left:1px;
border-bottom:1px solid #dcdcdc; padding:0 0 10px 40px; margin-bottom:10px;}
.step_info_box li.rbox dl dd { overflow:hidden; padding-left:40px; margin-bottom: 5px;}

@media (max-width:765px) {

.step_info_box li.lbox dl dt { font-size:18px; line-height:24px; }
.step_info_box li.lbox dl dd { font-size:13px; }
.step_info_box li.lbox { background:url('../images/contents/step_info_dot.png') no-repeat center 44px }
.step_info_box li.lbox:first-child { background:url('../images/contents/step_info_dot_f.png') no-repeat center 36px }

.step_info_box li.rbox dl dt { font-size:18px; line-height:24px; padding-left:30px; }
.step_info_box li.rbox dl dd { font-size:13px; padding-left:30px; }
.step_info_box li.rbox { background:url('../images/contents/step_info_dot.png') no-repeat center 26px }
.step_info_box li.rbox:last-child { background:url('../images/contents/step_info_dot_f.png') no-repeat center 26px }

}

@media (max-width:480px) {

.step_info_box { background:url('../images/contents/step_info_line.gif') repeat-y 15px 0; }

.step_info_box li.lbox { padding-top:40px; font-size:13px; background:url('../images/contents/step_info_dot.png') no-repeat 5px 64px }
.step_info_box li.lbox:first-child { padding-top:20px; padding-bottom:7px; background:url('../images/contents/step_info_dot_f.png') no-repeat 0 34px }
.step_info_box li.lbox dl { float:right; width:calc(100% - 21px); text-align:left; }
.step_info_box li.lbox:first-child dl { width:calc(100% - 33px);  }
.step_info_box li.lbox dl dt { width:100%; font-size:16px; line-height:21px; padding-left:20px; margin-bottom:10px;}
.step_info_box li.lbox dl dd { overflow:hidden; padding-left:20px; }

.step_info_box li.rbox { padding-top:40px; font-size:13px; background:url('../images/contents/step_info_dot.png') no-repeat 5px 64px}
.step_info_box li.rbox:last-child { padding-top:38px; padding-bottom:7px; background:url('../images/contents/step_info_dot_f.png') no-repeat 0 52px }
.step_info_box li.rbox dl { float:right; width:calc(100% - 23px); text-align:left; }
.step_info_box li.rbox:last-child dl { width:calc(100% - 30px); }
.step_info_box li.rbox dl dt { font-size:16px; line-height:21px; padding-left:20px; margin-bottom:10px;}
.step_info_box li.rbox:last-child dl dt { padding-left:7px; }
.step_info_box li.rbox dl dd { overflow:hidden; padding-left:20px; }

}

/* 갤러리 목록 */
.detail_product {
	margin:20px auto;
}
.detail_product h2 {
	padding-bottom:20px;
}
.detail_product h2 span {
	color:#ff5900;
}
.detail_product h2 i {
	font-style:normal;
	font-weight:normal;
	font-size:14px;
	color:#666;
	vertical-align:middle;
	padding-left:20px;
}
.detail_product ul {
	overflow:hidden;
}
.detail_product ul li {
	float:left;
	width:23.5%;
	margin-right:2%;
	margin-bottom:50px;
	background:#fff;
	position:relative;
}
.detail_product ul li:after {
	clear:both; content:''
}
.detail_product ul li:nth-child(4n) {
	margin-right:0;
}
.detail_product ul li .photo { position:relative; width:100%; padding-top:138%; text-align:center; overflow:hidden; border:1px solid #e8e8e8; }
.detail_product ul li .photo .img { 
	width:100%; height:100%;
	position:absolute; top:50%; left:50%;
	-webkit-transform:translate(-50%, -50%) !important;
	-moz-transform:translate(-50%, -50%) !important;
	-ms-transform:translate(-50%, -50%) !important;
	transform:translate(-50%, -50%) !important; 
}
.detail_product ul li .photo img {
	width:100%; 
	box-sizing:border-box;
	-webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1); 
    -o-transform:scale(1);  
    transform:scale(1);
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -ms-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
	opacity:1;
}
.detail_product ul li a:hover .photo img {
	-webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);   
    -o-transform:scale(1.1);
    transform:scale(1.1);
	opacity:0.7;
}


/* 게시판 갤러리 높이 */
.detail_product.he ul li .photo { padding-top:65%; }

/* 게시판 제목 */
.detail_product ul li a.txt_box { display:block; width:100%; margin:0 auto; }
.detail_product ul li a.txt_box .tit { width:100%; padding:10px 0 0; height:70px; vertical-align:middle;}
.detail_product ul li a.txt_box .tit .tit_inner { width:100%; height:100%; vertical-align:middle;}
.detail_product ul li a.txt_box .tit .tit_inner em { 
	display:block; 
	font-size:14px;
	color:#666;
	font-weight:400;
	padding-top:5px;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
	font-style:normal
}
.detail_product ul li a.txt_box .tit .tit_inner b {
	display:block;
	margin-top:10px;
	font-size:21px;
	line-height:1.3;
	color:#000;
	font-weight:500;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}

.detail_product ul li a.txt_box .txt { 
	height:61px; 
	padding:10px; 
	background:#f5f5f5;
}
.detail_product ul li a.txt_box .txt dl { 
	display:table; 
	table-layout:fixed; 
	width:100%; 
	margin-top:9px;
}
.detail_product ul li a.txt_box .txt dl:first-child { margin-top:0; }
.detail_product ul li a.txt_box .txt dl dt { 
	display:table-cell; 
	width:34px; 
	padding-right:7px;
	font-size:14px;
	line-height:1.2;
	font-weight:300;
	color:#606060;
	border-right:1px solid #cacbcc;
	-ms-word-break:keep-all;
	word-break:keep-all;
}
.detail_product ul li a.txt_box .txt dl dd { 
	display:table-cell; 
	padding-left:7px;
	font-size:14px;
	line-height:1.2;
	font-weight:300;
	color:#606060;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
.detail_product ul li a.txt_box .date { 
	font-size:14px;
	color:#606060;
}


@media screen and (max-width:1040px) {
	.detail_product ul li {
		width:30.6%;
		margin-right:4%;
	}
	.detail_product ul li:nth-child(3n) {
		margin-right:0;
	}
	.detail_product ul li:nth-child(4n) {
		margin-right:4%;
	}
	.detail_product ul li a.txt_box .tit .tit_inner em { 
		font-size:15px;
	}
	.detail_product ul li a.txt_box .tit .tit_inner b {
		font-size:18px;
	}
}

@media screen and (max-width:765px) {
	.detail_product ul li {
		width:48.6%;
		margin-right:2.8%;
	}
	.detail_product ul li:nth-child(2n) {
		margin-right:0;
	}
	.detail_product ul li:nth-child(3n) {
		margin-right:2.8%;
	}
	.detail_product ul li:nth-child(6n) {
		margin-right:0;
	}

	.detail_product ul li a.txt_box .tit { 
		height:60px;
	}
	.detail_product ul li a.txt_box .txt { 
		margin-top:30px;
	}
	.detail_product ul li a.txt_box .tit .tit_inner em { 
		font-size:13px;
	}
	.detail_product ul li a.txt_box .tit .tit_inner b {
		font-size:16px;
	}
	.detail_product ul li a.txt_box .txt dl dt, .detail_product ul li a.txt_box .txt dl dd {
		font-size:13px;
	}
}

/* 검색결과 */
.saerch {
}
.saerch h3 {
	text-align:center;
	padding:20px 0;
	color:#000;
	font-size:24px;
	margin-bottom:20px;
}
.saerch h3 b {
	color:#fff;
	padding:3px 10px;
	background:#f42d2d;
	border-radius:10px;
	display:inline-block;
}
.saerch h3 i {
	padding:0 10px;
}
.saerch h3 span {
	padding:0 10px;
	border-bottom:4px solid #ddd;
	display:inline-block;
}

.saerch h4 {
	color:#000;
	font-size:19px;
	padding-bottom:10px;
}
.saerch ul {
	margin-bottom:30px;
}
.saerch ul:after {
	content:'';
	display:block;
	clear:both
}
.saerch li {
	padding:15px;
	border-bottom:1px solid #ddd;
}
.saerch li b {
	color:#fff;
	padding:1px 10px;
	margin-right:5px;
	background:#193586;
	border-radius:15px;
	display:inline-block;
}
.saerch h5 {
	color:#333;
	font-size:16px;
	padding-bottom:10px;
}
.saerch li p {
	color:#777;
	font-size:14px;
}
.saerch li a {
	line-height:25px;
	word-break:keep-all;
	display:block;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.saerch .txt_more { margin-top:13px; float:right; display:inline-block; font-size:14px; 
padding:0 15px; border:1px solid #ccc; height:30px; line-height:30px; border-radius:30px; }
.saerch .txt_more i {color:#193586}
.saerch .txt_more span { padding-left:10px; color:#000}
.saerch .txt_more:hover { background:#193586; border:1px solid #193586; }
.saerch .txt_more:hover span { color:#fff }
.saerch .txt_more:hover i {color:#fff}

.noneSearch {
	text-align:center;
	padding:10px 0;
}
.noneData {
	text-align:center;
	padding:100px 0;
}
@media screen and (max-width:480px) {
	.saerch li { padding:10px 0; }
	.saerch .txt_more { float:none; display:block; width:160px; font-size:13px; margin:10px auto; padding:0 10px; }
	.saerch h5 { font-size:13px; }
}

/* 재무정보 */
.botom_end { clear:both }
.date_1 { float:left; width:45%; }
.date_1 > .row { overflow:hidden; }
.date_1 > .row h3 { float:left; padding:10px 0; font-size:16px }
.date_1 > .row > .row0 { float:right; width:45%; overflow:hidden; }
.date_1 > .row > .row0 > .arrow_1 { float:left; display:block; width:100px; height:70px; background:#fff; background-position:0 5px;}
.date_1 > .row > .row0 > span{ line-height:50px; font-size:40px; font-weight:bold; color:#000;}

.date_1 > .row  > .row1:first-child { border-top:2px solid #ccc; }
.date_1 > .row  > .row1 { overflow:hidden; height:62px; border-bottom:1px solid #dfdfdf; }
.date_1 > .row  > .row1 > .row_i { float:left; width:50px; height:25px; margin-top:20px; background-size:70%;}
.date_1 > .row  > .row1 .text1 { float:left; width:100px; line-height:62px;}  
.date_1 > .row  > .row1 .text2 { float:left; line-height:62px; font-weight:bold; color:#000; font-size:16px; }

.date_2 { float:right; overflow:hidden; width:50%; height:200px; border:1px solid #dcdcdc; padding:15px }
.date_2 > .kospi { float:left; width:50%; height:170px; text-align:center; border-right:1px solid #dfdfdf;}
.date_2 > .kospi > .kd { font-size:18px; padding:10px; font-weight:bold; font-size:20px; color:#000;}
.date_2 > .kospi > span { display:block; font-size:16px; text-align:center; font-weight:bold;}
.date_2 > .kospi > .arrow { width:140px; height:100px; margin:0 auto; }

.date_2 > .kospi1 { float:left; width:50%; text-align:center; height:170px; }
.date_2 > .kospi1 > .kd1 { font-size:18px; padding:10px; font-weight:bold; font-size:20px; color:#000;}
.date_2 > .kospi1 > span { display:block; font-size:16px; text-align:center; font-weight:bold;}
.date_2 > .kospi1 > .arrow1 { width:140px; height:100px; margin:0 auto; }

.date_3 { margin-top:30px }
.board02 { border-top:2px solid #555; border-bottom:1px solid #555;}
.board02 > thead > .table_top > th { padding:10px; border-bottom:1px solid #dfdfdf; border-left:1px solid #dfdfdf; 
font-size:17px; background:#f8f8f8; color:#000;} 
.board02 > thead > .table_top > th:first-child { border-left:none; }
.board02 > tbody > .border_bt > td { text-align:right; padding:10px; border-bottom:2px solid #555; border-left:1px solid #dfdfdf; 
font-size:17px; color:#000; font-weight:bold;}
.board02 > tbody > .border_bt > td:first-child { border-left:none; }

.date_4 { float:left; width:49%; margin-top:30px  }
.date_5 { float:right; width:49%; margin-top:30px }

.board03 { width:100%; border-top:2px solid #555; border-bottom: 1px solid #555; }
.board03 > thead > .table_top > th {background:#f8f8f8;color:#000; font-size:15px; padding:10px; border-bottom: 1px solid #dfdfdf;}
.board03 > tbody > .border_bt > td { text-align:left; padding:10px;}
.board03 > tbody > .border_bt > td:first-child{border-left:none;}
.board03 > tbody > .border_bt > td:nth-child(2) { border-left: 1px solid #dfdfdf; text-align:right; padding-right:12px;}
.board03 > tbody > .border_bt > td:nth-child(3) { border-left: 1px solid #dfdfdf;}
.board03 > tbody > .border_bt > td:nth-child(4) { border-left: 1px solid #dfdfdf;text-align:right;padding-right:12px;}
.board03 > tbody > .border_bt { border-top: 1px solid #dfdfdf;}

.board04 { border-top:2px solid #555; border-bottom: 1px solid #555; }
.board04 > thead > .table_top > th {background:#f8f8f8; color:#000; font-size:15px; }
.board04 > thead > .table_top > th {padding:10px; border-bottom:1px solid #dfdfdf; border-left:1px solid #dfdfdf;}
.board04 > thead > .table_top > th:first-child{border-left:none;}
.board04 > tbody > .border_bt > td { border-left:1px solid #dfdfdf; text-align:right; padding:10px; border-bottom:1px solid #dfdfdf;}
.board04 > tbody > .border_bt > td:first-child{border-left:none;}

@media screen and (max-width:1040px) {
	.date_1 > .row h3 { float:none; padding:0; font-size:14px }
	.date_1 > .row > .row0 { float:none; width:100% }
	.date_1 > .row  > .row1 { height:52px; }
	.date_1 > .row  > .row1 .text1,
	.date_1 > .row  > .row1 .text2 { line-height:52px; }  
	.board02 > thead > .table_top > th, .board02 > tbody > .border_bt > td { font-size:15px }
	.board03, .board04, .board03 > thead > .table_top > th, .board04 > thead > .table_top > th { font-size:14px }
	.date_1 { width:40% }
	.date_2 { width:55% }
	.date_2 > .kospi > .arrow,
	.date_2 > .kospi1 > .arrow1 { width:100px; height:70px; margin:0 auto; }
}

@media screen and (max-width:600px) {
	.date_1 > .row h3 { float:none; padding:0 0 5px; font-size:14px }
	.date_1 > .row > .row0 { float:none; }
	.date_1 > .row > .row0 > .arrow_1 { width:70px; height:50px; }
	.date_1 > .row > .row0 > span{ line-height:40px; font-size:30px; }
	.date_1 > .row  > .row1 { height:52px; }
	.date_1 > .row  > .row1 .text1,
	.date_1 > .row  > .row1 .text2 { line-height:52px; }  
	.board02 > thead > .table_top > th, .board02 > tbody > .border_bt > td { font-size:14px }
	.board03, .board04, .board03 > thead > .table_top > th, .board04 > thead > .table_top > th { font-size:13px }
	
	.date_1, .date_2 { float:none; width:100% }
	.date_2 { margin-top:20px; height:150px }
	.date_2 > .kospi,  .date_2 > .kospi1 { height:120px }
	.date_2 > .kospi > .arrow,
	.date_2 > .kospi1 > .arrow1 { width:100px; height:70px; margin:0 auto; }

	.date_3 { margin-top:20px }
	.date_4,
	.date_5 { float:none; width:100%; margin-top:20px }
	.date_2 > .kospi > .arrow,
	.date_2 > .kospi1 > .arrow1 { width:70px; height:50px; }
	.date_2 > .kospi > span, .date_2 > .kospi1 > span { font-size:14px; }
}

.view_bx .gtb01{
	width:100%;
}
.view_bx .gtb01{
	border-top:2px solid #555;
}
.view_bx .gtb01 th,
.view_bx .gtb01 td{
	line-height:40px;
	background:#f8f8f8;
	border-bottom:1px solid #e2e2e2;
}
.view_bx .gtb01 td{
	background:#fff;
	border-left:1px solid #e2e2e2;
	padding-left:30px;
}
.view_bx .text_bx{
	padding:20px;
}
.view_bx .text_bx img{
	max-width:95%;
}

.dotList li {
	line-height: 1.6;
    padding-bottom: 12px;
    padding-left: 10px;
    position: relative;
}
.dotList li:before {
	content: "·";
    font-size: 20px;
    padding-right: 5px;
    position: absolute;
    left: 0;
    top: -3px;
}
.dotList li b {
	color:#000;
}

.giude_box {
	margin-top:20px;
	text-align:center;
	padding:20px;
	border:1px solid #ddd;
	color:#000;
	background-color:#efefef;
	font-size:15px;
}

.stxt {
	padding-top:15px;
	text-align:center;
	font-size:18px; 
	line-height:1.4; 
	font-weight:500; 
	color:#000
}
.hasImg ul, .hasImg2 ul {
	overflow:hidden;
}
.hasImg2 ul {
	margin-top:20px;
}
.hasImg ul li {
	width:49%;
	text-align:center;
	padding:20px 0;
	margin-bottom:2%;
	border:1px solid #ddd;
	float:left;
	position:relative
}
.hasImg ul li.w_full {
	width:100%;
	margin:0 0 20px;
	height:auto;
}
.hasImg ul li img {
	width:calc(100% - 40px);
}
.hasImg2 ul li {
	width:49%;
	text-align:center;
	padding:20px 0;
	margin-bottom:2%;
	border:1px solid #ddd;
	float:left;
	position:relative
}
.hasImg2 ul li.w4 {
	width:45%
}
.hasImg2 ul li.w6 {
	width:53%
}
.hasImg2.full ul li {
	padding:0;
}
.hasImg2.full ul li img {
	width:100%;
}

.hasImg ul li:nth-child(2n+1),
.hasImg2 ul li:nth-child(2n+1) {
	margin-right:2%;
}
.hasImg ul li p {
	position:absolute;
	bottom:0;
	width:100%;
	background:#144fba;
	color:#fff;
	padding:5px 0;
}
.hasImg2 ul li p {
	position:absolute;
	bottom:0;
	width:100%;
	background:#f5f5f5;
	color:#000;
	padding:5px 0;
}
.hasImg ul li.w100p {
	width:100%;
	height:auto;
	line-height:4;
	padding:0;
	font-size:20px;
	color:#000;
	background-color:#efefef;
	margin-top:20px;
}
.hasImg ul li.w100p br {
	display:none
}
.hasImg ul li.w100p i {
	padding:0 30px;
}

@media screen and (max-width:1200px) {
	.hasImg ul li img {
		max-width:100%;
	}
	.hasImg2 ul li img {
		max-width:90%;
	}
	.hasImg2.full ul li img {
		max-width:100%;
	}
}
@media screen and (max-width:1040px) {
	.stxt { font-size:16px; }
	.hasImg ul li.w100p {
		font-size:16px;
	}
	.hasImg ul li.w100p i {
		padding:0 10px;
	}
}
@media screen and (max-width:765px) {
	.giude_box {
		margin-top:10px;
		font-size:13px;
	}
	.hasImg ul li,
	.hasImg2 ul li {
		float:none;
		width:100%;
	}
	.hasImg2 ul li.w4 { float:left; width:45% }
	.hasImg2 ul li.w6 { float:right; width:53% }
	.hasImg ul li:nth-child(2n+1),
	.hasImg2 ul li:nth-child(2n+1) {
		margin-right:0;
	}
	.hasImg ul li.w100p {
		padding:10px 0;
		font-size:14px;
		line-height:24px;
	}
	.hasImg ul li.w100p br {
		display:block
	}
	.hasImg ul li.w100p i {
		padding:0;
	}
}
@media screen and (max-width:480px) {
	.stxt { font-size:15px; }
	.hasImg2 ul li.w4, .hasImg2 ul li.w6 { float:none; margin-bottom:3%; width:100%; }
}
@media screen and (max-width:380px) {
	.stxt { font-size:14px; }
}

.img_box {
	overflow:hidden;
	margin-top:20px;
	padding:30px 20px;
	border:1px solid #ddd;
	text-align:center
}
.img_box img {
	max-width:100%
}
.img_box.img2 img {
	max-width:700px
}
.img_box.img3 img {
	max-width:800px
}

.img_txt_box {
	overflow:hidden
}
.img_txt_box .f_left {
	float:left;
	width:50%;
}
.img_txt_box .f_left2 {
	float:left;
	width:65%;
}
.img_txt_box .img_box.f_rig {
	float:right;
	width:40%;
	margin-top:0;
	padding:0
}
.img_txt_box .img_box.f_rig2 {
	float:right;
	width:30%;
	margin-top:0;
	padding:0
}


.stepImg_box {
}
.stepImg_box2 {
	margin-top:20px;
	padding:20px;
	border:1px solid #ddd;
}
.stepImg {
	width: 100%;
	margin-top:10px;
	margin-bottom: 30px;
	display:inline-flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.stepImg .step {
	width:42%;
	height:300px;
	padding:30px;
	border:1px solid #ddd;
	background:#efefef;
	margin-bottom:30px;
}
.stepImg .step.nth2 {
	border:2px solid #1c48af;
}
.stepImg .step.nth3 {
	height:330px;
	border:2px solid #01b797;
	background:#fff;
}
.stepImg .step.last {
	height:330px;
	border:0;
	background:url('/images/contents/rg_model_02.png') no-repeat center bottom;
	background-size:cover;
	border:2px solid #000;
}
.stepImg .step .year {
	padding-bottom:5px;
	color:#222b42;
}
.stepImg .step h3 {
	line-height:1.2;
}
.stepImg .step h3.pointTit {
	padding-bottom:15px;
	color:#166adc;
	font-size:24px;
    font-family: 'GmarketSansBold';
}
.stepImg .step.nth3 h3.pointTit {
	color:#01b797;
}
.stepImg .step.last h3.pointTit {
	color:#f75110;
}
.stepImg .step h3.pointTit-l {
	color:#fff;
	background-color:#f75110;
	padding: 3px 10px 1px;
	display:inline-block;
}
.stepImg .arrow {
	width:20px;
	line-height:300px;
	text-align:center;
	font-size:30px;
	color:#235395;
}

.stepImg .step2 {
	width:49%;
	height:220px;
	padding:15px 10px;
	border:1px solid #ddd;
	float:left;
}
.stepImg .step2:last-child {
	float:right;
}

.stepImg .step3 {
	width:32%;
	margin-right:2%;
	padding: 20px 20px 0 20px;
	border:1px solid #ddd;
	float:left;
	position:relative
}
.stepImg .step3:last-child {
	margin-right:0;
}
.stepImg .step3.w {
	height:auto;
	padding:0 0 13px;
}
.stepImg .step3 h5 {
	font-size:16px;
	text-align:center;
	color:#000;
	padding-bottom:20px;
}
.stepImg .step3 p {
	border: 2px solid #ed6d00;
	color: #ed6d00;
	padding: 10px 0 8px;
	margin-bottom: 20px;
	font-size: 18px;
	text-align:center;
}
.stepImg .step3 .img {
	text-align:center
}
.stepImg .step3 .img img {
	width:100%
}
.stepImg .step3.w .img img {
	width:100%
}

.stepImg .arrow .fa-arrow-down {
	display:none;
}
.dotList2 li {
	padding-bottom:5px;
}
.dotList2 li:before {
	content:"·";
	font-size:20px;
	color:#235395;
	padding-right:5px;
}

.stepImg .img { overflow:hidden; margin-bottom:20px }

@media screen and (max-width:1240px) {
	.stepImg .step3.w {
		height:262px;
	}	
	.stepImg .step.nth3 {
		height:350px;
	}
	.stepImg .step.last {
		height:350px;
	}
}
@media screen and (max-width:1040px) {
	
	.stepImg .step, .stepImg .step2 {
		float:none;
		width:100%;
		height:auto;
	}
	
	.stepImg .step.nth3 {
		height:auto;
	}
	.stepImg .step.last {
	}
	.dotList2 li {
	}
	.dotList li,
	.dotList2 li {
		font-size:13px
	}

	.stepImg .arrow {
		float:none;
		width:100%;
		font-size:20px;
		text-align:center;
		height:30px;
		line-height:auto;
		padding-top:5px;
		margin-bottom:20px;
	}
	.stepImg .arrow .fa-arrow-right {
		display:none;
	}
	.stepImg .arrow .fa-arrow-down {
		display:block;
	}

}
@media screen and (max-width:765px) {
	
	.img_box img {
		max-width:100%;
	}
	.img_box.img2 img, .img_box.img3 img {
		max-width:100%;
	}
	.img_txt_box .f_left, .img_txt_box .f_left2 {
		float:none;
		width:auto;
	}
	.img_txt_box .img_box.f_rig, .img_txt_box .img_box.f_rig2 {
		float:none;
		width:auto;
		margin-top:20px;
	}



}

@media screen and (max-width:520px) {
	.stepImg .step2:last-child {
		margin-top:20px;
	}

	.stepImg .step3 {
		float:none;
		width:100%;
		margin-right:0%;
		margin-top:10px;
		height:auto;
	}
	.stepImg .step3 p,
	.stepImg .step3 p.line {
		height:50px;
		line-height:50px;
		padding:0 10px;
		font-size:13px;
	}

}


.businessTitle {
	text-align: center;	
}
.businessTitle h2 {
	line-height: 3;
    font-family: 'GmarketSansBold';
	font-size: 30px;
	color: #ed5400;
}
.businessTitle h3 {
	line-height: 4;
	font-size: 20px;	
	background-color: #fef8f2;
	color: #000;
}

@media screen and (max-width:750px) {
	.businessTitle h2 {
		line-height: 1.5;
		font-size: 20px;
		padding-bottom: 10px;
	}
	.businessTitle h3 {
		line-height: 3;
		font-size: 16px;
	}

}



.collagen_wrap { overflow:hidden; margin-top:20px; border:1px solid #dcdcdc; padding:30px 20px }
.collagen_img { float:left; position:relative; width:13.2%; margin-right:1.2%; padding-top:30px; }
.collagen_img:nth-child(2n+1) { margin-top:30px; padding-bottom:30px; }
.collagen_img:last-child { margin-right:0 }

.collagen_img .c_box { border:2px solid #dcdcdc; }
.collagen_img .img img { width:100% }
.collagen_img .logo { height:100px; line-height:100px; text-align:center }
.collagen_img .logo img { max-width:100% }

.collagen_img .tit { width:100%; text-align:center; color:#000; font-size:14px }
.collagen_img:nth-child(2n+1) .tit { position:absolute; bottom:0; left:0; }
.collagen_img:nth-child(2n) .tit { position:absolute; top:0; left:0; }

@media screen and (max-width:1040px) {
	.collagen_img .tit { font-size:13px; }
	.collagen_img .logo img { max-width:90% }
}

@media screen and (max-width:870px) {
	.collagen_img { width:24%; padding-top:0; margin-bottom:30px; }
	.collagen_img:nth-child(5) { clear:both; margin-left:12% }
	.collagen_img:nth-child(4) { margin-right:0 }
	.collagen_img:nth-child(2n) { padding-bottom:30px; }
	.collagen_img:nth-child(2n+1) { margin-top:0; }
	.collagen_img:nth-child(2n) .tit { position:absolute; top:auto; bottom:0; }
}
@media screen and (max-width:520px) {
	.collagen_img { width:49%; margin-right:2% }
	.collagen_img:nth-child(2n) { margin-right:0 }
	.collagen_img:nth-child(5) { float:left; margin-left:0 }
}

.graph_wrap { overflow:hidden; margin-top:20px }
.graph_wrap h5 { font-size:16px; color:#000; padding-bottom:20px; text-align:center }
.graph_img { float:left; width:40%; }
.graph_img .frame { padding:52px 20px; border:1px solid #dcdcdc; }
.graph_table { float:right; width:58%; overflow:hidden }
.graph_table table { min-width:100% !important; width:100%; font-size:13px; line-height:1.2 }
.graph_table thead th,
.graph_table tbody th,
.graph_table tbody td { padding:3px }
.graph_table .bar { text-align:right; margin-top:10px; font-size:13px }
.graph_table .bar span { display:inline-block; vertical-align:middle; margin-right:10px; width:15px; height:15px; background:#f3dddd; }

@media screen and (max-width:1240px) {
	.graph_img { float:none; width:49%; }
	.graph_table { float:none; width:100%; margin-top:20px }
	.graph_table table { font-size:15px; line-height:1.3 }
}
@media screen and (max-width:1040px) {
	.graph_img,
	.graph_table { float:none; width:100%; }
	.graph_table table { font-size:13px; }
}

/* 회사소개 및 인사말 */
.ceoHello {
	background-color:#f6f6f6;
	padding:100px;
	text-align:center;
	color:#777;
	margin-top:50px;
}
.ceoHello h3 {
	padding-bottom:30px;
}
.justify {
	text-align:justify;
}

/* 경영진 SAB */
.sab {
	width:100%;
	display:inline-flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.sabBox {
	width:48.5%;
	border:1px solid #ddd;
	padding:40px 50px;
	margin-bottom:40px;
} 
.sabBox .imgNtitle {
	padding-bottom:20px;
	overflow:hidden;
}
.sabBox .imgNtitle .imgBox {
	width:150px;
	height:150px;
	border-radius:50%;
	margin-right:30px;
	background-color:#ddd;
	overflow:hidden;
	float:left;
}
.sabBox .imgNtitle .imgBox img {
	width:100%;
}
.sabBox p {
	padding-top: 25px;
	margin-bottom:-30px;
	color:rgba(0,0,0,0.4);
}
.sab h3 {
	width:calc(100% - 180px);
	color:#224087;
	padding-bottom:5px;
    font-family: 'GmarketSansBold';
	padding-top:50px;
	float:left;
}
.sab h4 {
	width:calc(100% - 180px);
	padding-bottom:20px;
	font-size:13px;
	color:rgba(0,0,0,0.6);
	float:left;
}
.sab ul{
	padding-left: 10px;
	position: relative;
}
.sab ul li {
	line-height: 1.6;
	padding-top: 10px;
	font-size: 18px;
	font-family: 'Arial';
	letter-spacing: -0.5px;
/* 	line-height:1.2;
	padding-top:10px;
	font-size:15px;
	font-family:'Arial';
	letter-spacing:-0.5px; */
}
.sab ul li:nth-child(1){
	padding-top: 0px;
}
.ceo_con{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 18px;
}
.sab ul li:before {
	content: "·";
	position: unset;
	left: 0px;
	margin-right: 5px;
	/* content:"·";
    	position: absolute;
    left: 0px; */
}
.sab.man-3 .sabBox {
	width:31%;
	border:1px solid #ddd;
	padding:30px;
} 

.sabLeader {
	width: 100%;
	border:1px solid #ddd;
	padding:40px 50px;
	margin-bottom:40px;
} 
.sabLeader .photoAll {
	min-width: 238px;
	width: 34%;
	float: unset;
}
.sabLeader .photoAll img {
	width: 100%;
}
.sabLeader .txtAll {	
	width: auto;
	float: unset;
/* 	width: 60%;
	float: right; */
}
.txtTitle {
	background-color:#eef2f9;
	margin-bottom: 20px;
	padding: 20px 30px;
	overflow:hidden;
}
.txtTitle h3 {
	width: 100%;
	padding-top: 0px;

}
.txtTitle h4 {
	width: 100%;
	padding-bottom:0;
}
.sabLeader .imgNtitle {
	display: none;
}

@media screen and (max-width:1139px) {
	.sab.man-3 .sabBox {
		width:48.5%;
		margin-bottom:30px;
	} 
	.sabLeader {
		padding:20px 30px;
	} 
	.sabLeader .photoAll {
		display: none;
	}
	.sabLeader .txtAll {	
		/* width: 100%; */
		float: inherit;
	}
	.sabLeader .imgNtitle {
		width: 100%;
		display: inline-block;
	}
	.sabLeader .imgNtitle .imgBox {
		width:120px;
		margin-right:15px;
		float:left;
	}
	.sabLeader .imgNtitle .imgBox img {
		width: 100%;
	}
	.sabLeader .imgNtitle .titleBox {
		width:calc(100% - 135px);
		height: 180px;
		background-color:#eef2f9;
		margin-bottom: 0px;
		padding: 50px 30px;
		float: right;
		overflow:hidden;
	}
	.sabLeader .imgNtitle .titleBox h3 {
		width: 100%;
		padding-top: 10px;
		display: block;
	}
	.sabLeader .imgNtitle .titleBox h4 {
		width: 100%;
		padding-bottom: 0;
		display: block;
	}
	.sabLeader .txtTitle {
		display: none;
	}
	.sabLeader .photoAll, .sabLeader .txtTitle {
		display: block;
	}
}
@media screen and (max-width: 1115px){
	.sab ul li {
		font-size: 16px;
		line-height: 1.4;
	}
}
@media screen and (max-width:1023px) {
	
	.ceoHello {
		padding:80px;
	}
	.ceoHello h3 {
		font-size:24px;
	}

	.sabBox {
		padding:30px;
	} 
	.sabLeader .imgNtitle .titleBox h3 {
		padding-top: 0px;
	}

}
@media screen and (max-width: 960px){
	.sab ul li {
		font-size: 15px;
		line-height: 1.2;
	}
}
@media screen and (max-width:785px) {
	.ceoHello {
		padding:50px;
	}
	.sabBox {
		width:100%;
		margin-bottom:30px;
	} 
	.sab.man-3 .sabBox {
		width:100%;
	} 
	.sabLeader {
		width: 100%;
	} 
	.sabLeader .imgNtitle .titleBox h3 {
		padding-top: 10px;
	}
}
@media screen and (max-width: 720px){
	.ceo_con {
		display: flex;
		gap: 18px;
		flex-direction: column;
		align-content: center;
		align-items: center;
	}
}
@media screen and (max-width:480px) {
	.ceoHello {
		padding:40px 30px;
	}
	.ceoHello h3 {
		font-size:20px;
		padding-bottom:20px;
	}

	.sabBox {
		padding:20px;
		margin-bottom:30px;
	} 
	.sabBox .imgNtitle {
		padding-bottom:10px;
	}
	.sabBox .imgNtitle .imgBox {
		width:120px;
		height:120px;
		margin-right:15px;
	}
	.sabBox p {
		line-height: 1.2;
		padding-top: 13px;
		margin-bottom:-20px;
		font-size:11px!important;
	}
	.sabBox h3 {
		width:calc(100% - 135px);
		line-height: 1.2;
		padding-top:34px;
	}
	.sabBox h4 {
		width:calc(100% - 135px);
		font-size:12px;
	}
	.sabBox ul li {
		padding-top:10px;
		font-size:14px;
	}

	.sabLeader {
		padding:20px;
	} 
	.sabLeader .txtAll {	
		width: 100%;
		float: inherit;
	}
	.sabLeader .imgNtitle .imgBox {
		width:120px;
		margin-right:15px;
	}
	.sabLeader .imgNtitle .imgBox img {
		width: 100%;
	}
	.sabLeader h3 {
		width:100%;
		line-height: 1.2;
	}
	.sabLeader h4 {
		width:100% - 135px;
		font-size:12px;
	}
}

@media screen and (max-width:419px) {
}

/* 비전 및 미션 */
.lrBox {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.lrBox .lBox {
	width:400px;
}
.lrBox .rBox {
	width:calc(100% - 430px);
	padding:10px 0;
}
.lrBox .rBox ul.dotList li {
	line-height:1.4;
	padding-bottom:8px;
}

.culture {
	width:100%;
	display:inline-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:50px;
}
.cultureBox {
	width:31%;
	min-height:500px;
	padding:30px;
	color:#fff;
    font-family: 'GmarketSansMedium';
} 
.cultureBox h3 {
	font-size:32px; 
    font-family: 'GmarketSansBold';
	padding-bottom:10px;
}
.cultureBox01 {
	background:url('/images/contents/rg_vision_01.jpg') no-repeat right bottom;
	background-size:cover;
}
.cultureBox02 {
	background:url('/images/contents/rg_vision_02.jpg') no-repeat right bottom;
	background-size:cover;
	color:#224087;	  
}
.cultureBox03 {
	background:url('/images/contents/rg_vision_05.jpg') no-repeat right bottom;
	background-size:cover;
}

@media (max-width:1370px) {
}
@media (max-width:1279px) {
}
@media screen and (max-width:1139px) {
	.cultureBox {
		width:48.5%;
		min-height:400px;
		margin-bottom:30px;
	} 
	.cultureBox02 br {
		display:none;
	}
}
@media screen and (max-width:1023px) {
	.lrBox .lBox {
		width:100%;
	}
	.lrBox .lBox br {
		display:none;
	}
	.lrBox .rBox {
		width:100%;
	}	
	.cultureBox h3 {
		font-size:24px;
	}
}
@media screen and (max-width:785px) {
	.cultureBox {
		width:100%;
		min-height:350px;
	} 
}
@media screen and (max-width:480px) {
	.cultureBox {
		min-height:400px;
	} 
	.cultureBox h3 {
		font-size:20px;
	}
}


/* 특허 */
.patentList {
	display: flex;
	gap: 15px;
	--patentListGap : 15px;
}
.patentBox {
	width: calc(25% - (var(--patentListGap) / 4));
	border: 1px solid #ddd;
	overflow: hidden;
}
.patentBox img {
	width: 100%;
}
.patentBox p {
	height: 60px;
	background-color: #f1f1f1;
	color: #000;
	padding: 10px;
}

@media screen and (max-width:785px) {
	.patentBox {
		width: calc(50% - (var(--patentListGap) / 2));
	}
	.patentBox p {
		line-height: 1.4;
		height: 68px;
	}
}

/* 파이프라인 */
.scrollX {
	width:100%;
	overflow-x:scroll;
	position:relative;
}
.scrollIcon {
	width:100%;
	height:520px;
	background: url('/images/contents/rg_scrollIcon.png') no-repeat center 170px rgba(0, 0, 0, 0.7);
	text-align:center;
	color:#fff;
	padding-top:300px;
	font-size:20px;
	position:absolute;
	left:0;
	top:0;
	display:none;
}
.pipelineTable {
	width:var(--max-width);
}
.pipelineTable:first-child thead th {
	background: #a82128;
	line-height: 60px;
	color: #fff;
	border: 1px solid #ec9ea2;
}
.pipelineTable tbody th {
	border:1px solid #ddd;
	font-size:13px;
	padding:10px;
}
.pipelineTable tbody td {
	line-height:30px;
	font-size:9px;
	letter-spacing:-0.5px;
	padding:8px 0;
	border:1px dashed rgba(0,0,0,0.1);
	position:relative;
}
.pipelineTable tbody td.twoBr {
	line-height:1.2;
}
.pipelineTable tbody td.products {
	line-height:1.3;
	font-size:12px;
	padding:5px 10px;
}
.pipelineTable tbody td span {	
	color:#fff;
	text-align:center;
	display:block;
}
.pipelineTable tbody td.twoBr span {
	padding-top:3px;

}
.pipelineTable tbody td .arrowBg {
	width:100%;
	height:30px;
}
.pipelineTable td .arrowBg.start {
	width:0;
	height:0px;
	border-top:15px solid transparent;
	border-bottom:15px solid transparent;
	border-left:15px solid #fff;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-15px;
}
.pipelineTable td .arrowBg.end {
	width:0;
	height:0;
	border-top:15px solid #fff;
	border-bottom:15px solid #fff;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-15px;
}
.pipelineTable.mt20 {
	margin-top: 20px;
}
.pipelineTable:first-child tbody tr:first-child td .arrowBg {
	background: #9933ff;
}
.pipelineTable:first-child tbody tr:first-child td .arrowBg.end {
	border-left: 15px solid #9933ff;
}
.pipelineTable:first-child tbody tr:nth-child(2) td .arrowBg,
.pipelineTable:first-child tbody tr:nth-child(3) td .arrowBg {
	background: #ba8376;
}
.pipelineTable:first-child tbody tr:nth-child(2) td .arrowBg.end,
.pipelineTable:first-child tbody tr:nth-child(3) td .arrowBg.end {
	border-left: 15px solid #ba8376;
}
.pipelineTable:first-child tbody tr:nth-child(4) td .arrowBg,
.pipelineTable:first-child tbody tr:last-child td .arrowBg {
	background: #4a271f;
}
.pipelineTable:first-child tbody tr:nth-child(4) td .arrowBg.end,
.pipelineTable:first-child tbody tr:last-child td .arrowBg.end {
	border-left: 15px solid #4a271f;
}
.pipelineTable:nth-child(2) thead th {
	background: #ed7d31;
	line-height: 60px;
	color: #fff;
	border: 1px solid #ec9ea2;
}
.pipelineTable:nth-child(2) tbody tr td .arrowBg {
	background: #548235;
}
.pipelineTable:nth-child(2) tbody tr td .arrowBg.end {
	border-left: 15px solid #548235;
}

/* 특허 및 논문 */
.patents {
	display:flex;
	flex-wrap:wrap;
	/*justify-content:space-between;*/
	justify-content: center;
}
.patentsBox {
	width:49%;
	margin-bottom:40px;
} 
.patentsBox img {
	width:100%;
	border:1px solid #ddd;
} 
.patentsBox h3 {
	padding-top:10px;
}

@media (max-width:1370px) {
	.scrollIcon {
		display:block;
	}
}
@media (max-width:1279px) {
}
@media screen and (max-width:1139px) {
}
@media screen and (max-width:1023px) {
}
@media screen and (max-width:745px) {
	.patentsBox {
		width:100%;
		margin-bottom:30px;
	} 
}
@media screen and (max-width:480px) {
}


/* 특허 및 논문 */
.partner {
	gap: 20px;
	display:flex;
	flex-wrap:wrap;
	/*justify-content:space-between;*/
	justify-content: center;
}
.partnerBox {
	width:calc(25% - 15px);
} 
.partnerBox img {
	width:100%;
	border:1px solid #ddd;
} 
.partnerBox h3 {
	padding-top:10px;
}

@media (max-width:1370px) {
}
@media (max-width:1279px) {
}
@media screen and (max-width:1139px) {
	.partnerBox {
		width:calc(33.33% - 15px);
	} 
}
@media screen and (max-width:1023px) {
}
@media screen and (max-width:745px) {
	.partnerBox {
		width:calc(49% - 15px);
	} 
}
@media screen and (max-width:480px) {
}



/* 인재채용 */
.careers {
	text-align:center;
	border:1px solid #ddd;
	padding:50px 30px;
}
.careers ul li {
	font-size:18px;
	padding-bottom:20px;
}
.careers ul li a {
	background-color:#f2f2f2;
	font-size:14px;
	padding:4px 10px;
	border-radius:5px;
	margin-left:10px;
	display:inline-block;
}
.careers ul li:last-child {
	padding-top:40px;
	padding-bottom:0px;
}

/* R&D */
.r_d_box1{
	background: #fff;
	border: 1px solid #ddd;
	padding: 20px 0;
	text-align: center;
	margin-bottom: 2%;
}
.r_d_box1 img{width: 70%;}
@media screen and (max-width:980px) {
	.r_d_box1 img{width: 90%;}
}
@media screen and (max-width:680px) {
	.r_d_box1{padding: 10px;}
	.r_d_box1 img{width: 100%;}
}


/* locatoion */
.location iframe {
	height: 450px;
}
@media screen and (max-width:980px) {
	.location iframe {
		height: 300px;
	}
}
@media screen and (max-width:680px) {
	.location iframe {
		height: 250px;
	}
}


/* comingsoon */
.comingsoon {
	width: 100%;
	padding: 150px 10px;
	color: #555;
	font-size: 34px;
	border: 1px solid #ddd;
	text-align: center;
	line-height: 1.2;
}
@media (max-width: 1024px) {
	.comingsoon {
		font-size: 28px;
	}
}
@media (max-width: 480px) {
	.comingsoon {
		font-size: 24px;
	}
}