/*인사말*/
.company{ width:100%; max-width:1200px; margin:0px auto; }
.company:after { content:""; display:block; clear:both; }
.company{ overflow:hidden}
.company .slogan_back { text-align:center;border-top:1px solid #EEE; border-bottom:1px solid #EEE; margin:0em 0 2em 0; padding-top:1em; padding-bottom:1em; }
.company .slogan_text{ font-size:2.5em; letter-spacing:-2px; color:#333; line-height:1.4em;  }

.company .ceo_img{ float:left; width:40%; height:500px;}
.company .ceo_img img{width:100%; }
.company .ceo_txt{ float:left; width:60%; padding:0 50px;}
.company .ceo_txt h2 { display: inline-block; font-size:2em; font-weight:300; line-height:1.4em; color:#000; letter-spacing:-0.05em; }
.company .ceo_txt p { margin-top:30px; font-size:13pt;}
.company .ceo_txt p strong {color:#000 !important; display:block; font-size:1.2em; padding-bottom:10px;}
.company .ceo_sign {float:left; font-size:1em; color:#222; margin-top:40px; }
.company .ceo_sign img { margin-left:-15px; vertical-align: middle;}


.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; }




/*오시는길*/
.map_wrap{ width:100%; max-width:1200px; margin:0 auto; margin-bottom:0px;}
.map_wrap .map_info {width:100%; margin-top:40px;}
.map_wrap .map_info .con_box {margin-bottom:30px;}
.map_wrap .map_info .con_box>h2 {font-size:1.5em; margin-bottom:10px;}
.map_wrap .map_info table {width:100%; border-top:1px solid #000;}
.map_wrap .map_info table th {padding:0; margin:0; width:20%; text-align:center; font-size:1em; color:#000; vertical-align:middle; font-weight:normal; /*background:url('/html/image/arr1.gif')no-repeat 95% 40%; */ background:#f5f5f5; border-bottom:1px solid #EEE;}
.map_wrap .map_info table td {width:80%; text-align:left; font-size:1em; color:#888; vertical-align:top;  padding:10px 0 10px 15px; border-bottom:1px solid #EEE;}
.map_wrap .map_info table td > a {color:#666;}
.map_wrap .map_info table td > a:hover {color:#000;}





/* 반응형 중간기기 992px 사이즈 이하*/
@media all and (max-width:992px){
	

	.timeline .timeline-content ul li img{height:auto; }

}



/* 반응형 중간기기 768사이즈 이하 */
@media screen and (max-width: 768px) {		
	

	.company .ceo_img { width:100%;  text-align:center;  height:auto;  }
	.company .ceo_img img { width:70%;height:auto;}
	.company .ceo_txt{ width:100%; padding:0; margin-top:40px;}




}



/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width: 480px) {

.company .ceo_txt h2{font-size:1.3em; font-weight:700;}

.timeline .timeline-icon {left:10px; margin-top:10px;}
.timeline .timeline-content { width: 90%; }
.timeline.timeline-alternating .timeline-block:nth-of-type(2n+1) .timeline-content{text-align:left; margin-left:30px; }
.timeline::before { left:10px; top:10px; }
.timeline.timeline-alternating:not(.timeline-left) .timeline-block:nth-of-type(2n) .timeline-content { left:0; margin-left:30px;}

}



/* 반응형 작은기기 360사이즈 이하 */
@media screen and (max-width: 360px) {	

	.company .ceo_img img { width:100%;}


}


.business_type2{ width:100%; max-width:1200px; margin:0 auto;}
.business_type2:after{content:""; display:block; clear:both;}
.business_type2 .business_info { width:100%; background:#fff; margin-bottom:80px; }
.business_type2 .business_info:after{content:""; display:block; clear:both;}
.business_type2 .business_info ul{ padding:0; margin:0;}
.business_type2 .business_info ul li{ padding:0; margin:0;}
.business_type2 .business_info ul li.left_box { float:left; width:500px; height:500px; overflow:hidden; }
.business_type2 .business_info ul li.left_box img{ width:100%; height:100%; }
.business_type2 .business_info ul li.right_box{position:relative; float:right; width:54%; height:500px;}
.business_type2 .business_info ul li.right_box .txt02 ul li{font-size:12pt; }
.business_type2 .business_info ul li.right_box .txt03{ position:absolute; left:0; bottom:0; width:100%; font-size:12pt; color:#555; line-height:1.5em; text-transform: uppercase; background:#f8f8f8; overflow:hidden;}
.business_type2 .business_info ul li.right_box .txt03 span {display:block; padding:30px 40px; height:280px; }

.business_type2 .txt_area { width:100%; }
.business_type2 .txt_area h2 {display: inline-block; font-size:2em; font-weight:300; line-height:1.4em; color:#000; letter-spacing:-0.05em;}
.business_type2 .txt_area:after{content:""; display:block; clear:both;}
.business_type2 .txt_area .txt01 { float:left; width:100%; word-break: keep-all; }
.business_type2 .txt_area .txt01 p { padding:0; margin:0; margin-bottom:15px; padding:0;}
.business_type2 .txt_area .txt01 span.tit { display:block; font-size:2.2em; color:#000; font-weight:700; line-height:1.2em;  }
.business_type2 .txt_area .txt01 span.txt { display:block; font-size:1.15em; color:#333; font-weight:400; line-height:1.4em; }
.business_type2 .txt_area .txt02 { float:left; width:100%; margin-top:40px;}
.business_type2 .txt_area .txt02 ul {margin:0; padding:0; }
.business_type2 .txt_area .txt02 ul li { position:relative; color:#555; font-weight:400; line-height:1.5em; list-style:none; padding-left:3%; margin-bottom:5px;}
.business_type2 .txt_area .txt02 ul li:before {position:absolute; top:8px; left:0; content:""; display:inline-block; width:4px; height:4px; background:#555; margin-right:10px; vertical-align:middle;}



.business_type2 .con_arrow{ width:100%; max-width:1200px;  padding-bottom:20px;  margin:0 auto;}
.business_type2 .con_arrow p{position:relative; font-size:2em; color:#000; padding-left:30px; }
.business_type2 .con_arrow span{  position:absolute; right:0; display:inline-block; font-size: 1em;  padding-left: 10px;  color: #555;}
.business_type2 .con_arrow > p:before{position:absolute; top:4px; left:10px; display:inline-block; content:""; width:3px; height:23px; background-color:#1F88E5; -ms-transform:rotate(45deg); -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg);}

.business_type2 .con_box{ width:100%; padding:20px 0; border-top:1px solid #000; border-bottom:1px solid #000;}
.business_type2 .con_box:after{content:""; display:block; clear:both;}
.business_type2 .con_box ul { padding:0; margin:0; }
.business_type2 .con_box ul li {float:left; width:50%; list-style:none; margin:10px 0; }
.business_type2 .con_box ul li p{display:table; width:100%; }
.business_type2 .con_box ul li p > em, .business_type2 .con_box p > span{display:table-cell; vertical-align:top; }
.business_type2 .con_box ul li p > em{ width:30px; }
.business_type2 .con_box ul li p > em > strong{display:inline-block; width:30px; height:30px;  line-height:30px; color:#fff; background-color:#000; text-align:center; font-size:1em;  border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%; -o-border-radius:100%; font-weight:500;}
.business_type2 .con_box ul li p > span{font-size:1em; line-height:30px; color:#555; letter-spacing:-0.75px;  padding:0 15px;}


@media screen and (max-width:992px){
	
	.content_wrap{width:100%;}
	.page_title{margin-bottom:50px;}	
	.page_title h1{font-size:2em;}
	.page_title h2{font-size:1em;}
	.s_tit{font-size:1.2em;}
	
	.business_type2 .business_info{margin-bottom:0px;}
	.business_type2 .business_info ul li.left_box { width:100%; height:300px;  }
	.business_type2 .business_info ul li.right_box{ width:100%; }
	.business_type2 .business_info ul li.right_box .txt03 {position:relative !important; margin-top:40px;}
	.business_type2 .business_info ul li.right_box .txt03 span {height:auto;}
	.business_type2 .txt_area { width:90%; margin:0 auto; border-top:0;}
	.business_type2 .txt_area .txt01 span.tit {font-size:1.85em;}
	.business_type2 .con_arrow{width:95%; margin:0 auto;}
	.business_type2 .con_box{width:95%; margin:0 auto;}

}

@media screen and (max-width:480px){


	.business_type2 .con_arrow p{ font-size:1.5em; margin-top:30px;}
	.business_type2 .con_box ul li { width:100%; }
	.visual_area { background:url('../image/sub_visual_msub05.jpg') no-repeat top center !important; background-size:cover !important;}
	#sub_tit {display:none;}

	.g_map img {width:100%; }
}