@charset "utf-8";
* {box-sizing:border-box;}
.visual {height:150px; background:url(../images/sub01_01.jpg) no-repeat center; border:1px solid #d0dae1;border-left:0; border-right:0;background-size:cover;}
.pipeline .visual {background:url(../images/sub02_01.jpg) no-repeat center;background-size:cover;}
.pipeline .visual h2 {color:#333;font-size: 36px;}
.tech .visual {background:url(../images/sub03_01.jpg) no-repeat center;background-size:cover;}
.tech .visual h2 {color:#333;font-size: 36px;}
.service .visual {background:url(../images/sub04_01.jpg) no-repeat center;background-size:cover;}
.service .visual h2 {color:#333;font-size: 36px;}

.ir .visual {background:url(../images/sub05.jpg) 50% 0 no-repeat;background-size:cover;}
.ir .visual h2 {color:#333;font-size: 36px;}
.visual h2 {line-height:150px; color:#333; text-align:center; font-size:36px;}
.container {max-width:1200px; margin:0 auto; background:#f6f8fd; border-left:1px solid #d0dae1; }
.container::after {display:block; content:''; clear:both;}
.lnb {width:300px; background:#f6f8fd;height:100%; float:left;padding: 50px 0 0 30px;}
.contents {float:left; width:calc(100% - 300px); background:white; padding:44px 50px;border-left:1px solid #d0dae1;}
.board_wrap {padding-bottom:67px;}
/* test */
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a { margin: 0;padding: 0;border: 0;list-style: none;line-height: 1;display: block;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; }
#cssmenu { /*width: 210px;*/color: #333; }
#cssmenu ul ul {  display: none; }
.align-right { float: right; }
#cssmenu > ul > li {border-bottom: 1px solid #d0dae1;}
#cssmenu > ul > li > a { padding: 15px 20px;/*bororder-left: 1px solid #256bc0;
  border-right: 1px solid #256bc0;
  border-top: 1px solid #6798d3;*/
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #333;
  background: #f6f8fd;
}

#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
  color: #333;
  background: #f6f8fd;
  font-size: 16px;
  color: #666;
  line-height: 22px;
  padding: 17px 0;
  /* border-bottom: 1px solid #d0dae1;*/
  letter-spacing: 0.018em;
}

#cssmenu > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
  background:url('../images/arrow_small.png') no-repeat right center;
  border-right: 20px solid transparent;
  /*border-bottom: 1px solid #6798d3;*/
}

#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
  /*border-bottom: 1px solid #6798d3;*/
}
#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #ffffff;
}

#cssmenu ul ul li a {
  /*cursor: pointer;
  border-bottom: 1px solid #424243;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #ffffff;
  background: #c6c4c6;
  margin-right: 20px;*/
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  line-height: 18px;
  padding: 10px 0;
  text-align: left;
  font-weight: 400;
  font-size: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  background-color:#fff;
  border-bottom: 1px solid #d0dae1;
  border-right: 20px solid transparent;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  /*background: #424243;
  color: #fff;*/
  /*background:#f2f4f7;
  color:#333;*/
  /*text-shadow: 0px 0px 2px #000;*/
  font-weight:bold;
}

#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}

#cssmenu ul ul ul li:first-child > a {
}

#cssmenu ul ul ul li a {
  padding-left: 30px;
}

#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
/*#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #2d2d2e;
}*/

#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}

#cssmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#cssmenu ul ul li.has-sub_none > a::after {
  display: block;
  position: absolute;
  content: "";
}

#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #ffffff;
}
/* test */
hr {
	border:1px solid #ddd;

}

.lnb h3{
	font-size:27px;
	color:#11509b;
	border-bottom:1px solid #d0dae1;
	margin-bottom:30px;
}
.lnb li {
	font-size:16px;
	color:#666;
	line-height:22px;
	padding:17px 0;
	border-bottom:1px solid #d0dae1;
	letter-spacing:0.018em;
}

.lnb a.on {
	background:url('../images/arrow_small.png') no-repeat right center;
	border-right:20px solid transparent;
	
}

.lnb li a {
	display:block;
}

.imgbox img {
	max-width:100%;
	display:block;
}

.contents h3 {
	color:#11509b;
	font-size:36px;
	border-bottom:1px solid #d0dae1;
	margin-bottom:40px;
}

.contents h4 {
	color:#abc92b;
	font-size:28px;
	margin-bottom:40px;
	/*background:url('../images/bul_g.png') left center no-repeat;
	text-indent:20px;*/
}
.contents h5 {
	color:#11509b;
	font-size:22px;
	margin-top:40px;
	margin-bottom:20px;
	background:url('../images/bul_g.png') left 10px no-repeat;
	text-indent:20px;
	
}
.contents p {
	font-size:17px;
	word-break:keep-all;
	line-height:1.7em;
	text-align:justify;
}
.contents.vision p {
	padding-top:30px;
	padding-bottom:50px;
}

/* pipeline */

.pipeline.inno .contents img{
	width:100%;
	display:block;
}

.inno .contents table{
	width:100%;
	font-size:18px;
	text-align:center;
}
.inno .contents th {
	width:14%;
	background: linear-gradient(#3a85de, #11509b);
}
.inno .contents th:nth-of-type(1) {
	width:1%;
}
.inno .contents td:nth-of-type(1) p {
	transform:rotate(90deg);
}

.inno .contents th:nth-of-type(2) {
	width:20%;
} 
.inno .contents td {
	width:14%;
}
.inno .contents td:nth-of-type(1) {
	width:1%;
}

.tech .row {
	padding:30px 0;
}

.tech .row .col {
	width:33.3%;
	box-sizing:border-box;
	padding:10px;
	float:left;
	text-align:center;
}
.tech .row .col .imgbox img {
	margin: 0 auto;
	padding-bottom:10px;
}
.tech .row .col p {
	line-height:1.4em;
	font-weight:500;
}
.locabutton {
	padding:10px 20px;
	color:white;
	background:#11509b;
	display:inline-block;
	margin-top:20px;
}
.locabutton {
	color:white !important;
}

.location .locadsc .col{
	margin-top:20px;
	padding:20px;
	padding-top:15px;
	border-right:1px solid #ddd;
	font-size:16px;
}
.location .locadsc .col p {
	font-size:16px;
	text-align:center;
}
.location .locadsc .col:last-child {
	border-right:none;
}
.location .locadsc .col {
	text-align:center;
	float:left;
	width:25%;
	box-sizing:border-box;
	padding:7px;
	border:none;
}
.location .locadsc > * {
}
.loca .locadsc .imgbox img{
	display:block;
	margin:0 auto;
}
.loca .locadsc .imgbox:first-child{
	padding-left:0;
}
.loca .locadsc p b {
	font-weight:bold;
	color:#10519c;
}
.location .locadsc .col {
	width:25%;
	box-sizing:border-box;

}
.location .locadsc .col .inner{
	box-shadow: 0 4px 6px 0 #d8dee7;
	padding:20px 0;
	border:1px solid #e5eef5;
	border-radius: 5px;
}

.location .howtowrap .col .inner {
	box-shadow:0 4px 6px 0 #d8dee7;
	padding:20px;
	border:1px solid #e5eef5;
	border-radius:5px;
	min-height:343px;
}

.loca h6 {
	font-size:18px;
	font-weight:600;
	color:#10519c;
}

.howto.col {
	float:left;
	width:50%;
	box-sizing:border-box;
	padding: 7px;
	text-align:left;
	margin-top:20px;
}
.howto.col p {
	font-size:16px;
	text-align:left;
}
.howto.col:last-child {
	border-right:none;
}
.howto.col .imgbox img {
	display:block;
}
.location h6 {
	padding: 20px 0;
	padding-bottom:10px;
	display:inline-block;
}

.contents nav label {
	padding:0 5px;
	font-size:15px;
}
.contents nav {
	text-align:right;
}
.pipeline.inno .contents nav img {
	width:auto;
	display:inline;
}
.contents nav label.home img {
	transform:translateY(2px);
}
.contents nav label.middle {
	color:#767676;
}
.contents nav label.final {
	color:#11509b;
}

.location .locadsc.distribute .col{
	width:50%;
}


/*history*/
.history {
	width:100%;
	position:relative;
	padding-top:30px;
	background:url('../images/slice_05.jpg') repeat-y center 100px, url('../images/his_bg.jpg') no-repeat 1px 100px, url('../images/his_bg2.jpg') no-repeat right 2350px, url('../images/his_bg3.jpg') no-repeat 1px 4250px;
}
.history::after {
	display:block;
	clear:both;
	content:'';
}
.history .line {
	width:33px;
	height:30px;
	background:white;
	display:block;
	position:absolute;
	top:0px;
	left:46%;
}
.history .left, .history .right {
	width:51%;
}

.history .left {
	left:calc(50% - 1%);
	background:url('../images/bul_green.png') no-repeat 1px 18px;
	width:408;
	float:right;
}
.history .right {
	float:left;
}
.contents .history p {
	font-size:16px;
	padding:0;
}
.contents .history .cont::after {
	content:'';
	display:block;
	clear:both;
}
.contents .history .cont {
	padding-left:28px;
	text-indent:0;
	padding-bottom:20px;
	background:url('../images/bul_s.png') no-repeat 5px 10px;
}
.contents .history .cont p {
	max-width:370px;
	color:#888;
	text-align:left;
}
.contents .history p.year {
	color:#11509b;
	font-size:28px;
	font-weight:600;
	text-indent:28px;
	padding-bottom:10px;
}
.contents .history .cont span {
	display:block;
	font-weight:600;
	
}


.history .right {
	left:calc(50% - 6px);
	background:url('../images/bul_b.png') no-repeat right 18px;
	width:51%;
	float:left;
	text-align:right;
}
.history .right .year {
	padding-right: 28px;
	text-align:right;
}
.history .right .cont {
	background:url('../images/bul_s.png') no-repeat right 10px;
	border-right: transparent 5px solid;
	padding-right:28px;
	padding-left:0;
}
.history .right .cont > *{
}
.contents .history .right .cont p {
	padding-left:0;
	display:inline-block;
	text-align:right;
}

.history_1 {
	z-index:1;
}

.history_2 {
	z-index:2;
}
.imgbox .com {
	display:block;
}
.imgbox .mob {
	display:none;
}

#bo_v header{
	height:auto;
	color:#142d62;
	font-weight:500;
}
.noticebox::after {
	display:block;
	clear:both;
	content:'';
}

.ir.location .locadsc .col {
	width:25%;
	box-sizing:border-box;
	margin-bottom:70px;
	padding:7px;
	border:none;
}
.ir.location .locadsc .col .inner {
	box-shadow: 0 4px 6px 0 #d8dee7;
	padding:20px 0;
	border:1px solid #e5eef5;
	border-radius: 5px;
	min-height:234.6px;
}
.pb40 {
	padding-bottom:40px;
}

.rounded {
	overflow:hidden;
	border-radius:5px;
	border:1px solid transparent;
}

	.kisdd .contents p{
		padding-bottom:40px;
	}
	.tech.etons .row .col p {
		text-align:center;
	}

@media (max-width: 1200px) {
.sect4 .noticebox {
	height:134px;
}
.Nb_slt .Nb_slt_content td{
	line-height:auto !important;
	width:70%;
	background:red;
}
	.imgbox .com {
	display:none;
}
.imgbox .mob {
	display:block;
}
.imgbox .mob img {
	margin: 0 auto;
}
	.lnb {
		display:none;
	}
	.contents {
		width:100%;
		word-break:keep-all;
	}
	.contents h3 {
		text-align:center;
	}

	.contents h4 {
		text-align:center;
	}
	.contents h5 {
		background:0;
		text-indent:0;
	}
	.contents {
		padding: 70px 10px;
	}
		body {
	}
		body .history .left
		{
			text-align:left;
		}
	.vision .imgbox img {
		margin: 0 auto;
		padding-bottom:20px;
	}
	.contents nav {
		display:none;
	}
	.vision h5 {
		text-align:center;
	}
}

@media (max-width:800px) {

	body .history .left {
		text-align:left;
	}
	.com {
		display:none;
	}
	.mob {
		display:block;
		text-align:center;
		margin:0 auto;
		padding-bottom:50px;
	}
	.mob img {
		margin:0 auto;
	}
	.greeting.location .locadsc .col{
		width:50%;
		padding-bottom:0px;
		border-right:none;
	}
	.greeting.location .howto.col {
		width:100%;
		padding-bottom:30px;
		border-right:none;
	}
	.location .locadsc .col {
		width:50%;
		margin-bottom:40px;
	}
	.location .locadsc.hq .col {
		margin-bottom:0;
	}
	.pb40 {
	padding-bottom:0;
}
	.kisdd .row .col {
		width:100%;
	}
	.contents p {
		text-align:justify;
	}
	.ir.location .locadsc .col {
	width:50%;
	box-sizing:border-box;
	margin-bottom:70px;
	padding:7px;
	border:none;
}
	.location .locadsc.distribute .col .inner {
		min-height:241px;
	}
	
}

@media (max-width:460px) {
	.location .locadsc.distribute.seoul .col .inner {
		min-height:270px;
	}
}