/*공통*/
.con_wrap h3{font-size: 28px; line-height: 1.8; word-break: keep-all; color: #212121; font-weight: 600;}
.con_wrap h4{font-size: 16px; line-height: 1.8; word-break: keep-all; color: #212121; font-weight: 600;}
.con_wrap p{font-size: 20px; line-height: 1.8; word-break: keep-all; color: #666; font-weight: 300;}
.con_wrap img{max-width: 100%;;}
.con_wrap a{display: block;}

@media (max-width: 640px){
	.con_wrap p{font-size: 18px;}
	.con_wrap h3{font-size: 24px;}
}

/*a1*/
#a1{padding: 50px 0; text-align: center;}
#a1 .con_box1 h2 {font-size: 40px; text-align: center; word-break: keep-all;}
#a1 .con_box1 h2 span{color: #10649e;}
#a1 .con_box1 .line {width: 1px; height: 70px; margin: 30px auto; background-color: #aaa;}
#a1 .con_box1 p {margin-top: 50px;}
#a1 .con_box1 p span {color: #10649e; font-weight: 900; font-size: 24px;;}
#a1 .con_box1 > img {max-width: 800px; width: 100%; border-radius: 20px;}

@media screen and (max-width: 960px) {
	#a1 .con_box1 h2 {font-size: 36px;}
	#a1 .con_box1 .line {height: 50px;}
	#a1 .con_box1 p {font-size: 16px;}
	#a1 .con_box1 p .dsnone{display: none;}
	#a1 .con_box1 p span{font-size:20px;}
	#a1 .con_box1 .ceo {font-size: 18px; margin-bottom: 60px;}
	#a1 .con_box1 .ceo span {font-size: 22px;}
}

@media screen and (max-width: 640px) {
	#a1 {padding: 0;}
	#a1 .con_box1 h2 {font-size: 25px;}
	#a1 .con_box1 p {font-size: 16px; line-height: 1.8; margin-top: 30px;}
	#a1 .con_box1 .ceo {font-size: 16px; margin-bottom: 50px;}
	#a1 .con_box1 .ceo span {font-size: 20px;}
}
/*a1*/

/*a2*/
#a2 {padding: 50px 0;}
#a2 .box {margin-bottom: 50px;}
#a2 .box:last-child {margin-bottom: 0;}
#a2 .con_box1 {}
#a2 .con_box1 h3 {background: url(../html/img/a2_img1.jpg) no-repeat 50% 50% / cover; border-radius: 20px; text-align: center; padding: 70px 20px; color: #fff;}
#a2 .con_box2 {}
#a2 .con_box2 ul {display: flex; justify-content: space-between; align-items: center; gap: 30px;}
#a2 .con_box2 ul li {width: calc(100% / 3 - 15px); border: 1px solid #ddd; border-top: none; border-radius: 20px; overflow: hidden; height: 360px;}
#a2 .con_box2 ul li h3 {text-align: center; padding: 10px; color: #fff; font-size: 23px;}
#a2 .con_box2 ul li:nth-child(1) h3 {background-color: #0b4770;}
#a2 .con_box2 ul li:nth-child(2) h3 {background-color: #6d7e8a;}
#a2 .con_box2 ul li:nth-child(3) h3 {background-color: #10649e;}
#a2 .con_box2 ul li .text_box {padding: 30px;}
#a2 .con_box2 ul li .text_box p {margin-bottom: 10px; font-size: 18px;}
#a2 .con_box2 ul li .text_box p:last-child {margin-bottom: 0;}

@media (max-width: 960px){
	#a2 .con_box1 h3 {font-size: 23px;}
	#a2 .con_box2 ul {flex-wrap: wrap;}
	#a2 .con_box2 ul li {width: 100%; height: auto;}
}

@media (max-width: 640px){
	#a2 {padding: 0;}
	#a2 .con_box1 h3 {font-size: 20px; padding: 70px 0;}
	#a2 .con_box2 ul li h3 {font-size: 20px;}
	#a2 .con_box2 ul li .text_box {padding: 20px;}
	#a2 .con_box2 ul li .text_box p {font-size: 16px;}
}
/*a2*/

/*a3*/
#a3 {width: 100%; max-width: 1400px; margin:0px auto; padding: 100px 10px;}
#a3 .hcon {display: flex; flex-direction: column; justify-content: center; align-items: center;}
#a3 .hcon .year {font-size: 60px; margin-bottom: 50px; color: #234a8f;}
#a3 .hcon .in_hcon {position: relative; width: 100%; margin-bottom: 20px;}
#a3 .hcon .in_hcon .line {width: 2px; height: 100%; background-color: #ddd; position: absolute; left: 50%; transform: translateX(-50%);}
#a3 .hcon .in_hcon .line::after {content: ''; position: absolute; left: 50%; transform: translateX(-50%); top: -20px; width: 15px; height: 15px; display: block; background: #fff; border: 3px solid #234a8f; border-radius: 50%;}
#a3 .hcon .in_hcon ul li {font-size: 20px; position: relative; color: #666; margin-bottom: 20px; line-height: 30px; font-weight: 300;word-break: keep-all;}
#a3 .hcon .in_hcon ul li span {position: absolute; color: #121212; font-weight: 600;}
#a3 .hcon .in_hcon ul.right {width: 50%; margin: 0 0 0 auto; padding-left: 30px;}
#a3 .hcon .in_hcon ul.right li {padding-left: 75px;}
#a3 .hcon .in_hcon ul.right li span {left: 0;}
#a3 .hcon .in_hcon ul.left {width: 50%; margin: 0 auto 0 0; padding-right: 30px;}
#a3 .hcon .in_hcon ul.left li {padding-right: 75px; text-align: right;}
#a3 .hcon .in_hcon ul.left li span {right: 0;}

@media screen and (max-width: 960px) {
  #a3{padding: 50px 0px 0;}
  #a3 .hcon .year{font-size: 38px; margin-bottom: 30px; ;}
  #a3 ul li.year {width: auto;}
  #a3 ul li.year h3 {text-align: left;}

  #a3 .hcon{align-items: flex-start;}
  #a3 .hcon .in_hcon .line{left: 0}
  #a3 .hcon .in_hcon ul li{font-size: 18px;;}
  #a3 .hcon .in_hcon ul li span{position: static; display: block;}

  #a3 .hcon .in_hcon ul.right{width: 100%; padding-left:15px;;}
  #a3 .hcon .in_hcon ul.right li{padding-left: 0;}

  #a3 .hcon .in_hcon ul.left{width: 100%;}
  #a3 .hcon .in_hcon ul.left li{padding-right: 0; padding-left: 30px; text-align: left;}
}

@media screen and (max-width: 640px) {
  #a3 ul li.year {margin-right: 3%;}
  #a3 ul li.year h3 {font-size: 40px; letter-spacing: -3px;}
  #a3 ul li.text {padding-top: 14px;}
  #a3 ul li.text p {font-size: 18px;}
  #a3 ul li.text p span {margin-right: 14px;}
}
/*a3*/

/*a4*/
#a4{text-align: center;}
/*a4*/

/*a5*/
#a5 {padding: 50px 0;}
#a5 .box {margin-bottom: 50px;}
#a5 .box:last-child {margin-bottom: 0;}
#a5 .con_box1 {}
#a5 .con_box1 .flex_box {display: flex; justify-content: space-between; align-items: center; gap: 30px;}
#a5 .con_box1 .flex_box li {width: calc(50% - 15px);}
#a5 .con_box1 .flex_box li img {width: 100%;}
#a5 .con_box2 {margin-bottom: 30px;}
#daumRoughmapContainer1742798778036 {border-bottom: 1px solid #ddd;}
.root_daum_roughmap .wrap_controllers {display: none;}
.root_daum_roughmap .cont {display: none;}
#a5 .con_box3 {}
#a5 .con_box3 .address {}
#a5 .con_box3 .address li {margin-bottom: 10px; display: flex; align-items: center; gap: 20px;}
#a5 .con_box3 .address li:last-child {margin-bottom: 0;}
#a5 .con_box3 .address li .img_box {width: 100%; max-width: 50px; display: flex; justify-content: space-between; align-items: center; aspect-ratio: 1 / 1; background-color: #051626; border-radius: 50%;}
#a5 .con_box3 .address li .img_box img {width: 100%; max-width: 30px; display: block; margin: 0 auto;}
#a5 .con_box3 .address li .text_box {font-size: 18px;}
#a5 .con_box3 .address li .text_box .title {font-weight: 900; color: #051626;}
#a5 .con_box3 .address li .text_box .desc {color: #666; word-break: keep-all; margin-left: 10px;}

@media (max-width: 640px){
	#a5 {padding: 0;}
	#daumRoughmapContainer1742798778036 {height: 350px !important;}
	#a5 .con_box3 .address li .text_box {font-size: 16px;}
	#a5 .con_box1 .flex_box {flex-wrap: wrap;}
	#a5 .con_box1 .flex_box li {width: 100%;}
}
/*a5*/

/*a6*/
#a6{display: flex; gap: 3%;}
#a6>div{width: 50%;}
#a6 h2{font-size: 38px;	padding: 10px;	background: #0b4770;	border-radius: 20px;	text-align: center;	margin-bottom: 30px; color: #fff;}
#a6 h3{color: #0b4770;	border: 1px solid #ddd;	text-align: center;	border-radius: 100px;	padding: 5px;	margin-bottom: 10px;}
#a6>div ul{display: flex;	flex-wrap: wrap; gap: 3%; margin: 20px 0px 30px;justify-content: center;background: #f8f8f8;	padding: 30px;}
#a6>div ul li{position: relative;}
#a6>div ul li:not(:last-child):after{content: "|";	color: #0068af;	position: absolute;	right: -10px;	top: 50%;	transform: translateY(-50%);}

@media (max-width: 960px){
	#a6{flex-direction: column;}
	#a6>div{width: 100%; margin-bottom: 20px;}
	#a6 h2{font-size: 24px;;}
	#a6 h3{font-size: 20px;}
}
/*a6*/

/*b1*/
#b1 {padding: 50px 0; text-align: center;}
#b1 .box {margin-bottom: 50px;}
#b1 .box:last-child {margin-bottom: 0;}
#b1 .con_box1{background: linear-gradient(rgb(0 0 0 / 67%), rgb(0 0 0 / 12%)), url(../html/img/b1_bg.jpg) no-repeat 50% 50% / cover; border-radius: 20px;	padding: 120px 20px;}
#b1 .con_box1 h3{color: #fff;}

#b1 .con_box2 ul{display: flex; gap: 1%; justify-content: center; margin-top: 30px;;}
#b1 .con_box2 ul a{display: block; padding: 10px 30px; border-radius: 100px; background: #ddd;transition: 0.5s;}
#b1 .con_box2 ul a:hover{transition: 0.5s; background: #0b4770;}
#b1 .con_box2 ul a:hover p{color: #fff;}

@media (max-width: 960px){
	#b1 .con_box1{flex-direction: column;align-items: flex-start; padding: 30px;}
	#b1 .con_box1 h3 {font-size: 23px; margin-bottom: 10px; line-height: 1.8;}
	#b1 .con_box2 ul {flex-direction: column;}
	#b1 .con_box2 ul p{font-size: 16px;;}
	#b1 .con_box2 ul a{margin-bottom: 10px;}
}

@media (max-width: 640px){
	#b1 {padding: 0;}
	#b1 .con_box1 h3 {font-size: 20px;}
}
/*b1*/

/*b2*/
#b2 {padding: 50px 0; text-align: center;}
#b2 .box {margin-bottom: 50px;}
#b2 .box:last-child {margin-bottom: 0;}
#b2 .con_box1{background: linear-gradient(rgb(0 0 0 / 67%), rgb(0 0 0 / 12%)), url(../html/img/b2_bg.jpg) no-repeat 50% 50% / cover; border-radius: 20px;	padding: 70px 20px;}
#b2 .con_box1 h3{color: #fff;}
#b2 .con_box1 a{width: fit-content; background: #fff; padding: 5px 20px; border-radius: 100px; margin: 30px auto 0;}
#b2 .con_box1 a:hover p{font-weight: bold;}
#b2 .con_box1 a p{color: #0b4770;}

#b2 .con_box2{display: flex; gap: 3%; align-items: center;}
#b2 .con_box2>div{width: 35%;}
#b2 .con_box2>div a{background: #ddd;	width: fit-content;	margin: 50px auto 0;	padding: 5px 30px;	border-radius: 100px; transition: 0.5s;}
#b2 .con_box2>div a:hover{background: #0b4770; transition: 0.5s;}
#b2 .con_box2>div a:hover p{color: #fff; transition: 0.5s;}

#b2 .con_box2 ul{display: flex; gap:2%; justify-content: center; flex-wrap: wrap; width: 65%;}
#b2 .con_box2 ul h3{width: 100%;	margin-bottom: 30px;	border-radius: 100px;	color: #0b4770;}
#b2 .con_box2 ul li{width: 32%;border: 1px solid #ddd;	overflow: hidden;	border-radius: 20px;	margin-bottom: 20px;}
#b2 .con_box2 ul li img{width: 100%;}
#b2 .con_box2 ul li p{padding:10px;background: #0b4770;	color: #fff;}
#b2 .con_box2 ul a{display: block; padding: 10px 30px; border-radius: 100px; background: #ddd;transition: 0.5s;}
#b2 .con_box2 ul a:hover{transition: 0.5s; background: #0b4770;}
#b2 .con_box2 ul a:hover p{color: #fff;}

@media (max-width: 960px){
	#b2 .con_box1{padding: 30px;}
	#b2 .con_box1 h3 {font-size: 23px; margin-bottom: 10px; line-height: 1.8;}
	#b2 .con_box2{flex-direction:column-reverse;}
	#b2 .con_box2 ul p{font-size: 16px;;}
	#b2 .con_box2 ul a{margin-bottom: 10px;}
	#b2 .con_box2>div{width: 100%;;}
	#b2 .con_box2 ul{width: 100%;;}
	#b2 .con_box2>div a{margin: 20px auto 0;}
	#b2 .con_box2 ul li{width: 49%;}
	#b2 .con_box1 a p{font-size: 14px;}
	#b2 .con_box2 ul li p{padding: 5px;}
}

@media (max-width: 640px){
	#b2 {padding: 0;}
	#b2 .con_box1 h3 {font-size: 20px;}
}
/*b2*/

/*b3*/
#b3 {padding: 50px 0; text-align: center;}
#b3 .box {margin-bottom: 50px;}
#b3 .box:last-child {margin-bottom: 0;}
#b3 .con_box1{background: linear-gradient(rgb(0 0 0 / 67%), rgb(0 0 0 / 12%)), url(../html/img/b3_bg.jpg) no-repeat 50% 50% / cover; border-radius: 20px;	padding: 120px 20px;}
#b3 .con_box1 h3{color: #fff;}

#b3 .con_box2 ul{display: flex; gap: 3%; margin-top: 30px;flex-wrap: wrap;;}
#b3 .con_box2 ul li{width:17.6%;margin-bottom: 30px;	border-radius: 15px;	border: 1px solid #ddd;	overflow: hidden;}
#b3 .con_box2 ul li p{background: #0b4770; color: #fff;}
#b3 .con_box2 a{display: block; padding: 10px 30px; border-radius: 100px; background: #ddd;transition: 0.5s; width: fit-content; margin: 30px auto 0;}
#b3 .con_box2 a:hover{transition: 0.5s; background: #0b4770;}
#b3 .con_box2 a:hover p{color: #fff;}

@media (max-width: 960px){
	#b3 .con_box1{flex-direction: column;align-items: flex-start; padding: 30px;}
	#b3 .con_box1 h3 {font-size: 23px; margin-bottom: 10px; line-height: 1.8;}
	#b3 .con_box2 ul p{font-size: 16px;;}
	#b3 .con_box2 ul a{margin-bottom: 10px;}
	#b3 .con_box2 ul li{width: 48.5%;}
	#b3 .con_box2 a p{font-size: 16px;}
}

@media (max-width: 640px){
	#b3 {padding: 0;}
	#b3 .con_box1 h3 {font-size: 20px;}
}
/*b3*/

/*c6*/
#c6 {padding: 50px 0;}
#c6 .box {margin-bottom: 50px;}
#c6 .box:last-child {margin-bottom: 0;}
#c6 .con_box1{background: linear-gradient(rgb(0 0 0 / 88%), rgb(0 0 0 / 22%)), url(../html/img/c6_img1.jpg) no-repeat 50% 50% / cover; border-radius: 20px;	padding: 70px 20px;	display: flex;	gap: 3%;	justify-content: center; align-items: center;}
#c6 .con_box1 h3{color: #fff; line-height: 1.3;}
#c6 .con_box1 h3 span{font-size: 34px;}
#c6 .con_box1 p{color: #eee; font-size: 22px;}
#c6 .con_box1 li{position: relative; padding-left: 20px;;}
#c6 .con_box1 li::after{content: ""; display: block; position: absolute; width: 7px; height: 7px; border-radius: 10px; background: #eee; left: 0; transform: translateY(-50%); top: 50%;;}

#c6 .con_box2 ul {display: flex; justify-content: space-between; gap: 30px;}
#c6 .con_box2 ul li {width: calc(100% / 3 - 15px); border: 1px solid #ddd; border-radius: 20px;  text-align: center; padding: 30px;}
#c6 .con_box2 ul li h3 {text-align: center; padding:30px 10px 10px;  font-size: 24px; position: relative;}
#c6 .con_box2 ul li h3::after{content: "";	display: block;	position: absolute;	width: 50px;	height: 3px;	border-radius: 10px;	background: #dddddd;	left: 50%;	transform: translateX(-50%);	top: 23%;}

@media (max-width: 960px){
	#c6 .con_box1{flex-direction: column;align-items: flex-start; padding: 30px;}
	#c6 .con_box1 h3 {font-size: 23px; margin-bottom: 10px; line-height: 1.8;}
	#c6 .con_box1 h3 span{font-size: 23px;}
	#c6 .con_box1 p{font-size: 20px;}
	#c6 .con_box2 ul {flex-wrap: wrap;}
	#c6 .con_box2 ul li {width: 100%; height: auto;}
}

@media (max-width: 640px){
	#c6 {padding: 0;}
	#c6 .con_box1 h3 {font-size: 20px;}
	#c6 .con_box2 ul li h3 {font-size: 20px;}
}
/*c6*/

/*e3*/
#e3 .con_box1 ul{display: flex; gap: 1%; margin-bottom: 1%; flex-wrap: wrap;}
#e3 .con_box1 ul li{width:24.25%;    margin-bottom: 2%;;}

#e3 ul li table{border-collapse: collapse; width: 100%;}
#e3 ul li table tr{text-align: center;}
#e3 ul li table tr th{font-size: 18px; background: #333; color: #fff; padding: 8px 0; border: 1px solid #333;}
#e3 ul li table tr td{border: 1px solid #cdcdcd; padding: 10px 5px; font-size: 16px;word-break: keep-all;;}

@media (max-width: 960px){
	#e3 .con_box1 ul{flex-direction: column;}
	#e3 .con_box1 ul li{width: 100%;}
}
/*e3*/

/*그룹소개*/
.company_info  { width:100%; height:auto;  }
.company_info .img_page { width:100%; height:550px; background-image:url(../img/company_info_bg_company.jpg); background-position:center; background-repeat:no-repeat;} 
.company_info .txt_page { max-width:1200px; margin:0 auto; padding:20px}
.company_info .txt_page h2 { font-size: 42px; line-height: 1; font-weight: 600; margin-bottom: 44px; padding-top:100px; display: block; }
.company_info .txt_page p { font-size:16px; word-break:keep-all; line-height:1.8; color:#555; padding-bottom:15px}
.company_info .Ideology { width:100%; padding-bottom:100px;}
.company_info .Ideology .inner { max-width:1240px; margin:auto; clear:both;}
.company_info .Ideology .inner h2 {font-size: 36px;font-weight: bold;color: #000; letter-spacing:5px; text-align:center; padding:95px 0 50px 0}
.company_info .Ideology .inner .point{color: #06F;}
.company_info .Ideology .inner h2:after { content: " ";display: block; margin:20px auto; width:40px; height: 2px; background-color:#000; clear: both;}
.company_info .Ideology dl { float:left; width:33.3333%; padding:20px; border-right:1px solid #ddd}
.company_info .Ideology dl:last-child { border:0}
.company_info .Ideology dl .web_icon { padding:0 0 20px 0; text-align:center; color:#ff4200}
.company_info .Ideology dl dt { font-size:20px; height:60px; font-weight:bold; letter-spacing:5px; text-align:center} 
.company_info .Ideology dd { line-height:2.2; text-align:center; font-size:16px; color:#555}

.tl_title_box_wrap {width:100%; height:auto; padding:150px 20px; clear:both; background-image:url(../img/work_page_bg.jpg); background-position:center; background-repeat:no-repeat; background-size:cover}
.tl_title_box_wrap li {position:relative; width:23.5%; min-height:400px; background-color:#fff; margin-left:2%; float:left; cursor:pointer;  -webkit-transition: all 0.4s; transition: all 0.4s; background-position:center; background-size:cover; background-repeat:no-repeat}
.tl_title_box_wrap li .bg { background-color:#2c3856; color:#fff; opacity:0; position:absolute; width:100%; height:100%; top:0;left:0; z-index:1}
.tl_title_box_wrap li:hover .bg {opacity: 1; -webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out; }
.tl_title_box_wrap li:hover {-webkit-box-shadow:4px 4px 9px 0 rgba(0,0,0,.15);-ms-box-shadow:4px 4px 9px 0 rgba(0,0,0,.15);box-shadow:4px 4px 9px 0 rgba(0,0,0,.15);-webkit-transform:translateY(-25px);transform:translateY(-25px)}
.tl_title_box_wrap li .txt_wrap{width:100%;height:100%; position:absolute; top:0; left:0; box-sizing:border-box;overflow:hidden;padding:40px;color:#fff;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out; opacity:1; display:table; z-index:2;}
.tl_title_box_wrap li:hover .txt_wrap { opacity:1; color:#fff}
.tl_title_box_wrap li:hover .txt_wrap .cell I { color:#FFF}
.tl_title_box_wrap li:hover .txt_wrap .cell h2 { color:#FFF}
.tl_title_box_wrap li:hover .txt_wrap .cell p { color:#fff}
.tl_title_box_wrap li .txt_wrap .cell { text-align:center;width:100%;display: table-cell; vertical-align: middle;}
.tl_title_box_wrap li .txt_wrap .cell i { font-size:35px; padding-bottom:20px; color:#1a1a1a}
.tl_title_box_wrap li .txt_wrap .cell h2 { font-size:24px; color:#1a1a1a; margin:0; font-weight:bold;}
.tl_title_box_wrap li .txt_wrap .cell p { font-size:16px; color:#555; padding-top:50px; word-break:keep-all; line-height:1.6;}
.tl_title_box_wrap li:nth-child(4n+1) { margin-left:0}

@media (max-width: 960px){
	.company_info .work_page ul li { width:47%; margin-bottom:20px; margin-right: 0; margin-left: 2%;}
	.company_info .work_page ul li:last-child { margin-right:0}
	.company_info .work_page ul li:nth-child(2n+2) {margin-right:0;}
	.company_info .Ideology dl { width:100%; padding-bottom:30px; clear:both}
}
@media (max-width: 640px){
	.company_info .img_page  { background-size:cover; height:300px}
	.company_info .tl_title_box_wrap li { width:100%; margin-left:0; margin-bottom:3%;}
}
/*그룹소개*/





/*연혁*/
.history_area {position: relative;width: 100%;padding-top: 37px;}
.history_area .history_point {position: absolute;left: 50%;top: 0;margin-left: -5px;bottom: 20px;width:8px;background-color: #f6f6f6;overflow: hidden;}
/*.history_area .history_point span {position: absolute;display: block;top: 0;width: 100%;height: 200px; background-color:#039}*/
.history_area dl {width: 50%;padding-right: 94px;padding-left: 20px;box-sizing:border-box;}
.history_area div:nth-child(odd) dl {padding-right: 20px;padding-left: 94px;}
.history_area dt {margin-bottom: 20px;font-size: 46px;line-height:1.3;color: #555;font-weight: bold;}
.history_area dd strong {display: block;padding-bottom: 12px;font-size: 22px;line-height: 1.6;color: #000;font-weight: 600;}
.history_area dd p {display: block;}
.history_area dd .img_box {display: block;margin-top: 39px;}
.history_area .right {text-align: right;}
.history_area .left {text-align: left;}
.history_area .fr {float: right;}
.history_area .img_box img { max-width: 100%}
@media (max-width: 960px){
	.history_area .history_point {left: 10px;margin-left: 0;}
	.history_area dl {float: none !important;width: 100%;padding-right: 0;padding-left: 50px;text-align: left;}
	.history_area div:nth-child(odd) dl {/* padding-right: 0; */padding-left: 50px;}
	.history_area div + div {margin-top: 40px;}
	.history_area div:nth-child(2) {margin-top: 0;}
	.history_area dt {margin-bottom: 20px;font-size:30px;}
	.history_area dd p br {display: none;}
	.history_area dd .img_box {margin-top: 20px;}	
}
/*연혁*/





/*오시는 길*/
.map_area{position:relative; z-index:1}
.map_area .txt{position:absolute;bottom:-90px;left:50%;transform:translateX(-50%);width:1400px;z-index:100;}
.map_area .txt .txt_wrap {background-color:#006fce;box-shadow:3px 3px 3px rgba(0,0,0,0.2);padding:45px 0;}
.map_area .txt .logo{position:absolute; top:34px; left:0; border-right:1px solid #1a7dd3; text-align:center; width:315px; line-height:90px; height:90px;}
.map_area .txt .contact{display:block; color:#fff; font-weight:500; font-size:20px; letter-spacing:-1px; line-height:1.6; padding:0 0 0 405px;}
.map_area .txt .tx .tel{font-weight:300;}
.map_area .txt .bt{position:absolute;top:50%;right:40px;margin-top:-35px;display:block;border-radius:65px;border:3px solid #fff;color:#fff;font-size:20px;text-align:center;min-width:220px;line-height:60px;height:65px;}

.contact_address {width:100%;height:auto; line-height:1.7;}
.contact_address ul {max-width:1240px;clear: both;padding:0 20px 20px 0px;border-bottom:1px solid #ddd;}
.contact_address ul li {color: #555;margin-top: 5px;margin-bottom: 5px; font-size:16px}
.contact_traffic { max-width:1240px; margin:100px auto; padding:20px; letter-spacing:-0.8px;  clear:both;}
.contact_traffic:after {content: " ";visibility: hidden;display: block;height: 0;padding-bottom:50px;clear: both;}
.contact_traffic ul {border-bottom:1px solid #ddd; padding-bottom:25px}
.contact_traffic .bus {width:100%;}
.contact_traffic .subway {width:100%}
.contact_traffic ul li {color: #555; line-height:33px; font-size:16px}
.contact_traffic h3 { font-size:20px; font-weight:400; letter-spacing:-1px; color:#1a1a1a; padding-bottom:10px; margin-top:25px; text-align:left}



@media all and (max-width: 576px) { 
	.map_area .txt { position: relative; bottom: auto; left: auto; transform: translateX(0); margin-top: -30px; width: auto;}
	.map_area .txt .logo img { height:20px}
	.map_area .txt .contact { font-size: 13px; letter-spacing: 0; line-height: 180%; padding: 20px 0 0;text-align: center; clear:both}
	.map_area .txt .txt_wrap{border-radius: 0px 0px 20px 0px; margin: 0 15px; padding: 0 0 30px;}
	.map_area .txt .bt { position: static; border-radius: 65px;  border-width: 2px; font-size: 15px; margin: 25px auto 0; width: 150px; line-height: 40px; height: 40px;}
	.map_area .txt .logo { position: relative; display: block;  top: auto; left: auto; border-right: 0;  width: 100%; line-height: 70px;  height: 70px;}
}



@media all and (min-width: 577px) and (max-width:992px) {  
	.map_area .txt { position: relative; bottom: auto; left: auto; transform: translateX(0); margin-top: -30px; width: auto;}
	.map_area .txt .logo img { height:20px}
	.map_area .txt .contact { font-size: 13px; letter-spacing: 0; line-height: 180%; padding: 20px 0 0;text-align: center; clear:both}
	.map_area .txt .txt_wrap{border-radius: 0px 0px 20px 0px; margin: 0 15px; padding: 0 0 30px;}
	.map_area .txt .bt { position: static; border-radius: 65px;  border-width: 2px; font-size: 15px; margin: 25px auto 0; width: 150px; line-height: 40px; height: 40px;}
	.map_area .txt .logo { position: relative; display: block;  top: auto; left: auto; border-right: 0;  width: 100%; line-height: 70px;  height: 70px;}
}


@media all and (min-width: 993px) and (max-width:1200px) {  
	.map_area .txt {margin-top: -30px;width: 1024px;}
	.map_area .txt .txt_wrap{border-radius:0px 0px 20px 0px;margin:0 15px;padding:0 0 30px;}
	.map_area .txt .logo{display:block;position:relative;top:auto;left:auto;border-right:0; margin-left:0;width:100%;}
	.map_area .txt .logo:before{content:"";position:absolute;bottom:0;left:50%;margin-left:-88px;background-color:#1a7dd3;width:177px;height:1px;}
	.map_area .txt .contact {line-height:180%;padding:20px 0 0;text-align:center;}
	.map_area .txt .contact .tel{font-weight:300;}
	.map_area .txt .bt{position:static;border-radius:65px;margin:35px auto 0;width:150px;}
}

/*오시는 길*/








/* content01 */
.content01 .box { position: relative; padding-bottom:80px; display:block;}
.content01 .box .img_right { float:right}
.content01 .box .txt_wrap { position: absolute; right: 0; top:45px; background: #fff; padding:50px;  width: 60%;}
.content01 .box .txt_wrap .half-round-tit { display:inline-block;margin-bottom:20px}
.content01 .box .txt_wrap .half-round-tit strong {color:#1a1a1a;  font-size:22px; font-weight:500;  vertical-align: middle;  line-height:1.6; letter-spacing:0;}
.content01 .box .txt_wrap .half-round-tit span { display: inline-block; width:35px; height:35px; line-height:35px; text-align: center;  border-radius: 50%; vertical-align: middle; color: #fff; font-size:16px}
.content01 .box .txt_wrap .half-round-tit span {background:#8abd00; margin-right:10px; float:left}
.content01 .box .txt_wrap p {text-align: justify;}
.content01 .box .txt_wrap02 { position: absolute; left: 0; top:45px; background: #fff; width: 60%;}

@media screen and (max-width: 960px) {
	.content01 .box .img { text-align:center; display:block; float:none; clear:both}
	.content01 .box .img img { width:100%}
	.content01 .box .txt_wrap { width:100%; padding:20px; display:block; position:relative; clear:both}

}
/* content01 */







/* content02 */
.content02 ul li { width:50%; float:left}
.content02 ul li .profile { float:left; padding-bottom:50px; width:48%}
.content02 ul li .profile img { width:100%}
.content02 ul li dl { float:left; padding:0 40px; width:52% }
.content02 ul li dl dt { font-size:22px; font-weight:bold; text-align:left; padding-bottom:20px; color:#1a1a1a; letter-spacing:0}
.content02 ul li dl dt dd {  margin-left: 10px; font-size:17px; color:#444; line-height:1.75; letter-spacing:-0.02em; text-align:left; display:block; clear:both;  }

@media screen and (max-width: 1210px) {
    .content02 ul li { width:49%; margin-left:2%; margin-bottom:6%}
	.content02 ul li:nth-child(2n+1) { margin-left:0}
	.content02 ul li .profile { width:100%}
	.content02 ul li dl { width:100%; padding:0 20px}
}
@media screen and (max-width: 640px) {
	.content02 ul li { width:100%; margin-left:0}

}
/* content02 */





/* content03 */
.content03 li {width:31.3333%; margin-right:3%; min-height:300px;  float:left; text-align:justify;}
.content03 li:nth-child(3n+3){margin-right:0}
.content03 li .web_icon { width:100px; height:100px; margin-bottom:20px; background-color:#c7c7c7; color:#fff; display:table;  margin:0 auto}
.content03 li .web_icon i { text-align:center; font-size:40px; display:table-cell; vertical-align:middle; margin-bottom:20px}
.content03 li h2 {font-size:22px;color:#000;display:block;clear:both;padding-bottom:10px; margin-top:30px; letter-spacing:0; text-align:center}
.content03 li p { text-align:center; word-break:keep-all}
.content03 li .icon_img {text-align:center;padding-top:20px;display:block;}
@media screen and (max-width: 960px) {
	.content03 li { width:50%; margin-right:0}
	.content03 li p { max-width:300px; margin:0 auto}
}

@media screen and (max-width: 640px) {
	.content03 li { width:100%; margin-right:0}
	.content03 li p { max-width:300px; margin:0 auto}
}
/* content03 */




/* content_area04 */
.content04 .point { padding:0 20px 0 0}
.content04 .point p { font-size:22px; font-weight:bold; padding-left:30px; color:#1a1a1a; background-image:url(../img/title_icon.png); background-repeat:no-repeat; background-position:left center;}
.content04 .point h2 { font-size:28px; font-weight:100; color:#f66120; text-align:left; padding:10px 0 0;}
.content04 .colum { max-width:1400px;  margin:0 auto; padding: 30px 0 }
.content04 .colum .left { width:50%; float:left; border-right:1px solid #ddd; padding-right:50px}
.content04 .colum .left h2 { font-size:20px; color:#000; letter-spacing:0; padding-bottom:20px; font-weight:bold}
.content04 .colum .right { width:50%;  float:left; padding-left:50px; line-height:1.8; text-align:left}
.content04 .colum .right h2 { font-size:20px; color:#000; letter-spacing:0; padding-bottom:20px; font-weight:bold}
.content04 .img img { width:100%}
.content04 .content_sub_title { margin:0 auto; padding:30px 0 0}
.content04 .content_sub_title:after { content: " ";visibility: hidden;display: block; height: 0; padding-bottom:50px; clear: both;}
.content04 .content_sub_title .sub_title{float:left; display: block; line-height:1.8; width:25%; color:#1a1a1a; font-size:22px; letter-spacing:0; text-align:left; font-weight:bold; margin:0;  padding:0 0 0 30px; background-image:url(../img/title_icon.png); background-repeat:no-repeat; background-position:left center; box-sizing:border-box}
.content04 .content_sub_title .sub_txt {float:right; width:75%;}
.content04 .content_sub_title .sub_txt .h2 { font-size:20px; }
.content04 .content_sub_title .img { float:left; text-align:right; width:450px }
@media screen and (max-width: 960px) {
	.content04 .colum .left { width:100%; border:0; float:none; padding:0; clear:both}
	.content04 .colum .right { width:100%; padding:20px 0 0  }
	.content04 .content_sub_title .sub_title { width:100%; margin-bottom:20px; clear:both}
	.content04 .content_sub_title .sub_txt { float:left; width:100%}
}

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

}
/* content_area04 */







/* content_area05 */
.content05 .photo_box { margin-bottom:50px; background-color:#f9f9f9; clear:both}
.content05 .photo_box .img { max-width:50%; float:left;display:block}
.content05 .photo_box .img img { width:100%}
.content05 .photo_box .txt { max-width:50%; float:left; padding:50px; background-color:#f9f9f9; display:block}
.content05 .photo_box .txt h2 { font-size:24px; padding-top:50px; letter-spacing:0; font-weight:bold; text-align:left}
.content05 .photo_box .txt p { padding-top:30px; word-break:keep-all}
@media screen and (max-width: 960px) {
	.content05 .photo_box .img { max-width:100%; display:block}
	.content05 .photo_box .txt { max-width:100%;}
	.content05 .photo_box .txt h2 { font-size:24px; font-weight:bold}
}
/* content_area05 */






/* content_area06 */
.content06 .thumb_box  {width:31.3333%; margin-right:3%; display:block; float:left; }
@media screen and (min-width: 961px) {
    .content06 .thumb_box:nth-child(3n+3) { margin-right:0}
}
.content06 .thumb_box .img { width:100%; min-height:300px; background-image:url(../img/rnd03_thumb01.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative}
.content06 .thumb_box .txt { width:100%; padding:20px; text-align:left; clear:both}
.content06 .thumb_box .txt h2 { font-size:24px; text-align:center; letter-spacing:0; font-weight:bold}
.content06 .thumb_box .txt p { padding:20px 0px; text-align:center; }
@media screen and (max-width: 960px) {
    .content06 .thumb_box { width:49%; margin-right:2% }
	.content06 .thumb_box:nth-child(2n+2) { margin-right:0} 
}

@media screen and (max-width: 640px) {
    .content06 .thumb_box { width:100%; margin:0; clear:both; float:none}
}
/* content_area06 */










	