@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Pacifico&display=swap');
.sectionBanner{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction:column;
	height: 470px;
	border-bottom: 1px solid #eeeeee;
	position: relative;
}
.blankSection{
	display:flex;
	justify-content:center;
	align-items:center;
	height:120px;
	background-color:#ffffff;
	font-family: 'Great Vibes', cursive;
	color:#f8f8f8;
	font-size:2.7rem;
	font-style: italic;
}
.sectionBanner > p:first-child{
	font-size: 5.0rem;
	color:#ffffff;
}
.sectionBanner > p.contentBannerSubTitle {
	font-size: 2.0rem;
	color:#ffffff;
}
.contentTitle{
	display: flex;
	justify-content: center;
	align-items: center;
	padding:20px;
	font-size:2.0em;
	font-weight: 700;
	border-bottom:1px solid #eeeeee;
	margin:0 auto;
	width:1440px;
}
.contentTitle > span{
	font-size:1.3rem;
}

.contentBannerTitleAni{
	opacity: 0;
    transform: translateY(-50px);
    animation: contentBannerTitleAniStart 0.5s ease-in-out forwards;
}

@keyframes contentBannerTitleAniStart {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contentBannerSubTitleAni{
	opacity: 0;
    transform: translateY(100px);
    animation: contentBannerSubTitleAniStart 0.5s ease-in-out forwards;
}

@keyframes contentBannerSubTitleAniStart {
    to {
        opacity: 1; /* 끝 투명도 설정 */
        transform: translateY(0); /* 끝 위치 설정 (원래 위치로 복귀) */
    }
}
.chartWrapper, .companyOrganizationChartWrapper{
	background-image: url(/images/source/history_back.png);
	background-position: center;
	background-repeat: no-repeat;
}
.companyOrganizationChartWrapper{
	background-image: url(/images/source/organization_back.png);
}
.chartWrapper, .companyOrganizationChartWrapper, .certificationTechnologyWrapper, .companyOverViewWrapper,
.companyGreetingsWrapper, .constructionWrapper{
	width:1440px;
	padding: 20px;
	margin: 0 auto;
}
.companyOrganizationChartWrapper{
	padding-top: 100px;
	padding-bottom: 100px;
}
.chartWrapper > section, .companyGreetingsWrapper > section{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	position: relative;
	height:1200px;
}
.yearBarWrapper{
	display: flex;
	justify-content: center;
	width:13px;
	height:1200px;
	position: absolute;
	z-index: -1;
}
.yearBar{
	width:1px;
	height:100%;
	background-color: #dcdcdc;
}
.yearContent{
	display: flex;
	justify-content: center;
}
.leftContent, .rightContent{
	display: flex;
	justify-content: center;
	flex-direction: column;
	width:500px;
	opacity: 0;
}
.leftContent{
	align-items:flex-end;
	padding-right:20px;
}
.rightContent{
	align-items:flex-start;
	padding-left:20px;
}

.animateFromLeft{
	animation: slideInFromLeft 1s ease-out forwards;
}
.animateFromRight{
	animation: slideInFromRight 1s ease-out forwards;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.leftContent .year, .rightContent .year{
	font-size:1.5rem;
	font-weight:700;
	padding-bottom:10px;
}
.leftContent .chartText{
	display: flex;
	align-items:flex-end;
	flex-direction: column;
	padding-right:20px;
}
.rightContent .chartText{
	padding-left:20px;
}
.contentFooter{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	padding:20px;
	font-size:1.1em;
	background-color:#212529;
	margin: 20px 0;
	color:#81868a;
	text-align: center;
	width:100%;
	margin: 0 auto;
}

.yearCon_left{
	opacity: 0;
    transform: translateX(-50px);
    animation: yearCon_leftAniStart 0.5s ease-in-out forwards;
}

@keyframes yearCon_leftAniStart {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.yearCon_right{
	opacity: 0;
    transform: translateX(50px);
    animation: yearCon_rightAniStart 0.5s ease-in-out forwards;
}

@keyframes yearCon_rightAniStart {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.yearCon_leftCon{
	opacity: 0;
    transform: translateX(-50px);
    animation: yearCon_leftConAniStart 0.8s ease-in-out forwards;
}

@keyframes yearCon_leftConAniStart {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.yearCon_rightCon{
	opacity: 0;
    transform: translateX(50px);
    animation: yearCon_rightConAniStart 0.8s ease-in-out forwards;
}

@keyframes yearCon_rightConAniStart {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.contentFooter > p:first-child{
	font-size:1.3em;
}
.chartSection{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction: column;
}
.ceo{
	display:flex;
	justify-content:center;
	align-items:center;
	padding:10px;
	background-color:#4d708e;
	color:#ffffff;
	width:100px;
	font-size:1.5rem;
	font-weight:700;
}
.chartSectionBar{
	width:1px;
	height:50px;
	background-color:#212529;
}
.chartSectionSap{
	height:1px;
	background-color:#212529;
	width:735px;
}
.chartSectionSub, .chartSectionSubCon{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:70%;
	height:50px;
}
.chartSectionSub > section, .chartSectionSubCon > section {
	width:25%;
	height:100%;
}
.chartSectionSubCon > section{
	display:flex;
	justify-content:center;
	align-items:flex-start;
	height: 100%;
}
.chartSectionSubCon > section > section{
	display:flex;
	justify-content:center;
	align-items:center;
	background-color:#adbecc;
	color:#000000;
	width:70%;
	height:80%;
	font-size:1.0rem;
	font-weight:700;
}
.conList{
	height:auto;
}
.conList > section > section{
	flex-direction:column;
	width:70%;
	height:auto;
	background-color:#ffffff;
}

.conList > section > section > p{
	width:100%;
	border:1px solid #999999;
	font-size:1.0rem;
	font-weight: normal;
	margin: 5px 0;
	padding:10px 0;
	text-align: center;
}

.conListSubTitle{
	opacity: 0;
    animation: conListSubTitleAniStart 0.8s ease-in-out forwards;
}

@keyframes conListSubTitleAniStart {
    to {
        opacity: 1;
    }
}

.barLeft > section, .barRight > section, .barCenter > section{
	background-color:#212529;
	height:100%;
	width:1px;
}
.barLeft, .barCenter, .barRight{
	display:flex;
	justify-content:center;
	align-items:center;
}

.certificationTechnologyWrapper > section, .wayToComeWrapper > section, .performanceWrapper > section,
.noticeWrapper > section,
.questionWrapper > section,
.lsServiceWrapper > section,
.omWrapper > section,
.customerWrapper > section,
.preventiveDiagnosisWrapper > section,
.constructionWrapper > section{
	display:flex;
	justify-content: center;
	padding:50px 0;
}
.certificationTechnologyWrapper > section{
	flex-wrap: wrap;
}
.certificationTechnologyWrapper .item{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-direction: column;
	width:300px;
	height:450px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	border-radius: 5px;
	margin:15px 25px;
	cursor: pointer;
}
.certificationTechnologyWrapper .item > section:last-child{
	padding-top:20px;
}
.certificationTechnologyWrapper .itemImg{
	width:90%;
	border-bottom:1px solid #eeeeee;
}

.certificationTechnologyWrapper .itemImg > img{
	width:100%;
}
.companyOverViewTitle{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction: column;
}
.companyOverViewIntro{
	display:flex;
	justify-content:center;
	align-items:flex-start;
	opacity: 0;
	flex-wrap: wrap;
}
.companyOverViewTitle > p:first-child{
	font-size: 1.8rem;
}
.companyOverViewTitle > p:last-child{
	font-size: 1.1rem;
	position: relative;
}

.companyOverViewTitle > p:first-child:after{
	content:"";
	position: absolute;
	height:12px;
	width:100%;
	background-color: #e3f4d4;
	bottom:0;
	left: 0;
	z-index: -1;
}
.companyOverViewIntro > section{
	width:20%;
	margin-top:50px;
}
.companyOverViewIntro > section > article:first-child{
	padding:10px 10px;
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
}
.companyOverViewIntro > section > article:last-child{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction: column;
	padding:20px 0;
}
.companyOverViewIntro > section > article:last-child > article{
	margin:10px 0;
}
.companyOverViewIntro > section > article:last-child > article:first-child > i{
	font-size: 4.5rem;
}
.companyOverViewSap{
	margin:0 auto;
	width:30%;
	position: relative;
	height:50px;
}
.companyOverViewSap:after{
	content:"";
	position: absolute;
	height:12px;
	width:100%;
	background-color: orange;
	bottom:0;
	left: 0;
	z-index: -1;
}
.companyOverViewMsg{
	text-align: center;
	padding:50px 0;
	opacity: 0;
}

.ceoGreetings{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size:2.5rem;
	font-weight: 700;
	padding:20px 0;
	opacity: 0;
	color:#3f78a8;
}
.ceoGreetings > p:last-child{
	font-size:1.3rem;
	text-align: center;
	color:#000000;
}
.greetings{
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	margin:50px 0;
}
.greetings > section:first-child > p:last-child{
	text-align: right;
	padding:20px 0;
}
.greetings > section:last-child{
	width:450px;
	height:auto;
	margin-left:15px;
}
.greetings > section:last-child > img{
	width:100%;
}
.companyGreetingsWrapper > section{
	height:auto;
}

.greetingsBarWrapper{
	display: flex;
	justify-content: center;
	align-items: center;
}
.greetingsBar{
	width:1px;
	height:100px;
	background-color: #000000;
}
.hiddenSectionBack{
	background-image: url(/images/source/vis_back.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}
.visonSubTitle{
	width:100%;
	background-color:#ffffff;
}
.visonComm{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction:column;
	width:100%;
	background-color:#ffffff;
	padding:20px 0;
}
.visonComm > p:first-child{
	font-size:3.0rem;
	font-weight: 700;
	opacity: 0;
	color: #253b4d;
}
.visonComm > p:last-child{
	text-align: center;
	opacity: 0;
}
.vison_round_scheme{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top:20px;
	padding-bottom:80px;
	width:100%;
}
.vison_round_scheme > section{
	margin:0 20px;
}
.vison_round_scheme > section:nth-child(odd){
	width:50px;
	height:50px;
	background-color: #253b4d;
	border-radius: 50%;
	position: relative;
}
.vison_round_scheme > section:nth-child(odd):before{
	content:"";
	height:1px;
	width:110px;
	background-color: #253b4d;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.vison_round_scheme > section:nth-child(even){
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction:column;
	width:200px;
	height:200px;
	background-color: #253b4d;
	border-radius: 50%;
	color:#ffffff;
	opacity: 0;
}
.vison_round_scheme > section:nth-child(even) > p:first-child{
	font-size:1.3rem;
	font-weight: 700;
	border-bottom: 2px solid #ffffff;
	width:90%;
	text-align: center;
	margin-bottom: 0;
}
.vison_scheme{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction:column;
	height:700px;
	width:100%;
	background-color:#ffffff;
	padding:0 0 100px 0;
}
.vison_scheme > section{
	display: flex;
	justify-content: center;
	align-items: center;
	height:33%;
}
.vison_scheme > section:nth-child(even){
	height:34%;
}
.vison_top{
	position: relative;
}
.vison_top > section, .vison_bottom > section{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction:column;
	width:400px;
	height:130%;
	border-radius:30px;
	box-shadow: 20px 20px 30px rgba(0,0,0,0.4);
	background-color: #ffffff;
}
.vison_top > section{
	top:50px;
	position: absolute;
	background-image: url(/images/source/community.jpg);
	background-position: center;
	background-size: cover;
}
.vison_bottom > section{
	background-image: url(/images/source/eco.jpg);
	background-position: center;
	background-size: cover;
}
.vison_middle{
	display: flex;
	justify-content: center;
	align-items: center;
}
.vison_middle > section{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction:column;
	width:400px;
	height:100%;
	margin-right:150px;
	border-radius:30px;
	box-shadow: 10px 10px 15px rgba(0,0,0,0.4);
}
.vison_middle > section:first-child{
	background-image: url(/images/source/safety.jpg);
	background-position: center;
	background-size: cover;
}
.vison_middle > section:last-child{
	background-image: url(/images/source/customer.jpg);
	background-position: center;
	background-size: cover;
	margin-left:150px;
	margin-right:0;
}
.vison_strong{
	font-size:2.5rem;
	font-weight: 800;
	color:#ffffff;
	text-shadow: 0 0 10px rgb(0,0,0);
}
.arrowDown{
	display:flex;
	justify-content:center;
	align-items:center;
}
.arrowDown > img{
	width:200px;
	padding:20px 0;
	padding-top:50px;
}
.wayToComeWrapper .map{
	height:350px;
	width:600px;
	border:1px solid #999999;
	border-radius: 10px;
}
.wayToComeWrapper > section > section{
	margin:0 30px;
}
.wayToComeWrapper > section > section:last-child > section{
	margin-bottom:30px;
}
.wayToComeWrapper > section > section:last-child > section:not(:first-child){
	padding-left:20px;
}
.mapTitle{
	font-size:1.1rem;
	font-weight: 700;
	cursor: pointer;
}
.mapTitle:hover{
	color:rgb(224, 82, 15);
	text-decoration: underline;
}
.mapCompany{
	font-size:0.9rem;
	padding:0 0 0 15px;
}
.mapContent{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction: column;
	padding:10px;
	height:130px;
	font-size:0.8rem;
}
.mapContent > p{
	margin:0;
}
.wayToComeSap{
	height:30px;
	border-bottom:2px solid #dcdcdc;
	color:rgb(224, 82, 15);
	margin-top:30px;
}
.boardLine{
	display:flex;
	justify-content:center;
	align-items:center;
	border-bottom:1px solid #dcdcdc;
	padding:10px 0;
}
.boardList .boardLine{
	cursor:pointer;
}
.boardList .boardLine:hover{
	color:#f07023;
	text-decoration: underline;
}

.questionWrapper > section,
.noticeWrapper > section,
.performanceWrapper > section{
	flex-direction: column;
	align-items: center;
}
.questionWrapper > section > section,
.noticeWrapper > section > section,
.performanceWrapper > section > section{
	width:1024px;
}
.boardLine > article{
	text-align: center;
	border-right:1px solid #dcdcdc;
}
.boardList .boardLine{
	border-bottom:1px dotted #dcdcdc;
	font-size:0.8rem;
}
.boardList .boardLine:nth-child(even){
	background-color:#f9f9f9;
}
.boardLine > article:nth-of-type(2), .boardLine > article:nth-of-type(3){
	width:205px;
}
.boardLine > article:nth-of-type(1), .boardLine > article:nth-of-type(4){
	width:120px;
}
.boardLine > article:last-child{
	border-right:0;
}
.performanceWrapper article:last-child{
	width:270px;
}
.performanceWrapper article:nth-of-type(2){
	width:150px;
}
.performanceWrapper article:nth-of-type(3){
	width:350px;
}
.performanceWrapper .boardList .boardLine{
	cursor:default;
}
.performanceWrapper .boardList .boardLine:hover{
	text-decoration:none;
}
.performanceWrapper .boardList .boardLine:last-child{
	border-bottom: 1px solid #dcdcdc;
}
.performanceWrapper > section:last-child,
.questionWrapper > section:last-child,
.noticeWrapper > section:last-child{
	flex-direction: row;
	justify-content: center;
	width:1024px;
	margin: 0 auto;
}
.performanceWrapper > section:last-child > section:first-child,
.questionWrapper > section:last-child > section:first-child,
.noticeWrapper > section:last-child > section:first-child{
	width:500px;
}
.performanceWrapper > section:last-child > section:first-child > img,
.questionWrapper > section:last-child > section:first-child > img,
.noticeWrapper > section:last-child > section:first-child > img{
	width:100%;
}
.performanceWrapper > section:last-child > section:last-child,
.questionWrapper > section:last-child > section:last-child,
.noticeWrapper > section:last-child > section:last-child{
	flex:1;
	height:100%;
	padding:0 0 0 15px;
}
.questionWrapper article:nth-of-type(4),
.questionWrapper article:nth-of-type(6),
.noticeWrapper article:nth-of-type(4),
.noticeWrapper article:nth-of-type(6),
.noticeWrapper article:last-child{
	width:150px;
}
.questionWrapper article:nth-of-type(5){
	width:100px;
}
.questionWrapper article:nth-of-type(7){
	width:50px;
}
.boardPagination{
	display:flex;
	height:50px;
	border-bottom:1px solid #dcdcdc;
}
.boardPagination > section:first-child, .boardPagination > section:last-child{
	display:flex;
	justify-content:center;
	align-items:center;
	width:200px;
	font-size:0.8rem;
}
.boardPagination .write{
	cursor: pointer;
}
.boardPagination .write:hover{
	color:#ed6d00;
}
.boardPagination > section:first-child + section{
	flex:1;
}

.questionWriteWrapper .questionForm, .noticeWriteWrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.questionWriteWrapper .inputLine{
	display: flex;
	height:35px;
	margin:5px 0;
}
.questionWriteWrapper .inputLine > section{
	border:1px solid #dcdcdc;
	height:100%;
}
.questionWriteWrapper .inputLine > section:first-child{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-right:0;
	width:100px;
	font-size:0.9rem;
	padding:0 0 0 15px;
	background-color: #f8f8f8;
	position: relative;
}

.questionWriteRequired:before{
	content:"";
	position:absolute;
	left:5px;
	width:5px;
	height:5px;
	background-color: red;
	border-radius: 50%;
}

.questionWriteWrapper .inputLine .questionInput{
	width:400px;
	padding:0 0 0 5px;
}
.questionWriteWrapper .inputLine .questionInput > input,
.questionWriteWrapper .inputLine .questionInput > textarea{
	all:unset;
	height:100%;
	width:100%;
	font-size:0.9rem;
}
.questionWriteWrapper .inputLine .questionInput > textarea{
	padding:0;
}
section.inputLine.contentSection .questionInput{
	padding:5px 0 5px 5px;
}
section.inputLine.contentSection{
	height:200px;
}
section.inputLine.infoAgree{
	height:auto;
	flex-direction: column;
}
section.inputLine.infoAgree .questionInput{
	font-size:0.8rem;
	padding:5px;
	width:500px;
	flex-direction: column;
	align-items: flex-start;
	background-color: #ffffff;
	border-right: 1px solid #dcdcdc;
}
section.inputLine.infoBtns .questionInput{
	font-size:0.8rem;
	padding:5px;
	width:500px;
	background-color: #ffffff;
	border: 0;
	justify-content: center;
}
section.inputLine.infoBtns .questionInput button{
	all:unset;
	padding:5px 10px;
	margin:10px;
	border:1px solid #dcdcdc;
	cursor:pointer;
}
section.inputLine.infoBtns .questionInput button:hover, section.questionViewBtns button:hover{
	background-color: #eeeeee;
}
section.inputLine.infoAgree .questionInput > p{
	display: flex;
	flex-direction: column;
}
section.inputLine.infoAgree .questionInput > p span:first-child{
	font-weight:700;
}
section.inputLine.infoAgree .questionInput > p span:not(:first-child) {
    padding-left: 15px;
}
section.inputLine.infoAgree section:last-child{
	text-align:center;
	border-top:0;
}
.setPasswordWrapper{
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height:100%;
}
.setPasswordWrapper form{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction: column;
}
.passwordBox{
	background-color:#000000;
	color:#ffffff;
	width:200px;
	padding:20px 0;
	text-align: center;
}
.passwordBox input{
	all:unset;
	width:90%;
	text-align: center;
	background-color: #2d2d2d;
	border-radius: 5px;
}
section.passwordBox{
	border-bottom:1px solid #4e4e4e;
}
section.passwordBox:last-child{
	display:flex;
	justify-content:center;
	align-items:center;
	border-bottom:0;
}
section.passwordBox:last-child button{
	all:unset;
	background-color: #2d2d2d;
	border-radius: 5px;
	padding:5px 10px;
	margin:0 10px;
	cursor:pointer;
}
.readLine, .readContent{
	display:flex;
	width:100%;
	border-bottom:1px solid #dcdcdc;
	padding:10px 0;
	font-size:0.9rem;
}
.readContent > section{
	display:flex;
	width:100%;
}
 .readContent textarea{
	all:unset;
	display:block;
	width:100%;
	height:200px;
	border: 1px solid #ed6d00;
}
.readLine > section{
	display:flex;
	width:50%;
}
.readLine > section > section:first-child, .readContent > section > section:first-child{
	width:120px;
	border-right:1px solid #dcdcdc;
	text-align: center;
	font-weight:700;
}
.readContent > section > section:first-child{
	display:flex;
	justify-content: center;
	align-items: center;
}
.readLine > section > section:last-child, .readContent > section > section:last-child{
	flex:1;
	padding:0 0 0 20px;
}
.readLine input{
	all:unset;
	width:100%;
}
.paginationContainer, .paginationWrapper{
	display: flex;
	justify-content: center;
	align-items: center;
}
.paginationWrapper{
	font-size: 0.8rem;
}
.pageNumber{
	display: flex;
}
.pageNumber > section, .pagePrevNext, .blockPrevNext{
	padding:0 8px;
	border:1px solid #dcdcdc;
	margin: 0 2px;
	cursor:pointer;
}
.pageNumber > section:hover{
	font-weight:700;
	background-color:#f8f8f8;
}

/* .activationQuestionInput{
	border:1px solid #dcdcdc;
} */

section.viewBtns, section.questionViewBtns{
	display:flex;
	justify-content: center;
	align-items: center;
}
section.questionViewBtns button{
	all:unset;
	padding:5px 10px;
	margin:10px;
	border:1px solid #dcdcdc;
	cursor:pointer;
	font-size:0.8rem;
}
.fullBack{
	display:none;
	width:100%;
	height:100%;
	position: absolute;
	background-color: rgba(0,0,0,0.8);
	z-index: 50;
}
.fullBackOn{
	display:block;
}
.fullBackCloseBtn{
	display:flex;
	justify-content:center;
	align-items:center;
	height:70px;
	position: absolute;
	right:0;
	z-index: 51;
}
.fullBackCloseBtn > span{
	font-size:1.5rem;
	color:#ffffff;
	padding:0 30px;
	cursor: pointer;
}
.fullBackCloseBtn > span:hover{
	color:#ed6d00;
}
.lsServiceWrapper > section{
	flex-direction: column;
}
section.lsServiceTitle{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	margin-bottom:40px;
	position:relative;
	opacity: 0;
}
.lsServiceTitleBar:before{
	content:"";
	position: absolute;
	background-color:#4d7dc5;
	height:8px;
	width:100px;
	bottom:-20px;
}
section.lsServiceTitle > p:first-child, section.lsServiceTitle > p:last-child {
	font-weight:700;
	font-size: 2.0rem;
}
section.lsServiceTitle > p:last-child{
	font-size: 1.4rem;
}
section.lsServiceContent{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	margin-bottom:40px;
}
.lsServiceList{
	display:flex;
	justify-content:center;
	align-items:center;
	opacity: 0;
}
.lsServiceList > section{
	height:150px;
	border:1px solid #eeeeee;
	margin:10px 5px;
}
.lsServiceList > section:first-child{
	display:flex;
	justify-content:center;
	align-items:center;
	width:150px;
	font-size:5.0rem;
	color:#394952;
	position: relative;
	background-color: #2a373e;
	border-color:#000000;
}
.lsServiceList > section:first-child > span{
	position: absolute;
	font-size:1.0rem;
	color:#f8f8f8;
}
.lsServiceList > section:last-child{
	display:flex;
	justify-content:center;
	align-items:center;
	width:700px;
	padding:0 10px;
}
.lsServiceContent > table {
  border-collapse: collapse;
}
.lsServiceContent > table td {
  border: 1px solid #eeeeee;
  padding:10px;
}
.lsServiceContent > table td:first-child {
	background-color: #f8f8f8;
}
.lsServiceContent > table.itemASperiod td{
	background-color: #ffffff;
}
.onmTitle, .onmTableChart{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	margin-bottom:40px;
}
.omWrapper > section{
	flex-direction: column;
}
.tableChart{
	display:flex;
	justify-content:center;
	align-items:center;
}
.tableChart > section:first-child, .tableChart > section:last-child{
	display:flex;
	justify-content:center;
	align-items:center;
	height:250px;
	width:250px;
}
.tableChart:first-child > section:first-child + section{
	display:flex;
	justify-content:center;
	font-weight: 700;
	font-size:1.6rem;
	position: relative;
}
.tableChart:last-child > section:first-child + section{
	display:flex;
	justify-content:center;
	align-items:flex-end;
}
.tableChartBar:before{
	content:"";
	position: absolute;
	background-color:#4d7dc5;
	height:8px;
	width:100px;
	top:80px
}
.tableChart:first-child, .tableChart:last-child{
	position: relative;
}
.tableChart:first-child > section:first-child,
.tableChart:first-child > section:last-child,
.tableChart:last-child > section:first-child,
.tableChart:last-child > section:last-child{
	border-radius: 50%;
	position: absolute;
}
.tableChart:first-child > section:first-child,
.tableChart:first-child > section:last-child{
	top:150px;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.tableChart:last-child > section:first-child,
.tableChart:last-child > section:last-child{
	bottom:150px;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.tableChart:first-child > section:first-child,
.tableChart:last-child > section:first-child{
	left:-130px;
}
.tableChart:first-child > section:last-child,
.tableChart:last-child > section:last-child{
	right:-130px;
}
.tableChart > section:first-child + section{
	height:300px;
	width:300px;
}
.tableChart:first-child + section > section:first-child + section{
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius: 50%;
}
.tableChart > section {
	text-align:center; 
}
.omTable{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items: center;
}
.omTableList{
	display:flex;
	justify-content:center;
	padding:15px 0;
	opacity: 0;
}
.omTableList > section{
	height:200px;
}
.omTableList > section:first-child {
	display:flex;
	justify-content:center;
	align-items:center;
	width:400px;
	text-align: center;
	font-size:7.0rem;
	position: relative;
	color:#f8f8f8;
}
.omTableList > section:first-child > span{
	position: absolute;
	font-size:1.0rem;
	color:#000000;
}
.omTableList > section:last-child {
	display:flex;
	justify-content:center;
	align-items:center;
	width:600px;
	padding:0 10px;
	border:1px solid #eeeeee;
	margin:0 10px;
}
.scale-up {
    opacity: 0;
    transition: transform 1s, opacity 1s;
    transform: scale(0.5);
}
.constructionWrapper > section:first-child{
	flex-direction: column;
	font-size: 2.0rem;
}
.constructionWrapper > section:first-child + section > section{
	width:50%;
}
.constructionWrapper > section:first-child + section > section:first-child{
	flex-direction: column;
}
.constructionWrapper > section:first-child + section > section:first-child > p:first-child{
	font-size:2.5rem;
	font-weight:900;
}
.constructionWrapper > section.major{
	justify-content: flex-start;
}
.constructionWrapper > section.major > section:first-child > p{
	font-size:2.5rem;
	font-weight:900;
}
.constructionWrapper > section.major > section:first-child > p > span{
	font-size:1.7rem;
	font-weight:400;
}
.constructionWrapper > section.projectsList > section{
	display:flex;
	height:245px;
}
.constructionWrapper > section.projectsList > section > section:first-child{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	width:250px;
	height:100%;
	font-size:1.4rem;
	font-weight: 700;
	position: relative;
}
.constructionWrapper > section.projectsList{
	display:flex;
	flex-direction:column;
	padding-top:0;
}
.constructionWrapper > section.projectsList > section{
	margin:40px 0;
}
.constructionWrapper > section.projectsList > section > section:first-child:before{
	content:"";
	position: absolute;
	width:3px;
	height:300px;
	background-color: #999999;
	right:30px;
}
.constructionWrapper > section.projectsList > section > section:last-child{
	display:flex;
	justify-content:flex-start;
	width:1000px;
	height:100%;
}
.constructionWrapper > section.projectsList > section > section:last-child > section{
	height:100%;
	margin:0 10px;
}
.constructionWrapper > section.projectsList > section > section:last-child > section > img{
	height:100%;
}
.constructionAni{
	opacity: 0;
}
.constructionWrapper > section.projectsList > section.constructionAni{
	position: relative;
}
.constructionWrapper > section.projectsList > section.constructionAni:before{
	content: "";
	position: absolute;
	width:100%;
	height:1px;
	background-color: #dcdcdc;
	left: 50%;
	transform: translateX(-50%);
	bottom:-40px;
}
.constructionWrapper > section:last-child{
	flex-direction: column;
	justify-content:center;
	align-items:center;
	padding-top:0;
	padding-bottom:10px;
}

.constructionWrapper > section:last-child > p:first-child {
	font-size: 1.3rem;
	font-weight: 700;
}