@charset "UTF-8";
/*	@font-face {
	font-family: NotoSansJP;
	src: url(/resources/css/renew/NotoSansJP-VariableFont_wght.ttf);
	}*/
@keyframes infoup {
  0%   {top: 70px; opacity: 0; }
  50%   {opacity: 0.2; }
  100% {top: 0px; }
}
@keyframes pageLoad {
  0%   {top: 200px; opacity: 0; }
  50%   {opacity: 0.7; }
  100% {top: 0px; }
}
@keyframes graphani {
    0% {
        height: 0;
        opacity: 0;
    }
    40% {
        height: 400px;
        opacity: 1;
    }
    100% {
        height: var(--graphH);
        opacity: 1;
    }
}
.txt_red, .color_red{
    color: #ca040c;
}
.w245 {
	width: 255px !important;
	flex-basis : 255px !important;
}
.w410 {
	width: 410px !important;
	flex-basis : 410px !important;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.top-txt {   
	margin-bottom: 50px;
    font-size: 20px;
    font-weight: 450;
    line-height: 1.8em;
}
.padd-top-300 {
	padding-top: 300px!important;
}
.padd-top-200 {
	padding-top: 200px!important;
}

.padd-top-120 {
    padding-top: 120px!important;
}
.mar-top-100 {
    margin-top: 100px !important;
}
.pageLoadAni {
	position: relative;
	animation-name: pageLoad;
	animation-duration: 0.7s;
	animation-iteration-count: 1;
}
.aboutContainer h3, .ecoContainer h3 {
	margin-top: 20px;
}
.aboutContent06 .h4-list {
	margin-bottom: 20px;
} 
h4{
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    margin-left: 10px;
}
p.h4-list{
    margin: 10px 0 0 10px;
}
 .h4-list li{
	position: relative;
	margin-left: 30px;
}
 .h4-list li::before {
	content:"";
	position: absolute;
	top: 12px;
	left: -20px;
	width: 7px; 
	height: 1px;
	background: #444;
}
 .h4-list li.none::before {
	display: none;
}
 .h5-list {	
	position: relative;
	margin: 20px 0 0 10px;
}
 .h4-list li .h5-list li {
	margin-left: 0px;
}
.h4-list li .h5-list li::before {
	display: none;
}
.h4-list li .h5-list li span{
	font-weight: 500;
}

.proIdxContainer , .subContents {
	width: 1300px;
	margin: 0 auto;
	box-sizing: border-box;
	animation-name: fadeIn;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
    background: #fff;
}
.subContents-wide {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	animation-name: fadeIn;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
    background: #fff;;
}
.proIdxContainer .titLayer {
	position: relative;
	width: 410px;
	height: 200px;
	padding-top: 40px;
	color: #fff;
}
.proIdxContainer .titLayer::before {
	content:" ";
	display: block;
	position: absolute;
	left: 0;
	top: -70px;
	width: 410px;
	height: 345px;
	border-radius: 0 50px 0 0;
	background: #00937B;
	z-index: 2;
}
.proIdxContainer .titLayer:after {
	content:"";
	display: block;
	position: absolute;
	left: -330%;
	top: -70px;
    transform: translateX(3px);
	width: 330%;
	height: 345px;
	background: #00937B;
	z-index:1;
}
.proIdxContainer .titLayer h2 {
	position: relative;
	z-index: 3;
}
.aboutContainer .titLayer::before,
.aboutContainer .titLayer::after {
    background: #00937B;
}
.ecoContainer .titLayer::before,
.ecoContainer .titLayer::after {
    background: #00937B;
}
.recontContainer .titLayer::before,
.recontContainer .titLayer::after {
     background: #00937B;
 } 
.cataContainer .titLayer::before,
.cataContainer .titLayer::after {
     background: #00937B;
 }
.top_box_wrap {
	position: relative;
	height: 0px;
}
.top_box_rig {
	position: absolute;
	top: -195px;
	right: 30px;
	width: 800px;
}

.top_box_rig strong {
	display: block;
}
.contentIndexLayer {
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
	padding-bottom: 100px;
	z-index: 5;
}
.product_info {
	margin-bottom: 50px;
}
.product_info ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 50px;
    justify-items: center;

}
.product_info li:nth-child(4),
.product_info li:nth-child(8),
.product_info li:nth-child(16){
margin-right: 0;
}

.product_info .product_item {
	position: relative;
	cursor: pointer;
}
.product_info .product_item span{
	display: block;
	width: 275px;
	height: 225px;
	overflow: hidden;
	transition-duration: 0.5s;
	transition-property: all;
}
.product_info .product_item span:hover {
	box-shadow: 0 5px 10px rgba(0,0,0,0.5);
	}
.product_info .product_item:hover span:after {
	content: "詳細を見る";
	position: absolute;
	left: 0;
	top:0px;
	width: 275px;
	height: 225px;
	padding-top: 110px;
	text-align: center;
	text-decoration: underline;
	color: #fff;
	font-size: 12px;
	animation-name: infoup;
	animation-duration: 0.5s;
	animation-iteration-count: 1;	
	z-index: 0;
	background: rgba(0,0,0,0.5);
	word-wrap: break-word;
	cursor: pointer;
	overflow: hidden;
}
.product_info .product_item span img {
	width: 275px;
	transition-duration: 0.5s;
	transition-property: all;
}
.product_info .product_item:hover span img {
	position: relative;
	width: 295px;
    transform: translate(-5%, -5%);
}
.product_info .product_item strong {
	display: block;
	margin-top: 10px;
	text-align: center;
	font-weight: 400;
}

.product_new {
    min-height: 590px;
	margin-bottom: 97px;
}
.product_new .newproduct_item_layer {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	z-index: 1;
	padding: 80px 0 20px;
	margin:0 3%;
}
.product_new .newproduct_item_layer:before {	
	content: " ";
	position: absolute;
	right: 0;
	top: 0;
	width: 455px;
	height: 150px;
	background: url(/resources/image/renew/sub2/newPro_bg.png) no-repeat;
	z-index: 1;
}
.product_new .newproduct_item_layer:after {
	content: " ";
	position: absolute;
	left: -200%;
	top: 30px;
	width: 400%;
	height: 500px;
	background: #00937be3;
	z-index: -1;
}
.product_new .new-product-item {
	display: flex;
	position: relative;
	top: 0px;
	width: 600px;
	height: 180px;
	padding: 25px;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	background: #fff;
	transition-duration: .5s;
	transition-property: all;
	cursor: pointer;
	z-index: 3;
}
.product_new .new-product-item:hover {
	position: relative;
	top: -7px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}
.product_new .new-product-item span {
	display: block;
	margin-right: 30px;
}
.product_new .new-product-item span img {
	display: block;
	width: 120px;
	height: 120px;	
	border: 1px solid #e1e1e1;
}
.product_new .new-product-item .new-product-info strong{    
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	font-weight: 400;
	text-overflow: ellipsis;
	width: 408px;
    height: 50px;
	margin-bottom: 5px;
	text-align: left;
	overflow: hidden;
}
.product_new .new-product-item .new-product-info p {    
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	width: 90%;
	max-height: 100px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 13px;
	line-height: 22px;
	overflow: hidden;
}
.product_new .new-product-item  .more{
	position: absolute;
	bottom: 15px;
	right: 33px;
	font-size: 11px;

}
.product_new > .more {
	position: relative;
	text-align: center;
	color: #fff;
	z-index: 2;
}
.product_brand {
    background: #fff;
    border-radius:  0 50px 0 0;
}
.product_brand::after {
    content:"";
}
.product_brand h3 {
	margin-bottom: 30px;
}
.product_brand ul {
	display: flex;
	position: relative;
	flex-wrap: wrap;
}
.product_brand li {
	flex-basis : 380px;
	width: 380px;
	margin: 0 20px 30px;
}
.product_brand li:hover {
	box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}
.contentLayer .pro_imgBox {
	margin-bottom: 10px;
}
.contentLayer .pro_imgBox ul{
	display: flex;
	position: relative;
	flex-wrap: wrap;
		
}
.contentLayer .pro_imgBox ul li {
	flex-basis : 193px;
	width: 193px;
	height: 220px;
	margin: 0 10px 20px;
}
.contentLayer .pro_imgBox ul li strong {
	display: block;
	margin-top: 10px;
	font-weight: normal;
	text-align: center;
}
.proCont_wrap {
	position: relative;
	padding-bottom: 80px;
	z-index:5;
}
.proCont_wrap h3 {
	margin-bottom: 30px;
}
.proCont_wrap ul {
	display: flex;
	flex-wrap: wrap;
}
.proCont_wrap ul li{
	position: relative;
	display: table;
	flex-basis : 185px;
	width: 185px;
	height: 75px;
	margin: 0  -1px -1px;
	line-height: 25px;
	text-align: center;
	padding: 5px;
	border: 1px solid #e1e1e1;
	background: #fff;
	box-sizing: border-box;
}
.proCont_wrap ul li a, .proCont_wrap ul li span  {
	display: table-cell; 
	vertical-align: middle;
}

.proCont_wrap a[target="_blank"]:hover:after {
	content:""; 
	position: absolute; 
	left: 0; 
	bottom:-8px; 
	width: 30px; 
	height: 30px; 
	background: url(/resources/image/renew/target_blank.png) no-repeat;
	background-size: 80%;
}
.proCont_wrap .bgLayer {
	position: absolute;
	left: -130%;
	top: -40px;
	width: 500%;
	background: #f5f5f5;
	z-index: -1;
}
.proCont_wrap ul.row{
	position:relative;
	padding-left: 252px;
}
.proCont_wrap ul.row li:nth-child(1) {
	position: absolute;
	top: 0;
	left: 0;
}
.proCont_wrap2 {
	position: relative;
	padding-bottom: 80px;
	z-index:5;
}
.proCont_wrap2 h3 {
	margin-bottom: 30px;
}
.proCont_wrap2 ul li{
	margin-bottom: 20px;
}
.proCont_wrap2 ul li.span{
	position: relative;
	display: table;
	flex-basis : 175px;
	width: 175px;
	height: 75px;
	margin: 0  -0.3px -0.8px;
	line-height: 18px;
	text-align: center;
	padding: 5px;
	border: 1px solid #e1e1e1;
	background: #fff;
	box-sizing: border-box;
}
.proCont_wrap2 ul li a, .proCont_wrap2 ul li span  {
	display: table-row; 
	vertical-align: middle;
}
.proCont_wrap2 a[target="_blank"]:hover:after {
	content:""; 
	position: absolute; 
	left: 0; 
	bottom:-8px; 
	width: 30px; 
	height: 30px; 
	background: url(/resources/image/renew/target_blank.png) no-repeat;
	background-size: 80%;
}
.pro_imgBox.bgLayer_1{
	position: relative;
}
.pro_imgBox.bgLayer_1:after {
	content:" ";
	position: absolute;
	left: -130%;
	top: -40px;
	width: 500%;
	height: 700px;
	background: #f5f5f5;
	z-index: -1;
}
.proCont_wrap2 ul.row{
	position:relative;
	padding-left: 252px;
}
.proCont_wrap2 ul.row li:nth-child(1) {
	position: absolute;
	top: 0;
	left: 0;
}
.subContents .tabMenu{
    --tab-width: 90;
    --tab-length: 10;
    margin: 0 auto 50px;
    overflow: hidden;
}
.proContent .tabMenu > nav {
    display: flex;
    position: relative;
    background-color: #494949;
	color: #fff;
}
.subContents .tab{
    width: calc(100% / var(--tab-length));
    height: 60px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    transition: color 0.15s ease-in;
    z-index: 10;
}
.subContents .tabBg{
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    width: calc(100% / var(--tab-length));
    background-color: #ca040c;
    transition: 0.25s ease-out;
}
.subContents .tab-content{
    display: none;
}

.subContents .tab-content.active{
    display: block;
}

/*회사정보 */
.contentLayer.aboutContent{
	padding:  50px 0 0;
}
.aboutContent .greeting {
	position: relative;
	display: flex;
	width: 1300px;
	height: 520px;
	margin: 0 auto;
	padding-top: 18px;
	z-index: 2;
}
.aboutContent .greeting h3 {
		flex-basis: 40%;
		width: 40%;
		font-size: 38px;
}
.aboutContent .greeting .txtLayout {
		flex-basis:  55%;
		width: 55%;
}
.aboutContent .greeting .txtLayout::after {
	content:"";
	position: absolute;
	bottom: -21px;
	left: 175px;
	width: 230px;
	height: 205px;
	background: url(/resources/image/renew/about/greeting-btm-img.png) no-repeat;
	background-size: 100%;	
	z-index: 20;
}
.aboutContent .greeting .txtLayout strong {
	display: block;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.8em;
}
.aboutContent .greeting .txtLayout strong span {
	font-weight: 800;
}
.aboutContent .greeting .txtLayout p {
	margin-bottom: 15px;
}
.aboutContent .greeting .txtLayout > span {
	display: block;
	margin: 40px 0 50px;
	text-align: right;
	font-weight: 400;
}
.aboutContent  .service {
	position: relative;
	width: 150%;
	height: 1080px;
	left: 50%;
	margin-left:  -70%;
	overflow: hidden;
    border-radius: 0 0 40% 30%;
	background: url(/resources/image/renew/about/service-bg.png) no-repeat;
	background-position: center;
	background-attachment:fixed;
	background-size: cover;
}
.aboutContent  .service  .inner-box::after {
	content: "";
	position: absolute;
	top: 0px;
    transform: translateX(60vw);
	width: 50%;
	height: 30px;
	background: #fff;
	z-index: 1;
}
.aboutContent  .service  .inner-box {
	width: 100vw;
	height: 1080px;
	margin: 0 13%;
}
.aboutContent  .service .textLayout{
	width: 1300px;
	margin: 0 auto;
	z-index: 1;
}
.aboutContent  .service .textLayout::before {
	content: "";
	position: absolute;
	top: 0px;
	width: 100%;
	height: 30px;
	background: url(/resources/image/renew/about/service-top-bg.png) no-repeat;
	background-position-x: -610px;
	z-index: 1;
}
.aboutContent  .service  .textLayout::after {
	content: "";
	position: absolute;
	top: 0px;
    transform: translateX(-70vw);
	width: 50%;
	height: 30px;
	background: #fff;
	z-index: 10;
}
.aboutContent  .service .textLayout ul{
	position: relative;
}
.aboutContent  .service .textLayout li {
	position: absolute;
	width: 270px;
	height: 315px;
	padding: 30px;
	border-radius: 0 30px 0 0;
	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	box-sizing: border-box;
}
.aboutContent  .service .textLayout li:nth-child(1){
	left :70px;
	top: 120px;
	background: rgba(255,255,255, 0.5) url(/resources/image/renew/about/service-icon1.png) no-repeat 20px 270px;
}
.aboutContent  .service .textLayout li:nth-child(2){
	left : 530px;
	top: 240px;
	background: rgba(255,255,255, 0.5) url(/resources/image/renew/about/service-icon2.png) no-repeat 20px 250px;
}
.aboutContent  .service .textLayout li:nth-child(3){
	right: 70px;
	top: 180px;
	background: rgba(255,255,255, 0.5) url(/resources/image/renew/about/service-icon3.png) no-repeat 20px 270px;
}
.aboutContent  .service .textLayout li:nth-child(4){
	left : 70px;
	top: 530px;
	background: rgba(255,255,255, 0.5) url(/resources/image/renew/about/service-icon4.png) no-repeat 20px 250px;
}
.aboutContent  .service .textLayout li:nth-child(5){
	left :530px;
	top: 650px;
	background: rgba(255,255,255, 0.5) url(/resources/image/renew/about/service-icon5.png) no-repeat 20px 270px;
}
.aboutContent  .service .textLayout li:nth-child(6){
	right: 70px;
	top: 590px;
	background: rgba(255,255,255, 0.5) url(/resources/image/renew/about/service-icon6.png) no-repeat 20px 270px;
}
.aboutContent  .service .textLayout li strong{
	display: block;
	margin-bottom: 20px;
	font-size: 17px;
}
.aboutContent .business {
	position: relative;
	width: 150%;
	height: 1080px;
	left: 50%;
	margin-left:  -70%;
	overflow: hidden;
    border-radius: 0 0 40% 30%;
	background-color: #fff;
	z-index: 20;
}
.aboutContent .business  .inner-box {
	width: 100vw;
	height: 1080px;
	margin: 0 13%;
}
.aboutContent .business  .inner-box h3 {
	text-align: center;
	font-size: 38px;
	margin-top: 80px;
}
.aboutContent .business  .textLayout{
	position: relative;
	width: 1300px;
	height: 800px;
	margin: 0 auto;
	z-index: 1;
	background:  url(/resources/image/renew/about/business-dig.png) no-repeat center  100px;
}
.aboutContent .business  .textLayout strong, .aboutContent .business  .textLayout span{
	position: absolute;
	width: 200px;
	font-size: 28px;
	font-weight: 400;
	line-height: 32px;
	text-align: center;
}
.aboutContent .business  .textLayout strong {
	top: 400px;
	left: 548px;
	font-weight: 500;
}
.aboutContent .business  .textLayout .dig01 {
	top: 120px;
	left: 320px;
}
.aboutContent .business  .textLayout .dig02 {
	top: 180px;
	left: 830px;
}
.aboutContent .business  .textLayout .dig03 {
	top: 680px;
	left: 268px;
}
.aboutContent .business  .textLayout .dig04 {
	top: 710px;
	left: 790px;
}
.aboutContent .policy {
	position: relative;
	top: -110px;
	height: 1070px;
	margin-bottom: -110px;
	padding-top: 190px;
	background:  url(/resources/image/renew/about/policy-bg.png) no-repeat;
	background-position: center;
	background-attachment:fixed;
	background-size: cover;
	z-index: 9;
	overflow: hidden;
}
.aboutContent .policy .inner-box {
	width: 1300px;
	margin: 0 auto
}
.aboutContent .policy .inner-box h3 {
	font-size: 26px;
    margin-bottom: 50px;
}
.aboutContent .policy .inner-box h3 span {
	display: block;
	padding-top: 30px;
	font-size: 18px;
}
.aboutContent .policy .inner-box .txtLayout {
	position: relative;
	height: 680px;
}
.aboutContent .policy .inner-box .txtLayout  > div {
	position: relative;
	width: 1300px;
	height: 150px;
	padding: 30px 60px 30px 30px;
    margin: 80px auto 0;
    border-radius: 10px;
	background: rgba(255,255,255,0.4);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-sizing: border-box;
}
.aboutContent .policy .inner-box .txtLayout  > div::after {
	content:"";
	position: absolute;
	width: 135px;
	height: 175px;
}
.aboutContent .policy .inner-box .txtLayout  > div span {
	position: absolute;
	top: -50px;
	left: 0;;
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	text-shadow: 0 3px 2px rgba(0,0,0,0.2);
}
.aboutContent .policy .inner-box .txtLayout  > div strong{
	display: block;
	margin-bottom: 20px;
}
.aboutContent .policy .inner-box .txtLayout  > div.layout01::after {
	right: -60px;
	bottom: -20px;
	background: url(/resources/image/renew/about/policy-icon1.png) no-repeat;
	background-size: 100%;
}
.aboutContent .policy .inner-box .txtLayout  > div.layout02::after {
	right: -60px;
	bottom: -20px;
	background: url(/resources/image/renew/about/policy-icon2.png) no-repeat;
	background-size: 100%;
}
.aboutContent .policy .inner-box .txtLayout  > div.layout03::after {
	right: -70px;
	bottom: -50px;
	background: url(/resources/image/renew/about/policy-icon3.png) no-repeat;
	background-size: 100%;
}
.aboutContent .banner, .aboutContent03 .banner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto
}
.aboutContent .banner > div, .aboutContent03  .banner>div {
	position: relative;
}
.aboutContent .banner > div.layout01,.aboutContent03 .banner>div.layout01 {
	flex-basis: 50%;
	height: 300px;
	background: url(/resources/image/renew/about/banner01.png) no-repeat;
	background-size: cover;
}
.aboutContent .banner  > div.layout02, .aboutContent03 .banner>div.layout02 {
	flex-basis: 50%;
	height: 300px;
	background: url(/resources/image/renew/about/banner02.png) no-repeat;
	background-size: cover;	
}
.aboutContent .banner > div.layout03, .aboutContent03 .banner>div.layout03 {
	flex-basis: 100%;
	height: 390px;
	background: url(/resources/image/renew/about/banner03.png) no-repeat;	
	background-size: cover;
}
.aboutContent .banner > div a,.aboutContent03 .banner>div a {
	color: #fff;
	box-sizing: border-box;
}
.aboutContent .banner > div a strong,.aboutContent03 .banner>div a strong {
	display: block;
	margin-bottom: 20px;
	font-size: 28px;
}
.aboutContent .banner > div.layout01 a, .aboutContent03 .banner>div.layout01 a {
	position: absolute;
	right: 0;
	top: 0;
	width: 650px;
	height: 300px;
	padding-top: 150px;
}
.aboutContent .banner > div.layout02 a, .aboutContent03 .banner>div.layout02 a {
	position: absolute;
	left: 0;
	top: 0;
	width: 650px;
	height: 300px;
	padding: 150px 0 0 30px;
}
.aboutContent .banner > div.layout03 a, .aboutContent03 .banner>div.layout03 a {
	display: block;
	width: 1300px;
	height: 390px;
	margin: 0 auto;
	padding: 50px 0 0 0;
}
.aboutContent03{
    padding: 50px 0 0;
}
.aboutContent03 table{
    width: 1300px;
    margin: 0 auto;
}
.aboutContent03 table td span {
	margin-right: 30px;
}
.aboutContent03 .bannerBar {
    position: relative;
    height: 200px;
    margin: 50px auto 0;
    background: url(/resources/image/renew/about/bannerBar-bg.png) no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    z-index: 9;
    overflow: hidden;
}
.aboutContent03 .bannerBar .inner-box {
    width: 1300px;
    margin: 0 auto;
    padding-top: 80px;
    text-align: center;
    color: #fff;
}
.aboutContent03 .bannerBar .inner-box strong {
    font-size: 38px;
}
 .aboutContent03 .banner {
    margin-top: 80px !important;
 }
.timeline-container .tab-box.tabMenu {
	--tab-width: auto;
    --tab-length: 8;
    overflow: hidden;
}
.timeline-container .top-txt {
    width: 1300px;
    margin: 0 auto;
}
.timeline-container .tab-box-wrap{
    position: absolute;
    top: 130px;
    left: 0;
    width: 100%;
    background: url(/resources/image/renew/about/historyTab-bg.png) no-repeat;
    background-size: cover;
    z-index: 21;
}
.timeline-container .tab-box {
	display: flex;
    margin: 0 auto;
	width: 1225px;
	height: 180px;
}
.timeline-container .navfixed {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.timeline-container .tab-box .tabItem {
	position: relative;
	flex-basis:  155px;
	width: 155px;
	cursor: pointer;
}
.timeline-container .tab-box .tabItem span {
	position: absolute;
	top: 60%;
	left: 30%;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}
.timeline-container .tab-box .tabItem:nth-child(1)::before {
	content: "";
	position: absolute;
	top: 46%;
	left: 50%;
	width: 100%;
	height: 2px;
	background: #b6b6b6;
}
.timeline-container .tab-box .tabItem::before {
	content: "";
	position: absolute;
	top: 46%;
	left: 0px;
	width: 100%;
	height: 2px;
	background: #b6b6b6; 
}
.timeline-container .tab-box .tabItem::after {
	content: "";
	position: absolute;
	top: 40%;
	left: 47%;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #b6b6b6;
	border: 5px solid rgba(123,123,123, .7);
} 
.timeline-container .tab-box .tabItem.tabOn span {
	color: #b33131; 
}
.timeline-container .tab-box .tabItem.tabOn::after {
	background: #fff;
	border: 5px solid rgba(179,49,49, .9);
}
.timeline-content {
	position: relative;
    width: 1300px;
    margin: 0 auto;
	padding-top: 200px;
	z-index: 20;
}
.timeline-content::before {
	content:"";
	position: absolute;
	top: 0;
	left: 150px;
	width: 1px;
	height: 100%;
	background-color: #ccc;
	z-index: 1;
}
.timeline-content .timeline-item {
	display: flex;
	margin-bottom: 30px;
}
.timeline-content h3{
	position: relative;
	flex-basis: 160px;
	width: 160px;
	font-size: 22px;
	line-height: 45px;
	color: #5d6ac9;
}
.timeline-content h3::before {
	content:"";
	position: absolute;
	top: 22px;
	right: 0;
	width: 40px;
	height: 1px;
	background-color: #ccc;
}
.timeline-content h3::after {
	content: "";
	position: absolute;
	top: 19px;
	right: 40px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #b6b6b6;
} 
.timeline-content .timeline-item ul {
	flex-basis: calc(100%-150);
	width: calc(100%-150);
	padding-left: 50px;
	margin-top: 30px;
}
.timeline-content .timeline-item ul  li {
	position: relative;
	display: flex;
	line-height: 45px;
}
.timeline-content .timeline-item ul  li::before {
	content:"";
	position: absolute;
	top: 22px;
	left: -50px;
	width: 20px;
	height: 1px;
	background-color: #ccc;
}
.timeline-content .timeline-item ul  li::after {
	content: "";
	position: absolute;
	top: 20px;
	left: -30px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #b6b6b6;
} 
.timeline-content .timeline-item ul  li strong {
	flex-basis: 90px;
	width: 90px;
	font-weight: 400;
}
.timeline-content .timeline-item ul  li span {
	flex-basis: 140px;
	width: 140px;
}
.timeline-content .timeline-item ul  li p {
	flex-basis: calc(100%-230px);
	width: calc(100%-230px);
}
.aboutContent06 {
    position: relative;
}
.aboutContent06 .tabMenu {
    position: relative;
    font-weight: 500;
    z-index: 100;
    overflow: visible;
}
.aboutContent06 .tabMenu>nav{
    background: none;
}
.aboutContent06 .btn-floor{
    position: absolute;
    top: 620px;
    left: 90px;
    width: 310px;
    height: 50px;
    padding-left: 10px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    line-height: 50px;
    background: #666 url(/resources/image/renew/about/btn-link.png) no-repeat 30px 23px;
    z-index: 15;
}
.aboutContent06 .btn-floor:hover {    
  transition: 0.25s ease-out;
    background: #00937B; url(/resources/image/renew/about/btn-link.png) no-repeat 30px 23px;
}
.aboutContent06 .tab-content {
    position: relative;
    z-index: 40;
}
.aboutContent06 .top-img img {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.aboutContent06 .top-img figcaption{
    border-bottom: 2px solid #777;
    padding-bottom: 10px;
}
.aboutContent06 .about-top-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.aboutContent06 .top-box div h3 {
    font-size: 22px ;
}
.aboutContent06 .top-box div .h4-list {
    margin: 15px auto;
}
.about-top-wrap .top-img {
    position: relative;
    top: 20px;
    flex-basis: 500px;
    width: 500px;
    text-align: center;
    margin: 0 85px 0 0px;
	font-weight: 400;
    z-index: 10;
}
.about-top-wrap .top-box {
    position: relative;
    display: flex;
    flex-basis: 715x;
    width: 715px;
}

.about-top-wrap .top-box:after {
    content:" ";
    position: absolute;
    left: -390%;
    top: -20px;
    width: 630%;
    height: 600px;
    transform: translateX(20%);
    background: #f1f1f1 url(/resources/image/renew/about/about06-mid-bg.png) no-repeat 1000px 0;
    z-index: -1;
}
.about-top-wrap .top-box h3 {
    margin-top: 0;
}
.about-top-wrap .top-box .h5-list{
    margin
}
/*
.about-top-wrap .top-img::before,  
.about-top-wrap .top-img::after {
    content: " ";
    display: block;
    position: absolute;
    width: 450px;
    height: 340px;
    background: #efefef;
    z-index: -1;
}
.about-top-wrap .top-img::before {
    top: -30px;
    left: 50px;
}
.about-top-wrap .top-img::after {
    bottom:  25px;
    right: 50px;
} */
.about-mid-wrap {
    margin-top:  30px;
}
.about-mid-wrap .img-box {
    position: relative;
	width:100%;
	text-align: center;
	margin-bottom: 50px;
	padding: 50px 20px;
    border: 0px solid #e1e1e1;
    z-index: 11;
}
.about-mid-wrap .img-box img {
    display: inline-block;
    margin-right: 20px;
}
.aboutContent06 .floor-container {
    margin-top: 80px;
    padding-top: 50px;
    border-top: 2px dotted #777;
}
.aboutContent06 .floor-container .item {
	display: flex;
	margin: 30px 0 100px 0;
}
.aboutContent06 .floor-container h3 {
    position: relative;
    top: -60px;
	flex-basis: 300px;
	width: 300px;
    height: 150px;
    padding: 20px 50px 20px 20px;
    border-radius:  10px;
    color: #fff;
	text-align: left;
}
.aboutContent06 .floor-container .item:nth-child(1) h3 {
    background: #4163a1;
}
.aboutContent06 .floor-container .item:nth-child(2) h3 {
    background: #785aa4;
}
.aboutContent06 .floor-container .item:nth-child(3) h3 {
    background: #5d6ac9;
}
.aboutContent06 .floor-container .item:nth-child(4) h3 {
    background: #74bbdc;
}
.aboutContent06 .floor-container .item:nth-child(5) h3 {
    background: #9b82ac;
}
.aboutContent06 .floor-container .item:nth-child(6) h3 {
    background: #18b2c4;
}
.aboutContent06 .floor-container h3 span {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 100;
}
.aboutContent06 .floor-container .img-box-wrap {
    position: relative;
    left: -40px;
    display: flex;
    flex-basis: 1000px;
    width: 1000px;
    padding: 30px;
    text-align: center;
    border: 1px solid #e1e1e1;
    background-color: #fff;
} 
.aboutContent06 .floor-container .img-box-wrap .facility {
    flex-basis: calc(100%/3);
    width: calc(100%/3);
}
.aboutContent06 .floor-container .facility-name {
	font-weight: 400 !important;
}
.aboutContent06 .floor-container .facility-name span {
	display: block;
	font-size: 14px;
	font-weight: 300 !important;
}
.aboutContent06 h4 {
	margin-left: 30px;
	font-weight: 300;
	font-size:  18px;
}
.aboutContent06 h4::before {
	content:"";
	position: absolute;
	top: 12px;
	left: -20px;
	width: 7px; 
	height: 1px;
	background: #444;
}
.chart-box {
    position: relative;
    width: 1300px;
    height: 650px;
    margin: 20px auto 50px;
	border: 1px solid #b1b1b1;
}
.chart-box > ul {
    position: relative;
    width: 900px;
    height: 530px;
    margin: 80px auto 0;
}
.chart-box.graph1 {
    background: url(/resources/image/renew/about/graph-bg1.png) no-repeat;
}

.chart-box.graph2 {
    background: url(/resources/image/renew/about/graph-bg2.png) no-repeat;
}

.chart-box.graph3 {
    background: url(/resources/image/renew/about/graph-bg3.png) no-repeat;
}
.chart-box > ul > li:nth-child(1) {
    left: 63px;
}
.chart-box > ul > li:nth-child(2) {
    left: 241px;
}
.chart-box > ul > li:nth-child(3) {
    left: 419px;
}
.chart-box > ul > li:nth-child(4) {
    right: 242px;
}
.chart-box > ul > li:nth-child(5) {
    right: 65px; 
}
.chart-box > ul > li {
    position: absolute;
    bottom: 20px;
    width: 60px;
}
.chart-box > ul > li strong {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    text-align: center;
}
.chart-box > ul > li span {
    position: absolute;
    left: 0;
    bottom: 34px;
    width: 60px;
    text-align: center;
}
.graphAni {
animation-name: graphani;
animation-duration: 2s;
animation-iteration-count: 1;
}
.chart-box>ul>li:nth-child(1) span {
    background: #18b2c4;
}

.chart-box>ul>li:nth-child(2) span {
    background: #9b82ac;
}

.chart-box>ul>li:nth-child(3) span {
    background: #74bbdc;
}

.chart-box>ul>li:nth-child(4) span {
    background: #785aa4;
}

.chart-box>ul>li:nth-child(5) span {
   background: #4163a1;
}
.chart-box.graph1>ul>li:nth-child(1) span {
    --graphH: 382px;
    height: 382px;
}
.chart-box.graph1>ul>li:nth-child(2) span {
    --graphH: 358px;
    height: 358px;
}

.chart-box.graph1>ul>li:nth-child(3) span {
    --graphH: 323px;
    height: 323px;
}

.chart-box.graph1>ul>li:nth-child(4) span {
    --graphH: 355px;
    height: 355px;
}
.chart-box.graph1>ul>li:nth-child(5) span {
    --graphH: 387px;
    height: 387px;
}
.chart-box.graph2>ul>li:nth-child(1) span {
    --graphH: 272px;
    height: 272px;
}

.chart-box.graph2>ul>li:nth-child(2) span {
    --graphH: 180px;
    height: 180px;
}

.chart-box.graph2>ul>li:nth-child(3) span {
    --graphH: 130px;
    height: 130px;
}

.chart-box.graph2>ul>li:nth-child(4) span {
    --graphH: 203px;
    height: 203px;
}
.chart-box.graph2>ul>li:nth-child(5) span {
    --graphH: 290px;
    height: 290px;
}
.chart-box.graph3>ul>li:nth-child(1) span {
    --graphH: 356px;
    height: 356px;
}
.chart-box.graph3>ul>li:nth-child(2) span {
    --graphH: 374px;
    height: 374px;
}
.chart-box.graph3>ul>li:nth-child(3) span {
    --graphH: 379px;
    height: 379px;
}
.chart-box.graph3>ul>li:nth-child(4) span {
    --graphH: 374px;
    height: 374px;
}
.chart-box.graph3>ul>li:nth-child(5) span {
    --graphH: 378px;
    height: 378px;
}
.chart-box>ul>li span em {
    position: relative;
    top: 0px;
    width: 60px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.mid-container {
    position:relative;
    background:  #fff;
}
.aboutContent08 {
    position: relative;
}
.aboutContent08 h4{
    font-size: 20px;
}
.aboutContent08 .tabMenu {
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
}
.aboutContent08 .tabItem {
    position: relative;
    flex-basis: 45%;
    width: 45%;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-weight: 400;
    border: 1px solid #e1e1e1;
    cursor: pointer;
}
.aboutContent08 .tabItem::after{
    content: "+";
    position: absolute;
    right: 10px;
    top: 17px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 30px;
    font-weight: 200;
    color: #777;
}
.aboutContent08 .tabItem span {
    display: block;
    font-size: 15px;
    font-weight: 200;
}
.gallery-box .gallery-item {
    display: flex;
    padding: 50px 0;
    margin: 0 0  50px;
}
.gallery-box .gallery-item:nth-child(even) {
    position: relative;
    background-color: #f5f5f5;
    z-index: 30;
}
.gallery-box .gallery-item:nth-child(even):after{
    content:"";
    position: absolute;
    left: -110%;
    top: 0;
    width: 300%;
    height: 100%;
    transform: translateX(0%);
    background-color: #f5f5f5;
    z-index: 1;
}
.gallery-box .gallery-item h4{
    position:relative;
    flex-basis: 40%;
    width: 40%;
    padding-right: 20px;
    z-index: 30;
}
.gallery-box .gallery-item h4 span {
    display: block;
    font-size: 18px;
    font-weight: 300;;
}
.gallery-box .gallery-item > div {
    position:relative;
    flex-basis: 60%;
    width: 60%;
    z-index: 30;
}
.gallery-box .gallery-item > div .poster {
    position: absolute;
    left: -310px;
    bottom: 0;
    width: 300px;
    overflow: hidden;
    z-index: 30;
}
.gallery-box .gallery-item.even h4{
    padding-right: 0px;
    padding-left: 20px;
}
.gallery-box .gallery-item.even > div .poster {
    right: -290px !important;
}

/*모달창 */
.aboutContainer .modal {
    display:none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
  }
  
  .aboutContainer .modal>.tb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
  }
  
  .aboutContainer .modal>.tb .inner {
    width: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 16px;
  }
  .aboutContainer .modal .top {
    text-align: right;
    border-bottom: 1px solid #ddd;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .aboutContainer .modal .title {
    font-weight: bold;
    font-size: 20px;
  }
  .aboutContainer .modal .close {
    position: relative;
    display: inline-block;
    padding:  5px 20px;
    margin-right: 20px;
  }
  .aboutContainer .modal .close::after {
    content: "";
    position: absolute;
    top: 2px;
    right: -12px;
    width: 30px;
    height: 30px;
    background: url(/resources/image/renew/about/btn-close.png) no-repeat 50%;
    background-size : 50%;    
  }
  .aboutContainer .modal .ct {
    max-height: 70vh;
    height: 70vh;
    overflow-y: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #fff;
  }
  .aboutContainer .modal .ct .gallery-box .gallery-item {
    flex-wrap: wrap;
  }
  .aboutContainer .modal .ct .gallery-item h4 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .aboutContainer  .modal .ct .gallery-item h4 span {
    display: block;
    font-size: 16px;
  } 
  /*// 모달창*/
  .aboutContent05 {
    padding: 0 0 0 50px; 
    
  }
.network-top-wrap {
    position: relative;
    width: 100%;
    height: 650px;
    margin-top: 20px;
    background: rgba(236,247,255, 0.3);
     overflow: hidden;
    z-index: 25;
}.network-top-wrap.fixed {
    position: fixed;
    top:0;
    left: 0;
    margin-top: 0px;
}
.map-img {
    position: absolute;
    left: 50%;
    transform:translateX(-50%);
    width: 1300px;
    height: 650px;
    z-index: 20;
}
 .map-img::before {
     content: " ";
     position: absolute;
     top: 0;
     left: 1px;
     transform: translateX(-100%);
     width: 130%;
     height: 650px;
     background: url(/resources/image/renew/about/network-map-bg.png) repeat;
 }
  .aboutContent05 .tab-wrap{
    position: absolute;
    top: 0;
    left: 41.5%;
    transform: translateX(100%);
    width: 320px;
    height: 650px;
    margin-right: 5px;
    border: 1px solid #e1e1e1;
    z-index: 25;
    background-color: #fff;
}
  .aboutContent05 .tab-wrap.fixed{
    position: fixed;
	top: 0;
    left: 50%;
    transform: translateX(128%);
}
  .aboutContent05 .tab-wrap  .tab-box h4 {
    margin: 3px 0 0 0;
    padding: 5px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background-color: #666;
}
  .aboutContent05 .tab-wrap  .tab-box li{
    padding:  2px 20px;
    cursor: pointer;
}
.aboutContent05 .tab-wrap .tab-box li.tabOn {
    font-weight: 400;
    color:#ca040c
}
  .network-Map-box {
    position:relative;
    width: 1300px;
    height: 650px;
    margin: 0 auto;
    z-index: 25;
  }
  .network-Map-box.mapKorea {
    background: #ecf7ff url(/resources/image/renew/about/network-map-kor.png) no-repeat;
    animation-name: fadeIn;
     animation-duration: 0.5s;
     animation-iteration-count: 1;
    z-index: 25;
  }
  .network-Map-box.mapHK {
    background: #ecf7ff url(/resources/image/renew/about/network-map-hk.png) no-repeat 200px 100px;
    background-size: 40%;
    z-index: 25;
  }
  .network-Map-box.mapHK::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 1px;
    transform: translateX(-100%);
    width: 130%;
    height: 650px;
    background: #ecf7ff;
}
 .network-Map-box.mapHK1 {
    background: #ecf7ff url(/resources/image/renew/about/China-1.png) no-repeat 200px 100px;
    background-size: 40%;
    z-index: 25;
}
 .network-Map-box.mapHK1::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 1px;
    transform: translateX(-100%);
    width: 130%;
    height: 650px;
    background: #ecf7ff; 
	}

.network-Map-box.mapHK2 {
    background: #ecf7ff url(/resources/image/renew/about/China-2.png) no-repeat 200px 100px;
    background-size: 40%;
    z-index: 25;
}
 .network-Map-box.mapHK2::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 1px;
    transform: translateX(-100%);
    width: 130%;
    height: 650px;
    background: #ecf7ff;
}

  .network-Map-box.fixed{
      position: fixed;
      top: 0;
      left: 50%;
      transform: translateX(-31%);
  }
  .network-Cont {
    width: 1300px;
    margin: 30px auto;
  }
  .network-Map-box  .map-icon {
    position: absolute;
    width: 15px;
    height: 21px;
    background: url(/resources/image/renew/about/network-off.png) no-repeat;
    background-size: 100%;
    z-index: 30;
  }
  .network-Map-box .map-icon.tabOn{
    background: url(/resources/image/renew/about/network-on.png) no-repeat;
    background-size: 100%;
    z-index: 45;
}
.network-Map-box.mapKorea .map-icon{
    display: none;
}

.network-Map-box.mapHK .map-icon, .network-Map-box.mapHK1 .map-icon, .network-Map-box.mapHK2 .map-icon {
    display: none;
}
.network-Map-box.mapKorea .map-icon.icon16{
    display: none;
}
.network-Map-box.mapHK .map-icon.icon17 {
    display: none;
}
.network-Map-box.mapHK .map-icon.icon20 {
    display: none;
}
.network-Map-box.mapHK .map-icon.icon21 {
    display: block;
    top: 0;
    right: 0;
    background:none;
}
 .network-Map-box .icon1 {
     top: 440px;
     right: 747px;
 }
 .network-Map-box .icon2 {
	 top: 440px;
	 right: 747px;
 }
 .network-Map-box .icon3 {
     top: 500px;
     left: 377px;
 }
 .network-Map-box .icon4, .network-Map-box .icon18, .network-Map-box .icon19 {
     top: 454px;
     left: 434px;
 }
 .network-Map-box .icon5 {
     top: 422px;
     left: 538px;
 }
 .network-Map-box .icon6 {
     top: 412px;
     right: 703px;
 }
 .network-Map-box .icon7 {
     top: 437px;
     left: 518px;
 }
 .network-Map-box .icon8 {
     top: 438px;
     right: 738px;
 }
 .network-Map-box .icon9 {
	 top: 376px;
	 right: 614px;
 }
 .network-Map-box .icon10 {
	 top: 470Px;
	 left: 489px;
 }
 .network-Map-box .icon11 {
    top: 447px;
    left: 486px;
    z-index: 23;
 }
 .network-Map-box .icon12 {
     top: 526px;
     left: 380px;
	 z-index: 23;
 }
 .network-Map-box .icon13 {
	 top: 440px;
	 right: 747px;
 }
 .network-Map-box .icon14 {
     top: 515px;
     left: 370px;
 }
 .network-Map-box .icon15 {
     top: 376px;
     right: 614px;
 }
 .network-Map-box .icon16, .network-Map-box .icon17, .network-Map-box .icon20, .network-Map-box .icon21 {
   background: none;
}
 .network-Map-box .map-icon .memo {
      display: none;
  }
.network-Map-box > .map-memo {
	display: none;
	position: absolute;
	top: 200px;
	left: 270px;
	width: 330px;
	padding: 20px;
	font-size: 16px;
	border: 1px solid #e1e1e1;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	animation-name:  fadeIn;
	animation-duration: 1s;
	animation-iteration-count: 1;
}
/*  .network-Map-box .map-icon.tabOn .memo {*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: -230px;*/
/*    left: -254px;*/
/*    width: 330px;*/
/*    padding: 20px;*/
/*    font-size: 16px;*/
/*    border: 1px solid #e1e1e1;*/
/*    background-color: #fff;*/
/*    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);*/
/*    animation-name:  fadeIn;*/
/*    animation-duration: 1s;*/
/*    animation-iteration-count: 1;*/
/*}*/
.network-Map-box .map-icon .memo strong {
    display: block;
    font-weight: 400;
}
.network-Map-box .map-icon .memo span{
    display: block;
}
/*.network-Map-box .icon2.tabOn .memo, .network-Map-box .icon13.tabOn .memo {*/
/*    top: 207px;*/
/*    left: -1002px;*/
/*}*/
/*.network-Map-box .icon16.tabOn .memo{*/
/*    top: 190px;*/
/*    left: -1130px;*/
/*}*/
/*.network-Map-box .icon17.tabOn .memo {*/
/*    top: 190px;*/
/*    left: -920px;*/
/*}*/
/*.network-Map-box .icon3.tabOn .memo,*/
/*.network-Map-box .icon11.tabOn .memo,*/
/*.network-Map-box .icon15.tabOn .memo {*/
/*    top: -294px;*/
/*	left: -94px;*/
/*}*/
.network-Cont {
    position: relative;
}
.network-Cont > div:nth-child(even):before {
    content: " ";
    position: absolute;
    top: -10px;
    left: -100%;
    transform: translateX(0);
    width: 300%;
    height: 105%;
    background: #f5f5f5;
    z-index: -8;
}
  .network-item {
    position: relative;
    min-height: 300px;
    margin-top: 30px;
    padding: 30px  0;
    z-index: 21;
  }
  .network-item.top-spaces {
    padding-top: 700px;
}
.network-item h3{
    margin-bottom: 20px;
}
.item-list li {
    line-height: 40px;
}
.item-list strong {
    display: inline-block;
    width: 85px;
}
.network-item .btn-google {
    display: inline-block;
    position: relative;
    top: 13px;
    left: 15px;
    width: 35px;
    height: 35px;
    border: 1px solid #e1e1e1;
    color: #fff;
    text-indent: -500px;
    cursor: pointer;
    background: #fff url(/resources/image/renew/about/btn-google.png) no-repeat center;
    background-size: 60%;
    overflow: hidden;
}
.network-item .bu-img {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 357px;
    height: 257px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    color: #fff;
    overflow: hidden;
}
.network-item .bu-img img{
    width: 357px;
    height: 257px;
    border-radius: 10px;
}
.eco-container {
    padding-bottom:  0!important;
}
.eco-top-wrap {
    position: relative;
    width: 1300px;
    margin: 0 auto 50px;
}
.ecoImg {
    position:absolute;
    right: 0;
    top: 40px;
}
.eco-mid-wrap {
    position: relative;
    width: 100%;
    height: 1080px;
    background: url(/resources/image/renew/eco-bg.png) no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    z-index: 2;
}
.eco-mid-wrap::before{
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 3;
}
.eco-mid-wrap .inner-box {
    position: relative;
    width: 1300px;
    margin: 0 auto;
    padding: 50px 0;
    z-index: 10;
}
.eco-mid-wrap h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;    
}
.eco-mid-wrap p {
    width: 90%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}
.eco-mid-wrap ul {
    width: 100%;
    margin-top: 50px;
}
.eco-mid-wrap li {
    margin: 10px auto;
    padding: 30px 20px;
    font-size: 20px;
    border-radius: 20px;
    background-color: rgba(255,255,255, 0.7);
}

.eco-mid-wrap p span{
    display: block;
    margin-top: 20px;
    text-align: right;
}
.eco-btm-wrap {
    position: relative;
    width: 1300px;
    height: 410px;
    margin: 0 auto;
    padding-top: 50px;
    z-index: 1;
}
.eco-btm-wrap:before {
    content: "";
    position: absolute;
    left: -110%;
    top: 0;
    width: 300%;
    height: 100%;
    transform: translateX(0%);
    background-color: #f5f5f5;
    z-index: -1;
}
.contentLayer.recruit-container {
    padding: 0;
}
.reContainer {
	position: relative;
	top: -40px;
}
.reContainer .subContents .naviWrap p{
    top: 10px;
    z-index: 13;
   color: #fff;
}
.reContainer .recNavi:after {
    display: none;
}
.recontContainer .subContents .naviWrap p{
    z-index: 13;
}
.recruit-top-wrap {
    position: relative;
    left: -20%;
    width: 140%;
    height: 900px;
    transform: translateX(0%);
    border-radius: 0 0 50% 50%;
    background: #00937b url(/resources/image/renew/recruit/recruit-top-bg.png) no-repeat;
    background-position: center bottom;
}
.recruit-Overtop-wrap {
    position: relative;
    left: -20%;
    width: 140%;
    height: 2918px;
    transform: translateX(0%);
    border-radius: 0 0 50% 50%;
    background: #cbd2e4 url(/resources/image/renew/recruit/recruitover-top-bg.png) no-repeat;
    background-position: center bottom;
}
.recruit-top-wrap .inner-box {
    width: 1300px;
    height: 925px;
    margin: 0 auto;
}
.recruit-top-wrap h2 {
    font-size: 48px;
    padding-top: 85px;
    text-align: center;
    font-weight: 700;
    color: #fff;
}
.recruit-top-wrap h2 span{
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
}
.recruit-top-wrap dl {
    display: flex;
    width: 800px;
    margin: 50px auto;
    flex-wrap: wrap;
}
.recruit-top-wrap dt {
    flex-basis: 30%;
    width: 30%;
    height: 55px;
    margin-left: 25px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
    line-height: 55px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    background-color: #ea7f7f;
    z-index: 10;
}
.recruit-top-wrap dd {
    position: relative;
    left: -25px;
    flex-basis: 65%;
    width: 65%;
    margin-bottom: 20px;
    padding-left: 50px;
    font-size: 20px;
    line-height: 55px;
    border-radius: 0 50px 50px 0;
    background-color: #fff;
    z-index: 9;
}
.recruit-mid1-wrap {
    display: flex;
    width: 1300px;
    margin: 80px auto;
}
.recruit-mid1-wrap .inner-box {
    flex-basis: 50%;
    background-position: 490px bottom;
    background-size: 100px;
    background-repeat: no-repeat;
}
.recruit-mid1-wrap > .inner-box:nth-child(1){
    background-image: url(/resources/image/renew/recruit/re-icon1.png);
}
.recruit-mid1-wrap> .inner-box:nth-child(2) {
    background-image: url(/resources/image/renew/recruit/re-icon2.png);
}
.recruit-mid1-wrap h3 {
    margin-bottom: 20px;
}
.recruit-mid2-wrap {
    width: 100%;
    height: 675px;
    background: url(/resources/image/renew/recruit/recruit-mid2-bg.png);
    background-attachment: fixed;
    background-size: cover;
}
.recruit-mid2-wrap .inner-box {
    width: 1300px;
    margin: 0 auto;;
    padding-top: 50px;
}
.recruit-mid2-wrap .inner-box h3 {
    text-align: center;
    color: #fff;
}
.recruit-mid2-wrap .recruit-items {
    position: relative;
    margin-top: 50px;;
}
.recruit-mid2-wrap .item {
    position: absolute;
    padding: 20px 75px 0 75px;
    color: #fff;
    border: 1px solid rgba(255,255,255, 0.3);
}
.recruit-mid2-wrap .item:nth-child(1) {
    left: 0;
    top: 0;
    width: 705px;
    height: 253px;
    margin: 0 5px 5px 0;
}
.recruit-mid2-wrap .item:nth-child(2) {
    right: 0;
    top: 0;
    width: 590px;
    height: 199px;
    margin: 0 0 5px 0;
}
.recruit-mid2-wrap .item:nth-child(3) {
    left: 0;
    top: 258px;
    width: 705px;
    height: 145px;
    margin: 0 5px 0 0;
}
.recruit-mid2-wrap .item:nth-child(4) {
    right: 0;
    top: 204px;
    width: 590px;
    height: 199px;
    margin: 0;
}
.recruit-mid2-wrap .item h4 {
    margin-left: 0;
}
.recruit-btm-wrap .inner-box {
    display: flex;
    width: 1300px;
    margin: 0 auto;
    padding: 105px 0 
}
.recruit-btm-wrap .item {
    flex: calc(100%/4);
    margin-bottom: 50px;
    padding: 120px 20px 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 120px;
}
.recruit-btm-wrap .item:nth-child(1){
    background-image: url(/resources/image/renew/recruit/re-icon3.png);
}
.recruit-btm-wrap .item:nth-child(2) {
    background-image: url(/resources/image/renew/recruit/re-icon4.png);
}
.recruit-btm-wrap .item:nth-child(3) {
    background-image: url(/resources/image/renew/recruit/re-icon5.png);
}
.recruit-btm-wrap .item:nth-child(4) {
    background-image: url(/resources/image/renew/recruit/re-icon6.png);
}
.recruit-btm-wrap .item h4 {
    margin-bottom: 20px;
}
.recruit-btm-wrap .item p span{
    display: block;
}
.inter-top-wrap {
    position: relative;
    left: -80%;
    width: 290%;
    height: 200px;
    margin-bottom: 200px;
    transform: translateX(-300px);
    background: url(/resources/image/renew/recruit/int_1.png) no-repeat right -800px;
    background-size: cover;
}
.inter-top-wrap h3 {
    position: absolute;
    top: 250px;
    left: 1350px;
    font-size: 80px;
    font-weight: 500;;
    opacity: 0.7;
    color: #e1e1e1;
}
.inter-top-wrap p {
    position: absolute;
    top: 200px;
    right:1125px;
    width: 650px;
    height: 285px;
    padding: 25px;
    border-radius: 0  40px 0px 0px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
    background: #3a5da4;
}
.inter-top-wrap p strong, .inter-top-wrap p span {
    display: block;
    margin-bottom: 10px;
    color: #fff;
}
.inter-top-wrap p strong span {
    display: inline;
    font-size: 22px;
}
.inter-wrap {
    width: 100%;   
}
.inter-wrap dt {
    position: relative;
    border-radius: 10px 10px 0 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transition: all 0.5s;
}
.inter-wrap dt::after{    
    content: " ";
    position: absolute;
    right: 50px;
    top: 35px;
    width: 20px;
    height: 20px;
    background: url(/resources/image/renew/recruit/btn_arrow.png) no-repeat;
}
.inter-wrap dt strong {
    display: block;
    margin: 30px 30px 0 20px;
    padding: 0 20px 10px 60px;    
    border-bottom: 2px dotted #777;
}
.inter-wrap dt span {
    position: absolute;
    left: 0;
    top: 20px;
    width: 60px;
    height: 60px;
    padding-left: 10px;
    font-size: 22px;
    line-height: 45px;
    font-weight: 400;
    text-align: center;
    color: #fff;;
    background: #fff url(/resources/image/renew/recruit/qna-q.png) no-repeat 10px top;
    background-size: 50px 55px;
}
.inter-wrap dt.hideDt {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-radius: 10px;
    border-bottom: 1px solid #ddd;
}
.inter-wrap dt.hideDt  strong {  
    border-bottom: none;
}
.inter-wrap dd {
    position: relative;
    margin-bottom: 30px;
    padding: 20px 20px;
    border-radius: 0 0 10px 10px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.inter-wrap dd  p {
    padding: 20px;
    background: #f1f1f1;
}
.office-container {
	margin-top: 50px;
}
.office-container .tab-box.tabMenu {
    overflow: hidden;
}
.office-container .top-txt {
    width: 1300px;
    margin: 0 auto;
}
.office-container .tab-box-wrap{
    position: absolute; 
    top: 0px;
    left: -100%;
    width: 300%;
	height: 180px; 
    transform: translateX(0);
    background: url(/resources/image/renew/recruit/office-top-bg.png) no-repeat center;
    background-size: cover;
    z-index: 21;
}
.office-container .tab-box {
	display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
	width: 1300px;
	height: 180px;
}
.office-container .navfixed {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.office-container .tab-box .tabItem {
    display: table;
	flex-basis:  260px;
	width: 260px;
	cursor: pointer;
}
.office-container .tab-box .tabItem span {
	position: relative;
    display: inline-block;
	font-size: 18px;
    line-height: 18px;
    padding: 20px;
	font-weight: 400;
	color: #fff;
    z-index: 5;
}
.office-container .tab-box .tabItem:hover span,
.office-container .tabItem.tabOn span {
    color: #ca040c;
}
/*.office-container .tab-box .tabItem:hover span::before,
.office-container .tabItem.tabOn span::before {
    content:"";
    position: absolute;
    bottom: 9px;
    left: -7px;
    width: 110%;
    height: 20px;
    background:rgba(179,49,49, .9);
	animation-name: widthslide, fadeIn;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
    z-index: -1;
}*/
.office-content {
	position: relative;
    width: 1300px;
    margin: 0 auto;
	padding-top: 230px;
	z-index: 20;
}
.office-content .office-item {
    position: relative;
	margin-bottom: 80px;
    z-index: 10;
}
.office-content .office-item > div  {
    display: flex;
    flex-wrap: wrap;
}
.office-content .office-item#office1 > div  {
    display: block;
}
.office-content .office-item:nth-child(even):after {
    content:" ";
    position: absolute;
    left: -87%;
    top:-20px;
    width: 300%;
    height: 110%;
    transform: translateX(0);
    background: #f5f5f5;
    z-index: -1;
}
.office-content .office-item h3 {
    flex-basis: 100%;
    width: 100%;
}
.office-content .office-item .office-info {
	flex-basis: 570px;
    width: 570px;
    padding-right: 25px;
	margin-bottom: 50px;
}
.office-content .office-item#office1 .office-info {
    width: 100%;
}
.office-content .office-item .office-info h4 {
    margin-left: 0;
    margin-bottom: 10px;
}
.office-content .office-item .office-info p {
    margin: 10px 0 20px 10px 0;
}
.office-content .office-item .office-info ul  {
    margin-top: 30px;
}
.office-content .office-item .office-info ul  li {
    position: relative;
    padding-left: 20px;
}
.office-content .office-item .office-info ul  li strong::before {
    content:"-";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
}
.office-content .office-item .office-info ul  li strong {
    display: block;
    width: 80px;
    margin-right: 10px;
}

.office-content .office-item .office-info .btn-google {
    position: relative;
    display: inline-block;
    color: #fff;
    width: 35px;
    text-indent: -5000px;
}
.office-content .office-item .office-info .btn-google:before{
    content:" "; 
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    cursor: pointer;
    background: #fff url(/resources/image/renew/about/btn-google.png) no-repeat center;
    background-size: 60%;
}
.office-content .office-item .office-img {
	position: relative;
    flex-basis: 720px;
    width: 720px;    
}
.office-content .office-item#office1 .office-img {
	position: relative;
    width: 100%;    
}
.office-content .office-item .office-img img{
    width: 100%;
}
.skill-container .item:nth-child(1) {
    padding: 0 0 80px;
    background-image: url(/resources/image/renew/recruit/sk-bg1.png);
    background-position:right 220px;
    background-size: 390px;
    z-index: 2;
}
.skill-container .item:nth-child(2) ul {
    background-image: url(/resources/image/renew/recruit/sk-bg2.png);
    background-position: left 60px;
    background-repeat: no-repeat;
    background-size: 400px;
    z-index: 13;
}
.skill-container .item:nth-child(3) {
    background-image: url(/resources/image/renew/recruit/sk-bg3.png);
    background-position:  right 240px;
    background-size: 400px;
    z-index: 2;
}
.skill-container .item {
    position: relative;
    margin-bottom: 100px;
    background-repeat: no-repeat;
	animation-name: infoup;
	animation-duration: 1s;
	animation-iteration-count: 1;
}
.skill-container .item:nth-child(2):after {
    content: "";
    display: block;
    position: absolute;
    left: -100%;
    top: -50px;
    width: 330%;
    height: 115%;
    background: #f1f1f1;
    z-index: -1;
}
.skill-container .item h3 {
    font-size: 18px;
    color: #b33131;
}
.skill-container .item > p {
    font-size: 21px;
    line-height: 34px;
    padding: 10px 0 30px;
    margin-bottom: 60px;
    border-bottom:  1px solid #e1e1e1
}
.skill-container .item ul{
    width: 60%;
    margin-top: 50px;
}
.skill-container .item:nth-child(2) ul {
    padding-left: 40%;
    width: 100%;
}
.skill-container .item ul li {
   margin-bottom: 20px;
    padding: 10px 30px 10px 0;
  
}
.skill-container .item h4 {
    margin: 0 0 10px 0;
}
.cataContent h3 {
    margin-bottom: 30px;
}
.cataContent ul {
    display: flex;
    flex-wrap: wrap;
}
.cataContent ul li {
    flex-basis: calc(100%/3 - 60px);
    width: calc(100%/3- 60px);
    display: flex;
    margin-right: 30px;
    margin-bottom: 30px;
}

.cataContent ul li:nth-child(3n) {
    margin-right: 0;
}

.cataContent ul li a {
    display: flex;
    flex-basis: 100%;
    width: 100%;
}
.cataContent ul li a:hover {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
	transition: all 0.5s;
}
.cataContent .cataImg {
    position: relative;
    flex-basis: 180px;
    width: 180px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    z-index: 3;
}
.cataContent .cataImg img {
    width: 180px;
    border-radius: 10px 0 0 10px;
}
.cataContent .cataTit {
    position: relative;
    left: -1px;
    flex-basis: 210px;
    width: 210px;
    padding: 20px;
    border-radius: 0 10px 10px 0;
    background: #f1f1f1;
    z-index: 10;
}
.cataContent .cataTit::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 45%;
    width: 20px;
    height: 40px;
    background: url(/resources/image/renew/catalog/cata-arrow.png) no-repeat;
    z-index: 10;
}
.cataContent .cataTit strong {
    font-weight: 200;
}
.cataContent .catalogo {
    display: block;
    margin-bottom: 30px;
    padding: 5px;
    width: 100%;
    height: 45px;
    border-radius: 50px;
    background: #fff;
    text-align: center;
}
.cataContent .catalogo img {
    height: 35px;
}
.cataContent p{
    padding: 30px 0 50px; 
    margin-bottom: 100px;
    border-bottom: 1px solid #b1b1b1;
}
.cataviewContent {
    display: flex;
}
.cataviewContent .cata-viewer {
    flex-basis: 70%;
}
.cataviewContent .cata-ofcontents {
    flex-basis: 30%;
}
.cataviewContent .cata-ofcontents h3 {
    background: #04306a;
    padding: 5px;
    height: 36px;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.cataviewContent .cata-ofcontents .top-img {
    padding: 10px;
    margin-bottom: 10px;
    min-height: 200px;
    max-height: 200px;
    font-size: 15px;
    line-height:20px ;
    text-align: center;
    overflow-y: scroll;
    border-bottom: 1px solid #777;
}
.cataviewContent .cata-ofcontents .top-img img {
    width: 85px;;
}
.cataviewContent .cata-ofcontents ul {
    height: 833px;
    overflow-y: scroll;
}
.cataviewContent .cata-ofcontents li {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #e1e1e1;
}

.cataviewContent .cata-ofcontents .tabMenu.top-img nav {
    display: flex;
}
.cataviewContent .cata-ofcontents .tabMenu.top-img .tab {
    flex-basis: 50%;
}
.cataviewContent .cata-ofcontents .top-img figcaption {
    font-size: 16px;
    display: block;
    margin-top: 10px;
}
.cataviewContent .cata-ofcontents li a{
    display: table-cell;
    padding-right: 35px;
    text-align: left;
    vertical-align: middle;
    line-height: 20px;
    font-size: 15px;
    background-color: #fff;
}
.cataviewContent .cata-ofcontents li span {
    display: table-cell;
    position: relative;
    right: 10px;
    width: 30px;
    height: 18px;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    font-size: 14px;
    border: 1px solid #e1e1e1;
    border-radius: 50px;
}
.cata_table {
    display: flex;
}
.cata_table .cata-viewer {
    flex-basis: 60%;
    width: 60%;
}
.cata_table .cata-ofcontents {
    flex-basis: 40%;
    width: 40%;
}
.cata-ofcontents .list-box {
    height: 833px;
    overflow-y: scroll;
}
.cataContainer .catalistLayout {
    display: flex;
}
.cataContainer .catalistLayout .cataImg {
    flex-basis: 250px;
    width: 250px;
    margin-right: 50px;    
    padding-top: 50px;
    text-align: center;
}
.cataContainer .catalistLayout .cataImg img {
    width: 150px;
}
.cataContainer .catalistLayout .catalog-list {
    flex-basis: 1000px;
    width: 1000px;
}
.cataContainer .catalog-list  {
    margin-top: 40px;
}
.cataContainer .catalog-list li {
    margin-bottom: 20px;
    padding: 0px 20px 20px;
    border-bottom: 1px solid #777;
}
.cataContainer .catalog-list li h4 {
    margin: 0 0 15px;
}
.table-list {
    border-top: none ;
}
.table-list th, .table-list td {
    border-top: none ;
    border-bottom: 1px solid #e1e1e1;
}
/*모달창 */
.pavilion-section .modal {
    display:none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
  }
  
  .pavilion-section .modal>.tb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
  }
  
  .pavilion-section .modal>.tb .inner {
    width:900px;
    max-width:900px;
    background: #fff;
    padding: 10px;
  }
  .pavilion-section  .modal .top {
    position: relative;
    justify-content: space-between;
  }
  .pavilion-section .modal .close {
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .pavilion-section .modal .ct {
    max-height: 600px;
    overflow-y: auto;
    background-color: #fff;
  }
  .pavilion-section .modal .ct .title-box {
    padding: 20px;
    text-align: center;
  }
  .pavilion-section .modal .ct .company_desc_inner {
    margin: 10px;
    font-size: 17px;
  } 
  .pavilion-section .modal .ct .sub_title {
    display: inline-block;
    font-size: 24px;
    margin: 10px 10px 20px 10px;
  }
  .pavilion-section .modal .ct .btn_link {
    display:  inline-block;
    background: #cc131a;
  }
  .pavilion-section .modal .ct .btn_link a {
    display: inline-block;
    padding: 3px 10px;
    color: #fff;
  }
  .pavilion-section .modal .ct .gallery-box {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .pavilion-section .modal .ct .gallery-box span {
    margin-right: 5px;
  }
  /*// 모달창*/