/*인사말*/
.greeting{position:relative; max-width:1400px}
.greeting .img{position:relative; height:550px;  background:url(../img/bg_greeting.jpg) no-repeat 50%; background-size:cover;}
.greeting .tit{position:absolute; top:30px; right:100px; width:514px; padding:80px; background:#282e0f}
.greeting .tit:before{content:''; display:block; position:absolute; top:-23px; left:50px; width:1px; height:80px; margin:0; background:#fff;}

.greeting .tit h2{margin-bottom:10px; color:#fff; font-size:36px; line-height:1.6; text-align:left; letter-spacing:3px}
.greeting .tit h5{position:relative; margin:0; color:#fff; font-size:18px; font-weight:100;  line-height:1.6; word-break:keep-all; box-sizing:border-box; text-align:left; letter-spacing:-1px}

.greeting .tit h5 span{display:block; font-weight:600;}
.greeting .colum { padding:50px 20px 70px 20px;  max-width:1100px; margin:0 auto}
.greeting .colum:after{clear:both; content:""; display:block;}
.greeting .colum .left{float:left; width:48%; text-align:justify; }
.greeting .colum .right{float:right; width:48%; text-align:justify; }
.greeting .sign {text-align:right; font-size:1.125em; font-weight:bold; color:#222; margin-top:60px; padding-right:20px;  background-repeat:no-repeat; background-position:right center; line-height:50px;}
.greeting .sign .name { font-size:24px}

@media (max-width: 980px){
   	.greeting .tit{position:relative; width:100%; height:auto; padding:50px; top:0; right:0;}
	.greeting .tit h2{font-size:32px;}
	.greeting .img { height:253px}
	.greeting .img:before{left:50%; width:300px; height:310px; margin-left:-150px; background-size:cover;}
	.greeting .colum .left { width:100%; clear:both}
	.greeting .colum .right { width:100%; padding-top:20px; clear:both}

}
/*인사말*/




/*그룹소개*/
.company_info  { width:100%; height:auto;  }
.company_info .img_page { height:550px; margin: 0 30px; background-image:url(../img/company_info_bg_company.png); background-position:center; background-size: ; background-repeat:no-repeat;} 
.company_info .txt_page {display: flex; flex-flow: wrap; max-width:1400px; margin:0px auto; margin-top: -50px; background-color: #fff; padding:100px}
.company_info .txt_page h2 {width: 30%; vertical-align:top;  font-size: 35px; letter-spacing: 3px; line-height: 1; font-weight: 600; margin-bottom: 44px;  }
.company_info .txt_page p { width: 70%;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}

.n_company_tit {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.company_info .n_company_tit h2 {
	width: unset;
	text-align: right;
  line-height: 1.4;
	padding-right: 15px;
}

/* .company_info .n_company_tit p {
} */

@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}
	.company_info .img_page  { background-size:cover; height:300px;margin: 0 20px;  }
	.company_info .txt_page {padding:20px}
	.company_info .txt_page h2 {width: 100%; font-size: 32px;  }
	.company_info .txt_page p { width: 100%;}
	.company_info .n_company_tit h2 {
		text-align: center;
	}
}
@media (max-width: 640px){
	.company_info .img_page  { background-size:cover; height:300px;margin: 0 20px;  }
	.company_info .tl_title_box_wrap li { width:100%; margin-left:0; margin-bottom:3%;}
	.company_info .txt_page {padding:20px; margin-top: 5%;}
	.company_info .txt_page h2 {width: 100%; font-size: 32px;  }
	.company_info .txt_page p { width: 100%;}
}
/*그룹소개*/





/*연혁*/
.history_area {position: relative;width: 100%;padding: 5% 0;}
.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: 20px;line-height: 1.6;color: #1a1a1a;font-weight: 500;}
.history_area dd p {display: block;}
.history_area dd .img_box {display: block;margin-top: 39px;}
.right {text-align: right;}
.left {text-align: left;}
.fr {float: right;}
.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;}	
}
/*연혁*/

/* {{{ n_company_history */
#n_company_history {
	max-width: 1400px;
	margin: 0 auto;
}

.n_company_color01 dt,
.n_company_color01 dd strong {
	color: #0B6D3E;
}
.n_company_color02 dt,
.n_company_color02 dd strong {
	color: #004AAD;
}
/* n_company_history }}} */





/*오시는 길*/
.contact_area { display: flex; flex-flow: wrap;}
.map_area{position:relative;}
.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:40%;height:auto; line-height:1.7;}
.contact_address ul {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_address { max-width:1240px; clear:both;}
.contact_address:after {content: " ";visibility: hidden;display: block;height: 0;padding-bottom:50px;clear: both;}
.contact_address ul {border-bottom:1px solid #ddd; padding-bottom:25px}
.contact_address .bus {width:100%; padding:50px 0;}
.contact_address .subway {width:100%; padding:50px 0}
.contact_address ul li {color: #555; line-height:33px; font-size:16px}
.contact_address h3 { font-size:20px; font-weight:400; letter-spacing:-1px; color:#1a1a1a; padding-bottom:10px; text-align:left}

.contact_map {width:60%;height:auto; line-height:1.7; padding-right: 30px;}

@media (max-width: 1400px){
	.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;}
	.contact_address {width:100%;}
	.contact_map {width:100%;; padding: 30px 0px;}
}

@media screen and (max-width: 640px) {
	.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;}
	.contact_address {width:100%;}	
	.contact_map {width:100%;; padding: 30px 0px;}
}
/*오시는 길*/








/* content01 */
.content01 .box { position: relative; padding-bottom:80px; display:block;}
.content01 .box .img_right { float:right}
.content01 .box .img_right img { border-radius: 15px; box-shadow: 0 2px 4px  rgba(0,0,0,0.4), 0 7px 13px -3px rgba(0, 0, 0, 0.09),inset 0 -3px 0  rgba(0,0,0,0.2);}
.content01 .box .img_left img { border-radius: 15px; box-shadow: 0 2px 4px  rgba(0,0,0,0.4), 0 7px 13px -3px rgba(0, 0, 0, 0.09),inset 0 -3px 0  rgba(0,0,0,0.2);}
.content01 .box .txt_wrap { position: absolute; right: 0; top:13px; background: rgba(255, 255, 255, 0.8); padding:50px;  width: 60%; height: 77%; border-radius: 15px; box-shadow: 0 2px 4px  rgba(0,0,0,0.4), 0 7px 13px -3px rgba(0, 0, 0, 0.09),inset 0 -3px 0  rgba(0,0,0,0.2);}
.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:#00a1e4; margin-right:10px; float:left; box-shadow: 0 2px 4px  rgba(0,0,0,0.4), 0 7px 13px -3px rgba(0, 0, 0, 0.09),inset 0 -3px 0  rgba(0,0,0,0.2);}
.content01 .box .txt_wrap p {text-align: justify;}
.content01 .box .txt_wrap02 { position: absolute; left: 0; top:13px; background: rgba(255, 255, 255, 0.8); width: 60%; height: 77%;}
.content01 .box .txt_wrap03 {
	height: 18%;
	top: 18px;
}

.strong_cen {
	display: flex !important;
	justify-content: center !important;
}

.tech_center_img img {
	width: 100% !important;
	text-align: center !important;
    display: block  !important;
    float: none  !important;
    clear: both  !important;
}

.tech_center {
	width: 100%  !important;
    margin: 0 auto  !important;
    padding: 20px  !important;
    display: block  !important;
    position: relative  !important;
    clear: both  !important;
}

.t-4 {
	margin-top: 80px !important;
}

#location1,
#location2,
#location3,
#location4,
#location5,
#location6 {
	position: absolute;
	top: -300px;
}

@media screen and (max-width: 1399px) {
	.tech_center_img {
		width: 90% !important;
		margin: 0 auto;
	}
	
	.tech_center {
		width: 90% !important;
	}
}


@media screen and (max-width: 960px) {
	.content01 .box .img { text-align:center; display:block; float:none; clear:both}
	.content01 .box .img img { width:90%; margin: 0 auto;}
	.content01 .box .txt_wrap { width:90%; margin: 0 auto; padding:20px; display:block; position:relative; clear:both}

}
/* content01 */







/* content02 */
.content02 ul li { width:50%; float:left}
.content02 ul li .profile { float:left; margin-bottom: 50px; width:48%; box-shadow: 0 2px 4px  rgba(0,0,0,0.4), 0 7px 13px -3px rgba(0, 0, 0, 0.09),inset 0 -3px 0  rgba(0,0,0,0.2); border-radius: 15px; overflow: hidden;}
.content02 ul li .profile img { width:100%}
.content02 ul li dl { float:left; padding:0 5%; width:52% }
.content02 ul li dl dt { 
	font-size:1.2rem; 
	font-weight:bold; 
	text-align:left; 
	padding: 0 10% 0 10%; 
	color:#1a1a1a; 
	letter-spacing:0; 
	/* box-shadow: 0 2px 4px  rgba(0,0,0,0.4), 0 7px 13px -3px rgba(0, 0, 0, 0.09),inset 0 -3px 0  rgba(0,0,0,0.2); */ 
	border-radius: 15px; 
	margin-bottom: 20px;
}
.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;  }
.content02 ul li dl dd {
/* 	box-shadow: 0 2px 4px  rgba(0,0,0,0.4), 0 7px 13px -3px rgba(0, 0, 0, 0.09),inset 0 -3px 0  rgba(0,0,0,0.2); */
	border-radius: 15px;
	padding: 0 10%;
}

@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}
	.content02 ul li .profile { margin-bottom: 20px !important;}
}
@media screen and (max-width: 640px) {
	.content02 ul li { width:100%; margin-left:0}
	.content02 ul li dl dd { margin-bottom: 5%;}
}
/* content02 */

/* {{{ n_vision */
.n_vision_ul {
	display: flex;
  flex-direction: column;
  align-items: center;
}

.n_vision_ul li {
	padding-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
  align-items: center;
}

.n_vision_ul li .profile {
	margin-bottom: unset !important;
}
/* n_vision }}} */





/* content03 */
.content03 li { width:50%; margin-top: 5%;  float:left; text-align:justify;}
.content03 li:nth-child(3n+3){margin-right:0}
.content03 li .web_icon { width:100px; height:100px; background-color:#c7c7c7; color:#fff; display:table;  margin:0 auto ; box-shadow: 0 2px 4px  rgba(0,0,0,0.4), 0 7px 13px -3px rgba(0, 0, 0, 0.09),inset 0 -3px 0  rgba(0,0,0,0.2); border-radius: 15px; overflow: hidden; margin-bottom: 3%;}
.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:1.2rem;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;}

/* .content03 {
	box-shadow: 0 2px 4px rgb(0 0 0 / 40%), 0 7px 13px -3px rgb(0 0 0 / 9%), inset 0 -3px 0 rgb(0 0 0 / 20%);
    border-radius: 15px;
    padding: 0 5% 5%;
} */

#man1 {
	width: 100%;
	padding: 0 20px 3%;
	margin-top: 5%;
}

@media screen and (max-width: 960px) {
	.content03 li { width:50%; margin-right:0; margin-top: 20%;}
	.content03 li p { margin:0 auto}
}

@media screen and (max-width: 640px) {
	.content03 li { width:100%; margin-right:0}
}
/* content03 */

/* {{{ n_manpower */
#n_manpower_wrap {
	padding-bottom: 50px;
}
/* n_manpower }}} */



/* 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:12%; color:#1a1a1a; font-size:22px; letter-spacing:0; text-align:left; font-weight:bold; margin:0;  padding:0 0 0 40px; /* background-image:url(../img/title_icon.png); */ background-repeat:no-repeat; background-position:left center; box-sizing:border-box; margin-left: 2%;}
.content04 .content_sub_title .sub_txt {
	float:right; 
	width:85%;
	box-shadow: 0 2px 4px  rgba(0,0,0,0.4), 0 7px 13px -3px rgba(0, 0, 0, 0.09),inset 0 -3px 0  rgba(0,0,0,0.2);
	border-radius: 15px;
	margin-top: -10px;
	padding: 30px;
}
.content04 .content_sub_title .sub_txt .h2 { font-size:20px; }
.content04 .content_sub_title .img { float:left; text-align:right; width:450px }
.content04 .content_sub_title .sub_title img { margin: 5% 5% 5% 0;}

/* {{{ n_patent */
.content04 div[id^="n_patent_box"] .sub_txt::before {
	content: "";
	display: block;
	clip-path: polygon(50% 0%, 0 50%, 49% 100%);
	background-color: #000;
}

#n_patent_box01 .sub_txt {
	background-color: #E1F4FD;
}

#n_patent_box02 .sub_txt  {
	background-color: #FAEFD3;
}

#n_patent_box03 .sub_txt  {
	background-color: #C2F4B3;
}
/* n_patent }}} */
@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; margin-left: 5%;}
	.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%; margin-bottom: 3%;display:block; float:left; border-radius: 15px; overflow: hidden;box-shadow: 0 2px 4px  rgba(0,0,0,0.4), 0 7px 13px -3px rgba(0, 0, 0, 0.09),inset 0 -3px 0  rgba(0,0,0,0.2);}
@media screen and (min-width: 961px) {
    .content06 .thumb_box:nth-child(3n+3) { margin-right:0}
}
.content06 .thumb_box .img1 { width:100%; min-height:300px; background-image:url(../img/n_careers_img01.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative; box-shadow: 0 2px 4px  rgba(0,0,0,0.4), 0 7px 13px -3px rgba(0, 0, 0, 0.09),inset 0 -3px 0  rgba(0,0,0,0.2);}
.content06 .thumb_box .img2 { width:100%; min-height:300px; background-image:url(../img/n_careers_img02.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative; box-shadow: 0 2px 4px  rgba(0,0,0,0.4), 0 7px 13px -3px rgba(0, 0, 0, 0.09),inset 0 -3px 0  rgba(0,0,0,0.2);}
.content06 .thumb_box .img3 { width:100%; min-height:300px; background-image:url(../img/n_careers_img03.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative; box-shadow: 0 2px 4px  rgba(0,0,0,0.4), 0 7px 13px -3px rgba(0, 0, 0, 0.09),inset 0 -3px 0  rgba(0,0,0,0.2);}
.content06 .thumb_box .img4 { width:100%; min-height:300px; background-image:url(../img/n_careers_img04.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative; box-shadow: 0 2px 4px  rgba(0,0,0,0.4), 0 7px 13px -3px rgba(0, 0, 0, 0.09),inset 0 -3px 0  rgba(0,0,0,0.2);}
.content06 .thumb_box .img5 { width:100%; min-height:300px; background-image:url(../img/n_careers_img05.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative; box-shadow: 0 2px 4px  rgba(0,0,0,0.4), 0 7px 13px -3px rgba(0, 0, 0, 0.09),inset 0 -3px 0  rgba(0,0,0,0.2);}
.content06 .thumb_box .img6 { width:100%; min-height:300px; background-image:url(../img/careers6.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative; box-shadow: 0 2px 4px  rgba(0,0,0,0.4), 0 7px 13px -3px rgba(0, 0, 0, 0.09),inset 0 -3px 0  rgba(0,0,0,0.2);}
/* {{{ n_careers */
#n_careers_img {
	box-shadow: unset;
	border-radius: unset;
	width: 42.5%;
  margin-right: unset;
	margin-bottom: 7%;
}

#n_careers_img div[class^="img"] {
	padding-bottom: 70%;
	border-radius: 10px;
	background-position: center;
	min-height: unset;
}

.content06 #n_careers_img:nth-child(2n+2) {
	margin-right: 0;
}

.content06 {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
/* n_careers }}} */
.content06 .thumb_box .txt { width:100%;/* height: 175px;  */padding:20px; padding-bottom: 5%; /* 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; margin-bottom: 5%;}
		#n_careers_img {
			width: 100%;
		}
}
/* content_area06 */

/* core-up */
.core-up li { width:50%; margin-top: 5%; float:left; text-align:justify;}
.core-up li:nth-child(3n+3){margin-right:0}
.core-up li .web_icon { width:100px; height:100px; background-color:#c7c7c7; color:#fff; display:table;  margin:0 auto ; box-shadow: 0 2px 4px  rgba(0,0,0,0.4), 0 7px 13px -3px rgba(0, 0, 0, 0.09),inset 0 -3px 0  rgba(0,0,0,0.2); border-radius: 15px; overflow: hidden; margin-bottom: 3%;}
.core-up li .web_icon i { text-align:center; font-size:40px; display:table-cell; vertical-align:middle; margin-bottom:20px}
.core-up li h2 {font-size:1.2rem;color:#000;display:block;clear:both;padding-bottom:10px; margin-top:30px; letter-spacing:0; text-align:center; width: 75%; margin: 0 auto;}
.core-up li p { text-align:center; word-break:keep-all}
.core-up li .icon_img {text-align:center;padding-top:20px;display:block;}
.core-up_logo img {
	margin-right: 2%;
	width: 15%;
}

/* .core-up {
	box-shadow: 0 2px 4px rgb(0 0 0 / 40%), 0 7px 13px -3px rgb(0 0 0 / 9%), inset 0 -3px 0 rgb(0 0 0 / 20%);
    border-radius: 15px;
    padding: 0 5% 5%;
} */


@media screen and (max-width: 960px) {
	.core-up li { width:50%; margin-right:0; margin-top: 20%;}
	.core-up li p { max-width:300px; margin:0 auto}
	.core-up_logo img { width: 20%; }
}

@media screen and (max-width: 640px) {
	.core-up li { width:100%; margin-right:0}
	.core-up li p { max-width:300px; margin:0 auto}
	.core-up_logo img { width: 17%; }
}
/* core-up */














	