/*인사말*/
.company { width:100%;}
.company:after{ content:""; display:block; clear:both;}
.company .img_cont{width:100%; margin-bottom:50px; }
.company .img_cont img{ width:100%; height:300px;}

.company .ceo_msg {width:100%;}
.company .ceo_msg .con_left {position:relative; top:0; left:0; float:left; width:35%; font-size:2em; color:#000; line-height:1.4em;  margin-top:30px;}
.company .ceo_msg .con_left .nemo { width:300px; height:250px; margin-left:50px;  border:10px solid #eee;}
.company .ceo_msg .con_left .nemo_txt {position:absolute; width:310px; padding:20px 0; left:50%; margin-left:-165px; text-align:center; top:70px; background:#fff; z-index:1; border:0px solid red;}
.company .ceo_msg .con_left .nemo_txt p {font-size:2em; color:#000; line-height:1.4em;}
.company .ceo_msg .con_left .nemo_txt img {padding-top:15px;}
.company .ceo_msg .con_right {float:right; width:65%;}
.company .ceo_msg .con_right  p {  color: #313131;   line-height: 26px;}
.company .ceo_msg .con_right  .bold {  color: #000;   line-height: 36px;   font-size:2em;   padding-bottom:30px;}
.company .ceo_msg .con_right .sign{ display:block; font-size:1.3em; color:#222; text-align:left; padding-top:30px; }
.company .summary { float:left; width:100%; margin-top:50px;}

.con_arrow {font-size:1.6em; font-weight:700; line-height:30px;  color: #000; margin:50px 0 20px 0; border:0px solid red;}
.con_arrow:before { content: ""; width:16px; height:16px; display:inline-block; border:5px #59647A solid; box-sizing:border-box; border-radius:14px; background:#fff; margin-right:10px;}
.con_arrow:first-child { margin:0 0 20px 0;}

.tbl_type1{width:100%; border-collapse:separate; border-spacing:0px; border-top:2px solid #002b5c;}
.tbl_type1 th{ color:#333; text-align:center; font-weight:700; padding:10px 15px; border-bottom:1px solid #eee; border-right:1px solid #eee; background-color:#f8f8f8;}
.tbl_type1 td{ text-align:left; padding:10px 15px; border-bottom:1px solid #eee;}


/*연혁*/
.history_top { width:120px; height:120px; padding-top:27px; margin:70px auto; line-height:22px; font-size:1.5em; text-align:center; color:#fff;  background:#333; border-radius: 50%; }
.timeline {box-sizing: border-box; }
.timeline:before {box-sizing: border-box; }
.timeline * {box-sizing: border-box; }
.timeline *:before {box-sizing: border-box; }
.timeline { position: relative; font-size: 1em; width: 100%; height: 100%; margin:50px auto; overflow-y: hidden; overflow-x: hidden;}
.timeline .timeline-block {margin-top:-4px;}
.timeline .timeline-icon {position:absolute; width: 12px; height: 12px; left: 50%; margin-left: -6px; margin-top:4px; border: 3px solid #4e9cdd; border-radius: 100%; background-color: #fff; text-align: center; }
.timeline .timeline-icon.timeline-icon-hide-border { border: 0; }
.timeline .timeline-icon.timeline-icon-hide-border i.fa, .timeline .timeline-icon.timeline-icon-hide-border img { margin-left: 0; margin-top: 0;}
.timeline .timeline-icon i.fa, .timeline .timeline-icon img { display: inline-block; width: 32px; height: 32px; margin-left: -4px; margin-top: -4px; vertical-align: bottom; line-height: 32px; text-align: center; font-size: 30px; }
.timeline .timeline-icon img { border-radius: 100%; }
.timeline .timeline-content { position: relative; width: 46%; padding-bottom:50px; line-height: 20px; }
.timeline .timeline-content .bar_count { font-size:1.5em; color:#000; margin-bottom:10px;}
.timeline .timeline-content ul li img{width:100%; height:100px; margin-top:20px; background:red;}
.timeline::before { position: absolute; width: 1px; height: 100%; top:0px; left: 50%; margin-left: -1px; background-color: #eee; content: ""; }/* Half of width */
.timeline.timeline-alternating .timeline-block:nth-of-type(2n+1) .timeline-content{text-align:right}
.timeline.timeline-alternating:not(.timeline-left) .timeline-block:nth-of-type(2n) .timeline-content { left: 54%; }
.timeline.timeline-alternating:not(.timeline-left) .timeline-block:nth-of-type(2n) .timeline-date { left: auto;  right: 115%; margin-left: -400px; }


/*비전*/
.vision {width:100%;}
.vision:after { content:""; display:block; clear:both; }
.vision ul { padding:0; margin:0;}
.vision ul li { float:left; width:200px; text-align:center; margin:0 50px; }
.vision ul li div { width:200px; text-align:center;  background:#f8f8f8; border:1px solid #eee; box-sizing:border-box;  border-radius:100%; }
.vision ul li:nth-child(1) div{ background:#1985b7; color:#fff;}
.vision ul li:nth-child(2) div{ background:#00529b;color:#fff;}
.vision ul li:nth-child(3) div{ background:#6b7786; color:#fff;}
.vision ul li:nth-child(4) div{ background:#333; color:#fff;}
.vision ul li div i { display:block; width:100%; height:100%; line-height:200px; font-size:4em;}
/*.vision ul li div img { display:block; width:250px; height:250px; line-height:250px;}*/
.vision ul li strong { position:relative; display:block; margin-top:50px; font-size:1.5em; text-align:center; }
.vision ul li strong:before { content:""; position:absolute; left:50%; top:-18px; transform:translate(-50%,0); display:block; width:30px; height:3px; background:#c53528; }
.vision ul li > span { display:block; text-align:center; font-size:1em; line-height:20px; margin-top:20px; }



/*오시는길*/
.map_wrap{ width:100%; max-width:1200px; margin:0 auto; margin-bottom:0px;}
.map_wrap .map_info{width:100%; display:inline-block; border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:20px 0;}
.map_wrap .map_info span{margin:0 15px;}
.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%; max-width:1200px; margin: 50px auto;}
.map_wrap .publicTransit > p { padding-bottom: 25px; font-size:1.5em; line-height: 20px;  color: #2c2c2c;}
.map_wrap .publicTransit dl { overflow: hidden; width: 100%; padding-bottom: 15px; box-sizing: border-box;}
.map_wrap .publicTransit dl dt.show {  visibility: visible;}
.map_wrap .publicTransit dl dt { visibility: hidden; float: left; width: 60px; height:20px; font-size:1.2em; color: #5a5a5a; margin-right: 10px;}
.map_wrap .publicTransit dl dd { float: left; font-size:1em;}
.map_wrap .publicTransit dl dd > 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-color: #2fba06; }





.oem {  }
.oem h2 { font-size:30px; font-weight:bold; border-left:4px solid #f1b435; height:60px; line-height:27px; padding-left:10px; margin-bottom:30px; }
.oem h2 p { font-size:20px; color:#999; padding-top:5px; }

.oem .oem_01 { width:100%; margin-bottom:100px; display:inline-block; padding:3% 0%; background:#f9f9f9; }
.oem .oem_01 ul:nth-of-type(1) { display:inline-block; height:auto; width:100%; margin-bottom:30px; }
.oem .oem_01 ul li {  }
.oem .oem_01 ul li p { text-align:center; color:#222; }
.oem .oem_01 ul:nth-of-type(1) li p:nth-child(1) { font-size:40px; font-weight:bold; }
.oem .oem_01 ul:nth-of-type(1) li p:nth-child(2) { font-size:30px; font-weight:normal; }
.oem .oem_01 ul:nth-of-type(1) li p:nth-child(2) strong { color:#f1b435; font-weight:bold; }
.oem .oem_01 ul:nth-of-type(1) li p:nth-child(3) { font-size:20px; }
.oem .oem_01 ul:nth-of-type(2) { display:inline-block; width:100%; }
.oem .oem_01 ul:nth-of-type(2) li { float:left; text-align:center; width:25%; }
.oem .oem_01 ul:nth-of-type(2) li p:nth-child(1) { display:inline-block; background:#323955; padding:30px; border-radius:50%; }
.oem .oem_01 ul:nth-of-type(2) li p:nth-child(2) { font-size:20px; line-height:24px; padding-top:10px; }

.oem .oem_02 { width:100%; margin-bottom:100px; display:inline-block; padding:3% 0%; background:#f9f9f9; }
.oem .oem_02 ul:nth-of-type(1) { display:inline-block; height:auto; width:100%; margin-bottom:30px; }
.oem .oem_02 ul li {  }
.oem .oem_02 ul li p { text-align:center; color:#222; }
.oem .oem_02 ul:nth-of-type(1) li p:nth-child(1) { font-size:40px; font-weight:bold; }
.oem .oem_02 ul:nth-of-type(1) li p:nth-child(2) { font-size:30px; font-weight:normal; }
.oem .oem_02 ul:nth-of-type(1) li p:nth-child(2) strong { color:#f1b435; font-weight:bold; }
.oem .oem_02 ul:nth-of-type(1) li p:nth-child(3) { font-size:20px; }
.oem .oem_02 ul:nth-of-type(2) { display:inline-block; width:100%; }
.oem .oem_02 ul:nth-of-type(2) li { float:left; text-align:center; width:20%; }
.oem .oem_02 ul:nth-of-type(2) li p:nth-child(1) { display:inline-block; background:#323955; padding:30px; border-radius:50%; }
.oem .oem_02 ul:nth-of-type(2) li p:nth-child(2) { font-size:20px; line-height:24px; padding-top:10px; }


.oem .oem_03 { width:100%; margin-bottom:100px; display:inline-block; }
.oem .oem_03 h2 { font-size:30px; font-weight:bold; border-left:4px solid #f1b435; height:60px; line-height:27px; padding-left:10px; margin-bottom:30px; }
.oem .oem_03 h2 p { font-size:20px; color:#999; padding-top:5px; }
.oem .oem_03 .img { display:block; height:170px; width:100%; background: url(image/sub0310.jpg) no-repeat 50% center; }
.oem .oem_03 ul { display:inline-block; height:350px;width:100%; }
.oem .oem_03 ul li { float:left; text-align:center; width:16.6%; position:relative; }
.oem .oem_03 ul li p .oem-img {width:100px;}
.oem .oem_03 ul li p:nth-child(1) { margin-top:30%; color:#323955; display:inline-block; padding:0px; width:120px; height:120px; line-height:3rem; border-radius:50%; font-size:20px; font-weight:bold; }
.oem .oem_03 ul li p:nth-child(2) { position:absolute; right:-5%; top:50%; color:#323955; font-size:30px; }

.oem .oem_04 { width:100%; margin-bottom:100px; display:inline-block; }
.oem .oem_04 h2 { font-size:30px; font-weight:bold; border-left:4px solid #f1b435; height:60px; line-height:27px; padding-left:10px; margin-bottom:30px; }
.oem .oem_04 h2 p { font-size:20px; color:#999; padding-top:5px; }
.oem .oem_04 .img { display:block; height:170px; width:100%; background: url(image/sub0311.jpg) no-repeat 50% center; }
.oem .oem_04 ul { display:inline-block; height:380px; width:100%; }
.oem .oem_04 ul li p .odm-img {width:100px;}
.oem .oem_04 ul li p .odm-img2 {width:120px;}
.oem .oem_04 ul li { float:left; text-align:center; width:20%; position:relative; }
.oem .oem_04 ul li p:nth-child(1) { margin-top:20%; color:#323955; display:inline-block; padding:0px; width:120px; height:120px; line-height:3rem; border-radius:50%; font-size:20px; font-weight:bold; }
.oem .oem_04 ul li p:nth-child(2) { position:absolute; right:-5%; top:50%; color:#323955; font-size:30px; }
.oem .oem_04 ul li:nth-child(5) p:nth-child(2) { display:none; }
.oem .oem_04 ul li:nth-child(6) { width:20%; margin-left:10%; }
.oem .oem_04 ul li:nth-child(7) { width:20%; }
.oem .oem_04 ul li:nth-child(8) { width:20%; }
.oem .oem_04 ul li:nth-child(9) { width:20%; margin-right:10%; }






/* 반응형 중간기기 992px 사이즈 이하*/
@media all and (max-width:992px){

	.vision ul li { float:left; width:50%; margin:0 auto;}
	.vision ul li:first-child { margin-left:0px; }
	.vision ul li div { margin:0 auto; }
	.vision ul li > span {margin-bottom:50px; }

	.company .img_cont img{ width:100%; height:auto;}
	.company .ceo_msg .con_left {float:none; width:100%; text-align:center; margin-top:0px; padding-bottom:60px;}
	.company .ceo_msg .con_left .nemo { margin:0 auto;}
	.company .ceo_msg .con_left .nemo_txt {left:50%; margin-left:-155px; border:0px solid red;}
	.company .ceo_msg .con_right {width:100%; float:none;}

	.timeline .timeline-content ul li img{height:auto; }

}



/* 반응형 중간기기 768사이즈 이하 */
@media screen and (max-width: 768px) {




}



/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width: 480px) {

	.vision ul li { width:100%;}

.oem {  }
.oem h2 { font-size:20px; font-weight:bold; border-left:4px solid #f1b435; height:60px; line-height:27px; padding-left:10px; margin-bottom:30px; }
.oem h2 p { font-size:13px; color:#999; padding-top:5px; }

.oem .oem_01 { width:100%; margin-bottom:50px; display:inline-block; padding:3% 0%; background:#f9f9f9; }
.oem .oem_01 ul:nth-of-type(1) { display:inline-block; height:auto; width:100%; margin-bottom:30px; }
.oem .oem_01 ul li {  }
.oem .oem_01 ul li p { text-align:center; color:#222; }
.oem .oem_01 ul:nth-of-type(1) li p:nth-child(1) { font-size:20px; font-weight:bold; }
.oem .oem_01 ul:nth-of-type(1) li p:nth-child(2) { font-size:15px; font-weight:normal; }
.oem .oem_01 ul:nth-of-type(1) li p:nth-child(2) strong { color:#f1b435; font-weight:bold; }
.oem .oem_01 ul:nth-of-type(1) li p:nth-child(3) { font-size:13px; }
.oem .oem_01 ul:nth-of-type(2) { display:inline-block; width:100%; }
.oem .oem_01 ul:nth-of-type(2) li { float:left; text-align:center; width:50%; }
.oem .oem_01 ul:nth-of-type(2) li:nth-child(3),.oem .oem_01 ul:nth-of-type(2) li:nth-child(4) { margin-top:30px; }
.oem .oem_01 ul:nth-of-type(2) li p:nth-child(1) { display:inline-block; background:#323955; padding:10px; border-radius:50%; }
.oem .oem_01 ul:nth-of-type(2) li p:nth-child(1) img { width:90%; }
.oem .oem_01 ul:nth-of-type(2) li p:nth-child(2) { font-size:11px; line-height:18px; padding-top:10px; }

.oem .oem_02 { width:100%; margin-bottom:50px; display:inline-block; padding:3% 0%; background:#f9f9f9; }
.oem .oem_02 ul:nth-of-type(1) { display:inline-block; height:auto; width:100%; margin-bottom:30px; }
.oem .oem_02 ul li {  }
.oem .oem_02 ul li p { text-align:center; color:#222; }
.oem .oem_02 ul:nth-of-type(1) li p:nth-child(1) { font-size:20px; font-weight:bold; }
.oem .oem_02 ul:nth-of-type(1) li p:nth-child(2) { font-size:15px; font-weight:normal; }
.oem .oem_02 ul:nth-of-type(1) li p:nth-child(2) strong { color:#f1b435; font-weight:bold; }
.oem .oem_02 ul:nth-of-type(1) li p:nth-child(3) { font-size:13px; }
.oem .oem_02 ul:nth-of-type(2) { display:inline-block; width:100%; }
.oem .oem_02 ul:nth-of-type(2) li { float:left; text-align:center; width:50%; }
.oem .oem_02 ul:nth-of-type(2) li:nth-child(3),.oem .oem_02 ul:nth-of-type(2) li:nth-child(4),.oem .oem_02 ul:nth-of-type(2) li:nth-child(5) { margin-top:30px; }


.oem .oem_02 ul:nth-of-type(2) li p:nth-child(1) { display:inline-block; background:#323955; padding:10px; border-radius:50%; }
.oem .oem_02 ul:nth-of-type(2) li p:nth-child(1) img { width:90%; }
.oem .oem_02 ul:nth-of-type(2) li p:nth-child(2) { font-size:11px; line-height:18px; padding-top:10px; }

.oem .oem_03 { width:100%; margin-bottom:50px; display:inline-block; }
.oem .oem_03 h2 { font-size:20px; font-weight:bold; border-left:4px solid #f1b435; height:60px; line-height:27px; padding-left:10px; margin-bottom:30px; }
.oem .oem_03 h2 p { font-size:13px; color:#999; padding-top:5px; }
.oem .oem_03 .img { display:block; height:170px; width:100%; background: url(image/sub0310.jpg) no-repeat 50% center; }
.oem .oem_03 ul { display:inline-block; height:230px; width:100%; }
.oem .oem_03 ul { display:inline-block; width:100%; }
.oem .oem_03 ul li { float:left; text-align:center; width:33.3%; position:relative; }
.oem .oem_03 ul li p .oem-img {width:60px;}
.oem .oem_03 ul li p:nth-child(1) { margin-top:20%; color:#323955; display:inline-block; padding:0px; width:80px; height:80px; line-height:2rem; border-radius:50%; font-size:16px; font-weight:bold; }
.oem .oem_03 ul li p:nth-child(2) { position:absolute; right:-5%; top:48%; color:#323955; font-size:20px; }
.oem .oem_03 ul li:nth-child(3) p:nth-child(2) { display:none; }

.oem .oem_04 { width:100%; margin-bottom:50px; display:inline-block; }
.oem .oem_04 h2 { font-size:20px; font-weight:bold; border-left:4px solid #f1b435; height:60px; line-height:27px; padding-left:10px; margin-bottom:30px; }
.oem .oem_04 h2 p { font-size:13px; color:#999; padding-top:5px; }
.oem .oem_04 .img { display:block; height:170px; width:100%; background: url(image/sub0311.jpg) no-repeat 50% center; }
.oem .oem_04 ul { display:inline-block; width:100%; }
.oem .oem_04 ul li { float:left; text-align:center; width:33.3%; position:relative; }
.oem .oem_04 ul li p .odm-img {width:60px;}
.oem .oem_04 ul li p .odm-img2 {width:80px;}
.oem .oem_04 ul li p:nth-child(1) { margin-top:20%; color:#323955;display:inline-block; padding:0px; width:80px; height:80px; line-height:2rem; border-radius:50%; font-size:16px; font-weight:bold; }
.oem .oem_04 ul li p:nth-child(2) { position:absolute; right:-5%; top:48%; color:#323955; font-size:20px; }
.oem .oem_04 ul li:nth-child(5) p:nth-child(2) { display:inline; }
.oem .oem_04 ul li:nth-child(6) { width:33.3%; margin-left:0%; }
.oem .oem_04 ul li:nth-child(7) { width:33.3%; }
.oem .oem_04 ul li:nth-child(8) { width:33.3%; }
.oem .oem_04 ul li:nth-child(9) { width:33.3%; margin-right:0%; }
.oem .oem_04 ul li:nth-child(3) p:nth-child(2) { display:none; }
.oem .oem_04 ul li:nth-child(6) p:nth-child(2) { display:none; }

}



/* 반응형 작은기기 360사이즈 이하 */
@media screen and (max-width: 360px) {


}