@charset "UTF-8";

.webWidthBig.nuris .contentSectionGray {
	background-color: #f4f4f4;
    border: none;
    padding: 30px 30px;
    border-radius: 15px;
    
    margin-bottom: 30px;
}

.webWidthBig.nuris .contentSectionWhite {
	background-color: #fff;
    border: none;
    padding: 20px 20px;
    border-radius: 15px;
}
.nuris .h1  {
    color: #1CA4A4;
    
}
.nuris .h2 {
	font-size: 26px;
    font-weight: bold !important;
    color: #097c95;
    
    margin-bottom: 15px;
}

.nuris .h3 {
	font-size: 22px;
    font-weight: 500 !important;
    color: #fff;
}

.nuris .h3.black {
	font-weight: bold !important;
    color: #2d2d2d;
}

.DetailsBackgroundWhite {
	width: 520px;
	background-color: #fff;
    border: none;
    padding: 35px 10px 15px 50px;
    border-radius: 15px;
    box-shadow: 4px 4px 5px #00000033;
    
    margin-left: 25px;
}

.mainColor1 {
	color: #fff;
	background-color: #09937e;
}

.mainColor2 {
	color: #fff;
	background-color: #097c95;
}

.mainColor3 {
	color: #fff;
	background-color: #095d92;
}


.businessDirection {
	display: flex;
	justify-content: space-evenly;
    align-items: center;
    
    margin-bottom: 60px;
}

.businessDirectionSubtitle {
	position: relative;
	top: 20px;
}

.businessDirectionText {
	border-radius: 30px;
	width: 350px;
	padding-left: 70px;
}

.businessDirectionIcon {
	position: absolute;
	top: -8px;
	
	width: 55px;
	height: 55px;
	border-radius: 50px;
	background-color: #fff;
	border: solid 2px #09937e;
	
	text-align: center;
	padding: 6px 0;
}

.iconColor1 {
	border: solid 2px #09937e;
}
.iconColor2 {
	border: solid 2px #097c95;
}
.iconColor3 {
	border: solid 2px #095d92;
}

.businessDirectionList{
	list-style: disc;
}


.DirectrionBackground {
	text-align: center;
	padding-top: 20px;
	
	background-image: url('/images/portal2/newVillageWork/directionBackground.png');
	background-repeat: no-repeat;
	background-size: contain;
	
	width: 930px;
	height: 215px;
	
	margin: auto;
	margin-bottom: 80px;
	
}

.DirectrionBackgroundMain {
	font-size: 20px;
	color: #095d92;
	font-weight: 500;	
}

.DirectrionBackgroundMain>li {
	padding-bottom: 10px;
}
.DirectrionBackgroundMain li:before {
	content: ' \2726';
	color: #095d92;
}

.DirectrionBackgroundDetail {
	font-size: 16px;
	color: #2d2d2d;
	font-weight: normal;
	
	text-align: left;
    position: relative; 
	left: 98px;
}
.DirectrionBackgroundDetail li:before {
	content: "- ";
}

.targetArea,
.supportScale {
	display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 80px;
}

.targetArea>img,
.supportScale>img {
	margin-left: 80px;
	margin-right: 60px;
}

.targetAreaDetailes li, 
.supportScaleDetailes li {
	display: flex;
    align-items: start;
}
.targetAreaDetailes li img,
.supportScaleDetailes li img {
	width: 22px;
    margin-top: 4px;
    margin-right: 7px;
}
.targetAreaDetailes li .highlightText {
	font-weight: bold;
	color: #095d92;
}
.supportScaleDetailes li:first-of-type {
	font-weight: bold;
	color: #09937e; 
}

.supportContents {
	width: 1100px;
	margin: auto;
}
.supportContents th {
	border: solid 2px #fff;
	background-color: #c1e5f5;
	padding: 5px;
}
.supportContents td {
	vertical-align: middle;
	padding: 7px 20px;
}
.supportContents td:last-child {
	border-bottom: dashed 2px #269acc;
}

.tableHeader {
	background-color: #82cbeb;
	text-align: center;
	font-weight: bold;
	
	border: solid 2px #fff;
}
.tableClassification {
	background-color: #269acc;
	text-align: center;
	
	color: #fff;
	border: solid 2px #fff;
}

.supportContentsCaption {
	margin-left: 30px;
	color: #097c95;
}

.businessOverview {
	text-align: center;
	margin-bottom: 80px;
}

.mainBusinessContents {
	text-align: center;
}

.mainBusinessContentsTable {
	margin: auto;
	margin-top: 20px;
	border: solid 2px #fff;
}

.mainBusinessContentsTable th {
	border: solid 2px #fff;
	background-color: #2b9790;
	color: #fff;
	padding: 5px;
}

.mainBusinessContentsTable td {
	vertical-align: middle;
	padding: 7px 20px;
}

.mainBusinessContentsTable td:first-child {
	background-color: #d8f8f0;
	font-weight: bold;
	text-align: center;
}

.mainBusinessContentsTable td {
	border: solid 1px #2b9790;
	background-color: #fff;
	text-align: left;
}

.mainBusinessContentsTable td.blank {
	text-align: center;
}
.mainBusinessContentsTable td .highlightText {
	font-size: 14px;
	color: #09937e;
}

.businessGoals {
	margin-bottom: 80px;
}

.businessGoal {
	position: relative;
	text-align: center;
	
	border-radius: 25px;
	width: 780px;
	padding: 5px 5px;
	
	margin: auto;
	margin-bottom: 15px;
	box-shadow: 1px 3px 3px #00000061;
}

.businessGoal .businessGoalIcon {
	position: absolute;
	top: 4px;
	
	width: 40px;
	height: 40px;
	border-radius: 25px;
	background-color: #fff;

	margin-right: 20px; 
}

.businessGoal .businessGoalIcon img {
	width: 33px;
	text-align: center;
	padding-top: 4px;
}
