/* 타이틀공통 */
.page_title1 {position:relative; display:block; text-align:center; margin:80px 0 40px 0; }
.page_title1:before { content: ""; display: block; position: absolute; left: 50%; top:-10px; transform: translateX(-50%); width: 40px; height:2px; background: #222; }
.page_title1 .title {display:inline-block; font-size:2.5em; color:#000; line-height:1.4; font-weight:700; word-break:keep-all; }
.page_title1 .title_desc {display:block; margin-top:20px; font-size:1.25em; color:#000; line-height:1.6; word-break:keep-all; }
.page_title1 .title_desc span {display:inline-block; font-size:1em; color:#45a6e6; line-height:1.6; font-weight:600;}

.page_title2 {display:block; text-align:center; margin:80px 0 40px 0; }
.page_title2 .title {position:relative; display:inline-block; font-size:2.5em; color:#000; line-height:1.2; font-weight:700; background:#fff;}
.page_title2 .title:after { z-index:-1; content: ""; display: block; position: absolute; right:-10px; top:-5px; width:10px; height:10px; background:#45a6e6; border-radius:10px; }
.page_title2 .title span {color:#00529b;}
.page_title2 .title_desc {display:block; margin-top:15px; font-size:1.25em; color:#333; line-height:1.4; word-break:keep-all;} 


/* 인사말1 */
.company1-1 { width:100%;}
.company1-1:after{ content:""; display:block; clear:both;}
.company1-1 .img_cont{position:relative; width:100%; height:400px; margin-bottom:50px; }
.company1-1 .img_cont .imgs {z-index:1; position:absolute; left:50%; top:0; transform:translateX(-50%); width:100%; height:100%; background:url('./image/01.jpg')no-repeat 50% 20%; background-size:cover;}
.company1-1 .img_cont .imgs img{ width:100%;}
.company1-1 .img_cont .img_nemo {z-index:1; content:""; position:absolute; right:2%; bottom:-25px; min-width:40%; padding:40px; text-align:left; background: linear-gradient(135deg, #45a6e6 0%, #00529b 100%); transition: 0.5s all ease;}
.company1-1 .img_cont .img_nemo em {display:block; font-size:1em; color:#fff; line-height:1.4; word-break:keep-all; font-style:normal; letter-spacing:0.25em;}
.company1-1 .img_cont .img_nemo p {display:block; margin-top:15px; font-size:1.5em; color:#fff; line-height:1.2; word-break:keep-all;}
.company1-1 .ceo_msg {width:100%; padding:0 2%;}
.company1-1 .ceo_msg:after{ content:""; display:block; clear:both;}
.company1-1 .ceo_msg .txts {display:flex; flex-wrap: wrap; justify-content: space-between; }
.company1-1 .ceo_msg .txts dl { width:47%;} /* 인사말내용이 짧을경우 width:100%로 변경사용 */
.company1-1 .ceo_msg .txts dl dt { width:100%; font-size:2em; color: #000; line-height: 1.3; font-weight:500; word-break:keep-all;}
.company1-1 .ceo_msg .txts dl dd { width:100%; }
.company1-1 .ceo_msg .txts dl dd p {margin-top:30px; font-size:1em; color: #222; line-height: 1.6; word-break:keep-all;}
.company1-1 .ceo_msg .sign{ display:block; text-align:right; font-size:1em; color:#222; line-height:1.6;}
.company1-1 .ceo_msg .sign span {display:block; font-size:1.5em; color:#000; font-weight:700; letter-spacing:0.15em;}

.company1-2 { width:100%; text-align:center; }
.company1-2:after{ content:""; display:block; clear:both;}
.company1-2 ul {width:100%; font-size:0; text-align:center; overflow:hidden;}
.company1-2 ul li {position:relative; display:inline-block; vertical-align:top; width:32%; margin:0.5%; min-height:120px; border:1px solid #ddd;}
.company1-2 ul li .con_box {position:absolute; left:0; top:50%; transform:translateY(-50%); width:100%; padding:0 40px; text-align:left; }
.company1-2 ul li .icons { width:18%; display:inline-block; vertical-align:middle; text-align:center; font-size:2em;}
.company1-2 ul li .txts { width:80%; display:inline-block; vertical-align:middle; padding-left:15px;}
.company1-2 ul li .txts dt {font-size:1em; color:#222; line-height:1.2; }
.company1-2 ul li .txts dd {margin-top:10px; font-size:1.5em; color:#000; line-height:1.4; font-weight:700;}


/* 연혁1 */
.company3-1 {width:100%; max-width:1400px; margin:0 auto;  }
.company3-1:after{ content:""; display:block; clear:both;}
.company3-1 .con_box {width:100%; overflow:hidden}
.company3-1 .con_box:after{ content:""; display:block; clear:both;}
.company3-1 .con_box ul {width:100%; font-size:0; padding-top:50px;}
.company3-1 .con_box ul li {width:100%; }
.company3-1 .con_box ul li .con_left {display:inline-block; vertical-align:top; width:20%; text-align:center;}
.company3-1 .con_box ul li .con_left span.year {display: inline-block; font-size:1.5em; color:#000; font-weight:500; }
.company3-1 .con_box ul li .con_right {display:inline-block; vertical-align:top; width:75%; padding-left:50px; }
.company3-1 .con_box ul li .con_right dl {position:relative; width:100%; padding-bottom:40px;}
.company3-1 .con_box ul li .con_right dl:before {z-index:-1; display: block; content: ''; position: absolute; top:10px; left:-40px; width: 1px; height:100%; background:#ddd; }
.company3-1 .con_box ul li:last-child .con_right dl {padding-bottom:0;}
.company3-1 .con_box ul li .con_right dl dt {position:relative; display:block; margin-top:20px; font-size: 1.25em; color:#000; line-height: 1.4; font-weight: 500; }
.company3-1 .con_box ul li .con_right dl dt:first-child { margin-top:0;}
.company3-1 .con_box ul li .con_right dl dt:after {z-index:0; display: block; content: ''; position: absolute; top:10px; left:-44px; width:8px; height:8px; background:#4e9cdd; border-radius:8px;}
.company3-1 .con_box ul li .con_right dl dd {display:block; margin-top:10px; font-size: 1em; color: #555; line-height: 1.6;}
.company3-1 .con_box ul li .con_right dl dd .imgs {padding-top:20px;}
.company3-1 .con_box ul li .con_right dl dd .imgs img {max-width:100%;}


/* 비전2 */
.company6-1 {width:100%; text-align:center;}
.company6-1:after { content:""; display:block; clear:both; }
.company6-1 ul { width:100%; padding:0; margin:0; overflow:hidden;}
.company6-1 ul li{ position:relative; float:left; display:inline-block; width:23.5%; text-align:center; margin-right:2%; vertical-align:top; padding:0 15px; margin-bottom:50px;}
.company6-1 ul li:nth-child(4n){margin-right:0;}
.company6-1 ul li:after{position:absolute; top:30%; left:100%; background:#00529B; width:5px; height:5px; content:""; border-radius:5px;}
.company6-1 ul li:nth-child(4n):after{display:none;}
.company6-1 ul li .icons{width:70%; height:0; padding-top:70%; text-align:center; box-sizing:border-box;  border-radius:100%; margin:0 auto; position:relative;}
.company6-1 ul li .icons i {display:block; font-size:4em; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-shadow:5px 5px rgba(0,0,0,0.2);}
.company6-1 ul li:nth-child(1) .icons{ background:#1985b7; color:#fff; background:url('./image/06_1.jpg') no-repeat center center; background-size:cover;}
.company6-1 ul li:nth-child(2) .icons{ background:#00529b;color:#fff; background:url('./image/06_2.jpg') no-repeat center center; background-size:cover;}
.company6-1 ul li:nth-child(3) .icons{ background:#6b7786; color:#fff; background:url('./image/06_3.jpg') no-repeat center center; background-size:cover;}
.company6-1 ul li:nth-child(4) .icons{ background:#333; color:#fff; background:url('./image/06_4.jpg') no-repeat center center; background-size:cover;}
.company6-1 ul li strong {display:block; margin-top:20px; font-size:1.5em; text-align:center; }
.company6-1 ul li p{ display:block; text-align:center; font-size:1.05em; line-height:20px; margin-top:20px;}

.company6-2 {width:100%; margin-top:50px; }
.company6-2:after { content:""; display:block; clear:both; }
.company6-2 .tit-box {position:relative; width:100%; max-width:80%; margin:25px auto 0; padding:40px 15px; background:#fff; border:1px solid #eee; overflow:hidden;}
.company6-2 .tit-box:before {z-index:1; content: ""; display: block; position: absolute; left:0; top:0; width:20px; height:20px; border-left:3px solid #333; border-top:3px solid #333;}
.company6-2 .tit-box:after {z-index:1; content: ""; display: block; position: absolute; right:0; bottom:0; width:20px; height:20px; border-right:3px solid #333; border-bottom:3px solid #333;}
.company6-2 .tit-box .tit {width:22%; display:inline-block; vertical-align:middle; text-align:center; margin-right:2%; overflow:hidden; }
.company6-2 .tit-box .tit span {display:inline; vertical-align:middle; font-size:2em; color:#222; line-height:1.2; font-weight:700; }
.company6-2 .tit-box .tit em {display:inline; vertical-align:middle; margin-left:15px; font-size:1em; color:#aaa; font-weight:500; letter-spacing:0.25em; font-style:normal;}
.company6-2 .tit-box dl {width:75%; display:inline-block; vertical-align:middle; }
.company6-2 .tit-box dl dd {position:relative; margin-bottom:5px; padding-left:15px; font-size:1.15em; color:#222; line-height:1.6; word-break:keep-all;}
.company6-2 .tit-box dl dd:before {content: ""; display: block; position: absolute; left:0; top:12px; width:4px; height:4px; background:#555;}
.company6-2 .tit-box dl dd:last-child {margin-bottom:0;}


/* 기업이념 */
.company7-1 { width: 100%; text-align:center;}
.company7-1 h2.tit { position:relative; margin:0 auto; width:60%; padding:40px 20px; background:#f5f5f5; border-radius:15px;}
.company7-1 h2.tit:after { z-index:1; content: ""; display: block; position: absolute; left:50%; bottom:-50px; transform: translateX(-50%); width:1px; height:50px; background:#ddd;}
.company7-1 h2.tit p {font-size:2em; color:#000; line-height:1.2; word-break:keep-all;} 
.company7-1 h2.tit p span {color:#45a6e6; font-weight:500; }
.company7-1 ul {position:relative; display:flex; width: 100%;  margin-top:100px; padding:0; font-size:0; text-align:center; }
.company7-1 ul:before { z-index:1; content: ""; display: block; position: absolute; left:50%; top:-50px; transform: translateX(-50%); width:80%; height:1px; background:#ddd;}
.company7-1 ul li {position:relative; width:20.5%; padding:50px 2%; border-radius:15px;}
.company7-1 ul li:before { z-index:1; content: ""; display: block; position: absolute; left:50%; top:-50px; width:1px; height:50px; background:#ddd;}
.company7-1 ul li:after { z-index:1; content: ""; display: block; position: absolute; left:50%; top:-50px; transform: translateX(-50%); margin-top:-6px; width:12px; height:12px; background:#fff; border:2px solid #ddd; border-radius:8px;}
.company7-1 ul li:last-child { margin-right:0; }
.company7-1 ul li.gap_icons { position:relative; width:6%; padding:0;  }
.company7-1 ul li.gap_icons:before,
.company7-1 ul li.gap_icons:after {display:none;}
.company7-1 ul li.gap_icons i { position:absolute; left:50%; top:50%; transform: translate(-50%,-50%); width:100%; text-align:center; font-size:2em; color:#aaa;}
.company7-1 ul li.bg1 {background:#45a6e6; }
.company7-1 ul li.bg2 {background:#00529b; }
.company7-1 ul li.bg3 {background:#001e5d; }
.company7-1 ul li.bg4 {background:#444; }
.company7-1 ul li .txts {width:100%; }
.company7-1 ul li .txts i { font-size:3em; color:#fff;}
.company7-1 ul li .txts strong{display:block; margin:20px 0; font-size:1.5em; color:#fff; line-height: 1.2;}
.company7-1 ul li .txts p {display:block; font-size:1em; color:#fff; line-height: 1.6; word-break:keep-all;}

.company7-2 {width:100%; margin-top:50px; }
.company7-2:after { content:""; display:block; clear:both; }
.company7-2 .tit-box {position:relative; width:100%; max-width:80%; margin:25px auto 0; padding:40px 15px; background:#fff; border:1px solid #eee; overflow:hidden;}
.company7-2 .tit-box:before {z-index:1; content: ""; display: block; position: absolute; left:0; top:0; width:20px; height:20px; border-left:3px solid #333; border-top:3px solid #333;}
.company7-2 .tit-box:after {z-index:1; content: ""; display: block; position: absolute; right:0; bottom:0; width:20px; height:20px; border-right:3px solid #333; border-bottom:3px solid #333;}
.company7-2 .tit-box .tit {width:22%; display:inline-block; vertical-align:middle; text-align:center; margin-right:2%; overflow:hidden; }
.company7-2 .tit-box .tit span {display:inline; vertical-align:middle; font-size:2em; color:#222; line-height:1.2; font-weight:700; }
.company7-2 .tit-box .tit em {display:inline; vertical-align:middle; margin-left:15px; font-size:1em; color:#aaa; font-weight:500; letter-spacing:0.25em; font-style:normal;}
.company7-2 .tit-box dl {width:75%; display:inline-block; vertical-align:middle; }
.company7-2 .tit-box dl dd {position:relative; margin-bottom:5px; padding-left:15px; font-size:1.15em; color:#222; line-height:1.6; word-break:keep-all;}
.company7-2 .tit-box dl dd:before {content: ""; display: block; position: absolute; left:0; top:12px; width:4px; height:4px; background:#555;}
.company7-2 .tit-box dl dd:last-child {margin-bottom:0;}


/* 오시는길 */
.map_wrap{ width:100%; margin:0 auto; margin-bottom:0px;}
.map_wrap .g_map {height:450px; overflow:hidden;}
.map_wrap .map_info{width:100%; display:inline-block; border-top:1px solid #ddd; border-bottom:1px solid #ddd; padding:30px 0}
.map_wrap .map_info span{margin:0 15px; font-size:1em; line-height:1.6;}
.map_wrap .map_info span strong{color:#222; margin:0 10px;}
.map_wrap .map_info span, strong { display: inline-block;}
.map_wrap .publicTransit {width:100%; }
.map_wrap .publicTransit table {width:100%; border-collapse:separate; border-spacing:0;}
.map_wrap .publicTransit table th {width:15%; text-align:center; font-size:1em; color:#000;  font-weight:normal; background:#f5f5f5; border-bottom:1px solid #ddd;}
.map_wrap .publicTransit table td {width:85%; text-align:left; font-size:1em; color:#222; padding:15px 20px; border-bottom:1px solid #ddd;}
.map_wrap .publicTransit table td > a {color:#666;}
.map_wrap .publicTransit table td > a:hover {color:#000;}
.map_wrap .publicTransit table td p {margin-top:10px;}
.map_wrap .publicTransit table td p span { display: inline-block; font-size:0.85em;  text-align: center; color: #fff;  padding:0px 8px; margin-right:10px; border-radius: 3px 3px 3px 3px;  background: #2fba06; }
.roughmap_maker_label .roughmap_lebel_text{font-size:15px;}




/* 반응형 중간기기 992px 사이즈 이하*/
@media all and (max-width:992px){
	

	.company1-1 .img_cont .img_nemo {left:50%; right:0; bottom:0; transform:translateX(-50%); padding:20px 30px; width:100%; }
	.company1-1 .ceo_msg .txts dl { width:100%;}
	
	.company1-2 ul li {width:48%; }
	

	.company6-1 ul li { width:50%; margin:0; margin-bottom:30px;}	
	
	.company6-2 .tit-box {max-width:100%; }
	.company6-2 .tit-box .tit span {font-size:1.5em; }
	.company6-2 .tit-box dl dd {padding-left:15px; font-size:1em;}	


	.company7-1 h2.tit { width:100%; }
	.company7-1 h2.tit p {font-size:1.5em;} 
	.company7-1 ul {flex-direction: column; margin-top:50px;}
	.company7-1 ul:before {display:none;}
	.company7-1 ul li {width:100%; margin-bottom:30px; padding:25px 4%;}
	.company7-1 ul li:before,
	.company7-1 ul li:after {display:none;}
	.company7-1 ul li.gap_icons { width:100%;}
	.company7-1 ul li .txts strong{ margin:15px 0;}
	.company7-1 ul li .txts p { font-size:1em;}
	
	.company7-2 .tit-box {max-width:100%; }
	.company7-2 .tit-box .tit span {font-size:1.5em; }
	.company7-2 .tit-box dl dd {padding-left:15px; font-size:1em;}

}


/* 반응형 중간기기 768사이즈 이하 */
@media screen and (max-width: 768px) {		

	.page_title1 {margin:40px 0 20px 0;}
	.page_title1 .title { font-size:2em; }
	.page_title1 .title_desc { font-size:1.15em;}
	
	.page_title2 {margin:50px 0 20px 0;}
	.page_title2 .title {font-size:2em;}

	
	
	.company3-1 .con_box ul {padding-top:30px;}
	.company3-1 .con_box ul li {padding-bottom:50px;}
	.company3-1 .con_box ul li .con_left {width:100%; background:#eee; border-radius:50px;}
	.company3-1 .con_box ul li .con_left span.year {padding:10px; font-size:1.25em; color:#000;}
	.company3-1 .con_box ul li .con_right {width:100%; padding:0 30px; margin-top:20px;}
	.company3-1 .con_box ul li .con_right dl:last-child {padding-bottom:0;}
	.company3-1 .con_box ul li .con_right dl:before { left:-20px;}
	.company3-1 .con_box ul li .con_right dl dt:after {left:-24px;}



	.company6-1 ul li .icons i {font-size:3em;}

	.company6-2 .tit-box { padding:40px 25px;}	
	.company6-2 .tit-box .tit {width:100%; margin-right:0;}
	.company6-2 .tit-box dl {width:100%; margin-top:20px;}
	.company6-2 .tit-box dl dd:before { top:10px;}


	.company7-2 .tit-box { padding:40px 25px;}	
	.company7-2 .tit-box .tit {width:100%; margin-right:0;}
	.company7-2 .tit-box dl {width:100%; margin-top:20px;}
	.company7-2 .tit-box dl dd:before { top:10px;}

	
}


/* 반응형 중간기기 640사이즈 이하 */
@media screen and (max-width: 640px) {		

	.company1-1 .ceo_msg .txts dl dt {font-size:1.5em;}
	.company1-1 .ceo_msg .txts dl dd p {margin-top:20px;}

	.company1-2 ul li .con_box {padding:0 20px;}
	.company1-2 ul li .icons { width:100%; font-size:1.5em;}
	.company1-2 ul li .txts { width:100%; padding-left:0; text-align:center;}
	.company1-2 ul li .txts dd {font-size:1.25em; }


	.map_wrap .map_info span {display:block; margin:0; margin-bottom:5px;}
	.map_wrap .publicTransit table th {width:25%;}
	.map_wrap .publicTransit table td {width:75%;}

}


/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width: 480px) {
	
	.company6-1 ul li .icons{width:100%; padding-top:100%;}
	.company6-1 ul li .icons i {font-size:3em;}
	.company6-1 ul li strong{font-size:1.3em;}

}



/* 반응형 작은기기 360사이즈 이하 */
@media screen and (max-width: 360px) {	

	
}